*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:var(--brand-font,Inter,system-ui,sans-serif);background:#f5f7fb;color:#172033;line-height:1.55}a{color:inherit;text-decoration:none}img{max-width:100%}.topbar,.footer{max-width:1200px;margin:auto;padding:20px 28px;display:flex;align-items:center;justify-content:space-between;gap:24px}.topbar{position:sticky;top:0;z-index:20;background:rgba(245,247,251,.88);backdrop-filter:blur(16px);border-bottom:1px solid rgba(23,32,51,.08)}.topbar nav,.sidebar nav{display:flex;gap:18px}.brand{font-weight:900;letter-spacing:-.04em;font-size:1.25rem;display:flex;align-items:center;gap:10px}.brand img{width:34px;height:34px;object-fit:contain}.hero,.section{max-width:1200px;margin:0 auto;padding:88px 28px}.hero{min-height:620px;display:grid;grid-template-columns:1.2fr .8fr;gap:60px;align-items:center}.hero h1,.page-head h1{font-size:clamp(2.8rem,7vw,5.8rem);line-height:.95;letter-spacing:-.06em;margin:12px 0 24px;max-width:950px}.hero p,.section-head p{font-size:1.1rem;color:#61708a;max-width:720px}.eyebrow{text-transform:uppercase;letter-spacing:.16em;font-size:.72rem;font-weight:800;color:var(--brand-primary,#6d5dfc)}.actions,.action-row{display:flex;gap:10px;align-items:center;flex-wrap:wrap}.btn{border:0;border-radius:var(--button-radius,12px);padding:12px 18px;font-weight:800;cursor:pointer;background:#fff;box-shadow:0 8px 24px rgba(30,40,80,.08);display:inline-flex;align-items:center;justify-content:center}.btn.primary{background:var(--brand-primary,#6d5dfc);color:#fff}.btn.ghost{border:1px solid #dfe4ef;background:transparent}.btn.small{padding:9px 13px}.btn.tiny{padding:6px 9px;border-radius:8px;font-size:.78rem}.btn.danger{background:#fff0f0;color:#b42318}.hero-visual{display:grid;gap:16px}.metric-card,.feature-grid article,.service-card,.panel-card,.stat-grid article,.template-card{background:#fff;border:1px solid #e6eaf2;border-radius:22px;box-shadow:0 18px 55px rgba(48,60,100,.08)}.metric-card{padding:28px}.metric-card span,.stat-grid span{display:block;color:#718096;font-size:.82rem}.metric-card strong{font-size:1.55rem;display:block;margin:4px 0}.section-head{max-width:800px;margin-bottom:32px}.section h2{font-size:clamp(2rem,4vw,3.6rem);line-height:1.05;letter-spacing:-.045em;margin:10px 0}.feature-grid,.service-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.feature-grid article,.service-card{padding:24px}.service-card{display:flex;flex-direction:column;gap:10px}.service-card h3{margin:0}.service-card p{color:#65728a;flex:1}.service-meta{display:flex;justify-content:space-between;font-size:.78rem;color:#6c7890}.step-row{display:grid;grid-template-columns:auto 1fr auto 1fr auto 1fr auto 1fr;align-items:center;gap:18px;padding:28px;border:1px dashed #ccd4e3;border-radius:18px}.step-row b{width:44px;height:44px;border-radius:50%;display:grid;place-items:center;background:var(--brand-primary,#6d5dfc);color:#fff}.reseller-banner,.final-cta{background:var(--brand-surface,#0b1020);color:#fff;border-radius:32px;margin-top:40px;margin-bottom:40px}.reseller-banner{display:flex;align-items:center;justify-content:space-between;gap:32px}.reseller-banner p,.final-cta p{color:#b8c1d8}.faq details{padding:18px 0;border-bottom:1px solid #dfe4ec}.faq summary{font-weight:800;cursor:pointer}.final-cta{text-align:center}.editorial-block{border-left:4px solid var(--brand-primary,#6d5dfc)}.center{text-align:center}.footer{border-top:1px solid #e3e7ef;margin-top:50px;color:#61708a}.footer strong{color:#172033}.auth-wrap{min-height:100vh;display:grid;place-items:center;padding:30px;background:radial-gradient(circle at top right,rgba(109,93,252,.18),transparent 40%),#eef2f8}.auth-card{width:min(460px,100%);background:#fff;border-radius:24px;padding:32px;box-shadow:0 24px 70px rgba(20,30,60,.14);display:grid;gap:16px}.auth-card.wide{width:min(800px,100%)}label{font-weight:700;font-size:.9rem;display:grid;gap:7px}input,select,textarea{width:100%;border:1px solid #d8deea;border-radius:10px;padding:11px 12px;background:#fff;font:inherit;color:#172033}textarea{min-height:90px;resize:vertical}.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.stack-form{display:grid;gap:16px}.inline-form{display:flex;gap:10px;align-items:end;flex-wrap:wrap;margin:16px 0}.inline-form>*{flex:1;min-width:140px}.inline-form button{flex:0 0 auto}.flash{max-width:1200px;margin:16px auto;padding:14px 18px;border-radius:12px;background:#ecfdf3;color:#027a48}.flash.error{background:#fef3f2;color:#b42318}.empty{padding:24px;border:1px dashed #ccd4e3;border-radius:16px;color:#6b7890}.panel-body{display:flex;min-height:100vh;background:#f3f5f9}.sidebar{width:250px;background:#0d1426;color:#fff;padding:24px;position:fixed;inset:0 auto 0 0}.sidebar nav{margin-top:30px;flex-direction:column;gap:4px}.sidebar nav a{padding:10px 12px;border-radius:9px;color:#c5cde0}.sidebar nav a:hover{background:#1b2540;color:#fff}.panel-shell{margin-left:250px;min-width:0;flex:1}.panel-top{height:72px;background:#fff;border-bottom:1px solid #e7eaf0;display:flex;align-items:center;justify-content:space-between;padding:0 30px;position:sticky;top:0;z-index:10}.panel-main{padding:30px;max-width:1500px}.stat-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:22px}.stat-grid article{padding:22px}.stat-grid strong{display:block;font-size:1.8rem;margin-top:5px}.panel-card{padding:22px;margin-bottom:22px}.card-head{display:flex;align-items:center;justify-content:space-between;gap:14px}.table-wrap{overflow:auto;margin-top:16px}table{width:100%;border-collapse:collapse}th,td{text-align:left;padding:12px;border-bottom:1px solid #edf0f5;white-space:nowrap}th{font-size:.78rem;text-transform:uppercase;letter-spacing:.04em;color:#78849a}td small{display:block;color:#7b879a}.badge{display:inline-block;padding:5px 9px;background:#eef2ff;border-radius:999px;font-size:.75rem}.finance-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.finance-grid div{padding:18px;background:#f7f8fb;border-radius:14px}.finance-grid span{display:block;color:#748096;font-size:.8rem}.finance-grid strong{font-size:1.35rem}.bars{display:grid;gap:10px}.bars>div{display:grid;grid-template-columns:100px 1fr 120px;gap:12px;align-items:center}.bars i{display:block;height:10px;border-radius:99px;background:linear-gradient(90deg,var(--brand-primary,#6d5dfc) var(--w),#e7eaf0 var(--w))}.estimate{padding:14px;border-radius:12px;background:#f7f8fb}.estimate small{display:block;color:#748096}.template-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.template-card{padding:16px}.template-preview{height:150px;border-radius:14px;background:#eef1f6;padding:14px;display:grid;gap:8px;overflow:hidden}.mini-nav,.mini-hero,.mini-grid{display:block;background:#fff;border-radius:8px}.mini-nav{height:14px;width:65%}.mini-hero{height:55px;width:90%}.mini-grid{height:40px;width:100%}.block-editor{display:grid;gap:14px;margin:18px 0}.edit-block{background:#f8f9fc;border:1px solid #e3e7ef;border-radius:14px;padding:16px;display:grid;gap:10px;cursor:grab}.edit-block.dragging{opacity:.45}.hidden-form{display:none}.collapsible{display:none}.collapsible.open{display:flex}.muted{color:#6c7890}.backup-list{display:grid;gap:8px}.backup-list form{justify-content:space-between;border-bottom:1px solid #edf0f5;padding:8px 0}.rich-text{white-space:normal}
/* Theme palettes */
[data-theme="modern-saas"]{--brand-primary:#6d5dfc;--brand-accent:#22d3ee}[data-theme="dark-smm"]{--brand-primary:#8b5cf6;--brand-accent:#22d3ee}[data-theme="premium"]{--brand-primary:#8a6d3b;--brand-accent:#d6b56f}[data-theme="minimalista"]{--brand-primary:#111827;--brand-accent:#6b7280}[data-theme="cyber"]{--brand-primary:#00e5ff;--brand-accent:#a3ff12}[data-theme="neon"]{--brand-primary:#ff2bd6;--brand-accent:#34f5ff}[data-theme="glassmorphism"]{--brand-primary:#7c3aed;--brand-accent:#60a5fa}[data-theme="corporate"]{--brand-primary:#164e63;--brand-accent:#0e7490}[data-theme="marketplace"]{--brand-primary:#ea580c;--brand-accent:#f59e0b}[data-theme="conversion"]{--brand-primary:#dc2626;--brand-accent:#f97316}[data-theme="mobile-first"]{--brand-primary:#2563eb;--brand-accent:#14b8a6}[data-theme="agency"]{--brand-primary:#7c2d12;--brand-accent:#fb7185}[data-theme="startup"]{--brand-primary:#4f46e5;--brand-accent:#10b981}[data-theme="gradient"]{--brand-primary:#9333ea;--brand-accent:#06b6d4}[data-theme="clean"]{--brand-primary:#0f766e;--brand-accent:#84cc16}[data-theme="tech"]{--brand-primary:#0369a1;--brand-accent:#38bdf8}[data-theme="social"]{--brand-primary:#e11d48;--brand-accent:#8b5cf6}[data-theme="dashboard"]{--brand-primary:#334155;--brand-accent:#0ea5e9}[data-theme="black-premium"]{--brand-primary:#d4af37;--brand-accent:#f5e7a1}[data-theme="magazine"]{--brand-primary:#be123c;--brand-accent:#111827}[data-theme="professional"]{--brand-primary:#1d4ed8;--brand-accent:#475569}[data-theme="creative"]{--brand-primary:#f43f5e;--brand-accent:#8b5cf6}[data-theme="futuristic"]{--brand-primary:#06b6d4;--brand-accent:#8b5cf6}[data-theme="compact"]{--brand-primary:#374151;--brand-accent:#16a34a}[data-theme="fullscreen"]{--brand-primary:#2563eb;--brand-accent:#f8fafc}[data-theme="business"]{--brand-primary:#0f3d5e;--brand-accent:#c8902f}[data-theme="elegant"]{--brand-primary:#6b2146;--brand-accent:#c4a484}[data-theme="marketing"]{--brand-primary:#f97316;--brand-accent:#ef4444}[data-theme="social-pro"]{--brand-primary:#7c3aed;--brand-accent:#ec4899}[data-theme="ultimate-smm"]{--brand-primary:#0f172a;--brand-accent:#22d3ee}
/* 30 structural compositions */
.structure-split .hero{grid-template-columns:1.15fr .85fr}.structure-darkgrid{background:#070b14;color:#e9eefb}.structure-darkgrid .topbar{background:rgba(7,11,20,.9);border-color:#1d2638}.structure-darkgrid .topbar a,.structure-darkgrid .section h2,.structure-darkgrid .hero h1,.structure-darkgrid .footer strong{color:#fff}.structure-darkgrid .metric-card,.structure-darkgrid .feature-grid article,.structure-darkgrid .service-card{background:#111827;border-color:#263148;color:#fff}.structure-darkgrid .hero-visual{grid-template-columns:1fr 1fr}.structure-luxury .hero{grid-template-columns:.8fr 1.2fr}.structure-luxury .hero-copy{order:2}.structure-luxury .hero-visual{order:1}.structure-luxury .section-head{text-align:center;margin-inline:auto}.structure-minimal .topbar{border:0;background:#fff}.structure-minimal .hero{display:block;min-height:auto;text-align:center;padding-top:130px}.structure-minimal .hero h1{margin-inline:auto;max-width:900px}.structure-minimal .hero p{margin-inline:auto}.structure-minimal .hero-visual{display:none}.structure-minimal .feature-grid{grid-template-columns:repeat(2,1fr)}.structure-terminal{background:#020617;color:#d1fae5}.structure-terminal .topbar{background:#020617;border-color:#123}.structure-terminal .topbar a,.structure-terminal h1,.structure-terminal h2{color:#a7f3d0}.structure-terminal .hero{grid-template-columns:1fr}.structure-terminal .hero-visual{grid-template-columns:repeat(3,1fr)}.structure-terminal .metric-card,.structure-terminal .feature-grid article,.structure-terminal .service-card{background:#06121c;border:1px solid #0f3d35;color:#d1fae5;border-radius:4px}.structure-neonstack{background:#0d0618;color:#fff}.structure-neonstack .topbar{background:#0d0618;border-color:#32134a}.structure-neonstack .hero{grid-template-columns:1fr;text-align:center}.structure-neonstack .hero-copy p{margin-inline:auto}.structure-neonstack .hero-visual{grid-template-columns:repeat(3,1fr)}.structure-neonstack .metric-card{background:#190b2d;border-color:#4c1d95;color:#fff}.structure-glass{background:linear-gradient(135deg,#dbeafe,#f5d0fe,#cffafe);background-attachment:fixed}.structure-glass .topbar,.structure-glass .metric-card,.structure-glass .feature-grid article,.structure-glass .service-card{background:rgba(255,255,255,.55);backdrop-filter:blur(18px);border-color:rgba(255,255,255,.65)}.structure-glass .hero{grid-template-columns:1fr 1fr}.structure-corporate .hero{border-bottom:1px solid #d8e0ea}.structure-corporate .hero h1{font-size:clamp(2.6rem,5vw,4.6rem)}.structure-corporate .feature-grid{grid-template-columns:repeat(3,1fr)}.structure-corporate .feature-grid article:first-child{grid-column:span 2}.structure-market .hero{grid-template-columns:1fr}.structure-market .hero-visual{grid-template-columns:repeat(3,1fr)}.structure-market .service-grid{grid-template-columns:repeat(3,1fr)}.structure-market .service-card{border-radius:12px;box-shadow:none}.structure-funnel .hero{grid-template-columns:1fr;text-align:center;max-width:900px}.structure-funnel .hero p{margin-inline:auto}.structure-funnel .hero-visual{display:flex;justify-content:center}.structure-funnel .feature-grid{grid-template-columns:1fr 1fr}.structure-funnel .final-cta{max-width:900px}.structure-mobile .hero{max-width:760px;grid-template-columns:1fr}.structure-mobile .hero-visual{grid-template-columns:1fr 1fr}.structure-mobile .section{max-width:760px}.structure-mobile .feature-grid,.structure-mobile .service-grid{grid-template-columns:repeat(2,1fr)}.structure-agency .hero{grid-template-columns:1.35fr .65fr}.structure-agency .hero h1{text-transform:uppercase}.structure-agency .feature-grid article:nth-child(2){transform:translateY(24px)}.structure-agency .service-grid{grid-template-columns:repeat(2,1fr)}.structure-startup .hero{grid-template-columns:1fr 1fr}.structure-startup .hero-visual{transform:rotate(2deg)}.structure-startup .feature-grid{grid-template-columns:repeat(3,1fr)}.structure-startup .feature-grid article:first-child{grid-column:span 2}.structure-gradient{background:linear-gradient(180deg,#f8fafc 0,#eef2ff 45%,#ecfeff 100%)}.structure-gradient .hero{grid-template-columns:1fr}.structure-gradient .hero-visual{grid-template-columns:repeat(3,1fr)}.structure-gradient .metric-card{background:linear-gradient(135deg,#fff,#f5f3ff)}.structure-clean .hero{min-height:520px}.structure-clean .hero-visual{display:none}.structure-clean .feature-grid,.structure-clean .service-grid{grid-template-columns:repeat(3,1fr)}.structure-clean .feature-grid article,.structure-clean .service-card{box-shadow:none;border-radius:8px}.structure-tech .hero{grid-template-columns:.9fr 1.1fr}.structure-tech .hero-visual{grid-template-columns:1fr 1fr}.structure-tech .metric-card:first-child{grid-column:span 2}.structure-tech .section{border-top:1px solid #e2e8f0}.structure-social .hero{grid-template-columns:1fr 1fr}.structure-social .hero-copy{background:#fff;padding:38px;border-radius:30px}.structure-social .hero-visual{display:flex;flex-direction:column}.structure-social .service-card{border-radius:30px}.structure-dashboard .hero{grid-template-columns:.75fr 1.25fr}.structure-dashboard .hero-visual{grid-template-columns:repeat(2,1fr)}.structure-dashboard .metric-card{min-height:140px}.structure-dashboard .feature-grid{grid-template-columns:repeat(2,1fr)}.structure-blackpremium{background:#090909;color:#eee}.structure-blackpremium .topbar{background:#090909;border-color:#2b2b2b}.structure-blackpremium .topbar a,.structure-blackpremium h1,.structure-blackpremium h2,.structure-blackpremium .footer strong{color:#fff}.structure-blackpremium .metric-card,.structure-blackpremium .feature-grid article,.structure-blackpremium .service-card{background:#111;border-color:#2b2b2b;color:#f6f0db}.structure-blackpremium .hero{grid-template-columns:1fr}.structure-blackpremium .hero-visual{grid-template-columns:repeat(3,1fr)}.structure-magazine .hero{grid-template-columns:1fr}.structure-magazine .hero h1{font-family:Georgia,serif;max-width:800px}.structure-magazine .feature-grid{grid-template-columns:2fr 1fr 1fr}.structure-magazine .feature-grid article:first-child{grid-row:span 2}.structure-magazine .service-grid{grid-template-columns:repeat(2,1fr)}.structure-professional .hero{grid-template-columns:1fr 1fr}.structure-professional .hero h1{font-size:clamp(2.7rem,5vw,4.8rem)}.structure-professional .feature-grid article{border-top:4px solid var(--brand-primary)}.structure-creative .hero{grid-template-columns:1fr}.structure-creative .hero-copy{transform:rotate(-1deg)}.structure-creative .hero-visual{grid-template-columns:repeat(3,1fr);transform:rotate(1deg)}.structure-creative .feature-grid article:nth-child(even){transform:translateY(20px)}.structure-futuristic{background:#030712;color:#dbeafe}.structure-futuristic .topbar{background:rgba(3,7,18,.9);border-color:#1f2937}.structure-futuristic .topbar a,.structure-futuristic h1,.structure-futuristic h2{color:#fff}.structure-futuristic .hero{grid-template-columns:1fr}.structure-futuristic .hero-visual{grid-template-columns:repeat(3,1fr)}.structure-futuristic .metric-card,.structure-futuristic .feature-grid article,.structure-futuristic .service-card{background:linear-gradient(135deg,#081120,#111827);border-color:#164e63;color:#dbeafe}.structure-compact .hero,.structure-compact .section{padding-top:44px;padding-bottom:44px}.structure-compact .hero{min-height:420px}.structure-compact .hero h1{font-size:clamp(2.4rem,5vw,4rem)}.structure-compact .feature-grid{grid-template-columns:repeat(4,1fr);gap:10px}.structure-compact .feature-grid article{padding:16px;border-radius:10px}.structure-fullscreen .hero{max-width:none;min-height:calc(100vh - 72px);padding-inline:max(28px,calc((100vw - 1200px)/2));background:var(--brand-primary);color:#fff}.structure-fullscreen .hero p{color:#dbeafe}.structure-fullscreen .hero .eyebrow{color:#fff}.structure-fullscreen .metric-card{background:rgba(255,255,255,.12);border-color:rgba(255,255,255,.25);color:#fff}.structure-business .hero{grid-template-columns:1fr 1fr}.structure-business .hero-visual{border-left:1px solid #cbd5e1;padding-left:32px}.structure-business .feature-grid{grid-template-columns:repeat(2,1fr)}.structure-business .feature-grid article{box-shadow:none}.structure-elegant .hero{grid-template-columns:.9fr 1.1fr}.structure-elegant .hero h1,.structure-elegant .section h2{font-family:Georgia,serif}.structure-elegant .metric-card,.structure-elegant .feature-grid article,.structure-elegant .service-card{border-radius:0;box-shadow:none}.structure-marketing .hero{grid-template-columns:1fr}.structure-marketing .hero-copy{text-align:center}.structure-marketing .hero-copy p{margin-inline:auto}.structure-marketing .hero-visual{grid-template-columns:repeat(3,1fr)}.structure-marketing .feature-grid article{border-bottom:5px solid var(--brand-primary)}.structure-socialpro .hero{grid-template-columns:1fr 1fr}.structure-socialpro .hero-visual{display:grid;grid-template-columns:1fr 1fr;transform:rotate(1deg)}.structure-socialpro .metric-card:nth-child(3){grid-column:span 2}.structure-socialpro .service-grid{grid-template-columns:repeat(3,1fr)}.structure-ultimate .hero{grid-template-columns:1fr}.structure-ultimate .hero-copy{text-align:center}.structure-ultimate .hero-copy p{margin-inline:auto}.structure-ultimate .hero-visual{grid-template-columns:repeat(3,1fr)}.structure-ultimate .feature-grid{grid-template-columns:repeat(4,1fr)}.structure-ultimate .feature-grid article:first-child{grid-column:span 2;grid-row:span 2}.structure-ultimate .service-grid{grid-template-columns:repeat(3,1fr)}
/* Preview cards inherit structural fingerprints */
.template-card.structure-minimal .template-preview .mini-grid,.template-card.structure-clean .template-preview .mini-grid{width:55%}.template-card.structure-terminal .template-preview,.template-card.structure-darkgrid .template-preview,.template-card.structure-blackpremium .template-preview,.template-card.structure-futuristic .template-preview{background:#111827}.template-card.structure-magazine .mini-hero{width:60%;height:80px}.template-card.structure-fullscreen .mini-hero{height:100px}.template-card.structure-dashboard .template-preview{grid-template-columns:1fr 1fr}.template-card.structure-dashboard .mini-nav{grid-column:span 2}.template-card.structure-creative .mini-hero{transform:rotate(-3deg)}
@media(max-width:980px){.hero{grid-template-columns:1fr}.feature-grid,.service-grid,.template-grid{grid-template-columns:repeat(2,1fr)}.stat-grid,.finance-grid{grid-template-columns:repeat(2,1fr)}.step-row{grid-template-columns:auto 1fr}.sidebar{width:210px}.panel-shell{margin-left:210px}.structure-corporate .feature-grid,.structure-startup .feature-grid,.structure-magazine .feature-grid,.structure-ultimate .feature-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:720px){.topbar{padding:16px 18px}.topbar nav a:not(:last-child){display:none}.hero,.section{padding:56px 18px}.hero h1,.page-head h1{font-size:clamp(2.4rem,13vw,4.2rem)}.hero-visual,.structure-neonstack .hero-visual,.structure-terminal .hero-visual,.structure-gradient .hero-visual,.structure-blackpremium .hero-visual,.structure-futuristic .hero-visual,.structure-marketing .hero-visual,.structure-ultimate .hero-visual{grid-template-columns:1fr}.feature-grid,.service-grid,.template-grid,.form-grid,.stat-grid,.finance-grid{grid-template-columns:1fr}.step-row{grid-template-columns:auto 1fr}.reseller-banner{flex-direction:column;align-items:flex-start}.sidebar{position:static;width:100%;height:auto}.sidebar nav{display:grid;grid-template-columns:repeat(2,1fr)}.panel-body{display:block}.panel-shell{margin-left:0}.panel-top{position:static}.panel-main{padding:16px}.bars>div{grid-template-columns:70px 1fr 90px}.structure-mobile .section{max-width:none}.structure-mobile .feature-grid,.structure-mobile .service-grid{grid-template-columns:1fr}.structure-compact .feature-grid,.structure-ultimate .feature-grid{grid-template-columns:1fr}.structure-corporate .feature-grid article:first-child,.structure-startup .feature-grid article:first-child,.structure-ultimate .feature-grid article:first-child{grid-column:auto;grid-row:auto}}
.full{grid-column:1/-1}.admin-form fieldset{border:1px solid #e3e7ef;border-radius:14px;padding:14px;display:grid;gap:10px}.admin-form legend{font-weight:900}.bulk-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;background:#f8f9fc;border:1px solid #e6eaf2;border-radius:14px;padding:14px;margin:16px 0}.bulk-grid.open{display:grid}.settings-split{display:grid;grid-template-columns:1.25fr .75fr;gap:24px}.brand-preview{--preview-primary:#6d5dfc;--preview-surface:#0b1020;align-self:start;position:sticky;top:96px;background:linear-gradient(145deg,#fff,#f5f7fb);border:1px solid #e3e7ef;border-radius:22px;padding:22px;box-shadow:0 16px 50px rgba(30,40,80,.08)}.preview-nav{display:flex;justify-content:space-between;gap:12px;align-items:center;border-bottom:1px solid #e6eaf2;padding:12px 0}.preview-nav span{font-size:.75rem;color:#6c7890}.preview-hero{margin-top:18px;background:var(--preview-surface);color:#fff;border-radius:16px;padding:24px}.preview-hero h3{font-size:1.8rem;line-height:1.05;margin:0 0 10px}.preview-hero p{color:#cbd5e1}.preview-hero button{border:0;border-radius:9px;padding:10px 14px;background:var(--preview-primary);color:#fff;font-weight:800}
/* Dashboard fingerprints per structural template */
.panel-body.structure-minimal .sidebar{width:190px;background:#fff;color:#111;border-right:1px solid #e5e7eb}.panel-body.structure-minimal .sidebar a{color:#374151}.panel-body.structure-minimal .panel-shell{margin-left:190px}.panel-body.structure-darkgrid,.panel-body.structure-blackpremium,.panel-body.structure-futuristic{background:#090f1d}.panel-body.structure-darkgrid .panel-card,.panel-body.structure-darkgrid .stat-grid article,.panel-body.structure-blackpremium .panel-card,.panel-body.structure-blackpremium .stat-grid article,.panel-body.structure-futuristic .panel-card,.panel-body.structure-futuristic .stat-grid article{background:#111827;color:#e5e7eb;border-color:#273244}.panel-body.structure-terminal .panel-card,.panel-body.structure-terminal .stat-grid article{border-radius:4px;border-style:dashed}.panel-body.structure-neonstack .sidebar{background:linear-gradient(180deg,#18072a,#091426)}.panel-body.structure-glass{background:linear-gradient(135deg,#dbeafe,#f5d0fe)}.panel-body.structure-glass .panel-card,.panel-body.structure-glass .stat-grid article,.panel-body.structure-glass .panel-top{background:rgba(255,255,255,.62);backdrop-filter:blur(16px)}.panel-body.structure-corporate .stat-grid{grid-template-columns:repeat(3,1fr)}.panel-body.structure-market .stat-grid article{border-radius:10px;box-shadow:none}.panel-body.structure-funnel .stat-grid{grid-template-columns:repeat(2,1fr)}.panel-body.structure-mobile .panel-main{max-width:820px;margin:auto}.panel-body.structure-agency .panel-card:nth-child(even){transform:translateX(6px)}.panel-body.structure-startup .stat-grid article:first-child{grid-column:span 2}.panel-body.structure-gradient{background:linear-gradient(180deg,#eef2ff,#ecfeff)}.panel-body.structure-clean .panel-card,.panel-body.structure-clean .stat-grid article{box-shadow:none;border-radius:8px}.panel-body.structure-tech .sidebar{background:#071a2b}.panel-body.structure-social .stat-grid article{border-radius:28px}.panel-body.structure-dashboard .sidebar{width:290px}.panel-body.structure-dashboard .panel-shell{margin-left:290px}.panel-body.structure-luxury .panel-card,.panel-body.structure-elegant .panel-card{border-radius:0;box-shadow:none}.panel-body.structure-magazine .panel-main{max-width:1200px}.panel-body.structure-professional .sidebar{background:#163a5f}.panel-body.structure-creative .stat-grid article:nth-child(even){transform:translateY(7px)}.panel-body.structure-compact .panel-main{padding:18px}.panel-body.structure-compact .panel-card{padding:14px;border-radius:10px}.panel-body.structure-fullscreen .panel-top{background:var(--brand-primary);color:#fff}.panel-body.structure-business .panel-card{border-left:4px solid var(--brand-primary)}.panel-body.structure-marketing .stat-grid article{border-bottom:4px solid var(--brand-primary)}.panel-body.structure-socialpro .sidebar{background:linear-gradient(180deg,#4c1d95,#831843)}.panel-body.structure-ultimate .stat-grid{grid-template-columns:repeat(6,1fr)}
@media(max-width:980px){.bulk-grid.open{grid-template-columns:repeat(2,1fr)}.settings-split{grid-template-columns:1fr}.brand-preview{position:static}.panel-body.structure-minimal .sidebar,.panel-body.structure-dashboard .sidebar{width:210px}.panel-body.structure-minimal .panel-shell,.panel-body.structure-dashboard .panel-shell{margin-left:210px}.panel-body.structure-ultimate .stat-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:720px){.bulk-grid.open{grid-template-columns:1fr}.panel-body.structure-minimal .sidebar,.panel-body.structure-dashboard .sidebar{width:100%}.panel-body.structure-minimal .panel-shell,.panel-body.structure-dashboard .panel-shell{margin-left:0}.panel-body.structure-ultimate .stat-grid{grid-template-columns:1fr}}
.pager{display:flex;align-items:center;justify-content:center;gap:14px;margin:22px 0;color:#69758a;font-size:.85rem}
.hero-image{width:100%;max-height:360px;object-fit:cover;border-radius:24px;box-shadow:0 22px 60px rgba(20,30,60,.18)}.editorial-image{width:100%;max-height:460px;object-fit:cover;border-radius:18px;margin-top:18px}.testimonial-section{display:grid;grid-template-columns:1fr auto;gap:28px;align-items:center}.testimonial-section figure{margin:0;padding:30px;background:#fff;border:1px solid #e6eaf2;border-radius:24px}.testimonial-section blockquote{font-size:clamp(1.5rem,3vw,2.6rem);line-height:1.15;margin:0 0 16px}.testimonial-section img{width:180px;height:180px;object-fit:cover;border-radius:50%}@media(max-width:720px){.testimonial-section{grid-template-columns:1fr}.testimonial-section img{width:120px;height:120px}}
.check-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.check{padding:16px;border-radius:14px;border:1px solid #e5e7eb;background:#fff}.check.ok{border-left:4px solid #12b76a}.check.bad{border-left:4px solid #f04438}.check p{margin:5px 0 0;color:#6d788b;font-size:.85rem}@media(max-width:900px){.check-grid{grid-template-columns:1fr 1fr}}@media(max-width:600px){.check-grid{grid-template-columns:1fr}}
