:root {
  color-scheme: light;
  --common-app-green: #00693E;
  --page: #fffdf7;
  --ink: #17201c;
  --line: #ccd3d8;
}

* {
  box-sizing: border-box;
}

[hidden] {
  display: none !important;
}

body {
  margin: 0;
  min-height: 100vh;
  background: var(--page);
  color: var(--ink);
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
  letter-spacing: 0;
}

a {
  color: inherit;
}

h1,
h2,
p {
  margin-top: 0;
}

h1 {
  margin-bottom: 1rem;
  font-size: clamp(2.65rem, 7.2vw, 6.1rem);
  font-weight: 760;
  line-height: 0.94;
  text-wrap: balance;
}

input,
button {
  min-height: 3.2rem;
  border-radius: 6px;
  font: inherit;
}

input {
  min-width: 0;
  flex: 1;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.94);
  padding: 0 1rem;
  color: var(--ink);
}

input:focus {
  outline: 3px solid rgba(0, 105, 62, 0.18);
  border-color: var(--common-app-green);
}

button {
  border: 1px solid var(--line);
  background: var(--page);
  color: var(--common-app-green);
  padding: 0 1.15rem;
  font-weight: 900;
  cursor: pointer;
}

button:focus-visible,
button:hover {
  transform: translateY(-1px);
}

.login-page {
  min-height: 100vh;
  background: #fffdf7;
  color: #17201c;
}

.login-shell {
  min-height: 100vh;
  width: min(100% - 32px, 1180px);
  margin: 0 auto;
  display: grid;
  place-items: center;
  padding: clamp(32px, 6vw, 72px) 0;
}

.login-card {
  width: min(430px, 100%);
  border: 1px solid #bedbd1;
  border-radius: 20px;
  background: #dceee8;
  box-shadow:
    -7px -7px 14px rgba(255, 255, 255, 0.78),
    8px 8px 18px rgba(123, 134, 142, 0.3);
  padding: clamp(28px, 5vw, 44px);
  color: #00693E;
}

.login-card h1 {
  margin: 0 0 10px;
  color: #00693E;
  font-size: clamp(38px, 8vw, 58px);
  line-height: 1;
}

.login-card p {
  color: #4f5960;
  font-size: 17px;
  line-height: 1.5;
}

.login-kicker {
  margin-bottom: 12px;
  color: #00693E;
  font-size: 15px;
  font-weight: 800;
}

.login-form {
  display: grid;
  gap: 12px;
  margin-top: 24px;
}

.login-form label {
  color: #00693E;
  font-weight: 750;
}

.login-form input {
  width: 100%;
}

.login-form button {
  margin-top: 4px;
  border-color: #c5d8ad;
  background: #dfead1;
  box-shadow:
    -5px -5px 10px rgba(255, 255, 255, 0.78),
    6px 6px 12px rgba(123, 134, 142, 0.34);
}

.login-form button:hover,
.login-form button:focus-visible {
  transform: none;
  box-shadow:
    inset -3px -3px 6px rgba(255, 255, 255, 0.72),
    inset 4px 4px 8px rgba(123, 134, 142, 0.32);
}

.login-error {
  margin: 0;
  color: #00693E;
  font-size: 14px;
  font-weight: 750;
}

@media (max-width: 620px) {
  h1 {
    font-size: clamp(2.3rem, 11.8vw, 3.7rem);
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
  }
}

.category-picker-page {
  min-height: 100vh;
  background: #fffdf7;
  color: #17201c;
}

.category-picker-shell {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: clamp(32px, 6vw, 72px) 0;
}

.category-hero-title {
  margin: 0 auto 18px;
  color: var(--common-app-green);
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
  font-size: 18px;
  font-weight: 750;
  line-height: 1.45;
  text-align: center;
  white-space: nowrap;
}

.category-intro {
  width: min(640px, 100%);
  margin: 0 auto clamp(36px, 5vw, 56px);
  text-align: center;
  color: #4f5960;
  font-size: 16px;
  line-height: 1.62;
}

.category-intro p {
  margin: 0 0 18px;
}

.category-intro p:last-child {
  margin-bottom: 0;
}

.category-intro-lead {
  color: var(--common-app-green);
  font-size: 18px;
  font-weight: 750;
  line-height: 1.45;
}

.category-picker-heading {
  width: min(760px, 100%);
  margin: 0 auto 28px;
  text-align: center;
}

.category-picker-heading h1 {
  margin: 0 0 10px;
  color: #00693E;
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
  font-size: clamp(34px, 5vw, 58px);
  font-weight: 760;
  line-height: 1.02;
}

.category-picker-heading h2 {
  margin: 0 0 10px;
  color: var(--common-app-green);
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
  font-size: 18px;
  font-weight: 750;
  line-height: 1.45;
  text-wrap: balance;
}

.category-picker-heading p {
  margin: 0;
  color: #4f5960;
  font-size: 16px;
  line-height: 1.45;
}

.category-picker-heading [data-picked-category] {
  margin-bottom: 8px;
  color: #00693E;
  font-size: 15px;
  font-weight: 750;
}

.activity-search-panel {
  position: relative;
  width: min(640px, 100%);
  margin: -8px auto 28px;
  display: grid;
  gap: 8px;
}

.activity-search-label {
  color: #4f5960;
  font-size: 14px;
  font-style: italic;
  font-weight: 650;
  line-height: 1.35;
  text-align: center;
}

.activity-search-input {
  width: 100%;
  min-height: 44px;
  border: 1px solid #cfd8d3;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow:
    -4px -4px 8px rgba(255, 255, 255, 0.66),
    4px 4px 10px rgba(123, 134, 142, 0.16);
  color: #17201c;
  font-size: 15px;
}

.activity-search-help {
  margin: 0;
  color: #687176;
  font-size: 13px;
  line-height: 1.35;
  text-align: center;
}

.activity-search-results {
  display: grid;
  gap: 8px;
  border: 1px solid #d5ddd8;
  border-radius: 14px;
  background: #fffdf7;
  box-shadow:
    -5px -5px 10px rgba(255, 255, 255, 0.7),
    6px 6px 14px rgba(123, 134, 142, 0.22);
  padding: 8px;
}

.activity-search-result {
  min-height: 42px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  border-color: #d4dfd2;
  border-radius: 10px;
  background: #f8fbf3;
  box-shadow: none;
  padding: 9px 12px;
  text-align: left;
}

.activity-search-result:hover,
.activity-search-result:focus-visible {
  background: #eef6e8;
  transform: none;
  box-shadow: inset 0 0 0 1px #bedbd1;
}

.activity-search-result-name {
  color: #00693E;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.25;
}

.activity-search-result-category {
  flex: 0 0 auto;
  color: #4f5960;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.25;
}

.activity-search-empty {
  margin: 0;
  padding: 10px 12px;
  color: #4f5960;
  font-size: 14px;
  font-weight: 650;
  line-height: 1.45;
  text-align: center;
}

.step-three-process-title {
  margin-bottom: 18px;
}

.step-question-title {
  margin: 0 0 10px;
  color: #00693E;
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
  font-size: clamp(26px, 3.7vw, 42px);
  font-weight: 760;
  line-height: 1.05;
  text-wrap: balance;
}

.step-progress {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  margin: 0 0 12px;
  border: 1px solid #bedbd1;
  border-radius: 999px;
  background: #dceee8;
  box-shadow:
    -4px -4px 8px rgba(255, 255, 255, 0.72),
    5px 5px 10px rgba(123, 134, 142, 0.24);
  padding: 6px 14px;
  color: #00693E;
  font-size: 14px;
  font-weight: 800;
}

.category-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
}

.category-bubble {
  --bubble-bg: #fffdf7;
  --bubble-border: rgba(204, 211, 216, 0.82);
  --bubble-hover-bg: #fffdf7;
  min-height: 52px;
  border: 1px solid var(--bubble-border);
  border-radius: 16px;
  padding: 11px 10px;
  display: grid;
  place-items: center;
  background: var(--bubble-bg);
  color: #00693E;
  font-size: clamp(12px, 1.1vw, 14px);
  font-weight: 700;
  line-height: 1.22;
  text-align: center;
  transform: none;
  box-shadow:
    -5px -5px 10px rgba(255, 255, 255, 0.78),
    6px 6px 12px rgba(123, 134, 142, 0.34);
  transition:
    box-shadow 160ms ease,
    color 160ms ease,
    background-color 160ms ease;
}

.category-grid[aria-label="Activity categories"] .category-bubble {
  font-size: 16px;
}

.category-bubble:hover,
.category-bubble:focus-visible {
  background: var(--bubble-hover-bg);
  transform: none;
  box-shadow:
    inset -3px -3px 6px rgba(255, 255, 255, 0.72),
    inset 4px 4px 8px rgba(123, 134, 142, 0.32);
}

.category-bubble:focus-visible {
  outline: 3px solid rgba(0, 105, 62, 0.24);
  outline-offset: 3px;
}

.category-bubble:active,
.category-bubble.is-selected {
  border-color: #00693E;
  background: var(--bubble-hover-bg);
  color: #00693E;
  box-shadow:
    inset -3px -3px 6px rgba(255, 255, 255, 0.72),
    inset 4px 4px 8px rgba(0, 43, 25, 0.2);
}

.category-bubble-academic,
.category-bubble-pastel-1 {
  --bubble-bg: #dceee8;
  --bubble-border: #bedbd1;
  --bubble-hover-bg: #cfe7de;
}

.category-bubble-arts,
.category-bubble-pastel-2 {
  --bubble-bg: #f5e2c6;
  --bubble-border: #e6c99f;
  --bubble-hover-bg: #efd6b1;
}

