:root{--bg:#f8f9fd;--panel:#fff;--text:#222537;--muted:#8b90a5;--line:#eceef4;--purple:#7b61ff;--green:#27d6a0;--cyan:#36bffa;--shadow:0 14px 34px rgba(37,42,75,.07)}*{box-sizing:border-box}html,body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Arial;color:var(--text);background:var(--bg)}a{text-decoration:none;color:inherit}.muted{color:var(--muted)}.app-shell{display:grid;grid-template-columns:235px 1fr;min-height:100vh}.sidebar{background:#fff;border-right:1px solid var(--line);padding:22px 14px;display:flex;flex-direction:column;position:sticky;top:0;height:100vh}.brand{display:flex;align-items:center;gap:10px;padding:0 8px 22px}.brand img,.installer-brand img{width:40px;height:40px;object-fit:contain}.brand span,.installer-brand div{display:flex;flex-direction:column}.brand b{font-size:14px}.brand small,.installer-brand span{font-size:10px;color:var(--muted);margin-top:2px}.sidebar nav{display:flex;flex-direction:column;gap:4px}.sidebar nav a{padding:10px 12px;border-radius:9px;font-size:13px;color:#6f7488;display:flex;gap:11px;align-items:center}.sidebar nav a:hover,.sidebar nav a.active{background:#f0edff;color:#6249f5;font-weight:700}.nav-label{font-size:9px;font-weight:800;letter-spacing:.12em;color:#b3b7c5;padding:17px 12px 6px;text-transform:uppercase}.sidebar-bottom{margin-top:auto;border-top:1px solid var(--line);padding-top:14px}.mini-user{display:flex;gap:8px;align-items:center}.mini-user>div:last-child{min-width:0;display:flex;flex-direction:column}.mini-user b{font-size:11px}.mini-user small{font-size:9px;color:var(--muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:135px}.avatar{width:34px;height:34px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(135deg,#7b61ff,#36bffa);color:#fff;font-weight:800}.avatar.small{width:30px;height:30px}.logout{font-size:10px;color:#c76573;display:inline-block;margin:12px 0 0 43px}.main{min-width:0}.topbar{height:68px;background:#fff;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;padding:0 28px;position:sticky;top:0;z-index:5}.search{display:flex;gap:8px;align-items:center;border:1px solid var(--line);border-radius:9px;padding:8px 12px;width:360px;color:#a2a6b5}.search input{border:0;outline:0;width:100%;font-size:12px}.top-actions{display:flex;align-items:center;gap:8px;font-size:10px;color:#777c8d}.status-dot{width:8px;height:8px;background:#2dd4a5;border-radius:50%;box-shadow:0 0 0 4px #e5fbf4}.content{padding:28px;max-width:1480px;margin:auto}.hero-row,.page-head{display:flex;justify-content:space-between;align-items:center;gap:20px;margin-bottom:22px}.hero-row h1,.page-head h1{margin:4px 0 6px;font-size:24px}.hero-row p,.page-head p{margin:0;font-size:12px}.eyebrow{font-size:9px!important;letter-spacing:.12em;font-weight:800;color:#7b61ff}.btn{border:0;border-radius:9px;padding:10px 14px;font-weight:750;font-size:11px;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:6px}.btn.primary{background:linear-gradient(135deg,#7457ff,#8c6cff);color:#fff;box-shadow:0 8px 22px rgba(123,97,255,.2)}.btn.soft{background:#f1f2f7;color:#4c5269}.btn.wide{width:100%}.stats{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-bottom:18px}.stat{background:#fff;border:1px solid var(--line);border-radius:13px;padding:18px;display:flex;gap:14px;align-items:center;box-shadow:var(--shadow)}.stat>span{width:44px;height:44px;border-radius:10px;display:grid;place-items:center;font-size:18px}.stat.violet>span{background:#eeeaff;color:#7457ff}.stat.mint>span{background:#e5fbf4;color:#10ad7e}.stat.amber>span{background:#fff5df;color:#d49a1c}.stat.rose>span{background:#ffedf1;color:#de6f82}.stat div{display:flex;flex-direction:column}.stat small{font-size:9px;color:#9297aa}.stat b{font-size:21px;margin:2px 0}.stat em{font-size:9px;color:#9ba0b2;font-style:normal}.dashboard-grid{display:grid;grid-template-columns:2fr 1fr;gap:16px}.card{background:#fff;border:1px solid var(--line);border-radius:13px;padding:18px;box-shadow:var(--shadow)}.card.span2{grid-column:1/-1}.card-head{display:flex;justify-content:space-between;align-items:flex-start;gap:12px}.card h3,.card-head h3{margin:0 0 4px;font-size:13px}.card-head p,.card p{font-size:10px;color:var(--muted);margin:0}.card-head a{font-size:9px;color:#7457ff;font-weight:700}.pipeline-bars{display:flex;flex-direction:column;gap:11px;margin-top:17px}.bar-row{display:grid;grid-template-columns:130px 1fr 45px;align-items:center;gap:10px;font-size:10px}.bar{height:7px;background:#f1f2f7;border-radius:99px;overflow:hidden}.bar i{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#7457ff,#36bffa)}.big-number{font-size:38px;font-weight:800;margin:18px 0 0}.activity-list>div{display:flex;align-items:center;gap:10px;padding:10px 0;border-bottom:1px solid var(--line)}.activity-list>div:last-child{border:0}.activity-icon{width:28px;height:28px;border-radius:8px;background:#f0edff;color:#7457ff;display:grid;place-items:center;font-weight:800;text-transform:uppercase}.activity-list p{display:flex;flex-direction:column;flex:1}.activity-list b{font-size:10px}.activity-list small{font-size:9px;color:var(--muted);margin-top:2px}.badge,.pill{display:inline-flex;padding:4px 8px;border-radius:99px;background:#f0edff;color:#6e53ef;font-size:8px;font-style:normal;font-weight:800}.badge.large{font-size:10px;padding:7px 11px}.filterbar{display:flex;gap:8px;margin-bottom:12px}.filterbar input{max-width:360px}.table-card{background:#fff;border:1px solid var(--line);border-radius:13px;overflow:auto;box-shadow:var(--shadow)}.table-card.plain{box-shadow:none;border:0;margin-top:12px}table{border-collapse:collapse;width:100%;font-size:10px}th{text-align:left;color:#999eaf;font-size:8px;text-transform:uppercase;letter-spacing:.08em;padding:12px 14px;border-bottom:1px solid var(--line)}td{padding:12px 14px;border-bottom:1px solid #f1f2f6;vertical-align:middle}td small{display:block;color:var(--muted);font-size:8px;margin-top:3px}.contact-name{font-weight:750;color:#34384c}.icon-btn{width:28px;height:28px;border-radius:8px;border:1px solid var(--line);background:#fff;display:grid;place-items:center;cursor:pointer}.icon-btn.danger{color:#c84d61}.back{font-size:10px;color:#7457ff;font-weight:700}.two-col{display:grid;grid-template-columns:1fr 1fr;gap:16px}.two-col.align-start{align-items:start}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.form-grid .full{grid-column:1/-1}label{display:flex;flex-direction:column;gap:6px;font-size:9px;font-weight:700;color:#606579;margin-bottom:10px}input,select,textarea{width:100%;border:1px solid #e5e7ef;border-radius:8px;padding:10px 11px;background:#fff;color:#2b3043;font:inherit;outline:none}input:focus,select:focus,textarea:focus{border-color:#8d78ff;box-shadow:0 0 0 3px #f0edff}textarea{resize:vertical;min-height:80px}small,hint{font-weight:400}.row2{display:grid;grid-template-columns:1fr 1fr;gap:10px}hr{border:0;border-top:1px solid var(--line);margin:18px 0}.chips{display:flex;flex-wrap:wrap;gap:7px;margin:10px 0}.chip{background:#e9f9f4;color:#158b6a;padding:5px 8px;border-radius:7px;font-size:9px;font-weight:700}.inline-form{display:flex;gap:7px;align-items:flex-end}.inline-form label,.inline-form select{margin:0}.timeline>div{display:grid;grid-template-columns:16px 1fr;gap:8px;position:relative;padding-bottom:15px}.timeline>div:after{content:"";position:absolute;left:5px;top:12px;bottom:0;width:1px;background:#e6e8f0}.timeline>div:last-child:after{display:none}.timeline i{width:11px;height:11px;border-radius:50%;background:#7b61ff;box-shadow:0 0 0 4px #f0edff}.timeline article{display:flex;flex-direction:column}.timeline b{font-size:10px}.timeline small{font-size:8px;color:var(--muted);margin:3px 0}.timeline p{font-size:9px;margin:3px 0;color:#656a7d}.kanban{display:grid;grid-template-columns:repeat(6,minmax(180px,1fr));gap:12px;overflow:auto;padding-bottom:10px}.kanban section{background:#f0f1f6;border-radius:12px;padding:10px;min-height:450px}.kanban header{display:flex;justify-content:space-between;font-size:10px;padding:4px 4px 10px}.kanban header span{background:#fff;border-radius:99px;padding:2px 6px}.kanban-card{background:#fff;border:1px solid #e5e7ee;border-radius:9px;padding:10px;display:flex;flex-direction:column;margin-bottom:8px;box-shadow:0 4px 12px rgba(37,42,75,.04)}.kanban-card b{font-size:10px}.kanban-card small{font-size:8px;color:var(--muted);margin:4px 0}.kanban-card em{font-size:7px;color:#7b61ff;font-style:normal}.simple-list{display:flex;flex-direction:column;gap:8px}.simple-list>div{border:1px solid var(--line);border-radius:9px;padding:10px;display:flex;justify-content:space-between;align-items:center;gap:10px}.simple-list small{display:block;color:var(--muted);font-size:8px}.simple-list code{font-size:8px;max-width:60%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.card-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.campaign-card,.automation-card{display:flex;flex-direction:column;gap:12px}.campaign-metrics{display:grid;grid-template-columns:repeat(3,1fr);gap:6px}.campaign-metrics span{font-size:8px;color:var(--muted);display:flex;flex-direction:column}.campaign-metrics b{font-size:10px;color:#3d4257}.big-mini{font-size:18px;font-weight:800}.copy-input{font-size:8px;background:#f8f9fc}.flow-builder{max-width:760px;margin:10px auto 25px;display:flex;flex-direction:column;align-items:center}.flow-node{width:100%;background:#fff;border:1px solid var(--line);border-radius:13px;padding:14px 16px;box-shadow:var(--shadow);display:flex;justify-content:space-between;align-items:center}.flow-node.trigger{border-color:#b8acef;background:#f8f6ff}.flow-node.whatsapp{border-left:4px solid #29c997}.flow-node.email{border-left:4px solid #6d65ef}.flow-node.delay{border-left:4px solid #f2b44e}.flow-node.stage,.flow-node.tag{border-left:4px solid #36bffa}.flow-node>div{display:flex;flex-direction:column}.flow-node small{font-size:8px;color:var(--muted)}.flow-node b{font-size:11px;margin-top:3px}.connector{padding:6px;color:#a8acba}.flow-add{border:1px dashed #b9bdd0;background:#fff;border-radius:10px;padding:10px 16px;color:#7457ff;font-weight:700;cursor:pointer}.modal{border:0;border-radius:14px;padding:0;width:min(520px,92vw);box-shadow:0 30px 80px rgba(30,33,60,.25)}.modal::backdrop{background:rgba(31,34,55,.35);backdrop-filter:blur(3px)}.modal form{padding:20px}.modal-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.modal-head h3{margin:0}.modal-head button{border:0;background:#f1f2f7;border-radius:8px;width:28px;height:28px}.alert{padding:11px 13px;border-radius:9px;margin-bottom:14px;font-size:10px;font-weight:700}.alert.success{background:#e6faf3;color:#148060}.alert.danger{background:#fff0f2;color:#b94d60}.switch{margin:0}.switch input{display:none}.switch span{width:38px;height:22px;border-radius:99px;background:#d9dce7;display:block;position:relative}.switch span:after{content:"";width:16px;height:16px;border-radius:50%;background:#fff;position:absolute;top:3px;left:3px;transition:.2s}.switch input:checked+span{background:#7457ff}.switch input:checked+span:after{left:19px}.hint{font-size:8px;color:#9196a8}.install-body,.lead-body{min-height:100vh;display:grid;place-items:center;padding:28px;background:radial-gradient(circle at top left,#f0edff 0,transparent 35%),radial-gradient(circle at bottom right,#e4fbf4 0,transparent 35%),#f8f9fd}.installer{width:min(920px,100%);background:#fff;border:1px solid var(--line);border-radius:18px;padding:28px;box-shadow:0 30px 80px rgba(45,48,76,.12)}.installer-brand{display:flex;align-items:center;gap:10px;margin-bottom:20px}.installer-brand b{font-size:14px}.installer h1,.login-card h1,.lead-card h1{font-size:23px;margin:8px 0}.installer>p,.login-card>p{font-size:11px}.install-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-top:20px}.panel{border:1px solid var(--line);border-radius:13px;padding:18px}.panel h3{font-size:12px;margin:0 0 14px}.requirements{margin-top:16px;padding:12px;border-radius:9px;background:#f8f9fc;color:#72778b;font-size:9px}.login-card,.lead-card{width:min(430px,100%);background:#fff;border:1px solid var(--line);border-radius:18px;padding:28px;box-shadow:0 30px 80px rgba(45,48,76,.12)}.login-card form{margin-top:18px}.lead-card{text-align:center}.lead-card form{text-align:left;margin-top:18px}.lead-logo{width:64px;height:64px;object-fit:contain}.empty{text-align:center;color:var(--muted);padding:30px!important}code{background:#f2f3f7;border-radius:6px;padding:4px 6px;font-size:9px;overflow-wrap:anywhere}@media(max-width:1000px){.app-shell{grid-template-columns:74px 1fr}.brand span,.sidebar nav span,.nav-label,.mini-user>div:last-child,.logout{display:none}.brand{justify-content:center}.sidebar nav a{justify-content:center;font-size:16px}.stats{grid-template-columns:1fr 1fr}.card-grid{grid-template-columns:1fr 1fr}.dashboard-grid{grid-template-columns:1fr}.sidebar-bottom{display:flex;justify-content:center}.topbar{padding:0 16px}.search{width:260px}}@media(max-width:700px){.app-shell{display:block}.sidebar{position:fixed;z-index:20;bottom:0;top:auto;width:100%;height:62px;flex-direction:row;padding:7px;background:#fff;border-top:1px solid var(--line);border-right:0}.brand,.sidebar-bottom,.nav-label{display:none}.sidebar nav{width:100%;display:grid;grid-template-columns:repeat(6,1fr);gap:2px}.sidebar nav a{display:none;padding:7px}.sidebar nav a:nth-of-type(1),.sidebar nav a:nth-of-type(2),.sidebar nav a:nth-of-type(6),.sidebar nav a:nth-of-type(7),.sidebar nav a:nth-of-type(8),.sidebar nav a:nth-of-type(10){display:flex}.sidebar nav a span{display:block;font-size:7px}.topbar{position:static}.search{width:100%}.top-actions{display:none}.content{padding:18px 14px 86px}.hero-row,.page-head{align-items:flex-start;flex-direction:column}.stats,.two-col,.install-grid,.form-grid,.card-grid{grid-template-columns:1fr}.dashboard-grid{grid-template-columns:1fr}.row2{grid-template-columns:1fr}.bar-row{grid-template-columns:90px 1fr 35px}.installer{padding:20px}.kanban{grid-template-columns:repeat(6,220px)}}


/* iMersWAMEL PRO v0.1.2 — typography + soft dashboard cards + logo upload */
.brand b{font-size:16px}.brand small,.installer-brand span{font-size:12px}.sidebar nav a{font-size:15px}.nav-label{font-size:11px}.mini-user b{font-size:13px}.mini-user small{font-size:11px}.logout{font-size:12px}.search input{font-size:14px}.top-actions{font-size:12px}.hero-row h1,.page-head h1{font-size:26px}.hero-row p,.page-head p{font-size:14px}.eyebrow{font-size:11px!important}.btn{font-size:13px}.stat{border-width:1px;box-shadow:0 12px 30px rgba(37,42,75,.055)}.stat.violet{background:linear-gradient(135deg,#f4f0ff 0%,#fbfaff 100%);border-color:#e6ddff}.stat.mint{background:linear-gradient(135deg,#ebfbf6 0%,#f8fefc 100%);border-color:#d8f4eb}.stat.amber{background:linear-gradient(135deg,#fff7e5 0%,#fffdf8 100%);border-color:#f5e6c0}.stat.rose{background:linear-gradient(135deg,#fff0f4 0%,#fffafb 100%);border-color:#f6dce4}.stat small{font-size:11px}.stat b{font-size:23px}.stat em{font-size:11px}.card h3,.card-head h3{font-size:15px}.card-head p,.card p{font-size:12px}.card-head a{font-size:11px}.bar-row{font-size:12px}.activity-list b{font-size:12px}.activity-list small{font-size:11px}.badge,.pill{font-size:10px}.badge.large{font-size:12px}.back{font-size:12px}label{font-size:11px}.hint{font-size:10px}table{font-size:12px}th{font-size:10px}td small{font-size:10px}.chip{font-size:11px}.timeline b{font-size:12px}.timeline small{font-size:10px}.timeline p{font-size:11px}.kanban header{font-size:12px}.kanban-card b{font-size:12px}.kanban-card small{font-size:10px}.kanban-card em{font-size:9px}.simple-list small{font-size:10px}.campaign-metrics span{font-size:10px}.campaign-metrics b{font-size:12px}.flow-node small{font-size:10px}.flow-node b{font-size:13px}.alert{font-size:12px}.installer-brand b{font-size:16px}.installer>p,.login-card>p{font-size:13px}.panel h3{font-size:14px}.requirements{font-size:11px}.logo-upload-box{border:1px solid #e8e9f1;border-radius:12px;padding:14px;background:#fafbfe;margin-bottom:14px}.logo-preview{display:flex;align-items:center;gap:12px;margin-bottom:12px}.logo-preview img{width:64px;height:64px;object-fit:contain;border-radius:12px;background:#fff;border:1px solid #eceef4;padding:7px}.logo-preview>div{display:flex;flex-direction:column;gap:4px}.logo-preview b{font-size:13px}.logo-preview small,.logo-file-label small{font-size:10px;color:var(--muted);font-weight:400}.logo-file-label{margin:0}.logo-file-label input[type=file]{padding:9px;background:#fff}
@media(max-width:700px){.sidebar nav a span{font-size:9px}.hero-row h1,.page-head h1{font-size:24px}.hero-row p,.page-head p{font-size:13px}}

/* =========================================================
   iMersWAMEL PRO v0.2.0 — Premium Form & Funnel Engine
   ========================================================= */
.sidebar nav{overflow-y:auto;min-height:0;padding-bottom:12px;scrollbar-width:thin}.sidebar{overflow:hidden}.head-actions,.card-actions,.copy-row,.check-row{display:flex;align-items:center;gap:8px}.card-actions{margin-top:16px;flex-wrap:wrap}.copy-row input{margin:0;flex:1}.copy-row .btn{white-space:nowrap}.two-col.wide-left{grid-template-columns:minmax(0,1.55fr) minmax(290px,.75fr)}
.premium-metrics{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-bottom:18px}.premium-metrics>div{background:linear-gradient(135deg,#f7f4ff,#fff);border:1px solid #e9e1ff;border-radius:16px;padding:16px 18px}.premium-metrics>div:nth-child(2){background:linear-gradient(135deg,#eefcf8,#fff);border-color:#d8f4e9}.premium-metrics>div:nth-child(3){background:linear-gradient(135deg,#fff7e9,#fff);border-color:#f5e5c3}.premium-metrics b{display:block;font-size:25px;line-height:1.1}.premium-metrics span{display:block;color:var(--muted);font-size:12px;margin-top:5px}.form-cards .form-card{min-height:220px}.empty-card{text-align:center;padding:36px}.settings-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px 16px}.settings-grid .span2{grid-column:1/-1}.form-settings{margin-top:18px}.form-settings .card-head{margin-bottom:16px}
.builder-list{display:flex;flex-direction:column;gap:9px}.builder-item{display:flex;align-items:center;gap:12px;border:1px solid #e8eaf2;background:#fbfcff;border-radius:14px;padding:10px 12px;transition:.18s ease}.builder-item:hover{border-color:#d7d4f6;box-shadow:0 8px 22px rgba(37,42,75,.05)}.builder-order form{display:flex;flex-direction:column;gap:3px}.builder-order button{border:0;background:#f0f1f7;color:#74798c;width:27px;height:24px;border-radius:7px;cursor:pointer}.builder-main{display:flex;flex:1;min-width:0;flex-direction:column;gap:3px}.builder-main b{font-size:14px}.builder-main small{color:var(--muted);font-size:11px}.field-type{align-self:flex-start;font-size:9px;font-weight:800;text-transform:uppercase;letter-spacing:.08em;color:#6659c8;background:#f0edff;border-radius:999px;padding:4px 7px}.builder-actions{display:flex;align-items:center;gap:5px}.check-row{justify-content:flex-start;flex-wrap:wrap;margin:12px 0}.check-row label{display:flex;flex-direction:row;align-items:center;gap:7px;margin:0;padding:9px 11px;border:1px solid #e8eaf2;border-radius:10px;background:#fafbfe}.check-row input{width:auto;margin:0}.inline-form{margin:0}.inline-form select{margin:0;min-width:120px;padding:8px 28px 8px 10px}.stats.compact{grid-template-columns:repeat(2,minmax(0,1fr));max-width:720px}

/* Public Form */
.lead-body{background:radial-gradient(circle at 20% 10%,#f1edff 0,transparent 34%),radial-gradient(circle at 90% 80%,#eafbf6 0,transparent 32%),#f7f8fc;min-height:100vh}.lead-card{width:min(620px,calc(100% - 28px));margin:42px auto;padding:30px;border-radius:24px;background:rgba(255,255,255,.94);border:1px solid rgba(225,227,238,.95);box-shadow:0 24px 70px rgba(37,42,75,.10)}.lead-card h1{font-size:30px;line-height:1.16;margin:12px 0 8px}.lead-card>p{font-size:14px;line-height:1.7;color:var(--muted)}.lead-logo{width:64px;height:64px;object-fit:contain;border-radius:16px;margin-bottom:12px}.public-form{display:flex;flex-direction:column;gap:13px;margin-top:20px}.public-form label,.choice-field{margin:0}.public-form input,.public-form textarea,.public-form select{font-size:14px;background:#fff;border-color:#e2e5ef}.public-form textarea{min-height:110px}.form-heading{padding:7px 0}.form-heading h3{margin:0;font-size:18px}.form-heading p{margin:4px 0 0;color:var(--muted);font-size:12px}.choice-field{border:0;padding:0}.choice-field legend{font-size:12px;font-weight:700;margin-bottom:8px}.choice-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.choice-card{display:flex!important;flex-direction:row!important;align-items:center!important;gap:9px!important;border:1px solid #e4e6ee;border-radius:12px;padding:11px 12px;background:#fff;cursor:pointer;transition:.16s ease}.choice-card:has(input:checked){border-color:#9e93e9;background:#f6f3ff;box-shadow:0 0 0 2px rgba(116,99,210,.08)}.choice-card input{width:auto;margin:0}.choice-card span{display:flex;flex-direction:column}.choice-card b{font-size:12px}.choice-card small{font-size:10px;color:#8b6a22}.field-help{font-size:10px;color:var(--muted);font-weight:400;margin-top:4px}.order-total-preview{display:flex;justify-content:space-between;align-items:center;background:linear-gradient(135deg,#fff7e6,#fffdf8);border:1px solid #f1dfb7;border-radius:13px;padding:13px 14px}.order-total-preview span{font-size:12px;color:#8a7446}.order-total-preview b{font-size:19px}.public-submit{margin-top:3px;padding:13px 16px}.powered{display:block;text-align:center;color:#a1a5b3;font-size:10px;margin-top:16px}.hp-field{position:absolute!important;left:-9999px!important;opacity:0!important;pointer-events:none!important}.embed-body{background:transparent!important;min-height:0}.embed-card{width:100%;max-width:none;margin:0;padding:4px;background:transparent;border:0;box-shadow:none}.embed-card>h1{font-size:22px}.success-card{text-align:center}.success-check{width:64px;height:64px;border-radius:50%;display:grid;place-items:center;margin:0 auto;background:#eafbf5;color:#218f6d;font-size:30px;font-weight:900}.order-success{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:18px;background:#f8f9fc;border:1px solid #e8eaf1;padding:14px;border-radius:14px}.order-success span{font-size:10px;color:var(--muted)}.order-success b{font-size:15px}

/* Public Landing Page */
.public-landing{margin:0;background:#fbfbfd;color:#232637;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}.landing-nav{height:72px;display:flex;align-items:center;max-width:1120px;margin:auto;padding:0 22px}.landing-nav>div{display:flex;align-items:center;gap:10px}.landing-nav img{width:38px;height:38px;object-fit:contain;border-radius:10px}.landing-nav b{font-size:15px}.lp-section{max-width:1000px;margin:0 auto;padding:58px 24px}.lp-section h2{font-size:32px;line-height:1.2;margin:0 0 16px}.lp-hero{text-align:center;padding-top:90px;padding-bottom:90px}.lp-hero h1{font-size:clamp(42px,7vw,72px);line-height:1.02;max-width:920px;margin:16px auto}.lp-hero p{font-size:18px;line-height:1.7;color:#72778a;max-width:720px;margin:0 auto 26px}.lp-hero .btn,.lp-cta .btn{padding:14px 20px;font-size:14px}.lp-text{max-width:820px}.lp-text>div{font-size:16px;line-height:1.9;color:#606679}.lp-media{text-align:center}.lp-media img,.lp-media iframe{width:100%;border:0;border-radius:24px;box-shadow:0 24px 60px rgba(37,42,75,.09)}.lp-media iframe{aspect-ratio:16/9}.lp-benefits{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.lp-benefits>div{padding:20px;background:#fff;border:1px solid #e9eaf1;border-radius:18px}.lp-benefits span{display:grid;width:30px;height:30px;place-items:center;border-radius:9px;background:#ebfaf4;color:#248864;font-weight:900}.lp-benefits p{font-size:14px;line-height:1.5}.lp-quote{text-align:center;background:#f5f2ff;border-radius:28px;margin-top:36px;margin-bottom:36px}.lp-quote blockquote{font-size:26px;line-height:1.5;margin:0 auto 16px;max-width:760px}.lp-faq{display:grid;gap:10px}.lp-faq details{background:#fff;border:1px solid #e8eaf1;border-radius:14px;padding:15px 17px}.lp-faq summary{font-weight:750;cursor:pointer}.lp-faq p{color:#6d7285;line-height:1.7}.lp-cta{text-align:center;background:linear-gradient(135deg,#f3efff,#effbf7);border-radius:28px;margin-top:36px;margin-bottom:36px}.lp-cta p{color:#6d7285}.lp-form{display:grid;grid-template-columns:.8fr 1.2fr;gap:34px;align-items:start}.lp-form>div:first-child{padding-top:20px}.lp-form-card{background:#fff;border:1px solid #e6e8f0;border-radius:22px;padding:24px;box-shadow:0 20px 60px rgba(37,42,75,.08)}.lp-form-card form{display:flex;flex-direction:column;gap:13px}.landing-footer{text-align:center;color:#a0a4b2;font-size:11px;padding:40px 20px 60px}

@media(max-width:900px){.two-col.wide-left{grid-template-columns:1fr}.settings-grid{grid-template-columns:1fr}.settings-grid .span2{grid-column:auto}.premium-metrics{grid-template-columns:1fr 1fr}.lp-benefits{grid-template-columns:1fr 1fr}.lp-form{grid-template-columns:1fr}.lp-hero{padding-top:60px;padding-bottom:60px}}
@media(max-width:640px){.head-actions{width:100%;flex-wrap:wrap}.head-actions .btn{flex:1}.premium-metrics{grid-template-columns:1fr}.choice-grid{grid-template-columns:1fr}.lead-card{margin:18px auto;padding:22px 18px;border-radius:20px}.lead-card h1{font-size:25px}.lp-section{padding:42px 18px}.lp-hero h1{font-size:40px}.lp-hero p{font-size:15px}.lp-benefits{grid-template-columns:1fr}.lp-quote{border-radius:0}.lp-quote blockquote{font-size:21px}.lp-cta{border-radius:0}.stats.compact{grid-template-columns:1fr}}
.quick-modules{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin:0 0 18px}.quick-modules>a{display:flex;align-items:center;gap:11px;padding:12px 14px;border:1px solid #e8eaf2;border-radius:14px;background:#fff;color:inherit;text-decoration:none}.quick-modules>a:hover{border-color:#d8d4f4;box-shadow:0 8px 20px rgba(37,42,75,.05)}.quick-modules>a>span{display:grid;place-items:center;width:34px;height:34px;border-radius:10px;background:#f1edff;color:#6c5ed2;font-size:15px}.quick-modules>a:nth-child(2)>span{background:#eafbf5;color:#268e6c}.quick-modules>a:nth-child(3)>span{background:#fff5df;color:#9b741f}.quick-modules>a:nth-child(4)>span{background:#fff0f4;color:#b65777}.quick-modules b{display:block;font-size:15px}.quick-modules small{display:block;color:var(--muted);font-size:10px;margin-top:2px}@media(max-width:900px){.quick-modules{grid-template-columns:1fr 1fr}}@media(max-width:520px){.quick-modules{grid-template-columns:1fr}}
.custom-value-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin-bottom:14px}.custom-value-list>div{padding:10px 12px;border:1px solid #eceef4;border-radius:11px;background:#fafbfe}.custom-value-list span{display:block;color:var(--muted);font-size:10px;margin-bottom:3px}.custom-value-list b{font-size:12px;word-break:break-word}@media(max-width:600px){.custom-value-list{grid-template-columns:1fr}}
.mini-progress{height:6px;background:#eceef4;border-radius:999px;overflow:hidden;min-width:100px;margin-bottom:4px}.mini-progress i{display:block;height:100%;background:linear-gradient(90deg,#8c7be8,#62c6aa);border-radius:inherit}.alert.info{background:#eef7ff;border-color:#d7eafd;color:#45627b}

/* iMersWAMEL PRO v0.2.1 — compact Funnel Overview dashboard hotfix */
.funnel-stats{margin-top:0;margin-bottom:18px}
.funnel-stat{min-height:72px;padding:12px 14px;gap:11px;box-shadow:0 10px 24px rgba(37,42,75,.045);transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}
.funnel-stat:hover{transform:translateY(-2px);box-shadow:0 14px 28px rgba(37,42,75,.075)}
.funnel-stat>span{width:36px;height:36px;border-radius:9px;font-size:15px}
.funnel-stat small{font-size:11px}
.funnel-stat b{font-size:19px;line-height:1.05;margin:2px 0}
.funnel-stat em{font-size:10px}
.stat.cyan{background:linear-gradient(135deg,#eefbfd 0%,#fbfeff 100%);border-color:#d7f0f5}
.stat.cyan>span{background:#ddf7fa;color:#1598aa}
.stat.sky{background:linear-gradient(135deg,#f0f6ff 0%,#fcfdff 100%);border-color:#dce8fb}
.stat.sky>span{background:#e2eeff;color:#4b7bd8}
.stat.peach{background:linear-gradient(135deg,#fff4ec 0%,#fffdfb 100%);border-color:#f4dfd1}
.stat.peach>span{background:#ffe8d9;color:#d17842}
.stat.lilac{background:linear-gradient(135deg,#f5f1ff 0%,#fdfcff 100%);border-color:#e5dcfb}
.stat.lilac>span{background:#ebe4ff;color:#7557d8}
@media(max-width:1000px){.funnel-stats{grid-template-columns:1fr 1fr}}
@media(max-width:700px){.funnel-stats{grid-template-columns:1fr}.funnel-stat{min-height:68px}}

/* iMersWAMEL PRO v0.2.2 — Built-in Guide / Help Center */
.guide-page-head{margin-bottom:16px}.guide-hero{background:linear-gradient(135deg,#f3f0ff 0%,#eefbff 48%,#effcf7 100%);border:1px solid #e5e3fb;border-radius:18px;padding:24px 26px;display:flex;justify-content:space-between;align-items:center;gap:24px;margin-bottom:16px;box-shadow:var(--shadow)}.guide-hero h2{font-size:22px;margin:5px 0 7px}.guide-hero p{font-size:11px;line-height:1.65;color:#686e84;max-width:760px;margin:0}.guide-kicker{display:inline-flex;background:#fff;color:#7059ef;border:1px solid #ded8ff;border-radius:99px;padding:5px 9px;font-size:8px;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.guide-flow-mini{display:flex;align-items:center;gap:7px;flex-wrap:wrap;justify-content:flex-end;min-width:330px}.guide-flow-mini span{background:#fff;border:1px solid rgba(123,97,255,.15);box-shadow:0 5px 14px rgba(43,47,79,.05);border-radius:9px;padding:9px 11px;font-size:9px;font-weight:800}.guide-flow-mini i{font-style:normal;color:#8e80d8}.guide-search-wrap{height:46px;background:#fff;border:1px solid var(--line);border-radius:12px;display:flex;align-items:center;gap:9px;padding:0 14px;margin-bottom:16px;box-shadow:0 8px 24px rgba(37,42,75,.04);color:#9aa0b2}.guide-search-wrap input{border:0;box-shadow:none;padding:0;background:transparent;font-size:11px}.guide-search-wrap input:focus{border:0;box-shadow:none}.guide-layout{display:grid;grid-template-columns:205px minmax(0,1fr);gap:16px;align-items:start}.guide-toc{position:sticky;top:86px;background:#fff;border:1px solid var(--line);border-radius:13px;padding:12px;box-shadow:var(--shadow);display:flex;flex-direction:column;gap:3px}.guide-toc>b{font-size:10px;padding:5px 8px 9px}.guide-toc a{font-size:9px;color:#686e84;padding:8px;border-radius:8px}.guide-toc a:hover{background:#f3f0ff;color:#684ff0;font-weight:700}.guide-content{display:flex;flex-direction:column;gap:14px;min-width:0}.guide-section{scroll-margin-top:88px;background:#fff;border:1px solid var(--line);border-radius:15px;padding:20px;box-shadow:var(--shadow)}.guide-section[hidden]{display:none}.guide-section-title{display:flex;align-items:center;gap:12px;margin-bottom:15px}.guide-section-title h2{font-size:16px;margin:0 0 3px}.guide-section-title p{font-size:9px;color:var(--muted);margin:0}.guide-icon{width:38px;height:38px;border-radius:10px;display:grid;place-items:center;font-size:16px;flex:0 0 auto}.guide-icon.violet{background:#eeeaff;color:#7457ff}.guide-icon.cyan{background:#e8f8ff;color:#1595ce}.guide-icon.mint{background:#e5fbf4;color:#0c9e73}.guide-icon.amber{background:#fff5df;color:#c98c08}.guide-icon.rose{background:#ffedf1;color:#d95b75}.guide-grid{display:grid;gap:10px}.guide-grid.two{grid-template-columns:repeat(2,minmax(0,1fr))}.guide-grid.three{grid-template-columns:repeat(3,minmax(0,1fr))}.guide-grid article{border:1px solid #eff0f5;border-radius:11px;padding:13px;background:#fcfcfe}.guide-grid article h3{font-size:10px;margin:0 0 6px}.guide-grid article p,.guide-paragraph{font-size:9px;line-height:1.65;color:#6d7286;margin:0}.guide-grid article code,.guide-details code{font-size:8px;background:#f2f3f8;padding:2px 5px;border-radius:5px}.guide-subtitle{font-size:10px;margin:16px 0 8px}.guide-chips{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:12px}.guide-chips span{font-size:8px;font-weight:750;background:#f3f1ff;color:#6550d7;border-radius:99px;padding:6px 9px}.guide-note{margin-top:12px;border-radius:10px;padding:11px 12px;background:#f7f7fb;border:1px solid #ededf3;font-size:9px;line-height:1.6;color:#606579}.guide-note.success{background:#effbf7;border-color:#d7f4e9}.guide-note.warning{background:#fff9eb;border-color:#f4e5b9}.guide-details,.guide-faq details{border:1px solid #eceef4;border-radius:10px;background:#fbfbfd;margin-top:10px;overflow:hidden}.guide-details summary,.guide-faq summary{cursor:pointer;list-style:none;padding:11px 13px;font-size:9px;font-weight:800}.guide-details summary::-webkit-details-marker,.guide-faq summary::-webkit-details-marker{display:none}.guide-details summary:after,.guide-faq summary:after{content:'+';float:right;color:#7762e6;font-size:13px}.guide-details[open] summary:after,.guide-faq details[open] summary:after{content:'−'}.guide-details>div,.guide-faq details>div{border-top:1px solid #eceef4;padding:11px 13px}.guide-details p,.guide-details li,.guide-faq p{font-size:9px;line-height:1.65;color:#676c80;margin:0}.guide-details ol{margin:0;padding-left:18px}.guide-details li+li{margin-top:5px}.guide-faq{display:grid;gap:8px}.guide-faq details{margin-top:0}.guide-flow{display:flex;align-items:center;justify-content:center;gap:8px;margin-top:14px;padding:14px;border-radius:11px;background:#f8f8fc;border:1px dashed #e3e3ef;flex-wrap:wrap}.guide-flow span{font-size:9px;font-weight:800;background:#fff;border:1px solid #ececf4;border-radius:8px;padding:8px 10px}.guide-flow i{font-style:normal;color:#8674e1}.guide-flow.vertical{max-width:420px;margin:14px auto;flex-direction:column}.guide-workflow{display:flex;gap:7px;align-items:center;flex-wrap:wrap}.guide-workflow>div{display:flex;align-items:center;gap:7px;background:#fafafe;border:1px solid #ececf4;padding:9px 10px;border-radius:9px}.guide-workflow b{width:20px;height:20px;border-radius:6px;background:#eeeaff;color:#7058ec;display:grid;place-items:center;font-size:8px}.guide-workflow span{font-size:8px;font-weight:750}.guide-workflow i{font-style:normal;color:#aaa0d7}.guide-no-result{padding:28px;text-align:center;background:#fff;border:1px dashed #dcdde6;border-radius:13px;font-size:10px;color:var(--muted)}
@media(max-width:1000px){.guide-layout{grid-template-columns:1fr}.guide-toc{position:static;display:grid;grid-template-columns:repeat(3,1fr)}.guide-toc>b{grid-column:1/-1}.guide-hero{align-items:flex-start;flex-direction:column}.guide-flow-mini{justify-content:flex-start;min-width:0}.guide-grid.three{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:700px){.guide-grid.two,.guide-grid.three{grid-template-columns:1fr}.guide-toc{grid-template-columns:repeat(2,1fr)}.guide-section{padding:15px}.guide-hero{padding:18px}.guide-hero h2{font-size:18px}.guide-flow-mini span{padding:7px 9px}.guide-workflow{align-items:stretch;flex-direction:column}.guide-workflow>i{transform:rotate(90deg);align-self:center}}

/* iMersWAMEL PRO v0.2.3 — Hybrid Landing Page Builder */
.landing-mode-switch{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin:0 0 16px}.landing-mode-btn{display:flex;align-items:center;gap:10px;border:1px solid #e6e8f0;background:#fff;border-radius:14px;padding:13px 15px;cursor:pointer;text-align:left;color:var(--text);box-shadow:0 8px 22px rgba(37,42,75,.035);transition:.18s ease}.landing-mode-btn:hover{border-color:#d8d3fb;transform:translateY(-1px)}.landing-mode-btn.active{border-color:#b9aef8;background:linear-gradient(135deg,#f4f1ff,#fbfaff);box-shadow:0 10px 28px rgba(105,86,210,.08)}.landing-mode-btn>span{display:grid;place-items:center;width:38px;height:38px;border-radius:10px;background:#f0edff;font-size:17px}.landing-mode-btn b{font-size:12px;display:block}.landing-mode-btn small{font-size:9px;color:var(--muted);display:block;margin-left:auto}.landing-workspace,.html-panel{display:none}.landing-workspace.is-active,.html-panel.is-active{display:block}.landing-settings-form{display:flex;flex-direction:column;gap:16px}.builder-save-status{font-size:9px;color:#7d8396;background:#f5f6fa;border:1px solid #e9eaf0;border-radius:999px;padding:5px 8px}.draggable-builder .builder-item{cursor:default}.draggable-builder .builder-item.dragging{opacity:.45;border-style:dashed;transform:scale(.995)}.drag-handle{width:28px;height:36px;display:grid;place-items:center;border-radius:8px;background:#f0f1f6;color:#8a8fa0;font-size:14px;cursor:grab;user-select:none}.drag-handle:active{cursor:grabbing}.html-builder-grid{display:grid;grid-template-columns:minmax(0,1fr) 240px;gap:14px;align-items:start}.html-code-editor{width:100%;min-height:560px;resize:vertical;background:#111827!important;color:#e5eefc!important;border:1px solid #273449!important;border-radius:14px!important;padding:16px!important;font:12px/1.65 ui-monospace,SFMono-Regular,Menlo,Consolas,"Liberation Mono",monospace!important;tab-size:2;box-shadow:inset 0 0 0 1px rgba(255,255,255,.02)}.html-code-editor:focus{border-color:#7f72df!important;box-shadow:0 0 0 3px rgba(123,97,255,.12)!important}.shortcode-panel{position:sticky;top:86px;border:1px solid #e9eaf1;background:#fafbfe;border-radius:13px;padding:12px;display:flex;flex-direction:column;gap:7px}.shortcode-panel h4{font-size:11px;margin:0}.shortcode-panel>p{font-size:8px;color:var(--muted);line-height:1.5;margin:0 0 3px}.shortcode-panel button{border:1px solid #e4e5ed;background:#fff;color:#6556bf;border-radius:8px;padding:7px 8px;text-align:left;font:9px/1.3 ui-monospace,SFMono-Regular,Menlo,monospace;cursor:pointer;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.shortcode-panel button:hover{background:#f2efff;border-color:#d8d0fb}.shortcode-panel hr{border:0;border-top:1px solid #e7e8ef;width:100%;margin:3px 0}.shortcode-panel label{font-size:9px}.shortcode-panel select{font-size:9px;padding:8px 28px 8px 9px}.builder-mode-choices{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin:6px 0 14px}.builder-mode-choice{display:flex!important;flex-direction:row!important;align-items:flex-start!important;gap:9px!important;border:1px solid #e6e8ef;border-radius:12px;padding:11px!important;background:#fbfcfe;cursor:pointer}.builder-mode-choice:has(input:checked){border-color:#bdb2f6;background:#f5f2ff}.builder-mode-choice input{width:auto!important;margin:2px 0 0!important}.builder-mode-choice span{display:flex;flex-direction:column;gap:3px}.builder-mode-choice b{font-size:10px}.builder-mode-choice small{font-size:8px;color:var(--muted);line-height:1.45}.field-label{display:block;font-size:10px;font-weight:700;margin:4px 0}.wamel-native-form{width:100%}.wamel-native-form.compact .lp-form-card{margin:0}.wamel-native-form-head{text-align:center;margin-bottom:14px}.wamel-native-form-head h2{font-size:28px;margin:10px 0 8px}.wamel-native-form-head p{font-size:13px;color:#72778a;line-height:1.6}.wamel-form-missing{padding:16px;border:1px dashed #d8dbe5;border-radius:12px;background:#fafbfe;color:#8a8fa0;font-size:12px;text-align:center}
@media(max-width:900px){.html-builder-grid{grid-template-columns:1fr}.shortcode-panel{position:static}.landing-mode-btn small{display:none}}@media(max-width:640px){.landing-mode-switch,.builder-mode-choices{grid-template-columns:1fr}.html-code-editor{min-height:430px;font-size:11px}.landing-mode-btn small{display:block}.drag-handle{display:none}}
