:root{--navy: #1F3864;--navy-light: #2d4d85;--grey: #f2f3f5;--grey-border: #d8dbe0;--text: #1c1e21;--muted: #667085;--danger: #c0392b;--ok: #1e7e34;--radius: 10px}*{box-sizing:border-box}html,body{overflow-x:hidden}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;background:var(--grey);color:var(--text);font-size:15px}h1{font-size:1.35rem;margin:0 0 1rem}h2{font-size:1.1rem;margin:1.2rem 0 .6rem}a{color:var(--navy)}.topbar{background:var(--navy);color:#fff;display:flex;align-items:center;gap:1rem;padding:.6rem 1rem;position:sticky;top:0;z-index:20}.topbar .brand{font-weight:700;letter-spacing:.5px}.topbar .brand-logo{height:30px;max-width:140px;object-fit:contain}.login-logo img{height:40px;max-width:220px;object-fit:contain}.builder-row{display:flex;gap:.7rem;align-items:flex-start;border:1px solid var(--grey-border);border-radius:8px;padding:.7rem;margin-bottom:.6rem;background:#fafbfc}.builder-main{flex:1;min-width:0}.builder-actions{display:flex;flex-direction:column;gap:.3rem}.topbar nav.topnav{display:flex;gap:.3rem;flex:1;min-width:0}.topbar nav a{color:#dbe4f3;text-decoration:none;padding:.35rem .7rem;border-radius:6px;white-space:nowrap}.topbar nav a.router-link-active{background:#ffffff29;color:#fff}.topbar .user{font-size:.85rem;opacity:.9;white-space:nowrap}.topbar select{width:auto;background:transparent;color:#fff;border:1px solid rgba(255,255,255,.4);border-radius:6px;padding:.2rem .3rem;font-size:14px}.topbar select option{color:#000}.topbar .btn-ghost{background:transparent;color:#fff;border:1px solid rgba(255,255,255,.4)}.burger{display:none;background:transparent;border:1px solid rgba(255,255,255,.4);border-radius:8px;width:40px;height:36px;padding:0;justify-content:center;font-size:1.15rem;margin-left:auto}.burger:hover{background:#ffffff1f}@media(max-width:700px){.topbar nav.topnav,.topbar>.lang,.topbar>.user,.topbar>.logout{display:none}.burger{display:inline-flex}}.mobile-menu{position:absolute;top:100%;left:0;right:0;background:var(--navy);border-top:1px solid rgba(255,255,255,.18);box-shadow:0 10px 24px #00000059;display:flex;flex-direction:column;gap:.2rem;padding:.6rem 1rem 1rem;z-index:30}.mobile-menu a{color:#fff;text-decoration:none;padding:.7rem .6rem;border-radius:8px;font-weight:600}.mobile-menu a.router-link-active{background:#ffffff29}.mobile-menu .mm-row{display:flex;align-items:center;justify-content:space-between;padding:.5rem .6rem;border-top:1px solid rgba(255,255,255,.18);margin-top:.3rem}.mobile-menu .btn-ghost{background:transparent;color:#fff;border:1px solid rgba(255,255,255,.4);justify-content:center}.page{max-width:980px;margin:0 auto;padding:1.2rem 1rem 4rem}.card{background:#fff;border:1px solid var(--grey-border);border-radius:var(--radius);padding:1rem;margin-bottom:1rem}.section-title{background:var(--grey);border-left:4px solid var(--navy);padding:.4rem .7rem;font-weight:600;margin:1.2rem 0 .7rem;border-radius:4px}label{display:block;font-size:.82rem;color:var(--muted);margin-bottom:.2rem;font-weight:600}input[type=text],input[type=email],input[type=password],input[type=date],input[type=datetime-local],input[type=tel],input[type=url],input[type=search],input[type=number],select,textarea{width:100%;padding:.55rem .65rem;border:1px solid var(--grey-border);border-radius:8px;font:inherit;font-size:16px;background:#fff}textarea{min-height:90px;resize:vertical}input:focus,select:focus,textarea:focus{outline:2px solid var(--navy-light);outline-offset:0;border-color:var(--navy-light)}.grid{display:grid;gap:.8rem}.grid-2{grid-template-columns:1fr 1fr}.grid-3{grid-template-columns:2fr 1fr 1fr}@media(max-width:640px){.grid-2,.grid-3{grid-template-columns:1fr}}.field{margin-bottom:.75rem}.checks{display:flex;flex-wrap:wrap;gap:.4rem 1.2rem}.check{display:flex;align-items:center;gap:.45rem;font-size:.95rem;cursor:pointer;padding:.35rem .2rem}.check input{width:18px;height:18px;accent-color:var(--navy)}button,.btn{display:inline-flex;align-items:center;gap:.4rem;background:var(--navy);color:#fff;border:none;border-radius:8px;padding:.55rem 1rem;font:inherit;font-weight:600;cursor:pointer;text-decoration:none}button:hover,.btn:hover{background:var(--navy-light)}button:disabled{opacity:.5;cursor:not-allowed}.btn-secondary{background:#fff;color:var(--navy);border:1px solid var(--navy)}.btn-secondary:hover{background:var(--grey)}.btn-danger{background:var(--danger)}.btn-danger:hover{background:#a93226}.btn-sm{padding:.3rem .6rem;font-size:.83rem;min-height:40px}button,.btn{min-height:40px}.actions{display:flex;gap:.6rem;flex-wrap:wrap;margin-top:1rem}table{width:100%;border-collapse:collapse;background:#fff}th,td{text-align:left;padding:.55rem .6rem;border-bottom:1px solid var(--grey-border);vertical-align:top}th{background:var(--grey);font-size:.8rem;text-transform:uppercase;letter-spacing:.03em;color:var(--muted)}tr:hover td{background:#fafbfc}.muted{color:var(--muted);font-size:.85rem}.error{color:var(--danger);margin:.5rem 0}.success{color:var(--ok);margin:.5rem 0}.badge{display:inline-block;background:var(--grey);border-radius:20px;padding:.1rem .6rem;font-size:.75rem;color:var(--navy);font-weight:600}.badge.red{background:#fdecea;color:var(--danger)}.thumbs{display:flex;flex-wrap:wrap;gap:.6rem;margin-top:.6rem}.thumb{position:relative}.thumb img{width:110px;height:110px;object-fit:cover;border-radius:8px;border:1px solid var(--grey-border)}.thumb button{position:absolute;top:-8px;right:-8px;background:var(--danger);border-radius:50%;width:34px;height:34px;min-height:0;padding:0;justify-content:center;font-size:.95rem;box-shadow:0 1px 4px #0000004d}.tabs{display:flex;gap:.4rem;margin-bottom:1rem;flex-wrap:wrap}.tabs button{background:#fff;color:var(--navy);border:1px solid var(--grey-border)}.tabs button.active{background:var(--navy);color:#fff}.scan-overlay{position:fixed;top:0;right:0;bottom:0;left:0;touch-action:none;overscroll-behavior:contain;width:100vw;height:100vh;height:100dvh;background:#000;z-index:100;display:flex;flex-direction:column}.scan-topbar{display:flex;align-items:center;justify-content:space-between;color:#fff;padding:.8rem 1rem;font-weight:600}.scan-close{background:#ffffff26;border-radius:50%;width:34px;height:34px;padding:0;justify-content:center}.scan-stage{position:relative;flex:1;overflow:hidden;container-type:size;display:flex;align-items:center;justify-content:center}.scan-stage video,.scan-stage img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.scan-stage img{object-fit:contain;background:#000}.scan-guide{position:relative;width:min(88%,640px,calc(78cqh * 1.586));aspect-ratio:1.586;border:3px solid #fff;border-radius:12px;box-shadow:0 0 0 200vmax #0000008c;display:flex;align-items:flex-end;justify-content:center}.scan-hint{color:#fff;font-size:.85rem;background:#0000008c;padding:.25rem .7rem;border-radius:14px;margin-bottom:-2.4rem;white-space:nowrap}.scan-error{color:#fff;text-align:center;padding:1rem}.scan-controls{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1.1rem 1.2rem calc(1.1rem + env(safe-area-inset-bottom))}.scan-shutter{width:68px;height:68px;border-radius:50%;background:#fff;border:5px solid rgba(255,255,255,.35);background-clip:padding-box;padding:0}.scan-shutter:hover{background:#eee;background-clip:padding-box}.stats-cell{background:#fafbfc}.stats-panel{padding:.4rem .2rem .6rem}.tiles{display:flex;flex-wrap:wrap;gap:.6rem;margin-bottom:.4rem}.tile{background:#fff;border:1px solid var(--grey-border);border-radius:8px;padding:.5rem .85rem;min-width:108px}.tile .val{font-size:1.25rem;font-weight:700;color:var(--navy);font-variant-numeric:tabular-nums}.tile .lbl{font-size:.7rem;color:var(--muted);text-transform:uppercase;letter-spacing:.03em}.stats-h{font-weight:600;margin:.9rem 0 .35rem;font-size:.88rem}.bar-row{display:grid;grid-template-columns:minmax(90px,150px) 1fr 36px;align-items:center;gap:.55rem;margin:.22rem 0;font-size:.85rem}.bar{background:var(--grey);border-radius:4px;height:14px;overflow:hidden}.bar-fill{background:var(--navy);height:100%;border-radius:4px;min-width:2px}.bar-val{text-align:right;font-variant-numeric:tabular-nums}.expander{margin-right:.5rem;padding:.1rem .45rem}.chips{display:flex;flex-wrap:wrap;gap:.35rem}.qr-badge{position:absolute;top:.9rem;left:50%;transform:translate(-50%);background:var(--ok);color:#fff;padding:.3rem .85rem;border-radius:16px;font-weight:600;font-size:.9rem}.input-with-action{display:flex;gap:.4rem;align-items:stretch}.input-with-action input{flex:1;min-width:0}.input-with-action .btn{align-self:stretch;align-items:center}.country-warn{color:var(--danger);font-weight:700;margin-left:.4rem}select.field-warn{border-color:var(--danger);outline-color:var(--danger)}.scan-choice{border:1px solid var(--navy);border-radius:var(--radius);padding:.8rem;margin-top:.8rem;background:#f4f7fc}.survey-wrap{padding:.9rem 1rem;position:relative}.scan-wait{position:absolute;top:0;right:0;bottom:0;left:0;z-index:5;background:#ffffffb3;-webkit-backdrop-filter:blur(1.5px);backdrop-filter:blur(1.5px);border-radius:var(--radius);display:flex;align-items:flex-start;justify-content:center;padding-top:3.5rem;cursor:wait}.scan-wait-box{display:flex;align-items:center;gap:.6rem;background:var(--navy);color:#fff;font-weight:600;padding:.7rem 1.2rem;border-radius:10px;box-shadow:0 8px 24px #00000040;position:sticky;top:5rem}.scan-spinner{width:18px;height:18px;border:3px solid rgba(255,255,255,.35);border-top-color:#fff;border-radius:50%;animation:scan-spin .8s linear infinite}@keyframes scan-spin{to{transform:rotate(360deg)}}.survey-wrap .sd-root-modern{background:transparent}.sd-theme-root,.sd-root-modern,.svc-creator,.creator-host,.survey-wrap,.sa-visualizer__root,.sa-visualizer-root,.sa-question-layout{--sjs2-typography-font-family-text: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;--sjs-font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}.survey-wrap .sd-body.sd-body--static{max-width:none;padding:0}.survey-wrap .sd-page{padding:0}.survey-wrap .sd-question__title{font-size:.82rem;color:var(--muted);font-weight:600}.survey-wrap .sd-question__required-text{color:var(--danger)}.survey-wrap .sd-question__description{color:var(--muted);font-size:.8rem}.survey-wrap .sd-question__header--complex,.survey-wrap .sd-panel__header{background:var(--grey);border-left:4px solid var(--navy);border-radius:4px;padding:.35rem .7rem;margin-bottom:.7rem;display:flex;align-items:center;justify-content:space-between;gap:.5rem;flex-wrap:wrap}.survey-wrap .sd-question__header--complex .sd-question__title,.survey-wrap .sd-panel__title{font-size:.95rem;color:var(--text);font-weight:600;background:none;padding:0;margin:0;flex:1;width:100%;text-align:left}.survey-wrap .sd-question__header--complex .sv-title-actions{display:flex;align-items:center;justify-content:space-between;gap:.5rem;width:100%;flex-wrap:wrap}.survey-wrap .sd-question__header--complex .sd-action-bar{flex-wrap:wrap}.survey-wrap .sd-question__title .sv-action-bar,.survey-wrap .sd-question__header--complex .sv-action-bar{flex-wrap:wrap;gap:.35rem}.survey-wrap .sd-question__title .sv-action-bar-item,.survey-wrap .sd-question__title .sd-action,.survey-wrap .sd-question__header--complex .sv-action-bar-item,.survey-wrap .sd-question__header--complex .sd-action{border:1px solid var(--navy);color:var(--navy);background:#fff;border-radius:6px;padding:.25rem .6rem;font-weight:600;font-size:.8rem;height:auto}.survey-wrap .sd-question__title .sv-action-bar-item:hover,.survey-wrap .sd-question__title .sd-action:hover,.survey-wrap .sd-question__header--complex .sv-action-bar-item:hover,.survey-wrap .sd-question__header--complex .sd-action:hover,.survey-wrap .sd-question__header--complex .sd-action:focus-visible{background:var(--grey);box-shadow:none}.survey-wrap .sd-question__header--complex .sd-action__title,.survey-wrap .sd-question__title .sv-action-bar-item__title{color:inherit;font-size:inherit}.survey-wrap .sd-formbox,.survey-wrap .sd-input{background:#fff;border-radius:8px;box-shadow:0 0 0 1px var(--grey-border);font-size:16px;line-height:1.4;color:var(--text)}.survey-wrap .sd-formbox:focus,.survey-wrap .sd-formbox:focus-within,.survey-wrap .sd-input:focus,.survey-wrap .sd-input:focus-within{outline:2px solid var(--navy-light);outline-offset:0;box-shadow:0 0 0 1px var(--navy-light)}.survey-wrap .sd-formbox input::placeholder,.survey-wrap .sd-input::placeholder{color:var(--muted)}.survey-wrap .sd-comment{min-height:90px}.survey-wrap .sd-dropdown__value{font-size:16px}.survey-wrap .sd-formbox input,.survey-wrap .sd-formbox textarea,.survey-wrap .sd-formbox select,.survey-wrap textarea.sd-formbox,.survey-wrap textarea.sd-comment{border:none;outline:none;box-shadow:none;background:transparent}.survey-wrap .sd-formbox input:focus,.survey-wrap .sd-formbox textarea:focus,.survey-wrap .sd-formbox select:focus,.survey-wrap textarea.sd-comment:focus{outline:none;border:none}.survey-wrap .sd-item__control-label{font-size:.95rem;color:var(--text);font-weight:400}.survey-wrap .sd-item__decorator{background:#fff;box-shadow:inset 0 0 0 1px var(--grey-border)}.survey-wrap .sd-item--checked .sd-item__decorator{box-shadow:none}.survey-wrap .sd-boolean__label{font-size:.95rem;color:var(--text)}.survey-wrap .sd-question__erbox{border-radius:8px;font-size:.85rem}.toast{position:fixed;bottom:1.6rem;left:50%;transform:translate(-50%);background:var(--ok);color:#fff;font-weight:600;padding:.65rem 1.3rem;border-radius:24px;box-shadow:0 8px 24px #00000040;z-index:200;max-width:90vw}.toast-enter-active,.toast-leave-active{transition:opacity .25s,transform .25s}.toast-enter-from,.toast-leave-to{opacity:0;transform:translate(-50%) translateY(12px)}.login-wrap{max-width:380px;margin:8vh auto;padding:0 1rem}.login-logo{background:var(--navy);color:#fff;font-weight:800;font-size:1.6rem;letter-spacing:2px;text-align:center;padding:1rem;border-radius:var(--radius) var(--radius) 0 0}.login-card{background:#fff;border:1px solid var(--grey-border);border-top:none;border-radius:0 0 var(--radius) var(--radius);padding:1.4rem}.divider{display:flex;align-items:center;gap:.7rem;color:var(--muted);font-size:.8rem;margin:1rem 0}.divider:before,.divider:after{content:"";flex:1;height:1px;background:var(--grey-border)}.w-100{width:100%;justify-content:center}.page-narrow{max-width:480px}.notice{display:flex;align-items:center;justify-content:space-between;gap:.8rem;flex-wrap:wrap;background:#fff8e1;border:1px solid #f2d27a;color:#6b4f00;border-radius:var(--radius);padding:.6rem .9rem;margin-bottom:.8rem}.progress{position:relative;height:28px;background:var(--grey);border:1px solid var(--grey-border);border-radius:14px;overflow:hidden;margin-top:.8rem}.progress-bar{height:100%;background:var(--navy);transition:width .2s}.progress-label{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;font-size:.85rem;font-weight:600;color:var(--text);text-shadow:0 0 3px #fff,0 0 3px #fff}.toast.toast-error{background:var(--danger)}.offline-bar{background:#fff3cd;color:#664d03;border-bottom:1px solid #ffe69c;padding:.45rem 1rem;font-size:.9rem;text-align:center}.dlg-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073;display:flex;align-items:center;justify-content:center;padding:1rem;z-index:300}.dlg{background:#fff;border-radius:var(--radius);padding:1.2rem 1.2rem 1rem;width:100%;max-width:420px;box-shadow:0 16px 48px #0000004d}.dlg-title{margin:0 0 .5rem;font-size:1.1rem}.dlg-text{margin:0 0 .9rem;white-space:pre-line}.dlg-input{width:100%;margin-bottom:.9rem}.dlg-actions{display:flex;gap:.6rem;justify-content:flex-end;flex-wrap:wrap}.dlg label{display:block;margin-top:.6rem}.dlg input[type=email],.dlg input[type=password],.dlg input[type=text]{width:100%}.topbar a.user{color:inherit;text-decoration:none}.topbar a.user:hover{text-decoration:underline}.tabs-sm button{min-height:34px;padding:.25rem .7rem;font-size:.85rem}.tabs-sm button.tpl-empty:not(.active){opacity:.55}.tpl-langs{margin-top:.6rem}.lang-chip{display:inline-flex;align-items:center;gap:.3rem}.chip-x{background:none;color:var(--danger);min-height:0;padding:0 .2rem;font-size:.8rem}.chip-x:hover{background:none;text-decoration:underline}.lang-add{width:auto;font-size:.8rem;padding:.2rem .5rem}.test-row{display:flex;gap:.5rem;flex-wrap:wrap;align-items:center;margin-top:.6rem}.test-row input{max-width:320px}.color-row{display:flex;gap:.5rem;align-items:center}.color-row input[type=color]{width:48px;height:40px;padding:2px;border:1px solid var(--grey-border);border-radius:8px;background:#fff}.logo-preview{display:flex;align-items:center;justify-content:center;min-height:90px;border-radius:var(--radius);color:#fff;font-weight:700;font-size:1.2rem;padding:1rem}.logo-preview img{max-height:60px;max-width:260px;object-fit:contain}.search-row{display:flex;gap:.5rem;flex-wrap:wrap}.search-row input{flex:1;min-width:220px}
