/* ── RESET & TOKENS ── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
:root {
  --bg:      #eee7dd;
  --tan:     #cfc194;
  --gray-dk: #545454;
  --brown:   #695d47;
  --orange:  #fc7138;
  --teal:    #008575;
  --aqua:    #a3e7d9;
  --pink:    #d68c89;
  --yellow:  #f4e08e;
  --white:   #ffffff;
  --display: 'Playfair Display', Georgia, serif;
  --body:    'DM Sans', system-ui, sans-serif;
}
html { scroll-behavior: smooth; }
body { font-family: var(--body); background: var(--bg); color: var(--gray-dk); font-size: 16px; line-height: 1.6; overflow-x: hidden; }

/* ── PAGE ROUTER ── */
.page { display: none; }
.page.active { display: block; }

/* ══════════════════════════════════════
   LANDING PAGE
══════════════════════════════════════ */
/* NAV */
nav.main-nav {
  position: sticky; top: 0; z-index: 100;
  background: var(--bg); border-bottom: 1px solid var(--tan);
  display: flex; align-items: center; justify-content: space-between;
  padding: 0 5vw; height: 70px;
}
.nav-logo { font-family: var(--display); font-size: 1.2rem; font-weight: 700; color: var(--brown); text-decoration: none; }
.nav-logo span { color: var(--teal); }
.nav-brain { height: 64px; width: auto; margin-right: 0.4rem; vertical-align: middle; filter: drop-shadow(0 1px 2px rgba(0,0,0,0.15)); }
.nav-links { display: flex; align-items: center; gap: 2rem; list-style: none; }
.nav-links a { text-decoration: none; color: var(--gray-dk); font-size: 0.9rem; font-weight: 500; transition: color 0.2s; cursor: pointer; }
.nav-links a:hover { color: var(--teal); }
.btn-login { background: var(--teal) !important; color: var(--white) !important; padding: 0.5rem 1.25rem; border-radius: 4px; font-weight: 600 !important; }
.btn-login:hover { background: #006b5e !important; }

/* HERO */
.hero { min-height: calc(100vh - 70px); display: grid; grid-template-columns: 1fr 1fr; align-items: center; padding: 4rem 5vw 2rem; gap: 2rem; overflow: hidden; }
.hero-eyebrow { font-size: 0.78rem; font-weight: 600; letter-spacing: 0.15em; text-transform: uppercase; color: var(--teal); margin-bottom: 1.2rem; }
.hero h1 { font-family: var(--display); font-size: clamp(2.6rem, 4.5vw, 4rem); font-weight: 900; line-height: 1.08; color: var(--brown); margin-bottom: 1.5rem; }
.hero h1 em { font-style: italic; color: var(--orange); }
.hero-sub { font-size: 1.1rem; color: var(--gray-dk); max-width: 480px; margin-bottom: 2.5rem; line-height: 1.7; font-weight: 300; }
.hero-ctas { display: flex; gap: 1rem; flex-wrap: wrap; }
.hero-visual { position: relative; display: flex; align-items: center; justify-content: center; height: 560px; }
.hero-circle { position: absolute; width: 420px; height: 420px; background: var(--aqua); border-radius: 50%; opacity: 0.45; right: -40px; top: 50%; transform: translateY(-50%); }
.hero-slideshow { position: relative; z-index: 2; width: 460px; max-width: 100%; }
.hero-slideshow .slide { display: none; position: relative; border-radius: 12px; overflow: hidden; box-shadow: 0 12px 40px rgba(0,0,0,0.18); }
.hero-slideshow .slide.active { display: block; }
.hero-slideshow .slide img { width: 100%; height: 420px; object-fit: cover; display: block; }
.slide-label { position: absolute; bottom: 0; left: 0; right: 0; background: linear-gradient(to top, rgba(105,93,71,0.88), transparent); color: white; font-family: var(--display); font-size: 1.2rem; font-weight: 700; padding: 2rem 1.5rem 1rem; }
.slide-dots { display: flex; gap: 0.5rem; justify-content: center; margin-top: 1rem; }
.slide-dots .dot { width: 8px; height: 8px; border-radius: 50%; background: var(--tan); cursor: pointer; transition: background 0.2s; border: none; padding: 0; }
.slide-dots .dot.active { background: var(--teal); }
.slide-progress-bar { height: 3px; background: rgba(255,255,255,0.25); border-radius: 2px; margin-top: 0.6rem; overflow: hidden; }
.slide-progress-fill { height: 100%; width: 0%; background: var(--teal); border-radius: 2px; transition: none; }
.hero-tag { position: absolute; background: var(--white); border-left: 3px solid var(--orange); padding: 0.6rem 1rem; border-radius: 0 6px 6px 0; font-size: 0.8rem; font-weight: 600; color: var(--brown); box-shadow: 0 4px 16px rgba(0,0,0,0.1); z-index: 3; white-space: nowrap; }
.hero-tag-1 { bottom: 90px; left: 0; }
.hero-tag-2 { top: 80px; right: 10px; border-left: none; border-right: 3px solid var(--teal); border-radius: 6px 0 0 6px; color: var(--teal); }

/* PILLARS */
.pillars { background: var(--teal); color: var(--white); padding: 4rem 5vw; }
.pillars-label { font-size: 0.75rem; letter-spacing: 0.18em; text-transform: uppercase; font-weight: 600; color: var(--aqua); margin-bottom: 2.5rem; }
.pillars-v2 { padding: 5rem 5vw; }
.pillars-v2 .pillars-label { font-size: 0.85rem; text-align: center; }
.pillars-v2 .pillars-grid { gap: 2rem; }
.pillars-v2 .pillar { background: rgba(255,255,255,0.08); border-radius: 12px; padding: 2.5rem 2rem; }
.pillars-v2 .pillar h3 { font-size: 2rem; }
.pillars-v2 .pillar-accent { width: 48px; height: 4px; }
.pillars-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 3rem; }
.pillar h3 { font-family: var(--display); font-size: 1.6rem; font-weight: 700; margin-bottom: 1rem; }
.pillar-accent { width: 36px; height: 3px; margin-bottom: 1rem; border-radius: 2px; }
.pillar:nth-child(1) .pillar-accent { background: var(--yellow); }
.pillar:nth-child(2) .pillar-accent { background: var(--pink); }
.pillar:nth-child(3) .pillar-accent { background: var(--aqua); }
.pillar p { font-size: 0.95rem; line-height: 1.7; color: rgba(255,255,255,0.85); font-weight: 300; }

/* CONNECTED */
.connected { padding: 6rem 5vw; display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; align-items: center; }
.connected-images { position: relative; height: 480px; }
.img-card { position: absolute; border-radius: 8px; overflow: hidden; box-shadow: 0 8px 32px rgba(0,0,0,0.12); }
.img-card img { width: 100%; height: 100%; object-fit: cover; display: block; }
.img-card-main { width: 270px; height: 360px; top: 0; left: 0; }
.img-card-secondary { width: 250px; height: 300px; bottom: 0; right: 0; border: 4px solid var(--bg); }
.img-badge { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); background: var(--orange); color: var(--white); border-radius: 50%; width: 80px; height: 80px; display: flex; flex-direction: column; align-items: center; justify-content: center; font-family: var(--display); font-weight: 900; font-size: 1.6rem; line-height: 1; box-shadow: 0 4px 20px rgba(252,113,56,0.4); z-index: 3; }
.img-badge small { font-family: var(--body); font-size: 0.55rem; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; }
.connected-text h2 { font-family: var(--display); font-size: clamp(2rem, 3vw, 2.8rem); font-weight: 800; color: var(--brown); line-height: 1.15; margin-bottom: 1.5rem; }
.connected-text p { font-size: 1rem; line-height: 1.75; color: var(--gray-dk); margin-bottom: 1.2rem; font-weight: 300; }
.gain-list { list-style: none; margin-top: 1.5rem; display: flex; flex-direction: column; gap: 0.6rem; }
.gain-list li { display: flex; align-items: flex-start; gap: 0.75rem; font-size: 0.95rem; }
.gain-list li::before { content: ''; display: inline-block; width: 8px; height: 8px; border-radius: 50%; background: var(--teal); margin-top: 0.45em; flex-shrink: 0; }

