@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap";:root{--brand-50:#f0f6f3;--brand-100:#ddebe4;--brand-700:#15513e;--brand-800:#0e3528;--brand-900:#0b3126;--brand-950:#071c16;--accent-400:#ff7a2b;--accent-500:#f56a1b;--accent-600:#d9550c;--surface-canvas:#f7f4ee;--surface-card:#fffdf9;--surface-muted:#eeeae2;--surface-overlay:#071c16c2;--text-primary:#10231d;--text-secondary:#65736e;--text-inverse:#f7f4ee;--text-inverse-muted:#f7f4eec7;--border-default:#dde3df;--border-inverse:#f7f4ee2e;--success-500:#5b8f3d;--warning-500:#d69a24;--danger-500:#c84a3d;--mobile-max-width:430px;--page-padding:18px;--section-gap:26px;--card-gap:12px;--header-height:60px;--bottom-nav-height:80px;--tap-target-min:44px;--radius-sm:9px;--radius-md:12px;--radius-lg:16px;--radius-xl:18px;--radius-pill:999px;--shadow-soft:0 4px 16px #071c161a;--shadow-elevated:0 12px 30px #071c162e;--shadow-cutout:drop-shadow(0 10px 12px #0000003d);--shadow-orange:0 8px 24px #f56a1b61}*{box-sizing:border-box;-webkit-tap-highlight-color:transparent;margin:0;padding:0}html,body{color:var(--text-primary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#071c16;min-height:100dvh;margin:0;padding:0;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}body{justify-content:center;align-items:flex-start;display:flex;overflow-x:hidden}#root{background-color:#071c16;flex-direction:column;width:100%;max-width:430px;min-height:100dvh;margin:0 auto;display:flex;position:relative;box-shadow:0 0 40px #00000080}.scenic-background{background-image:linear-gradient(180deg, #071c16c7 0%, #071c16a3 42%, #071c16e0 100%), var(--scene-image);background-size:cover;background-position:var(--scene-position,center);background-repeat:no-repeat;min-height:100dvh}.transparent-asset{object-fit:contain;object-position:center;filter:drop-shadow(0 10px 12px #0000003d);width:100%;height:100%}input,textarea,select{color:var(--text-primary);outline:none;font-family:inherit;font-size:15px}input:focus,textarea:focus,select:focus{border-color:var(--accent-500)!important;box-shadow:0 0 0 3px #f56a1b2e!important}@keyframes fadeIn{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in{animation:.22s ease-out forwards fadeIn}::-webkit-scrollbar{width:5px;height:5px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:#dde3df66;border-radius:4px}
