:root{--bg:#fdf3ec;--bg-elev:#fff;--surface:#fff;--border:#f1e7df;--text:#4a3f3a;--text-dim:#b3a7a0;--accent:#f0a08a;--accent-soft:#fcd9cf;--accent-contrast:#fff;--radius:20px;--gap:16px;--shadow:0 6px 20px #aa826e1a;--app-max-width:480px;--safe-top:env(safe-area-inset-top,0px);--safe-bottom:env(safe-area-inset-bottom,0px);color:var(--text);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;text-size-adjust:100%;font-family:system-ui,-apple-system,Apple SD Gothic Neo,Segoe UI,Roboto,sans-serif;font-size:16px;line-height:1.5}*{box-sizing:border-box}html,body,#root{min-height:100dvh;margin:0;padding:0}body{background:#f4e9e0}#root{width:100%;max-width:var(--app-max-width);background:var(--bg);padding:var(--safe-top) 0 var(--safe-bottom);flex-direction:column;margin:0 auto;display:flex}h1,h2,h3{margin:0 0 8px;font-weight:600;line-height:1.25}h1{font-size:1.6rem}h2{font-size:1.25rem}p{color:var(--text-dim);margin:0}a{color:var(--accent);text-decoration:none}button{font:inherit;cursor:pointer;border-radius:var(--radius);background:var(--accent);color:var(--accent-contrast);border:none;padding:14px 20px;font-weight:600;transition:opacity .15s}button:active{opacity:.75}button:disabled{background:var(--accent-soft);cursor:not-allowed}button.secondary{background:var(--surface);color:var(--text);border:1px solid var(--border)}button.secondary:disabled{background:var(--surface);opacity:.5}input,select{font:inherit;border-radius:var(--radius);border:1px solid var(--border);background:var(--surface);width:100%;color:var(--text);padding:14px 16px}input::placeholder{color:var(--text-dim)}