.category-bubble-service,
.category-bubble-pastel-3 {
  --bubble-bg: #dfead1;
  --bubble-border: #c5d8ad;
  --bubble-hover-bg: #d4e2c2;
}

.category-bubble-athletics,
.category-bubble-pastel-4 {
  --bubble-bg: #d8e7f2;
  --bubble-border: #bad3e5;
  --bubble-hover-bg: #c9deed;
}

.category-bubble-career,
.category-bubble-pastel-5 {
  --bubble-bg: #f0dfd5;
  --bubble-border: #dfc4b5;
  --bubble-hover-bg: #e8d1c4;
}

.category-bubble-identity,
.category-bubble-pastel-6 {
  --bubble-bg: #e4e6d6;
  --bubble-border: #cdd1b8;
  --bubble-hover-bg: #daddc7;
}

.step-back-link {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  min-height: auto;
  margin: 0 0 18px;
  border: 0;
  background: transparent;
  color: #00693E;
  padding: 0;
  font-size: 15px;
  font-weight: 750;
  box-shadow: none;
}

.step-back-link:hover,
.step-back-link:focus-visible {
  transform: none;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.step-back-link:focus-visible {
  outline: 3px solid rgba(0, 105, 62, 0.24);
  outline-offset: 4px;
}

.step-back-link svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.step-top-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin: 0 0 18px;
}

.step-top-actions .step-back-link {
  margin: 0;
}

.step-top-actions-solo {
  justify-content: flex-end;
}

.step-dashboard-link {
  margin-left: auto;
}

.step-two-card {
  width: min(640px, 100%);
  margin: 24px auto 0;
  border: 1px solid #ccd3d8;
  border-radius: 20px;
  background: #fffdf7;
  box-shadow:
    -7px -7px 14px rgba(255, 255, 255, 0.74),
    8px 8px 18px rgba(123, 134, 142, 0.28);
  padding: clamp(24px, 5vw, 42px);
  text-align: center;
}

.step-two-card p {
  margin: 0 0 22px;
  color: #00693E;
  font-size: clamp(22px, 4vw, 34px);
  font-weight: 720;
  line-height: 1.22;
}

.step-two-card a {
  color: #00693E;
  font-weight: 750;
  text-underline-offset: 4px;
}

.step-two-card form {
  display: grid;
  gap: 12px;
}

.step-two-card label {
  color: #00693E;
  font-size: 18px;
  font-weight: 750;
}

.step-two-card input {
  width: 100%;
}

.step-two-card button {
  justify-self: center;
  min-width: min(100%, 180px);
}

.religious-traditions-panel {
  width: min(760px, 100%);
  display: grid;
  gap: 12px;
  margin: -2px auto 26px;
  text-align: center;
}

.religious-traditions-panel h2 {
  margin: 0;
  color: var(--common-app-green);
  font-size: 18px;
  font-weight: 750;
  line-height: 1.45;
}

.religious-traditions-panel p,
.religious-tradition-empty p {
  margin: 0;
  color: #4f5960;
  font-size: 15px;
  font-weight: 650;
  line-height: 1.45;
}

.religious-tradition-grid {
  margin-top: 2px;
}

.religious-tradition-empty {
  margin: 0 auto 24px;
  text-align: center;
}

.routing-answer-panel {
  width: min(640px, 100%);
  margin: 24px auto 0;
  border: 1px solid #ccd3d8;
  border-radius: 20px;
  background: #fffdf7;
  box-shadow:
    -7px -7px 14px rgba(255, 255, 255, 0.74),
    8px 8px 18px rgba(123, 134, 142, 0.28);
  padding: clamp(20px, 4vw, 34px);
}

.routing-panel-form {
  display: grid;
  gap: 12px;
}

.routing-panel-form label {
  color: #00693E;
  font-size: 17px;
  font-weight: 750;
}

.routing-panel-form input {
  width: 100%;
}

.routing-panel-form button {
  justify-self: center;
  min-width: min(100%, 190px);
}

.routing-message {
  min-height: 22px;
  margin: 18px auto 0;
  color: #00693E;
  font-size: 15px;
  font-weight: 750;
  text-align: center;
}

.step-four-summary {
  width: min(760px, 100%);
  margin: 0 auto 24px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 22px;
  color: #4f5960;
  font-size: 15px;
  line-height: 1.45;
  text-align: center;
}

.step-four-summary p {
  margin: 0;
}

.step-four-summary span {
  color: #4f5960;
  font-weight: 650;
}

.step-four-summary strong {
  color: #00693E;
  font-weight: 800;
}

.organization-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.organization-grid .category-bubble {
  min-height: 66px;
  padding: 13px 12px;
}

.step-four-card {
  width: min(640px, 100%);
  margin: 26px auto 0;
  border: 1px solid #ccd3d8;
  border-radius: 20px;
  background: #fffdf7;
  box-shadow:
    -7px -7px 14px rgba(255, 255, 255, 0.74),
    8px 8px 18px rgba(123, 134, 142, 0.28);
  padding: clamp(22px, 4vw, 36px);
}

.step-four-card form {
  display: grid;
  gap: 12px;
}

.step-four-card label {
  color: #00693E;
  font-size: 17px;
  font-weight: 750;
}

.step-four-card input {
  width: 100%;
}

.organization-name-editor {
  width: 100%;
  min-height: 3.2rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.94);
  padding: 0.85rem 1rem;
  color: var(--ink);
  font: inherit;
  line-height: 1.35;
  outline: none;
  overflow-wrap: anywhere;
}

.organization-name-editor:empty::before {
  content: attr(data-placeholder);
  color: #7a8388;
}

.organization-name-editor:focus {
  outline: 3px solid rgba(0, 105, 62, 0.18);
  border-color: var(--common-app-green);
}

.organization-name-editor.has-bracket-placeholders {
  border-color: #ddc76a;
  background: #fffaf0;
}

.bracket-placeholder-warning {
  border-radius: 4px;
  background: #fff3b0;
  box-shadow: inset 0 0 0 1px #ddc76a;
  padding: 0 0.12em;
  color: #8a3b12;
  cursor: pointer;
  font-weight: 850;
}

.organization-name-editor .bracket-placeholder-warning:hover,
.organization-name-editor .bracket-placeholder-warning.is-selected {
  background: #f5d26e;
  box-shadow: inset 0 0 0 1px #b47713;
  color: #6f310c;
}

.step-four-bracket-coaching {
  margin: -2px 0 0;
  color: #4f5960;
  font-size: 14px;
  font-style: italic;
  font-weight: 650;
  line-height: 1.4;
}

