.survey-form-theme{background:var(--survey-bg);color:var(--survey-text);font-family:var(--survey-body-font-family)}.survey-form-theme .survey-progress-bar{background:var(--survey-progress-track)}.survey-form-theme .survey-progress-fill{background:var(--survey-accent-strong)}.survey-form-theme .survey-preview-header,.survey-form-theme .survey-public-header{color:var(--survey-text)}.survey-form-theme .survey-preview-step-dot{background:var(--survey-progress-track)}.survey-form-theme .survey-preview-step-dot.is-done{background:color-mix(in srgb,var(--survey-accent) 70%,white 30%)}.survey-form-theme .survey-preview-step-dot.w-6{background:var(--survey-accent-strong)}.survey-form-theme .survey-functionalism-footer,.survey-form-theme .survey-functionalism-progress-text,.survey-form-theme .survey-functionalism-section-desc,.survey-form-theme .survey-functionalism-section-label,.survey-form-theme .survey-preview-progress-text,.survey-form-theme .survey-preview-section-description,.survey-form-theme .survey-preview-section-eyebrow,.survey-form-theme .survey-question-description,.survey-form-theme .survey-question-hint{color:var(--survey-muted)}.survey-form-theme .survey-completion-card h2,.survey-form-theme .survey-functionalism-section-title,.survey-form-theme .survey-preview-section-title,.survey-form-theme .survey-question-title{color:var(--survey-text);font-family:var(--survey-heading-font-family)}.survey-form-theme .survey-completion-card,.survey-form-theme .survey-preview-card{background:var(--survey-surface);border-color:var(--survey-border)}.survey-form-theme .survey-template-brand-row{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1.5rem}.survey-form-theme .survey-template-global-bar{width:100%;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem clamp(12px,3vw,28px) 0}.survey-form-theme .survey-template-brand-row-centered{width:100%;max-width:480px}.survey-form-theme .survey-template-brand-link{flex-shrink:0}.survey-form-theme .survey-field-input,.survey-form-theme .survey-field-select,.survey-form-theme .survey-field-textarea{background:var(--survey-surface);border-color:var(--survey-border);color:var(--survey-text);font-family:var(--survey-body-font-family)}.survey-form-theme .survey-field-input::placeholder,.survey-form-theme .survey-field-textarea::placeholder{color:color-mix(in srgb,var(--survey-muted) 60%,white 40%)}.survey-form-theme .survey-field-input:focus,.survey-form-theme .survey-field-select:focus,.survey-form-theme .survey-field-textarea:focus{border-color:var(--survey-accent);box-shadow:0 0 0 2px color-mix(in srgb,var(--survey-accent) 18%,transparent)}.survey-form-theme .survey-choice-item{background:var(--survey-surface);border-color:color-mix(in srgb,var(--survey-border) 80%,white 20%)}.survey-form-theme .survey-choice-item:hover{border-color:color-mix(in srgb,var(--survey-accent) 55%,white 45%)}.survey-form-theme .survey-choice-label{color:var(--survey-text)}.survey-form-theme .survey-choice-indicator{border-color:color-mix(in srgb,var(--survey-border) 60%,var(--survey-text) 40%)}.survey-form-theme .survey-choice-toggle{border-color:var(--survey-border)}.survey-form-theme .survey-nps-point,.survey-form-theme .survey-scale-point{background:color-mix(in srgb,var(--survey-border) 55%,white 45%)}.survey-form-theme .survey-action-prev{color:var(--survey-muted)}.survey-form-theme .survey-action-prev:hover{background:color-mix(in srgb,var(--survey-border) 45%,white 55%);color:var(--survey-text)}.survey-form-theme .survey-action-next{background:var(--survey-accent-strong);color:var(--survey-surface)}.survey-form-theme .survey-action-next:hover{background:color-mix(in srgb,var(--survey-accent-strong) 92%,black 8%)}.survey-form-theme .survey-functionalism-badge{background:var(--survey-accent-strong);color:var(--survey-bg);padding:8px 14px;text-align:center;font-size:11px;letter-spacing:.08em;text-transform:uppercase}.survey-form-theme .survey-functionalism-container{max-width:680px;margin:0 auto;width:100%;padding-left:1.5rem;padding-right:1.5rem}.survey-form-theme .survey-functionalism-back-link{display:inline-flex;align-items:center;gap:.5rem;margin-bottom:1.5rem;padding:0;border:0;background:transparent;color:var(--survey-muted);font-size:13px;font-weight:500;cursor:pointer}.survey-form-theme .survey-functionalism-back-link:hover{color:var(--survey-text)}.survey-form-theme .survey-functionalism-progress-row{display:flex;align-items:center;gap:8px;margin-bottom:2rem}.survey-form-theme .survey-functionalism-progress-dot{width:10px;height:10px;border-radius:999px;background:var(--survey-progress-track);transition:all .3s ease}.survey-form-theme .survey-functionalism-progress-dot.is-active{width:32px;border-radius:6px;background:var(--survey-accent-strong)}.survey-form-theme .survey-functionalism-progress-dot.is-done{background:var(--survey-accent)}.survey-form-theme .survey-functionalism-progress-text{margin-left:auto;font-size:12px;letter-spacing:.04em}.survey-form-theme .survey-functionalism-section-header{margin-bottom:3rem;border-bottom:1px solid var(--survey-border);padding-bottom:1.5rem}.survey-form-theme .survey-functionalism-section-label{margin-bottom:8px;font-size:11px;letter-spacing:.12em;text-transform:uppercase}.survey-form-theme .survey-functionalism-section-title{margin-bottom:10px;font-size:clamp(2rem,4vw,2.375rem);font-weight:400;line-height:1.15}.survey-form-theme .survey-functionalism-section-desc{max-width:500px;font-size:15px;line-height:1.6}.survey-form-theme .survey-functionalism-questions{margin-bottom:2.25rem}.survey-form-theme[data-survey-template=functionalism] .survey-question-shell{margin-bottom:2.5rem;padding:0 0 0 2rem;border-left:2px solid transparent;border-radius:0;background:transparent;transition:border-color .25s ease}.survey-form-theme[data-survey-template=functionalism] .survey-question-shell:focus-within{border-left-color:var(--survey-accent)}.survey-form-theme[data-survey-template=functionalism] .survey-question-shell[data-has-error=true]{border-left-color:var(--survey-danger)}.survey-form-theme[data-survey-template=functionalism] .survey-question-number{display:block;width:auto;height:auto;margin:0 0 6px;padding:0;border-radius:0;background:transparent;color:var(--survey-progress-track);font-family:var(--survey-heading-font-family);font-size:28px;font-weight:400;line-height:1}.survey-form-theme[data-survey-template=functionalism] .survey-question-title{font-family:var(--survey-body-font-family);font-size:16px;font-weight:500;line-height:1.5}.survey-form-theme[data-survey-template=functionalism] .survey-question-description{margin-top:.25rem;font-size:13px;font-style:italic}.survey-form-theme[data-survey-template=functionalism] .survey-question-hint{margin-top:.3rem;font-size:13px;font-style:italic}.survey-form-theme[data-survey-template=functionalism] .survey-question-hint svg{display:none}.survey-form-theme[data-survey-template=functionalism] .survey-field-input,.survey-form-theme[data-survey-template=functionalism] .survey-field-select,.survey-form-theme[data-survey-template=functionalism] .survey-field-textarea{width:100%;max-width:280px;padding:12px 16px;border-width:1px;border-radius:4px;box-shadow:none;font-size:15px}.survey-form-theme[data-survey-template=functionalism] .survey-field-textarea{max-width:100%}.survey-form-theme[data-survey-template=functionalism] .survey-choice-list{display:flex;flex-direction:column;gap:4px}.survey-form-theme[data-survey-template=functionalism] .survey-choice-item{gap:14px;padding:11px 16px;border-width:0;border-radius:4px;box-shadow:none}.survey-form-theme[data-survey-template=functionalism] .survey-choice-item:hover,.survey-form-theme[data-survey-template=functionalism] .survey-choice-item[data-selected=true]{background:color-mix(in srgb,var(--survey-border) 45%,white 55%)}.survey-form-theme[data-survey-template=functionalism] .survey-choice-item[data-selected=true] .survey-choice-label{color:var(--survey-text)}.survey-form-theme[data-survey-template=functionalism] .survey-choice-indicator{width:18px;height:18px;flex-shrink:0;border-width:1.5px;background:transparent}.survey-form-theme[data-survey-template=functionalism] .survey-choice-item[data-selected=true] .survey-choice-indicator{border-color:var(--survey-accent);background:transparent}.survey-form-theme[data-survey-template=functionalism] .survey-choice-item .survey-choice-indicator-fill{width:8px;height:8px;background:var(--survey-accent)}.survey-form-theme[data-survey-template=functionalism] .survey-choice-label{font-size:14px;font-weight:400}.survey-form-theme[data-survey-template=functionalism] .survey-functionalism-nav{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-top:3rem;padding-top:1.5rem;border-top:1px solid var(--survey-border)}.survey-form-theme .survey-functionalism-back,.survey-form-theme .survey-functionalism-next{display:inline-flex;align-items:center;gap:.5rem;border:0;cursor:pointer;transition:all .15s ease;font-family:var(--survey-body-font-family)}.survey-form-theme .survey-functionalism-back{background:transparent;color:var(--survey-muted);padding:10px 0;font-size:14px;font-weight:500}.survey-form-theme .survey-functionalism-back:hover{color:var(--survey-text)}.survey-form-theme .survey-functionalism-next{padding:10px 28px;border-radius:4px;background:var(--survey-accent-strong);color:var(--survey-bg);font-size:14px;font-weight:500;letter-spacing:.02em}.survey-form-theme .survey-functionalism-next:hover{background:color-mix(in srgb,var(--survey-accent-strong) 92%,black 8%)}.survey-form-theme .survey-functionalism-footer{margin-top:2.5rem;text-align:center;font-size:12px}.survey-form-theme .survey-structuralism-badge{background:color-mix(in srgb,var(--survey-accent-strong) 92%,black 8%);color:#e1f5ee;padding:8px 14px;text-align:center;font-size:11px;letter-spacing:.08em;text-transform:uppercase}.survey-form-theme .survey-structuralism-shell{max-width:680px;width:100%;margin:0 auto}.survey-form-theme .survey-structuralism-top{margin-bottom:1.5rem}.survey-form-theme .survey-structuralism-pills{display:flex;flex-wrap:nowrap;justify-content:flex-start;gap:4px;min-width:0;overflow-x:auto;padding-bottom:2px;scrollbar-width:none}.survey-form-theme .survey-structuralism-pills::-webkit-scrollbar{display:none}.survey-form-theme .survey-structuralism-pill{flex:0 0 auto;display:inline-flex;align-items:center;gap:6px;min-width:0;max-width:10.5rem;padding:5px 14px;border-radius:999px;background:color-mix(in srgb,var(--survey-progress-track) 88%,white 12%);color:color-mix(in srgb,var(--survey-muted) 82%,white 18%);font-size:12px;font-weight:500;line-height:1.2}.survey-form-theme .survey-structuralism-pill.is-active{background:var(--survey-accent-strong);color:var(--survey-surface);max-width:12.5rem}.survey-form-theme .survey-structuralism-pill-index{flex:0 0 auto;font-size:10px;font-weight:700;letter-spacing:.08em;opacity:.9}.survey-form-theme .survey-structuralism-pill-text{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.survey-form-theme .survey-structuralism-header{position:relative;overflow:hidden;margin-bottom:1.25rem;border:1px solid var(--survey-border);border-radius:14px;background:var(--survey-surface);padding:1.75rem}.survey-form-theme .survey-structuralism-header:before{content:"";position:absolute;inset:0 0 auto;height:4px;background:linear-gradient(90deg,color-mix(in srgb,var(--survey-accent-strong) 88%,black 12%),var(--survey-accent),color-mix(in srgb,var(--survey-accent) 55%,white 45%))}.survey-form-theme .survey-structuralism-title{margin:0 0 6px;color:var(--survey-text);font-family:var(--survey-heading-font-family);font-size:clamp(1.75rem,3vw,2rem);font-weight:600;line-height:1.2}.survey-form-theme .survey-structuralism-description{color:var(--survey-muted);font-size:14px;font-weight:300;line-height:1.6}.survey-form-theme .survey-structuralism-cards{display:grid;gap:10px}.survey-form-theme .survey-structuralism-nav{display:flex;justify-content:flex-end;gap:10px;margin-top:1.5rem}.survey-form-theme .survey-structuralism-next,.survey-form-theme .survey-structuralism-prev{display:inline-flex;align-items:center;gap:.5rem;border-radius:8px;border:none;font-family:var(--survey-body-font-family);font-size:14px;font-weight:500;cursor:pointer;transition:all .15s ease}.survey-form-theme .survey-structuralism-prev{border:1px solid var(--survey-border);background:transparent;color:color-mix(in srgb,var(--survey-muted) 82%,white 18%);padding:10px 28px}.survey-form-theme .survey-structuralism-prev:hover:enabled{background:color-mix(in srgb,var(--survey-progress-track) 70%,white 30%);color:var(--survey-text)}.survey-form-theme .survey-structuralism-prev:disabled{opacity:.4;cursor:not-allowed}.survey-form-theme .survey-structuralism-next{background:var(--survey-accent-strong);color:var(--survey-surface);padding:10px 28px}.survey-form-theme .survey-structuralism-next:hover{background:color-mix(in srgb,var(--survey-accent-strong) 92%,black 8%)}.survey-form-theme .survey-structuralism-footer{margin-top:2rem;color:color-mix(in srgb,var(--survey-muted) 55%,white 45%);text-align:center;font-size:12px;font-weight:300}.survey-form-theme .survey-marxism-badge{background:var(--survey-accent-strong);color:#e8e8e8;padding:8px 14px;text-align:center;font-size:11px;letter-spacing:.08em;text-transform:uppercase}.survey-form-theme .survey-marxism-shell{max-width:640px;width:100%;margin:0 auto;padding:3rem 2rem}.survey-form-theme .survey-marxism-rule,.survey-form-theme .survey-marxism-rule-bottom,.survey-form-theme .survey-marxism-rule-top{width:100%;margin:0;border:none;border-top:1px solid var(--survey-border)}.survey-form-theme .survey-marxism-rule-top{border-top-width:2px;border-top-color:var(--survey-text);margin-bottom:1.5rem}.survey-form-theme .survey-marxism-head{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1rem}.survey-form-theme .survey-marxism-title{color:var(--survey-text);font-family:var(--survey-heading-font-family);font-size:clamp(2rem,4vw,2.25rem);font-weight:400;line-height:1.2}.survey-form-theme .survey-marxism-steps{display:flex;gap:6px;flex-wrap:wrap;justify-content:flex-end}.survey-form-theme .survey-marxism-step{width:28px;height:28px;border-radius:999px;border:1.5px solid var(--survey-progress-track);display:inline-flex;align-items:center;justify-content:center;color:#bbb;font-size:12px;font-weight:500;line-height:1}.survey-form-theme .survey-marxism-step.is-active{border-color:var(--survey-text);background:var(--survey-accent);color:var(--survey-text)}.survey-form-theme .survey-marxism-description{margin-bottom:1.5rem;color:var(--survey-muted);font-size:15px;line-height:1.65}.survey-form-theme .survey-marxism-rule{margin-bottom:2rem}.survey-form-theme .survey-marxism-questions{display:grid;gap:2.5rem}.survey-form-theme .survey-marxism-rule-bottom{margin-top:1rem;margin-bottom:1.5rem}.survey-form-theme .survey-marxism-nav{display:flex;justify-content:space-between;align-items:center;gap:1rem}.survey-form-theme .survey-marxism-next,.survey-form-theme .survey-marxism-prev{border:none;font-family:var(--survey-body-font-family);font-size:13px;font-weight:500;cursor:pointer;transition:all .12s ease}.survey-form-theme .survey-marxism-prev{background:transparent;color:#aaa;padding:9px 0}.survey-form-theme .survey-marxism-prev:hover:enabled{color:var(--survey-text)}.survey-form-theme .survey-marxism-prev:disabled{opacity:.35;cursor:not-allowed}.survey-form-theme .survey-marxism-next{background:var(--survey-text);color:var(--survey-surface);border-radius:2px;padding:9px 24px}.survey-form-theme .survey-marxism-next:hover{background:color-mix(in srgb,var(--survey-text) 82%,white 18%)}.survey-form-theme .survey-marxism-footer{margin-top:3rem;padding-top:1.5rem;border-top:1px solid #f0f0f0;color:#ccc;text-align:center;font-size:11px;font-weight:400;letter-spacing:.06em;text-transform:uppercase}.survey-form-theme .survey-postmodernism-badge{background:var(--survey-accent-strong);color:#fffcf5;padding:8px 14px;text-align:center;font-size:11px;letter-spacing:.06em;text-transform:uppercase}.survey-form-theme .survey-postmodernism-wrap{position:relative;max-width:660px;width:100%;margin:0 auto;padding:2.5rem 1.5rem;overflow-x:hidden}.survey-form-theme .survey-postmodernism-deco{position:absolute;z-index:0;pointer-events:none}.survey-form-theme .survey-postmodernism-deco-1{width:140px;height:140px;top:-30px;right:-40px;border:2px solid var(--survey-accent);border-radius:999px;opacity:.25}.survey-form-theme .survey-postmodernism-deco-2{width:10px;height:10px;top:160px;right:30px;background:var(--survey-danger);border-radius:999px;opacity:.25}.survey-form-theme .survey-postmodernism-deco-3{width:14px;height:14px;bottom:120px;left:10px;background:#06d6a0;border-radius:999px;opacity:.2}.survey-form-theme .survey-postmodernism-content{position:relative;z-index:1}.survey-form-theme .survey-postmodernism-progress{display:flex;gap:5px;margin-bottom:2rem}.survey-form-theme .survey-postmodernism-progress-bar{flex:1 1 0;height:5px;background:var(--survey-progress-track)}.survey-form-theme .survey-postmodernism-progress-bar.is-active{background:var(--survey-accent-strong)}.survey-form-theme .survey-postmodernism-head{margin-bottom:2rem}.survey-form-theme .survey-postmodernism-title{margin:0 0 8px;color:var(--survey-text);font-family:var(--survey-heading-font-family);font-size:clamp(2.4rem,5vw,3rem);font-weight:800;letter-spacing:-.02em;line-height:1.1}.survey-form-theme .survey-postmodernism-description{color:var(--survey-muted);font-size:14px;line-height:1.6}.survey-form-theme .survey-postmodernism-questions{display:grid;gap:1.25rem}.survey-form-theme[data-survey-template=postmodernism] .survey-question-shell{margin:0;padding:1.5rem;border:1.5px solid var(--survey-border);background:var(--survey-surface);box-shadow:none;transition:all .2s ease}.survey-form-theme[data-survey-template=postmodernism] .survey-postmodernism-questions .survey-question-shell:nth-child(odd){border-radius:14px 4px 14px 4px}.survey-form-theme[data-survey-template=postmodernism] .survey-postmodernism-questions .survey-question-shell:nth-child(2n){border-radius:4px 14px 4px 14px}.survey-form-theme[data-survey-template=postmodernism] .survey-question-shell:hover{border-color:#e0dbd0}.survey-form-theme[data-survey-template=postmodernism] .survey-question-shell:focus-within,.survey-form-theme[data-survey-template=postmodernism] .survey-question-shell:has(.survey-choice-item[data-selected=true]){border-color:var(--survey-accent-strong);box-shadow:4px 4px 0 var(--survey-accent)}.survey-form-theme[data-survey-template=postmodernism] .survey-question-header{margin-bottom:12px}.survey-form-theme[data-survey-template=postmodernism] .survey-question-hint,.survey-form-theme[data-survey-template=postmodernism] .survey-question-number{display:none}.survey-form-theme[data-survey-template=postmodernism] .survey-question-header>div{gap:0}.survey-form-theme[data-survey-template=postmodernism] .survey-question-title{color:var(--survey-text);font-family:var(--survey-body-font-family);font-size:15px;font-weight:500;line-height:1.5}.survey-form-theme[data-survey-template=postmodernism] .survey-question-title span{color:var(--survey-danger)!important}.survey-form-theme[data-survey-template=postmodernism] .survey-question-description{margin-top:0;color:var(--survey-muted);font-size:14px;line-height:1.6}.survey-form-theme[data-survey-template=postmodernism] .survey-question-body,.survey-form-theme[data-survey-template=postmodernism] .survey-question-error{padding:0}.survey-form-theme[data-survey-template=postmodernism] .survey-question-error{margin-top:.75rem}.survey-form-theme[data-survey-template=postmodernism] .survey-field-input,.survey-form-theme[data-survey-template=postmodernism] .survey-field-select{max-width:220px}.survey-form-theme[data-survey-template=postmodernism] .survey-field-input,.survey-form-theme[data-survey-template=postmodernism] .survey-field-select,.survey-form-theme[data-survey-template=postmodernism] .survey-field-textarea{width:100%;padding:10px 14px;border:1.5px solid var(--survey-border);border-radius:4px;background:var(--survey-bg);color:var(--survey-text);font-family:var(--survey-body-font-family);font-size:15px;box-shadow:none}.survey-form-theme[data-survey-template=postmodernism] .survey-field-input::placeholder,.survey-form-theme[data-survey-template=postmodernism] .survey-field-textarea::placeholder{color:#ddd}.survey-form-theme[data-survey-template=postmodernism] .survey-field-input:focus,.survey-form-theme[data-survey-template=postmodernism] .survey-field-select:focus,.survey-form-theme[data-survey-template=postmodernism] .survey-field-textarea:focus{border-color:var(--survey-accent-strong);box-shadow:3px 3px 0 var(--survey-accent)}.survey-form-theme[data-survey-template=postmodernism] .survey-choice-list{display:flex;flex-direction:column;gap:6px}.survey-form-theme[data-survey-template=postmodernism] .survey-choice-item{gap:12px;padding:10px 14px;border:1.5px solid transparent;border-radius:4px;background:transparent;box-shadow:none}.survey-form-theme[data-survey-template=postmodernism] .survey-choice-item:hover{background:#faf7f0}.survey-form-theme[data-survey-template=postmodernism] .survey-choice-item[data-selected=true]{border-color:var(--survey-accent-strong);background:#fff3eb;box-shadow:2px 2px 0 var(--survey-accent)}.survey-form-theme[data-survey-template=postmodernism] .survey-choice-indicator{width:18px;height:18px;border-width:2px;border-color:#ddd;background:transparent}.survey-form-theme[data-survey-template=postmodernism] .survey-choice-item:first-child .survey-choice-indicator{border-radius:999px}.survey-form-theme[data-survey-template=postmodernism] .survey-choice-item:nth-child(2) .survey-choice-indicator{border-radius:2px}.survey-form-theme[data-survey-template=postmodernism] .survey-choice-item:nth-child(3) .survey-choice-indicator{border-radius:999px 2px 999px 2px}.survey-form-theme[data-survey-template=postmodernism] .survey-choice-item:nth-child(4) .survey-choice-indicator{border-radius:2px 999px 2px 999px}.survey-form-theme[data-survey-template=postmodernism] .survey-choice-item[data-selected=true] .survey-choice-indicator{border-color:var(--survey-accent-strong)}.survey-form-theme[data-survey-template=postmodernism] .survey-choice-indicator-fill{width:8px;height:8px;background:var(--survey-accent-strong)}.survey-form-theme[data-survey-template=postmodernism] .survey-choice-label{color:var(--survey-text);font-size:14px;font-weight:400}.survey-form-theme .survey-postmodernism-nav{display:flex;justify-content:space-between;align-items:center;gap:1rem;margin-top:2rem}.survey-form-theme .survey-postmodernism-next,.survey-form-theme .survey-postmodernism-prev{border:none;font-family:var(--survey-body-font-family);font-size:14px;font-weight:500;cursor:pointer;transition:all .12s ease}.survey-form-theme .survey-postmodernism-prev{background:none;color:#bbb;padding:10px 0}.survey-form-theme .survey-postmodernism-prev:hover:enabled{color:var(--survey-text)}.survey-form-theme .survey-postmodernism-prev:disabled{opacity:.35;cursor:not-allowed}.survey-form-theme .survey-postmodernism-next{padding:10px 24px;border-radius:4px;background:var(--survey-accent-strong);color:#fffcf5;box-shadow:3px 3px 0 var(--survey-text)}.survey-form-theme .survey-postmodernism-next:hover{box-shadow:2px 2px 0 var(--survey-text);transform:translate(1px,1px)}.survey-form-theme .survey-postmodernism-next:active{box-shadow:0 0 0;transform:translate(3px,3px)}.survey-form-theme .survey-postmodernism-footer{margin-top:2.5rem;color:#ccc;text-align:center;font-size:12px}.survey-form-theme[data-survey-template=marxism] .survey-question-shell{margin:0;padding:0;border:none;border-radius:0;background:transparent;box-shadow:none}.survey-form-theme[data-survey-template=marxism] .survey-question-header{margin:0 0 12px}.survey-form-theme[data-survey-template=marxism] .survey-question-header>div{gap:0}.survey-form-theme[data-survey-template=marxism] .survey-question-number{display:none}.survey-form-theme[data-survey-template=marxism] .survey-question-title{color:var(--survey-text);font-family:var(--survey-body-font-family);font-size:15px;font-weight:500;line-height:1.5}.survey-form-theme[data-survey-template=marxism] .survey-question-title span{color:var(--survey-danger)!important}.survey-form-theme[data-survey-template=marxism] .survey-question-description{margin-top:0;color:var(--survey-muted);font-size:14px;line-height:1.6}.survey-form-theme[data-survey-template=marxism] .survey-question-hint{display:none}.survey-form-theme[data-survey-template=marxism] .survey-question-body,.survey-form-theme[data-survey-template=marxism] .survey-question-error{padding:0}.survey-form-theme[data-survey-template=marxism] .survey-question-error{margin-top:.75rem}.survey-form-theme[data-survey-template=marxism] .survey-field-input,.survey-form-theme[data-survey-template=marxism] .survey-field-select{max-width:240px}.survey-form-theme[data-survey-template=marxism] .survey-field-input,.survey-form-theme[data-survey-template=marxism] .survey-field-select,.survey-form-theme[data-survey-template=marxism] .survey-field-textarea{width:100%;padding:10px 0;border:none;border-bottom:1.5px solid #ddd;border-radius:0;background:transparent;color:var(--survey-text);font-family:var(--survey-body-font-family);font-size:15px;box-shadow:none}.survey-form-theme[data-survey-template=marxism] .survey-field-input::placeholder,.survey-form-theme[data-survey-template=marxism] .survey-field-select::placeholder,.survey-form-theme[data-survey-template=marxism] .survey-field-textarea::placeholder{color:#ccc}.survey-form-theme[data-survey-template=marxism] .survey-field-input:focus,.survey-form-theme[data-survey-template=marxism] .survey-field-select:focus,.survey-form-theme[data-survey-template=marxism] .survey-field-textarea:focus{border-bottom-color:var(--survey-text);box-shadow:none}.survey-form-theme[data-survey-template=marxism] .survey-choice-list{display:flex;flex-direction:column;gap:2px}.survey-form-theme[data-survey-template=marxism] .survey-choice-item{gap:14px;padding:10px 12px;border:none;border-radius:2px;background:transparent;box-shadow:none}.survey-form-theme[data-survey-template=marxism] .survey-choice-item:hover{background:#fafaf8}.survey-form-theme[data-survey-template=marxism] .survey-choice-item[data-selected=true]{background:var(--survey-accent)}.survey-form-theme[data-survey-template=marxism] .survey-choice-indicator{width:17px;height:17px;border-width:1.5px;border-color:#ccc;background:transparent}.survey-form-theme[data-survey-template=marxism] .survey-choice-item[data-selected=true] .survey-choice-indicator{border-color:var(--survey-text);background:transparent}.survey-form-theme[data-survey-template=marxism] .survey-choice-item[data-selected=true] .survey-choice-indicator svg{color:var(--survey-text)}.survey-form-theme[data-survey-template=marxism] .survey-choice-indicator-fill{width:7px;height:7px;background:var(--survey-text)}.survey-form-theme[data-survey-template=marxism] .survey-choice-label{color:var(--survey-text);font-size:14px;font-weight:400}.survey-form-theme[data-survey-template=structuralism] .survey-question-shell{overflow:hidden;margin:0;padding:0;border:1px solid var(--survey-border);border-radius:12px;background:var(--survey-surface);transition:border-color .2s ease,box-shadow .2s ease}.survey-form-theme[data-survey-template=structuralism] .survey-question-shell:hover{border-color:color-mix(in srgb,var(--survey-border) 82%,var(--survey-text) 18%)}.survey-form-theme[data-survey-template=structuralism] .survey-question-shell:focus-within{border-color:var(--survey-accent);box-shadow:0 0 0 3px color-mix(in srgb,var(--survey-accent) 12%,transparent)}.survey-form-theme[data-survey-template=structuralism] .survey-question-shell[data-has-error=true]{border-color:var(--survey-danger)}.survey-form-theme[data-survey-template=structuralism] .survey-question-header{margin:0}.survey-form-theme[data-survey-template=structuralism] .survey-question-header>div{gap:0}.survey-form-theme[data-survey-template=structuralism] .survey-question-shell[data-has-number=true] .survey-question-header>div{display:grid;grid-template-columns:52px minmax(0,1fr);align-items:stretch}.survey-form-theme[data-survey-template=structuralism] .survey-question-shell[data-has-number=false] .survey-question-header>div{display:block}.survey-form-theme[data-survey-template=structuralism] .survey-question-number{width:52px;height:auto;margin:0;padding:1.25rem 0 0;border-right:1px solid var(--survey-border);border-radius:0;background:var(--survey-bg);color:#8da0b3;font-family:var(--survey-body-font-family);font-size:13px;font-weight:500;line-height:1}.survey-form-theme[data-survey-template=structuralism] .survey-question-shell:focus-within .survey-question-number{color:var(--survey-accent-strong)}.survey-form-theme[data-survey-template=structuralism] .survey-question-header>div>.flex-1{padding:1.25rem 1.5rem .75rem}.survey-form-theme[data-survey-template=structuralism] .survey-question-title{font-family:var(--survey-body-font-family);font-size:15px;font-weight:500;line-height:1.5}.survey-form-theme[data-survey-template=structuralism] .survey-question-description{margin-top:0;color:var(--survey-muted);font-size:13px;font-weight:300}.survey-form-theme[data-survey-template=structuralism] .survey-question-hint{display:none}.survey-form-theme[data-survey-template=structuralism] .survey-question-body{padding:0 1.5rem 1.25rem}.survey-form-theme[data-survey-template=structuralism] .survey-question-shell[data-has-number=true] .survey-question-body,.survey-form-theme[data-survey-template=structuralism] .survey-question-shell[data-has-number=true] .survey-question-error{margin-left:52px}.survey-form-theme[data-survey-template=structuralism] .survey-question-error{padding:0 1.5rem 1.25rem}.survey-form-theme[data-survey-template=structuralism] .survey-field-input,.survey-form-theme[data-survey-template=structuralism] .survey-field-select,.survey-form-theme[data-survey-template=structuralism] .survey-field-textarea{border-width:1px;border-radius:8px;background:var(--survey-bg);font-family:var(--survey-body-font-family);font-size:15px;box-shadow:none}.survey-form-theme[data-survey-template=structuralism] .survey-field-input-number{max-width:200px}.survey-form-theme[data-survey-template=structuralism] .survey-choice-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.survey-form-theme[data-survey-template=structuralism] .survey-choice-item{gap:10px;padding:10px 14px;border-width:1px;border-radius:8px;background:var(--survey-bg);box-shadow:none}.survey-form-theme[data-survey-template=structuralism] .survey-choice-item:hover{border-color:color-mix(in srgb,var(--survey-border) 78%,var(--survey-text) 22%);background:var(--survey-surface)}.survey-form-theme[data-survey-template=structuralism] .survey-choice-item[data-selected=true]{border-color:var(--survey-accent);background:color-mix(in srgb,var(--survey-accent) 14%,white 86%)}.survey-form-theme[data-survey-template=structuralism] .survey-choice-indicator{width:16px;height:16px;border-width:1.5px;background:transparent}.survey-form-theme[data-survey-template=structuralism] .survey-choice-item[data-selected=true] .survey-choice-indicator{border-color:var(--survey-accent-strong);background:transparent}.survey-form-theme[data-survey-template=structuralism] .survey-choice-item .survey-choice-indicator-fill{width:7px;height:7px;background:var(--survey-accent-strong)}.survey-form-theme[data-survey-template=structuralism] .survey-choice-label{font-size:13px;font-weight:400}.survey-form-theme .survey-positivism-badge{background:var(--survey-accent-strong);color:#e6f1fb;padding:8px 14px;text-align:center;font-family:var(--font-ibm-plex-mono),ui-monospace,monospace;font-size:11px;letter-spacing:.06em;text-transform:uppercase}.survey-form-theme .survey-positivism-shell{max-width:640px;width:100%;margin:0 auto;padding:2.5rem 1.5rem}.survey-form-theme .survey-positivism-progress{display:flex;align-items:center;gap:8px;margin-bottom:2rem}.survey-form-theme .survey-positivism-progress-bar{flex:1 1 0;height:4px;overflow:hidden;background:var(--survey-progress-track)}.survey-form-theme .survey-positivism-progress-fill{height:100%;background:var(--survey-accent-strong)}.survey-form-theme .survey-positivism-progress-pct{min-width:36px;color:var(--survey-muted);font-family:var(--font-ibm-plex-mono),ui-monospace,monospace;font-size:12px;text-align:right}.survey-form-theme .survey-positivism-head{margin-bottom:2rem}.survey-form-theme .survey-positivism-title{margin:0 0 6px;color:var(--survey-text);font-family:var(--survey-heading-font-family);font-size:24px;font-weight:600;line-height:1.2}.survey-form-theme .survey-positivism-description{color:var(--survey-muted);font-size:14px;line-height:1.6}.survey-form-theme .survey-positivism-fields{display:grid;gap:10px}.survey-form-theme[data-survey-template=positivism] .survey-question-shell{overflow:hidden;margin:0;padding:0;border:1px solid var(--survey-border);border-radius:6px;background:var(--survey-surface);box-shadow:none;transition:border-color .2s ease}.survey-form-theme[data-survey-template=positivism] .survey-question-shell:hover{border-color:#c8d5df}.survey-form-theme[data-survey-template=positivism] .survey-question-shell:focus-within,.survey-form-theme[data-survey-template=positivism] .survey-question-shell:has(.survey-choice-item[data-selected=true]){border-color:var(--survey-accent-strong)}.survey-form-theme[data-survey-template=positivism] .survey-question-shell[data-has-error=true]{border-color:var(--survey-danger)}.survey-form-theme[data-survey-template=positivism] .survey-question-header{margin:0}.survey-form-theme[data-survey-template=positivism] .survey-question-header>div{display:grid;grid-template-columns:minmax(0,1fr) auto;grid-template-areas:"number required" "content content";align-items:center;gap:0;padding:8px 16px 0;background:#fafbfc;border-bottom:1px solid var(--survey-border)}.survey-form-theme[data-survey-template=positivism] .survey-question-number{grid-area:number;width:auto;height:auto;margin:0;padding:0;border-radius:0;background:transparent;color:transparent;font-size:0;line-height:1}.survey-form-theme[data-survey-template=positivism] .survey-question-number:before{content:attr(data-question-label);color:#8da0b3;font-family:var(--font-ibm-plex-mono),ui-monospace,monospace;font-size:11px;font-weight:400}.survey-form-theme[data-survey-template=positivism] .survey-question-shell[data-required=true] .survey-question-header>div:after{content:attr(data-required-label);grid-area:required;justify-self:end;border-radius:2px;background:var(--survey-danger);color:#fff;padding:2px 8px;font-family:var(--font-ibm-plex-mono),ui-monospace,monospace;font-size:10px;line-height:1.3;text-transform:uppercase}.survey-form-theme[data-survey-template=positivism] .survey-question-header>div>.flex-1{grid-area:content;padding:14px 0}.survey-form-theme[data-survey-template=positivism] .survey-question-title{color:var(--survey-text);font-family:var(--survey-body-font-family);font-size:14px;font-weight:500;line-height:1.5}.survey-form-theme[data-survey-template=positivism] .survey-question-title span{display:none}.survey-form-theme[data-survey-template=positivism] .survey-question-description{margin-top:.4rem;color:var(--survey-muted);font-size:13px;line-height:1.55}.survey-form-theme[data-survey-template=positivism] .survey-question-hint{display:none}.survey-form-theme[data-survey-template=positivism] .survey-question-body{padding:14px 16px}.survey-form-theme[data-survey-template=positivism] .survey-question-error{padding:0 16px 14px}.survey-form-theme[data-survey-template=positivism] .survey-field-input,.survey-form-theme[data-survey-template=positivism] .survey-field-select,.survey-form-theme[data-survey-template=positivism] .survey-field-textarea{border-width:1px;border-radius:4px;background:var(--survey-bg);color:var(--survey-text);font-family:var(--font-ibm-plex-mono),ui-monospace,monospace;font-size:14px;box-shadow:none}.survey-form-theme[data-survey-template=positivism] .survey-field-input::placeholder,.survey-form-theme[data-survey-template=positivism] .survey-field-textarea::placeholder{color:#b4c2ce}.survey-form-theme[data-survey-template=positivism] .survey-field-input:focus,.survey-form-theme[data-survey-template=positivism] .survey-field-select:focus,.survey-form-theme[data-survey-template=positivism] .survey-field-textarea:focus{border-color:var(--survey-accent-strong);background:var(--survey-surface);box-shadow:none}.survey-form-theme[data-survey-template=positivism] .survey-field-input-number{max-width:180px;padding:8px 12px}.survey-form-theme[data-survey-template=positivism] .survey-choice-list{display:flex;flex-direction:column;gap:4px}.survey-form-theme[data-survey-template=positivism] .survey-choice-item{gap:12px;padding:8px 12px;border-width:1px;border-radius:4px;background:var(--survey-bg);box-shadow:none}.survey-form-theme[data-survey-template=positivism] .survey-choice-item:hover{border-color:#c8d5df;background:var(--survey-surface)}.survey-form-theme[data-survey-template=positivism] .survey-choice-item[data-selected=true]{border-color:var(--survey-accent-strong);background:var(--survey-accent)}.survey-form-theme[data-survey-template=positivism] .survey-choice-indicator{width:14px;height:14px;border-width:1.5px;border-color:#c8d5df;background:transparent}.survey-form-theme[data-survey-template=positivism] .survey-choice-item[data-selected=true] .survey-choice-indicator{border-color:var(--survey-accent-strong);background:transparent}.survey-form-theme[data-survey-template=positivism] .survey-choice-item .survey-choice-indicator-fill{width:6px;height:6px;background:var(--survey-accent-strong)}.survey-form-theme[data-survey-template=positivism] .survey-choice-label{color:var(--survey-text);font-size:13px;font-weight:400}.survey-form-theme .survey-positivism-nav{display:flex;justify-content:space-between;align-items:center;gap:1rem;margin-top:1.5rem;padding-top:1rem;border-top:1px solid var(--survey-border)}.survey-form-theme .survey-positivism-next,.survey-form-theme .survey-positivism-prev{border:none;border-radius:4px;font-family:var(--survey-body-font-family);font-size:13px;font-weight:500;cursor:pointer;transition:all .12s ease}.survey-form-theme .survey-positivism-prev{border:1px solid var(--survey-border);background:transparent;color:#8da0b3;padding:8px 22px}.survey-form-theme .survey-positivism-prev:hover:enabled{border-color:#c8d5df;color:var(--survey-text)}.survey-form-theme .survey-positivism-prev:disabled{opacity:.4;cursor:not-allowed}.survey-form-theme .survey-positivism-next{background:var(--survey-accent-strong);color:#fff;padding:8px 22px}.survey-form-theme .survey-positivism-next:hover{background:#0c447c}.survey-form-theme .survey-positivism-footer{margin-top:2rem;color:#c8d5df;text-align:center;font-family:var(--font-ibm-plex-mono),ui-monospace,monospace;font-size:11px}.survey-form-theme .survey-critical-theory-badge{background:var(--survey-danger);color:#fff;padding:8px 14px;text-align:center;font-size:11px;letter-spacing:.06em;text-transform:uppercase}.survey-form-theme .survey-critical-theory-wrap{max-width:620px;width:100%;margin:0 auto;padding:3rem 1.5rem}.survey-form-theme .survey-critical-theory-progress{display:flex;align-items:center;gap:8px;margin-bottom:2.5rem}.survey-form-theme .survey-critical-theory-segment{flex:1 1 0;height:2px;background:var(--survey-progress-track)}.survey-form-theme .survey-critical-theory-segment.is-on{background:var(--survey-accentStrong,var(--survey-accent-strong))}.survey-form-theme .survey-critical-theory-progress-label{color:#555;font-size:11px}.survey-form-theme .survey-critical-theory-head{margin-bottom:2.5rem}.survey-form-theme .survey-critical-theory-title{margin:0 0 8px;color:#e8e4dc;font-family:var(--survey-heading-font-family);font-size:30px;font-weight:400;line-height:1.25}.survey-form-theme .survey-critical-theory-description{color:var(--survey-muted);font-size:14px;line-height:1.6}.survey-form-theme .survey-critical-theory-questions{display:grid;gap:2rem}.survey-form-theme[data-survey-template=critical-theory] .survey-question-shell{margin:0;padding:1.5rem;border:1px solid var(--survey-border);border-radius:2px;background:var(--survey-surface);box-shadow:none;transition:border-color .25s ease}.survey-form-theme[data-survey-template=critical-theory] .survey-question-shell:hover{border-color:#333}.survey-form-theme[data-survey-template=critical-theory] .survey-question-shell:focus-within,.survey-form-theme[data-survey-template=critical-theory] .survey-question-shell:has(.survey-choice-item[data-selected=true]){border-color:var(--survey-accent-strong)}.survey-form-theme[data-survey-template=critical-theory] .survey-question-header{margin:0 0 12px}.survey-form-theme[data-survey-template=critical-theory] .survey-question-header>div{gap:0}.survey-form-theme[data-survey-template=critical-theory] .survey-question-hint,.survey-form-theme[data-survey-template=critical-theory] .survey-question-number{display:none}.survey-form-theme[data-survey-template=critical-theory] .survey-question-title{color:#e8e4dc;font-family:var(--survey-heading-font-family);font-size:16px;font-weight:400;line-height:1.5}.survey-form-theme[data-survey-template=critical-theory] .survey-question-title span{color:var(--survey-danger)!important}.survey-form-theme[data-survey-template=critical-theory] .survey-question-description{margin-top:.5rem;color:var(--survey-muted);font-size:14px;line-height:1.6}.survey-form-theme[data-survey-template=critical-theory] .survey-question-body,.survey-form-theme[data-survey-template=critical-theory] .survey-question-error{padding:0}.survey-form-theme[data-survey-template=critical-theory] .survey-question-error{margin-top:.75rem}.survey-form-theme[data-survey-template=critical-theory] .survey-field-input,.survey-form-theme[data-survey-template=critical-theory] .survey-field-select,.survey-form-theme[data-survey-template=critical-theory] .survey-field-textarea{border-width:1px;border-radius:2px;background:var(--survey-bg);border-color:#2a2a2a;color:#e8e4dc;font-family:var(--survey-body-font-family);box-shadow:none}.survey-form-theme[data-survey-template=critical-theory] .survey-field-input::placeholder,.survey-form-theme[data-survey-template=critical-theory] .survey-field-textarea::placeholder{color:#333}.survey-form-theme[data-survey-template=critical-theory] .survey-field-input:focus,.survey-form-theme[data-survey-template=critical-theory] .survey-field-select:focus,.survey-form-theme[data-survey-template=critical-theory] .survey-field-textarea:focus{border-color:var(--survey-accent-strong);box-shadow:none}.survey-form-theme[data-survey-template=critical-theory] .survey-field-input-number{max-width:200px;padding:10px 14px}.survey-form-theme[data-survey-template=critical-theory] .survey-choice-list{display:flex;flex-direction:column;gap:4px}.survey-form-theme[data-survey-template=critical-theory] .survey-choice-item{gap:14px;padding:10px 14px;border-width:1px;border-radius:2px;border-color:#1e1e1e;background:transparent;box-shadow:none}.survey-form-theme[data-survey-template=critical-theory] .survey-choice-item:hover{border-color:#333;background:#1a1a1a}.survey-form-theme[data-survey-template=critical-theory] .survey-choice-item[data-selected=true]{border-color:var(--survey-accent-strong);background:var(--survey-accent)}.survey-form-theme[data-survey-template=critical-theory] .survey-choice-indicator{width:16px;height:16px;border-width:1.5px;border-color:#444;background:transparent}.survey-form-theme[data-survey-template=critical-theory] .survey-choice-item[data-selected=true] .survey-choice-indicator{border-color:var(--survey-accent-strong);background:transparent}.survey-form-theme[data-survey-template=critical-theory] .survey-choice-item .survey-choice-indicator-fill{width:6px;height:6px;background:var(--survey-accent-strong)}.survey-form-theme[data-survey-template=critical-theory] .survey-choice-label{color:#aaa;font-size:14px;font-weight:400}.survey-form-theme[data-survey-template=critical-theory] .survey-choice-item[data-selected=true] .survey-choice-label{color:var(--survey-text)}.survey-form-theme .survey-critical-theory-nav{display:flex;justify-content:space-between;align-items:center;gap:1rem;margin-top:2rem;padding-top:1.5rem;border-top:1px solid var(--survey-border)}.survey-form-theme .survey-critical-theory-next,.survey-form-theme .survey-critical-theory-prev{border:none;border-radius:2px;font-family:var(--survey-body-font-family);font-size:13px;font-weight:500;cursor:pointer;transition:all .12s ease}.survey-form-theme .survey-critical-theory-prev{border:1px solid #2a2a2a;background:transparent;color:#555;padding:9px 24px}.survey-form-theme .survey-critical-theory-prev:hover:enabled{border-color:#444;color:#aaa}.survey-form-theme .survey-critical-theory-prev:disabled{opacity:.3;cursor:not-allowed}.survey-form-theme .survey-critical-theory-next{background:var(--survey-accent-strong);color:#111;padding:9px 24px}.survey-form-theme .survey-critical-theory-next:hover{background:#e8e4dc}.survey-form-theme .survey-critical-theory-footer{margin-top:3rem;color:#333;text-align:center;font-size:11px}.survey-form-theme .survey-ethnomethodology-badge{background:#111;color:#0f0;padding:8px 14px;text-align:center;font-family:Courier New,ui-monospace,monospace;font-size:11px;letter-spacing:.06em;text-transform:uppercase}.survey-form-theme .survey-ethnomethodology-page{max-width:640px;width:100%;margin:0 auto;padding:2.5rem 1.5rem}.survey-form-theme .survey-ethnomethodology-progress{margin-bottom:1.5rem;color:#999;font-family:Courier New,ui-monospace,monospace;font-size:12px}.survey-form-theme .survey-ethnomethodology-progress b{color:var(--survey-text);font-weight:700}.survey-form-theme .survey-ethnomethodology-head{margin-bottom:2rem;padding:1.5rem 0;border-top:2px solid var(--survey-text);border-bottom:1px solid var(--survey-progress-track)}.survey-form-theme .survey-ethnomethodology-title{margin:0 0 4px;color:var(--survey-text);font-family:var(--survey-heading-font-family);font-size:26px;font-weight:600;line-height:1.25}.survey-form-theme .survey-ethnomethodology-description{color:var(--survey-muted);font-size:14px;line-height:1.6}.survey-form-theme .survey-ethnomethodology-questions{display:grid;gap:1rem}.survey-form-theme[data-survey-template=ethnomethodology] .survey-question-shell{margin:0;padding:1.5rem;border:1px solid var(--survey-border);border-radius:0;background:var(--survey-surface);box-shadow:none;transition:border-color .2s ease}.survey-form-theme[data-survey-template=ethnomethodology] .survey-question-shell:hover{border-color:#bbb}.survey-form-theme[data-survey-template=ethnomethodology] .survey-question-shell:focus-within,.survey-form-theme[data-survey-template=ethnomethodology] .survey-question-shell:has(.survey-choice-item[data-selected=true]){border-color:var(--survey-text)}.survey-form-theme[data-survey-template=ethnomethodology] .survey-question-header{margin:0 0 12px}.survey-form-theme[data-survey-template=ethnomethodology] .survey-question-header>div{gap:0}.survey-form-theme[data-survey-template=ethnomethodology] .survey-question-hint,.survey-form-theme[data-survey-template=ethnomethodology] .survey-question-number{display:none}.survey-form-theme[data-survey-template=ethnomethodology] .survey-question-title{color:var(--survey-text);font-family:var(--survey-body-font-family);font-size:15px;font-weight:500;line-height:1.5}.survey-form-theme[data-survey-template=ethnomethodology] .survey-question-title span{color:var(--survey-danger)!important}.survey-form-theme[data-survey-template=ethnomethodology] .survey-question-description{margin-top:.4rem;color:var(--survey-muted);font-size:14px;line-height:1.6}.survey-form-theme[data-survey-template=ethnomethodology] .survey-question-body,.survey-form-theme[data-survey-template=ethnomethodology] .survey-question-error{padding:0}.survey-form-theme[data-survey-template=ethnomethodology] .survey-question-error{margin-top:.75rem}.survey-form-theme[data-survey-template=ethnomethodology] .survey-field-input,.survey-form-theme[data-survey-template=ethnomethodology] .survey-field-select,.survey-form-theme[data-survey-template=ethnomethodology] .survey-field-textarea{border-width:1px;border-radius:0;border-color:var(--survey-border);background:#fafafa;color:var(--survey-text);font-family:Courier New,ui-monospace,monospace;font-size:14px;box-shadow:none}.survey-form-theme[data-survey-template=ethnomethodology] .survey-field-input::placeholder,.survey-form-theme[data-survey-template=ethnomethodology] .survey-field-textarea::placeholder{color:#ddd}.survey-form-theme[data-survey-template=ethnomethodology] .survey-field-input:focus,.survey-form-theme[data-survey-template=ethnomethodology] .survey-field-select:focus,.survey-form-theme[data-survey-template=ethnomethodology] .survey-field-textarea:focus{border-color:var(--survey-text);background:var(--survey-surface);box-shadow:none}.survey-form-theme[data-survey-template=ethnomethodology] .survey-field-input-number{max-width:180px;padding:8px}.survey-form-theme[data-survey-template=ethnomethodology] .survey-choice-list{display:flex;flex-direction:column;gap:0}.survey-form-theme[data-survey-template=ethnomethodology] .survey-choice-item{gap:12px;padding:10px 8px;border:none;border-bottom:1px dotted var(--survey-progress-track);border-radius:0;background:transparent;box-shadow:none}.survey-form-theme[data-survey-template=ethnomethodology] .survey-choice-item:last-child{border-bottom:none}.survey-form-theme[data-survey-template=ethnomethodology] .survey-choice-item:hover{background:#fafafa}.survey-form-theme[data-survey-template=ethnomethodology] .survey-choice-item[data-selected=true]{background:var(--survey-accent);outline:1px solid var(--survey-text);outline-offset:-1px}.survey-form-theme[data-survey-template=ethnomethodology] .survey-choice-indicator{width:14px;height:14px;border-width:1.5px;border-color:#ccc;background:transparent}.survey-form-theme[data-survey-template=ethnomethodology] .survey-choice-item[data-selected=true] .survey-choice-indicator{border-color:var(--survey-text);background:transparent}.survey-form-theme[data-survey-template=ethnomethodology] .survey-choice-item .survey-choice-indicator-fill{width:6px;height:6px;background:var(--survey-text)}.survey-form-theme[data-survey-template=ethnomethodology] .survey-choice-label{color:var(--survey-text);font-size:14px;font-weight:400}.survey-form-theme .survey-ethnomethodology-nav{display:flex;justify-content:space-between;align-items:center;gap:1rem;margin-top:2rem;padding:1rem;border:1px solid var(--survey-border)}.survey-form-theme .survey-ethnomethodology-next,.survey-form-theme .survey-ethnomethodology-prev{border:1px solid var(--survey-border);border-radius:0;font-family:Courier New,ui-monospace,monospace;font-size:13px;cursor:pointer;transition:all .12s ease;padding:8px 20px}.survey-form-theme .survey-ethnomethodology-prev{background:var(--survey-surface);color:#999}.survey-form-theme .survey-ethnomethodology-prev:hover:enabled{border-color:var(--survey-text);color:var(--survey-text)}.survey-form-theme .survey-ethnomethodology-prev:disabled{opacity:.3;cursor:not-allowed}.survey-form-theme .survey-ethnomethodology-next{background:var(--survey-text);color:var(--survey-surface);border-color:var(--survey-text)}.survey-form-theme .survey-ethnomethodology-next:hover{background:#333}.survey-form-theme .survey-ethnomethodology-footer{margin-top:2rem;color:#ddd;text-align:center;font-family:Courier New,ui-monospace,monospace;font-size:11px}.survey-form-theme .survey-phenomenology-badge{background:var(--survey-accent-strong);color:#d6d4ce;padding:8px 14px;text-align:center;font-size:11px;letter-spacing:.08em;text-transform:uppercase}.survey-form-theme .survey-phenomenology-scene{flex:1 1 auto;min-height:85vh;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:2rem 1.5rem}.survey-form-theme .survey-phenomenology-slide{width:100%;max-width:480px;text-align:center;animation:survey-phenomenology-up .5s ease forwards}@keyframes survey-phenomenology-up{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.survey-form-theme .survey-phenomenology-section-label{margin-bottom:1.5rem;color:#a09e96;font-size:12px;letter-spacing:.12em;text-transform:uppercase}.survey-form-theme .survey-phenomenology-section-title{margin:0 0 1rem;color:var(--survey-text);font-family:var(--survey-heading-font-family);font-size:clamp(2.6rem,5vw,3.2rem);font-weight:400;line-height:1.15}.survey-form-theme .survey-phenomenology-section-description{max-width:380px;margin:0 auto 2rem;color:var(--survey-muted);font-size:15px;line-height:1.7}.survey-form-theme .survey-phenomenology-question-counter{margin-bottom:2rem;color:#c4bfb5;font-size:12px;letter-spacing:.08em;text-transform:uppercase}.survey-form-theme .survey-phenomenology-question-list{display:grid;gap:1.75rem}.survey-form-theme[data-survey-template=phenomenology] .survey-question-shell{margin:0;padding:0;border:none;background:transparent;box-shadow:none}.survey-form-theme[data-survey-template=phenomenology] .survey-question-header{margin:0 0 2rem}.survey-form-theme[data-survey-template=phenomenology] .survey-question-header>div{gap:0}.survey-form-theme[data-survey-template=phenomenology] .survey-question-hint,.survey-form-theme[data-survey-template=phenomenology] .survey-question-number{display:none}.survey-form-theme[data-survey-template=phenomenology] .survey-question-title{color:var(--survey-text);font-family:var(--survey-heading-font-family);font-size:clamp(2rem,4vw,2.35rem);font-weight:400;line-height:1.3}.survey-form-theme[data-survey-template=phenomenology] .survey-question-title span{color:var(--survey-danger)!important}.survey-form-theme[data-survey-template=phenomenology] .survey-question-description{margin-top:1rem;color:var(--survey-muted);font-size:15px;line-height:1.7}.survey-form-theme[data-survey-template=phenomenology] .survey-question-body,.survey-form-theme[data-survey-template=phenomenology] .survey-question-error{padding:0}.survey-form-theme[data-survey-template=phenomenology] .survey-question-error{justify-content:center;margin-top:1rem}.survey-form-theme[data-survey-template=phenomenology] .survey-field-input,.survey-form-theme[data-survey-template=phenomenology] .survey-field-select{width:140px;max-width:100%;padding:14px 0;border:none;border-bottom:2px solid var(--survey-accent);border-radius:0;background:transparent;color:var(--survey-text);font-family:var(--survey-heading-font-family);font-size:34px;text-align:center;box-shadow:none}.survey-form-theme[data-survey-template=phenomenology] .survey-field-input::placeholder{color:#ddd;font-size:26px}.survey-form-theme[data-survey-template=phenomenology] .survey-field-input:focus,.survey-form-theme[data-survey-template=phenomenology] .survey-field-select:focus,.survey-form-theme[data-survey-template=phenomenology] .survey-field-textarea:focus{border-bottom-color:var(--survey-accent-strong);box-shadow:none}.survey-form-theme[data-survey-template=phenomenology] .survey-field-textarea{width:100%;border:none;border-bottom:2px solid var(--survey-accent);border-radius:0;background:transparent;color:var(--survey-text);font-family:var(--survey-body-font-family);box-shadow:none}.survey-form-theme[data-survey-template=phenomenology] .survey-choice-list{display:flex;flex-direction:column;gap:8px;text-align:left}.survey-form-theme[data-survey-template=phenomenology] .survey-choice-item{gap:16px;padding:14px 20px;border:1px solid var(--survey-border);border-radius:8px;background:var(--survey-surface);box-shadow:none}.survey-form-theme[data-survey-template=phenomenology] .survey-choice-item:hover{border-color:#ccc9c0}.survey-form-theme[data-survey-template=phenomenology] .survey-choice-item[data-selected=true]{border-color:var(--survey-accent-strong);box-shadow:0 1px 4px rgba(0,0,0,.05)}.survey-form-theme[data-survey-template=phenomenology] .survey-choice-indicator{width:28px;height:28px;border:1px solid #e0ddd5;border-radius:6px;background:transparent;position:relative;flex-shrink:0}.survey-form-theme[data-survey-template=phenomenology] .survey-choice-indicator:before{color:#a09e96;font-size:12px;font-weight:500;line-height:1}.survey-form-theme[data-survey-template=phenomenology] .survey-choice-item:first-child .survey-choice-indicator:before{content:"A"}.survey-form-theme[data-survey-template=phenomenology] .survey-choice-item:nth-child(2) .survey-choice-indicator:before{content:"B"}.survey-form-theme[data-survey-template=phenomenology] .survey-choice-item:nth-child(3) .survey-choice-indicator:before{content:"C"}.survey-form-theme[data-survey-template=phenomenology] .survey-choice-item:nth-child(4) .survey-choice-indicator:before{content:"D"}.survey-form-theme[data-survey-template=phenomenology] .survey-choice-item[data-selected=true] .survey-choice-indicator{background:var(--survey-accent-strong);border-color:var(--survey-accent-strong)}.survey-form-theme[data-survey-template=phenomenology] .survey-choice-item[data-selected=true] .survey-choice-indicator:before{color:#fff}.survey-form-theme[data-survey-template=phenomenology] .survey-choice-indicator-fill{display:none}.survey-form-theme[data-survey-template=phenomenology] .survey-choice-label{color:var(--survey-text);font-size:15px}.survey-form-theme .survey-phenomenology-nav{display:flex;justify-content:center;gap:12px;margin-top:2.5rem}.survey-form-theme .survey-phenomenology-next,.survey-form-theme .survey-phenomenology-prev{border:none;border-radius:6px;font-family:var(--survey-body-font-family);font-size:14px;font-weight:500;cursor:pointer;transition:all .15s ease}.survey-form-theme .survey-phenomenology-prev{background:transparent;color:#a09e96;padding:10px 18px}.survey-form-theme .survey-phenomenology-prev:hover:enabled{color:var(--survey-text)}.survey-form-theme .survey-phenomenology-prev:disabled{opacity:.45;cursor:not-allowed}.survey-form-theme .survey-phenomenology-next{background:var(--survey-accent-strong);color:var(--survey-bg);padding:10px 28px}.survey-form-theme .survey-phenomenology-next:hover{background:#1a1a18}.survey-form-theme .survey-phenomenology-dots{display:flex;justify-content:center;gap:8px;margin-top:3rem}.survey-form-theme .survey-phenomenology-dot{width:8px;height:8px;border-radius:999px;background:var(--survey-progress-track);transition:all .3s ease}.survey-form-theme .survey-phenomenology-dot.is-active{width:24px;border-radius:4px;background:var(--survey-accent-strong)}.survey-form-theme .survey-phenomenology-dot.is-done{background:#a09e96}.survey-form-theme .survey-phenomenology-footer{padding:1.5rem;color:#d0ccc4;text-align:center;font-size:11px}@media (max-width:768px){.survey-form-theme .survey-functionalism-container{padding-left:1rem;padding-right:1rem}.survey-form-theme .survey-functionalism-section-title{font-size:2rem}.survey-form-theme[data-survey-template=functionalism] .survey-question-shell{padding-left:1rem}.survey-form-theme .survey-functionalism-nav{gap:.75rem}.survey-form-theme .survey-template-global-bar{padding-left:1rem;padding-right:1rem}.survey-form-theme .survey-functionalism-next{padding-left:20px;padding-right:20px}.survey-form-theme .survey-structuralism-top{margin-bottom:1.25rem}.survey-form-theme .survey-marxism-shell{padding:2.5rem 1.5rem}.survey-form-theme .survey-marxism-head{align-items:flex-start;flex-direction:column}.survey-form-theme .survey-marxism-steps{justify-content:flex-start}.survey-form-theme .survey-positivism-shell,.survey-form-theme .survey-postmodernism-wrap{padding:2.25rem 1rem}.survey-form-theme .survey-critical-theory-wrap{padding:2.5rem 1rem}.survey-form-theme .survey-ethnomethodology-page{padding:2.25rem 1rem}.survey-form-theme .survey-postmodernism-title{font-size:2.5rem}.survey-form-theme .survey-critical-theory-title{font-size:2rem}.survey-form-theme .survey-ethnomethodology-title{font-size:24px}.survey-form-theme .survey-phenomenology-scene{padding-left:1rem;padding-right:1rem}.survey-form-theme .survey-phenomenology-section-title,.survey-form-theme[data-survey-template=phenomenology] .survey-question-title{font-size:2rem}}@media (max-width:480px){.survey-form-theme .survey-critical-theory-wrap,.survey-form-theme .survey-ethnomethodology-page,.survey-form-theme .survey-marxism-shell,.survey-form-theme .survey-positivism-shell,.survey-form-theme .survey-postmodernism-wrap{padding:2rem 1rem}.survey-form-theme .survey-critical-theory-nav,.survey-form-theme .survey-ethnomethodology-nav,.survey-form-theme .survey-positivism-nav{gap:.75rem}.survey-form-theme .survey-phenomenology-nav{flex-wrap:wrap}.survey-form-theme[data-survey-template=structuralism] .survey-choice-list{grid-template-columns:1fr}}