body{overflow-y:auto;height:auto}.page{width:min(900px,calc(100% - 2rem));margin:1.2rem auto 2.5rem;min-height:auto;height:auto;padding:0;overflow:visible}.topbar{display:flex;align-items:center;justify-content:space-between;gap:.8rem;border:1px solid var(--line);border-top-color:#ffffff24;background:var(--header-bg);border-radius:var(--radius-lg);padding:.65rem 1rem;backdrop-filter:blur(40px) saturate(200%);-webkit-backdrop-filter:blur(40px) saturate(200%);box-shadow:var(--shadow-sm),inset 0 1px #ffffff14;margin-bottom:1rem}.topbar .brand{display:inline-flex;align-items:center;gap:.55rem;font-family:Outfit,sans-serif;font-size:1.05rem;font-weight:700;text-decoration:none;color:var(--text);letter-spacing:-.02em}.topbar .brand img{width:30px;height:30px;object-fit:contain;border-radius:8px}.topbar .brand span{background:linear-gradient(135deg,#fff,#b0c4d8);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.back-link{border:1px solid rgba(255,255,255,.08);border-radius:999px;padding:.4rem .8rem;text-decoration:none;color:var(--text-muted);font-weight:600;font-size:.8rem;background:#ffffff0a;transition:all .2s ease;display:inline-flex;align-items:center;gap:.3rem}.back-link:before{content:"←";font-size:.85em}.back-link:hover{background:#ffffff14;border-color:#ffffff24;color:var(--text);transform:translate(-2px)}.content-card{border:1px solid rgba(255,255,255,.07);border-top-color:#ffffff24;border-radius:var(--radius-lg);background:var(--surface-strong);box-shadow:var(--shadow-lg),inset 0 1px #ffffff14;padding:clamp(1.2rem,3vw,2rem);backdrop-filter:blur(32px) saturate(180%);-webkit-backdrop-filter:blur(32px) saturate(180%)}.page-title{font-family:Outfit,sans-serif;font-size:clamp(1.6rem,4vw,2.4rem);line-height:1.08;margin:0;letter-spacing:-.05em;background:linear-gradient(160deg,#fff,#b0c4d8);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.last-updated{margin-top:.5rem;color:var(--text-muted);font-size:.85rem;font-weight:600;display:inline-flex;align-items:center;gap:.4rem}.last-updated:before{content:"";display:inline-block;width:6px;height:6px;border-radius:50%;background:var(--brand);opacity:.7}.intro{margin-top:1rem;color:var(--text-muted);line-height:1.65;font-size:.95rem;font-weight:500;max-width:72ch}section{margin-top:1.4rem;border-top:1px solid rgba(255,255,255,.06);padding-top:1.2rem}h2{margin:0 0 .6rem;font-family:Outfit,sans-serif;font-size:1.1rem;color:var(--brand);letter-spacing:-.02em;font-weight:700}h3{margin:.8rem 0 .3rem;font-family:Outfit,sans-serif;font-size:.95rem;color:var(--text);letter-spacing:-.01em;font-weight:700}p{margin:.4rem 0 0;color:var(--text-muted);line-height:1.65;font-size:.92rem}ul,ol{margin:.5rem 0 0;padding-left:1.2rem}li{margin:.35rem 0;color:var(--text-muted);font-size:.92rem;line-height:1.55}strong{color:var(--text);font-weight:700}.contact-box{margin-top:.8rem;border:1px solid rgba(255,255,255,.07);border-radius:var(--radius-md);background:var(--surface-glass);padding:.9rem 1rem;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);display:grid;gap:.3rem}.contact-line{margin:0;font-weight:600;color:var(--text-muted);font-size:.88rem}.contact-line a{color:var(--brand);text-decoration:none;font-weight:700;transition:color .2s}.contact-line a:hover{color:var(--brand-strong);text-decoration:underline}[data-theme=light] .topbar{border-color:#0000000f;border-top-color:#ffffffe6}[data-theme=light] .topbar .brand span{background:linear-gradient(135deg,#0f172a,#334155);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}[data-theme=light] .back-link{border-color:#00000012;background:#00000008;color:var(--text-muted)}[data-theme=light] .back-link:hover{background:#0000000f;border-color:#0000001a;color:var(--text)}[data-theme=light] .content-card{border-color:#0000000d;border-top-color:#fffffff2}[data-theme=light] .page-title{background:linear-gradient(160deg,#0f172a,#475569);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}[data-theme=light] section{border-top-color:#0000000d}[data-theme=light] strong{color:#0f172a}[data-theme=light] .contact-box{border-color:#0000000d;background:#00000005}@media(max-width:640px){.page{width:calc(100% - .85rem);margin:.5rem auto 1rem}.topbar{padding:.5rem .65rem}.content-card{padding:.9rem}.topbar .brand{font-size:.92rem}.back-link{font-size:.74rem;padding:.35rem .6rem}}.action-grid{margin-top:.7rem;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.7rem}.action-card{border:1px solid rgba(255,255,255,.08);border-radius:14px;background:var(--surface-glass);padding:.8rem;display:flex;flex-direction:column;gap:.45rem;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.action-btn{margin-top:auto;width:fit-content;border-radius:999px;border:1px solid rgba(13,251,182,.36);background:#0dfbb624;color:var(--brand);font-size:.78rem;font-weight:700;padding:.42rem .72rem;text-decoration:none;transition:all .2s ease}.action-btn:hover{background:#0dfbb633;border-color:#0dfbb685;transform:translateY(-1px)}[data-theme=light] .action-card{border-color:#0000000f;background:#00000005}[data-theme=light] .action-btn{border-color:#00b4784d;background:#00b47814}[data-theme=light] .action-btn:hover{background:#00b47824;border-color:#00b47866}@media(max-width:780px){.action-grid{grid-template-columns:1fr}}.social-inline{display:inline-flex;align-items:center;gap:.32rem;color:var(--brand);text-decoration:none;transition:color .2s}.social-inline:hover{color:var(--brand-strong)}.social-inline svg{width:14px;height:14px;display:block}h3{margin:.72rem 0 .25rem;font-family:Outfit,sans-serif;font-size:1rem;color:var(--text);letter-spacing:-.01em}:root{--surface: rgba(10, 15, 20, .4);--surface-strong: rgba(10, 15, 20, .6);--surface-glass: rgba(10, 15, 20, .2);--text: #f1f5f9;--text-muted: #94a3b8;--line: rgba(255, 255, 255, .08);--brand: #00ffaa;--brand-strong: #00e699;--brand-muted: rgba(0, 255, 170, .12);--accent-blue: #3b82f6;--accent-pink: #ec4899;--accent-purple: #a855f7;--radius-xl: 32px;--radius-lg: 20px;--radius-md: 14px;--shadow-sm: 0 8px 32px rgba(0, 0, 0, .4);--shadow-lg: 0 24px 64px rgba(0, 0, 0, .6);--shadow-glow: 0 0 40px rgba(0, 255, 170, .12);--bg: #020408;--bg-grad-a: rgba(0, 255, 170, .12);--bg-grad-b: rgba(59, 130, 246, .12);--bg-grad-c: rgba(168, 85, 247, .1);--dialog-bg: rgba(5, 8, 12, .96);--dialog-backdrop: rgba(0, 0, 0, .85);--card-hover-border: rgba(0, 255, 170, .25);--brand-text: #000;--header-bg: rgba(8, 12, 18, .7)}[data-theme=light]{--surface: rgba(255, 255, 255, .72);--surface-strong: rgba(255, 255, 255, .88);--surface-glass: rgba(255, 255, 255, .5);--text: #0f172a;--text-muted: #64748b;--line: rgba(0, 0, 0, .07);--brand: #00b87a;--brand-strong: #009e68;--brand-muted: rgba(0, 184, 122, .12);--shadow-sm: 0 8px 32px rgba(0, 0, 0, .07);--shadow-lg: 0 24px 64px rgba(0, 0, 0, .1);--shadow-glow: 0 0 40px rgba(0, 184, 122, .08);--bg: #f4f7fb;--bg-grad-a: rgba(0, 184, 122, .1);--bg-grad-b: rgba(59, 130, 246, .08);--bg-grad-c: rgba(168, 85, 247, .07);--dialog-bg: rgba(255, 255, 255, .97);--dialog-backdrop: rgba(0, 0, 0, .3);--card-hover-border: rgba(0, 184, 122, .35);--brand-text: #fff;--header-bg: rgba(244, 247, 251, .8)}*{box-sizing:border-box}:focus-visible{outline:2px solid var(--brand);outline-offset:3px;border-radius:4px}html,body{width:100%;margin:0;padding:0}body{font-family:Manrope,sans-serif;color:var(--text);line-height:1.5;overflow-x:hidden;min-height:100vh;background-color:var(--bg);background-image:radial-gradient(ellipse 90% 70% at 5% 30%,var(--bg-grad-a) 0%,transparent 55%),radial-gradient(ellipse 70% 60% at 95% 15%,var(--bg-grad-b) 0%,transparent 50%),radial-gradient(ellipse 80% 70% at 55% 105%,var(--bg-grad-c) 0%,transparent 50%);transition:background-color .4s ease,color .4s ease}h1,h2,h3,p{margin:0}h1,h2,h3{font-family:Outfit,sans-serif;letter-spacing:-.04em;line-height:1.05}a{color:inherit;text-decoration:none}.page{width:min(1280px,calc(100% - 2rem));min-height:100dvh;margin:0 auto;padding:clamp(.6rem,1.2vh,1.2rem) 0;display:flex;flex-direction:column;position:relative;z-index:2}.ambient{position:fixed;border-radius:999px;filter:blur(160px);opacity:.5;pointer-events:none;z-index:0;animation:float 24s infinite ease-in-out alternate}.ambient-a{width:700px;height:700px;background:radial-gradient(circle,var(--brand) 0%,transparent 65%);left:-280px;top:-15%;animation-duration:28s}.ambient-b{width:550px;height:550px;background:radial-gradient(circle,var(--accent-blue) 0%,transparent 65%);right:-180px;top:10%;animation-duration:32s;animation-delay:-6s}.ambient-c{width:480px;height:480px;background:radial-gradient(circle,var(--accent-purple) 0%,transparent 65%);right:20%;bottom:-220px;animation-duration:26s;animation-delay:-12s}@keyframes float{0%{transform:translate(0) scale(1)}33%{transform:translate(50px,-70px) scale(1.1)}66%{transform:translate(-30px,55px) scale(.92)}to{transform:translate(0) scale(1)}}.grain{position:fixed;inset:0;pointer-events:none;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E");opacity:.03;z-index:1}.dot-grid{position:fixed;inset:0;pointer-events:none;z-index:0;background-image:radial-gradient(circle,rgba(255,255,255,.06) 1px,transparent 1px);background-size:32px 32px;mask-image:radial-gradient(ellipse 80% 80% at 50% 50%,black 30%,transparent 100%);-webkit-mask-image:radial-gradient(ellipse 80% 80% at 50% 50%,black 30%,transparent 100%)}[data-theme=light] .dot-grid{background-image:radial-gradient(circle,rgba(0,0,0,.06) 1px,transparent 1px)}.site-header{display:flex;align-items:center;justify-content:space-between;gap:.8rem;border:1px solid var(--line);border-top-color:#ffffff24;border-radius:var(--radius-lg);background:var(--header-bg);backdrop-filter:blur(48px) saturate(200%);-webkit-backdrop-filter:blur(48px) saturate(200%);box-shadow:var(--shadow-sm),inset 0 1px #ffffff1a;padding:.9rem 2rem;transition:box-shadow .3s ease,background .3s ease}.site-header:hover{box-shadow:0 12px 48px #0000004d,inset 0 1px #ffffff1f}.brand{display:inline-flex;align-items:center;gap:.6rem;min-width:0;font-family:Outfit,sans-serif;font-size:clamp(1.1rem,2vw,1.4rem);font-weight:700;letter-spacing:-.02em}.brand img{width:clamp(34px,4vw,42px);height:clamp(34px,4vw,42px);object-fit:contain;flex:0 0 auto;border-radius:10px;box-shadow:0 2px 16px #00ffaa40}.brand span{background:linear-gradient(135deg,#fff,#b0c4d8);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.content-wrapper{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:clamp(1.2rem,2.5vh,2rem);padding:0;flex:1}.hero-centered{text-align:center;display:flex;flex-direction:column;align-items:center;gap:.8rem;padding:3rem 1rem 0;max-width:860px;margin:0 auto}.hero-badge{display:inline-flex;align-items:center;gap:.4rem;padding:.45rem 1rem;border-radius:999px;background:linear-gradient(135deg,#00ffaa1a,#3b82f612);border:1px solid rgba(0,255,170,.2);color:var(--brand);font-size:.65rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;box-shadow:0 2px 20px #00ffaa1a,inset 0 1px #ffffff0f;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.badge-dot{width:6px;height:6px;border-radius:50%;background:var(--brand);display:inline-block;animation:pulse-dot 2.5s ease-in-out infinite;flex-shrink:0}@keyframes pulse-dot{0%,to{opacity:1;transform:scale(1);box-shadow:0 0 #00ffaa80}50%{opacity:.85;transform:scale(1.3);box-shadow:0 0 0 6px #0fa0}}.hero-title{font-size:clamp(2.4rem,6vw,4.2rem);line-height:1.02;letter-spacing:-.06em;background:linear-gradient(160deg,#fff,#e2eaf4,#9ab0c8 70%,#6b8aaa);background-size:200% auto;-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;margin:0;animation:shine 6s linear infinite}@keyframes shine{to{background-position:200% center}}.hero-subtitle{font-size:clamp(.95rem,1.4vw,1.12rem);color:var(--text-muted);max-width:520px;line-height:1.65;font-weight:500}.hero-actions{display:flex;flex-direction:row;align-items:center;gap:.8rem;margin-top:.5rem;justify-content:center;flex-wrap:wrap}.hero-cta{display:inline-flex;align-items:center;gap:.5rem;padding:.78rem 1.7rem;border-radius:999px;font-size:.9rem;font-weight:800;background:linear-gradient(135deg,var(--brand) 0%,var(--brand-strong) 100%);color:#000;box-shadow:0 4px 28px #00ffaa4d,0 1px #ffffff4d inset;transition:transform .25s cubic-bezier(.2,.8,.2,1),box-shadow .25s ease;position:relative;overflow:hidden;border:none;cursor:pointer;letter-spacing:-.01em}.hero-cta:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,transparent,rgba(255,255,255,.45),transparent);transform:translate(-100%) skew(-15deg);opacity:0;transition:opacity .3s}.hero-cta:hover{transform:translateY(-3px) scale(1.02);box-shadow:0 12px 44px #00ffaa73,0 1px #ffffff80 inset}.hero-cta:hover:before{opacity:1;animation:sweep .8s ease-out forwards}@keyframes sweep{to{transform:translate(200%) skew(-15deg)}}.hero-cta .arrow{display:inline-block;transition:transform .25s ease}.hero-cta:hover .arrow{transform:translate(5px)}.playstore-btn{gap:.55rem}.store-icon{width:22px;height:22px;flex-shrink:0}.appstore-btn{background:linear-gradient(135deg,#50506499,#28283799);border:1px solid rgba(255,255,255,.1);box-shadow:0 4px 20px #00000040,inset 0 1px #ffffff14;color:#fff9;cursor:default;pointer-events:none}.coming-soon-tag{font-size:.6rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;background:#ffffff26;border-radius:999px;padding:.12rem .5rem;margin-left:.15rem}.bento-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:clamp(.8rem,1.5vw,1.2rem);width:100%;max-width:960px;margin:0 auto 1rem}.bento-card{position:relative;background:var(--surface-strong);border-radius:var(--radius-lg);border:1px solid rgba(255,255,255,.07);border-top-color:#ffffff26;padding:clamp(1.1rem,2vw,1.6rem);overflow:hidden;display:flex;flex-direction:column;backdrop-filter:blur(40px) saturate(180%);-webkit-backdrop-filter:blur(40px) saturate(180%);box-shadow:var(--shadow-sm),inset 0 1px #ffffff1a;transition:transform .15s ease-out,border-color .3s ease,box-shadow .3s ease;transform-style:preserve-3d;will-change:transform}.bento-card:before{content:"";position:absolute;inset:0;border-radius:inherit;background:radial-gradient(600px circle at var(--mouse-x, 50%) var(--mouse-y, 50%),rgba(0,255,170,.06),transparent 40%);opacity:0;transition:opacity .4s ease;pointer-events:none;z-index:0}.bento-card:after{content:"";position:absolute;top:0;left:15%;right:15%;height:1px;background:linear-gradient(90deg,transparent,rgba(0,255,170,.35),transparent);opacity:0;transition:opacity .3s ease;pointer-events:none}.bento-card:hover:before{opacity:1}.bento-card:hover:after{opacity:1}.bento-card:hover{border-color:#00ffaa38;box-shadow:0 24px 56px #00000080,0 0 0 1px #00ffaa26,inset 0 1px #ffffff26,var(--shadow-glow)}.card-content{position:relative;z-index:1;display:flex;flex-direction:column;height:100%;gap:.65rem}.icon-wrapper{width:46px;height:46px;border-radius:13px;background:var(--brand-muted);border:1px solid rgba(0,255,170,.12);display:flex;align-items:center;justify-content:center;color:var(--brand);flex-shrink:0;transition:transform .3s ease,background .3s ease,box-shadow .3s ease;box-shadow:0 2px 16px #00ffaa14}.bento-card:hover .icon-wrapper{transform:scale(1.1) rotate(-4deg);background:#00ffaa2e;box-shadow:0 4px 24px #00ffaa2e}.bento-icon{width:20px;height:20px}.bento-header h3{font-size:clamp(1rem,1.3vw,1.2rem);margin-bottom:.25rem;color:var(--text);letter-spacing:-.03em;font-weight:700}.bento-header p{color:var(--text-muted);font-size:clamp(.78rem,.95vw,.87rem);line-height:1.55;font-weight:500}.theme-toggle{position:relative;z-index:100;width:40px;height:40px;border-radius:999px;border:1px solid var(--line);border-top-color:#ffffff1f;background:var(--surface);backdrop-filter:blur(24px) saturate(180%);-webkit-backdrop-filter:blur(24px) saturate(180%);color:var(--text-muted);display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:all .25s ease;padding:0;box-shadow:var(--shadow-sm),inset 0 1px #ffffff12}.theme-toggle:hover{background:#ffffff1a;color:var(--text);transform:scale(1.1) rotate(18deg);box-shadow:0 8px 28px #0000004d}[data-theme=light] .theme-toggle{background:#fffc;border-color:#00000012;box-shadow:0 4px 16px #00000012}[data-theme=light] .theme-toggle:hover{background:#fffffffa;box-shadow:0 8px 24px #0000001a}.theme-toggle svg{width:17px;height:17px;display:block}.theme-toggle .icon-sun{display:none}.theme-toggle .icon-moon,[data-theme=light] .theme-toggle .icon-sun{display:block}[data-theme=light] .theme-toggle .icon-moon{display:none}.site-footer{border:1px solid var(--line);border-top-color:#ffffff1f;border-radius:var(--radius-lg);background:var(--header-bg);box-shadow:var(--shadow-sm),inset 0 1px #ffffff0f;padding:1rem 2rem;margin-top:auto;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:.6rem;backdrop-filter:blur(32px) saturate(180%);-webkit-backdrop-filter:blur(32px) saturate(180%)}.site-footer p{color:var(--text-muted);font-size:.74rem;font-weight:600;justify-self:start}.footer-center-nav{display:inline-flex;align-items:center;gap:.25rem}.footer-center-nav a,.footer-center-nav .footer-link-btn{font-size:.78rem;font-weight:600;color:var(--text-muted);border-radius:999px;border:1px solid transparent;padding:.35rem .65rem;transition:all .2s ease}.footer-center-nav .footer-link-btn{font-family:inherit;background:transparent;cursor:pointer}.footer-center-nav a:hover,.footer-center-nav .footer-link-btn:hover{background:#ffffff12;border-color:#ffffff12;color:var(--text)}.footer-links{justify-self:end;display:inline-flex;align-items:center;gap:.3rem}.footer-links a{color:var(--text-muted);font-size:.72rem;font-weight:600;padding:.3rem .5rem;border-radius:8px;transition:all .2s ease}.footer-links a:hover{background:#ffffff12;color:var(--text)}.social-link{display:inline-flex;align-items:center;gap:.35rem}.social-icon{width:15px;height:15px;display:inline-flex;align-items:center;justify-content:center}.social-icon svg{width:15px;height:15px;display:block}.support-dialog{width:min(420px,calc(100% - 2rem));margin:auto;padding:0;border:1px solid rgba(255,255,255,.1);border-top-color:#ffffff2e;border-radius:20px;color:var(--text);background:#0a0f16f0;box-shadow:var(--shadow-lg),inset 0 1px #ffffff12;backdrop-filter:blur(32px) saturate(200%);-webkit-backdrop-filter:blur(32px) saturate(200%)}.support-dialog::backdrop{background:#020508cc;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.support-dialog-card{margin:0;padding:1.5rem;display:grid;gap:.75rem}.support-dialog-head{display:flex;align-items:center;justify-content:space-between;gap:.5rem}.support-dialog-head h2{font-size:1.15rem;letter-spacing:-.03em}.support-close{width:32px;height:32px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;border:1px solid rgba(255,255,255,.1);background:#ffffff0d;color:var(--text-muted);font-size:.9rem;cursor:pointer;transition:background .2s ease,transform .2s ease,color .2s ease}.support-close:hover{background:#ffffff1a;transform:scale(1.08);color:var(--text)}.support-intro{color:var(--text-muted);font-size:.85rem}.support-contact{font-size:.9rem}.support-contact strong{color:var(--text)}.support-contact a{color:var(--brand);transition:color .2s}.support-contact a:hover{text-decoration:underline;color:var(--brand-strong)}.reveal{opacity:0;transform:translateY(28px) scale(.98);animation:reveal .9s cubic-bezier(.16,1,.3,1) forwards}.delay-1{animation-delay:.12s}.delay-2{animation-delay:.24s}.delay-3{animation-delay:.36s}@keyframes reveal{60%{opacity:1}to{opacity:1;transform:translateY(0) scale(1)}}.scroll-reveal{opacity:0;transform:translateY(24px);transition:opacity .7s cubic-bezier(.16,1,.3,1),transform .7s cubic-bezier(.16,1,.3,1)}.scroll-reveal.visible{opacity:1;transform:translateY(0)}[data-theme=light] .site-header{border-color:#0000000f;border-top-color:#ffffffe6}[data-theme=light] .brand span{background:linear-gradient(135deg,#0f172a,#334155);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}[data-theme=light] .hero-title{background:linear-gradient(160deg,#0f172a,#334155,#64748b);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}[data-theme=light] .hero-badge{border-color:#00b87a40;background:linear-gradient(135deg,#00b87a1a,#3b82f60f)}[data-theme=light] .bento-card{border-color:#0000000d;border-top-color:#fffffff2}[data-theme=light] .bento-card:before{background:radial-gradient(600px circle at var(--mouse-x, 50%) var(--mouse-y, 50%),rgba(0,184,122,.07),transparent 40%)}[data-theme=light] .bento-card:after{background:linear-gradient(90deg,transparent,rgba(0,184,122,.3),transparent)}[data-theme=light] .bento-card:hover{border-color:var(--card-hover-border);box-shadow:0 24px 56px #0000001a,0 0 0 1px #00b87a1f,inset 0 1px #fff9}[data-theme=light] .icon-wrapper{border-color:#00b87a2e;box-shadow:0 2px 12px #00b87a12}[data-theme=light] .ambient{opacity:.12}[data-theme=light] .grain{opacity:.018}[data-theme=light] .site-footer{border-color:#0000000f;border-top-color:#fffc}[data-theme=light] .footer-center-nav a:hover,[data-theme=light] .footer-center-nav .footer-link-btn:hover,[data-theme=light] .footer-links a:hover{background:#0000000d;color:#0f172a}[data-theme=light] .support-dialog{background:var(--dialog-bg);border-color:#00000014}[data-theme=light] .support-dialog::backdrop{background:var(--dialog-backdrop)}[data-theme=light] .support-close{border-color:#0000001a;background:#0000000a;color:var(--text-muted)}[data-theme=light] .support-close:hover{background:#00000014;color:var(--text)}[data-theme=light] .appstore-btn{background:linear-gradient(135deg,#b4b4c880,#8c8ca080);color:#0006;border-color:#00000014}@media(max-width:980px){.page{width:calc(100% - 1.2rem)}.bento-grid{grid-template-columns:repeat(2,1fr);max-width:600px}}@media(max-width:640px){.page{width:calc(100% - .8rem);padding:.5rem 0}.site-header{padding:.75rem 1.2rem}.hero-centered{padding:2rem 1rem 0;gap:.65rem}.hero-title{font-size:clamp(1.8rem,9vw,2.6rem)}.hero-subtitle{font-size:.85rem}.hero-actions{flex-direction:column;align-items:center}.hero-cta{width:100%;max-width:300px;justify-content:center}.bento-grid{grid-template-columns:1fr;max-width:100%}.site-footer{grid-template-columns:1fr;justify-items:center;text-align:center;padding:1rem 1.2rem;gap:.5rem}.site-footer p,.footer-center-nav a,.footer-center-nav .footer-link-btn,.footer-links a{font-size:.68rem}.site-footer p,.footer-center-nav,.footer-links{justify-self:center}.footer-links{flex-wrap:wrap;justify-content:center}.social-icon,.social-icon svg{width:13px;height:13px}}@media(prefers-reduced-motion:reduce){.reveal,.bento-card,.hero-cta,.theme-toggle{animation:none;transition:none;transform:none;opacity:1}.ambient,.badge-dot{animation:none}.scroll-reveal{opacity:1;transform:none;transition:none}}@media(max-height:800px){.hero-centered{padding:1.5rem 1rem 0;gap:.5rem}.hero-title{font-size:clamp(1.9rem,4.5vw,3.4rem)}.hero-subtitle{font-size:.9rem}.bento-grid{gap:.8rem;margin:0 auto .5rem}.bento-card{padding:1rem 1.2rem}.bento-header h3{font-size:.98rem}.bento-header p{font-size:.75rem}.site-header,.site-footer{padding:.7rem 1.8rem}.hero-cta{padding:.65rem 1.4rem;font-size:.86rem}.content-wrapper{gap:clamp(.6rem,1.2vh,1.2rem)}.icon-wrapper{width:38px;height:38px}.bento-icon{width:17px;height:17px}}@media(max-height:650px){.hero-centered{padding:.8rem 1rem 0}.bento-card{padding:.75rem 1rem}.card-content{gap:.35rem}}
