*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--bg: #0C0C0E;--bg2: #111113;--bg3: #181820;--bg4: #1E1E28;--line: rgba(255,255,255,.07);--line2: rgba(255,255,255,.12);--white: #F5F4F0;--muted: #55555C;--muted2: #88888F;--accent: #E8E0C8;--gold: #C8B878;--gold2: #A89860;font-family:DM Sans,system-ui,sans-serif;font-size:14px;line-height:1.5;color:var(--white);background:var(--bg)}body{background:var(--bg);min-height:100vh}#root{max-width:480px;margin:0 auto;min-height:100vh}.serif{font-family:"DM Serif Display",Georgia,serif}.italic{font-style:italic}::-webkit-scrollbar{width:4px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--line2);border-radius:2px}input[type=text],input[type=date],input[type=time]{width:100%;background:transparent;border:none;border-bottom:1px solid var(--line2);padding:8px 0;color:var(--white);font-family:DM Sans,sans-serif;font-size:16px;outline:none;transition:border-color .2s}input:focus{border-color:#ffffff59}input::placeholder{color:var(--muted)}@keyframes blink{0%,to{opacity:.2}50%{opacity:1}}.dot{width:4px;height:4px;background:var(--muted);border-radius:50%;display:inline-block;animation:blink 1.2s infinite}.dot:nth-child(2){animation-delay:.2s}.dot:nth-child(3){animation-delay:.4s}
