:root{--bg:#090d18;--panel:#111827;--panel2:#182235;--line:#28354d;--text:#f3f7ff;--muted:#96a3b9;--primary:#7c3aed;--primary2:#5b5cf6;--ok:#22c55e;--warn:#f59e0b;--bad:#ef4444;--shadow:0 24px 70px rgba(0,0,0,.34)}
*{box-sizing:border-box}html,body{margin:0;min-height:100%;font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif;background:radial-gradient(circle at 14% 0,#182149 0,transparent 27%),var(--bg);color:var(--text)}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit}button{cursor:pointer}.muted{color:var(--muted)}
.auth-body{display:grid;place-items:center;min-height:100vh;padding:22px}.auth-card{width:min(440px,100%);background:rgba(17,24,39,.94);border:1px solid var(--line);border-radius:24px;padding:28px;box-shadow:var(--shadow)}.auth-card h1{margin:12px 0 6px}.auth-card>p{color:var(--muted);margin:0 0 22px;line-height:1.55}.auth-card small{display:block;margin-top:18px;color:var(--muted);line-height:1.45}.brand-mark{width:48px;height:48px;display:grid;place-items:center;border-radius:15px;background:linear-gradient(135deg,#8b5cf6,#22d3ee);font-weight:900;font-size:20px}.form-stack{display:grid;gap:13px}.form-stack label,.field label{display:grid;gap:6px;font-size:12px;font-weight:800;color:#c7d0df}.form-stack input,.field input,.field textarea,.field select{width:100%;background:#0d1423;border:1px solid #2c3a53;border-radius:11px;padding:11px 12px;color:var(--text);outline:none}.field textarea{min-height:88px;resize:vertical}.form-stack input:focus,.field input:focus,.field textarea:focus,.field select:focus{border-color:#7766ff;box-shadow:0 0 0 3px rgba(119,102,255,.14)}.switch-auth{margin-top:16px;font-size:13px;color:var(--muted)}.switch-auth a{color:#c9c1ff;font-weight:800}.alert{padding:11px 13px;border-radius:12px;margin:14px 0;font-size:13px;border:1px solid}.alert.ok{background:#10291a;border-color:#245d36;color:#a7f3b9}.alert.bad{background:#2b1417;border-color:#64282f;color:#fecaca}.alert.warn{background:#2c2411;border-color:#6b5420;color:#fde68a}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border:1px solid var(--line);background:#172237;color:var(--text);padding:10px 14px;border-radius:11px;font-weight:800;font-size:13px;transition:.18s}.btn:hover{transform:translateY(-1px);border-color:#455774}.btn.primary{border-color:transparent;background:linear-gradient(135deg,var(--primary),var(--primary2));box-shadow:0 9px 25px rgba(124,58,237,.2)}.btn.ghost{background:transparent}.btn.danger{background:#291419;border-color:#5b2831;color:#fecaca}.btn.success{background:#12311e;border-color:#285f3a;color:#bbf7d0}.btn:disabled{opacity:.55;cursor:not-allowed;transform:none}.btn.block{width:100%}
.topbar{position:sticky;top:0;z-index:30;height:70px;display:flex;align-items:center;justify-content:space-between;padding:0 22px;border-bottom:1px solid rgba(255,255,255,.08);background:rgba(8,12,23,.84);backdrop-filter:blur(16px)}.brand{display:flex;align-items:center;gap:11px}.brand .brand-mark{width:38px;height:38px;border-radius:12px;font-size:16px}.brand b{font-size:15px}.brand small{display:block;color:var(--muted);font-size:10px;margin-top:2px}.nav-actions{display:flex;align-items:center;gap:8px}.user-chip{font-size:11px;color:var(--muted);border:1px solid var(--line);border-radius:999px;padding:8px 11px;max-width:260px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.shell{width:min(1220px,calc(100% - 28px));margin:24px auto 50px}.page-head{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:20px}.page-head h1{margin:0;font-size:30px;letter-spacing:-.04em}.page-head p{margin:7px 0 0;color:var(--muted);font-size:13px}.stats{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-bottom:18px}.stat{background:rgba(17,24,39,.84);border:1px solid var(--line);border-radius:17px;padding:16px}.stat small{color:var(--muted);font-size:11px}.stat b{display:block;font-size:25px;margin-top:5px}.panel{background:rgba(17,24,39,.88);border:1px solid var(--line);border-radius:19px;overflow:hidden;box-shadow:0 14px 45px rgba(0,0,0,.16)}.panel-head{padding:15px 17px;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;gap:14px}.panel-head h2{font-size:15px;margin:0}.panel-body{padding:16px}.empty{padding:35px 15px;text-align:center;color:var(--muted);font-size:13px}.cards-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.card-item{background:#101827;border:1px solid #27334a;border-radius:16px;overflow:hidden}.card-preview-mini{height:150px;background:linear-gradient(135deg,#6d28d9,#17223b 55%,#0891b2);position:relative;padding:16px;display:flex;flex-direction:column;justify-content:flex-end}.card-preview-mini:after{content:'QR';position:absolute;right:16px;top:16px;width:52px;height:52px;border-radius:8px;background:#fff;color:#111827;display:grid;place-items:center;font-size:11px;font-weight:900}.card-preview-mini b{font-size:17px}.card-preview-mini span{font-size:11px;color:rgba(255,255,255,.75);margin-top:3px}.card-meta{padding:13px}.card-meta .row{display:flex;justify-content:space-between;gap:10px;align-items:center}.card-meta small{color:var(--muted);font-size:10px}.card-actions{display:grid;grid-template-columns:1fr 1fr;gap:7px;margin-top:10px}.badge{display:inline-flex;align-items:center;border-radius:999px;padding:5px 8px;font-size:10px;font-weight:900;border:1px solid}.badge.pending{color:#fde68a;background:#2b2412;border-color:#665523}.badge.approved{color:#bbf7d0;background:#12301d;border-color:#28603a}.badge.rejected{color:#fecaca;background:#2b1518;border-color:#632c33}.badge.draft{color:#cbd5e1;background:#172033;border-color:#334155}
.table-wrap{overflow:auto}.data-table{width:100%;border-collapse:collapse;min-width:820px}.data-table th,.data-table td{padding:12px 10px;border-bottom:1px solid #243147;text-align:left;font-size:12px;vertical-align:middle}.data-table th{color:#9eabc0;font-size:10px;text-transform:uppercase;letter-spacing:.08em}.data-table tr:last-child td{border-bottom:none}.proof-thumb{width:72px;height:72px;border-radius:10px;object-fit:cover;border:1px solid var(--line);background:#0d1423}.money{font-weight:900}.admin-grid{display:grid;grid-template-columns:1.3fr .7fr;gap:16px}.settings-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.settings-grid .full{grid-column:1/-1}
.editor-layout{display:grid;grid-template-columns:minmax(340px,430px) 1fr;min-height:calc(100vh - 70px)}.editor-side{border-right:1px solid rgba(255,255,255,.08);padding:16px;background:rgba(13,19,33,.91);height:calc(100vh - 70px);overflow:auto}.editor-stage{height:calc(100vh - 70px);overflow:auto;padding:20px}.editor-top-actions{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-bottom:12px}.section{border:1px solid var(--line);background:#131d2e;border-radius:15px;margin-bottom:10px;overflow:hidden}.section summary{list-style:none;padding:13px 14px;cursor:pointer;font-size:12px;font-weight:900;display:flex;justify-content:space-between}.section summary::-webkit-details-marker{display:none}.section summary:after{content:'+';color:var(--muted)}.section[open] summary:after{content:'−'}.section-content{padding:0 14px 14px}.grid2{display:grid;grid-template-columns:1fr 1fr;gap:9px}.field{margin-bottom:9px}.hint{font-size:10px;color:var(--muted);line-height:1.45}.template-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.template-option{border:1px solid #2c3a53;border-radius:12px;padding:8px;background:#0d1423;cursor:pointer}.template-option.active{border-color:#8b7bff;box-shadow:0 0 0 2px rgba(139,123,255,.13)}.template-swatch{height:58px;border-radius:8px;margin-bottom:6px}.template-option b{font-size:10px}.file-drop{display:block;border:1px dashed #3d4c68;border-radius:12px;padding:13px;text-align:center;color:var(--muted);font-size:11px;cursor:pointer}.file-drop strong{color:var(--text)}.file-drop.dragover{border-color:#8b7bff;background:rgba(124,58,237,.12);color:#e7ddff;transform:translateY(-1px)}.colors{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.colors label{font-size:9px;color:var(--muted);font-weight:800}.colors input{width:100%;height:36px;border:none;background:transparent;padding:0}.stage-head{display:flex;justify-content:space-between;align-items:flex-start;gap:15px;margin-bottom:14px}.stage-head h1{font-size:20px;margin:0}.stage-head p{margin:5px 0 0;color:var(--muted);font-size:11px}.stage-pills{display:flex;gap:7px;flex-wrap:wrap;justify-content:flex-end}.pill{padding:6px 9px;border:1px solid var(--line);border-radius:999px;color:var(--muted);font-size:10px;background:#111827}.canvas-wrap{position:relative;display:flex;align-items:center;justify-content:center;min-height:430px;padding:18px;border:1px solid var(--line);border-radius:18px;background:linear-gradient(45deg,#10182a 25%,transparent 25%) 0 0/20px 20px,linear-gradient(45deg,transparent 75%,#10182a 75%) 0 0/20px 20px,linear-gradient(45deg,transparent 75%,#10182a 75%) 10px -10px/20px 20px,linear-gradient(45deg,#10182a 25%,#151f34 25%) 10px -10px/20px 20px}.canvas-wrap canvas{max-width:100%;max-height:calc(100vh - 225px);display:block;border-radius:13px;box-shadow:0 22px 55px rgba(0,0,0,.28);background:#fff}.watermark-note{margin-top:10px;color:#b9c4d6;font-size:10px;text-align:center}.pay-box{margin-top:14px;border:1px solid var(--line);border-radius:16px;background:#111827;padding:15px}.pay-box h3{margin:0 0 5px;font-size:14px}.pay-box p{margin:0;color:var(--muted);font-size:11px;line-height:1.5}.pay-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:12px}.bank-box{background:#0d1423;border:1px solid #29364d;border-radius:12px;padding:12px}.bank-box small{color:var(--muted);font-size:9px;text-transform:uppercase;letter-spacing:.08em}.bank-box b{display:block;font-size:13px;margin-top:3px;word-break:break-word}.payment-upload{margin-top:12px}.download-row{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-top:12px}
.modal-backdrop{position:fixed;inset:0;background:rgba(0,0,0,.66);z-index:100;display:none;align-items:center;justify-content:center;padding:18px}.modal-backdrop.show{display:flex}.modal{width:min(560px,100%);max-height:90vh;overflow:auto;background:#101827;border:1px solid var(--line);border-radius:20px;box-shadow:var(--shadow);padding:20px}.modal-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:15px}.modal-head h2{margin:0;font-size:18px}.modal-head p{margin:5px 0 0;color:var(--muted);font-size:11px}.icon-btn{border:1px solid var(--line);background:#172237;color:#fff;border-radius:9px;width:34px;height:34px}
.toast{position:fixed;right:18px;bottom:18px;z-index:200;background:#111827;border:1px solid var(--line);border-radius:12px;padding:11px 14px;font-size:12px;box-shadow:var(--shadow);opacity:0;transform:translateY(12px);pointer-events:none;transition:.22s}.toast.show{opacity:1;transform:none}.toast.ok{border-color:#285f3a}.toast.bad{border-color:#64282f}
@media(max-width:980px){.cards-grid{grid-template-columns:1fr 1fr}.admin-grid{grid-template-columns:1fr}.editor-layout{grid-template-columns:1fr}.editor-side,.editor-stage{height:auto}.editor-side{border-right:none;border-bottom:1px solid rgba(255,255,255,.08)}.canvas-wrap{min-height:300px}.editor-stage{padding:14px}.topbar{position:relative}.settings-grid{grid-template-columns:1fr}.settings-grid .full{grid-column:auto}}
@media(max-width:640px){.topbar{height:auto;min-height:64px;padding:10px 12px}.brand small,.user-chip{display:none}.shell{width:min(100% - 18px,1220px);margin-top:16px}.page-head{align-items:flex-start;flex-direction:column}.page-head h1{font-size:24px}.stats{grid-template-columns:1fr}.cards-grid{grid-template-columns:1fr}.grid2,.pay-grid,.download-row{grid-template-columns:1fr}.nav-actions .btn.ghost{display:none}.editor-side{padding:11px}.editor-stage{padding:11px}.stage-head{flex-direction:column}.stage-pills{justify-content:flex-start}.canvas-wrap{padding:7px;border-radius:12px}.template-grid{grid-template-columns:1fr 1fr}.auth-card{padding:22px}.colors{grid-template-columns:1fr 1fr 1fr}}
/* v1.4: miniaturas que representan composiciones, no solo colores */
.template-swatch{position:relative;overflow:hidden;border:1px solid rgba(255,255,255,.08)}
.template-swatch:before,.template-swatch:after{content:'';position:absolute;display:block}
.template-option[data-template="aurora"] .template-swatch:before{left:8px;top:8px;width:38px;height:9px;border-radius:8px;background:rgba(255,255,255,.8);box-shadow:0 14px 0 rgba(255,255,255,.28),0 28px 0 rgba(255,255,255,.18)}
.template-option[data-template="aurora"] .template-swatch:after{right:8px;top:13px;width:26px;height:26px;border:5px solid #fff;background:#111}
.template-option[data-template="executive"] .template-swatch:before{inset:0 auto 0 0;width:25%;background:rgba(0,0,0,.55)}
.template-option[data-template="executive"] .template-swatch:after{right:8px;top:12px;width:24px;height:24px;background:#fff;border:3px solid #111}
.template-option[data-template="obsidian"] .template-swatch:before{right:7px;top:7px;width:31px;height:31px;background:#fff;border:4px solid #111}
.template-option[data-template="obsidian"] .template-swatch:after{left:8px;bottom:9px;width:50%;height:5px;background:#67e8f9;box-shadow:0 -11px 0 rgba(255,255,255,.65)}
.template-option[data-template="minimal"] .template-swatch:before{left:8px;top:10px;width:56%;height:5px;background:#0f172a;box-shadow:0 12px 0 #94a3b8,0 25px 0 #cbd5e1}
.template-option[data-template="minimal"] .template-swatch:after{right:8px;top:9px;width:22px;height:22px;border:3px solid #0f172a;background:#fff}
.template-option[data-template="rose"] .template-swatch:before{left:8px;right:8px;bottom:8px;height:17px;border-radius:12px;background:rgba(255,255,255,.22);box-shadow:0 -21px 0 rgba(255,255,255,.16)}
.template-option[data-template="rose"] .template-swatch:after{left:9px;top:8px;width:22px;height:22px;border-radius:50%;background:#fff}
.template-option[data-template="ocean"] .template-swatch:before{left:7px;top:7px;bottom:7px;width:38%;border-radius:8px;background:rgba(255,255,255,.18)}
.template-option[data-template="ocean"] .template-swatch:after{right:8px;bottom:8px;width:24px;height:24px;background:#fff;border:3px solid #111}
.template-option[data-template="neon"] .template-swatch:before{left:0;right:0;top:50%;height:1px;background:rgba(34,211,238,.45);box-shadow:0 -14px 0 rgba(34,211,238,.18),0 14px 0 rgba(34,211,238,.18)}
.template-option[data-template="neon"] .template-swatch:after{left:8px;top:12px;width:25px;height:25px;border:3px solid #22d3ee;background:#07111f;box-shadow:38px 1px 0 -8px #22d3ee}
.template-option[data-template="luxe"] .template-swatch:before{inset:6px;border:1px solid #d4a64a;border-radius:6px}
.template-option[data-template="luxe"] .template-swatch:after{right:11px;bottom:10px;width:22px;height:22px;background:#fff;border:3px solid #111}
.template-option[data-template="sunset"] .template-swatch:before{left:-12px;top:-15px;width:65%;height:90px;background:rgba(15,23,42,.28);transform:rotate(13deg)}
.template-option[data-template="sunset"] .template-swatch:after{right:8px;bottom:8px;width:22px;height:22px;background:#fff;border:3px solid #111}
.template-option[data-template="emerald"] .template-swatch:before{left:8px;top:7px;width:36%;height:44px;border-radius:8px;background:rgba(255,255,255,.18)}
.template-option[data-template="emerald"] .template-swatch:after{right:9px;bottom:8px;width:22px;height:22px;background:#fff;border:3px solid #111}
.template-option[data-template="mono"] .template-swatch:before{left:0;top:0;bottom:0;width:44%;background:#fff}
.template-option[data-template="mono"] .template-swatch:after{right:8px;bottom:8px;width:23px;height:23px;background:#fff;border:3px solid #111}
.template-option[data-template="coral"] .template-swatch:before{left:-12px;top:-10px;width:55px;height:72px;border-radius:50%;background:rgba(255,255,255,.18)}
.template-option[data-template="coral"] .template-swatch:after{right:9px;top:9px;width:24px;height:24px;background:#fff;border:3px solid #111;border-radius:6px}
.template-option[data-template="royal"] .template-swatch:before{left:15%;right:15%;top:11px;height:1px;background:rgba(255,255,255,.55);box-shadow:0 31px 0 rgba(255,255,255,.35)}
.template-option[data-template="royal"] .template-swatch:after{left:50%;top:9px;width:25px;height:25px;transform:translateX(-50%);border-radius:50%;background:#fff}
.template-option[data-template="pearl"] .template-swatch:before{left:0;top:0;bottom:0;width:32%;background:#e2e8f0}
.template-option[data-template="pearl"] .template-swatch:after{left:8px;top:14px;width:22px;height:22px;background:#fff;border:3px solid #0f172a}
/* CromaCard v1.5 · perfil interactivo + prueba */
.repeat-list{display:grid;gap:8px;margin-bottom:9px}.repeat-item{border:1px solid #2b3951;background:#0d1423;border-radius:12px;padding:9px}.repeat-item-top{display:grid;grid-template-columns:minmax(0,1.3fr) minmax(0,.7fr) 36px;gap:7px;margin-bottom:7px}.repeat-item textarea{min-height:72px;margin-bottom:7px}.repeat-item input{margin-bottom:7px}.repeat-item-top input{margin-bottom:0}.repeat-item .item-url{margin-bottom:0}.qr-protection{position:absolute;left:50%;bottom:26px;transform:translateX(-50%);z-index:3;display:flex;flex-direction:column;gap:2px;max-width:min(430px,calc(100% - 34px));padding:8px 12px;border-radius:12px;background:rgba(8,12,23,.84);border:1px solid rgba(255,255,255,.12);backdrop-filter:blur(10px);text-align:center;pointer-events:none}.qr-protection strong{font-size:10px}.qr-protection span{font-size:9px;color:#aab7ca;line-height:1.35}.public-preview-box{margin-top:14px;padding:15px;border-radius:16px;border:1px solid var(--line);background:#111827;display:grid;grid-template-columns:1fr auto;gap:12px;align-items:center}.public-preview-box small{color:var(--muted);font-size:9px;text-transform:uppercase;letter-spacing:.08em}.public-preview-box h3{font-size:14px;margin:4px 0}.public-preview-box p{font-size:11px;color:var(--muted);margin:0}.public-preview-actions{display:flex;gap:7px;flex-wrap:wrap;justify-content:flex-end}.trial-warning{grid-column:1/-1;display:flex;gap:8px;align-items:flex-start;border-radius:12px;padding:10px 11px;background:#2a2213;border:1px solid #5e4e24;color:#f6d77a;font-size:10px;line-height:1.45}.trial-warning strong{white-space:nowrap}.disabled-link{opacity:.48;pointer-events:none}
@media(max-width:640px){.repeat-item-top{grid-template-columns:1fr 1fr 36px}.public-preview-box{grid-template-columns:1fr}.public-preview-actions{justify-content:stretch}.public-preview-actions .btn{flex:1}.trial-warning{flex-direction:column;gap:3px}.qr-protection{bottom:14px}}

/* CromaCard v1.6 · selector Card / Miniweb + temas de miniweb */
.preview-switch{display:grid;grid-template-columns:1fr 1fr;gap:6px;padding:5px;margin-bottom:14px;border:1px solid var(--line);background:#0d1423;border-radius:14px;position:sticky;top:0;z-index:12;backdrop-filter:blur(12px)}
.preview-switch-btn{border:0;background:transparent;color:var(--muted);padding:10px 12px;border-radius:10px;font-weight:900;font-size:12px;cursor:pointer}
.preview-switch-btn.active{background:linear-gradient(135deg,#6d5dfc,#5b5cf6);color:#fff;box-shadow:0 8px 22px rgba(91,92,246,.22)}
.preview-pane{display:none}.preview-pane.active{display:block}
.miniweb-preview-stage{border:1px solid var(--line);border-radius:18px;background:linear-gradient(45deg,#10182a 25%,transparent 25%) 0 0/20px 20px,linear-gradient(45deg,transparent 75%,#10182a 75%) 0 0/20px 20px,linear-gradient(45deg,transparent 75%,#10182a 75%) 10px -10px/20px 20px,linear-gradient(45deg,#10182a 25%,#151f34 25%) 10px -10px/20px 20px;padding:14px;min-height:500px}
.miniweb-preview-toolbar{display:flex;align-items:center;justify-content:center;gap:9px;margin:0 auto 10px;color:#93a4bd;font-size:10px}.miniweb-preview-toolbar b{color:#fff;font-size:11px}.miniweb-preview-toolbar small{border:1px solid #2d3b54;padding:4px 7px;border-radius:999px;background:#0d1423}
.miniweb-preview-device{width:min(410px,100%);height:min(720px,calc(100vh - 190px));min-height:560px;margin:auto;background:#fff;border:8px solid #111827;border-radius:30px;overflow:hidden;box-shadow:0 24px 60px rgba(0,0,0,.34)}
.miniweb-preview-device iframe{display:block;width:100%;height:100%;border:0;background:#fff}
.web-theme-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px}
.web-theme-option{appearance:none;text-align:left;border:1px solid #2c3a53;border-radius:13px;padding:8px;background:#0d1423;color:var(--text);cursor:pointer;transition:.18s;min-width:0}
.web-theme-option:hover{border-color:#4c5f7f;transform:translateY(-1px)}
.web-theme-option.active{border-color:#8b7bff;box-shadow:0 0 0 2px rgba(139,123,255,.13)}
.web-theme-option b{display:block;font-size:10px;margin-top:7px}.web-theme-option small{display:block;color:var(--muted);font-size:8px;margin-top:2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.web-theme-thumb{position:relative;display:block;height:72px;border-radius:9px;overflow:hidden;border:1px solid rgba(255,255,255,.08);background:#101827}
.web-theme-thumb i{position:absolute;display:block}
.wt-nexus{background:linear-gradient(145deg,#111827,#1e293b)}.wt-nexus i:nth-child(1){width:18px;height:18px;border-radius:6px;left:8px;top:8px;background:#8b5cf6}.wt-nexus i:nth-child(2){left:8px;right:8px;bottom:8px;height:24px;border-radius:7px;background:rgba(255,255,255,.10)}.wt-nexus i:nth-child(3){right:8px;top:9px;width:34px;height:7px;border-radius:5px;background:#fff;opacity:.7}
.wt-editorial{background:#f8f5ef}.wt-editorial i:nth-child(1){left:8px;top:8px;width:22px;height:22px;background:#111}.wt-editorial i:nth-child(2){left:8px;right:8px;top:39px;height:2px;background:#c9c2b8}.wt-editorial i:nth-child(3){right:8px;top:9px;width:42px;height:4px;background:#111;box-shadow:0 8px 0 #777}
.wt-split{background:linear-gradient(90deg,#0d1525 0 58%,#172237 58%)}.wt-split i:nth-child(1){left:8px;top:10px;width:20px;height:20px;border-radius:5px;background:#22d3ee}.wt-split i:nth-child(2){left:35px;top:11px;width:30px;height:5px;background:#fff;box-shadow:0 9px 0 rgba(255,255,255,.45)}.wt-split i:nth-child(3){right:7px;top:9px;width:28px;height:48px;border-radius:6px;background:rgba(255,255,255,.11)}
.wt-spotlight{background:radial-gradient(circle at 50% 10%,#6d28d9,#080b12 55%)}.wt-spotlight i:nth-child(1){left:50%;top:8px;width:25px;height:25px;border-radius:50%;background:#fff;transform:translateX(-50%)}.wt-spotlight i:nth-child(2){left:24%;right:24%;top:40px;height:6px;border-radius:5px;background:rgba(255,255,255,.75)}.wt-spotlight i:nth-child(3){left:18%;right:18%;bottom:7px;height:10px;border-radius:999px;background:rgba(255,255,255,.16)}
.wt-metro{background:#e8edf3}.wt-metro i:nth-child(1){left:7px;top:7px;width:30px;height:28px;background:#111}.wt-metro i:nth-child(2){right:7px;top:7px;width:39px;height:28px;border:2px solid #111;background:#fff}.wt-metro i:nth-child(3){left:7px;right:7px;bottom:7px;height:21px;border:2px solid #111;background:#fff}
.wt-boutique{background:#211d19}.wt-boutique i:nth-child(1){left:50%;top:8px;width:24px;height:24px;border-radius:50%;border:1px solid #d4a64a;transform:translateX(-50%)}.wt-boutique i:nth-child(2){left:20%;right:20%;top:40px;height:2px;background:#d4a64a}.wt-boutique i:nth-child(3){left:12%;right:12%;bottom:7px;height:12px;border:1px solid #5a4d40;border-radius:999px}
.wt-catalog{background:#f4f7fb}.wt-catalog i:nth-child(1){left:7px;top:7px;width:24px;height:24px;border-radius:6px;background:#4f46e5}.wt-catalog i:nth-child(2){left:38px;right:7px;top:8px;height:8px;background:#1f2937}.wt-catalog i:nth-child(3){left:7px;right:7px;bottom:7px;height:29px;background:repeating-linear-gradient(90deg,#e2e8f0 0 29%,transparent 29% 35%)}
.wt-creator{background:linear-gradient(#7c3aed 0 31%,#111114 31%)}.wt-creator i:nth-child(1){left:50%;top:13px;width:27px;height:27px;border-radius:50%;background:#fff;border:3px solid #111114;transform:translateX(-50%)}.wt-creator i:nth-child(2){left:18%;right:18%;bottom:18px;height:7px;border-radius:6px;background:rgba(255,255,255,.75)}.wt-creator i:nth-child(3){left:13%;right:13%;bottom:6px;height:7px;border-radius:6px;background:rgba(255,255,255,.13)}
@media(max-width:980px){.preview-switch{position:relative;top:auto}.miniweb-preview-device{height:680px;max-height:none}}
@media(max-width:640px){.web-theme-grid{grid-template-columns:1fr 1fr}.miniweb-preview-stage{padding:7px;min-height:440px}.miniweb-preview-device{width:100%;height:620px;min-height:520px;border-width:5px;border-radius:22px}.preview-switch{margin-bottom:11px}.preview-switch-btn{font-size:11px;padding:9px 7px}}
