/*
 *= require_tree .
 *= require_self
 */

body {
  margin: 0;
  font-family: "Segoe UI", Arial, sans-serif;
  background: linear-gradient(180deg, #faf8ff 0%, #f7fbfa 100%);
  color: #1f2937;
}

a {
  text-decoration: none;
}

.home-page {
  min-height: 100vh;
  padding: 24px 32px 60px;
}

.topbar {
  max-width: 1180px;
  margin: 0 auto 36px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
}

.brand-logo {
  width: 54px;
  height: 54px;
  object-fit: cover;
  border-radius: 14px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
}

.brand-name {
  font-size: 24px;
  font-weight: 800;
  color: #1f2937;
  letter-spacing: -0.4px;
}

.topbar-links {
  display: flex;
  align-items: center;
  gap: 14px;
}

.nav-link {
  color: #374151;
  font-weight: 600;
}

.nav-button {
  background: #8b7cf6;
  color: white;
  padding: 12px 18px;
  border-radius: 12px;
  font-weight: 700;
  box-shadow: 0 8px 20px rgba(139, 124, 246, 0.28);
}

.hero {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 48px;
  align-items: center;
  padding: 28px 0 70px;
}

.hero-left {
  padding-right: 10px;
}

.eyebrow {
  display: inline-block;
  margin-bottom: 16px;
  padding: 8px 14px;
  background: #efeaff;
  color: #6d5ce8;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.2px;
}

.hero-title {
  font-size: 58px;
  line-height: 1.04;
  letter-spacing: -1.8px;
  margin: 0 0 22px;
  color: #172033;
  max-width: 640px;
}

.hero-subtitle {
  font-size: 20px;
  line-height: 1.75;
  color: #5b6475;
  max-width: 650px;
  margin-bottom: 28px;
}

.hero-actions {
  display: flex;
  gap: 16px;
  margin-bottom: 22px;
}

.primary-button,
.secondary-button {
  display: inline-block;
  padding: 15px 24px;
  border-radius: 14px;
  font-weight: 700;
  font-size: 16px;
  transition: 0.2s ease;
}

.primary-button {
  background: #8b7cf6;
  color: white;
  box-shadow: 0 10px 24px rgba(139, 124, 246, 0.28);
}

.primary-button:hover,
.nav-button:hover {
  background: #7867f1;
}

.secondary-button {
  background: white;
  color: #1f2937;
  border: 1px solid #e5e7eb;
}

.secondary-button:hover {
  background: #f8fafc;
}

.hero-note {
  color: #6b7280;
  font-size: 15px;
  line-height: 1.6;
  max-width: 560px;
}

.hero-right {
  display: flex;
  justify-content: center;
}




.preview-card {
  width: 100%;
  max-width: 480px;
  background: white;
  border: 1px solid #ece8ff;
  border-radius: 28px;
  padding: 26px;
  box-shadow: 0 18px 45px rgba(35, 42, 70, 0.12);
}

.preview-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 22px;
}

.preview-label {
  margin: 0 0 6px;
  color: #8b7cf6;
  font-size: 13px;
  font-weight: 700;
}

.preview-header h3 {
  margin: 0;
  font-size: 24px;
  color: #1f2937;
}

.preview-badge {
  background: #e9fbf3;
  color: #17855d;
  padding: 8px 12px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  white-space: nowrap;
}

.preview-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-bottom: 18px;
}

.mini-stat {
  background: #f8f7ff;
  border-radius: 18px;
  padding: 16px 14px;
  text-align: center;
}

.mini-stat-number {
  display: block;
  font-size: 24px;
  font-weight: 800;
  color: #1f2937;
  margin-bottom: 6px;
}

.mini-stat-label {
  font-size: 13px;
  color: #6b7280;
}

