:root{--green:#6dff08;--green-soft:#efffe4;--ink:#132033;--muted:#6f7f93;--line:#dce6e1;--danger:#d52d45}*{box-sizing:border-box}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;background:radial-gradient(circle at top,#efffe8 0,#f6f9f7 42%,#edf3f1 100%);color:var(--ink);min-height:100vh}.survey-shell{width:min(760px,100%);margin:0 auto;padding:28px 16px 60px}.survey-card{background:#fff;border:1px solid #dfe9e4;border-radius:28px;box-shadow:0 20px 60px rgba(28,53,43,.10);overflow:hidden}.survey-head{padding:30px;background:linear-gradient(135deg,var(--green),#c8ffaf)}.survey-brand{font-size:.75rem;font-weight:900;letter-spacing:.13em}.survey-head h1{font-size:clamp(1.75rem,5vw,2.5rem);margin:12px 0 8px;line-height:1.05}.survey-head p{margin:0;color:#274035;line-height:1.55}.survey-body{padding:26px 30px}.survey-greeting{padding:14px 16px;border-radius:16px;background:#f5f8f6;color:#506073;margin-bottom:20px}.survey-question{padding:20px 0;border-bottom:1px solid var(--line)}.survey-question:last-child{border-bottom:0}.survey-question h3{font-size:1rem;margin:0 0 12px}.required{color:#d11}.stars,.scale{display:flex;gap:8px;flex-wrap:wrap}.choice{border:1px solid #ccd9d2;background:#fff;border-radius:14px;padding:11px 14px;font-weight:750;cursor:pointer;transition:.15s}.choice:hover,.choice.selected{background:var(--green-soft);border-color:#71d92c;box-shadow:0 0 0 2px rgba(109,255,8,.13)}.stars .choice{font-size:1.3rem;min-width:48px}.scale .choice{min-width:43px}.option-list{display:grid;gap:9px}.option-list label{display:flex;align-items:center;gap:10px;border:1px solid #d8e3dd;border-radius:14px;padding:12px 14px;cursor:pointer}.option-list label:has(input:checked){background:var(--green-soft);border-color:#70d52c}.survey-question input[type=text],.survey-question textarea{width:100%;border:1px solid #ccd8d2;border-radius:14px;padding:13px 14px;font:inherit;outline:0}.survey-question textarea{min-height:110px;resize:vertical}.survey-question input:focus,.survey-question textarea:focus{border-color:#70d52c;box-shadow:0 0 0 3px rgba(109,255,8,.14)}.survey-actions{padding:0 30px 30px}.submit{width:100%;border:0;background:var(--green);color:#102600;font-weight:900;font-size:1rem;padding:15px;border-radius:999px;cursor:pointer}.submit:disabled{opacity:.55;cursor:wait}.survey-error{margin:0 30px 20px;padding:12px 14px;background:#fff1f2;color:#9f1239;border:1px solid #fecdd3;border-radius:14px}.survey-done{text-align:center;padding:48px 30px}.survey-done .icon{width:72px;height:72px;margin:0 auto 18px;border-radius:50%;display:grid;place-items:center;background:var(--green);font-size:2rem}.survey-done h2{font-size:2rem;margin:0 0 10px}.survey-done p{color:var(--muted);line-height:1.6}.review{display:inline-block;margin-top:16px;background:#132033;color:#fff;text-decoration:none;padding:13px 20px;border-radius:999px;font-weight:800}.survey-loading,.survey-unavailable{padding:50px 30px;text-align:center;color:var(--muted)}@media(max-width:560px){.survey-shell{padding:0 0 30px}.survey-card{border-radius:0;min-height:100vh}.survey-head,.survey-body{padding:24px 20px}.survey-actions{padding:0 20px 28px}.survey-error{margin:0 20px 18px}}
