:root{--bg:#0d1016;--panel:#171b24;--panel-soft:#202635;--surface:#171b24;--surface-strong:#202635;--text:#f4f5f7;--muted:#aab2c0;--line:#2f3747;--accent:#32d583;--accent-dark:#169b5a;--cyan:#56ccf2;--rose:#ff6f91;--gold:#f4bd50;--danger:#ff6b6b;--shadow:0 22px 70px rgba(0,0,0,0.34);--soft-shadow:0 16px 44px rgba(0,0,0,0.22)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--text);background:linear-gradient(115deg,rgba(86,204,242,.08),transparent 42%),linear-gradient(245deg,rgba(50,213,131,.07),transparent 38%),linear-gradient(180deg,rgba(32,38,53,.62),rgba(13,16,22,0) 360px),var(--bg);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}a{color:inherit;text-decoration:none}.topbar{position:-webkit-sticky;position:sticky;top:0;z-index:20;justify-content:space-between;gap:24px;min-height:76px;padding:0 max(24px,7vw);border-bottom:1px solid rgba(255,255,255,.08);background:rgba(13,16,22,.84);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.brand,.footer-links,.hero-actions,.nav,.nav-actions,.nav-links,.topbar,footer{display:flex;align-items:center}.brand{gap:12px;font-weight:800}.brand-copy{display:grid;grid-gap:1px;gap:1px;line-height:1.1}.brand-copy strong{font-size:18px}.brand-copy small{color:var(--muted);font-size:11px;font-weight:700}.nav{gap:18px;color:var(--muted);font-size:14px}.footer-links,.nav-actions,.nav-links{gap:8px}.nav-links{padding:6px;border:1px solid rgba(255,255,255,.08);border-radius:8px;background:rgba(255,255,255,.035)}.nav a{display:inline-flex;align-items:center;justify-content:center;min-height:36px;padding:8px 12px;border:1px solid transparent;border-radius:8px}.nav a:hover{color:var(--text);border-color:rgba(86,204,242,.2);background:rgba(86,204,242,.08)}.nav-dashboard{color:#07140e;background:linear-gradient(135deg,var(--accent),var(--gold));font-weight:800}.nav-login{color:var(--text);border-color:rgba(255,255,255,.1);background:rgba(255,255,255,.04)}.hero,.page,.section,.support-band{width:min(1120px,calc(100% - 40px));margin:0 auto}.hero{display:grid;grid-template-columns:minmax(0,1fr) minmax(340px,520px);align-items:center;grid-gap:54px;gap:54px;min-height:calc(100vh - 76px);padding:56px 0 76px}.hero-copy{max-width:720px;min-width:0}.marketplace-hero{position:relative;isolation:isolate;grid-template-columns:1fr;min-height:min(620px,calc(100vh - 200px));overflow:hidden}.marketplace-hero .hero-copy{z-index:2;max-width:760px}.marketplace-hero .hero-art{position:absolute;z-index:-1;right:-30px;bottom:0;width:min(58vw,660px);opacity:.32;pointer-events:none}.marketplace-hero:after{position:absolute;z-index:-1;inset:0;content:"";background:linear-gradient(90deg,var(--bg) 0,rgba(13,16,22,.9) 48%,rgba(13,16,22,.16) 100%)}.eyebrow,.product-kicker{margin:0 0 10px;color:var(--cyan);font-size:12px;font-weight:800;letter-spacing:0;text-transform:uppercase}h1,h2,h3,p{margin-top:0}h1{max-width:760px;margin-bottom:20px;font-size:clamp(44px,6.6vw,74px);line-height:.98}.product-hero h1,h1{overflow-wrap:break-word}.product-hero h1{font-size:clamp(38px,4vw,54px)}.product-hero{grid-template-columns:minmax(0,1fr) minmax(300px,430px)}h2{margin-bottom:12px;font-size:34px}h3{margin-bottom:0;font-size:24px}.lead{max-width:660px;color:var(--muted);font-size:18px;line-height:1.65}.hero-actions{flex-wrap:wrap;gap:12px;margin-top:30px}.button{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:0 18px;border:1px solid transparent;border-radius:8px;font:inherit;font-weight:800;cursor:pointer;transition:transform .16s ease,background .16s ease,border-color .16s ease}.button:hover{transform:translateY(-1px)}.button.primary{color:#07140e;background:linear-gradient(135deg,var(--accent),var(--gold));box-shadow:0 14px 28px rgba(50,213,131,.18)}.button.ghost{color:var(--text);border-color:rgba(86,204,242,.28);background:rgba(86,204,242,.06)}.discord-button{color:#ffffff;background:linear-gradient(135deg,#5865f2,#8f70ff);box-shadow:0 14px 28px rgba(88,101,242,.22)}.button.disabled,.button:disabled{color:#cfd3da;cursor:not-allowed;background:#4a5261;transform:none}.hero-art{display:grid;grid-gap:18px;gap:18px;justify-items:center}.hero-cover{width:100%;max-width:430px;aspect-ratio:1;object-fit:contain;padding:18px;border:1px solid rgba(86,204,242,.2);border-radius:8px;background:linear-gradient(180deg,rgba(86,204,242,.07),rgba(50,213,131,.04)),rgba(12,15,22,.64);box-shadow:var(--shadow)}.site-logo-hero{width:min(100%,560px);max-height:560px;object-fit:contain;filter:drop-shadow(0 26px 42px rgba(0,0,0,.38))}.trust-strip{display:flex;flex-wrap:wrap;gap:10px;margin-top:28px}.trust-strip span{min-height:34px;padding:8px 12px;border:1px solid rgba(86,204,242,.2);border-radius:8px;color:#dbe9f5;background:rgba(86,204,242,.06);font-size:13px;font-weight:800}.hero-card{min-height:156px;padding:24px;border:1px solid rgba(255,255,255,.1);border-radius:8px;background:rgba(25,29,36,.92);box-shadow:var(--shadow)}.hero-card strong{display:block;margin-bottom:8px;color:var(--gold);font-size:26px}.section{padding:40px 0 86px}.page-section{width:100%;padding-bottom:48px}.compact-section{padding-bottom:44px}.section-heading{max-width:760px;margin-bottom:26px}.section-heading-row{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;max-width:none}.section-heading-row>div{max-width:760px}.home-introduction{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(320px,.65fr);align-items:end;grid-gap:54px;gap:54px;padding-top:72px;border-top:1px solid var(--line)}.home-introduction-copy p:last-child{max-width:760px;margin-bottom:0;color:var(--muted);font-size:18px;line-height:1.75}.marketplace-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));margin:0;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.marketplace-stats div{padding:18px 12px;border-right:1px solid var(--line)}.marketplace-stats div:last-child{border-right:0}.marketplace-stats dt{min-height:34px;color:var(--muted);font-size:11px;font-weight:800;line-height:1.35;text-transform:uppercase}.marketplace-stats dd{margin:8px 0 0;color:var(--text);font-size:30px;font-weight:900}.resource-spotlight-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));border-top:1px solid var(--line)}.resource-spotlight{display:grid;grid-gap:18px;gap:18px;min-width:0;padding:24px;border-right:1px solid var(--line);border-bottom:1px solid var(--line)}.resource-spotlight:last-child{border-right:0}.resource-spotlight-image{display:grid;place-items:center;min-height:180px;overflow:hidden;background:rgba(255,255,255,.025)}.resource-spotlight-image img{width:100%;height:170px;object-fit:contain;padding:12px}.resource-spotlight h3{margin-bottom:9px;font-size:22px}.resource-spotlight p:not(.product-kicker){min-height:48px;margin-bottom:15px;color:var(--muted);line-height:1.55}.text-link{color:var(--cyan);font-weight:800}.text-link:hover{color:var(--accent)}.custom-service-section{display:grid;grid-template-columns:minmax(0,1fr) minmax(360px,.8fr);grid-gap:56px;gap:56px;margin-bottom:70px;padding:54px;border-top:1px solid rgba(50,213,131,.32);border-bottom:1px solid rgba(50,213,131,.32);background:linear-gradient(110deg,rgba(50,213,131,.08),transparent 46%),rgba(17,21,30,.58)}.custom-service-copy>p:not(.eyebrow){max-width:660px;color:var(--muted);font-size:17px;line-height:1.7}.custom-process,.custom-service-steps{display:grid;grid-gap:0;gap:0;margin:0;padding:0;list-style:none}.custom-process li,.custom-service-steps li{display:grid;grid-template-columns:48px minmax(0,1fr);grid-gap:16px;gap:16px;padding:18px 0;border-bottom:1px solid var(--line)}.custom-process li:first-child,.custom-service-steps li:first-child{border-top:1px solid var(--line)}.custom-process li>span,.custom-service-steps li>span{color:var(--accent);font-size:13px;font-weight:900}.custom-process strong,.custom-service-steps strong{display:block;margin-bottom:5px}.custom-process p,.custom-service-steps p{margin:0;color:var(--muted);line-height:1.55}.marketplace-benefits{padding-top:20px}.custom-plugin-page{width:min(100% - 40px,1180px)}.custom-plugin-hero{max-width:900px;padding:72px 0 82px}.custom-brief-section,.custom-capabilities{display:grid;grid-template-columns:minmax(260px,.7fr) minmax(0,1.3fr);grid-gap:52px;gap:52px;padding:54px 0;border-top:1px solid var(--line)}.custom-capability-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.custom-capability-list article{min-height:170px;padding:22px;border-right:1px solid var(--line);border-bottom:1px solid var(--line)}.custom-capability-list article:nth-child(2n){border-right:0}.custom-capability-list strong{font-size:18px}.custom-capability-list p{margin:8px 0 0;color:var(--muted);line-height:1.6}.custom-brief-list{grid-template-columns:repeat(2,minmax(0,1fr));margin:0;padding:0;list-style:none;counter-reset:brief}.custom-brief-list li{position:relative;min-height:76px;padding:18px 18px 18px 48px;border-bottom:1px solid var(--line);counter-increment:brief}.custom-brief-list li:before{position:absolute;left:16px;color:var(--cyan);content:counter(brief,decimal-leading-zero);font-size:11px;font-weight:900}.custom-process-section{padding:54px 0 76px;border-top:1px solid var(--line)}.custom-process{grid-template-columns:repeat(4,minmax(0,1fr))}.custom-process li{grid-template-columns:34px minmax(0,1fr);padding:22px;border-top:1px solid var(--line);border-right:1px solid var(--line)}.custom-process li:last-child{border-right:0}.custom-contact-band{width:100%}.admin-grid,.admin-product-grid,.feature-grid,.gallery-grid,.product-grid,.support-layout,.two-column-section{display:grid;grid-gap:22px;gap:22px}.admin-grid,.product-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));align-items:stretch}.single-product-grid{grid-template-columns:minmax(0,760px);justify-content:start}.feature-grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}.admin-product-grid,.gallery-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.support-layout,.two-column-section{width:min(1120px,calc(100% - 40px));grid-template-columns:repeat(2,minmax(0,1fr));margin:0 auto 72px}.timeline{display:grid;grid-gap:22px;gap:22px;margin:34px 0 72px}.auth-card,.faq-item,.feature-card,.gallery-card,.mini-product-card,.panel,.product-card,.purchase-card,.stat-card,.status-card,.support-band{border:1px solid rgba(86,204,242,.14);border-radius:8px;background:linear-gradient(180deg,rgba(86,204,242,.04),rgba(244,189,80,.03)),rgba(25,29,36,.94);box-shadow:var(--soft-shadow)}.product-card{display:grid;grid-template-columns:148px minmax(0,1fr);min-height:310px;overflow:hidden;border-color:rgba(86,204,242,.16);transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}.product-card:hover{transform:translateY(-3px);border-color:rgba(50,213,131,.28);box-shadow:0 24px 64px rgba(0,0,0,.3)}.product-visual{display:grid;place-items:center;overflow:hidden;min-height:100%;padding:16px;border-right:1px solid rgba(86,204,242,.12);background:linear-gradient(135deg,rgba(86,204,242,.08),rgba(50,213,131,.05)),#10141c}.product-visual img{width:100%;height:auto;max-height:190px;object-fit:contain;filter:drop-shadow(0 18px 26px rgba(0,0,0,.24))}.auth-card,.faq-item,.feature-card,.mini-product-card,.panel,.product-body,.purchase-card,.stat-card,.status-card,.support-band{padding:28px}.product-body{display:flex;flex:1 1;flex-direction:column;min-width:0;padding:22px}.gallery-card{margin:0;overflow:hidden}.gallery-card img{display:block;width:100%;aspect-ratio:16/9;object-fit:contain;padding:14px;background:#10141c}.gallery-card figcaption{padding:16px 18px;color:var(--muted);font-weight:800}.panel-title-row,.purchase-card{display:flex;justify-content:space-between;gap:18px}.product-card-topline,.product-heading,.product-release{display:flex;align-items:center;justify-content:space-between;gap:12px}.product-card-topline{margin-bottom:10px}.product-card-topline .product-kicker{margin:0}.product-heading{align-items:flex-start}.product-heading h3{min-width:0;margin:0;overflow-wrap:anywhere;font-size:23px;line-height:1.12}.product-heading strong{flex:0 0 auto;color:var(--gold);font-size:16px}.product-actions{display:grid;grid-template-columns:1fr 1fr;grid-gap:10px;gap:10px;margin-top:auto}.product-actions .button{min-height:42px;padding:9px 12px;font-size:13px}.faq-item p,.feature-card p,.gallery-card figcaption,.muted,.product-includes,.product-subtitle,.status-card p,.support-band p{color:var(--muted);line-height:1.6}.product-includes{color:#bff8d9;font-weight:800}.product-subtitle{display:-webkit-box;min-height:48px;margin:10px 0 12px;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2}.product-release{justify-content:flex-start;flex-wrap:wrap;margin-bottom:12px;color:#bff8d9;font-size:12px;font-weight:800}.product-release span{padding-right:12px;border-right:1px solid var(--line)}.product-release span:last-child{padding-right:0;border-right:0}.product-feature-list{gap:6px;margin:0 0 18px;padding-left:17px;color:#cbd2de;font-size:13px;line-height:1.45}.status-pill.free{color:#bff8d9;border-color:rgba(50,213,131,.28);background:rgba(50,213,131,.08)}.status-pill.premium{color:#ffe1a6;border-color:rgba(244,189,80,.32);background:rgba(244,189,80,.08)}.owned-button{color:#bff8d9;border:1px solid rgba(50,213,131,.3);background:rgba(50,213,131,.1)}.owned-button:hover{background:rgba(50,213,131,.16)}.feature-card:nth-child(3n+1){border-color:rgba(50,213,131,.22)}.feature-card:nth-child(3n+2){border-color:rgba(86,204,242,.24)}.feature-card:nth-child(3n+3){border-color:rgba(244,189,80,.26)}ul{display:grid;grid-gap:10px;gap:10px;padding-left:20px;margin:22px 0;color:#d8dde7}.support-band{margin-bottom:72px}.dashboard-layout,.faq-list{display:grid;grid-gap:18px;gap:18px}.faq-list{grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.dashboard-layout{grid-template-columns:minmax(0,1fr) minmax(280px,360px);align-items:start}footer{justify-content:space-between;gap:20px;padding:30px max(24px,7vw);color:var(--muted);border-top:1px solid rgba(255,255,255,.08);background:rgba(9,12,18,.62)}footer p{margin:6px 0 0}.footer-links a{padding:8px 10px;border-radius:8px}.footer-links a:hover{color:var(--text);background:rgba(255,255,255,.05)}.page{min-height:calc(100vh - 76px);padding:58px 0 84px}.page-hero{max-width:820px}.auth-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:22px;gap:22px;align-items:start}.purchase-list,.stack,.steps-list,form{display:grid;grid-gap:16px;gap:16px}label{display:grid;grid-gap:8px;gap:8px;color:#dce1eb;font-weight:800}input,select,textarea{width:100%;min-height:46px;padding:0 14px;color:var(--text);border:1px solid var(--line);border-radius:8px;outline:0;background:#10141c;font:inherit}textarea{min-height:118px;padding:12px 14px;line-height:1.55;resize:vertical}input:focus,select:focus,textarea:focus{border-color:var(--cyan);box-shadow:0 0 0 4px rgba(86,204,242,.14)}.form-message{min-height:24px;margin:0;color:var(--danger);font-weight:800}.download-actions{display:grid;grid-gap:10px;gap:10px;min-width:230px}.admin-tools{display:grid;grid-template-columns:minmax(220px,1fr) minmax(140px,180px) minmax(140px,180px) auto;grid-gap:10px;gap:10px;width:min(760px,100%)}.catalog-toolbar{display:grid;grid-template-columns:minmax(0,1fr) minmax(240px,320px);grid-gap:20px;gap:20px;align-items:end;margin-bottom:28px;padding:18px;border:1px solid rgba(86,204,242,.14);border-radius:8px;background:rgba(17,21,30,.72)}.catalog-filter-groups{display:grid;grid-gap:10px;gap:10px}.catalog-search{display:grid;grid-gap:7px;gap:7px}.catalog-search span{color:var(--muted);font-size:12px;font-weight:800;text-align:right}.editor-form{grid-template-columns:repeat(2,minmax(0,1fr))}.wide-field{grid-column:1/-1}.seo-copy{display:grid;grid-gap:18px;gap:18px;max-width:880px;color:#d8dde7;font-size:18px;line-height:1.75}.category-pills{display:flex;flex-wrap:wrap;gap:10px}.pill,.status-pill{display:inline-flex;align-items:center;justify-content:center;min-height:36px;padding:0 12px;border:1px solid rgba(86,204,242,.24);border-radius:8px;color:var(--text);background:rgba(86,204,242,.06);font:inherit;font-size:13px;font-weight:800}.pill{cursor:pointer}.pill.active{color:#07140e;border-color:transparent;background:linear-gradient(135deg,var(--accent),var(--gold))}.status-pill.ok{color:#bff8d9;border-color:rgba(50,213,131,.28);background:rgba(50,213,131,.08)}.status-pill.warn{color:#ffe1a6;border-color:rgba(244,189,80,.32);background:rgba(244,189,80,.08)}.mini-product-card{display:flex;justify-content:space-between;gap:18px}.license-row{display:flex;flex-wrap:wrap;align-items:center;gap:10px}code{display:inline-flex;max-width:100%;margin-top:8px;padding:8px 10px;overflow-wrap:anywhere;color:#bff8d9;border:1px solid rgba(50,213,131,.28);border-radius:8px;background:rgba(50,213,131,.08)}.stat-card strong{display:block;font-size:34px}.stat-card>span{display:block;margin-top:5px;color:var(--muted);font-size:13px}.admin-page-header{max-width:760px;margin-bottom:32px}.admin-page-header h1{margin-bottom:12px;font-size:clamp(38px,5vw,58px)}.admin-console{display:grid;grid-template-columns:190px minmax(0,1fr);align-items:start;grid-gap:24px;gap:24px}.admin-section-nav{position:-webkit-sticky;position:sticky;top:96px;display:grid;grid-gap:6px;gap:6px;padding:8px;border:1px solid var(--line);border-radius:8px;background:rgba(17,21,30,.88)}.admin-section-nav button{display:grid;grid-gap:3px;gap:3px;width:100%;padding:12px;color:var(--muted);border:1px solid transparent;border-radius:6px;background:transparent;text-align:left;cursor:pointer}.admin-section-nav button:hover{color:var(--text);background:rgba(255,255,255,.04)}.admin-section-nav button.active{color:var(--text);border-color:rgba(50,213,131,.24);background:rgba(50,213,131,.09)}.admin-section-nav button span{color:var(--muted);font-size:11px}.admin-workspace{min-width:0}.admin-notice{margin:0 0 16px;padding:12px 14px;color:#dff8e9;border:1px solid rgba(50,213,131,.28);border-radius:8px;background:rgba(50,213,131,.08);font-weight:700}.admin-workspace .admin-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.admin-workspace .stat-card{min-width:0;padding:22px;box-shadow:none}.admin-quick-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:14px;gap:14px}.admin-quick-action{display:grid;grid-gap:8px;gap:8px;min-height:120px;padding:20px;color:var(--text);border:1px solid var(--line);border-radius:8px;background:var(--surface);text-align:left;cursor:pointer}.admin-quick-action:hover{border-color:rgba(86,204,242,.34);background:var(--surface-strong)}.admin-quick-action span{color:var(--cyan);font-size:12px;font-weight:800;text-transform:uppercase}.admin-quick-action strong{font-size:17px;line-height:1.35}.admin-split-layout{display:grid;grid-template-columns:270px minmax(0,1fr);align-items:start;grid-gap:18px;gap:18px}.admin-resource-list{overflow:hidden;border:1px solid var(--line);border-radius:8px;background:var(--surface)}.admin-section-heading{display:flex;align-items:center;justify-content:space-between;gap:16px}.admin-resource-list .admin-section-heading{padding:18px;border-bottom:1px solid var(--line)}.admin-section-heading h2{margin:3px 0 0;font-size:24px}.admin-resource-scroll{max-height:720px;overflow-y:auto}.admin-resource-row{display:grid;grid-template-columns:42px minmax(0,1fr) 8px;align-items:center;grid-gap:11px;gap:11px;width:100%;padding:12px 14px;color:var(--text);border:0;border-bottom:1px solid rgba(255,255,255,.06);background:transparent;text-align:left;cursor:pointer}.admin-resource-row.active,.admin-resource-row:hover{background:rgba(86,204,242,.07)}.admin-resource-row.active{box-shadow:inset 3px 0 var(--accent)}.admin-resource-row img{width:42px;height:42px;object-fit:contain;border-radius:5px;background:#0e1219}.admin-resource-row>span{display:grid;min-width:0;grid-gap:3px;gap:3px}.admin-resource-row small,.admin-resource-row strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.admin-resource-row small{color:var(--muted)}.status-dot{width:8px;height:8px;border-radius:50%}.status-dot.ok{background:var(--accent);box-shadow:0 0 10px rgba(50,213,131,.55)}.status-dot.warn{background:var(--gold)}.admin-editor{padding:24px}.admin-product-page{width:min(100% - 40px,1380px)}.admin-product-breadcrumbs{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:22px;color:var(--muted);font-size:13px}.admin-product-breadcrumbs a{color:var(--cyan)}.admin-product-editor{display:grid;grid-template-columns:230px minmax(0,1fr);align-items:start;grid-gap:24px;gap:24px}.admin-product-editor-nav{position:-webkit-sticky;position:sticky;top:96px;display:grid;grid-gap:12px;gap:12px;padding:10px;border:1px solid var(--line);border-radius:8px;background:rgba(17,21,30,.92)}.admin-product-miniature{display:grid;grid-template-columns:54px minmax(0,1fr);align-items:center;grid-gap:12px;gap:12px;padding:8px}.admin-product-miniature img{width:54px;height:54px;object-fit:contain;border-radius:6px;background:#0b0e14}.admin-product-miniature div,.admin-product-miniature span,.admin-product-miniature strong{min-width:0}.admin-product-miniature span,.admin-product-miniature strong{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.admin-product-miniature span{margin-top:4px;color:var(--muted);font-size:12px}.admin-product-editor-nav nav{display:grid;grid-gap:5px;gap:5px;padding-top:8px;border-top:1px solid var(--line)}.admin-product-editor-nav nav button{display:grid;grid-gap:3px;gap:3px;padding:11px;color:var(--muted);border:1px solid transparent;border-radius:6px;background:transparent;text-align:left;cursor:pointer}.admin-product-editor-nav nav button:hover{color:var(--text);background:rgba(255,255,255,.04)}.admin-product-editor-nav nav button.active{color:var(--text);border-color:rgba(86,204,242,.24);background:rgba(86,204,242,.09)}.admin-product-editor-nav nav button span{color:var(--muted);font-size:11px}.admin-product-editor-main{display:grid;min-width:0;grid-gap:18px;gap:18px}.admin-product-section{display:grid;grid-gap:24px;gap:24px;padding:26px;box-shadow:none}.admin-cover-editor{display:grid;grid-template-columns:minmax(240px,.8fr) minmax(280px,1.2fr);align-items:center;grid-gap:24px;gap:24px}.admin-cover-preview{display:grid;place-items:center;min-height:280px;padding:18px;overflow:hidden;border:1px solid var(--line);border-radius:8px;background:#0b0e14}.admin-cover-preview img{display:block;width:100%;max-height:330px;object-fit:contain}.admin-file-button{position:relative;overflow:hidden;cursor:pointer}.admin-file-button input{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none}.admin-gallery-editor{display:grid;border-top:1px solid var(--line)}.admin-gallery-item{display:grid;grid-template-columns:150px minmax(0,1fr) 110px;align-items:center;grid-gap:18px;gap:18px;padding:18px 0;border-bottom:1px solid var(--line)}.admin-gallery-item>img{width:150px;aspect-ratio:16/10;object-fit:contain;border-radius:6px;background:#0b0e14}.admin-gallery-actions,.admin-gallery-fields{display:grid;grid-gap:10px;gap:10px}.admin-gallery-fields{grid-template-columns:repeat(2,minmax(0,1fr))}.admin-gallery-fields label:last-child{grid-column:1/-1}.admin-gallery-fields label{font-size:12px}.admin-gallery-fields input{min-height:40px}.admin-empty-media{padding:34px;color:var(--muted);border:1px dashed rgba(86,204,242,.28);border-radius:8px;text-align:center}.admin-empty-media strong{display:block;margin-bottom:6px;color:var(--text)}.admin-search-preview{display:grid;grid-gap:7px;gap:7px;padding:20px;border-left:3px solid var(--accent);background:rgba(50,213,131,.05)}.admin-search-preview span{color:var(--accent);font-size:13px}.admin-search-preview strong{color:#86b7ff;font-size:20px}.admin-search-preview p{max-width:760px;margin:0;color:var(--muted);line-height:1.55}.admin-release-summary{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:12px;gap:12px}.admin-release-summary article{padding:16px;border:1px solid var(--line);border-radius:8px;background:rgba(255,255,255,.025)}.admin-release-summary span,.admin-release-summary strong{display:block}.admin-release-summary span{margin-bottom:5px;color:var(--muted);font-size:12px}.admin-file-list{display:grid;border-top:1px solid var(--line)}.admin-file-list article{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:16px 0;border-bottom:1px solid var(--line)}.admin-file-list span,.admin-file-list strong{display:block}.admin-file-list span{margin-top:4px;color:var(--muted);font-size:13px}.admin-product-savebar{position:-webkit-sticky;position:sticky;bottom:16px;z-index:5;display:flex;align-items:center;justify-content:space-between;gap:18px;padding:16px 18px;border:1px solid rgba(50,213,131,.3);border-radius:8px;background:rgba(12,16,23,.96);box-shadow:0 12px 40px rgba(0,0,0,.35);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.admin-product-savebar span,.admin-product-savebar strong{display:block}.admin-product-savebar span{margin-top:3px;color:var(--muted);font-size:12px}.button.danger{color:#ffd0d0;border-color:rgba(255,107,107,.3);background:rgba(255,107,107,.08)}.admin-release-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:18px;gap:18px}.admin-release-grid .panel{padding:24px;box-shadow:none}.admin-release-grid .panel:last-child{grid-column:1/-1}.admin-filter-bar{display:grid;grid-template-columns:minmax(220px,1fr) minmax(130px,180px) minmax(160px,220px);grid-gap:10px;gap:10px}.admin-record-list{display:grid;border-top:1px solid var(--line)}.admin-record{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:18px 0;border-bottom:1px solid var(--line)}.admin-record h3,.admin-record p{margin:0}.admin-record h3{margin-top:4px}.admin-record p:not(.product-kicker){margin-top:6px;color:var(--muted)}.admin-record-actions{display:flex;flex:0 0 auto;gap:8px}.customer-page-header{max-width:820px;margin-bottom:34px}.customer-page-header h1{margin-bottom:12px;font-size:clamp(40px,6vw,64px)}.customer-dashboard{display:grid;grid-gap:24px;gap:24px}.customer-summary-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:14px;gap:14px}.customer-summary-grid article{display:grid;grid-gap:5px;gap:5px;min-width:0;padding:20px 22px;border:1px solid var(--line);border-radius:8px;background:rgba(23,27,36,.88)}.customer-summary-grid span{color:var(--muted);font-size:12px;font-weight:800;text-transform:uppercase}.customer-summary-grid strong{overflow-wrap:anywhere;font-size:30px}.customer-summary-grid small{color:var(--muted)}.dashboard-notice{margin:0;padding:13px 15px;color:#ffd9d9;border:1px solid rgba(255,107,107,.3);border-radius:8px;background:rgba(255,107,107,.08);font-weight:700}.customer-dashboard-layout{display:grid;grid-template-columns:minmax(0,1fr) 300px;align-items:start;grid-gap:22px;gap:22px}.customer-library{min-width:0}.customer-library-heading,.customer-library-toolbar,.customer-license,.customer-release,.customer-resource-header{display:flex;align-items:center;justify-content:space-between;gap:16px}.customer-library-heading{margin-bottom:18px}.customer-library-heading h2{margin:4px 0 0}.customer-library-toolbar{margin-bottom:16px;padding:12px;border:1px solid var(--line);border-radius:8px;background:rgba(17,21,30,.72)}.customer-library-toolbar input{max-width:290px}.customer-resource-list{display:grid;grid-gap:14px;gap:14px}.customer-resource-card{overflow:hidden;border:1px solid rgba(86,204,242,.16);border-radius:8px;background:rgba(23,27,36,.92)}.customer-resource-card.revoked{border-color:rgba(255,107,107,.24);opacity:.78}.customer-resource-header{align-items:flex-start;padding:22px;border-bottom:1px solid var(--line)}.customer-resource-header h3{margin:10px 0 4px;font-size:24px}.customer-resource-header p{margin:0;color:var(--muted)}.customer-resource-status{display:flex;align-items:center;flex-wrap:wrap;gap:9px;color:var(--muted);font-size:12px;font-weight:700}.customer-resource-links{display:flex;flex:0 0 auto;gap:8px}.customer-resource-links a{padding:8px 10px;color:var(--cyan);border-radius:6px;background:rgba(86,204,242,.07);font-size:12px;font-weight:800}.customer-release-list{display:grid}.customer-release{padding:16px 22px;border-bottom:1px solid var(--line)}.customer-release>div{display:grid;grid-gap:4px;gap:4px;min-width:0}.customer-release span{overflow-wrap:anywhere;color:var(--muted);font-size:12px}.customer-license{padding:16px 22px;background:rgba(9,12,18,.38)}.customer-license>div{display:grid;min-width:0;grid-gap:2px;gap:2px}.customer-license span{color:var(--muted);font-size:11px;font-weight:800;text-transform:uppercase}.customer-license code{margin-top:5px}.customer-sidebar{display:grid;grid-gap:16px;gap:16px}.customer-sidebar .panel{padding:22px;box-shadow:none}.customer-account dd,.customer-account dl{margin:0}.customer-account dl{display:grid;grid-gap:14px;gap:14px}.customer-account dl div{display:grid;grid-gap:3px;gap:3px;padding-bottom:12px;border-bottom:1px solid var(--line)}.customer-account dt{color:var(--muted);font-size:11px;font-weight:800;text-transform:uppercase}.customer-account dd{overflow-wrap:anywhere;font-weight:700}.compact-steps{gap:8px;margin:0;padding-left:20px;color:var(--muted);font-size:13px}.customer-security-note{padding:18px;color:#d8f4ff;border:1px solid rgba(86,204,242,.2);border-radius:8px;background:rgba(86,204,242,.07)}.customer-security-note p{margin:7px 0 0;color:var(--muted);font-size:13px;line-height:1.5}.customer-empty-state{display:grid;justify-items:start;grid-gap:10px;gap:10px;padding:38px;border:1px dashed var(--line);border-radius:8px;background:rgba(17,21,30,.48)}.customer-empty-state h3,.customer-empty-state p{margin:0}.customer-empty-state p{color:var(--muted)}.dashboard-loading{display:flex;align-items:center;gap:12px;padding:24px;color:var(--muted);border:1px solid var(--line);border-radius:8px;background:var(--surface)}.dashboard-loading span{width:18px;height:18px;border:2px solid var(--line);border-top-color:var(--accent);border-radius:50%;animation:dashboard-spin .8s linear infinite}@keyframes dashboard-spin{to{transform:rotate(1turn)}}.small-button{min-height:38px;padding:0 12px}.full-button{width:100%;margin-top:10px}.docs-hero{display:grid;grid-template-columns:minmax(0,1fr) minmax(240px,360px);align-items:center;grid-gap:56px;gap:56px;width:min(1120px,calc(100% - 40px));margin:0 auto;padding:72px 0 48px}.docs-hero-copy{min-width:0}.docs-hero h1{margin:8px 0 18px;font-size:clamp(42px,5vw,64px);overflow-wrap:break-word}.docs-product-image{width:100%;max-height:330px;object-fit:contain}.docs-toc{position:-webkit-sticky;position:sticky;z-index:20;top:0;display:flex;gap:8px;width:min(1120px,calc(100% - 40px));margin:0 auto 44px;padding:10px;overflow-x:auto;border:1px solid var(--line);border-radius:8px;background:rgba(12,15,18,.96);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.docs-toc a{flex:0 0 auto;padding:9px 12px;color:var(--muted);border-radius:6px;font-size:13px;font-weight:700}.docs-toc a:hover{color:var(--text);background:var(--surface-strong)}.docs-layout{display:grid;grid-template-columns:240px minmax(0,1fr);align-items:start;grid-gap:48px;gap:48px;width:min(1120px,calc(100% - 40px));margin:0 auto;padding-bottom:80px}.docs-summary{position:-webkit-sticky;position:sticky;top:82px;padding:22px;border:1px solid var(--line);border-radius:8px;background:var(--surface)}.docs-summary dd,.docs-summary dl{margin:0}.docs-summary dl{display:grid;grid-gap:16px;gap:16px;margin-top:18px}.docs-summary dl div{display:grid;grid-gap:4px;gap:4px}.docs-summary dt{color:var(--muted);font-size:12px;font-weight:700;text-transform:uppercase}.docs-summary dd{font-weight:700}.docs-content{min-width:0}.docs-section{scroll-margin-top:80px;padding:0 0 56px}.docs-section+.docs-section{padding-top:56px;border-top:1px solid var(--line)}.docs-section h2{margin:7px 0 24px}.docs-section h3{margin:26px 0 14px}.step-list{display:grid;grid-gap:14px;gap:14px;margin:0;padding:0;list-style:none}.step-list li{display:grid;grid-template-columns:34px minmax(0,1fr);align-items:start;grid-gap:14px;gap:14px}.step-list span{display:grid;width:34px;height:34px;place-items:center;color:#06130e;border-radius:50%;background:var(--accent);font-weight:900}.step-list p{margin:5px 0 0}.compatibility-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));border-top:1px solid var(--line);border-left:1px solid var(--line)}.compatibility-grid div{display:grid;grid-gap:5px;gap:5px;min-width:0;padding:20px;border-right:1px solid var(--line);border-bottom:1px solid var(--line)}.compatibility-grid strong{overflow-wrap:anywhere;font-size:18px}.compatibility-grid span{color:var(--muted);font-size:13px}.dependency-list{display:grid;grid-gap:12px;gap:12px}.dependency-list article{padding:20px 0;border-bottom:1px solid var(--line)}.dependency-list article:first-child{border-top:1px solid var(--line)}.dependency-list article>div{display:flex;align-items:center;justify-content:space-between;gap:16px}.dependency-list h3{margin:0;font-size:18px}.dependency-list p{margin:8px 0 0;color:var(--muted)}.status.required{color:#ffd0c8;border-color:rgba(255,112,92,.3);background:rgba(255,112,92,.08)}.status.optional{color:#beeaff;border-color:rgba(80,196,242,.3);background:rgba(80,196,242,.08)}.command-group+.command-group{margin-top:36px}.table-scroll{width:100%;overflow-x:auto;border:1px solid var(--line);border-radius:8px}.docs-table{width:100%;min-width:680px;border-collapse:collapse;text-align:left}.docs-table td,.docs-table th{padding:14px 16px;vertical-align:top;border-bottom:1px solid var(--line)}.docs-table th{color:var(--muted);background:var(--surface-strong);font-size:12px;text-transform:uppercase}.docs-table tr:last-child td{border-bottom:0}.docs-table code{margin-top:0;padding:4px 7px;white-space:nowrap}.docs-list{display:grid;grid-gap:12px;gap:12px;padding-left:20px;color:var(--muted)}.docs-empty{padding:18px 20px;color:var(--muted);border:1px solid var(--line);border-radius:8px;background:var(--surface)}@media (max-width:1050px){.product-grid{grid-template-columns:1fr}.product-card{min-height:280px}.admin-workspace .admin-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.admin-split-layout{grid-template-columns:1fr}.admin-resource-scroll{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));max-height:340px}.admin-product-editor{grid-template-columns:1fr}.admin-product-editor-nav{position:static}.admin-product-editor-nav nav{grid-template-columns:repeat(4,minmax(0,1fr))}.custom-service-section,.home-introduction{grid-template-columns:1fr}.resource-spotlight-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.resource-spotlight:nth-child(2){border-right:0}.custom-process{grid-template-columns:repeat(2,minmax(0,1fr))}.custom-process li:nth-child(2n){border-right:0}.customer-dashboard-layout{grid-template-columns:1fr}.customer-sidebar{grid-template-columns:repeat(2,minmax(0,1fr))}.customer-security-note{grid-column:1/-1}}@media (max-width:820px){.topbar{align-items:flex-start;flex-direction:column;gap:12px;padding:14px 20px}.nav{width:100%;justify-content:space-between;gap:10px;font-size:13px}.nav-actions,.nav-links{flex-wrap:wrap}.auth-grid,.dashboard-layout,.docs-hero,.hero,.support-layout,.two-column-section{grid-template-columns:1fr}.docs-hero{gap:28px;padding-top:44px}.docs-product-image{max-height:280px}.docs-layout{grid-template-columns:1fr;gap:28px}.docs-summary{position:static}.hero{min-height:auto;padding-top:44px}.marketplace-hero{min-height:auto;padding-bottom:56px}.marketplace-hero .hero-art{right:-70px;width:min(90vw,560px);opacity:.2}h1{font-size:44px}.panel-title-row,.purchase-card,footer{flex-direction:column;align-items:stretch}.footer-links{flex-wrap:wrap}.admin-console,.admin-tools{grid-template-columns:1fr}.admin-section-nav{position:static;display:flex;overflow-x:auto}.admin-section-nav button{flex:0 0 150px}.admin-quick-grid,.admin-release-grid{grid-template-columns:1fr}.admin-release-grid .panel:last-child{grid-column:auto}.admin-filter-bar{grid-template-columns:1fr}.admin-record{align-items:flex-start;flex-direction:column}.admin-cover-editor,.admin-gallery-item{grid-template-columns:1fr}.admin-gallery-item>img{width:min(100%,320px)}.admin-gallery-actions{grid-template-columns:repeat(3,minmax(0,1fr))}.admin-release-summary{grid-template-columns:1fr}.custom-brief-section,.custom-capabilities,.section-heading-row{align-items:flex-start;grid-template-columns:1fr}.section-heading-row{display:grid}.custom-service-section{padding:36px 28px}.customer-summary-grid{grid-template-columns:1fr}.customer-library-toolbar{align-items:stretch;flex-direction:column}.customer-library-toolbar input{max-width:none}.customer-license,.customer-release,.customer-resource-header{align-items:stretch;flex-direction:column}.customer-resource-links,.customer-resource-links a{flex:1 1}.customer-resource-links a{text-align:center}.customer-license .button,.customer-release .button{width:100%}.catalog-toolbar,.editor-form,.mini-product-card,.product-actions{grid-template-columns:1fr}.mini-product-card{flex-direction:column}.catalog-search span{text-align:left}}.launcher-hero{position:relative;isolation:isolate;min-height:calc(100vh - 76px);overflow:hidden;display:flex;align-items:flex-end;padding:78px max(24px,7vw) 62px;border-bottom:1px solid rgba(164,107,255,.2);background:#070711}.launcher-hero-bg{position:absolute;inset:0;z-index:-2;background-image:url(/images/complexity-launcher-background.png);background-position:50%;background-size:cover;transform:scale(1.01)}.launcher-hero:before{position:absolute;inset:0;z-index:-1;content:"";background:linear-gradient(90deg,rgba(7,7,17,.92),rgba(7,7,17,.74) 44%,rgba(7,7,17,.24)),linear-gradient(0deg,rgba(7,7,17,.96),rgba(7,7,17,.1) 46%,rgba(7,7,17,.78))}.launcher-hero-content{width:min(760px,100%)}.launcher-hero h1{margin-bottom:18px;font-size:clamp(44px,6.7vw,82px);text-shadow:0 10px 34px rgba(0,0,0,.62)}.launcher-hero .lead{max-width:680px;color:#d8d6ea}.launcher-download{background:linear-gradient(135deg,#8b5cf6,#32d583);color:#06110d}.launcher-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:10px;gap:10px;max-width:620px;margin:30px 0 0}.launcher-panel,.launcher-stats div,.launcher-step{border:1px solid rgba(164,107,255,.22);border-radius:8px;background:rgba(14,14,28,.76);box-shadow:var(--soft-shadow);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.launcher-stats div{padding:14px 16px}.launcher-stats dt{color:#b9a7ff;font-size:12px;font-weight:800;text-transform:uppercase}.launcher-stats dd{margin:5px 0 0;color:var(--text);font-size:18px;font-weight:900}.launcher-overview{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(300px,.8fr);grid-gap:18px;gap:18px;padding-top:56px}.launcher-panel{padding:28px}.launcher-panel h2{margin-bottom:10px}.launcher-panel p{color:var(--muted);line-height:1.65}.launcher-download-panel .button{margin-top:10px}.launcher-checks{display:grid;grid-gap:12px;gap:12px;margin:0;padding:0;list-style:none}.launcher-checks li{position:relative;padding-left:24px;color:#d8ddec;line-height:1.45}.launcher-checks li:before{position:absolute;left:0;top:.38em;width:9px;height:9px;border-radius:999px;content:"";background:#8b5cf6;box-shadow:0 0 18px rgba(139,92,246,.8)}.launcher-steps-section{padding-top:44px;padding-bottom:76px}.launcher-step-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:16px;gap:16px}.launcher-step{padding:24px}.launcher-step span{color:#8b5cf6;font-size:13px;font-weight:900}.launcher-step h3{margin-top:12px;font-size:22px}.launcher-step p{margin:10px 0 0;color:var(--muted);line-height:1.55}@media (max-width:560px){.docs-hero,.docs-layout,.docs-toc,.hero,.page,.section,.support-band,.support-layout,.two-column-section{width:min(100% - 28px,1120px)}h1{font-size:40px}h2{font-size:28px}.nav{display:grid}.nav-actions,.nav-links{width:100%}.nav a{flex:1 1;justify-content:center;text-align:center}.site-logo-hero{max-height:360px}.marketplace-hero{width:min(100% - 28px,1120px);min-height:auto;padding-top:36px;padding-bottom:38px}.marketplace-hero h1{font-size:36px}.marketplace-hero .lead{font-size:16px;line-height:1.55}.marketplace-hero .hero-actions,.marketplace-hero .trust-strip{margin-top:20px}.marketplace-hero .trust-strip span{min-height:30px;padding:6px 8px;font-size:11px}.custom-plugin-page,.custom-service-section,.home-introduction{width:min(100% - 28px,1120px)}.custom-brief-list,.custom-capability-list,.custom-process,.marketplace-stats,.resource-spotlight-grid{grid-template-columns:1fr}.marketplace-stats div{border-right:0;border-bottom:1px solid var(--line)}.marketplace-stats div:last-child{border-bottom:0}.marketplace-stats dt{min-height:0}.custom-capability-list article,.custom-process li,.resource-spotlight,.resource-spotlight:nth-child(2){border-right:0}.custom-service-section{padding:32px 20px}.custom-plugin-hero{padding-top:52px}.compatibility-grid,.product-card{grid-template-columns:1fr}.product-visual{min-height:180px;border-right:0;border-bottom:1px solid rgba(86,204,242,.12)}.product-visual img{max-height:150px}.product-heading h3{font-size:22px}.admin-gallery-actions,.admin-gallery-fields,.admin-product-editor-nav nav,.admin-resource-scroll,.admin-workspace .admin-grid{grid-template-columns:1fr}.admin-gallery-fields label:last-child{grid-column:auto}.admin-file-list article,.admin-product-savebar{align-items:stretch;flex-direction:column}.admin-product-savebar .button{width:100%}.admin-section-heading{align-items:flex-start;flex-direction:column}.admin-record-actions{width:100%}.admin-record-actions .button{flex:1 1}.customer-sidebar{grid-template-columns:1fr}.customer-security-note{grid-column:auto}.customer-library-heading{align-items:flex-start;flex-direction:column}.launcher-hero{min-height:auto;padding:58px 20px 42px}.launcher-hero h1{font-size:38px}.launcher-overview,.launcher-stats,.launcher-step-grid{grid-template-columns:1fr}.launcher-overview,.launcher-steps-section{width:min(100% - 28px,1120px)}}