.insight-box {
  background: linear-gradient(135deg, #f4f1ff 0%, #eefbf7 100%);
  border-radius: 20px;
  padding: 18px;
  margin-bottom: 16px;
}

.insight-title {
  margin: 0 0 10px;
  font-size: 14px;
  font-weight: 800;
  color: #6d5ce8;
}

.insight-text {
  margin: 0 0 14px;
  color: #4b5563;
  line-height: 1.6;
}

.tag-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.tag {
  background: white;
  border: 1px solid #e5e7eb;
  padding: 8px 12px;
  border-radius: 999px;
  font-size: 13px;
  color: #374151;
  font-weight: 600;
}

.pipeline-card {
  background: #ffffff;
  border: 1px solid #eceff5;
  border-radius: 18px;
  padding: 18px;
}

.pipeline-title {
  margin: 0 0 8px;
  font-size: 13px;
  font-weight: 700;
  color: #8b7cf6;
}

.pipeline-card h4 {
  margin: 0 0 8px;
  font-size: 20px;
  color: #172033;
}

.pipeline-meta {
  margin: 0;
  color: #6b7280;
  font-size: 14px;
}

.features-section {
  max-width: 1180px;
  margin: 0 auto;
  padding: 40px 0 30px;
}

.section-heading {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 38px;
}

.section-heading h2 {
  margin: 12px 0 14px;
  font-size: 38px;
  color: #172033;
  letter-spacing: -0.8px;
}

.section-subtitle {
  color: #6b7280;
  font-size: 18px;
  line-height: 1.7;
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.feature-card {
  background: white;
  border: 1px solid #eceff5;
  border-radius: 22px;
  padding: 28px 24px;
  box-shadow: 0 8px 20px rgba(17, 24, 39, 0.05);
}

.feature-card h3 {
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 22px;
  color: #172033;
}

.feature-card p {
  margin: 0;
  color: #667085;
  line-height: 1.75;
  font-size: 16px;
}

.final-cta {
  max-width: 1180px;
  margin: 0 auto;
  padding-top: 46px;
}

.final-cta-card {
  background: linear-gradient(135deg, #f2edff 0%, #edf9f5 100%);
  border: 1px solid #e6e1fb;
  border-radius: 28px;
  text-align: center;
  padding: 44px 24px;
}

.final-cta-card h2 {
  margin: 0 0 14px;
  font-size: 36px;
  color: #172033;
  letter-spacing: -0.8px;
}

.final-cta-card p {
  max-width: 700px;
  margin: 0 auto 24px;
  color: #5f6878;
  font-size: 18px;
  line-height: 1.7;
}
.auth-page {
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px 20px;
}

.auth-card {
  width: 100%;
  max-width: 480px;
  background: white;
  border: 1px solid #ece8ff;
  border-radius: 24px;
  padding: 36px 32px;
  box-shadow: 0 18px 45px rgba(35, 42, 70, 0.1);
}

.auth-brand {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 18px;
}

.auth-logo {
  width: 72px;
  height: 72px;
  object-fit: cover;
  border-radius: 18px;
  margin-bottom: 10px;
}

.auth-brand-name {
  margin: 0;
  color: #6d5ce8;
  font-weight: 800;
  font-size: 18px;
}

.auth-title {
  text-align: center;
  font-size: 38px;
  letter-spacing: -0.8px;
  margin: 0 0 12px;
  color: #172033;
}

.auth-subtitle {
  text-align: center;
  color: #667085;
  font-size: 16px;
  line-height: 1.7;
  margin: 0 0 26px;
}

.auth-card form div {
  margin-bottom: 18px;
}

.auth-card label {
  display: block;
  font-weight: 700;
  margin-bottom: 8px;
  color: #344054;
}

.auth-card input[type="email"],
.auth-card input[type="password"],
.auth-card input[type="text"] {
  width: 100%;
  box-sizing: border-box;
  padding: 14px 14px;
  border: 1px solid #d9dce7;
  border-radius: 14px;
  font-size: 15px;
  background: #fcfcff;
}

.auth-card input:focus {
  outline: none;
  border-color: #8b7cf6;
  box-shadow: 0 0 0 4px rgba(139, 124, 246, 0.12);
}

.auth-submit {
  width: 100%;
  border: none;
  background: #8b7cf6;
  color: white;
  padding: 14px 18px;
  border-radius: 14px;
  font-size: 16px;
  font-weight: 800;
  cursor: pointer;
  box-shadow: 0 10px 24px rgba(139, 124, 246, 0.28);
}

.auth-submit:hover {
  background: #7867f1;
}

.auth-footer {
  margin-top: 18px;
  text-align: center;
  color: #667085;
  font-size: 15px;
}

.auth-footer a {
  color: #6d5ce8;
  font-weight: 700;
}

.back-home {
  position: fixed;
  top: 24px;
  left: 32px;
  font-weight: 600;
  color: #6b7280;
  font-size: 14px;
  padding: 8px 12px;
  border-radius: 10px;
  transition: 0.2s;
}

.back-home:hover {
  background: #f3f4f6;
  color: #8b7cf6;
}

.dashboard-page {
  max-width: 1180px;
  margin: 0 auto;
  padding: 40px 32px 60px;
}

.dashboard-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 24px;
  margin-bottom: 28px;
}

.dashboard-kicker {
  margin: 0 0 8px;
  color: #6d5ce8;
  font-size: 14px;
  font-weight: 800;
}

.dashboard-header h1 {
  margin: 0 0 10px;
  font-size: 44px;
  color: #172033;
  letter-spacing: -1px;
}

.dashboard-subtitle {
  margin: 0;
  color: #667085;
  font-size: 17px;
  line-height: 1.7;
  max-width: 700px;
}

.dashboard-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.dashboard-primary-btn,
.dashboard-secondary-btn {
  display: inline-block;
  padding: 12px 18px;
  border-radius: 12px;
  font-weight: 700;
  font-size: 15px;
}

.dashboard-primary-btn {
  background: #8b7cf6;
  color: white;
  box-shadow: 0 8px 20px rgba(139, 124, 246, 0.28);
}

.dashboard-primary-btn:hover {
  background: #7867f1;
}

.dashboard-secondary-btn {
  background: white;
  color: #1f2937;
  border: 1px solid #e5e7eb;
}

.dashboard-secondary-btn:hover {
  background: #f8fafc;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-bottom: 34px;
}

.stat-card {
  background: white;
  border: 1px solid #eceff5;
  border-radius: 20px;
  padding: 24px;
  box-shadow: 0 8px 20px rgba(17, 24, 39, 0.05);
}

.stat-label {
  margin: 0 0 10px;
  color: #6b7280;
  font-size: 14px;
  font-weight: 700;
}

.stat-card h3 {
  margin: 0;
  font-size: 34px;
  color: #172033;
}

.applications-section {
  margin-top: 12px;
}

.section-top {
  margin-bottom: 18px;
}

.section-top h2 {
  margin: 0 0 8px;
  font-size: 28px;
  color: #172033;
}

.section-top p {
  margin: 0;
  color: #667085;
}

.application-list {
  display: grid;
  gap: 18px;
}

.application-card {
  background: white;
  border: 1px solid #eceff5;
  border-radius: 20px;
  padding: 24px;
  box-shadow: 0 8px 20px rgba(17, 24, 39, 0.05);
}

.application-card-top {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: flex-start;
  margin-bottom: 16px;
}

.application-card h3 {
  margin: 0 0 6px;
  font-size: 24px;
}

.application-title-link {
  color: #172033;
}

.application-title-link:hover {
  color: #6d5ce8;
}

.application-company {
  margin: 0;
  color: #667085;
  font-size: 15px;
}

.status-badge {
  background: #efeaff;
  color: #6d5ce8;
  padding: 8px 12px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
  white-space: nowrap;
}

.application-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 16px;
  color: #4b5563;
}

.application-meta p {
  margin: 0;
}

.application-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.application-actions a {
  color: #2563eb;
  font-weight: 600;
}

.empty-state-card {
  background: white;
  border: 1px dashed #d8dbe8;
  border-radius: 22px;
  padding: 40px 28px;
  text-align: center;
}

.empty-state-card h3 {
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 28px;
  color: #172033;
}

.empty-state-card p {
  max-width: 620px;
  margin: 0 auto 22px;
  color: #667085;
  font-size: 16px;
  line-height: 1.7;
}

.form-page {
  max-width: 980px;
  margin: 0 auto;
  padding: 40px 32px 60px;
}

.form-page-header {
  margin-bottom: 24px;
}

.form-page-header h1 {
  margin: 0 0 10px;
  font-size: 42px;
  color: #172033;
  letter-spacing: -1px;
}

.form-page-subtitle {
  margin: 0;
  color: #667085;
  font-size: 17px;
  line-height: 1.7;
  max-width: 760px;
}

.form-card {
  background: white;
  border: 1px solid #eceff5;
  border-radius: 24px;
  padding: 30px;
  box-shadow: 0 8px 20px rgba(17, 24, 39, 0.05);
}

.form-section {
  margin-bottom: 28px;
}

.form-section h3 {
  margin: 0 0 16px;
  font-size: 22px;
  color: #172033;
}

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

.form-grid label {
  display: block;
  font-weight: 700;
  margin-bottom: 8px;
  color: #344054;
}

.form-grid input[type="text"],
.form-grid input[type="date"],
.form-grid select {
  width: 100%;
  box-sizing: border-box;
  padding: 14px;
  border: 1px solid #d9dce7;
  border-radius: 14px;
  font-size: 15px;
  background: #fcfcff;
}

.form-grid input:focus,
.form-grid select:focus {
  outline: none;
  border-color: #8b7cf6;
  box-shadow: 0 0 0 4px rgba(139, 124, 246, 0.12);
}

.company-toggle-row {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 18px 0 14px;
  font-weight: 600;
  color: #344054;
}

.nested-company-card {
  padding: 20px;
  background: linear-gradient(135deg, #faf8ff 0%, #f4fbf8 100%);
  border: 1px solid #ece8ff;
  border-radius: 18px;
}

.form-actions {
  margin-top: 28px;
  display: flex;
  justify-content: flex-start;
}

.form-submit-btn {
  min-width: 220px;
  text-align: center;
  border: none;
  cursor: pointer;
}

.form-footer-links {
  margin-top: 20px;
}

.form-footer-links a {
  color: #6d5ce8;
  font-weight: 600;
}

.detail-page {
  max-width: 1180px;
  margin: 0 auto;
  padding: 40px 32px 60px;
}

.detail-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 24px;
  margin-bottom: 28px;
}

.detail-header h1 {
  margin: 0 0 10px;
  font-size: 44px;
  color: #172033;
  letter-spacing: -1px;
}

.detail-subtitle {
  margin: 0;
  color: #667085;
  font-size: 17px;
  line-height: 1.7;
  max-width: 720px;
}

.detail-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.detail-summary-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-bottom: 28px;
}

