.rm-page{min-height:100vh;background:var(--bg);color:var(--fg);display:flex;flex-direction:column}.rm-header{border-bottom:1px solid var(--border);background:var(--card);position:sticky;top:0;z-index:10;-webkit-backdrop-filter:saturate(180%) blur(8px);backdrop-filter:saturate(180%) blur(8px)}.rm-header-inner{max-width:1200px;margin:0 auto;padding:16px 24px;display:flex;align-items:center;justify-content:space-between;gap:16px}.rm-brand{display:flex;align-items:center;gap:12px;font-weight:700;font-size:18px;color:var(--fg);text-decoration:none}.rm-brand-mark{width:36px;height:36px;border-radius:10px;background:var(--fg);color:var(--primary-fg);display:flex;align-items:center;justify-content:center;font-weight:700;font-size:14px}.rm-header-links{display:flex;align-items:center;gap:8px}.rm-link{color:var(--muted-fg);text-decoration:none;font-size:14px;font-weight:500;padding:8px 14px;border-radius:8px;transition:all .15s}.rm-link:hover{color:var(--fg);background:var(--muted)}.rm-link-primary{background:var(--fg);color:var(--primary-fg)}.rm-link-primary:hover{background:var(--fg);color:var(--primary-fg);opacity:.88}.rm-hero{max-width:1200px;margin:0 auto;padding:56px 24px 32px;text-align:center}.rm-hero h1{font-size:clamp(28px,4vw,44px);font-weight:700;line-height:1.25;margin-bottom:12px}.rm-hero p{font-size:16px;color:var(--muted-fg);max-width:640px;margin:0 auto;line-height:1.7}.rm-hero-note{display:inline-block;margin-top:16px;padding:6px 14px;background:var(--muted);color:var(--muted-fg);border-radius:999px;font-size:13px}.rm-board{max-width:1200px;margin:0 auto;padding:24px 24px 64px;display:grid;grid-template-columns:repeat(4,1fr);gap:16px}@media (max-width: 1024px){.rm-board{grid-template-columns:repeat(2,1fr)}}@media (max-width: 600px){.rm-board{grid-template-columns:1fr}}.rm-column{background:var(--card);border:1px solid var(--border);border-radius:14px;padding:16px;display:flex;flex-direction:column;gap:12px;min-height:200px}.rm-column-header{display:flex;align-items:center;justify-content:space-between;padding-bottom:8px;border-bottom:1px solid var(--border)}.rm-column-title{display:flex;align-items:center;gap:8px;font-weight:700;font-size:15px}.rm-column-emoji{font-size:18px}.rm-column-count{background:var(--muted);color:var(--muted-fg);font-size:12px;font-weight:600;padding:2px 8px;border-radius:999px;min-width:24px;text-align:center}.rm-item{background:var(--bg);border:1px solid var(--border);border-radius:10px;padding:12px 14px;display:flex;flex-direction:column;gap:6px;transition:all .15s}.rm-item:hover{border-color:var(--fg)}.rm-item-title{font-weight:600;font-size:14px;line-height:1.5;color:var(--fg)}.rm-item-desc{font-size:13px;color:var(--muted-fg);line-height:1.6}.rm-item-meta{display:flex;align-items:center;gap:8px;margin-top:4px}.rm-tag{font-size:11px;font-weight:600;padding:2px 8px;border-radius:999px;background:var(--muted);color:var(--muted-fg)}.rm-shipped-date{font-size:11px;color:var(--success);font-weight:600}.rm-empty{text-align:center;padding:24px 12px;color:var(--muted-fg);font-size:13px;border:1px dashed var(--border);border-radius:10px}.rm-loading{text-align:center;padding:80px 24px;color:var(--muted-fg)}.rm-error{max-width:600px;margin:24px auto;padding:16px;border:1px solid var(--danger);background:#ef444414;color:var(--danger);border-radius:10px;text-align:center;font-size:14px}.rm-footer{border-top:1px solid var(--border);background:var(--card);padding:24px;text-align:center;color:var(--muted-fg);font-size:13px;margin-top:auto}.rm-footer a{color:var(--fg);text-decoration:none;font-weight:600}.rm-footer a:hover{text-decoration:underline}.rm-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0a0a0a8c;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:100;padding:16px;animation:rm-fade-in .15s ease-out}@keyframes rm-fade-in{0%{opacity:0}to{opacity:1}}.rm-modal{position:relative;background:var(--card);color:var(--fg);border-radius:16px;padding:28px;max-width:560px;width:100%;max-height:90vh;overflow-y:auto;overflow-x:hidden;box-shadow:0 20px 60px #0000004d;animation:rm-slide-up .2s ease-out}@media (max-width: 480px){.rm-modal{padding:20px 16px}}.rm-modal form{min-width:0}.rm-modal input,.rm-modal textarea{max-width:100%;min-width:0}.rm-modal>form>div[style*="margin: 12px"]{max-width:100%;overflow-x:auto;display:flex;justify-content:center}@keyframes rm-slide-up{0%{transform:translateY(12px);opacity:0}to{transform:translateY(0);opacity:1}}.rm-modal-close{position:absolute;top:12px;left:12px;width:32px;height:32px;border:none;background:transparent;color:var(--muted-fg);font-size:24px;line-height:1;cursor:pointer;border-radius:8px;transition:background .15s}.rm-modal-close:hover{background:var(--muted);color:var(--fg)}.rm-modal-title{font-size:22px;font-weight:700;margin-bottom:6px}.rm-modal-subtitle{font-size:14px;color:var(--muted-fg);margin-bottom:20px;line-height:1.6}.rm-field{display:flex;flex-direction:column;gap:6px;margin-bottom:14px}.rm-field>span{font-size:13px;font-weight:600;color:var(--fg)}.rm-field>span em{color:var(--danger);font-style:normal}.rm-field>span small{font-weight:400;color:var(--muted-fg)}.rm-field input,.rm-field textarea{font-family:inherit;font-size:14px;padding:10px 12px;border:1px solid var(--border);border-radius:8px;background:var(--bg);color:var(--fg);outline:none;transition:border-color .15s}.rm-field input:focus,.rm-field textarea:focus{border-color:var(--fg)}.rm-field textarea{resize:vertical;min-height:100px;line-height:1.6}.rm-field small{font-size:11px;color:var(--muted-fg);text-align:left}.rm-field-row{display:grid;grid-template-columns:1fr 1fr;gap:12px}@media (max-width: 480px){.rm-field-row{grid-template-columns:1fr}}.rm-modal-error{margin:12px 0;padding:10px 14px;background:#ef444414;color:var(--danger);border:1px solid var(--danger);border-radius:8px;font-size:13px}.rm-modal-actions{display:flex;gap:8px;justify-content:flex-end;margin-top:16px}.rm-btn-primary,.rm-btn-secondary{font-family:inherit;font-size:14px;font-weight:600;padding:10px 20px;border-radius:8px;cursor:pointer;transition:all .15s;border:1px solid var(--border)}.rm-btn-primary{background:var(--fg);color:var(--primary-fg);border-color:var(--fg)}.rm-btn-primary:hover:not(:disabled){opacity:.88}.rm-btn-primary:disabled{opacity:.45;cursor:not-allowed}.rm-btn-secondary{background:var(--card);color:var(--fg)}.rm-btn-secondary:hover:not(:disabled){background:var(--muted)}.rm-modal-success{text-align:center;padding:16px 0}.rm-modal-success-icon{width:64px;height:64px;border-radius:50%;background:var(--success);color:#fff;font-size:36px;font-weight:700;display:flex;align-items:center;justify-content:center;margin:0 auto 16px}.rm-modal-success h2{font-size:22px;font-weight:700;margin-bottom:8px}.rm-modal-success p{color:var(--muted-fg);font-size:14px;line-height:1.7}