/* PRICING */
.pricing { background: var(--white); padding: 6rem 5vw; }
.section-header { text-align: center; margin-bottom: 3.5rem; }
.section-eyebrow { font-size: 0.75rem; letter-spacing: 0.18em; text-transform: uppercase; font-weight: 600; color: var(--teal); margin-bottom: 0.75rem; }
.section-header h2 { font-family: var(--display); font-size: clamp(2rem, 3vw, 2.8rem); font-weight: 800; color: var(--brown); line-height: 1.15; }
.pricing-cards { display: grid; grid-template-columns: repeat(3,1fr); gap: 1.5rem; max-width: 1000px; margin: 0 auto 3.5rem; }
.pricing-card { border: 1px solid #e0d9ce; border-radius: 10px; padding: 2.5rem 2rem; position: relative; }
.pricing-card.featured { border-color: var(--teal); border-width: 2px; }
.featured-badge { position: absolute; top: -12px; left: 50%; transform: translateX(-50%); background: var(--teal); color: var(--white); font-size: 0.7rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; padding: 0.3rem 1rem; border-radius: 20px; white-space: nowrap; }
.card-tier { font-size: 0.75rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--teal); margin-bottom: 0.5rem; }
.card-name { font-family: var(--display); font-size: 1.5rem; font-weight: 700; color: var(--brown); margin-bottom: 0.5rem; }
.card-price { font-size: 2.8rem; font-weight: 700; color: var(--gray-dk); line-height: 1; margin-bottom: 0.25rem; }
.card-price sup { font-size: 1.2rem; vertical-align: super; }
.card-period { font-size: 0.8rem; color: #888; margin-bottom: 2rem; }
.card-btn { display: block; text-align: center; background: var(--bg); color: var(--teal); border: 2px solid var(--teal); padding: 0.75rem; border-radius: 4px; font-weight: 600; font-size: 0.9rem; text-decoration: none; margin-bottom: 2rem; transition: all 0.2s; cursor: pointer; }
.pricing-card .card-btn { background: var(--teal); color: var(--white); border-color: var(--teal); }
.pricing-card.featured .card-btn { background: var(--teal); color: var(--white); }
.compare-table { max-width: 1000px; margin: 0 auto; border-collapse: collapse; width: 100%; font-size: 0.92rem; }
.compare-table thead th { font-family: var(--display); font-weight: 700; color: var(--orange); padding: 1rem 1.5rem; text-align: center; border-bottom: 2px solid var(--tan); }
.compare-table thead th:first-child { text-align: left; }
.compare-table tbody tr { border-bottom: 1px solid #e8e1d6; }
.compare-table td { padding: 0.85rem 1.5rem; color: var(--gray-dk); text-align: center; vertical-align: middle; }
.compare-table td:first-child { text-align: left; }
.check { color: var(--teal); font-size: 1.1rem; font-weight: 700; }
.dash { color: #ccc; }
.optional-label { font-size: 0.78rem; color: var(--orange); font-weight: 600; }
.tier3-description { font-size: 0.88rem; color: var(--gray-dk); line-height: 1.65; font-style: italic; margin-bottom: 1.5rem; padding: 0.75rem 0; border-top: 1px solid #e8e1d6; border-bottom: 1px solid #e8e1d6; }

/* ABOUT */
.about { padding: 6rem 5vw; display: grid; grid-template-columns: 360px 1fr; gap: 5rem; align-items: start; }
.about-photo-wrap { position: relative; }
.about-photo-bg { position: absolute; width: 100%; height: 100%; background: var(--pink); border-radius: 10px; top: 16px; left: 16px; z-index: 0; }
.about-photo { position: relative; z-index: 1; width: 100%; border-radius: 10px; display: block; object-fit: cover; background: var(--tan); }
.about-orchid { position: absolute; bottom: -30px; right: -30px; width: 130px; z-index: 2; filter: drop-shadow(0 8px 20px rgba(0,0,0,0.2)); }
.about-text h2 { font-family: var(--display); font-size: clamp(2rem, 3vw, 2.6rem); font-weight: 800; color: var(--brown); line-height: 1.15; margin-bottom: 0.5rem; }
.about-title { font-size: 0.85rem; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; color: var(--orange); margin-bottom: 1.75rem; }
.about-text p { font-size: 1rem; line-height: 1.8; color: var(--gray-dk); margin-bottom: 1.2rem; font-weight: 300; }
.about-tags { display: flex; flex-wrap: wrap; gap: 0.6rem; margin-top: 1.5rem; }
.tag { background: var(--aqua); color: var(--teal); font-size: 0.78rem; font-weight: 600; padding: 0.35rem 0.85rem; border-radius: 20px; }
.tag-pink { background: var(--pink); color: var(--white); }

/* WHO */
.testimonials { background: var(--brown); color: var(--white); padding: 6rem 5vw; }
.testimonials .section-eyebrow { color: var(--yellow); }
.testimonials .section-header h2 { color: var(--white); }
.testimonial-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1.5rem; margin-top: 3rem; }
.testimonial-card { background: rgba(255,255,255,0.08); border-radius: 12px; padding: 2rem; display: flex; flex-direction: column; gap: 1.5rem; }
.testimonial-quote { font-family: var(--display); font-size: 1.05rem; font-style: italic; color: rgba(255,255,255,0.9); line-height: 1.7; }
.testimonial-author { display: flex; align-items: center; gap: 0.85rem; }
.author-avatar { width: 40px; height: 40px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 0.75rem; font-weight: 700; color: white; flex-shrink: 0; }
.author-name { font-size: 0.85rem; font-weight: 600; color: var(--white); }
.author-label { font-size: 0.75rem; color: rgba(255,255,255,0.5); margin-top: 0.1rem; }
.who .section-eyebrow { color: var(--yellow); }
.who .section-header h2 { color: var(--white); }
.who-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; margin-top: 3rem; }
.who-card { border-radius: 8px; overflow: hidden; position: relative; aspect-ratio: 3/4; }
.who-card img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 0.4s ease; }
.who-card:hover img { transform: scale(1.04); }
.who-card-overlay { position: absolute; bottom: 0; left: 0; right: 0; background: linear-gradient(to top, rgba(105,93,71,0.92) 0%, transparent 100%); padding: 2rem 1.25rem 1.25rem; }
.who-card-label { font-family: var(--display); font-size: 1.1rem; font-weight: 700; color: var(--white); margin-bottom: 0.3rem; }
.who-card-sub { font-size: 0.8rem; color: var(--aqua); }

/* CTA BAND */
.cta-band { background: var(--orange); padding: 5rem 5vw; text-align: center; position: relative; overflow: hidden; }
.cta-band::before { content: ''; position: absolute; width: 600px; height: 600px; border-radius: 50%; background: rgba(255,255,255,0.06); top: -200px; right: -100px; }
.cta-band h2 { font-family: var(--display); font-size: clamp(2rem, 3.5vw, 3rem); font-weight: 900; color: var(--white); margin-bottom: 1rem; position: relative; }
.cta-band p { color: rgba(255,255,255,0.88); font-size: 1.05rem; margin-bottom: 2.5rem; font-weight: 300; max-width: 500px; margin-left: auto; margin-right: auto; position: relative; }

/* SHARED BUTTONS */
.btn-primary { background: var(--orange); color: var(--white); padding: 0.85rem 2rem; border-radius: 4px; text-decoration: none; font-weight: 600; font-size: 0.95rem; transition: background 0.2s; display: inline-block; cursor: pointer; border: none; }
.btn-primary:hover { background: #e05a20; }
.btn-secondary { background: transparent; color: var(--teal); padding: 0.85rem 2rem; border-radius: 4px; border: 2px solid var(--teal); text-decoration: none; font-weight: 600; font-size: 0.95rem; transition: all 0.2s; display: inline-block; cursor: pointer; }
.btn-secondary:hover { background: var(--teal); color: var(--white); }
.inquiry-section { background: var(--white); padding: 6rem 5vw; }
.inquiry-intro { text-align: center; font-size: 1rem; color: var(--gray-dk); font-weight: 300; max-width: 560px; margin: -2rem auto 3rem; line-height: 1.7; }
.inquiry-form { max-width: 760px; margin: 0 auto; }
.inquiry-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.25rem; margin-bottom: 1.25rem; }
.form-group-full { grid-column: 1 / -1; }
.inquiry-section .form-group label { display: block; font-size: 0.82rem; font-weight: 600; color: var(--brown); margin-bottom: 0.4rem; letter-spacing: 0.05em; text-transform: uppercase; }
.req { color: var(--orange); }
.inquiry-section .form-group input,
.inquiry-section .form-group select,
.inquiry-section .form-group textarea { width: 100%; padding: 0.85rem 1rem; border: 1.5px solid #d4ccc0; border-radius: 6px; background: #faf8f5; font-family: var(--body); font-size: 0.95rem; color: var(--gray-dk); outline: none; transition: border-color 0.2s; resize: vertical; }
.inquiry-section .form-group input:focus,
.inquiry-section .form-group select:focus,
.inquiry-section .form-group textarea:focus { border-color: var(--teal); background: var(--white); }
.inquiry-submit { text-align: center; margin-top: 2rem; }
.inquiry-note { font-size: 0.78rem; color: #bbb; margin-top: 0.75rem; }
.inquiry-success { text-align: center; padding: 3rem; }
.success-icon { font-size: 3rem; color: var(--teal); margin-bottom: 1rem; }
.inquiry-success h3 { font-family: var(--display); font-size: 1.8rem; color: var(--brown); margin-bottom: 0.5rem; }
.inquiry-success p { color: var(--gray-dk); font-weight: 300; }
.btn-white { background: var(--white); color: var(--orange); padding: 1rem 2.5rem; border-radius: 4px; text-decoration: none; font-weight: 700; font-size: 1rem; display: inline-block; position: relative; cursor: pointer; border: none; }

/* FOOTER */
footer.main-footer { background: var(--gray-dk); color: rgba(255,255,255,0.7); padding: 2.5rem 5vw; display: flex; align-items: center; justify-content: space-between; font-size: 0.85rem; }
.footer-brand { font-family: var(--display); font-weight: 700; color: var(--white); font-size: 1rem; }
.footer-brand span { color: var(--aqua); }
footer.main-footer a { color: rgba(255,255,255,0.7); text-decoration: none; cursor: pointer; }
footer.main-footer a:hover { color: var(--aqua); }

/* ══════════════════════════════════════
   LOGIN PAGE
══════════════════════════════════════ */
.login-page {
  min-height: 100vh;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.login-left {
  background: var(--teal);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 4rem;
  position: relative;
  overflow: hidden;
}
.login-left::after {
  content: '';
  position: absolute;
  width: 500px; height: 500px;
  border-radius: 50%;
  background: rgba(255,255,255,0.05);
  bottom: -150px; left: -100px;
}
.login-brand {
  font-family: var(--display);
  font-size: 2rem;
  font-weight: 900;
  color: var(--white);
  margin-bottom: 0.5rem;
}
.login-brand span { color: var(--yellow); }
.login-tagline {
  color: rgba(255,255,255,0.75);
  font-size: 1rem;
  font-weight: 300;
  margin-bottom: 3rem;
  max-width: 320px;
  line-height: 1.6;
}
.login-brain {
  width: 640px;
  max-width: 100%;
  filter: drop-shadow(0 8px 30px rgba(0,0,0,0.2));
  position: relative;
  z-index: 1;
}
.login-right {
  background: var(--bg);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 4rem;
}
.login-form-wrap {
  max-width: 380px;
  width: 100%;
}
.login-title {
  font-family: var(--display);
  font-size: 2rem;
  font-weight: 800;
  color: var(--brown);
  margin-bottom: 0.5rem;
}
.login-sub {
  color: var(--gray-dk);
  font-size: 0.95rem;
  font-weight: 300;
  margin-bottom: 2.5rem;
}
.form-group {
  margin-bottom: 1.25rem;
}
.form-group label {
  display: block;
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--brown);
  margin-bottom: 0.4rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.form-group input {
  width: 100%;
  padding: 0.85rem 1rem;
  border: 1.5px solid #d4ccc0;
  border-radius: 6px;
  background: var(--white);
  font-family: var(--body);
  font-size: 0.95rem;
  color: var(--gray-dk);
  outline: none;
  transition: border-color 0.2s;
}
.form-group input:focus { border-color: var(--teal); }
.form-forgot {
  text-align: right;
  margin-top: -0.75rem;
  margin-bottom: 1.5rem;
}
.form-forgot a {
  font-size: 0.8rem;
  color: var(--teal);
  text-decoration: none;
  cursor: pointer;
}
.btn-sign-in {
  width: 100%;
  background: var(--teal);
  color: var(--white);
  border: none;
  padding: 0.95rem;
  border-radius: 6px;
  font-family: var(--body);
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.2s;
  margin-bottom: 1.25rem;
}
.btn-sign-in:hover { background: #006b5e; }
.divider {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.25rem;
  color: #b0a89a;
  font-size: 0.8rem;
}
.divider::before, .divider::after {
  content: '';
  flex: 1;
  height: 1px;
  background: #d4ccc0;
}
.btn-google {
  width: 100%;
  background: var(--white);
  color: var(--gray-dk);
  border: 1.5px solid #d4ccc0;
  padding: 0.9rem;
  border-radius: 6px;
  font-family: var(--body);
  font-size: 0.95rem;
  font-weight: 500;
  cursor: pointer;
  transition: border-color 0.2s, box-shadow 0.2s;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
}
.btn-google:hover { border-color: var(--teal); box-shadow: 0 2px 8px rgba(0,0,0,0.08); }
.google-icon { width: 20px; height: 20px; }
.login-back {
  margin-top: 2rem;
  font-size: 0.85rem;
  color: #b0a89a;
  cursor: pointer;
}
.login-back a { color: var(--teal); text-decoration: none; cursor: pointer; }

/* ══════════════════════════════════════
   SHARED DASHBOARD SHELL
══════════════════════════════════════ */
.dash-shell {
  display: grid;
  grid-template-columns: 240px 1fr;
  min-height: 100vh;
}
.dash-sidebar {
  background: var(--brown);
  display: flex;
  flex-direction: column;
  padding: 0;
  position: sticky;
  top: 0;
  height: 100vh;
  overflow-y: auto;
}
.sidebar-brand {
  padding: 1.75rem 1.5rem;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}
.sidebar-brand-name {
  font-family: var(--display);
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--white);
}
.sidebar-brand-name span { color: var(--yellow); }
.sidebar-role {
  font-size: 0.72rem;
  color: rgba(255,255,255,0.5);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-top: 0.2rem;
}
.sidebar-nav {
  flex: 1;
  padding: 1.5rem 0;
}
.sidebar-section-label {
  font-size: 0.65rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--orange);
  padding: 0.75rem 1.5rem 0.4rem;
  font-weight: 600;
}
.sidebar-nav a {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.65rem 1.5rem;
  text-decoration: none;
  color: rgba(255,255,255,0.7);
  font-size: 0.9rem;
  font-weight: 400;
  transition: all 0.15s;
  cursor: pointer;
  border-left: 3px solid transparent;
}
.sidebar-nav a:hover { color: var(--white); background: rgba(255,255,255,0.06); }
.sidebar-nav a.active { color: var(--white); background: rgba(255,255,255,0.1); border-left-color: var(--yellow); font-weight: 600; }
.sidebar-nav .nav-icon { font-size: 1rem; width: 20px; text-align: center; }
.sidebar-footer {
  padding: 1.5rem;
  border-top: 1px solid rgba(255,255,255,0.1);
}
.sidebar-user {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1rem;
}
.user-avatar {
  width: 36px; height: 36px;
  border-radius: 50%;
  background: var(--teal);
  display: flex; align-items: center; justify-content: center;
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--white);
  flex-shrink: 0;
}
.user-name { font-size: 0.85rem; font-weight: 600; color: var(--white); }
.user-email { font-size: 0.72rem; color: rgba(255,255,255,0.75); }
.btn-signout {
  width: 100%;
  background: transparent;
  border: 1px solid rgba(255,255,255,0.2);
  color: rgba(255,255,255,0.6);
  padding: 0.5rem;
  border-radius: 4px;
  font-family: var(--body);
  font-size: 0.8rem;
  cursor: pointer;
  transition: all 0.2s;
}
.btn-signout:hover { background: rgba(255,255,255,0.08); color: var(--white); }

/* DASH MAIN */
.dash-main {
  background: #f5f1eb;
  overflow-y: auto;
}
.dash-topbar {
  background: var(--white);
  border-bottom: 1px solid #e8e1d6;
  padding: 1.25rem 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.dash-topbar h1 {
  font-family: var(--display);
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--brown);
}
.topbar-meta { font-size: 0.85rem; color: #999; }
.dash-content { padding: 2rem; }

/* STUDENT DASH */
.welcome-banner {
  background: linear-gradient(135deg, var(--teal) 0%, #005f55 100%);
  border-radius: 12px;
  padding: 2rem 2.5rem;
  color: var(--white);
  margin-bottom: 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.welcome-banner h2 {
  font-family: var(--display);
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 0.4rem;
}
.welcome-banner p { color: rgba(255,255,255,0.8); font-size: 0.95rem; font-weight: 300; }
.progress-ring-wrap { text-align: center; }
.progress-ring-label { font-size: 0.75rem; color: rgba(255,255,255,0.7); margin-top: 0.4rem; letter-spacing: 0.05em; text-transform: uppercase; }

.stats-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  margin-bottom: 2rem;
}
.stat-card {
  background: var(--white);
  border-radius: 8px;
  padding: 1.25rem 1.5rem;
  border-top: 3px solid var(--tan);
}
.stat-card.accent-orange { border-top-color: var(--orange); }
.stat-card.accent-teal   { border-top-color: var(--teal); }
.stat-card.accent-pink   { border-top-color: var(--pink); }
.stat-card.accent-yellow { border-top-color: var(--yellow); }
.stat-card.accent-aqua { border-top-color: var(--aqua); }
.stat-label { font-size: 0.72rem; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; color: #999; margin-bottom: 0.4rem; }
.stat-value { font-family: var(--display); font-size: 2rem; font-weight: 700; color: var(--brown); line-height: 1; }
.stat-sub { font-size: 0.78rem; color: #aaa; margin-top: 0.2rem; }

.weeks-grid {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  margin-bottom: 2rem;
}

.week-card {
  background: var(--white);
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 1px 4px rgba(0,0,0,0.05);
}
.week-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.25rem 1.75rem;
  cursor: pointer;
  border-bottom: 1px solid transparent;
  transition: background 0.15s;
}
.week-header:hover { background: #faf8f5; }
.week-header.open { border-bottom-color: #e8e1d6; }
.week-badge {
  background: var(--teal);
  color: var(--white);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 0.25rem 0.75rem;
  border-radius: 20px;
  margin-right: 1rem;
  flex-shrink: 0;
}
.week-badge.completed { background: var(--brown); }
.week-badge.locked { background: #ccc; }
.week-title {
  font-family: var(--display);
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--brown);
  flex: 1;
}
.week-meta { font-size: 0.8rem; color: #aaa; margin-left: 1rem; white-space: nowrap; }
.week-chevron { font-size: 1rem; color: #ccc; margin-left: 1rem; transition: transform 0.2s; }
.week-chevron.open { transform: rotate(180deg); }

.week-body {
  display: none;
  padding: 1.5rem 1.75rem;
}
.week-body.open { display: block; }

.week-intro {
  font-size: 0.95rem;
  color: var(--gray-dk);
  font-weight: 300;
  line-height: 1.7;
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #f0ebe3;
}

.task-list {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.task-item {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem 1.25rem;
  background: #faf8f5;
  border-radius: 8px;
  border: 1px solid #ede7dc;
  transition: border-color 0.15s;
}
.task-item:hover { border-color: var(--teal); }
.task-icon {
  width: 36px; height: 36px;
  border-radius: 8px;
  display: flex; align-items: center; justify-content: center;
  font-size: 1rem;
  flex-shrink: 0;
}
.task-icon.video   { background: rgba(0,133,117,0.1); }
.task-icon.activity { background: rgba(252,113,56,0.1); }
.task-icon.goal    { background: rgba(244,224,142,0.3); }
.task-icon.resource { background: rgba(214,140,137,0.15); }
.task-info { flex: 1; }
.task-name { font-size: 0.9rem; font-weight: 600; color: var(--brown); }
.task-desc { font-size: 0.78rem; color: #999; margin-top: 0.1rem; }
.task-status {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 0.25rem 0.75rem;
  border-radius: 20px;
  flex-shrink: 0;
}
.status-done     { background: rgba(0,133,117,0.1); color: var(--teal); }
.status-pending  { background: rgba(252,113,56,0.1); color: var(--orange); }
.status-locked   { background: #f0ebe3; color: #bbb; }
.task-action {
  background: var(--teal);
  color: var(--white);
  border: none;
  padding: 0.45rem 1rem;
  border-radius: 4px;
  font-family: var(--body);
  font-size: 0.8rem;
  font-weight: 600;
  cursor: pointer;
  flex-shrink: 0;
  transition: background 0.15s;
}
.task-action:hover { background: #006b5e; }
.task-action.disabled { background: #ddd; color: #aaa; cursor: default; }

.coach-feedback {
  background: linear-gradient(135deg, rgba(163,231,217,0.3), rgba(163,231,217,0.1));
  border: 1px solid var(--aqua);
  border-radius: 8px;
  padding: 1.25rem 1.5rem;
  margin-top: 1.25rem;
}
.feedback-label {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--teal);
  margin-bottom: 0.5rem;
}
.feedback-text {
  font-size: 0.9rem;
  color: var(--gray-dk);
  line-height: 1.65;
  font-weight: 300;
}

/* ══════════════════════════════════════
   ADMIN DASHBOARD
══════════════════════════════════════ */
.admin-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  margin-bottom: 2rem;
}

.admin-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
  margin-bottom: 2rem;
}

.admin-card {
  background: var(--white);
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 1px 4px rgba(0,0,0,0.05);
}
.admin-card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.25rem 1.5rem;
  border-bottom: 1px solid #f0ebe3;
}
.admin-card-title {
  font-family: var(--display);
  font-size: 1rem;
  font-weight: 700;
  color: var(--brown);
}
.admin-card-body { padding: 1.5rem; }

.btn-sm {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--teal);
  color: var(--white);
  border: none;
  padding: 0.4rem 1rem;
  border-radius: 4px;
  font-family: var(--body);
  font-size: 0.78rem;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  transition: background 0.15s;
}
.btn-sm:hover { background: #006b5e; }
.btn-sm.secondary {
  background: transparent;
  color: var(--teal);
  border: 1.5px solid var(--teal);
}
.btn-sm.secondary:hover { background: var(--teal); color: var(--white); }
.btn-sm.danger { background: transparent; color: #c0392b; border: 1.5px solid #c0392b; }
.btn-sm.danger:hover { background: #c0392b; color: var(--white); }

/* Student roster */
.student-row {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 0.85rem 0;
  border-bottom: 1px solid #f0ebe3;
}
.student-row:last-child { border-bottom: none; }
.student-avatar {
  width: 36px; height: 36px;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 0.85rem; font-weight: 700; color: var(--white);
  flex-shrink: 0;
}
.student-info { flex: 1; }
.student-name { font-size: 0.9rem; font-weight: 600; color: var(--brown); }
.student-detail { font-size: 0.75rem; color: #999; }
.student-progress-bar {
  width: 80px;
  height: 6px;
  background: #eee;
  border-radius: 3px;
  overflow: hidden;
}
.student-progress-fill {
  height: 100%;
  background: var(--teal);
  border-radius: 3px;
}
.student-actions { display: flex; gap: 0.5rem; }

/* Week editor */
.week-edit-row {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 0.85rem 0;
  border-bottom: 1px solid #f0ebe3;
}
.week-edit-row:last-child { border-bottom: none; }
.week-num {
  background: var(--teal);
  color: var(--white);
  font-size: 0.7rem;
  font-weight: 700;
  width: 28px; height: 28px;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.week-edit-info { flex: 1; }
.week-edit-name { font-size: 0.9rem; font-weight: 600; color: var(--brown); }
.week-edit-meta { font-size: 0.75rem; color: #999; }
.week-edit-actions { display: flex; gap: 0.5rem; }

/* Video link form */
.form-inline {
  display: flex;
  gap: 0.5rem;
  margin-top: 1rem;
}
.form-inline input {
  flex: 1;
  padding: 0.6rem 0.85rem;
  border: 1.5px solid #d4ccc0;
  border-radius: 6px;
  font-family: var(--body);
  font-size: 0.85rem;
  outline: none;
}
.form-inline input:focus { border-color: var(--teal); }

/* Activity feed */
.activity-item {
  display: flex;
  gap: 1rem;
  padding: 0.75rem 0;
  border-bottom: 1px solid #f0ebe3;
  align-items: flex-start;
}
.activity-item:last-child { border-bottom: none; }
.activity-dot {
  width: 8px; height: 8px;
  border-radius: 50%;
  margin-top: 0.45em;
  flex-shrink: 0;
}
.dot-teal   { background: var(--teal); }
.dot-orange { background: var(--orange); }
.dot-pink   { background: var(--pink); }
.activity-text { font-size: 0.85rem; color: var(--gray-dk); line-height: 1.5; }
.activity-time { font-size: 0.72rem; color: #bbb; margin-top: 0.1rem; }

/* Full-width admin card */
.admin-card.full { grid-column: 1 / -1; }

/* ══════════════════════════════════════
   STUDENT PORTAL v5
══════════════════════════════════════ */

/* Section routing */
.student-section { display: none; }
.student-section.active { display: block; }

/* Sidebar pathway groups */
.sidebar-pathway-label { cursor: pointer; user-select: none; display: flex; justify-content: space-between; align-items: center; }
.pathway-chevron { font-size: 0.8rem; transition: transform 0.2s; }
.sidebar-group { overflow: hidden; transition: max-height 0.3s ease; max-height: 200px; }
.sidebar-group-collapsed { max-height: 0; }

/* Quick links on dashboard */
.dash-quicklinks { display: grid; grid-template-columns: repeat(4,1fr); gap: 1rem; margin-top: 1.5rem; }
.quicklink-btn { background: var(--white); border: 1.5px solid #e0d9ce; border-radius: 8px; padding: 1rem; font-family: var(--body); font-size: 0.85rem; font-weight: 600; color: var(--brown); cursor: pointer; transition: border-color 0.15s, box-shadow 0.15s; text-align: left; }
.quicklink-btn:hover { border-color: var(--teal); box-shadow: 0 2px 8px rgba(0,133,117,0.1); }

/* Calendar placeholder */
.placeholder-calendar { background: var(--white); border-radius: 10px; padding: 1.5rem; box-shadow: 0 1px 4px rgba(0,0,0,0.05); }
.placeholder-cal-header { display: flex; align-items: center; justify-content: space-between; margin-bottom: 1.25rem; }
.cal-month-label { font-family: var(--display); font-size: 1.1rem; font-weight: 700; color: var(--brown); }
.cal-nav { background: none; border: 1.5px solid #e0d9ce; border-radius: 4px; width: 32px; height: 32px; cursor: pointer; font-size: 1rem; color: var(--gray-dk); transition: border-color 0.15s; }
.cal-nav:hover { border-color: var(--teal); }
.placeholder-cal-grid { display: grid; grid-template-columns: repeat(7,1fr); gap: 4px; margin-bottom: 1rem; }
.cal-day-label { font-size: 0.72rem; font-weight: 700; color: #aaa; text-align: center; padding: 0.25rem 0; text-transform: uppercase; }
.cal-day { min-height: 64px; border: 1px solid #f0ebe3; border-radius: 6px; padding: 0.35rem 0.4rem; font-size: 0.8rem; color: var(--gray-dk); font-weight: 500; position: relative; }
.cal-day.empty { background: none; border-color: transparent; }
.cal-day.today { border-color: var(--teal); background: rgba(0,133,117,0.04); font-weight: 700; }
.cal-day.session { background: #faf8f5; }
.cal-event { font-size: 0.68rem; margin-top: 0.25rem; display: flex; flex-direction: column; gap: 2px; }
.status-chip { display: inline-block; font-size: 0.62rem; font-weight: 700; padding: 0.15rem 0.45rem; border-radius: 20px; text-transform: uppercase; letter-spacing: 0.05em; }
.chip-attended  { background: rgba(0,133,117,0.12); color: var(--teal); }
.chip-upcoming  { background: rgba(244,224,142,0.5); color: #7a6a00; }
.chip-cancelled { background: rgba(214,140,137,0.2); color: #a04040; }
.chip-absent    { background: rgba(105,93,71,0.12); color: var(--brown); }
.cal-legend { display: flex; gap: 0.75rem; flex-wrap: wrap; margin-top: 1rem; padding-top: 1rem; border-top: 1px solid #f0ebe3; }
.cal-zoom-note { margin-top: 1rem; font-size: 0.82rem; color: #aaa; font-style: italic; }

/* My Learning weeks */
.week-card { background: var(--white); border-radius: 10px; overflow: hidden; box-shadow: 0 1px 4px rgba(0,0,0,0.05); margin-bottom: 0.75rem; }
.week-header { display: flex; align-items: center; justify-content: space-between; padding: 1.1rem 1.5rem; cursor: pointer; border-bottom: 1px solid transparent; transition: background 0.15s; }
.week-header:hover { background: #faf8f5; }
.week-header.open { border-bottom-color: #e8e1d6; }
.week-left { display: flex; align-items: center; gap: 1rem; flex: 1; }
.week-num-badge { background: var(--teal); color: var(--white); font-size: 0.68rem; font-weight: 700; padding: 0.2rem 0.65rem; border-radius: 20px; white-space: nowrap; flex-shrink: 0; }
.week-num-badge.done { background: var(--brown); }
.week-num-badge.locked { background: #ccc; }
.week-theme { font-family: var(--display); font-size: 1rem; font-weight: 700; color: var(--brown); }
.week-right { display: flex; align-items: center; gap: 1rem; flex-shrink: 0; }
.week-date-meta { font-size: 0.78rem; color: #aaa; }
.week-chevron-icon { font-size: 0.85rem; color: #ccc; transition: transform 0.2s; }
.week-chevron-icon.open { transform: rotate(180deg); }
.week-body { display: none; padding: 1.25rem 1.5rem 1.5rem; }
.week-body.open { display: block; }

/* Nodes inside weeks */
.node-list { display: flex; flex-direction: column; gap: 0.6rem; margin-bottom: 1rem; }
.node-item { display: flex; align-items: center; gap: 1rem; padding: 0.85rem 1.1rem; background: #faf8f5; border-radius: 8px; border: 1px solid #ede7dc; transition: border-color 0.15s; }
.node-item:hover { border-color: var(--teal); }
.node-icon { width: 34px; height: 34px; border-radius: 8px; display: flex; align-items: center; justify-content: center; font-size: 0.95rem; flex-shrink: 0; }
.node-icon.win      { background: rgba(244,224,142,0.35); }
.node-icon.focus    { background: rgba(0,133,117,0.1); }
.node-icon.builder  { background: rgba(252,113,56,0.1); }
.node-icon.plan     { background: rgba(214,140,137,0.15); }
.node-icon.window   { background: rgba(163,231,217,0.3); }
.node-info { flex: 1; }
.node-name { font-size: 0.88rem; font-weight: 600; color: var(--brown); }
.node-desc { font-size: 0.75rem; color: #999; margin-top: 0.1rem; line-height: 1.4; }
.node-status { font-size: 0.68rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; padding: 0.2rem 0.65rem; border-radius: 20px; flex-shrink: 0; }
.node-done    { background: rgba(0,133,117,0.1); color: var(--teal); }
.node-pending { background: rgba(252,113,56,0.1); color: var(--orange); }
.node-locked  { background: #f0ebe3; color: #bbb; }
.node-action { background: var(--teal); color: var(--white); border: none; padding: 0.4rem 0.9rem; border-radius: 4px; font-family: var(--body); font-size: 0.78rem; font-weight: 600; cursor: pointer; flex-shrink: 0; transition: background 0.15s; }
.node-action:hover { background: #006b5e; }
.node-action.locked { background: #ddd; color: #aaa; cursor: default; }

/* Coach feedback in weeks */
.week-coach-feedback { background: linear-gradient(135deg,rgba(163,231,217,0.3),rgba(163,231,217,0.1)); border: 1px solid var(--aqua); border-radius: 8px; padding: 1.1rem 1.25rem; margin-top: 0.75rem; }
.wcf-label { font-size: 0.68rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--teal); margin-bottom: 0.4rem; }
.wcf-text { font-size: 0.88rem; color: var(--gray-dk); line-height: 1.65; font-weight: 300; }

/* Progress blocks */
.progress-block { background: var(--white); border-radius: 10px; margin-bottom: 1rem; box-shadow: 0 1px 4px rgba(0,0,0,0.05); overflow: hidden; }
.progress-block-header { display: flex; align-items: center; justify-content: space-between; padding: 1.1rem 1.5rem; cursor: pointer; transition: background 0.15s; }
.progress-block-header:hover { background: #faf8f5; }
.progress-block-title { font-family: var(--display); font-size: 1rem; font-weight: 700; }
.progress-chevron { font-size: 0.85rem; color: #aaa; transition: transform 0.2s; }
.progress-chevron.open { transform: rotate(180deg); }
.progress-block-body { padding: 1.25rem 1.5rem; border-top: 1px solid #f0ebe3; }
.progress-block-body.collapsed { display: none; }

/* Goals list */
.goals-week-block { margin-bottom: 1.25rem; }
.goals-week-label { font-size: 0.72rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--teal); margin-bottom: 0.6rem; }
.goals-row { background: #faf8f5; border: 1px solid #ede7dc; border-radius: 8px; padding: 0.85rem 1.1rem; margin-bottom: 0.5rem; }
.goals-row-title { font-size: 0.8rem; font-weight: 700; color: var(--orange); margin-bottom: 0.25rem; text-transform: uppercase; letter-spacing: 0.06em; }
.goals-row-text { font-size: 0.88rem; color: var(--gray-dk); font-weight: 300; }
.goals-empty { font-size: 0.85rem; color: #ccc; font-style: italic; }

/* Assignment tracker */
.tracker-toolbar { margin-bottom: 0.75rem; }
.tracker-wrap { overflow-x: auto; }
.tracker-table { width: 100%; border-collapse: collapse; font-size: 0.85rem; min-width: 520px; }
.tracker-table th { background: #f5f1eb; padding: 0.65rem 0.85rem; text-align: left; font-size: 0.72rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--brown); border-bottom: 2px solid #e8e1d6; }
.tracker-table td { padding: 0.6rem 0.85rem; border-bottom: 1px solid #f0ebe3; vertical-align: middle; }
.tracker-table .editable { outline: none; }
.tracker-table .editable:focus { background: rgba(0,133,117,0.05); border-radius: 4px; }
.tracker-input { width: 100%; border: none; background: transparent; font-family: var(--body); font-size: 0.85rem; color: var(--gray-dk); outline: none; padding: 0.2rem 0.25rem; }
.tracker-input:focus { background: rgba(0,133,117,0.06); border-radius: 4px; }
.tracker-status-select { border: 1.5px solid #d4ccc0; border-radius: 4px; padding: 0.25rem 0.5rem; font-family: var(--body); font-size: 0.8rem; background: white; cursor: pointer; }
.tracker-del { background: none; border: none; color: #ccc; cursor: pointer; font-size: 0.9rem; padding: 0.2rem 0.4rem; border-radius: 4px; transition: color 0.15s, background 0.15s; }
.tracker-del:hover { color: #c0392b; background: rgba(192,57,43,0.08); }

/* Coach feedback list */
.feedback-week-block { margin-bottom: 1rem; }
.feedback-week-label { font-size: 0.72rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--teal); margin-bottom: 0.5rem; }
.feedback-box { background: linear-gradient(135deg,rgba(163,231,217,0.3),rgba(163,231,217,0.1)); border: 1px solid var(--aqua); border-radius: 8px; padding: 1rem 1.25rem; font-size: 0.88rem; color: var(--gray-dk); line-height: 1.65; font-weight: 300; }
.feedback-empty { font-size: 0.85rem; color: #ccc; font-style: italic; padding: 0.5rem 0; }

/* Resources */
.resource-block { background: var(--white); border-radius: 10px; margin-bottom: 0.75rem; box-shadow: 0 1px 4px rgba(0,0,0,0.05); overflow: hidden; }
.resource-block-header { display: flex; align-items: center; justify-content: space-between; padding: 1rem 1.5rem; cursor: pointer; transition: background 0.15s; }
.resource-block-header:hover { background: #faf8f5; }
.resource-block-title { font-family: var(--display); font-size: 1rem; font-weight: 700; color: var(--brown); }
.resource-chevron { font-size: 0.85rem; color: #aaa; transition: transform 0.2s; }
.resource-chevron.open { transform: rotate(180deg); }
.resource-block-body { padding: 0.75rem 1.5rem 1.25rem; border-top: 1px solid #f0ebe3; }
.resource-block-body.collapsed { display: none; }
.resource-list { list-style: none; display: flex; flex-direction: column; gap: 0.5rem; }
.resource-list li a { font-size: 0.88rem; color: var(--teal); text-decoration: none; display: flex; align-items: center; gap: 0.4rem; }
.resource-list li a::before { content: "↓"; font-size: 0.75rem; }
.resource-list li a:hover { text-decoration: underline; }

/* FAQ */
.faq-list { margin-bottom: 2rem; }
.faq-item { border-bottom: 1px solid #f0ebe3; }
.faq-question { display: flex; justify-content: space-between; align-items: center; padding: 1rem 0; font-size: 0.95rem; font-weight: 600; color: var(--brown); cursor: pointer; transition: color 0.15s; }
.faq-question:hover { color: var(--teal); }
.faq-chevron { font-size: 0.8rem; color: #aaa; transition: transform 0.2s; }
.faq-chevron.open { transform: rotate(180deg); }
.faq-answer { display: none; padding: 0 0 1rem; font-size: 0.88rem; color: var(--gray-dk); line-height: 1.7; font-weight: 300; }
.faq-answer.open { display: block; }

/* Support forms */
.support-form-wrap { background: var(--white); border-radius: 10px; padding: 1.5rem; box-shadow: 0 1px 4px rgba(0,0,0,0.05); }
.support-form-title { font-family: var(--display); font-size: 1.1rem; font-weight: 700; color: var(--brown); margin-bottom: 1.25rem; }
.support-form .form-group { margin-bottom: 1rem; }
.support-form .form-group label { display: block; font-size: 0.8rem; font-weight: 600; color: var(--brown); margin-bottom: 0.4rem; text-transform: uppercase; letter-spacing: 0.05em; }
.support-form textarea { width: 100%; padding: 0.75rem 1rem; border: 1.5px solid #d4ccc0; border-radius: 6px; font-family: var(--body); font-size: 0.9rem; color: var(--gray-dk); resize: vertical; outline: none; transition: border-color 0.2s; }
.support-form textarea:focus { border-color: var(--teal); }
.support-success { margin-top: 0.75rem; font-size: 0.88rem; color: var(--teal); font-weight: 600; }

/* Empty semester */
.empty-semester { text-align: center; padding: 4rem 2rem; color: #bbb; font-style: italic; font-size: 0.95rem; }


/* Pathway buttons on dashboard */
.pathway-buttons { display: grid; grid-template-columns: 1fr 1fr; gap: 1.25rem; margin: 1.5rem 0 1.25rem; }
.pathway-btn { background: var(--white); border: 2px solid #e0d9ce; border-radius: 12px; padding: 1.75rem 2rem; text-align: left; cursor: pointer; transition: border-color 0.2s, box-shadow 0.2s, transform 0.15s; font-family: var(--body); }
.pathway-btn:hover { box-shadow: 0 4px 20px rgba(0,0,0,0.1); transform: translateY(-2px); }
.pathway-btn-fall:hover  { border-color: var(--orange); }
.pathway-btn-spring:hover { border-color: var(--teal); }
.pathway-btn-icon { font-size: 2rem; margin-bottom: 0.6rem; }
.pathway-btn-label { font-family: var(--display); font-size: 1.4rem; font-weight: 800; color: var(--brown); margin-bottom: 0.3rem; }
.pathway-btn-fall  .pathway-btn-label { color: var(--brown); }
.pathway-btn-spring .pathway-btn-label { color: var(--teal); }
.pathway-btn-sub { font-size: 0.82rem; color: #aaa; margin-bottom: 1rem; }
.pathway-progress-bar { height: 5px; background: #f0ebe3; border-radius: 3px; overflow: hidden; margin-bottom: 0.4rem; }
.pathway-progress-fill { height: 100%; background: var(--teal); border-radius: 3px; transition: width 0.4s ease; }
.pathway-btn-fall .pathway-progress-fill { background: var(--orange); }
.pathway-progress-label { font-size: 0.75rem; color: #aaa; }

/* Back button in topbar */
.topbar-back-btn { background: none; border: 1.5px solid #e0d9ce; color: var(--gray-dk); padding: 0.35rem 0.85rem; border-radius: 4px; font-family: var(--body); font-size: 0.8rem; cursor: pointer; transition: border-color 0.15s; }
.topbar-back-btn:hover { border-color: var(--teal); color: var(--teal); }

/* Pathway tabs */
.pathway-tabs { display: flex; gap: 0.5rem; margin-bottom: 1.5rem; border-bottom: 2px solid #e8e1d6; padding-bottom: 0; }
.pathway-tab { background: none; border: none; border-bottom: 3px solid transparent; margin-bottom: -2px; padding: 0.75rem 1.25rem; font-family: var(--body); font-size: 0.88rem; font-weight: 600; color: #aaa; cursor: pointer; transition: color 0.15s, border-color 0.15s; }
.pathway-tab:hover { color: var(--brown); }
.pathway-tab.active { color: var(--teal); border-bottom-color: var(--teal); }
.pathway-tab-content { display: none; }
.pathway-tab-content.active { display: block; }

/* Smaller quicklinks (3 on dashboard now) */
.dash-quicklinks { display: grid; grid-template-columns: repeat(3,1fr); gap: 1rem; margin-top: 0; }


.progress-week-item { margin-bottom: 1rem; }
.progress-week-item:last-child { margin-bottom: 0; }
.progress-week-item-label { font-size: 0.72rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--orange); margin-bottom: 0.4rem; }
.progress-week-item-body { font-size: 0.88rem; color: var(--gray-dk); font-weight: 300; line-height: 1.6; padding: 0.6rem 0.85rem; background: #faf8f5; border-radius: 6px; border: 1px solid #ede7dc; }

/* ── Interactive Calendar ── */
.placeholder-cal-grid { display: grid; grid-template-columns: repeat(7,1fr); gap: 4px; margin-bottom: 1rem; }
.cal-day-label { font-size: 0.72rem; font-weight: 700; color: #aaa; text-align: center; padding: 0.25rem 0; text-transform: uppercase; }
.cal-day { min-height: 60px; border: 1px solid #f0ebe3; border-radius: 6px; padding: 0.3rem 0.4rem; font-size: 0.8rem; color: var(--gray-dk); font-weight: 500; position: relative; background: white; }
.cal-day.empty { background: none; border-color: transparent; }
.cal-day.today { border-color: var(--teal); font-weight: 700; }
.cal-day.has-session { cursor: pointer; transition: box-shadow 0.15s, border-color 0.15s; }
.cal-day.has-session:hover { box-shadow: 0 2px 10px rgba(0,133,117,0.15); border-color: var(--teal); }
.cal-event { font-size: 0.65rem; margin-top: 0.2rem; display: flex; flex-direction: column; gap: 2px; }
.status-chip { display: inline-block; font-size: 0.6rem; font-weight: 700; padding: 0.12rem 0.4rem; border-radius: 20px; text-transform: uppercase; letter-spacing: 0.05em; }
.chip-attended  { background: rgba(0,133,117,0.12); color: var(--teal); }
.chip-upcoming  { background: rgba(244,224,142,0.5); color: #7a6a00; }
.chip-cancelled { background: rgba(214,140,137,0.2); color: #a04040; }
.chip-absent    { background: rgba(105,93,71,0.12); color: var(--brown); }

/* Session popup */
.session-popup-overlay { display: none; position: fixed; inset: 0; background: rgba(0,0,0,0.4); z-index: 200; }
.session-popup-overlay.open { display: block; }
.session-popup { display: none; position: fixed; top: 50%; left: 50%; transform: translate(-50%,-50%); background: white; border-radius: 12px; box-shadow: 0 12px 48px rgba(0,0,0,0.18); padding: 2rem; width: 360px; max-width: 90vw; z-index: 201; }
.session-popup.open { display: block; }
.session-popup-close { position: absolute; top: 1rem; right: 1rem; background: none; border: none; font-size: 1rem; color: #aaa; cursor: pointer; padding: 0.2rem 0.4rem; border-radius: 4px; transition: color 0.15s; }
.session-popup-close:hover { color: var(--gray-dk); }
.session-popup-header { margin-bottom: 1.25rem; }
.session-popup-date { font-family: var(--display); font-size: 1.2rem; font-weight: 700; color: var(--brown); margin-bottom: 0.35rem; }
.session-popup-status { display: inline-block; }
.session-popup-body { display: flex; flex-direction: column; gap: 0.85rem; }
.session-popup-row { display: flex; justify-content: space-between; align-items: center; padding: 0.65rem 0; border-bottom: 1px solid #f0ebe3; }
.session-popup-row:last-child { border-bottom: none; }
.session-popup-label { font-size: 0.75rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em; color: #aaa; }
.session-popup-value { font-size: 0.9rem; color: var(--gray-dk); font-weight: 500; }
.session-popup-zoom { font-size: 0.9rem; font-weight: 600; color: var(--teal); text-decoration: none; }
.session-popup-zoom:hover { text-decoration: underline; }
.session-popup-note { font-size: 0.8rem; color: #aaa; font-style: italic; padding-top: 0.5rem; }


/* ══ TUTOR DASHBOARD ══ */
.tutor-section { display: none; }
.tutor-section.active { display: block; }

.tutor-quick-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1rem; margin-top: 1.5rem; }
.tutor-quick-card { background: var(--white); border: 1.5px solid #e0d9ce; border-radius: 10px; padding: 1.25rem; display: flex; align-items: center; gap: 1rem; cursor: pointer; transition: border-color 0.15s, box-shadow 0.15s; }
.tutor-quick-card:hover { border-color: var(--teal); box-shadow: 0 2px 12px rgba(0,133,117,0.1); }
.tqc-icon { width: 44px; height: 44px; border-radius: 10px; display: flex; align-items: center; justify-content: center; font-size: 1.2rem; flex-shrink: 0; }
.tqc-body { flex: 1; }
.tqc-title { font-size: 0.9rem; font-weight: 600; color: var(--brown); margin-bottom: 0.2rem; }
.tqc-sub { font-size: 0.78rem; color: #aaa; }
.tqc-arrow { font-size: 1.1rem; color: #ccc; }

.tutor-notice { background: rgba(207,193,148,0.2); border: 1px solid var(--tan); border-left: 4px solid var(--orange); border-radius: 8px; padding: 1rem 1.25rem; display: flex; align-items: flex-start; gap: 0.75rem; margin-bottom: 1.5rem; font-size: 0.88rem; color: var(--gray-dk); line-height: 1.6; }
.tutor-notice-icon { font-size: 1.1rem; flex-shrink: 0; margin-top: 0.05rem; }

.roster-tier-badge { display: inline-block; font-size: 0.68rem; font-weight: 700; padding: 0.2rem 0.6rem; border-radius: 20px; text-transform: uppercase; letter-spacing: 0.06em; }
.tier-1 { background: rgba(163,231,217,0.3); color: var(--teal); }
.tier-2 { background: rgba(0,133,117,0.12); color: var(--teal); }
.tier-3 { background: rgba(252,113,56,0.12); color: var(--orange); }



.individual-assign-grid { display: flex; flex-direction: column; gap: 1.25rem; }
.ia-student-row { border: 1px solid #f0ebe3; border-radius: 8px; padding: 1rem 1.25rem; }
.ia-student-header { display: flex; align-items: center; gap: 0.75rem; margin-bottom: 0.85rem; }
.ia-student-name { font-weight: 600; color: var(--brown); font-size: 0.9rem; flex: 1; }
.ia-week-row { display: flex; flex-wrap: wrap; gap: 0.5rem; }
.ia-week-chip { font-size: 0.72rem; font-weight: 600; padding: 0.2rem 0.65rem; border-radius: 20px; border: 1.5px solid #e0d9ce; cursor: pointer; transition: all 0.15s; color: var(--gray-dk); }
.ia-week-chip.active { background: var(--teal); border-color: var(--teal); color: white; }
.ia-week-chip:hover:not(.active) { border-color: var(--teal); color: var(--teal); }

.submissions-filter-bar { display: flex; gap: 0.5rem; margin-bottom: 1.25rem; }
.sub-filter-btn { background: none; border: 1.5px solid #e0d9ce; border-radius: 20px; padding: 0.35rem 1rem; font-family: var(--body); font-size: 0.82rem; font-weight: 600; color: #aaa; cursor: pointer; transition: all 0.15s; }
.sub-filter-btn.active { background: var(--teal); border-color: var(--teal); color: white; }
.sub-filter-btn:hover:not(.active) { border-color: var(--teal); color: var(--teal); }

.sub-card { background: var(--white); border: 1px solid #e0d9ce; border-radius: 10px; padding: 1.25rem; margin-bottom: 0.75rem; display: flex; align-items: center; gap: 1rem; }
.sub-card.pending { border-left: 4px solid var(--orange); }
.sub-card.reviewed { border-left: 4px solid var(--teal); }
.sub-avatar { width: 36px; height: 36px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 0.8rem; font-weight: 700; color: white; flex-shrink: 0; }
.sub-info { flex: 1; }
.sub-student { font-size: 0.9rem; font-weight: 600; color: var(--brown); }
.sub-meta { font-size: 0.75rem; color: #aaa; margin-top: 0.1rem; }
.sub-preview { font-size: 0.82rem; color: var(--gray-dk); margin-top: 0.35rem; font-weight: 300; line-height: 1.5; }
.sub-status { font-size: 0.68rem; font-weight: 700; padding: 0.2rem 0.65rem; border-radius: 20px; text-transform: uppercase; letter-spacing: 0.06em; flex-shrink: 0; }
.sub-status.pending  { background: rgba(252,113,56,0.12); color: var(--orange); }
.sub-status.reviewed { background: rgba(0,133,117,0.1); color: var(--teal); }

.fq-card { background: var(--white); border: 1px solid #e0d9ce; border-left: 4px solid var(--pink); border-radius: 10px; padding: 1.25rem; margin-bottom: 0.75rem; }
.fq-header { display: flex; align-items: center; justify-content: space-between; margin-bottom: 0.85rem; }
.fq-student { font-size: 0.9rem; font-weight: 600; color: var(--brown); }
.fq-week { font-size: 0.75rem; color: var(--teal); font-weight: 600; }
.fq-textarea { width: 100%; padding: 0.75rem 1rem; border: 1.5px solid #d4ccc0; border-radius: 6px; font-family: var(--body); font-size: 0.88rem; color: var(--gray-dk); resize: vertical; outline: none; transition: border-color 0.2s; margin-bottom: 0.75rem; }
.fq-textarea:focus { border-color: var(--teal); }
.fq-confirm { display:none; font-size:0.8rem; color:var(--teal); font-weight:600; margin-top:0.35rem; }

.tutor-sessions-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; }
.session-row { display: flex; align-items: center; gap: 1rem; padding: 0.85rem 0; border-bottom: 1px solid #f0ebe3; }
.session-row:last-child { border-bottom: none; }
.session-info { flex: 1; }
.session-student { font-size: 0.88rem; font-weight: 600; color: var(--brown); }
.session-datetime { font-size: 0.75rem; color: #aaa; margin-top: 0.1rem; }
.session-actions { display: flex; gap: 0.5rem; align-items: center; }
.attendance-select { border: 1.5px solid #d4ccc0; border-radius: 4px; padding: 0.2rem 0.4rem; font-family: var(--body); font-size: 0.75rem; outline: none; cursor: pointer; }

/* Modals */
.modal-overlay { display: none; position: fixed; inset: 0; background: rgba(0,0,0,0.45); z-index: 300; }
.modal-overlay.open { display: block; }
.modal-panel { display: none; position: fixed; top: 50%; left: 50%; transform: translate(-50%,-50%); background: white; border-radius: 14px; box-shadow: 0 16px 60px rgba(0,0,0,0.2); width: 580px; max-width: 92vw; max-height: 85vh; overflow-y: auto; z-index: 301; }
.modal-panel.open { display: block; }
.modal-header { display: flex; align-items: center; justify-content: space-between; padding: 1.5rem 1.75rem 0; }
.modal-title { font-family: var(--display); font-size: 1.3rem; font-weight: 700; color: var(--brown); }
.modal-close { background: none; border: none; font-size: 1rem; color: #aaa; cursor: pointer; padding: 0.3rem 0.5rem; border-radius: 4px; }
.modal-close:hover { color: var(--gray-dk); }
.modal-tabs { display: flex; gap: 0; border-bottom: 2px solid #f0ebe3; padding: 0 1.75rem; margin-top: 1rem; }
.modal-tab { background: none; border: none; border-bottom: 3px solid transparent; margin-bottom: -2px; padding: 0.65rem 1rem; font-family: var(--body); font-size: 0.85rem; font-weight: 600; color: #aaa; cursor: pointer; }
.modal-tab.active { color: var(--teal); border-bottom-color: var(--teal); }
.modal-body { padding: 1.5rem 1.75rem 1.75rem; }
.modal-tab-content { display: none; }
.modal-tab-content.active { display: block; }
.modal-stat-row { display: grid; grid-template-columns: repeat(4,1fr); gap: 1rem; }
.modal-stat-label { font-size: 0.7rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em; color: #aaa; margin-bottom: 0.3rem; }
.modal-stat-val { font-size: 0.9rem; font-weight: 600; color: var(--brown); }
.modal-week-row { display: flex; align-items: center; gap: 0.75rem; padding: 0.5rem 0; border-bottom: 1px solid #f0ebe3; font-size: 0.85rem; }
.modal-week-row:last-child { border-bottom: none; }
.modal-week-badge { font-size: 0.65rem; font-weight: 700; padding: 0.15rem 0.5rem; border-radius: 10px; background: #f0ebe3; color: #aaa; flex-shrink: 0; }
.modal-week-badge.done { background: rgba(0,133,117,0.1); color: var(--teal); }


/* ── Assign Content Panel ── */
.assign-student-selector { margin-bottom: 1.5rem; }
.assign-selector-label { font-size: 0.82rem; font-weight: 600; color: var(--brown); margin-bottom: 0.85rem; text-transform: uppercase; letter-spacing: 0.06em; }
.assign-student-pills { display: flex; flex-wrap: wrap; gap: 0.6rem; }
.assign-student-pill { display: flex; align-items: center; gap: 0.5rem; border: 1.5px solid #e0d9ce; border-radius: 20px; padding: 0.35rem 0.9rem 0.35rem 0.5rem; cursor: pointer; transition: all 0.15s; font-size: 0.85rem; font-weight: 500; color: var(--gray-dk); background: var(--white); }
.assign-student-pill:hover { border-color: var(--teal); color: var(--teal); }
.assign-student-pill.active { border-color: var(--teal); background: rgba(0,133,117,0.06); color: var(--teal); font-weight: 600; }
.assign-pill-avatar { width: 24px; height: 24px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 0.65rem; font-weight: 700; color: white; flex-shrink: 0; }

.assign-panel { background: var(--white); border: 1px solid #e0d9ce; border-radius: 12px; overflow: hidden; margin-top: 0.5rem; }
.assign-panel-header { display: flex; align-items: center; gap: 1rem; padding: 1.25rem 1.5rem; background: #faf8f5; border-bottom: 1px solid #f0ebe3; }
.assign-panel-student { font-family: var(--display); font-size: 1.1rem; font-weight: 700; color: var(--brown); flex: 1; }

.assign-pathway-tabs { display: flex; gap: 0; border-bottom: 2px solid #f0ebe3; padding: 0 1.5rem; }
.assign-pathway-tab { background: none; border: none; border-bottom: 3px solid transparent; margin-bottom: -2px; padding: 0.75rem 1.25rem; font-family: var(--body); font-size: 0.88rem; font-weight: 600; color: #aaa; cursor: pointer; transition: color 0.15s; }
.assign-pathway-tab.active { color: var(--teal); border-bottom-color: var(--teal); }
.assign-pathway-content { display: none; padding: 1.5rem; }
.assign-pathway-content.active { display: block; }

.assign-weeks-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 0.85rem; }
.assign-week-card { border: 1.5px solid #e0d9ce; border-radius: 8px; padding: 1rem; }
.assign-week-card.unlocked { border-color: var(--teal); background: rgba(0,133,117,0.03); }
.assign-week-card.tier1-locked { opacity: 0.45; pointer-events: none; }
.awc-num { font-size: 0.68rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--teal); margin-bottom: 0.2rem; }
.awc-theme { font-size: 0.82rem; font-weight: 600; color: var(--brown); line-height: 1.35; margin-bottom: 0.75rem; }
.awc-toggle { display: flex; align-items: center; justify-content: space-between; }
.awc-status { font-size: 0.7rem; font-weight: 600; color: #aaa; }
.awc-status.on { color: var(--teal); }
.toggle-switch { position: relative; width: 36px; height: 20px; cursor: pointer; }
.toggle-switch input { opacity: 0; width: 0; height: 0; position: absolute; }
.toggle-track { position: absolute; inset: 0; background: #e0d9ce; border-radius: 20px; transition: background 0.2s; }
.toggle-switch input:checked + .toggle-track { background: var(--teal); }
.toggle-thumb { position: absolute; top: 3px; left: 3px; width: 14px; height: 14px; background: white; border-radius: 50%; transition: transform 0.2s; box-shadow: 0 1px 3px rgba(0,0,0,0.2); }
.toggle-switch input:checked ~ .toggle-thumb { transform: translateX(16px); }
.assign-tier1-note { display: flex; align-items: flex-start; gap: 0.6rem; background: rgba(207,193,148,0.2); border: 1px solid var(--tan); border-radius: 8px; padding: 0.85rem 1rem; font-size: 0.85rem; color: var(--gray-dk); line-height: 1.6; margin-bottom: 1rem; }


.active-pathway-chip { display:inline-block; font-size:0.62rem; font-weight:700; background:var(--teal); color:white; padding:0.1rem 0.45rem; border-radius:10px; margin-left:0.5rem; text-transform:uppercase; letter-spacing:0.05em; vertical-align:middle; }
.set-active-link { display:inline-block; font-size:0.7rem; font-weight:600; color:#aaa; margin-left:0.5rem; cursor:pointer; text-decoration:underline; vertical-align:middle; }
.set-active-link:hover { color:var(--teal); }
.assign-week-card.pathway-inactive { opacity:0.4; pointer-events:none; }
.enroll-row { display:flex; align-items:center; gap:0.85rem; padding:0.85rem 0; border-bottom:1px solid #f0ebe3; }
.enroll-row:last-child { border-bottom:none; }
.enroll-info { flex:1; }
.enroll-name { font-size:0.9rem; font-weight:600; color:var(--brown); margin-bottom:0.2rem; }
.enroll-meta { font-size:0.78rem; color:#aaa; display:flex; align-items:center; gap:0.4rem; }


/* ── Progress Report ── */
.progress-report { max-width: 780px; margin: 0 auto; font-family: var(--body); }
.report-header { text-align: center; padding: 2rem 0 1.5rem; border-bottom: 3px solid var(--teal); margin-bottom: 2rem; }
.report-logo-brand { font-family: var(--display); font-size: 1.4rem; font-weight: 900; color: var(--brown); margin-bottom: 0.25rem; }
.report-logo-brand span { color: var(--teal); }
.report-title { font-family: var(--display); font-size: 1.8rem; font-weight: 700; color: var(--gray-dk); margin-bottom: 0.25rem; }
.report-date { font-size: 0.82rem; color: #aaa; }
.report-section { background: var(--white); border-radius: 10px; padding: 1.75rem 2rem; margin-bottom: 1.25rem; box-shadow: 0 1px 4px rgba(0,0,0,0.05); }
.report-section-title { font-family: var(--display); font-size: 1.1rem; font-weight: 700; color: var(--brown); margin-bottom: 1.25rem; padding-bottom: 0.6rem; border-bottom: 2px solid #f0ebe3; }
.report-subsection-title { font-size: 0.82rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em; color: var(--teal); margin-bottom: 0.5rem; margin-top: 0.75rem; }
.report-info-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.report-info-item { background: #faf8f5; border-radius: 6px; padding: 0.75rem 1rem; }
.report-info-label { font-size: 0.72rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em; color: #aaa; margin-bottom: 0.25rem; }
.report-info-val { font-size: 0.9rem; font-weight: 600; color: var(--brown); }
.report-attendance-summary { display: flex; gap: 1.5rem; margin-bottom: 1.25rem; }
.report-att-stat { text-align: center; }
.report-att-num { display: block; font-family: var(--display); font-size: 2rem; font-weight: 700; color: var(--teal); line-height: 1; }
.report-att-label { font-size: 0.72rem; text-transform: uppercase; letter-spacing: 0.08em; color: #aaa; font-weight: 600; }
.report-table { width: 100%; border-collapse: collapse; font-size: 0.85rem; margin-top: 0.5rem; }
.report-table th { background: #f5f1eb; padding: 0.6rem 0.85rem; text-align: left; font-size: 0.72rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em; color: var(--brown); border-bottom: 2px solid #e8e1d6; }
.report-table td { padding: 0.6rem 0.85rem; border-bottom: 1px solid #f0ebe3; vertical-align: middle; }
.report-submission-row { padding: 1rem; background: #faf8f5; border-radius: 8px; margin-bottom: 0.75rem; border-left: 3px solid var(--teal); }
.report-sub-label { font-size: 0.75rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em; color: var(--teal); margin-bottom: 0.4rem; }
.report-sub-text { font-size: 0.88rem; color: var(--gray-dk); line-height: 1.65; margin-bottom: 0.4rem; }
.report-sub-feedback { font-size: 0.75rem; color: var(--teal); font-weight: 600; }
.report-sub-feedback.pending { color: var(--orange); }
.report-feedback-block { padding: 1rem; background: linear-gradient(135deg,rgba(163,231,217,0.25),rgba(163,231,217,0.08)); border: 1px solid var(--aqua); border-radius: 8px; margin-bottom: 0.75rem; }
.report-feedback-week { font-size: 0.72rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em; color: var(--teal); margin-bottom: 0.4rem; }
.report-feedback-text { font-size: 0.88rem; color: var(--gray-dk); line-height: 1.65; font-weight: 300; }
.report-empty { font-size: 0.85rem; color: #ccc; font-style: italic; }
.report-footer { text-align: center; padding: 1.5rem 0; border-top: 1px solid #e8e1d6; font-size: 0.82rem; color: #aaa; margin-top: 1rem; line-height: 1.8; }

@media print {
  .dash-sidebar, .dash-topbar, .topbar-back-btn, #report-notes { display: none !important; }
  .dash-main { margin: 0; padding: 0; }
  .progress-report { max-width: 100%; }
  .report-section { box-shadow: none; border: 1px solid #e8e1d6; }
}


/* ══ ADMIN DASHBOARD ══ */
.admin-section { display: none; }
.admin-section.active { display: block; }

.admin-dash-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; margin-top: 1.5rem; }
.a-org-row { display: flex; align-items: center; justify-content: space-between; padding: 0.85rem 0; border-bottom: 1px solid #f0ebe3; }
.a-org-row:last-child { border-bottom: none; }
.a-org-name { font-size: 0.9rem; font-weight: 600; color: var(--brown); }
.a-org-meta { font-size: 0.75rem; color: #aaa; margin-top: 0.1rem; }
.a-status-badge { display: inline-block; font-size: 0.68rem; font-weight: 700; padding: 0.2rem 0.65rem; border-radius: 20px; text-transform: uppercase; letter-spacing: 0.06em; }
.a-status-badge.active    { background: rgba(0,133,117,0.12); color: var(--teal); }
.a-status-badge.trial     { background: rgba(244,224,142,0.5); color: #7a6a00; }
.a-status-badge.suspended { background: rgba(214,140,137,0.2); color: #a04040; }

.curriculum-notice { background: rgba(163,231,217,0.2); border: 1px solid var(--aqua); border-radius: 8px; padding: 0.85rem 1.1rem; display: flex; align-items: flex-start; gap: 0.75rem; font-size: 0.85rem; color: var(--gray-dk); line-height: 1.6; margin-bottom: 1.5rem; }
.curriculum-pathway-card { background: var(--white); border: 1.5px solid #e0d9ce; border-radius: 10px; margin-bottom: 1rem; overflow: hidden; }
.curriculum-pathway-header { display: flex; align-items: center; justify-content: space-between; padding: 1.25rem 1.5rem; }
.curriculum-pathway-name { font-family: var(--display); font-size: 1.1rem; font-weight: 700; color: var(--brown); }
.curriculum-pathway-meta { font-size: 0.78rem; color: #aaa; margin-top: 0.15rem; }
.curriculum-weeks-list { border-top: 1px solid #f0ebe3; padding: 0.5rem 1.5rem; }
.curriculum-week-row { display: flex; align-items: center; gap: 0.85rem; padding: 0.7rem 0; border-bottom: 1px solid #f5f1eb; }
.curriculum-week-row:last-child { border-bottom: none; }
.curriculum-week-theme { font-size: 0.88rem; font-weight: 600; color: var(--brown); flex: 1; }

.admin-filter-bar { display: flex; gap: 0.75rem; flex-wrap: wrap; margin-bottom: 1.25rem; }
.analytics-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; }
.chart-placeholder { text-align: center; }
.chart-note { font-size: 0.75rem; color: #aaa; margin-top: 0.5rem; font-style: italic; }
.attendance-rate-display { text-align: center; }
.att-big { font-family: var(--display); font-size: 3rem; font-weight: 900; color: var(--teal); line-height: 1; }
.att-sub { font-size: 0.8rem; color: #aaa; margin: 0.25rem 0 1rem; }
.att-breakdown { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; font-size: 0.82rem; }

.announce-row { display: flex; align-items: center; justify-content: space-between; padding: 0.85rem 0; border-bottom: 1px solid #f0ebe3; }
.announce-row:last-child { border-bottom: none; }
.announce-subject { font-size: 0.9rem; font-weight: 600; color: var(--brown); }
.announce-meta { font-size: 0.75rem; color: #aaa; margin-top: 0.1rem; }
.announce-confirm { display: none; }

.a-form-label { display: block; font-size: 0.78rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em; color: var(--brown); margin-bottom: 0.4rem; }
.a-form-input { width: 100%; padding: 0.75rem 1rem; border: 1.5px solid #d4ccc0; border-radius: 6px; font-family: var(--body); font-size: 0.9rem; color: var(--gray-dk); outline: none; transition: border-color 0.2s; resize: vertical; }
.a-form-input:focus { border-color: var(--teal); }


/* ══ SITE CONTENT ══ */
.sc-tabs { display: flex; gap: 0; border-bottom: 2px solid #e8e1d6; margin-bottom: 1.5rem; }
.sc-tab { background: none; border: none; border-bottom: 3px solid transparent; margin-bottom: -2px; padding: 0.75rem 1.25rem; font-family: var(--body); font-size: 0.88rem; font-weight: 600; color: #aaa; cursor: pointer; transition: color 0.15s; white-space: nowrap; }
.sc-tab:hover { color: var(--brown); }
.sc-tab.active { color: var(--teal); border-bottom-color: var(--teal); }
.sc-panel { display: none; }
.sc-panel.active { display: block; }
.sc-field-group { margin-bottom: 1.25rem; }
.sc-label { display: block; font-size: 0.78rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em; color: var(--brown); margin-bottom: 0.35rem; }
.sc-hint { font-size: 0.78rem; color: #aaa; font-weight: 300; margin-bottom: 0.4rem; line-height: 1.5; font-style: italic; }
.sc-save-row { display: flex; align-items: center; padding-top: 0.5rem; border-top: 1px solid #f0ebe3; margin-top: 0.5rem; }
.sc-pillar-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1.25rem; margin-bottom: 1.25rem; }
.sc-pillar-card { background: #faf8f5; border: 1px solid #e8e1d6; border-radius: 8px; padding: 1.1rem; }
.sc-pillar-title { font-size: 0.75rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em; color: var(--teal); margin-bottom: 0.85rem; }
.sc-testimonial-card { background: #faf8f5; border: 1px solid #e8e1d6; border-radius: 8px; padding: 1.1rem; margin-bottom: 1rem; }
.sc-photo-placeholder { background: #f5f1eb; border: 2px dashed #d4ccc0; border-radius: 8px; padding: 1.5rem; text-align: center; font-size: 0.85rem; color: #aaa; margin-top: 0.4rem; }


/* ── For Organizations ── */
.schools-section { background: var(--brown); padding: 6rem 5vw; color: var(--white); }
.schools-inner { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 4rem; align-items: center; max-width: 1100px; margin: 0 auto; }
.schools-heading { font-family: var(--display); font-size: clamp(1.8rem, 3vw, 2.6rem); font-weight: 800; color: var(--white); line-height: 1.2; margin-bottom: 1.25rem; }
.schools-sub { font-size: 1rem; color: rgba(255,255,255,0.8); line-height: 1.75; font-weight: 300; margin-bottom: 1.75rem; max-width: 480px; }
.schools-feature-list { list-style: none; margin-bottom: 2rem; display: flex; flex-direction: column; gap: 0.75rem; }
.schools-feature-list li { font-size: 0.92rem; color: rgba(255,255,255,0.9); display: flex; align-items: flex-start; gap: 0.6rem; }
.schools-check { color: var(--aqua); font-weight: 700; flex-shrink: 0; margin-top: 0.1rem; }
.schools-price-card { background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.15); border-radius: 12px; padding: 1.5rem 1.75rem; margin-bottom: 1.75rem; max-width: 320px; }
.schools-price-label { font-size: 0.72rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--aqua); margin-bottom: 0.5rem; }
.schools-price-value { font-family: var(--display); font-size: 2.4rem; font-weight: 800; color: var(--white); line-height: 1; }
.schools-price-value sup { font-size: 1.1rem; vertical-align: super; }
.schools-price-period { font-size: 1rem; font-weight: 400; color: rgba(255,255,255,0.6); }
.schools-price-note { font-size: 0.78rem; color: rgba(255,255,255,0.55); margin-top: 0.5rem; }
.schools-visual { display: flex; align-items: center; justify-content: center; }
.schools-card-stack { display: flex; flex-direction: column; gap: 1rem; width: 100%; max-width: 280px; }
.schools-mini-card { background: var(--white); border-radius: 10px; padding: 1.25rem 1.5rem; box-shadow: 0 8px 24px rgba(0,0,0,0.2); }
.schools-mini-card.card-1 { transform: translateX(0); border-left: 4px solid var(--orange); }
.schools-mini-card.card-2 { transform: translateX(20px); border-left: 4px solid var(--teal); }
.schools-mini-card.card-3 { transform: translateX(40px); border-left: 4px solid var(--aqua); }
.schools-mini-label { font-family: var(--display); font-size: 0.95rem; font-weight: 700; color: var(--brown); margin-bottom: 0.2rem; }
.schools-mini-sub { font-size: 0.78rem; color: #999; }

@media (max-width: 860px) {
  .schools-inner { grid-template-columns: 1fr; gap: 2.5rem; }
  .schools-mini-card.card-1, .schools-mini-card.card-2, .schools-mini-card.card-3 { transform: none; }
}


/* ══ ORG ADMIN DASHBOARD ══ */
.orgadmin-section { display: none; }
.orgadmin-section.active { display: block; }