@import "tailwindcss";

:root {
  --navy-950: #0d1733;
  --navy-900: #111d3d;
  --navy-800: #1b2a51;
  --navy-700: #293b78;
  --navy-100: #e9edfb;
  --ink: #17233f;
  --muted: #75809a;
  --muted-2: #98a0b2;
  --line: #e7eaf1;
  --surface: #ffffff;
  --canvas: #f6f7fb;
  --gold: #c4a264;
  --gold-soft: #f5efdf;
  --green: #2b9a70;
  --green-soft: #e9f7f1;
  --blue: #4c7dcc;
  --blue-soft: #edf3ff;
  --purple: #8167c5;
  --purple-soft: #f1edfb;
  --amber: #c48b32;
  --amber-soft: #fff6e5;
  --red: #c85c65;
  --red-soft: #fff0f1;
  --shadow: 0 12px 32px rgba(18, 31, 67, .055);
}

* { box-sizing: border-box; }
html { min-width: 320px; }
body {
  margin: 0;
  background: var(--canvas);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}
button, input, select { font: inherit; }
button { cursor: pointer; }
button:focus-visible, input:focus-visible, select:focus-visible { outline: 3px solid rgba(76, 125, 204, .24); outline-offset: 2px; }

.app-shell { display: flex; min-height: 100vh; width: 100%; overflow: hidden; }
.sidebar {
  width: 254px;
  flex: 0 0 254px;
  min-height: 100vh;
  background: var(--navy-950);
  color: #d9dff0;
  position: relative;
  z-index: 30;
}
.sidebar-inner { min-height: 100vh; display: flex; flex-direction: column; padding: 27px 15px 16px; }
.sidebar-logo { padding: 0 12px 27px; }
.brand-mark { display: flex; align-items: center; gap: 11px; min-height: 36px; }
.brand-glyph {
  width: 27px; height: 31px; display: inline-flex; align-items: center; justify-content: center;
  position: relative; border: 1.5px solid var(--gold); border-radius: 50% 45% 50% 45%; transform: rotate(34deg);
}
.brand-glyph::before, .brand-glyph::after { content: ""; position: absolute; background: var(--gold); width: 1px; height: 22px; top: 3px; }
.brand-glyph::before { transform: rotate(-31deg); }
.brand-glyph::after { transform: rotate(31deg); }
.brand-glyph span { display: block; width: 4px; height: 4px; background: var(--gold); border-radius: 50%; position: relative; z-index: 1; }
.brand-copy { display: flex; flex-direction: column; line-height: 1; }
.brand-copy strong { color: #fff; letter-spacing: .22em; font-size: 16px; font-weight: 700; }
.brand-copy small { color: #808ba8; letter-spacing: .12em; font-size: 7px; margin-top: 6px; font-weight: 600; }
.brand-mark-compact .brand-glyph { width: 32px; height: 36px; }

.workspace-switcher { display: flex; align-items: center; gap: 10px; margin: 0 5px 25px; padding: 10px 10px; border: 1px solid rgba(255,255,255,.09); border-radius: 10px; background: rgba(255,255,255,.035); }
.workspace-avatar { width: 28px; height: 28px; flex: 0 0 28px; display: grid; place-items: center; color: var(--gold); background: rgba(196,162,100,.13); border-radius: 7px; }
.workspace-switcher > div:nth-child(2) { min-width: 0; flex: 1; display: flex; flex-direction: column; gap: 3px; }
.workspace-switcher strong { color: #e7eaf5; font-size: 11px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.workspace-switcher span { color: #74809e; font-size: 10px; }
.muted-icon { color: #6c7795; }
.side-nav { flex: 1; }
.nav-label { color: #697692; font-size: 9px; font-weight: 700; letter-spacing: .14em; margin: 0 13px 10px; }
.nav-label-spaced { margin-top: 26px; }
.nav-item { width: 100%; min-height: 43px; display: flex; align-items: center; gap: 12px; border: 0; border-radius: 9px; background: transparent; color: #aab3c9; padding: 0 13px; text-align: left; transition: background .2s, color .2s; }
.nav-item + .nav-item { margin-top: 3px; }
.nav-item:hover { background: rgba(255,255,255,.065); color: #fff; }
.nav-item.active { color: #fff; background: linear-gradient(90deg, #26396f, #213361); box-shadow: inset 3px 0 0 var(--gold); }
.nav-item.active svg { color: #d9bb82; }
.nav-item span { font-size: 12px; font-weight: 550; flex: 1; }
.nav-item em { font-style: normal; font-size: 10px; color: #cbd3e7; background: rgba(255,255,255,.1); min-width: 21px; height: 19px; display: grid; place-items: center; border-radius: 10px; }
.sidebar-bottom { margin-top: auto; }
.salon-switch-card { width: 100%; padding: 11px 10px; display: flex; align-items: center; gap: 9px; text-align: left; color: #dfe6f6; background: linear-gradient(135deg, rgba(196,162,100,.16), rgba(255,255,255,.04)); border: 1px solid rgba(196,162,100,.22); border-radius: 10px; margin-bottom: 18px; }
.salon-switch-card:hover { border-color: rgba(196,162,100,.55); background: linear-gradient(135deg, rgba(196,162,100,.24), rgba(255,255,255,.06)); }
.salon-card-icon { width: 28px; height: 28px; border-radius: 8px; display: grid; place-items: center; background: rgba(196,162,100,.18); color: #dfc38a; flex: 0 0 28px; }
.salon-switch-card > span:nth-child(2) { display: flex; flex-direction: column; gap: 3px; flex: 1; min-width: 0; }
.salon-switch-card strong { font-size: 10px; font-weight: 650; }
.salon-switch-card small { color: #9faac0; font-size: 9px; }
.salon-switch-card > svg { color: #bdab84; }
.sidebar-user { display: flex; gap: 9px; align-items: center; padding: 13px 8px 0; border-top: 1px solid rgba(255,255,255,.08); }
.user-avatar { width: 31px; height: 31px; border-radius: 50%; display: grid; place-items: center; font-size: 10px; font-weight: 750; letter-spacing: .02em; flex: 0 0 31px; }
.avatar-navy { background: #c7a66b; color: var(--navy-950); }
.avatar-purple { background: #d7c5f5; color: #483674; }
.sidebar-user-copy { display: flex; flex-direction: column; gap: 3px; flex: 1; min-width: 0; }
.sidebar-user-copy strong { color: #eef1f9; font-size: 11px; font-weight: 650; }
.sidebar-user-copy span { color: #8490a9; font-size: 9px; }
.icon-button { border: 0; background: transparent; color: var(--muted); display: inline-grid; place-items: center; border-radius: 7px; }
.icon-button:hover { background: #f0f2f6; color: var(--ink); }
.icon-button.ghost { color: #818ba5; padding: 5px; }
.icon-button.ghost:hover { background: rgba(255,255,255,.08); color: #fff; }

.main-area { flex: 1; min-width: 0; display: flex; flex-direction: column; overflow: hidden; }
.topbar { height: 76px; flex: 0 0 76px; display: flex; align-items: center; justify-content: space-between; padding: 0 38px; background: rgba(255,255,255,.92); border-bottom: 1px solid var(--line); }
.topbar-left, .topbar-actions, .topbar-context, .top-user { display: flex; align-items: center; }
.topbar-context { gap: 8px; color: #9da5b7; font-size: 11px; }
.topbar-context strong { color: var(--ink); font-weight: 650; }
.topbar-actions { gap: 13px; }
.global-search { width: 295px; height: 38px; border: 1px solid #e3e7ee; border-radius: 8px; display: flex; align-items: center; gap: 9px; padding: 0 10px; color: #9ba4b6; background: #fafbfc; }
.global-search input { border: 0; outline: 0; flex: 1; min-width: 0; color: var(--ink); background: transparent; font-size: 11px; }
.global-search input::placeholder { color: #a5adbc; }
kbd { border: 1px solid #e4e7ed; background: white; border-radius: 4px; color: #9ba4b6; font-size: 9px; padding: 3px 5px; white-space: nowrap; }
.notification-button { width: 34px; height: 34px; color: #66718b; position: relative; }
.notification-button i { position: absolute; width: 6px; height: 6px; top: 5px; right: 5px; border-radius: 50%; background: #d69a45; border: 1.5px solid #fff; }
.top-divider { height: 28px; width: 1px; background: var(--line); margin: 0 4px 0 2px; }
.top-user { gap: 8px; background: transparent; border: 0; padding: 3px 0 3px 2px; text-align: left; color: var(--muted); }
.top-user:hover .top-user-text strong { color: var(--navy-700); }
.top-user-text { display: flex; flex-direction: column; gap: 3px; min-width: 78px; }
.top-user-text strong { font-size: 11px; color: var(--ink); font-weight: 700; }
.top-user-text small { color: var(--muted); font-size: 9px; }
.mobile-menu { display: none; width: 34px; height: 34px; margin-right: 8px; }

.content-scroll { flex: 1; overflow-y: auto; min-height: 0; }
.content-inner { width: 100%; max-width: 1510px; margin: 0 auto; padding: 31px 38px 50px; }
.page-heading { display: flex; justify-content: space-between; align-items: flex-end; gap: 20px; margin-bottom: 25px; }
.eyebrow { display: flex; align-items: center; gap: 6px; color: #8a94a8; font-size: 9px; font-weight: 750; letter-spacing: .13em; line-height: 1.3; }
.page-heading h1, .salon-welcome h1 { margin: 7px 0 6px; color: var(--ink); font-size: 27px; line-height: 1.14; letter-spacing: -.035em; font-weight: 700; }
.page-heading p { margin: 0; color: var(--muted); font-size: 12px; }
.heading-actions { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; justify-content: flex-end; }
.primary-button, .outline-button, .dark-button, .light-button { min-height: 38px; border-radius: 7px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 0 14px; font-size: 11px; font-weight: 650; transition: transform .15s, box-shadow .15s, background .15s; white-space: nowrap; }
.primary-button { border: 1px solid var(--navy-700); background: var(--navy-700); color: #fff; box-shadow: 0 4px 10px rgba(41,59,120,.14); }
.primary-button:hover { background: #1f3169; box-shadow: 0 6px 15px rgba(41,59,120,.21); transform: translateY(-1px); }
.outline-button { border: 1px solid #dce1ea; color: #536079; background: #fff; }
.outline-button:hover { color: var(--navy-700); border-color: #bac5da; background: #fbfcfe; }
.outline-button.small { min-height: 30px; padding: 0 10px; font-size: 10px; }
.dark-button { border: 1px solid #111c3a; background: #142043; color: #fff; }
.dark-button:hover { background: #24345f; }
.light-button { border: 1px solid rgba(255,255,255,.25); background: rgba(255,255,255,.14); color: #fff; }
.light-button:hover { background: rgba(255,255,255,.24); }
.text-button { color: var(--navy-700); background: none; border: 0; display: inline-flex; align-items: center; gap: 6px; font-size: 11px; font-weight: 650; padding: 5px; white-space: nowrap; }
.text-button:hover { color: #172b68; }

.dashboard-banner { min-height: 143px; border-radius: 12px; position: relative; overflow: hidden; display: flex; align-items: center; padding: 24px 29px; color: #fff; background: linear-gradient(102deg, #15244a 0%, #263d79 62%, #304d8b 100%); margin-bottom: 20px; }
.banner-glow { position: absolute; left: 49%; top: -160px; width: 410px; height: 410px; border-radius: 50%; background: radial-gradient(circle, rgba(117,145,218,.32), transparent 67%); }
.banner-content { position: relative; z-index: 1; flex: 1; }
.banner-kicker { display: inline-flex; align-items: center; gap: 6px; color: #d8bf8b; font-size: 9px; letter-spacing: .13em; font-weight: 750; }
.banner-content h2 { margin: 10px 0 5px; font-size: 21px; letter-spacing: -.025em; font-weight: 650; }
.banner-content p { margin: 0; color: #b9c5e1; font-size: 11px; }
.banner-content p strong { color: #e3ca94; }
.banner-stat { position: relative; z-index: 1; min-width: 150px; margin-right: 45px; border-left: 1px solid rgba(255,255,255,.16); padding-left: 22px; display: flex; flex-direction: column; gap: 5px; }
.banner-stat span { color: #a9b7d8; font-size: 10px; }
.banner-stat strong { font-size: 24px; letter-spacing: -.04em; }
.banner-stat small { color: #92dcbe; font-size: 10px; display: flex; align-items: center; gap: 3px; }
.banner-art { position: absolute; right: -8px; top: -50px; width: 235px; height: 235px; opacity: .95; }
.art-ring { position: absolute; border-radius: 50%; border: 1px solid rgba(210,224,255,.18); }
.ring-one { width: 210px; height: 210px; top: 12px; right: 10px; }
.ring-two { width: 140px; height: 140px; top: 46px; right: 45px; border-color: rgba(215,190,134,.22); }
.art-shape { position: absolute; right: 75px; top: 54px; color: rgba(228,210,168,.35); font-size: 95px; font-weight: 800; font-family: Georgia, serif; transform: rotate(-12deg); }
.kpi-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; margin-bottom: 20px; }
.kpi-card, .panel-card, .mini-stat-row > div { background: var(--surface); border: 1px solid var(--line); box-shadow: var(--shadow); border-radius: 11px; }
.kpi-card { min-height: 133px; padding: 17px 18px 15px; }
.kpi-top { display: flex; justify-content: space-between; align-items: center; color: #7c869c; font-size: 10px; font-weight: 650; }
.kpi-icon { width: 31px; height: 31px; display: grid; place-items: center; border-radius: 8px; }
.kpi-blue { color: #557dca; background: var(--blue-soft); }
.kpi-amber { color: #c28a37; background: var(--amber-soft); }
.kpi-green { color: #43a77f; background: var(--green-soft); }
.kpi-purple { color: #8167c5; background: var(--purple-soft); }
.kpi-value { margin-top: 12px; font-size: 25px; font-weight: 720; letter-spacing: -.05em; color: #182442; }
.kpi-footer { margin-top: 8px; display: flex; align-items: center; gap: 7px; }
.trend { font-size: 10px; font-weight: 700; }
.trend.up { color: var(--green); }
.trend.down { color: var(--red); }
.trend span { font-size: 14px; }
.kpi-note { color: #a2a9b8; font-size: 9px; }
.dashboard-grid { display: grid; grid-template-columns: minmax(0, 1.65fr) minmax(300px, .95fr); gap: 20px; margin-bottom: 20px; }
.panel-card { padding: 21px 22px; }
.panel-heading { display: flex; align-items: flex-start; justify-content: space-between; gap: 12px; }
.panel-heading h2 { margin: 0 0 5px; font-size: 14px; letter-spacing: -.02em; font-weight: 700; color: #1b2744; }
.panel-heading p { margin: 0; color: var(--muted); font-size: 10px; }
.select-button, .sort-button { color: #68738b; border: 1px solid #e3e6ed; background: #fff; min-height: 30px; padding: 0 9px; border-radius: 6px; display: inline-flex; align-items: center; gap: 6px; font-size: 10px; }
.select-button:hover, .sort-button:hover { color: var(--navy-700); border-color: #bac6dc; }
.chart-card { min-height: 327px; }
.chart-legend { display: flex; gap: 18px; justify-content: flex-end; color: #8791a5; font-size: 9px; margin: -2px 8px 0 0; }
.chart-legend span { display: flex; align-items: center; gap: 5px; }
.legend-dot { width: 7px; height: 7px; border-radius: 50%; display: inline-block; }
.navy-dot { background: var(--navy-700); }
.gold-dot { background: var(--gold); }
.sales-chart { height: 225px; display: flex; margin-top: 6px; padding-top: 7px; }
.chart-y-labels { width: 39px; display: flex; flex-direction: column; justify-content: space-between; align-items: flex-start; color: #a7afbd; font-size: 9px; padding-bottom: 19px; }
.chart-plot { flex: 1; position: relative; }
.chart-grid { position: absolute; inset: 0 0 21px; display: flex; flex-direction: column; justify-content: space-between; }
.chart-grid i { height: 1px; background: #eef0f4; width: 100%; }
.chart-plot svg { height: calc(100% - 21px); width: 100%; position: absolute; top: 0; left: 0; overflow: visible; }
.chart-tooltip { position: absolute; top: 19px; right: 8%; transform: translateX(50%); background: #fff; border: 1px solid #e1e5ee; border-radius: 6px; padding: 7px 10px; box-shadow: 0 6px 18px rgba(26,40,76,.12); display: flex; flex-direction: column; gap: 2px; }
.chart-tooltip strong { font-size: 11px; color: var(--navy-700); }
.chart-tooltip span { color: #9aa3b3; font-size: 9px; white-space: nowrap; }
.chart-x-labels { position: absolute; bottom: 0; left: 0; right: 0; display: flex; justify-content: space-between; color: #9da6b4; font-size: 9px; }
.top-products { min-height: 327px; }
.top-products .panel-heading { margin-bottom: 13px; }
.product-ranking { display: flex; flex-direction: column; }
.ranking-item { display: flex; align-items: center; gap: 9px; padding: 10px 0; border-bottom: 1px solid #f0f1f5; }
.ranking-item:last-child { border-bottom: 0; }
.rank-number { color: #b3b9c7; width: 15px; font-size: 9px; font-weight: 700; }
.tiny-product-visual { width: 31px; height: 35px; border-radius: 6px; display: grid; place-items: center; overflow: hidden; color: rgba(255,255,255,.85); }
.tiny-product-visual span { font-size: 18px; font-family: Georgia, serif; }
.ranking-copy { flex: 1; min-width: 0; display: flex; flex-direction: column; gap: 3px; }
.ranking-copy strong { font-size: 10px; font-weight: 650; color: #37425b; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.ranking-copy span { color: #a0a8b8; font-size: 9px; }
.ranking-value { text-align: right; display: flex; flex-direction: column; gap: 1px; }
.ranking-value strong { font-size: 12px; color: var(--navy-700); }
.ranking-value span { color: #a0a8b8; font-size: 8px; }
.full-width-link { width: 100%; margin-top: 10px; min-height: 34px; border: 0; border-top: 1px solid #eff1f5; padding-top: 12px; background: none; display: flex; justify-content: center; align-items: center; gap: 6px; color: var(--navy-700); font-size: 10px; font-weight: 650; }
.full-width-link:hover { color: #162864; }
.lower-grid { grid-template-columns: minmax(0, 1.65fr) minmax(300px, .95fr); }
.recent-orders { min-width: 0; overflow: hidden; }
.recent-orders .panel-heading, .active-customers .panel-heading { margin-bottom: 13px; }
.table-more { display: inline-grid; place-items: center; border: 0; background: transparent; color: #8993a7; border-radius: 5px; padding: 4px; }
.table-more:hover { color: var(--navy-700); background: #f2f4f8; }
.orders-table-wrap { overflow-x: auto; }
.data-table { width: 100%; border-collapse: collapse; min-width: 620px; }
.data-table th { color: #98a1b1; font-weight: 700; font-size: 8px; letter-spacing: .08em; text-align: left; padding: 10px 8px; white-space: nowrap; border-bottom: 1px solid #eff1f5; }
.data-table td { color: #4c576f; font-size: 10px; padding: 13px 8px; white-space: nowrap; border-bottom: 1px solid #f1f2f5; }
.data-table tbody tr:last-child td { border-bottom: 0; }
.data-table tbody tr:hover { background: #fbfcfe; }
.data-table th:first-child, .data-table td:first-child { padding-left: 0; }
.data-table th:last-child, .data-table td:last-child { padding-right: 0; text-align: right; }
.data-table.spacious td { padding-top: 16px; padding-bottom: 16px; }
.order-number { color: var(--navy-700); font-size: 10px; }
.customer-cell { display: flex; align-items: center; gap: 8px; font-weight: 600; color: #37425b; }
.mini-avatar { width: 27px; height: 27px; border-radius: 7px; display: grid; place-items: center; font-size: 8px; font-weight: 750; }
.mini-avatar.violet, .mini-avatar.purple { background: #eee8fb; color: #745ab6; }
.mini-avatar.blue { background: #e6efff; color: #557cc1; }
.mini-avatar.amber, .mini-avatar.gold { background: #fbf0dd; color: #ad7d32; }
.mini-avatar.emerald, .mini-avatar.green { background: #e2f4ec; color: #398d6d; }
.mini-avatar.rose { background: #fce8ee; color: #b1647b; }
.muted-text { color: #8993a6; }
.cell-subtext { display: block; color: #9fa7b5; font-size: 9px; margin-top: 3px; }
.status-pill { min-height: 22px; padding: 0 8px; display: inline-flex; align-items: center; gap: 5px; border-radius: 20px; font-size: 9px; font-weight: 650; }
.status-pill i { width: 5px; height: 5px; border-radius: 50%; background: currentColor; }
.status-violet { color: #7659b7; background: #f1ecfc; }
.status-blue { color: #4d76b8; background: #edf3ff; }
.status-amber { color: #ae7b2b; background: #fff4df; }
.status-emerald { color: #3b906d; background: #eaf7f1; }
.status-red { color: #b4525a; background: #fff0f1; }
.status-slate { color: #68748b; background: #eff1f4; }
.active-customer-total { display: flex; align-items: baseline; gap: 9px; margin: 14px 0 17px; }
.active-customer-total strong { font-size: 28px; letter-spacing: -.05em; }
.active-customer-total span { color: var(--green); font-size: 10px; font-weight: 700; }
.active-customer-total small { color: #9ba4b3; font-size: 9px; }
.customer-bars { display: flex; flex-direction: column; gap: 13px; }
.customer-bars > div { display: grid; grid-template-columns: 50px 1fr 25px; align-items: center; gap: 8px; color: #758097; font-size: 9px; }
.customer-bars i { height: 6px; background: #eef0f4; border-radius: 8px; overflow: hidden; }
.customer-bars b { display: block; height: 100%; border-radius: inherit; background: linear-gradient(90deg, #7186c4, #293b78); }
.customer-bars strong { color: #47536c; text-align: right; font-size: 10px; }

/* list and admin modules */
.mini-stat-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-bottom: 20px; }
.mini-stat-row > div { min-height: 95px; padding: 15px 17px; display: flex; flex-direction: column; gap: 5px; }
.mini-stat-row span { color: #8791a5; font-size: 10px; }
.mini-stat-row strong { color: var(--ink); font-size: 20px; letter-spacing: -.04em; }
.mini-stat-row small { color: #9ba4b3; font-size: 9px; }
.positive { color: var(--green) !important; display: inline-flex; align-items: center; gap: 2px; }
.warning-text { color: var(--amber) !important; }
.stock-low { color: #c4675f !important; }
.list-panel { padding: 21px 22px 15px; }
.list-panel-header { display: flex; justify-content: space-between; align-items: flex-start; gap: 15px; margin-bottom: 19px; }
.list-panel-header h2 { margin: 0 0 5px; font-size: 14px; }
.list-panel-header p { color: var(--muted); font-size: 10px; margin: 0; }
.segmented-control { padding: 3px; border-radius: 7px; background: #f4f5f8; display: flex; gap: 1px; }
.segmented-control button { min-height: 28px; border: 0; border-radius: 5px; background: transparent; color: #8a94a7; padding: 0 9px; font-size: 9px; }
.segmented-control button.selected { color: var(--navy-700); background: #fff; box-shadow: 0 1px 4px rgba(18,31,67,.08); font-weight: 700; }
.list-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 13px; margin-bottom: 16px; }
.list-search { width: min(320px, 100%); height: 35px; display: flex; align-items: center; gap: 8px; border: 1px solid #e3e7ee; background: #fafbfc; border-radius: 7px; padding: 0 11px; color: #a0a8b8; }
.list-search input { border: 0; outline: 0; background: transparent; min-width: 0; width: 100%; font-size: 10px; color: var(--ink); }
.list-search input::placeholder { color: #a2aab9; }
.toolbar-actions { display: flex; gap: 8px; }
.table-footer { padding: 17px 0 1px; border-top: 1px solid #eff1f5; margin-top: 2px; display: flex; justify-content: space-between; align-items: center; color: #9099a9; font-size: 9px; }
.table-footer > div { display: flex; align-items: center; gap: 4px; }
.pagination-button { width: 26px; height: 26px; border-radius: 5px; border: 1px solid #e2e6ed; color: #818ca1; background: #fff; display: grid; place-items: center; font-size: 9px; }
.pagination-button.active { color: #fff; background: var(--navy-700); border-color: var(--navy-700); }
.category-strip { display: flex; gap: 8px; overflow-x: auto; margin: -5px 0 20px; padding-bottom: 2px; }
.category-chip { min-height: 35px; display: flex; align-items: center; gap: 7px; white-space: nowrap; padding: 0 11px; border: 1px solid #e1e5ed; background: #fff; color: #788399; border-radius: 7px; font-size: 10px; }
.category-chip span { color: #abb2c0; font-size: 9px; }
.category-chip:hover { border-color: #bdc8dc; color: var(--navy-700); }
.category-chip.selected { border-color: #c4cce0; color: var(--navy-700); background: var(--navy-100); font-weight: 700; }
.view-toggle { width: 34px; height: 34px; border: 1px solid #e2e6ed; background: #fff; color: #8390a6; border-radius: 6px; display: grid; place-items: center; }
.view-toggle.active { color: var(--navy-700); background: #eef1fb; border-color: #ced7ed; }
.admin-product-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 15px; }
.admin-product-card { border: 1px solid #e8ebf1; border-radius: 9px; overflow: hidden; background: #fff; }
.admin-card-top { position: relative; }
.card-more { position: absolute; right: 8px; top: 8px; border: 0; color: #66738f; background: rgba(255,255,255,.72); backdrop-filter: blur(5px); width: 27px; height: 27px; border-radius: 6px; display: grid; place-items: center; }
.product-visual { position: relative; height: 64px; overflow: hidden; display: grid; place-items: center; color: #fff; }
.product-visual.large { height: 170px; }
.visual-orb { position: absolute; border-radius: 50%; border: 1px solid rgba(255,255,255,.25); }
.orb-a { width: 122px; height: 122px; right: -20px; top: -45px; }
.orb-b { width: 84px; height: 84px; left: -28px; bottom: -40px; background: rgba(255,255,255,.08); }
.bottle-visual { width: 43px; height: 52px; position: relative; z-index: 1; border-radius: 5px 5px 8px 8px; background: rgba(255,255,255,.7); box-shadow: 5px 9px 15px rgba(27,38,60,.19); display: flex; align-items: center; justify-content: center; color: rgba(43,55,80,.7); writing-mode: vertical-rl; transform: rotate(5deg); }
.bottle-visual::before { content: ""; width: 18px; height: 8px; position: absolute; top: -6px; border-radius: 3px 3px 1px 1px; background: rgba(255,255,255,.75); }
.bottle-visual span { font-size: 6px; letter-spacing: .08em; font-weight: 800; }
.bottle-visual b { writing-mode: horizontal-tb; position: absolute; right: 3px; bottom: 4px; font-size: 9px; font-family: Georgia, serif; }
.product-visual.large .bottle-visual { width: 63px; height: 91px; border-radius: 7px 7px 12px 12px; }
.product-visual.large .bottle-visual::before { width: 27px; height: 12px; top: -8px; }
.product-visual.large .bottle-visual span { font-size: 8px; }
.visual-category { position: absolute; left: 10px; bottom: 8px; color: rgba(255,255,255,.78); font-size: 8px; font-weight: 650; }
.admin-product-copy { padding: 13px 13px 12px; }
.product-brand, .catalog-brand { color: #8b95a8; font-size: 9px; font-weight: 650; }
.admin-product-copy h3, .catalog-card-content h3 { color: #26334f; margin: 5px 0 5px; font-size: 12px; line-height: 1.32; font-weight: 700; letter-spacing: -.015em; }
.sku { color: #adb4c0; font-size: 8px; }
.admin-product-meta { display: flex; justify-content: space-between; margin-top: 13px; padding: 10px 0; border-top: 1px solid #f0f1f4; border-bottom: 1px solid #f0f1f4; }
.admin-product-meta div { display: flex; flex-direction: column; gap: 4px; }
.admin-product-meta small { color: #9ca5b5; font-size: 8px; }
.admin-product-meta strong { color: var(--navy-700); font-size: 12px; }
.admin-product-meta strong span { font-size: 9px; color: #9ba4b3; font-weight: 500; }
.stock-good { color: var(--green) !important; }
.product-card-actions { display: flex; align-items: center; justify-content: space-between; margin-top: 11px; }
.product-card-actions .text-button { font-size: 9px; padding-right: 0; }

/* stock, campaigns, reports, settings */
.stock-health { display: flex; justify-content: space-between; align-items: center; gap: 25px; background: linear-gradient(100deg, #f0f4ff, #fff); border: 1px solid #dfe7f7; border-radius: 11px; padding: 19px 22px; margin-bottom: 20px; }
.stock-health-copy { display: flex; align-items: center; gap: 12px; }
.stock-health-icon { width: 40px; height: 40px; border-radius: 10px; background: #e4edff; color: #587bc2; display: grid; place-items: center; }
.stock-health-copy > div:last-child { display: flex; flex-direction: column; gap: 3px; }
.stock-health-copy span { font-size: 10px; color: #78849a; }
.stock-health-copy strong { font-size: 14px; color: #385c9e; }
.stock-health-copy p { margin: 0; font-size: 9px; color: #9ba5b6; }
.stock-health-meter { width: 260px; }
.stock-health-meter > strong { display: block; font-size: 22px; letter-spacing: -.05em; text-align: right; color: #3a5e9f; }
.stock-health-meter > div { height: 6px; border-radius: 4px; background: #dae4f7; overflow: hidden; margin: 6px 0 5px; }
.stock-health-meter i { display: block; height: 100%; background: #6088d2; border-radius: inherit; }
.stock-health-meter > span { display: block; color: #9ba5b6; font-size: 8px; text-align: right; }
.stock-list { display: flex; flex-direction: column; }
.stock-row { min-height: 74px; display: grid; grid-template-columns: 54px minmax(160px, 1.3fr) minmax(160px, 1fr) 100px 90px; align-items: center; gap: 14px; border-top: 1px solid #f0f1f5; }
.stock-row > .product-visual { width: 47px; height: 50px; border-radius: 7px; }
.stock-row .bottle-visual { width: 27px; height: 35px; }
.stock-row .bottle-visual::before { width: 12px; height: 5px; top: -4px; }
.stock-row .bottle-visual span { font-size: 4px; }
.stock-product-name { display: flex; flex-direction: column; gap: 4px; min-width: 0; }
.stock-product-name strong { font-size: 10px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.stock-product-name span { color: #a0a8b7; font-size: 9px; }
.stock-level { display: flex; flex-direction: column; gap: 7px; }
.stock-level > span { display: flex; justify-content: space-between; font-size: 9px; color: #929bad; }
.stock-level > span strong { color: #68748b; }
.stock-level > div { height: 5px; background: #edf0f4; border-radius: 6px; overflow: hidden; }
.stock-level i { display: block; height: 100%; background: #67ad8d; border-radius: inherit; }
.stock-alert, .stock-ok { font-size: 9px; }
.stock-alert { color: #c1774c; }
.stock-ok { color: var(--green); }
.campaign-grid { display: grid; grid-template-columns: 1.45fr 1fr 1fr; gap: 15px; margin-bottom: 20px; }
.campaign-card { min-height: 214px; border-radius: 11px; padding: 22px; position: relative; overflow: hidden; }
.campaign-featured { color: #fff; background: linear-gradient(123deg, #273b78, #17274f); }
.campaign-status { font-size: 9px; font-weight: 650; color: #96a6d5; }
.campaign-featured .campaign-status { color: #dcc088; }
.campaign-card h2, .campaign-card h3 { position: relative; z-index: 1; margin: 18px 0 8px; line-height: 1.13; letter-spacing: -.03em; }
.campaign-card h2 { font-size: 23px; }
.campaign-card h2 em { color: #d8b974; font-style: normal; }
.campaign-card h3 { font-size: 18px; color: #28344f; }
.campaign-card p { max-width: 240px; margin: 0 0 18px; color: #a6b4d4; line-height: 1.55; font-size: 10px; }
.campaign-gold { background: #f5ecda; border: 1px solid #ecdfc1; }
.campaign-gold .campaign-status { color: #b38745; }
.campaign-gold p { color: #9a876a; }
.campaign-light { background: #e9f1f5; border: 1px solid #dae7ef; }
.campaign-light .campaign-status { color: #6a899c; }
.campaign-light p { color: #8096a3; }
.campaign-circle { width: 130px; height: 130px; border: 1px solid rgba(222,200,148,.42); border-radius: 50%; position: absolute; right: 12px; bottom: -19px; display: grid; place-items: center; color: #e2c789; font-size: 29px; font-weight: 700; transform: rotate(12deg); }
.campaign-circle::after { content: "SALONLARA ÖZEL"; position: absolute; top: 21px; left: 20px; font-size: 6px; letter-spacing: .15em; color: #bca36d; }
.campaign-line { position: absolute; width: 180px; height: 180px; right: -70px; bottom: -100px; border: 1px solid rgba(179,135,69,.3); border-radius: 50%; }
.campaign-result { position: absolute; bottom: 23px; left: 22px; display: flex; flex-direction: column; gap: 3px; color: #7894a3; font-size: 9px; }
.campaign-result strong { color: #397794; font-size: 16px; }
.campaign-table { padding-bottom: 12px; }
.performance-row { min-height: 67px; display: grid; grid-template-columns: 35px minmax(170px, 1.25fr) minmax(100px, 1fr) 70px 45px; gap: 12px; align-items: center; border-top: 1px solid #f0f1f5; }
.performance-icon { width: 32px; height: 32px; display: grid; place-items: center; border-radius: 8px; }
.purple-bg { color: #8266c4; background: #f0eafb; }
.blue-bg { color: #5c83cc; background: #eaf1ff; }
.performance-row > div:not(.performance-bar) { display: flex; flex-direction: column; gap: 3px; }
.performance-row strong { color: #33405a; font-size: 10px; }
.performance-row small { color: #a0a8b7; font-size: 9px; }
.performance-bar { height: 6px; background: #eff1f4; border-radius: 5px; overflow: hidden; }
.performance-bar i { display: block; height: 100%; border-radius: inherit; background: var(--navy-700); }
.performance-row > .positive { font-size: 9px; justify-content: flex-end; }
.report-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin-bottom: 20px; }
.report-highlight { position: relative; min-height: 165px; overflow: hidden; padding: 19px 20px; background: #fff; border: 1px solid var(--line); box-shadow: var(--shadow); border-radius: 11px; display: flex; flex-direction: column; gap: 7px; }
.report-icon { width: 34px; height: 34px; display: grid; place-items: center; color: #8570ca; background: #f0ecfb; border-radius: 8px; margin-bottom: 2px; }
.report-blue { color: #5c83cc; background: #eaf1ff; }
.report-green { color: #42a37a; background: #e8f7ef; }
.report-highlight > span:not(.report-icon) { color: #8290a5; font-size: 10px; }
.report-highlight > strong { color: var(--ink); font-size: 23px; letter-spacing: -.05em; }
.report-highlight > small { display: flex; gap: 4px; align-items: center; color: var(--green); font-size: 9px; }
.mini-line-chart { position: absolute; right: 16px; bottom: 18px; display: flex; align-items: flex-end; gap: 5px; height: 48px; }
.mini-line-chart i { width: 5px; display: block; border-radius: 5px; background: #c8bde9; }
.mini-line-chart i:nth-child(1) { height: 18px; }.mini-line-chart i:nth-child(2) { height: 28px; }.mini-line-chart i:nth-child(3) { height: 22px; }.mini-line-chart i:nth-child(4) { height: 35px; }.mini-line-chart i:nth-child(5) { height: 27px; }.mini-line-chart i:nth-child(6) { height: 42px; }.mini-line-chart i:nth-child(7) { height: 35px; }
.blue-line i { background: #b8cbed; }.green-line i { background: #b8e1cd; }
.report-grid { grid-template-columns: 1.55fr 1fr; }
.category-report { min-height: 327px; }
.donut-wrap { display: flex; align-items: center; gap: 21px; margin-top: 23px; }
.donut-chart { width: 160px; height: 160px; flex: 0 0 160px; border-radius: 50%; background: conic-gradient(#7560b7 0 38%, #c9a66d 38% 65%, #7094d0 65% 84%, #dfe3eb 84%); display: grid; place-items: center; position: relative; }
.donut-chart::after { content: ""; width: 92px; height: 92px; position: absolute; background: #fff; border-radius: 50%; }
.donut-chart > div { position: relative; z-index: 1; display: flex; flex-direction: column; align-items: center; gap: 3px; }
.donut-chart strong { font-size: 24px; letter-spacing: -.05em; }
.donut-chart span { color: #9099aa; font-size: 8px; }
.donut-legend { display: flex; flex-direction: column; gap: 13px; flex: 1; }
.donut-legend span { display: flex; align-items: center; gap: 7px; color: #69748b; font-size: 9px; }
.donut-legend b { margin-left: auto; color: #37435c; font-size: 10px; }
.donut-legend i { width: 7px; height: 7px; border-radius: 50%; }
.dot-purple { background: #7560b7; }.dot-gold { background: #c9a66d; }.dot-blue { background: #7094d0; }.dot-slate { background: #dfe3eb; }
.settings-layout { display: grid; grid-template-columns: 210px 1fr; gap: 20px; align-items: start; }
.settings-menu { display: flex; flex-direction: column; gap: 3px; }
.settings-menu button { border: 0; background: transparent; min-height: 41px; padding: 0 12px; display: flex; align-items: center; gap: 10px; border-radius: 7px; color: #8791a5; text-align: left; font-size: 10px; }
.settings-menu button:hover { background: #fff; color: var(--navy-700); }.settings-menu button.selected { background: #e9edf9; color: var(--navy-700); font-weight: 700; }
.settings-panel { min-height: 350px; }
.settings-secure { color: var(--green); background: var(--green-soft); border-radius: 15px; padding: 5px 8px; font-size: 9px; display: inline-flex; gap: 4px; align-items: center; }
.settings-form { display: grid; grid-template-columns: 1fr 1fr; gap: 17px 15px; margin: 25px 0; }
.settings-form label { color: #69748b; display: flex; flex-direction: column; gap: 7px; font-size: 10px; font-weight: 650; }
.settings-form input { min-height: 37px; padding: 0 11px; border: 1px solid #e2e6ed; border-radius: 6px; background: #fafbfc; outline: none; color: #445069; font-size: 10px; }
.settings-form .span-two { grid-column: span 2; }
.integration-note { display: flex; align-items: center; gap: 11px; border-top: 1px solid #eff1f5; padding-top: 17px; }
.integration-note > span { width: 31px; height: 31px; display: grid; place-items: center; border-radius: 8px; color: #b3863f; background: #fbf2e1; }
.integration-note > div { flex: 1; }.integration-note strong { display: block; font-size: 10px; }.integration-note p { margin: 4px 0 0; color: #9ba4b4; font-size: 9px; }
.integration-note > svg { color: #9099ab; }

/* salon panel and catalog */
.salon-sidebar { background: #121b37; }
.salon-profile-card { margin: 0 8px 28px; padding: 14px 12px; background: linear-gradient(135deg, rgba(119,97,176,.27), rgba(255,255,255,.035)); border: 1px solid rgba(161,137,219,.22); border-radius: 10px; display: flex; flex-direction: column; gap: 4px; position: relative; }
.salon-profile-top { display: flex; justify-content: space-between; margin-bottom: 5px; }.salon-profile-top .user-avatar { width: 32px; height: 32px; }.online-dot { width: 7px; height: 7px; border-radius: 50%; background: #56c18e; box-shadow: 0 0 0 3px rgba(86,193,142,.12); margin-top: 3px; }
.salon-profile-card > strong { font-size: 11px; color: #f0edf8; }.salon-profile-card > span:last-child { color: #9e9bb7; font-size: 9px; }
.salon-help { display: flex; align-items: center; gap: 9px; padding: 11px 9px; margin-bottom: 12px; border-radius: 8px; background: rgba(255,255,255,.055); }
.help-icon { width: 27px; height: 27px; border-radius: 7px; color: #bca5e9; background: rgba(149,120,212,.16); display: grid; place-items: center; }.salon-help > div:nth-child(2) { display: flex; flex-direction: column; gap: 3px; flex: 1; }.salon-help strong { font-size: 9px; color: #d9d7e8; line-height: 1.25; }.salon-help span { font-size: 8px; color: #888ca6; }.salon-help > svg { color: #777f9a; }
.switch-admin-link { color: #a5aec5; background: transparent; border: 0; padding: 6px 8px 12px; display: flex; align-items: center; gap: 6px; font-size: 9px; }.switch-admin-link:hover { color: #fff; }
.salon-content .content-inner { max-width: 1460px; }
.salon-welcome { display: flex; align-items: center; justify-content: space-between; margin-bottom: 24px; }
.salon-welcome h1 { font-size: 29px; }.salon-welcome h1 span { color: var(--gold); font-size: 21px; }.salon-welcome p { color: var(--muted); font-size: 12px; margin: 0; }
.salon-alert { min-height: 56px; margin-bottom: 22px; padding: 11px 14px; background: #fff9ed; border: 1px solid #f2e3bd; border-radius: 9px; display: flex; align-items: center; gap: 10px; }
.alert-icon { width: 31px; height: 31px; display: grid; place-items: center; color: #b18237; background: #f7e9c9; border-radius: 8px; }.salon-alert > div:nth-child(2) { display: flex; flex-direction: column; gap: 3px; flex: 1; }.salon-alert strong { color: #765b2d; font-size: 10px; }.salon-alert span { color: #9a845a; font-size: 9px; }.salon-alert .text-button { color: #9e722f; }.dismiss-alert { color: #c6ad7c; }
.salon-home-grid { display: grid; grid-template-columns: 1.32fr 1fr; gap: 18px; margin-bottom: 31px; }
.repeat-card { min-height: 250px; border-radius: 12px; overflow: hidden; padding: 27px 29px; display: flex; position: relative; color: #fff; background: linear-gradient(118deg, #1c2e5c, #293e7b); }
.repeat-copy { position: relative; z-index: 2; }.card-overline { color: #aab9dd; font-size: 9px; font-weight: 750; letter-spacing: .12em; display: inline-flex; align-items: center; gap: 6px; }.repeat-card h2 { margin: 16px 0 8px; color: #fff; font-size: 23px; line-height: 1.16; letter-spacing: -.04em; }.repeat-card p { color: #b7c4df; font-size: 10px; margin: 0 0 19px; }.repeat-card .dark-button { background: #0f1b39; border-color: #0f1b39; }
.repeat-products { position: absolute; right: 48px; top: 33px; width: 190px; height: 190px; }.repeat-products::before { content: ""; width: 168px; height: 168px; position: absolute; border-radius: 50%; border: 1px solid rgba(215,196,152,.22); top: 9px; left: 8px; }.repeat-stack { position: absolute; width: 62px; height: 105px; display: grid; place-items: center; color: rgba(255,255,255,.75); font-size: 28px; font-family: Georgia, serif; border-radius: 7px 7px 12px 12px; box-shadow: 9px 12px 17px rgba(10,19,46,.2); }.stack-back { background: linear-gradient(135deg, #9cb5db, #4a6096); transform: rotate(17deg); right: 9px; top: 42px; }.stack-middle { background: linear-gradient(135deg, #d5b784, #8e6a41); transform: rotate(-13deg); right: 66px; top: 31px; }.stack-front { background: linear-gradient(135deg, #b4a1d3, #68538f); right: 50px; top: 77px; z-index: 1; }.plus-more { position: absolute; right: 11px; bottom: 14px; color: #d6c08f; font-size: 11px; font-weight: 750; z-index: 2; }
.last-order-card { min-height: 250px; padding: 22px 23px; }.last-order-card .panel-heading h2 { margin-top: 6px; font-size: 16px; }.last-order-card .status-pill { margin-top: 2px; }.order-date { display: block; color: #a0a8b7; font-size: 9px; margin-top: 7px; }.last-order-price { display: flex; flex-direction: column; gap: 3px; margin: 16px 0 15px; }.last-order-price strong { color: var(--ink); font-size: 22px; letter-spacing: -.045em; }.last-order-price span { color: #9aa3b2; font-size: 9px; }.order-progress { display: flex; justify-content: space-between; position: relative; margin-bottom: 17px; }.order-progress::before { content: ""; position: absolute; left: 8px; right: 8px; top: 8px; height: 2px; background: #e5eaf2; }.order-progress::after { content: ""; position: absolute; left: 8px; width: calc(100% - 16px); top: 8px; height: 2px; background: #70a584; }.order-progress span { position: relative; z-index: 1; display: flex; flex-direction: column; align-items: center; gap: 5px; }.order-progress i { width: 17px; height: 17px; border-radius: 50%; background: #e5f3ea; border: 2px solid #fff; color: #3e966a; display: grid; place-items: center; }.order-progress em { font-style: normal; color: #98a1b1; font-size: 8px; }.full-button { width: 100%; }.salon-section-heading { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 14px; }.salon-section-heading h2 { color: var(--ink); font-size: 17px; margin: 5px 0 0; letter-spacing: -.03em; }.favorite-mini-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }.favorite-mini { min-height: 91px; padding: 10px; border: 1px solid var(--line); border-radius: 9px; background: #fff; display: flex; align-items: center; gap: 9px; position: relative; }.favorite-mini > .product-visual { width: 49px; height: 64px; border-radius: 6px; flex: 0 0 49px; }.favorite-mini .bottle-visual { width: 24px; height: 37px; }.favorite-mini .bottle-visual::before { width: 11px; height: 5px; top: -4px; }.favorite-mini .bottle-visual span { font-size: 4px; }.favorite-mini > div:nth-child(2) { display: flex; flex-direction: column; gap: 4px; min-width: 0; padding-right: 17px; }.favorite-mini > div:nth-child(2) span { color: #929bad; font-size: 8px; }.favorite-mini > div:nth-child(2) strong { color: #3a465e; font-size: 9px; line-height: 1.25; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }.favorite-mini > div:nth-child(2) b { color: var(--navy-700); font-size: 10px; }.plus-button { position: absolute; right: 8px; bottom: 9px; width: 23px; height: 23px; display: grid; place-items: center; border: 1px solid #e1e5ed; border-radius: 5px; background: #fff; color: var(--navy-700); }.plus-button:hover { color: #fff; background: var(--navy-700); }
.cart-summary-button { min-height: 40px; padding: 0 12px; display: inline-flex; align-items: center; gap: 9px; color: #fff; background: var(--navy-700); border: 1px solid var(--navy-700); border-radius: 8px; font-size: 11px; box-shadow: 0 4px 12px rgba(41,59,120,.14); }.cart-summary-button span { color: #fff; }.cart-summary-button b { color: #d8bc83; font-size: 10px; padding-left: 5px; border-left: 1px solid rgba(255,255,255,.18); }.cart-summary-button:hover { background: #1e2f68; }
.catalog-toolbar { display: flex; justify-content: space-between; gap: 15px; align-items: center; margin-bottom: 17px; }.catalog-search { height: 41px; max-width: 365px; width: 100%; display: flex; align-items: center; gap: 9px; padding: 0 12px; border: 1px solid #dfe4ed; border-radius: 8px; color: #929caf; background: #fff; }.catalog-search input { min-width: 0; width: 100%; border: 0; outline: 0; font-size: 11px; color: var(--ink); }.catalog-search input::placeholder { color: #a4acba; }.filter-selects { display: flex; align-items: center; gap: 8px; }.filter-selects select { height: 36px; padding: 0 28px 0 10px; border: 1px solid #e0e5ed; border-radius: 7px; background: #fff; color: #6f7b92; outline: none; font-size: 10px; }.catalog-header-row { display: flex; align-items: center; justify-content: space-between; margin-bottom: 13px; color: #9aa3b2; font-size: 10px; }.catalog-header-row strong { color: #4d5a72; }.catalog-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 17px; }.catalog-product-card { background: #fff; border: 1px solid var(--line); border-radius: 10px; overflow: hidden; box-shadow: 0 7px 22px rgba(18,31,67,.035); transition: transform .2s, box-shadow .2s; }.catalog-product-card:hover { transform: translateY(-2px); box-shadow: 0 13px 30px rgba(18,31,67,.09); }.catalog-visual-wrap { position: relative; }.favorite-button { position: absolute; right: 11px; top: 11px; width: 31px; height: 31px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.43); border-radius: 7px; background: rgba(255,255,255,.72); color: #65728b; backdrop-filter: blur(6px); }.favorite-button:hover, .favorite-button.liked { color: #be6577; background: rgba(255,255,255,.92); }.product-badge { position: absolute; left: 11px; top: 11px; padding: 5px 7px; border-radius: 5px; color: #fff; background: rgba(22,36,75,.75); font-size: 8px; font-weight: 700; backdrop-filter: blur(5px); }.catalog-card-content { padding: 15px 15px 14px; }.catalog-card-content h3 { font-size: 13px; margin-top: 6px; min-height: 34px; }.catalog-card-content p { min-height: 28px; margin: 0; color: #969faf; font-size: 9px; line-height: 1.45; }.catalog-price-row { display: flex; align-items: flex-end; justify-content: space-between; gap: 10px; margin: 14px 0 13px; padding-top: 12px; border-top: 1px solid #f0f1f5; }.catalog-price-row > div { display: flex; align-items: baseline; flex-wrap: wrap; gap: 6px; }.catalog-price-row small { width: 100%; color: #a1a9b7; font-size: 8px; }.catalog-price-row strong { color: var(--navy-700); font-size: 17px; letter-spacing: -.04em; }.catalog-price-row del { color: #aeb4bf; font-size: 9px; }.stock-available, .stock-warning { font-size: 9px; padding-bottom: 3px; }.stock-available { color: var(--green); }.stock-warning { color: #c47555; }.catalog-buy-row { display: flex; align-items: center; gap: 8px; }.quantity-control { min-height: 35px; border: 1px solid #dfe4eb; border-radius: 7px; display: flex; align-items: center; justify-content: space-between; min-width: 88px; overflow: hidden; background: #fff; }.quantity-control button { width: 27px; height: 34px; border: 0; background: transparent; color: #68758b; font-size: 17px; }.quantity-control button:hover { color: var(--navy-700); background: #f3f5f9; }.quantity-control strong { color: #36425b; font-size: 11px; }.add-cart-button { min-height: 35px; flex: 1; border: 1px solid #dfe4eb; border-radius: 7px; background: var(--navy-700); color: #fff; display: inline-flex; align-items: center; justify-content: center; gap: 7px; font-size: 10px; font-weight: 650; }.add-cart-button:hover { background: #1b2d65; }
.salon-order-stats { margin-top: 0; }.account-balance-card { min-height: 151px; margin-bottom: 20px; padding: 24px 28px; border-radius: 12px; position: relative; overflow: hidden; display: flex; align-items: center; justify-content: space-between; background: linear-gradient(100deg, #182954 0%, #324c90 100%); color: #fff; }.account-balance-card > div:first-child { display: flex; flex-direction: column; gap: 6px; position: relative; z-index: 1; }.account-balance-card span { color: #b7c4e2; font-size: 10px; }.account-balance-card strong { font-size: 30px; letter-spacing: -.05em; }.account-balance-card small { color: #a7b6d8; font-size: 9px; }.balance-visual { position: absolute; right: 240px; top: -35px; display: flex; align-items: center; gap: 12px; transform: rotate(23deg); opacity: .35; }.balance-visual span { width: 70px; height: 210px; display: block; border-radius: 50%; border: 1px solid #d2c092; }.account-balance-card .light-button { position: relative; z-index: 1; }.account-grid { display: grid; grid-template-columns: 1.25fr 1fr; gap: 20px; }.account-summary { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin: 25px 0 22px; }.account-summary div { display: flex; flex-direction: column; gap: 6px; }.account-summary span { color: #929cad; font-size: 9px; }.account-summary strong { font-size: 16px; }.credit-progress > div { display: flex; justify-content: space-between; color: #8490a4; font-size: 9px; margin-bottom: 7px; }.credit-progress > div strong { color: var(--navy-700); }.credit-progress > i { height: 7px; display: block; background: #edf0f5; border-radius: 7px; overflow: hidden; }.credit-progress > i b { display: block; width: 31.4%; height: 100%; background: #7d68c3; border-radius: inherit; }.contact-card { padding-bottom: 14px; }.contact-line { display: flex; gap: 10px; padding: 13px 0; border-top: 1px solid #f0f1f5; color: #8490a4; }.contact-line > svg { color: #7887a8; margin-top: 1px; }.contact-line span { display: flex; flex-direction: column; gap: 4px; font-size: 9px; }.contact-line strong { color: #45516a; font-size: 10px; }

/* drawer, modal and feedback */
.drawer-overlay, .modal-overlay { position: fixed; inset: 0; z-index: 100; background: rgba(11,20,43,.42); backdrop-filter: blur(3px); display: flex; justify-content: flex-end; }
.cart-drawer { width: min(420px, 100%); height: 100%; background: #fff; box-shadow: -15px 0 40px rgba(12,24,55,.15); display: flex; flex-direction: column; animation: slide-in .25s ease-out; }
@keyframes slide-in { from { transform: translateX(30px); opacity: .5; } to { transform: translateX(0); opacity: 1; } }
.drawer-header { min-height: 88px; display: flex; justify-content: space-between; align-items: center; padding: 21px 23px 15px; border-bottom: 1px solid var(--line); }.drawer-header h2 { margin: 5px 0 0; font-size: 20px; letter-spacing: -.04em; }.drawer-header h2 span { color: #a2a9b6; font-size: 13px; font-weight: 500; }.drawer-header .icon-button { width: 32px; height: 32px; }.drawer-items { flex: 1; overflow-y: auto; padding: 10px 23px; }.drawer-item { display: flex; gap: 12px; padding: 15px 0; border-bottom: 1px solid #f0f1f5; }.drawer-item > .product-visual { width: 68px; height: 77px; flex: 0 0 68px; border-radius: 7px; }.drawer-item .bottle-visual { width: 31px; height: 46px; }.drawer-item .bottle-visual::before { width: 14px; height: 6px; top: -4px; }.drawer-item .bottle-visual span { font-size: 4px; }.drawer-item-info { flex: 1; display: flex; flex-direction: column; gap: 4px; min-width: 0; }.drawer-item-info > span { color: #959eaf; font-size: 8px; }.drawer-item-info > strong { color: #35415a; font-size: 10px; line-height: 1.3; }.drawer-item-info > b { color: var(--navy-700); font-size: 13px; margin: 3px 0 4px; }.quantity-control.compact { width: 105px; min-width: 105px; min-height: 28px; }.quantity-control.compact button { height: 27px; width: 25px; font-size: 14px; }.quantity-control.compact strong { font-size: 10px; }.remove-item { width: auto !important; padding: 0 0 0 7px !important; margin-left: 2px; color: #bf6c74 !important; font-size: 9px !important; border-left: 1px solid #e9ebef !important; }.drawer-note { margin: 0 23px; min-height: 38px; padding: 0 10px; display: flex; align-items: center; gap: 8px; color: #9ca5b5; border: 1px dashed #dfe4eb; border-radius: 6px; }.drawer-note input { min-width: 0; flex: 1; border: 0; outline: 0; color: var(--ink); font-size: 10px; }.drawer-note input::placeholder { color: #a5adba; }.drawer-summary { padding: 18px 23px 21px; border-top: 1px solid #eef0f4; margin-top: 16px; }.drawer-summary > div { display: flex; justify-content: space-between; padding: 5px 0; color: #8791a3; font-size: 10px; }.drawer-summary > div strong { color: #4e5a71; }.drawer-summary .drawer-total { padding: 13px 0; border-top: 1px solid #eff1f4; margin-top: 6px; color: #26334f; font-weight: 700; font-size: 12px; }.drawer-summary .drawer-total strong { color: var(--navy-700); font-size: 19px; letter-spacing: -.04em; }.primary-button.wide { width: 100%; margin-top: 8px; }.drawer-summary > small { display: block; color: #a1a9b6; text-align: center; font-size: 8px; margin-top: 9px; }.empty-cart { flex: 1; display: flex; align-items: center; justify-content: center; flex-direction: column; gap: 10px; color: #9aa3b3; padding: 30px; text-align: center; }.empty-cart h3 { margin: 8px 0 0; color: #35415b; font-size: 15px; }.empty-cart p { color: #929cad; font-size: 10px; line-height: 1.6; max-width: 220px; }
.modal-overlay { justify-content: center; align-items: center; padding: 20px; }.login-modal { width: min(390px, 100%); position: relative; padding: 30px; background: #fff; border-radius: 13px; box-shadow: 0 24px 70px rgba(8,18,43,.24); animation: modal-in .2s ease-out; }.modal-close { position: absolute; top: 14px; right: 14px; width: 30px; height: 30px; }.login-logo { margin-bottom: 22px; }.login-logo .brand-copy strong { color: var(--navy-900); }.login-logo .brand-copy small { color: #8993a7; }.login-modal h2 { margin: 9px 0 6px; font-size: 21px; letter-spacing: -.04em; }.login-modal > p { margin: 0 0 18px; color: var(--muted); font-size: 10px; }.role-tabs { display: grid; grid-template-columns: 1fr 1fr; gap: 6px; padding: 4px; background: #f3f4f7; border-radius: 7px; margin-bottom: 17px; }.role-tabs button { min-height: 32px; display: flex; align-items: center; justify-content: center; gap: 6px; border: 0; border-radius: 5px; color: #8993a6; background: transparent; font-size: 10px; }.role-tabs button.active { color: var(--navy-700); background: #fff; box-shadow: 0 1px 5px rgba(18,31,67,.09); font-weight: 700; }.login-modal form { display: flex; flex-direction: column; gap: 13px; }.login-modal label { color: #69758c; display: flex; flex-direction: column; gap: 6px; font-size: 10px; font-weight: 650; }.login-modal input { height: 38px; border: 1px solid #dfe4eb; border-radius: 6px; outline: 0; padding: 0 10px; color: var(--ink); font-size: 11px; }.login-modal input:focus { border-color: #8397cb; }.login-error { color: #b6575e; background: #fff0f1; border-radius: 5px; padding: 8px 10px; display: flex; align-items: center; gap: 6px; font-size: 9px; }.login-hint { margin-top: 16px; display: flex; justify-content: space-between; color: #a0a8b7; font-size: 9px; }.login-hint strong { color: var(--navy-700); font-weight: 650; }
.toast { position: fixed; z-index: 120; bottom: 24px; left: 50%; transform: translateX(-50%); background: #142043; color: #fff; padding: 10px 14px 10px 10px; border-radius: 7px; box-shadow: 0 10px 30px rgba(10,20,46,.22); display: flex; align-items: center; gap: 8px; font-size: 10px; animation: toast-in .25s ease-out; }.toast > span { width: 20px; height: 20px; border-radius: 50%; color: #9ee3bd; background: rgba(92,190,137,.15); display: grid; place-items: center; }@keyframes toast-in { from { opacity: 0; transform: translate(-50%, 8px); } to { opacity: 1; transform: translate(-50%, 0); } }@keyframes modal-in { from { opacity: 0; transform: translateY(7px) scale(.98); } to { opacity: 1; transform: translateY(0) scale(1); } }

@media (max-width: 1180px) {
  .topbar { padding: 0 25px; }.content-inner { padding-left: 25px; padding-right: 25px; }
  .global-search { width: 245px; }.banner-stat { margin-right: 0; }.banner-art { opacity: .55; right: -42px; }
  .dashboard-grid, .lower-grid { grid-template-columns: minmax(0, 1.35fr) minmax(280px, .95fr); }
  .favorite-mini-grid { grid-template-columns: repeat(2, 1fr); }.catalog-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .admin-product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .repeat-products { right: 20px; transform: scale(.86); transform-origin: right center; }.repeat-copy { max-width: 60%; }
}
@media (max-width: 900px) {
  .sidebar { width: 222px; flex-basis: 222px; }.topbar { padding: 0 20px; }.content-inner { padding: 25px 20px 40px; }
  .global-search { width: 210px; }.kpi-grid { grid-template-columns: repeat(2, 1fr); }.dashboard-grid, .lower-grid, .salon-home-grid, .account-grid, .report-grid { grid-template-columns: 1fr; }.top-products { min-height: auto; }.repeat-card { min-height: 240px; }.repeat-products { right: 60px; }.stock-row { grid-template-columns: 54px minmax(140px, 1fr) minmax(130px, .8fr) 90px 80px; gap: 9px; }.campaign-grid { grid-template-columns: 1fr 1fr; }.campaign-featured { grid-column: span 2; }.donut-wrap { justify-content: center; }.settings-layout { grid-template-columns: 170px 1fr; }
}
@media (max-width: 700px) {
  .sidebar { position: fixed; left: 0; top: 0; bottom: 0; transform: translateX(-102%); transition: transform .23s ease; box-shadow: 12px 0 30px rgba(7,16,39,.22); }.mobile-menu { display: inline-grid; }.mobile-nav-visible .sidebar, .app-shell:has(.mobile-nav-open) .sidebar { transform: translateX(0); }
  .topbar { height: 66px; flex-basis: 66px; padding: 0 14px; }.topbar-context { display: none; }.topbar-actions { gap: 6px; }.global-search { display: none; }.top-divider { margin-left: 3px; }.top-user-text { display: none; }.top-user > svg { display: none; }
  .content-scroll { height: calc(100vh - 66px); }.content-inner { padding: 22px 14px 35px; }.page-heading { align-items: flex-start; flex-direction: column; margin-bottom: 20px; gap: 15px; }.page-heading h1, .salon-welcome h1 { font-size: 24px; }.heading-actions { justify-content: flex-start; width: 100%; }.heading-actions .primary-button, .heading-actions .cart-summary-button { flex: 1; }.dashboard-banner { padding: 20px; min-height: 175px; align-items: flex-start; flex-direction: column; gap: 16px; }.banner-content h2 { font-size: 18px; }.banner-stat { border-left: 0; border-top: 1px solid rgba(255,255,255,.16); width: 100%; padding: 12px 0 0; }.banner-stat strong { font-size: 20px; }.banner-art { right: -75px; top: -20px; opacity: .25; }.kpi-grid, .mini-stat-row, .report-cards { grid-template-columns: 1fr 1fr; gap: 9px; }.kpi-card { padding: 14px; min-height: 120px; }.kpi-value { font-size: 22px; }.dashboard-grid { gap: 14px; }.panel-card { padding: 17px 15px; }.chart-card { overflow: hidden; }.chart-tooltip { right: 13%; }.lower-grid { margin-bottom: 14px; }
  .list-panel-header, .list-toolbar, .catalog-toolbar, .salon-welcome, .account-balance-card { align-items: flex-start; flex-direction: column; }.segmented-control { width: 100%; overflow-x: auto; }.segmented-control button { flex: 1; min-width: max-content; }.toolbar-actions { width: 100%; }.toolbar-actions .outline-button { flex: 1; }.list-search { width: 100%; }.admin-product-grid, .catalog-grid { grid-template-columns: 1fr 1fr; gap: 10px; }.admin-product-copy, .catalog-card-content { padding: 11px; }.product-visual.large { height: 145px; }.catalog-card-content h3 { font-size: 11px; }.catalog-card-content p { font-size: 8px; }.catalog-price-row strong { font-size: 15px; }.catalog-buy-row { flex-direction: column; align-items: stretch; }.quantity-control { width: 100%; }.add-cart-button { min-height: 36px; }.filter-selects { width: 100%; overflow-x: auto; }.filter-selects select { flex: 1; min-width: 130px; }.filter-selects .outline-button { display: none; }
  .stock-health { flex-direction: column; align-items: stretch; }.stock-health-meter { width: 100%; }.stock-health-meter > strong, .stock-health-meter > span { text-align: left; }.stock-row { grid-template-columns: 46px 1fr 78px; gap: 8px; padding: 10px 0; }.stock-row > .product-visual { width: 42px; height: 48px; }.stock-level { grid-column: 2 / 3; }.stock-row .stock-alert, .stock-row .stock-ok { display: none; }.stock-row .outline-button { grid-column: 3; grid-row: 1 / span 2; padding: 0 5px; }.campaign-grid { grid-template-columns: 1fr; }.campaign-featured { grid-column: auto; }.performance-row { grid-template-columns: 34px 1fr 65px; gap: 8px; }.performance-bar { display: none; }.performance-row > .positive { grid-column: 3; grid-row: 1; }.settings-layout { grid-template-columns: 1fr; }.settings-menu { display: grid; grid-template-columns: 1fr 1fr; }.settings-menu button { min-height: 35px; }.settings-form { grid-template-columns: 1fr; }.settings-form .span-two { grid-column: auto; }
  .repeat-card { padding: 22px 20px; min-height: 250px; }.repeat-copy { max-width: 68%; }.repeat-card h2 { font-size: 19px; }.repeat-products { right: -15px; top: 39px; transform: scale(.7); }.favorite-mini-grid { gap: 9px; }.favorite-mini { padding: 7px; gap: 5px; }.favorite-mini > .product-visual { width: 39px; flex-basis: 39px; }.salon-alert { align-items: flex-start; }.salon-alert .text-button { display: none; }.account-balance-card { gap: 18px; }.account-balance-card .light-button { width: 100%; }.balance-visual { display: none; }.account-summary { gap: 5px; }.account-summary strong { font-size: 14px; }.donut-wrap { gap: 12px; }.donut-chart { width: 130px; height: 130px; flex-basis: 130px; }.donut-chart::after { width: 76px; height: 76px; }.donut-legend { gap: 10px; }
}
@media (max-width: 420px) {
  .top-user .user-avatar { width: 29px; height: 29px; flex-basis: 29px; }.notification-button { width: 30px; }.kpi-grid, .mini-stat-row, .report-cards { grid-template-columns: 1fr; }.admin-product-grid, .catalog-grid { grid-template-columns: 1fr; }.catalog-product-card .product-visual.large { height: 185px; }.catalog-buy-row { flex-direction: row; }.catalog-buy-row .quantity-control { width: 92px; flex: 0 0 92px; }.heading-actions { flex-direction: column; align-items: stretch; }.heading-actions > * { width: 100%; }.dashboard-banner { min-height: 190px; }.favorite-mini-grid { grid-template-columns: 1fr; }.favorite-mini { min-height: 78px; }.favorite-mini > .product-visual { height: 58px; }.donut-wrap { flex-direction: column; }.donut-legend { width: 100%; }.table-footer { flex-direction: column; align-items: flex-start; gap: 10px; }.drawer-header { padding-left: 17px; padding-right: 17px; }.drawer-items, .drawer-summary { padding-left: 17px; padding-right: 17px; }.drawer-note { margin-left: 17px; margin-right: 17px; }
}
