:root{--bg:#1a1614;--bg-deep:#0d0b09;--surface:#221d1a;--surface-2:#2a2320;--surface-3:#342b27;--line:#f4ebe014;--line-strong:#f4ebe029;--ink:#f4ebe0;--ink-dim:#f4ebe0b8;--ink-mute:#f4ebe07a;--ink-faint:#f4ebe047;--okra:#c49060;--okra-soft:#a07848;--rose:#b56a6a;--sage:#8aa089;--mist:#7a8fa8;--plum:#9b7fa8;--serif:"Fraunces", "Iowan Old Style", Georgia, serif;--sans:"Inter", -apple-system, system-ui, sans-serif;--safe-top:env(safe-area-inset-top,0px);--safe-bottom:env(safe-area-inset-bottom,0px)}html,body{background:var(--bg);min-height:100dvh;color:var(--ink);font-family:var(--sans);-webkit-font-smoothing:antialiased;margin:0;padding:0;overflow-x:hidden}*{box-sizing:border-box}button,input,textarea{font-family:inherit}::-webkit-scrollbar{width:0;height:0}#app-shell{background:var(--bg);width:100%;max-width:520px;min-height:100dvh;margin:0 auto;position:relative;overflow:hidden}@media (width>=560px){body{background:var(--bg);padding:24px 0}#app-shell{height:calc(100vh - 48px);min-height:calc(100vh - 48px);max-height:900px;box-shadow:0 40px 80px #00000059, 0 0 0 1px var(--line-strong);border-radius:28px}}@keyframes breathe{0%,to{opacity:.75;transform:scale(1)}50%{opacity:1;transform:scale(1.06)}}@keyframes drift{0%{transform:translate(0)}50%{transform:translate(6px,-8px)}to{transform:translate(0)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes typing{0%,60%,to{opacity:.3;transform:translateY(0)}30%{opacity:1;transform:translateY(-3px)}}@keyframes shimmer{0%{background-position:0%}50%{background-position:100%}to{background-position:0%}}@keyframes starTwinkle{0%,to{opacity:.4}50%{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}@keyframes checkDraw{0%{stroke-dashoffset:30px}to{stroke-dashoffset:0}}@keyframes spin{to{transform:rotate(360deg)}}@keyframes eqBar{0%,to{height:3px}50%{height:10px}}@keyframes slideUpSheet{0%{opacity:.6;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}
