/* ShadowCore 2.0 — complete design system. No external fonts or CSS frameworks. */
:root{color-scheme:dark;--bg:#050d1b;--surface:#09182b;--surface-raised:#0d223a;--line:#173853;--line-light:#236181;--text:#eef6ff;--muted:#9cafc5;--cyan:#24daff;--blue:#098cff;--mint:#27f1c0;--gold:#ffd05a;--red:#ff7d88;--radius:14px;--shadow:0 18px 50px #0004}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:30px}body{margin:0;background:radial-gradient(ellipse at 82% 7%,#09305060,transparent 32%),var(--bg);color:var(--text);font-family:Inter,"Segoe UI",Arial,sans-serif;font-size:14px;line-height:1.65;min-height:100vh;display:flex;flex-direction:column}body:before{content:"";position:fixed;inset:0;pointer-events:none;z-index:-1;background-image:linear-gradient(#1b5b8312 1px,transparent 1px),linear-gradient(90deg,#1b5b8312 1px,transparent 1px);background-size:60px 60px;mask-image:linear-gradient(#000,transparent 75%)}main{flex:1}a{color:inherit;text-decoration:none}a,button,input,select,textarea,summary{-webkit-tap-highlight-color:transparent}a:hover{color:var(--cyan)}button,input,select,textarea{font:inherit}button,a,input,select,textarea,summary{touch-action:manipulation}img,svg{max-width:100%;display:block}img{height:auto}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.45}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible,summary:focus-visible{outline:2px solid var(--cyan);outline-offset:4px}[hidden]{display:none!important}::selection{background:#0d6b91;color:#fff}.container{width:min(1360px,calc(100% - 64px));margin-inline:auto}h1,h2,h3,h4,p{margin-top:0}h1,h2,h3{font-weight:800;line-height:1.13;letter-spacing:-.025em}h1{font-size:48px;margin-bottom:20px}h2{font-size:36px;margin-bottom:16px}h3{font-size:21px;margin-bottom:16px}p{margin-bottom:18px}small{font-size:.76em}.muted{color:var(--muted)}.mint{color:var(--mint)!important}.gold{color:var(--gold)!important}.tiny{font-size:11px}.small{font-size:12px}.nowrap{white-space:nowrap}.break{overflow-wrap:anywhere}.full{width:100%}.space-top{margin-top:26px}.space-bottom{margin-bottom:24px}.wide{grid-column:1/-1}.between{display:flex;justify-content:space-between;align-items:center;gap:20px}.between h2,.between h3{margin-bottom:0}.badge-row{display:flex;flex-wrap:wrap;gap:8px}.grid{display:grid;gap:24px}.grid>*{min-width:0}.grid.two{grid-template-columns:repeat(2,minmax(0,1fr));align-items:start}.grid.three{grid-template-columns:repeat(3,minmax(0,1fr))}.grid.four{grid-template-columns:repeat(4,minmax(0,1fr))}.button{display:inline-flex;align-items:center;justify-content:center;gap:14px;min-height:46px;border:1px solid #39baff80;border-radius:8px;background:linear-gradient(120deg,#079ff8,#0879f0);color:#fff;font-weight:750;font-size:14px;padding:13px 24px;line-height:1.4;box-shadow:0 5px 22px #007be021;transition:transform .18s,box-shadow .18s,border-color .18s;text-align:center}.button:hover{color:#fff;box-shadow:0 5px 25px #007be044;border-color:#53dfff;transform:translateY(-2px)}.button.small{padding:9px 18px;min-height:38px;font-size:12px}.button.secondary{background:#09182bbf;border:1px solid #2497bd;box-shadow:none}.button.gold-button{background:linear-gradient(115deg,#ffda57,#ffb526);color:#131711;border:1px solid #ffe77f;box-shadow:0 5px 24px #ffbd2029}.button.gold-button:hover{box-shadow:0 5px 30px #ffbd2055}.button.purple{background:linear-gradient(120deg,#137cef,#16a5bf)}.button.danger,button.danger{background:#511d2c;color:#ffd2d7;border-color:#a64460}.link{font-weight:700;color:var(--cyan);display:inline-block}.link:hover{color:#9af2ff}.eyebrow{display:flex;align-items:center;gap:8px;color:var(--cyan);font-size:11px;font-weight:800;letter-spacing:.16em;line-height:1.6;text-transform:uppercase;margin-bottom:16px}.dot{width:6px;height:6px;border-radius:50%;display:inline-block;flex-shrink:0;background:var(--mint);box-shadow:0 0 12px #31e7c9}.gradient-text{color:var(--cyan);background:linear-gradient(100deg,#2affd6,#1acaff);background-clip:text;-webkit-text-fill-color:transparent}.legal-mini{font-size:11px;line-height:1.7;color:var(--muted)}.skip-link{position:absolute;top:-100px;z-index:100;background:var(--blue);padding:10px 20px}.skip-link:focus{top:0}.announcement{border-bottom:1px solid #0e2740;background:#020a15;font-size:10px;letter-spacing:.06em;color:#a3bdd4}.announcement .container{display:flex;justify-content:space-between;padding:8px 0;gap:16px}.announcement .dot{width:5px;height:5px;margin-right:8px}.announcement b{color:var(--cyan);margin:0 8px}.header-frame{background:#041020dc;border-bottom:1px solid #173851}.site-header{min-height:88px;display:flex;align-items:center;gap:24px}.brand{display:flex;align-items:center;gap:12px;flex-shrink:0;font-size:23px;letter-spacing:.09em;font-weight:850;line-height:1.1}.brand img{width:46px;height:46px}.brand small{display:block;color:var(--muted);font-size:8px;letter-spacing:.2em;font-weight:600;margin-top:7px}.nav{display:flex;align-items:center;justify-content:center;gap:22px;margin-left:auto}.nav a{font-size:12px;font-weight:600;white-space:nowrap;position:relative;padding:32px 0;color:#b9cadd}.nav a.selected,.nav a:hover{color:var(--cyan)}.nav a.selected:after{content:"";height:3px;position:absolute;left:0;right:0;bottom:0;background:var(--cyan);box-shadow:0 0 14px #2fceff6a}.header-actions{display:flex;gap:18px;align-items:center}.login-link{font-size:12px;font-weight:700;white-space:nowrap}.lang{width:57px;padding:6px;background:transparent;border:1px solid #23415d;color:#cde4f7;border-radius:5px;font-size:12px;margin:0;min-height:32px}.lang option{background:var(--surface)}.menu-toggle{display:none;border:1px solid var(--line-light);border-radius:6px;padding:8px 11px;background:var(--surface);color:var(--text);font-size:12px}.nav-mobile-account{display:none}.hero{display:grid;grid-template-columns:1.1fr 1fr;gap:8px;align-items:center;position:relative;margin:26px 0 22px;min-height:485px;isolation:isolate}.hero-copy{padding:28px 0;z-index:2}.hero h1{font-size:clamp(40px,4.1vw,62px);line-height:1.06;letter-spacing:-.035em;font-weight:900;margin:20px 0 23px}.hero .lead{font-size:16px;line-height:1.8;color:#b8cce0;max-width:560px}.hero-highlights{display:flex;gap:26px;margin:26px 0 29px}.hero-highlights>span{font-size:8px;color:#83a6c2;font-weight:700;letter-spacing:.08em;line-height:1.6}.hero-highlights b{display:block;font-size:15px;color:#e4f6ff;letter-spacing:0;margin-bottom:6px}.hero-cta{display:flex;align-items:center;flex-wrap:wrap;gap:14px}.hero-cta .button{padding:15px 25px}.hero-note{color:#7293ae;font-size:10px;line-height:1.6;margin:18px 0 0;max-width:520px}.hero-art{position:relative;align-self:stretch;min-height:440px;overflow:hidden;isolation:isolate;border-radius:14px;border:1px solid #153b5590;box-shadow:inset 0 0 40px #21afff26;background:#061b33}.hero-art>img{width:100%;height:100%;object-fit:cover;position:absolute;inset:0;object-position:46% 42%;z-index:-2}.hero-art:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,#030d1a 0%,transparent 44%),linear-gradient(90deg,#050d1b95,transparent 22%);z-index:-1}.art-topline{display:flex;justify-content:space-between;position:absolute;top:18px;left:20px;right:20px;font-size:9px;letter-spacing:.2em;font-weight:800;text-shadow:0 1px 10px #000;color:#baf2ff}.art-topline span{padding:4px 7px;background:#021126b8;border:1px solid #36b2e55c;border-radius:3px}.core-chip{position:absolute;bottom:23px;left:22px;right:22px;background:#031323d9;border:1px solid #28cae66b;border-radius:10px;backdrop-filter:blur(12px);display:flex;align-items:center;gap:15px;padding:16px 20px;box-shadow:0 5px 30px #0003}.core-chip img{width:40px;height:40px}.core-chip small{display:block;font-size:8px;letter-spacing:.15em;color:#73a7c5}.core-chip strong{display:block;font-size:25px;line-height:1.3}.core-chip strong span{font-size:14px;font-weight:600;color:var(--cyan)}.core-chip>b{margin-left:auto;font-size:14px;color:var(--mint);white-space:nowrap}.section{margin-bottom:65px}.section-title{display:flex;align-items:end;justify-content:space-between;gap:35px;margin-bottom:25px}.section-title h2{margin-bottom:0}.section-title .eyebrow{margin-bottom:9px}.section-title>p{max-width:430px;color:var(--muted);font-size:13px;margin-bottom:0}.payment-hub{margin-bottom:22px;scroll-margin-top:20px}.payment-grid{display:grid;grid-template-columns:1.03fr .97fr 1.33fr;gap:16px}.payment-card{border:1px solid var(--line-light);border-radius:12px;background:linear-gradient(140deg,#09223c,#050f21);padding:22px;position:relative;min-width:0;box-shadow:var(--shadow)}.payment-card .eyebrow{font-size:9px;letter-spacing:.07em;margin-bottom:15px}.payment-card p{font-size:12px;line-height:1.7;color:#aac1d7;margin:13px 0 14px}.payment-card .link{font-size:12px}.payment-primary{border-color:#c69630;background:linear-gradient(120deg,#392c14a8,#111a23 65%)}.payment-primary:after{content:"PRIMARY";position:absolute;right:14px;bottom:18px;color:#ffd875;font-size:8px;font-weight:800;letter-spacing:.12em;border:1px solid #806524;border-radius:4px;padding:3px 6px}.payment-withdraw{border-color:#168a78;background:linear-gradient(120deg,#06363099,#08182b 80%)}.withdraw-brand{display:flex;gap:13px;align-items:center}.withdraw-brand img{width:42px;height:42px;filter:drop-shadow(0 0 14px #05ddb351)}.withdraw-brand h3{font-size:24px;line-height:1.08;margin:0}.payment-networks .legal-mini{font-size:9px;line-height:1.6;margin-bottom:0;color:#7e9ab4}.payment-networks>p{font-size:11px}.network-list{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:7px;margin:17px 0 10px}.network-box{min-width:0;display:flex;align-items:center;flex-direction:column;text-align:center;background:#051125;border:1px solid #1b4666;border-radius:7px;padding:9px 2px 7px;line-height:1.3}.network-symbol{display:grid;place-items:center;width:26px;height:26px;background:#092950;color:var(--cyan);border:1px solid #1c5d92;border-radius:7px;font-size:16px;font-weight:850;margin-bottom:8px}.net-bep20 .network-symbol{color:#f9c335;background:#342c16;border-color:#725c23}.net-trc20 .network-symbol{color:#ff5a6a;background:#441a28;border-color:#963040}.net-solana .network-symbol{color:#37fbd0;background:#143632}.net-polygon .network-symbol{color:#bbaaef;background:#261f48}.net-erc20 .network-symbol{color:#b6d4fb;background:#172641}.net-ton .network-symbol{background:#08427d}.network-symbol svg{width:18px;height:18px}.network-box strong{font-size:9px;font-weight:700;min-height:23px;display:flex;align-items:center;justify-content:center;padding:0 1px}.network-box small{font-size:8px;margin-top:4px;color:#a9bbcf}.fp-brand{display:inline-flex;align-items:center;gap:10px;line-height:1;flex-shrink:0;white-space:nowrap}.fp-brand strong{font-size:30px;font-weight:800;letter-spacing:-.035em;color:#fff}.fp-brand strong span{color:#148efc}.fp-wallet{width:30px;display:inline-flex;color:#30b1ff}.fp-wallet svg{width:100%;height:auto}.payment-primary .fp-brand strong{font-size:33px}.payment-primary .fp-wallet{width:33px}.stats-strip{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));border-block:1px solid #1d3d54;background:#081426a0;margin:0 0 65px;padding:20px 0}.stat{display:flex;align-items:center;gap:15px;padding:6px 25px;border-right:1px solid #1b3955;min-width:0}.stat:last-child{border-right:0}.stat-icon{font-size:30px;color:var(--cyan);line-height:1}.stat strong{display:block;font-size:23px;font-weight:800;line-height:1.4;font-variant-numeric:tabular-nums}.stat strong small{font-size:11px;color:var(--muted);display:inline}.stat small{display:block;font-size:9px;color:#8ca9c0;text-transform:uppercase;letter-spacing:.05em;line-height:1.5}.panel{background:linear-gradient(135deg,#0a1c31,#071424);border:1px solid var(--line);border-radius:var(--radius);padding:29px;box-shadow:var(--shadow);min-width:0}.panel>p:last-child{margin-bottom:0}.power-section{align-items:stretch!important}.station-overview{position:relative;overflow:hidden}.station-overview h3{font-size:25px}.core-reactor{height:218px;position:relative;display:flex;align-items:center;justify-content:center;background:radial-gradient(ellipse,#11cca21b,transparent 68%);isolation:isolate}.core-reactor>img{filter:drop-shadow(0 0 30px #12ffc05c);z-index:2}.core-ring{width:160px;height:160px;border:1px solid #30dccc70;border-radius:50%;position:absolute;box-shadow:inset 0 0 25px #22fad811,0 0 30px #0acdca1f;animation:reactor 16s linear infinite}.core-ring:before{content:"";position:absolute;inset:-15px;border-radius:50%;border:2px dashed #078bc76b}.core-ring:after{content:"";position:absolute;width:8px;height:8px;top:0;left:44px;background:var(--cyan);box-shadow:0 0 16px #00eaff;border-radius:50%}@keyframes reactor{to{transform:rotate(360deg)}}.reactor-data{position:absolute;top:80px;font-size:20px;font-weight:800;line-height:1.5;color:var(--cyan)}.reactor-data small{display:block;font-size:10px;color:#6b95af;font-weight:600}.reactor-data.left{left:8px}.reactor-data.right{right:8px;text-align:right;color:var(--mint)}.station-metrics{display:grid;grid-template-columns:repeat(3,1fr);margin:8px 0 22px;gap:10px}.station-metrics span{font-size:10px;color:var(--muted);line-height:1.6}.station-metrics b{display:block;font-size:30px;color:#e7f6ff;line-height:1.4}.station-metrics span:last-child b{color:var(--mint)}label{display:block;font-size:12px;color:#b8cadc;font-weight:600;margin-bottom:18px;line-height:1.5}input,select,textarea{width:100%;display:block;min-height:45px;background:#041224;border:1px solid #244b68;color:var(--text);padding:12px 13px;border-radius:7px;margin-top:7px;max-width:100%;transition:border-color .2s;outline:none}input:hover,select:hover,textarea:hover{border-color:#4286ab}input:focus,select:focus,textarea:focus{border-color:var(--cyan);box-shadow:0 0 0 3px #00cfff11}input::placeholder,textarea::placeholder{color:#66849f;opacity:1}input[readonly]{background:#0c1f30;color:#9ab7cd}input[type=checkbox],input[type=radio]{width:17px;height:17px;min-height:17px;flex-shrink:0;accent-color:var(--blue);padding:0;margin:2px 0 0}textarea{min-height:130px;resize:vertical}select{padding-right:25px}option{background:#081b30}.power-input{font-size:30px;font-weight:800;letter-spacing:-.02em;line-height:1.4;padding:13px 17px;font-variant-numeric:tabular-nums}.preset-row{display:flex;flex-wrap:wrap;gap:8px;margin:6px 0 22px}.preset-row button{border:1px solid #285171;border-radius:6px;padding:8px 15px;background:#0b2239;color:#a7cbe7;font-weight:650;font-size:12px;min-height:34px}.preset-row button:hover{color:var(--cyan);border-color:var(--cyan);background:#123a50}.formula-row{display:flex;justify-content:space-between;align-items:center;gap:14px;border-bottom:1px solid #1a344c;padding:15px 0;font-size:12px;color:#9fb8d0}.formula-row strong{color:#e4f3ff;text-align:right;font-size:13px;overflow-wrap:anywhere}.formula-total{display:flex;justify-content:space-between;align-items:center;gap:18px;border-top:1px solid #1e6c81;margin-top:10px;padding:18px 0 0;color:#c4d6e8;font-size:13px}.formula-total strong{font-size:25px;line-height:1.4;color:var(--mint);font-variant-numeric:tabular-nums;text-align:right}.formula-total strong small{font-size:12px}.calculator .eyebrow{margin-bottom:9px}.calculator h3{font-size:24px;margin-bottom:24px}.steps-grid{margin-top:24px;gap:20px}.step-card{display:flex;gap:17px;padding:23px 14px;min-width:0}.step{display:inline-block;color:#30ccef;font-size:13px;line-height:1.5;font-weight:800;border:1px solid #146881;background:#09314c;border-radius:8px;min-width:37px;min-height:37px;text-align:center;padding:8px 5px;align-self:flex-start}.step-card h3{font-size:16px;margin-bottom:9px}.step-card p{font-size:12px;color:var(--muted);line-height:1.7;margin:0}.creator-feature{display:grid;grid-template-columns:1.05fr 1fr;position:relative;isolation:isolate;border:1px solid #236889;border-radius:16px;overflow:hidden;background:#051729;padding:38px;min-height:310px;align-items:center}.creator-feature>div{position:relative;z-index:2;max-width:680px}.creator-feature .eyebrow{margin-bottom:13px}.creator-feature h2{font-size:34px;line-height:1.12}.creator-feature p{max-width:550px;font-size:13px;color:#afc5da}.creator-feature>img{position:absolute;inset:0 0 0 auto;width:58%;height:100%;object-fit:cover;object-position:35% center;z-index:-2}.creator-feature:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,#051729 37%,#051729a3 55%,#05172908 85%),linear-gradient(0deg,#031124a8,transparent 65%);z-index:-1}.creator-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:14px;margin-top:18px}.creator-card{padding:22px 18px;box-shadow:none;display:block;border-color:#1d4664;position:relative;transition:transform .2s,border-color .2s;background:linear-gradient(150deg,#0d2640,#051120)}.creator-card:hover{transform:translateY(-4px);border-color:var(--cyan);color:inherit}.social-icon{background:#17334d;width:40px;height:40px;border-radius:9px;display:flex;align-items:center;justify-content:center;margin-bottom:15px}.social-icon img{width:23px;height:23px;filter:brightness(0) invert(1)}.platform-youtube .social-icon{background:#be1d2f}.platform-telegram .social-icon{background:#167ca7}.platform-tiktok .social-icon{background:#111d2b;border:1px solid #426772}.platform-instagram .social-icon{background:linear-gradient(40deg,#e98c32,#913b83)}.platform-facebook .social-icon{background:#1961c1}.platform-x .social-icon{background:#101923;border:1px solid #45596f}.creator-card h3{font-size:15px;margin-bottom:9px}.creator-card .reward{color:var(--gold);font-size:22px;font-weight:800;line-height:1.3;font-variant-numeric:tabular-nums}.creator-card .reward small{display:block;color:#84a4bf;font-size:9px;line-height:1.7;margin-top:7px;font-weight:500}.creator-card .tiny{font-size:9px;color:#7094b2;margin-top:12px}.faq{display:grid;grid-template-columns:1fr 1fr;gap:15px;align-items:start}.faq details{background:#081a2b;border:1px solid #1b425e;border-radius:9px;padding:19px 22px}.faq summary{list-style:none;cursor:pointer;font-size:13px;font-weight:700;position:relative;padding-right:26px;line-height:1.6}.faq summary:after{content:"+";position:absolute;right:0;top:-3px;color:var(--cyan);font-size:23px}.faq details[open] summary:after{content:"−"}.faq summary::-webkit-details-marker{display:none}.faq p{font-size:12px;color:var(--muted);margin:16px 0 0}.closing-cta{display:flex;align-items:center;justify-content:space-between;gap:30px;border:1px solid #166181;background:linear-gradient(110deg,#0c3048,#07162b);border-radius:12px;padding:31px 37px;margin-bottom:65px}.closing-cta h2{font-size:28px;margin:0}.closing-cta .eyebrow{margin-bottom:9px}.closing-cta .button{flex-shrink:0}.footer{border-top:1px solid #17334b;background:#030b16;padding:35px 0 32px;margin-top:55px}.footer-row{display:flex;justify-content:space-between;align-items:center;gap:30px;margin-bottom:28px}.footer .brand{font-size:20px}.footer .brand img{width:36px;height:36px}.footer-links{display:flex;gap:22px;flex-wrap:wrap;color:#99adc0;font-size:12px}.footer-payment{display:flex;align-items:center;gap:25px;padding:20px 0;border-block:1px solid #152f44;margin-bottom:22px;color:#80a1bb;font-size:12px}.footer-payment .fp-brand strong{font-size:23px}.footer-payment .fp-wallet{width:24px}.footer p{font-size:10px;line-height:1.8;color:#62829b;max-width:1180px}.floating-support{position:fixed;bottom:22px;right:23px;z-index:25;display:flex;align-items:center;gap:8px;background:#087ce6;border:1px solid #5bc7ff;color:#fff;font-weight:700;border-radius:40px;padding:11px 18px;font-size:12px;box-shadow:0 5px 25px #0007}.floating-support:hover{color:#fff;background:#009ef7}.page-heading{margin:29px 0 22px;position:relative;min-height:195px;border:1px solid #1d4764;border-radius:13px;overflow:hidden;background:radial-gradient(ellipse at left,#0e3650,#06182c 70%);padding:34px;isolation:isolate;display:flex;align-items:center}.heading-copy{z-index:2;max-width:72%;position:relative}.page-heading h1{font-size:43px;line-height:1.1;margin-bottom:13px}.page-heading p{color:#a7c5df;max-width:570px;font-size:14px;line-height:1.6;margin:0}.page-heading .eyebrow{font-size:10px;letter-spacing:.12em;margin-bottom:12px}.heading-art{position:absolute;right:0;top:0;width:40%;height:100%;object-fit:cover;object-position:50% 27%;z-index:-2}.page-heading.with-art:after{content:"";inset:0;position:absolute;z-index:-1;background:linear-gradient(90deg,#071a2d 45%,#071a2de3 62%,#071a2d20)}.subnav{display:flex;gap:6px;align-items:center;padding:8px;background:#071727;border:1px solid #16364e;border-radius:9px;margin:0 0 25px;overflow:auto;scrollbar-width:thin;scrollbar-color:#2a6687 #061329}.subnav>a,.subnav button{display:block;padding:10px 14px;white-space:nowrap;border-radius:5px;font-size:12px;font-weight:650;color:#9db7ce;background:transparent;border:1px solid transparent;line-height:1.4}.subnav>a.selected{border-color:#147491;color:var(--cyan);background:#0c344a}.subnav>a:hover,.subnav button:hover{color:#fff;background:#122c43}.subnav form{margin-left:auto}.page-creators>main>.creator-feature{margin-top:25px}.payment-picker{padding:0;margin:26px 0 20px;border:0;min-width:0}.payment-picker legend{font-size:13px;color:#adcce6;font-weight:750;margin-bottom:14px}.method-card{display:flex;align-items:flex-start;gap:12px;position:relative;background:#051627;border:1px solid #215072;border-radius:10px;padding:17px 16px;margin:0 0 12px;cursor:pointer;transition:border-color .2s,background .2s}.method-card:has(input:checked){border-color:var(--gold);background:linear-gradient(115deg,#49351460,#09213d);box-shadow:0 0 0 1px #dab34430}.method-card.direct-option:has(input:checked){border-color:var(--mint);background:#0b3034}.method-card>input{position:absolute;opacity:0;width:1px;height:1px}.method-card:has(input:focus-visible){outline:2px solid var(--cyan);outline-offset:3px}.method-content{display:block;width:100%;min-width:0;padding-right:23px}.method-head{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:12px;margin-bottom:12px}.method-head .fp-brand strong{font-size:28px}.method-head .fp-wallet{width:28px}.recommended{display:inline-flex;align-items:center;gap:5px;background:#ffce4c;color:#1a251d;font-size:9px;font-weight:850;padding:4px 8px;border-radius:4px;letter-spacing:.03em;line-height:1.5}.alternative-label{font-size:8px;font-weight:750;letter-spacing:.06em;color:#78a4c0;padding:3px 6px;border:1px solid #2a5070;border-radius:3px;line-height:1.5}.method-description{display:block;color:#9db9d0;font-size:11px;line-height:1.7;font-weight:500;margin-bottom:9px}.method-min{font-size:12px;color:var(--gold)}.method-tick{position:absolute;right:14px;top:21px;display:grid;place-items:center;width:18px;height:18px;border-radius:50%;background:var(--cyan);color:#061223;font-size:11px;opacity:0}.method-card:has(input:checked) .method-tick{opacity:1}.direct-brand{display:flex;align-items:center;gap:8px;color:#dcf6ff;font-size:14px}.direct-brand img{width:24px;height:24px}.fp-button{background:linear-gradient(110deg,#099ff5,#0878ed);border-color:#29abff}.fp-strip{display:flex;align-items:center;gap:25px;border:1px solid #246991;border-radius:10px;background:linear-gradient(110deg,#06334e,#081a31);padding:18px 24px;margin:22px 0}.fp-strip>.fp-brand strong{font-size:27px}.fp-strip>div{font-size:13px;flex:1}.fp-strip strong,.fp-strip small{display:block}.fp-strip small{font-size:11px;color:#a1c0d9;margin-top:4px}.fp-strip .button{flex-shrink:0}.content-thumb{width:100%;max-height:255px;object-fit:cover;object-position:50% 20%;border-radius:9px;margin-bottom:25px;border:1px solid #23607b}.notice{padding:14px 17px;background:#0a3045;border:1px solid #185b74;border-radius:8px;color:#b5deef;font-size:12px;line-height:1.7;margin:16px 0;overflow-wrap:anywhere}.notice.error{background:#371a2b;border-color:#823d51;color:#ffc0c9}.notice.success{background:#063a32;border-color:#18795f;color:#94efce}.notice.warning{background:#302819;border-color:#7f6831;color:#edd391}.notice:first-child{margin-top:0}.notice:last-child{margin-bottom:0}.pill{display:inline-flex;align-items:center;gap:6px;color:var(--cyan);background:#0a3249;border:1px solid #226780;border-radius:5px;padding:5px 9px;font-size:10px;line-height:1.5;font-weight:700}.invoice-method{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:24px}.invoice-summary{padding:18px 0}.invoice-summary .formula-row{padding:12px 0}.fp-checkout-note{background:#0d2c46;border:1px solid #2b6382;padding:17px;border-radius:8px;color:#b4cde0;font-size:12px;margin:20px 0}.qr-wrap{padding:18px;background:#fff;display:grid;place-items:center;border-radius:9px;max-width:320px;margin:20px auto;aspect-ratio:1}.qr-wrap canvas,.qr-wrap svg{max-width:100%;height:auto;image-rendering:pixelated}.payment-address,.code-box{padding:15px 18px;background:#04111f;border:1px solid #27516b;border-radius:7px;font-family:"SFMono-Regular",Consolas,monospace;font-size:13px;color:#bcdfef;word-break:break-all;line-height:1.7;margin:16px 0}.countdown{font-size:18px;font-weight:750;color:var(--gold)}.value{font-size:33px;line-height:1.3;font-weight:800;letter-spacing:-.025em;font-variant-numeric:tabular-nums;overflow-wrap:anywhere}.value small{font-size:13px;font-weight:600}.value .nowrap{white-space:normal}.label{font-size:10px;letter-spacing:.09em;text-transform:uppercase;color:#8dacbf;font-weight:700;margin-bottom:13px}.balance-card{background:radial-gradient(ellipse at top right,#06616255,transparent 65%),linear-gradient(145deg,#072c43,#08182d);border-color:#257185;position:relative}.balance-card .value{font-size:40px;color:var(--mint)}.balance-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:25px}.metric{padding:23px}.metric .value{font-size:29px}.metric p{color:var(--muted);font-size:11px;margin:13px 0 0}.metric .label{min-height:17px}.machines{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.machine{padding:22px;background:#09203a;border:1px solid #204b65;border-radius:11px;min-width:0}.machine-top{display:flex;justify-content:space-between;align-items:center;gap:16px}.machine-top h3{font-size:17px}.machine-icon{width:44px;height:44px;border-radius:9px;background:#075169;color:var(--cyan);display:grid;place-items:center;font-size:24px;flex-shrink:0}.machine .formula-row{font-size:11px}.machine progress{width:100%;height:7px;border:0;border-radius:10px;margin:15px 0;background:#132d45;accent-color:var(--mint)}progress::-webkit-progress-bar{background:#132d45;border-radius:10px}progress::-webkit-progress-value{background:linear-gradient(90deg,#05cfe6,#21eeb6);border-radius:10px}.withdraw-method{display:flex;flex-wrap:wrap;gap:15px;align-items:center;justify-content:space-between;padding:18px 0;border-block:1px solid #256277;margin-bottom:23px}.withdraw-method .fp-brand strong{font-size:29px}.withdraw-method .recommended{background:#0c4b42;border:1px solid #1d8c6c;color:#57f4c7}.withdrawal-illustration{min-height:145px;display:flex;align-items:center;justify-content:center;gap:25px;background:radial-gradient(ellipse,#027b6742,#041828);border:1px solid #166b69;border-radius:10px;padding:22px;margin-bottom:25px}.withdrawal-illustration>.fp-brand strong{font-size:34px}.withdrawal-illustration>img{width:55px;filter:drop-shadow(0 0 18px #15e5ae45)}.wallet-transfer{color:var(--mint);font-size:27px}.withdrawal-guide h3{font-size:26px}.withdrawal-guide .muted{font-size:13px}.withdrawal-guide .formula-row strong{font-size:12px}.history-method{display:block;font-weight:700;color:#cde4fa;line-height:1.4}.history-method small{display:block;color:#69cde9;font-size:9px}.table-wrap{width:100%;max-width:100%;overflow-x:auto;border:1px solid #1e435f;border-radius:9px;margin-top:22px;background:#061628;scrollbar-width:thin;scrollbar-color:#326986 #061628}table{width:100%;border-collapse:collapse;min-width:540px;font-size:12px}th,td{padding:15px 16px;text-align:left;vertical-align:middle;border-bottom:1px solid #152e43}th{background:#0b263e;color:#84b4d6;text-transform:uppercase;font-size:9px;letter-spacing:.07em;white-space:nowrap}td{color:#b7cde1;overflow-wrap:anywhere;max-width:550px}tbody tr:last-child td{border-bottom:0}tbody tr:nth-child(even){background:#0b203435}tbody tr:hover{background:#0e2d4660}td .button{min-height:32px;padding:7px 13px;font-size:11px}td .small{display:block;margin-top:6px;max-width:330px;font-size:10px}td form{min-width:110px}td label{font-size:10px;margin-bottom:9px}td input,td select{min-height:34px;padding:7px 8px;font-size:11px}.status{display:inline-flex;align-items:center;gap:6px;font-size:10px;white-space:nowrap;font-weight:700;border-radius:5px;padding:4px 8px;line-height:1.5;background:#153853;color:#8bcdfc}.status:before{content:"";width:5px;height:5px;border-radius:50%;background:currentColor}.status.paid,.status.approved,.status.active,.status.completed{background:#0b453c;color:#58edc0}.status.pending,.status.review,.status.creating{background:#433719;color:#f7d264}.status.rejected,.status.expired,.status.blocked,.status.cancelled,.status.failed{background:#472131;color:#ff9ca9}.status.processing,.status.paying{background:#123b5c;color:#6ad6ff}.empty{padding:35px;border:1px dashed #295475;border-radius:9px;color:#7398b7;font-size:12px;text-align:center;margin:20px 0}.pagination{display:flex;justify-content:center;align-items:center;gap:8px;margin:25px 0}.pagination a,.pagination span{min-width:35px;min-height:35px;display:grid;place-items:center;border:1px solid #24506d;border-radius:5px;padding:5px 9px;color:#a8c9e2;font-size:12px}.pagination .current{background:#087ece;color:#fff;border-color:#14b2fa}.auth-wrap{display:grid;grid-template-columns:1.08fr 1fr;gap:28px;margin:37px auto;align-items:stretch;max-width:1140px;min-height:585px}.auth-art{position:relative;border:1px solid #255b76;border-radius:14px;overflow:hidden;background:#08172c}.auth-art>img{width:100%;height:100%;object-fit:cover;object-position:45% center;position:absolute}.auth-art:after{content:"SHADOWCORE / NEXT GENERATION";position:absolute;left:0;right:0;bottom:0;padding:55px 25px 25px;background:linear-gradient(transparent,#020d1cee);color:#95e8ff;font-weight:800;font-size:12px;letter-spacing:.12em}.auth-card{padding:36px}.auth-card h1{font-size:34px;line-height:1.15}.auth-card>.eyebrow{margin-top:20px}.auth-card>p{font-size:13px;color:#a0bad0}.auth-payment-label{padding-bottom:22px;margin-bottom:25px;border-bottom:1px solid #23506f}.auth-payment-label .fp-brand strong{font-size:29px}.auth-payment-label>small{display:block;font-size:11px;color:#87a9c4;margin:12px 0 0}.check{display:flex;gap:10px;align-items:flex-start;font-size:11px;font-weight:500;color:#97b6ce;line-height:1.7}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:0 18px}.divider{height:1px;background:#204360;margin:24px 0}.reward-rules{margin:0;padding-left:22px;color:#a0bdd3;font-size:12px}.reward-rules li{padding-left:5px;margin-bottom:16px}.reward-rules li::marker{color:var(--cyan);font-weight:800}.terms-text{max-width:970px;font-size:14px;color:#a5bbcf}.terms-text h2,.terms-text h3{color:#eff8ff;margin-top:30px}.terms-text p{line-height:1.9}.terms-text li{margin-bottom:13px}.terms-text a{color:var(--cyan)}.inline-form{display:flex;align-items:end;gap:14px;flex-wrap:wrap}.inline-form label{flex:1;min-width:150px;margin:0}.inline-form .button{margin-bottom:0}.chat-window{height:420px;overflow-y:auto;background:#041120;border:1px solid #214a66;border-radius:9px;padding:18px;display:flex;flex-direction:column;gap:13px;margin:20px 0;overscroll-behavior:contain;scrollbar-width:thin;scrollbar-color:#346e87 #051628}.bubble{align-self:flex-start;max-width:88%;background:#102c46;border:1px solid #205274;border-radius:11px 11px 11px 2px;padding:12px 15px;white-space:pre-wrap;overflow-wrap:anywhere;font-size:12px;line-height:1.6;color:#c4ddf0;flex-shrink:0}.bubble.mine,.bubble.own{align-self:flex-end;background:#074858;border-color:#168697;border-radius:11px 11px 2px 11px}.bubble small{display:block;font-size:9px;color:#779cb7;margin-top:7px}.admin-shell{display:grid;grid-template-columns:205px minmax(0,1fr);gap:25px;align-items:start;margin:25px 0}.admin-nav{padding:9px;background:#071728;border:1px solid #23506b;border-radius:10px;position:sticky;top:20px}.admin-nav a{display:block;font-size:12px;font-weight:650;color:#94b4ce;padding:12px 14px;border-radius:5px;margin-bottom:4px;line-height:1.5}.admin-nav a:hover{background:#122e46;color:#d6f6ff}.admin-nav a.selected{background:#0b3c58;border:1px solid #177391;color:#32d4fb}.admin-main{min-width:0}.admin-main h2{font-size:29px}.admin-main .panel{box-shadow:none;padding:23px}.admin-card{margin-bottom:25px}.admin-card h3{font-size:21px}.admin-card .field-row{display:grid;grid-template-columns:1fr 1fr;gap:0 20px}.admin-card .check{margin:16px 0;align-items:center}.admin-password{max-width:390px}.admin-main .grid.three{gap:15px}.admin-main .value{font-size:26px}.admin-main .metric{padding:20px}.admin-note{color:#91b3cc;font-size:11px;margin:10px 0}.api-hint{padding:12px;border-left:2px solid var(--cyan);background:#0b2c43;color:#a2c3da;font-size:11px;overflow-wrap:anywhere;margin:15px 0}.admin-fp-shortcut{display:flex;align-items:center;gap:20px;background:#0a3149;border:1px solid #236f96;padding:22px;border-radius:10px;margin:25px 0}.admin-fp-shortcut .fp-brand strong{font-size:30px}.admin-fp-shortcut>div{flex:1;min-width:0}.admin-fp-shortcut p{margin:5px 0;font-size:12px;color:#92b4cd}.admin-fp-shortcut .button{flex-shrink:0}.setup-wrap{width:min(920px,calc(100% - 40px));margin:55px auto;padding-bottom:35px}.setup-wrap>.brand{font-size:27px}.setup-wrap h1{font-size:49px;line-height:1.1}.setup-list{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin:28px 0}.setup-list>div{padding:12px;border-radius:6px;background:#0b2439;border:1px solid #245d75;font-size:11px}.setup-list .ok{color:#59e1b4;border-color:#1c624e}.setup-list .missing{color:#edbfa2;border-color:#7a492f}.setup-wrap .panel{padding:32px}.setup-wrap label{font-size:12px}.setup-wrap h3{margin:30px 0 20px}.setup-wrap h3:first-of-type{margin-top:0}.purchase-workflow{padding:0;overflow:hidden}.purchase-grid{display:grid;grid-template-columns:.84fr 1.16fr}.buy-config,.buy-method{padding:30px;min-width:0}.buy-config{border-right:1px solid #1b4560;background:#0622384a}.buy-method .payment-picker{margin-top:10px}.buy-method h3,.buy-config h3{font-size:24px}.purchase-terms{display:flex;align-items:start;justify-content:space-between;gap:25px;border-top:1px solid #1c3d53;padding:20px 30px;background:#061727}.purchase-terms p{margin:0;font-size:11px;color:#9bb7cd;max-width:900px}.purchase-terms .link{font-size:11px;white-space:nowrap}.power-adjust{display:flex;gap:0;align-items:stretch;margin-bottom:15px}.power-adjust .power-input{border-radius:0;margin:0;text-align:center;min-width:0;-moz-appearance:textfield}.power-adjust .power-input::-webkit-inner-spin-button{appearance:none}.power-adjust button{width:48px;flex-shrink:0;border:1px solid #275777;background:#0a2944;color:var(--cyan);font-size:23px;border-radius:6px 0 0 6px}.power-adjust button:last-child{border-radius:0 6px 6px 0}.power-adjust button:hover{background:#103f5e}.power-range{accent-color:var(--cyan);padding:0;min-height:20px;box-shadow:none;border:0;margin:16px 0 20px;background:transparent}.buy-config .formula-total{display:block}.buy-config .formula-total strong{display:block;text-align:left;font-size:29px;margin-top:10px}.buy-config .notice{font-size:11px}.buy-config .formula-row strong{font-size:12px}.payment-ready{display:flex;align-items:center;gap:9px;color:#86b3ce;font-size:10px;margin-bottom:18px}.withdraw-banner{display:flex;align-items:center;gap:22px;padding:22px 28px;background:linear-gradient(110deg,#043b3390,#071f31);border:1px solid #0d987b;border-radius:11px;margin:0 0 22px}.withdraw-banner>img{width:58px}.withdraw-banner>div{flex:1}.withdraw-banner h2{font-size:27px;margin:0 0 7px}.withdraw-banner p{font-size:12px;color:#92bcb9;margin:0}.withdraw-banner .pill{color:var(--mint);border-color:#20856c;background:#0a493e}.withdraw-process{display:flex;gap:10px;align-items:center;justify-content:space-between;margin:22px 0}.withdraw-process span{padding:7px 10px;border-radius:5px;background:#0a283b;color:#84cfe5;font-size:10px}.withdraw-process b{font-size:13px;color:#386b80}
@media(min-width:1600px){.hero{min-height:510px}.hero h1{font-size:66px}}
@media(max-width:1250px){.site-header{gap:17px}.brand{font-size:20px}.brand img{width:40px;height:40px}.nav{gap:15px}.nav a{font-size:11px}.header-actions{gap:10px}.hero h1{font-size:49px}.hero-highlights{gap:18px}.hero-highlights b{font-size:13px}.hero-cta .button{padding:14px 19px}.payment-card{padding:18px}.payment-primary .fp-brand strong{font-size:29px}.payment-primary:after{display:none}.network-list{grid-template-columns:repeat(3,minmax(0,1fr));gap:6px}.network-box{padding:7px 4px}.network-box strong{min-height:16px}.network-symbol{width:22px;height:22px;font-size:13px;margin-bottom:5px}.payment-networks p{margin:10px 0}.payment-networks .legal-mini{font-size:8px}.payment-card .eyebrow{font-size:8px}.payment-card p{font-size:11px}.creator-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.creator-card{padding:22px}.creator-card .reward{font-size:25px}.creator-card .reward small{font-size:10px}.creator-card .tiny{font-size:10px}.creator-feature h2{font-size:31px}.hero-art{min-height:440px}.stat{padding-inline:18px}.stat strong{font-size:21px}.grid{gap:20px}.panel{padding:25px}.buy-config,.buy-method{padding:24px}.method-head{gap:8px}.method-head .fp-brand strong{font-size:26px}}
@media(max-width:1050px){.container{width:calc(100% - 40px)}.site-header{min-height:77px;position:relative;gap:14px}.brand{font-size:21px}.menu-toggle{display:block;margin-left:auto;order:2}.header-actions{order:3;gap:12px}.login-link{display:none}.nav{display:none;position:absolute;top:calc(100% + 1px);left:0;right:0;z-index:40;background:#061526;border:1px solid #235773;border-radius:0 0 10px 10px;padding:13px;box-shadow:0 15px 25px #0008}.nav.open{display:flex;flex-direction:column;align-items:stretch;gap:3px}.nav a{font-size:13px;padding:12px;border-radius:5px}.nav a.selected{background:#0c344a}.nav a.selected:after{display:none}.nav-mobile-account{display:block}.hero{grid-template-columns:1.07fr 1fr;min-height:430px}.hero h1{font-size:40px}.hero .lead{font-size:14px}.hero-copy{padding-block:20px}.hero-highlights{gap:18px;flex-wrap:wrap;margin:23px 0}.hero-highlights>span{font-size:7px}.hero-highlights>span:last-child{display:none}.hero-cta .button{font-size:12px;min-height:43px;padding:12px 16px}.hero-art{min-height:405px}.core-chip{left:12px;right:12px;padding:13px 14px;gap:10px}.core-chip>b{font-size:11px}.core-chip strong{font-size:22px}.core-chip small{font-size:7px}.core-chip img{width:30px;height:30px}.payment-grid{grid-template-columns:1fr 1fr}.payment-networks{grid-column:1/-1}.payment-card .eyebrow{font-size:9px}.payment-card p{font-size:12px}.payment-networks .network-list{grid-template-columns:repeat(6,minmax(0,1fr));margin-top:10px}.payment-networks .network-box{flex-direction:row;flex-wrap:wrap;gap:5px;padding:10px 7px;justify-content:center}.network-symbol{margin:0}.payment-networks .network-box small{flex-basis:100%}.payment-networks .legal-mini{font-size:9px}.payment-primary:after{display:block}.stats-strip{padding:14px 0}.stat{gap:10px;padding-inline:15px}.stat-icon{font-size:24px}.stat strong{font-size:18px}.stat small{font-size:8px}.section-title h2{font-size:30px}.section-title>p{max-width:350px;font-size:12px}.station-overview h3{font-size:22px}.station-metrics b{font-size:27px}.formula-total strong{font-size:21px}.reactor-data{font-size:17px}.core-ring{width:130px;height:130px}.core-reactor{height:200px}.core-reactor>img{width:70px}.reactor-data{top:77px}.step-card{padding:20px 3px;gap:12px}.step-card h3{font-size:14px}.step-card p{font-size:11px}.creator-feature{padding:30px}.creator-feature h2{font-size:27px}.creator-feature p{font-size:12px}.creator-feature:after{background:linear-gradient(90deg,#051729 29%,#051729b5 57%,#05172912)}.creator-feature>div{grid-column:1/-1;max-width:65%}.creator-feature>img{width:62%}.closing-cta{padding:27px}.closing-cta h2{font-size:24px}.footer-links{gap:14px}.admin-shell{grid-template-columns:1fr}.admin-nav{position:static;display:flex;gap:4px;overflow:auto;white-space:nowrap}.admin-nav a{margin:0;padding:10px 14px}.admin-main .grid.three{grid-template-columns:repeat(3,minmax(0,1fr))}.page-heading h1{font-size:37px}.page-heading p{font-size:12px}.page-heading{min-height:175px;padding:28px}.heading-art{width:45%}.subnav>a,.subnav button{font-size:11px;padding:9px 12px}.withdrawal-illustration{gap:15px;padding:20px 15px;min-height:130px}.withdrawal-illustration .fp-brand strong{font-size:26px}.withdrawal-illustration .fp-wallet{width:26px}.withdrawal-illustration>img{width:43px}.method-head{justify-content:flex-start}.method-content{padding-right:10px}.method-head .recommended{font-size:8px}.purchase-grid{grid-template-columns:.8fr 1.2fr}.buy-config,.buy-method{padding:23px}.purchase-terms{padding:20px 23px}.buy-config .formula-row{align-items:flex-start;flex-direction:column;gap:4px}.buy-config .formula-total strong{font-size:25px}.fp-strip{padding:19px;gap:17px;flex-wrap:wrap}.fp-strip>.fp-brand strong{font-size:25px}.fp-strip>.fp-brand{flex-shrink:0}.fp-strip .button{font-size:11px}.auth-card{padding:28px}.auth-card h1{font-size:31px}.auth-wrap{grid-template-columns:1fr 1fr;gap:22px}.heading-copy{max-width:73%}}
@media(max-width:760px){.announcement .container{justify-content:center}.announcement .container>span{display:none}.announcement{font-size:9px}.hero{grid-template-columns:1fr 1fr;gap:0}.hero h1{font-size:33px}.hero .eyebrow{font-size:9px;letter-spacing:.1em}.hero .lead{font-size:13px}.hero-highlights{gap:14px}.hero-highlights b{font-size:12px}.hero-highlights>span{font-size:6px}.hero-cta{gap:10px}.hero-cta .button{padding:11px 15px;font-size:11px}.hero-art{min-height:365px}.art-topline{top:12px;left:10px;right:10px;font-size:7px}.core-chip{bottom:14px;padding:12px;gap:8px;flex-wrap:wrap}.core-chip>b{margin-left:38px;margin-top:-4px}.core-chip img{width:26px}.core-chip small{font-size:6px}.core-chip strong{font-size:20px}.hero-note{font-size:9px;max-width:90%}.stats-strip{grid-template-columns:repeat(2,minmax(0,1fr));row-gap:15px}.stat:nth-child(2){border:0}.section-title{align-items:start}.section-title>p{max-width:270px}.section-title h2{font-size:27px}.grid.two,.grid.three{grid-template-columns:1fr}.power-section{gap:20px}.core-reactor{height:200px}.core-ring{width:155px;height:155px}.core-reactor>img{width:85px}.reactor-data{font-size:24px;top:64px;left:8%;right:auto}.reactor-data.right{right:8%;left:auto}.station-metrics{margin-top:20px}.station-metrics b{font-size:32px}.steps-grid{grid-template-columns:1fr}.step-card{padding:15px 0}.step-card h3{font-size:16px}.step-card p{font-size:12px}.step{min-width:40px}.creator-feature>div{max-width:76%}.creator-feature h2{font-size:28px}.creator-feature>img{width:66%}.creator-feature:after{background:linear-gradient(90deg,#051729 26%,#051729c9 57%,#05172943)}.faq{grid-template-columns:1fr}.faq details{padding:18px 21px}.closing-cta{align-items:start;flex-direction:column;gap:22px}.footer-row{flex-direction:column;align-items:start;gap:25px}.footer-payment{align-items:start;flex-direction:column;gap:14px}.footer-links{font-size:11px}.auth-wrap{grid-template-columns:1fr;max-width:600px}.auth-art{display:none}.auth-card{padding:30px}.purchase-grid{grid-template-columns:1fr}.buy-config{border-right:0;border-bottom:1px solid #204359}.buy-config .formula-row{flex-direction:row;align-items:center}.buy-config .formula-total{display:flex}.buy-config .formula-total strong{font-size:27px;margin:0}.buy-config .power-range{margin:20px 0}.buy-method .method-card .fp-brand strong{font-size:30px}.buy-method .method-head{justify-content:space-between}.purchase-terms{flex-direction:column;gap:12px}.withdrawal-illustration .fp-brand strong{font-size:34px}.withdrawal-illustration>img{width:56px}.value{font-size:34px}.machine{padding:22px}.machines{grid-template-columns:1fr}.admin-main .grid.three{grid-template-columns:1fr}.admin-card .field-row{grid-template-columns:1fr 1fr}.admin-fp-shortcut{flex-wrap:wrap}.admin-fp-shortcut .button{width:100%}.grid.four{grid-template-columns:1fr 1fr}.heading-copy{max-width:80%}.page-heading .eyebrow{font-size:8px}.page-heading h1{font-size:32px}.page-heading p{font-size:11px;max-width:90%}.heading-art{width:49%}.fp-strip>div{flex-basis:55%}.fp-strip .button{width:100%}.withdraw-banner{padding:22px;gap:16px;flex-wrap:wrap}.withdraw-banner h2{font-size:23px}.withdraw-banner>img{width:43px}.withdraw-banner>div{flex-basis:72%}.withdraw-banner>.pill{margin-left:59px}.setup-list{grid-template-columns:1fr 1fr}.setup-wrap h1{font-size:40px}.form-grid{grid-template-columns:1fr 1fr}.page-creators .grid.two{gap:22px}}
@media(max-width:560px){.container{width:calc(100% - 30px)}.site-header{min-height:72px;gap:10px}.brand{font-size:19px;gap:8px}.brand img{width:35px;height:35px}.brand small{font-size:6px;letter-spacing:.15em}.header-actions{gap:8px}.header-actions>.button{display:none}.lang{font-size:10px;width:47px;min-height:31px}.menu-toggle{padding:6px 9px;min-height:33px;font-size:10px}.hero{display:flex;flex-direction:column;gap:14px;align-items:stretch;margin:14px 0 20px}.hero-copy{padding:16px 2px 0}.hero .eyebrow{font-size:9px;margin-bottom:15px}.hero h1{font-size:clamp(33px,9vw,48px);margin:16px 0 19px}.hero .lead{font-size:13px;max-width:100%;margin-bottom:15px;line-height:1.75}.hero-highlights{margin:21px 0;justify-content:space-between;gap:10px}.hero-highlights>span{font-size:6px}.hero-highlights b{font-size:12px;margin-bottom:4px}.hero-highlights>span:last-child{display:block}.hero-cta{gap:10px}.hero-cta .button{flex:1;padding:13px 10px;font-size:11px;min-height:46px;gap:7px}.hero-note{max-width:100%;font-size:9px;margin-top:14px}.hero-art{min-height:0;height:320px;width:100%;aspect-ratio:auto}.hero-art>img{object-position:50% 42%}.art-topline{font-size:8px;left:15px;right:15px;top:14px}.hero-art:after{background:linear-gradient(0deg,#030d1aeb,transparent 70%)}.core-chip{left:14px;right:14px;bottom:14px;padding:12px 14px;flex-wrap:nowrap;gap:10px}.core-chip>b{margin:0 0 0 auto;font-size:11px}.core-chip img{width:29px}.core-chip small{font-size:7px}.core-chip strong{font-size:23px}.payment-grid{grid-template-columns:1fr;gap:13px}.payment-card{padding:21px}.payment-card .eyebrow{font-size:9px;margin-bottom:15px}.payment-primary .fp-brand strong{font-size:35px}.payment-primary .fp-wallet{width:34px}.payment-primary:after{display:block;bottom:18px;font-size:8px}.payment-card p{font-size:12px}.payment-networks{grid-column:auto}.payment-networks .network-list{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.payment-networks .network-box{padding:11px 7px}.network-box strong{font-size:9px}.network-box small{font-size:8px}.network-symbol{width:23px;height:23px}.payment-networks .legal-mini{font-size:9px}.withdraw-brand h3{font-size:27px}.payment-hub{margin-bottom:20px}.stats-strip{margin-bottom:43px;padding:12px 0;row-gap:8px}.stat{padding:13px 12px;gap:10px}.stat strong{font-size:19px}.stat strong small{font-size:9px}.stat-icon{font-size:24px}.stat small{font-size:8px;letter-spacing:0}.section{margin-bottom:42px}.section-title{display:block;margin-bottom:22px}.section-title h2{font-size:29px}.section-title .eyebrow{font-size:10px}.section-title>p{max-width:100%;font-size:12px;margin-top:15px}.section-title>.link{font-size:12px;margin-top:13px}.panel{padding:23px;border-radius:11px}.station-overview h3{font-size:23px}.station-overview .eyebrow{font-size:9px}.core-reactor{height:198px}.reactor-data{font-size:21px;left:0;top:68px}.reactor-data.right{right:0}.core-ring{width:136px;height:136px}.core-reactor>img{width:73px}.station-metrics{gap:12px;margin:18px 0 22px}.station-metrics b{font-size:29px}.station-metrics span{font-size:9px}.calculator h3{font-size:23px}.formula-row{font-size:11px;gap:10px}.formula-row strong{font-size:12px}.formula-total{font-size:12px;gap:12px}.formula-total strong{font-size:21px}.formula-total small{font-size:10px}.preset-row{gap:7px}.preset-row button{padding:8px 13px;font-size:11px}.legal-mini{font-size:10px}.steps-grid{gap:7px;margin-top:18px}.step-card{padding:14px 2px}.creator-feature{padding:27px 24px 0;display:block;min-height:0}.creator-feature>div{max-width:100%}.creator-feature h2{font-size:28px}.creator-feature p{font-size:12px;max-width:100%}.creator-feature>.button{font-size:12px}.creator-feature>img{position:relative;z-index:0;width:calc(100% + 48px);max-width:none;height:205px;object-position:center;inset:auto;margin:23px -24px 0;mask-image:linear-gradient(transparent,#000 20%)}.creator-feature:after{display:none}.creator-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:11px;margin-top:15px}.creator-card{padding:20px 16px}.creator-card h3{font-size:14px}.creator-card .reward{font-size:22px}.creator-card .reward small{font-size:9px}.creator-card .tiny{font-size:8px}.social-icon{width:34px;height:34px;border-radius:7px;margin-bottom:13px}.social-icon img{width:20px;height:20px}.faq{gap:11px}.faq summary{font-size:12px}.faq p{font-size:11px}.closing-cta{padding:25px;gap:20px;margin-bottom:38px}.closing-cta h2{font-size:25px}.closing-cta .eyebrow{font-size:10px}.closing-cta .button{font-size:12px;width:100%}.footer{margin-top:34px;padding:29px 0 80px}.footer .brand{font-size:19px}.footer-links{gap:12px;font-size:10px}.footer-payment{font-size:11px;padding:20px 0;gap:13px}.footer p{font-size:9px}.floating-support{font-size:10px;bottom:15px;right:15px;padding:10px 14px}.page-heading{margin:20px 0 16px;min-height:171px;padding:23px;border-radius:10px}.page-heading h1{font-size:31px;margin-bottom:12px}.page-heading .eyebrow{font-size:7px;letter-spacing:.06em}.page-heading p{font-size:11px;max-width:94%;line-height:1.6}.heading-copy{max-width:93%}.heading-art{width:57%;object-position:48% 32%;opacity:.6}.page-heading.with-art:after{background:linear-gradient(90deg,#071a2d 15%,#071a2dee 54%,#071a2d50)}.subnav{gap:5px;padding:7px;margin-bottom:20px;border-radius:7px}.subnav>a,.subnav button{font-size:10px;padding:8px 11px}.subnav form{margin-left:0}.auth-wrap{margin:21px 0;min-height:0}.auth-card{padding:25px}.auth-card h1{font-size:29px}.auth-payment-label .fp-brand strong{font-size:27px}.form-grid{grid-template-columns:1fr;gap:0}.value,.balance-card .value{font-size:33px}.value small{font-size:12px}.balance-actions{gap:10px}.balance-actions .button{font-size:12px;flex:1;padding:12px 10px}.metric .value{font-size:26px}.metric .label{font-size:9px}.grid.four{gap:11px}.metric{padding:20px}.fp-strip{padding:20px;gap:15px}.fp-strip>.fp-brand strong{font-size:29px}.fp-strip>div{flex-basis:100%;font-size:12px}.fp-strip small{font-size:10px}.fp-strip .button{font-size:11px}.content-thumb{height:195px;object-position:50% 25%}.withdraw-method{gap:13px}.withdraw-method .fp-brand strong{font-size:27px}.withdraw-method .recommended{font-size:8px}.withdrawal-guide{padding:23px}.withdrawal-guide h3{font-size:23px}.withdrawal-guide .muted{font-size:12px}.withdrawal-illustration{min-height:120px;padding:20px 14px;gap:12px}.withdrawal-illustration .fp-brand strong{font-size:27px}.withdrawal-illustration .fp-wallet{width:26px}.withdrawal-illustration>img{width:39px}.withdrawal-guide .formula-row strong{font-size:11px}.withdrawal-guide .formula-row{font-size:10px}.notice{font-size:11px;padding:13px 14px}.table-wrap{margin-top:19px}th,td{padding:13px 12px;font-size:11px}th{font-size:8px}.status{font-size:9px}.empty{padding:28px 19px;font-size:11px}.reward-rules{font-size:11px;padding-left:18px}.reward-rules li{margin-bottom:14px}.reward-rules+.notice{font-size:10px}.chat-window{height:370px;padding:13px}.bubble{max-width:94%;font-size:11px;padding:11px 13px}.inline-form{gap:12px}.inline-form label{flex-basis:100%}.inline-form .button{width:100%}.admin-shell{gap:21px;margin-top:22px}.admin-nav{padding:6px}.admin-nav a{font-size:11px;padding:9px 13px}.admin-main h2{font-size:26px}.admin-main .panel{padding:21px}.admin-card .field-row{grid-template-columns:1fr}.admin-main .grid.three{grid-template-columns:1fr}.admin-main .value{font-size:29px}.admin-password{max-width:100%}.admin-fp-shortcut{padding:20px;gap:15px}.admin-fp-shortcut>.fp-brand strong{font-size:27px}.admin-fp-shortcut>div{flex-basis:100%}.admin-fp-shortcut p{font-size:11px}.setup-wrap{width:calc(100% - 32px);margin:32px auto}.setup-wrap .brand{font-size:23px}.setup-wrap h1{font-size:34px}.setup-wrap .panel{padding:23px}.setup-list{gap:8px}.setup-list>div{font-size:9px;padding:10px}.setup-wrap h3{font-size:18px}.purchase-workflow{padding:0}.buy-config,.buy-method{padding:23px}.buy-config h3,.buy-method h3{font-size:23px}.buy-config .eyebrow,.buy-method .eyebrow{font-size:9px}.buy-config .formula-row{font-size:11px}.buy-config .formula-row strong{font-size:12px}.buy-config .formula-total{display:block}.buy-config .formula-total strong{font-size:28px;margin-top:6px}.buy-method .method-card .fp-brand strong{font-size:27px}.buy-method .method-head{justify-content:flex-start;gap:10px}.buy-method .method-head .recommended{font-size:8px}.method-head .fp-wallet{width:26px}.method-card{padding:17px 14px}.method-description{font-size:10px}.method-min{font-size:11px}.direct-brand{font-size:12px}.direct-brand img{width:22px}.payment-picker legend{font-size:12px}.purchase-terms{padding:20px 23px}.purchase-terms p{font-size:10px}.withdraw-banner{padding:20px;gap:13px}.withdraw-banner h2{font-size:22px}.withdraw-banner>img{width:35px}.withdraw-banner p{font-size:10px}.withdraw-banner>.pill{margin-left:48px;font-size:9px}.withdraw-process{gap:7px}.withdraw-process span{font-size:9px;padding:7px 8px}.terms-text{font-size:12px}.terms-text h2{font-size:25px}}
@media(max-width:359px){.container{width:calc(100% - 24px)}.brand{font-size:16px}.brand img{width:30px}.site-header{gap:7px}.header-actions{gap:5px}.hero h1{font-size:31px}.hero-highlights>span:last-child{display:none}.hero-highlights{justify-content:start;gap:32px}.hero-art{height:290px}.core-chip{padding:11px}.core-chip>b{font-size:10px}.creator-card{padding:17px 12px}.creator-card .reward{font-size:20px}.method-head .fp-brand strong{font-size:24px}.reactor-data{font-size:18px}.stat strong{font-size:17px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition:none!important}}
@media print{.announcement,.header-actions,.nav,.menu-toggle,.subnav,.floating-support,.footer,.hero-art{display:none}body{background:#fff;color:#111}.panel,.page-heading{border:1px solid #aaa;box-shadow:none;background:#fff;color:#111}.container{width:100%}}

.bubble.user{align-self:flex-end;background:#084357;border-color:#197484;border-radius:11px 11px 2px 11px}.bubble.admin{background:#112c43;border-color:#255a7a}.machine-top>div{flex:1;min-width:0}.machine-top h3{margin-bottom:5px}.machine-top small{font-size:10px;color:var(--muted)}.progress-track,.progress-bar{height:6px;background:#173951;border-radius:8px;overflow:hidden}

/* Compact payment shortcut in the real administrative sidebar. */
.admin-nav .admin-fp-shortcut{display:flex;margin:0 0 10px;padding:12px 10px;gap:8px;justify-content:center;background:#0b344e;border:1px solid #216b8d}.admin-nav .admin-fp-shortcut .fp-brand{gap:6px}.admin-nav .admin-fp-shortcut .fp-brand strong{font-size:21px}.admin-nav .admin-fp-shortcut .fp-wallet{width:22px}
@media(max-width:1050px){.admin-nav .admin-fp-shortcut{margin:0 6px 0 0;flex-shrink:0;padding:8px 12px}.admin-nav .admin-fp-shortcut .fp-brand strong{font-size:18px}.admin-nav .admin-fp-shortcut .fp-wallet{width:19px}}
