/* PublicSurveyFlowShell / SurveyQuestionView styling, scoped to the homepage sample. */
.rw-survey-preview{--rg-ink:#172b49;--rg-muted:#637085;--rg-border:#ccd9ef;--rg-blue:#0754c7;background:#f5f7fa;color:var(--rg-ink);font:15px/1.6 Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;text-align:left;border:1px solid var(--rg-border);border-radius:14px;container-type:inline-size;width:100%;box-sizing:border-box}
.rw-survey-preview *{box-sizing:border-box}.rw-survey-preview [hidden]{display:none!important}.rw-survey-preview p,.rw-survey-preview h3,.rw-survey-preview h4,.rw-survey-preview h5{margin:0;color:inherit;max-width:none}
.rg-page{max-width:768px;margin:auto;padding:24px}
.rg-surface{padding:28px;background:#fff;border:1px solid var(--rg-border);border-radius:22px;box-shadow:0 12px 40px -24px #183b78}
.rg-brand-header{display:flex;justify-content:space-between;align-items:center;gap:12px;padding-bottom:16px;border-bottom:1px solid var(--rg-border)}
.rg-brand{display:flex;align-items:center;gap:12px}.rg-brand>b{display:grid;place-items:center;width:36px;height:36px;border-radius:8px;background:#0b6cf5;color:#fff;font-size:22px;font-weight:750}.rg-brand strong{display:block;font-size:14px;letter-spacing:.18em;line-height:1}.rg-brand small{display:block;margin-top:6px;font-size:10px;font-weight:700;letter-spacing:.14em;color:var(--rg-muted)}
.rg-badge{padding:4px 12px;border:1px solid var(--rg-border);border-radius:999px;background:#f8fafc;font-size:12px;color:var(--rg-muted)}
.rw-survey-preview .rg-progress-label{margin-top:16px;color:var(--rg-blue);font-size:14px;font-weight:600}
.rg-progress{height:6px;border-radius:999px;background:#e3e8ef;overflow:hidden;margin-top:12px}.rg-progress>span{display:block;width:0;height:100%;background:#0861df;transition:width 300ms ease}
.rg-surface>h3{margin-top:28px;font-size:32px;line-height:1.2;font-weight:600;letter-spacing:-.035em}.rg-surface>.rg-intro{margin-top:12px;color:var(--rg-muted);font-size:14px}.rg-demo-note{font-size:12px;padding:10px 14px;background:#edf4ff;border-radius:11px;margin-top:18px!important;color:var(--rg-blue)!important}
.rg-topic{margin-top:36px}.rg-topic>h4{display:flex;align-items:center;gap:12px;font-size:19px;line-height:1.3;font-weight:650;margin-bottom:18px}.rg-topic>h4>span{display:grid;place-items:center;flex:none;width:36px;height:36px;border-radius:8px;background:#edf4ff;color:var(--rg-blue);font-size:16px}
.rg-question-list{border:1px solid var(--rg-border);border-radius:22px;overflow:hidden;background:#fff;box-shadow:0 12px 40px -24px #183b78}
.rg-question{padding:20px}.rg-question+.rg-question{border-top:1px solid var(--rg-border)}.rg-question h5{font-size:20px;line-height:1.4;font-weight:600;margin-bottom:20px}.rg-question h5>span{color:var(--rg-blue)}.rg-question .rg-helper{font-size:14px;color:var(--rg-muted);margin:-10px 0 16px}
.rg-choices{display:flex;flex-wrap:wrap;gap:12px}.rw-survey-preview button{cursor:pointer;font:inherit}.rg-choice{display:inline-flex;min-height:48px;align-items:center;justify-content:center;padding:12px 16px;text-align:center;font-weight:500;border:1px solid var(--rg-border);border-radius:11px;background:#fff;color:#334155;box-shadow:0 1px 2px #101c2f08;transition:background-color 160ms ease,border-color 160ms ease}
.rg-choice:hover{border-color:#bad4ff;background:#fbfdff}.rg-choice[aria-pressed=true]{border-color:var(--rg-blue);background:#edf4ff;color:var(--rg-ink);box-shadow:inset 3px 0 0 var(--rg-blue)}
.rg-rating-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:4px;max-width:288px}.rg-rating-grid[data-scale="10"]{max-width:none;grid-template-columns:repeat(10,minmax(0,1fr))}
.rg-rating-button{display:grid;min-height:64px;min-width:0;justify-items:center;align-content:center;gap:4px;padding:8px 0;border:1px solid var(--rg-border);border-radius:11px;background:#fff;color:var(--rg-muted)}
.rg-rating-button svg{width:26px;height:26px;fill:none;stroke:currentColor;stroke-width:1.8}.rg-rating-button span{font-size:13px;line-height:1;font-weight:700}.rg-rating-button.is-filled svg{fill:var(--rg-blue);stroke:var(--rg-blue)}.rg-rating-button:hover{background:#edf4ff;border-color:var(--rg-blue)}.rg-rating-button[aria-pressed=true]{border-color:var(--rg-blue);background:#edf4ff;color:var(--rg-blue);box-shadow:inset 0 -3px 0 var(--rg-blue)}
.rg-question .rg-rating-caption{min-height:24px;margin-top:12px;font-size:14px;color:var(--rg-muted);font-weight:600}.rg-other{display:grid;gap:8px;margin-top:20px;font-size:14px}.rg-other input{width:100%;min-height:48px;border:1px solid var(--rg-border);border-radius:11px;padding:10px;font:inherit;background:white;color:var(--rg-ink)}
.rg-submit{border:1px solid var(--rg-border);border-radius:22px;background:linear-gradient(135deg,#edf4ff,#fff);padding:20px;margin-top:36px}.rg-submit p{font-size:14px;color:var(--rg-muted)}.rg-submit button{display:block;width:100%;min-height:48px;padding:12px 16px;background:var(--rg-blue);color:#fff;border:1px solid var(--rg-blue);border-radius:11px;margin-top:18px;font-weight:600}.rg-submit [role=status]:not(:empty){margin-top:16px;color:var(--rg-blue)}
.rw-survey-preview button:focus-visible,.rw-survey-preview input:focus-visible{outline:2px solid var(--rg-blue);outline-offset:3px}
@container(max-width:650px){.rg-page{padding:14px}.rg-surface{padding:18px}.rg-surface>h3{font-size:28px}.rg-rating-grid[data-scale="10"]{grid-template-columns:repeat(5,minmax(0,1fr))}.rg-question{padding:16px}.rg-question h5{font-size:18px}.rg-choice{font-size:14px}.rg-topic>h4{font-size:18px}}
@container(max-width:399px){.rg-page{padding:8px}.rg-surface{padding:12px}.rg-brand strong{font-size:12px}.rg-brand small{font-size:8px}.rg-badge{padding:3px 8px}.rg-brand{gap:8px}.rg-question{padding:12px 8px}.rg-choices{gap:8px}.rg-choice{padding:10px 12px}.rg-surface>h3{font-size:26px}.rg-progress-label{font-size:12px!important}}
@media(prefers-reduced-motion:reduce){.rg-progress>span,.rg-choice{transition:none}}
