:root{--bg:#090a0c;--panel:#111316;--line:#292d31;--text:#f2f0ea;--muted:#93999f;--orange:#ff8a2b;--cyan:#57ddd5;--lime:#c7ee65;--mono:'DM Mono',monospace;--display:'Space Grotesk',sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--text);font-family:var(--display);overflow-x:hidden}.noise{position:fixed;inset:0;opacity:.025;pointer-events:none;z-index:20;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 160 160' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='4'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.8'/%3E%3C/svg%3E")}.shell{width:min(1280px,calc(100% - 48px));margin-inline:auto}.nav{height:82px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);position:relative;z-index:5}.brand{display:flex;gap:12px;align-items:center;color:var(--text);text-decoration:none;font-size:13px;letter-spacing:.08em}.brand b{color:var(--orange)}.brand-mark{width:28px;height:28px;border:1px solid #545a60;border-radius:50%;display:grid;place-items:center;position:relative}.brand-mark i{position:absolute;width:4px;height:4px;background:var(--orange);border-radius:50%}.brand-mark i:nth-child(1){transform:translate(-5px,-2px)}.brand-mark i:nth-child(2){transform:translate(5px,-2px)}.brand-mark i:nth-child(3){transform:translate(0,6px)}.nav nav{display:flex;align-items:center;gap:30px}.nav nav a{color:#a8adb1;text-decoration:none;font:11px var(--mono);letter-spacing:.08em}.nav nav a:hover{color:#fff}.nav-cta{border:1px solid #51565b;padding:11px 15px}.hero{min-height:calc(100vh - 82px);display:grid;grid-template-columns:1.05fr .95fr;border-bottom:1px solid var(--line)}.hero-copy{padding:clamp(70px,10vh,120px) 4vw 70px 0;display:flex;flex-direction:column;justify-content:center}.eyebrow{font:11px var(--mono);letter-spacing:.12em;color:#b6bbc0;display:flex;align-items:center;gap:10px}.eyebrow span{width:23px;height:1px;background:var(--orange);box-shadow:8px 0 var(--orange)}h1,h2{font-weight:500;letter-spacing:-.055em;margin:20px 0}h1{font-size:clamp(58px,7.1vw,112px);line-height:.86;max-width:760px}h1 em,h2 em{font-style:normal;color:var(--orange)}.lede{font-size:clamp(17px,1.5vw,21px);line-height:1.6;color:#a9afb3;max-width:580px;margin:20px 0 32px}.hero-actions{display:flex;gap:10px;flex-wrap:wrap}.button{min-height:48px;display:inline-flex;align-items:center;justify-content:space-between;gap:35px;padding:0 18px;color:#fff;text-decoration:none;font:12px var(--mono);letter-spacing:.04em;border:1px solid var(--line);transition:.25s}.button.primary{background:var(--orange);border-color:var(--orange);color:#0b0b0b}.button:hover{transform:translateY(-2px);filter:brightness(1.1)}.metrics{display:flex;gap:clamp(28px,4vw,70px);margin-top:65px}.metrics div{display:flex;flex-direction:column;gap:7px}.metrics strong{font-size:28px;font-weight:500}.metrics span{font:9px var(--mono);letter-spacing:.11em;color:#777e84}.hero-visual{position:relative;border-left:1px solid var(--line);background:radial-gradient(circle at 52% 47%,#272016 0,rgba(17,19,22,.3) 31%,transparent 61%),linear-gradient(rgba(255,255,255,.026) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.026) 1px,transparent 1px);background-size:auto,48px 48px,48px 48px;min-height:600px}#scene{width:100%;height:100%;display:block}.visual-label{position:absolute;font:9px var(--mono);letter-spacing:.1em;color:#8e9499}.visual-label.top{top:25px;left:25px}.visual-label.top span{color:var(--lime)}.visual-label.bottom{right:25px;bottom:25px}.visual-label.bottom span{color:var(--orange)}.catalog{padding:120px 0}.section-head{display:grid;grid-template-columns:1fr 1.2fr;gap:60px;align-items:end;margin-bottom:48px;opacity:.55;transform:translateY(20px);transition:.7s}.section-head.in-view{opacity:1;transform:none}h2{font-size:clamp(45px,5.6vw,78px);line-height:.96}.catalog-tools{display:flex;flex-direction:column;gap:20px}.search{display:flex;align-items:center;border-bottom:1px solid #484d52;padding:0 6px;height:48px}.search span{font-size:24px;color:var(--orange)}.search input{flex:1;background:none;border:0;outline:0;color:#fff;font:14px var(--mono);padding:0 12px}.filters{display:flex;gap:8px;flex-wrap:wrap}.filters button{border:1px solid #363b3f;background:transparent;color:#9fa4a8;border-radius:100px;padding:9px 13px;font:10px var(--mono);cursor:pointer}.filters button b{margin-left:7px;color:#62696f}.filters button.active{background:#f0eee7;color:#0a0b0c;border-color:#f0eee7}.filters button.active b{color:#686868}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;perspective:1100px}.product-card{min-height:520px;border:1px solid var(--line);background:#101216;position:relative;display:flex;flex-direction:column;padding:18px;transform:rotateX(var(--rx,0)) rotateY(var(--ry,0));transition:transform .18s,border-color .3s,background .3s;animation:cardIn .5s both;animation-delay:var(--delay)}@keyframes cardIn{from{opacity:0;transform:translateY(14px)}}.product-card:hover{border-color:#5f656a;background:#14171a}.product-card.featured{grid-column:span 2}.card-hit{position:absolute;inset:0;z-index:4}.card-top{display:flex;justify-content:space-between;align-items:center;position:relative;z-index:2}.pill{font:9px var(--mono);letter-spacing:.09em;border:1px solid #3c4247;border-radius:100px;padding:7px 9px;color:#aab0b4}.arrow{width:31px;height:31px;border:1px solid #40464b;border-radius:50%;display:grid;place-items:center;color:var(--orange)}.product-art{height:245px;margin:15px 0;display:grid;place-items:center;position:relative;overflow:hidden;background:radial-gradient(circle,#2e3235 0,transparent 62%)}.product-art:before{content:'';position:absolute;width:180px;height:180px;border:1px solid #3c4247;border-radius:50%;transform:rotateX(68deg)}.product-art span{font-size:72px;font-weight:600;letter-spacing:-.3em;padding-right:.3em;position:relative;z-index:2;color:var(--orange);filter:drop-shadow(0 18px 18px #000);transition:.45s}.product-card:hover .product-art span{transform:translateY(-6px) rotate(-3deg) scale(1.06)}.product-art i{position:absolute;width:6px;height:6px;background:var(--cyan);border-radius:50%;left:22%;top:30%;box-shadow:170px 100px var(--orange),70px 140px var(--lime)}.art-space{background:radial-gradient(circle at 60% 35%,#233058,transparent 40%),radial-gradient(circle,#321d47,transparent 65%)}.art-trees span,.art-plants span{color:var(--lime)}.art-library span,.art-scifi span{color:var(--cyan)}.card-info{margin-top:auto}.card-info small{font:9px var(--mono);color:var(--orange);letter-spacing:.12em}.card-info h3{font-size:24px;line-height:1.05;letter-spacing:-.03em;margin:9px 0 10px;max-width:400px}.card-info p{font-size:13px;line-height:1.55;color:#8f969b;margin:0 0 20px;max-width:440px}.card-foot{display:flex;justify-content:space-between;align-items:end;padding-top:15px;border-top:1px solid var(--line)}.card-foot strong{font-size:18px}.card-foot span{font:9px var(--mono);color:#9ba1a5}.empty{text-align:center;border:1px dashed #383d42;padding:80px;color:#8f9599}.about{min-height:650px;border-top:1px solid var(--line);border-bottom:1px solid var(--line);display:grid;grid-template-columns:1fr 1fr;align-items:center;overflow:hidden}.about-card{padding:80px 50px 80px 0;opacity:.4;transform:translateY(20px);transition:.7s}.about-card.in-view{opacity:1;transform:none}.about-card p:not(.eyebrow){color:#9ea4a8;line-height:1.7;max-width:580px;margin-bottom:28px}.orbital{position:relative;height:100%;min-height:550px;border-left:1px solid var(--line);display:grid;place-items:center;background:radial-gradient(circle,rgba(255,138,43,.14),transparent 55%)}.core{width:140px;height:140px;border-radius:50%;background:var(--orange);color:#090a0b;display:grid;place-items:center;font-size:78px;font-weight:700;box-shadow:0 0 80px rgba(255,138,43,.28)}.orbit{position:absolute;border:1px solid #3b4145;border-radius:50%;animation:spin 14s linear infinite}.orbit:after{content:'';position:absolute;width:15px;height:15px;border-radius:50%;background:var(--cyan);top:50%;left:-7px}.o1{width:360px;height:220px;transform:rotate(25deg)}.o2{width:470px;height:300px;transform:rotate(-35deg);animation-duration:20s;animation-direction:reverse}.o2:after{background:var(--lime)}@keyframes spin{to{rotate:360deg}}footer{height:130px;display:flex;align-items:center;justify-content:space-between;color:#747b80;font:10px var(--mono)}footer a{color:#a9afb3;text-decoration:none}
@media(max-width:900px){.nav nav>a:not(.nav-cta){display:none}.hero{grid-template-columns:1fr}.hero-copy{padding-right:0}.hero-visual{border-left:0;border-top:1px solid var(--line);height:620px}.section-head{grid-template-columns:1fr}.product-grid{grid-template-columns:repeat(2,1fr)}.product-card.featured{grid-column:span 2}.about{grid-template-columns:1fr}.orbital{border-left:0;border-top:1px solid var(--line)}.about-card{padding-right:0}}
@media(max-width:600px){.shell{width:min(100% - 28px,1280px)}.nav{height:auto;min-height:104px;flex-direction:column;align-items:stretch;justify-content:center;gap:12px;padding:13px 0 9px}.brand{align-self:flex-start;font-size:10px}.brand-mark{width:25px;height:25px;flex:0 0 auto}.nav nav{width:100%;gap:6px;overflow-x:auto;overscroll-behavior-inline:contain;scroll-snap-type:x proximity;padding:0 0 5px;scrollbar-width:none}.nav nav::-webkit-scrollbar{display:none}.nav nav a{flex:0 0 auto;display:block!important;scroll-snap-align:start;padding:9px 11px;border:1px solid #30363b;background:#111419;border-radius:2px;font-size:9px;white-space:nowrap}.nav nav a:hover,.nav nav a.active{border-color:var(--orange);color:#fff}.nav-cta{padding:9px 11px!important}.hero{min-height:auto}.hero-copy{padding:70px 0 45px}h1{font-size:56px}.lede{font-size:16px}.metrics{gap:22px;margin-top:45px}.metrics strong{font-size:22px}.metrics span{font-size:7px}.hero-visual{height:470px;min-height:0}.catalog{padding:80px 0}.product-grid{grid-template-columns:1fr}.product-card,.product-card.featured{grid-column:auto;min-height:490px}.filters{display:grid;grid-template-columns:1fr 1fr}.filters button:first-child{grid-column:1/-1}.about-card{padding:80px 0}.orbital{min-height:460px}.o1{width:280px}.o2{width:360px}footer{height:auto;min-height:180px;flex-direction:column;justify-content:center;gap:24px;text-align:center}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition:none!important}.product-card{transform:none!important}}
.product-preview{height:245px;margin:15px 0;border:1px solid #252a2e;display:grid;place-items:center;position:relative;overflow:hidden;background:#0b0c0e}.product-preview:after{content:'';position:absolute;inset:0;background:linear-gradient(180deg,transparent 55%,rgba(5,6,7,.82));pointer-events:none}.product-preview img{width:100%;height:100%;object-fit:cover;transition:transform .55s cubic-bezier(.2,.8,.2,1),filter .4s;filter:saturate(.88) contrast(1.04)}.product-card:hover .product-preview img{transform:scale(1.045);filter:saturate(1) contrast(1.06)}.product-preview>span{position:absolute;z-index:2;left:11px;bottom:10px;font:8px var(--mono);letter-spacing:.1em;color:#d8dcdf}.product-preview>span:before{content:'●';color:var(--lime);margin-right:7px}.product-preview.failed img{display:none}.product-preview.failed:before{content:'PREVIEW UNAVAILABLE';font:9px var(--mono);letter-spacing:.1em;color:#737a7f}
.tv-section{border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:radial-gradient(circle at 72% 48%,rgba(72,103,84,.18),transparent 33%),#0c0e0f;overflow:hidden}.tv-layout{min-height:850px;display:grid;grid-template-columns:.7fr 1.3fr}.tv-copy{padding:110px 60px 90px 0;position:relative;z-index:3}.tv-copy h2{margin-bottom:28px}.tv-copy>p:not(.eyebrow){color:#9ca2a5;line-height:1.7;max-width:440px}.channel-readout{border-left:2px solid var(--lime);padding:4px 0 4px 15px;margin:36px 0 19px;display:flex;flex-direction:column;gap:7px}.channel-readout small{font:8px var(--mono);letter-spacing:.13em;color:#6e7679}.channel-readout strong{font:12px var(--mono);color:var(--lime)}.channel-list{display:grid;grid-template-columns:1fr 1fr;gap:5px}.channel-list button{min-width:0;height:43px;display:flex;align-items:center;gap:10px;padding:0 10px;border:1px solid #303538;background:#121416;color:#92999c;text-align:left;cursor:pointer;font:9px var(--mono);transition:.2s}.channel-list button:hover,.channel-list button.active{border-color:#697b6c;background:#1b211d;color:#eef1eb}.channel-list button b{color:var(--lime)}.channel-list button span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.youtube-link{display:flex;justify-content:space-between;margin-top:16px;padding:15px 3px;border-bottom:1px solid #363b3e;color:#b7bcbe;text-decoration:none;font:9px var(--mono);letter-spacing:.08em}.youtube-link span{color:#ff4646}.tv-stage{min-width:0;min-height:720px;position:relative;display:grid;place-items:center;perspective:1300px;border-left:1px solid var(--line);background:linear-gradient(rgba(255,255,255,.018) 1px,transparent 1px);background-size:100% 42px}.tv-glow{position:absolute;width:70%;height:55%;border-radius:50%;background:rgba(127,192,150,.11);filter:blur(60px)}.tv-set{--tv-ry:0deg;--tv-x:0px;width:min(690px,88%);position:relative;z-index:2;transform:translateX(var(--tv-x)) rotateY(var(--tv-ry));transform-style:preserve-3d;transition:transform .18s ease-out}.tv-case{aspect-ratio:1.34/1;background:linear-gradient(145deg,#5c4935,#2a221b 58%,#17130f);border:3px solid #16110d;border-radius:32px 32px 25px 25px;padding:35px;display:grid;grid-template-columns:1fr 112px;gap:24px;box-shadow:inset 0 0 0 5px #745d43,inset 0 -20px 35px rgba(0,0,0,.45),0 38px 70px #000;position:relative}.tv-case:before{content:'';position:absolute;inset:12px;border:1px solid rgba(255,255,255,.09);border-radius:23px;pointer-events:none}.tv-bezel{background:#12130f;padding:13px;border-radius:25px 23px 25px 22px;box-shadow:inset 0 0 0 5px #292a21,0 5px 15px #000}.tv-screen{height:100%;position:relative;overflow:hidden;border-radius:20% / 10%;background:#111812;box-shadow:inset 0 0 45px #000}.tv-screen video{width:100%;height:100%;object-fit:cover;display:block}.tv-scanlines{position:absolute;inset:0;background:repeating-linear-gradient(0deg,rgba(0,0,0,.17) 0,rgba(0,0,0,.17) 1px,transparent 1px,transparent 4px);pointer-events:none;z-index:3}.tv-glass{position:absolute;inset:0;border-radius:inherit;background:radial-gradient(ellipse at center,transparent 57%,rgba(0,0,0,.46)),linear-gradient(130deg,rgba(255,255,255,.12),transparent 28%);pointer-events:none;z-index:4}.tv-start{position:absolute;z-index:5;left:50%;top:50%;transform:translate(-50%,-50%);border:1px solid rgba(218,231,208,.5);background:rgba(11,15,12,.82);color:#e4ede0;padding:13px 17px;font:9px var(--mono);letter-spacing:.1em;cursor:pointer;white-space:nowrap}.tv-start span{color:var(--lime);margin-right:8px}.tv-start[hidden]{display:none}.tv-controls{display:flex;align-items:center;flex-direction:column;padding:14px 0}.tv-logo{font:10px var(--mono);letter-spacing:.08em;color:#c6bba7;margin:5px 0 25px}.tv-logo b{color:var(--lime)}.dial{width:63px;height:63px;border:5px solid #171713;border-radius:50%;background:radial-gradient(circle,#59584b,#27271f 70%);position:relative;box-shadow:0 3px 4px #000,inset 0 0 0 2px #777260}.dial i{position:absolute;width:2px;height:22px;background:#e2d8b9;top:6px;left:50%;transform:rotate(35deg);transform-origin:bottom}.dial.small{width:43px;height:43px;margin-top:16px}.dial.small i{height:13px}.speaker{width:76px;height:100px;margin-top:auto;background:repeating-radial-gradient(circle,#151613 0 2px,transparent 2.5px 7px);opacity:.85}.tv-antenna{height:105px;position:relative;display:flex;justify-content:center;align-items:end}.tv-antenna i{position:absolute;bottom:5px;width:4px;height:115px;background:#635e52;transform-origin:bottom}.tv-antenna i:first-child{transform:rotate(-32deg)}.tv-antenna i:nth-child(2){transform:rotate(32deg)}.tv-antenna b{width:80px;height:22px;border-radius:50%;background:#27241e;border:3px solid #16130f;position:relative;z-index:2}.tv-feet{display:flex;justify-content:space-between;padding:0 90px}.tv-feet i{width:55px;height:24px;background:#272019;transform:skew(-12deg);box-shadow:0 8px 15px #000}.tv-feet i:last-child{transform:skew(12deg)}.tv-floor{position:absolute;width:90%;height:40%;bottom:-23%;background:radial-gradient(ellipse,rgba(0,0,0,.9),transparent 67%)}.orbit-hint{position:absolute;right:20px;bottom:20px;font:8px var(--mono);letter-spacing:.11em;color:#68706c}.orbit-hint:before{content:'↔';color:var(--lime);margin-right:7px}
@media(max-width:900px){.tv-layout{grid-template-columns:1fr}.tv-copy{padding-right:0;padding-bottom:45px}.tv-stage{border-left:0;border-top:1px solid var(--line);min-height:700px}.tv-set{width:min(650px,92%)}}
@media(max-width:600px){.tv-copy{padding:75px 0 40px}.tv-stage{min-height:520px}.tv-set{width:105%;transform:scale(.84) translateX(var(--tv-x)) rotateY(var(--tv-ry))}.tv-case{padding:20px;grid-template-columns:1fr 78px;gap:14px;border-radius:22px}.tv-controls{padding:5px 0}.dial{width:48px;height:48px}.speaker{width:55px;height:70px}.tv-antenna{height:70px}.tv-antenna i{height:80px}.channel-list{grid-template-columns:1fr}.orbit-hint{display:none}}
.tv-set{width:min(790px,94%)}.tv-case{aspect-ratio:16/9;grid-template-columns:minmax(0,1fr) 100px;padding:30px;gap:20px}.tv-screen{border-radius:10% / 14%}.tv-bezel{border-radius:21px}.tv-stage{min-height:680px}
@media(max-width:600px){.tv-set{width:112%}.tv-case{aspect-ratio:16/9;grid-template-columns:minmax(0,1fr) 65px;padding:17px;gap:10px}.tv-screen{border-radius:9% / 14%}.tv-stage{min-height:450px}.tv-logo{font-size:8px;margin-bottom:12px}.dial{width:38px;height:38px;border-width:3px}.dial.small{width:31px;height:31px;margin-top:10px}.speaker{width:45px;height:52px}}
.tv-screen iframe{width:100%;height:100%;border:0;display:block}.tv-screen iframe[hidden],.tv-screen video[hidden]{display:none}.channel-list button small{margin-left:auto;font:7px var(--mono);color:#66706a;border:1px solid #343b37;padding:3px}.channel-list button.active small{color:var(--lime);border-color:#526354}
.youtube-file-fallback{position:absolute;inset:0;z-index:2;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:30px;background:radial-gradient(circle at center,#243329,#0c110d 72%);color:#cbd4c8}.youtube-file-fallback[hidden]{display:none}.youtube-file-fallback>span{width:38px;height:27px;border-radius:7px;display:grid;place-items:center;background:#e63631;color:white;font:9px var(--mono);margin-bottom:13px}.youtube-file-fallback strong{font:11px var(--mono);letter-spacing:.1em}.youtube-file-fallback p{font:9px var(--mono);line-height:1.55;color:#7f8b81;max-width:260px}.youtube-file-fallback a{color:var(--lime);border:1px solid #536457;padding:10px 12px;text-decoration:none;font:8px var(--mono);letter-spacing:.08em}
.hero-copy .lede{margin-bottom:7px}.ai-motto{margin:0 0 32px;color:#f2f0ea;font:15px var(--mono);letter-spacing:.06em}.ai-motto span{color:var(--orange);font-size:18px}
.explore{padding:115px 0 130px;border-bottom:1px solid var(--line)}.explore-head{display:grid;grid-template-columns:1.1fr .9fr;gap:70px;align-items:end;margin-bottom:45px}.explore-head h2{margin-bottom:0}.explore-head>p{max-width:500px;color:#959ca1;line-height:1.7;margin:0 0 8px}.portal-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.portal{--accent:var(--orange);min-height:275px;position:relative;overflow:hidden;border:1px solid #2b3034;background:#101216;color:var(--text);text-decoration:none;padding:22px;display:flex;flex-direction:column;isolation:isolate;transition:border-color .3s,transform .3s,background .3s}.portal:hover{border-color:var(--accent);background:#14171a;transform:translateY(-3px)}.portal-no{position:relative;z-index:3;font:9px var(--mono);letter-spacing:.12em;color:#6f777c}.portal-copy{position:relative;z-index:3;margin-top:auto;max-width:68%}.portal-copy small{font:8px var(--mono);letter-spacing:.13em;color:var(--accent)}.portal-copy h3{font-size:clamp(29px,3vw,44px);line-height:.95;letter-spacing:-.045em;margin:8px 0}.portal-copy p{font-size:12px;line-height:1.5;color:#858d92;margin:0}.portal>b{position:absolute;z-index:3;right:20px;bottom:20px;color:var(--accent);font:9px var(--mono);letter-spacing:.1em}.portal-art{position:absolute;right:-25px;top:5px;width:48%;height:92%;opacity:.9;transition:transform .5s}.portal:hover .portal-art{transform:scale(1.06) rotate(2deg)}.portal-art i{position:absolute;display:block}.portal-store .portal-art i{width:74px;height:74px;border:1px solid var(--accent);transform:rotate(45deg);animation:portalFloat 4s ease-in-out infinite}.portal-store .portal-art i:nth-child(1){right:75px;top:33px}.portal-store .portal-art i:nth-child(2){right:20px;top:104px;animation-delay:-1.3s}.portal-store .portal-art i:nth-child(3){right:112px;top:150px;animation-delay:-2.6s}.portal-characters{--accent:#ff5f7e}.portal-characters .portal-art i:nth-child(1){width:76px;height:76px;border-radius:50%;background:var(--accent);right:75px;top:25px;animation:headBob 2.6s ease-in-out infinite}.portal-characters .portal-art i:nth-child(2){width:125px;height:145px;border:2px solid var(--accent);border-radius:48% 48% 15% 15%;right:50px;top:100px;animation:bodyBreath 2.6s ease-in-out infinite}.portal-characters .portal-art i:nth-child(3){width:155px;height:1px;background:var(--accent);right:35px;top:172px;box-shadow:0 -13px rgba(255,95,126,.25),0 13px rgba(255,95,126,.25)}.portal-scifi{--accent:#57ddd5;background:radial-gradient(circle at 82% 35%,rgba(87,221,213,.1),transparent 34%),#101216}.portal-scifi .portal-art i:first-child{width:145px;height:55px;border:2px solid var(--accent);border-radius:50%;right:30px;top:90px;animation:shipFly 4s ease-in-out infinite}.portal-scifi .portal-art i:nth-child(2){width:46px;height:24px;border:2px solid var(--accent);border-bottom:0;border-radius:50% 50% 0 0;right:80px;top:67px}.portal-scifi .portal-art i:nth-child(3){width:115px;height:45px;right:45px;top:140px;background:linear-gradient(100deg,rgba(87,221,213,.5),transparent);clip-path:polygon(0 0,100% 50%,0 100%);animation:thruster 1s ease-in-out infinite alternate}.portal-vehicles{--accent:#ffb347}.portal-vehicles .portal-art i:first-child{width:160px;height:65px;border:2px solid var(--accent);border-radius:55% 25% 15% 15%;right:25px;top:100px;animation:carBounce 1.2s ease-in-out infinite}.portal-vehicles .portal-art i:nth-child(2),.portal-vehicles .portal-art i:nth-child(3){width:42px;height:42px;border:7px solid #15171a;border-radius:50%;background:var(--accent);top:143px;animation:wheelSpin 1.5s linear infinite}.portal-vehicles .portal-art i:nth-child(2){right:124px}.portal-vehicles .portal-art i:nth-child(3){right:37px}.portal-animals{--accent:#c7ee65}.portal-animals .portal-art i:first-child{width:115px;height:82px;border:2px solid var(--accent);border-radius:55% 45% 50% 50%;right:48px;top:90px;animation:animalWalk 3s ease-in-out infinite}.portal-animals .portal-art i:nth-child(2){width:48px;height:48px;border:2px solid var(--accent);border-radius:50% 60% 45% 50%;right:23px;top:72px}.portal-animals .portal-art i:nth-child(3){width:70px;height:50px;border-left:3px solid var(--accent);border-radius:50%;right:150px;top:75px;animation:tailWag 1.2s ease-in-out infinite}.portal-potatoes{--accent:#d0a56d}.portal-potatoes .portal-art i:first-child{width:118px;height:150px;border:2px solid var(--accent);border-radius:48% 55% 45% 58%;right:48px;top:48px;background:radial-gradient(circle at 35% 30%,#453425 0 3px,transparent 4px),radial-gradient(circle at 65% 63%,#453425 0 4px,transparent 5px);animation:potatoFight 2.2s ease-in-out infinite}.portal-potatoes .portal-art i:nth-child(2),.portal-potatoes .portal-art i:nth-child(3){width:65px;height:3px;background:var(--accent);top:125px;transform-origin:right}.portal-potatoes .portal-art i:nth-child(2){right:153px;animation:armLeft 2.2s ease-in-out infinite}.portal-potatoes .portal-art i:nth-child(3){right:8px;transform-origin:left;animation:armRight 2.2s ease-in-out infinite}.portal-tv{--accent:#88ffab}.portal-tv .portal-art i:first-child{width:165px;height:105px;border:8px solid #544735;border-radius:17px;background:repeating-linear-gradient(0deg,#16231a 0 3px,#1d3924 4px 5px);right:22px;top:70px;box-shadow:0 0 35px rgba(136,255,171,.12);animation:tvFlicker 3s steps(2) infinite}.portal-tv .portal-art i:nth-child(2),.portal-tv .portal-art i:nth-child(3){width:2px;height:58px;background:#716553;right:103px;top:20px;transform-origin:bottom}.portal-tv .portal-art i:nth-child(2){transform:rotate(-34deg)}.portal-tv .portal-art i:nth-child(3){transform:rotate(34deg)}.portal-about{--accent:#c4a6ff}.portal-about .portal-art i:first-child{width:125px;height:125px;border:1px solid var(--accent);border-radius:50%;right:45px;top:65px;animation:orbitSpin 7s linear infinite}.portal-about .portal-art i:first-child:after{content:'';position:absolute;width:16px;height:16px;background:var(--accent);border-radius:50%;left:-8px;top:52px}.portal-about .portal-art i:nth-child(2){width:65px;height:65px;border-radius:50%;background:var(--accent);right:75px;top:95px;box-shadow:0 0 40px rgba(196,166,255,.35);animation:pulseCore 2s ease-in-out infinite}.portal-about .portal-art i:nth-child(3){width:180px;height:70px;border:1px solid rgba(196,166,255,.3);border-radius:50%;right:18px;top:92px;transform:rotate(-25deg)}
@keyframes portalFloat{50%{transform:translateY(-12px) rotate(55deg)}}@keyframes headBob{50%{transform:translateY(-7px) rotate(-3deg)}}@keyframes bodyBreath{50%{transform:scaleX(1.04)}}@keyframes shipFly{50%{transform:translate(-18px,-8px) rotate(-3deg)}}@keyframes thruster{to{transform:scaleX(.7);opacity:.45}}@keyframes carBounce{50%{transform:translateY(-5px)}}@keyframes wheelSpin{to{transform:rotate(360deg)}}@keyframes animalWalk{25%{transform:translateX(-8px) rotate(-2deg)}75%{transform:translateX(8px) rotate(2deg)}}@keyframes tailWag{50%{transform:rotate(-18deg)}}@keyframes potatoFight{50%{transform:translateY(-7px) rotate(3deg)}}@keyframes armLeft{50%{transform:rotate(25deg)}}@keyframes armRight{50%{transform:rotate(-25deg)}}@keyframes tvFlicker{4%{filter:brightness(1.8)}6%{filter:none}50%{filter:brightness(1.1)}}@keyframes orbitSpin{to{transform:rotate(360deg)}}@keyframes pulseCore{50%{transform:scale(1.12);box-shadow:0 0 60px rgba(196,166,255,.55)}}
@media(max-width:900px){.explore-head{grid-template-columns:1fr;gap:20px}.portal-grid{grid-template-columns:1fr}.portal{min-height:250px}}
@media(max-width:600px){.explore{padding:80px 0 90px}.portal{min-height:230px;padding:17px}.portal-copy{max-width:70%}.portal-copy h3{font-size:30px}.portal-copy p{font-size:11px}.portal-art{width:44%;right:-35px}.portal>b{right:15px;bottom:15px}}
