.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}
