@import "https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700;800&display=swap";
:root{--background:#f8fafc;--foreground:#0f172a;--primary:#ea580c;--primary-foreground:#fff;--secondary:#fef08a;--secondary-foreground:#854d0e;--muted:#e2e8f0;--muted-foreground:#64748b;--card:#ffffffb3;--card-border:#ffffff80;--transition-bounce:cubic-bezier(.175, .885, .32, 1.275)}@media (prefers-color-scheme:dark){:root{--background:#09090b;--foreground:#fafafa;--primary:#f97316;--primary-foreground:#fff;--secondary:#422006;--secondary-foreground:#fef08a;--muted:#27272a;--muted-foreground:#a1a1aa;--card:#18181b99;--card-border:#3f3f4680}}*{box-sizing:border-box;margin:0;padding:0}html,body{max-width:100vw;overflow-x:hidden}body{background-color:var(--background);color:var(--foreground);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;min-height:100vh;font-family:Outfit,sans-serif;line-height:1.5;transition:background-color .3s,color .3s}.glass{background:var(--card);-webkit-backdrop-filter:blur(12px);border:1px solid var(--card-border);border-radius:16px;box-shadow:0 4px 30px #0000000d}button{cursor:pointer;background:0 0;border:none;font-family:inherit}h1,h2,h3,h4,h5,h6{font-weight:700;line-height:1.2}a{color:inherit;text-decoration:none}.profileSuccessConfetti{pointer-events:none;position:absolute;inset:0}.profileSuccessConfetti span{background:var(--primary);border-radius:2px;width:7px;height:12px;animation:1.6s ease-in-out infinite profile-confetti-fall;position:absolute;top:-8px}.profileSuccessConfetti span:nth-child(2n){background:#16a34a}.profileSuccessConfetti span:nth-child(3n){background:#facc15}@keyframes profile-confetti-fall{0%{opacity:0;transform:translateY(-10px)rotate(0)}20%{opacity:1}to{opacity:0;transform:translateY(92px)rotate(220deg)}}.app-container{background-color:var(--background);flex-direction:column;max-width:480px;min-height:100vh;margin:0 auto;display:flex;position:relative;box-shadow:0 0 20px #0000000d}.routeLoaderOverlay{z-index:9999;-webkit-backdrop-filter:blur(10px);background:radial-gradient(circle at 50% 42%,#fef08a5c,#0000 30%),#0f172a5c;align-content:center;place-items:center;gap:18px;display:grid;position:fixed;inset:0}.pageLoadingShell{align-content:center;place-items:center;gap:18px;min-height:100dvh;padding:32px;display:grid}.routeLoaderMark{place-items:center;width:116px;height:116px;display:grid;position:relative}.routeLoaderMark:before{content:"";background:linear-gradient(145deg,#fff7ed,#fed7aa 48%,#ea580c 130%);border-radius:50%;position:absolute;inset:13px;box-shadow:0 18px 42px #0f172a47,inset 0 1px #ffffffe0}.routeLoaderRing{border:4px solid #ffffffc2;border-top-color:var(--primary);border-right-color:#facc15;border-radius:50%;animation:.9s linear infinite route-loader-spin;position:absolute;inset:0}.routeLoaderPulse{background:#ea580c24;border-radius:50%;animation:1.35s ease-in-out infinite route-loader-pulse;position:absolute;inset:22px}.routeLoaderMark img{object-fit:contain;width:72px;height:72px;animation:route-loader-pop .9s var(--transition-bounce) infinite alternate;position:relative}.routeLoaderDots{gap:8px;display:inline-flex}.routeLoaderDots span{background:#fff;border-radius:50%;width:9px;height:9px;animation:.95s ease-in-out infinite route-loader-dot;box-shadow:0 3px 10px #0f172a33}.routeLoaderDots span:nth-child(2){background:#facc15;animation-delay:.12s}.routeLoaderDots span:nth-child(3){background:var(--primary);animation-delay:.24s}.routeLoaderTip{text-align:center;background:#fff7edeb;border:1px solid #fed7aaeb;border-radius:14px;gap:7px;width:min(320px,100vw - 48px);min-height:86px;padding:14px 16px;display:grid;box-shadow:0 14px 34px #0f172a2e}.routeLoaderTip span{color:var(--primary);letter-spacing:.12em;text-transform:uppercase;font-size:11px;font-weight:900}.routeLoaderTip p{color:#431407;font-size:15px;font-weight:800;line-height:1.28}body[data-route-loading=true] a{pointer-events:none}@keyframes route-loader-spin{to{transform:rotate(360deg)}}@keyframes route-loader-pulse{0%,to{opacity:.44;transform:scale(.88)}50%{opacity:.12;transform:scale(1.18)}}@keyframes route-loader-pop{0%{transform:translateY(2px)scale(.94)}to{transform:translateY(-3px)scale(1)}}@keyframes route-loader-dot{0%,to{opacity:.45;transform:translateY(0)}50%{opacity:1;transform:translateY(-7px)}}@media (prefers-reduced-motion:reduce){.routeLoaderRing,.routeLoaderPulse,.routeLoaderMark img,.routeLoaderDots span{animation:none}}
.BottomNav-module__JpMf2G__bottomNav{background:var(--card);-webkit-backdrop-filter:blur(20px);border-top:1px solid var(--card-border);max-width:480px;height:80px;padding-bottom:env(safe-area-inset-bottom,16px);z-index:50;justify-content:space-around;align-items:center;margin:0 auto;display:flex;position:fixed;bottom:0;left:0;right:0}.BottomNav-module__JpMf2G__navItem{color:var(--muted-foreground);flex-direction:column;align-items:center;gap:4px;text-decoration:none;transition:all .3s;display:flex}.BottomNav-module__JpMf2G__navItem span{font-size:10px;font-weight:500}.BottomNav-module__JpMf2G__navItem.BottomNav-module__JpMf2G__active{color:var(--primary);transform:translateY(-2px)}