.step-four-organization-helper-note {
  margin: -4px 0 -4px;
  color: var(--color-text-tertiary, #4f5960);
  font-size: 12px;
  line-height: 1.4;
}

.step-four-placeholder-counter,
.step-four-bracket-hint {
  margin: -4px 0 0;
  color: #4f5960;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.35;
}

.step-four-bracket-hint {
  width: fit-content;
  border: 1px solid #d4dfd2;
  border-radius: 999px;
  background: #eef6e8;
  padding: 7px 10px;
}

.step-four-card button {
  justify-self: center;
  min-width: min(100%, 210px);
}

.step-four-input-meta {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
}

.step-four-validation,
.step-four-counter {
  margin: 0;
  font-size: 14px;
  font-weight: 750;
  line-height: 1.35;
}

.step-four-validation {
  min-height: 19px;
  color: #a33a2b;
}

.step-four-counter {
  color: #00693E;
  white-space: nowrap;
}

.step-four-counter.is-near-limit {
  color: #7a5a00;
}

.step-four-counter.is-at-limit {
  color: #a33a2b;
}

.compression-suggestions {
  display: grid;
  gap: 8px;
}

.step-four-card .compression-suggestion-button {
  justify-self: stretch;
  width: 100%;
  min-width: 0;
}

.compression-suggestion-button {
  min-height: 40px;
  border-radius: 12px;
  padding: 9px 12px;
  font-size: 13px;
  font-weight: 750;
  line-height: 1.25;
  text-align: left;
  place-items: center start;
}

.compression-apply-all {
  --bubble-bg: #dceee8;
  --bubble-border: #bedbd1;
  --bubble-hover-bg: #cfe7de;
  font-weight: 850;
}

.step-four-page,
.step-five-page {
  padding-top: 0;
}

.activity-breadcrumb {
  position: sticky;
  top: 0;
  z-index: 10;
  width: 100%;
  display: grid;
  grid-template-columns: minmax(120px, 0.7fr) repeat(3, minmax(0, 1fr)) minmax(130px, 0.9fr) minmax(96px, 0.55fr);
  gap: 10px;
  border-bottom: 1px solid #bedbd1;
  background: rgba(255, 253, 247, 0.96);
  box-shadow: 0 10px 24px rgba(0, 43, 25, 0.08);
  padding: 12px clamp(16px, 4vw, 40px);
  backdrop-filter: blur(12px);
}

.activity-breadcrumb p,
.activity-breadcrumb-link {
  min-width: 0;
  margin: 0;
  color: #4f5960;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.35;
}

.activity-breadcrumb-link {
  display: block;
  min-height: 0;
  border: 1px solid transparent;
  background: transparent;
  box-shadow: none;
  padding: 4px 6px;
  text-align: left;
}

.activity-breadcrumb-link:hover,
.activity-breadcrumb-link:focus-visible {
  border-color: #bedbd1;
  background: #eef6e8;
  box-shadow:
    -3px -3px 7px rgba(255, 255, 255, 0.7),
    4px 4px 8px rgba(123, 134, 142, 0.14);
  transform: none;
}

.activity-dashboard-link {
  align-self: center;
  text-align: center;
}

.activity-breadcrumb p:first-child {
  color: #00693E;
  font-weight: 850;
}

.activity-breadcrumb span {
  display: block;
  margin-bottom: 2px;
  color: #4f5960;
  font-size: 11px;
  font-weight: 750;
  text-transform: uppercase;
}

.activity-breadcrumb strong {
  display: block;
  overflow: hidden;
  color: #00693E;
  font-weight: 850;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.activity-breadcrumb-incomplete {
  align-self: center;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  border: 1px solid #ddc76a;
  border-radius: 999px;
  background: #fff3b0;
  padding: 7px 10px;
  color: #6f5600;
  font-size: 12px;
  font-weight: 850;
}

.activity-breadcrumb-incomplete::before {
  content: "";
  width: 8px;
  height: 8px;
  flex: 0 0 auto;
  border-radius: 999px;
  background: #c99a00;
}

.skip-for-now-row,
.step-placeholder-actions {
  display: grid;
  justify-items: center;
  gap: 10px;
}

.skip-for-now-row {
  margin-top: 12px;
}

.skip-for-now-link {
  min-height: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  padding: 0;
  color: #00693E;
  font-size: 14px;
  font-weight: 750;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.skip-for-now-link:hover,
.skip-for-now-link:focus-visible {
  background: transparent;
  box-shadow: none;
  transform: none;
}

.step-two-card .skip-for-now-link,
.step-four-card .skip-for-now-link,
.step-five-actions .skip-for-now-link,
.step-placeholder-actions .skip-for-now-link {
  min-width: 0;
}

.entry-change-dialog-overlay {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: grid;
  place-items: center;
  background: rgba(23, 32, 28, 0.28);
  padding: 24px;
}

.entry-change-dialog {
  width: min(100%, 460px);
  display: grid;
  gap: 18px;
  border: 1px solid #bedbd1;
  border-radius: 18px;
  background: #fffdf7;
  box-shadow:
    -7px -7px 14px rgba(255, 255, 255, 0.7),
    10px 10px 22px rgba(23, 32, 28, 0.24);
  padding: clamp(22px, 5vw, 32px);
}

.entry-change-dialog p {
  margin: 0;
  color: #17201c;
  font-size: 17px;
  font-weight: 750;
  line-height: 1.45;
}

.entry-change-dialog-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.entry-change-dialog-actions button {
  flex: 1 1 160px;
  border-color: #bedbd1;
  box-shadow:
    -4px -4px 8px rgba(255, 255, 255, 0.78),
    5px 5px 10px rgba(123, 134, 142, 0.18);
}

.entry-change-dialog-confirm {
  background: #dceee8;
}

.entry-change-dialog-cancel {
  background: #fffdf7;
}

.step-four-shell,
.step-five-shell,
.step-six-shell,
.step-placeholder-shell {
  padding-top: clamp(24px, 4vw, 48px);
}

.step-five-groups {
  display: grid;
  gap: 24px;
}

.step-five-group {
  display: grid;
  gap: 12px;
}

.step-five-group h2,
.jv-varsity-panel h2,
.position-preview-card h2 {
  margin: 0;
  color: #00693E;
  font-size: 18px;
  font-weight: 750;
  line-height: 1.45;
}

.step-five-bubble-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.step-five-group-suggestion {
  margin: -2px 0 0;
  color: #4f5960;
  font-size: 14px;
  font-style: italic;
  font-weight: 650;
  line-height: 1.35;
}

.selection-editor-list {
  display: grid;
  gap: 10px;
}

.selection-editor-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 42px;
  gap: 10px;
  align-items: center;
  border: 1px solid #d4dfd2;
  border-radius: 16px;
  background: rgba(255, 253, 247, 0.76);
  box-shadow:
    -4px -4px 8px rgba(255, 255, 255, 0.72),
    5px 5px 10px rgba(123, 134, 142, 0.18);
  padding: 10px;
}

.selection-editor-row-with-grid {
  grid-template-columns: minmax(0, 1fr) 42px;
}

.selection-editor-row.has-selection-brackets {
  border-color: #d89a3d;
  background: #fff8e8;
}

.selection-label-stack {
  min-width: 0;
  display: grid;
  gap: 4px;
}

.selection-label-input {
  width: 100%;
  min-height: 42px;
  border-color: #bedbd1;
  background: #fffdf7;
  color: #17201c;
  font-size: 14px;
}

.selection-label-input.has-bracket-placeholders {
  border-color: #c5791c;
  background: #fffaf0;
  box-shadow: 0 0 0 3px rgba(216, 154, 61, 0.16);
}

.selection-type-label {
  color: #4f5960;
  font-size: 12px;
  font-weight: 750;
  line-height: 1.2;
}

.selection-bracket-coaching {
  margin: 0;
  color: #7c5215;
  font-size: 12px;
  font-style: italic;
  font-weight: 650;
  line-height: 1.35;
}

.selection-grade-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(32px, 1fr));
  gap: 8px;
  width: min(240px, 100%);
  justify-self: start;
}

.selection-grade-option {
  display: grid;
  gap: 5px;
  place-items: center;
  color: #00693E;
  font-size: 12px;
  font-weight: 850;
  line-height: 1;
}

.selection-grade-option input {
  width: 18px;
  min-width: 18px;
  min-height: 18px;
  margin: 0;
  accent-color: #00693E;
  cursor: pointer;
}

.step-five-coaching-popover {
  position: fixed;
  z-index: 120;
  width: min(360px, calc(100vw - 24px));
  display: grid;
  grid-template-columns: minmax(0, 1fr) 28px;
  gap: 12px;
  border: 1px solid #bedbd1;
  border-radius: 18px;
  background: #fffdf7;
  box-shadow:
    -7px -7px 14px rgba(255, 255, 255, 0.7),
    10px 10px 22px rgba(23, 32, 28, 0.24);
  padding: 18px;
  color: #17201c;
}

.step-five-coaching-popover::before {
  content: "";
  position: absolute;
  top: -7px;
  left: 50%;
  width: 14px;
  height: 14px;
  border-top: 1px solid #bedbd1;
  border-left: 1px solid #bedbd1;
  background: #fffdf7;
  transform: translateX(-50%) rotate(45deg);
}

.step-five-coaching-popover.is-above-anchor::before {
  top: auto;
  bottom: -7px;
  border: 0;
  border-right: 1px solid #bedbd1;
  border-bottom: 1px solid #bedbd1;
}

.step-five-coaching-popover p {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #17201c;
  font-size: 15px;
  font-weight: 750;
  line-height: 1.45;
}

.step-five-coaching-close {
  position: relative;
  z-index: 1;
  width: 28px;
  min-width: 28px;
  min-height: 28px;
  border-color: #bedbd1;
  background: #dceee8;
  box-shadow:
    -3px -3px 6px rgba(255, 255, 255, 0.72),
    4px 4px 8px rgba(123, 134, 142, 0.18);
  padding: 0;
  color: #00693E;
  font-size: 12px;
  font-weight: 900;
}

.step-five-coaching-close:hover,
.step-five-coaching-close:focus-visible {
  background: #cfe7de;
  transform: none;
}

.selection-icon-button {
  width: 42px;
  min-width: 42px;
  min-height: 42px;
  border-color: #c5d8ad;
  background: #dfead1;
  box-shadow:
    -4px -4px 8px rgba(255, 255, 255, 0.78),
    5px 5px 10px rgba(123, 134, 142, 0.28);
  padding: 0;
  color: #00693E;
  font-size: 14px;
  font-weight: 900;
}

.selection-icon-button:disabled {
  opacity: 0.42;
  cursor: not-allowed;
}

.selection-icon-button:hover,
.selection-icon-button:focus-visible {
  transform: none;
}

.jv-varsity-panel,
.position-preview-card,
.competitive-stats-card {
  width: min(760px, 100%);
  margin: 26px auto 0;
  border: 1px solid #ccd3d8;
  border-radius: 20px;
  background: #fffdf7;
  box-shadow:
    -7px -7px 14px rgba(255, 255, 255, 0.74),
    8px 8px 18px rgba(123, 134, 142, 0.28);
  padding: clamp(22px, 4vw, 36px);
}

.jv-varsity-panel,
.competitive-stats-card {
  display: grid;
  gap: 16px;
}

.competitive-stats-card h2 {
  margin: 0;
  color: #00693E;
  font-size: 18px;
  font-weight: 750;
  line-height: 1.45;
}

.competitive-chip-accumulator {
  width: min(760px, 100%);
  display: grid;
  gap: 10px;
  margin: 0 auto 1.5rem;
  border: 0.5px solid var(--color-border-tertiary, var(--line));
  border-radius: 8px;
  background: var(--color-background-primary, #fff);
  padding: 12px;
}

.competitive-chip-accumulator h2 {
  margin: 0;
  color: #00693E;
  font-size: 18px;
  font-weight: 750;
  line-height: 1.35;
}

.competitive-chip-accumulator-copy,
.competitive-chip-empty {
  margin: 0;
  color: #4f5960;
  font-size: 13px;
  font-weight: 650;
  line-height: 1.4;
}

.competitive-chip-empty {
  font-style: italic;
}

.competitive-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  min-height: 28px;
}

.competitive-chip {
  border-radius: 12px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.3;
  padding: 4px 11px;
}

.competitive-chip.is-step-five {
  border: 0.5px solid #D9B844;
  background: #FFF6D6;
  color: #5C4A0A;
}

