:root{--navy: #1F3864;--navy-light: #2d4d85;--on-primary: #ffffff;--topbar-bg: var(--u-light-topbarBg, var(--navy));--topbar-text: var(--u-light-topbarText, var(--on-primary));--grey: var(--u-light-bg, #f2f3f5);--grey-border: var(--u-light-border, #d8dbe0);--surface: var(--u-light-surface, #ffffff);--surface-2: color-mix(in srgb, var(--surface) 92%, var(--grey));--text: var(--u-light-text, #1c1e21);--muted: var(--u-light-muted, #667085);--danger: #c0392b;--danger-bg: #fdecea;--ok: #1e7e34;--warn-bg: #fff8e1;--warn-border: #f2d27a;--warn-text: #6b4f00;--brand-tint: #f4f7fc;--focus: var(--focus-light, #2d4d85);--brand-text: var(--accent-light, var(--navy));--shadow: rgba(0, 0, 0, .25);--radius: 10px;color-scheme:light}@media(prefers-color-scheme:dark){:root:not([data-theme=light]){--topbar-bg: var(--u-dark-topbarBg, color-mix(in srgb, var(--navy) 40%, #15171a));--topbar-text: var(--u-dark-topbarText, #e6e8eb);--grey: var(--u-dark-bg, #15171a);--grey-border: var(--u-dark-border, #3a3f47);--surface: var(--u-dark-surface, #1e2126);--surface-2: color-mix(in srgb, var(--surface) 88%, #ffffff);--text: var(--u-dark-text, #e6e8eb);--muted: var(--u-dark-muted, #9aa3b0);--danger: #e5695b;--danger-bg: #3b1f1c;--ok: #3fb95a;--warn-bg: #3a2f0f;--warn-border: #6b5416;--warn-text: #f2d27a;--brand-tint: #22283a;--focus: var(--focus-dark, #8ab4f8);--brand-text: var(--brand-text-dark, #8ab4f8);--shadow: rgba(0, 0, 0, .6);color-scheme:dark}}:root[data-theme=dark]{--topbar-bg: var(--u-dark-topbarBg, color-mix(in srgb, var(--navy) 40%, #15171a));--topbar-text: var(--u-dark-topbarText, #e6e8eb);--grey: var(--u-dark-bg, #15171a);--grey-border: var(--u-dark-border, #3a3f47);--surface: var(--u-dark-surface, #1e2126);--surface-2: color-mix(in srgb, var(--surface) 88%, #ffffff);--text: var(--u-dark-text, #e6e8eb);--muted: var(--u-dark-muted, #9aa3b0);--danger: #e5695b;--danger-bg: #3b1f1c;--ok: #3fb95a;--warn-bg: #3a2f0f;--warn-border: #6b5416;--warn-text: #f2d27a;--brand-tint: #22283a;--focus: var(--focus-dark, #8ab4f8);--brand-text: var(--brand-text-dark, #8ab4f8);--shadow: rgba(0, 0, 0, .6);color-scheme:dark}*{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(--brand-text)}.topbar{background:var(--topbar-bg);color:var(--topbar-text);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:var(--surface-2)}.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:var(--topbar-text);opacity:.85;text-decoration:none;padding:.35rem .7rem;border-radius:6px;white-space:nowrap}.topbar .theme-toggle{min-height:34px;padding:.2rem .5rem;font-size:1rem}.mobile-menu .mm-tools{display:flex;gap:.5rem;align-items:center}.topbar nav a.router-link-active{background:color-mix(in srgb,var(--topbar-text) 16%,transparent);opacity:1}.topbar .user{font-size:.85rem;opacity:.9;white-space:nowrap}.topbar select{width:auto;background:transparent;color:var(--topbar-text);border:1px solid color-mix(in srgb,var(--topbar-text) 40%,transparent);border-radius:6px;padding:.2rem .3rem;font-size:14px}.topbar select option{color:var(--text);background:var(--surface)}.topbar .btn-ghost{background:transparent;color:var(--topbar-text);border:1px solid color-mix(in srgb,var(--topbar-text) 40%,transparent)}.topbar .btn-ghost:hover,.burger:hover{background:color-mix(in srgb,var(--topbar-text) 12%,transparent)}.burger{display:none;background:transparent;border:1px solid color-mix(in srgb,var(--topbar-text) 40%,transparent);color:var(--topbar-text);border-radius:8px;width:40px;height:36px;padding:0;justify-content:center;font-size:1.15rem;margin-left:auto}@media(max-width:700px){.topbar nav.topnav,.topbar>.lang,.topbar>.user,.topbar>.logout,.topbar>.theme-toggle{display:none}.burger{display:inline-flex}}.mobile-menu{position:absolute;top:100%;left:0;right:0;background:var(--topbar-bg);border-top:1px solid color-mix(in srgb,var(--topbar-text) 18%,transparent);box-shadow:0 10px 24px #00000059;display:flex;flex-direction:column;gap:.2rem;padding:.6rem 1rem 1rem;z-index:30}.mobile-menu a{color:var(--topbar-text);text-decoration:none;padding:.7rem .6rem;border-radius:8px;font-weight:600}.mobile-menu a.router-link-active{background:color-mix(in srgb,var(--topbar-text) 16%,transparent)}.mobile-menu .mm-row{display:flex;align-items:center;justify-content:space-between;padding:.5rem .6rem;border-top:1px solid color-mix(in srgb,var(--topbar-text) 18%,transparent);margin-top:.3rem}.mobile-menu .btn-ghost{background:transparent;color:var(--topbar-text);border:1px solid color-mix(in srgb,var(--topbar-text) 40%,transparent);justify-content:center}.page{max-width:980px;margin:0 auto;padding:1.2rem 1rem 4rem}.card{background:var(--surface);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:var(--surface);color:var(--text)}textarea{min-height:90px;resize:vertical}input:focus,select:focus,textarea:focus{outline:2px solid var(--focus);outline-offset:1px;border-color:var(--text)}.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:var(--on-primary);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:var(--surface);color:var(--brand-text);border:1px solid var(--brand-text)}.btn-secondary:hover{background:var(--grey)}.btn-danger{background:var(--danger);color:#fff}.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:var(--surface)}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:var(--surface-2)}.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(--brand-text);font-weight:600}.badge.red{background:var(--danger-bg);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:var(--surface);color:var(--brand-text);border:1px solid var(--grey-border)}.tabs button.active{background:var(--navy);color:var(--on-primary)}.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:var(--surface-2)}.stats-panel{padding:.4rem .2rem .6rem}.tiles{display:flex;flex-wrap:wrap;gap:.6rem;margin-bottom:.4rem}.tile{background:var(--surface);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(--brand-text);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)}select.field-warn:focus{border-color:var(--danger)}.scan-choice{border:1px solid var(--brand-text);border-radius:var(--radius);padding:.8rem;margin-top:.8rem;background:var(--brand-tint)}.survey-wrap{padding:.9rem 1rem;position:relative}.scan-wait{position:absolute;top:0;right:0;bottom:0;left:0;z-index:5;background:color-mix(in srgb,var(--surface) 70%,transparent);-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:var(--on-primary);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(--brand-text);color:var(--brand-text);background:var(--surface);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:var(--surface);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(--focus);outline-offset:1px;box-shadow:0 0 0 1px var(--text)}.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:var(--surface);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(--topbar-bg);color:var(--topbar-text);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:var(--surface);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:var(--warn-bg);border:1px solid var(--warn-border);color:var(--warn-text);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 var(--surface),0 0 3px var(--surface)}.toast.toast-error{background:var(--danger)}.offline-bar{background:var(--warn-bg);color:var(--warn-text);border-bottom:1px solid var(--warn-border);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:var(--surface);border-radius:var(--radius);padding:1.2rem 1.2rem 1rem;width:100%;max-width:420px;box-shadow:0 16px 48px var(--shadow)}.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:var(--surface)}.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}.fab-stack{position:fixed;right:calc(1.1rem + env(safe-area-inset-right));bottom:calc(1.1rem + env(safe-area-inset-bottom));display:flex;flex-direction:column;align-items:flex-end;gap:.7rem;z-index:50}.fab{width:60px;height:60px;border-radius:50%;padding:0;justify-content:center;font-size:2rem;line-height:1;box-shadow:0 6px 18px var(--shadow);border:2px solid var(--surface);outline:1px solid var(--grey-border)}.fab:focus-visible{outline:3px solid var(--focus);outline-offset:2px}@media(min-width:700px){.fab{width:auto;height:52px;border-radius:26px;padding:0 1.3rem 0 1rem;font-size:1rem;gap:.5rem}.fab .fab-plus{font-size:1.6rem}.fab-scan .fab-plus{font-size:1.2rem}}.fab-scan{background:var(--surface);color:var(--brand-text);border:1px solid var(--brand-text);outline:none}.fab-scan:hover{background:var(--surface-2)}@media(max-width:699px){.fab-scan{width:52px;height:52px;font-size:1.4rem}}.fab-label{display:none}@media(min-width:700px){.fab-label{display:inline}}.seg{display:inline-flex;border:1px solid var(--grey-border);border-radius:8px;overflow:hidden}.seg button{background:var(--surface);color:var(--text);border:none;border-radius:0;font-weight:500;min-height:40px;padding:.4rem .9rem}.seg button+button{border-left:1px solid var(--grey-border)}.seg button.active{background:var(--navy);color:var(--on-primary);font-weight:600}.seg button:hover:not(.active){background:var(--surface-2)}.install-hint{white-space:pre-line}.color-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(230px,1fr));gap:.7rem 1rem}.color-field .color-row input[type=text]{max-width:110px}.color-field .auto{font-size:.78rem;color:var(--muted);font-weight:500}.color-field input[type=color].is-auto{opacity:.55}.theme-preview{display:grid;grid-template-columns:1fr 1fr;gap:.8rem;margin-top:.8rem}@media(max-width:640px){.theme-preview{grid-template-columns:1fr}}.tp{border-radius:var(--radius);overflow:hidden;border:1px solid var(--grey-border);font-size:.85rem}.tp-bar{padding:.5rem .8rem;font-weight:700;display:flex;justify-content:space-between}.tp-body{padding:.8rem}.tp-card{border-radius:8px;padding:.6rem;margin-bottom:.6rem}.tp-input{border-radius:6px;padding:.35rem .5rem;margin-top:.3rem}.tp-btn{display:inline-block;border-radius:6px;padding:.3rem .7rem;font-weight:600;margin-right:.4rem}
