:root{--plum: #2e1b2e;--plum-soft: #3c2540;--rose: #e24a78;--rose-deep: #c43063;--gold: #e9a23b;--paper: #f6f4f2;--card: #ffffff;--ink: #241820;--muted: #7a6f75;--line: #ece7e6;--ok: #2e9e6b;--warn: #d98a1f;--bad: #db4b57;--info: #3e7cc4;--serif: "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, serif;--sans: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;--r-sm: .5rem;--r-md: .7rem;--r-lg: 1rem;--shadow: 0 1px 3px rgba(36, 24, 32, .06), 0 6px 20px rgba(36, 24, 32, .04)}*{box-sizing:border-box}html{-webkit-text-size-adjust:100%}body{margin:0;font-family:var(--sans);color:var(--ink);background:var(--paper);font-feature-settings:"kern"}.brand{display:inline-flex;align-items:center;gap:.55rem;font-family:var(--serif);font-weight:700;letter-spacing:-.01em}.beat{display:inline-flex;align-items:flex-end;gap:2px;height:1em}.beat i{width:3px;background:var(--rose);border-radius:1px}.beat i:nth-child(1){height:40%}.beat i:nth-child(2){height:70%}.beat i:nth-child(3){height:100%}.tnum{font-variant-numeric:tabular-nums}.btn{font:inherit;font-weight:600;padding:.7rem 1.1rem;border-radius:var(--r-md);border:1.5px solid transparent;cursor:pointer;color:#fff;background:var(--rose)}.btn:hover{background:var(--rose-deep)}.btn:disabled{opacity:.55;cursor:default}.btn.ghost{background:transparent;color:var(--ink);border-color:var(--line)}.btn.ghost:hover{background:#fff}.btn.big{width:100%;padding:1.05rem;font-size:1.3rem}.field{width:100%;padding:.85rem 1rem;font:inherit;border:1.5px solid var(--line);border-radius:var(--r-md);background:#fff}.field:focus{outline:none;border-color:var(--rose);box-shadow:0 0 0 3px #e24a781f}.card{background:var(--card);border:1px solid var(--line);border-left:5px solid var(--muted);border-radius:var(--r-md);box-shadow:var(--shadow)}.s-active{border-left-color:var(--ok)}.s-expiring{border-left-color:var(--warn)}.s-expired{border-left-color:var(--bad)}.s-scheduled{border-left-color:var(--info)}.dot{display:inline-block;width:.55rem;height:.55rem;border-radius:50%;background:var(--muted)}.dot.s-active{background:var(--ok)}.dot.s-expiring{background:var(--warn)}.dot.s-expired{background:var(--bad)}.dot.s-scheduled{background:var(--info)}:focus-visible{outline:2px solid var(--rose);outline-offset:2px}@media (prefers-reduced-motion: reduce){*{animation:none!important;transition:none!important}}
