:root {
    --ink: #22304d;
    --muted: #71809b;
    --paper: #fffdf8;
    --white: #ffffff;
    --line: #e9edf5;
    --coral: #ff766d;
    --coral-dark: #e85b54;
    --yellow: #ffd46b;
    --mint: #42d2b2;
    --blue: #5e9df6;
    --lilac: #ae8cf4;
    --shadow: 0 18px 48px rgba(60, 70, 108, .11);
    --radius: 24px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    color: var(--ink);
    background: var(--paper);
    font-family: "Segoe UI", "Tahoma", "Noto Sans Thai", sans-serif;
    line-height: 1.65;
    min-height: 100vh;
}
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button, .button, .choice-card, .text-link { transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
button:hover, .button:hover, .choice-card:hover { transform: translateY(-2px); }
code { color: var(--coral-dark); background: #fff0ed; padding: 2px 6px; border-radius: 7px; }

.page-orbit { position: fixed; border-radius: 50%; pointer-events: none; z-index: -1; filter: blur(1px); opacity: .45; }
.orbit-one { width: 300px; height: 300px; background: #fff0c8; top: -180px; right: -80px; }
.orbit-two { width: 250px; height: 250px; background: #dff9f1; bottom: -140px; left: -100px; }
.site-header, .site-main, .site-footer { width: min(1160px, calc(100% - 40px)); margin: 0 auto; }
.site-header { min-height: 86px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.brand { display: inline-flex; align-items: center; gap: 11px; }
.brand-mark { width: 38px; height: 38px; display: grid; place-items: center; color: #fff; background: var(--coral); border-radius: 13px 13px 13px 4px; box-shadow: 0 8px 20px rgba(255, 118, 109, .26); font-size: 20px; }
.brand strong, .brand small { display: block; line-height: 1.25; }
.brand strong { font-size: 16px; letter-spacing: -.2px; }
.brand small { color: var(--muted); font-size: 11px; margin-top: 4px; }
.top-nav { display: flex; align-items: center; gap: 25px; color: var(--muted); font-size: 13px; }
.top-nav a:hover { color: var(--ink); }
.top-nav .nav-admin { color: var(--ink); border: 1px solid var(--line); border-radius: 99px; padding: 8px 15px; background: rgba(255,255,255,.7); }
.site-main { padding: 35px 0 76px; }
.site-footer { color: #9ba6b8; font-size: 11px; padding: 0 0 28px; display: flex; justify-content: space-between; gap: 20px; }
.footer-sparkles { color: var(--yellow); letter-spacing: 6px; }

.hero-shell { display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 60px; min-height: 470px; }
.eyebrow { color: var(--coral-dark); font-size: 11px; letter-spacing: 2px; font-weight: 800; margin-bottom: 14px; }
h1, h2, h3, p { margin-top: 0; }
h1 { font-size: clamp(38px, 5vw, 64px); line-height: 1.08; letter-spacing: -2.6px; margin-bottom: 24px; }
h1 span { color: var(--coral); }
.hero-lead { color: var(--muted); max-width: 510px; font-size: 16px; margin-bottom: 29px; }
.hero-actions { display: flex; align-items: center; gap: 24px; flex-wrap: wrap; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; border: 0; border-radius: 14px; padding: 12px 20px; cursor: pointer; font-weight: 700; }
.button-large { padding: 16px 23px; border-radius: 17px; }
.button-primary { color: #fff; background: var(--coral); box-shadow: 0 12px 25px rgba(255, 118, 109, .22); }
.button-primary:hover { background: var(--coral-dark); }
.button-soft { background: #fff; border: 1px solid var(--line); color: var(--ink); }
.button-mint { color: #fff; background: #32b99b; box-shadow: 0 12px 25px rgba(50, 185, 155, .18); }
.text-link { font-size: 13px; font-weight: 700; }
.text-link span { color: var(--coral); margin-left: 6px; }
.trust-line { color: #a0aabe; font-size: 11px; margin-top: 28px; }
.trust-dot { display: inline-block; width: 8px; height: 8px; border-radius: 50%; background: var(--mint); margin-right: 6px; box-shadow: 0 0 0 4px #e3faf3; }
.hero-art { min-height: 430px; position: relative; display: grid; place-items: center; }
.sun-disc { width: 290px; height: 290px; border-radius: 50%; background: #fff2bf; position: absolute; top: 52px; right: 80px; }
.cloud { position: absolute; z-index: 2; color: #fff; font-size: 57px; filter: drop-shadow(0 10px 10px rgba(126, 142, 174, .1)); }
.cloud-a { top: 50px; left: 40px; }.cloud-b { right: 15px; bottom: 50px; font-size: 43px; }
.hero-card { position: absolute; width: 236px; height: 300px; border-radius: 30px; transform: rotate(6deg); }
.card-back { background: #d7f4ec; right: 70px; top: 82px; transform: rotate(12deg); }
.card-front { z-index: 1; right: 118px; top: 67px; background: linear-gradient(155deg, #ff8b81 2%, #ffb0a5 100%); box-shadow: 0 25px 55px rgba(255, 118, 109, .22); padding: 24px; transform: rotate(-7deg); overflow: hidden; }
.card-stars { color: #fff1c7; letter-spacing: 9px; font-size: 14px; }
.mascot { font-size: 108px; text-align: center; line-height: 1; margin-top: 35px; filter: drop-shadow(0 7px 0 rgba(198, 78, 65, .1)); }
.speech-bubble { position: absolute; right: -20px; bottom: 50px; color: var(--ink); background: #fff; border-radius: 14px 14px 4px 14px; padding: 8px 13px; font-size: 10px; box-shadow: 0 8px 18px rgba(105, 65, 88, .12); }
.speech-bubble strong { font-size: 12px; color: var(--coral-dark); }
.card-rainbow { display: flex; position: absolute; bottom: 20px; left: 26px; gap: 4px; }
.card-rainbow span { display: block; height: 6px; border-radius: 99px; width: 25px; background: #fff; opacity: .9; }.card-rainbow span:nth-child(2) { background: var(--yellow); }.card-rainbow span:nth-child(3) { background: var(--mint); }
.sticker { position: absolute; z-index: 3; display: grid; place-items: center; width: 48px; height: 48px; border-radius: 50%; font-size: 22px; box-shadow: 0 12px 20px rgba(63, 71, 112, .12); }
.sticker-heart { color: var(--coral); background: #fff; top: 45px; right: 92px; transform: rotate(12deg); }.sticker-spark { color: #fff; background: var(--blue); bottom: 52px; left: 80px; transform: rotate(-15deg); }

.section-block { padding-top: 54px; }.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 30px; margin-bottom: 22px; }.section-heading h2 { font-size: 27px; letter-spacing: -.8px; margin-bottom: 0; }.section-heading p { color: var(--muted); font-size: 13px; max-width: 300px; margin-bottom: 0; }
.choice-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }.choice-card { position: relative; overflow: hidden; min-height: 248px; padding: 25px 28px; border-radius: var(--radius); box-shadow: var(--shadow); }.choice-card::after { content: ''; position: absolute; width: 180px; height: 180px; border-radius: 50%; right: -65px; bottom: -76px; background: rgba(255,255,255,.25); }.choice-survey { background: #fff2ef; }.choice-interview { background: #eaf9f5; }.choice-icon { font-size: 30px; margin-bottom: 7px; }.choice-number { position: absolute; right: 27px; top: 28px; color: rgba(34, 48, 77, .35); font-weight: 800; font-size: 12px; }.choice-card h3 { font-size: 20px; margin-bottom: 8px; }.choice-card p { color: var(--muted); font-size: 13px; max-width: 455px; margin-bottom: 19px; }.choice-cta { color: var(--ink); font-size: 12px; font-weight: 800; }.choice-cta b { color: var(--coral); font-size: 18px; margin-left: 4px; }.choice-interview .choice-cta b { color: #20b492; }
.info-strip { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin-top: 20px; border-top: 1px solid var(--line); padding-top: 22px; }.info-item { display: flex; align-items: center; gap: 13px; }.info-item > span { font-size: 20px; }.info-item strong, .info-item small { display: block; }.info-item strong { font-size: 12px; }.info-item small { color: var(--muted); font-size: 11px; margin-top: 3px; }

.narrow-page { width: min(700px, 100%); margin: 0 auto; }.form-page { width: min(910px, 100%); margin: 0 auto; }.page-intro { margin-bottom: 25px; }.page-intro h1 { font-size: clamp(32px, 5vw, 48px); margin-bottom: 12px; }.page-intro p { color: var(--muted); max-width: 730px; }.soft-panel { background: rgba(255,255,255,.82); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); padding: 26px; }.notice { border-radius: 18px; padding: 16px 18px; margin: 18px 0; }.notice p { margin: 3px 0 0; font-size: 13px; }.notice-success { background: #e9fbf5; color: #207e69; }.notice-error { background: #fff0ed; color: #a23f35; }.credential-card { display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 14px; padding: 18px; background: #fff8e4; border: 1px dashed #edc85b; border-radius: 18px; margin: 20px 0; }.credential-card span { font-size: 12px; color: var(--muted); }.credential-card strong { font-size: 15px; }.helper-text { color: var(--muted); font-size: 12px; margin-top: 17px; }.button-row { display: flex; flex-wrap: wrap; gap: 12px; }

.form-card { margin-bottom: 20px; }.form-card h2 { font-size: 19px; margin-bottom: 5px; }.form-card > p { color: var(--muted); font-size: 13px; margin-bottom: 20px; }.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 17px; }.field { min-width: 0; }.field label, .field legend { display: block; font-weight: 800; font-size: 12px; margin-bottom: 7px; }.field input[type="text"], .field input[type="date"], .field input[type="password"], .field input[type="search"], .field select, .field textarea { width: 100%; border: 1px solid #e5eaf3; border-radius: 13px; background: #fff; padding: 12px 13px; color: var(--ink); outline: 0; }.field textarea { min-height: 135px; resize: vertical; line-height: 1.75; }.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 4px rgba(94, 157, 246, .12); }.full-span { grid-column: 1 / -1; }.form-grid fieldset { border: 0; padding: 0; margin: 0; min-width: 0; }.form-grid fieldset legend { padding: 0; }
.option-grid { display: flex; flex-wrap: wrap; gap: 8px; }.option-chip { position: relative; }.option-chip input { position: absolute; opacity: 0; }.option-chip span { display: block; border: 1px solid #e4e9f2; border-radius: 99px; background: #fff; color: var(--muted); padding: 8px 14px; font-size: 12px; cursor: pointer; }.option-chip input:checked + span { color: var(--ink); border-color: var(--coral); background: #fff0ed; box-shadow: 0 4px 12px rgba(255, 118, 109, .12); }.option-chip input:focus-visible + span { outline: 3px solid rgba(94,157,246,.25); }
.consent { display: flex; align-items: start; gap: 9px; color: var(--muted); font-size: 12px; margin: 20px 0; }.consent input { accent-color: var(--coral); margin-top: 5px; }
.progress-wrap { position: sticky; top: 0; z-index: 10; background: rgba(255,253,248,.88); backdrop-filter: blur(12px); padding: 5px 0 16px; margin-bottom: 15px; }.progress-meta { display: flex; justify-content: space-between; color: var(--muted); font-size: 11px; margin-bottom: 6px; }.progress-track { height: 8px; background: #edf0f6; border-radius: 99px; overflow: hidden; }.progress-bar { height: 100%; width: 0; background: linear-gradient(90deg, var(--coral), var(--yellow), var(--mint)); border-radius: inherit; transition: width .25s ease; }
.rating-instructions { display: grid; grid-template-columns: repeat(5, 1fr); gap: 6px; margin-top: 14px; }.rating-instructions div { text-align: center; background: #f7f8fc; border-radius: 10px; padding: 8px 3px; font-size: 10px; color: var(--muted); }.rating-instructions b { display: block; color: var(--ink); font-size: 15px; }.question-group { margin-bottom: 22px; }.group-heading { display: flex; gap: 12px; align-items: center; margin: 27px 0 13px; }.group-heading .group-emoji { display: grid; place-items: center; width: 40px; height: 40px; border-radius: 13px; font-size: 21px; }.group-heading h2 { margin: 0; font-size: 19px; }.group-heading small { display: block; color: var(--muted); font-size: 11px; font-weight: 400; margin-top: 2px; }.group-heading.coral .group-emoji { background: #fff0ed; }.group-heading.yellow .group-emoji { background: #fff7d9; }.group-heading.blue .group-emoji { background: #eaf2ff; }.group-heading.mint .group-emoji { background: #e5faf4; }
.question-card { background: #fff; border: 1px solid var(--line); border-radius: 18px; padding: 16px 17px; margin: 10px 0; box-shadow: 0 5px 18px rgba(60,70,108,.04); }.question-card:has(input:not(:checked)) { }.question-text { display: flex; gap: 10px; font-size: 13px; font-weight: 700; line-height: 1.55; margin-bottom: 13px; }.question-no { display: grid; place-items: center; flex: 0 0 26px; width: 26px; height: 26px; color: #fff; background: var(--ink); border-radius: 9px; font-size: 11px; }.rating-columns { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; }.rating-box { border: 1px solid #eef0f6; border-radius: 13px; padding: 10px; background: #fcfcfe; }.rating-label { color: var(--muted); font-size: 10px; font-weight: 800; margin-bottom: 6px; }.rating-pills { display: grid; grid-template-columns: repeat(5, 1fr); gap: 5px; }.rating-pills label { position: relative; }.rating-pills input { position: absolute; opacity: 0; }.rating-pills span { display: grid; place-items: center; min-height: 31px; background: #fff; border: 1px solid #e6eaf2; border-radius: 8px; color: var(--muted); font-weight: 800; font-size: 12px; cursor: pointer; }.rating-pills input:checked + span { background: var(--ink); border-color: var(--ink); color: #fff; transform: scale(1.04); }.rating-pills input:focus-visible + span { outline: 3px solid rgba(94,157,246,.25); }.form-actions { display: flex; justify-content: space-between; align-items: center; gap: 15px; margin-top: 25px; }.form-actions small { color: var(--muted); font-size: 11px; }.required-note { color: var(--coral-dark); font-size: 11px; }
.interview-question { margin-bottom: 18px; }.interview-question label { display: block; font-weight: 800; font-size: 13px; margin-bottom: 8px; }.question-tag { display: inline-block; color: var(--coral-dark); background: #fff0ed; border-radius: 7px; padding: 2px 7px; margin-right: 6px; font-size: 10px; }.privacy-note { display: flex; gap: 11px; align-items: start; background: #f5f8ff; color: #687693; border-radius: 15px; padding: 14px; font-size: 12px; margin-top: 15px; }.privacy-note span { font-size: 17px; }
.thankyou { text-align: center; padding: 55px 0; }.thankyou .mascot { margin: 0 auto 15px; font-size: 88px; }.thankyou h1 { font-size: 42px; margin-bottom: 12px; }.thankyou p { color: var(--muted); max-width: 490px; margin: 0 auto 24px; }

/* Admin */
.admin-shell { width: min(1160px, 100%); margin: 0 auto; }.admin-top { display: flex; justify-content: space-between; align-items: center; gap: 20px; margin-bottom: 28px; }.admin-top h1 { font-size: 32px; letter-spacing: -1.2px; margin: 0 0 4px; }.admin-top p { color: var(--muted); font-size: 12px; margin: 0; }.admin-user { display: flex; align-items: center; gap: 10px; color: var(--muted); font-size: 12px; }.admin-user .avatar { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 13px; color: #fff; background: var(--ink); }.admin-nav { display: flex; gap: 8px; margin-bottom: 20px; border-bottom: 1px solid var(--line); padding-bottom: 10px; }.admin-nav a { color: var(--muted); font-size: 12px; padding: 8px 13px; border-radius: 10px; }.admin-nav a.active, .admin-nav a:hover { background: #fff0ed; color: var(--coral-dark); font-weight: 800; }.metrics-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-bottom: 20px; }.metric-card { padding: 19px; background: #fff; border: 1px solid var(--line); border-radius: 18px; box-shadow: 0 8px 24px rgba(60,70,108,.05); }.metric-card .metric-icon { font-size: 21px; }.metric-card small { display: block; color: var(--muted); font-size: 11px; margin-top: 7px; }.metric-card strong { display: block; font-size: 28px; line-height: 1.15; margin-top: 4px; }.dashboard-grid { display: grid; grid-template-columns: 1.25fr .75fr; gap: 20px; }.panel { background: #fff; border: 1px solid var(--line); border-radius: 20px; box-shadow: 0 8px 24px rgba(60,70,108,.05); padding: 20px; }.panel-header { display: flex; justify-content: space-between; align-items: start; gap: 15px; margin-bottom: 16px; }.panel h2 { font-size: 17px; margin: 0; }.panel-header small { color: var(--muted); font-size: 11px; }.bar-row { margin: 16px 0; }.bar-label { display: flex; justify-content: space-between; font-size: 12px; margin-bottom: 6px; }.bar-label small { color: var(--muted); }.dual-bar { height: 10px; display: flex; gap: 3px; }.dual-bar span { display: block; height: 100%; border-radius: 99px; }.bar-actual { background: var(--blue); }.bar-desired { background: var(--coral); }.legend { display: flex; gap: 14px; color: var(--muted); font-size: 10px; }.legend i { display: inline-block; width: 8px; height: 8px; border-radius: 50%; margin-right: 4px; }.legend .actual { background: var(--blue); }.legend .desired { background: var(--coral); }.gap-list { display: grid; gap: 12px; }.gap-item { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 12px; border-radius: 13px; background: #fafbfe; }.gap-item strong { font-size: 13px; }.gap-item small { display: block; color: var(--muted); font-size: 10px; }.gap-score { color: var(--coral-dark); font-size: 17px; font-weight: 800; }.admin-section { margin-top: 20px; }.table-wrap { overflow-x: auto; }.data-table { width: 100%; border-collapse: collapse; min-width: 620px; }.data-table th, .data-table td { text-align: left; border-bottom: 1px solid #eef0f5; padding: 12px 10px; font-size: 12px; vertical-align: top; }.data-table th { color: var(--muted); font-size: 10px; text-transform: uppercase; letter-spacing: .3px; }.empty-state { padding: 35px 10px; text-align: center; color: var(--muted); font-size: 13px; }.export-row { display: flex; gap: 8px; flex-wrap: wrap; }.export-row .button { font-size: 11px; padding: 9px 12px; }.pagination { display: flex; gap: 7px; justify-content: center; margin-top: 17px; }.pagination a, .pagination span { border: 1px solid var(--line); border-radius: 9px; min-width: 32px; padding: 5px 8px; text-align: center; font-size: 11px; }.pagination .current { background: var(--ink); border-color: var(--ink); color: #fff; }.login-page { width: min(430px, 100%); margin: 25px auto 0; }.login-logo { text-align: center; margin-bottom: 20px; }.login-logo .brand-mark { margin: 0 auto 11px; }.login-logo h1 { font-size: 27px; letter-spacing: -.8px; margin-bottom: 4px; }.login-logo p { color: var(--muted); font-size: 12px; }.login-form .button { width: 100%; margin-top: 8px; }.error-text { color: var(--coral-dark); font-size: 12px; background: #fff0ed; border-radius: 10px; padding: 9px 11px; margin-bottom: 14px; }
.hero-image { display: block; width: 100%; height: 148px; object-fit: cover; object-position: 50% 32%; border-radius: 18px; margin-top: 30px; box-shadow: 0 10px 20px rgba(105, 65, 88, .12); }
.content-tabs { display: flex; gap: 8px; border-bottom: 1px solid var(--line); padding-bottom: 10px; overflow-x: auto; }.content-tabs a { color: var(--muted); font-size: 12px; padding: 9px 14px; border-radius: 10px; white-space: nowrap; }.content-tabs a.active, .content-tabs a:hover { color: var(--coral-dark); background: #fff0ed; font-weight: 800; }
.media-setting-grid { display: grid; grid-template-columns: 190px 1fr auto; align-items: center; gap: 20px; }.public-image-preview { width: 190px; height: 120px; border-radius: 16px; overflow: hidden; background: #fff6dc; }.public-image-preview img { width: 100%; height: 100%; object-fit: cover; }.preview-placeholder { display: grid; place-items: center; align-content: center; height: 100%; font-size: 42px; }.preview-placeholder small { color: var(--muted); display: block; font-size: 10px; }.media-upload-form { display: flex; align-items: end; gap: 12px; flex-wrap: wrap; }.media-upload-form .helper-text { flex-basis: 100%; margin: -5px 0 0; }.media-upload-form .button { white-space: nowrap; }.remove-media-form { align-self: end; }.question-admin-group { padding: 16px; }.question-edit-row { display: grid; grid-template-columns: 42px minmax(0, 1fr) 75px 82px auto; gap: 10px; align-items: end; padding: 12px 0; border-top: 1px solid #f0f2f7; }.question-edit-number { color: var(--coral-dark); font-size: 12px; font-weight: 800; padding-bottom: 12px; }.question-edit-text textarea { min-height: 57px; }.question-edit-order input { padding: 10px 8px; }.active-toggle { display: flex; align-items: center; gap: 5px; color: var(--muted); font-size: 11px; padding-bottom: 12px; white-space: nowrap; }.active-toggle input { accent-color: var(--mint); }.question-edit-row .button { padding: 9px 11px; font-size: 11px; }.add-question-panel { padding: 20px; }
.is-hidden { opacity: 0; pointer-events: none; transform: translateY(-4px); }

@media (max-width: 780px) {
    .media-setting-grid { grid-template-columns: 1fr; }.public-image-preview { width: 100%; max-width: 310px; }.question-edit-row { grid-template-columns: 32px minmax(0, 1fr); }.question-edit-order, .active-toggle, .question-edit-row .button { grid-column: 2; }.question-edit-row .button { justify-self: start; }
}

@media (max-width: 780px) {
    .site-header, .site-main, .site-footer { width: min(100% - 28px, 680px); }.site-header { min-height: 76px; }.top-nav { gap: 10px; }.top-nav a:not(.nav-admin) { display: none; }.site-main { padding-top: 24px; }.hero-shell { grid-template-columns: 1fr; gap: 15px; min-height: unset; }.hero-copy { order: 1; }.hero-art { order: 2; min-height: 360px; }.sun-disc { top: 28px; right: calc(50% - 138px); }.card-front { right: calc(50% - 90px); top: 50px; }.card-back { right: calc(50% - 125px); top: 64px; }.cloud-a { left: calc(50% - 180px); }.sticker-heart { right: calc(50% - 155px); }.sticker-spark { left: calc(50% - 150px); }.section-heading { display: block; }.section-heading p { margin-top: 10px; }.choice-grid, .info-strip { grid-template-columns: 1fr; }.choice-card { min-height: unset; }.site-footer { display: block; }.footer-sparkles { margin-top: 8px; }.form-grid { grid-template-columns: 1fr; }.full-span { grid-column: auto; }.soft-panel { padding: 18px; }.rating-columns { grid-template-columns: 1fr; gap: 8px; }.admin-top { display: block; }.admin-user { margin-top: 14px; }.metrics-grid { grid-template-columns: repeat(2, 1fr); }.dashboard-grid { grid-template-columns: 1fr; }.credential-card { grid-template-columns: 1fr; gap: 5px; }.form-actions { align-items: stretch; flex-direction: column-reverse; }.form-actions .button { width: 100%; }.rating-instructions { gap: 3px; }.rating-instructions div { font-size: 9px; }
}

@media (max-width: 430px) {
    h1 { letter-spacing: -1.8px; }.hero-lead { font-size: 14px; }.hero-actions { gap: 15px; }.button-large { width: 100%; }.choice-card { padding: 20px; }.question-card { padding: 13px; }.question-text { font-size: 12px; }.rating-pills span { min-height: 36px; }.admin-nav { overflow-x: auto; }.admin-nav a { white-space: nowrap; }.metrics-grid { gap: 8px; }.metric-card { padding: 13px; }.metric-card strong { font-size: 23px; }
}
