@font-face {
  font-family: "Inter";
  src: url("/fonts/InterVariable.woff2") format("woff2");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("/fonts/InterVariable-Italic.woff2") format("woff2");
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
}

:root {
  color-scheme: dark;
  --bg: #090b0e;
  --surface: #11151a;
  --surface-2: #171c23;
  --border: #262d37;
  --muted: #8c96a5;
  --text: #f5f7fa;
  --yellow: #fec201;
  --yellow-soft: #2a240b;
  --danger: #ff7676;
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
}

* { box-sizing: border-box; }
body { margin: 0; min-height: 100vh; background: var(--bg); color: var(--text); }
button, input, textarea, select { font: inherit; }
button { cursor: pointer; }
.hidden { display: none !important; }
.eyebrow { color: var(--yellow); font-size: 11px; font-weight: 750; letter-spacing: .14em; margin: 0 0 8px; }

.auth-shell { min-height: 100vh; display: grid; grid-template-columns: 1.15fr .85fr; }
.auth-brand { padding: clamp(44px, 8vw, 120px); display: flex; flex-direction: column; justify-content: center; background: radial-gradient(circle at 20% 20%, #27230f 0, #101216 36%, #090b0e 70%); }
.brand-mark { width: 58px; height: 58px; display: grid; place-items: center; border-radius: 17px; background: var(--yellow); color: #0e1013; font-size: 29px; font-weight: 900; margin-bottom: 32px; box-shadow: 0 14px 40px #0008; }
.brand-mark.small { width: 42px; height: 42px; border-radius: 12px; margin: 0; font-size: 22px; }
.auth-brand h1 { max-width: 720px; margin: 0; font-size: clamp(42px, 5vw, 74px); line-height: 1.02; letter-spacing: -.045em; }
.auth-copy { color: #bac1cb; max-width: 610px; font-size: 18px; line-height: 1.65; }
.feature-list { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 26px; }
.feature-list span { border: 1px solid #343a43; border-radius: 999px; padding: 9px 14px; color: #d7dce3; font-size: 13px; }
.auth-card { align-self: center; margin: 40px clamp(28px, 6vw, 90px); padding: 34px; border: 1px solid var(--border); border-radius: 22px; background: #11151aee; box-shadow: 0 28px 90px #0008; }
.auth-tabs { display: grid; grid-template-columns: 1fr 1fr; gap: 5px; background: #090b0e; border-radius: 10px; padding: 4px; margin-bottom: 30px; }
.auth-tab { background: transparent; border: 0; color: var(--muted); padding: 11px; border-radius: 7px; }
.auth-tab.active { background: #20252d; color: white; }

.form-stack { display: flex; flex-direction: column; gap: 18px; }
.form-stack h2, .section-heading h2 { margin: 0; font-size: 28px; }
label { display: flex; flex-direction: column; gap: 7px; color: #d7dce3; font-size: 13px; font-weight: 600; }
input, textarea, select { width: 100%; color: white; background: #0d1014; border: 1px solid #303743; border-radius: 9px; padding: 12px 13px; outline: none; resize: vertical; }
input:focus, textarea:focus, select:focus { border-color: var(--yellow); box-shadow: 0 0 0 3px #fec20118; }
small { color: var(--muted); font-weight: 400; }
.primary, .secondary { border: 0; border-radius: 9px; padding: 12px 16px; font-size: 12px; font-weight: 800; letter-spacing: .04em; }
.primary { background: var(--yellow); color: #0c0e11; }
.primary:hover { background: #ffd238; }
.secondary { background: #242a33; color: white; }
.align-start { align-self: flex-start; }
.message { margin: 16px 0; padding: 12px 14px; border-radius: 8px; background: #28230d; border: 1px solid #665715; color: #f5e7ad; font-size: 13px; }
.message.error { background: #2d1719; border-color: #633036; color: #ffb8be; }
.admin-access-link { display: block; margin-top: 22px; color: #9fa8b5; text-align: center; text-decoration: none; font-size: 12px; }
.admin-access-link:hover { color: var(--yellow); }
.demo-access { border: 1px solid #4a421c; border-radius: 9px; padding: 11px 14px; color: var(--yellow); background: #211d0c; font-size: 11px; font-weight: 800; letter-spacing: .04em; }
.demo-access:hover { border-color: var(--yellow); background: #2b250b; }

.app-shell { min-height: 100vh; display: grid; grid-template-columns: 255px 1fr; }
.sidebar { position: sticky; top: 0; height: 100vh; padding: 24px 18px; display: flex; flex-direction: column; background: #101318; border-right: 1px solid var(--border); }
.logo-row { display: flex; align-items: center; gap: 12px; padding: 0 6px; }
.logo-row strong, .logo-row span { display: block; }
.logo-row strong { font-size: 19px; }
.logo-row span { color: var(--muted); font-size: 11px; }
nav { display: flex; flex-direction: column; gap: 6px; margin-top: 45px; }
.nav-item { display: flex; gap: 12px; align-items: center; background: transparent; border: 0; border-radius: 9px; color: #aab2be; padding: 12px; text-align: left; }
.nav-item span { font-size: 10px; color: #606977; }
.nav-item.active { color: var(--yellow); background: var(--yellow-soft); }
.sidebar-footer { margin-top: auto; border-top: 1px solid var(--border); padding-top: 18px; display: flex; align-items: center; justify-content: space-between; gap: 8px; }
.user-summary { display: flex; align-items: center; gap: 9px; min-width: 0; }
.user-summary strong, .user-summary span { display: block; max-width: 115px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.user-summary strong { font-size: 12px; }.user-summary span { font-size: 10px; color: var(--muted); }
.avatar { min-width: 34px; height: 34px; display: grid; place-items: center; border-radius: 10px; background: #2a2f38; color: var(--yellow); font-weight: 800; }
.text-button { border: 0; background: transparent; color: var(--muted); font-size: 11px; }

.workspace { min-width: 0; padding: 0 38px 50px; }
.topbar { height: 105px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--border); margin-bottom: 30px; }
.topbar h2 { margin: 0; font-size: 23px; }.topbar .eyebrow { margin-bottom: 3px; }
.status-pill { display: flex; align-items: center; gap: 9px; border: 1px solid #293039; border-radius: 999px; padding: 9px 13px; color: #b8c0ca; font-size: 12px; }
.status-pill i { width: 8px; height: 8px; border-radius: 50%; background: #5dd687; box-shadow: 0 0 12px #5dd687aa; }
.page-section { max-width: 1180px; margin: 0 auto; }
.hero-card { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 30px; padding: 38px; border: 1px solid #383516; border-radius: 18px; background: linear-gradient(120deg, #211d0c, #13171c 62%); }
.hero-card h1 { margin: 0; max-width: 720px; font-size: clamp(30px, 4vw, 50px); line-height: 1.07; letter-spacing: -.035em; }
.hero-card p:not(.eyebrow) { color: #adb5c0; max-width: 620px; line-height: 1.6; }
.hero-badge { min-width: 180px; padding: 22px; border: 1px solid #4b4217; border-radius: 13px; background: #14150f; }
.hero-badge span, .hero-badge strong, .hero-badge small { display: block; }.hero-badge span { color: var(--muted); font-size: 10px; }.hero-badge strong { color: var(--yellow); font-size: 26px; margin: 7px 0; }
.metric-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin: 18px 0; }
.metric, .panel { border: 1px solid var(--border); border-radius: 14px; background: var(--surface); padding: 20px; }
.metric span, .metric strong, .metric small { display: block; }.metric span { color: #aeb6c1; font-size: 12px; }.metric strong { font-size: 27px; margin: 13px 0 4px; }.metric small { font-size: 11px; }
.content-grid { display: grid; grid-template-columns: 1.25fr .75fr; gap: 14px; }
.panel h3 { margin: 0 0 10px; font-size: 20px; }.panel p { color: #aeb6c1; line-height: 1.6; }.panel.accent { background: #1c190c; border-color: #4a4014; }
.steps { list-style: none; padding: 0; margin: 20px 0 0; display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.steps li { display: flex; align-items: center; gap: 11px; color: #cbd1d9; font-size: 13px; }.steps b { width: 28px; height: 28px; display: grid; place-items: center; border-radius: 8px; background: #28230c; color: var(--yellow); }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 30px; margin-bottom: 20px; }.section-heading > p { color: var(--muted); max-width: 480px; text-align: right; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }.form-grid .full { grid-column: 1 / -1; }
.form-actions { display: flex; align-items: center; justify-content: flex-end; gap: 12px; }.form-actions span { margin-right: auto; color: var(--muted); font-size: 12px; }
.compact { max-width: 720px; }.provider-head { display: flex; align-items: center; gap: 14px; margin-bottom: 8px; }.provider-head h3, .provider-head p { margin: 0; }.provider-logo { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 12px; background: white; color: black; font-weight: 900; }.tag { margin-left: auto; padding: 7px 10px; border-radius: 999px; background: #252a32; color: #adb5c0; font-size: 11px; }.tag.success { background: #14271b; color: #78dfa0; }
.coming-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; max-width: 720px; margin-top: 14px; }.panel.muted { display: flex; justify-content: space-between; color: #777f8b; }.panel.muted span { font-size: 11px; }
.provider-secondary { margin-top: 14px; }
.privacy-note { max-width: 720px; margin-top: 14px; display: grid; gap: 6px; border-color: rgba(254,194,1,.35); }
.privacy-note span { color: var(--muted); line-height: 1.55; }
.provider-actions { display: flex; align-items: center; gap: 10px; }
.table-wrap { overflow-x: auto; } table { width: 100%; border-collapse: collapse; } th, td { padding: 14px 12px; text-align: left; border-bottom: 1px solid var(--border); font-size: 13px; } th { color: var(--muted); font-size: 10px; letter-spacing: .09em; } td { color: #d9dee5; }.role-pill { padding: 5px 8px; background: #252a32; border-radius: 999px; font-size: 10px; }.active-dot { color: #6ed994; }
.meeting-list { display: grid; gap: 10px; }.meeting-card { display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 22px; padding: 18px 20px; border: 1px solid var(--border); border-radius: 12px; background: var(--surface); }.meeting-card h3, .meeting-card p { margin: 0; }.meeting-card p { color: var(--muted); font-size: 12px; margin-top: 5px; }.danger-button { color: var(--danger); background: transparent; border: 1px solid #553035; border-radius: 8px; padding: 8px 10px; }.empty-state { text-align: center; padding: 70px 20px; border: 1px dashed #313842; border-radius: 14px; color: var(--muted); }.empty-state h3 { color: white; }.empty-icon { margin: 0 auto; width: 48px; height: 48px; display: grid; place-items: center; border-radius: 13px; background: var(--yellow); color: #111; font-weight: 900; }

.admin-body { background: radial-gradient(circle at 70% -20%, #25200a 0, transparent 38%), var(--bg); }
.admin-login-shell { min-height: 100vh; display: grid; place-items: center; padding: 24px; }
.admin-login-card { width: min(460px, 100%); padding: 42px; border: 1px solid var(--border); border-radius: 24px; background: #11151af2; box-shadow: 0 30px 100px #000a; }
.admin-login-card .brand-mark { margin-bottom: 26px; }.admin-login-card h1 { margin: 0; font-size: 34px; letter-spacing: -.035em; }.admin-login-card > p:not(.eyebrow) { color: var(--muted); line-height: 1.6; margin-bottom: 28px; }
.admin-sidebar { background: linear-gradient(180deg, #12151a, #0c0e11); }.nav-caption { margin: 44px 12px -28px; color: #5f6874; font-size: 9px; letter-spacing: .16em; }
.nav-disabled { opacity: .42; cursor: default; }.admin-environment { margin-top: auto; margin-bottom: 18px; padding: 13px; display: flex; gap: 10px; align-items: center; border: 1px solid #282f38; border-radius: 10px; background: #0b0e12; }.admin-environment i { width: 8px; height: 8px; border-radius: 50%; background: var(--yellow); }.admin-environment strong, .admin-environment span { display: block; font-size: 10px; }.admin-environment span { color: var(--muted); margin-top: 3px; }
.nav-disabled small { margin-left: auto; padding: 3px 5px; border-radius: 4px; background: #252a31; color: #848d99; font-size: 7px; letter-spacing: .06em; }
.topbar-actions { display: flex; align-items: center; gap: 12px; }.link-button { display: inline-block; text-decoration: none; }.admin-welcome { display: flex; justify-content: space-between; align-items: end; gap: 30px; margin-bottom: 22px; }.admin-welcome h1 { margin: 0; font-size: 38px; letter-spacing: -.035em; }.admin-welcome > div > p:not(.eyebrow) { color: var(--muted); max-width: 670px; }.admin-date { min-width: 190px; border-left: 1px solid var(--border); padding-left: 22px; }.admin-date span, .admin-date strong { display: block; }.admin-date span { color: var(--muted); font-size: 10px; letter-spacing: .12em; }.admin-date strong { margin-top: 7px; text-transform: capitalize; }
.admin-metrics .metric { position: relative; overflow: hidden; }.admin-metrics .metric::after { content: ""; position: absolute; width: 70px; height: 70px; right: -30px; top: -30px; border-radius: 50%; background: #fec2010c; border: 1px solid #fec20114; }.positive { color: #6ed994 !important; }
.admin-company-panel { padding: 0; overflow: hidden; }.company-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 22px 24px; border-bottom: 1px solid var(--border); }.company-toolbar h2 { margin: 0; }.toolbar-controls { display: flex; gap: 10px; }.toolbar-controls input { width: 230px; }.toolbar-controls select { width: 130px; }.admin-table th, .admin-table td { padding: 16px 20px; }.company-identity { display: flex; align-items: center; gap: 12px; }.company-identity strong, .company-identity span { display: block; }.company-identity span { color: var(--muted); font-size: 10px; margin-top: 3px; }.company-monogram { width: 36px; height: 36px; display: grid; place-items: center; border-radius: 10px; background: #29250f; color: var(--yellow); font-weight: 800; }.company-status { display: inline-flex; padding: 6px 9px; border-radius: 999px; font-size: 10px; }.company-status.active { color: #75dfa0; background: #14271b; }.company-status.suspended { color: #ff9a9a; background: #31191c; }.muted-inline { color: var(--muted); }.setup-flags { display: flex; gap: 6px; }.setup-flags span { padding: 5px 7px; border-radius: 6px; font-size: 9px; }.setup-ok { color: #7bdc9f; background: #15251b; }.setup-pending { color: #aab1bb; background: #242a31; }.row-action { background: transparent; border: 1px solid #424a56; color: #dfe4ea; border-radius: 7px; padding: 8px 10px; font-size: 10px; font-weight: 750; }.row-action:hover { border-color: var(--yellow); color: var(--yellow); }
.license-dialog { width: min(570px, calc(100% - 30px)); color: var(--text); background: #12161b; border: 1px solid #333b46; border-radius: 18px; padding: 0; box-shadow: 0 30px 100px #000c; }.license-dialog::backdrop { background: #050608cc; backdrop-filter: blur(4px); }.license-dialog form { padding: 28px; }.dialog-head { display: flex; align-items: start; justify-content: space-between; }.dialog-head h2 { margin: 0; }.dialog-close { border: 0; background: transparent; color: var(--muted); font-size: 28px; line-height: 1; }.license-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }.license-warning { display: flex; flex-direction: column; gap: 4px; padding: 13px; border: 1px solid #4c4218; border-radius: 9px; background: #211d0c; }.license-warning b { color: var(--yellow); font-size: 11px; }.license-warning span { color: #c9c09d; font-size: 11px; }.dialog-actions { display: flex; justify-content: flex-end; gap: 10px; }

@media (max-width: 900px) {
  .auth-shell { grid-template-columns: 1fr; }.auth-brand { display: none; }.app-shell { grid-template-columns: 82px 1fr; }.sidebar { padding: 18px 10px; }.logo-row > div:last-child, .nav-item:not(.active) { font-size: 0; }.nav-item { justify-content: center; }.nav-item span { font-size: 10px; }.sidebar-footer .user-summary > div:last-child, .text-button { display: none; }.metric-grid { grid-template-columns: 1fr 1fr; }.content-grid { grid-template-columns: 1fr; }.workspace { padding: 0 18px 36px; }
}

@media (max-width: 620px) {
  .app-shell { display: block; }.sidebar { position: static; width: 100%; height: auto; }.logo-row, .sidebar-footer { display: none; }.sidebar nav { margin: 0; display: grid; grid-template-columns: repeat(6, 1fr); }.nav-item { padding: 10px 3px; }.nav-item span { display: none; }.workspace { padding: 0 12px 28px; }.topbar { height: 82px; }.status-pill { display: none; }.hero-card { grid-template-columns: 1fr; padding: 24px; }.hero-badge { display: none; }.metric-grid, .form-grid, .coming-grid { grid-template-columns: 1fr; }.form-grid .full { grid-column: auto; }.steps { grid-template-columns: 1fr; }.section-heading { display: block; }.section-heading > p { text-align: left; }.meeting-card { grid-template-columns: 1fr auto; }
}
