:root {
  --ink: #0f2430;
  --muted: #73818a;
  --line: #e7edef;
  --soft: #f7f9f9;
  --navy: #073544;
  --navy-2: #0b4253;
  --lime: #b4cf45;
  --lime-deep: #8eaf2c;
  --green: #25a66d;
  --orange: #ef9e4c;
  --purple: #9b7de3;
  --blue: #5798e9;
  --shadow: 0 14px 40px rgba(17, 45, 55, 0.07);
  font-family: 'DM Sans', sans-serif;
  color: var(--ink);
  background: #f9fbfb;
  font-synthesis: none;
}
* { box-sizing: border-box; }
body { margin: 0; min-width: 320px; background: #f9fbfb; }
button, input, textarea, select { font: inherit; }
button { border: 0; cursor: pointer; }
.sidebar { width: 246px; background: var(--navy); color: #d6e3e6; min-height: 100vh; padding: 25px 16px 16px; position: fixed; inset: 0 auto 0 0; display: flex; flex-direction: column; z-index: 20; }
.brand { display: flex; align-items: center; justify-content: center; padding: 0 10px 28px; }
.brand img { width: 68px; height: 68px; border-radius: 50%; object-fit: cover; background: white; }
.brand strong { display: block; color: white; letter-spacing: .16em; font-family: 'Plus Jakarta Sans', sans-serif; font-size: 15px; }
.brand span { display: block; color: #85a4aa; font-size: 10px; letter-spacing: .03em; margin-top: 3px; }
.workspace-pill { background: rgba(255,255,255,.075); border: 1px solid rgba(255,255,255,.08); border-radius: 10px; padding: 11px 10px; font-size: 12px; display: flex; align-items: center; gap: 8px; color: #c8d8da; margin-bottom: 28px; }
.status-dot { width: 7px; height: 7px; background: var(--lime); border-radius: 50%; box-shadow: 0 0 0 3px rgba(180,207,69,.15); }
.icon-button { background: none; color: inherit; padding: 3px 5px; font-size: 18px; line-height: 1; }
.workspace-pill .icon-button { margin-left: auto; color: #7fa0a5; font-size: 14px; }
.nav { display: grid; gap: 5px; }
.nav-item { display: flex; align-items: center; gap: 12px; width: 100%; color: #9db5b8; background: transparent; text-align: left; padding: 11px 12px; border-radius: 9px; font-size: 13px; transition: .2s ease; }
.nav-item:hover { background: rgba(255,255,255,.06); color: white; }
.nav-item.active { background: #1a5260; color: #fff; box-shadow: inset 3px 0 0 var(--lime); }
.nav-icon { width: 18px; text-align: center; font-size: 17px; color: #90b0b3; }
.nav-item.active .nav-icon { color: var(--lime); }
.nav-item b { margin-left: auto; background: var(--lime); color: #294014; border-radius: 20px; min-width: 20px; text-align: center; font-size: 10px; padding: 3px 5px; }
.nav-live { margin-left: auto; width: 6px; height: 6px; background: #43d58b; border-radius: 50%; display: none; }
.nav-live.visible { display: block; }
.nav-section-label { font-size: 9px; color: #6e9298; letter-spacing: .15em; font-weight: 700; margin: 31px 12px 10px; }
.sidebar-bottom { margin-top: auto; }
.tip-card { border-radius: 10px; background: #124655; padding: 14px; margin: 18px 3px 16px; }
.tip-spark { color: var(--lime); font-size: 16px; }
.tip-card strong { font-size: 12px; margin-left: 5px; color: #fff; }
.tip-card p { color: #a5c2c5; font-size: 11px; line-height: 1.45; margin: 8px 0 11px; }
.tip-card button { background: transparent; color: var(--lime); padding: 0; font-size: 11px; }
.profile { background: transparent; display: flex; align-items: center; gap: 9px; color: white; width: 100%; text-align: left; padding: 10px 5px 2px; border-top: 1px solid rgba(255,255,255,.08); }
.avatar { width: 32px; height: 32px; display: inline-flex; align-items: center; justify-content: center; border-radius: 9px; font-weight: 700; font-size: 10px; flex: 0 0 auto; }
.avatar-lime { background: #bdd855; color: #2c4715; }
.profile strong, .profile small { display: block; }
.profile strong { font-size: 11px; font-weight: 600; }
.profile small { font-size: 10px; color: #86a5a9; margin-top: 2px; }
.profile-more { color: #66888f; margin-left: auto; letter-spacing: 1px; }
.main-content { margin-left: 246px; min-height: 100vh; }
.topbar { height: 78px; background: white; border-bottom: 1px solid var(--line); padding: 0 42px; display: flex; align-items: center; justify-content: space-between; }
.breadcrumbs { display: flex; gap: 9px; align-items: center; font-size: 13px; color: #9aa7ac; }
.breadcrumbs strong { color: var(--ink); font-weight: 600; }
.topbar-actions { display: flex; align-items: center; gap: 14px; }
.search-button { display: flex; align-items: center; gap: 9px; color: #a5afb3; background: #f6f8f8; padding: 9px 11px; border-radius: 7px; font-size: 12px; }
.search-button span:first-child { color: var(--ink); font-size: 19px; line-height: 0; }
kbd { border: 1px solid #e0e6e8; background: #fff; border-radius: 4px; padding: 2px 5px; font-size: 9px; color: #a3adb0; }
.notification { position: relative; color: var(--ink); font-size: 22px; }
.notification i { position: absolute; top: 2px; right: 0; width: 5px; height: 5px; border-radius: 50%; background: #ed8d65; }
.mobile-brand, .mobile-menu { display: none; }
.page { padding: 34px 42px 50px; max-width: 1500px; margin: auto; }
.page-heading { display: flex; justify-content: space-between; align-items: flex-start; margin-bottom: 27px; }
.eyebrow { text-transform: uppercase; letter-spacing: .15em; color: var(--lime-deep); font-weight: 700; font-size: 10px; margin: 0 0 10px; }
h1 { font-family: 'Plus Jakarta Sans', sans-serif; font-size: 28px; line-height: 1.2; letter-spacing: -.04em; margin: 0; color: var(--ink); }
h2 { font-family: 'Plus Jakarta Sans', sans-serif; font-size: 17px; letter-spacing: -.025em; margin: 0; }
h3 { font-family: 'Plus Jakarta Sans', sans-serif; font-size: 14px; margin: 0; }
.muted { color: var(--muted); font-size: 12px; }
.primary-button { background: var(--lime); color: #233a1b; border-radius: 7px; padding: 11px 16px; font-size: 12px; font-weight: 700; display: inline-flex; align-items: center; gap: 7px; transition: .2s; }
.primary-button:hover { background: #c5dd5d; transform: translateY(-1px); }
.secondary-button { background: white; border: 1px solid var(--line); border-radius: 7px; color: #566b72; padding: 10px 14px; font-size: 12px; font-weight: 600; }.danger-button { background: #fff0ed; border: 1px solid #f1c7bf; border-radius: 7px; color: #b24e40; padding: 10px 14px; font-size: 12px; font-weight: 700; margin-right: auto; }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-bottom: 20px; }
.stat-card { background: white; border: 1px solid var(--line); border-radius: 10px; padding: 17px 18px 15px; position: relative; min-height: 119px; }
.stat-top { display: flex; align-items: center; justify-content: space-between; color: var(--muted); font-size: 11px; }
.stat-icon { width: 29px; height: 29px; border-radius: 8px; display: grid; place-items: center; font-size: 16px; }
.stat-icon.blue { background: #ebf3fd; color: #4d91dd; }.stat-icon.lime { background: #f0f6db; color: #8aa82e; }.stat-icon.orange { background: #fff1e6; color: #e18d3e; }.stat-icon.purple { background: #f1edfc; color: #9273db; }
.stat-value { font-family: 'Plus Jakarta Sans', sans-serif; font-size: 24px; font-weight: 800; letter-spacing: -.05em; margin-top: 14px; }
.stat-trend { position: absolute; right: 18px; bottom: 17px; color: var(--green); font-size: 10px; font-weight: 600; }
.stat-trend.muted-trend { color: #a2adb0; }
.dashboard-grid { display: grid; grid-template-columns: minmax(0, 1.28fr) minmax(300px, .72fr); gap: 20px; }
.panel { background: white; border: 1px solid var(--line); border-radius: 10px; overflow: hidden; }
.panel-header { padding: 18px 20px; display: flex; justify-content: space-between; align-items: center; }
.panel-title { display: flex; align-items: baseline; gap: 8px; }
.panel-title .muted { font-size: 11px; }
.panel-link { color: #6e8a3b; background: transparent; font-size: 11px; font-weight: 700; }
.chart-panel { padding-bottom: 15px; }
.chart-wrap { height: 220px; padding: 4px 22px 0; display: flex; gap: 13px; }
.chart-y { height: 175px; display: flex; flex-direction: column; justify-content: space-between; padding-top: 2px; color: #a3aeb2; font-size: 9px; }
.chart { flex: 1; position: relative; display: flex; flex-direction: column; justify-content: flex-end; }
.chart-lines { position: absolute; inset: 5px 0 23px; display: flex; flex-direction: column; justify-content: space-between; }
.chart-lines i { display: block; border-top: 1px dashed #edf0f1; }
.bars { display: grid; grid-template-columns: repeat(7, 1fr); align-items: end; height: 175px; gap: 10px; padding: 0 4px; position: relative; z-index: 1; }
.bar-col { height: 100%; display: flex; align-items: center; flex-direction: column; justify-content: flex-end; gap: 7px; }
.bar-stack { width: 100%; max-width: 35px; height: var(--height); border-radius: 6px 6px 2px 2px; background: #dfeec0; position: relative; overflow: hidden; }
.bar-stack i { position: absolute; inset: 0 0 auto; height: var(--fill); background: var(--lime); border-radius: inherit; }
.bar-col:nth-child(2n) .bar-stack i { background: #8eb6bc; }.bar-col:nth-child(2n) .bar-stack { background: #e2eff0; }
.bar-col.today .bar-stack i { background: var(--navy-2); }.bar-col.today .bar-stack { background: #d8e8ea; }
.bar-col span { font-size: 10px; color: #9aa8ac; }
.chart-legend { display: flex; gap: 14px; justify-content: flex-end; padding: 6px 22px 0; color: #7b898e; font-size: 10px; }.legend-dot { width: 7px; height: 7px; display: inline-block; border-radius: 50%; margin-right: 4px; background: var(--lime); }.legend-dot.blue-dot { background: #8eb6bc; }
.upcoming-panel { min-height: 300px; }.upcoming-list { border-top: 1px solid var(--line); }.upcoming-row { display: flex; align-items: center; gap: 12px; padding: 13px 20px; border-bottom: 1px solid #f0f3f3; }.trip-icon { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 9px; color: white; font-size: 15px; font-weight: 700; }.trip-icon.lime { background: #aecb42; }.trip-icon.blue { background: #5997d6; }.trip-icon.orange { background: #e6a158; }.trip-icon.purple { background: #9679d7; }.trip-info { min-width: 0; flex: 1; }.trip-info strong { display: block; font-size: 12px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; }.trip-info small { display: block; color: #99a6aa; margin-top: 3px; font-size: 10px; }.trip-date { text-align: right; font-size: 10px; color: #7e8b8f; }.trip-date b { display: block; color: var(--ink); font-size: 11px; margin-top: 3px; }.occupancy { height: 4px; border-radius: 5px; width: 55px; background: #edf1ed; margin-top: 5px; }.occupancy i { display: block; height: 100%; background: var(--lime-deep); border-radius: inherit; }
.leads-panel { grid-column: 1 / -1; }.leads-table { width: 100%; border-collapse: collapse; }.leads-table th { text-align: left; padding: 12px 20px; background: #fbfcfc; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); color: #98a5a9; text-transform: uppercase; letter-spacing: .08em; font-size: 9px; font-weight: 700; }.leads-table td { padding: 14px 20px; border-bottom: 1px solid #f0f2f2; font-size: 11px; color: #5d7076; vertical-align: middle; }.leads-table tr:last-child td { border-bottom: 0; }.lead-person { display: flex; align-items: center; gap: 9px; }.lead-person strong { color: var(--ink); font-size: 12px; display: block; }.lead-person small { display: block; margin-top: 3px; color: #a0aaad; font-size: 10px; }.lead-avatar { width: 31px; height: 31px; border-radius: 9px; display: grid; place-items: center; font-weight: 700; color: #486037; background: #e7f0d1; font-size: 10px; }.lead-avatar.blue { background: #e4effb; color: #4777a2; }.lead-avatar.orange { background: #fff0df; color: #9c6631; }.lead-avatar.purple { background: #f0eafc; color: #7053a8; }.tag { display: inline-flex; padding: 5px 7px; border-radius: 5px; font-size: 10px; font-weight: 600; background: #eff5dc; color: #6c8c27; }.tag.orange-tag { color: #af7238; background: #fff1e2; }.tag.purple-tag { color: #8061b1; background: #f1edfc; }.tag.gray-tag { color: #748286; background: #f0f3f3; }.stage-badge { display: inline-flex; gap: 5px; align-items: center; font-size: 10px; color: #708188; }.stage-badge i { width: 6px; height: 6px; border-radius: 50%; background: #adcf40; }.stage-badge.blue-stage i { background: #5b9ada; }.stage-badge.orange-stage i { background: #eea063; }.stage-badge.gray-stage i { background: #a6b3b7; }.lead-score { display: inline-flex; align-items: center; gap: 6px; font-weight: 700; color: var(--ink); }.score-ring { width: 25px; height: 25px; border-radius: 50%; border: 3px solid var(--lime); display: grid; place-items: center; font-size: 9px; color: #547126; }.score-ring.warm { border-color: #e5ae63; color: #a36a32; }.score-ring.cold { border-color: #b7c3c5; color: #78888c; }
.view-tabs { display: flex; gap: 4px; padding: 4px; background: #f3f6f6; border-radius: 8px; }.view-tabs button { background: transparent; color: #7d8a8e; padding: 8px 12px; border-radius: 5px; font-size: 11px; }.view-tabs button.active { background: white; color: var(--ink); box-shadow: 0 2px 6px rgba(16,43,51,.08); font-weight: 700; }
.toolbar { display: flex; align-items: center; gap: 9px; margin-bottom: 17px; }.toolbar .search-field { flex: 1; max-width: 280px; }.search-field { position: relative; }.search-field span { position: absolute; left: 12px; top: 10px; color: #9ca9ac; font-size: 17px; }.search-field input, .form-control { width: 100%; border: 1px solid var(--line); border-radius: 7px; padding: 10px 12px 10px 32px; color: var(--ink); background: white; outline: none; font-size: 12px; }.search-field input:focus, .form-control:focus { border-color: #aac366; box-shadow: 0 0 0 3px rgba(180,207,69,.12); }.toolbar select { border: 1px solid var(--line); background: white; color: #6c7d82; border-radius: 7px; padding: 10px; font-size: 11px; }.toolbar .primary-button { margin-left: auto; }
.leads-view-grid { display: grid; grid-template-columns: minmax(0, 1.5fr) minmax(300px, .62fr); gap: 20px; align-items: start; }.lead-list-panel { min-height: 570px; }.lead-row { padding: 15px 20px; border-bottom: 1px solid var(--line); display: flex; align-items: center; gap: 12px; cursor: pointer; transition: background .2s; }.lead-row:hover, .lead-row.selected { background: #fbfdf5; }.lead-row-main { min-width: 0; flex: 1; }.lead-row-main strong { display: block; font-size: 12px; }.lead-row-main small { display: block; color: #93a2a6; font-size: 10px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; margin-top: 4px; }.lead-row-meta { text-align: right; }.lead-row-meta time { color: #a5afb2; display: block; font-size: 9px; margin-bottom: 7px; }.detail-panel { min-height: 570px; padding-bottom: 16px; }.detail-header { padding: 20px; border-bottom: 1px solid var(--line); }.detail-person { display: flex; gap: 12px; align-items: center; }.detail-person .lead-avatar { width: 43px; height: 43px; font-size: 13px; }.detail-person strong { display: block; font-size: 15px; }.detail-person small { display: block; color: #91a0a4; font-size: 10px; margin-top: 4px; }.detail-body { padding: 20px; }.detail-section { margin-bottom: 22px; }.detail-section-label { text-transform: uppercase; letter-spacing: .1em; color: #9ca9ac; font-size: 9px; font-weight: 700; margin: 0 0 10px; }.detail-line { display: flex; justify-content: space-between; font-size: 11px; padding: 7px 0; color: #61737a; }.detail-line b { color: var(--ink); font-weight: 600; }.ai-box { background: #f6faeb; border: 1px solid #e5efc5; border-radius: 8px; padding: 12px; }.ai-box-head { display: flex; justify-content: space-between; align-items: center; color: #607d26; font-size: 11px; font-weight: 700; }.ai-box p { color: #71834c; line-height: 1.45; font-size: 10px; margin: 9px 0 0; }.confidence { margin-top: 10px; background: #e4edcf; height: 5px; border-radius: 4px; }.confidence i { display: block; height: 100%; background: var(--lime-deep); border-radius: inherit; }.detail-actions { display: flex; gap: 7px; }.detail-actions button { flex: 1; font-size: 10px; padding: 9px; }.stage-select { width: 100%; border: 1px solid var(--line); border-radius: 6px; padding: 9px; font-size: 11px; color: var(--ink); background: white; }
.excursions-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 17px; }.excursion-card { background: white; border: 1px solid var(--line); border-radius: 10px; overflow: hidden; }.excursion-banner { height: 93px; padding: 16px; position: relative; color: white; display: flex; align-items: flex-end; background: linear-gradient(135deg, #8fae38, #c8df5f); }.excursion-banner.blue { background: linear-gradient(135deg, #317c93, #77b8c4); }.excursion-banner.orange { background: linear-gradient(135deg, #c68140, #eabb72); }.excursion-banner.purple { background: linear-gradient(135deg, #705ca7, #aa97e7); }.excursion-banner::after { content: '✦'; position: absolute; right: 19px; top: 13px; font-size: 39px; opacity: .25; }.excursion-banner span { text-transform: uppercase; font-size: 9px; letter-spacing: .12em; opacity: .82; }.excursion-card-body { padding: 15px; }.excursion-card h3 { font-size: 14px; line-height: 1.25; margin-bottom: 6px; }.excursion-card .destination { font-size: 10px; color: #849297; }.excursion-meta { display: flex; justify-content: space-between; margin: 15px 0; padding-top: 12px; border-top: 1px solid var(--line); }.excursion-meta span { font-size: 10px; color: #91a0a4; }.excursion-meta b { display: block; color: var(--ink); font-size: 12px; margin-top: 4px; }.excursion-footer { display: flex; align-items: center; justify-content: space-between; }.excursion-footer .muted { font-size: 10px; }.progress-line { height: 5px; background: #eef2f0; border-radius: 5px; width: 95px; margin-top: 4px; }.progress-line i { display: block; height: 100%; background: var(--lime-deep); border-radius: inherit; }.empty-card { min-height: 245px; border: 1px dashed #cbd7d9; border-radius: 10px; display: grid; place-items: center; color: #8a999d; text-align: center; padding: 25px; }.empty-card span { font-size: 27px; color: var(--lime-deep); }.empty-card strong { display: block; font-size: 13px; color: var(--ink); margin: 8px 0 4px; }.empty-card p { font-size: 11px; margin: 0; }
.wa-layout { display: grid; grid-template-columns: minmax(280px, .8fr) minmax(0, 1.2fr); gap: 20px; }.wa-connect-card { padding: 22px; min-height: 524px; }.wa-status { display: flex; align-items: center; gap: 7px; color: #6c7b80; font-size: 11px; margin-top: 11px; }.wa-status i { width: 7px; height: 7px; background: #d2dbdc; border-radius: 50%; }.wa-status.connected i { background: #45bd7c; }.qr-wrap { width: 214px; height: 214px; margin: 27px auto 18px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 10px; background: #fbfcfc; }.qr-wrap img { width: 190px; height: 190px; image-rendering: pixelated; }.qr-placeholder { color: #93a1a5; text-align: center; font-size: 11px; padding: 20px; }.qr-placeholder span { display: block; font-size: 32px; color: #bbc6c8; margin-bottom: 8px; }.wa-instructions { color: #809096; line-height: 1.55; font-size: 10px; text-align: center; max-width: 230px; margin: 0 auto 20px; }.wa-connect-card .primary-button { width: 100%; justify-content: center; }.wa-connect-card .secondary-button { width: 100%; margin-top: 7px; }.wa-trust { display: flex; gap: 8px; border-top: 1px solid var(--line); margin-top: 21px; padding-top: 15px; color: #8e9da0; font-size: 10px; line-height: 1.35; }.wa-trust b { color: #6c7c80; display: block; }.wa-trust span { color: var(--lime-deep); font-size: 17px; }.conversation-panel { min-height: 524px; display: flex; flex-direction: column; }.conversation-head { padding: 14px 18px; border-bottom: 1px solid var(--line); display: flex; align-items: center; gap: 10px; }.conversation-head .lead-avatar { width: 34px; height: 34px; }.conversation-head strong { font-size: 12px; }.conversation-head small { display: block; color: #9aa7aa; font-size: 10px; margin-top: 3px; }.conversation-head .wa-status { margin: 0 0 0 auto; }.messages { padding: 20px; flex: 1; background: #f7faf9; min-height: 340px; display: flex; flex-direction: column; gap: 9px; }.message { max-width: 72%; padding: 9px 11px; border-radius: 8px; font-size: 11px; line-height: 1.4; position: relative; }.message.lead { background: white; border: 1px solid #e8eeee; align-self: flex-start; border-top-left-radius: 2px; }.message.agent { background: #e7f2c7; align-self: flex-end; border-top-right-radius: 2px; color: #3b5523; }.message time { display: block; font-size: 9px; color: #a3acad; text-align: right; margin-top: 5px; }.message.agent time { color: #83a05f; }.compose { padding: 12px; border-top: 1px solid var(--line); display: flex; gap: 8px; }.compose input { flex: 1; border: 1px solid var(--line); border-radius: 6px; padding: 9px 10px; font-size: 11px; outline: none; }.compose button { width: 35px; background: var(--navy); color: white; border-radius: 6px; }
.modal-backdrop { position: fixed; inset: 0; background: rgba(3,25,31,.46); z-index: 50; display: grid; place-items: center; padding: 20px; }.modal { background: white; border-radius: 11px; width: min(500px, 100%); box-shadow: 0 25px 70px rgba(0,0,0,.2); overflow: hidden; }.modal-header { padding: 18px 20px; border-bottom: 1px solid var(--line); display: flex; justify-content: space-between; align-items: center; }.modal-header button { font-size: 20px; background: none; color: #8b989c; }.modal-body { padding: 20px; display: grid; gap: 13px; }.form-label { display: grid; gap: 6px; color: #6c7b80; font-size: 11px; font-weight: 600; }.form-control { padding: 10px; font-size: 12px; }.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }.modal-footer { padding: 13px 20px; border-top: 1px solid var(--line); display: flex; justify-content: flex-end; gap: 8px; }
.toast { position: fixed; bottom: 22px; right: 22px; z-index: 80; background: var(--navy); color: white; border-left: 4px solid var(--lime); padding: 12px 16px; border-radius: 7px; box-shadow: var(--shadow); font-size: 12px; animation: slidein .25s ease; }.toast.error { border-left-color: #e77e68; } @keyframes slidein { from { transform: translateY(12px); opacity: 0; } to { transform: none; opacity: 1; } }
.skeleton { background: linear-gradient(90deg, #f1f4f4 25%, #f8fafa 50%, #f1f4f4 75%); background-size: 200% 100%; animation: shimmer 1.2s infinite; border-radius: 5px; height: 20px; } @keyframes shimmer { to { background-position: -200% 0; } }
@media (max-width: 1100px) { .stats-grid { grid-template-columns: repeat(2, 1fr); }.dashboard-grid, .leads-view-grid, .wa-layout { grid-template-columns: 1fr; }.detail-panel { min-height: auto; }.excursions-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 760px) { .sidebar { transform: translateX(-100%); transition: transform .2s; box-shadow: 10px 0 30px rgba(0,0,0,.15); }.sidebar.open { transform: translateX(0); }.main-content { margin-left: 0; }.topbar { height: 67px; padding: 0 18px; }.breadcrumbs { display: none; }.mobile-brand { display: flex; align-items: center; gap: 8px; color: var(--navy); font-family: 'Plus Jakarta Sans'; font-size: 13px; letter-spacing: .11em; }.mobile-brand img { width: 29px; height: 29px; border-radius: 50%; }.mobile-menu { display: inline-block; background: transparent; font-size: 22px; color: var(--ink); }.search-button span:nth-child(2), .search-button kbd { display: none; }.search-button { background: transparent; padding: 0; }.page { padding: 25px 17px 35px; }.page-heading { margin-bottom: 20px; }.page-heading h1 { font-size: 23px; }.page-heading .primary-button { padding: 9px 11px; font-size: 10px; }.stats-grid { gap: 9px; }.stat-card { padding: 13px; min-height: 104px; }.stat-value { font-size: 20px; margin-top: 10px; }.stat-trend { position: static; margin-top: 4px; font-size: 9px; }.chart-wrap { padding-left: 13px; padding-right: 13px; }.panel-header { padding: 15px; }.leads-table th, .leads-table td { padding-left: 12px; padding-right: 12px; }.leads-table th:nth-child(3), .leads-table td:nth-child(3), .leads-table th:nth-child(4), .leads-table td:nth-child(4) { display: none; }.toolbar { flex-wrap: wrap; }.toolbar .search-field { max-width: none; flex-basis: 100%; }.toolbar .primary-button { margin-left: 0; }.excursions-grid { grid-template-columns: 1fr; }.form-grid { grid-template-columns: 1fr; }.wa-connect-card { min-height: auto; }.message { max-width: 86%; } }

.auth-hidden { display: none !important; }
.auth-page { min-height: 100vh; display: grid; place-items: center; padding: 24px; background: radial-gradient(circle at 18% 10%, rgba(180,207,69,.2), transparent 35%), linear-gradient(135deg, #f7fbf7, #e9f1ef); }
.auth-card { width: min(430px, 100%); background: white; border: 1px solid var(--line); border-radius: 18px; padding: 38px; box-shadow: 0 25px 80px rgba(16,43,51,.14); }
.auth-brand { display: flex; align-items: center; justify-content: center; margin-bottom: 38px; color: var(--navy); }.auth-brand img { width: 104px; height: 104px; object-fit: cover; border-radius: 50%; }.auth-brand strong, .auth-brand span { display: none; }.auth-card h1 { font-size: 27px; }.auth-copy { color: var(--muted); font-size: 13px; margin: 9px 0 25px; line-height: 1.5; }.auth-form { display: grid; gap: 15px; }.auth-form .primary-button { justify-content: center; width: 100%; margin-top: 4px; padding: 13px; }.auth-form .form-control { padding: 12px; }.auth-error { color: #b04b3d; background: #fff0ed; border: 1px solid #f2c6be; padding: 10px 12px; border-radius: 7px; font-size: 11px; }.auth-footnote { color: #9aa6a9; font-size: 10px; text-align: center; margin: 24px 0 0; }
.calendar-toolbar { display: flex; align-items: center; justify-content: space-between; margin-bottom: 17px; }.calendar-nav { display: flex; align-items: center; gap: 8px; }.calendar-nav .secondary-button { padding: 8px 11px; }.calendar-title { background: white; border: 0; color: var(--ink); font-family: 'Plus Jakarta Sans'; font-size: 15px; min-width: 180px; }.calendar-layout { display: grid; grid-template-columns: minmax(0, 1.7fr) minmax(280px, .55fr); gap: 18px; }.calendar-panel { padding: 15px; }.calendar-weekdays, .calendar-grid { display: grid; grid-template-columns: repeat(7, minmax(0, 1fr)); }.calendar-weekdays { border-bottom: 1px solid var(--line); padding-bottom: 9px; }.calendar-weekdays span { text-transform: uppercase; color: #98a6aa; font-size: 9px; font-weight: 700; text-align: center; letter-spacing: .08em; }.calendar-day { min-height: 112px; padding: 8px; border-right: 1px solid #eef2f2; border-bottom: 1px solid #eef2f2; overflow: hidden; }.calendar-day:nth-child(7n) { border-right: 0; }.calendar-day.today .calendar-number { display: grid; place-items: center; width: 24px; height: 24px; background: var(--navy); color: white; border-radius: 50%; }.calendar-number { display: inline-grid; place-items: center; height: 24px; min-width: 24px; color: #738289; font-size: 11px; }.muted-day { background: #fbfcfc; }.calendar-events { display: grid; gap: 4px; margin-top: 4px; }.calendar-event { display: grid; gap: 1px; width: 100%; padding: 5px 6px; text-align: left; color: #355049; background: #eef5dc; border-left: 3px solid var(--lime-deep); border-radius: 4px; overflow: hidden; }.calendar-event.blue { background: #e9f3f5; border-left-color: #5696a5; }.calendar-event.orange { background: #fff0df; border-left-color: #d59046; }.calendar-event.purple { background: #f0ebfb; border-left-color: #8569c0; }.calendar-event b, .calendar-event small { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }.calendar-event b { font-size: 9px; }.calendar-event small { font-size: 8px; color: #809092; }.calendar-more { font-size: 8px; color: var(--muted); }.agenda-panel { min-height: 300px; }.agenda-list { border-top: 1px solid var(--line); }.agenda-item { width: 100%; display: flex; align-items: center; gap: 10px; padding: 13px 16px; text-align: left; border-bottom: 1px solid #f0f3f3; background: white; }.agenda-item:hover { background: #fbfdf5; }.agenda-date { min-width: 42px; color: var(--lime-deep); font-weight: 700; font-size: 11px; }.agenda-date small { display: block; color: #a0abae; font-size: 9px; font-weight: 400; margin-top: 2px; }.agenda-info { min-width: 0; flex: 1; }.agenda-info b, .agenda-info small { display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }.agenda-info b { font-size: 11px; }.agenda-info small { color: #95a1a5; font-size: 9px; margin-top: 3px; }.agenda-arrow { color: #a2afb1; }.report-period { display: flex; align-items: center; gap: 8px; margin: -8px 0 18px; color: var(--muted); font-size: 11px; }.report-period b { color: var(--ink); }.report-live { color: var(--green); margin-left: auto; font-size: 10px; }.reports-grid { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(280px, .65fr); gap: 18px; }.report-panel { min-height: 310px; }.report-table-wrap { overflow-x: auto; }.report-table { width: 100%; border-collapse: collapse; }.report-table th { text-transform: uppercase; letter-spacing: .08em; font-size: 9px; color: #98a5a9; text-align: left; background: #fbfcfc; padding: 11px 18px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }.report-table td { padding: 13px 18px; border-bottom: 1px solid #f0f3f3; color: #65767b; font-size: 11px; vertical-align: middle; }.report-table td b { display: block; color: var(--ink); }.report-table td small { display: block; color: #9aa6a9; font-size: 9px; margin-top: 4px; }.report-progress { display: inline-block; width: 80px; height: 5px; vertical-align: middle; background: #edf1ef; border-radius: 5px; margin-right: 7px; }.report-progress i { display: block; height: 100%; border-radius: inherit; background: var(--lime-deep); }.source-list { padding: 12px 20px; }.source-row { display: grid; grid-template-columns: minmax(90px, .7fr) minmax(80px, 1fr) 32px; align-items: center; gap: 10px; padding: 13px 0; border-bottom: 1px solid #f0f3f3; }.source-row:last-child { border-bottom: 0; }.source-row b, .source-row small { display: block; }.source-row b { font-size: 11px; color: var(--ink); }.source-row small { color: #98a6a9; font-size: 9px; margin-top: 3px; }.source-row > strong { text-align: right; font-size: 11px; color: var(--ink); }.source-bar { height: 7px; border-radius: 5px; background: #eef2ee; overflow: hidden; }.source-bar i { display: block; height: 100%; background: linear-gradient(90deg, var(--lime-deep), var(--lime)); border-radius: inherit; }
@media (max-width: 1100px) { .calendar-layout, .reports-grid { grid-template-columns: 1fr; } }
@media (max-width: 760px) { .auth-card { padding: 28px 22px; }.calendar-toolbar { align-items: flex-start; gap: 10px; flex-direction: column; }.calendar-panel { padding: 8px; overflow-x: auto; }.calendar-weekdays, .calendar-grid { min-width: 650px; }.calendar-day { min-height: 95px; }.report-period { flex-wrap: wrap; }.report-live { margin-left: 0; flex-basis: 100%; }.report-table th, .report-table td { padding-left: 10px; padding-right: 10px; }.report-stats { grid-template-columns: repeat(2, 1fr); } }