.competitive-chip.is-stat {
  border: 0.5px solid #C97A56;
  background: #F7D9C7;
  color: #5C2914;
}

.competitive-chip-legend {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 14px;
  color: #4f5960;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.3;
}

.competitive-chip-legend span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.competitive-chip-swatch {
  width: 12px;
  height: 12px;
  flex: 0 0 12px;
  border-radius: 999px;
}

.competitive-chip-swatch.is-step-five {
  border: 0.5px solid #D9B844;
  background: #FFF6D6;
}

.competitive-chip-swatch.is-stat {
  border: 0.5px solid #C97A56;
  background: #F7D9C7;
}

.application-entry-preview {
  width: min(1180px, calc(100% - 32px));
  margin: 16px auto 0;
  display: grid;
  gap: 12px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: var(--page);
  box-shadow:
    -7px -7px 14px rgba(255, 255, 255, 0.74),
    8px 8px 18px rgba(123, 134, 142, 0.28);
  padding: 16px clamp(18px, 3vw, 24px);
}

.application-entry-preview-header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(160px, 260px);
  align-items: end;
  gap: 16px;
}

.application-entry-preview-title-group {
  min-width: 0;
  display: grid;
  gap: 4px;
}

.application-entry-preview-title {
  margin: 0;
  color: var(--common-app-green);
  font-size: 18px;
  font-weight: 850;
  line-height: 1.2;
}

