:root{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#0f172a;background-color:#f8fafc;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}*{box-sizing:border-box}input[type=text],input[type=number],input[type=email],input[type=password],select{padding:8px 10px;border-radius:10px;border:1px solid #e2e8f0;font-size:.9rem;font-family:inherit;background:#fff}body{margin:0;background:#f8fafc;min-height:100vh}#app{max-width:1200px;margin:0 auto;padding:32px 20px 20px;min-height:100vh}h1{margin:0;font-size:1.8rem}h2{margin:0 0 12px;font-size:1.2rem}.layout{display:flex;flex-direction:column;gap:20px;min-height:calc(100vh - 52px)}.header{display:flex;justify-content:space-between;align-items:center;gap:16px}.header-brand{display:flex;align-items:center;gap:8px}.header-title{font-size:1.4rem;font-weight:400;color:#0f172a;text-decoration:none;cursor:pointer}.header-title em{font-style:italic;font-weight:400}.header-title strong{font-weight:700;font-style:normal}.header-title:hover{color:#2563eb}.header-title:focus{outline:none}.header-external{color:#94a3b8;display:inline-flex;align-items:center;text-decoration:none;transition:color .15s}.header-external:hover{color:#2563eb}.nav{display:flex;align-items:center;gap:4px}.user-menu{position:relative}.user-menu-panel{position:absolute;right:0;top:calc(100% + 6px);display:none;min-width:180px;padding:8px;border-radius:12px;background:#fff;box-shadow:0 12px 28px #0f172a1f;z-index:10}.user-menu-panel.is-open{display:flex;flex-direction:column;gap:6px}.user-menu-panel button{text-align:left;background:transparent;color:#0f172a;padding:8px 10px;border-radius:8px}.user-menu-panel button:hover{background:#e2e8f0}.nav-button{background:#e2e8f0;color:#0f172a}.nav-button:hover{background:#cbd5e1;color:#0f172a}.nav-button.active{background:#1f2937;color:#f8fafc}.nav-button.active:hover{background:#111827;color:#f8fafc}.pages{display:flex;flex-direction:column;gap:20px;flex:1}.card{background:#fff;border-radius:16px;padding:18px 20px;box-shadow:0 12px 28px #0f172a14}.card-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.login-card{max-width:420px}.auth-section{display:none}.auth-section .form-actions,.reset-section .form-actions{justify-content:flex-start}.form-hint{margin:0 0 12px;font-size:.9rem;color:#475569;line-height:1.4}.form-hint a{color:#2563eb;text-decoration:none}.form-hint a:hover{text-decoration:underline}.forgot-link{text-decoration:none;font-size:.85rem;font-weight:400;color:#64748b;display:inline-flex;align-items:center;padding:10px 0}.forgot-link:hover{color:#2563eb;text-decoration:underline}.tools-card{display:none;margin-bottom:12px}.header-actions{display:flex;align-items:center;gap:10px}.ghost{background:#e2e8f0;color:#0f172a}.ghost:hover{background:#cbd5f5}.danger{background:#dc2626}.danger:hover{background:#b91c1c}.form-row{display:flex;flex-direction:column;gap:6px;margin-bottom:12px}.form-row label{font-weight:600;font-size:.9rem}.form-row input{padding:10px 12px;font-size:.95rem}.form-actions{display:flex;gap:10px}.tools{display:grid;grid-template-columns:1fr 160px 180px 160px auto auto;gap:12px;align-items:center}.audit-tools{grid-template-columns:120px 120px auto 120px;margin-bottom:10px}.pagination{display:flex;align-items:center;gap:4px}.page-info{font-size:.85rem;color:#64748b;white-space:nowrap;padding:0 4px}.card-header-left{display:flex;align-items:center;gap:10px}.card-header-left h2{margin:0}.header-divider{width:1px;height:24px;background:#e2e8f0;margin:0 4px}.muted{color:#94a3b8;font-size:.85rem}.tools input,.tools select{padding:10px 12px;font-size:.95rem}button{border:none;background:#1f2937;color:#f8fafc;padding:10px 14px;border-radius:10px;cursor:pointer;font-weight:600}button:hover{background:#0f172a}.primary{background:#2563eb}.primary:hover{background:#1d4ed8}button.success{background:#16a34a}button.error{background:#dc2626}.language-tools{display:grid;grid-template-columns:200px 160px 1fr auto;gap:12px;align-items:center;margin-bottom:12px}.language-tools input,.language-tools select{padding:10px 12px;font-size:.95rem}.question-create{padding:12px;border:1px dashed #cbd5f5;border-radius:12px;margin-bottom:16px;background:#fff;display:flex;flex-direction:column;gap:10px}.user-create{margin-bottom:12px}.user-actions{margin-bottom:12px;display:flex;justify-content:flex-end}.modal-backdrop{position:fixed;inset:0;background:#0f172a66;display:none;align-items:center;justify-content:center;z-index:50;padding:20px}.modal-backdrop.is-visible{display:flex}.modal{background:#fff;border-radius:16px;padding:16px;width:min(92vw,640px);box-shadow:0 18px 36px #0f172a33}.modal.modal-sm{width:min(92vw,420px);padding:20px 24px}.unsaved-message{margin:0 0 16px;color:#475569;font-size:.95rem;line-height:1.5}.modal-header{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:12px}.modal-header h3{margin:0;font-size:1.1rem}.modal-close{background:transparent;color:#64748b;font-size:1.4rem;padding:4px 8px;border-radius:6px}.modal-close:hover{background:#f1f5f9;color:#0f172a}.modal-actions{display:flex;justify-content:flex-start;gap:10px;margin-top:12px}.modal-password{grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}.modal-advanced{border:1px solid #e2e8f0;border-radius:10px;margin-bottom:10px}.modal-advanced summary{padding:10px 12px;font-size:.85rem;font-weight:600;color:#64748b;cursor:pointer;list-style:none;display:flex;align-items:center;gap:6px;-webkit-user-select:none;user-select:none}.modal-advanced summary::-webkit-details-marker{display:none}.modal-advanced summary:before{content:"▸";font-size:.75rem;transition:transform .15s}.modal-advanced[open] summary:before{transform:rotate(90deg)}.modal-advanced[open] summary{color:#0f172a;border-bottom:1px solid #e2e8f0}.modal-advanced .question-row{padding:10px 12px 0}.modal-advanced .password-match{padding:0 12px 10px}.password-match{font-size:.8rem;min-height:1.2em;margin-top:4px}.password-match.is-ok{color:#16a34a}.password-match.is-error{color:#dc2626}.modal-hint{margin:0 0 10px;font-size:.85rem;color:#475569}.admin-toggle{display:flex;flex-direction:column;align-items:flex-start;gap:2px;margin-bottom:4px}.admin-toggle-row{display:flex;align-items:center;gap:8px;cursor:pointer}.admin-toggle-row input[type=checkbox]{margin:0}.admin-toggle-row strong{font-size:.9rem;font-weight:700}.admin-toggle-hint{margin:2px 0 0;font-size:.8rem;color:#94a3b8;line-height:1.4}.split-btn{display:inline-flex;align-items:stretch;border-radius:10px;overflow:visible;position:relative}.split-btn>button:first-child{border-radius:10px 0 0 10px}.split-btn-caret{border-radius:0 10px 10px 0!important;padding:10px!important;border-left:1px solid rgba(255,255,255,.2)!important;font-size:.8rem;white-space:nowrap}.split-btn-menu{display:none;position:absolute;top:100%;right:0;margin-top:4px;background:#fff;border-radius:10px;box-shadow:0 12px 28px #0f172a1f;min-width:140px;z-index:60;padding:6px}.split-btn-menu.is-open{display:flex;flex-direction:column;gap:2px}.split-btn-menu button{background:transparent;color:#0f172a;text-align:left;padding:8px 10px;border-radius:6px;font-weight:500}.split-btn-menu button:hover{background:#f1f5f9}.split-btn-menu button.is-active{background:#e2e8f0;font-weight:600}.modal-result-msg{margin:0 0 12px;color:#16a34a;font-weight:600;font-size:.95rem}.modal-result-msg.modal-result-error{color:#dc2626}.reset-split{display:inline-flex;align-items:stretch;vertical-align:middle}.reset-split>button:first-child{border-radius:10px 0 0 10px}.reset-caret{border-radius:0 10px 10px 0!important;padding:10px 8px!important;border-left:1px solid rgba(0,0,0,.08)!important;font-size:.75rem;min-width:auto}.reset-dropdown-float{display:none;position:fixed;background:#fff;border-radius:10px;box-shadow:0 12px 28px #0f172a26;min-width:180px;z-index:100;padding:6px}.reset-dropdown-float.is-open{display:flex;flex-direction:column;gap:2px}.reset-dropdown-label{padding:4px 10px 2px;font-size:.75rem;text-transform:uppercase;letter-spacing:.04em}.reset-dropdown-divider{height:1px;background:#e2e8f0;margin:4px 0}.reset-dropdown-float button{background:transparent;color:#0f172a;text-align:left;padding:8px 10px;border-radius:6px;font-weight:500;font-size:.85rem;white-space:nowrap}.reset-dropdown-float button:hover{background:#f1f5f9}.reset-dropdown-float button.is-active{background:#e2e8f0;font-weight:600}.reset-dropdown-fallback{color:#64748b!important}.checkbox-field{display:flex;align-items:center;gap:8px;font-size:.9rem}.reset-link-box{margin-top:12px;border:1px dashed #cbd5f5;border-radius:12px;padding:10px}.reset-link-row{display:flex;gap:10px;align-items:center}.reset-link-row input{flex:1;font-size:.85rem}.questionnaire-body{display:flex;flex-direction:column;gap:16px}.question-block{border:1px solid #e2e8f0;border-radius:12px;background:#f8fafc}.question-block[open]{background:#fff}.question-header{display:flex;align-items:center;gap:12px;cursor:pointer;padding:12px;list-style:none}.question-header::-webkit-details-marker{display:none}.question-body{padding:0 12px 12px}.question-controls{display:flex;flex-wrap:wrap;align-items:center;gap:16px;margin-bottom:10px}.question-toggles{display:flex;align-items:center;gap:16px}.checkbox-inline{display:inline-flex;align-items:center;gap:8px;font-size:.85rem;font-weight:600}.checkbox-inline input[type=checkbox]{margin:0}.drag-handle{font-size:1rem;color:#94a3b8;cursor:grab}.question-block.is-dragging{opacity:.6}.question-block.is-drop-target{border-color:#2563eb}.question-header{justify-content:space-between;text-align:left}.question-header-main{display:flex;align-items:center;gap:12px}.question-title{display:flex;align-items:baseline;gap:8px}.question-index{color:#64748b;font-weight:600}.question-label{font-weight:600}.question-header-meta{display:flex;align-items:center;gap:12px}.question-type{color:#64748b;font-size:.85rem;text-transform:uppercase;letter-spacing:.04em}.question-header-chevron{color:#64748b;font-size:1rem;transition:transform .2s ease}.question-block[open] .question-header-chevron{transform:rotate(180deg)}.question-header .muted{color:#64748b;font-size:.85rem;margin-left:6px}.question-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:10px;margin-bottom:10px}.translations-row{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.translation-group{border:1px dashed #cbd5f5;border-radius:10px;padding:10px;display:flex;flex-direction:column;gap:8px}.translation-title{font-size:.8rem;color:#475569}.question-languages{margin-bottom:12px;max-width:280px}.field{display:flex;flex-direction:column;gap:6px;font-size:.85rem;font-weight:600}.options-section{margin-top:12px;padding-top:10px;border-top:1px dashed #cbd5f5}.section-title{font-weight:600;font-size:.9rem;margin-bottom:8px;color:#334155}.options-table{width:100%;border-collapse:collapse;font-size:.9rem}.options-table th{text-align:left;padding:6px 8px;font-weight:600;color:#475569;font-size:.85rem;border-bottom:1px solid #e2e8f0}.options-table td{padding:4px 8px;vertical-align:middle}.options-table td input[type=text]{width:100%;box-sizing:border-box}.options-table .col-drag{width:24px;padding:4px;text-align:center}.options-table .col-toggle{width:50px;text-align:center}.options-table .col-action{width:36px;text-align:center}.option-key-cell{font-family:monospace;font-size:.85rem;color:#475569;white-space:nowrap}.option-drag{color:#94a3b8;cursor:grab;font-size:1rem}.option-row.dragging{opacity:.6}.option-row.drag-over{outline:2px dashed #2563eb;outline-offset:2px}.icon-btn{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border:none;border-radius:10px;cursor:pointer;padding:0;line-height:1;transition:background .15s;vertical-align:middle}.icon-btn.danger{background:#dc2626;color:#fff}.icon-btn.danger:hover{background:#b91c1c}.icon-btn-ghost{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border:none;border-radius:10px;cursor:pointer;padding:0;background:#e2e8f0;color:#475569;transition:background .15s,color .15s;vertical-align:middle}.icon-btn-ghost:hover{background:#cbd5e1;color:#0f172a}.icon-btn-ghost:disabled{opacity:.35;cursor:default;pointer-events:none}.actions-cell,.text-right{text-align:right;white-space:nowrap}.note-cell{white-space:pre-wrap;word-break:break-word}.note-cell.clamped{display:-webkit-box;-webkit-line-clamp:6;-webkit-box-orient:vertical;overflow:hidden;cursor:pointer;position:relative}.note-cell.clamped:after{content:"...show more";position:absolute;bottom:0;right:0;padding-left:20px;background:linear-gradient(90deg,transparent,#fff 30%);color:#2563eb;font-size:.8rem}.note-cell.expanded{cursor:pointer}.note-cell.expanded:after{content:"show less";position:relative;display:block;text-align:right;color:#2563eb;font-size:.8rem;background:none;padding-left:0}.actions-cell button{vertical-align:middle}.option-add{display:flex;align-items:center;gap:8px;margin-top:8px}.option-add input{max-width:200px}.status{min-height:20px;color:#2563eb;font-size:.9rem}.dashboard-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:12px}.dashboard-item{background:#f8fafc;border-radius:12px;padding:12px;display:flex;flex-direction:column;gap:6px}.status.error{color:#dc2626}.table-wrap{overflow-x:auto}table{width:100%;border-collapse:collapse;font-size:.9rem}th,td{text-align:left;padding:10px 8px;border-bottom:1px solid #e2e8f0;vertical-align:middle}th input[type=checkbox],td input[type=checkbox]{transform:scale(1.1)}th{font-size:.8rem;text-transform:uppercase;letter-spacing:.06em;color:#475569}.toggle{background:#f1f5f9;color:#0f172a;border:1px solid #e2e8f0}.toggle.approved{background:#16a34a;color:#fff;border-color:#16a34a}.toggle.pending{background:#fbbf24;color:#1f2937;border-color:#fbbf24}.toggle.rejected{background:#dc2626;color:#fff;border-color:#dc2626}.empty{text-align:center;color:#94a3b8;padding:20px}.tools-card,.card{transition:opacity .2s ease}.app-footer{margin-top:auto;padding:40px 0 16px;border-top:1px solid #e2e8f0;display:flex;justify-content:space-between;align-items:center;font-size:.8rem;color:#94a3b8}.app-footer a{color:#64748b;text-decoration:none}.app-footer a:hover{color:#2563eb}.footer-left{display:flex;flex-direction:column;gap:2px}.footer-credit{display:flex;align-items:center;gap:4px;flex-wrap:wrap}.footer-license{font-size:.75rem}.footer-bug{display:inline-flex;align-items:center;gap:6px}.content-page-tabs{display:flex;gap:6px;margin-bottom:16px}.content-editors{display:flex;flex-direction:column;gap:20px}.content-editor-block{border:1px solid #e2e8f0;border-radius:12px;padding:14px;background:#f8fafc}.content-editor-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}.content-editor-header h3{margin:0;font-size:1rem}.content-editor-actions{display:flex;gap:8px}.content-textarea{width:100%;min-height:200px;padding:12px;border:1px solid #e2e8f0;border-radius:10px;font-family:Fira Code,Cascadia Code,monospace;font-size:.85rem;line-height:1.5;resize:vertical;background:#fff}.content-preview{padding:12px;border:1px solid #e2e8f0;border-radius:10px;background:#fff;min-height:100px}.about-content{font-size:.95rem;line-height:1.65;color:#1f2937}.about-content h1{font-size:1.5rem;font-weight:700;margin:0 0 12px;color:#111827}.about-content h2{font-size:1.2rem;font-weight:700;margin:20px 0 8px;color:#111827}.about-content h3{font-size:1.05rem;font-weight:600;margin:16px 0 6px;color:#111827}.about-content p{margin:0 0 12px}.about-content a{color:#2563eb;text-decoration:underline;text-underline-offset:2px}.about-content a:hover{color:#1d4ed8}.about-content ul,.about-content ol{margin:0 0 12px;padding-left:24px}.about-content li{margin-bottom:4px}.about-content p>img:only-child{max-width:100%;height:auto;border-radius:10px;margin:12px auto;display:block}.about-content img{max-width:100%;height:auto;vertical-align:middle}.about-content blockquote{margin:12px 0;padding:8px 16px;border-left:3px solid #e2e8f0;color:#475569;font-style:italic}.about-content code{background:#f1f5f9;padding:2px 6px;border-radius:4px;font-size:.85em}.about-content pre{background:#f1f5f9;padding:12px 16px;border-radius:10px;overflow-x:auto;margin:0 0 12px}.about-content pre code{background:none;padding:0}.about-content hr{border:none;border-top:1px solid #e2e8f0;margin:20px 0}.about-footer{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:8px;font-size:.8rem;color:#64748b}.about-footer a{color:#64748b;text-decoration:none}.about-footer a:hover{color:#2563eb}.about-footer-left{display:flex;flex-direction:column;gap:2px}.about-footer-credit{display:flex;align-items:center;gap:4px;flex-wrap:wrap}.about-footer-bug{display:inline-flex;align-items:center;gap:6px}.about-header{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:16px}.about-header-title{font-size:1.8rem;font-weight:400;letter-spacing:-.03em;color:#111827;margin:0;line-height:1.2}.about-header-title em{font-style:italic;font-weight:400}.about-header-title strong{font-weight:700;font-style:normal}.about-header-logos{display:flex;align-items:center;gap:12px;flex-shrink:0}.about-header-logos img{height:36px;width:auto;display:block;opacity:.75;transition:opacity .15s}.about-header-logos a:hover img{opacity:1}.pw-wrap{position:relative;display:flex}.pw-wrap input{flex:1;padding-right:36px}.pw-toggle{position:absolute;right:4px;top:50%;transform:translateY(-50%);background:none;border:none;cursor:pointer;padding:4px;color:#94a3b8;font-size:0;line-height:1}.pw-toggle:hover{color:#475569}.pw-toggle svg{width:18px;height:18px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px 16px;margin-bottom:1rem}.form-grid label{display:flex;flex-direction:column;gap:4px;font-size:13px;color:#64748b}.form-grid label:has(textarea){grid-column:1 / -1}.checkbox-label{flex-direction:row!important;align-items:center;gap:6px!important}.position-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px 12px;margin-bottom:12px}.position-grid label{display:flex;flex-direction:column;gap:4px;font-size:13px;color:#64748b}.form-hint{font-size:13px;color:#94a3b8;margin:0 0 12px}.form-actions{display:flex;gap:8px}.slot-row{border:1px solid #e2e8f0;border-radius:6px;padding:12px;margin-bottom:8px}.slot-header{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin-bottom:8px}.slot-header strong{min-width:60px}.slot-questions{display:flex;flex-wrap:wrap;gap:8px;padding-left:4px}.slot-question-label{font-size:13px;display:flex;align-items:center;gap:4px;color:#475569}.button.small{font-size:12px;padding:4px 8px}.button.danger{color:#dc2626}.button.danger:hover{background:#fef2f2}@media(max-width:800px){.tools,.language-tools{grid-template-columns:1fr}.header,.nav{flex-wrap:wrap}.app-footer{flex-direction:column;gap:8px;text-align:center}.form-grid{grid-template-columns:1fr}.position-grid{grid-template-columns:1fr 1fr}}
