.contact-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;display:flex;align-items:center;justify-content:center;padding:20px;background:#050810b8;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);animation:contactFadeIn .18s ease-out}.contact-modal-card{position:relative;width:100%;max-width:380px;background:var(--surface);border:1px solid var(--border-blue);border-radius:16px;padding:28px 24px 24px;box-shadow:0 12px 40px #00000080,0 0 28px #2d7ff92e;animation:contactPopIn .2s ease-out}.contact-modal-close{position:absolute;top:12px;right:12px;display:flex;align-items:center;justify-content:center;width:30px;height:30px;background:none;border:none;color:var(--text-muted);cursor:pointer;border-radius:8px;transition:color .2s ease,background .2s ease}.contact-modal-close:hover{color:var(--text-primary);background:var(--surface-alt)}.contact-modal-title{font-family:VT323,monospace;font-size:30px;font-weight:400;color:var(--text-primary);letter-spacing:1px;text-shadow:0 0 18px rgba(45,127,249,.5);margin-bottom:8px}.contact-modal-sub{font-size:17px;color:var(--text-secondary);line-height:1.5;margin-bottom:20px}.contact-modal-email-row{display:flex;align-items:center;gap:10px;background:var(--surface-alt);border:1px solid var(--border);border-radius:12px;padding:10px 10px 10px 14px}.contact-modal-email{flex:1;font-family:VT323,monospace;font-size:18px;color:var(--primary-light);text-decoration:none;word-break:break-all}.contact-modal-email:hover{text-decoration:underline}.contact-modal-copy{flex-shrink:0;font-family:VT323,monospace;font-size:16px;letter-spacing:.5px;color:var(--text-primary);background:var(--primary);border:1px solid var(--primary-light);border-radius:8px;padding:6px 14px;cursor:pointer;transition:background .2s ease,box-shadow .2s ease}.contact-modal-copy:hover{background:var(--primary-dark);box-shadow:0 0 12px #2d7ff980}@keyframes contactFadeIn{0%{opacity:0}to{opacity:1}}@keyframes contactPopIn{0%{opacity:0;transform:translateY(8px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.download-hint{display:inline-flex;flex-direction:column;align-items:center;gap:4px;padding:10px 16px 8px;border-radius:16px;background:linear-gradient(180deg,#1f293759,#0b122059);border:1px solid rgba(255,255,255,.05);box-shadow:none;margin-top:14px;animation:fadeInUp .6s ease-out .55s both}.home-hero-panel>.download-hint{flex:0 0 auto}@media (min-width: 1025px){.download-hint{display:none}}.download-hint-row{display:inline-flex;align-items:center;gap:10px}.download-hint-dot{width:8px;height:8px;border-radius:50%;background:#22c55e;opacity:.8;flex-shrink:0}.download-hint-text{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;font-size:12px;font-weight:500;letter-spacing:.1px;color:#94a3b8d9;line-height:1.2;white-space:nowrap}.download-hint-arrow{color:#94a3b8d9;display:inline-flex;animation:downloadHintBounce 1.4s ease-in-out infinite}@keyframes downloadHintBounce{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}@media (prefers-reduced-motion: reduce){.download-hint-arrow{animation:none}}.piko-sketch{background:var(--piko-accent-softer, #eef7ff);border:1px solid var(--piko-accent-border, #c8ddf4);border-radius:16px;padding:10px}.piko-sketch-body{display:grid;grid-template-columns:38px minmax(0,1fr);gap:8px}.piko-sketch-rail{display:flex;flex-direction:column;align-items:center;gap:6px;padding:6px 4px;background:var(--piko-accent-soft, #e4f1ff);border:1px solid var(--piko-accent-border, #c8ddf4);border-radius:12px}.piko-sketch-tool{width:28px;min-height:28px;border:1px solid var(--piko-accent-border, #bad8f2);border-radius:8px;background:#f9fcff;color:#5572a1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;padding:4px 2px;cursor:pointer;transition:background .12s ease,border-color .12s ease}.piko-sketch-tool.active{background:var(--piko-accent-soft, #dbeeff);border-color:var(--piko-accent, #8fb8f4)}.piko-sketch-pen-rainbow{position:relative}.piko-sketch-rainbow-swatch{position:absolute;top:-3px;right:-3px;width:11px;height:11px;border-radius:50%;background:conic-gradient(#e53935,#fb8c00,#fdd835,#43a047,#1e88e5,#8e24aa,#e53935);box-shadow:0 0 0 1.5px var(--piko-accent, #8fb8f4)}.piko-sketch-canvas-col{min-width:0;display:flex;justify-content:center}.piko-sketch-canvas-wrap{border:1px solid var(--piko-accent-border, #bad8f2);border-radius:12px;padding:4px;background:#f9fcff;width:100%;max-width:560px}.piko-sketch-canvas{width:100%;aspect-ratio:4 / 3;display:block;background-color:#fff;border:1px solid var(--piko-accent-border, #a3c8e8);border-radius:8px;image-rendering:pixelated;touch-action:none;cursor:crosshair}.piko-sketch-controls{display:grid;grid-template-columns:34px 34px minmax(0,1fr) 34px;align-items:center;gap:6px;margin-top:8px}.piko-sketch-icon-btn,.piko-sketch-clear{font-family:inherit;border:1px solid var(--piko-accent-border, #bad8f2);border-radius:8px;background:#f9fcff;cursor:pointer;transition:opacity .12s ease}.piko-sketch-icon-btn:disabled,.piko-sketch-clear:disabled{opacity:.35;cursor:not-allowed}.piko-sketch-icon-btn{width:34px;height:34px;color:#506381;font-size:17px}.piko-sketch-status{color:#5572a1;font-size:12px;text-align:center}.piko-sketch-clear{width:34px;height:34px;color:#566a8d;display:flex;align-items:center;justify-content:center}.piko-sketch .pixel-tool-icon{width:14px;height:14px;display:grid;grid-template-columns:repeat(12,1fr);grid-template-rows:repeat(12,1fr)}.piko-sketch .pixel-tool-icon span{width:100%;height:100%}.piko-sketch .pixel-tool-empty{background:transparent}.piko-sketch .pixel-tool-pixel-1{background:#535353}.piko-sketch .pixel-tool-pixel-2{background:#fff}.piko-sketch .pixel-tool-pixel-3{background:#6c6c6c}.piko-sketch .pixel-tool-icon-active .pixel-tool-pixel-1{background:#104969}.piko-sketch .pixel-tool-icon-active .pixel-tool-pixel-3{background:#289acb}.app-shell-aero .piko-sketch-tool,.app-shell-aero .piko-sketch-icon-btn,.app-shell-aero .piko-sketch-clear{background:#ffffff8c;border-color:#ffffffb3;color:#2a4a73;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.app-shell-aero .piko-sketch-tool.active{background:#ffffffd9;border-color:#87c8fff2;box-shadow:0 0 0 1px #fff6 inset}.app-shell-aero .piko-sketch-canvas-wrap{background:#ffffffb3;border-color:#fffc;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.app-shell-aero .piko-sketch-canvas{border-color:#87c8ff99}.app-shell-web95 .piko-sketch-tool,.app-shell-web95 .piko-sketch-icon-btn,.app-shell-web95 .piko-sketch-clear{background:#ece9d8;border:1px solid #888888;border-radius:2px;color:#000;box-shadow:inset 1px 1px #fff,inset -1px -1px gray}.app-shell-web95 .piko-sketch-tool.active{background:#d8d4c3;box-shadow:inset 1px 1px gray,inset -1px -1px #fff}.app-shell-web95 .piko-sketch-canvas-wrap{background:#fff;border:2px inset #d4d0c8;border-radius:2px}.app-shell-web95 .piko-sketch-canvas{border:1px solid #808080;border-radius:0}.app-shell-web95 .piko-sketch-status{color:#555}.troll-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:3000;display:flex;align-items:center;justify-content:center;padding:20px;background:#050810d1;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);animation:troll-fade .2s ease-out;font-family:VT323,monospace}@keyframes troll-fade{0%{opacity:0}to{opacity:1}}.troll-card{position:relative;width:100%;max-width:440px;max-height:90vh;overflow-y:auto;padding:28px 24px 24px;border-radius:20px;background:linear-gradient(180deg,#131c2e,#0a0e1a);border:1px solid var(--border, #1e2d42);box-shadow:0 24px 60px #0000008c;animation:troll-pop .28s cubic-bezier(.18,1.1,.4,1)}@keyframes troll-pop{0%{opacity:0;transform:translateY(16px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}.troll-close{position:absolute;top:12px;right:14px;width:32px;height:32px;border:none;background:none;color:var(--text-muted, #556b8a);font-size:26px;line-height:1;cursor:pointer;font-family:inherit}.troll-close:hover{color:var(--text-primary, #f0f4ff)}.troll-dots{display:flex;justify-content:center;gap:8px;margin-bottom:18px}.troll-dot{width:8px;height:8px;border-radius:50%;background:var(--border, #1e2d42);transition:background .2s ease,transform .2s ease}.troll-dot.is-active{background:var(--primary, #2d7ff9);transform:scale(1.2)}.troll-dot.is-done{background:var(--primary-dark, #1a5fcc)}.troll-step{display:flex;flex-direction:column;align-items:center;text-align:center;gap:12px}.troll-emoji{color:var(--accent, #00e5ff);margin-bottom:2px}.troll-title{margin:0;font-size:30px;font-weight:400;letter-spacing:.5px;color:var(--text-primary, #f0f4ff)}.troll-body{margin:0;font-size:19px;line-height:1.4;color:var(--text-secondary, #8899b0)}.troll-body em{color:var(--accent, #00e5ff);font-style:italic}.troll-muted{color:var(--text-muted, #556b8a);font-size:17px}.troll-cta{margin-top:8px;width:100%;padding:13px 18px;border:none;border-radius:12px;background:var(--primary, #2d7ff9);color:#fff;font-family:inherit;font-size:20px;letter-spacing:.5px;cursor:pointer;text-decoration:none;display:inline-block;text-align:center;box-shadow:0 4px 14px #2d7ff94d;transition:transform .15s ease,background .15s ease,opacity .15s ease}.troll-cta:hover{transform:translateY(-1px);background:var(--primary-light, #5ba3ff)}.troll-cta:active{transform:translateY(0)}.troll-cta:disabled{opacity:.45;cursor:not-allowed;transform:none;box-shadow:none}.troll-cta-web{background:linear-gradient(180deg,#00e5ff,#00b8d4);color:#05202a}.troll-cta-web:hover{background:linear-gradient(180deg,#33ecff,#00cde8)}.troll-cta-green{background:linear-gradient(180deg,#3ddc84,#28b463);color:#04220f;box-shadow:0 4px 16px #3ddc8459}.troll-cta-green:hover{background:linear-gradient(180deg,#5fe89c,#2ecc71)}.troll-emoji-green{color:#3ddc84}.troll-actions{display:flex;gap:10px;width:100%;margin-top:8px}.troll-actions .troll-cta{margin-top:0;flex:1}.troll-back{padding:13px 18px;border:1px solid var(--border, #1e2d42);border-radius:12px;background:none;color:var(--text-muted, #556b8a);font-family:inherit;font-size:18px;cursor:pointer;transition:border-color .15s ease,color .15s ease}.troll-back:hover{border-color:var(--border-blue, #2d5a8c);color:var(--text-secondary, #8899b0)}.troll-text-btn{margin-top:2px;border:none;background:none;color:var(--text-muted, #556b8a);font-family:inherit;font-size:17px;cursor:pointer;text-decoration:underline}.troll-text-btn:hover{color:var(--text-secondary, #8899b0)}.troll-want{margin:4px 0;font-size:26px;color:var(--accent, #00e5ff);min-height:32px}.troll-slider{width:100%;accent-color:var(--primary, #2d7ff9);cursor:pointer}.troll-socials{display:flex;flex-direction:column;gap:10px;width:100%;margin-top:4px}.troll-social-row{display:flex;align-items:center;gap:12px;padding:12px 14px;border:1px solid var(--border, #1e2d42);border-radius:12px;background:var(--surface, #111827);cursor:pointer;transition:border-color .15s ease}.troll-social-row:hover{border-color:var(--border-blue, #2d5a8c)}.troll-social-row.is-checked{border-color:var(--success, #34d399)}.troll-social-row input{width:18px;height:18px;accent-color:var(--success, #34d399);cursor:pointer;flex-shrink:0}.troll-social-row a{flex:1;text-align:left;color:var(--text-primary, #f0f4ff);font-size:19px;text-decoration:none;border-bottom:1px dashed rgba(91,163,255,.45)}.troll-social-row a:hover{color:var(--primary-light, #5ba3ff);border-bottom-color:var(--primary-light, #5ba3ff)}.troll-sketch{width:100%;margin:4px 0}.troll-email{width:100%;padding:13px 14px;border:1px solid var(--border, #1e2d42);border-radius:12px;background:var(--surface, #111827);color:var(--text-primary, #f0f4ff);font-family:inherit;font-size:20px;text-align:center}.troll-email:focus{outline:none;border-color:var(--primary, #2d7ff9)}.troll-error{margin:0;font-size:17px;color:#ff6b6b}.home-page{--home-navy: #052b51;--home-ink: #07345f;--home-blue: #1575dc;min-width:320px;overflow:hidden;color:#fff;background:var(--home-navy);font-family:Trebuchet MS,Avenir Next,Avenir,sans-serif}.home-page a,.home-page button{font:inherit}.home-footer-brand{display:inline-flex;align-items:center;gap:10px;color:#fff;text-decoration:none;font-family:VT323,monospace;font-size:24px;letter-spacing:.03em;text-shadow:0 2px 12px rgba(0,41,78,.42)}.home-footer-brand img{width:39px;height:39px;border-radius:11px;box-shadow:0 5px 18px #00265333}.home-hero{position:relative;min-height:max(720px,100svh);overflow:hidden;isolation:isolate;background:#70b8df}.home-hero-media,.home-hero-media img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.home-hero-media{z-index:-3;display:block}.home-hero-media img{display:block;object-fit:cover;object-position:center}.home-hero-shade{position:absolute;z-index:-2;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,rgba(0,39,79,.08),transparent 42%,rgba(0,41,74,.38) 76%,rgba(0,28,55,.68) 100%),radial-gradient(circle at 50% 38%,transparent 0 37%,rgba(4,46,86,.08) 78%)}.home-mobile-showcase{display:none}.home-desktop-things{position:absolute;z-index:2;top:0;right:0;bottom:0;left:0;pointer-events:none}.home-thing{position:absolute;color:var(--home-ink);transform:rotate(var(--thing-rotation))}.home-thing .home-win7-window{width:100%;--w7-w-bg: #4b9fd0;box-shadow:0 18px 38px #02305945}.home-thing .title-bar,.home-gallery-window>.title-bar{background-attachment:local}.home-thing .title-bar-controls,.home-gallery-window .title-bar-controls{pointer-events:none}.home-thing .window-body{color:#15364c;background:#f8fcfff0;font-family:Segoe UI,sans-serif}.home-thing-letter{--thing-rotation: -6deg;--thing-from-x: -80px;--thing-from-y: 24px;top:39%;left:8%;width:236px;animation:homeThingIn .82s .08s cubic-bezier(.16,1.35,.38,1) both,homeFloatOne 5.4s .9s ease-in-out infinite}.home-letter-body{display:flex;align-items:center;justify-content:space-between;min-height:66px}.home-letter-body p{display:flex;flex-direction:column;gap:2px;margin:0}.home-letter-body p b{font-size:14px}.home-letter-body p small{color:#4b6d82;font-size:11px}.home-letter-body>i{font-size:24px;font-style:normal}.home-thing-buddy{--thing-rotation: 5deg;--thing-from-x: 90px;--thing-from-y: 10px;top:34%;right:7%;width:278px;animation:homeThingIn .82s .2s cubic-bezier(.16,1.35,.38,1) both,homeFloatTwo 6.1s 1.02s ease-in-out infinite}.home-buddy-body{margin-top:0!important;padding:3px}.home-buddy-body ul{margin:0;padding:0;list-style:none}.home-buddy-body li{display:grid;grid-template-columns:38px 1fr 7px;align-items:center;gap:9px;padding:7px;border-bottom:1px solid #d7e1e8}.home-buddy-body li:last-child{border-bottom:0}.home-buddy-body img{width:38px;height:38px;border-radius:7px}.home-buddy-body li>span{display:flex;flex-direction:column;gap:2px}.home-buddy-body b{font-size:11px}.home-buddy-body small{color:#4b6d82;font-size:10px}.home-buddy-body li>i{width:7px;height:7px;border-radius:50%;background:#68c22e;box-shadow:0 0 0 3px #68c22e26}.home-thing-pods{--thing-rotation: 2.5deg;--thing-from-x: -64px;--thing-from-y: -55px;top:14%;left:4%;width:232px;animation:homeThingIn .82s .32s cubic-bezier(.16,1.35,.38,1) both,homeFloatTwo 6.8s 1.14s ease-in-out infinite}.home-thing-invite{--thing-rotation: 3.5deg;--thing-from-x: -65px;--thing-from-y: 58px;bottom:12%;left:10%;width:230px;animation:homeThingIn .82s .44s cubic-bezier(.16,1.35,.38,1) both,homeFloatOne 6.2s 1.26s ease-in-out infinite}.home-thing-newpost{--thing-rotation: -2.5deg;--thing-from-x: 64px;--thing-from-y: -54px;top:13%;right:5%;width:225px;animation:homeThingIn .82s .56s cubic-bezier(.16,1.35,.38,1) both,homeFloatOne 7.1s 1.38s ease-in-out infinite}.home-thing-activity{--thing-rotation: -3deg;--thing-from-x: 70px;--thing-from-y: 60px;right:10%;bottom:11%;width:235px;animation:homeThingIn .82s .68s cubic-bezier(.16,1.35,.38,1) both,homeFloatTwo 6.6s 1.5s ease-in-out infinite}.home-pod-list-body,.home-pod-activity-body{margin-top:0!important;padding:3px}.home-pod-list-body>div,.home-pod-activity-body>div{display:grid;grid-template-columns:36px 1fr;align-items:center;gap:8px;padding:6px;border-bottom:1px solid #d7e1e8}.home-pod-list-body>div:last-child,.home-pod-activity-body>div:last-child{border-bottom:0}.home-pod-list-body img,.home-pod-activity-body img{width:36px;height:36px;border-radius:7px}.home-pod-list-body span,.home-pod-activity-body span,.home-pod-invite-body p,.home-pod-post-body p{display:flex;min-width:0;flex-direction:column;gap:2px;margin:0}.home-pod-list-body b,.home-pod-activity-body b,.home-pod-invite-body b,.home-pod-post-body b{overflow:hidden;font-size:11px;text-overflow:ellipsis;white-space:nowrap}.home-pod-list-body small,.home-pod-activity-body small,.home-pod-invite-body small,.home-pod-post-body small{overflow:hidden;color:#4b6d82;font-size:10px;text-overflow:ellipsis;white-space:nowrap}.home-pod-invite-body,.home-pod-post-body{display:flex;align-items:center;gap:10px;min-height:58px}.home-pod-invite-body img,.home-pod-post-body img{width:40px;height:40px;flex:0 0 40px;border-radius:8px}.home-hero-panel{position:absolute;z-index:5;left:50%;top:53%;width:min(620px,calc(100% - 40px));transform:translate(-50%,-50%);display:flex;flex-direction:column;align-items:center;text-align:center}.home-hero-panel:before{content:"";position:absolute;z-index:-1;top:50%;left:50%;width:min(620px,92vw);height:390px;transform:translate(-50%,-50%);border-radius:50%;background:radial-gradient(ellipse,rgba(207,246,255,.2) 0%,rgba(130,220,250,.08) 46%,transparent 72%);filter:blur(18px);pointer-events:none}.home-hero-logo{display:block;width:clamp(100px,8.5vw,132px);height:clamp(100px,8.5vw,132px);border:0;border-radius:22.5%;object-fit:cover;box-shadow:0 18px 38px #00284e52;animation:homeLogoPop .68s cubic-bezier(.16,1.35,.38,1) both,homeIconFloat 5s .68s ease-in-out infinite}.home-hero-name{margin:18px 0 0;color:#fff;font-family:VT323,monospace;font-size:clamp(60px,5.8vw,86px);font-weight:400;line-height:.8;letter-spacing:.015em;text-shadow:0 4px 22px rgba(0,40,76,.45)}.home-hero-line{margin:13px 0 24px;color:#fff;font-family:VT323,monospace;font-size:clamp(34px,3.4vw,50px);line-height:.9;letter-spacing:.01em;white-space:nowrap;text-shadow:0 4px 22px rgba(0,40,76,.45)}.home-hero-actions{display:flex;align-items:stretch;justify-content:center;gap:11px}.home-hero-actions .home-store-button{position:relative;isolation:isolate;overflow:hidden;min-width:292px;min-height:72px;padding:12px 20px 12px 21px;border-radius:19px}.home-hero-actions .home-store-button:after{content:"";position:absolute;z-index:0;inset:-70% auto -70% -35%;width:28%;pointer-events:none;background:linear-gradient(90deg,transparent,rgba(255,255,255,.34),transparent);transform:translate(-240%) rotate(16deg);animation:homeStoreShine .9s .72s ease-out both}.home-hero-actions .home-store-button>*{position:relative;z-index:1}.home-hero-actions .home-store-logo svg{width:34px;height:34px}.home-hero-actions .home-store-copy span{font-size:11px}.home-hero-actions .home-store-copy strong{font-size:31px}.home-hero-actions .home-store-arrow{width:21px;height:21px}.home-store-button{min-height:58px;border-radius:16px}.home-store-button{display:inline-flex;align-items:center;gap:12px;min-width:238px;padding:9px 16px 9px 17px;color:#fff;text-decoration:none;background:linear-gradient(180deg,#10243c,#071321);border:1px solid rgba(255,255,255,.18);box-shadow:0 14px 35px #00254b4d,inset 0 1px #ffffff29;transition:transform .2s ease,box-shadow .2s ease}.home-store-button:hover{transform:translateY(-3px);box-shadow:0 18px 42px #00254b66,inset 0 1px #fff3}.home-store-logo{display:inline-flex;align-items:center}.home-store-copy{display:flex;flex:1;flex-direction:column;line-height:1;text-align:left}.home-store-copy span{margin-bottom:3px;color:#ffffffad;font-size:9px;letter-spacing:.07em;text-transform:uppercase}.home-store-copy strong{font-family:VT323,monospace;font-size:25px;font-weight:400}.home-store-arrow{display:inline-flex;width:18px;height:18px;flex:0 0 auto;color:#ffffff8c}.home-store-arrow svg{display:block;width:100%;height:100%}.home-invite-card{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:3px 12px;width:min(410px,100%);margin-top:13px;padding:11px 14px;color:#fff;border:1px solid rgba(255,255,255,.55);border-radius:13px;background:#a6e0f945;-webkit-backdrop-filter:blur(14px) saturate(1.2);backdrop-filter:blur(14px) saturate(1.2)}.home-invite-card>span{grid-column:1 / -1;font-size:10px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.home-invite-card strong{font-family:VT323,monospace;font-size:27px;font-weight:400;letter-spacing:.1em}.home-invite-card button{padding:6px 11px;color:#fff;border:1px solid rgba(255,255,255,.5);border-radius:999px;background:#ffffff24;cursor:pointer}.home-invite-card p{grid-column:1 / -1;margin:1px 0 0;font-size:11px}.home-pixel-showcase{padding:54px 0 58px;overflow:hidden;color:#fff;background:#073c6d;border-top:1px solid rgba(255,255,255,.22);border-bottom:1px solid rgba(2,37,70,.35)}.home-pixel-heading{display:flex;align-items:baseline;justify-content:center;gap:14px;margin:0 24px 28px;text-align:center}.home-pixel-heading h2{margin:0;font-family:VT323,monospace;font-size:clamp(38px,4vw,56px);font-weight:400;line-height:.9;letter-spacing:.01em;text-shadow:0 4px 18px rgba(0,24,51,.32)}.home-pixel-viewport{min-height:258px;overflow:hidden}.home-pixel-track{display:flex;width:max-content;animation:homePixelMarquee 270s linear infinite;will-change:transform}.home-pixel-track-mobile{display:none}.home-pixel-group{display:flex;gap:18px;padding-right:18px}.home-pixel-card{width:clamp(162px,15vw,210px);flex:0 0 auto;margin:0;padding:8px 8px 10px;color:#123f61;border:1px solid rgba(255,255,255,.75);border-radius:13px;background:#f1fafff5;box-shadow:0 14px 28px #00132b40}.home-pixel-image{position:relative;overflow:hidden;aspect-ratio:1;border-radius:8px;background:linear-gradient(105deg,#e9f7ff 15%,#fff 36%,#d7f1ff 52%,#e9f7ff 72%);background-size:240% 100%;animation:homeImageLoading 1.5s ease-in-out infinite}.home-pixel-image img{display:block;width:100%;height:100%;object-fit:cover;image-rendering:pixelated}.home-pixel-card-photo .home-pixel-image img{image-rendering:auto}.home-progressive-image{opacity:0;transition:opacity .38s ease}.home-progressive-image.is-loaded{opacity:1}.home-pixel-card figcaption{display:flex;align-items:center;justify-content:flex-start;gap:8px;padding:9px 3px 0}.home-pixel-card figcaption>span{display:flex;min-width:0;flex-direction:column}.home-pixel-card figcaption b{overflow:hidden;font-size:11px;text-overflow:ellipsis;white-space:nowrap}.home-pixel-card figcaption small{overflow:hidden;color:#55788f;font-size:9px;text-overflow:ellipsis;white-space:nowrap}.home-pixel-showcase:hover .home-pixel-track{animation-play-state:paused}.home-gallery{padding:66px 32px 82px;color:var(--home-ink);background:linear-gradient(rgba(255,255,255,.28) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.28) 1px,transparent 1px),linear-gradient(180deg,#c9efff,#98d5f3);background-size:42px 42px,42px 42px,100% 100%}.home-gallery-window-shell{width:min(1460px,100%);margin:0 auto}.home-gallery-window{width:100%;overflow:hidden;--w7-w-bg: #348bc4;box-shadow:0 26px 70px #0336624d}.home-gallery-window>.home-gallery-body{position:relative;margin-top:0!important;overflow:hidden;background:linear-gradient(180deg,#e7f8fffa,#bee5f8fa)}.home-screenshot-rail{display:grid;grid-template-columns:repeat(5,minmax(190px,1fr));gap:clamp(12px,1.4vw,22px);align-items:start;padding:clamp(24px,3vw,44px)}.home-screenshot-card{margin:0;overflow:hidden;border-radius:clamp(24px,2.2vw,38px);background:linear-gradient(105deg,#8ed4f4 15%,#dff6ff 36%,#7dc8ed 52%,#8ed4f4 72%);background-size:240% 100%;animation:homeImageLoading 1.5s ease-in-out infinite}.home-screenshot-card:nth-child(2n){margin-top:47px}.home-screenshot-card img{display:block;width:100%;height:auto;aspect-ratio:1320 / 2868;object-fit:contain;border:4px solid rgba(255,255,255,.87);border-radius:clamp(24px,2.2vw,38px);background:#75c3eb;box-shadow:0 17px 32px #0d507e30,0 0 0 1px #185a8714;transition:transform .3s cubic-bezier(.2,.8,.2,1),box-shadow .3s ease}.home-screenshot-card:hover img{transform:translateY(-8px);box-shadow:0 27px 42px #0d507e3d,0 0 0 1px #185a8714}.home-download{display:flex;align-items:center;justify-content:center;gap:clamp(60px,10vw,180px);padding:74px 32px;background:#07345f}.home-download-copy{display:flex;align-items:center;gap:17px}.home-download-copy img{width:74px;height:74px;border:1px solid rgba(255,255,255,.4);border-radius:21px;box-shadow:0 12px 30px #00142d40}.home-download-copy>div{display:flex;flex-direction:column}.home-download-copy strong{font-family:VT323,monospace;font-size:38px;font-weight:400;line-height:1}.home-download-copy span{color:#e1f1ffa6;font-size:12px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.home-footer{display:grid;grid-template-columns:1fr auto 1fr;gap:25px;align-items:center;padding:38px max(32px,calc((100vw - 1400px)/2));color:#e1f1ff9e;background:#031f3d}.home-footer-brand{justify-self:start}.home-footer-socials,.home-footer-legal{display:flex;align-items:center;gap:20px}.home-footer-socials a,.home-footer-legal a,.home-footer-legal button{padding:0;color:#e1f1ffad;border:0;background:none;text-decoration:none;font-size:11px;font-weight:800;letter-spacing:.07em;text-transform:uppercase;cursor:pointer}.home-footer-socials a:hover,.home-footer-legal a:hover,.home-footer-legal button:hover{color:#fff}.home-footer-legal{justify-self:end}.home-footer>p{grid-column:1 / -1;margin:8px 0 0;padding-top:19px;border-top:1px solid rgba(255,255,255,.1);font-family:VT323,monospace;font-size:14px;text-align:center}.home-footer-play-store{grid-column:1 / -1;justify-self:center;margin-top:-12px;padding:0;color:#e1f1ffad;border:0;background:none;font-size:11px;font-weight:800;letter-spacing:.07em;text-decoration:underline;text-decoration-color:#e1f1ff47;text-underline-offset:4px;text-transform:uppercase;cursor:pointer}.home-footer-play-store:hover{color:#fff;text-decoration-color:#ffffffb3}.home-gallery,.home-download,.home-footer{content-visibility:auto}.home-gallery{contain-intrinsic-size:auto 900px}.home-download{contain-intrinsic-size:auto 220px}.home-footer{contain-intrinsic-size:auto 240px}@keyframes homeFloatOne{0%,to{translate:0 0}50%{translate:0 -12px}}@keyframes homeThingIn{0%{opacity:0;filter:blur(8px) saturate(.7);transform:translate(var(--thing-from-x),var(--thing-from-y)) rotate(var(--thing-rotation)) scale(.72)}68%{opacity:1}to{opacity:1;filter:blur(0) saturate(1);transform:rotate(var(--thing-rotation)) scale(1)}}@keyframes homeLogoPop{0%{opacity:.55;transform:scale(.78) rotate(-5deg);filter:blur(4px)}to{opacity:1;transform:scale(1) rotate(0);filter:blur(0)}}@keyframes homeStoreShine{0%{transform:translate(-240%) rotate(16deg)}to{transform:translate(620%) rotate(16deg)}}@keyframes homeFloatTwo{0%,to{translate:0 0}50%{translate:-5px 12px}}@keyframes homeIconFloat{0%,to{translate:0 0}50%{translate:0 -9px}}@keyframes homePixelMarquee{0%{transform:translate(-50%)}to{transform:translate(0)}}@keyframes homeImageLoading{0%{background-position:100% 0}to{background-position:-100% 0}}@keyframes homeMobileShowcaseIn{0%{opacity:0;transform:translateY(34px) scale(.97);filter:blur(7px)}to{opacity:1;transform:translateY(0) scale(1);filter:blur(0)}}@media (max-width: 1180px){.home-screenshot-rail{grid-template-columns:repeat(5,226px);overflow-x:auto;overscroll-behavior-inline:contain;scroll-snap-type:inline mandatory;scrollbar-color:#7db8da #e7edf1;scrollbar-width:auto}.home-screenshot-rail::-webkit-scrollbar{height:18px}.home-screenshot-rail::-webkit-scrollbar-track{border:1px solid #97a5ae;background:linear-gradient(180deg,#f7f8f9,#dce4e9);box-shadow:inset 0 1px 2px #2f465338}.home-screenshot-rail::-webkit-scrollbar-thumb{min-width:48px;border:1px solid #5689aa;border-radius:2px;background:linear-gradient(180deg,#f0faff 0,#f0faff 44%,#b9e2f6 45%,#83c4e4);box-shadow:inset 0 0 0 1px #ffffffb3}.home-screenshot-rail::-webkit-scrollbar-thumb:hover{border-color:#367da9;background:linear-gradient(180deg,#f5fcff 0,#f5fcff 44%,#c9ebfb 45%,#70bce1)}.home-screenshot-rail::-webkit-scrollbar-button:horizontal{display:block;width:18px;border:1px solid #8999a3;background-color:#eef2f4;background-repeat:no-repeat;background-position:center}.home-screenshot-rail::-webkit-scrollbar-button:horizontal:decrement{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath d='M8.5 2 4 6l4.5 4z' fill='%23384248'/%3E%3C/svg%3E"),linear-gradient(180deg,#fff,#d7e1e7)}.home-screenshot-rail::-webkit-scrollbar-button:horizontal:increment{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath d='m3.5 2 4.5 4-4.5 4z' fill='%23384248'/%3E%3C/svg%3E"),linear-gradient(180deg,#fff,#d7e1e7)}.home-screenshot-card{scroll-snap-align:center}}@media (max-width: 980px){.home-thing{display:none}.home-hero-panel{top:50%}.home-hero-logo{width:112px;height:112px}.home-hero-name{margin-top:17px;font-size:72px;line-height:.82;text-shadow:0 3px 0 rgba(8,59,99,.2),0 8px 26px rgba(0,40,76,.4)}.home-hero-line{margin:14px 0 25px;font-size:36px;line-height:.9;text-shadow:0 2px 0 rgba(8,59,99,.18),0 7px 23px rgba(0,40,76,.42)}.home-hero-actions{width:min(380px,calc(100% - 16px))}.home-hero-actions .home-store-button{width:100%;min-width:0;min-height:82px;padding:14px 22px;border-radius:21px}.home-hero-actions .home-store-logo svg{width:40px;height:40px}.home-hero-actions .home-store-copy span{font-size:12px}.home-hero-actions .home-store-copy strong{font-size:36px}.home-hero-actions .home-store-arrow{width:24px;height:24px}}@media (max-width: 650px){.home-hero{min-height:max(760px,100svh)}.home-hero-media img{object-position:43% center}.home-hero-panel{top:36%;width:calc(100% - 40px)}.home-hero-logo{width:98px;height:98px;border-radius:22.5%}.home-hero-name{margin-top:15px;font-size:clamp(50px,13.5vw,60px)}.home-hero-line{margin:10px 0 22px;font-size:clamp(20px,5.6vw,25px)}.home-hero-actions{width:min(340px,100%);flex-direction:column}.home-store-button{width:100%}.home-mobile-showcase{position:absolute;z-index:4;right:0;bottom:18px;left:0;display:block;overflow:hidden;padding:7px 0 11px;animation:homeMobileShowcaseIn .82s .24s cubic-bezier(.16,1.2,.38,1) both}.home-mobile-showcase-track{display:flex;width:max-content;animation:homePixelMarquee 64s linear infinite;will-change:transform}.home-mobile-showcase-group{display:flex;gap:12px;padding-right:12px}.home-mobile-showcase-card{width:116px;height:116px;flex:0 0 auto;overflow:hidden;padding:5px;border:1px solid rgba(255,255,255,.86);border-radius:15px;background:linear-gradient(105deg,#e1f5fff5 15%,#fff 36%,#caebfcf5 52%,#e1f5fff5 72%);background-size:240% 100%;box-shadow:0 8px 22px #0023444d;animation:homeImageLoading 1.5s ease-in-out infinite}.home-mobile-showcase-card img{display:block;width:100%;height:100%;border-radius:10px;object-fit:cover;image-rendering:pixelated}.home-mobile-showcase-card-photo img{image-rendering:auto}.home-pixel-showcase{padding:42px 0 46px}.home-pixel-heading{align-items:center;flex-direction:column;gap:7px;margin-bottom:22px}.home-pixel-heading h2{font-size:42px}.home-pixel-viewport{min-height:194px}.home-pixel-group{gap:13px;padding-right:13px}.home-pixel-card{width:158px}.home-pixel-track{animation-duration:235s}.home-pixel-track-desktop{display:none}.home-pixel-track-mobile{display:flex}.home-gallery{padding:28px 0 40px}.home-gallery-window-shell{width:100%}.home-screenshot-rail{grid-template-columns:repeat(5,196px);gap:14px;padding:24px 16px 34px}.home-screenshot-card:nth-child(2n){margin-top:0}.home-download{flex-direction:column;gap:28px;padding:62px 24px}.home-store-button-footer{width:min(280px,100%)}.home-footer{grid-template-columns:1fr;justify-items:center;padding:40px 24px}.home-footer-brand,.home-footer-socials,.home-footer-legal{justify-self:center}.home-footer-socials,.home-footer-legal{flex-wrap:wrap;justify-content:center}.home-footer>p{width:100%}}@media (max-width: 390px){.home-hero{min-height:max(760px,100svh)}.home-hero-panel{top:36%}}@media (prefers-reduced-motion: reduce){.home-page *,.home-page *:before,.home-page *:after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important}.home-progressive-image{transition:none}.home-pixel-viewport{overflow-x:auto;-webkit-mask-image:none;mask-image:none}.home-pixel-track{animation:none!important;transform:none}.home-pixel-group:last-child{display:none}}.container{width:100%;max-width:480px;margin:0 auto;padding:80px 24px 20px;min-height:100vh;display:flex;flex-direction:column;position:relative}.hero{animation:fadeInDown .8s ease-out}.logo-text{animation:fadeInUp .6s ease-out .2s both}.tagline{animation:fadeInUp .6s ease-out .35s both}.subtitle{animation:fadeInUp .6s ease-out .5s both}.waitlist-form{animation:fadeInUp .6s ease-out .65s both}.disclaimer{animation:fadeIn .6s ease-out .8s both}.footer{animation:fadeIn .6s ease-out 1s both}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.orbs{position:fixed;top:0;left:0;width:100%;height:100%;pointer-events:none;overflow:hidden;z-index:0;animation:fadeIn 1.5s ease-out}.orb{position:absolute;width:8px;height:8px;background:var(--primary);border-radius:2px;animation:float 4s ease-in-out infinite;opacity:.6;box-shadow:0 0 10px var(--primary),0 0 20px var(--primary)}.orb:nth-child(2){background:var(--accent);box-shadow:0 0 10px var(--accent),0 0 20px var(--accent)}.orb:nth-child(3){background:var(--primary-light);box-shadow:0 0 10px var(--primary-light),0 0 20px var(--primary-light)}.orb:nth-child(4){background:var(--primary-dark);box-shadow:0 0 10px var(--primary-dark),0 0 20px var(--primary-dark)}.orb:nth-child(5){background:var(--accent);width:6px;height:6px;box-shadow:0 0 8px var(--accent),0 0 16px var(--accent)}@keyframes float{0%,to{transform:translateY(0) scale(1);opacity:.6}50%{transform:translateY(-20px) scale(1.2);opacity:.9}}.hero{display:flex;justify-content:center;align-items:center;margin-bottom:40px;position:relative;z-index:1;flex-shrink:0}.icon-frame{position:relative;width:120px;height:120px;display:flex;justify-content:center;align-items:center}.pulse-ring{position:absolute;width:140px;height:140px;border:2px solid var(--primary-light);border-radius:50%;animation:pulse 3s ease-out infinite;opacity:0}@keyframes pulse{0%{transform:scale(.7);opacity:.6}to{transform:scale(1.4);opacity:0}}.hero-icon{width:80px;height:80px;border-radius:20px;position:relative;z-index:2;background:var(--surface-alt);border:1px solid var(--border-blue);box-shadow:0 4px 20px #0006;animation:bob 3s ease-in-out infinite}@keyframes bob{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.content{text-align:center;position:relative;z-index:1;flex:1}.logo-text{font-size:48px;font-weight:400;color:var(--text-primary);letter-spacing:2px;margin-bottom:8px;text-shadow:0 0 20px rgba(45,127,249,.5)}.tagline{font-size:24px;color:var(--text-secondary);margin-bottom:12px;letter-spacing:.5px}.subtitle{font-size:20px;color:var(--text-muted);margin-bottom:40px;letter-spacing:.3px}.waitlist-form{display:flex;flex-direction:column;gap:16px;margin-bottom:16px}.email-input{font-family:VT323,monospace;font-size:20px;padding:16px 20px;background:var(--surface);border:1px solid var(--border);border-radius:16px;color:var(--text-primary);outline:none;transition:all .2s ease}.email-input::placeholder{color:var(--text-muted)}.email-input:focus{border-color:var(--primary);box-shadow:0 0 0 3px #2d7ff926}.join-btn{font-family:VT323,monospace;font-size:22px;padding:16px 24px;background:var(--primary);border:none;border-radius:16px;color:var(--text-primary);cursor:pointer;transition:all .2s ease;letter-spacing:1px;box-shadow:0 4px 15px #2d7ff94d}.join-btn:hover{background:var(--primary-light);transform:translateY(-2px);box-shadow:0 6px 20px #2d7ff966}.join-btn:active{transform:translateY(0)}.join-btn:disabled{background:var(--surface-alt);color:var(--text-muted);cursor:not-allowed;box-shadow:none}.disclaimer{font-size:16px;color:var(--text-muted)}.success-message{display:flex;flex-direction:column;align-items:center;gap:16px;padding:24px;background:#34d3991a;border:1px solid rgba(52,211,153,.3);border-radius:16px;animation:fadeInUp .5s ease}.checkmark{width:48px;height:48px;background:var(--success);border-radius:50%;display:flex;justify-content:center;align-items:center;font-size:28px;color:var(--background);animation:scaleIn .4s ease .2s both}@keyframes scaleIn{0%{opacity:0;transform:scale(.5)}to{opacity:1;transform:scale(1)}}.success-message p{font-size:20px;color:var(--text-primary)}.footer{display:flex;justify-content:center;align-items:center;gap:12px;padding:20px 0;position:relative;z-index:1;margin-top:auto}.footer-link{font-family:VT323,monospace;font-size:16px;color:var(--text-muted);background:none;border:none;cursor:pointer;transition:color .2s ease;padding:4px 8px}.footer-link:hover{color:var(--text-secondary)}.footer-dot{color:var(--text-muted);font-size:14px}.modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#0a0e1ae6;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;justify-content:center;align-items:center;z-index:100;padding:20px;animation:fadeIn .2s ease}.modal{background:var(--surface);border:1px solid var(--border);border-radius:20px;width:100%;max-width:480px;max-height:80vh;overflow:hidden;position:relative;animation:slideUp .3s ease}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.modal-close{position:absolute;top:16px;right:16px;width:32px;height:32px;background:var(--surface-alt);border:1px solid var(--border);border-radius:8px;color:var(--text-secondary);font-size:20px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.modal-close:hover{background:var(--border);color:var(--text-primary)}.modal h2{font-size:28px;font-weight:400;color:var(--text-primary);padding:24px 24px 0;margin:0}.modal-content{padding:20px 24px 24px;overflow-y:auto;max-height:calc(80vh - 80px)}.modal-content h3{font-size:18px;color:var(--primary-light);margin:20px 0 8px;font-weight:400}.modal-content h3:first-child{margin-top:0}.modal-content p{font-size:16px;color:var(--text-secondary);line-height:1.5;margin:8px 0}.modal-content ul{margin:8px 0;padding-left:20px}.modal-content li{font-size:16px;color:var(--text-secondary);line-height:1.5;margin:4px 0}.modal-content::-webkit-scrollbar{width:8px}.modal-content::-webkit-scrollbar-track{background:var(--surface-alt);border-radius:4px}.modal-content::-webkit-scrollbar-thumb{background:var(--border);border-radius:4px}.modal-content::-webkit-scrollbar-thumb:hover{background:var(--border-blue)}@media (max-width: 480px){.container{padding:60px 20px 16px}.logo-text{font-size:40px}.tagline{font-size:20px}.subtitle{font-size:18px}.icon-frame{width:100px;height:100px}.hero-icon{width:64px;height:64px}.pulse-ring{width:120px;height:120px}.modal{max-height:85vh}.modal-content{max-height:calc(85vh - 80px)}}:root{--primary: #2D7FF9;--primary-light: #5BA3FF;--primary-dark: #1A5FCC;--accent: #00E5FF;--background: #0A0E1A;--surface: #111827;--surface-alt: #1A2332;--text-primary: #F0F4FF;--text-secondary: #8899B0;--text-muted: #556B8A;--border: #1E2D42;--border-blue: #2D5A8C;--success: #34D399}*{margin:0;padding:0;box-sizing:border-box}body{font-family:VT323,monospace;background-color:var(--background);color:var(--text-primary);min-height:100vh}#root{min-height:100vh}
