:root{--bg: #f4f3ef;--surface: #ffffff;--surface-soft: #f8f8f9;--text: #17191d;--muted: #888b93;--line: #e7e7e8;--sidebar: #282724;--sidebar-soft: #3b3935;--brand: #5fc5d1;--green: #74cf99;--orange: #f6c44f;--red: #ef825b;--purple: #9272e8;--blue: #63bed8;--gray: #98a3b1;--radius: 16px;--shadow: 0 8px 24px rgba(25, 25, 25, .08);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}html{color:var(--text);background:var(--bg)}body{margin:0;min-width:320px;background:var(--bg)}button,input,select{font:inherit}button,a{-webkit-tap-highlight-color:transparent}a{color:inherit}h1,h2,h3,p{margin-top:0}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.55}:focus-visible{outline:3px solid rgba(95,197,209,.45);outline-offset:2px}.app-shell{min-height:100vh}.sidebar{background:linear-gradient(180deg,#55514b,#161616 82%);color:#fff;display:flex;flex-direction:column;height:100vh;left:0;padding:18px 14px;position:fixed;top:0;width:280px;z-index:40}.sidebar__top{align-items:center;border-bottom:1px solid rgba(255,255,255,.2);display:flex;justify-content:space-between;padding:0 6px 18px}.brand{align-items:center;color:var(--brand);display:inline-flex;font-size:30px;font-weight:750;gap:10px;letter-spacing:-.04em}.brand__mark{align-items:center;background:var(--brand);border-radius:50%;color:#31525a;display:inline-flex;font-size:22px;height:44px;justify-content:center;width:44px}.profile{align-items:center;border-bottom:1px solid rgba(255,255,255,.18);display:flex;gap:12px;padding:18px 6px;text-decoration:none}.profile:hover{color:var(--brand)}.profile img,.profile>span{background:var(--sidebar-soft);border-radius:50%;height:42px;object-fit:cover;width:42px}.profile>span{align-items:center;display:flex;justify-content:center}.profile div{display:flex;flex-direction:column;min-width:0}.profile strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.profile small{color:#ffffff8c}.company-switcher{border-bottom:1px solid rgba(255,255,255,.18);padding:15px 6px;position:relative}.company-switcher__label{color:#ffffff7a;display:block;font-size:10px;font-weight:800;letter-spacing:.12em;margin:0 6px 7px;text-transform:uppercase}.company-switcher__button{align-items:center;background:#ffffff14;border:1px solid rgba(255,255,255,.1);border-radius:10px;color:#fff;display:flex;gap:9px;min-height:46px;padding:0 11px;text-align:left;width:100%}.company-switcher__button span{flex:1;font-size:13px;font-weight:750;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.company-switcher__menu{background:#353330;border:1px solid rgba(255,255,255,.13);border-radius:10px;box-shadow:0 14px 30px #0000004d;display:grid;gap:3px;left:6px;padding:5px;position:absolute;right:6px;top:78px;z-index:5}.company-switcher__menu button{align-items:center;background:transparent;border:0;border-radius:7px;color:#ffffffc2;display:flex;font-size:13px;justify-content:space-between;min-height:38px;padding:0 9px;text-align:left}.company-switcher__menu button:hover,.company-switcher__menu button.is-selected{background:#5fc5d124;color:var(--brand)}.sidebar__nav{flex:1;overflow-y:auto;padding:14px 0}.sidebar__nav section+section{margin-top:22px}.sidebar__nav h2{color:#ffffff7a;font-size:11px;letter-spacing:.12em;margin:0 12px 8px;text-transform:uppercase}.sidebar__nav a,.sidebar__logout{align-items:center;background:transparent;border:0;border-radius:10px;color:#ffffffc2;display:flex;gap:12px;padding:11px 12px;text-decoration:none;width:100%}.sidebar__nav a:hover,.sidebar__nav a.is-active{background:#5fc5d124;color:var(--brand)}.sidebar__logout{margin-top:10px}.app-main{margin-left:280px;min-height:100vh}.topbar{align-items:center;background:#f4f3efe6;border-bottom:1px solid var(--line);display:flex;font-size:20px;height:74px;padding:0 32px;position:sticky;top:0;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:20}.topbar__company{background:#fff;border:1px solid var(--line);border-radius:999px;color:#647078;font-size:11px;letter-spacing:.03em;margin-left:auto;padding:7px 11px;text-transform:uppercase}.topbar__menu,.sidebar__close,.sidebar-backdrop{display:none}.app-main main{padding:32px}.page{display:grid;gap:28px;margin:0 auto;max-width:1600px}.page-heading p{color:var(--brand);font-size:13px;font-weight:750;letter-spacing:.12em;margin-bottom:8px;text-transform:uppercase}.page-heading h1{font-size:clamp(30px,4vw,46px);letter-spacing:-.04em;margin-bottom:8px}.page-heading span{color:var(--muted)}.feature-grid{display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.feature-link{align-items:center;color:#287f8c;display:flex;font-weight:700;gap:10px;text-decoration:none}.feature-link svg:last-child{margin-left:auto}.icon-button{align-items:center;background:transparent;border:0;color:inherit;display:inline-flex;justify-content:center;padding:8px}.empty-page{align-items:center;display:flex;flex-direction:column;min-height:60vh;justify-content:center;text-align:center}@media(max-width:900px){.sidebar{transform:translate(-100%);transition:transform .22s ease;width:min(320px,88vw)}.sidebar.is-open{transform:translate(0)}.sidebar__close,.topbar__menu{display:inline-flex}.sidebar-backdrop{background:#0000007a;border:0;display:block;top:0;right:0;bottom:0;left:0;opacity:0;pointer-events:none;position:fixed;transition:opacity .22s ease;z-index:35}.sidebar-backdrop.is-open{opacity:1;pointer-events:auto}.app-main{margin-left:0}.topbar{gap:10px;height:64px;padding:0 14px}.app-main main{padding:18px 14px 32px}.page{gap:18px}}@media(max-width:480px){.topbar>span{display:none}}.card{background:var(--surface);border:1px solid rgba(0,0,0,.025);border-radius:var(--radius);box-shadow:var(--shadow);overflow:hidden}.card__header{padding:24px 24px 0}.card__header h2{font-size:25px;font-weight:500;letter-spacing:-.025em;margin-bottom:6px}.card__header p,.report-toolbar p{color:var(--muted);margin-bottom:0}.card__body{padding:24px}.button{background:#68a982;border:0;border-radius:8px;color:#fff;font-size:14px;font-weight:800;min-height:44px;padding:0 20px;text-transform:uppercase;transition:background-color .15s ease}.button:hover:not(:disabled){background:#5d9a75}.button a{color:inherit;text-decoration:none}.link-button{align-items:center;display:inline-flex;text-decoration:none}.field{display:flex;flex-direction:column;gap:6px}.field>span{color:#646973;font-size:12px;font-weight:800;text-transform:uppercase}.field input,.field select{background:#fff;border:1px solid #d9dadd;border-radius:7px;color:var(--text);height:44px;min-width:0;padding:0 14px}.notice{background:#fff1ec;border:1px solid #f4b8a2;border-radius:10px;color:#a84120;padding:14px 16px}.page-loader{align-items:center;color:var(--muted);display:flex;gap:12px;justify-content:center;min-height:220px}.spinner{animation:spin .7s linear infinite;border:3px solid #d9dadd;border-top-color:var(--red);border-radius:50%;height:28px;width:28px}@keyframes spin{to{transform:rotate(360deg)}}.status-badge{border-radius:999px;display:inline-flex;font-size:11px;font-weight:800;padding:5px 10px;text-transform:uppercase;white-space:nowrap}.status-badge--success{background:#dff7e8;color:#27844c}.status-badge--warning{background:#fff0c8;color:#9d6a00}.status-badge--neutral{background:#e9ecf0;color:#5c6571}.table-scroll{overflow:auto}.table-scroll table{border-collapse:collapse;min-width:100%;width:100%}.table-scroll th{background:var(--surface-soft);color:#68707b;font-size:12px;letter-spacing:.04em;padding:14px 12px;text-align:left;text-transform:uppercase;white-space:nowrap}.table-scroll td{border-top:1px solid var(--line);padding:14px 12px}.table-scroll th:not(:first-child),.table-scroll td:not(:first-child){text-align:right}.table-scroll tbody tr:hover{background:#fafafa}.empty-cell{color:var(--muted);padding:32px!important;text-align:center!important}.positive{color:#36915a;font-weight:750}.missing{color:#c34c25;font-weight:750}.highlight td{background:#f3efff}.is-backlog td{background:#fffaf0}.login-page{align-items:center;background:radial-gradient(circle at 75% 20%,#d8f0f2 0,transparent 35%),#eeece6;display:flex;justify-content:center;min-height:100vh;padding:20px}.login-card{background:#fffffff0;border-radius:22px;box-shadow:0 24px 70px #00000024;display:grid;gap:22px;max-width:430px;padding:36px;width:100%}.brand--login{justify-self:center}.login-card h1{font-size:34px;margin-bottom:5px;text-align:center}.login-card p{color:var(--muted);text-align:center}.login-card>a{color:#51727a;font-size:13px;justify-self:center}@media(max-width:700px){.card__header{padding:20px 18px 0}.card__body{padding:18px}.mobile-cards{overflow:visible}.mobile-cards table,.mobile-cards tbody,.mobile-cards tr,.mobile-cards td{display:block;width:100%}.mobile-cards thead{display:none}.mobile-cards tbody{display:grid;gap:12px}.mobile-cards tr{background:#fafafa;border:1px solid var(--line);border-radius:10px;padding:8px 12px}.mobile-cards td,.mobile-cards td:not(:first-child){align-items:center;border-top:1px solid var(--line);display:flex;justify-content:space-between;padding:9px 0;text-align:right}.mobile-cards td:first-child{border-top:0}.mobile-cards td:before{color:var(--muted);content:attr(data-label);font-size:11px;font-weight:800;margin-right:14px;text-align:left;text-transform:uppercase}.mobile-cards tbody tr:hover{background:#fafafa}.mobile-cards .empty-cell{display:block}.mobile-cards .empty-cell:before{display:none}.login-card{padding:28px 22px}}.landing-page{gap:24px}.landing-heading{align-items:flex-end;display:flex;gap:24px;justify-content:space-between}.landing-heading p,.company-dashboard__heading p{color:#438e98;font-size:12px;font-weight:800;letter-spacing:.12em;margin-bottom:7px;text-transform:uppercase}.landing-heading h1{font-size:clamp(30px,4vw,44px);letter-spacing:-.045em;margin-bottom:8px}.landing-heading>div>span{color:var(--muted);text-transform:capitalize}.refresh-button{align-items:center;display:inline-flex;flex:0 0 auto;gap:8px}.button--secondary{background:#fff;border:1px solid var(--line);color:#526069;box-shadow:0 3px 12px #1919190d}.is-spinning{animation:spin .7s linear infinite}.company-dashboard-list{display:grid;gap:24px}.company-dashboard{background:var(--surface);border:1px solid rgba(0,0,0,.025);border-radius:var(--radius);box-shadow:var(--shadow);padding:24px}.company-dashboard__heading{align-items:center;display:flex;gap:20px;justify-content:space-between;margin-bottom:20px}.company-dashboard__heading h2{font-size:25px;font-weight:600;letter-spacing:-.025em;margin-bottom:0}.target-status{background:#fff7e1;border-radius:999px;color:#966c0a;font-size:12px;font-weight:800;padding:7px 11px;white-space:nowrap}.target-status.is-positive{background:#e7f7ed;color:#2e8050}.landing-metrics{display:grid;gap:16px;grid-template-columns:repeat(3,minmax(0,1fr))}.landing-metric{align-items:flex-start;background:var(--surface-soft);border-left:4px solid var(--blue);border-radius:12px;display:flex;gap:14px;min-height:156px;padding:20px}.landing-metric--yellow{border-color:var(--orange)}.landing-metric--green{border-color:var(--green)}.landing-metric--orange{border-color:var(--red)}.landing-metric--purple{border-color:var(--purple)}.landing-metric--red{border-color:#e47a59}.landing-metric__icon{align-items:center;background:#fff;border-radius:10px;color:#59636d;display:inline-flex;flex:0 0 auto;height:42px;justify-content:center;width:42px}.landing-metric__content{display:flex;flex-direction:column;min-width:0}.landing-metric__content>span{color:#676e77;font-size:12px;font-weight:800;letter-spacing:.04em;text-transform:uppercase}.landing-metric__content strong{font-size:clamp(30px,3vw,40px);letter-spacing:-.04em;line-height:1.15;margin:7px 0 6px}.landing-metric__content small{color:var(--muted);line-height:1.4}.budget-progress{background:#ececef;border-radius:999px;height:7px;margin-top:20px;overflow:hidden}.budget-progress>span{background:linear-gradient(90deg,var(--brand),var(--green));border-radius:inherit;display:block;height:100%;transition:width .35s ease}.budget-progress__labels{color:var(--muted);display:flex;font-size:12px;justify-content:space-between;margin-top:8px}.budget-progress__labels strong{color:#5c626a}.sales-overview{display:grid;gap:18px}.sales-overview__heading{align-items:flex-end;display:flex;gap:20px;justify-content:space-between;padding:0 2px}.sales-overview__heading p{color:#438e98;font-size:12px;font-weight:800;letter-spacing:.12em;margin-bottom:6px;text-transform:uppercase}.sales-overview__heading h2{font-size:clamp(24px,3vw,32px);letter-spacing:-.035em}.sales-overview__heading>span{color:var(--muted);font-size:12px}.sales-summary{display:grid;gap:14px;grid-template-columns:repeat(4,minmax(0,1fr))}.sales-summary-card{align-items:flex-start;background:var(--surface);border:1px solid rgba(0,0,0,.03);border-radius:14px;box-shadow:var(--shadow);display:flex;gap:12px;min-width:0;padding:17px}.sales-summary-card>span{align-items:center;background:#edf8fa;border-radius:10px;color:var(--brand);display:inline-flex;flex:0 0 auto;height:40px;justify-content:center;width:40px}.sales-summary-card--green>span{background:#ebf8ef;color:#5dbb7d}.sales-summary-card--yellow>span{background:#fff7df;color:#d9a626}.sales-summary-card--orange>span{background:#fff0e9;color:#df7652}.sales-summary-card div{display:flex;flex-direction:column;min-width:0}.sales-summary-card small{color:#68717a;font-size:11px;font-weight:800;letter-spacing:.04em;text-transform:uppercase}.sales-summary-card strong{font-size:clamp(20px,2.2vw,28px);letter-spacing:-.035em;margin:4px 0 2px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sales-summary-card p{color:var(--muted);font-size:12px}.sales-charts{display:grid;gap:18px;grid-template-columns:repeat(2,minmax(0,1fr))}.sales-chart{background:var(--surface);border:1px solid rgba(0,0,0,.03);border-radius:var(--radius);box-shadow:var(--shadow);min-width:0;padding:22px}.sales-chart>header{align-items:flex-start;display:flex;gap:16px;justify-content:space-between;margin-bottom:14px}.sales-chart h3{font-size:22px;letter-spacing:-.025em;margin-bottom:3px}.sales-chart header p{color:var(--muted);font-size:12px;text-transform:uppercase}.sales-chart__legend{align-items:center;display:flex;flex-wrap:wrap;gap:8px 13px;justify-content:flex-end}.sales-chart__legend span{align-items:center;color:#69727b;display:inline-flex;font-size:11px;gap:5px;white-space:nowrap}.sales-chart__legend i{border-radius:999px;height:3px;width:16px}.sales-chart__canvas{min-height:210px;overflow:hidden;width:100%}.sales-chart__canvas svg{display:block;height:auto;overflow:visible;width:100%}.sales-chart__grid{stroke:#e6e8ea;stroke-width:1}.sales-chart__axis{fill:#8a9299;font-size:11px}.sales-chart__line{fill:none;stroke-linecap:round;stroke-linejoin:round;stroke-width:3}.sales-chart__bar{fill:#f2bf43;opacity:.8}@media(max-width:900px){.landing-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:1180px){.sales-summary{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:900px){.sales-charts{grid-template-columns:1fr}}@media(max-width:620px){.landing-heading{align-items:stretch;flex-direction:column;gap:16px}.refresh-button{justify-content:center;width:100%}.company-dashboard{padding:18px}.company-dashboard__heading{align-items:flex-start;flex-direction:column;gap:10px}.landing-metrics{grid-template-columns:1fr}.landing-metric{min-height:0}.budget-progress__labels{align-items:flex-start;flex-direction:column;gap:4px}.sales-overview__heading{align-items:flex-start;flex-direction:column;gap:5px}.sales-summary{grid-template-columns:1fr}.sales-chart{border-radius:14px;padding:16px 12px}.sales-chart>header{align-items:flex-start;flex-direction:column;padding:0 4px}.sales-chart__legend{justify-content:flex-start}.sales-chart__canvas{margin-left:-5px;width:calc(100% + 10px)}}.jobs-map-page{gap:22px}.map-filters .card__body{padding:18px}.map-filter-grid{align-items:end;display:grid;gap:14px;grid-template-columns:repeat(3,minmax(170px,1fr)) minmax(240px,1.25fr)}.timeline-filter{background:var(--surface-soft);border:1px solid var(--line);border-radius:10px;display:grid;gap:7px;min-height:72px;padding:10px 13px}.timeline-filter label{align-items:center;color:#646973;display:flex;font-size:12px;font-weight:800;gap:8px;text-transform:uppercase}.timeline-filter input[type=checkbox]{accent-color:var(--brand);height:16px;width:16px}.timeline-filter input[type=range]{accent-color:var(--brand);width:100%}.timeline-filter strong{color:#68707b;font-size:12px}.map-stats{display:grid;gap:14px;grid-template-columns:repeat(4,minmax(0,1fr))}.map-stat{align-items:center;background:#fff;border-radius:12px;box-shadow:var(--shadow);color:var(--blue);display:flex;gap:13px;min-height:82px;padding:15px 17px}.map-stat--green{color:var(--green)}.map-stat--purple{color:var(--purple)}.map-stat--orange{color:var(--red)}.map-stat div{display:flex;flex-direction:column}.map-stat strong{color:var(--text);font-size:24px;line-height:1}.map-stat span{color:var(--muted);font-size:12px;margin-top:5px}.jobs-map-shell{background:#fff;border-radius:var(--radius);box-shadow:var(--shadow);overflow:hidden}.jobs-map-shell__top{align-items:center;border-bottom:1px solid var(--line);display:flex;justify-content:space-between;min-height:58px;padding:0 18px}.jobs-map-shell__top div,.jobs-map-shell__top span{align-items:center;display:flex;gap:8px}.jobs-map-shell__top div{color:#438e98}.jobs-map-shell__top span{color:var(--muted);font-size:13px}.jobs-map__canvas{height:clamp(480px,68vh,760px);width:100%}.map-info{color:#25282d;display:grid;gap:9px;max-width:290px;padding:5px 2px}.map-info>strong{font-size:16px}.map-info div span{color:#8a8f97;display:block;font-size:10px;font-weight:800;text-transform:uppercase}.map-info div p{margin:2px 0 0}.map-info a{color:#318896;font-weight:750;text-decoration:none}@media(max-width:1100px){.map-filter-grid,.map-stats{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:620px){.map-filter-grid,.map-stats{grid-template-columns:1fr}.jobs-map-shell__top{align-items:flex-start;flex-direction:column;gap:5px;padding:12px 14px}.jobs-map__canvas{height:62vh;min-height:440px}}.report-toolbar .card__body{padding:28px}.report-toolbar__heading{align-items:end;display:grid;gap:28px;grid-template-columns:minmax(260px,1fr) minmax(620px,1.7fr)}.report-toolbar h1{font-size:30px;font-weight:500;letter-spacing:-.035em;margin-bottom:8px}.filter-grid{align-items:end;display:grid;gap:12px;grid-template-columns:1.25fr .85fr .85fr auto}.stat-grid{display:grid;gap:18px;grid-template-columns:repeat(6,minmax(0,1fr))}.stat-card{background:var(--surface);border-left:5px solid var(--blue);border-radius:14px;box-shadow:var(--shadow);display:flex;flex-direction:column;min-height:168px;padding:20px}.stat-card--orange{border-color:var(--orange)}.stat-card--green{border-color:var(--green)}.stat-card--gray{border-color:var(--gray)}.stat-card--purple{border-color:var(--purple)}.stat-card--red{border-color:var(--red)}.stat-card__label{color:#69717c;font-size:12px;font-weight:850;letter-spacing:.035em;text-transform:uppercase}.stat-card strong{font-size:clamp(30px,3vw,42px);letter-spacing:-.035em;margin:12px 0 7px}.stat-card small{color:var(--muted);line-height:1.45}.timing-grid{display:grid;gap:14px;grid-template-columns:repeat(5,1fr)}.timing-grid>div,.compact-metrics>div{align-items:center;background:var(--surface-soft);border-radius:10px;display:flex;justify-content:space-between;padding:18px}.timing-grid strong,.compact-metrics strong{font-size:24px}.timing-grid .is-warning{background:#fff1ec;color:#b14928}.compact-metrics{display:grid;gap:1px}.compact-metrics>div{border-radius:0}.case-table{max-height:620px}@media(max-width:1250px){.report-toolbar__heading{align-items:stretch;grid-template-columns:1fr}.stat-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:850px){.filter-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.filter-grid .button{grid-column:1 / -1}.timing-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.report-toolbar .card__body{padding:20px 18px}.filter-grid{grid-template-columns:1fr}.filter-grid .button{grid-column:auto}.stat-grid{gap:12px;grid-template-columns:repeat(2,1fr)}.stat-card{min-height:145px;padding:16px}.timing-grid{grid-template-columns:1fr}.timing-grid>div{padding:15px}.case-table{max-height:none}}.lead-results .table-scroll,.lead-results{overflow-x:auto}.lead-results th:first-child,.lead-results td:first-child{min-width:270px;text-align:left}@media(min-width:701px){.lead-results table{table-layout:fixed;min-width:1100px}.lead-results th:nth-child(1){width:44%}.lead-results th:nth-child(2){width:13%}.lead-results th:nth-child(3){width:9%}.lead-results th:nth-child(4){width:7%}.lead-results th:nth-child(5){width:10%}.lead-results th:nth-child(6){width:17%}.lead-results td:nth-child(2),.lead-results td:nth-child(3),.lead-results td:nth-child(4),.lead-results td:nth-child(5){white-space:nowrap}}.lead-results__note{color:var(--muted);font-size:13px;line-height:1.5;margin:16px 0 0}.daily-sales-report{gap:20px}.daily-sales-toolbar .card__body{padding:26px 28px}.daily-sales-toolbar__content{align-items:end;display:flex;gap:28px;justify-content:space-between}.daily-sales-toolbar .eyebrow{color:#438e98;font-size:12px;font-weight:800;letter-spacing:.12em;margin-bottom:7px;text-transform:uppercase}.daily-sales-toolbar h1{font-size:clamp(28px,3.5vw,38px);font-weight:550;letter-spacing:-.04em;margin-bottom:7px}.daily-sales-toolbar__content>div>span{color:var(--muted)}.daily-sales-toolbar__controls{align-items:end;display:grid;gap:12px;grid-template-columns:minmax(190px,240px) auto}.daily-sales-meta{display:flex;flex-wrap:wrap;gap:10px}.daily-sales-meta span{background:#edf8fa;border-radius:999px;color:#53626a;font-size:12px;padding:8px 13px}.daily-sales-meta strong{color:#337f8b;font-size:14px;margin-right:3px}.daily-sales-stats{grid-template-columns:repeat(5,minmax(0,1fr))}.daily-sales-summary td{font-variant-numeric:tabular-nums}.daily-sales-summary__deviation{background:#fbfbfc}.daily-sales-summary .is-positive{color:#28784a;font-weight:800}.daily-sales-summary .is-negative{color:#b3482a;font-weight:800}.sort-button{align-items:center;background:transparent;border:0;color:inherit;cursor:pointer;display:inline-flex;font:inherit;font-weight:inherit;gap:5px;letter-spacing:inherit;padding:0;text-transform:inherit}.sort-button.is-active{color:#347f8a}.daily-sales-sellers tbody strong{font-weight:650}.daily-sales-sellers td{font-variant-numeric:tabular-nums}@media(max-width:1180px){.daily-sales-stats{grid-template-columns:repeat(3,1fr)}}@media(max-width:760px){.daily-sales-toolbar__content{align-items:stretch;flex-direction:column;gap:20px}.daily-sales-toolbar__controls{grid-template-columns:1fr auto}.daily-sales-stats{grid-template-columns:repeat(2,1fr)}}@media(max-width:520px){.daily-sales-toolbar .card__body{padding:20px 18px}.daily-sales-toolbar__controls{grid-template-columns:1fr}.daily-sales-toolbar__controls .button{width:100%}.daily-sales-meta{align-items:stretch;flex-direction:column}.daily-sales-meta span{border-radius:10px}.daily-sales-stats{grid-template-columns:1fr}}.invoice-basis-page{gap:20px}.invoice-filter-card .card__body{padding:26px 28px}.invoice-filter-card__heading{margin-bottom:22px}.invoice-filter-card__heading p{color:#438e98;font-size:12px;font-weight:800;letter-spacing:.12em;margin-bottom:7px;text-transform:uppercase}.invoice-filter-card__heading h1{font-size:clamp(28px,3.5vw,38px);font-weight:550;letter-spacing:-.04em;margin-bottom:7px}.invoice-filter-card__heading span{color:var(--muted)}.invoice-filter-grid{display:grid;gap:14px;grid-template-columns:repeat(6,minmax(0,1fr))}.invoice-filter-actions{align-items:center;display:flex;flex-wrap:wrap;gap:10px;margin-top:16px}.invoice-filter-actions small{color:var(--muted);margin-left:4px}.invoice-summary{grid-template-columns:repeat(5,minmax(0,1fr))}.invoice-summary .stat-card{min-width:0;overflow:hidden}.invoice-summary .stat-card strong{font-size:clamp(22px,1.75vw,31px);line-height:1.15;white-space:nowrap}.invoice-list-toolbar{align-items:center;display:flex;gap:16px;justify-content:space-between;margin-bottom:16px}.invoice-list-toolbar .button{align-items:center;display:inline-flex;gap:7px}.invoice-list-toolbar label{align-items:center;color:var(--muted);display:flex;font-size:12px;gap:9px}.invoice-list-toolbar select{min-width:76px;padding:8px 30px 8px 10px}.invoice-table table{min-width:1420px}.invoice-table td{font-size:13px;font-variant-numeric:tabular-nums}.invoice-table .invoice-address{min-width:210px;text-align:left;white-space:normal}.invoice-link{background:none;border:0;color:#287e8a;cursor:pointer;font:inherit;padding:0;text-decoration:underline}.invoice-pagination{align-items:center;display:flex;gap:12px;justify-content:center;margin-top:18px}.invoice-pagination .button{align-items:center;display:inline-flex;justify-content:center;min-width:42px;padding:10px}.invoice-pagination span{color:var(--muted);font-size:13px}.invoice-pagination strong{color:#3e4850}.invoice-modal{top:0;right:0;bottom:0;left:0;position:fixed;z-index:1000}.invoice-modal__backdrop{background:#0e13169e;border:0;top:0;right:0;bottom:0;left:0;position:absolute;width:100%}.invoice-modal__panel{background:var(--surface);border-radius:18px 0 0 18px;bottom:0;box-shadow:-20px 0 50px #0000002e;display:flex;flex-direction:column;max-width:1040px;position:absolute;right:0;top:0;width:min(92vw,1040px)}.invoice-modal__header{align-items:center;border-bottom:1px solid var(--line);display:flex;justify-content:space-between;padding:20px 24px}.invoice-modal__header p{color:#438e98;font-size:11px;font-weight:800;letter-spacing:.1em;margin-bottom:3px;text-transform:uppercase}.invoice-modal__header h2{font-size:25px;letter-spacing:-.025em}.invoice-modal__body{display:grid;gap:16px;overflow:auto;padding:22px 24px 32px}.invoice-detail__chips{display:flex;flex-wrap:wrap;gap:9px}.invoice-detail__chips>span:not(.status-badge){background:var(--surface-soft);border-radius:999px;color:var(--muted);font-size:12px;padding:7px 11px}.invoice-detail__chips strong{color:#3e4850;margin-left:4px}.invoice-detail__grid{display:grid;gap:14px;grid-template-columns:1fr 1fr .8fr}.invoice-detail__box{background:var(--surface-soft);border:1px solid var(--line);border-radius:12px;padding:17px}.invoice-detail__box h3{color:#536068;font-size:12px;font-weight:850;letter-spacing:.06em;margin-bottom:13px;text-transform:uppercase}.invoice-detail__field{align-items:baseline;border-top:1px solid var(--line);display:flex;gap:12px;justify-content:space-between;padding:8px 0}.invoice-detail__field:first-of-type{border-top:0}.invoice-detail__field span{color:var(--muted);font-size:12px}.invoice-detail__field strong{font-size:13px;max-width:68%;overflow-wrap:anywhere;text-align:right}.invoice-detail__box--totals .invoice-detail__field:last-child{color:#287e8a;font-size:15px}.invoice-detail__work>div{border-top:1px solid var(--line);padding:11px 0}.invoice-detail__work>div:first-of-type{border-top:0}.invoice-detail__work p{color:#59636a;margin-top:4px;white-space:pre-wrap}.invoice-lines table{min-width:820px}.invoice-lines td{font-size:13px}@media(max-width:1250px){.invoice-filter-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.invoice-summary{grid-template-columns:repeat(3,1fr)}}@media(max-width:800px){.invoice-filter-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.invoice-detail__grid{grid-template-columns:1fr}.invoice-table table,.invoice-lines table{min-width:100%}.invoice-table .invoice-address{min-width:0;text-align:right}}@media(max-width:600px){.invoice-filter-card .card__body{padding:20px 18px}.invoice-filter-grid{grid-template-columns:1fr}.invoice-filter-actions .button{flex:1}.invoice-filter-actions small{margin-left:0;width:100%}.invoice-summary{grid-template-columns:repeat(2,1fr)}.invoice-list-toolbar{align-items:stretch;flex-direction:column}.invoice-list-toolbar .button{justify-content:center}.invoice-list-toolbar label{justify-content:space-between}.invoice-modal__panel{border-radius:0;width:100%}.invoice-modal__header,.invoice-modal__body{padding-left:16px;padding-right:16px}}.customer-survey-page{display:grid;gap:24px}.survey-heading{align-items:flex-end}.survey-heading .button{align-items:center;display:inline-flex;gap:8px}.survey-kpis{grid-template-columns:repeat(4,minmax(0,1fr))}.survey-section-heading{align-items:flex-end;display:flex;gap:24px;justify-content:space-between;margin-bottom:10px}.survey-section-heading>div:first-child p{color:#4e93a0;font-size:12px;font-weight:850;letter-spacing:.11em;margin-bottom:7px;text-transform:uppercase}.survey-section-heading h2{font-size:26px;letter-spacing:-.03em;margin-bottom:5px}.survey-section-heading>div:first-child span{color:var(--muted)}.survey-section-heading .field{min-width:230px}.survey-chart-legend{display:flex;flex-wrap:wrap;gap:20px;justify-content:flex-end;margin:8px 0 -3px}.survey-chart-legend span{align-items:center;color:#6e747d;display:inline-flex;font-size:12px;font-weight:700;gap:7px}.survey-chart-legend i{border-top:3px solid #202326;display:inline-block;width:24px}.survey-chart-legend i.is-employee{border-color:var(--brand);border-top-style:dashed}.survey-chart-scroll{overflow-x:auto}.survey-trend-chart{display:block;min-width:680px;width:100%}.survey-trend-chart line{stroke:#e7e7e8;stroke-width:1}.survey-trend-chart text{fill:#8a8f97;font-size:11px;text-anchor:end}.survey-trend-chart text.survey-trend-chart__month{text-anchor:middle;text-transform:capitalize}.survey-trend-chart__overall,.survey-trend-chart__employee{fill:none;stroke-linecap:round;stroke-linejoin:round;stroke-width:4}.survey-trend-chart__overall{stroke:#202326}.survey-trend-chart__employee{stroke:var(--brand);stroke-dasharray:9 7}.survey-trend-chart__dot{fill:#fff;stroke:#202326;stroke-width:3}.survey-questions-card .card__body{padding-bottom:30px}.question-scores{display:grid;gap:14px;grid-template-columns:repeat(2,minmax(0,1fr));margin-top:24px}.question-score{background:var(--surface-soft);border:1px solid #eeeef0;border-radius:12px;padding:16px}.question-score>div:first-child{align-items:center;display:flex;gap:18px;justify-content:space-between}.question-score span{color:#5f6570;font-size:13px;font-weight:750}.question-score strong{font-size:23px}.question-score__track{background:#e5e7ea;border-radius:999px;height:7px;margin-top:13px;overflow:hidden}.question-score__track span{background:linear-gradient(90deg,var(--brand),var(--green));border-radius:inherit;display:block;height:100%}.survey-response-grid{display:grid;gap:24px;grid-template-columns:repeat(2,minmax(0,1fr))}.survey-response-card{border-top:4px solid var(--green)}.survey-response-card--negative{border-top-color:var(--red)}.survey-response-card__header{align-items:center;display:flex;justify-content:space-between;margin-bottom:14px}.survey-response-card__header p{font-size:20px;font-weight:800;margin-bottom:3px}.survey-response-card__header span{color:var(--muted);font-size:13px}.survey-response-card--positive .survey-response-card__header svg{color:var(--green)}.survey-response-card--negative .survey-response-card__header svg{color:var(--red)}.survey-response-list{display:grid;gap:7px}.survey-response-list article{align-items:center;background:var(--surface-soft);border-radius:10px;display:flex;gap:12px;min-width:0;padding:11px 13px}.survey-response-list article>div{display:grid;min-width:0}.survey-response-list article strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.survey-response-list article small{color:var(--muted);margin-top:3px}.survey-job-link{color:#3f98a8;font-weight:800;text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:2px}.survey-job-link:hover{color:#277481}.survey-job-link:focus-visible{border-radius:3px;outline:2px solid var(--brand);outline-offset:2px}.survey-score-pill{align-items:center;background:#daf4e4;border-radius:9px;color:#257648;display:inline-flex;flex:0 0 44px;font-size:14px;font-weight:850;height:36px;justify-content:center}.survey-response-card--negative .survey-score-pill{background:#fee5dc;color:#b54825}.survey-employees-heading{align-items:flex-end}.survey-date-filter{align-items:flex-end;display:flex;flex-wrap:wrap;gap:10px}.survey-date-filter .field{min-width:165px}.survey-employee-table{margin-top:18px}.survey-employee-table td:first-child{text-align:left}.employee-score-track{background:#e6e8ea;border-radius:999px;display:inline-block;height:7px;min-width:130px;overflow:hidden;vertical-align:middle;width:100%}.employee-score-track span{background:linear-gradient(90deg,var(--brand),var(--green));border-radius:inherit;display:block;height:100%}.survey-empty{color:var(--muted);padding:24px 8px;text-align:center}@media(max-width:1100px){.survey-kpis{grid-template-columns:repeat(2,minmax(0,1fr))}.survey-employees-heading{align-items:stretch;flex-direction:column}.survey-date-filter{width:100%}}@media(max-width:800px){.question-scores,.survey-response-grid{grid-template-columns:1fr}.survey-section-heading{align-items:stretch;flex-direction:column}.survey-section-heading .field{min-width:0;width:100%}}@media(max-width:600px){.survey-heading{align-items:stretch}.survey-heading .button{justify-content:center}.survey-kpis{grid-template-columns:1fr 1fr}.survey-date-filter{display:grid;grid-template-columns:1fr 1fr}.survey-date-filter .field{min-width:0}.survey-date-filter .button{grid-column:1 / -1}.survey-response-list article strong{white-space:normal}.employee-score-track{min-width:100px}}.customer-retention-page{display:grid;gap:20px}.retention-toolbar .card__body{padding:26px 28px}.retention-toolbar form{align-items:end;display:flex;gap:28px;justify-content:space-between}.retention-toolbar__heading p{color:#438e98;font-size:12px;font-weight:800;letter-spacing:.12em;margin-bottom:7px;text-transform:uppercase}.retention-toolbar__heading h1{font-size:clamp(28px,3.5vw,38px);font-weight:550;letter-spacing:-.04em;margin-bottom:7px}.retention-toolbar__heading span{color:var(--muted)}.retention-toolbar__controls{align-items:end;display:grid;gap:12px;grid-template-columns:repeat(2,minmax(170px,220px)) auto}.retention-toolbar__controls .button{align-items:center;display:inline-flex;gap:7px;justify-content:center}.retention-stats{grid-template-columns:repeat(4,minmax(0,1fr))}.retention-stats .stat-card{min-width:0;overflow:hidden}.retention-stats .stat-card strong{font-size:clamp(25px,2.2vw,38px);white-space:nowrap}.retention-comparison-card .card__body,.retention-trend-card .card__body,.retention-sources-card .card__body{padding-top:18px}.retention-comparison-grid{display:grid;gap:18px;grid-template-columns:repeat(2,minmax(0,1fr))}.retention-comparison{background:var(--surface-soft);border:1px solid var(--line);border-radius:14px;padding:20px}.retention-comparison header{align-items:center;display:flex;gap:16px;justify-content:space-between}.retention-comparison header>div{display:grid}.retention-comparison header span{color:#505b62;font-size:13px;font-weight:800;text-transform:uppercase}.retention-comparison header strong{font-size:38px;letter-spacing:-.04em;line-height:1.15}.retention-comparison header em{background:#fff;border:1px solid var(--line);border-radius:999px;color:var(--muted);font-size:12px;font-style:normal;padding:7px 10px}.retention-progress{background:#e5e8e9;border-radius:999px;height:8px;margin:17px 0;overflow:hidden}.retention-progress span{border-radius:inherit;display:block;height:100%}.retention-comparison--new .retention-progress span{background:var(--green)}.retention-comparison--returning .retention-progress span{background:var(--brand)}.retention-comparison dl{display:grid;gap:10px;grid-template-columns:repeat(3,minmax(0,1fr))}.retention-comparison dl div{border-left:1px solid var(--line);display:grid;gap:3px;padding-left:14px}.retention-comparison dl div:first-child{border-left:0;padding-left:0}.retention-comparison dt{color:var(--muted);font-size:11px}.retention-comparison dd{font-size:14px;font-weight:800;margin:0}.weekly-mix-chart{overflow:hidden}.weekly-mix-chart__plot{align-items:end;border-bottom:1px solid var(--line);display:flex;gap:clamp(12px,2.2vw,30px);min-height:280px;overflow-x:auto;padding:26px 10px 0}.weekly-mix-chart__column{align-items:center;display:grid;flex:1 0 72px;gap:7px;justify-items:center;max-width:130px;min-width:72px}.weekly-mix-chart__total{color:#647078;font-size:12px;font-weight:800}.weekly-mix-chart__bar{background:#e9eced;border-radius:10px 10px 3px 3px;display:flex;flex-direction:column;height:190px;justify-content:end;overflow:hidden;width:clamp(42px,5vw,66px)}.weekly-mix-chart__bar span{display:block;min-height:2px;transition:height .2s ease;width:100%}.weekly-mix-chart__bar .is-new{background:#76cf91;order:1}.weekly-mix-chart__bar .is-returning{background:#69c2ce;order:2}.weekly-mix-chart__column small{color:var(--muted);font-size:10px;min-height:28px;text-align:center}.weekly-mix-chart__legend{align-items:center;display:flex;flex-wrap:wrap;gap:18px;padding:16px 10px 2px}.weekly-mix-chart__legend>span{align-items:center;color:#59656c;display:inline-flex;font-size:12px;gap:7px}.weekly-mix-chart__legend i{border-radius:3px;display:inline-block;height:10px;width:18px}.weekly-mix-chart__legend i.is-new{background:#76cf91}.weekly-mix-chart__legend i.is-returning{background:#69c2ce}.weekly-mix-chart__legend small{color:var(--muted);margin-left:auto}.retention-sources{display:grid;gap:16px}.retention-sources article{display:grid;gap:7px}.retention-sources article>div:first-child{align-items:baseline;display:flex;gap:20px;justify-content:space-between}.retention-sources strong{color:#424d54;font-size:14px}.retention-sources article span{color:var(--muted);font-size:12px}.retention-source-track{background:#e7eaeb;border-radius:999px;height:10px;overflow:hidden}.retention-source-track span{background:linear-gradient(90deg,#6cc4cf,#78ce92);border-radius:inherit;display:block;height:100%;min-width:3px}.retention-empty{color:var(--muted);padding:36px 10px;text-align:center}@media(max-width:1100px){.retention-toolbar form{align-items:stretch;flex-direction:column;gap:20px}.retention-stats{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:760px){.retention-toolbar .card__body{padding:20px 18px}.retention-toolbar__controls,.retention-stats,.retention-comparison-grid{grid-template-columns:1fr}.retention-comparison header{align-items:flex-start;flex-direction:column}.retention-comparison dl{grid-template-columns:1fr}.retention-comparison dl div,.retention-comparison dl div:first-child{border-left:0;border-top:1px solid var(--line);padding:10px 0 0}.weekly-mix-chart__plot{justify-content:flex-start}.weekly-mix-chart__legend small{margin-left:0;width:100%}}.campaign-wishes-page{display:grid;gap:20px}.campaign-toolbar .card__body{padding:26px 28px}.campaign-toolbar form{align-items:end;display:flex;gap:28px;justify-content:space-between}.campaign-toolbar__heading p{color:#438e98;font-size:12px;font-weight:800;letter-spacing:.12em;margin-bottom:7px;text-transform:uppercase}.campaign-toolbar__heading h1{font-size:clamp(28px,3.5vw,38px);font-weight:550;letter-spacing:-.04em;margin-bottom:7px}.campaign-toolbar__heading span{color:var(--muted)}.campaign-toolbar__controls{align-items:end;display:grid;gap:12px;grid-template-columns:repeat(2,minmax(170px,220px)) auto}.campaign-toolbar__controls .button{align-items:center;display:inline-flex;gap:7px;justify-content:center}.campaign-stats{grid-template-columns:repeat(4,minmax(0,1fr))}.campaign-list-card .card__body{padding-top:17px}.campaign-list-toolbar{align-items:flex-start;display:flex;gap:18px;justify-content:space-between;margin-bottom:20px}.campaign-tabs{display:flex;flex-wrap:wrap;gap:7px}.campaign-tabs button{align-items:center;background:#f4f5f5;border:1px solid var(--line);border-radius:999px;color:#59636a;display:inline-flex;font-size:12px;font-weight:750;gap:7px;min-height:36px;padding:0 11px}.campaign-tabs button span{align-items:center;background:#fff;border-radius:999px;display:inline-flex;font-size:10px;height:20px;justify-content:center;min-width:20px;padding:0 5px}.campaign-tabs button.is-active{background:#dff3f5;border-color:#8fcfd7;color:#277985}.campaign-search{align-items:center;border:1px solid #d9dadd;border-radius:8px;color:var(--muted);display:flex;flex:0 1 310px;min-width:220px;padding:0 11px}.campaign-search input{background:transparent;border:0;height:42px;min-width:0;outline:0;padding:0 8px;width:100%}.campaign-table{max-width:100%}.campaign-table th:not(:first-child),.campaign-table td:not(:first-child){text-align:left}.campaign-table td{font-size:13px;vertical-align:top}.campaign-kind{background:#eef7f8;border-radius:8px;color:#377c86;display:inline-block;font-weight:750;max-width:190px;padding:6px 9px}.campaign-link{align-items:center;color:#318b98;display:inline-flex;font-weight:800;gap:5px;text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:2px}.campaign-link:hover{color:#206a74}.campaign-comment{line-height:1.55;max-width:360px;min-width:210px;white-space:normal}.campaign-table .status-badge--danger{background:#fee5e1;color:#b33f2d}@media(max-width:1100px){.campaign-toolbar form{align-items:stretch;flex-direction:column;gap:20px}.campaign-stats{grid-template-columns:repeat(2,minmax(0,1fr))}.campaign-list-toolbar{align-items:stretch;flex-direction:column}.campaign-search{flex-basis:auto;width:min(100%,420px)}}@media(max-width:700px){.campaign-toolbar .card__body{padding:20px 18px}.campaign-toolbar__controls,.campaign-stats{grid-template-columns:1fr}.campaign-search{min-width:0;width:100%}.campaign-tabs{flex-wrap:nowrap;margin:0 -18px;overflow-x:auto;padding:0 18px 5px}.campaign-tabs button{flex:0 0 auto}.campaign-table .campaign-comment{max-width:68%;min-width:0;text-align:right}}.subscription-wishes-page{display:grid;gap:20px}.subscription-table th:not(:first-child),.subscription-table td:not(:first-child){text-align:left}.subscription-table td{font-size:13px;vertical-align:top}.subscription-kind{background:#eef7f8;border-radius:8px;color:#377c86;display:inline-block;font-weight:750;line-height:1.4;max-width:330px;padding:7px 10px}@media(max-width:700px){.subscription-table .subscription-kind{max-width:68%;text-align:right}}.customer-service-page{display:grid;gap:24px}.customer-service-toolbar .card__body{padding:28px 30px}.customer-service-toolbar form{display:grid;gap:22px}.customer-service-toolbar__heading p{color:var(--brand);font-size:12px;font-weight:900;letter-spacing:.13em;margin:0 0 10px;text-transform:uppercase}.customer-service-toolbar__heading h1{font-size:38px;letter-spacing:-.04em;margin-bottom:6px}.customer-service-toolbar__heading span{color:var(--muted)}.customer-service-toolbar__controls{align-items:end;display:grid;gap:14px;grid-template-columns:repeat(3,minmax(180px,1fr)) auto}.customer-service-toolbar__controls .button{align-items:center;display:inline-flex;gap:8px;justify-content:center}.customer-service-stats{grid-template-columns:repeat(4,minmax(0,1fr))}.customer-service-stats .stat-card:last-child strong{font-size:clamp(20px,2vw,30px)}.customer-service-list .card__header{padding-right:390px}.customer-service-list .card__body{position:relative}.customer-service-search{align-items:center;display:flex;position:absolute;right:24px;top:-51px;width:340px}.customer-service-search svg{color:var(--muted);left:13px;position:absolute}.customer-service-search input{border:1px solid var(--line);border-radius:8px;height:42px;padding:0 14px 0 40px;width:100%}.customer-service-table tbody tr:not(.customer-service-detail-row){cursor:pointer}.customer-service-table tbody tr.is-expanded td{background:#eef8fa}.customer-service-table th:nth-child(2),.customer-service-table td:nth-child(2){text-align:right}.customer-service-table th:last-child,.customer-service-table td:last-child{text-align:center;width:54px}.customer-service-employee{align-items:center;display:flex;gap:13px}.customer-service-employee>span:last-child{align-items:center;background:#fff3c6;border-radius:999px;color:#9d7005;display:inline-flex;height:27px;justify-content:center;width:27px}.customer-service-avatar{border-radius:50%;height:44px;object-fit:cover;width:44px}.customer-service-avatar--fallback{align-items:center;background:#def1f4;color:#3d7f8d;display:inline-flex;font-size:13px;font-weight:900;justify-content:center}.customer-service-count{font-size:20px}.customer-service-expand{align-items:center;background:transparent;border:0;color:#668089;display:inline-flex;justify-content:center;padding:8px}.customer-service-detail-row:hover{background:transparent!important}.customer-service-detail-row>td{background:#fbfcfc;padding:18px 24px 22px!important;text-align:left!important}.customer-service-detail-grid{display:grid;gap:10px;grid-template-columns:repeat(3,minmax(0,1fr))}.customer-service-detail-grid article{align-items:center;background:#fff;border:1px solid var(--line);border-radius:9px;display:flex;gap:12px;justify-content:space-between;padding:13px 15px}.customer-service-detail-grid article span{color:#4f5963}.customer-service-detail-grid article strong{color:#347f8e;font-size:18px}.customer-service-detail-grid>p,.customer-service-detail-loading{color:var(--muted);margin:0;padding:10px 0}@media(max-width:1350px){.customer-service-toolbar__controls{grid-template-columns:repeat(3,minmax(0,1fr))}.customer-service-toolbar__controls .button{width:100%}}@media(max-width:900px){.customer-service-toolbar__controls,.customer-service-stats,.customer-service-detail-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:700px){.customer-service-toolbar .card__body{padding:22px 18px}.customer-service-toolbar__heading h1{font-size:32px}.customer-service-toolbar__controls,.customer-service-stats,.customer-service-detail-grid{grid-template-columns:1fr}.customer-service-list .card__header{padding-right:18px}.customer-service-search{margin-bottom:18px;position:relative;right:auto;top:auto;width:100%}.customer-service-table td:last-child{width:auto}.customer-service-detail-row td{display:block!important}.customer-service-detail-row td:before{display:none}}.my-kpis-hero .card__body{align-items:end;display:grid;gap:28px;grid-template-columns:minmax(260px,1fr) minmax(520px,1.4fr)}.my-kpis-hero__intro p{color:#438c98;font-size:12px;font-weight:850;letter-spacing:.13em;margin-bottom:10px;text-transform:uppercase}.my-kpis-hero__intro h1{font-size:clamp(34px,4vw,48px);letter-spacing:-.045em;margin-bottom:8px}.my-kpis-hero__intro span{color:var(--muted)}.my-kpis-filter{align-items:end;display:grid;gap:14px;grid-template-columns:1fr 1fr auto}.my-kpis-filter .button{align-items:center;display:inline-flex;gap:8px;justify-content:center}.my-kpis-summary{display:grid;gap:20px;grid-template-columns:1.25fr .75fr}.my-kpis-total .card__body{align-items:center;display:flex;justify-content:space-between;min-height:190px}.my-kpis-total__person{align-items:center;display:flex;gap:16px}.my-kpis-total__person>span{align-items:center;background:#e3f3f5;border-radius:50%;color:#438c98;display:flex;font-size:24px;font-weight:850;height:68px;justify-content:center;text-transform:uppercase;width:68px}.my-kpis-total__person div,.my-kpis-total__value{display:flex;flex-direction:column}.my-kpis-total__person small,.my-kpis-total__value small{color:var(--muted);font-size:12px;font-weight:800;letter-spacing:.05em;text-transform:uppercase}.my-kpis-total__person strong{font-size:20px}.my-kpis-total__value{align-items:flex-end}.my-kpis-total__value strong{font-size:56px;letter-spacing:-.055em;line-height:1}.my-kpis-total__value span{color:#488c65;font-weight:750;margin-top:8px}.my-kpis-mix .card__body{align-items:center;display:flex;gap:28px;justify-content:center;min-height:190px}.my-kpis-donut{align-items:center;background:conic-gradient(var(--green) 0 var(--jobs),var(--blue) var(--jobs) var(--inspections),var(--orange) var(--inspections) 100%);border-radius:50%;display:flex;flex-direction:column;height:138px;justify-content:center;position:relative;width:138px}.my-kpis-donut:after{background:#fff;border-radius:50%;content:"";top:19px;right:19px;bottom:19px;left:19px;position:absolute}.my-kpis-donut strong,.my-kpis-donut span{position:relative;z-index:1}.my-kpis-donut strong{font-size:31px;line-height:1}.my-kpis-donut span{color:var(--muted);font-size:11px;margin-top:4px}.my-kpis-legend{display:grid;gap:10px}.my-kpis-legend span{align-items:center;color:#666b73;display:flex;font-size:13px;gap:8px}.my-kpis-legend i{border-radius:50%;height:9px;width:9px}.my-kpis-legend .is-jobs{background:var(--green)}.my-kpis-legend .is-inspections{background:var(--blue)}.my-kpis-legend .is-offers{background:var(--orange)}.my-kpis-grid{display:grid;gap:20px;grid-template-columns:repeat(3,1fr)}.my-kpi-card{background:#fff;border-left:5px solid;border-radius:var(--radius);box-shadow:var(--shadow);display:grid;gap:18px;grid-template-columns:auto 1fr auto;min-height:190px;padding:28px}.my-kpi-card--green{border-color:var(--green)}.my-kpi-card--blue{border-color:var(--blue)}.my-kpi-card--yellow{border-color:var(--orange)}.my-kpi-card__icon{align-items:center;background:#f6f7f7;border-radius:12px;color:#66717b;display:flex;height:48px;justify-content:center;width:48px}.my-kpi-card>div{display:flex;flex-direction:column}.my-kpi-card>div>span{color:#616873;font-size:12px;font-weight:850;letter-spacing:.04em;text-transform:uppercase}.my-kpi-card>div>strong{font-size:48px;letter-spacing:-.05em;line-height:1.1;margin:8px 0}.my-kpi-card small{color:var(--muted)}.my-kpi-card>b{align-self:start;color:#488c65;font-size:15px;white-space:nowrap}.my-kpis-footer .card__body{align-items:center;display:flex;gap:12px}.my-kpis-footer span{color:var(--muted)}.my-kpis-footer strong{font-size:26px;margin-left:auto}@media(max-width:1050px){.my-kpis-hero .card__body,.my-kpis-summary,.my-kpis-grid{grid-template-columns:1fr}}@media(max-width:650px){.my-kpis-filter{grid-template-columns:1fr}.my-kpis-total .card__body{align-items:flex-start;flex-direction:column;gap:28px}.my-kpis-total__value{align-items:flex-start}.my-kpis-mix .card__body{flex-direction:column}.my-kpi-card{grid-template-columns:auto 1fr;padding:22px}.my-kpi-card>b{grid-column:2}}.profile-page{max-width:1050px}.profile-card{background:var(--surface);border-radius:var(--radius);box-shadow:var(--shadow);overflow:hidden}.profile-card__header{align-items:center;background:linear-gradient(135deg,#5fc5d121,#74cf9914);display:flex;gap:18px;padding:30px}.profile-card__avatar{align-items:center;background:#dceff1;border-radius:50%;color:#438a94;display:inline-flex;flex:0 0 auto;font-size:24px;font-weight:800;height:68px;justify-content:center;width:68px}.profile-card__header small{color:var(--muted);display:block;margin-bottom:4px}.profile-card__header h2{font-size:28px;margin:0}.profile-card__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.profile-item{align-items:center;border-top:1px solid var(--line);display:flex;gap:14px;min-height:92px;padding:20px 30px}.profile-item:nth-child(odd){border-right:1px solid var(--line)}.profile-item__icon{align-items:center;background:var(--surface-soft);border-radius:11px;color:#5d747a;display:inline-flex;flex:0 0 auto;height:44px;justify-content:center;width:44px}.profile-item div{display:grid;gap:4px;min-width:0}.profile-item small{color:var(--muted);font-size:11px;font-weight:800;letter-spacing:.06em;text-transform:uppercase}.profile-item strong,.profile-item a{overflow-wrap:anywhere}.profile-item a{color:#397f89;font-weight:700}@media(max-width:650px){.profile-card__header{padding:24px 20px}.profile-card__grid{grid-template-columns:1fr}.profile-item{padding:18px 20px}.profile-item:nth-child(odd){border-right:0}}.register-employee-page{max-width:900px}.register-employee-form{display:grid;gap:20px}.register-employee-form h2{font-size:20px;margin:10px 0 0}.register-employee-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.register-employee-form .button{justify-self:start}.register-employee-form p{color:var(--muted);margin:0}.register-employee-success{background:#dff7e8;border:1px solid #8dcea4;border-radius:10px;color:#256b41;padding:14px 16px}@media(max-width:700px){.register-employee-grid{grid-template-columns:1fr}}.employees-heading{align-items:end;display:flex;flex-wrap:wrap;gap:16px;justify-content:space-between}.employees-heading .button{align-items:center;display:inline-flex;gap:9px;white-space:nowrap}.employees-card .card__body{padding:0}.employees-card .notice{margin:20px}.employees-toolbar{align-items:center;display:flex;flex-wrap:wrap;gap:16px;justify-content:space-between;padding:20px 24px}.employees-search{align-items:center;border:1px solid #d9dadd;border-radius:8px;color:var(--muted);display:flex;gap:10px;max-width:430px;padding:0 14px;width:100%}.employees-search input{border:0;color:var(--text);height:44px;min-width:0;outline:none;width:100%}.employees-toggle{align-items:center;cursor:pointer;display:flex;gap:10px;font-size:14px;font-weight:650}.employees-toggle input{accent-color:#68a982;height:18px;width:18px}.employees-count{color:var(--muted);font-size:13px;margin:0;padding:0 24px 14px}.employees-table th:not(:first-child),.employees-table td:not(:first-child){text-align:left}.employees-table td a{color:#397f89;overflow-wrap:anywhere}.employees-table td strong{font-weight:700}.employees-sort{background:none;border:0;color:inherit;cursor:pointer;font:inherit;padding:0;text-align:left}.employees-sort:hover{color:#397f89}@media(max-width:700px){.employees-toolbar{align-items:stretch;flex-direction:column;padding:18px}.employees-search{max-width:none}.employees-table{padding:0 18px 18px}}.lead-settings__heading{margin-bottom:24px}.lead-settings__heading h1{font-size:32px;margin-bottom:8px}.lead-settings__heading p,.lead-settings__row p{color:var(--muted)}.lead-settings__saved{background:#dff7e8;border-radius:10px;color:#27844c;margin-bottom:16px;padding:14px 16px}.lead-settings .notice{margin-bottom:16px}.lead-settings__grid{display:grid;gap:14px}.lead-settings__row{align-items:center;background:var(--surface-soft);border-radius:12px;display:grid;gap:20px;grid-template-columns:42px minmax(0,1fr) 140px minmax(220px,310px);padding:18px}.lead-settings__number{align-items:center;background:#e0f3f6;border-radius:50%;color:#247b88;display:flex;font-weight:800;height:42px;justify-content:center}.lead-settings__row strong{font-size:16px}.lead-settings__row p{line-height:1.45;margin:6px 0 0}.lead-settings__row label{color:#646973;display:grid;font-size:12px;font-weight:800;gap:6px;text-transform:uppercase}.lead-settings__row input{border:1px solid #d9dadd;border-radius:7px;font:inherit;font-size:16px;height:44px;padding:0 10px;width:100%}.lead-settings__example{background:#eaf5fd;border-radius:10px;color:#294b6a;padding:14px 16px}.lead-settings__example strong{color:#115caf}.lead-settings__example p{color:inherit;font-size:14px}.lead-settings__actions{display:flex;justify-content:flex-end;padding-top:24px}@media(max-width:1100px){.lead-settings__row{grid-template-columns:42px minmax(0,1fr) 140px}.lead-settings__example{grid-column:2 / -1}}@media(max-width:650px){.lead-settings__row{grid-template-columns:42px minmax(0,1fr)}.lead-settings__row label,.lead-settings__example{grid-column:2}}
