:root{--bg:#f4f7fb;--card:#fff;--text:#1f2937;--muted:#667085;--border:#d8e1ec;--primary:#2563eb;--primary-dark:#1d4ed8;--secondary:#eef2ff;--secondary-text:#29407c;--success:#127a42;--error:#b42318;--shadow:0 14px 34px rgba(16,24,40,.08);--radius:18px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,Segoe UI,Arial,sans-serif;background:var(--bg);color:var(--text)}a{text-decoration:none;color:inherit}h1,h2,h3{margin-top:0}label{display:block;font-weight:600;margin-bottom:.45rem}small,.muted{color:var(--muted)}input[type=text],input[type=email],input[type=url],input[type=password],textarea,select{width:100%;padding:.92rem 1rem;border:1px solid var(--border);border-radius:12px;background:#fff;font:inherit}textarea{resize:vertical}input[type=range]{width:100%}.shell{display:grid;grid-template-columns:290px 1fr;min-height:100vh}.sidebar{background:#0f172a;color:#fff;padding:1.2rem;position:sticky;top:0;height:100vh}.brand{display:flex;gap:1rem;align-items:center;margin-bottom:1.8rem}.brand-badge{width:48px;height:48px;border-radius:14px;background:linear-gradient(135deg,#2563eb,#7c3aed);display:grid;place-items:center;font-weight:800}.nav{display:flex;flex-direction:column;gap:.3rem}.nav a{color:#dbe4ff;padding:.82rem .95rem;border-radius:12px}.nav a:hover,.nav a.is-active{background:rgba(255,255,255,.1)}.sidebar-footer{position:absolute;left:1.2rem;right:1.2rem;bottom:1.2rem}.content{padding:1.6rem 2rem 2rem}.topbar{display:flex;justify-content:space-between;gap:1rem;align-items:flex-start;margin-bottom:1.3rem}.card,.status-card{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow)}.status-card{padding:1rem 1.15rem;min-width:290px}.card{padding:1.35rem}.card-head{margin-bottom:1rem}.grid{display:grid;gap:1rem}.grid.cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.45rem;border:none;border-radius:12px;padding:.86rem 1rem;font:inherit;font-weight:700;cursor:pointer}.btn-primary{background:var(--primary);color:#fff}.btn-primary:hover{background:var(--primary-dark)}.btn-secondary{background:var(--secondary);color:var(--secondary-text)}.btn-icon{width:44px;min-width:44px;padding:0}.btn-block{width:100%}.alert{border-radius:14px;padding:1rem 1.1rem;margin:0 0 1rem;border:1px solid transparent}.alert-success{background:#ecfdf3;border-color:#abefc6;color:var(--success)}.alert-error{background:#fef3f2;border-color:#fecdca;color:var(--error)}.section-actions{display:flex;justify-content:flex-end;margin-top:1.2rem}.toggle-wrap{margin-top:1rem}.toggle{display:flex;gap:.75rem;align-items:center;background:#f8fafc;border:1px solid var(--border);padding:1rem;border-radius:14px;width:100%}.repeat-list{display:flex;flex-direction:column;gap:.7rem;margin-bottom:.7rem}.repeat-item{display:flex;gap:.7rem;align-items:center}.module-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem}.module-card{display:block;background:#fff;border:1px solid var(--border);border-radius:16px;padding:1rem;cursor:pointer}.module-card input{margin-bottom:.7rem}.module-card-content p{margin:.45rem 0 0;color:var(--muted)}.upload-panel{padding:1rem;border:1px dashed var(--border);border-radius:14px;background:#fafcff;margin-bottom:1rem}.inline-upload{display:flex;gap:.8rem;align-items:center;flex-wrap:wrap}.uploads-list{display:flex;flex-direction:column;gap:.75rem}.upload-item{display:flex;justify-content:space-between;gap:1rem;align-items:center;padding:.92rem 1rem;border:1px solid var(--border);border-radius:12px;background:#fafafa}.json-preview{width:100%;min-height:340px;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;background:#0b1020;color:#d6deff;border-radius:14px}.overview-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1rem;margin-bottom:1rem}.metric-card{background:#f9fbff;border:1px solid var(--border);border-radius:16px;padding:1rem}.metric-label{display:block;color:var(--muted);margin-bottom:.35rem}.range-value{margin-top:.45rem;font-weight:700}.login-body{display:grid;place-items:center;min-height:100vh;padding:1rem}.login-card{width:min(100%,480px);background:#fff;border:1px solid var(--border);border-radius:20px;box-shadow:var(--shadow);padding:1.5rem}@media (max-width:980px){.shell{grid-template-columns:1fr}.sidebar{position:static;height:auto}.sidebar-footer{position:static;margin-top:1rem}.topbar{flex-direction:column}.grid.cols-2{grid-template-columns:1fr}}
.input-action{display:flex;gap:.7rem}.input-action input{flex:1}.section-divider{border:none;border-top:1px solid var(--border);margin:1.5rem 0}.card-head.compact{margin-top:.5rem}.contacts-list{display:flex;flex-direction:column;gap:1rem;margin-top:1rem}.contact-card{border:1px solid var(--border);border-radius:16px;padding:1rem;background:#fafcff}.contact-card-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.preview-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1rem}.preview-block{border:1px solid var(--border);border-radius:16px;padding:1rem;background:#fafcff}.preview-list{display:flex;flex-direction:column;gap:.75rem}.preview-list>div{display:flex;flex-direction:column;gap:.2rem;padding:.65rem .75rem;background:#fff;border:1px solid var(--border);border-radius:12px}.preview-list span{color:var(--muted);font-size:.92rem}.tag-list{display:flex;flex-wrap:wrap;gap:.5rem}.tag{display:inline-flex;padding:.45rem .7rem;border-radius:999px;background:#fff;border:1px solid var(--border);font-size:.92rem}.contact-preview-list,.preview-upload-list{display:flex;flex-direction:column;gap:.75rem}.contact-preview-card,.preview-upload-item{padding:.8rem .9rem;border-radius:12px;border:1px solid var(--border);background:#fff}
.grid.cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.variant-switch{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1rem;margin-bottom:1rem}.variant-card{display:flex;gap:.8rem;align-items:flex-start;padding:1rem;border:1px solid var(--border);border-radius:16px;background:#fafcff;cursor:pointer}.variant-card input{margin-top:.2rem}.variant-card p{margin:.35rem 0 0;color:var(--muted)}.style-target-card{border:1px solid var(--border);border-radius:16px;padding:1rem;background:#fafcff;margin-bottom:1rem}.style-target-head{display:flex;justify-content:space-between;gap:1rem;align-items:flex-start;margin-bottom:1rem}.style-target-head code{padding:.35rem .5rem;border-radius:10px;background:#fff;border:1px solid var(--border);font-size:.85rem;white-space:nowrap}.style-preview-area{border:1px dashed var(--border);border-radius:16px;padding:1rem;background:#fff;margin-top:1.2rem}.preview-shell{display:flex;flex-direction:column;gap:.8rem;border:1px solid #d8e1ec;border-radius:18px;padding:1rem;background:#fff}.chat-shell #chat-header,.support-shell #support-header{font-weight:700;padding:.8rem 1rem;border:1px solid #d8e1ec;border-radius:14px;background:#eef2ff}.chat-message,.support-card{padding:.8rem 1rem;border:1px solid #d8e1ec;border-radius:14px;background:#fff}.chat-message.user{align-self:flex-end}.support-card.contact{background:#f9fbff}.cta-button{display:inline-flex;align-self:flex-start;background:#2563eb;color:#fff;border:1px solid #2563eb;border-radius:12px;padding:.8rem 1rem;font-weight:700}.style-variant-group[hidden]{display:none}@media (max-width:980px){.grid.cols-3{grid-template-columns:1fr}.style-target-head{flex-direction:column}}
.styling-layout{display:grid;grid-template-columns:minmax(0,1.3fr) minmax(320px,.9fr);gap:1rem;align-items:start}
.styling-controls{display:flex;flex-direction:column;gap:1rem}
.style-interface-section{margin-bottom:1.5rem;padding-top:.5rem}
.style-target-card{border:1px solid var(--border);border-radius:16px;padding:1rem;background:#fafcff}
.style-target-head{display:flex;justify-content:space-between;gap:1rem;align-items:flex-start;margin-bottom:1rem}
.style-target-head code{display:inline-block;padding:.35rem .55rem;border-radius:10px;background:#fff;border:1px solid var(--border);font-size:.85rem;white-space:nowrap}
.grid.cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}
.style-preview-area{position:sticky;top:1rem;border:1px solid var(--border);border-radius:18px;background:#fff;padding:1rem;box-shadow:var(--shadow)}
.widget-preview-wrapper{background:#f6f7fb;border-radius:22px;padding:1rem;min-height:620px;position:relative}
.widget-preview-window{width:100%;max-width:380px;border:1px solid #7e1002;border-radius:16px;background:rgba(200,200,200,0);overflow:hidden}
.widget-preview-header{display:flex;gap:.75rem;align-items:center;padding:1rem;background:#7e1002;color:#fff}
.widget-preview-icon{width:34px;height:34px;border-radius:50%;border:1px solid rgba(255,255,255,.6);display:grid;place-items:center}
.widget-preview-body{padding:1rem;display:flex;flex-direction:column;gap:.75rem;background:#fff}
.widget-preview-body [data-rf="message-bubble"]{max-width:88%;padding:.65rem .8rem;border:1px solid #d8e1ec;border-radius:12px}
.widget-preview-body [data-rf-role="assistant"]{background:rgba(200,200,200,.3)}
.widget-preview-body [data-rf-role="user"]{margin-left:auto;background:rgba(59,130,246,.2)}
.widget-preview-input-area{display:flex;gap:.75rem;align-items:center;padding:1rem;border-top:1px solid #7e1002;background:#fff}
.widget-preview-input{flex:1;border:1px solid var(--border);border-radius:14px;padding:.85rem 1rem;background:#fff}
.widget-preview-send{width:46px;height:46px;border:none;border-radius:50%;background:#7e1002;color:#fff}
.widget-preview-footer{position:absolute;right:1.2rem;bottom:1rem}
.widget-preview-launcher{width:56px;height:56px;border:none;border-radius:50%;background:#7e1002;color:#fff;font-size:1.4rem;box-shadow:var(--shadow)}
.widget-preview-badge{position:absolute;top:-6px;right:-6px;display:grid;place-items:center;min-width:22px;height:22px;padding:0 6px;border-radius:999px;background:#7e1002;color:#fff;border:1px solid #fff;font-size:.8rem}
.iframe-preview-wrapper{background:#eef2f7;border-radius:22px;padding:1rem;min-height:620px}
.iframe-page{background:#fff;border-radius:20px;padding:.25rem}
.iframe-page-inner{background:rgba(200,200,200,.2);border-radius:20px;padding:1rem;display:flex;flex-direction:column;gap:1rem}
.iframe-header{display:flex;gap:.75rem;justify-content:flex-end}
.iframe-head-btn{border:1px solid #7e1002;background:#fff;border-radius:12px;padding:.7rem 1rem}
.iframe-chat-container{background:rgba(255,255,255,.2);border-radius:20px;padding:1rem;display:flex;flex-direction:column;gap:1rem}
.iframe-message-list{display:flex;flex-direction:column;gap:.75rem}
.iframe-message-list [data-rf="message-bubble"]{padding:.65rem .8rem;border-radius:12px;border:1px solid #d8e1ec}
.iframe-message-list [data-rf-role="assistant"]{background:rgba(200,200,200,.3)}
.iframe-message-list [data-rf-role="user"]{background:rgba(59,130,246,.2)}
.iframe-input-wrapper{display:flex;gap:.75rem}
.iframe-preview-input{flex:1;border:1px solid var(--border);border-radius:12px;padding:.85rem 1rem;background:#fff}
.iframe-send-button{border:none;border-radius:12px;background:#7e1002;color:#fff;padding:.85rem 1rem}
.variant-switch,.variant-card,.preview-shell,.chat-shell,.support-shell{display:none!important}
@media (max-width: 1200px){.styling-layout{grid-template-columns:1fr}.style-preview-area{position:static}.grid.cols-3{grid-template-columns:1fr 1fr}}
@media (max-width: 760px){.grid.cols-3{grid-template-columns:1fr}.widget-preview-window{max-width:none}}

.export-box{margin-top:1rem;padding:1rem;border:1px solid var(--border);border-radius:16px;background:#f9fbff}
.export-downloads{display:flex;gap:.75rem;flex-wrap:wrap;margin:1rem 0}
