@import "https://fonts.googleapis.com/css2?family=Inter:wght@300..900&family=Plus+Jakarta+Sans:wght@400;500;600;700;800&display=swap";:root{--font-family:"Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-display:"Plus Jakarta Sans", var(--font-family);--font-size:15px;--bg:#0d0d0d;--bg-gradient:radial-gradient(ellipse at 50% 0%, #1a1a2e 0%, #16132b 30%, #0d0d0d 70%);--surface-1:#161616;--surface-2:#1e1e1e;--surface-3:#252525;--gold:#d4af37;--gold-light:#f5d060;--gold-gradient:linear-gradient(135deg, #d4af37 0%, #f5d060 50%, #c9a227 100%);--gold-grad:linear-gradient(135deg, #d4af37 0%, #f5d060 50%, #c9a227 100%);--gold-dim:#d4af3726;--teal:#00d4aa;--teal-dim:#00d4aa26;--emerald:#10b981;--red:#ff3b30;--red-dim:#ff3b3026;--orange:#f97316;--blue:#3b82f6;--text-primary:#f5f5f7;--text-secondary:#ffffff8c;--text-tertiary:#ffffff47;--card-bg:#161616a6;--card-bg-solid:#161616;--card-border:#ffffff14;--card-border-hover:#ffffff24;--card-shadow:0 4px 24px #0006, 0 1px 2px #0000004d;--card-inner-shadow:inset 0 1px 0 #ffffff0f;--sp-xs:4px;--sp-sm:8px;--sp-md:12px;--sp-lg:16px;--sp-xl:20px;--sp-2xl:32px;--r-card:20px;--r-modal:28px;--r-pill:56px;--r-btn:16px;--r-sm:10px;--btn-primary-h:56px;--btn-secondary-h:48px;--touch-target:44px;--app-max-width:430px;--ease-out:cubic-bezier(.4, 0, .2, 1);--ease-spring:cubic-bezier(.34, 1.56, .64, 1)}*,:before,:after{box-sizing:border-box;-webkit-tap-highlight-color:transparent;margin:0;padding:0}html{background:#050505}body{font-family:var(--font-family);font-size:var(--font-size);background:var(--bg-gradient);color:var(--text-primary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overscroll-behavior:none;min-height:100vh;background-attachment:fixed;min-height:100dvh;line-height:1.5}a{color:inherit;text-decoration:none}button{cursor:pointer;background:0 0;border:none;font-family:inherit}.scrollbar-hide::-webkit-scrollbar{display:none}.scrollbar-hide{-ms-overflow-style:none;scrollbar-width:none}.glass-card{background:var(--card-bg);-webkit-backdrop-filter:blur(16px);border:1px solid var(--card-border);border-radius:var(--r-card);box-shadow:var(--card-shadow);transition:border-color .2s,box-shadow .2s}.glass-card:hover{border-color:var(--card-border-hover)}.glass-nav{-webkit-backdrop-filter:blur(24px)saturate(180%);background:#0d0d0dd1;border-top:1px solid #ffffff0f}.glass-header{-webkit-backdrop-filter:blur(20px)saturate(180%);background:#0d0d0dd9;border-bottom:1px solid #ffffff0f}.glow-gold{box-shadow:0 0 40px #d4af3733, 0 0 80px #d4af371a, var(--card-inner-shadow)}.glow-teal{box-shadow:0 0 20px #00d4aa26}.dot{border-radius:50%;flex-shrink:0;width:7px;height:7px;display:inline-block}.dot-gold{background:var(--gold);box-shadow:0 0 6px var(--gold)}.dot-green{background:var(--teal);box-shadow:0 0 6px var(--teal)}.dot-orange{background:var(--orange)}.dot-red{background:var(--red)}.dot-gray{background:var(--text-tertiary)}.badge{border-radius:var(--r-pill);white-space:nowrap;border:1px solid;align-items:center;gap:4px;padding:3px 9px;font-size:11px;font-weight:700;display:inline-flex}.badge-gold{background:var(--gold-dim);color:var(--gold-light);border-color:#d4af3740}.badge-green{color:var(--teal);background:#00d4aa1f;border-color:#00d4aa40}.badge-red{background:var(--red-dim);color:#ff6b6b;border-color:#ff3b3040}.badge-orange{color:var(--orange);background:#f973161f;border-color:#f9731640}.badge-blue{color:var(--blue);background:#3b82f61f;border-color:#3b82f640}.badge-gray{color:var(--text-secondary);border-color:var(--card-border);background:#ffffff0f}.touch-feedback{transition:transform .1s cubic-bezier(.4,0,.2,1),opacity .1s}.touch-feedback:active{opacity:.85;transform:scale(.97)}.progress-bar{background:#ffffff14;border-radius:3px;height:4px;overflow:hidden}.progress-fill{background:var(--gold-gradient);border-radius:3px;height:100%;transition:width .8s cubic-bezier(.4,0,.2,1);position:relative}.progress-fill:after{content:"";background:var(--gold-light);width:8px;height:8px;box-shadow:0 0 8px var(--gold);border-radius:50%;position:absolute;top:-2px;right:0}@keyframes pulse-dot{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.2)}}@keyframes slide-up{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@keyframes scale-in{0%{opacity:0;transform:scale(.5)}50%{transform:scale(1.05)}to{opacity:1;transform:scale(1)}}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}@keyframes page-enter{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes glow-pulse{0%,to{box-shadow:0 0 40px #d4af3733}50%{box-shadow:0 0 60px #d4af3766}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-4px)}}.animate-pulse-dot,.animate-dot{animation:2s cubic-bezier(.4,0,.6,1) infinite pulse-dot}.animate-slide-up{animation:.35s cubic-bezier(.4,0,.2,1) both slide-up}.animate-scale-in{animation:.3s cubic-bezier(.34,1.56,.64,1) scale-in}.animate-shimmer{animation:2s ease-in-out infinite shimmer}.animate-page-enter{animation:.32s cubic-bezier(.4,0,.2,1) page-enter}.animate-glow-pulse{animation:3s ease-in-out infinite glow-pulse}.animate-float{animation:3s ease-in-out infinite float}.bottom-nav.svelte-oeh3u8{z-index:100;border-radius:0;width:100%;max-width:430px;height:84px;position:fixed;bottom:0;left:50%;transform:translate(-50%)}.nav-inner.svelte-oeh3u8{height:100%;padding:0 8px;padding-bottom:env(safe-area-inset-bottom,0px);justify-content:space-between;align-items:center;display:flex}.nav-item.svelte-oeh3u8{height:100%;color:var(--text-secondary);transition:all .15s var(--ease-out);flex-direction:column;flex:1;justify-content:center;align-items:center;gap:4px;text-decoration:none;display:flex}.nav-item.svelte-oeh3u8:active{transform:scale(.92)}.nav-item.active.svelte-oeh3u8{color:var(--gold-light)}.nav-icon.svelte-oeh3u8{justify-content:center;align-items:center;width:26px;height:26px;display:flex;position:relative}.nav-label.svelte-oeh3u8{letter-spacing:.3px;white-space:nowrap;font-size:10px;font-weight:600}.nav-badge.svelte-oeh3u8{background:var(--gold-grad);color:#0d0d0d;border-radius:8px;justify-content:center;align-items:center;min-width:16px;height:16px;padding:0 3px;font-size:9px;font-weight:800;display:flex;position:absolute;top:-4px;right:-6px}.nav-dot.svelte-oeh3u8{background:var(--gold);width:4px;height:4px;box-shadow:0 0 6px var(--gold);border-radius:50%;position:absolute;bottom:-6px;left:50%;transform:translate(-50%)}.center-btn.svelte-oeh3u8{width:64px;height:64px;transition:transform .15s var(--ease-spring);flex-direction:column;flex-shrink:0;justify-content:center;align-items:center;margin-top:-20px;text-decoration:none;display:flex;position:relative}.center-btn.svelte-oeh3u8:active{transform:scale(.93)}.center-glow.svelte-oeh3u8{background:var(--gold-grad);filter:blur(10px);opacity:.5;border-radius:50%;animation:3s ease-in-out infinite svelte-oeh3u8-glowPulse;position:absolute;top:0;bottom:0;left:0;right:0}.center-inner.svelte-oeh3u8{width:56px;height:56px;color:var(--gold-light);z-index:1;background:linear-gradient(135deg,#1a1a2e,#080c14);border:1.5px solid #d4af3780;border-radius:50%;justify-content:center;align-items:center;display:flex;position:relative;box-shadow:inset 0 4px 12px #d4af3733}.center-inner.active.svelte-oeh3u8{background:var(--gold-grad);color:#0d0d0d;border-color:#0000;box-shadow:0 4px 24px #d4af3766}.center-dot.svelte-oeh3u8{background:var(--gold);width:6px;height:6px;box-shadow:0 0 8px var(--gold);z-index:2;border-radius:50%;position:absolute;bottom:-6px}@keyframes svelte-oeh3u8-glowPulse{0%,to{opacity:.4}50%{opacity:.7}}:root{--page-safe-top:calc(env(safe-area-inset-top,16px) + 36px)}.app-shell.svelte-12qhfyh{min-height:100vh;background:#050505;justify-content:center;min-height:100dvh;display:flex}.app-mobile.svelte-12qhfyh{width:100%;max-width:430px;min-height:100vh;background:var(--bg);border-left:1px solid #ffffff0a;border-right:1px solid #ffffff0a;flex-direction:column;min-height:100dvh;display:flex;position:relative;overflow:hidden}@media (max-width:430px){.app-mobile.svelte-12qhfyh{border:none}}.ambient-gold.svelte-12qhfyh{filter:blur(100px);pointer-events:none;z-index:0;background:#d4af3712;border-radius:50%;width:55%;height:55%;position:fixed;top:-15%;right:-10%}.ambient-emerald.svelte-12qhfyh{filter:blur(100px);pointer-events:none;z-index:0;background:#10b9810d;border-radius:50%;width:45%;height:45%;position:fixed;bottom:15%;left:-10%}.app-content.svelte-12qhfyh{z-index:1;scroll-behavior:smooth;flex:1;padding-bottom:84px;position:relative;overflow:hidden auto}
