:root{--bg:#f5f6f8;--text:#151923;--muted:#7e8492;--line:#e2e4e9;--purple:#6d4aff;--dark:#11141c;--green:#28b768;font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif;color:#151923;background:var(--bg)}*{box-sizing:border-box}html,body{margin:0;min-height:100%;background:var(--bg)}button,input,textarea{font:inherit}button{cursor:pointer}.app-shell{min-height:100vh;display:grid;grid-template-columns:272px minmax(0,1fr)}.sidebar{position:sticky;top:0;height:100vh;background:var(--dark);color:#e9eaf0;padding:26px 17px 18px;display:flex;flex-direction:column}.brand,.login-brand{display:flex;align-items:center;gap:11px;padding:0 11px;height:46px;margin-bottom:25px}.brand strong,.login-brand strong{font-size:19px}.brand-mark{width:30px;height:30px;border-radius:9px;background:linear-gradient(145deg,#876aff,#5935f1);display:grid;place-items:center;box-shadow:0 7px 22px #6d4aff55;transform:rotate(-7deg);position:relative}.brand-mark:before,.brand-mark i{content:"";position:absolute;width:11px;height:16px;border:2px solid #fff;border-radius:2px;transform:translate(-3px,-1px)}.brand-mark i{transform:translate(3px,1px);opacity:.55}.sidebar nav{display:grid;gap:4px}.nav-item{width:100%;border:0;background:transparent;color:#a9afbd;display:flex;align-items:center;gap:11px;padding:10px 12px;border-radius:8px;text-align:left;font-size:14px;font-weight:600}.nav-item:hover,.nav-item.active{background:#202431;color:white}.nav-item.active{box-shadow:inset 3px 0 var(--purple)}.nav-item>b{margin-left:auto;background:#303541;border-radius:20px;padding:2px 8px;font-size:11px}.customer-nav{margin-top:28px;min-height:0;display:flex;flex-direction:column;flex:1}.customer-nav>header{display:flex;justify-content:space-between;padding:0 8px 10px 11px;color:#777f90;font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:1.4px}.customer-nav>header button{border:0;background:transparent;color:#969cab}.search{height:36px;border:1px solid #303541;background:#191d27;border-radius:8px;display:flex;align-items:center;gap:8px;padding:0 10px;margin:0 6px 12px;color:#71798a}.search input{min-width:0;flex:1;border:0;outline:0;background:transparent;color:#fff;font-size:13px}.customer-nav>div{overflow:auto;display:grid;gap:4px}.customer-row{border:0;background:transparent;color:#aeb3c0;display:grid;grid-template-columns:34px 1fr 15px;align-items:center;gap:10px;text-align:left;padding:8px;border-radius:9px}.customer-row:hover,.customer-row.selected{background:#202531;color:#fff}.customer-row>span,.big-avatar{display:grid;place-items:center;background:linear-gradient(145deg,#d9d2ff,#a895ff);color:#3a248f;font-weight:800}.customer-row>span{width:34px;height:34px;border-radius:9px;font-size:11px}.customer-row div{min-width:0}.customer-row strong,.customer-row small{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.customer-row strong{font-size:13px}.customer-row small{font-size:11px;color:#7e8697;margin-top:2px}.customer-row b{font-size:18px;color:#777f90}.sidebar>footer{border-top:1px solid #292e39;padding-top:12px}.sidebar>footer .nav-item{font-size:13px;font-weight:500}.profile{width:100%;margin-top:9px;border:0;background:#191d27;color:#fff;display:grid;grid-template-columns:34px 1fr 16px;align-items:center;gap:9px;padding:10px;border-radius:9px;text-align:left}.profile>span{width:34px;height:34px;display:grid;place-items:center;background:var(--purple);border-radius:50%;font-weight:800}.profile strong,.profile small{display:block}.profile small{color:#858c9d;font-size:10px;margin-top:2px}.profile b{color:#757c8d}.workspace{min-width:0;padding:42px 48px 80px}.topbar{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:30px}.eyebrow{margin:0;color:#999eaa;font-size:10px;letter-spacing:1.8px;font-weight:900}.topbar h1{font-size:32px;line-height:1;margin:7px 0 0;letter-spacing:-1px}.primary-button,.outline-button,.text-button,.icon-button{border:0;border-radius:8px;padding:10px 15px;font-size:13px;font-weight:750}.primary-button{background:var(--purple);color:#fff;box-shadow:0 5px 15px #6d4aff2b}.primary-button:hover{background:#5c3ce4}.primary-button:disabled{opacity:.55}.outline-button{background:#fff;color:#343947;border:1px solid #dcdfe5}.text-button,.icon-button{background:transparent;color:#696f7d}.customer-header{background:linear-gradient(120deg,#fff,#fbfaff);border:1px solid var(--line);border-radius:15px;padding:22px 24px;display:grid;grid-template-columns:54px 1fr auto;align-items:center;gap:15px;box-shadow:0 3px 12px #25294a08}.big-avatar{width:54px;height:54px;border-radius:13px;font-size:16px}.status-line{display:flex;align-items:center;gap:10px}.status-line h2{margin:0;font-size:20px}.status-line span{font-size:9px;font-weight:900;letter-spacing:1px;padding:4px 7px;border-radius:5px;background:#ede9ff;color:#6444dc}.customer-header p{margin:5px 0 0;color:#828794;font-size:13px}.stats{display:flex}.stats div{min-width:78px;padding:0 18px;border-left:1px solid #e6e8ed}.stats strong,.stats span{display:block}.stats strong{font-size:20px}.stats span{font-size:11px;color:#8a8f9b;margin-top:5px}.screens-section{margin-top:34px}.screens-section>header{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:16px}.screens-section h3{margin:0;font-size:17px}.screens-section header p{margin:5px 0 0;color:#858a96;font-size:13px}.screen-grid{display:grid;grid-template-columns:repeat(3,minmax(240px,1fr));gap:18px}.screen-card{background:#fff;border:1px solid var(--line);border-radius:13px;overflow:hidden;box-shadow:0 3px 14px #25294a08;transition:.2s}.screen-card:hover{transform:translateY(-2px);box-shadow:0 12px 28px #25294a14}.preview{position:relative;display:block;width:100%;aspect-ratio:16/9;border:0;background:#151923;padding:0;overflow:hidden}.preview iframe{width:1920px;height:1080px;border:0;transform:scale(.18);transform-origin:top left;pointer-events:none}.preview>span{position:absolute;inset:0;display:grid;place-items:center;background:#171228aa;opacity:0;transition:.2s}.preview:hover>span{opacity:1}.preview>span b{background:#fff;color:#171922;border-radius:7px;padding:8px 13px;font-size:12px}.screen-info{padding:15px}.screen-info>header{display:flex;justify-content:space-between;gap:12px}.screen-info h4{margin:0;font-size:15px}.screen-info p{margin:5px 0 0;font-size:11px;color:#8a8f9b}.live-badge{font-style:normal;background:#f0f1f3;color:#868b97;padding:5px 7px;border-radius:6px;font-size:10px;font-weight:800;text-transform:uppercase}.live-badge.on{background:#e6f8ee;color:#1d8b52}.url-row{margin-top:13px;background:#f6f7f9;border:1px solid #eaebee;border-radius:7px;height:34px;display:flex;align-items:center;padding-left:9px}.url-row code{min-width:0;flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:10px;color:#6c7280}.url-row button,.url-row a{width:31px;height:100%;border:0;border-left:1px solid #e3e5e9;background:transparent;display:grid;place-items:center;color:#6e7480;text-decoration:none}.screen-info>footer{margin-top:14px;padding-top:12px;border-top:1px solid #eceef1;display:flex;justify-content:space-between;align-items:center}.screen-info>footer>button{border:0;background:transparent;color:#6040dc;font-size:12px;font-weight:800}.screen-info>footer label{font-size:11px;color:#777d8b;display:flex;align-items:center;gap:8px}input[role=switch]{appearance:none;width:32px;height:18px;border-radius:20px;background:#d8dbe1;position:relative;transition:.2s}input[role=switch]:before{content:"";position:absolute;width:14px;height:14px;border-radius:50%;background:#fff;top:2px;left:2px;transition:.2s;box-shadow:0 1px 3px #0003}input[role=switch]:checked{background:var(--purple)}input[role=switch]:checked:before{left:16px}.add-screen-card{min-height:270px;border:1.5px dashed #cfd2da;background:#fafbfc;border-radius:13px;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#717785}.add-screen-card>span{width:44px;height:44px;border-radius:50%;display:grid;place-items:center;background:#ece8ff;color:#6847df;font-size:21px;margin-bottom:12px}.add-screen-card strong{font-size:13px;color:#393e4b}.add-screen-card small{font-size:11px;margin-top:5px}.empty-state{min-height:530px;border:1px dashed #d6d9df;border-radius:15px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;background:#fff}.empty-state>div{width:58px;height:58px;display:grid;place-items:center;background:#ede9ff;color:#6847df;border-radius:16px;font-size:25px}.empty-state h2{margin:16px 0 6px}.empty-state p{margin:0 0 20px;color:#818694;font-size:14px}.loading-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.loading-grid i{height:290px;border-radius:13px;background:linear-gradient(90deg,#e9ebef,#f7f8f9,#e9ebef);background-size:200%;animation:load 1.3s infinite}@keyframes load{to{background-position:-200%}}.connection-pill{position:fixed;right:24px;bottom:20px;background:#151923;color:#b9bfca;border:1px solid #2d3240;box-shadow:0 10px 30px #0004;border-radius:30px;padding:9px 13px;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.7px}.connection-pill i{display:inline-block;width:7px;height:7px;border-radius:50%;background:#3bd078;margin-right:5px}.notice{padding:12px 14px;border:1px solid #b7e8cd;background:#edfbf3;color:#197745;border-radius:9px;font-size:13px;margin-bottom:18px}.notice.error,.form-error{border-color:#f4b9bf;background:#fff0f1;color:#a02d38}
dialog{width:min(500px,calc(100% - 30px));border:1px solid var(--line);border-radius:14px;padding:0;box-shadow:0 30px 100px #0005}dialog::backdrop{background:#0b0d14aa;backdrop-filter:blur(3px)}dialog form,dialog.info-dialog>section{padding:26px;position:relative}dialog h2{margin:0 0 7px;font-size:20px}dialog h2+p{margin:0 0 22px;color:var(--muted);font-size:13px}dialog label,.login-card label,.editor-fields label{display:block;font-size:12px;font-weight:750;color:#545966;margin-top:15px}dialog input,.login-card input,.editor-fields input,.editor-panel header input{width:100%;height:39px;border:1px solid #dfe2e7;border-radius:8px;padding:0 11px;margin-top:7px;outline:none;background:#fff}input:focus,textarea:focus{border-color:#8c73ee!important;box-shadow:0 0 0 3px #6d4aff1b}dialog footer{display:flex;justify-content:flex-end;gap:8px;margin-top:24px}.dialog-close{position:absolute;right:17px;top:14px;border:0;background:transparent;font-size:23px;color:#8a8f9b}.info-dialog ol{margin:22px 0;padding-left:22px;color:#4e5461;font-size:13px;line-height:1.75}.info-dialog li::marker{color:var(--purple);font-weight:800}.info-note{margin-top:20px;padding:14px 15px;border-radius:9px;background:#f5f2ff;border:1px solid #e6e0ff;color:#49415f;font-size:12px;line-height:1.55}.info-note p{margin:5px 0 0}.info-note code{background:#e9e3ff;color:#4d32b6;padding:2px 4px;border-radius:4px}.info-dialog dl{margin:22px 0 0}.info-dialog dl>div{display:grid;grid-template-columns:135px 1fr;gap:16px;padding:12px 0;border-bottom:1px solid #eceef1;font-size:12px}.info-dialog dt{font-weight:800;color:#454b58}.info-dialog dd{margin:0;color:#767c89}.editor-overlay{position:fixed;inset:0;z-index:20;background:#0a0c12cc;backdrop-filter:blur(4px);padding:18px}.editor-panel{height:100%;background:#f5f6f8;border-radius:16px;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 30px 100px #0008}.editor-panel>header{height:76px;flex:none;background:#fff;border-bottom:1px solid var(--line);padding:13px 18px 13px 24px;display:flex;align-items:center;justify-content:space-between}.editor-panel>header>div{width:300px}.editor-panel>header input{border:0;padding:0;margin-top:4px;height:30px;font-size:17px;font-weight:800;box-shadow:none}.editor-panel>header nav{display:flex;gap:8px}.editor-panel>main{min-height:0;flex:1;display:grid;grid-template-columns:minmax(480px,43%) 1fr}.code-pane{min-height:0;background:#fff;border-right:1px solid var(--line);padding:22px;display:flex;flex-direction:column}.editor-fields{display:grid;grid-template-columns:150px 1fr 1fr;gap:12px}.editor-fields label{margin:0}.editor-fields .wide{grid-column:span 2}.security-note{margin:16px 0 14px;border-left:3px solid #f4b942;background:#fff9e8;padding:10px 12px;color:#756027;font-size:11px;line-height:1.5}.html-field{min-height:0;flex:1;display:flex;flex-direction:column;font-size:12px;font-weight:800;color:#545966}.html-field>span{display:flex;justify-content:space-between;margin-bottom:8px}.html-field small{font-weight:400;color:#999eaa}.html-field textarea{min-height:0;flex:1;resize:none;background:#11141c;color:#d9ddea;border:0;border-radius:9px;padding:16px;font:12px/1.65 ui-monospace,Menlo,monospace}.preview-pane{min-width:0;min-height:0;background:#e9ebef;padding:22px;display:flex;flex-direction:column}.preview-pane>header{display:flex;justify-content:space-between;margin-bottom:10px;font-size:11px;color:#777d89}.preview-pane>header span{font-weight:800;letter-spacing:.7px}.preview-pane>header span:first-letter{color:var(--green)}.preview-pane iframe{min-height:0;flex:1;border:0;border-radius:10px;background:#11141c;box-shadow:0 15px 40px #25294a20}
.login-page{min-height:100vh;display:grid;place-items:center;background:radial-gradient(circle at 20% 10%,#332b62 0,transparent 32%),radial-gradient(circle at 85% 85%,#31294f 0,transparent 30%),#10131a;padding:20px}.login-card{width:min(430px,100%);background:#fff;border:1px solid #ffffff25;border-radius:20px;padding:34px 38px 30px;box-shadow:0 30px 100px #0007}.login-brand{padding:0;margin:0 0 35px}.login-card h1{font-size:30px;margin:8px 0 7px;letter-spacing:-.7px}.login-intro{margin:0 0 26px;color:#7c8290;font-size:14px}.login-card .primary-button{width:100%;height:43px;margin-top:22px}.form-error{padding:10px;border:1px solid;border-radius:7px;font-size:12px}.login-foot{display:block;text-align:center;color:#9da2ad;margin-top:24px;font-size:11px}
@media(max-width:1100px){.screen-grid{grid-template-columns:repeat(2,minmax(240px,1fr))}.workspace{padding:34px 30px}.editor-panel>main{grid-template-columns:1fr}.preview-pane{display:none}}
@media(max-width:760px){.app-shell{grid-template-columns:1fr}.sidebar{position:relative;height:auto;padding:14px 12px}.brand{margin:0}.sidebar nav,.customer-nav,.sidebar>footer{display:none}.workspace{padding:24px 16px 70px}.topbar h1{font-size:27px}.customer-header{grid-template-columns:47px 1fr;padding:18px}.big-avatar{width:47px;height:47px}.stats{grid-column:1/-1;border-top:1px solid var(--line);padding-top:15px}.stats div:first-child{border-left:0;padding-left:0}.screen-grid{grid-template-columns:1fr}.connection-pill{display:none}.editor-overlay{padding:0}.editor-panel{border-radius:0}.editor-panel>header{height:auto;padding:12px}.editor-panel>header>div{width:170px}.editor-panel>header nav .outline-button{display:none}.editor-fields{grid-template-columns:1fr}.editor-fields .wide{grid-column:span 1}.code-pane{padding:15px}.html-field textarea{min-height:320px}.login-card{padding:28px 24px}}
