*{box-sizing:border-box}html,body,#root{height:100%}body{margin:0;background:var(--page);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;-webkit-font-smoothing:antialiased;overscroll-behavior-y:none}a{color:#0f92f7;text-decoration:none}a:hover{color:#0060b8}.app-shell{--navy: #0d2236;--navy-mid: #112840;--navy-light: #163347;--page: #f4f6f9;--card: #ffffff;--bd: #dce3ec;--bd-l: #eef1f5;--bd-s: #f0f3f7;--title: #0d2236;--body: #3a5068;--muted: #7a8fa3;--tert: #90a1b9;--label: #8899aa;--offer: #fe9a00;--unpub: #90a1b9;--pub: #0f92f7;--done: #1d9e75;--alert: #a03030;--t-offer-bg: #fff3db;--t-offer-bd: #f8d080;--t-offer-tx: #a06200;--t-pub-bg: #ddf0ff;--t-pub-bd: #90d0fb;--t-pub-tx: #0060b8;--t-grey-bg: #eef1f5;--t-grey-bd: #c0cad5;--t-grey-tx: #5a6e83;--t-alert-bg: #fde8e8;--t-alert-bd: #f5b0b0;--t-alert-tx: #a03030;--notes-tx: #5a3a00;--btn-bg: #f4f6f9;--mono: "SF Mono", "Consolas", monospace}.app-shell[data-theme=dark]{--navy: #081521;--navy-mid: #0e2033;--navy-light: #17304a;--page: #0b1420;--card: #132234;--bd: #24384f;--bd-l: #1e3149;--bd-s: #1a2c41;--title: #eaf1f8;--body: #b3c5d6;--muted: #8ba0b6;--tert: #7d92a8;--label: #7d92a8;--t-offer-bg: #3b2a09;--t-offer-bd: #6d4d11;--t-offer-tx: #f2b962;--t-pub-bg: #0d2c47;--t-pub-bd: #1d5581;--t-pub-tx: #7cc6f7;--t-grey-bg: #1e3149;--t-grey-bd: #354961;--t-grey-tx: #9db0c4;--t-alert-bg: #3a1616;--t-alert-bd: #6b2a2a;--t-alert-tx: #f09a9a;--notes-tx: #f0d9a8;--btn-bg: #1a2c41}@keyframes sheetUp{0%{transform:translateY(110%)}to{transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes screenIn{0%{opacity:0;transform:translateY(12px) scale(.994)}to{opacity:1;transform:none}}@keyframes toastIn{0%{opacity:0;transform:translateY(16px) scale(.97)}to{opacity:1;transform:none}}@keyframes brandSpin{to{transform:rotate(360deg)}}.brand-spinner{display:inline-block;border-radius:50%;border-style:solid;border-color:var(--t-pub-bg);border-top-color:var(--pub);animation:brandSpin .7s linear infinite}@media(prefers-reduced-motion:reduce){.brand-spinner{animation-duration:1.6s}}.app-shell{background:var(--page);height:100dvh;overflow:hidden;width:100%;display:flex;flex-direction:column;position:relative;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.app-scroll{scrollbar-width:none}.app-scroll::-webkit-scrollbar{width:0}.app-screen-enter{animation:screenIn .28s cubic-bezier(.22,.92,.24,1) both}.app-shell button,.app-shell input{transition:transform .15s cubic-bezier(.32,.72,0,1),background-color .2s ease,border-color .2s ease,color .2s ease,box-shadow .2s ease;font-family:inherit}.app-shell button:active{transform:scale(.97)}.app-shell button:focus-visible,.app-shell input:focus-visible{outline:2px solid #0f92f7;outline-offset:2px}@media(prefers-reduced-motion:reduce){.app-screen-enter{animation:none}}
