/* GENERATED by scripts/build.mjs from the pre-portal style.css, scoped to .legacy content pages. */
.legacy{
  --navy: #0F2942;
  --blue: #1D5DBF;
  --blue-dark: #164a99;
  --teal: #12B8A6;
  --coral: #FF6B57;
  --amber: #FFB020;
  --ink: #101828;
  --gray-900: #1D2939;
  --gray-700: #344054;
  --gray-500: #667085;
  --gray-300: #D0D5DD;
  --gray-200: #E4E7EC;
  --gray-100: #F2F4F7;
  --gray-50: #F9FAFB;
  --white: #FFFFFF;
  --radius: 12px;
  --shadow-sm: 0 1px 2px rgba(16,24,40,0.04);
  --shadow-md: 0 2px 8px rgba(16,24,40,0.05);
  --shadow-lg: 0 8px 24px rgba(16,24,40,0.09);
}
.legacy .container{max-width:1180px;margin:0 auto;padding:0 20px}
.legacy *{ box-sizing: border-box; }
.legacy{ scroll-behavior: smooth; }
.legacy{
  margin: 0;
  font-family: "Segoe UI", -apple-system, BlinkMacSystemFont, Roboto, Helvetica, Arial, sans-serif;
  color: var(--ink);
  background: var(--gray-50);
  line-height: 1.5;
}
.legacy a{ color: inherit; text-decoration: none; }
.legacy img{ max-width: 100%; display: block; }
.legacy .container{ max-width: 1200px; margin: 0 auto; padding: 0 24px; }
.legacy .container-sm{ max-width: 880px; margin: 0 auto; padding: 0 24px; }
.legacy h1, .legacy h2, .legacy h3, .legacy h4{ margin: 0 0 8px; font-weight: 700; color: var(--navy); line-height: 1.25; }
.legacy h1{ font-size: 40px; }
.legacy h2{ font-size: 28px; }
.legacy h3{ font-size: 20px; }
.legacy p{ margin: 0 0 12px; color: var(--gray-700); }
.legacy .eyebrow{ text-transform: uppercase; letter-spacing: 0.08em; font-size: 12px; font-weight: 700; color: var(--teal); margin-bottom: 8px; display: inline-block; }
.legacy .section{ padding: 56px 0; }
.legacy .section-head{ display: flex; align-items: flex-end; justify-content: space-between; gap: 16px; margin-bottom: 28px; flex-wrap: wrap; }
.legacy .muted{ color: var(--gray-500); }
.legacy .text-center{ text-align: center; }
.legacy .btn{ display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 12px 22px; border-radius: 999px; font-weight: 600; font-size: 14px; border: none; cursor: pointer; transition: transform .15s ease, box-shadow .15s ease, background .15s ease; white-space: nowrap; }
.legacy .btn-primary{ background: var(--coral); color: var(--white); box-shadow: var(--shadow-sm); }
.legacy .btn-primary:hover{ background: #ff543d; box-shadow: var(--shadow-md); transform: translateY(-1px); }
.legacy .btn-secondary{ background: var(--white); color: var(--navy); border: 1px solid var(--gray-300); }
.legacy .btn-secondary:hover{ border-color: var(--blue); color: var(--blue); }
.legacy .btn-outline-light{ background: transparent; color: var(--white); border: 1px solid rgba(255,255,255,0.55); }
.legacy .btn-outline-light:hover{ background: rgba(255,255,255,0.12); }
.legacy .btn-sm{ padding: 8px 16px; font-size: 13px; }
.legacy .btn-block{ width: 100%; }
.legacy .btn[disabled]{ opacity: 0.5; cursor: not-allowed; }
.legacy .header-inner{ display: flex; align-items: center; justify-content: space-between; padding: 14px 0; gap: 24px; }
.legacy .header-actions{ display: flex; align-items: center; gap: 12px; }
.legacy .compare-pill{ display: inline-flex; align-items: center; gap: 6px; background: var(--gray-100); border-radius: 999px; padding: 6px 12px; font-size: 13px; font-weight: 600; color: var(--navy); }
.legacy .compare-pill .count{ background: var(--coral); color: #fff; border-radius: 999px; min-width: 18px; height: 18px; font-size: 11px; display: inline-flex; align-items: center; justify-content: center; padding: 0 4px; }
@media (max-width: 860px){}
@media (max-width: 640px){.legacy .header-inner{ gap: 12px; }
.legacy .header-actions{ gap: 8px; }
.legacy .header-actions > .compare-pill, .legacy .header-actions > .btn{ display: none; }}
.legacy .hero{ background: linear-gradient(135deg, var(--blue-dark) 0%, var(--blue) 100%); color: var(--white); padding: 68px 0 76px; position: relative; overflow: hidden; }
.legacy .hero-grid{ display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 40px; align-items: center; }
.legacy .hero h1{ color: var(--white); font-size: 40px; font-weight: 700; margin-bottom: 14px; }
.legacy .hero p.lead{ color: rgba(255,255,255,0.82); font-size: 16px; max-width: 500px; }
.legacy .hero-stats{ display: flex; gap: 28px; margin-top: 24px; flex-wrap: wrap; }
.legacy .hero-stats div strong{ font-size: 20px; font-weight: 600; display: block; color: var(--white); }
.legacy .hero-stats div span{ font-size: 12.5px; color: rgba(255,255,255,0.65); }
.legacy .hero-art{ display: flex; justify-content: center; }
.legacy .search-card{ background: var(--white); border-radius: var(--radius); padding: 18px; box-shadow: var(--shadow-lg); margin-top: 28px; }
.legacy .search-row{ display: flex; gap: 10px; flex-wrap: wrap; }
.legacy .search-row input, .legacy .search-row select{ flex: 1; min-width: 160px; border: 1px solid var(--gray-200); border-radius: 8px; padding: 12px 14px; font-size: 14px; color: var(--ink); background: var(--gray-50); }
.legacy .search-row input:focus, .legacy .search-row select:focus{ outline: 2px solid var(--blue); background: var(--white); }
@media (max-width: 900px){.legacy .hero-grid{ grid-template-columns: 1fr; }
.legacy .hero h1{ font-size: 32px; }}
.legacy .hero-art svg{ max-width: 100%; height: auto; }
.legacy .hero-grid > *{ min-width: 0; }
.legacy .card{ background: var(--white); border: 1px solid var(--gray-200); border-radius: var(--radius); box-shadow: var(--shadow-sm); transition: box-shadow .15s ease, transform .15s ease; }
.legacy .card:hover{ box-shadow: var(--shadow-md); }
.legacy .stream-grid{ display: grid; grid-template-columns: repeat(auto-fill, minmax(160px, 1fr)); gap: 16px; }
.legacy .stream-card{ padding: 22px 16px; text-align: center; border-radius: var(--radius); background: var(--white); border: 1px solid var(--gray-200); cursor: pointer; }
.legacy .stream-card:hover{ border-color: var(--blue); transform: translateY(-2px); }
.legacy .stream-icon{ width: 44px; height: 44px; margin: 0 auto 10px; border-radius: 12px; display: flex; align-items: center; justify-content: center; background: var(--gray-100); color: var(--blue); font-size: 20px; font-weight: 700; }
.legacy .college-grid{ display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 20px; }
.legacy .college-card{ overflow: hidden; display: flex; flex-direction: column; }
.legacy .college-thumb{ height: 120px; display: flex; align-items: center; justify-content: center; color: #fff; font-weight: 800; font-size: 15px; text-align: center; padding: 10px; }
.legacy .college-card-body{ padding: 16px; flex: 1; display: flex; flex-direction: column; gap: 8px; }
.legacy .badge{ display: inline-flex; align-items: center; gap: 4px; font-size: 11px; font-weight: 600; padding: 3px 9px; border-radius: 999px; background: var(--gray-100); color: var(--gray-700); letter-spacing: .01em; }
.legacy .badge-blue{ background: var(--gray-100); color: var(--gray-700); }
.legacy .badge-teal{ background: var(--gray-100); color: var(--gray-700); }
.legacy .badge-coral{ background: var(--gray-100); color: var(--gray-700); }
.legacy .rating{ display: inline-flex; align-items: center; gap: 4px; font-weight: 600; color: var(--navy); font-size: 13px; }
.legacy .rating .star{ color: var(--amber); }
.legacy .college-meta{ display: flex; flex-wrap: wrap; gap: 8px; font-size: 12.5px; color: var(--gray-500); }
.legacy .college-card-foot{ display: flex; align-items: center; justify-content: space-between; padding: 12px 16px; border-top: 1px solid var(--gray-100); gap: 10px; }
.legacy .checkbox-label{ display: flex; align-items: center; gap: 6px; font-size: 12px; color: var(--gray-700); cursor: pointer; }
.legacy .layout-with-sidebar{ display: grid; grid-template-columns: 260px 1fr; gap: 28px; align-items: flex-start; }
.legacy .filter-panel{ background: var(--white); border: 1px solid var(--gray-200); border-radius: var(--radius); padding: 20px; position: sticky; top: 88px; }
.legacy .filter-group{ margin-bottom: 20px; }
.legacy .filter-group h4{ margin-bottom: 10px; font-size: 14px; }
.legacy .filter-option{ display: flex; align-items: center; gap: 8px; font-size: 14px; color: var(--gray-700); padding: 5px 0; cursor: pointer; }
.legacy .filter-option input{ accent-color: var(--blue); }
.legacy .filter-more-toggle{ background: none; border: none; color: var(--blue); font-size: 12.5px; font-weight: 600; cursor: pointer; padding: 4px 0; }
@media (max-width: 900px){.legacy .layout-with-sidebar{ grid-template-columns: 1fr; }
.legacy .filter-panel{ position: static; }}
.legacy .tabs{ display: flex; gap: 4px; border-bottom: 1px solid var(--gray-200); overflow-x: auto; margin-bottom: 24px; }
.legacy .tab-btn{ padding: 12px 18px; font-weight: 600; font-size: 14px; color: var(--gray-500); background: none; border: none; border-bottom: 2px solid transparent; cursor: pointer; white-space: nowrap; }
.legacy .tab-btn.active{ color: var(--blue); border-color: var(--blue); }
.legacy .tab-panel{ display: none; }
.legacy .tab-panel.active{ display: block; }
.legacy table.data-table{ width: 100%; border-collapse: collapse; background: var(--white); border-radius: var(--radius); overflow: hidden; }
.legacy table.data-table th, .legacy table.data-table td{ text-align: left; padding: 12px 16px; border-bottom: 1px solid var(--gray-100); font-size: 14px; }
.legacy table.data-table th{ background: var(--gray-100); color: var(--navy); font-size: 12px; text-transform: uppercase; letter-spacing: .04em; }
.legacy .form-field{ margin-bottom: 16px; }
.legacy .form-field label{ display: block; font-size: 13px; font-weight: 600; color: var(--gray-700); margin-bottom: 6px; }
.legacy .form-field input, .legacy .form-field select, .legacy .form-field textarea{ width: 100%; padding: 11px 14px; border-radius: 8px; border: 1px solid var(--gray-300); font-size: 14px; font-family: inherit; background: var(--white); }
.legacy .form-field input:focus, .legacy .form-field select:focus, .legacy .form-field textarea:focus{ outline: 2px solid var(--blue); border-color: var(--blue); }
.legacy .form-card{ background: var(--white); border-radius: var(--radius); border: 1px solid var(--gray-200); padding: 24px; box-shadow: var(--shadow-sm); }
.legacy .cta-band{ background: linear-gradient(120deg, var(--teal), var(--blue)); color: #fff; border-radius: 20px; padding: 40px; display: flex; align-items: center; justify-content: space-between; gap: 24px; flex-wrap: wrap; }
.legacy .cta-band h2{ color: #fff; }
.legacy .cta-band p{ color: rgba(255,255,255,0.85); }
.legacy .footer-grid{ display: grid; grid-template-columns: 2fr repeat(4, 1fr); gap: 24px; margin-bottom: 32px; }
.legacy .footer-grid h4{ color: #fff; font-size: 14px; margin-bottom: 14px; }
.legacy .footer-grid a{ display: block; font-size: 13px; color: rgba(255,255,255,0.65); margin-bottom: 9px; }
.legacy .footer-grid a:hover{ color: #fff; }
.legacy .footer-bottom{ border-top: 1px solid rgba(255,255,255,0.12); padding-top: 20px; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 10px; font-size: 13px; }
@media (max-width: 780px){.legacy .footer-grid{ grid-template-columns: repeat(2, 1fr); }}
.legacy .modal-backdrop{ position: fixed; inset: 0; background: rgba(16,24,40,0.5); display: none; align-items: center; justify-content: center; z-index: 100; padding: 20px; }
.legacy .modal-backdrop.open{ display: flex; }
.legacy .modal{ background: #fff; border-radius: 16px; padding: 28px; max-width: 400px; width: 100%; position: relative; box-shadow: var(--shadow-lg); }
.legacy .modal-close{ position: absolute; top: 14px; right: 14px; background: none; border: none; font-size: 18px; cursor: pointer; color: var(--gray-500); }
.legacy .tab-switch{ display: flex; gap: 8px; background: var(--gray-100); padding: 4px; border-radius: 999px; margin-bottom: 20px; }
.legacy .tab-switch button{ flex: 1; border: none; background: none; padding: 8px; border-radius: 999px; font-weight: 600; font-size: 13px; cursor: pointer; color: var(--gray-500); }
.legacy .tab-switch button.active{ background: #fff; color: var(--navy); box-shadow: var(--shadow-sm); }
.legacy .toast{ position: fixed; bottom: 24px; right: 24px; background: var(--navy); color: #fff; padding: 14px 20px; border-radius: 10px; box-shadow: var(--shadow-lg); z-index: 200; font-size: 14px; font-weight: 600; transform: translateY(150%); transition: transform .25s ease; }
.legacy .toast.show{ transform: translateY(0); }
.legacy .breadcrumb{ font-size: 13px; color: var(--gray-500); margin-bottom: 16px; }
.legacy .breadcrumb a{ color: var(--blue); }
.legacy .pagination{ display: flex; justify-content: center; gap: 6px; margin-top: 28px; }
.legacy .pagination button{ width: 36px; height: 36px; border-radius: 8px; border: 1px solid var(--gray-300); background: #fff; cursor: pointer; font-weight: 600; color: var(--gray-700); }
.legacy .pagination button.active{ background: var(--blue); color: #fff; border-color: var(--blue); }
.legacy .accordion-item{ border: 1px solid var(--gray-200); border-radius: 10px; margin-bottom: 10px; overflow: hidden; background: #fff; }
.legacy .accordion-head{ padding: 16px 18px; font-weight: 600; cursor: pointer; display: flex; justify-content: space-between; align-items: center; }
.legacy .accordion-body{ padding: 0 18px; max-height: 0; overflow: hidden; transition: max-height .2s ease, padding .2s ease; }
.legacy .accordion-item.open .accordion-body{ padding: 0 18px 16px; max-height: 300px; }
.legacy .accordion-item.open .chev{ transform: rotate(180deg); }
.legacy .chev{ transition: transform .2s ease; }
.legacy .grid-2{ display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.legacy .grid-3{ display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.legacy .grid-4{ display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
@media (max-width: 900px){.legacy .grid-2, .legacy .grid-3, .legacy .grid-4{ grid-template-columns: 1fr 1fr; }}
@media (max-width: 600px){.legacy .grid-2, .legacy .grid-3, .legacy .grid-4{ grid-template-columns: 1fr; }}
.legacy .stat-tile{ background: var(--white); border: 1px solid var(--gray-200); border-radius: var(--radius); padding: 20px; text-align: center; }
.legacy .stat-tile strong{ display: block; font-size: 26px; color: var(--navy); }
.legacy .stat-tile span{ font-size: 13px; color: var(--gray-500); }
.legacy .chatbot-toggle{
  position: fixed; bottom: 24px; right: 24px; width: 58px; height: 58px; border-radius: 50%;
  background: linear-gradient(135deg, var(--blue), var(--teal)); color: #fff; border: none;
  box-shadow: var(--shadow-lg); cursor: pointer; z-index: 90; display: flex; align-items: center; justify-content: center;
  font-size: 26px; transition: transform .15s ease;
}
.legacy .chatbot-toggle:hover{ transform: scale(1.06); }
.legacy .chatbot-toggle .chatbot-badge{
  position: absolute; top: 2px; right: 2px; width: 10px; height: 10px; border-radius: 50%;
  background: var(--teal); border: 2px solid #fff; display: none;
}
.legacy .chatbot-toggle .chatbot-badge.show{ display: block; }
.legacy .chatbot-panel{
  position: fixed; bottom: 96px; right: 24px; width: 360px; max-width: calc(100vw - 32px); height: 500px; max-height: calc(100vh - 140px);
  background: #fff; border-radius: 18px; box-shadow: var(--shadow-lg); z-index: 91; display: none; flex-direction: column; overflow: hidden;
  border: 1px solid var(--gray-200);
}
.legacy .chatbot-panel.open{ display: flex; }
.legacy .chatbot-head{
  background: linear-gradient(120deg, var(--navy), var(--blue)); color: #fff; padding: 16px 18px; display: flex; align-items: center; gap: 10px; justify-content: space-between;
}
.legacy .chatbot-head-info{ display: flex; align-items: center; gap: 10px; }
.legacy .chatbot-avatar{ width: 34px; height: 34px; border-radius: 50%; background: rgba(255,255,255,0.18); display: flex; align-items: center; justify-content: center; font-size: 17px; }
.legacy .chatbot-head h4{ color: #fff; margin: 0; font-size: 14px; }
.legacy .chatbot-head span.status{ font-size: 11px; color: #8fd4ca; display: flex; align-items: center; gap: 4px; }
.legacy .chatbot-head span.status::before{ content: ""; width: 6px; height: 6px; border-radius: 50%; background: #3ddc97; display: inline-block; }
.legacy .chatbot-close{ background: none; border: none; color: rgba(255,255,255,0.85); font-size: 16px; cursor: pointer; }
.legacy .chatbot-messages{ flex: 1; overflow-y: auto; padding: 16px; display: flex; flex-direction: column; gap: 10px; background: var(--gray-50); }
.legacy .chat-msg{ max-width: 84%; padding: 10px 13px; border-radius: 14px; font-size: 13.5px; line-height: 1.5; }
.legacy .chat-msg.bot{ align-self: flex-start; background: #fff; border: 1px solid var(--gray-200); color: var(--gray-900); border-bottom-left-radius: 4px; }
.legacy .chat-msg.user{ align-self: flex-end; background: var(--blue); color: #fff; border-bottom-right-radius: 4px; }
.legacy .chat-msg a{ color: var(--blue); font-weight: 600; }
.legacy .chat-msg.bot a{ color: var(--blue); }
.legacy .chat-msg ul{ margin: 6px 0 0; padding-left: 18px; }
.legacy .chat-msg li{ margin-bottom: 4px; }
.legacy .chatbot-quick-replies{ display: flex; flex-wrap: wrap; gap: 6px; padding: 0 16px 12px; background: var(--gray-50); }
.legacy .chatbot-chip{
  border: 1px solid var(--gray-300); background: #fff; color: var(--navy); font-size: 12px; font-weight: 600; padding: 7px 12px;
  border-radius: 999px; cursor: pointer; white-space: nowrap;
}
.legacy .chatbot-chip:hover{ border-color: var(--blue); color: var(--blue); }
.legacy .chatbot-input-row{ display: flex; gap: 8px; padding: 12px; border-top: 1px solid var(--gray-200); background: #fff; }
.legacy .chatbot-input-row input{ flex: 1; border: 1px solid var(--gray-300); border-radius: 999px; padding: 10px 16px; font-size: 13.5px; font-family: inherit; }
.legacy .chatbot-input-row input:focus{ outline: 2px solid var(--blue); }
.legacy .chatbot-input-row button{ background: var(--coral); color: #fff; border: none; width: 40px; height: 40px; border-radius: 50%; cursor: pointer; font-size: 16px; flex-shrink: 0; }
.legacy .typing-dots{ display: inline-flex; gap: 3px; align-items: center; }
.legacy .typing-dots span{ width: 6px; height: 6px; background: var(--gray-500); border-radius: 50%; animation: typingBounce 1.2s infinite ease-in-out; }
.legacy .typing-dots span:nth-child(2){ animation-delay: .15s; }
.legacy .typing-dots span:nth-child(3){ animation-delay: .3s; }
@keyframes typingBounce{ 0%, 60%, 100% { transform: translateY(0); opacity: .5; } 30% { transform: translateY(-4px); opacity: 1; } }
@media (max-width: 480px){.legacy .chatbot-panel{ right: 16px; left: 16px; width: auto; bottom: 88px; }
.legacy .chatbot-toggle{ right: 16px; bottom: 16px; }}
.legacy .status-bar{ background: linear-gradient(120deg, var(--navy), var(--blue)); color: #fff; }
.legacy .status-bar[hidden]{ display: none; }
.legacy .status-bar-inner{ display: flex; align-items: center; gap: 14px; padding-top: 11px; padding-bottom: 11px; flex-wrap: wrap; }
.legacy .status-bar-dot{ width: 9px; height: 9px; border-radius: 50%; background: var(--teal); flex: none; box-shadow: 0 0 0 4px rgba(18,184,166,0.25); }
.legacy .status-bar-text{ margin: 0; font-size: 13.5px; font-weight: 600; color: #fff; flex: 1; min-width: 200px; line-height: 1.45; }
.legacy .status-bar-close{ background: none; border: none; color: rgba(255,255,255,0.6); font-size: 14px; cursor: pointer; padding: 4px 2px; line-height: 1; }
.legacy .status-bar-close:hover{ color: #fff; }
@media (max-width: 600px){.legacy .status-bar-text{ font-size: 12.5px; flex-basis: 100%; order: 2; }
.legacy .status-bar-inner .btn{ order: 3; }
.legacy .status-bar-close{ order: 1; margin-left: auto; }}
.legacy .stream-card.featured{
  grid-column: span 2; text-align: left; display: flex; align-items: center; gap: 16px;
  border-color: var(--coral); background: linear-gradient(120deg, rgba(255,107,87,0.07), rgba(29,93,191,0.06));
  box-shadow: var(--shadow-sm);
}
.legacy .stream-card.featured:hover{ border-color: var(--coral); }
.legacy .stream-card.featured .stream-icon{ margin: 0; width: 54px; height: 54px; font-size: 26px; background: var(--coral); color: #fff; flex: none; }
.legacy .stream-card.featured .featured-title{ font-weight: 700; font-size: 17px; color: var(--navy); }
.legacy .stream-card.featured .featured-note{ font-size: 12.5px; color: var(--gray-500); }
@media (max-width: 600px){.legacy .stream-card.featured{ grid-column: span 1; }}
.legacy .legal-body{ max-width: 780px; }
.legacy .legal-body h2{ font-size: 20px; margin-top: 32px; }
.legacy .legal-body h3{ font-size: 16px; margin-top: 22px; }
.legacy .legal-body p, .legacy .legal-body li{ font-size: 15px; color: var(--gray-700); line-height: 1.7; }
.legacy .legal-body ul{ padding-left: 20px; margin: 0 0 16px; }
.legacy .legal-body li{ margin-bottom: 7px; }
.legacy .legal-note{ background: var(--gray-100); border-left: 3px solid var(--coral); border-radius: 8px; padding: 16px 18px; margin: 22px 0; }
.legacy .legal-note p{ margin: 0; }
.legacy .legal-updated{ font-size: 13px; color: var(--gray-500); }