:root{--bg:#faf7f2;--surface:#fff;--text:#2d2a26;--text-secondary:#6b6560;--accent:#e8572a;--accent-hover:#d04a20;--secondary:#3a7d6e;--secondary-hover:#2e6459;--uncertain:#f5c842;--uncertain-bg:#fff9e6;--border:#e8e3dc;--shadow-sm:0 1px 3px #2d2a260f;--shadow-md:0 4px 12px #2d2a2614;--shadow-lg:0 8px 24px #2d2a261f;--radius-sm:8px;--radius-md:12px;--radius-lg:16px;--radius-xl:24px}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{-webkit-text-size-adjust:100%;font-size:16px}body{background-color:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;min-height:100dvh;font-family:DM Sans,sans-serif;line-height:1.5}#root{flex-direction:column;min-height:100dvh;display:flex}h1,h2,h3,h4{font-family:DM Serif Display,serif;font-weight:400;line-height:1.2}button{cursor:pointer;font-family:DM Sans,sans-serif;font-size:inherit;color:inherit;background:0 0;border:none}input{font-family:DM Sans,sans-serif;font-size:inherit;color:inherit;background:0 0;border:none;outline:none}.container{width:100%;max-width:480px;margin:0 auto;padding:0 20px}.screen{flex-direction:column;flex:1;display:flex}.btn-primary{background-color:var(--accent);color:#fff;border-radius:var(--radius-md);justify-content:center;align-items:center;gap:8px;width:100%;min-height:48px;padding:14px 28px;font-size:1rem;font-weight:600;transition:background-color .15s;display:inline-flex}.btn-primary:hover{background-color:var(--accent-hover)}.btn-primary:active{transform:scale(.98)}.btn-secondary{color:var(--text);border-radius:var(--radius-md);border:1.5px solid var(--border);background-color:#0000;justify-content:center;align-items:center;gap:8px;min-height:44px;padding:12px 24px;font-size:.9rem;font-weight:500;transition:border-color .15s,background-color .15s;display:inline-flex}.btn-secondary:hover{border-color:var(--text-secondary);background-color:#2d2a2608}.spinner{border:3px solid var(--border);border-top-color:var(--accent);border-radius:50%;width:32px;height:32px;animation:.7s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}::-webkit-scrollbar{width:4px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:var(--border);border-radius:2px}