.detail-summary-card {
  background: white;
  border: 1px solid #eceff5;
  border-radius: 20px;
  padding: 24px;
  box-shadow: 0 8px 20px rgba(17, 24, 39, 0.05);
}

.detail-label {
  margin: 0 0 10px;
  color: #6b7280;
  font-size: 14px;
  font-weight: 700;
}

.detail-summary-card h3 {
  margin: 0;
  font-size: 28px;
  color: #172033;
}

.detail-main-card {
  background: white;
  border: 1px solid #eceff5;
  border-radius: 24px;
  padding: 28px;
  box-shadow: 0 8px 20px rgba(17, 24, 39, 0.05);
}

.detail-section-header {
  margin-bottom: 18px;
}

.detail-section-header h2 {
  margin: 0 0 8px;
  font-size: 28px;
  color: #172033;
}

.detail-section-header p {
  margin: 0;
  color: #667085;
}

.interview-list {
  display: grid;
  gap: 18px;
}

.interview-card {
  background: #fcfcff;
  border: 1px solid #ece8ff;
  border-radius: 18px;
  padding: 20px;
}

.interview-card-top {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: flex-start;
  margin-bottom: 12px;
}

.interview-card h3 {
  margin: 0 0 8px;
  font-size: 22px;
  color: #172033;
}

