:root{--bg: #f2f3f7;--surface: #fff;--surface-2: #f7f7fb;--border: #e6e6ef;--text: #1e1e2e;--text-soft: #5c5c72;--text-faint: #8a8aa0;--brand: #6c5ce7;--brand-dark: #5a4bd4;--brand-soft: #efeaff;--danger: #e74c6b;--radius: 12px;--shadow: 0 8px 32px rgba(20,20,45,.12)}@media (prefers-color-scheme: dark){:root{--bg: #14141d;--surface: #1e1e2b;--surface-2: #27273a;--border: #33334a;--text: #e9e9f3;--text-soft: #b2b2c6;--text-faint: #7d7d96;--brand: #8b7bff;--brand-dark: #7a6af0;--brand-soft: #2c2748;--shadow: 0 12px 40px rgba(0,0,0,.5)}}*{box-sizing:border-box}html,body,#root{height:100%;margin:0}body{font-family:system-ui,-apple-system,Segoe UI,sans-serif;background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased}.vac-logo{display:inline-flex;align-items:center;gap:8px;font-weight:800;font-size:17px;letter-spacing:-.01em}.vac-logo__eye{width:18px;height:18px;border-radius:50%;border:2.6px solid var(--brand);position:relative}.vac-logo__eye:after{content:"";position:absolute;top:4px;right:4px;bottom:4px;left:4px;border-radius:50%;background:var(--brand)}.vac-boot{height:100%;display:grid;place-items:center}.vac-spinner{width:34px;height:34px;border-radius:50%;border:3px solid var(--border);border-top-color:var(--brand);animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.vac-auth{min-height:100%;display:grid;place-items:center;padding:24px;background:radial-gradient(1200px 600px at 50% -10%,var(--brand-soft),transparent 60%)}.vac-card{width:min(400px,100%);background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);padding:30px 28px;display:flex;flex-direction:column;gap:14px}.vac-card h1{font-size:21px;margin:6px 0 2px}.vac-sub{color:var(--text-soft);margin:0 0 6px;font-size:14px}.vac-card label{display:flex;flex-direction:column;gap:6px;font-size:13px;font-weight:600;color:var(--text-soft)}.vac-card input{height:44px;padding:0 13px;border:1px solid var(--border);border-radius:9px;background:var(--surface-2);color:var(--text);font-size:15px}.vac-card input:focus{outline:none;border-color:var(--brand);box-shadow:0 0 0 3px var(--brand-soft);background:var(--surface)}.vac-btn{height:46px;border:0;border-radius:9px;background:var(--brand);color:#fff;font:inherit;font-weight:700;font-size:15px;cursor:pointer;margin-top:6px;transition:background .15s;display:inline-flex;align-items:center;justify-content:center;gap:7px}.vac-btn svg{flex-shrink:0}.vac-btn:hover{background:var(--brand-dark)}.vac-btn:disabled{opacity:.6;cursor:default}.vac-btn--ghost{height:38px;background:transparent;color:var(--text-soft);border:1px solid var(--border);margin:0}.vac-btn--ghost:hover{background:var(--surface-2)}.vac-error{background:color-mix(in srgb,var(--danger) 12%,transparent);color:var(--danger);border-radius:8px;padding:9px 12px;font-size:13px;font-weight:600;margin:0}.vac-fine{color:var(--text-faint);font-size:12.5px;line-height:1.5;margin:4px 0 0}.vac-brand{display:flex;flex-direction:column;gap:2px}.vac-brand--row{flex-direction:row;align-items:baseline;gap:10px}.vac-poweredby{font-size:11px;font-weight:600;letter-spacing:.02em;color:var(--text-faint);text-transform:uppercase}.vac-poweredby strong{color:var(--brand);font-weight:800}.vac-split{min-height:100%;display:grid;grid-template-columns:1fr 1fr}.vac-split__form{display:grid;place-items:center;padding:32px 24px;background:radial-gradient(1000px 500px at 30% -10%,var(--brand-soft),transparent 60%)}.vac-authbox{width:min(380px,100%);display:flex;flex-direction:column;gap:13px}.vac-authbox .vac-brand{margin-bottom:10px}.vac-authbox h1{font-size:24px;margin:0;letter-spacing:-.02em}.vac-authbox label{display:flex;flex-direction:column;gap:6px;font-size:13px;font-weight:600;color:var(--text-soft)}.vac-authbox input{height:44px;padding:0 13px;border:1px solid var(--border);border-radius:9px;background:var(--surface-2);color:var(--text);font-size:15px}.vac-authbox input:focus{outline:none;border-color:var(--brand);box-shadow:0 0 0 3px var(--brand-soft);background:var(--surface)}.vac-split__art{position:relative;overflow:hidden;display:grid;place-items:center;padding:40px;background:linear-gradient(150deg,var(--brand) 0%,var(--brand-dark) 55%,#3a2fa0 100%);color:#fff}.vac-art__glow{position:absolute;width:520px;height:520px;right:-140px;top:-120px;border-radius:50%;background:radial-gradient(circle,rgba(255,255,255,.28),transparent 65%);pointer-events:none}.vac-art__inner{position:relative;max-width:380px;text-align:center}.vac-art__inner h2{font-size:26px;line-height:1.2;margin:28px 0 10px;letter-spacing:-.02em}.vac-art__inner p{margin:0;color:#ffffffd1;line-height:1.55;font-size:15px}.vac-art__mock{width:260px;margin:0 auto;background:#ffffff24;border:1px solid rgba(255,255,255,.24);border-radius:14px;box-shadow:0 24px 60px #00000052;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);overflow:hidden}.vac-art__bar{display:flex;gap:6px;padding:11px 13px;background:#ffffff1f}.vac-art__bar i{width:9px;height:9px;border-radius:50%;background:#ffffff8c}.vac-art__body{padding:16px;display:flex;flex-direction:column;gap:10px;align-items:flex-start}.vac-art__hd{width:62%;height:16px;border-radius:6px;background:#ffffffd9}.vac-art__ln{width:100%;height:9px;border-radius:5px;background:#fff6}.vac-art__ln--short{width:74%}.vac-art__pill{width:96px;height:30px;border-radius:8px;background:#fff;margin-top:4px}@media (max-width: 780px){.vac-split{grid-template-columns:1fr}.vac-split__art{display:none}}.vac-app{min-height:100%}.vac-top{height:60px;display:flex;align-items:center;justify-content:space-between;padding:0 22px;background:var(--surface);border-bottom:1px solid var(--border);position:sticky;top:0;z-index:5}.vac-top__right{display:flex;align-items:center;gap:14px}.vac-who{font-size:13.5px;color:var(--text-soft);font-weight:600}.vac-main{max-width:980px;margin:0 auto;padding:30px 22px 60px}.vac-main--narrow{max-width:620px}.vac-stack{display:flex;flex-direction:column;gap:18px}.vac-form{display:flex;flex-direction:column;gap:13px}.vac-form label{display:flex;flex-direction:column;gap:6px;font-size:13px;font-weight:600;color:var(--text-soft)}.vac-form input{height:44px;padding:0 13px;border:1px solid var(--border);border-radius:9px;background:var(--surface-2);color:var(--text);font-size:15px}.vac-form input:focus{outline:none;border-color:var(--brand);box-shadow:0 0 0 3px var(--brand-soft);background:var(--surface)}.vac-ok{display:flex;align-items:center;gap:7px;background:color-mix(in srgb,#15803d 12%,transparent);color:#15803d;border-radius:8px;padding:9px 12px;font-size:13px;font-weight:600;margin:0}.vac-btn--icon{padding:0;width:38px}.vac-hero h1{font-size:27px;margin:0 0 8px}.vac-hero p{color:var(--text-soft);max-width:620px;line-height:1.55;margin:0 0 26px}.vac-grid{display:grid;grid-template-columns:1.4fr 1fr;gap:18px}@media (max-width: 760px){.vac-grid{grid-template-columns:1fr}}.vac-panel{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:20px}.vac-panel h2{font-size:15px;margin:0 0 14px}.vac-sitelink{color:var(--brand);font-weight:600;font-size:14px;word-break:break-all;text-decoration:none}.vac-frame{margin-top:12px;border:1px solid var(--border);border-radius:9px;overflow:hidden;aspect-ratio:16/10;background:var(--surface-2)}.vac-frame iframe{width:100%;height:100%;border:0}.vac-kv{display:grid;grid-template-columns:auto 1fr;gap:8px 16px;margin:0 0 14px;font-size:14px}.vac-kv dt{color:var(--text-faint);font-weight:600}.vac-kv dd{margin:0;color:var(--text);word-break:break-all}.vac-pill{background:var(--brand-soft);color:var(--brand-dark);padding:2px 10px;border-radius:20px;font-size:12px;font-weight:700;text-transform:capitalize}.vac-rightcol{display:flex;flex-direction:column;gap:18px}.vac-panel__head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:14px}.vac-panel__head h2{margin:0}.vac-btn--sm{height:34px;padding:0 14px;font-size:13px;margin:0;display:inline-flex;align-items:center;justify-content:center;text-decoration:none}.vac-share__row{display:flex;gap:14px;align-items:flex-start}.vac-qr{width:112px;height:112px;border-radius:10px;border:1px solid var(--border);background:#fff;padding:6px;flex-shrink:0}.vac-qr--load{display:grid;place-items:center;background:var(--surface-2)}.vac-share__meta{display:flex;flex-direction:column;gap:6px;min-width:0}.vac-share__btns{display:flex;flex-wrap:wrap;gap:8px;margin-top:14px}.vac-analytics{margin-top:18px}.vac-analytics__load{display:grid;place-items:center;padding:30px}.vac-seg{display:inline-flex;gap:2px;padding:2px;background:var(--surface-2);border:1px solid var(--border);border-radius:9px}.vac-seg button{border:0;background:none;color:var(--text-soft);font:inherit;font-size:12.5px;font-weight:700;padding:5px 11px;border-radius:7px;cursor:pointer}.vac-seg button.is-active{background:var(--brand);color:#fff}.vac-stats{display:flex;gap:28px;margin-bottom:18px}.vac-stat b{display:block;font-size:30px;font-weight:800;letter-spacing:-.02em;line-height:1.1}.vac-stat span{font-size:12.5px;color:var(--text-faint);font-weight:600}.vac-spark{display:flex;align-items:flex-end;gap:2px;height:72px;padding:4px 0;margin-bottom:18px}.vac-spark__bar{flex:1;min-width:2px;background:var(--brand);border-radius:3px 3px 0 0;opacity:.85;transition:opacity .15s}.vac-spark__bar:hover{opacity:1}.vac-analytics__lists{display:grid;grid-template-columns:1fr 1fr;gap:22px}@media (max-width: 560px){.vac-analytics__lists{grid-template-columns:1fr}}.vac-analytics__lists h3{font-size:12px;text-transform:uppercase;letter-spacing:.04em;color:var(--text-faint);margin:0 0 8px}.vac-toplist{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:6px}.vac-toplist li{display:flex;justify-content:space-between;gap:12px;font-size:13.5px}.vac-toplist li span{color:var(--text-soft);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.vac-toplist li b{color:var(--text);font-weight:700}.ce{height:100vh;display:flex;flex-direction:column}.ce-top{height:58px;flex-shrink:0;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:0 18px;background:var(--surface);border-bottom:1px solid var(--border);z-index:2}.ce-top__actions{display:flex;align-items:center;gap:10px}.ce-host{flex:1;min-height:0;position:relative}.ce-host .gjs-cv-canvas{top:0;height:100%}.ce-loading{position:absolute;top:58px;right:0;bottom:0;left:0;display:grid;place-items:center;background:var(--bg);z-index:1}.ce-host .gjs-dashed *[data-gjs-type]:hover{outline:1px dashed var(--brand);outline-offset:-1px}.ed{height:100vh;display:flex;flex-direction:column}.ed-top{height:58px;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:0 18px;background:var(--surface);border-bottom:1px solid var(--border)}.ed-top__actions{display:flex;align-items:center;gap:10px}.ed-status{font-size:12.5px;font-weight:600;color:var(--text-faint);min-width:40px}.ed-status--saved,.ed-status--published{color:#15803d}.ed-status--dirty{color:#b45309}.ed-body{flex:1;display:grid;grid-template-columns:340px 1fr;min-height:0}.ed-forms{overflow-y:auto;border-right:1px solid var(--border);background:var(--surface);padding:16px}.ed-group{margin-bottom:22px}.ed-group h3{font-size:12px;text-transform:uppercase;letter-spacing:.05em;color:var(--brand-dark);margin:0 0 10px}.ed-field{display:flex;flex-direction:column;gap:5px;margin-bottom:12px}.ed-field span{font-size:12.5px;font-weight:600;color:var(--text-soft)}.ed-field input,.ed-field textarea{border:1px solid var(--border);border-radius:8px;background:var(--surface-2);color:var(--text);font:inherit;font-size:13.5px;padding:8px 10px;resize:vertical}.ed-field input:focus,.ed-field textarea:focus{outline:none;border-color:var(--brand);box-shadow:0 0 0 3px var(--brand-soft);background:var(--surface)}.ed-preview{background:var(--surface-2);overflow:hidden}.ed-preview iframe{width:100%;height:100%;border:0;background:#fff}.ed-nofit{max-width:460px;margin:80px auto;text-align:center;display:flex;flex-direction:column;gap:14px;align-items:center;padding:0 20px}.ed-banner{display:flex;align-items:center;gap:12px;padding:10px 18px;background:#fef2f2;border-bottom:1px solid #fecaca;color:#991b1b;font-size:13px}.ed-banner span{flex:1}.ed-banner button{border:0;background:none;color:#991b1b;cursor:pointer;font-size:14px;padding:2px 6px;line-height:1}@media (prefers-color-scheme: dark){.ed-banner{background:#3a1414;border-bottom-color:#7f1d1d;color:#fca5a5}.ed-banner button{color:#fca5a5}}.ed-reset{width:100%;margin-top:6px;border:1px solid var(--border);background:var(--surface);color:var(--text-faint);font:inherit;font-size:12.5px;font-weight:600;padding:9px;border-radius:8px;cursor:pointer}.ed-reset:hover{color:var(--danger);border-color:var(--danger)}.ed-mobtabs{display:none;gap:3px;padding:3px;background:var(--surface-2);border:1px solid var(--border);border-radius:9px}.ed-mobtabs button{border:0;background:none;color:var(--text-soft);font:inherit;font-size:13px;font-weight:600;padding:5px 14px;border-radius:7px;cursor:pointer}.ed-mobtabs button.is-active{background:var(--brand);color:#fff}@media (max-width: 720px){.ed-body{grid-template-columns:1fr}.ed-mobtabs{display:flex}.ed--edit .ed-preview,.ed--preview .ed-forms{display:none}.ed--preview .ed-body{grid-template-columns:1fr}}.ed-color{display:flex;align-items:center;gap:10px;margin-bottom:9px}.ed-color input[type=color]{width:34px;height:34px;padding:0;border:1px solid var(--border);border-radius:8px;background:none;cursor:pointer;flex-shrink:0}.ed-color span{font-size:13px;color:var(--text-soft);flex:1}.ed-color__reset{border:0;background:none;color:var(--text-faint);cursor:pointer;font-size:15px;padding:4px}.ed-color__reset:hover{color:var(--brand)}.ed-color.is-locked{opacity:.6}.ed-img{display:flex;flex-direction:column;gap:8px}.ed-img__preview{height:88px;border:1px solid var(--border);border-radius:8px;background:var(--surface-2) center/cover no-repeat;display:grid;place-items:center}.ed-img__preview span{font-size:12px;color:var(--text-faint)}.ed-img__actions{display:flex;gap:8px}.ed-img__btn{flex:1;text-align:center;font-size:12.5px;font-weight:600;color:var(--brand);border:1px solid var(--border);border-radius:7px;padding:7px;cursor:pointer;background:var(--surface)}.ed-img__btn:hover{background:var(--brand-soft)}.ed-img__clear{font-size:12.5px;color:var(--text-faint);background:none;border:1px solid var(--border);border-radius:7px;padding:7px 12px;cursor:pointer}.ed-img__err{font-size:12px;color:var(--danger)}.ed-preview{display:flex;flex-direction:column}.ed-pages{display:flex;gap:4px;padding:8px 10px;background:var(--surface);border-bottom:1px solid var(--border);overflow-x:auto}.ed-page{border:1px solid var(--border);background:var(--surface-2);color:var(--text-soft);font:inherit;font-size:12.5px;font-weight:600;padding:5px 12px;border-radius:7px;cursor:pointer;white-space:nowrap}.ed-page.is-active{background:var(--brand);border-color:var(--brand);color:#fff}.ed-preview iframe{flex:1}
