.survey-block{background:#3498db;border-radius:12px;padding:2rem 1.5rem;color:#fff}.survey-title{margin:0 0 .25rem;font-size:1.5rem;font-weight:700;text-align:center;color:#fff}.survey-subtitle{margin:0 0 1.5rem;font-size:.95rem;text-align:center;color:#ffffffe6}.survey-form{display:flex;flex-direction:column;gap:1.5rem}.survey-fieldset{border:1px solid rgba(255,255,255,.4);border-radius:8px;padding:1rem 1.25rem;margin:0}.survey-legend{font-weight:600;padding:0 .5rem;color:#fff}.survey-optional{font-size:.8rem;font-weight:400;opacity:.8}.survey-hint{display:block;font-size:.85rem;color:#ffffffd9;margin-top:4px}.survey-loading-dots:after{content:"";animation:survey-dots 1.4s steps(3,end) infinite}@keyframes survey-dots{0%{content:""}33%{content:"."}66%{content:".."}to{content:"..."}}.survey-draft-banner{display:flex;align-items:center;justify-content:space-between;background:#ffffff26;border:1px solid rgba(255,255,255,.4);border-radius:8px;padding:.6rem 1rem;margin-bottom:.5rem;font-size:.9rem;color:#fff;gap:.75rem}.survey-draft-reset{background:transparent;border:1px solid rgba(255,255,255,.7);color:#fff;border-radius:6px;padding:.25rem .75rem;font-size:.8rem;cursor:pointer;white-space:nowrap;transition:background .15s}.survey-draft-reset:hover{background:#fff3}.survey-rooms-error{margin:.35rem 0 0;font-size:.8rem;color:#ffcdd2}.survey-fieldset--room{position:relative}.survey-room-combobox{position:relative;margin-top:.5rem}.survey-room-input,.survey-room-select{width:100%;padding:.5rem .75rem;border:none;border-radius:6px;font-size:1rem;color:#111827;box-sizing:border-box}.survey-room-select{cursor:pointer}.survey-room-dropdown{position:absolute;left:0;right:0;top:100%;margin:2px 0 0;padding:0;list-style:none;background:#fff;border-radius:6px;box-shadow:0 4px 12px #00000026;max-height:220px;overflow-y:auto;z-index:10}.survey-room-dropdown-item{padding:.5rem .75rem;cursor:pointer;color:#111827;font-size:.95rem}.survey-room-dropdown-item:hover{background:#3498db;color:#fff}.survey-room-dropdown-item--active{background:#e8f4fd}.survey-room-dropdown-item--empty{cursor:default;color:#6b7280}.survey-room-dropdown-item--empty:hover{background:transparent;color:#6b7280}.survey-radios{display:flex;gap:.6rem;margin-top:10px;flex-wrap:wrap}.survey-radio-btn{width:44px;height:44px;border-radius:50%;border:2px solid rgba(255,255,255,.6);background:transparent;color:#fff;font-size:1rem;font-weight:600;cursor:pointer;transition:background .15s,border-color .15s,transform .1s;display:flex;align-items:center;justify-content:center}.survey-radio-btn:hover:not(.survey-radio-btn--active){background:#fff3;border-color:#ffffffe6}.survey-radio-btn--active{background:#e67e22;border-color:#e67e22;transform:scale(1.1)}.survey-radio-btn:focus-visible{outline:3px solid #fff;outline-offset:2px}.survey-skip-btn:focus-visible{outline:2px solid rgba(255,255,255,.9);outline-offset:2px}.survey-skip-btn{background:transparent;border:1px solid rgba(255,255,255,.5);color:#fffc;border-radius:20px;padding:0 .75rem;font-size:.8rem;cursor:pointer;height:44px;transition:background .15s,color .15s;white-space:nowrap}.survey-skip-btn:hover{background:#ffffff26;color:#fff}.survey-skip-hint{margin:.4rem 0 0;font-size:.8rem;color:#ffffffb3;font-style:italic}.survey-comment-wrap{position:relative;margin-top:.75rem}.survey-comment{width:100%;border-radius:6px;border:none;padding:.5rem .75rem;resize:vertical;min-height:72px;max-height:200px;font-family:inherit;font-size:.9rem;color:#111827;box-sizing:border-box}.survey-char-count{display:block;text-align:right;font-size:.75rem;color:#ffffffbf;margin-top:2px}.survey-message{margin:0;font-size:.95rem;padding:.5rem 0}.survey-message--success{color:#a8f0c8}.survey-message--error{color:#ffcdd2}.survey-already-done{margin-top:1rem;text-align:center;font-size:1.1rem}.survey-footer{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:.75rem;margin-top:.5rem}.survey-progress{font-size:.9rem;color:#ffffffd9}.survey-submit{padding:.85rem 2rem;font-size:1rem;font-weight:600;color:#fff;background:#e67e22;border:none;border-radius:8px;cursor:pointer;transition:background .2s}.survey-submit:hover:not(:disabled){background:#d35400}.survey-submit:disabled{opacity:.6;cursor:not-allowed}.app{min-height:100vh;background:#fff}.header{background:#fff;box-shadow:0 1px 3px #00000014}.header-inner{max-width:1200px;margin:0 auto;padding:1rem 1.5rem;display:flex;align-items:center;justify-content:center}.logo-wrap{text-align:center}.logo{margin:0;font-size:2rem;font-weight:700;letter-spacing:.02em;background:linear-gradient(90deg,#f1c40f,#e74c3c,#2ecc71,#e67e22);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.logo-sub{margin:.25rem 0 0;font-size:.75rem;font-weight:400;color:#555;letter-spacing:.15em}.main{max-width:640px;margin:0 auto;padding:2rem 1rem}*{box-sizing:border-box}body{margin:0;font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;background:#fff;color:#1a1a1a}#root{min-height:100vh}
