:root { color-scheme: dark; font-family: Inter, ui-sans-serif, system-ui, sans-serif; background: #11110f; color: #f4f0e8; }
* { box-sizing: border-box; }
body { margin: 0; min-height: 100vh; background: radial-gradient(circle at 80% 0%, #3a2f1c 0, transparent 35rem), #11110f; }
.shell { width: min(760px, calc(100% - 40px)); margin: 0 auto; padding: 12vh 0 10vh; }
.eyebrow { color: #e6a94d; font: 700 12px/1.2 ui-monospace, monospace; letter-spacing: .18em; }
h1 { max-width: 680px; margin: 20px 0 18px; font-size: clamp(42px, 8vw, 78px); line-height: .98; letter-spacing: -.06em; }
.intro { max-width: 580px; color: #aaa69d; font-size: 18px; line-height: 1.6; }
.composer { margin: 52px 0 64px; padding: 22px; border: 1px solid #39352e; border-radius: 16px; background: #191815; }
label, h2 { font-weight: 700; }
.row { display: flex; gap: 10px; margin-top: 12px; }
input { min-width: 0; flex: 1; padding: 14px 16px; border: 1px solid #4b453a; border-radius: 9px; background: #11110f; color: #fff; font: inherit; }
button { border: 0; border-radius: 9px; padding: 0 18px; background: #e6a94d; color: #1b140a; font-weight: 800; cursor: pointer; }
button:hover { background: #f5bd66; }
.status { min-height: 1.2em; margin: 12px 0 0; color: #aaa69d; font-size: 13px; }
.section-heading { display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid #39352e; }
h2 { font-size: 14px; letter-spacing: .08em; text-transform: uppercase; }
#count { color: #e6a94d; font: 700 13px ui-monospace, monospace; }
.notes { display: grid; gap: 10px; padding: 18px 0; margin: 0; list-style: none; }
.note, .empty { display: flex; justify-content: space-between; gap: 20px; padding: 18px; border: 1px solid #2e2b26; border-radius: 10px; background: #171613; }
.note time { flex: none; color: #77736b; font-size: 12px; }
.empty { color: #77736b; }
@media (max-width: 560px) { .shell { width: min(100% - 28px, 760px); padding-top: 8vh; } .row { flex-direction: column; } button { min-height: 48px; } .note { flex-direction: column; gap: 8px; } }