.application-entry-preview-progress-label {
  margin: 0;
  color: var(--color-text-tertiary, #4f5960);
  font-size: 13px;
  font-weight: 750;
  line-height: 1.3;
}

.application-entry-preview-progress {
  height: 9px;
  overflow: hidden;
  border: 1px solid #c5d8ad;
  border-radius: 999px;
  background: #dfead1;
  box-shadow:
    inset -2px -2px 4px rgba(255, 255, 255, 0.72),
    inset 3px 3px 5px rgba(123, 134, 142, 0.18);
}

.application-entry-preview-progress-fill {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: var(--common-app-green);
}

.application-entry-preview-fields {
  display: grid;
  gap: 10px;
}

.application-entry-preview-field-zone {
  display: grid;
  gap: 8px;
}

.application-entry-preview-character-fields {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}

.application-entry-preview-commitment-fields {
  width: min(100%, 920px);
  grid-template-columns: minmax(88px, 0.65fr) minmax(180px, 1.3fr) repeat(3, minmax(88px, 0.65fr));
  justify-self: start;
}

.application-entry-preview-field {
  min-width: 0;
  align-content: start;
  display: grid;
  gap: 4px;
  border: 1px solid #bedbd1;
  border-radius: 12px;
  background: #fffdf7;
  padding: 8px 10px;
}

.application-entry-preview-field-activity-type,
.application-entry-preview-field-position-leadership {
  grid-column: span 4;
}

.application-entry-preview-field-organization-name,
.application-entry-preview-field-description {
  grid-column: span 6;
}

.application-entry-preview-character-fields .application-entry-preview-field {
  min-height: 76px;
}

.application-entry-preview-commitment-fields .application-entry-preview-field {
  min-height: 52px;
  gap: 3px;
  padding: 7px 9px;
}

.application-entry-preview-field-label {
  color: var(--common-app-green);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0;
  line-height: 1.2;
  text-transform: uppercase;
  overflow-wrap: anywhere;
}

.application-entry-preview-field-value {
  overflow: visible;
  color: var(--ink);
  font-size: 13px;
  font-weight: 750;
  line-height: 1.25;
  overflow-wrap: anywhere;
  white-space: normal;
}

.application-entry-preview-commitment-fields .application-entry-preview-field-label {
  font-size: 9px;
}

.application-entry-preview-commitment-fields .application-entry-preview-field-value {
  font-size: 12px;
  line-height: 1.2;
}

.application-entry-preview-field-value.is-empty {
  color: var(--color-text-tertiary, #4f5960);
  font-weight: 650;
}

.competitive-achievement-list {
  display: grid;
  gap: 10px;
  margin: 0;
  padding-left: 22px;
  color: #17201c;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.45;
}

.competitive-empty-state {
  margin: 0;
  color: #4f5960;
  font-size: 14px;
  font-style: italic;
  font-weight: 650;
  line-height: 1.4;
}

.competitive-coaching-note {
  margin: 0;
  color: #4f5960;
  font-size: 14px;
  font-style: italic;
  font-weight: 650;
  line-height: 1.45;
}

.competitive-post-entry-note {
  border-top: 1px solid #d8dfd9;
  padding-top: 12px;
}

.competitive-seasons-grid {
  display: grid;
  gap: 10px;
}

.competitive-season-row {
  display: grid;
  grid-template-columns: minmax(92px, 0.35fr) minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  border: 1px solid #bedbd1;
  border-radius: 14px;
  background: #dceee8;
  box-shadow:
    -4px -4px 8px rgba(255, 255, 255, 0.72),
    5px 5px 10px rgba(123, 134, 142, 0.16);
  padding: 12px 14px;
}

.competitive-season-row strong {
  color: #00693E;
  font-size: 14px;
  font-weight: 850;
}

.competitive-season-row span {
  color: #4f5960;
  font-size: 14px;
  font-style: italic;
  font-weight: 650;
}

.competitive-selector-grid,
.competitive-custom-stats,
.competitive-repeatable-groups,
.competitive-repeatable-entries {
  display: grid;
  gap: 14px;
}

.competitive-selector-grid {
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
}

.competitive-selector-button-group {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.competitive-selector-option {
  min-height: 40px;
  border: 1px solid #b7c9c2;
  border-radius: 12px;
  background: #fffdf7;
  color: #17201c;
  cursor: pointer;
  font: inherit;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.25;
  padding: 8px 11px;
  box-shadow:
    -3px -3px 7px rgba(255, 255, 255, 0.72),
    4px 4px 9px rgba(123, 134, 142, 0.14);
}

.step-five-stats-page .competitive-selector-option.is-selected,
.step-five-stats-page .competitive-grade-pill.is-selected {
  border: 0.5px solid #7E9176;
  background: #A8B89B;
  color: #2D3B2A;
}

.competitive-grade-selector {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.competitive-grade-pill {
  min-width: 48px;
  min-height: 40px;
  border: 1px solid #b7c9c2;
  border-radius: 999px;
  background: #fffdf7;
  color: #17201c;
  cursor: pointer;
  font: inherit;
  font-size: 14px;
  font-weight: 850;
  line-height: 1;
  padding: 9px 14px;
  box-shadow:
    -3px -3px 7px rgba(255, 255, 255, 0.72),
    4px 4px 9px rgba(123, 134, 142, 0.14);
}

.competitive-grouped-groups {
  display: grid;
  gap: 12px;
}

.competitive-grouped-section {
  overflow: hidden;
  border: 1px solid #d7e4dc;
  border-radius: 8px;
  background: #fffdf7;
}

.competitive-grouped-header {
  width: 100%;
  min-height: 48px;
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px;
  border: 0;
  border-bottom: 1px solid transparent;
  background: #edf4ec;
  color: #17201c;
  cursor: pointer;
  font: inherit;
  padding: 12px 14px;
  text-align: left;
}

.competitive-grouped-header[aria-expanded="true"] {
  border-bottom-color: #d7e4dc;
}

.competitive-grouped-chevron {
  width: 20px;
  height: 20px;
  display: inline-grid;
  place-items: center;
  border-radius: 999px;
  background: #fffdf7;
  color: #00693E;
  font-size: 13px;
  font-weight: 900;
  line-height: 1;
}

.competitive-grouped-header strong {
  min-width: 0;
  color: #17201c;
  font-size: 15px;
  font-weight: 850;
  line-height: 1.25;
  overflow-wrap: anywhere;
}

.competitive-grouped-badge {
  border: 0.5px solid #C97A56;
  border-radius: 999px;
  background: #F7D9C7;
  color: #5C2914;
  font-size: 11px;
  font-weight: 850;
  line-height: 1;
  padding: 5px 8px;
  white-space: nowrap;
}

.competitive-grouped-body {
  display: grid;
  gap: 14px;
  padding: 14px;
}

.competitive-grouped-fields,
.competitive-grouped-repeatable-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(178px, 1fr));
  gap: 12px;
  align-items: start;
}

.competitive-grouped-field {
  display: grid;
  gap: 7px;
  min-width: 0;
  color: #17201c;
  font-size: 13px;
  font-weight: 800;
}

.competitive-grouped-field.is-disabled {
  opacity: 0.62;
}

.competitive-grouped-field-label {
  color: #17201c;
  font-size: 13px;
  font-weight: 850;
  line-height: 1.3;
}

.competitive-grouped-field input,
.competitive-grouped-field select,
.competitive-grouped-field textarea {
  width: 100%;
  min-height: 40px;
  border: 1px solid #b7c9c2;
  border-radius: 12px;
  background: #fffdf7;
  color: #17201c;
  font: inherit;
  font-size: 14px;
  padding: 9px 11px;
  box-shadow:
    inset 3px 3px 6px rgba(123, 134, 142, 0.12),
    inset -3px -3px 6px rgba(255, 255, 255, 0.82);
}

.competitive-grouped-field textarea {
  min-height: 92px;
  resize: vertical;
}

.competitive-grouped-helper {
  color: #5b6264;
  font-size: 12px;
  font-style: italic;
  font-weight: 650;
  line-height: 1.35;
}

.competitive-grouped-checkbox-list,
.competitive-grade-tracker {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.competitive-grouped-checkbox,
.competitive-grade-tracker-pill {
  position: relative;
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  border: 1px solid #b7c9c2;
  border-radius: 999px;
  background: #fffdf7;
  color: #17201c;
  cursor: pointer;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.2;
  padding: 7px 10px;
}

.competitive-grouped-checkbox.is-selected,
.competitive-grade-tracker-pill.is-selected {
  border: 0.5px solid #7E9176;
  background: #A8B89B;
  color: #2D3B2A;
}

.competitive-grouped-checkbox:focus-within,
.competitive-grade-tracker-pill:focus-within {
  outline: 2px solid rgba(126, 145, 118, 0.46);
  outline-offset: 2px;
}

.competitive-grouped-checkbox input,
.competitive-grade-tracker-pill input {
  position: absolute;
  inset: 0;
  width: 100%;
  min-height: 100%;
  margin: 0;
  cursor: pointer;
  opacity: 0;
  box-shadow: none;
}

.competitive-grouped-repeatable {
  display: grid;
  gap: 10px;
  border-top: 1px solid #d8dfd9;
  padding-top: 14px;
}

.competitive-grouped-repeatable:first-child {
  border-top: 0;
  padding-top: 0;
}

.competitive-grouped-repeatable h4 {
  margin: 0;
  color: #00693E;
  font-size: 15px;
  font-weight: 850;
}

.competitive-grouped-repeatable-entries {
  display: grid;
  gap: 10px;
}

.competitive-grouped-repeatable-row {
  position: relative;
  border: 1px solid #d7e4dc;
  border-radius: 8px;
  background: #f8fbf2;
  padding: 14px 46px 14px 14px;
}

.competitive-grouped-repeatable-row > strong {
  grid-column: 1 / -1;
  color: #00693E;
  font-size: 13px;
  font-weight: 850;
}

.competitive-grouped-remove-button {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border: 1px solid #d7b46e;
  border-radius: 999px;
  background: #fff3d8;
  color: #5e3f13;
  cursor: pointer;
  font: inherit;
  font-size: 18px;
  font-weight: 900;
  line-height: 1;
  padding: 0;
}

.competitive-selector-field,
.competitive-entry-field,
.competitive-custom-stat-row label {
  display: grid;
  gap: 7px;
  color: #17201c;
  font-size: 13px;
  font-weight: 800;
}

.competitive-selector-field input,
.competitive-selector-field select,
.competitive-entry-field input,
.competitive-entry-field select,
.competitive-custom-stat-row input,
.competitive-stat-cell input,
.competitive-stat-cell select {
  width: 100%;
  min-height: 40px;
  border: 1px solid #b7c9c2;
  border-radius: 12px;
  background: #fffdf7;
  color: #17201c;
  font: inherit;
  font-size: 14px;
  padding: 9px 11px;
  box-shadow:
    inset 3px 3px 6px rgba(123, 134, 142, 0.12),
    inset -3px -3px 6px rgba(255, 255, 255, 0.82);
}

.competitive-stat-table {
  display: grid;
  gap: 8px;
  overflow-x: auto;
  padding-bottom: 4px;
}

.competitive-stat-header,
.competitive-stat-row {
  display: grid;
  grid-template-columns: var(--stat-grid-template);
  gap: 8px;
  min-width: max-content;
  align-items: stretch;
}

.competitive-stat-header strong,
.competitive-stat-row > strong,
.competitive-stat-cell {
  border: 1px solid #bedbd1;
  border-radius: 14px;
  background: #dceee8;
  box-shadow:
    -4px -4px 8px rgba(255, 255, 255, 0.72),
    5px 5px 10px rgba(123, 134, 142, 0.16);
  padding: 10px;
}

.competitive-stat-header strong,
.competitive-stat-row > strong {
  display: grid;
  gap: 5px;
  align-items: center;
  color: #00693E;
  font-size: 13px;
  font-weight: 850;
}

.competitive-stat-cell {
  display: grid;
  gap: 7px;
}

.competitive-stat-cell span {
  display: none;
  color: #00693E;
  font-size: 12px;
  font-weight: 850;
}

.is-headline-stat {
  border-color: #d6b25e !important;
  background: #fff4ce !important;
}

.competitive-headline-badge {
  width: fit-content;
  border: 1px solid #d6b25e;
  border-radius: 999px;
  background: #fffdf7;
  color: #6d5210;
  font-size: 11px;
  font-weight: 850;
  line-height: 1;
  padding: 4px 7px;
}

.competitive-accuracy-note {
  color: #5b6264;
  font-size: 12px;
  font-style: italic;
  font-weight: 650;
  line-height: 1.35;
}

.competitive-stat-summary {
  display: grid;
  gap: 8px;
  border-top: 1px solid #d8dfd9;
  padding-top: 14px;
}

.competitive-stat-summary p {
  margin: 0;
  border: 1px solid #bedbd1;
  border-radius: 14px;
  background: #eef7f1;
  color: #17201c;
  font-size: 14px;
  font-weight: 650;
  padding: 10px 12px;
}

.competitive-stat-summary strong {
  color: #00693E;
  font-weight: 850;
}

.competitive-chip-info-bar {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  border: 0.5px solid #C97A56;
  border-radius: 6px;
  background: rgba(201, 122, 86, 0.1);
  color: #5C2914;
  font-size: 11.5px;
  font-weight: 700;
  line-height: 1.4;
  padding: 8px 12px;
}

.competitive-chip-info-bar span {
  color: #C97A56;
  font-size: 13px;
  font-weight: 900;
  line-height: 1;
}

.competitive-repeatable-group {
  display: grid;
  gap: 12px;
  border-top: 1px solid #d8dfd9;
  padding-top: 16px;
}

.competitive-repeatable-group:first-child {
  border-top: 0;
  padding-top: 0;
}

.competitive-repeatable-group h3 {
  margin: 0;
  color: #17201c;
  font-size: 16px;
  font-weight: 850;
}

.competitive-repeatable-entry,
.competitive-custom-stat-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(156px, 1fr));
  gap: 12px;
  align-items: end;
  border: 1px solid #d7e4dc;
  border-radius: 16px;
  background: #f8fbf2;
  padding: 14px;
}

.competitive-repeatable-entry > strong {
  grid-column: 1 / -1;
  color: #00693E;
  font-size: 14px;
  font-weight: 850;
}

.competitive-add-button,
.competitive-remove-button {
  width: fit-content;
  border: 1px solid #bedbd1;
  border-radius: 999px;
  background: #e6f1ec;
  color: #00693E;
  cursor: pointer;
  font: inherit;
  font-size: 13px;
  font-weight: 850;
  padding: 9px 14px;
  box-shadow:
    -3px -3px 7px rgba(255, 255, 255, 0.72),
    4px 4px 9px rgba(123, 134, 142, 0.16);
}

.competitive-remove-button {
  color: #5e3f13;
  background: #fff3d8;
  border-color: #d7b46e;
}

@media (max-width: 720px) {
  .competitive-grouped-header {
    grid-template-columns: 22px minmax(0, 1fr);
  }

  .competitive-grouped-badge {
    grid-column: 2;
    width: fit-content;
  }

  .competitive-grouped-fields,
  .competitive-grouped-repeatable-row {
    grid-template-columns: 1fr;
  }

  .competitive-grouped-repeatable-row {
    padding-right: 42px;
  }

  .competitive-stat-header {
    display: none;
  }

  .competitive-stat-row {
    grid-template-columns: 1fr;
    min-width: 0;
  }

  .competitive-stat-cell span {
    display: block;
  }

  .competitive-stat-cell input,
  .competitive-stat-cell select {
    min-width: 0;
  }
}

.jv-varsity-grid {
  display: grid;
  gap: 8px;
  overflow-x: auto;
}

.jv-varsity-row {
  display: grid;
  grid-template-columns: minmax(88px, 1fr) repeat(4, minmax(72px, 0.8fr));
  gap: 8px;
  align-items: center;
}

.jv-varsity-row span,
.jv-varsity-row label {
  min-height: 38px;
  display: grid;
  place-items: center;
  border: 1px solid #bedbd1;
  border-radius: 12px;
  background: #dceee8;
  color: #00693E;
  font-size: 13px;
  font-weight: 800;
}

.jv-varsity-header span {
  background: #dfead1;
  border-color: #c5d8ad;
}

.jv-varsity-row input {
  width: 18px;
  min-height: 18px;
  margin: 0;
  flex: initial;
}

.position-preview-card {
  display: grid;
  gap: 12px;
}

.position-preview-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.position-preview-heading-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
}

.position-preview-mode {
  display: inline-grid;
  place-items: center;
  min-height: 34px;
  border: 1px solid #bedbd1;
  border-radius: 999px;
  background: #dceee8;
  padding: 5px 11px;
  color: #00693E;
  font-size: 12px;
  font-weight: 850;
  line-height: 1;
}

.position-reset-button {
  min-width: 0;
  min-height: 34px;
  border-color: #c5d8ad;
  background: #fffdf7;
  box-shadow:
    -3px -3px 7px rgba(255, 255, 255, 0.76),
    4px 4px 9px rgba(123, 134, 142, 0.18);
  padding: 6px 12px;
  color: #00693E;
  font-size: 12px;
  font-weight: 850;
}

.position-preview-coaching {
  margin: -2px 0 2px;
  color: #4f5960;
  font-size: 14px;
  font-style: italic;
  font-weight: 650;
  line-height: 1.4;
}

