:root{
  --bg:#050805;
  --bg2:#090d09;
  --panel:#0c120c;
  --panel2:#111911;
  --line:#263526;
  --green:#8cff00;
  --green2:#63ef00;
  --white:#f5f8f3;
  --muted:#9aa49a;
  --dim:#697269;
  --shadow:0 20px 70px rgba(0,0,0,.45);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--bg);color:var(--white);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;overflow-x:hidden}
a{color:inherit;text-decoration:none}
button,input{font:inherit}
button{color:inherit}
.shell{width:min(1220px,calc(100% - 40px));margin:auto}
.ambient{position:fixed;z-index:-2;border-radius:999px;filter:blur(120px);pointer-events:none;opacity:.16}
.ambient-a{width:520px;height:520px;background:#5eff00;right:-220px;top:100px}
.ambient-b{width:420px;height:420px;background:#3cff00;left:-260px;top:720px}
.site-header{height:78px;border-bottom:1px solid rgba(140,255,0,.13);background:rgba(5,8,5,.88);backdrop-filter:blur(14px);position:sticky;top:0;z-index:50}
.nav-wrap{height:100%;display:flex;align-items:center;gap:28px}
.brand{display:inline-flex;align-items:center;gap:12px;min-width:max-content}
.brand-mark{width:42px;height:42px;display:grid;place-items:center;color:var(--green);filter:drop-shadow(0 0 12px rgba(140,255,0,.32))}
.brand-mark svg{width:42px;height:42px;fill:none;stroke:currentColor;stroke-width:2}
.brand-mark .bot-head{fill:rgba(140,255,0,.08)}
.brand-mark .hat{fill:#121912;stroke:var(--green)}
.brand-mark .patch{fill:#020302;stroke:var(--green)}
.brand-mark .antenna{stroke-linecap:round}
.brand-mark .skull{stroke-width:1.6}
.brand-photo{width:48px;height:48px;overflow:hidden;border-radius:10px;position:relative;display:block;background:transparent;filter:drop-shadow(0 0 12px rgba(140,255,0,.28))}
.brand-photo img{position:absolute;width:86px;max-width:none;height:auto;left:-18px;top:-2px;display:block}
.site-header .brand-photo img{width:51px;max-width:none;height:51px;object-fit:contain;left:-2px;top:-2px;filter:drop-shadow(0 5px 7px rgba(0,0,0,.5)) saturate(1.08)}
.footer-brand .brand-photo{width:50px;height:50px}
.footer-brand .brand-photo img{width:90px;left:-19px;top:-2px}
.brand-copy{display:flex;flex-direction:column;line-height:1}
.brand-copy strong{font-size:20px;letter-spacing:-.04em}
.brand-copy strong span{color:var(--green)}
.brand-copy small{font-size:8px;letter-spacing:.24em;color:#758075;margin-top:6px}
.site-header .brand-copy strong{display:flex;align-items:baseline;font-family:"Arial Black","Segoe UI Variable Display","Segoe UI",sans-serif;font-size:21px;font-weight:950;line-height:.9;letter-spacing:-.065em;filter:drop-shadow(0 3px 7px rgba(0,0,0,.55))}
.site-header .word-droid{color:#f5faef;text-shadow:0 1px rgba(255,255,255,.4)}
.site-header .word-pirate{color:#9cff24;text-shadow:0 0 13px rgba(140,255,0,.25)}
.site-header .word-com{margin-left:2px;color:#d9e3d5;font-family:"Segoe UI",sans-serif;font-size:.55em;font-weight:900;letter-spacing:-.03em}
.site-header .brand-copy small{margin-top:7px;color:#7f907c;font-size:7.5px;font-weight:850;letter-spacing:.3em}
.site-header .brand{position:relative}
.site-header .brand>span{transition:opacity .32s ease,transform .38s cubic-bezier(.2,.75,.2,1),filter .32s ease}
.brand-hover-mascot{position:absolute;left:50%;top:50%;width:68px;height:68px;object-fit:cover;border-radius:14px;opacity:0;transform:translate(-50%,-44%) scale(.78);filter:blur(5px) saturate(1.08);pointer-events:none;transition:opacity .34s ease,transform .42s cubic-bezier(.2,.8,.2,1),filter .34s ease}
@media(hover:hover){.site-header .brand:hover>span,.site-header .brand:focus-visible>span{opacity:0;transform:translateY(4px) scale(.94);filter:blur(4px)}.site-header .brand:hover .brand-hover-mascot,.site-header .brand:focus-visible .brand-hover-mascot{opacity:1;transform:translate(-50%,-50%) scale(1);filter:blur(0) saturate(1.08)}}
@media(prefers-reduced-motion:reduce){.site-header .brand>span,.brand-hover-mascot{transition-duration:.01ms}}
.main-nav{margin-left:auto;display:flex;align-items:center;gap:23px}
.main-nav>a:not(.outline-btn){font-size:13px;font-weight:750;color:#bac2ba;text-transform:uppercase;letter-spacing:.04em;position:relative}
.main-nav>a:not(.outline-btn):hover{color:#fff}
.main-nav>a:not(.outline-btn):after{content:"";position:absolute;left:0;right:100%;bottom:-9px;height:1px;background:var(--green);transition:.2s}
.main-nav>a:not(.outline-btn):hover:after{right:0}
.nav-search{border:0;background:transparent;font-size:24px;cursor:pointer;color:#c8d0c8;padding:4px 8px}
.outline-btn{border:1px solid rgba(140,255,0,.55);border-radius:5px;background:rgba(140,255,0,.04);color:#fff;box-shadow:0 0 24px rgba(140,255,0,.08)}
.outline-btn.small{padding:11px 16px;font-size:12px;text-transform:uppercase;font-weight:850;letter-spacing:.04em}
.mobile-toggle{display:none;margin-left:auto;width:44px;height:40px;border:1px solid #273727;background:#0b100b;border-radius:6px}
.mobile-toggle span{display:block;width:20px;height:2px;background:#dce4dc;margin:4px auto}
.hero{position:relative;overflow:hidden;border-bottom:1px solid rgba(140,255,0,.12);background:linear-gradient(90deg,#050805 0%,#050805 43%,rgba(5,8,5,.5) 64%,rgba(5,8,5,.05) 100%),radial-gradient(circle at 74% 44%,rgba(95,255,0,.16),transparent 25rem),linear-gradient(135deg,#070a07,#020302)}
.hero:before{content:"";position:absolute;inset:0;opacity:.45;background-image:linear-gradient(rgba(140,255,0,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(140,255,0,.025) 1px,transparent 1px);background-size:54px 54px;mask-image:linear-gradient(to bottom,#000,transparent 75%)}
.hero-grid{min-height:710px;display:grid;grid-template-columns:1.02fr .98fr;align-items:center;position:relative;z-index:1}
.hero-copy{padding:80px 0 95px}
.kicker,.eyebrow{font-size:11px;text-transform:uppercase;letter-spacing:.2em;font-weight:900;color:var(--green)}
.kicker{display:flex;align-items:center;gap:10px}
.kicker span{width:24px;height:1px;background:var(--green);box-shadow:0 0 12px var(--green)}
.hero h1{font-size:clamp(64px,7.2vw,110px);line-height:.82;letter-spacing:-.075em;margin:23px 0 31px;font-weight:950}
.hero h1 em{font-style:normal;color:var(--green);text-shadow:0 0 28px rgba(140,255,0,.12)}
.hero p{max-width:680px;color:#aeb7ae;font-size:18px;line-height:1.75;margin:0}
.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:34px}
.primary-btn,.ghost-btn{min-height:50px;display:inline-flex;align-items:center;justify-content:center;border-radius:5px;padding:0 21px;font-size:13px;font-weight:900;text-transform:uppercase;letter-spacing:.045em}
.primary-btn{background:linear-gradient(180deg,#9dff19,#75ec00);color:#071006;border:1px solid #aaff25;box-shadow:0 0 30px rgba(140,255,0,.17);cursor:pointer}
.primary-btn:hover{transform:translateY(-1px);box-shadow:0 0 38px rgba(140,255,0,.27)}
.primary-btn span{margin-left:11px;font-size:18px}
.ghost-btn{border:1px solid #2c3c2c;color:#d9e0d9;background:#0b100b}
.hero-meta{display:flex;gap:34px;margin-top:45px}
.hero-meta div{display:flex;flex-direction:column;border-left:1px solid #293829;padding-left:14px}
.hero-meta b{font-size:18px;color:#fff}
.hero-meta span{font-size:10px;color:#6f796f;text-transform:uppercase;letter-spacing:.09em;margin-top:4px}
.hero-art{height:100%;position:relative;display:grid;place-items:center}
.grid-floor{position:absolute;inset:46% -25% -5% -15%;transform:perspective(520px) rotateX(68deg);transform-origin:bottom;background-image:linear-gradient(rgba(140,255,0,.17) 1px,transparent 1px),linear-gradient(90deg,rgba(140,255,0,.17) 1px,transparent 1px);background-size:50px 50px;opacity:.27;mask-image:linear-gradient(to top,#000,transparent 85%)}
.pirate-orb{width:min(445px,82%);aspect-ratio:1;border-radius:50%;position:relative;display:grid;place-items:center;background:radial-gradient(circle at 47% 35%,rgba(150,255,40,.22),rgba(28,67,10,.16) 44%,rgba(0,0,0,.2) 68%);border:1px solid rgba(140,255,0,.28);box-shadow:0 0 80px rgba(118,255,0,.13),inset 0 0 60px rgba(140,255,0,.06)}
.orb-ring{position:absolute;inset:-18px;border:1px dashed rgba(140,255,0,.2);border-radius:50%;animation:spin 26s linear infinite}
@keyframes spin{to{transform:rotate(360deg)}}
.android-pirate{position:relative;width:225px;height:330px;filter:drop-shadow(0 24px 28px rgba(0,0,0,.52))}
.head{position:absolute;top:62px;left:37px;width:151px;height:96px;background:linear-gradient(150deg,#9cff1f,#5ed700);border-radius:52px 52px 20px 20px;border:1px solid rgba(255,255,255,.27);box-shadow:inset 10px 9px 18px rgba(255,255,255,.08),inset -12px -14px 20px rgba(12,55,0,.25)}
.head:after{content:"";position:absolute;left:0;right:0;bottom:0;height:1px;background:rgba(255,255,255,.25)}
.ant{position:absolute;width:3px;height:34px;background:#8cff10;top:-29px;border-radius:4px;transform-origin:bottom}
.a1{left:31px;transform:rotate(-29deg)}.a2{right:31px;transform:rotate(29deg)}
.eye{position:absolute;width:9px;height:9px;border-radius:50%;background:#101610;top:45px;left:42px}
.patch-eye{left:auto;right:39px;background:#030403;width:31px;height:23px;border-radius:50%;top:35px;z-index:2}
.patch-strap{position:absolute;width:117px;height:5px;background:#070907;transform:rotate(-16deg);right:4px;top:25px;z-index:1}
.body{position:absolute;top:164px;left:38px;width:149px;height:108px;background:linear-gradient(145deg,#91fa19,#55ca00);border-radius:15px 15px 33px 33px;border:1px solid rgba(255,255,255,.2)}
.arm{position:absolute;top:170px;width:32px;height:116px;border-radius:17px;background:linear-gradient(#85ec15,#4db800)}
.arm.left{left:0;transform:rotate(6deg)}.arm.right{right:0;transform:rotate(-6deg)}
.leg{position:absolute;top:255px;width:41px;height:75px;background:linear-gradient(#5dcc00,#3c9600);border-radius:0 0 20px 20px}
.l1{left:57px}.l2{right:57px}
.hat-top{position:absolute;z-index:5;top:24px;left:25px;width:175px;height:70px;background:#080b08;border:1px solid #263426;border-radius:60% 50% 28% 24%;transform:rotate(-4deg);box-shadow:inset 0 0 0 2px rgba(140,255,0,.03)}
.hat-top:after{content:"";position:absolute;left:-18px;right:-12px;bottom:-8px;height:20px;background:#090d09;border:1px solid #273627;border-radius:50%}
.skull-badge{position:absolute;z-index:6;top:44px;left:91px;font-size:28px;color:#eaf0e8;transform:rotate(-4deg)}
.hero-stamp{position:absolute;right:-28px;bottom:74px;transform:rotate(-90deg);display:flex;align-items:center;gap:8px;color:#647064;letter-spacing:.13em}
.hero-stamp strong{color:rgba(140,255,0,.42);font-size:18px}.hero-stamp small{font-size:8px}
.category-strip{display:grid;grid-template-columns:repeat(7,1fr);gap:10px;margin-top:-42px;position:relative;z-index:4}
.category-card{position:relative;min-height:160px;padding:20px 14px;background:linear-gradient(180deg,rgba(15,22,15,.97),rgba(6,9,6,.98));border:1px solid #273727;border-radius:8px;box-shadow:var(--shadow);transition:.2s;overflow:hidden}
.category-card:after{content:"";position:absolute;inset:auto 0 0 0;height:2px;background:var(--green);transform:scaleX(0);transform-origin:left;transition:.2s}
.category-card:hover{transform:translateY(-6px);border-color:rgba(140,255,0,.55);box-shadow:0 20px 55px rgba(0,0,0,.5),0 0 25px rgba(140,255,0,.07)}
.category-card:hover:after{transform:scaleX(1)}
.cat-icon{display:block;color:var(--green);font-size:29px;margin-bottom:22px;text-shadow:0 0 14px rgba(140,255,0,.25)}
.category-card strong{display:block;font-size:12px;text-transform:uppercase;letter-spacing:.045em}
.category-card small{display:block;color:#788278;font-size:11px;line-height:1.45;margin-top:7px}
.category-card i{position:absolute;right:10px;bottom:6px;font-style:normal;color:rgba(140,255,0,.12);font-weight:900;font-size:33px}
.help-category-card{position:relative;background:radial-gradient(circle at 76% 78%,rgba(142,225,0,.25),transparent 34%),linear-gradient(135deg,rgba(157,224,0,.9) 0 36%,rgba(91,137,0,.38) 36.5%,rgba(7,14,7,.96) 62%),linear-gradient(180deg,rgba(15,22,15,.97),rgba(6,9,6,.98));border:1px solid rgba(140,255,0,.54);box-shadow:0 18px 50px rgba(0,0,0,.48),0 0 0 1px rgba(140,255,0,.1),0 0 30px rgba(140,255,0,.08)}
.help-category-card:before{content:"";position:absolute;inset:0;background:linear-gradient(rgba(140,255,0,.08) 1px,transparent 1px),linear-gradient(90deg,rgba(140,255,0,.08) 1px,transparent 1px);background-size:22px 22px;mask-image:linear-gradient(135deg,#000,transparent 72%);opacity:.7;pointer-events:none}
.help-category-card:after{z-index:1}
.help-category-card .help-card-mascot{position:absolute;right:-12px;bottom:-16px;width:148px;height:148px;object-fit:contain;object-position:center bottom;opacity:.34;filter:drop-shadow(0 8px 10px rgba(0,0,0,.45)) saturate(.9);pointer-events:none;z-index:1}
.help-category-card:hover{transform:translateY(-6px);border-color:rgba(140,255,0,.8);box-shadow:0 20px 60px rgba(0,0,0,.56),0 0 28px rgba(140,255,0,.18)}
.help-cat-icon{position:relative;display:grid;place-items:center;width:52px;height:52px;border-radius:16px;background:linear-gradient(145deg,#d9ff8a,#8fe800 38%,#78c400);border:1px solid rgba(122,177,20,.9);font-size:30px;font-weight:900;color:#081008;box-shadow:inset 0 1px rgba(255,255,255,.38),0 10px 24px rgba(140,255,0,.26);text-shadow:none;z-index:2}
.help-cat-icon svg{display:block;width:24px;height:24px;stroke:#081008;stroke-width:2.15;fill:none;stroke-linecap:round;stroke-linejoin:round}
.help-cat-icon svg circle{fill:none;stroke:#081008;stroke-width:2.15}
.help-category-card strong{position:relative;color:#f2ffe8;z-index:2}
.help-category-card small{position:relative;color:#bdd0b9;z-index:2}
.help-category-card .sectionCount{position:relative;color:#f0ffc8;font-weight:800;z-index:2}
.ticker{margin-top:42px;border-top:1px solid #172117;border-bottom:1px solid #172117;background:#070a07}
.ticker-inner{min-height:69px;display:flex;align-items:center;gap:10px;overflow-x:auto;scrollbar-width:none}
.ticker-inner::-webkit-scrollbar{display:none}
.ticker strong{font-size:11px;color:var(--green);letter-spacing:.12em;margin-right:8px;white-space:nowrap}
.trend-chip{white-space:nowrap;border:1px solid #2a382a;background:#0a0f0a;color:#9ca59c;border-radius:999px;padding:8px 13px;font-size:11px;cursor:pointer}
.trend-chip.active,.trend-chip:hover{border-color:rgba(140,255,0,.55);color:#fff;background:rgba(140,255,0,.06)}
.content-section{padding:92px 0}
.section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:40px;margin-bottom:34px}
.section-heading h2,.spotlight h2,.join-section h2{font-size:clamp(38px,5vw,64px);letter-spacing:-.055em;line-height:.96;margin:10px 0 0}
.section-heading>p{max-width:480px;margin:0;color:#899489;line-height:1.65;font-size:14px}
.article-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.feature-card{grid-column:span 2;min-height:420px;background:linear-gradient(160deg,#101710,#080b08);border:1px solid #283828;border-radius:10px;overflow:hidden;display:grid;grid-template-columns:.9fr 1.1fr}
.visual{position:relative;display:flex;flex-direction:column;justify-content:flex-end;padding:30px;overflow:hidden}
.visual:before{content:"";position:absolute;width:260px;height:260px;border-radius:50%;background:radial-gradient(circle,#75ff00 0,rgba(111,255,0,.15) 37%,transparent 69%);top:22px;left:8px;filter:blur(3px)}
.visual:after{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(140,255,0,.06) 1px,transparent 1px),linear-gradient(90deg,rgba(140,255,0,.06) 1px,transparent 1px);background-size:25px 25px;mask-image:linear-gradient(135deg,#000,transparent)}
.visual span,.visual b{position:relative;z-index:2}.visual span{font-size:16px;letter-spacing:.2em}.visual b{font-size:42px;color:var(--green);letter-spacing:-.06em}
.card-body{padding:42px;display:flex;flex-direction:column;justify-content:center}
.post-tag{font-size:10px;color:var(--green);font-weight:900;letter-spacing:.13em}
.card-body h3,.post-card h3{font-size:27px;line-height:1.05;letter-spacing:-.035em;margin:13px 0 12px}
.card-body p,.post-card p{color:#8e998e;line-height:1.62;font-size:14px}
.card-body a,.post-card a{margin-top:auto;padding-top:20px;color:#dbe3db;font-size:12px;font-weight:850;text-transform:uppercase}
.post-card{min-height:300px;padding:28px;background:linear-gradient(180deg,#0c120c,#080b08);border:1px solid #243324;border-radius:9px;position:relative;display:flex;flex-direction:column;overflow:hidden}
.post-card:after{content:"";position:absolute;right:-60px;bottom:-80px;width:160px;height:160px;border-radius:50%;border:1px solid rgba(140,255,0,.08);box-shadow:0 0 0 22px rgba(140,255,0,.025),0 0 0 45px rgba(140,255,0,.018)}
.post-card:hover,.feature-card:hover{border-color:rgba(140,255,0,.45)}
.post-number{position:absolute;top:13px;right:15px;font-size:42px;font-weight:950;color:rgba(140,255,0,.08)}
.is-hidden{display:none!important}
.spotlight{border-top:1px solid #172217;border-bottom:1px solid #172217;background:linear-gradient(90deg,#050805 0 52%,rgba(5,8,5,.72) 70%,rgba(5,8,5,.45)),radial-gradient(circle at 78% 50%,rgba(115,255,0,.17),transparent 28rem),#070b07}
.spotlight-grid{min-height:560px;display:grid;grid-template-columns:1fr 1fr;align-items:center}
.spotlight-copy{padding:75px 0}
.spotlight-copy p{max-width:620px;color:#929c92;line-height:1.72;margin:25px 0 31px}
.phone-stack{height:470px;position:relative}
.phone{position:absolute;width:195px;height:390px;border:8px solid #121812;border-radius:30px;background:linear-gradient(145deg,#13230d,#020302);box-shadow:0 32px 70px rgba(0,0,0,.5),0 0 35px rgba(140,255,0,.08);overflow:hidden}
.phone:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 60% 35%,rgba(140,255,0,.38),transparent 32%),repeating-linear-gradient(135deg,transparent 0 18px,rgba(140,255,0,.035) 19px)}
.phone i{position:absolute;width:62px;height:9px;border-radius:20px;background:#030403;left:50%;transform:translateX(-50%);top:7px}
.phone span{position:absolute;bottom:27px;left:0;right:0;text-align:center;font-weight:950;letter-spacing:.2em;color:var(--green)}
.p1{left:12%;top:54px;transform:rotate(-10deg)}.p2{left:38%;top:22px;z-index:2}.p3{left:64%;top:68px;transform:rotate(10deg)}
.tool-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
.tool-card{min-height:220px;border:1px solid #233223;border-radius:8px;padding:24px;background:#090d09;position:relative;overflow:hidden}
.tool-card b{font-size:56px;position:absolute;right:14px;top:7px;color:rgba(140,255,0,.07)}
.tool-card h3{font-size:22px;margin:63px 0 10px}
.tool-card p{color:#7d877d;line-height:1.55;font-size:13px}
.join-section{border-top:1px solid #1e2a1e;background:linear-gradient(120deg,#0c120c,#050805);padding:74px 0}
.join-grid{display:grid;grid-template-columns:1fr .9fr;gap:50px;align-items:center}
.join-section p{color:#899389;line-height:1.65;max-width:620px}
.join-form{display:grid;grid-template-columns:1fr auto;gap:10px}
.join-form input{height:52px;border-radius:5px;border:1px solid #2b3b2b;background:#050805;color:#fff;padding:0 16px;outline:none}
.join-form input:focus{border-color:rgba(140,255,0,.7);box-shadow:0 0 0 3px rgba(140,255,0,.05)}
.join-form small{grid-column:1/-1;color:var(--green);min-height:18px}
.join-actions{min-width:0}.join-honeypot{position:absolute!important;left:-10000px!important;width:1px!important;height:1px!important;opacity:0!important;pointer-events:none!important}.join-form.is-loading{opacity:.72;pointer-events:none}.join-form.is-loading .primary-btn{position:relative;padding-right:42px}.join-form.is-loading .primary-btn:after{content:"";position:absolute;right:16px;width:13px;height:13px;border:2px solid rgba(5,8,5,.28);border-top-color:#050805;border-radius:50%;animation:crewSpin .7s linear infinite}.join-form small.is-error{color:#ff977f}.crew-socials{margin-top:17px;padding-top:15px;border-top:1px solid rgba(140,255,0,.12)}.crew-socials>span{display:block;margin-bottom:10px;color:#697668;font-size:8px;font-weight:950;letter-spacing:.2em;text-transform:uppercase}.crew-social-row{display:flex;gap:8px;flex-wrap:wrap}.crew-social{position:relative;width:39px;height:39px;padding:0;display:grid;place-items:center;border:1px solid rgba(156,255,36,.2);border-radius:11px;background:linear-gradient(145deg,rgba(156,255,36,.065),rgba(4,8,4,.9));color:#91cb3e;cursor:pointer;box-shadow:inset 0 1px rgba(255,255,255,.035);transition:transform .18s ease,border-color .18s ease,color .18s ease,box-shadow .18s ease}.crew-social svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.crew-social:first-child svg path,.crew-social:nth-child(4) svg path:first-child{fill:currentColor;stroke:none}.crew-social:hover,.crew-social:focus-visible{transform:translateY(-3px);color:#caff77;border-color:rgba(156,255,36,.68);box-shadow:0 8px 24px rgba(0,0,0,.32),0 0 20px rgba(140,255,0,.13);outline:none}.crew-social:active{transform:translateY(-1px)}@keyframes crewSpin{to{transform:rotate(360deg)}}
.site-footer{background:#030503;border-top:1px solid rgba(140,255,0,.12);padding:48px 0 22px}
.footer-grid{display:flex;align-items:center;justify-content:space-between;gap:30px}
.footer-brand .brand-mark{font-size:31px}
.footer-links{display:flex;gap:20px;flex-wrap:wrap}
.footer-links a{font-size:11px;color:#788178;text-transform:uppercase}
.footer-bottom{border-top:1px solid #121a12;margin-top:33px;padding-top:22px;display:flex;justify-content:space-between;color:#596259;font-size:11px}
.footer-bottom strong{color:var(--green);font-style:italic;letter-spacing:.07em}
.search-modal{position:fixed;inset:0;z-index:100}
.search-backdrop{position:absolute;inset:0;border:0;background:rgba(0,0,0,.74);backdrop-filter:blur(8px);width:100%;height:100%}
.search-panel{position:relative;width:min(760px,calc(100% - 30px));margin:8vh auto;background:#080d08;border:1px solid #2a3b2a;border-radius:12px;padding:30px;box-shadow:0 30px 110px rgba(0,0,0,.7)}
.search-top{display:flex;justify-content:space-between;gap:20px;align-items:flex-start}
.search-top h2{margin:6px 0 20px;font-size:31px}
.close-search{border:0;background:transparent;font-size:34px;cursor:pointer;color:#8d978d}
#siteSearch{width:100%;height:56px;border-radius:7px;background:#050805;border:1px solid #2a3b2a;color:#fff;padding:0 17px;outline:0}
#siteSearch:focus{border-color:rgba(140,255,0,.65)}
.search-results{display:grid;gap:8px;margin-top:15px;max-height:42vh;overflow:auto}
.search-result{padding:13px 15px;border:1px solid #1e2c1e;border-radius:6px;background:#0a0f0a}
.search-result strong{display:block;font-size:13px}.search-result span{display:block;margin-top:3px;color:#728072;font-size:11px}
.sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}
@media(max-width:1040px){.main-nav{gap:15px}.main-nav>a:not(.outline-btn){font-size:11px}.category-strip{grid-template-columns:repeat(4,1fr)}.article-grid{grid-template-columns:repeat(2,1fr)}.feature-card{grid-column:span 2}.tool-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:820px){.site-header{height:70px}.brand-copy strong{font-size:17px}.mobile-toggle{display:block}.main-nav{position:absolute;left:20px;right:20px;top:78px;background:#080d08;border:1px solid #283828;border-radius:9px;padding:18px;display:none;flex-direction:column;align-items:stretch;gap:0;box-shadow:var(--shadow)}.main-nav.open{display:flex}.main-nav>a,.main-nav button{padding:13px 8px;border-bottom:1px solid #172117}.main-nav .outline-btn{margin-top:8px}.hero-grid{grid-template-columns:1fr;min-height:auto}.hero-copy{padding:72px 0 30px}.hero-art{height:500px}.hero h1{font-size:72px}.category-strip{margin-top:-10px;grid-template-columns:repeat(2,1fr)}.section-heading{align-items:flex-start;flex-direction:column}.section-heading>p{max-width:680px}.spotlight-grid{grid-template-columns:1fr}.phone-stack{height:430px}.join-grid{grid-template-columns:1fr}}
@media(max-width:600px){.shell{width:min(100% - 24px,1220px)}.hero h1{font-size:55px;line-height:.86}.hero p{font-size:15px}.hero-meta{gap:15px;flex-wrap:wrap}.hero-art{height:420px}.pirate-orb{width:330px}.android-pirate{transform:scale(.82)}.category-strip{grid-template-columns:1fr 1fr}.category-card{min-height:145px}.article-grid{grid-template-columns:1fr}.feature-card{grid-column:span 1;grid-template-columns:1fr}.visual{min-height:220px}.card-body{padding:27px}.spotlight-copy{padding-bottom:15px}.phone{width:145px;height:300px}.phone-stack{height:360px}.p1{left:1%}.p2{left:29%}.p3{left:57%}.tool-grid{grid-template-columns:1fr}.join-form{grid-template-columns:1fr}.join-form small{grid-column:1}.footer-grid,.footer-bottom{align-items:flex-start;flex-direction:column}.footer-links{gap:14px}}
#help{padding-top:62px;padding-bottom:26px}.help-promo-grid{display:grid;grid-template-columns:1.2fr .9fr .9fr;gap:18px}.help-feature-card,.help-support-card{position:relative;border:1px solid rgba(140,255,0,.18);border-radius:14px;overflow:hidden;background:linear-gradient(180deg,rgba(11,17,11,.96),rgba(7,9,7,.98));box-shadow:0 24px 60px rgba(0,0,0,.3)}.help-feature-card{display:grid;grid-template-columns:1fr 1.1fr;min-height:320px}.help-feature-card:before,.help-support-card:before{content:"";position:absolute;inset:auto auto -42px -24px;width:140px;height:140px;border-radius:50%;border:1px solid rgba(140,255,0,.12);box-shadow:0 0 0 18px rgba(140,255,0,.03)}.help-feature-visual{position:relative;padding:28px 22px 22px;background:radial-gradient(circle at 17% 16%,rgba(140,255,0,.22),transparent 28%),linear-gradient(180deg,rgba(18,26,18,.7),rgba(7,10,7,.9));display:flex;flex-direction:column;justify-content:flex-end}.help-kicker{font-size:10px;letter-spacing:.16em;text-transform:uppercase;color:#b8ff58}.help-feature-visual strong{display:block;margin-top:8px;color:#ebffe5;font-size:clamp(30px,2.6vw,46px);line-height:.95;letter-spacing:-.06em}.help-feature-copy{padding:28px 24px 24px;display:flex;flex-direction:column;justify-content:center}.help-tag{font-size:10px;color:#b7ff58;letter-spacing:.12em;text-transform:uppercase;font-weight:800}.help-feature-copy h3{font-size:clamp(24px,2.2vw,36px);line-height:1.02;letter-spacing:-.04em;margin:12px 0 10px}.help-feature-copy p,.help-support-card p{color:#8d998d;line-height:1.62;font-size:14px}.help-feature-copy a,.help-support-card a{display:inline-flex;align-items:center;gap:8px;margin-top:auto;padding-top:20px;font-size:11px;letter-spacing:.12em;text-transform:uppercase;color:#def6b2;font-weight:800}.help-support-card{padding:22px 22px 18px;min-height:320px;display:flex;flex-direction:column}.help-index{position:absolute;top:10px;right:14px;font-size:52px;line-height:1;color:rgba(140,255,0,.12);font-weight:900}.help-support-card h3{font-size:24px;line-height:1.08;letter-spacing:-.04em;margin:52px 0 12px}.help-support-card a{margin-top:18px}.help-support-card:hover,.help-feature-card:hover{border-color:rgba(140,255,0,.46);transform:translateY(-4px);box-shadow:0 28px 70px rgba(0,0,0,.38)}
.forward-preview{width:min(100%,980px);margin-inline:auto;border:1px solid rgba(140,255,0,.2);border-radius:18px;background:#080d08;box-shadow:0 24px 70px rgba(0,0,0,.35);overflow:hidden}.forward-preview-image{display:block;width:100%;background:#050805;overflow:hidden}.forward-preview-image img{display:block;width:100%;height:auto;aspect-ratio:1795/876;object-fit:cover;transition:transform .35s ease}.forward-preview-image:hover img,.forward-preview-image:focus-visible img{transform:scale(1.015)}.forward-preview-footer{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:28px 32px;background:linear-gradient(135deg,rgba(140,255,0,.07),transparent 55%)}.forward-preview-footer h2{font-size:clamp(34px,5vw,58px);line-height:.92;letter-spacing:-.055em;margin:9px 0 0}.forward-preview-footer h2 em{font-style:normal;color:var(--green)}.forward-learn-more{flex:0 0 auto;white-space:nowrap}
@media(max-width:980px){.help-promo-grid{grid-template-columns:1fr}.#help .help-feature-card{grid-template-columns:1fr}.#help .help-feature-visual{min-height:190px}} 
@media(max-width:600px){.content-section#apps{padding-block:56px}.forward-preview{border-radius:12px}.forward-preview-footer{align-items:stretch;flex-direction:column;padding:22px 18px;gap:20px}.forward-preview-footer h2{font-size:clamp(32px,10vw,44px)}.forward-learn-more{width:100%}#help{padding-top:52px}.help-feature-copy h3,.help-support-card h3{font-size:22px}.help-feature-visual strong{font-size:32px}} 
@media(prefers-reduced-motion:reduce){.forward-preview-image img{transition:none}.forward-preview-image:hover img,.forward-preview-image:focus-visible img{transform:none}}

/* Universal Footer */
.dp-universal-footer {
  background: #030503;
  border-top: 1px solid rgba(140, 255, 0, 0.12);
  padding: 48px 0 22px;
  margin-top: 60px;
}

.dp-universal-shell {
  width: min(1220px, calc(100% - 40px));
  margin: auto;
}

.dp-universal-footer .footer-content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  margin-bottom: 32px;
}

.dp-universal-footer .footer-section {
  display: flex;
  flex-direction: column;
}

.dp-universal-footer .footer-section > strong {
  font-size: 16px;
  font-weight: 900;
  color: var(--white);
  margin-bottom: 12px;
}

.dp-universal-footer .footer-section p {
  color: #788178;
  font-size: 13px;
  line-height: 1.6;
  margin: 0;
}

.dp-universal-footer .footer-section h3 {
  font-size: 13px;
  font-weight: 700;
  color: var(--green);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin: 0 0 12px 0;
}

.dp-universal-footer .footer-section ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.dp-universal-footer .footer-section a {
  font-size: 12px;
  color: #788178;
  text-decoration: none;
  transition: color 0.2s ease;
}

.dp-universal-footer .footer-section a:hover {
  color: var(--green);
}

.dp-universal-footer .footer-bottom {
  border-top: 1px solid #121a12;
  padding-top: 22px;
  display: flex;
  justify-content: space-between;
  color: #596259;
  font-size: 11px;
}

.dp-universal-footer .footer-bottom p {
  margin: 0;
}

@media (max-width: 768px) {
  .dp-universal-footer .footer-content {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  
  .dp-universal-footer .footer-bottom {
    flex-direction: column;
    gap: 12px;
  }
}
