.landing-root .survey-wrap{max-width:820px;margin:0 auto}.landing-root .survey-top{justify-content:space-between;align-items:center;margin-bottom:24px;display:flex}.landing-root .survey-back{font-family:var(--mono);color:var(--fg-2);cursor:pointer;background:0 0;border:none;align-items:center;gap:6px;padding:6px 0;font-size:12px;text-decoration:none;display:inline-flex}.landing-root .survey-back:hover{color:var(--accent)}.landing-root .survey-count{font-family:var(--mono);color:var(--fg-3);font-size:12px}.landing-root .survey-count b{color:var(--accent);font-weight:500}.landing-root .survey-steps{grid-template-columns:repeat(4,1fr);margin-bottom:28px;display:grid}.landing-root .survey-step{text-align:center;flex-direction:column;align-items:center;gap:8px;display:flex;position:relative}.landing-root .survey-step:before{content:"";background:var(--line-2);z-index:0;width:100%;height:2px;position:absolute;top:13px;left:50%}.landing-root .survey-step:last-child:before{display:none}.landing-root .survey-step.done:before{background:var(--accent)}.landing-root .survey-dot{z-index:1;background:var(--bg-2);border:2px solid var(--line-2);width:28px;height:28px;color:var(--fg-3);font-family:var(--mono);border-radius:50%;justify-content:center;align-items:center;font-size:12px;font-weight:500;transition:border-color .2s,color .2s,background .2s,box-shadow .2s;display:inline-flex;position:relative}.landing-root .survey-step.active .survey-dot{border-color:var(--accent);color:var(--accent);box-shadow:0 0 0 4px color-mix(in oklab, var(--accent) 18%, transparent)}.landing-root .survey-step.done .survey-dot{background:var(--accent);border-color:var(--accent);color:var(--accent-ink)}.landing-root .survey-step-label{font-family:var(--mono);color:var(--fg-3);letter-spacing:-.01em;font-size:11px}.landing-root .survey-step.active .survey-step-label{color:var(--fg-1)}@media (max-width:560px){.landing-root .survey-step-label{font-size:10px}}.landing-root .survey-badge{font-family:var(--mono);color:var(--accent);background:var(--accent-soft);border:1px solid var(--accent-dim);border-radius:999px;margin-bottom:14px;padding:4px 10px;font-size:11px;font-weight:500;display:inline-block}.landing-root .survey-head h2{font-size:clamp(22px,3vw,28px)}.landing-root .survey-head p{color:var(--fg-2);margin-top:8px;font-size:14px}.landing-root .survey-q{border-top:1px solid var(--line);padding:24px 0}.landing-root .survey-q:first-of-type{border-top:none;padding-top:20px}.landing-root .survey-q-head{justify-content:space-between;align-items:center;gap:12px;margin-bottom:12px;display:flex}.landing-root .survey-q-title{color:var(--fg);align-items:center;gap:8px;font-size:15px;font-weight:600;display:inline-flex}.landing-root .survey-q-no{background:var(--accent-soft);width:20px;height:20px;color:var(--accent);font-family:var(--mono);border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;font-size:11px;font-weight:600;display:inline-flex}.landing-root .survey-q-note{font-family:var(--mono);color:var(--fg-3);flex-shrink:0;font-size:11px}.landing-root .survey-q-help{color:var(--fg-3);margin-top:8px;font-size:12px}.landing-root .survey-chips{flex-wrap:wrap;gap:8px;display:flex}.landing-root .survey-chip{font-family:var(--sans);color:var(--fg-1);background:var(--bg-2);border:1px solid var(--line-2);cursor:pointer;border-radius:999px;align-items:center;padding:8px 14px;font-size:13px;transition:border-color .15s,color .15s,background .15s;display:inline-flex}.landing-root .survey-chip:hover{border-color:var(--fg-3);color:var(--fg)}.landing-root .survey-chip.on{background:var(--accent-soft);border-color:var(--accent);color:var(--accent);font-weight:500}.landing-root .survey-chip-add{color:var(--fg-3);border-style:dashed}.landing-root .survey-chip-add:hover{color:var(--accent);border-color:var(--accent)}.landing-root .survey-chip .x{opacity:.7;margin-left:6px;font-size:12px}.landing-root .survey-custom-row{flex-wrap:wrap;gap:8px;margin-top:10px;display:flex}.landing-root .survey-custom-row .input{max-width:280px}.landing-root .survey-tag-row{gap:8px;display:flex}.landing-root .survey-tag-row .input{flex:1}.landing-root .survey-tags{flex-wrap:wrap;gap:8px;margin-top:10px;display:flex}.landing-root .survey-tag{color:var(--accent);background:var(--accent-soft);border:1px solid var(--accent);border-radius:999px;align-items:center;gap:6px;padding:6px 8px 6px 12px;font-size:13px;display:inline-flex}.landing-root .survey-tag button{cursor:pointer;color:var(--accent);opacity:.8;background:0 0;border:none;align-items:center;padding:0;display:inline-flex}.landing-root .survey-tag button:hover{opacity:1}.landing-root .survey-consents{border:1px solid var(--line);border-radius:var(--r-md);background:var(--bg-1);margin-top:28px;padding:20px}.landing-root .survey-consents-title{color:var(--fg-1);margin-bottom:10px;font-size:13px;font-weight:600}.landing-root .survey-consents-title small{color:var(--fg-3);font-weight:400;font-family:var(--mono);margin-left:6px;font-size:11px}.landing-root .survey-consent{cursor:pointer;align-items:flex-start;gap:10px;padding:8px 0;display:flex}.landing-root .survey-consent input{width:16px;height:16px;accent-color:var(--accent);cursor:pointer;flex-shrink:0;margin-top:2px}.landing-root .survey-consent span{color:var(--fg-1);font-size:13px;line-height:1.5}.landing-root .survey-consent .req{color:var(--accent);font-family:var(--mono);margin-left:6px;font-size:10px}.landing-root .survey-foot{align-items:center;gap:10px;margin-top:28px;display:flex}.landing-root .survey-foot .spacer{flex:1}.landing-root .survey-done{text-align:center;padding:40px 20px}.landing-root .survey-done-mark{background:var(--accent-soft);width:56px;height:56px;color:var(--accent);border-radius:50%;justify-content:center;align-items:center;margin:0 auto 20px;display:flex}.landing-root .survey-done h2{font-size:24px}.landing-root .survey-done p{color:var(--fg-2);margin-top:10px;font-size:14px}