.position-preview-drag-note {
  margin: -2px 0 2px;
  color: var(--color-text-tertiary, #4f5960);
  font-size: 12px;
  font-weight: 650;
  line-height: 1.35;
}

.position-preview-items {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.position-preview-item {
  --preview-route-bg: #dceee8;
  --preview-route-border: #bedbd1;
  --preview-route-hover-bg: #cfe7de;
  min-width: 0;
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border-color: var(--preview-route-border);
  border-radius: 999px;
  background: var(--preview-route-bg);
  box-shadow:
    -3px -3px 7px rgba(255, 255, 255, 0.74),
    4px 4px 9px rgba(123, 134, 142, 0.18);
  padding: 6px 12px;
  color: #00693E;
  font-size: 13px;
  font-weight: 850;
  cursor: grab;
  transition:
    box-shadow 160ms ease,
    transform 160ms ease,
    background 160ms ease;
}

.position-preview-item.is-destination-org-name {
  --preview-route-bg: #d8e7f2;
  --preview-route-border: #bad3e5;
  --preview-route-hover-bg: #c9deed;
}

.position-preview-item.is-destination-step-six {
  --preview-route-bg: #f5e2c6;
  --preview-route-border: #e6c99f;
  --preview-route-hover-bg: #efd6b1;
}

.position-preview-item:active {
  cursor: grabbing;
}

.position-preview-item.is-dragging {
  cursor: grabbing;
  opacity: 0.62;
  transform: scale(0.98);
}

.position-preview-item.is-drop-target {
  background: var(--preview-route-hover-bg);
  box-shadow:
    inset 3px 3px 7px rgba(123, 134, 142, 0.16),
    inset -3px -3px 7px rgba(255, 255, 255, 0.82);
}

.position-preview-item-handle {
  width: 12px;
  height: 18px;
  flex: 0 0 12px;
  border-radius: 6px;
  opacity: 0.72;
  background-image:
    radial-gradient(circle, #00693E 1.4px, transparent 1.7px),
    radial-gradient(circle, #00693E 1.4px, transparent 1.7px);
  background-position: 0 0, 6px 0;
  background-size: 6px 6px;
}

.position-preview-item-controls {
  display: inline-flex;
  gap: 4px;
  margin-left: 2px;
}

.position-preview-order-button {
  width: 24px;
  min-width: 24px;
  min-height: 24px;
  border-color: #c5d8ad;
  border-radius: 999px;
  background: #fffdf7;
  box-shadow: none;
  padding: 0;
  color: #00693E;
  font-size: 16px;
  font-weight: 900;
  line-height: 1;
}

.position-preview-order-button:disabled {
  opacity: 0.36;
  cursor: not-allowed;
}

.position-preview-order-button:hover,
.position-preview-order-button:focus-visible {
  transform: none;
}

.position-preview-route-button {
  min-width: 0;
  min-height: 24px;
  border-color: #bad3e5;
  border-radius: 999px;
  background: #fffdf7;
  box-shadow: none;
  padding: 0 8px;
  color: #00693E;
  font-size: 11px;
  font-weight: 850;
  line-height: 1;
}

.position-preview-route-button:hover,
.position-preview-route-button:focus-visible {
  transform: none;
}

.position-elevation-offer {
  display: grid;
  gap: 8px;
}

.position-elevation-offer-item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  border: 1px solid #ddc76a;
  border-radius: 14px;
  background: #fffaf0;
  padding: 10px 12px;
}

.position-elevation-offer-item p {
  margin: 0;
  color: #17201c;
  font-size: 13px;
  font-weight: 750;
  line-height: 1.35;
}

.position-elevation-actions {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 8px;
}

.position-elevation-actions button {
  min-width: 0;
  min-height: 32px;
  border-color: #c5d8ad;
  border-radius: 999px;
  background: #fffdf7;
  box-shadow: none;
  padding: 5px 12px;
  color: #00693E;
  font-size: 12px;
  font-weight: 850;
}

.position-preview-legend {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 14px;
  margin: -2px 0 0;
  color: #4f5960;
  font-size: 12px;
  font-weight: 750;
}

.position-preview-legend span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.position-preview-legend-swatch {
  width: 14px;
  height: 14px;
  border: 1px solid #bedbd1;
  border-radius: 999px;
  background: #dceee8;
}

.position-preview-legend-swatch.is-destination-org-name {
  border-color: #bad3e5;
  background: #d8e7f2;
}

.position-preview-legend-swatch.is-destination-step-six {
  border-color: #e6c99f;
  background: #f5e2c6;
}

.position-preview-card input {
  width: 100%;
  border-color: #bedbd1;
  background: #fffdf7;
  color: #17201c;
  font-weight: 750;
}

.position-preview-card input.is-student-ordered {
  border-color: #bedbd1;
  background: #fbfdf8;
}

.position-preview-card input.is-student-edited {
  border-color: #e6c99f;
  background: #fffdf7;
}

.position-preview-messages {
  display: grid;
  gap: 8px;
}

.position-preview-manual-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.position-preview-manual-actions button {
  min-width: 0;
  min-height: 34px;
  border-color: #c5d8ad;
  background: #fffdf7;
  box-shadow:
    -3px -3px 7px rgba(255, 255, 255, 0.76),
    4px 4px 9px rgba(123, 134, 142, 0.18);
  padding: 6px 12px;
  color: #00693E;
  font-size: 12px;
  font-weight: 850;
}

.position-preview-messages p {
  margin: 0;
  color: #00693E;
  font-size: 14px;
  font-weight: 750;
  line-height: 1.35;
}

.step-six-card {
  width: min(760px, 100%);
  margin: 26px auto 0;
  border: 1px solid #ccd3d8;
  border-radius: 20px;
  background: #fffdf7;
  box-shadow:
    -7px -7px 14px rgba(255, 255, 255, 0.74),
    8px 8px 18px rgba(123, 134, 142, 0.28);
  padding: clamp(22px, 4vw, 36px);
}

.step-six-card h2 {
  margin: 0 0 14px;
  color: #00693E;
  font-size: 18px;
  font-weight: 750;
  line-height: 1.45;
}

.step-six-chip-section + .step-six-chip-section {
  margin-top: 22px;
  padding-top: 20px;
  border-top: 1px solid #ccd3d8;
}

.step-six-chip-section h3 {
  margin: 0 0 6px;
  color: #00693E;
  font-size: 16px;
  font-weight: 750;
  line-height: 1.35;
}

.step-six-chip-section p,
.step-six-empty-state {
  margin: 0 0 12px;
  color: #4f5960;
  font-size: 14px;
  font-style: italic;
  font-weight: 650;
  line-height: 1.4;
}

.step-six-chip-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.step-six-chip {
  min-height: 40px;
  border-radius: 16px;
  padding: 9px 12px;
  background: var(--bubble-bg);
  color: var(--common-app-green);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.25;
}

.step-six-chip.is-stat-chip {
  border: 0.5px solid #C97A56;
  background: #F7D9C7;
  color: #5C2914;
}

.step-six-chip.is-used {
  background: var(--bubble-bg);
  color: var(--common-app-green);
  cursor: not-allowed;
  opacity: 0.42;
  transform: none;
}

.step-six-chip.is-stat-chip.is-used {
  background: #F7D9C7;
  color: #5C2914;
}

.step-six-chip.is-used:hover,
.step-six-chip.is-used:focus-visible,
.step-six-chip:disabled:hover,
.step-six-chip:disabled:focus-visible {
  transform: none;
}

.step-six-card textarea {
  width: 100%;
  min-height: 136px;
  resize: vertical;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.94);
  padding: 0.9rem 1rem;
  color: #17201c;
  font: inherit;
  line-height: 1.45;
}

.step-six-card textarea:focus {
  outline: 3px solid rgba(0, 105, 62, 0.18);
  border-color: #00693E;
}

.step-six-description-meta {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-top: 10px;
}

.step-six-counter,
.step-six-counter-label {
  margin: 0;
  font-size: 14px;
  font-weight: 750;
  line-height: 1.35;
}

.step-six-counter {
  white-space: nowrap;
}

.step-six-counter.is-muted,
.step-six-counter-label.is-muted {
  color: #4f5960;
}

.step-six-counter.is-warning,
.step-six-counter-label.is-warning {
  color: #7a5a00;
}

.step-six-counter.is-success,
.step-six-counter-label.is-success {
  color: #00693E;
}

.step-six-coaching-card {
  display: grid;
  gap: 10px;
}

.step-six-coaching-list {
  display: grid;
  gap: 8px;
}

.step-six-coaching-list p {
  margin: 0;
  color: #00693E;
  font-size: 14px;
  font-weight: 750;
  line-height: 1.4;
}

.step-five-seven-shell {
  padding-top: clamp(24px, 4vw, 48px);
}

.step-five-seven-card {
  display: grid;
  gap: 18px;
}

.step-five-seven-context {
  display: grid;
  gap: 4px;
}

.step-five-seven-context p {
  margin: 0;
  color: #4f5960;
  font-size: 14px;
  font-weight: 650;
  line-height: 1.4;
}

.step-five-seven-questions {
  display: grid;
  gap: 18px;
}

.step-five-seven-question {
  display: grid;
  gap: 8px;
}

.step-five-seven-label {
  display: grid;
  gap: 6px;
  color: #17201c;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.35;
}

.step-five-seven-example {
  margin: 0;
  color: #4f5960;
  font-size: 13px;
  font-weight: 650;
  line-height: 1.4;
}

.step-five-seven-question textarea,
.step-six-idea textarea {
  width: 100%;
  min-height: 86px;
  resize: vertical;
  border: 1px solid #ccd3d8;
  border-radius: 6px;
  background: #fffdf7;
  padding: 0.85rem 0.95rem;
  color: #17201c;
  font: inherit;
  line-height: 1.45;
}

.step-five-seven-question textarea:focus,
.step-six-idea textarea:focus {
  outline: 3px solid rgba(0, 105, 62, 0.18);
  border-color: #00693E;
}

.step-six-ideas-card {
  display: grid;
  gap: 14px;
}

.step-six-idea-list {
  display: grid;
  gap: 14px;
}

.step-six-idea {
  display: grid;
  gap: 8px;
}

.step-six-idea-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 14px;
}

.step-six-idea-coaching {
  margin: 0;
  color: #4f5960;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.35;
}

.step-six-idea-coaching[hidden] {
  display: none;
}

.step-six-idea-meta button {
  min-height: 34px;
  border: 0.5px solid #7E9176;
  border-radius: 999px;
  background: #A8B89B;
  padding: 0 13px;
  color: #21301f;
  font-size: 13px;
  font-weight: 850;
}

.step-seven-form {
  margin-top: 26px;
  display: grid;
  gap: 14px;
}

.step-seven-form.step-six-card {
  padding: clamp(18px, 3vw, 24px);
}

.step-seven-compact-grid {
  gap: 14px;
  overflow-x: visible;
}

.step-seven-time-row {
  grid-template-columns: repeat(2, minmax(112px, 1fr)) minmax(132px, 1fr);
}

.step-seven-grade-row {
  grid-template-columns: repeat(5, minmax(42px, 0.45fr));
}

.step-seven-timing-row {
  grid-template-columns: repeat(3, minmax(92px, 1fr));
}

.step-seven-college-row {
  grid-template-columns: repeat(2, minmax(72px, 0.5fr));
  width: min(220px, 100%);
}

.step-seven-compact-grid .jv-varsity-row {
  min-width: 0;
  gap: 8px;
}

.step-seven-compact-grid .jv-varsity-row > span,
.step-seven-compact-grid .jv-varsity-row > label {
  min-height: 34px;
  border-color: transparent;
  background: transparent;
  color: #4f5960;
  box-shadow: none;
}

.step-seven-field {
  display: grid;
  gap: 4px;
  justify-items: center;
  color: var(--ink);
  font-weight: 750;
}

.step-seven-field > span {
  min-height: 0;
  border: 0;
  background: transparent;
  color: #4f5960;
  font-size: 12px;
  line-height: 1.1;
}

.step-seven-field input {
  width: min(72px, 100%);
  min-height: 30px;
  border-color: #d8dedb;
  background: #fffdf7;
  padding: 0 8px;
  text-align: center;
  font-weight: 750;
  appearance: textfield;
}

.step-seven-field input::-webkit-outer-spin-button,
.step-seven-field input::-webkit-inner-spin-button {
  margin: 0;
  appearance: none;
}

.step-seven-field strong,
.step-seven-choice-group strong {
  min-height: 15px;
  color: #a33a2b;
  font-size: 11px;
  font-weight: 750;
  line-height: 1.25;
  text-align: center;
}

.step-seven-choice-group {
  display: grid;
  gap: 6px;
  margin: 0;
  border: 0;
  padding: 0;
}

.step-seven-choice-group legend {
  margin: 0;
  color: #4f5960;
  font-size: 12px;
  font-weight: 750;
  line-height: 1.25;
}

.step-seven-choice-group p,
.step-seven-context p,
.step-seven-empty-card p {
  margin: 0;
  color: #4f5960;
  font-size: 12px;
  font-weight: 650;
  line-height: 1.4;
}

.step-seven-context {
  display: grid;
  gap: 3px;
}

.step-seven-context h2 {
  margin: 0;
  color: var(--ink);
  font-size: 16px;
}

.step-seven-choice {
  position: relative;
  cursor: pointer;
}

.step-seven-compact-grid .jv-varsity-row > .step-seven-choice.is-selected {
  border: 0.5px solid #7E9176;
  background: #A8B89B;
  color: #2D3B2A;
}

.step-seven-choice input {
  position: absolute;
  inset: 0;
  width: 100%;
  min-height: 100%;
  margin: 0;
  cursor: pointer;
  opacity: 0;
}

.step-seven-total-cell {
  gap: 2px;
  line-height: 1.15;
}

.step-seven-total-cell small {
  color: #4f5960;
  font-size: 11px;
  font-weight: 750;
}

.step-seven-total-cell strong {
  color: #00693E;
  font-size: 12px;
}

.step-seven-form .step-five-actions {
  margin-top: 10px;
}

.step-seven-empty-card {
  text-align: center;
}

.step-seven-empty-card p {
  margin: 8px 0 16px;
  font-size: 15px;
}

.step-seven-empty-card a {
  color: #00693E;
  font-weight: 800;
}

.step-five-actions {
  display: grid;
  justify-content: center;
  justify-items: center;
  gap: 10px;
  margin-top: 28px;
}

.step-five-actions button:not(.skip-for-now-link),
.step-placeholder-actions button:not(.skip-for-now-link) {
  min-width: min(100%, 210px);
}

.step-five-actions button:not(.skip-for-now-link) {
  border-color: #c5d8ad;
  background: #dfead1;
  color: #00693E;
  box-shadow:
    -5px -5px 10px rgba(255, 255, 255, 0.78),
    6px 6px 12px rgba(123, 134, 142, 0.34);
}

.step-five-actions button:not(.skip-for-now-link):hover,
.step-five-actions button:not(.skip-for-now-link):focus-visible {
  background: #d4e2c2;
  transform: none;
  box-shadow:
    inset -3px -3px 6px rgba(255, 255, 255, 0.72),
    inset 4px 4px 8px rgba(123, 134, 142, 0.32);
}

.dashboard-page {
  min-height: 100vh;
  background: var(--page);
  color: var(--ink);
}

.dashboard-shell {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
  padding: clamp(28px, 5vw, 56px) 0;
}

.dashboard-header {
  margin-bottom: 20px;
}

.dashboard-kicker {
  margin: 0 0 8px;
  color: var(--common-app-green);
  font-size: 15px;
  font-weight: 800;
  line-height: 1.35;
}

.dashboard-header h1 {
  margin: 0;
  color: var(--common-app-green);
  font-size: clamp(34px, 5vw, 58px);
  line-height: 1.02;
}

.dashboard-tabs {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  border-bottom: 1px solid var(--line);
  padding: 0 0 10px;
  scrollbar-width: thin;
}

.dashboard-tab {
  flex: 0 0 auto;
  min-height: 42px;
  border-color: #bedbd1;
  background: #dceee8;
  color: var(--common-app-green);
  box-shadow:
    -5px -5px 10px rgba(255, 255, 255, 0.78),
    6px 6px 12px rgba(123, 134, 142, 0.34);
  white-space: nowrap;
}

.dashboard-tab[aria-selected="true"] {
  border-color: var(--common-app-green);
  background: #cfe7de;
  color: var(--common-app-green);
  box-shadow:
    inset -3px -3px 6px rgba(255, 255, 255, 0.72),
    inset 4px 4px 8px rgba(0, 43, 25, 0.2);
}

.dashboard-tab:hover,
.dashboard-tab:focus-visible {
  transform: none;
}

.dashboard-panel {
  padding-top: 22px;
}

.dashboard-activities {
  display: grid;
  gap: 16px;
}

.dashboard-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.dashboard-actions-copy {
  margin: 0;
  color: color-mix(in srgb, var(--ink) 68%, var(--page));
  font-size: 15px;
  font-weight: 750;
}

.dashboard-primary-action {
  border-color: #c5d8ad;
  background: #dfead1;
  color: var(--common-app-green);
  box-shadow:
    -5px -5px 10px rgba(255, 255, 255, 0.78),
    6px 6px 12px rgba(123, 134, 142, 0.34);
}

.dashboard-primary-action:hover,
.dashboard-primary-action:focus-visible {
  background: #d4e2c2;
  transform: none;
  box-shadow:
    inset -3px -3px 6px rgba(255, 255, 255, 0.72),
    inset 4px 4px 8px rgba(123, 134, 142, 0.32);
}

.dashboard-activity-list {
  display: grid;
  gap: 12px;
}

.dashboard-activity-card,
.dashboard-empty-card,
.dashboard-placeholder-card {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: var(--page);
  box-shadow:
    -7px -7px 14px rgba(255, 255, 255, 0.74),
    8px 8px 18px rgba(123, 134, 142, 0.28);
  padding: clamp(20px, 3vw, 28px);
}

.dashboard-activity-card {
  display: grid;
  gap: 14px;
  color: var(--ink);
  text-align: left;
}

.dashboard-activity-card:hover,
.dashboard-activity-card:focus-visible {
  transform: none;
  box-shadow:
    inset -3px -3px 6px rgba(255, 255, 255, 0.72),
    inset 4px 4px 8px rgba(123, 134, 142, 0.24);
}

.dashboard-activity-heading,
.dashboard-activity-meta {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}

.dashboard-activity-name {
  color: var(--common-app-green);
  font-size: 18px;
  font-weight: 850;
  line-height: 1.25;
}

.dashboard-activity-category,
.dashboard-status,
.dashboard-timestamp {
  color: color-mix(in srgb, var(--ink) 68%, var(--page));
  font-size: 14px;
  font-weight: 750;
  line-height: 1.35;
}

.dashboard-status {
  color: var(--common-app-green);
}

.dashboard-empty-card,
.dashboard-placeholder-card {
  display: grid;
  gap: 8px;
}

.dashboard-empty-card h2,
.dashboard-placeholder-card h2 {
  margin: 0;
  color: var(--common-app-green);
  font-size: 20px;
  font-weight: 800;
  line-height: 1.25;
}

.dashboard-empty-card p {
  margin: 0;
  color: color-mix(in srgb, var(--ink) 68%, var(--page));
  font-size: 15px;
  font-weight: 650;
  line-height: 1.45;
}

.profile-panel {
  display: grid;
  gap: 18px;
}

.profile-panel-header {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  gap: 10px 18px;
  border: 0.5px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
  padding: clamp(18px, 3vw, 24px);
}

.profile-panel-header h2 {
  margin: 0;
  color: var(--common-app-green);
  font-size: clamp(1.45rem, 3vw, 2rem);
  line-height: 1.1;
}

.profile-save-status {
  margin: 0;
  color: #65706b;
  font-size: 0.9rem;
  font-weight: 750;
}

.profile-form {
  display: grid;
  gap: 16px;
}

.profile-section {
  display: grid;
  gap: 16px;
  border: 0.5px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
  padding: clamp(18px, 3vw, 24px);
}

.profile-section h2,
.profile-subheading {
  margin: 0;
  color: #173404;
  font-size: 0.86rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1.2;
  text-transform: uppercase;
}

.profile-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.profile-field,
.profile-check-field {
  min-width: 0;
  display: grid;
  gap: 7px;
  color: #27312c;
  font-size: 0.92rem;
  font-weight: 780;
}

.profile-label {
  color: #44504a;
}

.profile-field input,
.profile-field select {
  width: 100%;
  min-height: 46px;
  border: 1px solid #ccd3d8;
  border-radius: 6px;
  background: #fffdf7;
  padding: 0 12px;
  color: var(--ink);
  font: inherit;
}

.profile-field select {
  appearance: none;
  background-image:
    linear-gradient(45deg, transparent 50%, #00693E 50%),
    linear-gradient(135deg, #00693E 50%, transparent 50%);
  background-position:
    calc(100% - 18px) 20px,
    calc(100% - 12px) 20px;
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
  padding-right: 34px;
}

.profile-field input:focus,
.profile-field select:focus {
  outline: 3px solid rgba(0, 105, 62, 0.18);
  border-color: var(--common-app-green);
}

.profile-warning {
  min-height: 1rem;
  color: #9b3b22;
  font-size: 0.78rem;
  font-weight: 750;
  line-height: 1.25;
}

.profile-rank-fields {
  grid-column: 1 / -1;
  display: grid;
  gap: 10px;
}

.profile-inline-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.profile-check-field {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 800;
}

.profile-check-field input {
  width: 18px;
  height: 18px;
  min-height: 18px;
  flex: 0 0 auto;
  accent-color: var(--common-app-green);
}

.profile-repeat-list {
  display: grid;
  gap: 10px;
}

.profile-repeat-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(180px, 0.64fr) auto;
  gap: 10px;
  align-items: end;
  border: 0.5px solid #d8dedb;
  border-radius: 8px;
  background: rgba(234, 243, 222, 0.36);
  padding: 12px;
}

.profile-university-row {
  grid-template-columns: minmax(0, 1fr) 46px auto;
}

.profile-major-row {
  grid-template-columns: minmax(0, 1fr) auto;
}

.profile-secondary-action,
.profile-icon-action,
.profile-star-action {
  min-height: 42px;
  border-radius: 6px;
}

.profile-secondary-action {
  justify-self: start;
  border-color: var(--common-app-green);
  background: var(--common-app-green);
  color: #ffffff;
}

.profile-icon-action {
  background: #ffffff;
}

.profile-star-action {
  width: 46px;
  padding: 0;
  background: #ffffff;
  color: #8a6400;
  font-size: 1.35rem;
  line-height: 1;
}

.profile-star-action[aria-pressed="true"] {
  border-color: #BA7517;
  background: #FAEEDA;
  color: #6b4615;
}

.profile-empty-state {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border: 0.5px dashed #cfd8d3;
  border-radius: 8px;
  background: #fffdf7;
  padding: 14px;
  color: #5a655f;
  font-weight: 750;
}

.honors-helper,
.honors-count,
.honors-counter,
.honors-pattern-intro,
.honors-layer-placeholder {
  margin: 0;
  color: #5a655f;
  font-size: 0.84rem;
  font-weight: 740;
  line-height: 1.35;
}

.honors-pattern-area {
  display: grid;
  gap: 8px;
}

.honors-pattern-title,
.honors-add-title {
  margin: 0;
  color: var(--ink);
  font-size: 0.92rem;
  letter-spacing: 0;
}

.honors-layer-placeholder {
  border: 0.5px dashed #cfd8d3;
  border-radius: 8px;
  background: #fffdf7;
  padding: 12px;
}

.honors-divider {
  width: 100%;
  height: 1px;
  background: #d8dedb;
}

.honors-add-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.honors-entry {
  grid-template-columns: minmax(220px, 1fr) minmax(170px, 0.72fr) minmax(230px, 0.9fr) auto;
  align-items: start;
}

.honors-title-field {
  align-self: stretch;
}

.honors-picker-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.honors-title-field input {
  width: 100%;
  min-height: 46px;
  border: 1px solid #ccd3d8;
  border-radius: 6px;
  background: #fffdf7;
  padding: 0 12px;
  color: var(--ink);
  font: inherit;
}

.honors-title-field input:focus {
  outline: 3px solid rgba(0, 105, 62, 0.18);
  border-color: var(--common-app-green);
}

.honors-counter {
  justify-self: end;
  font-size: 0.76rem;
}

.honors-award-helper,
.honors-autofill-note {
  margin: 0;
  color: #5a655f;
  font-size: 0.76rem;
  font-weight: 720;
  line-height: 1.35;
}

.honors-autofill-note {
  color: #0B6B4F;
}

.honors-autofill-note[hidden] {
  display: none;
}

.honors-choice-group {
  min-width: 0;
  display: grid;
  gap: 8px;
  border: 0;
  margin: 0;
  padding: 0;
}

.honors-choice-group legend {
  padding: 0;
  color: #44504a;
  font-size: 0.92rem;
  font-weight: 780;
}

.honors-choice-row {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.honors-choice {
  position: relative;
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  justify-content: center;
  border: 0.5px solid #cfd8d3;
  border-radius: 999px;
  background: #fffdf7;
  padding: 0 11px;
  color: #2D3B2A;
  font-size: 0.84rem;
  font-weight: 800;
  line-height: 1;
}

.honors-choice.is-selected {
  border-color: #7E9176;
  background: #A8B89B;
  color: #21301f;
}

.honors-choice input {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

.honors-entry-actions {
  display: grid;
  gap: 6px;
}

.honors-entry-actions .profile-icon-action {
  min-width: 92px;
  padding-inline: 10px;
}

.profile-major-heading {
  margin-top: 2px;
}

@media (max-width: 760px) {
  .profile-grid,
  .profile-inline-grid,
  .profile-repeat-row,
  .profile-university-row,
  .profile-major-row,
  .honors-entry {
    grid-template-columns: 1fr;
  }

  .honors-picker-grid {
    grid-template-columns: 1fr;
  }

  .profile-star-action {
    width: 100%;
  }
}

@media (max-width: 1023px) {
  .category-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .organization-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .step-five-bubble-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .application-entry-preview-character-fields {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .application-entry-preview-field-activity-type,
  .application-entry-preview-field-position-leadership,
  .application-entry-preview-field-organization-name,
  .application-entry-preview-field-description {
    grid-column: auto;
  }

  .application-entry-preview-commitment-fields {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .category-picker-shell {
    width: min(100% - 24px, 1180px);
    padding: 28px 0;
  }

  .category-intro {
    text-align: left;
    font-size: 15px;
  }

  .category-hero-title,
  .category-intro-lead,
  .category-picker-heading h2 {
    font-size: 16px;
  }

  .category-picker-heading {
    text-align: left;
  }

  .category-picker-heading p {
    font-size: 15px;
  }

  .activity-search-panel {
    margin-top: -4px;
  }

  .activity-search-label,
  .activity-search-help {
    text-align: left;
  }

  .activity-search-result {
    display: grid;
    justify-content: stretch;
    gap: 4px;
  }

  .activity-search-result-category {
    flex: 1 1 auto;
  }

  .category-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .category-bubble {
    min-height: 50px;
    padding: 10px 8px;
  }

  .category-grid[aria-label="Activity categories"] .category-bubble {
    font-size: 15px;
  }

  .organization-grid {
    grid-template-columns: 1fr;
  }

  .step-four-summary {
    justify-content: flex-start;
    text-align: left;
  }

  .step-four-input-meta {
    display: grid;
    gap: 8px;
  }

  .activity-breadcrumb {
    grid-template-columns: 1fr;
  }

  .application-entry-preview {
    width: min(100% - 24px, 1180px);
    margin-top: 12px;
  }

  .application-entry-preview-header {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .application-entry-preview-character-fields {
    grid-template-columns: 1fr;
  }

  .application-entry-preview-commitment-fields {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .step-five-bubble-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .selection-editor-row {
    grid-template-columns: minmax(0, 1fr) 42px;
    align-items: start;
  }

  .selection-editor-row-with-grid {
    grid-template-columns: minmax(0, 1fr) 42px;
  }

  .selection-grade-grid {
    gap: 10px;
  }

  .position-preview-heading {
    display: grid;
    gap: 8px;
  }

  .jv-varsity-row {
    min-width: 430px;
  }

  .dashboard-shell {
    width: min(100% - 24px, 1120px);
    padding: 28px 0;
  }

  .dashboard-actions,
  .dashboard-activity-heading,
  .dashboard-activity-meta {
    display: grid;
    justify-content: stretch;
  }

  .dashboard-primary-action {
    width: 100%;
  }
}
