:root {
  --ink: #172136;
  --muted: #667085;
  --line: #e7eaf1;
  --canvas: #f7f8fc;
  --card: #ffffff;
  --indigo: #4355d7;
  --indigo-dark: #303faf;
  --indigo-pale: #eef0ff;
  --teal: #0f9e94;
  --amber: #d98a1f;
  --coral: #df6652;
  --shadow: 0 8px 24px rgba(25, 35, 60, .06);
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
body { margin: 0; background: var(--canvas); color: var(--ink); font-family: "Noto Sans SC", system-ui, sans-serif; font-size: 14px; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
.app-shell { min-height: 100vh; display: flex; }
.sidebar { width: 252px; flex: 0 0 252px; min-height: 100vh; background: #202a46; color: #f7f8ff; padding: 30px 17px 20px; display: flex; flex-direction: column; position: sticky; top: 0; height: 100vh; }
.brand-lockup { display: flex; align-items: center; gap: 11px; padding: 0 9px; }
.brand-mark { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 10px; background: #6878fb; color: white; font-weight: 700; font-size: 18px; }
.eyebrow, .section-label { margin: 0; color: #8b96b6; font: 600 10px/1.35 Outfit, sans-serif; letter-spacing: .12em; }
.brand-lockup .eyebrow { color: #92a0c6; font-size: 9px; }
.brand-lockup h1 { font: 600 18px/1.25 "Noto Sans SC", sans-serif; margin: 2px 0 0; letter-spacing: .02em; }
.main-nav { display: grid; gap: 5px; margin-top: 50px; }
.nav-item { border: 0; color: #aab5d7; text-align: left; padding: 12px 13px; background: transparent; border-radius: 8px; font-weight: 500; transition: .18s ease; }
.nav-item:hover { color: white; background: rgba(255,255,255,.07); }
.nav-item.active { color: white; background: #4355d7; box-shadow: 0 6px 14px rgba(21, 31, 106, .34); }
.nav-icon { display: inline-block; width: 23px; font-size: 19px; line-height: 12px; vertical-align: -2px; }
.sidebar-footer { margin-top: auto; display: grid; gap: 9px; padding: 15px 9px 0; border-top: 1px solid rgba(204, 213, 255, .13); }
.sync-status { font-size: 11px; color: #b4c0dc; display: flex; gap: 7px; align-items: center; margin-bottom: 4px; }
.status-dot { width: 7px; height: 7px; background: #63c5a8; border-radius: 50%; box-shadow: 0 0 0 3px rgba(99,197,168,.13); }
.utility-button { color: #bec7e1; border: 1px solid rgba(198,210,246,.18); background: transparent; border-radius: 6px; padding: 8px 10px; text-align: left; font-size: 12px; }
.utility-button:hover { color: white; border-color: rgba(198,210,246,.48); }.import-label { cursor: pointer; }
.main-content { flex: 1; min-width: 0; padding: 0 44px 50px; max-width: 1660px; margin: 0 auto; }
.topbar { min-height: 102px; border-bottom: 1px solid var(--line); display: flex; align-items: center; justify-content: space-between; }
.topbar h2 { margin: 3px 0 0; font: 600 25px/1.28 "Noto Sans SC", sans-serif; }.topbar-right { display: flex; align-items: center; gap: 15px; }.today { text-align: right; }.today span { display: block; }.today-label { color: var(--muted); font-size: 11px; margin-top: 2px; }.language-switch { display: flex; overflow: hidden; background: #edf0f6; border-radius: 7px; padding: 3px; }.lang-button { color: #667085; background: transparent; border: 0; border-radius: 5px; padding: 5px 8px; font: 600 11px Outfit, "Noto Sans SC", sans-serif; }.lang-button.active { color: #3545bd; background: white; box-shadow: 0 1px 3px rgba(28,38,68,.12); }
.primary-button, .secondary-button, .text-button { border: 0; border-radius: 7px; transition: .18s ease; font-weight: 600; }.primary-button { color: white; background: var(--indigo); padding: 10px 15px; box-shadow: 0 5px 10px rgba(67,85,215,.17); }.primary-button:hover { background: var(--indigo-dark); transform: translateY(-1px); }.secondary-button { background: #f1f3f8; color: #475467; padding: 10px 14px; }.secondary-button:hover { background: #e7eaf1; }.text-button { background: transparent; color: var(--indigo); padding: 6px 0; font-size: 12px; }
.view { display: none; padding-top: 30px; }.view.active-view { display: block; }
.welcome-panel { min-height: 162px; overflow: hidden; position: relative; display: flex; align-items: center; justify-content: space-between; padding: 25px 38px; color: white; background: linear-gradient(110deg, #3341a8, #566be8); border-radius: 13px; box-shadow: 0 10px 25px rgba(54,67,170,.18); }.welcome-panel .section-label { color: #bfc8ff; }.welcome-panel h3 { font: 600 25px/1.42 "Noto Sans SC", sans-serif; margin: 6px 0; letter-spacing: .01em; }.welcome-copy { color: #dce1ff; margin: 0; font-size: 13px; }.progress-ornament { position: absolute; right: 35px; bottom: -11px; height: 128px; width: 345px; opacity: .48; display: flex; align-items: end; gap: 14px; transform: skewX(-18deg); }.progress-ornament span { display: block; width: 55px; border-radius: 7px 7px 0 0; background: linear-gradient(to top, rgba(255,255,255,.06), rgba(255,255,255,.7)); }.progress-ornament span:nth-child(1) { height: 45px; }.progress-ornament span:nth-child(2) { height: 82px; }.progress-ornament span:nth-child(3) { height: 115px; }.metric-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 17px; margin: 22px 0; }.metric-card, .panel, .analysis-card { background: var(--card); border: 1px solid var(--line); border-radius: 11px; box-shadow: var(--shadow); }.metric-card { min-height: 146px; position: relative; padding: 19px 20px; }.metric-card p, .analysis-card p { color: var(--muted); margin: 0 0 7px; font-size: 12px; }.metric-card strong { font: 600 29px/1 Outfit, "Noto Sans SC", sans-serif; }.metric-unit { color: var(--muted); margin-left: 3px; }.metric-card small { display: block; color: #98a2b3; font-size: 11px; margin-top: 8px; }.metric-icon { position: absolute; right: 17px; top: 17px; height: 30px; width: 30px; display: grid; place-items: center; border-radius: 8px; font-size: 17px; }.indigo { color: var(--indigo); background: var(--indigo-pale); }.amber { color: var(--amber); background: #fff4df; }.teal { color: var(--teal); background: #e3f7f4; }.coral { color: var(--coral); background: #ffebe7; }
.dashboard-grid, .analysis-grid { display: grid; grid-template-columns: 1.58fr 1fr; gap: 18px; }.panel { padding: 21px 22px; }.panel-heading { display: flex; justify-content: space-between; align-items: start; margin-bottom: 17px; }.panel-heading h3, .section-topline h3 { font: 600 17px/1.3 "Noto Sans SC", sans-serif; margin: 3px 0 0; }.ranking-list { display: grid; gap: 16px; }.rank-row { display: grid; grid-template-columns: 28px minmax(60px, 1fr) minmax(85px, 2fr) 52px; align-items: center; gap: 8px; }.rank-num { color: #98a2b3; font: 600 12px Outfit, sans-serif; }.rank-brand { font-weight: 600; }.rank-track { height: 8px; background: #edf0f6; border-radius: 8px; overflow: hidden; }.rank-fill { height: 100%; border-radius: inherit; background: linear-gradient(90deg, #6273ef, #4052d7); }.rank-value { color: var(--muted); text-align: right; font-size: 12px; }.reminder-list { display: grid; gap: 13px; }.reminder { display: flex; gap: 10px; align-items: start; padding-bottom: 13px; border-bottom: 1px solid #edf0f4; }.reminder:last-child { border: 0; padding-bottom: 0; }.reminder-badge { display: grid; place-items: center; border-radius: 7px; height: 27px; width: 27px; color: var(--amber); background: #fff4de; font-size: 14px; }.reminder strong { display: block; font-size: 12px; margin-bottom: 3px; }.reminder p { margin: 0; color: var(--muted); font-size: 11px; line-height: 1.55; }.recent-panel { margin-top: 18px; }
table { width: 100%; border-collapse: collapse; white-space: nowrap; } th { color: #7c879b; font-size: 11px; font-weight: 500; text-align: left; padding: 0 13px 11px; border-bottom: 1px solid var(--line); } td { padding: 13px; border-bottom: 1px solid #eef0f4; color: #344054; font-size: 12px; } tbody tr:last-child td { border-bottom: 0; } tbody tr:hover td { background: #fbfcff; }.empty-row td { text-align: center; color: #98a2b3; padding: 32px; }.brand-pill { display: inline-block; color: #4b5dc6; background: #f0f2ff; border-radius: 5px; padding: 3px 7px; font-size: 11px; }.num-cell { font-family: Outfit, "Noto Sans SC", sans-serif; font-size: 14px; font-weight: 600; }.insurance-num { color: var(--teal); }.table-actions { display: flex; gap: 9px; }.action-button { padding: 0; border: 0; background: transparent; font-size: 12px; color: var(--indigo); }.action-button.danger { color: #cf5f50; }.section-topline { display: flex; justify-content: space-between; align-items: end; margin-bottom: 20px; }.section-topline > div > p:not(.section-label) { margin: 6px 0 0; color: var(--muted); font-size: 12px; }.filter-bar { min-height: 52px; display: flex; align-items: center; gap: 12px; margin-bottom: 14px; }.search-box { display: flex; align-items: center; gap: 8px; width: 310px; color: #8c96a8; background: white; border: 1px solid #dfe3eb; border-radius: 7px; padding: 0 11px; }.search-box input { border: 0; outline: 0; width: 100%; padding: 9px 0; font-size: 12px; background: transparent; }.record-count { color: #8d98a9; font-size: 12px; }.table-panel { padding: 17px 9px 7px; }.table-panel th, .table-panel td { padding-left: 13px; padding-right: 13px; }.report-tip { display: flex; align-items: center; gap: 10px; background: #ecf6ff; border: 1px solid #d8eafa; color: #39627c; border-radius: 8px; padding: 10px 13px; margin-bottom: 14px; }.report-tip span { color: #3387c6; }.report-tip p { margin: 0; font-size: 12px; }.reports-filter { justify-content: flex-start; }.date-filter { display: flex; align-items: center; gap: 7px; color: var(--muted); font-size: 12px; }.date-filter input, .month-filter input { border: 1px solid #dfe3eb; border-radius: 6px; padding: 7px; color: #344054; background: white; font-size: 12px; }.month-filter { display: flex; align-items: center; gap: 8px; color: var(--muted); font-size: 12px; }.analysis-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 17px; margin-bottom: 18px; }.analysis-card { padding: 19px 20px; }.analysis-card strong { font: 600 28px/1 Outfit, "Noto Sans SC", sans-serif; }.analysis-card span { color: var(--muted); margin-left: 4px; font-size: 12px; }
.modal { z-index: 5; display: none; align-items: center; justify-content: center; position: fixed; inset: 0; padding: 25px; background: rgba(24,32,55,.43); backdrop-filter: blur(2px); }.modal.open { display: flex; }.modal-card { width: min(640px, 100%); background: white; border-radius: 12px; padding: 25px; box-shadow: 0 20px 60px rgba(25,33,62,.25); }.modal-heading { display: flex; justify-content: space-between; align-items: start; border-bottom: 1px solid var(--line); padding-bottom: 17px; margin-bottom: 19px; }.modal-heading h3 { margin: 3px 0 0; font-size: 19px; }.close-button { border: 0; color: #667085; background: #f2f4f7; font-size: 21px; line-height: 28px; height: 28px; width: 28px; border-radius: 50%; }.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }.modal label { display: grid; gap: 7px; margin-bottom: 15px; color: #475467; font-size: 12px; font-weight: 500; }.modal input, .modal select, .modal textarea { min-width: 0; width: 100%; color: #263047; border: 1px solid #dfe3eb; outline: none; border-radius: 6px; padding: 9px 10px; background: white; font-size: 13px; }.modal textarea { resize: vertical; }.modal input:focus, .modal select:focus, .modal textarea:focus { border-color: #6e7eef; box-shadow: 0 0 0 3px rgba(91,108,229,.13); }.form-actions { display: flex; justify-content: end; gap: 10px; padding-top: 4px; }.toast { z-index: 9; position: fixed; right: 25px; bottom: 25px; opacity: 0; transform: translateY(12px); pointer-events: none; color: white; background: #253052; box-shadow: 0 9px 28px rgba(18,28,55,.22); padding: 11px 15px; border-radius: 7px; font-size: 13px; transition: .22s ease; }.toast.show { opacity: 1; transform: translateY(0); }
.map-summary { display: inline-flex; align-items: center; gap: 8px; color: #526177; background: #eef1ff; border: 1px solid #e1e5ff; border-radius: 7px; padding: 8px 11px; font-size: 12px; margin-bottom: 14px; }.map-summary-dot { width: 7px; height: 7px; border-radius: 50%; background: #566be8; box-shadow: 0 0 0 3px rgba(86,107,232,.12); }.map-layout { display: grid; grid-template-columns: minmax(0, 1.7fr) minmax(280px, .72fr); gap: 18px; }.map-panel { padding: 0; overflow: hidden; min-height: 540px; position: relative; }.leaflet-map { height: 540px; width: 100%; background: #edf1f5; }.map-list-panel { max-height: 540px; overflow: auto; }.map-store-list { display: grid; gap: 9px; }.map-store-card { text-align: left; width: 100%; border: 1px solid #e9ecf2; background: #fff; border-radius: 8px; padding: 12px; transition: .16s ease; }.map-store-card:hover, .map-store-card.active { border-color: #9eabf5; background: #f7f8ff; }.map-store-card strong { display: block; color: #344054; font-size: 12px; margin-bottom: 4px; }.map-store-card span { display: block; color: #7a8598; font-size: 11px; line-height: 1.5; }.map-store-card .coordinate { color: #5266d8; margin-top: 5px; font-family: Outfit, sans-serif; }.map-fallback { position: absolute; z-index: 401; inset: 0; display: grid; place-items: center; padding: 30px; text-align: center; color: #667085; background: #f4f6fa; }.location-tools { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 1px 0 15px; }.location-tools-copy { color: #7a8598; font-size: 11px; }.location-tools > div { display: flex; gap: 8px; }.location-tools .secondary-button { padding: 8px 10px; font-size: 12px; }.picker-modal { z-index: 7; }.map-picker-card { width: min(760px, 100%); }.map-picker-instruction { color: #667085; margin: -2px 0 15px; font-size: 12px; }.picker-map { height: 390px; border: 1px solid var(--line); border-radius: 8px; overflow: hidden; }.picker-coordinates { display: flex; align-items: center; justify-content: space-between; color: #667085; font-size: 12px; padding: 13px 1px 4px; }.picker-coordinates strong { color: #4355d7; font: 600 13px Outfit, sans-serif; }.location-status { display: inline-flex; align-items: center; gap: 5px; color: #0a897c; font-size: 11px; }.location-status::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: #32b7a5; }.location-missing { color: #98a2b3; font-size: 11px; }.sub-cell { color: #8a94a7; margin-top: 4px; font-size: 11px; }.muted-cell { color: #98a2b3; font-size: 11px; }.empty-copy { color: #98a2b3; text-align: center; padding: 20px; font-size: 12px; }
.map-fallback[hidden] { display: none; }
.trend-panel { margin-bottom: 18px; padding-bottom: 15px; }.trend-heading { align-items: center; margin-bottom: 4px; }.trend-period-copy { color: #8b96a8; margin: 5px 0 0; font-size: 11px; }.scale-switch { display: flex; padding: 3px; background: #f0f2f7; border-radius: 7px; }.scale-button { min-width: 42px; color: #6c778a; background: transparent; border: 0; border-radius: 5px; padding: 6px 10px; font-size: 12px; font-weight: 600; }.scale-button.active { color: #3e50ce; background: white; box-shadow: 0 1px 4px rgba(26,36,68,.12); }.trend-legend { display: flex; justify-content: flex-end; gap: 18px; color: #667085; font-size: 11px; margin: 0 10px -8px 0; }.trend-legend > span { display: flex; align-items: center; gap: 6px; }.trend-legend i { display: inline-block; width: 17px; height: 3px; border-radius: 4px; }.legend-phone { background: #5265e2; }.legend-insurance { background: #17a497; }.sales-trend-chart { min-height: 310px; width: 100%; position: relative; overflow: hidden; }.sales-trend-chart svg { width: 100%; height: 310px; display: block; }.chart-grid { stroke: #e9ecf2; stroke-width: 1; }.chart-axis-label { fill: #8a95a8; font: 10px Outfit, "Noto Sans SC", sans-serif; }.chart-line-phone { fill: none; stroke: #5265e2; stroke-width: 3; stroke-linecap: round; stroke-linejoin: round; }.chart-line-insurance { fill: none; stroke: #17a497; stroke-width: 3; stroke-linecap: round; stroke-linejoin: round; }.chart-area-phone { fill: url(#phoneGradient); opacity: .32; }.chart-dot-phone { fill: white; stroke: #5265e2; stroke-width: 2; }.chart-dot-insurance { fill: white; stroke: #17a497; stroke-width: 2; }.chart-empty { position: absolute; inset: 0; display: grid; place-items: center; color: #98a2b3; font-size: 12px; }
@media (max-width: 1060px) { .sidebar { width: 208px; flex-basis: 208px; }.main-content { padding: 0 26px 35px; }.metric-grid { grid-template-columns: repeat(2, 1fr); }.dashboard-grid, .analysis-grid { grid-template-columns: 1fr; } }
@media (max-width: 720px) { .app-shell { display: block; }.sidebar { position: static; width: 100%; height: auto; min-height: 0; padding: 18px; }.main-nav { margin-top: 20px; grid-template-columns: repeat(4, 1fr); gap: 4px; }.nav-item { font-size: 11px; padding: 8px 5px; text-align: center; }.nav-icon { display: block; margin: auto auto 3px; }.sidebar-footer { display: none; }.main-content { padding: 0 16px 30px; }.topbar { min-height: 85px; }.topbar h2 { font-size: 21px; }.today { display: none; }.welcome-panel { padding: 23px; }.welcome-panel h3 { font-size: 20px; }.welcome-copy { max-width: 250px; }.progress-ornament { opacity: .18; }.metric-grid, .analysis-cards { grid-template-columns: 1fr 1fr; gap: 10px; }.metric-card { min-height: 129px; padding: 16px; }.section-topline { align-items: start; gap: 13px; }.section-topline h3 { font-size: 17px; }.section-topline .primary-button { white-space: nowrap; }.filter-bar { flex-wrap: wrap; }.search-box { width: 100%; }.table-wrap { overflow-x: auto; }.panel { padding: 17px 14px; }.form-grid { grid-template-columns: 1fr; gap: 0; }.modal { padding: 12px; }.modal-card { padding: 20px; }.analysis-cards { margin-bottom: 12px; } }
@media (max-width: 1060px) { .map-layout { grid-template-columns: 1fr; }.map-list-panel { max-height: none; }.map-store-list { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 720px) { .main-nav { grid-template-columns: repeat(5, 1fr); }.topbar-right { gap: 8px; }.language-switch { padding: 2px; }.lang-button { padding: 5px 7px; }.map-panel, .leaflet-map { min-height: 400px; height: 400px; }.picker-map { height: 330px; }.location-tools { display: grid; }.location-tools > div { flex-wrap: wrap; }.map-store-list { grid-template-columns: 1fr; }.section-topline .secondary-button { white-space: nowrap; } }
@media (max-width: 720px) { .trend-heading { align-items: flex-start; gap: 12px; }.sales-trend-chart, .sales-trend-chart svg { min-height: 270px; height: 270px; }.trend-legend { justify-content: flex-start; margin: 12px 0 -2px; } }
.login-screen { min-height: 100vh; display: grid; place-items: center; padding: 24px; background: radial-gradient(circle at 20% 15%, rgba(99,116,232,.35), transparent 32%), linear-gradient(135deg, #18213a, #2e3c72); }.login-card { position: relative; width: min(430px, 100%); background: white; border-radius: 16px; padding: 34px; box-shadow: 0 28px 80px rgba(11,18,42,.35); }.login-brand { display: flex; align-items: center; gap: 11px; margin-bottom: 34px; }.login-brand h1 { margin: 2px 0 0; font-size: 19px; }.login-language { position: absolute; right: 28px; top: 28px; display: flex; gap: 4px; }.login-lang-button { border: 0; background: #f1f3f8; color: #667085; border-radius: 5px; padding: 5px 8px; font-size: 11px; }.login-lang-button.active { background: #4355d7; color: white; }.login-card h2 { margin: 5px 0 7px; font-size: 25px; }.login-copy { margin: 0 0 23px; color: #667085; }.login-card form label { display: grid; gap: 7px; color: #475467; font-size: 12px; font-weight: 600; margin-bottom: 15px; }.login-card input { border: 1px solid #dfe3eb; border-radius: 7px; padding: 11px 12px; outline: 0; }.login-card input:focus { border-color: #6878eb; box-shadow: 0 0 0 3px rgba(91,108,229,.13); }.login-submit { width: 100%; padding: 12px; margin-top: 3px; }.demo-account { display: grid; gap: 3px; color: #5d6980; background: #f5f6fa; border-radius: 8px; padding: 12px 14px; margin-top: 19px; font-size: 11px; }.demo-account span { color: #394aaf; font: 600 13px Outfit, sans-serif; }.demo-account small { color: #8c96a8; }.user-menu { display: flex; align-items: center; gap: 8px; padding-left: 13px; border-left: 1px solid var(--line); }.user-avatar { width: 31px; height: 31px; display: grid; place-items: center; color: white; background: #4355d7; border-radius: 9px; font-weight: 700; }.user-meta { display: grid; min-width: 72px; }.user-meta strong { font-size: 11px; }.user-meta span { color: #8b96a8; font-size: 9px; }.logout-button { border: 0; background: transparent; color: #667085; padding: 4px; font-size: 11px; }.logout-button:hover { color: #d05d50; }
.login-screen { position: relative; overflow: hidden; background: radial-gradient(circle at 18% 18%, rgba(120,137,255,.42), transparent 28%), radial-gradient(circle at 82% 82%, rgba(57,202,181,.22), transparent 30%), linear-gradient(145deg, #111a33 0%, #26396e 52%, #1d2a52 100%); }.login-screen::before, .login-screen::after { content: ''; position: absolute; border: 1px solid rgba(255,255,255,.1); border-radius: 50%; pointer-events: none; }.login-screen::before { width: 520px; height: 520px; left: -210px; bottom: -260px; }.login-screen::after { width: 360px; height: 360px; right: -120px; top: -170px; }.login-card { width: min(460px, 100%); padding: 0; overflow: hidden; border: 1px solid rgba(255,255,255,.35); border-radius: 22px; box-shadow: 0 34px 100px rgba(5,12,34,.48); }.login-card::before { content: ''; position: absolute; inset: 0 0 auto; height: 4px; background: linear-gradient(90deg, #7584ff, #45d4bd); }.login-card-top { position: relative; display: flex; align-items: center; justify-content: space-between; padding: 28px 30px 23px; background: linear-gradient(135deg, #f7f8ff, #eef2ff); border-bottom: 1px solid #e6e9f2; }.login-card .login-brand { margin: 0; }.login-brand-mark { border-radius: 12px; box-shadow: 0 8px 20px rgba(66,83,207,.24); }.login-card .login-language { position: static; }.login-card .login-lang-button { padding: 6px 9px; border-radius: 7px; }.login-form-panel { position: relative; padding: 31px 34px 35px; }.login-shield { position: absolute; right: 34px; top: 29px; width: 38px; height: 38px; display: grid; place-items: center; color: #fff; background: linear-gradient(135deg, #5669e3, #3fc1ae); border-radius: 12px; box-shadow: 0 9px 22px rgba(67,91,204,.22); font-weight: 700; }.login-kicker { margin: 0 0 5px; color: #5265d5; font-size: 10px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }.login-card .login-form-panel h2 { margin: 0 0 25px; color: #17213a; font-size: 27px; letter-spacing: -.02em; }.login-card form label { gap: 8px; margin-bottom: 17px; color: #505b70; }.login-card input { padding: 13px 14px; border-color: #dce1eb; border-radius: 9px; background: #fbfcff; font-size: 14px; transition: border-color .18s, box-shadow .18s, background .18s; }.login-card input:focus { background: #fff; border-color: #6575e4; box-shadow: 0 0 0 4px rgba(91,108,229,.12); }.login-submit { padding: 13px; margin-top: 5px; border-radius: 9px; box-shadow: 0 10px 24px rgba(65,82,204,.2); font-weight: 700; }
.brand-sales-editor { border: 1px solid #e2e6ee; background: #f9faff; border-radius: 9px; padding: 15px; margin-bottom: 15px; }.brand-sales-heading { display: flex; justify-content: space-between; align-items: start; gap: 15px; margin-bottom: 12px; }.brand-sales-heading strong { font-size: 13px; }.brand-sales-heading p { color: #8a94a6; margin: 3px 0 0; font-size: 11px; }.brand-row-labels, .brand-sales-row { display: grid; grid-template-columns: minmax(140px, 1.5fr) minmax(110px, 1fr) 34px; gap: 9px; align-items: center; }.brand-row-labels { color: #7d8798; padding: 0 2px 5px; font-size: 10px; }.brand-sales-rows { display: grid; gap: 8px; }.brand-sales-row select, .brand-sales-row input { width: 100%; border: 1px solid #dfe3eb; background: white; border-radius: 6px; padding: 9px 10px; }.remove-brand-row { height: 32px; width: 32px; border: 0; border-radius: 6px; color: #cf5f50; background: #ffedeb; font-size: 18px; }.multi-brand-cell { display: flex; flex-wrap: wrap; gap: 5px; max-width: 280px; white-space: normal; }.brand-sales-pill { display: inline-flex; gap: 5px; color: #4353b8; background: #eef0ff; padding: 4px 7px; border-radius: 5px; font-size: 11px; }.brand-sales-pill strong { font-family: Outfit, sans-serif; }
.field-help { display: block; color: #8a94a6; font-size: 10px; font-weight: 400; line-height: 1.45; margin-top: 5px; }.assignment-select { min-width: 210px; border: 1px solid #dfe3eb; background: white; border-radius: 6px; padding: 7px 9px; color: #445066; }.assignment-select:focus { border-color: #6574e8; outline: 0; box-shadow: 0 0 0 3px rgba(91,108,229,.12); }.performance-breakdown-grid { margin-top: 18px; }
.admin-grid { display: grid; grid-template-columns: minmax(300px, .72fr) minmax(560px, 1.4fr); gap: 18px; }.inline-admin-form { display: flex; gap: 9px; margin-bottom: 17px; }.inline-admin-form input { flex: 1; min-width: 0; border: 1px solid #dfe3eb; border-radius: 7px; padding: 9px 10px; }.brand-admin-list { display: flex; flex-wrap: wrap; gap: 8px; }.brand-admin-item { display: inline-flex; align-items: center; gap: 6px; border: 1px solid #e0e4ed; background: #fafbfe; border-radius: 7px; padding: 7px 8px 7px 11px; }.brand-admin-item strong { font-size: 12px; }.brand-admin-item button { border: 0; background: transparent; color: #7c879b; padding: 0 2px; font-size: 11px; }.brand-admin-item button.danger { color: #d05f52; }.role-pill, .status-pill { display: inline-block; border-radius: 5px; padding: 3px 7px; font-size: 10px; font-weight: 600; }.role-admin { color: #4858cf; background: #eef0ff; }.role-supervisor { color: #a66c12; background: #fff3dc; }.role-promoter { color: #087f76; background: #e3f7f4; }.status-active { color: #087f76; background: #e3f7f4; }.status-disabled { color: #9b5a51; background: #ffebe8; }.form-help { color: #8a94a6; margin: -3px 0 14px; font-size: 11px; }.brand-breakdown-panel { margin-top: 18px; }.brand-sales-chart { display: grid; gap: 13px; }.brand-bar-row { display: grid; grid-template-columns: minmax(80px, 150px) minmax(130px, 1fr) 70px; align-items: center; gap: 10px; }.brand-bar-label { font-weight: 600; font-size: 12px; }.brand-bar-track { height: 12px; overflow: hidden; background: #edf0f5; border-radius: 7px; }.brand-bar-fill { height: 100%; background: linear-gradient(90deg, #5265e2, #8490f1); border-radius: inherit; }.brand-bar-value { text-align: right; color: #526177; font: 600 12px Outfit, sans-serif; }
@media (max-width: 1180px) { .admin-grid { grid-template-columns: 1fr; }.user-meta { display: none; } }
@media (max-width: 720px) { .login-card { padding: 27px 22px; }.login-language { right: 18px; top: 18px; }.user-menu { padding-left: 6px; }.user-avatar { display: none; }.logout-button { font-size: 10px; }.brand-row-labels { display: none; }.brand-sales-row { grid-template-columns: 1fr 100px 34px; }.inline-admin-form { display: grid; }.brand-bar-row { grid-template-columns: 80px 1fr 53px; } }
@media (max-width: 720px) { .login-card { padding: 0; border-radius: 18px; }.login-card-top { padding: 23px 21px 19px; }.login-card .login-language { position: static; }.login-form-panel { padding: 27px 23px 30px; }.login-shield { right: 23px; top: 25px; }.login-card .login-form-panel h2 { font-size: 24px; } }
