:root {
  --ink: #163329;
  --muted: #6d8279;
  --soft-muted: #91a29a;
  --line: #dceae4;
  --canvas: #f4f8f5;
  --surface: #ffffff;
  --surface-quiet: #f8fbf9;
  --brand: #07875c;
  --brand-deep: #056849;
  --brand-soft: #e1f5eb;
  --teal: #0b7669;
  --gold: #e8a33c;
  --gold-soft: #fff4dc;
  --red: #cc4b45;
  --red-soft: #fff0ee;
  --purple: #6256a7;
  --shadow: 0 16px 40px rgba(16, 68, 50, 0.08);
  --shadow-tight: 0 7px 20px rgba(18, 75, 55, 0.10);
  --radius-xl: 26px;
  --radius-lg: 18px;
  --radius-md: 12px;
  --radius-sm: 9px;
  --motion-ease: cubic-bezier(.22, 1, .36, 1);
  font-family: "PingFang SC", "Microsoft YaHei", "Noto Sans CJK SC", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  color: var(--ink);
  background: var(--canvas);
}

* { box-sizing: border-box; }
html { min-width: 320px; background: var(--canvas); }
body { min-width: 320px; min-height: 100vh; margin: 0; overflow-x: hidden; background: radial-gradient(900px 520px at 8% -12%, rgba(166, 239, 205, .30), transparent 68%), radial-gradient(780px 500px at 102% 20%, rgba(213, 234, 255, .38), transparent 66%), var(--canvas); background-attachment: fixed; color: var(--ink); line-height: 1.55; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
button:disabled { cursor: not-allowed; opacity: 0.45; }
a { color: inherit; text-decoration: none; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { color: var(--ink); line-height: 1.25; }
p { color: var(--muted); }

.button {
  min-height: 42px;
  border: 1px solid transparent;
  border-radius: 10px;
  padding: 0 16px;
  font-weight: 700;
  transition: transform .24s var(--motion-ease), box-shadow .24s ease, background .24s ease, color .24s ease, border-color .24s ease;
}
.button:hover:not(:disabled) { transform: translateY(-2px); }
.button-primary { color: #fff; background: var(--brand); box-shadow: 0 8px 17px rgba(7, 135, 92, 0.18); }
.button-primary:hover:not(:disabled) { background: var(--brand-deep); box-shadow: 0 11px 22px rgba(7, 135, 92, 0.24); }
.button-secondary { color: var(--brand-deep); background: var(--brand-soft); border-color: #c7eada; }
.button-secondary:hover:not(:disabled) { background: #d2f0e1; }
.button-light { color: var(--brand-deep); background: #fff; }
.button-light:hover:not(:disabled) { background: #ecfaf3; }
.button-ghost { color: var(--brand-deep); background: #fff; border-color: #bcdacf; }
.button-ghost:hover:not(:disabled) { background: var(--brand-soft); }
.button-danger { color: #fff; background: var(--red); box-shadow: 0 8px 16px rgba(204, 75, 69, 0.18); }
.button-danger:hover:not(:disabled) { background: #ae3935; }
.button-large { min-height: 50px; padding: 0 22px; font-size: 15px; }
.button.small { min-height: 35px; padding: 0 12px; font-size: 13px; }
.full { width: 100%; }
.text-button { border: 0; padding: 0; color: var(--brand); background: transparent; font-weight: 700; }
.text-button:hover { color: var(--brand-deep); }

.eyebrow { display: inline-flex; align-items: center; gap: 7px; color: var(--brand); font-size: 12px; font-weight: 800; letter-spacing: 0.08em; }
.eyebrow i { width: 6px; height: 6px; border-radius: 50%; background: var(--brand); }
.muted { color: var(--muted); }
.status, .tag, .type-tag { display: inline-flex; align-items: center; width: max-content; border-radius: 999px; padding: 4px 8px; font-size: 12px; font-weight: 800; line-height: 1.2; }
.status-open, .status-in_progress { color: var(--brand-deep); background: var(--brand-soft); }
.status-upcoming, .status-draft { color: #8c6416; background: var(--gold-soft); }
.status-closed, .status-submitted, .status-timed_out { color: #63746d; background: #edf2ef; }
.status-available { color: #0e6a4b; background: #def8e9; }.status-allocated { color: #855b07; background: #fff0c8; }.status-used, .status-disabled, .status-expired { color: #69756f; background: #eaeeeb; }
.tag { color: #695191; background: #eee9ff; }

/* Public home */
.public-header { width: min(1180px, calc(100% - 48px)); min-height: 80px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 24px; animation: header-enter .62s var(--motion-ease) both; }
.brand, .side-brand { display: inline-flex; align-items: center; gap: 10px; }
.brand strong, .side-brand strong { display: block; color: var(--ink); font-size: 16px; letter-spacing: -0.02em; }
.brand small, .side-brand small { display: block; color: var(--muted); font-size: 11px; font-weight: 600; }
.brand-mark { width: 38px; height: 38px; display: inline-grid; place-items: center; flex: 0 0 auto; border-radius: 12px; color: #fff; background: linear-gradient(145deg, #0ba878, #057352); box-shadow: 0 7px 15px rgba(5, 115, 82, 0.22); font-size: 20px; font-weight: 900; }
.public-nav { display: flex; align-items: center; gap: 28px; color: #52675e; font-size: 14px; font-weight: 700; }
.public-nav a { position: relative; padding: 7px 0; transition: color .2s ease; }
.public-nav a::after { content: ""; position: absolute; right: 0; bottom: 1px; left: 0; height: 2px; border-radius: 999px; background: var(--brand); transform: scaleX(0); transform-origin: right center; transition: transform .28s var(--motion-ease); }
.public-nav a:hover, .public-nav a:focus-visible { color: var(--brand); }
.public-nav a:hover::after, .public-nav a:focus-visible::after { transform: scaleX(1); transform-origin: left center; }
.header-actions { display: flex; align-items: center; gap: 10px; }
.avatar-button { display: inline-flex; align-items: center; gap: 8px; min-height: 38px; padding: 4px 10px 4px 5px; border: 1px solid var(--line); border-radius: 10px; color: var(--ink); background: var(--surface); font-weight: 800; transition: transform .22s var(--motion-ease), box-shadow .22s ease, border-color .22s ease; }
.avatar-button:hover, .avatar-button:focus-visible { border-color: #b7ddca; box-shadow: 0 8px 20px rgba(7, 115, 82, .10); transform: translateY(-1px); }
.avatar-button > span { display: grid; width: 28px; height: 28px; place-items: center; border-radius: 50%; color: var(--brand-deep); background: var(--brand-soft); font-size: 13px; }
.public-main { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }
.home-page { padding: 24px 0 60px; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(340px, 0.65fr); gap: 26px; min-height: 396px; padding: clamp(30px, 5vw, 68px); overflow: hidden; border-radius: var(--radius-xl); color: #fff; background: radial-gradient(circle at 76% 18%, rgba(149, 247, 195, .20), transparent 25%), radial-gradient(circle at 28% 118%, rgba(0, 178, 130, .28), transparent 39%), linear-gradient(116deg, #0a3e35 0%, #07694e 48%, #0e9470 100%); background-size: 135% 135%, 120% 120%, auto; box-shadow: 0 22px 48px rgba(4, 81, 56, 0.19); isolation: isolate; position: relative; animation: hero-aurora 19s ease-in-out infinite alternate; }
.hero-grid::before, .hero-grid::after { content: ""; position: absolute; border-radius: 50%; pointer-events: none; }
.hero-grid::before { top: -165px; right: -70px; width: 410px; height: 410px; border: 1px solid rgba(255, 255, 255, 0.15); box-shadow: 0 0 0 48px rgba(255, 255, 255, 0.045), 0 0 0 100px rgba(255, 255, 255, 0.025); animation: orbit-drift 18s ease-in-out infinite alternate; }
.hero-grid::after { bottom: -130px; left: 36%; width: 250px; height: 250px; background: rgba(103, 238, 183, 0.10); filter: blur(1px); animation: mist-breathe 15s ease-in-out infinite alternate; }
.hero-atmosphere { position: absolute; inset: 0; z-index: 0; overflow: hidden; pointer-events: none; }
.hero-orb, .hero-signal { position: absolute; display: block; pointer-events: none; }
.hero-orb { border-radius: 50%; filter: blur(1px); }
.hero-orb-one { top: 26%; right: 22%; width: 70px; height: 70px; background: rgba(202, 255, 223, .15); box-shadow: 0 0 42px rgba(162, 248, 202, .22); animation: ambient-float 16s ease-in-out infinite alternate; }
.hero-orb-two { bottom: 7%; right: 43%; width: 15px; height: 15px; background: rgba(219, 255, 235, .68); box-shadow: 0 0 0 7px rgba(190, 255, 217, .09), 0 0 24px rgba(190, 255, 217, .48); animation: ambient-float 12s ease-in-out -4s infinite alternate-reverse; }
.hero-signal { height: 1px; background: linear-gradient(90deg, transparent, rgba(203, 255, 227, .56), transparent); transform: rotate(-24deg); opacity: .62; }
.hero-signal-one { top: 19%; right: -4%; width: 43%; animation: signal-sweep 10s ease-in-out infinite; }
.hero-signal-two { bottom: 22%; right: 7%; width: 24%; opacity: .34; animation: signal-sweep 13s ease-in-out -5s infinite reverse; }
.hero-copy, .hero-panel { position: relative; z-index: 1; }
.hero-copy { align-self: center; max-width: 600px; }
.hero-copy .eyebrow { color: #a5eed1; animation: hero-copy-in .58s var(--motion-ease) .04s both; }
.hero-copy .eyebrow i { background: #86e6bd; }
.hero-copy h1 { margin: 13px 0 17px; color: #fff; font-size: clamp(38px, 5vw, 60px); letter-spacing: -0.055em; animation: hero-copy-in .7s var(--motion-ease) .12s both; }
.hero-copy h1 em { color: #a6f2d2; font-style: normal; }
.hero-copy p { max-width: 560px; margin-bottom: 25px; color: rgba(238, 255, 248, 0.78); font-size: 16px; animation: hero-copy-in .66s var(--motion-ease) .22s both; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; animation: hero-copy-in .66s var(--motion-ease) .31s both; }
.hero-actions .button-ghost { color: #fff; border-color: rgba(255, 255, 255, 0.55); background: rgba(2, 58, 42, 0.20); }
.hero-actions .button-ghost:hover { background: rgba(255, 255, 255, 0.12); }
.hero-meta { display: flex; flex-wrap: wrap; gap: 8px 20px; margin-top: 27px; color: rgba(230, 255, 245, 0.78); font-size: 13px; font-weight: 600; animation: hero-copy-in .66s var(--motion-ease) .40s both; }
.hero-panel { align-self: center; min-height: 245px; overflow: hidden; padding: 23px; border: 1px solid rgba(255, 255, 255, 0.24); border-radius: 20px; background: rgba(3, 56, 41, 0.30); backdrop-filter: blur(12px); box-shadow: 0 18px 36px rgba(0, 34, 23, .16); animation: hero-panel-in .84s var(--motion-ease) .18s both, panel-float 7.5s ease-in-out 1.1s infinite alternate; }
.hero-panel::before { content: ""; position: absolute; inset: -100% auto auto -34%; width: 45%; height: 260%; background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .16), transparent); transform: rotate(20deg); animation: panel-shine 8s ease-in-out 1.6s infinite; pointer-events: none; }
.hero-panel-top, .card-top, .panel-heading, .section-heading, .leaderboard-head, .question-meta { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.hero-panel-top { color: rgba(235, 255, 248, 0.8); font-size: 13px; font-weight: 700; }
.live-dot { color: #bdf8d4; }
.live-dot::before { content: ""; width: 7px; height: 7px; display: inline-block; margin-right: 6px; border-radius: 50%; background: #79e8ac; box-shadow: 0 0 0 4px rgba(121, 232, 172, 0.14); animation: live-pulse 2.4s ease-out infinite; }
.hero-panel h2 { margin: 22px 0 5px; color: #fff; font-size: 22px; }
.hero-panel p { min-height: 43px; color: rgba(237, 255, 248, 0.71); font-size: 13px; }
.exam-rule-row { display: flex; padding: 12px 0 16px; gap: 0; }
.exam-rule-row span { flex: 1; padding: 0 12px; border-right: 1px solid rgba(255, 255, 255, 0.19); color: rgba(238, 255, 248, 0.73); text-align: center; font-size: 12px; }
.exam-rule-row span:first-child { padding-left: 0; text-align: left; }
.exam-rule-row span:last-child { padding-right: 0; border: 0; text-align: right; }
.exam-rule-row b { display: block; color: #fff; font-size: 20px; }
.hero-panel small { display: block; margin-top: 10px; color: rgba(238, 255, 248, 0.65); text-align: center; font-size: 11px; }
.metric-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; margin: 23px 0 56px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius-lg); background: var(--line); box-shadow: var(--shadow-tight); }
.metric-row article { padding: 18px 20px; background: var(--surface); text-align: center; transition: transform .26s var(--motion-ease), background .26s ease, box-shadow .26s ease; }
.metric-row article:hover { z-index: 1; background: #fbfffc; box-shadow: 0 10px 22px rgba(13, 96, 64, .10); transform: translateY(-3px); }
.metric-row strong { display: block; color: var(--brand-deep); font-size: 23px; }
.metric-row span { color: var(--muted); font-size: 12px; font-weight: 700; }
.section-block { margin: 0 0 56px; }
.section-heading { margin: 0 0 20px; }
.section-heading h2 { margin: 4px 0 0; font-size: 26px; letter-spacing: -0.04em; }
.feature-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.feature-card { min-height: 215px; padding: 21px; border: 1px solid var(--line); border-radius: var(--radius-lg); background: var(--surface); box-shadow: 0 5px 16px rgba(12, 70, 46, 0.035); transition: transform .3s var(--motion-ease), border-color .3s ease, box-shadow .3s ease; }
.feature-card:hover { border-color: #b8dfcb; box-shadow: 0 16px 30px rgba(10, 92, 60, .10); transform: translateY(-4px); }
.feature-index { display: inline-block; margin-bottom: 21px; color: var(--brand); font-size: 12px; font-weight: 900; }
.feature-card h3 { margin-bottom: 8px; font-size: 17px; }
.feature-card p { min-height: 65px; margin-bottom: 16px; font-size: 13px; }
.feature-card > span:last-child { color: var(--brand); font-size: 13px; font-weight: 800; }
.feature-card > span:last-child b { display: inline-block; margin-left: 4px; transition: transform .24s var(--motion-ease); }
.feature-card:hover > span:last-child b { transform: translateX(4px); }
.exam-card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.exam-card { display: flex; min-height: 250px; flex-direction: column; padding: 21px; border: 1px solid var(--line); border-radius: var(--radius-lg); background: var(--surface); box-shadow: 0 5px 18px rgba(12, 70, 46, 0.04); transition: transform .3s var(--motion-ease), border-color .3s ease, box-shadow .3s ease; }
.exam-card:hover { border-color: #afdcc5; box-shadow: 0 17px 32px rgba(8, 87, 57, .10); transform: translateY(-4px); }
.exam-card h3 { margin: 17px 0 8px; font-size: 18px; }
.exam-card p { min-height: 39px; margin-bottom: 20px; font-size: 13px; }
.card-top { justify-content: flex-start; }
.card-facts, .inline-facts { display: flex; flex-wrap: wrap; gap: 8px 14px; color: #60746b; font-size: 12px; font-weight: 700; }
.exam-card .card-facts { margin-top: auto; margin-bottom: 18px; }
.notice-card { display: flex; align-items: flex-start; gap: 13px; margin: 0 0 20px; padding: 17px 18px; border: 1px solid #f0d7a4; border-radius: 13px; background: #fffaf0; }
.notice-card p { margin: 0; color: #6f5b2d; font-size: 13px; }
.notice-icon { display: grid; width: 20px; height: 20px; flex: 0 0 auto; place-items: center; border-radius: 50%; color: #8f681d; background: #ffe9ba; font-size: 13px; font-weight: 900; }
.public-footer { width: min(1180px, calc(100% - 48px)); display: flex; justify-content: space-between; gap: 24px; margin: 0 auto; padding: 20px 0 32px; border-top: 1px solid var(--line); color: #82928b; font-size: 12px; }
.public-nav .nav-link { border: 0; padding: 0; color: inherit; background: transparent; font: inherit; font-weight: 800; cursor: pointer; }
.public-nav .nav-link:hover { color: var(--brand); }

/* Public recruitment lookup: a compact graphite-and-lime surface that keeps
   source boundaries legible without turning the page into a marketing dashboard. */
.selection-bridge { display: flex; align-items: center; justify-content: space-between; gap: 28px; margin: 0 0 46px; padding: 27px 30px; overflow: hidden; border: 1px solid rgba(122, 210, 157, .35); border-radius: var(--radius-xl); color: #ebfff3; background: linear-gradient(114deg, #16221f, #154435 56%, #177157); box-shadow: 0 18px 38px rgba(7, 60, 42, .14); }
.selection-bridge .eyebrow { color: #a6f0cc; }.selection-bridge .eyebrow i { background: #b6f3cf; }.selection-bridge h2 { margin: 7px 0; color: #fff; font-size: 27px; letter-spacing: -.04em; }.selection-bridge p { max-width: 700px; margin: 0; color: rgba(235,255,244,.78); font-size: 13px; }.selection-bridge .button { flex: 0 0 auto; }
.selection-page { padding: 24px 0 70px; }.selection-page .eyebrow { color: #4b9e7d; }.selection-page .eyebrow i { background: #65c99c; }
.selection-hero { position: relative; display: grid; grid-template-columns: minmax(0, 1.18fr) minmax(250px, .42fr); min-height: 330px; gap: 42px; overflow: hidden; margin-bottom: 22px; padding: clamp(30px, 5vw, 58px); border: 1px solid #2e413a; border-radius: var(--radius-xl); color: #f7fff9; background: radial-gradient(circle at 77% 20%, rgba(159, 255, 190, .15), transparent 24%), radial-gradient(circle at 18% 124%, rgba(44, 163, 109, .25), transparent 36%), linear-gradient(122deg, #111a18 0%, #162f27 53%, #0e5c43 100%); box-shadow: 0 25px 52px rgba(7, 42, 29, .22); isolation: isolate; }
.selection-hero::after { content: ""; position: absolute; inset: 0; z-index: 0; opacity: .27; background-image: linear-gradient(90deg, rgba(217,255,229,.12) 1px, transparent 1px), linear-gradient(rgba(217,255,229,.07) 1px, transparent 1px); background-size: 52px 52px; mask-image: linear-gradient(105deg, #000 3%, transparent 70%); animation: selection-grid-shift 28s linear infinite; pointer-events: none; }.selection-hero-grid { display: none; }
.selection-hero-copy, .selection-hero-meta { position: relative; z-index: 1; }.selection-hero-copy .eyebrow { color: #acebd0; }.selection-hero-copy .eyebrow i { background: #a0e5c8; }.selection-hero h1 { max-width: 660px; margin: 12px 0 14px; color: #fff; font-size: clamp(36px, 5vw, 58px); line-height: 1.03; letter-spacing: -.065em; }.selection-hero h1 em { color: #bcffdb; font-style: normal; }.selection-hero-copy p { max-width: 610px; margin: 0; color: rgba(234,255,244,.76); font-size: 15px; line-height: 1.75; }
.selection-hero-meta { align-self: end; padding: 23px; border: 1px solid rgba(203,255,225,.22); border-radius: 17px; background: rgba(5, 28, 21, .34); backdrop-filter: blur(12px); }.selection-hero-meta > span { display: block; color: #d8ffe7; font-size: clamp(36px, 4vw, 52px); font-weight: 900; letter-spacing: -.06em; }.selection-hero-meta small { color: #b4e9cf; font-size: 12px; font-weight: 800; }.selection-hero-meta p { margin: 16px 0 0; color: rgba(235,255,245,.68); font-size: 12px; line-height: 1.6; }
.selection-filter-panel { margin-bottom: 16px; padding: 25px; border: 1px solid #d6e2db; border-radius: var(--radius-lg); background: #fcfdfc; box-shadow: 0 10px 30px rgba(12, 49, 35, .06); }.selection-filter-heading { display: flex; align-items: flex-start; justify-content: space-between; gap: 18px; margin-bottom: 20px; }.selection-filter-heading h2 { margin: 4px 0 0; color: #1c2c25; font-size: 22px; letter-spacing: -.04em; }.selection-filter-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 13px; align-items: end; }.selection-filter-grid label { display: grid; gap: 7px; color: #52655c; font-size: 12px; font-weight: 800; }.selection-filter-grid input, .selection-filter-grid select { width: 100%; min-height: 43px; border: 1px solid #cddbd3; border-radius: 10px; outline: 0; padding: 0 12px; color: #23342d; background: #fff; font: inherit; font-size: 13px; }.selection-filter-grid input:focus, .selection-filter-grid select:focus { border-color: #219c6b; box-shadow: 0 0 0 3px rgba(33,156,107,.12); }.selection-filter-grid .selection-keyword { grid-column: span 2; }.selection-submit { min-height: 43px; }
.selection-metrics { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin-bottom: 15px; }.selection-metrics article { min-height: 125px; padding: 18px; border: 1px solid #d9e4dd; border-radius: 16px; background: #fff; box-shadow: 0 6px 18px rgba(16, 60, 42, .035); }.selection-metrics span { display: block; color: #73847b; font-size: 12px; font-weight: 800; }.selection-metrics strong { display: block; margin: 7px 0 4px; color: #153b2d; font-size: 28px; letter-spacing: -.05em; }.selection-metrics small { color: #899890; font-size: 11px; line-height: 1.45; }
.selection-protection { display: flex; gap: 12px; align-items: flex-start; margin-bottom: 25px; padding: 14px 17px; border: 1px solid #d5eadb; border-radius: 14px; color: #3f6654; background: #f2fbf5; }.selection-protection b { flex: 0 0 auto; color: #167250; font-size: 13px; }.selection-protection p { margin: 0; font-size: 13px; line-height: 1.55; }
.selection-results { margin-bottom: 18px; padding: 26px; border: 1px solid #d8e2dc; border-radius: var(--radius-lg); background: #fff; box-shadow: 0 7px 22px rgba(12, 57, 38, .04); }.selection-results .section-heading { margin-bottom: 17px; }.selection-results h2 { margin: 3px 0 0; color: #1b2c24; font-size: 23px; }.result-count { color: #7c8e85; font-size: 12px; font-weight: 750; }.selection-table table { min-width: 840px; width: 100%; border-collapse: collapse; }.selection-table th, .selection-table td { padding: 13px 14px; border-bottom: 1px solid #edf1ee; text-align: left; color: #4d6258; font-size: 13px; vertical-align: top; }.selection-table th { color: #778a81; background: #f7faf8; font-size: 12px; }.selection-table td strong { display: block; color: #21372c; font-size: 13px; }.selection-table td small { display: block; margin-top: 4px; color: #87968f; font-size: 11px; }.selection-table td b { color: #08704b; }.selection-table-empty { color: #819189; text-align: center !important; }
.selection-breakdowns { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-bottom: 18px; }.selection-breakdowns article { padding: 21px; border: 1px solid #d8e2dc; border-radius: 16px; background: #fbfcfb; }.selection-breakdowns h3 { margin: 5px 0 15px; color: #1e3028; font-size: 18px; }.selection-breakdowns ul { display: grid; gap: 10px; margin: 0; padding: 0; list-style: none; }.selection-breakdowns li { display: flex; align-items: flex-start; justify-content: space-between; gap: 9px; color: #60736a; font-size: 12px; line-height: 1.4; }.selection-breakdowns li span { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }.selection-breakdowns li b { flex: 0 0 auto; color: #187151; font-size: 12px; }.selection-empty { margin: 0; color: #87968f; font-size: 13px; line-height: 1.6; }
.selection-disclosure { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-bottom: 18px; padding: 23px 25px; border: 1px solid #e5d7b6; border-radius: 16px; background: #fffaf0; }.selection-disclosure h2 { margin: 4px 0 0; color: #443d28; font-size: 21px; }.selection-disclosure .eyebrow { color: #95713a; }.selection-disclosure > div:last-child { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 8px; }.selection-disclosure span { border: 1px solid #efdcae; border-radius: 999px; padding: 6px 9px; color: #7c6533; background: #fffdf8; font-size: 12px; font-weight: 750; }
.selection-sources { margin: 46px 0 18px; }.selection-sources h2 { margin: 4px 0 0; font-size: 25px; }.selection-source-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }.selection-source-grid article { display: flex; min-height: 240px; flex-direction: column; padding: 21px; border: 1px solid #d6e1da; border-radius: 16px; background: #fff; box-shadow: 0 5px 16px rgba(10,62,43,.035); transition: transform .25s var(--motion-ease), box-shadow .25s ease; }.selection-source-grid article:hover { box-shadow: 0 14px 28px rgba(10,62,43,.09); transform: translateY(-3px); }.selection-source-grid article > div { display: flex; justify-content: space-between; gap: 10px; color: #187352; font-size: 12px; font-weight: 800; }.selection-source-grid small { color: #839188; font-size: 11px; }.selection-source-grid h3 { margin: 14px 0 8px; color: #20352a; font-size: 16px; line-height: 1.45; }.selection-source-grid p { margin: 0 0 16px; color: #687970; font-size: 12px; line-height: 1.7; }.selection-source-grid a { margin-top: auto; color: #0c815a; font-size: 13px; font-weight: 850; }.selection-source-grid a b { display: inline-block; transition: transform .2s ease; }.selection-source-grid a:hover b { transform: translateX(3px); }.selection-source-grid em { margin-top: 12px; color: #8a998f; font-size: 11px; font-style: normal; }
.selection-notes { padding: 23px 25px; border: 1px solid #d5dfd8; border-radius: 16px; background: #f6f9f7; }.selection-notes p { margin: 8px 0 0; color: #61736a; font-size: 12px; line-height: 1.7; }
@keyframes selection-grid-shift { from { background-position: 0 0, 0 0; } to { background-position: 104px 52px, 52px 104px; } }

/* Public leaderboard: deliberately prominent, but still calm enough for a study product. */
.home-ranking { position: relative; display: grid; grid-template-columns: minmax(0, .95fr) minmax(440px, 1.05fr); gap: 28px; overflow: hidden; margin: 0 0 43px; padding: 32px; border: 1px solid rgba(103, 218, 167, .34); border-radius: var(--radius-xl); color: #f3fff8; background: radial-gradient(circle at 79% 8%, rgba(113, 232, 178, .22), transparent 25%), radial-gradient(circle at 8% 104%, rgba(42, 143, 104, .30), transparent 38%), linear-gradient(118deg, #082d28, #0b5f48 58%, #047f5c); box-shadow: 0 22px 46px rgba(5, 75, 55, .14); }
.home-ranking::before { content: ""; position: absolute; inset: 0; opacity: .2; background-image: linear-gradient(90deg, rgba(255,255,255,.09) 1px, transparent 1px), linear-gradient(rgba(255,255,255,.06) 1px, transparent 1px); background-size: 42px 42px; mask-image: linear-gradient(110deg, #000, transparent 78%); animation: grid-drift 24s linear infinite; pointer-events: none; }
.ranking-copy, .ranking-podium { position: relative; z-index: 1; }
.ranking-copy { align-self: center; }
.ranking-copy .eyebrow { color: #bff8d8; }
.ranking-copy h2 { max-width: 480px; margin: 8px 0 12px; color: #fff; font-size: clamp(27px, 3vw, 38px); line-height: 1.18; letter-spacing: -.05em; }
.ranking-copy p { max-width: 470px; margin: 0 0 21px; color: rgba(239,255,247,.76); font-size: 14px; line-height: 1.7; }
.ranking-podium { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); align-items: end; gap: 12px; min-height: 210px; }
.podium-card { min-height: 160px; display: flex; flex-direction: column; justify-content: flex-end; gap: 8px; padding: 18px 15px; overflow: hidden; border: 1px solid rgba(214, 255, 229, .21); border-radius: 17px; background: linear-gradient(145deg, rgba(255,255,255,.18), rgba(255,255,255,.06)); box-shadow: inset 0 1px 0 rgba(255,255,255,.15), 0 14px 24px rgba(0,0,0,.14); backdrop-filter: blur(12px); }
.podium-card > span { color: #c7ffdf; font-size: 11px; font-weight: 900; letter-spacing: .08em; }.podium-card > b { overflow: hidden; color: #fff; text-overflow: ellipsis; white-space: nowrap; font-size: 16px; }.podium-card > small { min-height: 31px; color: rgba(239,255,247,.7); font-size: 11px; line-height: 1.4; }.podium-card > i { margin-top: 3px; color: #d9ffab; font-size: 23px; font-style: normal; }
.podium-1 { min-height: 205px; border-color: rgba(232, 255, 150, .55); background: linear-gradient(155deg, rgba(222, 251, 126, .28), rgba(255,255,255,.09)); transform: translateY(-4px); }.podium-1 > i { color: #f5ee84; font-size: 29px; filter: drop-shadow(0 0 10px rgba(244, 240, 123, .5)); }.podium-2 { min-height: 182px; }.podium-3 { min-height: 168px; }

/* Student layout */
.app-shell { min-height: 100vh; }
.student-sidebar { position: fixed; inset: 0 auto 0 0; z-index: 5; display: flex; width: 246px; flex-direction: column; padding: 24px 14px 18px; border-right: 1px solid var(--line); background: #fff; }
.side-brand { padding: 0 10px 25px; border-bottom: 1px solid #edf2ef; }
.side-brand .brand-mark { width: 36px; height: 36px; font-size: 18px; }
.side-nav { display: grid; gap: 4px; padding: 21px 0; }
.side-nav-item { display: flex; align-items: center; min-height: 43px; gap: 12px; padding: 0 13px; border: 0; border-radius: 9px; color: #52685f; background: transparent; text-align: left; font-size: 14px; font-weight: 700; }
.side-nav-item > span { width: 18px; color: #779188; text-align: center; font-size: 16px; }
.side-nav-item:hover { color: var(--brand); background: #f0f8f4; }
.side-nav-item.active { color: var(--brand-deep); background: var(--brand-soft); }
.side-nav-item.active > span { color: var(--brand); }
.side-bottom { display: grid; gap: 4px; margin-top: auto; padding-top: 16px; border-top: 1px solid #edf2ef; }
.student-body { min-height: 100vh; margin-left: 246px; }
.student-topbar { height: 72px; display: flex; align-items: center; justify-content: flex-end; gap: 14px; padding: 0 38px; border-bottom: 1px solid rgba(220, 234, 228, 0.76); background: rgba(255, 255, 255, 0.86); backdrop-filter: blur(12px); }
.mobile-brand { display: none; align-items: center; gap: 8px; margin-right: auto; }
.mobile-brand .brand-mark { width: 30px; height: 30px; border-radius: 9px; font-size: 15px; }
.topbar-right { display: flex; align-items: center; gap: 13px; }
.school-tag { color: #6c8077; font-size: 12px; font-weight: 700; }
.student-main { width: min(1280px, calc(100% - 64px)); margin: 0 auto; padding: 42px 0 64px; }
.page-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; margin-bottom: 25px; }
.page-heading h1 { margin: 5px 0 6px; font-size: clamp(27px, 3vw, 36px); letter-spacing: -0.05em; }
.page-heading p { margin: 0; font-size: 14px; }
.dashboard-hero { display: flex; min-height: 222px; align-items: center; justify-content: space-between; gap: 28px; padding: 33px 36px; overflow: hidden; border-radius: var(--radius-xl); color: #fff; background: radial-gradient(circle at 80% 28%, rgba(166, 244, 201, .16), transparent 24%), linear-gradient(110deg, #075840, #079366); background-size: 135% 135%, auto; box-shadow: 0 19px 34px rgba(5, 112, 76, 0.16); position: relative; animation: hero-aurora 22s ease-in-out infinite alternate; }
.dashboard-hero::after { content: ""; position: absolute; top: -82px; right: 12%; width: 250px; height: 250px; border: 1px solid rgba(255,255,255,.17); border-radius: 50%; box-shadow: 0 0 0 38px rgba(255,255,255,.06); animation: orbit-drift 18s ease-in-out infinite alternate-reverse; }
.dashboard-hero > div { position: relative; z-index: 1; }
.dashboard-hero > div:first-child > span { color: #adf1d1; font-size: 13px; font-weight: 800; }
.dashboard-hero h2 { margin: 8px 0 8px; color: #fff; font-size: 28px; }
.dashboard-hero p { max-width: 600px; margin-bottom: 18px; color: rgba(237,255,247,.77); font-size: 14px; }
.progress-orb { width: 137px; height: 137px; display: grid; flex: 0 0 auto; place-content: center; border: 8px solid rgba(187, 250, 216, 0.32); border-radius: 50%; background: rgba(1, 68, 46, 0.25); box-shadow: 0 0 0 1px rgba(220, 255, 237, .11), 0 0 26px rgba(132, 246, 184, .10); text-align: center; animation: orb-float 6.8s ease-in-out infinite alternate; }
.progress-orb b { color: #fff; font-size: 29px; letter-spacing: -0.05em; }
.progress-orb b small { font-size: 14px; }
.progress-orb span { color: #c3f7db; font-size: 11px; font-weight: 700; }
.study-metrics { display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px; margin: 18px 0; }
.study-metrics article, .panel, .chart-panel, .form-card, .profile-aside { border: 1px solid var(--line); border-radius: var(--radius-lg); background: var(--surface); box-shadow: 0 5px 16px rgba(10, 62, 43, 0.035); }
.study-metrics article { padding: 19px 21px; }
.study-metrics span { display: block; color: var(--muted); font-size: 12px; font-weight: 700; }
.study-metrics strong { display: block; margin: 4px 0 1px; color: var(--brand-deep); font-size: 27px; letter-spacing: -0.04em; }
.study-metrics small { color: #91a29a; font-size: 12px; }
.two-column { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.panel { padding: 24px; }
.panel-heading { align-items: flex-start; margin-bottom: 17px; }
.panel-heading h2 { margin: 4px 0 0; font-size: 20px; }
.panel p { font-size: 14px; }
.panel-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 20px; }
.weak-list { display: grid; gap: 16px; }
.weak-list > div { display: grid; grid-template-columns: 1fr auto; gap: 5px 12px; align-items: center; }
.weak-list span { color: #536960; font-size: 14px; font-weight: 700; }
.weak-list b { color: var(--red); font-size: 13px; }
.weak-list i, .subject-row i { grid-column: 1 / -1; height: 7px; overflow: hidden; border-radius: 999px; background: #eaf0ec; }
.weak-list em, .subject-row em { display: block; height: 100%; border-radius: inherit; background: linear-gradient(90deg, #43bc83, #0b8961); }

/* Exam lists and start page */
.filter-strip { display: flex; align-items: center; justify-content: space-between; gap: 12px; min-height: 54px; margin-bottom: 18px; padding: 10px 15px; border: 1px solid var(--line); border-radius: 12px; background: var(--surface); color: #637970; font-size: 13px; }
.filter-strip b { color: var(--ink); }
.exam-list { display: grid; gap: 13px; }
.exam-list-card { display: grid; grid-template-columns: 78px minmax(0, 1fr) 190px; gap: 22px; align-items: center; min-height: 155px; padding: 22px; border: 1px solid var(--line); border-radius: var(--radius-lg); background: var(--surface); box-shadow: 0 5px 17px rgba(10, 62, 43, .035); }
.exam-list-index { width: 58px; height: 58px; display: grid; place-items: center; border-radius: 16px; color: var(--brand-deep); background: var(--brand-soft); font-size: 13px; font-weight: 900; }
.exam-list-info h2 { margin: 10px 0 4px; font-size: 20px; }
.exam-list-info p { margin: 0 0 13px; font-size: 13px; }
.exam-list-action { display: grid; justify-items: end; gap: 10px; }
.exam-list-action small { color: #7c8d86; font-size: 12px; }
.back-button { margin-bottom: 17px; border: 0; padding: 0; color: #667b72; background: transparent; font-size: 13px; font-weight: 700; }
.back-button:hover { color: var(--brand); }
.pre-exam-grid { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(300px, .75fr); gap: 18px; }
.pre-exam-card { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius-lg); background: #fff; box-shadow: var(--shadow-tight); }
.paper-banner { padding: 27px 29px; color: #fff; background: linear-gradient(120deg, #105744, #079566); }
.paper-banner > span { color: #aef1d0; font-size: 12px; font-weight: 800; }
.paper-banner h2 { margin: 7px 0 6px; color: #fff; font-size: 24px; }
.paper-banner p { margin: 0; color: rgba(237,255,248,.78); font-size: 13px; }
.rule-facts { display: grid; grid-template-columns: repeat(3, 1fr); margin: 24px 29px; overflow: hidden; border: 1px solid var(--line); border-radius: 12px; }
.rule-facts > div { display: grid; place-items: center; min-height: 86px; border-right: 1px solid var(--line); }
.rule-facts > div:last-child { border-right: 0; }
.rule-facts strong { display: block; color: var(--brand-deep); font-size: 26px; }
.rule-facts span { color: var(--muted); font-size: 12px; font-weight: 700; }
.rule-group-list { display: grid; gap: 0; margin: 0 29px 23px; border-top: 1px solid var(--line); }
.rule-group-list div { display: flex; justify-content: space-between; gap: 20px; padding: 12px 0; border-bottom: 1px solid var(--line); color: #63766e; font-size: 14px; }
.rule-group-list b { color: var(--ink); font-size: 13px; }
.pre-exam-card > .button { margin: 0 29px 29px; width: calc(100% - 58px); }
.rule-notice { padding: 26px; border: 1px solid #cce8da; border-radius: var(--radius-lg); background: #f7fcf8; }
.rule-notice h3 { margin-bottom: 13px; font-size: 18px; }
.rule-notice ol { display: grid; gap: 12px; margin: 0; padding-left: 20px; color: #5d746a; font-size: 13px; }
.small-notice { margin-top: 25px; padding: 13px; border-radius: 10px; color: #6f5a2d; background: #fff6df; font-size: 12px; }

/* Exam room */
.exam-shell { min-height: 100vh; background: #f4f7f5; }
.exam-topbar { position: sticky; top: 0; z-index: 4; min-height: 64px; display: flex; align-items: center; gap: 18px; padding: 0 30px; color: #eefdf6; background: #073d2e; box-shadow: 0 3px 10px rgba(0,0,0,.12); }
.exam-logo { border: 0; padding: 0; color: #bdf3d4; background: transparent; font-size: 15px; font-weight: 900; }
.exam-topbar > span { overflow: hidden; color: rgba(237,255,248,.78); text-overflow: ellipsis; white-space: nowrap; font-size: 13px; }
.exam-top-actions { display: flex; align-items: center; gap: 16px; margin-left: auto; }
.save-state { color: #b6d7ca; font-size: 12px; }
.timer { min-width: 86px; color: #fff; font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 22px; font-weight: 800; letter-spacing: .025em; }
.exam-workspace { width: min(1320px, calc(100% - 48px)); display: grid; grid-template-columns: 285px minmax(0, 1fr); gap: 18px; margin: 0 auto; padding: 24px 0 40px; }
.answer-sheet { height: max-content; max-height: calc(100vh - 105px); position: sticky; top: 88px; overflow: auto; padding: 18px; border: 1px solid var(--line); border-radius: 15px; background: #fff; }
.answer-sheet-head { padding-bottom: 16px; border-bottom: 1px solid var(--line); }
.answer-sheet-head > div:first-child { display: flex; align-items: baseline; justify-content: space-between; }
.answer-sheet-head span { color: var(--ink); font-weight: 900; }
.answer-sheet-head b { color: var(--brand); font-size: 13px; }
.legend { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 11px; }
.legend small { display: inline-flex; align-items: center; gap: 4px; color: #7f9189; font-size: 10px; }
.legend i { width: 8px; height: 8px; border: 1px solid #cfdcd6; border-radius: 2px; }
.legend-current { border-color: var(--brand) !important; background: var(--brand); }
.legend-done { border-color: #73cfa4 !important; background: #dff4e9; }
.legend-mark { border-color: #e4b559 !important; background: #fff3d6; }
.answer-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 8px; margin: 17px 0; }
.answer-number { aspect-ratio: 1; border: 1px solid #d7e3dd; border-radius: 8px; color: #667970; background: #fff; font-size: 12px; font-weight: 800; }
.answer-number:hover { border-color: var(--brand); color: var(--brand); }
.answer-number.done { color: var(--brand-deep); border-color: #9edbbd; background: #e9f7ef; }
.answer-number.marked { box-shadow: inset 0 -3px 0 #e9ae44; }
.answer-number.current { color: #fff; border-color: var(--brand); background: var(--brand); }
.question-work { min-height: 580px; padding: clamp(23px, 4vw, 42px); border: 1px solid var(--line); border-radius: 17px; background: #fff; }
.question-meta { justify-content: flex-start; padding-bottom: 17px; border-bottom: 1px solid var(--line); color: #73857d; font-size: 13px; font-weight: 700; }
.type-tag { color: var(--brand-deep); background: var(--brand-soft); }
.mark-button { margin-left: auto; border: 0; padding: 5px 0; color: #7a8c84; background: transparent; font-size: 13px; font-weight: 800; }
.mark-button.marked { color: #c38615; }
.question-work h1 { margin: 30px 0 28px; font-size: clamp(21px, 2.5vw, 27px); font-weight: 800; line-height: 1.65; }
.question-visual, .question-table { max-width: 900px; margin: -9px 0 26px; padding: 16px; border: 1px solid #d9e8e0; border-radius: 14px; background: linear-gradient(145deg, #fbfefd, #f3faf6); }
.question-visual img { width: auto; max-width: 100%; display: block; max-height: 420px; margin: 0 auto; border-radius: 8px; object-fit: contain; background: #fff; }.question-visual figcaption, .question-table figcaption { margin: 10px 0 0; color: #6f847a; font-size: 12px; font-weight: 700; text-align: center; }
.question-table figcaption { margin: 0 0 11px; color: var(--brand-deep); text-align: left; }.question-table .table-scroll { border-radius: 9px; }.question-table table { width: 100%; border-collapse: collapse; color: #3e564b; font-size: 13px; }.question-table th, .question-table td { min-width: 88px; padding: 9px 12px; border: 1px solid #dce9e3; text-align: center; }.question-table th { color: var(--brand-deep); background: #eaf8f0; font-weight: 900; }.question-table small { display: block; margin-top: 10px; color: #7c8e85; font-size: 12px; }
.option-list { display: grid; gap: 12px; max-width: 850px; }
.option { display: grid; grid-template-columns: 34px 1fr; align-items: center; min-height: 61px; gap: 14px; padding: 11px 15px; border: 1px solid #d8e6df; border-radius: 11px; color: #334d42; background: #fff; text-align: left; }
.option:hover { border-color: #74c8a1; background: #f8fdf9; }
.option.selected { border-color: var(--brand); color: var(--brand-deep); background: var(--brand-soft); box-shadow: inset 0 0 0 1px rgba(7,135,92,.10); }
.option > span { width: 28px; height: 28px; display: grid; place-items: center; border: 1px solid currentColor; border-radius: 50%; font-size: 12px; font-weight: 900; }
.option > b { font-size: 15px; }
.option-image { width: auto; max-width: 100%; max-height: 170px; margin-top: 4px; border-radius: 7px; object-fit: contain; }
.exam-bottom-actions { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 14px; margin-top: 45px; padding-top: 20px; border-top: 1px solid var(--line); }
.exam-bottom-actions span { color: #82938b; text-align: center; font-size: 12px; }

/* Report, records, wrong book */
.score-hero { display: grid; grid-template-columns: 1.3fr .7fr; margin-bottom: 18px; overflow: hidden; border-radius: var(--radius-lg); background: #fff; box-shadow: var(--shadow-tight); }
.score-main, .score-rank { padding: 29px 32px; }
.score-main { color: #fff; background: linear-gradient(122deg, #076147, #0a9367); }
.score-main > span, .score-rank > span { font-size: 12px; font-weight: 800; }
.score-main > span { color: #bcf3d4; }
.score-main > strong { display: block; margin: 3px 0; color: #fff; font-size: 55px; letter-spacing: -0.06em; }
.score-main > strong small { color: #b4efd0; font-size: 21px; }
.score-main p { margin: 0; color: rgba(239,255,248,.78); font-size: 13px; }
.score-rank { background: #eff9f3; }
.score-rank > span { color: #608074; }
.score-rank > strong { display: block; margin: 5px 0; color: var(--brand-deep); font-size: 43px; letter-spacing: -0.05em; }
.score-rank p { margin: 0; color: #74877e; font-size: 13px; }
.subject-row { display: grid; grid-template-columns: 1fr auto; gap: 6px 14px; align-items: center; padding: 12px 0; border-bottom: 1px solid #edf2ef; }
.subject-row:last-child { border-bottom: 0; }
.subject-row div { display: grid; gap: 2px; }
.subject-row small { color: #82928b; font-size: 12px; }
.subject-row strong { color: var(--brand-deep); font-size: 14px; }
.next-step-list { display: grid; gap: 10px; margin: 0; padding-left: 19px; color: #5f746b; font-size: 14px; }
.question-card-list { display: grid; gap: 13px; }
.review-card { padding: 21px; border: 1px solid var(--line); border-radius: var(--radius-lg); background: #fff; box-shadow: 0 4px 15px rgba(12, 70, 46, .03); }
.review-meta { display: flex; flex-wrap: wrap; gap: 7px; color: #648178; font-size: 12px; font-weight: 700; }
.review-meta span { padding: 3px 8px; border-radius: 999px; background: #f0f6f2; }
.review-card h3 { margin: 13px 0; font-size: 17px; line-height: 1.55; }
.review-card .question-visual, .review-card .question-table { margin: 0 0 14px; padding: 12px; }.review-card .question-visual img { max-height: 300px; }
.answer-compare { display: flex; flex-wrap: wrap; gap: 9px 24px; padding: 11px 13px; border-radius: 9px; background: #f7faf8; color: #6a7f75; font-size: 13px; }
.wrong-answer { color: var(--red); }
.right-answer { color: var(--brand-deep); }
.analysis { margin-top: 14px; padding: 13px 15px; border-left: 3px solid #79d1a5; border-radius: 0 9px 9px 0; background: #f3fbf6; }
.analysis strong { color: var(--brand-deep); font-size: 13px; }
.analysis p { margin: 4px 0 0; color: #587067; font-size: 13px; }
.review-actions { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 15px; }
.history-list { display: grid; gap: 12px; }
.history-list > article { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 20px 22px; border: 1px solid var(--line); border-radius: var(--radius-lg); background: #fff; }
.history-date { color: var(--brand); font-size: 12px; font-weight: 900; }
.history-list h2 { margin: 5px 0 4px; font-size: 17px; }
.history-list p { margin: 0; font-size: 13px; }
.history-score { display: grid; justify-items: end; gap: 9px; }
.history-score b { color: var(--brand-deep); font-size: 25px; }
.history-score b small { color: #8d9d96; font-size: 13px; }
.filter-strip .filter-pill { border: 0; padding: 6px 9px; border-radius: 7px; color: #647a71; background: transparent; font-size: 13px; font-weight: 700; }
.filter-strip .filter-pill.active, .filter-strip .filter-pill:hover { color: var(--brand-deep); background: var(--brand-soft); }
.mastery-row { display: flex; flex-wrap: wrap; align-items: center; gap: 7px; margin: -3px 0 8px; padding: 0 9px; }
.mastery-row > span { margin-right: 3px; color: #80928a; font-size: 12px; font-weight: 700; }
.mastery-row button { border: 1px solid #d5e3dc; border-radius: 999px; padding: 5px 9px; color: #71847b; background: #fff; font-size: 12px; font-weight: 700; }
.mastery-row button.active, .mastery-row button:hover { border-color: #86cfaa; color: var(--brand-deep); background: var(--brand-soft); }

/* Personal analytics, leaderboard and profile */
.chart-panel { padding: 23px; }
.trend-svg { width: 100%; min-height: 210px; display: block; overflow: visible; }
.chart-empty { min-height: 190px; display: grid; place-items: center; color: #84958d; background: #fbfdfb; font-size: 13px; }
.donut-wrap { display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 25px; }
.donut { width: 142px; height: 142px; display: grid; place-content: center; border-radius: 50%; background: conic-gradient(var(--brand) calc(var(--mastered) * 1%), #e6ad46 0 calc((var(--mastered) + var(--reviewing)) * 1%), #e9efeb 0); position: relative; text-align: center; }
.donut::after { content: ""; position: absolute; inset: 22px; border-radius: inherit; background: #fff; }
.donut strong, .donut span { position: relative; z-index: 1; }.donut strong { color: var(--brand-deep); font-size: 25px; line-height: 1; }.donut span { color: #7c8d85; font-size: 11px; font-weight: 700; }
.donut-legend { display: grid; gap: 9px; }
.donut-legend div { display: flex; align-items: center; justify-content: space-between; gap: 10px; color: #657a71; font-size: 13px; }
.donut-legend i { width: 9px; height: 9px; display: inline-block; margin-right: 6px; border-radius: 50%; }
.dot-green { background: var(--brand); }.dot-yellow { background: #e6ad46; }.dot-red { background: #cad5cf; }
.leaderboard { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius-lg); background: #fff; }
.leaderboard-paper { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 18px 22px; border-bottom: 1px solid var(--line); background: #f9fcfa; }
.leaderboard-paper h2 { margin: 0; font-size: 17px; }
.leaderboard-head, .leaderboard-row { display: grid; grid-template-columns: 74px minmax(160px, 1.3fr) repeat(3, .65fr); gap: 14px; align-items: center; padding: 13px 22px; }
.leaderboard-head { color: #82938b; background: #fbfdfc; font-size: 12px; font-weight: 800; }
.leaderboard-row { border-top: 1px solid #edf2ef; color: #4d655b; font-size: 13px; }
.leaderboard-row.mine { background: #ecfaf1; }
.rank { color: #6c8177; font-weight: 900; }
.rank-1 { color: #d79b25; }.rank-2 { color: #85949b; }.rank-3 { color: #ae7641; }
.leaderboard-row .name { display: grid; gap: 2px; }
.leaderboard-row .name b { color: var(--ink); }.leaderboard-row .name small { color: #8a9a93; font-size: 11px; }
.profile-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.profile-aside { display: grid; place-items: center; align-content: center; min-height: 300px; padding: 26px; text-align: center; }
.profile-avatar { width: 92px; height: 92px; display: grid; place-items: center; margin-bottom: 14px; border-radius: 50%; color: var(--brand-deep); background: var(--brand-soft); font-size: 33px; font-weight: 900; }
.profile-aside h2 { margin: 0; font-size: 22px; }.profile-aside p { margin: 5px 0 0; font-size: 13px; }
.form-card { padding: 25px; }
.form-card h2 { margin-bottom: 20px; font-size: 21px; }
.form-row { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.field, .form-card > label, .form-card .form-row > label, .auth-form > label { display: grid; gap: 7px; margin-bottom: 15px; color: #536a60; font-size: 13px; font-weight: 800; }
.field input, .field select, .field textarea, .form-card > label input, .form-card > label select, .form-card .form-row > label input, .form-card .form-row > label select, .auth-form > label input, .auth-form > label select, .auth-form > label textarea { width: 100%; border: 1px solid #cfdfd7; border-radius: 9px; outline: none; padding: 10px 12px; color: var(--ink); background: #fff; transition: border-color .16s ease, box-shadow .16s ease; }
.field textarea, .auth-form textarea { min-height: 110px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus, .form-card > label input:focus, .form-card > label select:focus, .form-card .form-row > label input:focus, .form-card .form-row > label select:focus, .auth-form > label input:focus, .auth-form > label select:focus, .auth-form > label textarea:focus { border-color: var(--brand); box-shadow: 0 0 0 3px rgba(7,135,92,.11); }
.form-card > label.check-row { display: flex; align-items: center; gap: 8px; margin-top: -3px; color: #667c72; font-size: 12px; }.form-card > label.check-row input { width: 16px; height: 16px; padding: 0; accent-color: var(--brand); }
.form-tip { margin: -6px 0 15px; color: #84958d; font-size: 12px; }
.security-notice { margin: 0 0 16px; border: 1px solid #f0cb75; border-radius: 10px; padding: 10px 12px; color: #875908; background: #fff7df; font-size: 12px; font-weight: 750; line-height: 1.55; }

/* Admin */
.admin-stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-bottom: 18px; }
.admin-stats article { padding: 18px; border: 1px solid var(--line); border-radius: 14px; background: #fff; }
.admin-stats span { display: block; color: #82938b; font-size: 12px; font-weight: 700; }.admin-stats strong { color: var(--brand-deep); font-size: 26px; }
.admin-stats small { display: block; margin-top: 4px; color: #91a198; font-size: 11px; }.code-stats article:nth-child(2) strong { color: #a66d08; }.code-stats article:nth-child(3) strong, .code-stats article:nth-child(4) strong { color: #718078; }
.batch-overview { margin-bottom: 18px; }.batch-overview > div:last-child { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 10px; }.batch-overview article { display: grid; gap: 4px; padding: 14px; border: 1px solid #dce7e1; border-radius: 12px; background: #fbfdfc; }.batch-overview article > span { overflow: hidden; color: #597168; text-overflow: ellipsis; white-space: nowrap; font-size: 12px; font-weight: 750; }.batch-overview article > b { color: #154f3c; font-size: 20px; }.batch-overview article > small { color: #87968f; font-size: 11px; line-height: 1.45; }
.code-status-used td, .code-status-disabled td, .code-status-expired td { color: #8b9690; background: #fafbfa; }.code-status-used code, .code-status-disabled code, .code-status-expired code { opacity: .58; filter: grayscale(1); }.danger-link { margin-left: 9px; color: #b04d48; }.code-event-panel h2 { margin: 4px 0 13px; font-size: 19px; }.code-event-panel ol { display: grid; gap: 11px; margin: 0; padding: 0; list-style: none; }.code-event-panel li { display: grid; grid-template-columns: 104px auto 1fr; gap: 9px; color: #60736a; font-size: 12px; align-items: baseline; }.code-event-panel li > span { color: #8d9b94; }.code-event-panel li > b { color: #2c4a3c; font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 11px; }.code-event-panel li > p { margin: 0; }
.table-scroll { overflow-x: auto; border: 1px solid var(--line); border-radius: 13px; background: #fff; }
.admin-table { width: 100%; min-width: 620px; border-collapse: collapse; font-size: 13px; }
.admin-table th, .admin-table td { padding: 12px 15px; border-bottom: 1px solid #edf2ef; text-align: left; white-space: nowrap; }
.admin-table th { color: #778a81; background: #f9fcfa; font-size: 12px; }.admin-table td { color: #4f675d; }
.generated-codes { margin: 16px 0 0; padding: 15px; border-radius: 11px; color: #395d4e; background: #eef8f2; }
.generated-codes code { display: block; margin-top: 8px; color: #156d4c; white-space: pre-wrap; word-break: break-all; }
.import-guide { margin-top: 18px; padding: 20px; border: 1px dashed #afd7c1; border-radius: 14px; background: #f8fcf9; }.import-guide h3 { margin: 0 0 7px; font-size: 17px; }.import-guide p { margin-bottom: 12px; font-size: 13px; }
.inline-button { border: 0; padding: 0; color: var(--brand); background: transparent; font-weight: 800; }

/* Modal and auth */
#modal-layer { position: relative; z-index: 20; }.modal-backdrop { position: fixed; inset: 0; background: rgba(8, 31, 22, .48); backdrop-filter: blur(3px); animation: backdrop-in .22s ease both; }.modal { width: min(520px, calc(100% - 32px)); max-height: min(760px, calc(100vh - 32px)); position: fixed; inset: 50% auto auto 50%; overflow-y: auto; transform: translate(-50%, -50%); padding: 26px; border-radius: 19px; background: #fff; box-shadow: 0 24px 80px rgba(0,0,0,.28); animation: modal-in .34s var(--motion-ease) both; }
.modal-close { position: absolute; top: 11px; right: 13px; width: 30px; height: 30px; border: 0; border-radius: 50%; color: #668077; background: #eff5f1; font-size: 21px; line-height: 1; }.modal-close:hover { color: var(--brand-deep); background: var(--brand-soft); }
.modal-heading { padding-right: 25px; margin-bottom: 18px; }.modal-heading h2 { margin: 5px 0; font-size: 24px; }.modal-heading p { margin: 0; font-size: 13px; }
.auth-tabs { display: flex; gap: 18px; margin-bottom: 22px; border-bottom: 1px solid var(--line); }.auth-tabs button { position: relative; border: 0; padding: 0 0 11px; color: #82948b; background: transparent; font-weight: 800; }.auth-tabs button.active { color: var(--brand-deep); }.auth-tabs button.active::after { content: ""; position: absolute; right: 0; bottom: -1px; left: 0; height: 2px; background: var(--brand); }
.auth-title { display: flex; align-items: center; gap: 12px; margin-bottom: 18px; }.auth-title h2 { margin: 5px 0; font-size: 25px; }.auth-title p { margin: 0; font-size: 13px; }.auth-title .brand-mark { width: 42px; height: 42px; border-radius: 12px; }
.auth-form { display: grid; gap: 0; }.auth-form .button { margin-top: 4px; }.auth-form .field { margin-bottom: 13px; }
.auth-form > label > a { justify-self: start; color: var(--brand); font-size: 12px; }.auth-form > label > small { color: #8b9c94; font-size: 11px; font-weight: 600; }
.submit-modal { padding-top: 9px; text-align: center; }.warning-mark { width: 48px; height: 48px; display: grid; place-items: center; margin: 0 auto 14px; border-radius: 50%; color: #a66a11; background: #fff0d2; font-size: 26px; font-weight: 900; }.submit-modal h2 { margin-bottom: 8px; }.submit-modal p { font-size: 14px; }.modal-actions { display: flex; justify-content: center; gap: 10px; margin-top: 22px; }
.comment-list { display: grid; gap: 11px; max-height: 260px; overflow: auto; padding: 2px; }.comment-list article { padding: 12px; border-radius: 10px; background: #f6faf7; }.comment-list article > div { display: flex; justify-content: space-between; gap: 12px; }.comment-list b { color: var(--ink); font-size: 13px; }.comment-list small { color: #91a29a; font-size: 11px; }.comment-list p { margin: 5px 0 0; color: #597067; font-size: 13px; }.comment-form { display: grid; gap: 10px; margin-top: 16px; }.comment-form textarea { min-height: 92px; border: 1px solid #cfdfd7; border-radius: 9px; padding: 10px; outline: none; resize: vertical; }.comment-form textarea:focus { border-color: var(--brand); box-shadow: 0 0 0 3px rgba(7,135,92,.11); }
.json-template { max-height: 310px; overflow: auto; margin: 0; padding: 14px; border-radius: 10px; color: #bbefd4; background: #103a2d; font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 12px; line-height: 1.55; white-space: pre-wrap; }

/* Feedback */
.toast { position: fixed; z-index: 40; top: 22px; left: 50%; max-width: min(520px, calc(100% - 32px)); transform: translate(-50%, -20px); padding: 11px 16px; border-radius: 10px; color: #fff; background: #1b5542; box-shadow: 0 9px 28px rgba(0,0,0,.2); opacity: 0; pointer-events: none; transition: opacity .2s ease, transform .2s ease; font-size: 14px; font-weight: 700; }.toast.show { transform: translate(-50%, 0); opacity: 1; }.toast.error { background: #aa3f3b; }
.empty-state { min-height: 150px; display: grid; place-items: center; align-content: center; gap: 6px; padding: 25px; border: 1px dashed #c9dbd2; border-radius: 13px; color: #82958b; background: #fbfdfc; text-align: center; }.empty-state span { color: #94bbaa; font-size: 30px; }.empty-state p { margin: 0; color: #82958b; font-size: 13px; }
.mobile-nav { display: none; }

/* Motion system: small, low-frequency movements that keep the study interface calm. */
body.motion-enabled [data-reveal] { opacity: 0; transform: translate3d(0, 22px, 0); }
body.motion-enabled [data-reveal].is-visible { animation: section-reveal .72s var(--motion-ease) calc(var(--reveal-index, 0) * 65ms) both; }

@keyframes header-enter { from { opacity: 0; transform: translateY(-10px); } to { opacity: 1; transform: translateY(0); } }
@keyframes hero-aurora { from { background-position: 45% 44%, 60% 72%, center; } to { background-position: 70% 24%, 38% 90%, center; } }
@keyframes orbit-drift { from { transform: translate3d(0, 0, 0) scale(1); } to { transform: translate3d(-18px, 15px, 0) scale(1.05); } }
@keyframes mist-breathe { from { transform: scale(.95); opacity: .55; } to { transform: translate3d(16px, -10px, 0) scale(1.12); opacity: .9; } }
@keyframes ambient-float { from { transform: translate3d(0, 0, 0); opacity: .45; } to { transform: translate3d(20px, -17px, 0); opacity: .9; } }
@keyframes signal-sweep { 0%, 100% { transform: translate3d(-12px, 6px, 0) rotate(-24deg); opacity: 0; } 45%, 68% { opacity: .68; } 50% { transform: translate3d(18px, -9px, 0) rotate(-24deg); } }
@keyframes hero-copy-in { from { opacity: 0; transform: translate3d(0, 13px, 0); } to { opacity: 1; transform: translate3d(0, 0, 0); } }
@keyframes hero-panel-in { from { opacity: 0; transform: translate3d(18px, 10px, 0); } to { opacity: 1; transform: translate3d(0, 0, 0); } }
@keyframes panel-float { from { transform: translate3d(0, 0, 0); } to { transform: translate3d(0, -4px, 0); } }
@keyframes panel-shine { 0%, 72%, 100% { transform: translate3d(-190%, 0, 0) rotate(20deg); opacity: 0; } 78% { opacity: .8; } 94% { transform: translate3d(380%, 0, 0) rotate(20deg); opacity: 0; } }
@keyframes grid-drift { from { background-position: 0 0, 0 0; } to { background-position: 84px 42px, 42px 84px; } }
@keyframes live-pulse { 0% { box-shadow: 0 0 0 0 rgba(121, 232, 172, .28); } 72%, 100% { box-shadow: 0 0 0 7px rgba(121, 232, 172, 0); } }
@keyframes orb-float { from { transform: translate3d(0, 1px, 0) scale(1); } to { transform: translate3d(0, -5px, 0) scale(1.025); } }
@keyframes section-reveal { from { opacity: 0; transform: translate3d(0, 22px, 0); } to { opacity: 1; transform: translate3d(0, 0, 0); } }
@keyframes backdrop-in { from { opacity: 0; } to { opacity: 1; } }
@keyframes modal-in { from { opacity: 0; transform: translate(-50%, calc(-50% + 14px)) scale(.98); } to { opacity: 1; transform: translate(-50%, -50%) scale(1); } }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; scroll-behavior: auto !important; }
  body.motion-enabled [data-reveal] { opacity: 1; transform: none; }
}

@media (max-width: 1080px) {
  .feature-grid { grid-template-columns: repeat(2, 1fr); }.exam-card-grid { grid-template-columns: repeat(2, 1fr); }.student-main { width: min(calc(100% - 42px), 900px); }.study-metrics { grid-template-columns: repeat(2, 1fr); }.student-sidebar { width: 216px; }.student-body { margin-left: 216px; }.exam-workspace { grid-template-columns: 240px minmax(0, 1fr); }.selection-filter-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }.selection-source-grid { grid-template-columns: repeat(2, 1fr); }.batch-overview > div:last-child { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 820px) {
  .public-header, .public-main, .public-footer { width: min(calc(100% - 32px), 650px); }.public-header { min-height: 67px; }.public-nav { display: none; }.header-actions .button-ghost { display: none; }.hero-grid { grid-template-columns: 1fr; padding: 33px 27px; }.hero-panel { max-width: 440px; width: 100%; animation: hero-panel-in .72s var(--motion-ease) .15s both; }.hero-signal-two { display: none; }.hero-copy h1 { font-size: 40px; }.metric-row { grid-template-columns: repeat(2, 1fr); margin-bottom: 40px; }.home-ranking { grid-template-columns: 1fr; gap: 24px; padding: 27px; }.ranking-podium { max-width: 540px; width: 100%; }.pre-exam-grid, .profile-grid, .two-column { grid-template-columns: 1fr; }.exam-list-card { grid-template-columns: 58px minmax(0, 1fr); }.exam-list-action { grid-column: 2; justify-items: start; }.student-sidebar { display: none; }.student-body { margin-left: 0; padding-bottom: 64px; }.student-topbar { justify-content: space-between; height: 62px; padding: 0 16px; }.mobile-brand { display: flex; }.school-tag { display: none; }.student-main { width: min(calc(100% - 32px), 720px); padding: 27px 0 35px; }.mobile-nav { position: fixed; right: 0; bottom: 0; left: 0; z-index: 8; display: grid; grid-template-columns: repeat(5, 1fr); min-height: 61px; border-top: 1px solid var(--line); background: rgba(255,255,255,.96); backdrop-filter: blur(12px); }.mobile-nav button { display: grid; place-items: center; gap: 1px; border: 0; color: #778b82; background: transparent; font-size: 15px; }.mobile-nav small { font-size: 10px; font-weight: 700; }.mobile-nav button.active { color: var(--brand); }.dashboard-hero { min-height: 200px; padding: 27px; }.dashboard-hero h2 { font-size: 24px; }.progress-orb { width: 105px; height: 105px; }.progress-orb b { font-size: 23px; }.exam-workspace { width: min(calc(100% - 28px), 720px); grid-template-columns: 1fr; padding-top: 15px; }.answer-sheet { position: relative; top: auto; max-height: none; }.answer-grid { grid-template-columns: repeat(10, 1fr); }.question-work { min-height: 440px; }.score-hero { grid-template-columns: 1fr; }.leaderboard-head, .leaderboard-row { grid-template-columns: 48px minmax(150px, 1fr) 65px 55px; }.leaderboard-head > :nth-child(4), .leaderboard-row > :nth-child(4) { display: none; }.selection-hero { grid-template-columns: 1fr; min-height: auto; gap: 26px; }.selection-hero-meta { max-width: 430px; width: 100%; }.selection-filter-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }.selection-metrics, .selection-breakdowns { grid-template-columns: repeat(2, 1fr); }.selection-disclosure { align-items: flex-start; flex-direction: column; }.selection-disclosure > div:last-child { justify-content: flex-start; }
}

@media (max-width: 520px) {
  .public-header, .public-main, .public-footer { width: min(calc(100% - 24px), 480px); }.brand strong { font-size: 14px; }.brand small { display: none; }.brand-mark { width: 34px; height: 34px; border-radius: 10px; font-size: 17px; }.header-actions .button { min-height: 37px; padding: 0 11px; font-size: 12px; }.home-page { padding-top: 12px; }.hero-grid { margin: 0; padding: 30px 22px; border-radius: 19px; }.hero-copy h1 { font-size: 34px; }.hero-copy p { font-size: 14px; }.hero-actions { display: grid; grid-template-columns: 1fr; }.hero-actions .button { width: 100%; }.hero-meta { display: grid; grid-template-columns: 1fr 1fr; gap: 7px; }.hero-panel { padding: 18px; }.home-ranking { margin-bottom: 35px; padding: 22px; }.ranking-copy h2 { font-size: 27px; }.ranking-podium { gap: 7px; min-height: 175px; }.podium-card { min-height: 137px; padding: 14px 10px; border-radius: 13px; }.podium-1 { min-height: 173px; }.podium-2 { min-height: 153px; }.podium-3 { min-height: 143px; }.podium-card > b { font-size: 13px; }.podium-card > small { font-size: 10px; }.feature-grid, .exam-card-grid { grid-template-columns: 1fr; }.feature-card { min-height: 180px; }.metric-row article { padding: 15px 8px; }.metric-row strong { font-size: 20px; }.section-heading h2 { font-size: 23px; }.public-footer { flex-direction: column; gap: 6px; }.student-main { width: min(calc(100% - 24px), 480px); }.page-heading { margin-bottom: 18px; }.page-heading h1 { font-size: 27px; }.dashboard-hero { display: block; padding: 24px; }.dashboard-hero::after { right: -88px; }.dashboard-hero p { max-width: 280px; }.progress-orb { display: none; }.study-metrics { gap: 10px; }.study-metrics article { padding: 14px; }.study-metrics strong { font-size: 23px; }.panel { padding: 18px; }.filter-strip { flex-wrap: wrap; justify-content: flex-start; }.exam-list-card { display: block; padding: 18px; }.exam-list-index { width: 46px; height: 46px; margin-bottom: 13px; }.exam-list-action { justify-items: start; margin-top: 16px; }.pre-exam-card .rule-facts { margin: 18px; }.rule-group-list { margin: 0 18px 18px; }.pre-exam-card > .button { width: calc(100% - 36px); margin: 0 18px 18px; }.paper-banner { padding: 22px 19px; }.rule-notice { padding: 20px; }.exam-topbar { min-height: 58px; padding: 0 13px; gap: 8px; }.exam-topbar > span, .save-state { display: none; }.timer { min-width: auto; font-size: 18px; }.exam-top-actions { gap: 8px; }.exam-top-actions .button { min-height: 34px; padding: 0 10px; font-size: 12px; }.answer-grid { grid-template-columns: repeat(8, 1fr); }.question-work { padding: 21px 17px; }.question-work h1 { margin: 23px 0; font-size: 19px; }.question-visual, .question-table { padding: 10px; margin-bottom: 19px; }.option { grid-template-columns: 28px 1fr; min-height: 55px; gap: 10px; padding: 10px; }.option > span { width: 24px; height: 24px; }.option > b { font-size: 14px; }.exam-bottom-actions { grid-template-columns: 1fr 1fr; gap: 8px; margin-top: 28px; }.exam-bottom-actions span { display: none; }.score-main, .score-rank { padding: 24px; }.score-main > strong { font-size: 47px; }.history-list > article { align-items: flex-start; flex-direction: column; }.history-score { justify-items: start; }.form-row { grid-template-columns: 1fr; }.form-card { padding: 20px; }.donut-wrap { grid-template-columns: 1fr; justify-items: center; }.leaderboard-head, .leaderboard-row { grid-template-columns: 36px minmax(108px, 1fr) 55px; gap: 5px; padding: 12px; }.leaderboard-head > :nth-child(5), .leaderboard-row > :nth-child(5) { display: none; }.admin-stats { grid-template-columns: repeat(2, 1fr); }.modal { width: min(calc(100% - 20px), 470px); max-height: calc(100vh - 20px); padding: 21px; }.modal-actions { flex-direction: column; }.modal-actions .button { width: 100%; }.selection-bridge { align-items: flex-start; flex-direction: column; gap: 15px; padding: 24px 21px; }.selection-bridge .button { width: 100%; }.selection-page { padding-top: 12px; }.selection-hero { padding: 28px 21px; border-radius: 19px; }.selection-hero h1 { font-size: 35px; }.selection-filter-panel, .selection-results { padding: 19px; }.selection-filter-heading { flex-direction: column; gap: 8px; }.selection-filter-grid, .selection-metrics, .selection-breakdowns { grid-template-columns: 1fr; }.selection-filter-grid .selection-keyword { grid-column: auto; }.selection-source-grid { grid-template-columns: 1fr; }.selection-disclosure { padding: 20px; }.selection-protection { padding: 13px; }.batch-overview > div:last-child { grid-template-columns: 1fr; }.code-event-panel li { grid-template-columns: 1fr; gap: 2px; }
}
