:root {
  --navy-950: #061a36;
  --navy-900: #09264c;
  --navy-850: #0b2f5d;
  --navy-800: #0d3a71;
  --blue: #155bb0;
  --cyan: #1fa7c9;
  --gold: #ffbf00;
  --gold-soft: #fff2be;
  --ink: #10233e;
  --muted: #64748b;
  --line: #dfe7f1;
  --surface: #f3f7fc;
  --white: #fff;
  --green: #16835e;
  --red: #b63838;
  --purple: #7748b8;
  --shadow: 0 22px 60px rgba(8, 34, 70, .12);
  --radius: 18px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: Inter, Aptos, "Segoe UI", Arial, sans-serif; line-height: 1.55; -webkit-font-smoothing: antialiased; }
body.modal-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button, input, select, textarea { font: inherit; }
button, select { cursor: pointer; }
button:focus-visible, a:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible { outline: 3px solid rgba(21, 91, 176, .3); outline-offset: 2px; }
.container { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.section { padding: 104px 0; }
.sr-only { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; color: var(--navy-800); font-size: 11px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow::before { width: 28px; height: 2px; background: var(--gold); content: ""; }
.eyebrow.light { color: #f8d86b; }
.button { min-height: 46px; padding: 0 22px; border: 1px solid transparent; border-radius: 10px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; font-size: 14px; font-weight: 750; transition: .2s ease; }
.button:hover { transform: translateY(-2px); }
.button.primary { color: #fff; background: var(--navy-800); box-shadow: 0 12px 28px rgba(13, 58, 113, .22); }
.button.secondary { color: var(--navy-900); background: #fff; border-color: #cfdae8; }
.button.gold { color: var(--navy-950); background: var(--gold); box-shadow: 0 12px 28px rgba(255, 191, 0, .2); }
.button.ghost { color: #fff; background: rgba(255,255,255,.04); border-color: rgba(255,255,255,.25); }
.button.wide { width: 100%; }
.text-link { color: var(--blue); font-weight: 750; }
.muted { color: var(--muted); }
.circuit-grid { position: absolute; inset: 0; opacity: .19; pointer-events: none; background-image: linear-gradient(rgba(255,255,255,.12) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.12) 1px, transparent 1px); background-size: 84px 84px; mask-image: linear-gradient(to bottom, #000, transparent 95%); }

/* Public navigation */
.topbar { color: #c7d4e4; background: var(--navy-950); font-size: 12px; }
.topbar-inner { height: 34px; display: flex; align-items: center; justify-content: space-between; }
.topbar span { display: flex; align-items: center; gap: 8px; }
.topbar i { width: 7px; height: 7px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 0 5px rgba(255,191,0,.09); }
.topbar a { color: #f5d76c; font-weight: 700; }
.site-header { position: sticky; z-index: 50; top: 0; background: rgba(255,255,255,.96); border-bottom: 1px solid rgba(10,44,87,.1); backdrop-filter: blur(12px); }
.nav-shell { min-height: 78px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 12px; }
.brand-logo { width: 48px; height: 48px; display: grid; place-items: center; border: 1px solid #dce6f1; border-radius: 50%; background: #fff; }
.brand-logo img { width: 42px; height: 42px; object-fit: contain; }
.brand > span:last-child { display: flex; flex-direction: column; line-height: 1.2; }
.brand strong { color: var(--navy-900); font-size: 14px; }
.brand small { margin-top: 4px; color: #77869b; font-size: 10px; }
.main-nav { display: flex; align-items: center; gap: 26px; }
.main-nav a { color: #43536a; font-size: 13px; font-weight: 720; }
.main-nav a:hover { color: var(--blue); }
.main-nav .nav-action { min-height: 44px; padding: 0 17px; display: inline-flex; align-items: center; border: 1px solid var(--navy-800); border-radius: 9px; color: var(--navy-900); }
.menu-toggle { width: 42px; height: 42px; padding: 10px; border: 1px solid var(--line); border-radius: 9px; background: #fff; display: none; flex-direction: column; justify-content: center; gap: 5px; }
.menu-toggle span { height: 2px; background: var(--navy-900); border-radius: 2px; }

/* Homepage */
.hero { position: relative; overflow: hidden; color: #fff; background: radial-gradient(circle at 82% 22%, rgba(35,111,192,.28), transparent 32%), linear-gradient(128deg, var(--navy-950), #0a376d 72%, #104a8e); }
.hero::after { position: absolute; width: 470px; height: 470px; right: -180px; top: -230px; border: 1px solid rgba(255,191,0,.15); border-radius: 50%; content: ""; }
.hero-grid { min-height: 740px; padding-block: 92px 80px; position: relative; z-index: 1; display: grid; grid-template-columns: 1.17fr .83fr; align-items: center; gap: 70px; }
.hero-copy h1 { max-width: 720px; margin: 28px 0 22px; font-size: clamp(48px, 5.6vw, 76px); line-height: .99; letter-spacing: -.055em; }
.hero-copy h1 em { display: block; color: var(--gold); font-style: normal; }
.hero-copy > p { max-width: 670px; margin: 0; color: #cbd8e8; font-size: 18px; line-height: 1.7; }
.hero-actions { margin-top: 32px; display: flex; gap: 12px; }
.hero-facts { margin-top: 64px; padding-top: 28px; border-top: 1px solid rgba(255,255,255,.16); display: flex; gap: 42px; }
.hero-facts span { color: #9fb3cb; font-size: 10px; font-weight: 700; letter-spacing: .1em; line-height: 1.25; text-transform: uppercase; display: grid; grid-template-columns: auto 1fr; gap: 0 9px; }
.hero-facts strong { grid-row: 1 / 3; color: #fff; font-size: 30px; letter-spacing: -.04em; }
.ecosystem-card { min-height: 520px; padding: 26px; border: 1px solid rgba(255,255,255,.19); border-radius: 23px; background: linear-gradient(145deg, rgba(255,255,255,.09), rgba(255,255,255,.035)); box-shadow: 0 30px 70px rgba(0,0,0,.2); backdrop-filter: blur(8px); }
.ecosystem-label { color: #9eb5cf; font-size: 10px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; display: flex; align-items: center; justify-content: space-between; }
.ecosystem-label i { width: 8px; height: 8px; margin-left: auto; margin-right: 8px; border-radius: 50%; background: #50d381; box-shadow: 0 0 0 6px rgba(80,211,129,.08); }
.ecosystem-core { position: relative; height: 270px; display: flex; flex-direction: column; align-items: center; justify-content: center; }
.ecosystem-core img { position: relative; z-index: 2; width: 114px; height: 114px; padding: 7px; object-fit: contain; border-radius: 50%; background: #fff; box-shadow: 0 18px 46px rgba(0,0,0,.3); }
.ecosystem-core small { margin-top: 18px; color: #90a9c3; font-size: 9px; letter-spacing: .18em; text-transform: uppercase; }
.ecosystem-core strong { font-size: 18px; }
.orbit { position: absolute; border: 1px solid rgba(255,255,255,.17); border-radius: 50%; }
.orbit.one { width: 190px; height: 190px; }
.orbit.two { width: 258px; height: 258px; }
.orbit::after { position: absolute; width: 8px; height: 8px; border-radius: 50%; background: var(--gold); content: ""; }
.orbit.one::after { right: 12px; top: 34px; }
.orbit.two::after { left: 20px; bottom: 46px; }
.ecosystem-list { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; }
.ecosystem-list span { min-height: 46px; padding: 7px 10px; border: 1px solid rgba(255,255,255,.09); border-radius: 9px; color: #bdcce0; background: rgba(5,27,56,.33); display: flex; align-items: center; gap: 10px; font-size: 9px; }
.ecosystem-list b { min-width: 40px; padding: 7px 5px; border-radius: 6px; color: #f4d15f; background: rgba(255,191,0,.12); text-align: center; }
.about-section { background: var(--surface); }
.about-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; }
.about-grid h2, .section-heading h2, .mission-wrap > h2 { margin: 20px 0 0; max-width: 580px; color: var(--navy-900); font-size: clamp(36px, 4.1vw, 56px); line-height: 1.08; letter-spacing: -.045em; }
.about-copy { color: #526278; font-size: 17px; }
.about-copy p:first-child { margin-top: 0; }
.stat-strip { margin-top: 70px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.stat-strip article { min-height: 148px; padding: 28px; border: 1px solid #dbe5f0; border-radius: 15px; background: #fff; display: grid; grid-template-columns: auto 1fr; column-gap: 18px; align-content: center; box-shadow: 0 10px 28px rgba(13,58,113,.05); }
.stat-strip article > span { grid-row: 1 / 3; width: 42px; height: 42px; display: grid; place-items: center; border-radius: 10px; color: var(--blue); background: #eaf2fc; font-size: 10px; font-weight: 850; }
.stat-strip strong { color: var(--navy-900); font-size: 30px; line-height: 1; }
.stat-strip small { margin-top: 7px; color: var(--muted); }
.concentrations-section { color: #fff; background: radial-gradient(circle at 50% 0, #0d427f, var(--navy-950) 64%); }
.section-heading.centered { max-width: 760px; margin-inline: auto; text-align: center; }
.section-heading.centered .eyebrow { justify-content: center; }
.section-heading.centered h2 { margin-inline: auto; color: #fff; }
.section-heading.centered > p { margin: 22px auto 0; color: #afc0d4; font-size: 17px; }
.concentration-grid { margin-top: 58px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.concentration-card { min-height: 330px; padding: 28px; border: 1px solid rgba(255,255,255,.12); border-radius: 16px; background: rgba(255,255,255,.035); display: flex; flex-direction: column; transition: .25s ease; }
.concentration-card:hover { transform: translateY(-6px); border-color: rgba(255,191,0,.6); background: rgba(255,255,255,.075); }
.concentration-card > div { display: flex; align-items: center; justify-content: space-between; }
.concentration-card .code { padding: 8px 12px; border-radius: 7px; color: var(--navy-950); background: var(--gold); font-size: 11px; font-weight: 900; }
.concentration-card > div small { color: #8ea8c5; font-weight: 800; letter-spacing: .14em; }
.concentration-card h3 { margin: 28px 0 12px; font-size: 18px; line-height: 1.3; }
.concentration-card > p { margin: 0; color: #aabbd0; font-size: 13px; line-height: 1.7; }
.concentration-card footer { margin-top: auto; padding-top: 24px; display: flex; align-items: end; justify-content: space-between; }
.concentration-card footer span { color: #8099b6; font-size: 8px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.concentration-card footer b { color: var(--gold); font-size: 28px; font-weight: 300; }
.vision-section { background: #fff; }
.vision-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 78px; align-items: start; }
.vision-card { min-height: 590px; padding: 60px; position: sticky; top: 110px; overflow: hidden; border-radius: 24px; color: #fff; background: linear-gradient(145deg, var(--navy-950), #0d427f); box-shadow: var(--shadow); }
.vision-card::after { position: absolute; width: 320px; height: 320px; right: -120px; bottom: -110px; border: 45px solid rgba(255,191,0,.08); border-radius: 50%; content: ""; }
.vision-card > p { margin: 60px 0 0; font-size: 36px; line-height: 1.35; letter-spacing: -.035em; }
.vision-card em { color: var(--gold); font-style: normal; }
.vision-mark { position: absolute; left: 60px; bottom: 55px; color: #7790ac; font-size: 10px; font-weight: 850; letter-spacing: .15em; }
.mission-list { margin-top: 38px; border-top: 1px solid var(--line); }
.mission-list article { padding: 26px 0; border-bottom: 1px solid var(--line); display: grid; grid-template-columns: 46px 1fr; gap: 20px; }
.mission-list article > span { width: 40px; height: 40px; display: grid; place-items: center; border-radius: 10px; color: var(--blue); background: #eaf2fc; font-size: 10px; font-weight: 850; }
.mission-list h3 { margin: 0 0 7px; font-size: 17px; }
.mission-list p { margin: 0; color: var(--muted); font-size: 14px; }
.activities-section { background: var(--surface); }
.section-heading.split { display: flex; align-items: end; justify-content: space-between; gap: 50px; }
.section-heading.split > p { max-width: 440px; color: var(--muted); }
.activity-grid { margin-top: 54px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.activity-card { overflow: hidden; border: 1px solid #dce5ef; border-radius: 17px; background: #fff; box-shadow: 0 12px 32px rgba(8,34,70,.07); }
.activity-image { height: 230px; position: relative; overflow: hidden; background: #dce7f4; }
.activity-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.activity-card:hover img { transform: scale(1.035); }
.activity-image > span { position: absolute; left: 17px; top: 17px; padding: 7px 10px; border-radius: 7px; color: var(--navy-950); background: var(--gold); font-size: 10px; font-weight: 850; }
.activity-body { padding: 24px; }
.activity-body small { color: var(--blue); font-size: 10px; font-weight: 750; line-height: 1.45; }
.activity-body h3 { margin: 12px 0 8px; color: var(--navy-900); font-size: 19px; line-height: 1.3; }
.activity-body p { margin: 0; color: var(--muted); font-size: 13px; }
.home-cta { padding-top: 0; background: var(--surface); }
.cta-panel { padding: 58px; border-radius: 24px; color: #fff; background: linear-gradient(125deg, var(--navy-950), #0e4a8f); display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.cta-panel h2 { max-width: 690px; margin: 18px 0 0; font-size: clamp(30px, 4vw, 48px); line-height: 1.1; letter-spacing: -.04em; }
.cta-panel > div:last-child { display: flex; flex-direction: column; gap: 10px; min-width: 235px; }

/* Directory */
.directory-hero { position: relative; overflow: hidden; color: #fff; background: linear-gradient(120deg, var(--navy-950), #0e4b91); }
.directory-hero-grid { min-height: 450px; padding-block: 70px; position: relative; z-index: 1; display: grid; grid-template-columns: 1.15fr .85fr; align-items: center; gap: 70px; }
.directory-hero h1 { max-width: 680px; margin: 24px 0 20px; font-size: clamp(48px, 5vw, 70px); line-height: 1.03; letter-spacing: -.055em; }
.directory-hero h1 em { display: block; color: var(--gold); font-style: normal; }
.directory-hero p { max-width: 650px; color: #bdccde; font-size: 17px; }
.directory-hero-grid > div:first-child > .button { margin-top: 18px; }
.directory-summary { border: 1px solid rgba(255,255,255,.2); border-radius: 17px; background: rgba(255,255,255,.07); display: grid; grid-template-columns: repeat(3, 1fr); }
.directory-summary span { min-height: 128px; padding: 28px; display: flex; flex-direction: column; justify-content: center; }
.directory-summary span + span { border-left: 1px solid rgba(255,255,255,.14); }
.directory-summary strong { font-size: 32px; }
.directory-summary small { margin-top: 6px; color: #aebfd2; font-size: 9px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.directory-content { padding: 66px 0 100px; background: var(--surface); }
.directory-insights { margin-bottom: 28px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.directory-insights article { min-height: 112px; padding: 23px; border: 1px solid #dce5ef; border-radius: 14px; background: #fff; display: flex; align-items: center; gap: 17px; }
.directory-insights article > span { width: 40px; height: 40px; display: grid; place-items: center; border-radius: 10px; color: var(--blue); background: #eaf2fc; font-size: 9px; font-weight: 850; }
.directory-insights strong { display: block; font-size: 25px; }
.directory-insights small { color: var(--muted); }
.directory-panel, .dashboard-panel { border: 1px solid #dce5ef; border-radius: 18px; background: #fff; box-shadow: 0 16px 45px rgba(8,34,70,.075); }
.directory-panel-head { padding: 42px; display: flex; align-items: end; justify-content: space-between; gap: 30px; }
.directory-panel-head h2 { margin: 14px 0 5px; color: var(--navy-900); font-size: 32px; letter-spacing: -.035em; }
.directory-panel-head p { margin: 0; color: var(--muted); }
.directory-tabs { padding: 5px; border-radius: 11px; background: #edf3fa; display: flex; }
.directory-tabs button { min-height: 43px; padding: 0 17px; border: 0; border-radius: 8px; color: #718097; background: transparent; font-weight: 750; }
.directory-tabs button.active { color: var(--navy-900); background: #fff; box-shadow: 0 5px 14px rgba(13,58,113,.1); }
.directory-tabs span { margin-left: 5px; color: #9aabc0; font-size: 11px; }
.directory-tools { padding: 0 42px 22px; display: grid; grid-template-columns: 1fr 320px; gap: 14px; }
.search-field { min-height: 50px; padding: 0 15px; border: 1px solid #d8e2ed; border-radius: 10px; display: flex; align-items: center; gap: 10px; background: #fff; }
.search-field > span { color: #8191a5; font-size: 19px; }
.search-field input { width: 100%; border: 0; outline: 0; color: var(--ink); background: transparent; }
.filter-field { min-height: 50px; padding: 0 14px; border: 1px solid #d8e2ed; border-radius: 10px; display: flex; align-items: center; gap: 13px; }
.filter-field > span { color: var(--muted); font-size: 11px; font-weight: 750; text-transform: uppercase; }
.filter-field select { flex: 1; min-width: 0; border: 0; outline: 0; color: var(--navy-900); background: #fff; font-size: 13px; }
.directory-result { min-height: 50px; padding: 0 42px; border-top: 1px solid #edf1f6; background: #f8fafc; display: flex; align-items: center; justify-content: space-between; color: var(--muted); font-size: 12px; }
.directory-result button { border: 0; color: var(--blue); background: none; font-weight: 750; }
.table-wrap { width: 100%; overflow-x: auto; }
.data-table { width: 100%; border-collapse: collapse; }
.data-table th { height: 48px; padding: 0 22px; color: #90a2b7; background: var(--navy-900); font-size: 9px; font-weight: 850; letter-spacing: .13em; text-align: left; text-transform: uppercase; }
.data-table td { padding: 17px 22px; border-bottom: 1px solid #e8eef5; color: #43536a; font-size: 13px; vertical-align: middle; }
.data-table td > strong { display: block; color: #1b304c; font-size: 12px; }
.data-table td > small { display: block; margin-top: 4px; color: #8292a6; font-size: 10px; }
.data-table code { color: var(--navy-800); font: 700 12px ui-monospace, SFMono-Regular, Consolas, monospace; }
.identity { display: flex; align-items: center; gap: 12px; }
.identity i { flex: 0 0 auto; width: 38px; height: 38px; display: grid; place-items: center; border-radius: 10px; color: var(--blue); background: #eaf2fc; font-size: 10px; font-style: normal; font-weight: 850; }
.identity strong { color: var(--ink); font-size: 12px; }
.identity small { display: block; color: #8a9aaf; font-size: 9px; }
.chip, .position-chip { padding: 6px 9px; border-radius: 7px; color: #285d92; background: #edf4fc; font-size: 9px; font-weight: 750; }
.position-chip { color: #6f5410; background: #fff5d0; }
.directory-empty { padding: 50px 24px; text-align: center; }
.directory-empty strong { color: var(--navy-900); font-size: 18px; }
.directory-empty p { margin: 6px 0 0; color: var(--muted); }
.pagination { min-height: 72px; padding: 0 32px; display: flex; align-items: center; justify-content: space-between; }
.pagination button, .dashboard-pagination a { min-height: 38px; padding: 0 13px; border: 1px solid #d6e0eb; border-radius: 8px; color: var(--navy-800); background: #fff; font-weight: 700; }
.pagination button:disabled { opacity: .4; cursor: not-allowed; }
.pagination span { color: var(--muted); font-size: 12px; }
.source-note { margin: 18px 0 0; color: #7b8da3; font-size: 11px; text-align: center; }

/* Public registration */
.register-hero { min-height: 820px; padding: 78px 0 95px; position: relative; overflow: hidden; color: #fff; background: radial-gradient(circle at 16% 16%, rgba(31,167,201,.2), transparent 29%), linear-gradient(128deg, var(--navy-950), #0a376d 72%, #104a8e); }
.register-layout { position: relative; z-index: 1; display: grid; grid-template-columns: .88fr 1.12fr; align-items: start; gap: 72px; }
.register-intro { padding-top: 30px; position: sticky; top: 140px; }
.register-intro h1 { max-width: 600px; margin: 25px 0 20px; font-size: clamp(45px, 5vw, 68px); line-height: 1.02; letter-spacing: -.055em; }
.register-intro h1 em { display: block; color: var(--gold); font-style: normal; }
.register-intro > p { max-width: 590px; color: #c0d0e2; font-size: 16px; line-height: 1.7; }
.approval-steps { margin-top: 40px; display: grid; gap: 13px; }
.approval-steps article { padding: 15px 17px; border: 1px solid rgba(255,255,255,.13); border-radius: 12px; background: rgba(255,255,255,.045); display: grid; grid-template-columns: 42px 1fr; gap: 13px; align-items: center; }
.approval-steps article > span { width: 40px; height: 40px; display: grid; place-items: center; border-radius: 10px; color: var(--navy-950); background: var(--gold); font-size: 9px; font-weight: 900; }
.approval-steps strong, .approval-steps small { display: block; }.approval-steps strong { font-size: 13px; }.approval-steps small { margin-top: 2px; color: #aebfd2; font-size: 10px; }
.register-privacy { margin-top: 18px; padding: 13px 15px; border-radius: 10px; color: #b9d2e8; background: rgba(4,20,42,.38); display: flex; align-items: start; gap: 10px; }
.register-privacy span { color: #72dda9; font-weight: 900; }.register-privacy p { margin: 0; font-size: 10px; }
.register-card { padding: 42px; border: 1px solid rgba(255,255,255,.18); border-radius: 24px; color: var(--ink); background: #fff; box-shadow: 0 34px 85px rgba(0,0,0,.25); }
.register-card-head > span { color: var(--blue); font-size: 9px; font-weight: 850; letter-spacing: .15em; text-transform: uppercase; }
.register-card-head h2 { margin: 7px 0 5px; color: var(--navy-900); font-size: 31px; letter-spacing: -.04em; }.register-card-head p { margin: 0; color: var(--muted); font-size: 12px; }
.register-alert { margin-top: 22px; padding: 14px 16px; border-radius: 10px; display: flex; align-items: start; gap: 10px; font-size: 12px; }
.register-alert.success { color: #0f6447; background: #e9f8f1; }.register-alert.error { color: #8f2d2d; background: #fff0f0; }.register-alert > span { font-weight: 900; }.register-alert p { margin: 0; }
.register-form { margin-top: 28px; display: grid; grid-template-columns: 1fr 1fr; gap: 17px; }
.register-form label:not(.consent-field) { display: flex; flex-direction: column; gap: 7px; }.register-form .full { grid-column: 1 / -1; }
.register-form label > span, .rejection-reason > span { color: #526177; font-size: 10px; font-weight: 800; }
.register-form input, .register-form select, .register-form textarea, .rejection-reason textarea { width: 100%; border: 1px solid #d7e1ec; border-radius: 9px; color: var(--ink); background: #fbfdff; }
.register-form input, .register-form select { min-height: 50px; padding: 0 13px; }.register-form textarea, .rejection-reason textarea { padding: 12px 13px; resize: vertical; }
.register-form input:focus, .register-form select:focus, .register-form textarea:focus { border-color: #7ca8d5; background: #fff; }
.consent-field { padding: 13px; border: 1px solid #dce5ef; border-radius: 9px; background: #f5f8fc; display: grid; grid-template-columns: 18px 1fr; align-items: start; gap: 10px; cursor: pointer; }.consent-field input { width: 17px; height: 17px; margin: 2px 0 0; }.consent-field span { font-weight: 500 !important; line-height: 1.55; }
.register-submit { grid-column: 1 / -1; min-height: 54px; margin-top: 3px; border: 0; }.register-submit span { margin-left: auto; font-size: 18px; }
.register-help { margin: 18px 0 0; color: var(--muted); font-size: 11px; text-align: center; }.register-help a { color: var(--blue); font-weight: 750; }
.form-honeypot { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }

/* Footer */
.site-footer { padding: 70px 0 24px; color: #a9b9cc; background: var(--navy-950); }
.footer-grid { display: grid; grid-template-columns: 1.4fr .7fr .7fr; gap: 70px; }
.footer-grid > div:not(.footer-brand) { display: flex; flex-direction: column; gap: 12px; }
.footer-grid > div > strong { margin-bottom: 8px; color: #fff; }
.footer-grid a { font-size: 13px; }
.footer-grid a:hover { color: var(--gold); }
.footer-brand { display: grid; grid-template-columns: 52px 1fr; gap: 14px; }
.footer-brand img { width: 52px; height: 52px; padding: 4px; border-radius: 50%; background: #fff; }
.footer-brand > div { display: flex; flex-direction: column; }
.footer-brand strong { color: #fff; }
.footer-brand p { grid-column: 1 / -1; max-width: 480px; margin: 8px 0 0; font-size: 13px; }
.footer-bottom { margin-top: 50px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.1); display: flex; justify-content: space-between; font-size: 11px; }

/* Admin login */
.admin-login-page { min-height: 100vh; background: var(--surface); }
.login-shell { min-height: 100vh; display: grid; grid-template-columns: 1.05fr .95fr; }
.login-visual { min-height: 100vh; padding: 54px max(52px, 8vw); position: relative; overflow: hidden; color: #fff; background: radial-gradient(circle at 75% 20%, rgba(35,111,192,.3), transparent 30%), linear-gradient(145deg, var(--navy-950), #0b3e78); display: flex; flex-direction: column; justify-content: space-between; }
.login-visual > *:not(.circuit-grid) { position: relative; z-index: 1; }
.login-brand { display: inline-flex; align-items: center; gap: 13px; }
.login-brand img { width: 53px; height: 53px; padding: 4px; border-radius: 50%; background: #fff; }
.login-brand span { display: flex; flex-direction: column; }
.login-brand strong { color: inherit; }
.login-brand small { color: #a9bdd4; }
.login-visual h1 { max-width: 560px; margin: 25px 0 20px; font-size: clamp(46px, 5vw, 70px); line-height: 1.03; letter-spacing: -.055em; }
.login-visual p { max-width: 560px; color: #bccde0; font-size: 17px; }
.login-security { color: #8ea7c3; }
.login-form-panel { padding: 48px; display: grid; place-items: center; }
.login-card { width: min(440px, 100%); padding: 45px; border: 1px solid #dce5ef; border-radius: 20px; background: #fff; box-shadow: var(--shadow); }
.login-card h2 { margin: 16px 0 7px; font-size: 34px; letter-spacing: -.04em; }
.login-card > p { margin: 0 0 26px; color: var(--muted); }
.auth-form, .installer-form { display: grid; gap: 17px; }
.auth-form label, .installer-form label, .member-form-grid label { display: grid; gap: 7px; }
.auth-form label > span, .installer-form label > span, .member-form-grid label > span { color: #40516a; font-size: 11px; font-weight: 750; }
input, select, textarea { border: 1px solid #d6e0eb; border-radius: 9px; color: var(--ink); background: #fff; }
.auth-form input, .installer-form input, .member-form-grid input, .member-form-grid select, .member-form-grid textarea { width: 100%; min-height: 48px; padding: 11px 13px; }
textarea { resize: vertical; }
.back-link { margin-top: 23px; display: block; color: var(--blue); font-size: 12px; font-weight: 700; text-align: center; }
.form-alert, .dashboard-alert { padding: 13px 15px; border-radius: 9px; font-size: 13px; }
.form-alert.error, .dashboard-alert.error { color: #842b2b; border: 1px solid #f0caca; background: #fff0f0; }
.form-alert.success, .dashboard-alert.success { color: #176948; border: 1px solid #bde6d5; background: #ecfbf4; }
.form-alert ul { margin: 8px 0 0; padding-left: 18px; }

/* Dashboard */
.dashboard-page { background: #f1f5fa; }
.dashboard-shell { min-height: 100vh; display: grid; grid-template-columns: 265px 1fr; }
.dashboard-sidebar { min-height: 100vh; padding: 26px 20px; position: sticky; z-index: 30; left: 0; top: 0; color: #b9c8da; background: var(--navy-950); display: flex; flex-direction: column; }
.dashboard-brand { padding: 0 7px 25px; border-bottom: 1px solid rgba(255,255,255,.1); display: flex; align-items: center; gap: 11px; }
.dashboard-brand img { width: 43px; height: 43px; padding: 3px; border-radius: 50%; background: #fff; }
.dashboard-brand span { display: flex; flex-direction: column; }
.dashboard-brand strong { color: #fff; font-size: 13px; }
.dashboard-brand small { font-size: 8px; letter-spacing: .08em; text-transform: uppercase; }
.dashboard-sidebar nav { margin-top: 25px; display: grid; gap: 8px; }
.dashboard-sidebar nav a { min-height: 48px; padding: 0 14px; border-radius: 9px; display: flex; align-items: center; gap: 13px; font-size: 12px; font-weight: 700; }
.dashboard-sidebar nav a:hover, .dashboard-sidebar nav a.active { color: #fff; background: rgba(255,255,255,.085); }
.dashboard-sidebar nav a.active { border-left: 3px solid var(--gold); }
.nav-count { min-width: 23px; height: 23px; margin-left: auto; padding: 0 7px; border-radius: 12px; color: var(--navy-950); background: var(--gold); display: grid; place-items: center; font-size: 9px; }
.database-status { margin-top: auto; padding: 15px; border: 1px solid rgba(255,255,255,.1); border-radius: 11px; background: rgba(255,255,255,.035); display: flex; align-items: start; gap: 10px; }
.database-status i { width: 7px; height: 7px; margin-top: 5px; border-radius: 50%; background: #4bd58c; }
.database-status div { display: flex; flex-direction: column; }
.database-status strong { color: #e5edf6; font-size: 10px; }
.database-status small { margin-top: 4px; font-size: 8px; }
.admin-profile { margin-top: 14px; padding: 15px 5px 0; border-top: 1px solid rgba(255,255,255,.1); display: grid; grid-template-columns: 38px 1fr auto; align-items: center; gap: 10px; }
.admin-profile > span { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 9px; color: var(--navy-950); background: var(--gold); font-size: 10px; font-weight: 850; }
.admin-profile > div { min-width: 0; display: flex; flex-direction: column; }
.admin-profile strong { overflow: hidden; color: #fff; font-size: 10px; text-overflow: ellipsis; white-space: nowrap; }
.admin-profile small { overflow: hidden; font-size: 8px; text-overflow: ellipsis; white-space: nowrap; }
.admin-profile button { border: 0; color: #b8c8da; background: transparent; }
.dashboard-main { min-width: 0; padding: 42px; }
.dashboard-top { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.dashboard-top > div:first-child > span { color: #8090a5; font-size: 9px; font-weight: 850; letter-spacing: .16em; text-transform: uppercase; }
.dashboard-top h1 { margin: 5px 0 0; color: var(--navy-900); font-size: 34px; letter-spacing: -.04em; }
.dashboard-top > div:last-child { display: flex; gap: 10px; }
.sidebar-toggle { display: none; }
.dashboard-alert { margin-top: 22px; display: flex; align-items: center; gap: 10px; }
.dashboard-alert > span { font-weight: 900; }
.dashboard-alert button { margin-left: auto; border: 0; background: transparent; }
.dashboard-metrics { margin-top: 28px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.dashboard-metrics article { min-height: 140px; padding: 24px; border: 1px solid #dbe4ee; border-radius: 15px; background: #fff; display: grid; grid-template-columns: 45px 1fr; gap: 15px; align-content: center; box-shadow: 0 10px 27px rgba(8,34,70,.045); }
.metric { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 10px; font-size: 9px; font-weight: 850; }
.metric.blue { color: var(--blue); background: #e9f2fc; }.metric.green { color: var(--green); background: #e9f8f1; }.metric.gold { color: #9d7500; background: #fff5ce; }.metric.purple { color: var(--purple); background: #f1eafb; }
.metric.red { color: var(--red); background: #fff0f0; }
.dashboard-metrics small { color: var(--muted); font-size: 10px; }
.dashboard-metrics strong { display: block; margin-top: 2px; font-size: 27px; }
.dashboard-metrics p { margin: 4px 0 0; color: #94a2b5; font-size: 9px; }
.dashboard-panel { margin-top: 22px; overflow: hidden; }
.dashboard-panel-head { min-height: 88px; padding: 22px 25px; display: flex; align-items: center; justify-content: space-between; }
.dashboard-panel-head h2 { margin: 0; font-size: 18px; }
.dashboard-panel-head p { margin: 4px 0 0; color: var(--muted); font-size: 11px; }
.dashboard-panel-head > span { padding: 6px 9px; border-radius: 6px; color: var(--blue); background: #edf4fc; font-size: 9px; font-weight: 800; text-transform: uppercase; }
.dashboard-filters { padding: 15px 25px; border-top: 1px solid #e8eef4; display: grid; grid-template-columns: minmax(250px, 1fr) 260px 160px auto auto; gap: 9px; align-items: center; }
.dashboard-filters > label:not(.search-field) select { width: 100%; min-height: 48px; padding: 0 12px; }
.filter-button { min-height: 48px; color: #fff; background: var(--navy-800); }
.clear-link { color: var(--blue); font-size: 11px; font-weight: 750; }
.dashboard-table th { background: var(--navy-900); }
.status { padding: 6px 9px; border-radius: 20px; display: inline-flex; align-items: center; gap: 6px; font-size: 9px; font-weight: 750; }
.status i { width: 6px; height: 6px; border-radius: 50%; }
.status.active { color: var(--green); background: #eaf9f2; }.status.active i { background: #34c784; }
.status.inactive { color: var(--red); background: #fff0f0; }.status.inactive i { background: #dc5757; }
.status.pending { color: #8b6900; background: #fff5ce; }.status.pending i { background: var(--gold); }
.status.approved { color: var(--green); background: #eaf9f2; }.status.approved i { background: #34c784; }
.status.rejected { color: var(--red); background: #fff0f0; }.status.rejected i { background: #dc5757; }
.row-actions { display: flex; gap: 7px; justify-content: end; }
.row-actions button { width: 34px; height: 34px; border: 1px solid #d9e2ec; border-radius: 8px; color: var(--blue); background: #fff; }
.row-actions button.danger { color: var(--red); }
.dashboard-pagination { min-height: 66px; padding: 0 25px; display: flex; align-items: center; justify-content: space-between; color: var(--muted); font-size: 11px; }
.dashboard-pagination div { display: flex; gap: 7px; }
.dashboard-pagination a { min-width: 38px; display: grid; place-items: center; }
.registration-tabs { padding: 12px 25px; border-top: 1px solid #e8eef4; border-bottom: 1px solid #e8eef4; display: flex; gap: 8px; overflow-x: auto; }
.registration-tabs a { min-height: 39px; padding: 0 14px; border: 1px solid #dbe4ee; border-radius: 8px; color: #66778d; background: #fff; display: inline-flex; align-items: center; gap: 7px; font-size: 10px; font-weight: 750; white-space: nowrap; }.registration-tabs a.active { color: var(--navy-900); border-color: #aec5df; background: #edf4fc; }.registration-tabs span { min-width: 21px; height: 21px; padding: 0 5px; border-radius: 11px; background: rgba(13,58,113,.09); display: grid; place-items: center; font-size: 8px; }
.registrations-table td { vertical-align: top; }.registrations-table th:nth-child(1) { width: 24%; }.registrations-table th:nth-child(2) { width: 27%; }.registrations-table th:nth-child(3) { width: 19%; }.registrations-table th:nth-child(4) { width: 15%; }
.registration-region, .registration-school, .registration-note, .review-detail, .reviewed-by { display: block; }.registration-school { margin-top: 9px; color: #1b304c; font-size: 11px; }.registration-note { max-width: 310px; margin-top: 7px !important; color: #718298 !important; font-style: italic; line-height: 1.45; }.registration-region { margin-left: 50px; }.contact-link { display: block; color: var(--blue); font-size: 10px; overflow-wrap: anywhere; }.contact-link + .contact-link { margin-top: 5px; color: #53657b; }.review-detail { max-width: 190px; margin-top: 7px !important; line-height: 1.4; }.reviewed-by { color: #8999ad; font-size: 9px; }
.registration-actions { display: flex; flex-direction: column; align-items: stretch; gap: 6px; }.registration-actions button { min-height: 34px; padding: 0 11px; border-radius: 7px; font-size: 9px; font-weight: 800; }.registration-actions .approve { border: 1px solid #9ad6bb; color: #126d4d; background: #eaf9f2; }.registration-actions .reject { border: 1px solid #edc0c0; color: #9d3030; background: #fff4f4; }
.approval-banner { margin: 20px 28px 0; padding: 13px 15px; border-radius: 9px; color: #456078; background: #eef5fc; display: flex; align-items: start; gap: 10px; font-size: 11px; }.approval-banner span { color: var(--green); font-weight: 900; }.approval-banner p { margin: 0; }
.approve-button { color: #fff; background: var(--green); }.rejection-reason { margin-top: 20px; text-align: left; display: flex; flex-direction: column; gap: 7px; }

/* Modals */
.modal[hidden] { display: none; }
.modal { position: fixed; z-index: 100; inset: 0; padding: 24px; background: rgba(2,17,36,.66); display: grid; place-items: center; backdrop-filter: blur(4px); }
.modal-card { width: min(720px, 100%); max-height: calc(100vh - 48px); overflow-y: auto; border-radius: 18px; background: #fff; box-shadow: 0 28px 80px rgba(0,0,0,.3); }
.modal-head { padding: 24px 28px; border-bottom: 1px solid #e4eaf1; display: flex; align-items: center; justify-content: space-between; }
.modal-head span { color: var(--blue); font-size: 9px; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.modal-head h2 { margin: 4px 0 0; font-size: 24px; }
.modal-head button { width: 38px; height: 38px; border: 1px solid #dce4ed; border-radius: 9px; background: #fff; font-size: 22px; }
.member-form-grid { padding: 25px 28px; display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.member-form-grid .full { grid-column: 1 / -1; }
.member-form-grid textarea { min-height: 85px; }
.modal-actions { padding: 18px 28px 25px; display: flex; justify-content: end; gap: 9px; }
.danger-button { color: #fff; background: var(--red); }
.confirm-card { width: min(460px, 100%); padding: 35px; text-align: center; }
.confirm-icon { width: 52px; height: 52px; margin-inline: auto; display: grid; place-items: center; border-radius: 50%; color: var(--red); background: #fff0f0; font-size: 24px; font-weight: 900; }
.confirm-card h2 { margin: 18px 0 8px; }
.confirm-card p { color: var(--muted); }
.confirm-card .modal-actions { padding: 16px 0 0; justify-content: center; }

/* Installer */
.installer-page { min-height: 100vh; padding: 40px; color: var(--ink); background: #eaf0f7; }
.installer-shell { width: min(1120px, 100%); margin-inline: auto; border-radius: 24px; overflow: hidden; background: #fff; box-shadow: var(--shadow); display: grid; grid-template-columns: .75fr 1.25fr; }
.installer-brand { padding: 54px; position: relative; overflow: hidden; color: #fff; background: linear-gradient(145deg, var(--navy-950), #0d4a8f); }
.installer-brand::after { position: absolute; width: 300px; height: 300px; right: -160px; bottom: -140px; border: 42px solid rgba(255,191,0,.1); border-radius: 50%; content: ""; }
.installer-brand img { width: 74px; height: 74px; padding: 5px; border-radius: 50%; background: #fff; }
.installer-brand > span { margin-top: 28px; display: block; color: #f6d56a; font-size: 10px; font-weight: 850; letter-spacing: .16em; text-transform: uppercase; }
.installer-brand h1 { margin: 18px 0; font-size: 44px; line-height: 1.08; letter-spacing: -.05em; }
.installer-brand p { color: #b9ccdf; }
.installer-checks { margin-top: 34px; display: grid; gap: 9px; }
.installer-checks span { padding: 10px 12px; border: 1px solid rgba(255,255,255,.11); border-radius: 8px; background: rgba(255,255,255,.04); font-size: 11px; }
.installer-checks .ok { color: #aaf0ca; }.installer-checks .bad { color: #ffd0d0; }
.installer-card { padding: 52px; }
.installer-step { color: var(--blue); font-size: 10px; font-weight: 850; letter-spacing: .15em; text-transform: uppercase; }
.installer-step.success { color: var(--green); }
.installer-card h2 { margin: 10px 0 7px; font-size: 32px; letter-spacing: -.04em; }
.installer-card > p { margin-top: 0; }
.installer-form { margin-top: 28px; }
.installer-form fieldset { margin: 0; padding: 20px; border: 1px solid #dce5ee; border-radius: 13px; display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.installer-form legend { padding: 0 8px; color: var(--navy-900); font-size: 12px; font-weight: 800; }
.installer-form label.full { grid-column: 1 / -1; }
.installer-actions { margin-top: 28px; display: flex; gap: 10px; }
.installer-note { margin-top: 22px; padding: 15px; border-radius: 9px; color: #596a7f; background: #f1f5fa; font-size: 12px; }
.manual-config { margin: 18px 0; padding: 14px; border: 1px solid #e8d99e; border-radius: 9px; background: #fff9e4; font-size: 12px; }
.manual-config textarea { width: 100%; margin-top: 10px; padding: 10px; font: 11px ui-monospace, Consolas, monospace; }

/* Error */
.error-page { min-height: 100vh; color: #fff; background: var(--navy-950); }
.error-shell { min-height: 100vh; padding: 45px; display: flex; flex-direction: column; }
.error-card { margin: auto; max-width: 620px; text-align: center; }
.error-card > span { color: rgba(255,255,255,.13); font-size: 150px; font-weight: 900; line-height: .8; }
.error-card h1 { margin: 24px 0 10px; font-size: 40px; }
.error-card p { margin: 0 auto 28px; max-width: 530px; color: #aabdd2; }

@media (max-width: 1100px) {
  .main-nav { gap: 16px; }.main-nav a { font-size: 12px; }
  .hero-grid { gap: 35px; }.hero-copy h1 { font-size: 58px; }
  .concentration-grid { grid-template-columns: repeat(2, 1fr); }
  .activity-grid { grid-template-columns: repeat(2, 1fr); }
  .dashboard-main { padding: 28px; }
  .dashboard-metrics { grid-template-columns: repeat(2, 1fr); }
  .dashboard-filters { grid-template-columns: 1fr 1fr 150px auto; }.dashboard-filters .search-field { grid-column: 1 / -1; }
  .register-layout { gap: 38px; }
}

@media (max-width: 860px) {
  .container { width: min(100% - 32px, 720px); }
  .section { padding: 78px 0; }
  .topbar { display: none; }
  .nav-shell { min-height: 70px; }
  .menu-toggle { display: flex; }
  .main-nav { padding: 15px; position: absolute; left: 16px; right: 16px; top: 64px; border: 1px solid var(--line); border-radius: 13px; background: #fff; box-shadow: var(--shadow); display: none; flex-direction: column; align-items: stretch; gap: 0; }
  .main-nav.open { display: flex; }
  .main-nav a { padding: 12px; }
  .hero-grid, .directory-hero-grid { grid-template-columns: 1fr; }
  .hero-grid { padding-block: 70px; }.ecosystem-card { min-height: auto; }
  .about-grid, .vision-grid { grid-template-columns: 1fr; gap: 45px; }
  .vision-card { min-height: 480px; position: static; }
  .stat-strip, .directory-insights { grid-template-columns: repeat(2, 1fr); }
  .section-heading.split, .cta-panel { flex-direction: column; align-items: start; }
  .directory-hero-grid { min-height: 0; padding-block: 60px; }
  .directory-tools { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }.footer-brand { grid-column: 1 / -1; }
  .login-shell { grid-template-columns: 1fr; }.login-visual { min-height: 520px; }.login-form-panel { min-height: 540px; }
  .register-layout { grid-template-columns: 1fr; }.register-intro { padding-top: 0; position: static; }.register-intro h1 { max-width: 720px; }.register-card { width: 100%; }
  .dashboard-shell { display: block; }
  .dashboard-sidebar { width: 265px; position: fixed; transform: translateX(-100%); transition: .2s ease; }
  .dashboard-sidebar.open { transform: translateX(0); }
  .sidebar-toggle { width: 38px; height: 38px; margin-right: 8px; border: 1px solid var(--line); border-radius: 8px; background: #fff; display: inline-grid; place-items: center; }
  .dashboard-top > div:first-child { display: grid; grid-template-columns: auto 1fr; align-items: center; }.dashboard-top > div:first-child > span { grid-column: 2; }.dashboard-top h1 { grid-column: 2; }
  .installer-shell { grid-template-columns: 1fr; }.installer-brand { min-height: 440px; }
}

@media (max-width: 620px) {
  .container { width: min(100% - 24px, 560px); }
  .brand strong { font-size: 12px; }
  .hero-grid { min-height: 0; }.hero-copy h1, .directory-hero h1 { font-size: 44px; }
  .hero-copy > p, .directory-hero p { font-size: 15px; }
  .hero-actions, .installer-actions { flex-direction: column; }.hero-actions .button { width: 100%; }
  .hero-facts { gap: 20px; flex-wrap: wrap; }.hero-facts span { flex: 1 1 110px; }
  .ecosystem-list { grid-template-columns: 1fr; }
  .stat-strip, .directory-insights, .concentration-grid, .activity-grid { grid-template-columns: 1fr; }
  .concentration-card { min-height: 285px; }
  .vision-card { min-height: 430px; padding: 36px; }.vision-card > p { font-size: 29px; }.vision-mark { left: 36px; bottom: 35px; }
  .section-heading.split { gap: 16px; }.cta-panel { padding: 36px 25px; }.cta-panel > div:last-child { width: 100%; }.cta-panel .button { width: 100%; }
  .directory-summary { grid-template-columns: 1fr; }.directory-summary span { min-height: 86px; }.directory-summary span + span { border-left: 0; border-top: 1px solid rgba(255,255,255,.14); }
  .directory-panel-head { padding: 28px 20px; flex-direction: column; align-items: stretch; }.directory-tabs button { flex: 1; }
  .directory-tools { padding-inline: 20px; }.directory-result { padding-inline: 20px; }
  .data-table thead { display: none; }.data-table, .data-table tbody, .data-table tr, .data-table td { display: block; width: 100%; }
  .data-table tr { padding: 15px 18px; border-bottom: 1px solid #e1e8f0; }.data-table td { padding: 8px 0; border: 0; display: grid; grid-template-columns: 105px 1fr; gap: 10px; }.data-table td::before { content: attr(data-label); color: #8a9aaf; font-size: 9px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
  .identity { align-items: start; }.pagination { padding-inline: 18px; }.pagination button { font-size: 0; }.pagination button::first-letter { font-size: 14px; }
  .footer-grid { grid-template-columns: 1fr; }.footer-brand { grid-column: auto; }.footer-bottom { flex-direction: column; gap: 8px; }
  .login-visual { min-height: 470px; padding: 35px 25px; }.login-visual h1 { font-size: 45px; }.login-form-panel { padding: 24px 15px; }.login-card { padding: 30px 22px; }
  .dashboard-main { padding: 20px 12px; }.dashboard-top { align-items: start; flex-direction: column; }.dashboard-top > div:last-child { width: 100%; }.dashboard-top .button { flex: 1; padding-inline: 10px; }
  .dashboard-metrics { grid-template-columns: 1fr 1fr; gap: 9px; }.dashboard-metrics article { min-height: 120px; padding: 16px; grid-template-columns: 36px 1fr; }.metric { width: 34px; height: 34px; }
  .dashboard-panel-head { align-items: start; gap: 12px; }.dashboard-filters { grid-template-columns: 1fr; padding: 13px; }.dashboard-filters .search-field { grid-column: auto; }.filter-button { width: 100%; }
  .dashboard-table tr { padding-inline: 14px; }.row-actions { justify-content: start; }
  .member-form-grid { padding: 20px; grid-template-columns: 1fr; }.member-form-grid .full { grid-column: auto; }.modal-actions { padding-inline: 20px; }
  .register-hero { padding: 58px 0; }.register-card { padding: 28px 20px; }.register-form { grid-template-columns: 1fr; }.register-form .full, .register-submit { grid-column: auto; }.register-intro h1 { font-size: 44px; }
  .registration-actions { flex-direction: row; }.registrations-table td { padding-block: 9px; }.registration-region { margin-left: 0; }
  .installer-page { padding: 0; }.installer-shell { border-radius: 0; }.installer-brand, .installer-card { padding: 35px 22px; }.installer-brand h1 { font-size: 39px; }.installer-form fieldset { grid-template-columns: 1fr; }.installer-form label.full { grid-column: auto; }
  .error-shell { padding: 28px 20px; }.error-card > span { font-size: 110px; }.error-card h1 { font-size: 32px; }
}


/* ============================================================
   Perbaikan v1.2 — responsif mobile & pencarian direktori
   ============================================================ */
html, body { max-width: 100%; overflow-x: hidden; }
*, *::before, *::after { min-width: 0; }
img, svg, video, canvas, table { max-width: 100%; }
.circuit-grid, .orbit, .ecosystem-core, .hero, .directory-hero, .register-hero { max-width: 100%; }

.search-field { min-width: 0; max-width: 100%; }
.search-field input { min-width: 0; max-width: 100%; font-size: 16px; }
.filter-field select, .dashboard-filters select { min-width: 0; max-width: 100%; font-size: 15px; }

.directory-tabs a { min-height: 43px; padding: 0 17px; border-radius: 8px; color: #718097; display: inline-flex; align-items: center; justify-content: center; font-size: 13px; font-weight: 750; text-decoration: none; }
.directory-tabs a.active { color: var(--navy-900); background: #fff; box-shadow: 0 5px 14px rgba(13,58,113,.1); }
.directory-tabs a span { margin-left: 5px; color: #9aabc0; font-size: 11px; }

.directory-tools { align-items: stretch; grid-template-columns: 1fr 280px auto; }
.directory-tools .filter-field { min-height: 50px; padding: 0 14px; border: 1px solid #d8e2ed; border-radius: 10px; background: #fff; display: flex; align-items: center; gap: 10px; }
.directory-tools .filter-field > span { color: #8a9aaf; font-size: 9px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; white-space: nowrap; }
.directory-tools .filter-field select { width: 100%; border: 0; outline: 0; background: transparent; }
.directory-tools .filter-button { min-height: 50px; padding-inline: 26px; }
.directory-result .clear-link { color: var(--blue); font-weight: 750; text-decoration: none; }
.pagination .page-link { min-height: 38px; padding: 0 13px; border: 1px solid #d6e0eb; border-radius: 8px; color: var(--navy-800); background: #fff; display: inline-flex; align-items: center; font-size: 12px; font-weight: 700; text-decoration: none; }
.pagination .page-link.disabled { opacity: .4; pointer-events: none; }
.data-table tr[hidden], .data-table td[hidden], [hidden] { display: none !important; }

@media (max-width: 860px) {
  .directory-tools { grid-template-columns: 1fr; }
  .directory-tools .filter-button { width: 100%; }
}

@media (max-width: 620px) {
  .directory-panel, .dashboard-panel, .table-wrap { max-width: 100%; overflow-x: hidden; }
  .directory-tools { padding: 0 16px 18px; }
  .directory-result { padding-inline: 16px; gap: 12px; font-size: 11px; }
  .directory-tabs { flex-wrap: wrap; }
  .directory-tabs a { flex: 1 1 0; }
  .data-table td { grid-template-columns: 88px minmax(0, 1fr); gap: 8px; }
  .data-table td > *, .data-table strong, .data-table small, .data-table code, .chip, .position-chip { min-width: 0; overflow-wrap: anywhere; word-break: break-word; }
  .chip, .position-chip { display: inline-block; max-width: 100%; white-space: normal; }
  .identity { min-width: 0; }
  .identity span, .identity strong { min-width: 0; overflow-wrap: anywhere; }
  .pagination { min-height: 0; padding: 16px; gap: 10px; flex-wrap: wrap; justify-content: center; }
  .pagination .page-link { font-size: 12px; }
  .hero-facts span, .ecosystem-list span { min-width: 0; overflow-wrap: anywhere; }
}