.interview-date {
  margin: 0;
  color: #4b5563;
}

.interview-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.interview-actions a {
  color: #2563eb;
  font-weight: 600;
}

.interview-notes p {
  margin: 0 0 8px;
  color: #4b5563;
  line-height: 1.7;
}
.smart-notes-label {
  display: block;
  margin-bottom: 10px;
  font-weight: 700;
  color: #24324a;
}

.smart-notes-box {
  background: linear-gradient(180deg, #fcfbff 0%, #f8fbff 100%);
  border: 1px solid #e7e5f4;
  border-radius: 22px;
  padding: 22px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
}

.smart-notes-horizontal {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 22px;
  align-items: start;
}

.smart-notes-title {
  margin: 0 0 8px;
  font-size: 16px;
  font-weight: 800;
  color: #172033;
}

.smart-notes-hint {
  margin: 0 0 14px;
  color: #667085;
  font-size: 14px;
  line-height: 1.6;
}

.smart-notes-prompts {
  margin: 0;
  padding-left: 20px;
  color: #4b5563;
  line-height: 1.8;
  font-size: 14px;
}

.smart-notes-prompts li {
  margin-bottom: 6px;
}

.smart-notes-editor {
  width: 100%;
}

.smart-notes-textarea {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #e3e7f0;
  outline: none;
  resize: vertical;
  min-height: 220px;
  padding: 18px;
  border-radius: 18px;
  background: white;
  font-size: 15px;
  line-height: 1.75;
  color: #24324a;
  transition: all 0.2s ease;
}

.smart-notes-textarea:focus {
  border-color: #8b7cf6;
  box-shadow: 0 0 0 4px rgba(139, 124, 246, 0.12);
}

.smart-notes-textarea::placeholder {
  color: #98a2b3;
}

.full-width-field {
  grid-column: 1 / -1;
}

textarea {
  width: 100%;
  box-sizing: border-box;
  padding: 16px 18px;
  border: 1px solid #d9dce7;
  border-radius: 16px;
  font-size: 15px;
  background: #fbfbfe;
  resize: vertical;
  min-height: 140px;
  line-height: 1.6;
  transition: all 0.2s ease;
}

textarea:focus {
  outline: none;
  border-color: #8b7cf6;
  background: #ffffff;
  box-shadow: 0 0 0 4px rgba(139, 124, 246, 0.12);
}

textarea::placeholder {
  color: #9aa3b2;
}

.form-helper-text {
  margin: 0 0 14px;
  color: #667085;
  font-size: 14px;
  line-height: 1.6;
}

.skills-checkbox-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.skill-pill-option {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  background: #faf8ff;
  border: 1px solid #e6defd;
  border-radius: 999px;
  color: #374151;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
}

.skill-pill-option input[type="checkbox"] {
  margin: 0;
}

.empty-text {
  color: #667085;
  margin: 0;
}

/* =========================
   PROFILE PAGES
========================= */

.profile-page {
  max-width: 980px;
  margin: 0 auto;
  padding: 40px 32px 60px;
}

.profile-header {
  margin-bottom: 24px;
}

.profile-kicker {
  margin: 0 0 8px;
  color: #6d5ce8;
  font-size: 14px;
  font-weight: 800;
}

.profile-header h1 {
  margin: 0 0 10px;
  font-size: 42px;
  color: #172033;
  letter-spacing: -1px;
}

.profile-subtitle {
  margin: 0;
  color: #667085;
  font-size: 17px;
  line-height: 1.7;
  max-width: 760px;
}

.profile-card {
  background: white;
  border: 1px solid #eceff5;
  border-radius: 24px;
  padding: 30px;
  box-shadow: 0 8px 20px rgba(17, 24, 39, 0.05);
}

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

.profile-detail-block {
  padding: 18px 20px;
  background: #fcfcff;
  border: 1px solid #ece8ff;
  border-radius: 18px;
}

.profile-detail-label {
  margin: 0 0 8px;
  color: #6b7280;
  font-size: 14px;
  font-weight: 700;
}

.profile-detail-value {
  margin: 0;
  color: #172033;
  font-size: 16px;
  line-height: 1.75;
  word-break: break-word;
}

.profile-detail-value a {
  color: #2563eb;
  font-weight: 600;
}

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

.profile-form-grid label {
  display: block;
  font-weight: 700;
  margin-bottom: 8px;
  color: #344054;
}

.profile-form-grid input[type="text"],
.profile-form-grid textarea {
  width: 100%;
  box-sizing: border-box;
  padding: 14px 16px;
  border: 1px solid #d9dce7;
  border-radius: 14px;
  font-size: 15px;
  background: #fcfcff;
}

.profile-form-grid input:focus,
.profile-form-grid textarea:focus {
  outline: none;
  border-color: #8b7cf6;
  box-shadow: 0 0 0 4px rgba(139, 124, 246, 0.12);
  background: white;
}

.profile-actions {
  margin-top: 24px;
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.profile-primary-btn,
.profile-secondary-btn {
  display: inline-block;
  padding: 12px 18px;
  border-radius: 12px;
  font-weight: 700;
  font-size: 15px;
  border: none;
  cursor: pointer;
}

.profile-primary-btn {
  background: #8b7cf6;
  color: white;
  box-shadow: 0 8px 20px rgba(139, 124, 246, 0.28);
}

.profile-primary-btn:hover {
  background: #7867f1;
}

.profile-secondary-btn {
  background: white;
  color: #1f2937;
  border: 1px solid #e5e7eb;
}

.profile-secondary-btn:hover {
  background: #f8fafc;
}
/* =========================
   FLASH MESSAGES
========================= */

.flash-wrapper {
  max-width: 1180px;
  margin: 20px auto 0;
  padding: 0 32px;
}

.flash-message {
  padding: 14px 18px;
  border-radius: 16px;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 14px;
  border: 1px solid;
  box-shadow: 0 8px 20px rgba(17, 24, 39, 0.04);
}

.flash-notice {
  background: #f4f1ff;
  color: #6d5ce8;
  border-color: #e5ddff;
}

.flash-alert {
  background: #fff4f4;
  color: #c24141;
  border-color: #ffd6d6;
}

.ai-section {
  margin-bottom: 25px;
}

.ai-section h3 {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 600;
}

.ai-list {
  list-style: none;
  padding-left: 0;
}

.ai-list li {
  padding: 10px 14px;
  margin-bottom: 8px;
  border-radius: 8px;
  font-size: 14px;
}

/* Colors */

.ai-list.positive li {
  background: #e6f9f0;
  color: #0f7a4f;
}

.ai-list.warning li {
  background: #fff4e5;
  color: #b4690e;
}

.ai-list.suggestion li {
  background: #eef2ff;
  color: #3730a3;
}

.ai-score {
  margin: 0 0 24px;
}

.ai-score h2 {
  display: inline-block;
  margin: 0;
  padding: 12px 20px;
  border-radius: 12px;
  background: linear-gradient(135deg, #7c6cf2 0%, #8f7cff 100%);
  color: white;
  font-size: 22px;
  font-weight: 800;
  box-shadow: 0 10px 24px rgba(124, 108, 242, 0.24);
}

.ai-section {
  margin-bottom: 28px;
}

.ai-section:last-child {
  margin-bottom: 0;
}

.ai-section h3 {
  margin: 0 0 14px;
  font-size: 18px;
  color: #172033;
}

.ai-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.ai-list li {
  margin-bottom: 12px;
  padding: 14px 16px;
  border-radius: 14px;
  font-size: 16px;
  line-height: 1.6;
}

.ai-list.positive li {
  background: #e6f4ee;
  color: #13795b;
}

.ai-list.warning li {
  background: #f8ead8;
  color: #b86a08;
}

.ai-list.suggestion li {
  background: #e9edfb;
  color: #3740b3;
}

@media (max-width: 640px) {
  .flash-wrapper {
    padding: 0 18px;
  }
}
@media (max-width: 640px) {
  .profile-page {
    padding: 28px 18px 44px;
  }

  .profile-header h1 {
    font-size: 34px;
  }

  .profile-card {
    padding: 22px 18px;
  }

  .profile-actions {
    flex-direction: column;
  }

  .profile-primary-btn,
  .profile-secondary-btn {
    width: 100%;
    text-align: center;
  }
}

@media (max-width: 1080px) {
  .gapchecks-grid {
    grid-template-columns: 1fr;
  }

  .gapchecks-form-panel,
  .gapchecks-result-panel {
    min-height: auto;
  }
}

@media (max-width: 640px) {
  .gapchecks-page {
    padding: 24px 18px 44px;
  }

  .gapchecks-header {
    flex-direction: column;
  }

  .gapchecks-header h1 {
    font-size: 34px;
  }

  .gapchecks-panel {
    padding: 20px;
  }

  .gapchecks-panel-title,
  .gapchecks-result-header h2,
  .gapchecks-empty-state h2 {
    font-size: 26px;
  }
}

@media (max-width: 960px) {
  .hero {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .hero-title {
    font-size: 42px;
  }

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

  .topbar {
    flex-direction: column;
    gap: 16px;
    align-items: flex-start;
  }

  .dashboard-header {
    flex-direction: column;
  }

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

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

  .detail-header {
    flex-direction: column;
  }

  .detail-summary-grid {
    grid-template-columns: 1fr;
  }

  .smart-notes-horizontal {
    grid-template-columns: 1fr;
  }

  .full-width-field {
    grid-column: 1 / -1;
  }
}

@media (max-width: 640px) {
  .home-page {
    padding: 18px 18px 44px;
  }

  .hero-title {
    font-size: 34px;
  }

  .hero-subtitle,
  .section-subtitle,
  .final-cta-card p {
    font-size: 16px;
  }

  .hero-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .buttons,
  .topbar-links {
    width: 100%;
  }

  .primary-button,
  .secondary-button,
  .nav-button {
    text-align: center;
  }

  .preview-stats {
    grid-template-columns: 1fr;
  }

  .dashboard-page {
    padding: 28px 18px 44px;
  }

  .dashboard-header h1 {
    font-size: 34px;
  }

  .application-card-top {
    flex-direction: column;
  }

  .application-meta {
    flex-direction: column;
    gap: 10px;
  }

  .form-page {
    padding: 28px 18px 44px;
  }

  .form-page-header h1 {
    font-size: 34px;
  }

  .form-card {
    padding: 22px 18px;
  }

  .form-submit-btn {
    width: 100%;
  }

  .detail-page {
    padding: 28px 18px 44px;
  }

  .detail-header h1 {
    font-size: 34px;
  }

  .interview-card-top {
    flex-direction: column;
  }

  .smart-notes-textarea {
    min-height: 170px;
  }
}