.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-hint{display:block;font-size:.85rem;color:#ffffffd9;margin-top:4px}.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--empty{cursor:default;color:#6b7280}.survey-room-dropdown-item--empty:hover{background:transparent;color:#6b7280}.survey-radios{display:flex;gap:1rem;margin-top:10px;flex-wrap:wrap}.survey-label{display:inline-flex;align-items:center;gap:6px;cursor:pointer;color:#fff}.survey-comment{width:100%;margin-top:.75rem;border-radius:6px;border:none;padding:.5rem .75rem;resize:vertical;font-family:inherit;font-size:.9rem;color:#111827}.survey-radio{width:20px;height:20px;accent-color:#e67e22;cursor:pointer}.survey-radio-text{font-weight:500}.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-submit{padding:.85rem 2rem;font-size:1rem;font-weight:600;color:#fff;background:#e67e22;border:none;border-radius:8px;cursor:pointer;align-self:center;margin-top:.5rem;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}
