:root{--bg: #dce3ee;--surface: #f4f7fb;--surface-strong: #eaf0f6;--text: #0f2237;--text-soft: #43566d;--border: #b9c8d9;--primary: #365a7c;--primary-dark: #1f344a;--accent: #4e7092;--ok: #0e7a63}*{box-sizing:border-box}body{margin:0;font-family:Albert Sans,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;color:var(--text);background:var(--bg)}a{color:inherit}.material-symbols-outlined{font-variation-settings:"FILL" 0,"wght" 500,"GRAD" 0,"opsz" 24;font-size:20px}input,select,textarea,button{font:inherit}input,select,textarea{width:100%;border:1px solid var(--border);background:#fff;color:var(--text);padding:10px 12px;border-radius:8px}input:focus,select:focus,textarea:focus{border-color:var(--accent);outline:none;box-shadow:0 0 0 2px #4e70922e}label{display:grid;gap:6px;font-size:13px;color:var(--text-soft)}button{border:none;cursor:pointer}.primary-btn,.secondary-btn,.text-btn,.icon-btn{transition:.2s ease}.primary-btn{background:var(--primary-dark);color:#fff;padding:10px 14px;border-radius:10px;font-weight:700}.primary-btn:hover{background:var(--primary)}.secondary-btn{background:var(--surface-strong);color:var(--text);border:1px solid var(--border);padding:10px 14px;border-radius:10px;font-weight:600}.secondary-btn:hover{background:#dbe5f0}.danger-btn{color:#b42318;border-color:#f3b8b3;background:#fff5f4}.danger-btn:hover{background:#ffe4e1}.danger-primary-btn{background:#b42318}.danger-primary-btn:hover{background:#8f1d14}.text-btn{background:transparent;color:var(--primary-dark);font-weight:600;padding:4px 0}.text-btn:hover{opacity:.8}.ghost-btn{background:transparent;color:var(--text-soft);padding:4px 8px;border-radius:8px;border:1px solid var(--border)}.icon-btn{background:#fff;color:var(--text-soft);padding:8px;border:1px solid var(--border);border-radius:10px;display:inline-flex}.app-shell{min-height:100vh}.topbar{position:sticky;top:0;z-index:40;height:68px;border-bottom:1px solid var(--border);background:#eef3f9;display:flex;align-items:center;justify-content:space-between;padding:0 20px}.topbar__brand{font-weight:900;letter-spacing:-.02em;font-size:29px;color:var(--primary-dark)}.topbar__links{display:flex;gap:18px}.topbar__link{padding:10px 8px;font-weight:700;text-decoration:none;border-bottom:2px solid transparent;color:var(--text-soft)}.topbar__link.active{color:var(--primary-dark);border-bottom-color:var(--primary-dark)}.topbar__actions{display:flex;align-items:center;gap:8px}.topbar__user{width:34px;height:34px;border-radius:999px;border:1px solid var(--border);display:grid;place-items:center;font-size:12px;font-weight:700;background:#fff}.app-shell__body{display:grid;grid-template-columns:260px 1fr;min-height:calc(100vh - 68px)}.sidebar{border-right:1px solid var(--border);background:#e7edf5;padding:18px 14px}.sidebar__title{font-size:30px;font-weight:800;color:var(--primary-dark);letter-spacing:-.02em}.sidebar__subtitle{text-transform:uppercase;font-size:12px;letter-spacing:.08em;color:var(--text-soft);margin-bottom:18px}.sidebar__section{margin:16px 6px 8px;font-size:11px;font-weight:800;color:#657a93;text-transform:uppercase;letter-spacing:.09em}.sidebar__menu{display:grid;gap:6px}.sidebar__item{text-decoration:none;width:100%;background:transparent;border:1px solid transparent;color:var(--text);border-radius:10px;padding:10px;display:flex;align-items:center;gap:10px;font-weight:700}.sidebar__item:hover{background:#dce6f2}.sidebar__item.active,.nav-link-item.active{background:#cdd9e7;border-color:var(--border)}.app-main{padding:18px}.page-stack{display:grid;gap:14px}.dashboard-page{display:grid;gap:18px}.dashboard-hero{display:flex;justify-content:space-between;align-items:flex-end;gap:14px}.dashboard-hero h1{margin:0 0 4px;color:var(--primary-dark);font-size:32px;line-height:1.1}.dashboard-hero p{margin:0;color:var(--text-soft)}.dashboard-new-btn{display:inline-flex;align-items:center;gap:8px}.dashboard-stats{display:grid;grid-template-columns:repeat(5,minmax(150px,1fr));gap:16px}.dashboard-stat-card,.dashboard-chart-card{border:1px solid var(--border);border-radius:8px;background:#fff}.dashboard-stat-card{min-height:150px;padding:22px;display:grid;align-content:space-between;gap:12px}.dashboard-stat-card__top{display:flex;align-items:center;justify-content:space-between}.dashboard-stat-icon{width:38px;height:38px;border-radius:8px;background:#f1ece8;color:#8b5d3d;display:grid;place-items:center}.dashboard-stat-chip{border-radius:6px;background:#edf2f7;color:var(--text-soft);padding:4px 8px;font-size:11px;font-weight:700}.dashboard-stat-chip.positive{background:#dcebdc;color:#2f7447}.dashboard-stat-chip.negative{background:#f0d8d8;color:#a43b3b}.dashboard-stat-chip.neutral{background:#e7edf5;color:var(--text-soft)}.dashboard-stat-card strong{color:#111827;font-size:24px;line-height:1;font-weight:500}.dashboard-stat-card>span:last-child{color:var(--text-soft);font-size:13px}.dashboard-month-grid{display:grid;grid-template-columns:repeat(3,minmax(240px,1fr));gap:24px}.dashboard-chart-card{min-height:274px;padding:24px 22px;display:grid;gap:16px}.dashboard-chart-card__head{display:flex;justify-content:space-between;gap:10px;align-items:center}.dashboard-chart-card h3{margin:0;color:#111827;font-size:16px}.dashboard-chart-card__head span{color:var(--text-soft);font-size:13px}.donut-wrap{display:grid;place-items:center;position:relative}.donut-chart{width:150px;height:150px;border-radius:50%;display:grid;place-items:center;position:relative}.donut-chart:before{content:"";position:absolute;top:28px;right:28px;bottom:28px;left:28px;border-radius:50%;background:#fff}.donut-chart>div{position:relative;z-index:1;display:grid;place-items:center;gap:2px}.donut-chart strong{font-size:22px;color:var(--primary-dark)}.donut-chart span{color:var(--text-soft);font-size:12px}.donut-tooltip{position:absolute;left:50%;bottom:calc(100% - 26px);z-index:2;min-width:170px;transform:translate(-50%);border:1px solid var(--border);border-radius:8px;background:#fff;box-shadow:0 12px 32px #0f22372e;padding:8px 10px;display:grid;gap:5px;color:var(--text);font-size:12px;font-weight:700;pointer-events:none}.dashboard-legend{display:flex;justify-content:center;gap:14px;flex-wrap:wrap;color:#8b5d3d;font-size:14px}.dashboard-legend span{display:inline-flex;align-items:center;gap:5px}.dashboard-legend i{width:12px;height:10px;display:inline-block}.dashboard-recent-panel{padding:0;overflow:hidden;border-radius:8px;gap:0;background:#fff}.dashboard-recent-panel .panel__head{padding:26px 22px}.dashboard-table-wrap{border:0;border-radius:0}.dashboard-table-wrap th{background:#e9dcc7;color:#111827;letter-spacing:0;text-transform:none;font-size:13px}.dashboard-table-wrap td{height:60px}.status-pill{display:inline-flex;align-items:center;justify-content:center;min-width:44px;border-radius:999px;padding:5px 10px;background:#eadfce;color:#8b5d3d;font-size:12px}.status-pill--completed,.status-pill--submit{background:#dcebdc;color:#2f7447}.status-pill--in-progress{background:#dce8f3;color:#365a7c}.status-pill--cancelled{background:#f0d8d8;color:#a43b3b}.dashboard-actions{display:flex;align-items:center;gap:8px}.dashboard-actions .icon-btn{width:32px;height:32px;padding:5px;border:0}.page-header{border:1px solid var(--border);background:var(--surface);border-radius:14px;padding:18px;display:flex;justify-content:space-between;align-items:flex-end;gap:14px}.page-header h1{margin:0 0 6px;color:var(--primary-dark);font-size:32px;line-height:1.1}.page-header p{margin:0;color:var(--text-soft)}.header-actions{display:flex;gap:8px}.stats-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.stat-card{border:1px solid var(--border);border-radius:12px;background:var(--surface);padding:14px}.stat-card h4{margin:0;font-size:12px;color:var(--text-soft);text-transform:uppercase;letter-spacing:.08em}.stat-card p{margin:8px 0 0;font-size:28px;font-weight:800;color:var(--primary-dark)}.category-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.category-card{border:1px solid var(--border);border-radius:12px;background:var(--surface);padding:14px;text-align:left}.category-card.active{border-color:var(--accent);box-shadow:0 0 0 2px #4e70922e}.category-card h3{margin:0;font-size:20px;color:var(--primary-dark)}.category-card p{margin:8px 0 0;color:var(--text-soft);font-size:14px}.panel{border:1px solid var(--border);border-radius:12px;background:var(--surface);padding:14px;display:grid;gap:12px}.panel__head{display:flex;justify-content:space-between;align-items:center;gap:8px}.panel__head h3{margin:0;color:var(--primary-dark);font-size:22px}.table-wrap{overflow:auto;border:1px solid var(--border);border-radius:10px;background:#fff}table{width:100%;border-collapse:collapse;min-width:700px}th,td{border-bottom:1px solid #dce5f1;padding:10px 12px;text-align:left;font-size:14px}th{background:#e2eaf4;color:var(--primary-dark);font-size:12px;text-transform:uppercase;letter-spacing:.06em}.drag-row{cursor:grab}.drag-row.active{opacity:.55}.drag-handle{width:54px;text-align:center;color:var(--text-soft)}.drag-handle .material-symbols-outlined{cursor:grab}tbody tr:nth-child(2n){background:#f6f9fd}.empty-row{text-align:center;color:var(--text-soft)}.clickable-row{cursor:pointer}.clickable-row:hover{background:#dbe7f4}.action-cell{display:flex;gap:8px}.estimation-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:12px}.dimension-list{display:grid;gap:10px}.dimension-row{border:1px solid var(--border);border-radius:10px;padding:10px;display:grid;gap:8px;background:#fff}.row-title{display:flex;justify-content:space-between;align-items:center}.row-actions{display:flex;justify-content:flex-end}.row-actions .secondary-btn{padding:8px 12px}.two-col{display:grid;gap:8px;grid-template-columns:repeat(2,minmax(0,1fr))}.three-col{display:grid;gap:10px;grid-template-columns:repeat(3,minmax(0,1fr))}.customer-mode-row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.customer-mode-row button{border:1px solid var(--border);border-radius:8px;background:#fff;color:var(--text);padding:12px 14px;font-weight:700}.customer-mode-row button.active{border-color:var(--primary);background:#f3f0ec;color:#8b5d3d;box-shadow:0 0 0 1px #8b5d3d29}.customer-select-row{display:grid;gap:8px}.customer-suggestions{grid-column:1 / -1;border:1px solid var(--border);border-radius:10px;overflow:hidden;background:#fff;display:grid}.customer-suggestion{background:#fff;color:var(--text);border-bottom:1px solid var(--border);padding:10px 12px;display:grid;gap:3px;text-align:left}.customer-suggestion:last-child{border-bottom:0}.customer-suggestion:hover{background:var(--surface-strong)}.customer-suggestion strong,.customer-suggestion span{overflow-wrap:anywhere}.customer-suggestion span{color:var(--text-soft);font-size:13px}.four-col{display:grid;gap:8px;grid-template-columns:repeat(4,minmax(0,1fr))}.totals-inline{display:flex;gap:12px;align-items:center;color:var(--primary-dark);background:#e3ebf5;border:1px solid var(--border);padding:8px 10px;border-radius:8px;flex-wrap:wrap}.extras-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.check-pill{border:1px solid var(--border);border-radius:10px;padding:10px;background:#fff;display:flex;align-items:center;gap:8px}.check-pill input{width:auto}.totals-card{border:1px solid var(--border);border-radius:12px;background:linear-gradient(120deg,#d6e2f2,#e8eff8);padding:16px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.totals-card div{display:grid;gap:6px}.totals-card span{color:var(--text-soft);text-transform:uppercase;letter-spacing:.07em;font-size:12px;font-weight:700}.totals-card strong{font-size:28px;color:var(--primary-dark)}.inline-toggle{display:inline-flex;align-items:center;gap:8px;color:var(--primary-dark)}.inline-toggle input{width:auto;accent-color:var(--primary)}.inline-toggle strong{font-size:18px}.filters-row{display:flex;gap:10px}.filters-row input,.customer-search-bar{flex:1}.customer-search-bar{position:relative;min-width:260px}.customer-search-bar .material-symbols-outlined{position:absolute;left:11px;top:50%;transform:translateY(-50%);color:var(--text-soft);pointer-events:none}.customer-search-bar input{padding-left:38px}.customer-directory-page{min-height:calc(100vh - 96px);color:#101828}.customer-directory-hero{display:flex;align-items:flex-start;gap:8px;margin-bottom:42px}.customer-directory-back{width:26px;height:32px;margin-top:4px;display:inline-grid;place-items:center;background:transparent;color:#667085;border-radius:6px;padding:0}.customer-directory-back:hover{background:#e9edf4;color:#2f64e7}.customer-directory-back .material-symbols-outlined{font-size:29px}.customer-directory-hero h1{margin:0;color:#101828;font-size:34px;line-height:1.2;font-weight:800;letter-spacing:0}.customer-directory-hero p{margin:2px 0 0;color:#667691;font-size:19px;line-height:1.45;font-weight:500}.customer-directory-panel{min-height:600px;display:grid;grid-template-rows:auto 1fr auto;overflow:hidden;border-radius:16px;background:#fff;box-shadow:0 1px 2px #10182805}.customer-directory-filters{min-height:116px;padding:25px 24px;display:flex;align-items:center;justify-content:space-between;gap:24px;border-bottom:1px solid #f2f4f7}.customer-directory-filters .customer-search-bar{width:min(624px,100%);flex:0 1 624px}.customer-directory-filters .customer-search-bar .material-symbols-outlined{left:15px;color:#98a6bd;font-size:25px}.customer-directory-filters .customer-search-bar input{height:50px;border-color:#dde3ec;border-radius:9px;background:#fafbfc;padding:0 16px 0 50px;color:#101828;font-size:19px;font-weight:500;box-shadow:inset 0 1px 2px #10182808}.customer-directory-filters .customer-search-bar input::placeholder{color:#667085}.customer-directory-filter-actions{display:flex;align-items:center;gap:28px;flex:0 0 auto}.customer-directory-filter-actions select{width:auto;min-width:178px;height:68px;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:1px solid #dde3ec;border-radius:16px;background-color:#fff;background-image:linear-gradient(45deg,transparent 50%,#667085 50%),linear-gradient(135deg,#667085 50%,transparent 50%);background-position:calc(100% - 46px) 29px,calc(100% - 36px) 29px;background-size:10px 10px,10px 10px;background-repeat:no-repeat;padding:0 68px 0 20px;color:#1d2433;font-size:22px;font-weight:500;box-shadow:0 1px 2px #10182808}.customer-directory-filter-actions select:focus{border-color:#2f64e7;box-shadow:0 0 0 3px #2f64e71f}.customer-directory-table-wrap{overflow:auto;padding:26px 24px 0}.customer-directory-table-wrap table{min-width:1180px;border-collapse:separate;border-spacing:0}.customer-directory-table-wrap th,.customer-directory-table-wrap td{border-bottom:1px solid #d7dfec;padding:0 28px;text-align:left}.customer-directory-table-wrap th{height:56px;border-right:1px solid rgba(255,255,255,.82);background:#dfe7f8;color:#2563eb;font-size:15px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;white-space:nowrap}.customer-directory-table-wrap th:first-child{border-top-left-radius:24px}.customer-directory-table-wrap th:last-child{border-top-right-radius:24px}.customer-directory-table-wrap td{height:90px;color:#667691;background:#fff;font-size:17px;font-weight:500;white-space:nowrap}.customer-directory-table-wrap tbody tr:nth-child(2n){background:transparent}.customer-directory-link{background:transparent;color:#007aff;padding:0;font-size:17px;font-weight:500;text-decoration:underline;text-underline-offset:2px}.customer-directory-link:hover{color:#2456d5}.customer-directory-footer{min-height:82px;padding:18px 29px;display:flex;align-items:center;justify-content:space-between;gap:20px;color:#5f7190;font-size:17px;font-weight:500;border-top:1px solid #f2f4f7}.customer-directory-pagination{display:flex;align-items:center;gap:8px}.customer-directory-pagination button{min-width:44px;height:42px;border:1px solid #dde3ec;border-radius:6px;background:#fff;color:#344054;padding:0 14px;font-size:18px;font-weight:500}.customer-directory-pagination button.active{border-color:#2f64e7;background:#2f64e7;color:#fff}.customer-directory-pagination button:disabled{cursor:default;color:#98a2b3;background:#fff}.customer-directory-page-slot{display:inline-flex;align-items:center;gap:8px}.customer-directory-ellipsis{color:#98a2b3;font-size:17px}.history-directory-page{min-height:calc(100vh - 96px);color:#101828}.history-directory-panel{min-height:620px}.history-directory-table-wrap table{min-width:1120px}.history-directory-table-wrap td:first-child,.history-directory-table-wrap td:nth-child(6),.history-directory-table-wrap td:nth-child(7),.history-directory-table-wrap td:nth-child(8){color:#101828;font-weight:800}.history-action-btn{min-height:34px;border:1px solid #d6deea;border-radius:7px;background:#fff;color:#2563eb;padding:0 14px;font-size:14px;font-weight:800}.history-action-btn+.history-action-btn{margin-left:8px}.history-action-btn:hover{border-color:#2563eb;background:#eef4ff}.customer-detail-page{display:grid;gap:38px;color:#101828}.customer-detail-topbar{display:flex;align-items:center;justify-content:space-between;gap:18px}.customer-detail-title{display:flex;align-items:center;gap:8px}.customer-detail-title h1,.customer-detail-topbar h1{margin:0;color:#101828;font-size:34px;line-height:1.2;font-weight:800}.customer-detail-topbar p{margin:4px 0 0;color:#667691;font-size:17px}.customer-detail-new-btn{min-width:224px;min-height:56px;display:inline-flex;align-items:center;justify-content:center;gap:10px;border-radius:8px;background:#2f64e7;color:#fff;font-size:19px;font-weight:800;box-shadow:0 12px 24px #2f64e72e}.customer-detail-new-btn:hover{background:#2456d5}.customer-detail-new-btn .material-symbols-outlined{font-size:27px}.customer-detail-card{overflow:hidden;border:1px solid #dbe4f0;border-radius:16px;background:#fff}.customer-detail-card__head{min-height:96px;padding:30px 42px;display:flex;align-items:center;justify-content:space-between;gap:20px;border-bottom:1px solid #eef1f5}.customer-detail-card__head h2{margin:0;color:#1d2939;font-size:31px;line-height:1.2;font-weight:800}.customer-detail-edit{background:transparent;color:#2563eb;padding:6px 0;font-size:17px;font-weight:700}.customer-detail-edit:hover{color:#174fc4}.customer-detail-info-grid{padding:42px 32px 52px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:54px 42px}.customer-detail-info-item{display:grid;grid-template-columns:34px minmax(0,1fr);align-items:center;gap:12px}.customer-detail-info-icon{width:34px;height:34px;display:grid;place-items:center;border-radius:8px;background:#eef5ff;color:#2563eb}.customer-detail-info-icon .material-symbols-outlined{font-size:20px;color:#2563eb;font-variation-settings:"FILL" 0,"wght" 600,"GRAD" 0,"opsz" 24}.customer-detail-info-item span:not(.customer-detail-info-icon){display:block;margin-bottom:6px;color:#98a6bd;font-size:15px;line-height:1;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.customer-detail-info-item strong{display:block;color:#24324a;font-size:20px;line-height:1.35;font-weight:500;overflow-wrap:anywhere}.customer-detail-tabs{display:flex;align-items:flex-end;gap:10px;margin-bottom:-38px;position:relative;z-index:1}.customer-detail-tabs button{min-width:160px;height:54px;border-radius:8px;background:linear-gradient(135deg,#fff,#d2e0ff);color:#4b5565;font-size:19px;font-weight:500;border:1px solid #d8e2f4;box-shadow:inset 0 1px #ffffffbf}.customer-detail-tabs button.active{background:linear-gradient(135deg,#fff,#d2e0ff);color:#152216;font-weight:800;border-color:transparent;box-shadow:0 10px 22px #2563eb1a}.customer-detail-history{min-height:544px;display:grid;grid-template-rows:auto auto 1fr auto;overflow:hidden;border-radius:14px;background:#fff;padding:8px 12px 0;border:0}.customer-detail-history-head{display:flex;align-items:center;justify-content:space-between;gap:16px;min-height:29px}.customer-detail-history-head h3{margin:0;color:#0f2237;font-size:22px;line-height:1;font-weight:800}.customer-detail-history-head span{color:#001b3a;font-size:15px;font-weight:500}.customer-detail-filter-row{min-height:84px;display:flex;align-items:center;justify-content:space-between;gap:24px;margin-bottom:10px;padding-bottom:18px;border-bottom:1px solid #eef1f5}.customer-detail-search-bar{position:relative;width:min(500px,100%);flex:0 1 500px}.customer-detail-search-bar .material-symbols-outlined{position:absolute;left:15px;top:50%;transform:translateY(-50%);color:#98a6bd;font-size:24px;pointer-events:none}.customer-detail-search-bar input{width:100%;height:42px;border:1px solid #d6deea;border-radius:7px;background:#fbfcfe;color:#101828;padding:0 16px 0 44px;font-size:17px;font-weight:500}.customer-detail-search-bar input::placeholder{color:#667691}.customer-detail-search-bar input:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1f}.customer-detail-filter-actions{display:flex;align-items:center;gap:14px;flex:0 0 auto}.customer-detail-filter-actions select{width:auto;min-width:170px;height:58px;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:1px solid #d6deea;border-radius:12px;background-color:#fff;background-image:linear-gradient(45deg,transparent 50%,#667085 50%),linear-gradient(135deg,#667085 50%,transparent 50%);background-position:calc(100% - 39px) 25px,calc(100% - 29px) 25px;background-size:9px 9px,9px 9px;background-repeat:no-repeat;color:#101828;padding:0 60px 0 18px;font-size:19px;font-weight:700}.customer-detail-filter-actions select:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1f}.customer-detail-table-wrap{overflow:auto}.customer-detail-table-wrap table{min-width:1000px;border-collapse:separate;border-spacing:0}.customer-detail-table-wrap th,.customer-detail-table-wrap td{border-bottom:1px solid #e7edf5;padding:0 30px;text-align:left;white-space:nowrap}.customer-detail-table-wrap th{height:58px;border-right:1px solid rgba(255,255,255,.82);background:#dfe7f8;color:#2563eb;font-size:15px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.customer-detail-table-wrap th:first-child{border-top-left-radius:22px}.customer-detail-table-wrap th:last-child{border-top-right-radius:22px}.customer-detail-table-wrap td{height:88px;background:#fff;color:#667691;font-size:18px;font-weight:500}.customer-detail-table-wrap td:first-child,.customer-detail-table-wrap td:nth-child(3){color:#101828;font-weight:900}.customer-detail-table-wrap tbody tr:nth-child(2n){background:transparent}.customer-detail-table-wrap .status-pill{min-width:66px;padding:7px 15px;font-size:13px;font-weight:900}.customer-detail-actions{display:flex;align-items:center;gap:18px}.customer-detail-actions button{width:26px;height:26px;display:grid;place-items:center;background:transparent;color:#98a6bd;padding:0}.customer-detail-actions button:hover{color:#2563eb}.customer-detail-actions button:disabled{cursor:default;color:#c5cfdd}.customer-detail-actions .material-symbols-outlined{font-size:24px}.customer-detail-history-footer{min-height:98px;display:flex;align-items:center;color:#657691;font-size:17px;font-weight:500;border-top:1px solid #f2f4f7}.customer-detail-timeline-panel{grid-template-rows:1fr;padding:36px 32px;border-color:transparent;background:#fff}.customer-detail-timeline{display:grid;gap:0}.customer-detail-timeline-item{display:grid;grid-template-columns:54px minmax(0,1fr);gap:38px;align-items:start;padding:0 0 20px;position:relative}.customer-detail-timeline-item:not(:last-child):before{content:"";position:absolute;left:26px;top:36px;bottom:0;width:2px;background:#e3eaf5}.customer-detail-timeline-dot{width:54px;height:54px;margin-top:0;border-radius:50%;background:#d7e5ff;color:#2563eb;display:grid;place-items:center;position:relative;z-index:1}.customer-detail-timeline-dot .material-symbols-outlined{font-size:26px;color:#2563eb;font-variation-settings:"FILL" 0,"wght" 600,"GRAD" 0,"opsz" 24}.customer-detail-timeline-card{min-height:100px;border:1px solid #dbe4f0;border-radius:12px;background:#fff;padding:22px 26px 20px;box-shadow:0 1px 2px #10182805}.customer-detail-timeline-card strong{display:block;color:#1d2939;font-size:19px;line-height:1.3;font-weight:800}.customer-detail-timeline-card p{margin:3px 0 0;color:#41516b;font-size:17px;line-height:1.35}.customer-detail-timeline-card time{display:block;margin-top:10px;color:#53657f;font-size:17px;line-height:1.35}.locked-panel h3{margin:0;color:var(--primary-dark)}.customer-summary{border:1px solid var(--border);border-radius:10px;background:#fff;padding:10px 12px;display:grid;gap:6px}.customer-summary p{margin:0;color:var(--text-soft)}.audit-timeline{display:grid;gap:14px}.audit-timeline__item{display:grid;grid-template-columns:18px 1fr;gap:12px;align-items:start}.audit-timeline__dot{width:10px;height:10px;margin-top:7px;border-radius:999px;background:var(--accent);box-shadow:0 0 0 4px #2563eb1f}.audit-timeline__body{border-bottom:1px solid var(--border);padding-bottom:12px}.audit-timeline__head{display:flex;gap:12px;align-items:baseline;justify-content:space-between}.audit-timeline__head span,.audit-timeline__body p{color:var(--text-soft);font-size:.88rem}.audit-timeline__body p{margin:5px 0 0}.tab-row{display:flex;flex-wrap:wrap;gap:8px}.settings-tabs-bar{display:flex;align-items:center;justify-content:space-between;gap:12px}@media(max-width:640px){body:has(.customer-detail-page) .mobile-shell-bar{position:sticky!important;top:0!important;width:100%!important;min-height:56px!important;display:flex!important;align-items:center!important;padding:0 16px!important;border-bottom:1px solid #e8edf3!important;background:#fff!important}body:has(.customer-detail-page) .mobile-shell-bar__brand{width:100%!important;display:grid!important;grid-template-columns:24px minmax(0,1fr) 24px!important;align-items:center!important;gap:4px!important}body:has(.customer-detail-page) .mobile-shell-title-btn{min-width:0!important;display:grid!important;justify-items:start!important;padding:0!important;background:transparent!important}body:has(.customer-detail-page) .mobile-shell-title-btn strong{color:#111827!important;font-size:15px!important;line-height:1.2!important;font-weight:900!important}body:has(.customer-detail-page) .customer-detail-topbar{min-height:0!important;height:0!important;display:block!important;overflow:visible!important;border:0!important;background:transparent!important;padding:0!important}body:has(.customer-detail-page) .customer-detail-title{display:none!important}}.settings-mobile-controls{display:none}.settings-add-material-btn{flex:0 0 auto}.tab-btn{border:1px solid var(--border);background:#fff;color:var(--text-soft);padding:8px 12px;border-radius:10px;font-weight:700}.tab-btn.active{background:var(--primary-dark);color:#fff}.gst-settings-panel{display:grid;gap:16px;max-width:640px}.gst-settings-panel h3,.gst-settings-panel p{margin:0}.gst-enable-row{display:flex;align-items:center;gap:10px;border-radius:8px;background:#ebe5dc;color:var(--text);padding:14px;font-weight:700}.gst-enable-row input{width:auto;accent-color:var(--primary)}.gst-note{display:grid;gap:8px;border-radius:8px;background:#ebe5dc;color:var(--text-soft);padding:14px;font-size:13px}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:80;display:grid;place-items:center;padding:18px;background:#0f22376b}.modal-panel{width:min(780px,100%);max-height:min(720px,calc(100vh - 36px));overflow:auto;border:1px solid var(--border);border-radius:12px;background:var(--surface);box-shadow:0 22px 60px #0f223747;padding:16px;display:grid;gap:14px}.modal-head{display:flex;align-items:center;justify-content:space-between;gap:12px}.modal-head h3{margin:0;color:var(--primary-dark);font-size:22px}.modal-actions{display:flex;justify-content:flex-end;gap:8px}.confirm-backdrop{place-items:start center;padding-top:84px}.confirm-panel{width:min(420px,100%);border-top:4px solid var(--primary-dark)}.confirm-panel h3{margin:0 0 8px;color:var(--primary-dark)}.confirm-panel p{margin:0 0 4px;color:var(--text-soft)}.pdf-preview-backdrop{z-index:260;place-items:center;padding:22px}.pdf-preview-panel{width:min(1100px,calc(100vw - 44px));height:min(900px,calc(100vh - 44px));padding:0;overflow:hidden;border-radius:12px;background:#fff;display:grid;grid-template-rows:auto minmax(0,1fr)}.pdf-preview-head{min-height:72px;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:14px 18px;border-bottom:1px solid #e4e9f1;background:#fff}.pdf-preview-head h3{margin:0;color:#111827;font-size:20px}.pdf-preview-head p{margin:4px 0 0;color:#667085;font-size:14px}.pdf-preview-actions{display:flex;align-items:center;gap:10px}.pdf-preview-actions .icon-btn{width:42px;height:42px;display:grid;place-items:center}.pdf-preview-frame{width:100%;height:100%;border:0;background:#eef1f5}.pdf-preview-loading{display:grid;place-items:center;min-height:360px;color:var(--text-soft);background:#f6f8fb}.login-page{min-height:100vh;display:grid;grid-template-columns:minmax(420px,.95fr) minmax(520px,1.05fr);gap:42px;padding:17px 20px 10px;background:#fff;color:#111}.login-panel{display:grid;grid-template-rows:auto 1fr;min-width:0}.login-panel:before{content:"";width:0;min-height:40px}.login-brand-pill{width:fit-content;min-height:40px;display:inline-flex;align-items:center;gap:8px;padding:0 12px 0 15px;border:1px solid #e3e3e3;border-radius:12px;color:#141414;background:#fff;font-size:17px;line-height:1;box-shadow:0 1px 1px #11111105}.login-brand-pill .material-symbols-outlined{color:#111;font-size:22px}.login-form-wrap{width:min(560px,100%);align-self:center;justify-self:center;padding-bottom:32px}.login-hero{margin-bottom:38px}.login-hero h1{margin:0;color:#050505;font-size:clamp(44px,4vw,60px);line-height:1.05;font-weight:500;letter-spacing:0}.login-hero p{margin:38px 0 0;color:#737373;font-size:20px;line-height:1.45}.login-form{display:grid;gap:29px}.login-form label{gap:7px;color:#737373;font-size:16px;font-weight:500}.login-form input{height:67px;border:1px solid #dedede;border-radius:18px;background:#f4f4f4;color:#151515;font-size:17px;padding:0 20px}.login-form input::placeholder{color:#787878}.login-form input:focus{border-color:#9f84ff;box-shadow:0 0 0 3px #9f84ff33}.field-with-action{position:relative;display:block}.field-with-action input{padding-right:70px}.password-toggle{position:absolute;top:50%;right:16px;width:42px;height:42px;display:grid;place-items:center;padding:0;border-radius:50%;color:#777;background:transparent;transform:translateY(-50%);transition:.2s ease}.password-toggle:hover{color:#111;background:#e9e9e9}.password-toggle .material-symbols-outlined{font-size:25px}.login-options{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-top:-4px}.keep-signed-in{display:inline-flex;grid-template-columns:none;align-items:center;gap:14px;color:#222;font-size:17px;line-height:1.3}.keep-signed-in input{width:23px;height:23px;flex:0 0 23px;padding:0;border:1px solid #b9b9b9;border-radius:50%;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#fff;cursor:pointer}.keep-signed-in input:checked{border-color:#9f84ff;background:radial-gradient(circle at center,#9f84ff 0,#9f84ff 45%,#fff 48%)}.login-link-btn{display:inline;padding:0;color:#9b78ff;background:transparent;font-size:17px;font-weight:500;line-height:inherit}.login-link-btn:hover{text-decoration:underline}.login-submit-btn{display:flex;align-items:center;justify-content:center;width:100%;height:70px;border-radius:18px;color:#fff;background:#171717;box-shadow:none;font-size:20px;font-weight:600;transition:.2s ease}.login-submit-btn:hover{background:#000;box-shadow:0 16px 24px #1111111f}.login-submit-btn:active{transform:scale(.98)}.login-submit-btn:disabled{cursor:not-allowed;opacity:.68}.info-text{margin:-14px 0 0;font-size:13px;color:#0e7a63}.error-text{color:#b42318}.login-art{position:relative;min-height:calc(100vh - 27px);overflow:hidden;border-radius:27px;background:linear-gradient(145deg,#ffffff2e,#fff0 40%),radial-gradient(ellipse at 72% 42%,rgba(188,214,255,.98) 0 21%,transparent 33%),radial-gradient(ellipse at 36% 36%,rgba(190,218,255,.95) 0 18%,transparent 31%),linear-gradient(135deg,#b8cbff,#2f2592 36%,#3c2ea5 61%,#c85349)}.login-art:before,.login-art:after,.login-art__ribbon{content:"";position:absolute;pointer-events:none}.login-art:before{top:-13%;right:-16%;bottom:-13%;left:-16%;background:linear-gradient(125deg,transparent 0 15%,rgba(255,184,220,.9) 15.4% 16%,rgba(176,45,79,.76) 16.3% 18.5%,transparent 19% 39%,rgba(238,151,190,.95) 39.2% 40%,rgba(58,31,137,.3) 40.2% 58%,transparent 58.5%),linear-gradient(145deg,transparent 0 54%,rgba(255,180,222,.9) 54.2% 55%,rgba(171,35,74,.72) 55.2% 57%,transparent 57.4%);transform:rotate(-4deg)}.login-art:after{top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse at 92% 78%,rgba(173,70,144,.8),transparent 28%),radial-gradient(ellipse at 16% 6%,rgba(204,55,50,.92),transparent 25%);mix-blend-mode:screen;opacity:.82}.login-art__ribbon{width:135%;height:31%;left:-18%;border-radius:999px;background:linear-gradient(90deg,#9fbbff,#d9e8ff 39%,#9bb7ff 67%,#4a39aa24);filter:blur(.2px);opacity:.95;transform:rotate(-15deg)}.login-art__ribbon--one{top:20%}.login-art__ribbon--two{top:50%;left:4%;width:118%;height:24%;opacity:.78}.login-art__ribbon--three{right:-35%;bottom:-5%;left:auto;width:92%;height:24%;background:linear-gradient(90deg,#9cb6faf2,#e1eefff5,#4e39a652)}.login-testimonial{position:absolute;z-index:1;bottom:21px;width:clamp(180px,20vw,320px);min-height:321px;display:grid;align-content:start;gap:5px;padding:31px 26px;border-radius:27px;background:#eeeef7b3;color:#202020;box-shadow:inset 0 1px #ffffff73;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.login-testimonial strong{font-size:18px;font-weight:500}.login-testimonial span{color:#2020207a;font-size:16px}.login-testimonial p{margin:4px 0 0;font-size:17px;line-height:1.38}.login-testimonial--one{left:21px;width:clamp(170px,13vw,180px)}.login-testimonial--two{left:24.5%}.login-testimonial--three{right:20px}@media(max-width:1180px){.login-page{grid-template-columns:1fr;gap:28px}.login-panel{min-height:auto}.login-form-wrap{padding:64px 0 30px}.login-art{min-height:420px}.login-testimonial{min-height:220px}}@media(max-width:720px){.login-page{padding:14px}.login-form-wrap{padding:54px 0 12px}.login-hero{margin-bottom:30px}.login-hero p{margin-top:22px;font-size:17px}.login-form{gap:23px}.login-form input,.login-submit-btn{height:58px;border-radius:14px}.login-options{align-items:flex-start;flex-direction:column;gap:12px}.login-art{min-height:360px;border-radius:20px}.login-testimonial{display:none}}.alert-text{margin:0;color:#a43b3b;font-weight:700}.muted-text{margin:0;color:var(--text-soft)}.danger-text{color:#a43b3b}.rbac-grid{display:grid;grid-template-columns:minmax(260px,.9fr) minmax(320px,1.1fr);gap:12px}.role-list,.role-form,.permission-groups{display:grid;gap:10px}.role-row{width:100%;border:1px solid var(--border);border-radius:10px;background:#fff;padding:10px 12px;color:var(--text);display:flex;justify-content:space-between;align-items:center;gap:10px;text-align:left;font-weight:700}.role-row.active{border-color:var(--accent);background:#dbe7f4}.role-row small{color:var(--text-soft);font-weight:700}.permission-group{display:grid;gap:8px}.permission-group h4{margin:0;color:var(--primary-dark);text-transform:capitalize}.permission-list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.bill-head{border:1px solid var(--border);border-radius:10px;background:#fff;padding:12px;display:flex;justify-content:space-between;gap:12px}.bill-head h3{margin:0;font-size:25px;color:var(--primary-dark)}.bill-head p{margin:4px 0;color:var(--text-soft)}.estimate-review-page{display:grid;gap:36px;color:#101828}.estimate-review-hero{display:flex;align-items:flex-start;justify-content:space-between;gap:24px}.estimate-review-title{display:flex;align-items:flex-start;gap:8px}.estimate-review-title h1{margin:0;color:#101828;font-size:34px;line-height:1.15;font-weight:900}.estimate-review-title p{margin:6px 0 0;color:#667691;font-size:17px;font-weight:700}.estimate-review-actions{display:flex;align-items:center;gap:10px}.estimate-review-primary,.estimate-review-secondary{min-height:50px;border-radius:8px;display:inline-flex;align-items:center;justify-content:center;gap:9px;padding:0 24px;font-size:16px;font-weight:800}.estimate-review-primary{background:#2563eb;color:#fff;box-shadow:0 10px 20px #2563eb2e}.estimate-review-secondary{border:1px solid #d6deea;background:#fff;color:#344054}.estimate-review-layout{display:grid;grid-template-columns:304px minmax(0,1fr);gap:22px;align-items:start}.estimate-review-sidebar{display:grid;gap:24px}.estimate-review-card{border:1px solid #dbe4f0;border-radius:16px;background:#fff;padding:28px;box-shadow:0 8px 18px #1018280a}.estimate-review-card h3{margin:0 0 18px;padding-bottom:14px;border-bottom:1px solid #e8edf5;color:#101828;font-size:20px;font-weight:900}.estimate-review-card dl{margin:0;display:grid;gap:8px}.estimate-review-card dt{color:#98a6bd;font-size:13px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.estimate-review-card dd{margin:0 0 12px;color:#101828;font-size:16px;font-weight:700;overflow-wrap:anywhere}.estimate-review-shutter{display:grid;grid-template-columns:1fr auto;gap:8px 12px;padding:0 0 16px;border-bottom:1px solid #e8edf5}.estimate-review-shutter+.estimate-review-shutter{padding-top:16px}.estimate-review-shutter strong{grid-column:1 / -1;color:#101828;font-size:15px;font-weight:900}.estimate-review-shutter dt,.estimate-review-shutter-total dt{text-transform:none;letter-spacing:0;font-size:15px;font-weight:700}.estimate-review-shutter dd,.estimate-review-shutter-total dd{text-align:right;font-size:15px;font-weight:900}.estimate-review-shutter-total{display:grid;grid-template-columns:1fr auto;gap:12px;padding-top:18px}.estimate-review-card ul{margin:0;padding-left:18px;color:#5f7190;display:grid;gap:10px}.estimate-review-card li::marker{color:#d0d8e5}.estimate-review-card p{margin:0;color:#667691}.estimate-review-main{overflow:hidden;border:1px solid #dbe4f0;border-radius:16px;background:#fff;box-shadow:0 8px 18px #1018280a}.estimate-review-main-head{min-height:86px;padding:28px;display:flex;align-items:center;justify-content:space-between;gap:18px;border-bottom:1px solid #eef1f5}.estimate-review-main-head h3{margin:0;color:#101828;font-size:20px;font-weight:900}.estimate-review-table-wrap{overflow:auto}.estimate-review-table-wrap table{min-width:1020px;border-collapse:separate;border-spacing:0}.estimate-review-table-wrap th{height:50px;border-right:1px solid rgba(255,255,255,.8);border-bottom:0;background:#dfe7f8;color:#2563eb;font-size:13px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.estimate-review-table-wrap th:first-child{width:46px;min-width:46px;border-top-left-radius:14px}.estimate-review-table-wrap th:last-child{width:72px;border-top-right-radius:14px}.estimate-review-table-wrap td{height:86px;border-bottom:0;background:#fff;color:#5f7190;font-size:15px;font-weight:700;vertical-align:middle}.estimate-review-table-wrap tbody tr:nth-child(2n){background:transparent}.estimate-review-table-wrap td:first-child{width:46px;min-width:46px;text-align:center}.estimate-review-table-wrap td:nth-child(2){min-width:290px}.estimate-review-table-wrap input,.estimate-review-table-wrap select{min-height:42px;border:1px solid #dbe4f0;border-radius:7px;background:#fff;color:#344054;padding:0 14px;font-size:15px;font-weight:500}.estimate-review-table-wrap td:nth-child(2) input{min-width:220px}.estimate-review-table-wrap td:nth-child(3) input,.estimate-review-table-wrap td:nth-child(4) input,.estimate-review-table-wrap td:nth-child(6) input{width:112px}.estimate-review-table-wrap td:nth-child(7){color:#101828;font-weight:900}.estimate-review-drag{color:#2563eb;cursor:grab}.estimate-review-delete{background:transparent;color:#ff4d4f;padding:4px}.estimate-review-delete .material-symbols-outlined{font-size:22px}.estimate-review-new-row td{background:#f3f6fb!important}.estimate-review-add-row{padding:22px;border-bottom:1px solid #eef1f5;display:flex;align-items:center;gap:12px;flex-wrap:wrap}.estimate-review-add-row button{min-height:48px;display:inline-flex;align-items:center;gap:8px;border:1px dashed #cfe0ff;border-radius:8px;background:#fff;color:#2563eb;padding:0 22px;font-size:16px;font-weight:800;text-decoration:underline;text-underline-offset:2px}.estimate-review-add-row .estimate-review-cancel-add{border-style:solid;color:#667691;text-decoration:none}.estimate-review-total-panel{background:#f5f8fc;padding:28px 34px;display:flex;align-items:flex-start;justify-content:space-between;gap:28px}.estimate-review-total-panel--right{justify-content:flex-end}.estimate-review-total-panel--right .estimate-review-gst-toggle{margin-right:auto}.estimate-review-gst-toggle{display:inline-flex;align-items:center;gap:10px;color:#344054;font-size:15px;font-weight:800;white-space:nowrap}.estimate-review-gst-toggle input{width:18px;height:18px;accent-color:#2563eb}.estimate-review-total-lines{width:min(490px,100%);display:grid;gap:12px;color:#667691;font-size:15px;font-weight:600}.estimate-review-total-lines>span{display:flex;align-items:center;justify-content:space-between;gap:20px}.estimate-review-total-lines strong{color:#101828;font-size:16px;font-weight:900}.estimate-review-grand-total{margin-top:4px;padding-top:12px;border-top:1px solid #dfe5ef;color:#2563eb!important;font-size:22px!important;font-weight:900!important}.estimate-review-grand-total strong{color:#2563eb;font-size:24px}.estimate-wizard-page{display:grid;gap:22px;color:#101828}.estimate-wizard-hero{display:flex;align-items:flex-start;gap:10px}.estimate-wizard-hero h1{margin:0;color:#101828;font-size:32px;line-height:1.15;font-weight:800}.estimate-wizard-hero p{margin:4px 0 0;color:#667085;font-size:16px;font-weight:500}.estimate-wizard-card{overflow:hidden;border:1px solid #dfe5ef;border-radius:12px;background:#fff;box-shadow:0 8px 20px #1018280a}.estimate-stepper{padding:28px 40px 24px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:32px}.estimate-step{position:relative;display:grid;justify-items:center;gap:12px;color:#98a2b3;text-align:center}.estimate-step span{width:42px;height:42px;display:grid;place-items:center;border:3px solid #dfe4ec;border-radius:50%;background:#fff;color:#98a2b3;font-size:19px;font-weight:800;position:relative;z-index:1}.estimate-step strong{color:inherit;font-size:16px;font-weight:800}.estimate-step--completed,.estimate-step--current{color:#2563eb}.estimate-step--completed span{border-color:#2563eb;background:#2563eb;color:#fff}.estimate-step--current span{border-color:#2563eb;background:#fff;color:#2563eb}.estimate-step--completed strong,.estimate-step--current strong{color:#2563eb}.estimate-step i{position:absolute;top:21px;left:calc(50% + 92px);width:calc(100% - 90px);height:3px;background:#dce4f0}.estimate-step i.complete{background:#b9cdf8}.estimate-wizard-body{padding:0 36px 32px}.estimate-step-content{display:grid;gap:18px}.estimate-step-content h3{margin:0;color:#333;font-size:21px;font-weight:800}.estimate-customer-toggle{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0;overflow:hidden;border-radius:10px;background:#f1f2f5;padding:4px}.estimate-customer-toggle button{min-height:44px;border-radius:8px;background:transparent;color:#667085;font-size:15px;font-weight:800}.estimate-customer-toggle button.active{border:1px solid #cfe0ff;background:#fff;color:#2563eb;box-shadow:0 6px 18px #2563eb14}.estimate-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px 22px}.estimate-form-field{display:grid;gap:7px;color:#333;font-size:14px;font-weight:800}.estimate-form-field input,.estimate-form-field select,.estimate-form-field textarea{min-height:46px;border:1px solid #dfe5ef;border-radius:10px;background:#fff;color:#1d2939;padding:0 14px;font-size:16px;font-weight:500}.estimate-form-field textarea{min-height:96px;padding-top:12px;resize:vertical}.estimate-form-field input::placeholder,.estimate-form-field textarea::placeholder{color:#98a2b3}.estimate-form-field--wide,.estimate-form-field--address{grid-column:1 / -1}.estimate-form-field--mechanism{max-width:420px}.estimate-config-card,.estimate-service-card{border-radius:10px;background:#f1f5fb}.estimate-config-card{padding:24px;display:grid;gap:20px}.estimate-config-grid,.estimate-shutter-card{display:grid;gap:18px}.estimate-shutter-head{display:grid;grid-template-columns:auto auto 1fr;align-items:center;gap:18px}.estimate-shutter-head strong{display:block;color:#101828;font-size:20px;font-weight:800}.estimate-shutter-head span{display:block;margin-top:3px;color:#667085;font-size:14px;font-weight:500}.estimate-shutter-count{width:154px;height:37px;display:grid;grid-template-columns:38px 1fr 38px;overflow:hidden;border:1px solid #d7deea;border-radius:9px;background:#fff}.estimate-count-btn,.estimate-shutter-count input{border:0;border-radius:0;background:transparent;color:#101828;padding:0;text-align:center;font-size:19px;font-weight:800}.estimate-delete-btn{justify-self:end;display:inline-flex;align-items:center;gap:8px;color:#ef3434;padding:4px 0;font-size:17px;font-weight:800}.estimate-delete-btn:disabled{opacity:.35;cursor:default}.estimate-dimension-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.estimate-add-shutter{min-height:92px;border:2px dashed #c8d1de;border-radius:10px;background:#fff;color:#98a2b3;display:grid;place-items:center;gap:8px;align-content:center;padding:12px 16px;font-size:15px;font-weight:800}.estimate-add-shutter .material-symbols-outlined{width:38px;height:38px;border-radius:50%;display:grid;place-items:center;background:#f1f2f5;color:#667085;font-size:24px}.estimate-inline-summary{display:flex;flex-wrap:wrap;gap:18px;color:#667085;font-size:16px;font-weight:800}.estimate-services-list{display:grid;gap:16px}.estimate-service-card{min-height:58px;display:grid;grid-template-columns:28px minmax(0,1fr);align-items:start;gap:12px;padding:16px;color:#333;font-size:16px;font-weight:500}.estimate-service-card input[type=checkbox]{width:26px;height:26px;padding:0;margin:2px 0 0;accent-color:#2563eb}.estimate-service-amount{grid-column:2;width:min(460px,100%);display:grid;gap:10px;margin-top:16px}.estimate-service-amount span{color:#333;font-size:16px;font-weight:800}.estimate-service-amount input{height:46px;border:1px solid #dfe5ef;border-radius:10px;background:#fff;color:#1d2939;padding:0 14px;font-size:16px}.estimate-wizard-footer{min-height:84px;border-top:1px solid #dfe5ef;background:#fff;padding:20px 36px;display:flex;align-items:center;justify-content:space-between;gap:18px}.estimate-back-btn,.estimate-continue-btn{min-width:110px;height:44px;border-radius:10px;padding:0 22px;font-size:15px;font-weight:800}.estimate-back-btn{border-color:#d7deea}.estimate-continue-btn{min-width:150px;background:#2563eb;color:#fff;box-shadow:0 12px 24px #2563eb38}.estimate-continue-btn:hover{background:#1d4ed8}.estimate-continue-btn:disabled{opacity:.65;cursor:default}@media(max-width:1150px){.app-shell__body{grid-template-columns:220px 1fr}.stats-grid,.dashboard-stats,.category-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.dashboard-month-grid{grid-template-columns:1fr}.totals-card strong{font-size:24px}}@media(max-width:900px){.topbar__links{display:none}.app-shell__body{grid-template-columns:1fr}.sidebar{display:none}.estimation-grid{grid-template-columns:1fr}.four-col{grid-template-columns:repeat(2,minmax(0,1fr))}.three-col,.two-col,.customer-mode-row,.rbac-grid,.stats-grid,.dashboard-stats,.category-grid,.totals-card,.permission-list{grid-template-columns:1fr}.page-header,.settings-tabs-bar,.modal-actions,.dashboard-hero{align-items:stretch;flex-direction:column}.estimate-stepper,.estimate-form-grid,.estimate-dimension-grid{grid-template-columns:1fr}.estimate-stepper{gap:18px;padding:28px 20px}.estimate-step i{display:none}.estimate-wizard-body,.estimate-wizard-footer{padding-left:20px;padding-right:20px}.estimate-config-card{padding:24px}.estimate-shutter-head{grid-template-columns:1fr}.estimate-delete-btn{justify-self:start}.topbar__brand{font-size:24px}}.app-shell{min-height:100vh;background:#f5f6f8}.app-shell__body{display:grid;grid-template-columns:330px minmax(0,1fr);min-height:100vh}.app-main{min-width:0;padding:48px 40px 64px;background:#f5f6f8}.mobile-shell-bar,.mobile-sidebar-backdrop{display:none}.mobile-shell-title-btn{display:inline-flex;flex-direction:column;align-items:flex-start;gap:1px;border:0;background:transparent;color:inherit;padding:0;cursor:pointer}.mobile-shell-bar__brand{display:flex;align-items:center;gap:8px;width:100%}.mobile-shell-title-btn strong{font-size:16px;font-weight:800;color:#1f2937;line-height:1.2}.mobile-shell-menu-icon{display:none}.mobile-shell-subtitle{font-size:11px;font-weight:500;color:#6f7b90;line-height:1.2}.sidebar{position:sticky;top:0;height:100vh;border-right:1px solid #e3e8f2;background:#fff;padding:44px 20px 30px;display:flex;flex-direction:column;box-shadow:2px 0 8px #202e4708;overflow:visible;transition:width .22s ease,padding .22s ease}.sidebar__brand{margin:0 10px 36px}.sidebar__title{font-size:28px;line-height:1;font-weight:800;color:#1f2328;letter-spacing:0}.sidebar__subtitle{margin-top:6px;color:#7b8798;font-size:17px;font-weight:500;letter-spacing:0;text-transform:none}.sidebar__menu{display:grid;gap:12px}.sidebar__item{min-height:48px;border:0;border-radius:8px;color:#5a6678;padding:12px 18px;font-size:18px;font-weight:500;display:flex;align-items:center;gap:16px}.sidebar__item .material-symbols-outlined{font-size:25px}.sidebar__item:hover{background:#f2f5fb;color:#2f64e7}.sidebar__item.active,.nav-link-item.active{background:#2f64e7;color:#fff;border-color:transparent}.sidebar__account{margin-top:auto;border-top:1px solid #eef1f5;padding:24px 20px 0;display:flex;align-items:center;gap:16px}.sidebar__avatar{width:50px;height:50px;border-radius:50%;display:grid;place-items:center;background:#b7ccff;color:#2f64e7;font-size:17px;font-weight:800;letter-spacing:.02em;flex-shrink:0}.sidebar__account strong,.sidebar__account span{display:block}.sidebar__account strong{color:#1f2328;font-size:17px;line-height:1.15}.sidebar__account span{color:#536176;font-size:14px;font-weight:700}.mobile-shell-bar__btn{width:44px;height:44px;flex:0 0 44px;border:1px solid #e0e6ef;border-radius:10px;background:#fff;color:#2f64e7;display:inline-grid;place-items:center;padding:0}.mobile-shell-bar__brand{min-width:0;display:grid;gap:1px;text-align:center}.mobile-shell-bar__brand strong,.mobile-shell-bar__brand span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mobile-shell-bar__brand strong{color:#1f2328;font-size:18px;line-height:1.1;font-weight:800}.mobile-shell-bar__brand span{color:#7b8798;font-size:12px;font-weight:700}.dashboard-page--figma{gap:38px;color:#1f2328}.dashboard-hero--figma{align-items:center}.dashboard-hero--figma h1{color:#1f2328;font-size:34px;line-height:1.2;font-weight:800;letter-spacing:0}.dashboard-hero--figma p{color:#7b8798;font-size:19px;line-height:1.4}.dashboard-mobile-title-row{display:contents}.dashboard-mobile-menu-btn{display:none}.dashboard-new-btn{min-width:232px;min-height:52px;justify-content:center;border-radius:8px;background:#2f64e7;color:#fff;font-size:18px;font-weight:800;box-shadow:0 12px 24px #2f64e72e}.dashboard-new-btn:hover{background:#2456d5}.dashboard-new-btn .material-symbols-outlined{font-size:25px}.dashboard-overview-grid{display:grid;grid-template-columns:minmax(430px,610px) minmax(0,1fr);gap:24px;align-items:stretch}.dashboard-stats--figma{grid-template-columns:repeat(2,minmax(0,1fr));gap:32px}.dashboard-stat-card--figma{min-height:170px;border:1px solid #e4e9f1;border-radius:8px;background:#fff;padding:30px 31px;box-shadow:0 14px 32px #1f23280f;align-content:stretch;grid-template-rows:auto auto 1fr;gap:10px}.dashboard-stat-card--figma .dashboard-stat-card__top{align-items:center;color:#99a4b5;font-size:13px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.dashboard-stat-card--figma strong{margin-top:1px;color:#1f2328;font-size:32px;line-height:1.1;font-weight:800}.dashboard-stat-card--figma .dashboard-stat-icon{width:auto;height:auto;border-radius:0;background:transparent;color:#2f64e7}.dashboard-stat-card--figma .dashboard-stat-icon .material-symbols-outlined{font-size:30px;font-variation-settings:"FILL" 0,"wght" 500,"GRAD" 0,"opsz" 24}.dashboard-stat-card--figma .dashboard-stat-chip{align-self:end;margin-top:18px;width:fit-content;padding:0;border-radius:0;background:transparent;color:#12a650;font-size:14px;font-weight:800}.dashboard-stat-card--figma .dashboard-stat-chip.positive{color:#12a650;background:transparent}.dashboard-stat-card--figma .dashboard-stat-chip.negative{color:#c24135;background:transparent}.dashboard-stat-card--figma .dashboard-stat-chip.neutral{color:#7b8798;background:transparent}.dashboard-month-grid--figma{grid-template-columns:repeat(3,minmax(190px,1fr));gap:30px}.dashboard-chart-card--figma{min-height:370px;border:0;border-radius:8px;background:#fff;padding:34px 20px 26px;box-shadow:0 14px 32px #1f23280f;display:grid;grid-template-rows:auto 1fr auto;align-content:stretch;gap:16px}.dashboard-chart-card--figma h3{margin:0;color:#2a2f35;font-size:25px;line-height:1.2;font-weight:800;text-align:center}.gauge-wrap{position:relative;width:min(220px,100%);aspect-ratio:2 / 1.28;margin:8px auto 2px;align-self:center;overflow:hidden}.gauge-arc{position:absolute;left:50%;top:6px;width:200px;height:200px;transform:translate(-50%);border-radius:50%;background:var(--gauge-fill);overflow:hidden}.gauge-arc:before{content:"";position:absolute;top:35px;right:35px;bottom:35px;left:35px;border-radius:50%;background:#fff;z-index:2}.gauge-arc:after{content:"";position:absolute;right:0;top:14px;width:92px;height:134px;background:repeating-linear-gradient(to bottom,#8e8e8e 0 2px,transparent 2px 12px);clip-path:polygon(8% 0,100% 0,100% 100%,44% 100%);opacity:.95;z-index:1}.gauge-center{position:absolute;left:50%;bottom:4px;transform:translate(-50%);display:grid;place-items:center;gap:2px;text-align:center}.gauge-center strong{color:#2f64e7;font-size:36px;line-height:1;font-weight:900}.gauge-center span{color:#929cac;font-size:15px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.dashboard-legend--figma{align-self:end;margin-top:auto;display:grid;justify-content:stretch;gap:12px;color:#6f7c90;font-size:15px}.dashboard-legend__row{display:flex;align-items:center;justify-content:space-between;gap:12px;font-weight:800}.dashboard-legend__row span{display:inline-flex;align-items:center;gap:9px}.dashboard-legend__row i{width:13px;height:13px;border-radius:50%;display:inline-block}.dashboard-legend__row strong{color:#738196;font-weight:900}.dashboard-recent-panel--figma{border:1px solid #e4e9f1;border-radius:8px;background:#fff;box-shadow:0 14px 32px #1f23280f}.dashboard-recent-panel--figma .panel__head{padding:34px 31px 28px}.dashboard-recent-panel--figma .panel__head h3{color:#2a2f35;font-size:25px;font-weight:800}.dashboard-view-all{color:#2f64e7;font-size:17px;font-weight:800}.dashboard-table-wrap--figma{overflow:auto;border:0;border-radius:0}.dashboard-table-wrap--figma table{min-width:1000px}.dashboard-table-wrap--figma th{height:58px;border-right:1px solid rgba(255,255,255,.75);border-bottom:0;background:#dfe7f8;color:#2f64e7;font-size:15px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.dashboard-table-wrap--figma th:first-child{border-top-left-radius:24px;padding-left:31px}.dashboard-table-wrap--figma th:last-child{border-top-right-radius:24px;text-align:right;padding-right:31px}.dashboard-table-wrap--figma td{height:82px;border-bottom:1px solid #eef1f5;color:#575d66;font-size:17px;font-weight:500}.dashboard-table-wrap--figma td:first-child{padding-left:31px}.dashboard-table-wrap--figma td:last-child{padding-right:31px}.dashboard-table-wrap--figma tbody tr:nth-child(2n){background:#fff}.quote-id-cell,.amount-cell{color:#1f2328!important;font-weight:900!important}.dashboard-table-wrap--figma .status-pill{min-width:74px;border-radius:999px;padding:7px 15px;font-size:14px;font-weight:900}.status-pill--sent{background:#e8faef;color:#13934c}.status-pill--draft{background:#eef1f5;color:#58677c}.status-pill--approved{background:#edf4ff;color:#2f64e7;border:1px solid #cfe0ff}.status-pill--in-progress{background:#fff6db;color:#9a6a00}.status-pill--cancelled{background:#ffe8e6;color:#c24135}.dashboard-actions{justify-content:flex-end}.dashboard-actions .icon-btn{width:40px;height:40px;border:0;background:transparent;color:#9aa5b5;padding:6px;display:inline-grid;place-items:center}.dashboard-actions .icon-btn .material-symbols-outlined{font-size:24px}.dashboard-actions .icon-btn:hover{color:#2f64e7}.dashboard-actions .icon-btn:disabled{cursor:default;opacity:.38}.dashboard-actions .icon-btn:disabled:hover{color:#9aa5b5;background:transparent}@media(max-width:1500px){.app-shell__body{grid-template-columns:280px minmax(0,1fr)}.app-main{padding:38px 30px 54px}.dashboard-overview-grid{grid-template-columns:1fr}}@media(max-width:1150px){.dashboard-stats--figma{grid-template-columns:repeat(2,minmax(0,1fr))}.dashboard-month-grid--figma{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:980px){body.has-mobile-sidebar{overflow:hidden}.mobile-shell-bar{position:sticky;top:0;z-index:120;min-height:56px;padding:0 16px;border-bottom:1px solid #e3e8f2;background:#fff;-webkit-backdrop-filter:none;backdrop-filter:none;display:flex;align-items:center;gap:8px}.mobile-shell-back-btn{width:32px;height:32px;display:inline-grid;place-items:center;background:transparent;color:#667085;border-radius:6px;padding:0;border:none;cursor:pointer;flex-shrink:0}.mobile-shell-back-btn:active{background:#f2f5fb}.mobile-shell-back-btn .material-symbols-outlined{font-size:24px;font-weight:700}.app-shell__body{grid-template-columns:1fr}.sidebar{position:fixed;inset:0 auto 0 0;z-index:140;width:min(330px,calc(100vw - 56px));height:100dvh;max-height:100dvh;padding:28px 16px 24px;display:flex;overflow-y:auto;transform:translate(-105%);transition:transform .22s ease,box-shadow .22s ease;box-shadow:none}.sidebar.sidebar--open{transform:translate(0);box-shadow:18px 0 38px #10182829}.sidebar__brand{margin-bottom:26px}.sidebar__item{min-height:52px;font-size:17px}.sidebar__account{padding:20px 12px 0}.mobile-sidebar-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:130;display:block;background:#0f172a57;opacity:0;pointer-events:none;transition:opacity .22s ease}.sidebar.sidebar--open+.mobile-sidebar-backdrop{opacity:1;pointer-events:auto}.app-main{padding:24px 18px 42px}.dashboard-month-grid--figma{grid-template-columns:1fr}}@media(max-width:720px){.app-main{padding:20px 14px 36px}.page-header,.panel{border-radius:10px}.page-header h1{font-size:28px}.header-actions,.filters-row{width:100%;align-items:stretch;flex-direction:column}.header-actions>*,.filters-row>*,.primary-btn,.secondary-btn{max-width:100%}.dashboard-hero--figma{align-items:stretch;flex-direction:column}.dashboard-new-btn{width:100%}.dashboard-stats--figma{grid-template-columns:1fr;gap:16px}.dashboard-stat-card--figma{min-height:150px;padding:24px}.dashboard-hero--figma h1{font-size:30px}.dashboard-hero--figma p{font-size:16px}.customer-directory-hero{margin-bottom:24px}.customer-directory-hero h1{font-size:30px}.customer-directory-hero p{font-size:16px}.customer-directory-panel{min-height:520px;border-radius:12px}.customer-directory-filters{min-height:0;padding:18px;align-items:stretch;flex-direction:column}.customer-directory-filters .customer-search-bar{width:100%;flex:0 0 auto}.customer-directory-filter-actions{align-items:stretch;flex-direction:column;gap:10px}.customer-directory-filter-actions select{width:100%;height:52px;min-width:0;border-radius:10px;background-position:calc(100% - 30px) 21px,calc(100% - 20px) 21px;font-size:17px}.customer-directory-table-wrap{padding:18px 18px 0}.customer-directory-table-wrap th{font-size:13px}.customer-directory-table-wrap td{height:76px;font-size:15px}.customer-directory-footer{align-items:stretch;flex-direction:column;padding:16px 18px;font-size:15px}.customer-directory-pagination{overflow-x:auto;padding-bottom:2px}.customer-directory-pagination button{height:38px;min-width:38px;font-size:15px}.customer-detail-page{gap:24px}.customer-detail-topbar{align-items:stretch;flex-direction:column}.customer-detail-title h1,.customer-detail-topbar h1{font-size:30px}.customer-detail-new-btn{width:100%;min-width:0}.customer-detail-card{border-radius:12px}.customer-detail-card__head{min-height:0;padding:22px;align-items:flex-start;flex-direction:column}.customer-detail-card__head h2{font-size:26px}.customer-detail-info-grid{grid-template-columns:1fr;gap:24px;padding:24px 22px 30px}.customer-detail-info-item strong{font-size:17px}.customer-detail-tabs{margin-bottom:-24px;overflow-x:auto}.customer-detail-tabs button{min-width:132px;height:48px;font-size:16px}.customer-detail-history{min-height:420px;padding:18px 18px 0}.customer-detail-history-head{align-items:flex-start;flex-direction:column;gap:8px;margin-bottom:10px}.customer-detail-filter-row{min-height:0;align-items:stretch;flex-direction:column;gap:12px}.customer-detail-search-bar{width:100%;flex:0 0 auto}.customer-detail-filter-actions{align-items:stretch;flex-direction:column;gap:10px}.customer-detail-filter-actions select{width:100%;height:52px;min-width:0;background-position:calc(100% - 30px) 22px,calc(100% - 20px) 22px;font-size:17px}.customer-detail-table-wrap th{font-size:13px}.customer-detail-table-wrap td{height:76px;font-size:15px}.customer-detail-history-footer{min-height:72px;font-size:15px}.customer-detail-timeline-panel{padding:24px 20px}.customer-detail-timeline-item{grid-template-columns:42px minmax(0,1fr);gap:18px}.customer-detail-timeline-item:not(:last-child):before{left:20px;top:32px}.customer-detail-timeline-dot{width:42px;height:42px}.customer-detail-timeline-dot .material-symbols-outlined{font-size:22px}.customer-detail-timeline-card{min-height:0;padding:18px}.customer-detail-timeline-card strong,.customer-detail-timeline-card time,.customer-detail-timeline-card p{font-size:15px}.estimate-review-total-panel{flex-direction:column}.estimate-wizard-page{gap:22px}.estimate-wizard-hero h1{font-size:30px}.estimate-wizard-hero p{font-size:16px}.estimate-wizard-card{border-radius:12px}.estimate-form-field input,.estimate-form-field select,.estimate-form-field textarea{min-height:54px;border-radius:10px;font-size:16px;padding:0 14px}.estimate-form-field textarea{padding-top:16px}.estimate-customer-toggle{grid-template-columns:1fr}.estimate-shutter-head strong{font-size:22px}.estimate-add-shutter{min-height:150px}.estimate-wizard-footer{align-items:stretch;flex-direction:column}.estimate-back-btn,.estimate-continue-btn{width:100%}}@media(max-width:420px){.mobile-shell-bar{padding-inline:10px;gap:8px}.mobile-shell-bar__btn{width:40px;height:40px;flex-basis:40px}.mobile-shell-bar__brand strong{font-size:16px}.sidebar{width:calc(100vw - 34px)}}.sidebar__collapse-btn{position:absolute;top:16px;right:16px;width:32px;height:32px;border-radius:8px;border:1px solid #2f64e7;background:#2f64e7;color:#fff;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;transition:background .15s,color .15s,border-color .15s;z-index:10}.sidebar__collapse-btn:hover{background:#fff;color:#2f64e7;border-color:#2f64e7}.sidebar__collapse-btn .material-symbols-outlined{font-size:20px}.sidebar--collapsed{width:72px;padding:44px 12px 30px}.sidebar--collapsed .sidebar__brand,.sidebar--collapsed .sidebar__account>div,.sidebar--collapsed .sidebar__item span:not(.material-symbols-outlined){display:none}.sidebar--collapsed .sidebar__item{justify-content:center;padding:12px}.sidebar--collapsed .sidebar__account{justify-content:center;flex-wrap:wrap;gap:8px;padding:16px 0 0}.sidebar__logout-btn{display:flex;align-items:center;gap:12px;width:calc(100% + -0px);margin-top:8px;padding:12px 18px;border-radius:8px;background:transparent;color:#c24135;font-size:18px;font-weight:500;border:none;cursor:pointer;transition:background .15s,color .15s}.sidebar__logout-btn:hover{background:#fee2e2;color:#a83228}.sidebar__logout-btn .material-symbols-outlined{font-size:25px}.sidebar--collapsed .sidebar__logout-btn span:not(.material-symbols-outlined){display:none}.sidebar--collapsed .sidebar__logout-btn{justify-content:center;padding:12px}.settings-material-table-wrap table{min-width:1100px}.settings-material-mobile-list,.settings-activity-mobile-list,.settings-users-mobile-list{display:none}.settings-page{gap:40px;color:#101828;min-width:0}.settings-page-header{border:0;border-radius:0;background:transparent;padding:0;align-items:flex-start}.settings-title-row{display:flex;align-items:flex-start;gap:10px}.settings-back-btn{width:28px;height:34px;margin-top:4px;display:inline-grid;place-items:center;padding:0;border-radius:6px;background:transparent;color:#667085}.settings-back-btn:hover{background:#e9edf4;color:#2f64e7}.settings-back-btn .material-symbols-outlined{font-size:30px}.settings-page-header h1{margin:0;color:#101828;font-size:38px;line-height:1.15;font-weight:800;letter-spacing:0}.settings-page-header p{margin:4px 0 0;color:#777;font-size:21px;line-height:1.35;font-weight:500}.settings-page .header-actions{gap:10px}.settings-page .primary-btn,.settings-page .secondary-btn{min-height:54px;min-width:154px;border-radius:14px;padding:0 22px;display:inline-flex;align-items:center;justify-content:center;gap:10px;font-size:20px;font-weight:800}.settings-page .primary-btn{background:#2f64e7;color:#fff}.settings-page .primary-btn:hover{background:#2456d5}.settings-page .primary-btn:disabled{opacity:.55;cursor:not-allowed}.settings-page .secondary-btn{border:2px solid #d3d9e3;background:#fff;color:#4b5f73}.settings-edit-btn{min-width:152px}.settings-edit-btn .material-symbols-outlined,.settings-add-material-btn .material-symbols-outlined{font-size:25px}.settings-content-panel{border:0;border-radius:0;background:transparent;padding:0;gap:10px;min-width:0}.settings-tabs-bar{align-items:flex-start;gap:14px;min-width:0}.settings-tabs-bar .tab-row{gap:8px;min-width:0}.settings-page .tab-btn{min-width:142px;height:44px;border:0;border-radius:8px;background:#e8edf5;color:#4f5f73;padding:0 16px;font-size:14px;font-weight:800;white-space:nowrap}.settings-page .tab-btn.active{background:#2f64e7;color:#fff;font-weight:800;box-shadow:0 10px 18px #2f64e72e}.settings-add-material-btn{margin-top:0;min-width:222px}.settings-card{border-radius:20px;background:#fff;box-shadow:0 1px 2px #10182805;min-width:0}.settings-material-card{padding:14px 14px 0;min-height:440px}.settings-material-table-wrap{padding:0}.settings-material-table-wrap table{min-width:1250px;border-collapse:separate;border-spacing:0}.settings-material-table-wrap th,.settings-material-table-wrap td{padding:0 22px;border-bottom:1px solid #eef1f5;white-space:nowrap}.settings-material-table-wrap th{height:44px;border-right:1px solid rgba(255,255,255,.85);background:#dfe7f8;color:#2563eb;font-size:12px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.settings-material-table-wrap th:first-child{border-top-left-radius:14px}.settings-material-table-wrap th:last-child{border-top-right-radius:14px}.settings-material-table-wrap td{height:56px;background:#fff;color:#101828;font-size:14px;font-weight:500}.settings-material-table-wrap tbody tr:nth-child(2n){background:#fff}.settings-material-table-wrap .drag-handle{color:#d7d7d7;text-align:center}.settings-material-table-wrap .drag-handle .material-symbols-outlined{font-size:22px}.settings-material-table-wrap input,.settings-material-table-wrap select{min-height:38px;border:1px solid #d3d9e3;border-radius:9px;color:#101828;font-size:14px;font-weight:500}.settings-material-table-wrap select{min-width:140px}.settings-material-footer{min-height:58px;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:12px 4px;color:#5f7190;font-size:13px;font-weight:700}.settings-material-pagination{gap:6px}.settings-material-pagination button{min-width:34px;height:34px;border-radius:6px;padding:0 10px;font-size:13px}.settings-row-actions{justify-content:center}.settings-row-actions button{width:36px;height:36px;display:inline-grid;place-items:center;border-radius:8px;background:transparent;color:#ff3434}.settings-row-actions button:hover{background:#fff0f0}.settings-row-actions .material-symbols-outlined{font-size:24px}.gst-settings-card{padding:24px;min-height:0}.gst-settings-card h3,.gst-settings-card p{margin:0}.gst-settings-card h3{color:#1e351e;font-size:20px;line-height:1.2;font-weight:800}.gst-settings-card .muted-text{margin-top:4px;color:#777;font-size:14px;font-weight:500}.gst-settings-panel{margin-top:16px;max-width:none;display:grid;gap:16px;border:1px solid #d6deef;border-radius:10px;background:#f4f7ff;padding:18px}.gst-enable-row{display:flex;align-items:center;gap:10px;padding:0;border-radius:0;background:transparent;color:#333;font-size:15px;font-weight:800}.gst-enable-row input{width:18px;height:18px;accent-color:#2f64e7}.gst-settings-panel .three-col{gap:16px}.gst-settings-panel label{color:#333;font-size:13px;font-weight:800}.gst-settings-panel input[type=number]{height:42px;border:1px solid #d8dee9;border-radius:8px;padding:0 12px;color:#1f2937;font-size:15px;font-weight:700}.gst-note{width:min(720px,100%);margin-top:2px;display:grid;gap:4px;border:1px solid #d8dee9;border-radius:8px;background:#fff;color:#2b2b2b;padding:14px;font-size:13px;line-height:1.35}.gst-note strong{font-weight:800}.gst-note p{font-size:13px;font-weight:600}.settings-users-page{display:grid;gap:14px;min-width:0}.settings-users-card{min-height:540px;padding:24px 22px 0;overflow:hidden}.settings-users-head{display:flex;align-items:flex-start;justify-content:space-between;gap:22px;margin-bottom:18px}.settings-users-head h3{margin:0;color:#1e351e;font-size:20px;line-height:1.2;font-weight:800}.settings-users-head .muted-text{margin-top:5px;color:#777;font-size:18px;font-weight:500}.settings-users-actions{display:flex;align-items:center;gap:12px}.settings-users-table-wrap{padding:0;max-width:100%}.settings-users-table-wrap table{min-width:1180px;border-collapse:separate;border-spacing:0}.settings-users-table-wrap th,.settings-users-table-wrap td{padding:0 18px;border-bottom:1px solid #eef1f5;white-space:nowrap}.settings-users-table-wrap th{height:42px;border-right:1px solid rgba(255,255,255,.85);background:#dfe7f8;color:#2563eb;font-size:15px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.settings-users-table-wrap th:first-child{border-top-left-radius:14px}.settings-users-table-wrap th:last-child{border-top-right-radius:14px}.settings-users-table-wrap td{height:54px;background:#fff;color:#101828;font-size:17px;font-weight:500}.settings-users-table-wrap tbody tr:nth-child(2n){background:#fff}.user-status-pill{display:inline-flex;align-items:center;justify-content:center;min-width:78px;min-height:32px;border-radius:999px;padding:4px 12px;font-size:14px;font-weight:900}.user-status-pill.active{background:#e8faef;color:#13934c}.user-status-pill.inactive{background:#ffe8e6;color:#c24135}.settings-users-row-actions{display:flex;align-items:center;gap:6px}.settings-users-row-actions button{width:38px;height:38px;display:inline-grid;place-items:center;border-radius:8px;background:transparent;color:#7b8798}.settings-users-row-actions button:hover{background:#eef3ff;color:#2f64e7}.settings-users-row-actions button.danger-action{color:#ff3434}.settings-users-row-actions button.danger-action:hover{background:#fff0f0}.settings-users-row-actions button:disabled{opacity:.4;cursor:not-allowed}.settings-users-row-actions .material-symbols-outlined{font-size:23px}.user-modal-backdrop{background:#10182857}.user-create-modal,.user-edit-modal{overflow:hidden;border:1px solid #e3e8f2;background:#fff;box-shadow:0 28px 80px #1018283d}.user-create-modal{width:min(560px,calc(100vw - 28px));border-radius:22px}.user-modal-head{min-height:86px;border-bottom:1px solid #dfe3eb;padding:26px 32px 20px;display:flex;align-items:flex-start;justify-content:space-between;gap:18px}.user-modal-head h3,.user-edit-head h3{margin:0;color:#1f2328;font-size:28px;line-height:1.15;font-weight:800;letter-spacing:0}.user-modal-close{width:34px;height:34px;display:inline-grid;place-items:center;padding:0;border-radius:10px;background:transparent;color:#4b5160}.user-modal-close:hover{background:#eef1f5}.user-modal-close .material-symbols-outlined{font-size:30px}.user-create-form{padding:30px 32px 32px;display:grid;gap:22px}.user-create-form label,.user-edit-form label{color:#45484f;font-size:17px;line-height:1.2;font-weight:800}.user-input-shell{height:58px;border:1px solid #dce1eb;border-radius:14px;background:#fff;display:flex;align-items:center;gap:10px;padding:0 16px;box-shadow:inset 0 1px 2px #10182808}.user-input-shell:focus-within{border-color:#2f64e7;box-shadow:0 0 0 3px #2f64e71f}.user-input-shell>.material-symbols-outlined{color:#9297a2;font-size:24px;flex:0 0 auto}.user-input-shell input{min-width:0;height:100%;border:0;border-radius:0;padding:0;color:#1f2328;font-size:18px;font-weight:500;box-shadow:none}.user-input-shell input:focus{box-shadow:none}.user-input-shell input::placeholder,.user-edit-form input::placeholder{color:#888fa9}.password-eye-btn{width:34px;height:34px;flex:0 0 34px;display:inline-grid;place-items:center;border-radius:10px;background:transparent;color:#9297a2;padding:0}.password-eye-btn:hover{background:#eef1f5;color:#2f64e7}.password-eye-btn .material-symbols-outlined{font-size:25px}.user-create-submit{width:100%;min-height:58px;border-radius:14px;font-size:18px;box-shadow:0 14px 28px #2f64e72e}.user-create-note{margin:-8px 0 0;color:#8a8f9a;font-size:14px;font-style:italic;text-align:center}.user-edit-modal{width:min(820px,calc(100vw - 28px));max-height:calc(100vh - 28px);border-radius:22px;overflow-y:auto}.user-edit-head{min-height:124px;border-bottom:1px solid #e6e9ef;padding:34px 34px 26px}.user-edit-head p{margin:8px 0 0;color:#474b60;font-size:18px;line-height:1.3;font-weight:500}.user-edit-form{display:grid;gap:26px;padding:30px 34px 0}.user-edit-form .two-col{gap:28px}.user-edit-form input{height:58px;border:1px solid #dce1eb;border-radius:14px;padding:0 18px;color:#1f2328;font-size:18px;font-weight:500;box-shadow:0 2px 4px #1018280a}.user-edit-password{position:relative}.user-edit-password input{padding-right:58px}.user-edit-password .password-eye-btn{position:absolute;right:14px;top:50%;transform:translateY(-50%)}.settings-access-toggle{min-height:108px;border:1px solid #e3e8f2;border-radius:20px;background:#f8fafc;padding:22px 24px;display:grid;grid-template-columns:58px minmax(0,1fr) auto auto;align-items:center;gap:20px;color:#1f2328}.settings-access-icon{width:58px;height:58px;border:1px solid #d0ddff;border-radius:18px;background:#edf4ff;color:#0f58d6;display:grid;place-items:center}.settings-access-icon .material-symbols-outlined{font-size:34px;font-variation-settings:"FILL" 1,"wght" 500,"GRAD" 0,"opsz" 48}.settings-access-toggle strong,.settings-access-toggle small{display:block}.settings-access-toggle strong{color:#1f2328;font-size:18px;font-weight:500}.settings-access-toggle small{margin-top:5px;color:#4b5160;font-size:15px;font-weight:500}.settings-access-toggle input{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:58px;height:32px;border:0;border-radius:999px;background:#d8dee9;padding:0;cursor:pointer;position:relative;box-shadow:none}.settings-access-toggle input:before{content:"";position:absolute;top:4px;left:4px;width:24px;height:24px;border-radius:50%;background:#fff;transition:transform .18s ease}.settings-access-toggle input:checked{background:#0f58d6}.settings-access-toggle input:checked:before{transform:translate(26px)}.settings-access-toggle input:disabled{opacity:.7;cursor:not-allowed}.settings-access-toggle em{color:#1f2328;font-size:18px;font-style:normal;font-weight:500}.user-edit-footer{margin:0 -34px;min-height:92px;border-top:1px solid #e6e9ef;background:#f8fafc;padding:20px 34px;display:flex;align-items:center;justify-content:flex-end;gap:24px}.user-edit-footer .secondary-btn{border:0;background:transparent;color:#474b60;font-size:17px;font-weight:500}.user-edit-footer .primary-btn{min-width:220px;min-height:56px;border-radius:14px;font-size:18px;box-shadow:0 14px 28px #2f64e72e}.settings-activity-page{display:grid;gap:14px;min-width:0}.settings-activity-card{min-height:600px;padding:26px 12px 0;overflow:hidden}.settings-activity-filters{display:grid;grid-template-columns:minmax(280px,530px) minmax(0,1fr);align-items:center;gap:24px;padding:0 0 40px}.settings-activity-search{min-width:0;height:56px;border:1px solid #dfe3eb;border-radius:9px;background:#fbfcfe;display:flex;align-items:center;gap:12px;padding:0 16px}.settings-activity-search .material-symbols-outlined{color:#8a9ab1;font-size:27px}.settings-activity-search input{min-width:0;height:100%;border:0;border-radius:0;background:transparent;padding:0;color:#101828;font-size:20px;font-weight:500;box-shadow:none}.settings-activity-search input:focus{box-shadow:none}.settings-activity-search input::placeholder{color:#778399}.settings-activity-filter-actions{min-width:0;display:grid;grid-template-columns:60px repeat(3,minmax(145px,1fr));gap:16px;justify-content:end}.settings-activity-refresh{width:60px;height:56px;border:1px solid #dfe3eb;border-radius:14px;background:#fff;color:#667691;display:inline-grid;place-items:center;padding:0}.settings-activity-refresh:hover{background:#eef3ff;color:#2f64e7}.settings-activity-refresh .material-symbols-outlined{font-size:28px}.settings-activity-filter-actions select{width:100%;min-width:0;height:56px;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:1px solid #dfe3eb;border-radius:14px;background-color:#fff;background-image:linear-gradient(45deg,transparent 50%,#667085 50%),linear-gradient(135deg,#667085 50%,transparent 50%);background-position:calc(100% - 34px) 24px,calc(100% - 24px) 24px;background-size:10px 10px,10px 10px;background-repeat:no-repeat;padding:0 56px 0 26px;color:#111827;font-size:20px;font-weight:700}.settings-activity-table-wrap{padding:0;max-width:100%}.settings-activity-table-wrap table{min-width:1180px;border-collapse:separate;border-spacing:0}.settings-activity-table-wrap th,.settings-activity-table-wrap td{border-bottom:1px solid #eef1f5;padding:0 31px;white-space:nowrap}.settings-activity-table-wrap th{height:58px;border-right:1px solid rgba(255,255,255,.85);background:#dfe7f8;color:#2563eb;font-size:15px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.settings-activity-table-wrap th:first-child{border-top-left-radius:24px}.settings-activity-table-wrap th:last-child{border-top-right-radius:24px}.settings-activity-table-wrap td{height:76px;background:#fff;color:#667691;font-size:18px;font-weight:500}.settings-activity-table-wrap tbody tr:nth-child(2n){background:#fff}.settings-activity-table-wrap .activity-user-cell,.settings-activity-table-wrap .activity-id-cell{color:#101828;font-weight:900}@media(max-width:980px){.settings-page{gap:24px}.settings-tabs-bar{align-items:stretch;flex-direction:column}.settings-tabs-bar .tab-row{overflow-x:auto;flex-wrap:nowrap;padding-bottom:4px}.settings-page .tab-btn,.settings-add-material-btn,.settings-page .primary-btn,.settings-page .secondary-btn{width:100%;min-width:0}.gst-settings-panel .three-col{grid-template-columns:1fr;gap:16px}.settings-users-head,.settings-users-actions{align-items:stretch;flex-direction:column}.settings-activity-filters{grid-template-columns:1fr;gap:14px;padding-bottom:24px}.settings-activity-filter-actions{grid-template-columns:56px repeat(3,minmax(170px,1fr));overflow-x:auto;padding-bottom:4px}.user-edit-form .two-col,.settings-access-toggle{grid-template-columns:1fr}.settings-access-toggle{gap:18px}}@media(max-width:720px){.settings-page-header h1{font-size:30px}.settings-page-header p{font-size:16px}.settings-page .header-actions{width:100%;flex-direction:column}.settings-card{border-radius:12px}.gst-settings-card{padding:24px 18px;min-height:0}.gst-settings-panel{padding:22px 16px}.gst-note,.gst-note p{font-size:17px}.settings-users-card{padding:24px 18px 0;min-height:0}.user-modal-head,.user-create-form,.user-edit-head,.user-edit-form{padding-left:24px;padding-right:24px}.user-modal-head h3,.user-edit-head h3{font-size:30px}.user-edit-head p,.user-create-form label,.user-edit-form label,.user-input-shell input,.user-edit-form input,.settings-access-toggle strong,.settings-access-toggle em{font-size:20px}.user-input-shell,.user-edit-form input{height:64px;border-radius:14px}.user-create-form,.user-edit-form{gap:26px}.user-create-submit,.user-edit-footer .primary-btn{min-height:58px;border-radius:14px;font-size:18px}.user-create-note,.settings-access-toggle small{font-size:16px}.user-edit-footer{margin-inline:-24px;min-height:0;padding:22px 24px;align-items:stretch;flex-direction:column-reverse;gap:12px}.user-edit-footer .primary-btn{min-width:0;width:100%}}.activity-table-wrap table{min-width:900px}.status-pill--submit{background:#e8faef;color:#13934c}.status-pill--completed{background:#edf4ff;color:#2f64e7;border:1px solid #cfe0ff}.status-pill-select{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;border-radius:999px;padding:5px 28px 5px 10px;font-size:12px;font-weight:900;cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6'%3E%3Cpath d='M0 0l5 6 5-6z' fill='currentColor' opacity='.6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 9px center;min-width:44px}.status-pill-select--draft{background-color:#eef1f5;color:#58677c}.status-pill-select--submit{background-color:#e8faef;color:#13934c}.status-pill-select--in-progress{background-color:#fff6db;color:#9a6a00}.status-pill-select--cancelled{background-color:#ffe8e6;color:#c24135}.status-pill-select--completed{background-color:#edf4ff;color:#2f64e7}.status-pill-select:focus{outline:2px solid rgba(37,99,235,.3);outline-offset:1px}.status-toast{position:fixed;bottom:32px;right:32px;z-index:200;display:flex;align-items:center;gap:12px;background:#fff;color:#101828;padding:16px 22px;border-radius:12px;border-left:4px solid #2f64e7;font-size:15px;font-weight:700;box-shadow:0 8px 32px #10182824;animation:toast-in .22s ease;min-width:260px}.status-toast .material-symbols-outlined{color:#2f64e7;font-size:22px;flex-shrink:0}@keyframes toast-in{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.app-shell__body{grid-template-columns:220px minmax(0,1fr)}.app-main{padding:34px 42px 44px;background:#f5f6f8}.sidebar{padding:34px 14px 22px;border-right-color:#dce8f8;box-shadow:none}.sidebar__collapse-btn{display:none}.sidebar__brand{margin:0 6px 24px}.sidebar__title{font-size:13px;line-height:1.2;letter-spacing:0;text-transform:none}.sidebar__subtitle{min-height:14px;margin-top:2px;font-size:11px}.sidebar__menu{gap:6px}.sidebar__item,.sidebar__logout-btn{min-height:35px;padding:8px 10px;border-radius:6px;gap:10px;font-size:13px;font-weight:600}.sidebar__item .material-symbols-outlined,.sidebar__logout-btn .material-symbols-outlined{font-size:14px}.sidebar__account{margin-inline:0;padding:16px 8px 0;gap:10px}.sidebar__avatar{width:34px;height:34px;font-size:11px}.sidebar__account strong{font-size:12px}.sidebar__account span{font-size:10px}.sidebar__logout-btn{display:none}.dashboard-page--figma{gap:28px}.dashboard-hero--figma h1{font-size:24px}.dashboard-hero--figma p{margin-top:4px;font-size:13px}.dashboard-new-btn{min-width:154px;min-height:36px;padding:8px 14px;border-radius:8px;font-size:13px;box-shadow:none}.dashboard-new-btn .material-symbols-outlined{font-size:18px}.dashboard-overview-grid{grid-template-columns:minmax(340px,400px) minmax(520px,1fr);gap:16px}.dashboard-stats--figma{gap:20px}.dashboard-stat-card--figma{min-height:100px;padding:18px 20px;border-color:#e7ecf4;box-shadow:0 14px 26px #1f23280d}.dashboard-stat-card--figma .dashboard-stat-card__top{font-size:9px;letter-spacing:.12em}.dashboard-stat-card--figma strong,.dashboard-stat-card--figma .dashboard-stat-icon .material-symbols-outlined{font-size:20px}.dashboard-stat-card--figma .dashboard-stat-chip{margin-top:6px;font-size:10px}.dashboard-month-grid--figma{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.dashboard-chart-card--figma{min-height:215px;padding:16px 14px 14px;box-shadow:0 14px 26px #1f23280d}.dashboard-chart-card--figma h3{font-size:16px;text-align:center}.gauge-wrap{width:min(145px,100%);margin-top:4px}.gauge-arc{top:0;width:136px;height:136px}.gauge-arc:after{top:10px;right:2px;width:62px;height:92px;background:repeating-linear-gradient(to bottom,#8e8e8e 0 1px,transparent 1px 7px)}.gauge-center strong{font-size:23px}.gauge-center span{font-size:9px;letter-spacing:.12em}.dashboard-legend--figma{gap:7px;font-size:10px}.dashboard-legend__row{font-weight:600}.dashboard-legend__row strong{font-weight:700}.dashboard-recent-panel--figma{border-radius:10px;box-shadow:0 14px 26px #1f23280d}.dashboard-recent-panel--figma .panel__head{padding:22px 20px 16px}.dashboard-recent-panel--figma .panel__head h3{font-size:16px}.dashboard-view-all{font-size:12px}.dashboard-table-wrap--figma{padding:0 16px 10px}.dashboard-table-wrap--figma table{min-width:900px;border-collapse:separate;border-spacing:0}.dashboard-table-wrap--figma th{height:38px;padding:0 18px;background:#dfe7f8;font-size:10px;letter-spacing:.08em}.dashboard-table-wrap--figma th:first-child{padding-left:18px;border-top-left-radius:14px}.dashboard-table-wrap--figma th:last-child{padding-right:18px;border-top-right-radius:14px}.dashboard-table-wrap--figma td{height:48px;padding:0 18px;font-size:12px;background:#fff}.dashboard-table-wrap--figma td:first-child{padding-left:18px}.dashboard-table-wrap--figma td:last-child{padding-right:18px}.dashboard-table-wrap--figma .status-pill{min-width:48px;padding:4px 10px;font-size:9px}.dashboard-actions{gap:10px}.dashboard-actions .dashboard-action-btn{width:20px;height:20px;padding:0}.dashboard-actions .dashboard-action-btn .material-symbols-outlined{font-size:16px}@media(max-width:1500px){.app-shell__body{grid-template-columns:210px minmax(0,1fr)}.app-main{padding:30px 28px 42px}.dashboard-overview-grid{grid-template-columns:minmax(320px,380px) minmax(500px,1fr)}}@media(max-width:1220px){.dashboard-overview-grid{grid-template-columns:1fr}.dashboard-month-grid--figma{grid-template-columns:repeat(3,minmax(170px,1fr))}}@media(max-width:980px){.app-shell__body{grid-template-columns:1fr}.sidebar{width:min(300px,calc(100vw - 56px));padding:28px 16px 24px}.sidebar__collapse-btn{display:none}.sidebar__title{font-size:22px}.sidebar__item,.sidebar__logout-btn{min-height:48px;font-size:16px}.dashboard-month-grid--figma{grid-template-columns:1fr}}@media(max-width:720px){.app-main{padding:20px 14px 36px}.dashboard-page--figma{gap:20px}.dashboard-overview-grid,.dashboard-stats--figma{grid-template-columns:1fr}}.sidebar{transition:width .22s ease,padding .22s ease}.sidebar__collapse-btn{position:absolute;top:50%;right:-15px;width:30px;height:54px;display:inline-grid;place-items:center;border:1px solid #d8e1ef;border-radius:999px;background:#fff;color:#2f64e7;box-shadow:0 8px 22px #1f23281f;transform:translateY(-50%)}.sidebar__collapse-btn:hover{border-color:#2f64e7;background:#2f64e7;color:#fff}.sidebar__collapse-btn .material-symbols-outlined{font-size:18px}.sidebar__logout-btn{display:flex;margin-top:auto;margin-bottom:10px;color:#5a6678}.sidebar__logout-btn:hover{background:#fff0f0;color:#c24135}.sidebar__account{margin-top:0}.sidebar--collapsed{width:72px;padding-inline:10px}.sidebar--collapsed .sidebar__brand,.sidebar--collapsed .sidebar__account>div,.sidebar--collapsed .sidebar__item span:not(.material-symbols-outlined),.sidebar--collapsed .sidebar__logout-btn span:not(.material-symbols-outlined){display:none}.sidebar--collapsed .sidebar__item,.sidebar--collapsed .sidebar__logout-btn,.sidebar--collapsed .sidebar__account{justify-content:center;padding-inline:0}.app-shell__body:has(.sidebar--collapsed){grid-template-columns:72px minmax(0,1fr)}.dashboard-month-grid--figma{align-items:stretch}.dashboard-chart-card--figma{min-height:216px;padding:17px 16px 16px;border-radius:10px}.dashboard-chart-card--figma h3{color:#2a2f35;font-size:16px;font-weight:800}.gauge-wrap{width:150px;aspect-ratio:2 / 1.18;margin:5px auto 3px}.gauge-arc{top:0;width:145px;height:145px}.gauge-arc:before{top:28px;right:28px;bottom:28px;left:28px}.gauge-arc:after{top:11px;right:1px;width:65px;height:98px;background:repeating-linear-gradient(to bottom,#8a8d91 0 1px,transparent 1px 7px)}.gauge-center{bottom:-1px}.gauge-center span{margin-top:1px;color:#8d98a8;font-size:8px;letter-spacing:.14em}.dashboard-legend--figma{gap:7px;font-size:9px}.dashboard-legend__row span{gap:7px}.dashboard-legend__row strong{color:#667691}@media(max-width:980px){.sidebar__collapse-btn{display:none}.sidebar__logout-btn{display:flex}}.app-shell{height:100vh;overflow:hidden}.app-shell__body{height:100vh;min-height:0;overflow:hidden}.app-main{min-height:0;overflow-y:auto;overflow-x:hidden}.sidebar{height:100vh;max-height:100vh}.customer-directory-page{min-height:0}.customer-directory-hero{margin-bottom:22px}.customer-directory-hero h1{font-size:28px}.customer-directory-hero p{font-size:11px}.customer-directory-panel{min-height:0;border:1px solid #e6ecf4;border-radius:10px;box-shadow:0 14px 26px #1f23280d}.customer-directory-filters{min-height:76px;padding:16px 18px;gap:16px}.customer-directory-filters .customer-directory-search-input{width:min(420px,100%);flex-basis:420px}.customer-directory-filters .customer-directory-search-input .material-symbols-outlined{left:12px;font-size:20px}.customer-directory-filters .customer-directory-search-input input{height:40px;border-radius:8px;padding:0 14px 0 40px;font-size:14px}.customer-directory-filter-actions{gap:10px}.customer-directory-filter-actions .customer-directory-select{min-width:132px;height:40px;border-radius:8px;background-position:calc(100% - 24px) 17px,calc(100% - 17px) 17px;background-size:7px 7px,7px 7px;padding:0 38px 0 12px;font-size:13px;font-weight:700}.customer-directory-table-wrap{padding:14px 18px 0}.customer-directory-table-wrap table{min-width:980px;border-collapse:separate;border-spacing:0}.customer-directory-table-wrap th,.customer-directory-table-wrap td{padding:0 18px}.customer-directory-table-wrap th{height:40px;border-bottom:0;background:#dfe7f8;color:#2f64e7;font-size:10px;letter-spacing:.08em}.customer-directory-table-wrap th:first-child{border-top-left-radius:14px}.customer-directory-table-wrap th:last-child{border-top-right-radius:14px}.customer-directory-table-wrap td{height:54px;border-bottom:1px solid #eef1f5;color:#667085;font-size:13px;background:#fff}.customer-directory-table-wrap td:nth-child(2),.customer-directory-table-wrap td:nth-child(6),.customer-directory-table-wrap td:nth-child(7){color:#101828;font-weight:800}.customer-directory-footer{min-height:62px;padding:12px 18px;font-size:13px}.customer-directory-pagination{gap:6px}.customer-directory-pagination button{min-width:34px;height:34px;border-radius:6px;padding:0 10px;font-size:13px}.history-directory-page,.history-directory-panel{min-height:0}.history-directory-filters{align-items:center}.history-search-input{position:relative;width:min(520px,100%);flex:1 1 420px}.history-search-input input{width:100%;height:42px;border:1px solid #dbe4f0;border-radius:8px;background:#fbfcfe;color:#101828;padding:0 14px 0 42px;font-size:14px;font-weight:600}.history-search-input input:focus{border-color:#2f64e7;box-shadow:0 0 0 3px #2f64e71f}.history-search-input .material-symbols-outlined{position:absolute;left:13px;top:50%;color:#7b8798;font-size:20px;transform:translateY(-50%);pointer-events:none}.history-filter-select{width:auto;min-width:142px;height:42px;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:1px solid #dbe4f0;border-radius:8px;background-color:#fff;background-image:linear-gradient(45deg,transparent 50%,#667085 50%),linear-gradient(135deg,#667085 50%,transparent 50%);background-position:calc(100% - 24px) 18px,calc(100% - 17px) 18px;background-size:7px 7px,7px 7px;background-repeat:no-repeat;color:#1d2939;padding:0 38px 0 12px;font-size:13px;font-weight:800}.history-filter-select:focus{border-color:#2f64e7;box-shadow:0 0 0 3px #2f64e71f}.history-directory-table-wrap{padding:14px 18px 0}.history-data-table{min-width:1080px;border-collapse:separate;border-spacing:0}.history-data-table th,.history-data-table td{border-bottom:1px solid #edf1f6;padding:0 16px;text-align:left;white-space:nowrap}.history-data-table th{height:40px;border-bottom:0;border-right:1px solid rgba(255,255,255,.75);background:#dfe7f8;color:#2f64e7;font-size:10px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.history-data-table th:first-child{border-top-left-radius:14px}.history-data-table th:last-child{border-top-right-radius:14px;border-right:0}.history-data-table td{height:54px;color:#667085;background:#fff;font-size:13px;font-weight:600}.history-data-table tbody tr:hover td{background:#f8fbff}.history-data-table td:first-child,.history-data-table td:nth-child(6),.history-data-table td:nth-child(7),.history-data-table td:nth-child(8){color:#101828;font-weight:900}.history-row-actions{display:inline-flex;align-items:center;gap:8px}.history-icon-btn{width:32px;height:32px;display:inline-grid;place-items:center;border:1px solid #d9e2ef;border-radius:8px;background:#fff;color:#2f64e7;padding:0}.history-icon-btn:hover{border-color:#2f64e7;background:#edf4ff}.history-icon-btn .material-symbols-outlined{font-size:18px}@media(max-width:980px){.history-directory-filters{align-items:stretch;flex-direction:column}.history-search-input,.customer-directory-filter-actions .history-filter-select{width:100%;flex-basis:auto}}@media(max-width:980px){.app-shell{height:100vh}.app-shell__body{height:calc(100vh - 64px)}.customer-directory-filters,.customer-directory-filter-actions{align-items:stretch;flex-direction:column}.customer-directory-filters .customer-directory-search-input,.customer-directory-filter-actions .customer-directory-select{width:100%;flex-basis:auto}}.settings-page .gst-settings-card{padding:24px;min-height:0}.settings-page .gst-settings-card h3{font-size:20px}.settings-page .gst-settings-card .muted-text{font-size:14px}.settings-page .gst-settings-panel{margin-top:16px;gap:16px;background:#f4f7ff;padding:18px}.settings-page .gst-enable-row{gap:10px;font-size:15px;font-weight:800}.settings-page .gst-enable-row input{width:18px;height:18px}.settings-page .gst-settings-panel .three-col{gap:16px}.settings-page .gst-settings-panel label{font-size:13px;font-weight:800}.settings-page .gst-settings-panel input[type=number]{height:42px;border-radius:8px;padding:0 12px;font-size:15px;font-weight:700}.settings-page .gst-note{width:min(720px,100%);gap:4px;border-radius:8px;padding:14px;font-size:13px}.settings-page .gst-note p{font-size:13px;font-weight:600}.settings-page .settings-users-card{padding:24px 22px 0}.settings-page .settings-users-head{margin-bottom:18px}.settings-page .settings-users-head h3{font-size:20px}.settings-page .settings-users-head .muted-text{font-size:14px}.settings-users-refresh,.settings-users-create,.settings-activity-header-refresh{min-height:40px!important;border-radius:8px!important;padding:0 14px!important;gap:8px!important;font-size:13px!important}.settings-users-refresh .material-symbols-outlined,.settings-users-create .material-symbols-outlined,.settings-activity-header-refresh .material-symbols-outlined{font-size:18px}.settings-page .settings-users-table-wrap th,.settings-page .settings-users-table-wrap td{padding:0 18px}.settings-page .settings-users-table-wrap th{height:42px;font-size:11px}.settings-page .settings-users-table-wrap th:first-child{border-top-left-radius:14px}.settings-page .settings-users-table-wrap th:last-child{border-top-right-radius:14px}.settings-page .settings-users-table-wrap td{height:54px;font-size:13px}.settings-page .user-status-pill{min-width:68px;min-height:26px;font-size:11px}.settings-page .settings-users-row-actions button{width:32px;height:32px;border:1px solid #d9e2ef;background:#fff}.settings-page .settings-activity-card{min-height:0;padding:18px 14px 0}.settings-page .settings-activity-filters{grid-template-columns:minmax(260px,430px) minmax(0,1fr);gap:14px;padding:0 0 18px}.settings-page .settings-activity-search{height:42px;border-radius:8px;gap:10px;padding:0 12px}.settings-page .settings-activity-search:focus-within{border-color:#2f64e7;box-shadow:0 0 0 3px #2f64e71f}.settings-page .settings-activity-search .material-symbols-outlined{font-size:20px}.settings-page .settings-activity-search input{font-size:14px;font-weight:600}.settings-page .settings-activity-filter-actions{grid-template-columns:42px repeat(3,minmax(128px,1fr));gap:10px}.settings-page .settings-activity-refresh{width:42px;height:42px;border-radius:8px}.settings-page .settings-activity-refresh .material-symbols-outlined{font-size:20px}.settings-page .settings-activity-filter-actions select{height:42px;border-radius:8px;background-position:calc(100% - 24px) 18px,calc(100% - 17px) 18px;background-size:7px 7px,7px 7px;padding:0 38px 0 12px;font-size:13px}.settings-page .settings-activity-filter-actions select:focus{border-color:#2f64e7;box-shadow:0 0 0 3px #2f64e71f}.settings-page .settings-activity-table-wrap th,.settings-page .settings-activity-table-wrap td{padding:0 18px}.settings-page .settings-activity-table-wrap th{height:42px;font-size:11px}.settings-page .settings-activity-table-wrap th:first-child{border-top-left-radius:14px}.settings-page .settings-activity-table-wrap th:last-child{border-top-right-radius:14px}.settings-page .settings-activity-table-wrap td{height:54px;font-size:13px}.settings-page .tab-btn.active{background:linear-gradient(180deg,#e8f0ff,#eef5ff 56%,#fff);color:#1e351e;box-shadow:0 10px 18px #2f64e71a}.page-header h1,.dashboard-hero--figma h1,.customer-directory-hero h1,.customer-detail-title h1,.customer-detail-topbar h1,.settings-page-header h1,.estimate-wizard-hero h1,.estimate-review-title h1{font-size:24px;line-height:1.2;letter-spacing:0}.page-header p,.dashboard-hero--figma p,.customer-directory-hero p,.customer-detail-title p,.customer-detail-topbar p,.settings-page-header p,.estimate-wizard-hero p,.estimate-review-title p{font-size:13px;line-height:1.4}.settings-page .user-status-pill{min-width:54px;min-height:20px;padding:2px 8px;font-size:10px}.settings-page .settings-users-row-actions{gap:10px}.settings-page .settings-users-row-actions button{width:24px;height:24px;border:0;border-radius:6px;background:transparent;color:#2f64e7}.settings-page .settings-users-row-actions button:hover{background:#edf4ff}.settings-page .settings-users-row-actions button.danger-action{color:#c24135}.settings-page .settings-users-row-actions button.danger-action:hover{background:#fff0f0}.settings-page .settings-users-row-actions .material-symbols-outlined{font-size:18px}.custom-table-wrap{border:1px solid #e5eaf2;border-radius:14px 14px 0 0;background:#fff;overflow:auto}.custom-data-table{width:100%}.settings-activity-footer{border:1px solid #e5eaf2;border-top:0;border-radius:0 0 14px 14px;background:#fff}.settings-activity-pagination button{min-width:34px;height:32px;border-radius:7px;padding:0 10px;font-size:12px;font-weight:800}.settings-users-row-actions .settings-user-action-btn,.settings-page .settings-users-row-actions .settings-user-action-btn{width:30px;height:30px;border:1px solid #dce4f0;border-radius:7px;background:#fff;color:#2f64e7;padding:0;display:inline-grid;place-items:center}.settings-users-row-actions .settings-user-action-btn:hover,.settings-page .settings-users-row-actions .settings-user-action-btn:hover{border-color:#c9d8f8;background:#edf4ff}.settings-users-row-actions .settings-user-action-btn.danger-action,.settings-page .settings-users-row-actions .settings-user-action-btn.danger-action{color:#c24135}.settings-users-row-actions .settings-user-action-btn.danger-action:hover,.settings-page .settings-users-row-actions .settings-user-action-btn.danger-action:hover{border-color:#ffd0cb;background:#fff0f0}.settings-users-row-actions .settings-user-action-btn .material-symbols-outlined,.settings-page .settings-users-row-actions .settings-user-action-btn .material-symbols-outlined{font-size:18px}.user-create-modal{width:min(430px,calc(100vw - 28px));border-radius:14px}.user-edit-modal{width:min(620px,calc(100vw - 28px));max-height:calc(100vh - 32px);border-radius:14px}.user-modal-head{min-height:58px;padding:16px 20px 14px}.user-modal-head h3,.user-edit-head h3{font-size:20px}.user-modal-close{width:28px;height:28px;border-radius:7px}.user-modal-close .material-symbols-outlined{font-size:22px}.user-create-form{gap:14px;padding:18px 20px 20px}.user-create-form label,.user-edit-form label{font-size:13px;gap:5px}.user-input-shell{height:42px;border-radius:9px;padding:0 12px}.user-input-shell>.material-symbols-outlined{font-size:19px}.user-input-shell input,.user-edit-form input{font-size:13px}.password-eye-btn{width:28px;height:28px;flex-basis:28px;border-radius:7px}.password-eye-btn .material-symbols-outlined{font-size:20px}.user-modal-action{min-height:38px!important;border-radius:8px!important;padding:0 14px!important;font-size:13px!important;font-weight:800!important}.user-create-submit{min-height:40px;box-shadow:none}.user-create-note{margin-top:-2px;font-size:12px}.user-edit-head{min-height:72px;padding:18px 22px 14px}.user-edit-head p{margin-top:4px;font-size:13px}.user-edit-form{gap:16px;padding:18px 22px 0}.user-edit-form .two-col{gap:14px}.user-edit-form input{height:42px;border-radius:9px;padding:0 12px}.user-edit-password input{padding-right:46px}.user-edit-password .password-eye-btn{right:9px}.settings-access-toggle{min-height:72px;grid-template-columns:40px minmax(0,1fr) auto auto;gap:12px;border-radius:12px;padding:14px 16px}.settings-access-icon{width:40px;height:40px;border-radius:11px}.settings-access-icon .material-symbols-outlined{font-size:24px}.settings-access-toggle strong,.settings-access-toggle em{font-size:13px}.settings-access-toggle small{margin-top:2px;font-size:11px}.settings-access-toggle input{width:44px;height:24px}.settings-access-toggle input:before{top:3px;left:3px;width:18px;height:18px}.settings-access-toggle input:checked:before{transform:translate(20px)}.user-edit-footer{min-height:62px;margin:0 -22px;padding:12px 22px;gap:10px}.user-edit-footer .primary-btn{min-width:144px;min-height:38px;border-radius:8px;font-size:13px;box-shadow:none}.user-edit-footer .secondary-btn{font-size:13px}.settings-users-page .confirm-backdrop{place-items:center;padding:18px}.settings-users-page .confirm-panel{width:min(340px,calc(100vw - 28px));padding:18px;border-radius:12px}.settings-users-page .confirm-panel h3{margin-bottom:6px;font-size:18px}.settings-users-page .confirm-panel p{font-size:13px;line-height:1.45}.user-confirm-actions{margin-top:16px;gap:8px}.sidebar__collapse-btn{top:96px;transform:none}.login-brand-pill{min-height:34px;border-radius:9px;font-size:13px}.login-brand-pill .material-symbols-outlined{font-size:18px}.login-form-wrap{width:min(440px,100%)}.login-hero{margin-bottom:24px}.login-hero h1{font-size:clamp(30px,3vw,42px);line-height:1.08}.login-hero p{margin-top:18px;font-size:15px}.login-form{gap:18px}.login-form label{font-size:13px}.login-form input{height:48px;border-radius:11px;font-size:14px}.password-toggle{right:10px;width:32px;height:32px}.password-toggle .material-symbols-outlined{font-size:20px}.login-options,.keep-signed-in,.login-link-btn{font-size:13px}.keep-signed-in{gap:8px}.keep-signed-in input{width:16px;height:16px;flex-basis:16px}.login-submit-btn{height:50px;border-radius:12px;font-size:15px}.settings-save-action,.settings-edit-btn,.settings-add-material-btn{min-height:36px!important;border-radius:8px!important;padding:0 13px!important;gap:7px!important;font-size:13px!important;font-weight:800!important}.settings-add-material-btn{min-width:148px}.settings-delete-material-btn,.settings-row-actions .settings-delete-material-btn{width:30px;height:30px;border:1px solid #ffd0cb;border-radius:7px;background:#fff;color:#c24135;padding:0}.settings-delete-material-btn:hover:not(:disabled){background:#fff0f0}.settings-delete-material-btn:disabled{border-color:#e3e8f2;color:#a8b1c0;cursor:not-allowed;opacity:.75}.settings-delete-material-btn .material-symbols-outlined{font-size:18px}.dashboard-month-grid--figma{grid-template-columns:repeat(3,minmax(150px,1fr));gap:18px}.dashboard-chart-card--figma{min-height:214px;border-radius:8px;padding:14px 14px 13px;gap:8px}.dashboard-chart-card--figma h3{font-size:15px}.gauge-wrap{width:min(146px,100%);aspect-ratio:2 / 1.18;margin:0 auto}.gauge-arc{top:1px;width:136px;height:136px}.gauge-arc:before{top:25px;right:25px;bottom:25px;left:25px}.gauge-arc:after{top:9px;right:1px;width:62px;height:92px;background:repeating-linear-gradient(to bottom,#9da3ad 0 1px,transparent 1px 7px)}.gauge-center{bottom:0}.gauge-center strong{font-size:22px}.gauge-center span{font-size:9px}.dashboard-legend--figma{gap:5px;font-size:10px}.dashboard-legend__row{width:100%;border:0;border-radius:5px;background:transparent;color:inherit;padding:2px 0;text-align:left;cursor:pointer}.dashboard-legend__row:hover,.dashboard-legend__row.active{color:#2f64e7}.dashboard-legend__row i{width:8px;height:8px}.dashboard-legend__row strong{font-size:10px}@media(max-width:980px){.app-shell,.app-shell__body{height:auto;min-height:100vh;overflow:visible}.app-main{width:100%;padding:22px 16px 36px;overflow:visible}.page-stack,.settings-page,.dashboard-page--figma,.estimate-wizard-page,.estimate-review-page,.customer-directory-page,.customer-detail-page,.settings-users-page,.settings-activity-page{gap:18px;min-width:0}.page-header,.dashboard-hero,.dashboard-hero--figma,.customer-directory-hero,.customer-detail-topbar,.settings-page-header,.estimate-wizard-hero,.estimate-review-hero,.settings-users-head{align-items:stretch;flex-direction:column;gap:12px}.header-actions,.settings-users-actions,.estimate-wizard-footer,.estimate-review-actions,.customer-directory-footer,.settings-material-footer{align-items:stretch;flex-direction:column}.header-actions>*,.settings-users-actions>*,.settings-material-footer>*,.estimate-wizard-footer>*,.estimate-review-actions>*{width:100%;max-width:100%}.dashboard-overview-grid,.dashboard-stats--figma,.dashboard-month-grid--figma,.stats-grid,.category-grid,.estimate-form-grid,.estimate-dimension-grid,.customer-detail-info-grid,.settings-activity-filters,.three-col,.two-col{grid-template-columns:1fr}.settings-tabs-bar,.customer-directory-filters,.customer-directory-filter-actions,.settings-activity-filter-actions,.settings-activity-filters{align-items:stretch;display:flex;flex-direction:column}.settings-tabs-bar .tab-row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));overflow:visible}.settings-page .tab-btn{width:100%;min-width:0}.customer-directory-filter-actions select,.customer-directory-filter-actions .customer-directory-select,.settings-activity-filter-actions select,.history-filter-select,.customer-directory-search-input,.history-search-input,.settings-activity-search{width:100%;min-width:0;flex-basis:auto}.customer-directory-table-wrap,.settings-material-table-wrap,.settings-users-table-wrap,.settings-activity-table-wrap,.history-directory-table-wrap,.estimate-review-table-wrap{width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}}@media(max-width:640px){.estimate-review-page,.settings-page{gap:0!important;margin-inline:-28px;background:#fff}.estimate-review-hero,.settings-page-header{min-height:58px;display:grid!important;grid-template-columns:minmax(0,1fr) auto;align-items:center!important;gap:8px;border-bottom:1px solid #e8edf3;background:#fff;padding:0 16px!important}.estimate-review-title,.settings-title-row{min-width:0;display:grid;grid-template-columns:24px minmax(0,1fr);align-items:center;gap:4px}.estimate-review-title h1,.settings-page-header h1{margin:0;color:#111827;font-size:14px!important;font-weight:900}.estimate-review-title p,.settings-page-header p{margin-top:3px;color:#8a95a5;font-size:8px!important}.estimate-review-actions{display:flex!important;gap:6px}.estimate-review-actions .estimate-review-secondary{display:none}.estimate-review-primary{min-height:24px;border-radius:4px;padding:0 9px;gap:4px;font-size:8px}.estimate-review-primary .material-symbols-outlined{font-size:12px}.estimate-review-layout{display:grid;grid-template-columns:1fr;gap:0}.estimate-review-sidebar,.estimate-review-main{border:0;border-radius:0;box-shadow:none;background:#fff}.estimate-review-sidebar{padding:14px 16px 0;display:grid;gap:10px}.estimate-review-card{border:0;border-bottom:1px solid #edf0f4;border-radius:0;padding:0 0 10px;box-shadow:none}.estimate-review-card h3,.estimate-review-main-head h3{font-size:9px;text-transform:uppercase}.estimate-review-card dl{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px 18px}.estimate-review-card dt{font-size:8px}.estimate-review-card dd,.estimate-review-card li,.estimate-review-card p{font-size:9px}.estimate-review-shutter{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:5px 10px;grid-column:1 / -1}.estimate-review-shutter strong{grid-column:1 / -1;font-size:9px}.estimate-review-main{padding:10px 16px 0}.estimate-review-main-head{min-height:24px;display:flex;justify-content:space-between}.estimate-review-main-head:after{content:"+ Add Item";color:#2563eb;font-size:8px;font-weight:800}.estimate-review-table-wrap{overflow:visible}.estimate-review-table-wrap table,.estimate-review-table-wrap tbody,.estimate-review-table-wrap tr,.estimate-review-table-wrap td{display:block;width:100%}.estimate-review-table-wrap table{min-width:0}.estimate-review-table-wrap thead,.estimate-review-table-wrap td:first-child{display:none}.estimate-review-table-wrap tr{position:relative;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px 10px;border-bottom:1px solid #edf0f4;background:#fff;padding:12px 18px 12px 0}.estimate-review-table-wrap td{height:auto;border:0;padding:0;font-size:8px}.estimate-review-table-wrap td:nth-child(2){grid-column:1 / -1;color:#111827;font-size:9px;font-weight:900}.estimate-review-table-wrap td:nth-child(3):before{content:"Qty"}.estimate-review-table-wrap td:nth-child(5):before{content:"Unit"}.estimate-review-table-wrap td:nth-child(6):before{content:"Rate"}.estimate-review-table-wrap td:nth-child(7):before{content:"Amount"}.estimate-review-table-wrap td:before{display:block;margin-bottom:2px;color:#8a95a5;font-size:7px;font-weight:800}.estimate-review-table-wrap td:last-child{position:absolute;top:11px;right:0;width:auto}.estimate-review-delete{width:18px;height:18px}.estimate-review-delete .material-symbols-outlined{font-size:12px}.estimate-review-total-panel{margin:0 -16px;border:0;border-top:1px solid #edf0f4;border-radius:0;padding:10px 16px}.estimate-review-total-lines{gap:5px;font-size:8px}.estimate-review-grand-total{margin-top:5px;font-size:10px}.settings-page-header{grid-template-columns:minmax(0,1fr)}.settings-content-panel{border:0;border-radius:0;background:#f7f9fc;box-shadow:none;padding:12px}.settings-tabs-bar{gap:10px;margin:0 -12px 12px;overflow-x:auto;padding:0 12px 2px}.settings-tabs-bar .tab-row{display:grid;grid-auto-flow:column;grid-auto-columns:120px;gap:8px;min-width:max-content}.settings-page .tab-btn{min-height:30px;border-radius:6px;font-size:8px}.settings-page .header-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-bottom:10px}.settings-save-action,.settings-add-material-btn,.settings-users-create{min-height:34px!important;font-size:9px!important}.settings-add-material-btn{justify-self:end;min-width:104px}.settings-material-card,.settings-users-card,.gst-settings-card{border:0;border-radius:0;background:transparent;box-shadow:none;padding:0}.settings-material-table-wrap,.settings-users-table-wrap{overflow:visible}.settings-material-table-wrap table,.settings-material-table-wrap tbody,.settings-material-table-wrap tr,.settings-material-table-wrap td,.settings-users-table-wrap table,.settings-users-table-wrap tbody,.settings-users-table-wrap tr,.settings-users-table-wrap td{display:block;width:100%}.settings-material-table-wrap table,.settings-users-table-wrap table{min-width:0}.settings-material-table-wrap thead,.settings-users-table-wrap thead{display:none}.settings-material-table-wrap tr,.settings-users-table-wrap tr{position:relative;border:1px solid #e3e8f0;border-radius:9px;background:#fff;margin-bottom:12px;padding:15px}.settings-material-table-wrap td,.settings-users-table-wrap td{height:auto;border:0;padding:0;font-size:10px}.settings-material-table-wrap td:nth-child(2),.settings-users-table-wrap td:first-child{color:#111827;font-size:12px;font-weight:900;margin-bottom:12px}.settings-material-table-wrap td:first-child{position:absolute;top:15px;left:12px;width:auto}.settings-material-table-wrap td:nth-child(2){padding-left:22px}.settings-material-table-wrap td:last-child,.settings-users-table-wrap td:last-child{position:absolute;top:12px;right:12px;width:auto}.settings-material-table-wrap td:nth-child(3):before{content:"UNIT"}.settings-material-table-wrap td:nth-child(4):before{content:"FACTOR TYPE"}.settings-material-table-wrap td:nth-child(5):before{content:"FACTOR"}.settings-material-table-wrap td:nth-child(6):before{content:"VARIANTS"}.settings-material-table-wrap td:nth-child(7):before{content:"PRICE (INR)"}.settings-material-table-wrap td:before{display:block;margin:9px 0 2px;color:#2563eb;font-size:8px;font-weight:900}.settings-material-table-wrap input,.settings-material-table-wrap select{min-height:25px;border-radius:4px;font-size:9px}.settings-users-head .muted-text,.settings-users-refresh{display:none!important}.settings-users-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.settings-users-head h3{font-size:11px}.settings-users-actions{display:block}.settings-users-row-actions{gap:8px}.settings-users-table-wrap td:nth-child(2),.settings-users-table-wrap td:nth-child(3){margin-top:3px;color:#667085;font-size:9px}.settings-users-table-wrap td:nth-child(4),.settings-users-table-wrap td:nth-child(5),.settings-users-table-wrap td:nth-child(6){display:inline-flex;margin:10px 6px 0 0}.gst-settings-card{background:#eef2ff;border-radius:12px;padding:16px}.gst-settings-card h3{font-size:13px}.gst-settings-card .muted-text,.gst-enable-row,.gst-settings-panel label,.gst-note p{font-size:9px}.gst-settings-panel{background:transparent;padding:0}.gst-settings-panel .three-col{grid-template-columns:1fr;gap:10px}.gst-settings-panel input[type=number]{height:40px;border-radius:9px;font-size:10px}.gst-note{background:#fff;border-radius:9px}.user-modal-backdrop{padding:0}.user-create-modal,.user-edit-modal{width:min(320px,calc(100vw - 28px));border-radius:12px}.user-modal-head,.user-edit-head{padding:18px}.user-create-form,.user-edit-form{padding:16px 18px 18px}.user-edit-form .two-col{grid-template-columns:repeat(2,minmax(0,1fr))!important}.user-input-shell,.user-edit-form input{height:38px}.settings-access-toggle{grid-template-columns:34px minmax(0,1fr) auto auto;padding:12px}.app-main{padding:18px 12px 30px}.page-header h1,.dashboard-hero--figma h1,.customer-directory-hero h1,.customer-detail-title h1,.customer-detail-topbar h1,.settings-page-header h1,.estimate-wizard-hero h1,.estimate-review-title h1{font-size:22px}.page-header p,.dashboard-hero--figma p,.customer-directory-hero p,.customer-detail-title p,.customer-detail-topbar p,.settings-page-header p,.estimate-wizard-hero p,.estimate-review-title p{font-size:12px}.settings-tabs-bar .tab-row,.customer-mode-row,.estimate-customer-toggle{grid-template-columns:1fr}.settings-card,.estimate-wizard-card,.customer-directory-panel,.customer-detail-card,.dashboard-stat-card--figma,.dashboard-chart-card--figma{border-radius:8px}.settings-page .gst-settings-card,.settings-page .settings-users-card,.settings-page .settings-activity-card,.settings-material-card{padding:14px}.user-create-modal,.user-edit-modal,.material-modal{width:calc(100vw - 20px);max-height:calc(100vh - 20px)}}.dashboard-mobile-month-card,.customer-directory-mobile-list,.customer-detail-mobile-estimates,.mobile-recent-quotations,.history-mobile-list{display:none}@media(max-width:640px){body{background:#f6f8fb;overflow-x:hidden}.login-page{width:100%;max-width:100vw;min-height:100vh;display:grid;grid-template-columns:1fr;grid-template-rows:auto 1fr;gap:0;padding:0;background:#fff;overflow-x:hidden}.login-panel{min-width:0;display:block}.login-form-wrap{width:100%;min-width:0;align-self:start;padding:34px 0 0}.login-brand-pill{margin:8px 0 0;border-radius:6px}.login-hero{margin:34px 0 28px}.login-hero h1,.login-hero p{max-width:100%;white-space:normal;overflow-wrap:anywhere}.login-hero h1{font-size:25px}.login-hero p{margin-top:20px;font-size:13px;line-height:1.35}.login-form{gap:24px}.login-form label{gap:10px}.login-form input{height:45px;border-radius:9px;background:#eaf2ff}.login-options{margin-top:0;gap:12px}.login-submit-btn{margin-top:16px;height:49px;border-radius:9px}.login-art{display:none}.mobile-shell-bar{position:absolute;top:22px;left:50%;z-index:160;width:min(100%,430px);min-height:28px;display:grid;grid-template-columns:1fr 32px;gap:0;padding:0 28px;border:0;background:transparent;pointer-events:none;transform:translate(-50%)}.mobile-shell-bar__brand{display:inline-flex;align-items:center;gap:6px;justify-content:flex-start;pointer-events:auto}.mobile-shell-title-btn{min-height:28px;color:#111827}.mobile-shell-title-btn strong{font-size:14px;font-weight:900}.mobile-shell-title-btn .material-symbols-outlined{color:#667085;font-size:20px}.mobile-shell-bar__btn:first-child,.mobile-shell-bar__btn:last-child{display:none}.mobile-shell-bar__btn:last-child .material-symbols-outlined{font-size:24px}.app-shell,.app-shell__body{min-height:100vh;height:auto;overflow:visible;background:#f6f8fb}.app-shell__body{display:block}.sidebar{position:fixed;inset:0 auto 0 0;z-index:150;width:min(300px,calc(100vw - 54px));height:100dvh;padding:28px 16px 24px;display:flex;overflow-y:auto;transform:translate(-105%);transition:transform .22s ease,box-shadow .22s ease}.sidebar.sidebar--open{transform:translate(0);box-shadow:18px 0 38px #10182829}.mobile-sidebar-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:145;display:block;background:#0f172a57;opacity:0;pointer-events:none;transition:opacity .22s ease}.sidebar.sidebar--open+.mobile-sidebar-backdrop{opacity:1;pointer-events:auto}.app-main{width:100%;max-width:430px;min-height:100vh;margin:0 auto;padding:24px 28px;background:#f6f8fb}.dashboard-page--figma,.customer-directory-page{gap:26px}.dashboard-page--figma{width:100%;max-width:374px;margin-inline:auto}.dashboard-hero--figma,.customer-directory-hero{min-height:0;padding:0;border:0;background:transparent;box-shadow:none}.dashboard-hero--figma{display:grid;gap:26px;padding-right:34px}.dashboard-hero--figma h1,.customer-directory-hero h1{font-size:24px;line-height:1.2;color:#111827;font-weight:900}.dashboard-hero--figma p,.customer-directory-hero p{margin-top:8px;font-size:16px;line-height:1.4;color:#748094}.dashboard-new-btn{width:calc(100vw - 56px);max-width:374px;min-height:54px!important;border-radius:9px!important;justify-content:center;gap:10px!important;font-size:17px!important;font-weight:800!important}.dashboard-new-btn .material-symbols-outlined{font-size:27px}.dashboard-overview-grid{display:grid;grid-template-columns:1fr;gap:28px}.dashboard-stats--figma{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.dashboard-stat-card--figma{min-height:140px;border:1px solid #dde3ec;border-radius:10px;padding:22px 18px;box-shadow:none}.dashboard-stat-card--figma .dashboard-stat-card__top{align-items:flex-start;justify-content:flex-start;gap:10px;color:#6b7280;font-size:14px;line-height:1.25;font-weight:500}.dashboard-stat-card--figma .dashboard-stat-icon{width:auto;height:auto;background:transparent;color:#8b96a8}.dashboard-stat-card--figma .dashboard-stat-icon .material-symbols-outlined{font-size:18px}.dashboard-stat-card--figma strong{margin-top:14px;font-size:31px;line-height:1}.dashboard-stat-card--figma .dashboard-stat-chip{margin-top:10px;font-size:14px}.dashboard-month-grid--figma{display:none}.dashboard-mobile-month-card{display:grid;gap:18px;border:1px solid #dde3ec;border-radius:10px;background:#fff;padding:20px 18px}.dashboard-mobile-month-card h3{margin:0 0 2px;color:#111827;font-size:16px;font-weight:900}.dashboard-mobile-month-row{display:grid;gap:8px}.dashboard-mobile-month-row>div:first-child{display:flex;align-items:center;justify-content:space-between;color:#1f2937;font-size:14px;font-weight:800}.dashboard-mobile-month-row strong{color:#738196;font-size:14px}.dashboard-mobile-progress-bar{display:flex;height:8px;border-radius:999px;background:#e7ebf0;overflow:hidden}.dashboard-mobile-progress-segment{height:100%;transition:width .4s cubic-bezier(.4,0,.2,1),opacity .4s ease}.dashboard-mobile-progress-segment.active{opacity:1}.dashboard-mobile-progress-segment.inactive{opacity:.45}.dashboard-mobile-legend{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-start;gap:14px;margin-top:6px}.dashboard-mobile-legend-btn{display:inline-flex;align-items:center;gap:6px;border:none;background:transparent;padding:4px 8px;border-radius:6px;cursor:pointer;font-size:13px;font-weight:600;color:#6b7280;transition:all .2s ease}.dashboard-mobile-legend-btn em{width:8px;height:8px;border-radius:50%;display:inline-block}.dashboard-mobile-legend-btn.active{color:#111827;background-color:#f3f4f6}.dashboard-mobile-legend-btn:hover{background-color:#f9fafb}.desktop-recent-quotations{display:none!important}.mobile-recent-quotations{display:block!important}.dashboard-recent-mobile-list{display:flex;flex-direction:column;background:#fff;border-top:1px solid #edf0f4}.dashboard-mobile-quote-row{padding:16px 20px;border-bottom:1px solid #edf0f4;cursor:pointer;transition:background-color .2s ease;display:flex;flex-direction:column;gap:6px}.dashboard-mobile-quote-row:last-child{border-bottom:none}.dashboard-mobile-quote-row:hover{background-color:#f8fafc}.dashboard-mobile-quote-row__header{display:flex;justify-content:space-between;align-items:center}.dashboard-mobile-quote-row__header .quote-id{font-size:15px;font-weight:800;color:#111827}.dashboard-mobile-quote-row__customer{font-size:14px;color:#4b5563;font-weight:500}.dashboard-mobile-quote-row__details{display:flex;justify-content:space-between;align-items:center}.dashboard-mobile-quote-row__details .mechanism{font-size:13px;color:#9ca3af}.dashboard-mobile-quote-row__details .amount{font-size:15px;font-weight:700;color:#111827}.dashboard-mobile-quote-row__footer{display:flex;justify-content:space-between;align-items:center;margin-top:2px}.dashboard-mobile-quote-row__footer .date{font-size:12px;color:#9ca3af}.dashboard-mobile-quote-row__download-btn{display:none!important}.dashboard-recent-panel--figma{border:1px solid #dde3ec;border-radius:8px;margin-inline:0;box-shadow:none;overflow:hidden}.dashboard-recent-panel--figma .panel__head{min-height:58px;padding:18px}.dashboard-recent-panel--figma .panel__head h3{font-size:16px;font-weight:900}.dashboard-view-all{color:#2563eb;font-size:14px;font-weight:800}.dashboard-table-wrap--figma{border-top:1px solid #edf0f4;overflow:visible}.dashboard-table-wrap--figma table,.dashboard-table-wrap--figma tbody,.dashboard-table-wrap--figma tr,.dashboard-table-wrap--figma td{display:block;width:100%}.dashboard-table-wrap--figma table{min-width:0}.dashboard-table-wrap--figma thead,.dashboard-table-wrap--figma td:nth-child(7){display:none}.dashboard-table-wrap--figma tr{position:relative;min-height:129px;padding:20px 104px 18px 18px;border-bottom:1px solid #edf0f4;background:#fff}.dashboard-table-wrap--figma td{height:auto;border:0;padding:0;background:transparent;font-size:14px}.dashboard-table-wrap--figma .quote-id-cell{color:#111827;font-size:17px;line-height:1.2;font-weight:900}.dashboard-table-wrap--figma td:nth-child(2){margin-top:8px;color:#5d6a7e;font-size:14px}.dashboard-table-wrap--figma td:nth-child(3),.dashboard-table-wrap--figma td:nth-child(6){margin-top:9px;color:#6f7c90}.dashboard-table-wrap--figma td:nth-child(4){position:absolute;right:18px;top:76px;color:#111827;font-weight:900}.dashboard-table-wrap--figma td:nth-child(6){color:#98a2b3}.dashboard-table-wrap--figma td:nth-child(5){position:absolute;right:18px;top:20px}.dashboard-table-wrap--figma .status-pill{min-height:29px;padding:4px 10px;font-size:13px}.customer-directory-hero{display:grid;grid-template-columns:22px minmax(0,1fr);align-items:start;gap:7px;padding-bottom:13px}.customer-directory-back{width:22px;height:22px;border:0;background:transparent;color:#9aa4b2}.customer-directory-back .material-symbols-outlined{font-size:18px}.customer-directory-panel{margin-inline:-16px;border:0;border-top:1px solid #e7ebf0;border-radius:0;background:#f6f8fb;box-shadow:none;padding:15px 16px 0}.customer-directory-filters{display:grid;gap:10px;padding-bottom:16px}.customer-directory-filters .customer-directory-search-input{width:100%;height:38px;border:1px solid #dce3ec;border-radius:7px;background:#fff}.customer-directory-filters .customer-directory-search-input input{height:100%;font-size:11px}.customer-directory-filters .customer-directory-search-input .material-symbols-outlined{font-size:16px}.customer-directory-filter-actions{display:flex;align-items:center;gap:8px;position:relative}.customer-directory-filter-actions .customer-directory-select{width:82px;min-width:82px;height:33px;border-radius:7px;background-position:calc(100% - 19px) 14px,calc(100% - 13px) 14px;background-size:6px 6px,6px 6px;padding:0 30px 0 11px;font-size:11px}.customer-directory-filter-actions .customer-directory-select:first-child{color:transparent;cursor:pointer}.customer-directory-filter-actions .customer-directory-select:first-child option{color:#111827}.customer-directory-filter-actions:before{content:"filter_alt";position:absolute;left:11px;top:50%;color:#475569;font-family:Material Symbols Outlined;font-size:15px;line-height:1;pointer-events:none;transform:translateY(-50%)}.customer-directory-filter-actions:after{content:"Filters";position:absolute;left:32px;top:50%;color:#334155;font-size:11px;font-weight:800;pointer-events:none;transform:translateY(-50%)}.customer-directory-filter-actions .customer-directory-select:nth-child(2){display:none}.customer-directory-table-wrap{display:none}.customer-directory-mobile-list{display:grid;gap:11px;padding:0}.customer-directory-mobile-card{display:grid;gap:11px;width:100%;border:1px solid #e3e8f0;border-radius:8px;background:#fff;min-height:142px;padding:16px 14px 15px;color:#111827;text-align:left}.customer-mobile-card-head{display:flex;align-items:center;gap:7px}.customer-mobile-card-head strong{font-size:12px;font-weight:900}.customer-mobile-card-head .material-symbols-outlined{color:#f4c430;font-size:14px;font-variation-settings:"FILL" 1,"wght" 600,"GRAD" 0,"opsz" 20}.customer-mobile-card-meta{display:grid;gap:5px;color:#59677b;font-size:10px}.customer-mobile-card-meta span{display:inline-flex;align-items:center;gap:6px}.customer-mobile-card-meta .material-symbols-outlined{color:#8995a7;font-size:13px}.customer-mobile-card-stats{display:grid;grid-template-columns:auto auto 1fr;align-items:end;gap:18px;padding-top:9px;border-top:1px solid #edf0f4;color:#8a95a5;font-size:9px}.customer-mobile-card-stats span{display:grid;gap:3px}.customer-mobile-card-stats strong{color:#111827;font-size:10px;font-weight:900}.customer-mobile-card-stats time{justify-self:end;color:#9aa4b2;font-size:10px}.customer-directory-footer{display:grid;justify-items:center;gap:8px;min-height:56px;margin-inline:-16px;padding:12px 14px;border-top:1px solid #e8edf3;background:#fff;font-size:9px}.customer-directory-pagination{gap:5px}.customer-directory-pagination button{min-width:32px;height:30px;border-radius:5px;padding:0 9px;font-size:11px}.history-directory-page{gap:26px}.history-directory-page .customer-directory-hero{display:grid;grid-template-columns:22px minmax(0,1fr);align-items:start;gap:7px;padding-bottom:13px}.history-directory-page .customer-directory-hero h1{font-size:24px;line-height:1.2;color:#111827;font-weight:900}.history-directory-page .customer-directory-hero p{margin-top:8px;font-size:16px;line-height:1.4;color:#748094}.history-directory-panel{margin-inline:-16px;border:0;border-top:1px solid #e7ebf0;border-radius:0;background:#f6f8fb;box-shadow:none;padding:15px 16px 0}.history-directory-filters{display:grid!important;gap:10px;padding-bottom:16px}.history-directory-filters .history-search-input{width:100%;height:38px;border:1px solid #dce3ec;border-radius:7px;background:#fff}.history-directory-filters .history-search-input input{height:100%;font-size:11px}.history-directory-filters .history-search-input .material-symbols-outlined{font-size:16px}.history-directory-filters .customer-directory-filter-actions{display:flex;align-items:center;gap:8px;flex-direction:row}.history-directory-filters .customer-directory-filter-actions .history-filter-select{width:auto;min-width:0;flex:1;height:33px;border-radius:7px;padding:0 26px 0 10px;font-size:11px;background-position:calc(100% - 16px) 14px,calc(100% - 10px) 14px;background-size:6px 6px,6px 6px}.history-desktop-table{display:none!important}.history-mobile-list{display:grid!important;gap:11px;padding:0}.history-mobile-card{display:grid;gap:11px;width:100%;border:1px solid #e3e8f0;border-radius:8px;background:#fff;min-height:142px;padding:16px 14px 15px;color:#111827;text-align:left;cursor:pointer;transition:border-color .18s ease,box-shadow .18s ease}.history-mobile-card:active{border-color:#b8c4d8;box-shadow:0 2px 8px #0000000f}.history-mobile-card__head{display:flex;align-items:center;justify-content:space-between;gap:8px}.history-mobile-card__head strong{font-size:14px;font-weight:900;color:#111827}.history-mobile-card__head .status-pill{min-height:22px;padding:2px 9px;font-size:9px;border-radius:6px}.history-mobile-card__meta{display:grid;gap:5px;color:#59677b;font-size:11px}.history-mobile-card__meta>span{display:inline-flex;align-items:center;gap:6px}.history-mobile-card__meta .material-symbols-outlined{color:#8995a7;font-size:14px}.history-mobile-card__stats{display:grid;grid-template-columns:auto auto 1fr;align-items:end;gap:18px;padding-top:9px;border-top:1px solid #edf0f4;color:#8a95a5;font-size:9px}.history-mobile-card__stats>span{display:grid;gap:3px}.history-mobile-card__stats strong{color:#111827;font-size:11px;font-weight:900}.history-mobile-card__total{justify-self:end;text-align:right}.history-mobile-card__total strong{color:#2563eb!important;font-size:13px!important}.history-mobile-card__actions{display:flex;align-items:center;gap:8px;padding-top:8px;border-top:1px solid #edf0f4}.history-mobile-action-btn{display:inline-flex;align-items:center;gap:4px;height:30px;border:1px solid #d9e2ef;border-radius:6px;background:#fff;color:#475569;padding:0 10px;font-size:10px;font-weight:700;cursor:pointer;transition:all .15s ease}.history-mobile-action-btn .material-symbols-outlined{font-size:14px}.history-mobile-action-btn:active{background:#f1f5f9}.history-mobile-action-btn--primary{border-color:#2563eb;background:#2563eb;color:#fff}.history-mobile-action-btn--primary:active{background:#1d4ed8}.history-mobile-empty{padding:32px 16px;text-align:center;color:#8a95a5;font-size:13px}.estimate-review-title h1{font-size:16px!important;font-weight:900;color:#111827;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}.estimate-review-title p{font-size:10px!important;color:#748094;-webkit-font-smoothing:antialiased}}.gauge-wrap{position:relative!important;width:100%!important;max-width:180px!important;aspect-ratio:1.8 / 1!important;margin:12px auto 6px!important;display:flex!important;justify-content:center!important;align-items:flex-start!important;overflow:visible!important}.gauge-svg{width:100%!important;height:auto!important;display:block!important;overflow:visible!important}.gauge-center{position:absolute!important;left:50%!important;bottom:0!important;transform:translate(-50%)!important;display:flex!important;flex-direction:column!important;align-items:center!important;text-align:center!important;pointer-events:none!important;z-index:10!important}.gauge-center strong{color:#1a56db!important;font-size:32px!important;line-height:1!important;font-weight:800!important}.gauge-center span{color:#718096!important;font-size:11px!important;font-weight:700!important;letter-spacing:.05em!important;text-transform:uppercase!important;margin-top:2px!important}.dashboard-legend--figma{align-self:end!important;margin-top:auto!important;display:grid!important;justify-content:stretch!important;gap:8px!important;width:100%!important}.dashboard-legend__row{background:transparent!important;border:none!important;padding:6px 12px!important;border-radius:6px!important;width:100%!important;cursor:pointer!important;transition:all .2s ease!important;outline:none!important;display:flex!important;align-items:center!important;justify-content:space-between!important;font-family:inherit!important}.dashboard-legend__row:hover{background:#f7fafc!important}.dashboard-legend__row.active{background:#edf2f7!important}.dashboard-legend__row span{color:#4a5568!important;font-size:14px!important;font-weight:600!important;display:inline-flex!important;align-items:center!important;gap:8px!important}.dashboard-legend__row.active span{color:#1a202c!important;font-weight:700!important}.dashboard-legend__row strong{color:#718096!important;font-size:14px!important;font-weight:600!important}.dashboard-legend__row.active strong{color:#1a202c!important;font-weight:700!important}.sidebar__collapse-btn{position:absolute!important;top:48px!important;right:-15px!important;width:30px!important;height:30px!important;border-radius:50%!important;border:1px solid #d8e1ef!important;background:#fff!important;color:#2f64e7!important;box-shadow:0 4px 10px #1f232814!important;transform:none!important;display:flex!important;align-items:center!important;justify-content:center!important;transition:all .2s ease-in-out!important}.sidebar__collapse-btn:hover{background:#2f64e7!important;color:#fff!important;border-color:#2f64e7!important;transform:scale(1.1)!important}.sidebar__collapse-btn .material-symbols-outlined{font-size:18px!important}.app-shell__body{transition:grid-template-columns .22s cubic-bezier(.4,0,.2,1)!important}.sidebar{transition:width .22s cubic-bezier(.4,0,.2,1),padding .22s cubic-bezier(.4,0,.2,1)!important;overflow:visible!important}.sidebar--collapsed .sidebar__brand{margin:0 0 24px!important;display:flex!important;justify-content:center!important;align-items:center!important}.sidebar--collapsed .sidebar__title{font-size:16px!important;font-weight:900!important;color:#2f64e7!important;background:#eef2ff!important;width:40px!important;height:40px!important;border-radius:10px!important;display:grid!important;place-items:center!important;margin:0 auto!important;letter-spacing:0!important;box-shadow:inset 0 0 0 1px #2f64e71a}.sidebar--collapsed .sidebar__item{justify-content:center!important;padding:12px 0!important}.sidebar--collapsed .sidebar__item .material-symbols-outlined{margin:0!important}@media(max-width:640px){.customer-detail-page,.estimate-wizard-page{gap:0!important;margin-inline:-28px;background:#fff}.customer-detail-topbar,.estimate-wizard-hero{min-height:58px;display:grid!important;grid-template-columns:24px minmax(0,1fr);align-items:center!important;gap:4px;border-bottom:1px solid #e8edf3;background:#fff;padding:0 16px!important}.customer-detail-title{display:contents}.customer-detail-title .customer-directory-back,.estimate-wizard-hero .customer-directory-back{width:24px;height:24px;border:0;background:transparent;color:#9aa4b2}.customer-detail-title h1,.customer-detail-topbar h1,.estimate-wizard-hero h1{margin:0;color:#111827;font-size:15px!important;font-weight:900;line-height:1.2}.estimate-wizard-hero p{margin-top:4px;color:#8a95a5;font-size:9px!important}.customer-detail-new-btn{position:fixed;right:calc(50% - 150px);bottom:132px;z-index:110;width:48px!important;min-width:48px!important;height:48px!important;min-height:48px!important;border-radius:50%!important;padding:0!important;font-size:0!important;box-shadow:0 10px 24px #2563eb47}.customer-detail-new-btn .material-symbols-outlined{font-size:27px}.customer-detail-card{border:0;border-radius:0;box-shadow:none;padding:18px 16px 8px}.customer-detail-card__head{margin-bottom:16px}.customer-detail-card__head h2{font-size:14px;font-weight:900}.customer-detail-edit{font-size:10px}.customer-detail-info-grid{grid-template-columns:1fr!important;gap:10px}.customer-detail-info-item{grid-template-columns:40px minmax(0,1fr);gap:12px;align-items:center}.customer-detail-info-icon{width:36px!important;height:36px!important;border-radius:50%!important;background:#eff6ff!important;color:#2563eb!important;display:flex;align-items:center;justify-content:center;border:1px solid #dbeafe}.customer-detail-info-icon .material-symbols-outlined{font-size:18px!important;font-weight:700}.customer-detail-info-item span:not(.customer-detail-info-icon){font-size:10px!important;font-weight:700;color:#9ca3af;text-transform:uppercase}.customer-detail-info-item strong{margin-top:1px;font-size:13px!important;font-weight:600;color:#111827;line-height:1.35}.customer-detail-info-item:nth-child(3){order:5}.customer-detail-info-item:nth-child(4){order:3}.customer-detail-info-item:nth-child(5){order:4}.customer-detail-info-item:nth-child(6){order:6}.customer-detail-tabs{min-height:44px;border-bottom:2px solid #edf2f7;border-top:none;border-radius:0;background:transparent;padding:0 20px;display:flex;gap:24px}.customer-detail-tabs button{min-height:44px;font-size:14px;font-weight:700;color:#6b7280;padding:12px 4px;position:relative;background:transparent;border:none;cursor:pointer}.customer-detail-tabs button.active{color:#2563eb;background:transparent;border:none}.customer-detail-tabs button.active:after{content:"";position:absolute;bottom:-2px;left:0;right:0;height:3px;background-color:#2563eb;border-radius:99px}.customer-detail-history{border:0;border-radius:0;background:#f7f9fc;box-shadow:none;padding:12px 12px 0}.customer-detail-filter-row,.customer-detail-history-head,.customer-detail-table-wrap{display:none}.customer-detail-mobile-estimates{display:grid;gap:12px}.customer-detail-mobile-estimate-card{border:1px solid #e2e8f0;border-radius:10px;padding:18px 20px;background:#fff;display:flex;flex-direction:column;gap:8px;transition:box-shadow .2s ease}.customer-detail-mobile-estimate-row-1{display:flex;justify-content:space-between;align-items:center}.customer-detail-mobile-estimate-row-1 strong{font-size:15px;font-weight:800;color:#111827}.customer-detail-mobile-estimate-row-2{display:flex;justify-content:space-between;align-items:center;font-size:13px;color:#9ca3af}.customer-detail-mobile-estimate-row-3{font-size:17px;font-weight:800;color:#111827;margin:4px 0 6px}.customer-detail-mobile-estimate-actions{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-top:6px}.customer-detail-mobile-estimate-actions button{height:34px!important;border:1px solid #e2e8f0!important;border-radius:7px!important;background:#fff!important;font-size:12px!important;font-weight:700!important;color:#4b5563!important;display:inline-flex;align-items:center;justify-content:center;gap:6px;cursor:pointer;transition:all .2s ease}.customer-detail-mobile-estimate-actions button:hover{background:#f8fafc!important;border-color:#cbd5e1!important}.customer-detail-mobile-estimate-actions .material-symbols-outlined{font-size:15px}.customer-detail-history-footer{display:grid;justify-items:center;gap:8px;margin:12px -12px 0;border-top:1px solid #e8edf3;background:#fff;padding:12px;color:#8a95a5;font-size:11px}.customer-detail-mobile-pagination{display:flex}.customer-detail-timeline-panel{background:#fff;padding:16px}.customer-detail-timeline{padding-left:12px}.customer-detail-timeline-item{grid-template-columns:24px minmax(0,1fr);gap:12px}.customer-detail-timeline-item:not(:last-child):before{left:11px;background-color:#dbeafe}.customer-detail-timeline-dot{width:24px;height:24px;border-radius:50%;background:#eff6ff;color:#2563eb;border:1px solid #dbeafe}.customer-detail-timeline-dot .material-symbols-outlined{font-size:14px}.customer-detail-timeline-card{border:1px solid #e2e8f0;border-radius:10px;padding:16px 18px;background:#fff;display:flex;flex-direction:column;gap:10px;width:100%;box-shadow:none}.customer-detail-timeline-header{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;width:100%}.customer-detail-timeline-header strong{font-size:14px;font-weight:800;color:#111827;line-height:1.35}.customer-detail-timeline-header .timeline-time{font-size:12px;color:#9ca3af;font-weight:500;white-space:nowrap}.customer-detail-timeline-body{display:flex;align-items:center;gap:10px;margin-top:2px}.timeline-avatar{width:32px;height:32px;border-radius:50%;background:#eff6ff;color:#2563eb;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:800;border:1px solid #dbeafe}.timeline-meta-text{display:flex;flex-direction:column;gap:2px}.timeline-meta-text .actor{font-size:13px;font-weight:600;color:#4b5563}.timeline-meta-text .date{font-size:11px;color:#9ca3af}.mobile-fab{display:flex;position:fixed;bottom:24px;right:24px;z-index:100;width:56px;height:56px;border-radius:50%;background:#2563eb;color:#fff;border:none;box-shadow:0 4px 14px #2563eb66;align-items:center;justify-content:center;cursor:pointer;transition:transform .2s ease,background-color .2s ease}.mobile-fab:active{transform:scale(.95);background-color:#1d4ed8}.mobile-fab .material-symbols-outlined{font-size:28px;font-weight:700}.customer-directory-mobile-filter-toggle{display:inline-flex;align-items:center;justify-content:center;gap:6px;height:38px;padding:0 16px;border:1px solid #dce3ec;border-radius:7px;background:#fff;font-size:13px;font-weight:600;color:#4b5563;cursor:pointer;transition:all .2s ease;align-self:flex-start}.customer-directory-mobile-filter-toggle.active{background-color:#eff6ff;color:#2563eb;border-color:#bfdbfe}.estimate-wizard-card{border:0;border-radius:0;box-shadow:none}.estimate-stepper{padding:10px 18px 12px;gap:0}.estimate-step span{width:25px;height:25px;border-width:1px;font-size:10px}.estimate-step strong{font-size:8px;line-height:1.25}.estimate-step i{display:block;top:12px;left:calc(50% + 22px);width:calc(100% - 44px);height:2px}.estimate-wizard-body{min-height:300px;background:#f7f9fc;padding:18px}.estimate-step-content{gap:14px}.estimate-step-content h3{font-size:12px}.estimate-customer-toggle{border-radius:6px;background:transparent;gap:8px;padding:0}.estimate-customer-toggle button{min-height:31px;border:1px solid #dfe5ef;border-radius:5px;background:#fff;font-size:9px}.estimate-customer-toggle button.active{border-color:#2563eb;box-shadow:none}.estimate-form-grid,.estimate-dimension-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px 10px}.estimate-form-field{gap:5px;font-size:9px}.estimate-form-field input,.estimate-form-field select,.estimate-form-field textarea{min-height:36px;border-radius:6px;padding:0 10px;font-size:10px}.estimate-form-field textarea{min-height:70px;padding-top:10px}.estimate-form-field--wide,.estimate-form-field--address,.estimate-form-field--mechanism{grid-column:1 / -1;max-width:none}.estimate-config-card{border:1px solid #e3e8f0;border-radius:8px;background:#fff;padding:12px;gap:12px}.estimate-shutter-card{gap:12px}.estimate-shutter-head{grid-template-columns:1fr auto auto;gap:8px}.estimate-shutter-head strong{font-size:11px}.estimate-shutter-head span{font-size:8px}.estimate-shutter-count{width:62px;height:20px;grid-template-columns:20px 1fr 20px;border-radius:4px}.estimate-count-btn,.estimate-shutter-count input{font-size:10px}.estimate-delete-btn{justify-self:end;gap:3px;font-size:9px}.estimate-delete-btn .material-symbols-outlined{font-size:12px}.estimate-add-shutter{min-height:38px;border-radius:6px;display:flex;justify-content:center;padding:0 12px;font-size:9px}.estimate-add-shutter .material-symbols-outlined{width:auto;height:auto;background:transparent;font-size:14px}.estimate-inline-summary{display:none}.estimate-services-list{gap:10px}.estimate-service-card{min-height:46px;grid-template-columns:1fr;gap:8px;border:1px solid #e3e8f0;border-radius:7px;background:#fff;padding:11px;font-size:10px}.estimate-service-card input[type=checkbox]{display:none}.estimate-service-amount{grid-column:auto;margin-top:0;gap:5px}.estimate-service-amount span{font-size:8px}.estimate-service-amount input{height:34px;border-radius:6px;font-size:10px}.estimate-wizard-footer{min-height:58px;padding:10px 18px;border-top:1px solid #e8edf3;background:#fff;display:grid;grid-template-columns:1fr 1fr;gap:10px}.estimate-back-btn,.estimate-continue-btn{width:100%;min-width:0;height:34px;border-radius:6px;font-size:9px}}@media(max-width:980px){.app-shell__body{display:flex!important;flex-direction:column!important}.sidebar{position:fixed!important;left:-100%!important;top:0!important;height:100vh!important;z-index:1000!important;transition:left .3s ease!important;background:#e7edf5!important}.sidebar.sidebar--open{left:0!important}.app-main{flex:1!important;width:100%!important;padding:16px!important;margin:0!important}.customer-directory-hero{display:flex;align-items:center;gap:16px}.customer-directory-hero h1{margin:0;font-size:24px}.customer-directory-hero p{margin:4px 0 0}.customer-directory-filter-actions{display:flex!important;flex-direction:row!important;gap:10px!important;width:100%!important}.customer-directory-filter-actions>div,.customer-directory-filter-actions>.customer-directory-filter-dropdown-container{flex:1!important;width:100%!important}.customer-detail-tabs{margin-bottom:20px!important}.estimate-dimension-grid{display:grid!important;grid-template-columns:1fr 1fr!important;gap:10px!important}}.customer-directory-footer{margin-top:24px}@media(max-width:980px){.mobile-shell-bar{display:none!important}.customer-directory-filters{display:flex!important;flex-direction:column!important;align-items:stretch!important;width:100%!important;gap:12px!important;padding:16px 0!important}.customer-directory-filters .customer-search-bar,.customer-directory-filters .customer-directory-search-input{width:100%!important;max-width:100%!important;flex:1 1 100%!important;display:block!important}.customer-directory-filters .customer-search-bar input,.customer-directory-filters .customer-directory-search-input input{width:100%!important;max-width:100%!important;box-sizing:border-box!important}}@media(max-width:640px){.mobile-shell-bar{display:none!important}.customer-directory-filters{display:flex!important;flex-direction:column!important;align-items:stretch!important;width:100%!important;gap:12px!important;padding:16px 0!important}.customer-directory-filters .customer-search-bar,.customer-directory-filters .customer-directory-search-input{width:100%!important;max-width:100%!important;flex:1 1 100%!important;display:block!important}.customer-directory-filters .customer-search-bar input,.customer-directory-filters .customer-directory-search-input input{width:100%!important;max-width:100%!important;box-sizing:border-box!important;height:44px!important;font-size:14px!important}}@media(max-width:980px){.estimate-stepper{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:0!important;padding:16px 10px 18px!important}.estimate-step{gap:6px!important}.estimate-step span{width:32px!important;height:32px!important;border-width:2px!important;font-size:13px!important;margin-bottom:4px!important}.estimate-step strong{font-size:11px!important;font-weight:700!important;line-height:1.2!important;display:block!important}.estimate-step i{display:block!important;top:16px!important;left:calc(50% + 22px)!important;width:calc(100% - 44px)!important;height:2px!important;background:#dce4f0!important}.estimate-customer-toggle{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important;background:transparent!important;padding:0!important}.estimate-customer-toggle button{min-height:44px!important;border:1px solid #dce3ec!important;border-radius:8px!important;background:#fff!important;font-size:14px!important;font-weight:700!important;color:#4b5563!important}.estimate-customer-toggle button.active{border-color:#2563eb!important;color:#2563eb!important;background:#eff6ff!important;box-shadow:0 4px 12px #2563eb14!important}.estimate-form-grid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important}.estimate-form-field{width:100%!important}.estimate-form-field input,.estimate-form-field select,.estimate-form-field textarea{min-height:40px!important;border-radius:8px!important;font-size:14px!important;padding:0 12px!important}.estimate-form-field textarea{padding-top:10px!important;min-height:80px!important}.estimate-shutter-head{display:flex!important;flex-wrap:wrap!important;align-items:center!important;justify-content:space-between!important;gap:12px!important;width:100%!important}.estimate-shutter-count{width:110px!important;height:32px!important}.estimate-count-btn,.estimate-shutter-count input{font-size:15px!important}.estimate-delete-btn{align-self:center!important;justify-self:auto!important;font-size:13px!important}.estimate-dimension-grid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important}.estimate-wizard-footer{display:flex!important;flex-direction:row!important;align-items:center!important;justify-content:space-between!important;gap:12px!important;padding:16px!important}.estimate-back-btn,.estimate-continue-btn{width:auto!important;flex:1!important;min-width:0!important;height:44px!important;border-radius:8px!important;font-size:14px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important}}@media(max-width:640px){.estimate-stepper{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:0!important;padding:12px 6px 14px!important}.estimate-step{gap:4px!important}.estimate-step span{width:28px!important;height:28px!important;border-width:2px!important;font-size:11px!important;margin-bottom:4px!important}.estimate-step strong{font-size:10px!important;font-weight:700!important;line-height:1.2!important}.estimate-step i{display:block!important;top:14px!important;left:calc(50% + 20px)!important;width:calc(100% - 40px)!important;height:2px!important}.estimate-customer-toggle{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important}.estimate-customer-toggle button{min-height:40px!important;font-size:13px!important}.estimate-form-grid,.estimate-dimension-grid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important}.estimate-wizard-footer{display:flex!important;flex-direction:row!important;align-items:center!important;justify-content:space-between!important;gap:10px!important;padding:14px!important}.estimate-back-btn,.estimate-continue-btn{height:42px!important}}@media(max-width:980px){.mobile-shell-bar,.mobile-shell-bar__brand,.mobile-shell-title-btn,.mobile-shell-title-btn strong{background:transparent!important;box-shadow:none!important;text-shadow:none!important;-webkit-tap-highlight-color:transparent}.mobile-shell-title-btn{border:0!important;color:#111827!important;-webkit-appearance:none;-moz-appearance:none;appearance:none}.customer-directory-filter-actions:before,.customer-directory-filter-actions:after{content:none!important}.customer-directory-filter-actions .customer-directory-select{width:auto!important;min-width:0!important;flex:1 1 0!important;color:#111827!important;background-position:calc(100% - 18px) 50%,calc(100% - 12px) 50%!important;padding-right:34px!important;padding-left:12px!important;text-overflow:ellipsis}.customer-directory-filter-actions .customer-directory-select:nth-child(2){display:block!important}}@media(max-width:640px){.customer-mobile-card-head{justify-content:space-between!important}.customer-mobile-card-head .material-symbols-outlined{display:none!important}.customer-directory-filter-actions{gap:8px!important}.customer-directory-filter-actions .customer-directory-select{height:38px!important;font-size:11px!important}}@media(max-width:980px){.mobile-shell-bar{display:flex!important}}@media(max-width:640px){.app-main:has(.dashboard-page--figma){max-width:430px!important;margin-inline:auto!important;padding:24px 16px!important}.dashboard-page--figma{width:100%!important;max-width:398px!important;margin-inline:auto!important}.mobile-shell-title-btn{cursor:pointer}}@media(max-width:640px){.app-main:has(.customer-directory-page){max-width:390px!important;margin-inline:auto!important;padding:0!important;background:#f6f8fb!important}body:has(.customer-directory-page) .mobile-shell-bar{position:sticky!important;top:0!important;width:100%!important;min-height:56px!important;padding:0 16px!important;background:#fff!important}.customer-directory-page{min-height:calc(100vh - 56px)!important;display:block!important;margin:0!important;background:#f6f8fb!important}.customer-directory-hero{display:none!important}.customer-directory-hero h1{margin:0!important;color:#111827!important;font-size:24px!important;line-height:1.2!important;font-weight:900!important}.customer-directory-hero p{margin:4px 0 0!important;color:#6f7b90!important;font-size:16px!important;line-height:1.35!important;font-weight:500!important}.customer-directory-panel{min-height:0!important;display:block!important;margin:0!important;border:0!important;border-radius:0!important;background:#f6f8fb!important;box-shadow:none!important;padding:16px 14px 0!important;overflow:visible!important}.customer-directory-filters{display:grid!important;gap:12px!important;width:100%!important;min-height:0!important;padding:0 0 17px!important;border:0!important;background:transparent!important}.customer-directory-filters .customer-directory-search-input{width:100%!important;min-width:0!important;height:42px!important;display:block!important;border:1px solid #dce4ef!important;border-radius:7px!important;background:#fff!important;box-shadow:0 1px 3px #0f172a14!important;flex:none!important}.customer-directory-filters .customer-directory-search-input .material-symbols-outlined{left:14px!important;color:#a0acbd!important;font-size:17px!important}.customer-directory-filters .customer-directory-search-input input{height:100%!important;border:0!important;border-radius:7px!important;background:transparent!important;padding:0 14px 0 39px!important;color:#111827!important;font-size:13px!important;font-weight:700!important;box-shadow:none!important}.customer-directory-filters .customer-directory-search-input input::placeholder{color:#7b8798!important;opacity:1}.customer-directory-filter-actions{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important;width:100%!important}.customer-directory-filter-actions .customer-directory-select{width:100%!important;min-width:0!important;height:38px!important;border:1px solid #dce4ef!important;border-radius:6px!important;background-color:#fff!important;background-position:calc(100% - 20px) 16px,calc(100% - 14px) 16px!important;background-size:6px 6px,6px 6px!important;color:#111827!important;padding:0 32px 0 10px!important;font-size:11px!important;font-weight:900!important;box-shadow:0 1px 3px #0f172a14!important}.customer-directory-mobile-list{display:grid!important;gap:11px!important;padding:0!important}.customer-directory-mobile-card{min-height:132px!important;display:grid!important;gap:9px!important;width:100%!important;border:1px solid #e2e8f0!important;border-radius:7px!important;background:#fff!important;color:#111827!important;padding:17px 14px 14px!important;text-align:left!important;box-shadow:0 1px 2px #0f172a0d!important}.customer-mobile-card-head{min-height:15px;display:flex!important;align-items:center!important;justify-content:space-between!important}.customer-mobile-card-head strong{color:#111827!important;font-size:12px!important;line-height:1.2!important;font-weight:900!important}.customer-mobile-card-meta{display:grid!important;gap:5px!important;color:#8a96a8!important;font-size:10px!important;line-height:1.2!important;font-weight:600!important}.customer-mobile-card-meta span{min-width:0;display:inline-flex!important;align-items:center!important;gap:6px!important;overflow-wrap:anywhere}.customer-mobile-card-meta .material-symbols-outlined{flex:0 0 13px;color:#96a2b2!important;font-size:13px!important}.customer-mobile-card-stats{display:grid!important;grid-template-columns:54px 98px minmax(0,1fr)!important;align-items:end!important;gap:4px!important;margin-top:7px!important;padding-top:9px!important;border-top:1px solid #edf1f5!important;color:#8a96a8!important;font-size:8px!important;line-height:1.15!important}.customer-mobile-card-stats span{display:grid!important;gap:2px!important;min-width:0}.customer-mobile-card-stats strong{color:#111827!important;font-size:10px!important;line-height:1.15!important;font-weight:900!important}.customer-mobile-card-stats time{justify-self:end!important;color:#a4adbb!important;font-size:10px!important;line-height:1.15!important;white-space:nowrap}.customer-directory-footer{min-height:72px!important;display:grid!important;justify-items:center!important;align-content:center!important;text-align:center!important;gap:8px!important;margin:19px 0 0!important;padding:12px 14px 16px!important;border:0!important;border-top:1px solid #edf1f5!important;background:#fff!important;color:#7d899a!important;font-size:11px!important;font-weight:600!important}.customer-directory-pagination{display:flex!important;gap:6px!important}.customer-directory-pagination button{min-width:30px!important;height:29px!important;border:1px solid #dfe7f2!important;border-radius:5px!important;background:#fff!important;color:#9aa4b2!important;padding:0 9px!important;font-size:11px!important;font-weight:700!important}.customer-directory-pagination button.active{border-color:#2f64e7!important;background:#2f64e7!important;color:#fff!important}}@media(max-width:640px){body:has(.settings-page){background:#adadad!important}.app-main:has(.settings-page){width:100%!important;max-width:390px;min-height:100vh;margin:0 auto;padding:0!important;background:#f6f8fb}.settings-page{width:100%;margin:0!important;gap:0!important;background:#f7f9fc}.settings-page-header{min-height:76px;display:flex!important;flex-direction:row;align-items:stretch!important;justify-content:center;gap:0;border:0;background:#f6f8fb;padding:17px 11px 10px!important}.settings-title-row{display:grid;grid-template-columns:24px minmax(0,1fr);align-items:start;gap:4px}.settings-back-btn{width:22px;height:24px;margin:0}.settings-back-btn .material-symbols-outlined{font-size:22px}.settings-page-header h1{margin:0;color:#111827;font-size:15px!important;line-height:1.15;font-weight:900}.settings-page-header p{margin-top:4px;color:#8a95a5;font-size:9px!important;line-height:1.3;font-weight:500}.settings-page .header-actions{display:none!important}.settings-save-action,.settings-edit-btn{width:100%;min-height:34px!important;border-radius:7px!important;font-size:9px!important}.settings-content-panel{display:block;padding:0 12px 18px!important;background:#f7f9fc}.settings-tabs-bar{display:flex!important;flex-direction:column;align-items:stretch!important;gap:12px;margin:0 -6px 13px;padding:0 6px;overflow-x:auto;-webkit-overflow-scrolling:touch}.settings-tabs-bar .tab-row{display:grid!important;grid-auto-flow:column;grid-auto-columns:112px;grid-template-columns:none!important;gap:8px;min-width:max-content;overflow:visible}.settings-mobile-controls{display:block}.settings-mobile-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.settings-mobile-actions:empty{display:none}.settings-page .tab-btn{width:112px!important;min-width:112px!important;height:27px;min-height:27px;border:1px solid transparent;border-radius:6px;background:#e5eaf3;color:#667085;padding:0 6px;font-size:8px!important;font-weight:700;box-shadow:none}.settings-page .tab-btn.active{border-color:#2f64e7;background:#fff;color:#111827;box-shadow:none}.settings-add-material-btn{align-self:end;width:auto!important;min-width:86px!important;min-height:27px!important;border-radius:7px!important;padding:0 9px!important;font-size:8px!important}.settings-add-material-btn .material-symbols-outlined{font-size:13px}.settings-material-card,.settings-users-card,.settings-page .gst-settings-card{border:0;border-radius:0;background:transparent;box-shadow:none;padding:0!important}.settings-material-table-wrap,.settings-users-table-wrap{overflow:visible!important;padding:0!important}.settings-material-table-wrap,.settings-activity-table-wrap,.settings-users-table-wrap{display:none!important}.settings-material-mobile-list{display:grid;gap:12px}.settings-material-mobile-card{min-height:125px;border:1px solid #e2e8f0;border-radius:9px;background:#fff;padding:14px 15px 13px}.settings-material-mobile-card__head{display:grid;grid-template-columns:18px minmax(0,1fr) 24px;align-items:center;gap:4px;color:#c8ced8}.settings-material-mobile-card__head strong{color:#111827;font-size:11px;font-weight:900}.settings-material-mobile-card__head .material-symbols-outlined{font-size:16px}.settings-material-mobile-details{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px 18px;margin:10px 0 0}.settings-material-mobile-details div{min-width:0}.settings-material-mobile-details__wide{grid-column:1 / -1}.settings-material-mobile-details dt{margin-bottom:2px;color:#2563eb;font-size:7px;font-weight:900;text-transform:uppercase}.settings-material-mobile-details dd{margin:0;color:#475467;font-size:9px;line-height:1.25;overflow-wrap:anywhere}.settings-material-mobile-details input,.settings-material-mobile-details select{width:100%;max-width:86px;min-height:22px!important;border:1px solid #d9e1ec;border-radius:5px;background:#fff;color:#475467;padding:0 7px;font-size:9px!important;line-height:1;box-shadow:none}.settings-material-mobile-details__wide input{max-width:100%}.settings-material-empty{margin:16px 0;color:#667085;font-size:11px;text-align:center}.settings-activity-mobile-list{display:grid;gap:12px}.settings-activity-mobile-card{border:1px solid #e2e8f0;border-radius:9px;background:#fff;padding:14px 15px}.settings-activity-mobile-card__head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.settings-activity-mobile-card__head strong{color:#111827;font-size:11px;line-height:1.25;font-weight:900}.settings-activity-mobile-card__head span{color:#98a2b3;font-size:8px;white-space:nowrap}.settings-activity-mobile-card p{margin:8px 0 10px;color:#475467;font-size:9px;line-height:1.35}.settings-activity-mobile-card dl{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px 16px;margin:0}.settings-activity-mobile-card dt{margin-bottom:2px;color:#2563eb;font-size:7px;font-weight:900;text-transform:uppercase}.settings-activity-mobile-card dd{margin:0;color:#475467;font-size:9px;line-height:1.25;overflow-wrap:anywhere}.settings-activity-mobile-empty{margin:16px 0;color:#667085;font-size:11px;text-align:center}.settings-material-table-wrap table,.settings-material-table-wrap tbody,.settings-material-table-wrap tr,.settings-material-table-wrap td,.settings-users-table-wrap table,.settings-users-table-wrap tbody,.settings-users-table-wrap tr,.settings-users-table-wrap td{display:block;width:100%}.settings-material-table-wrap table,.settings-users-table-wrap table{min-width:0!important}.settings-material-table-wrap thead,.settings-users-table-wrap thead{display:none}.settings-material-table-wrap tr,.settings-users-table-wrap tr{position:relative;display:grid;border:1px solid #e2e8f0;border-radius:9px;background:#fff!important;margin-bottom:12px;padding:15px}.settings-material-table-wrap tr{grid-template-columns:repeat(2,minmax(0,1fr));gap:7px 18px;min-height:125px}.settings-material-table-wrap td,.settings-users-table-wrap td{height:auto!important;border:0!important;padding:0!important;white-space:normal;color:#475467;font-size:9px!important;line-height:1.25}.settings-material-table-wrap td:nth-child(2){grid-column:1 / -1;padding-left:22px!important;color:#111827;font-size:11px!important;font-weight:900}.settings-material-table-wrap td:first-child{position:absolute;top:14px;left:12px;width:auto;color:#c8ced8}.settings-material-table-wrap td:last-child{position:absolute;top:12px;right:12px;width:auto}.settings-material-table-wrap td:nth-child(3):before{content:"UNIT"}.settings-material-table-wrap td:nth-child(4):before{content:"FACTOR TYPE"}.settings-material-table-wrap td:nth-child(5):before{content:"FACTOR"}.settings-material-table-wrap td:nth-child(6):before{content:"VARIANTS"}.settings-material-table-wrap td:nth-child(7):before{content:"PRICE (INR)"}.settings-material-table-wrap td:before{display:block;margin-bottom:2px;color:#2563eb;font-size:7px;font-weight:900}.settings-material-table-wrap input,.settings-material-table-wrap select{min-height:24px!important;border-radius:5px;padding:0 8px;font-size:9px!important}.settings-row-actions .settings-delete-material-btn{width:22px;height:22px;border:0;background:transparent;color:#ff5b66}.settings-row-actions .settings-delete-material-btn .material-symbols-outlined{font-size:15px}.settings-users-head{display:flex!important;flex-direction:row;align-items:center!important;justify-content:space-between;margin-bottom:12px!important}.settings-users-head h3{color:#111827;font-size:11px!important;font-weight:900}.settings-users-head .muted-text,.settings-users-refresh{display:none!important}.settings-users-actions{display:block!important}.settings-users-mobile-list{display:grid;gap:12px}.settings-users-mobile-card{border:1px solid #e2e8f0;border-radius:9px;background:#fff;padding:14px 15px}.settings-users-mobile-card__head{display:flex;justify-content:space-between;gap:14px}.settings-users-mobile-card__head div:first-child{min-width:0;display:grid;gap:3px}.settings-users-mobile-card__head strong{color:#111827;font-size:11px;line-height:1.25;font-weight:900;overflow-wrap:anywhere}.settings-users-mobile-card__head span{color:#667085;font-size:8px;line-height:1.3;overflow-wrap:anywhere}.settings-users-mobile-icon-actions{flex:0 0 auto;display:flex;gap:8px}.settings-users-mobile-icon-actions .settings-user-action-btn{width:22px!important;height:22px!important;border:0!important;border-radius:6px!important;background:transparent!important;color:#98a2b3!important;padding:0!important}.settings-users-mobile-icon-actions .settings-user-action-btn.danger-action{color:#ff5b66!important}.settings-users-mobile-icon-actions .material-symbols-outlined{font-size:14px!important}.settings-users-mobile-meta{display:flex;flex-wrap:wrap;gap:7px;margin-top:10px}.settings-users-mobile-meta>span:not(.user-status-pill){min-height:24px;display:inline-flex;align-items:center;border:1px solid #e2e8f0;border-radius:7px;background:#fff;color:#344054;padding:0 9px;font-size:8px;font-weight:700}.settings-users-mobile-actions{display:flex;flex-wrap:wrap;gap:7px;margin-top:10px}.settings-users-mobile-actions button{min-height:26px;display:inline-flex;align-items:center;justify-content:center;gap:4px;border:1px solid #e2e8f0;border-radius:7px;background:#fff;color:#344054;padding:0 9px;font-size:8px;font-weight:700}.settings-users-mobile-actions .material-symbols-outlined{font-size:13px}.settings-users-mobile-empty{margin:14px 0;color:#667085;font-size:10px;text-align:center}.settings-users-create{width:auto!important;min-width:86px!important;min-height:31px!important;border-radius:8px!important;padding:0 12px!important;font-size:8px!important}.settings-users-create .material-symbols-outlined{display:none}.settings-users-table-wrap tr{min-height:104px;padding:16px 15px}.settings-users-table-wrap td:first-child{margin-bottom:3px;color:#111827;font-size:11px!important;font-weight:900}.settings-users-table-wrap td:nth-child(2),.settings-users-table-wrap td:nth-child(3){color:#667085;font-size:8px!important;font-weight:600}.settings-users-table-wrap td:nth-child(4),.settings-users-table-wrap td:nth-child(5),.settings-users-table-wrap td:nth-child(6){display:none}.settings-users-table-wrap td:last-child{position:static;width:auto;margin-top:10px}.settings-users-row-actions{display:flex;flex-wrap:wrap;gap:7px}.settings-users-row-actions .settings-user-action-btn{width:auto!important;height:26px!important;border:1px solid #e2e8f0!important;border-radius:7px!important;background:#fff!important;color:#344054!important;padding:0 9px!important;gap:4px;font-size:8px;font-weight:700}.settings-users-row-actions .settings-user-action-btn:first-child{position:absolute;top:13px;right:42px;width:22px!important;height:22px!important;border:0!important;padding:0!important}.settings-users-row-actions .settings-user-action-btn.danger-action{position:absolute;top:13px;right:13px;width:22px!important;height:22px!important;border:0!important;padding:0!important;color:#ff5b66!important}.settings-users-row-actions .settings-user-action-btn:first-child:after,.settings-users-row-actions .settings-user-action-btn.danger-action:after{content:none}.settings-users-row-actions .settings-user-action-btn:nth-child(2):after{content:"Deactivate"}.settings-users-row-actions .settings-user-action-btn .material-symbols-outlined{font-size:13px!important}.settings-page .gst-settings-card{border-radius:10px;background:#eef3ff;padding:16px!important}.settings-page .gst-settings-card h3{font-size:13px}.settings-page .gst-settings-card .muted-text,.settings-page .gst-enable-row,.settings-page .gst-settings-panel label,.settings-page .gst-note,.settings-page .gst-note p{font-size:9px}.settings-page .gst-settings-panel{border:0;background:transparent;padding:0}.settings-page .gst-settings-panel .three-col{grid-template-columns:1fr}.user-modal-backdrop{padding:0}.user-create-modal{width:min(360px,calc(100vw - 30px));border-radius:18px}.user-edit-modal{width:min(360px,calc(100vw - 30px));max-height:calc(100dvh - 36px);border-radius:18px}.user-modal-head,.user-edit-head{min-height:58px;padding:18px 22px 14px}.user-modal-head h3,.user-edit-head h3{font-size:13px!important}.user-edit-head p{font-size:8px}.user-create-form,.user-edit-form{gap:14px;padding:18px 22px 22px}.user-create-form label,.user-edit-form label{font-size:9px!important}.user-input-shell,.user-edit-form input{height:38px!important;border-radius:9px}.user-edit-form .two-col{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px}.settings-access-toggle{min-height:62px;grid-template-columns:34px minmax(0,1fr) auto auto!important;gap:9px;border-radius:12px;padding:12px}.settings-access-toggle strong,.settings-access-toggle em{font-size:9px!important}.settings-access-toggle small{font-size:7px!important}.user-edit-footer{min-height:56px;margin:0 -22px -22px;padding:12px 22px;flex-direction:row}}@media(max-width:640px){body:has(.customer-directory-page){background:#f6f8fb!important}body:has(.customer-directory-page) .mobile-shell-bar{position:sticky!important;top:0!important;left:auto!important;width:100%!important;min-height:56px!important;padding:0 16px!important;background:#fff!important;transform:none!important;border-bottom:1px solid #e3e8f2!important}body:has(.customer-directory-page) .mobile-shell-title-btn{min-height:auto!important;display:inline-flex!important;flex-direction:column!important;align-items:flex-start!important;background:transparent!important;color:#1f2937!important;padding:0!important}body:has(.customer-directory-page) .mobile-shell-title-btn strong{color:#1f2937!important;font-size:16px!important;line-height:1.15!important;font-weight:900!important}.app-main:has(.customer-directory-page){width:100%!important;max-width:390px!important;min-height:calc(100vh - 56px)!important;margin:0 auto!important;padding:0!important;background:#f6f8fb!important}.customer-directory-page{width:100%!important;min-height:calc(100vh - 56px)!important;display:block!important;margin:0!important;color:#111827!important;background:#f6f8fb!important}.customer-directory-page .customer-directory-hero{display:none!important}.customer-directory-page .customer-directory-panel{min-height:0!important;display:block!important;margin:0!important;border:0!important;border-radius:0!important;background:#f6f8fb!important;box-shadow:none!important;padding:16px 14px 0!important;overflow:visible!important}.customer-directory-page .customer-directory-filters{width:100%!important;min-height:0!important;display:grid!important;gap:12px!important;padding:0 0 17px!important;border:0!important;background:transparent!important}.customer-directory-page .customer-directory-search-input{position:relative!important;width:100%!important;min-width:0!important;height:42px!important;display:block!important;border:1px solid #dce4ef!important;border-radius:7px!important;background:#fff!important;box-shadow:0 1px 3px #0f172a14!important;flex:none!important}.customer-directory-page .customer-directory-search-input .material-symbols-outlined{position:absolute!important;left:14px!important;top:50%!important;color:#a0acbd!important;font-size:17px!important;transform:translateY(-50%)!important}.customer-directory-page .customer-directory-search-input input{width:100%!important;height:100%!important;border:0!important;border-radius:7px!important;background:transparent!important;color:#111827!important;padding:0 14px 0 39px!important;font-size:13px!important;font-weight:700!important;box-shadow:none!important}.customer-directory-page .customer-directory-search-input input::placeholder{color:#7b8798!important;opacity:1!important}.customer-directory-page .customer-directory-filter-actions{width:100%!important;display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important;position:static!important}.customer-directory-page .customer-directory-filter-actions:before,.customer-directory-page .customer-directory-filter-actions:after{content:none!important}.customer-directory-page .customer-directory-filter-actions .customer-directory-select{display:block!important;width:100%!important;min-width:0!important;height:38px!important;border:1px solid #dce4ef!important;border-radius:6px!important;background-color:#fff!important;background-position:calc(100% - 20px) 16px,calc(100% - 14px) 16px!important;background-size:6px 6px,6px 6px!important;color:#111827!important;padding:0 32px 0 10px!important;font-size:11px!important;font-weight:900!important;box-shadow:0 1px 3px #0f172a14!important;text-overflow:ellipsis!important}.customer-directory-page .customer-directory-mobile-list{display:grid!important;gap:11px!important;padding:0!important}.customer-directory-page .customer-directory-mobile-card{width:100%!important;min-height:132px!important;display:grid!important;gap:9px!important;border:1px solid #e2e8f0!important;border-radius:7px!important;background:#fff!important;color:#111827!important;padding:17px 14px 14px!important;text-align:left!important;box-shadow:0 1px 2px #0f172a0d!important}.customer-directory-page .customer-mobile-card-head strong{color:#111827!important;font-size:12px!important;line-height:1.2!important;font-weight:900!important}.customer-directory-page .customer-mobile-card-meta{display:grid!important;gap:5px!important;color:#8a96a8!important;font-size:10px!important;line-height:1.2!important;font-weight:600!important}.customer-directory-page .customer-mobile-card-stats{display:grid!important;grid-template-columns:54px 98px minmax(0,1fr)!important;align-items:end!important;gap:4px!important;margin-top:7px!important;padding-top:9px!important;border-top:1px solid #edf1f5!important;color:#8a96a8!important;font-size:8px!important;line-height:1.15!important}.customer-directory-page .customer-mobile-card-stats strong{color:#111827!important;font-size:10px!important;line-height:1.15!important;font-weight:900!important}.customer-directory-page .customer-mobile-card-stats time{justify-self:end!important;color:#a4adbb!important;font-size:10px!important;line-height:1.15!important;white-space:nowrap!important}.customer-directory-page .customer-directory-footer{min-height:72px!important;display:grid!important;justify-items:center!important;align-content:center!important;text-align:center!important;gap:8px!important;margin:19px -14px 0!important;padding:12px 14px 16px!important;border:0!important;border-top:1px solid #edf1f5!important;background:#fff!important;color:#7d899a!important;font-size:11px!important;font-weight:600!important}.mobile-shell-subtitle{color:#6f7b90;font-size:11px;font-weight:500;line-height:1.2;margin-top:2px;display:block;text-align:left}.customer-directory-page .customer-directory-filters{grid-template-columns:1fr!important;justify-items:stretch!important}.customer-directory-page .customer-directory-search-input,.customer-directory-page .customer-directory-filters .customer-directory-search-input,.customer-directory-page .customer-directory-filters .customer-search-bar{inline-size:100%!important;width:100%!important;justify-self:stretch!important;flex:0 0 auto!important;box-sizing:border-box!important}.customer-directory-page .customer-directory-search-input input{inline-size:100%!important;width:100%!important;box-sizing:border-box!important}}@media(max-width:640px){body:has(.estimate-wizard-page) .mobile-shell-bar{position:sticky!important;top:0!important;left:auto!important;width:100%!important;min-height:56px!important;padding:0 16px!important;border-bottom:1px solid #e3e8f2!important;background:#fff!important;transform:none!important;pointer-events:auto!important}body:has(.estimate-wizard-page) .mobile-shell-title-btn strong{color:#111827!important;font-size:16px!important;line-height:1.15!important;font-weight:900!important}.app-main:has(.estimate-wizard-page){padding-top:0!important}.estimate-wizard-page{margin-inline:-16px!important}.estimate-wizard-hero{display:none!important}}@media(max-width:640px){body:has(.customer-detail-page) .mobile-shell-bar,body:has(.history-directory-page) .mobile-shell-bar,body:has(.settings-page) .mobile-shell-bar{position:sticky!important;top:0!important;left:auto!important;z-index:160!important;width:100%!important;min-height:56px!important;display:flex!important;align-items:center!important;border-bottom:1px solid #e3e8f2!important;background:#fff!important;padding:0 14px!important;transform:none!important;pointer-events:auto!important}body:has(.customer-detail-page) .mobile-shell-bar__brand,body:has(.history-directory-page) .mobile-shell-bar__brand,body:has(.settings-page) .mobile-shell-bar__brand{width:100%!important;display:grid!important;grid-template-columns:32px minmax(0,1fr) 32px!important;align-items:center!important;gap:0!important}body:has(.customer-detail-page) .mobile-shell-title-btn,body:has(.history-directory-page) .mobile-shell-title-btn,body:has(.settings-page) .mobile-shell-title-btn{min-width:0!important;width:100%!important;min-height:32px!important;display:grid!important;justify-items:start!important;align-content:center!important;border:0!important;background:transparent!important;padding:0!important}body:has(.customer-detail-page) .mobile-shell-title-btn strong,body:has(.history-directory-page) .mobile-shell-title-btn strong,body:has(.settings-page) .mobile-shell-title-btn strong{color:#111827!important;font-size:16px!important;line-height:1.15!important;font-weight:900!important;text-align:left!important}body:has(.customer-directory-page) .mobile-shell-title-btn,body:has(.estimate-wizard-page) .mobile-shell-title-btn,body:has(.estimate-review-page) .mobile-shell-title-btn,body:has(.history-directory-page) .mobile-shell-title-btn,body:has(.settings-page) .mobile-shell-title-btn{align-items:flex-start!important}body:has(.customer-directory-page) .mobile-shell-subtitle,body:has(.estimate-wizard-page) .mobile-shell-subtitle,body:has(.estimate-review-page) .mobile-shell-subtitle,body:has(.history-directory-page) .mobile-shell-subtitle,body:has(.settings-page) .mobile-shell-subtitle{display:block!important;margin-top:4px!important;color:#8a95a5!important;font-size:11px!important;line-height:1.25!important;font-weight:500!important;text-align:left!important}.app-main:has(.customer-detail-page),.app-main:has(.history-directory-page),.app-main:has(.settings-page){width:100%!important;max-width:390px!important;margin:0 auto!important;padding:0!important;background:#f6f8fb!important}.customer-detail-page{width:100%!important;margin:0!important;background:#fff!important}.customer-detail-topbar,.history-directory-page .customer-directory-hero,.settings-page-header{display:none!important}.history-directory-page{width:100%!important;margin:0!important;gap:0!important;background:#f6f8fb!important}.history-directory-panel{width:100%!important;margin:0!important;border:0!important;border-radius:0!important;background:#f6f8fb!important;box-shadow:none!important;padding:12px 0 0!important}.history-directory-filters{width:100%!important;display:grid!important;grid-template-columns:1fr!important;gap:10px!important;padding:0 0 16px!important}.history-directory-filters .history-search-input{width:100%!important;min-width:0!important;height:42px!important;display:block!important;border:1px solid #dce4ef!important;border-radius:8px!important;background:#fff!important;box-shadow:0 1px 3px #0f172a14!important}.history-directory-filters .history-search-input input{width:100%!important;height:100%!important;border:0!important;background:transparent!important;padding:0 14px 0 40px!important;font-size:12px!important;box-shadow:none!important}.history-directory-filters .history-search-input .material-symbols-outlined{left:14px!important;font-size:17px!important}.history-directory-filters .customer-directory-filter-actions{width:100%!important;display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important}.history-directory-filters .history-filter-select{width:100%!important;min-width:0!important;height:38px!important}.settings-page{width:100%!important;margin:0!important;gap:0!important;background:#f6f8fb!important}.settings-content-panel{padding:12px 12px 18px!important}.settings-tabs-bar{display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;align-items:center!important;gap:10px!important;overflow:visible!important;scrollbar-width:none!important}.settings-tabs-bar::-webkit-scrollbar{display:none!important}.settings-tabs-bar .tab-row{min-width:0!important;grid-column:1!important;grid-row:1!important;grid-auto-columns:128px!important;gap:10px!important;overflow-x:auto!important;scrollbar-width:none!important;-webkit-overflow-scrolling:touch!important}.settings-tabs-bar .tab-row::-webkit-scrollbar{display:none!important}.settings-page .tab-btn{width:128px!important;min-width:128px!important;border-color:#b7c8e6!important;background:#eef3fb!important;color:#344054!important}.settings-page .tab-btn.active{border-color:#2f64e7!important;background:#fff!important;color:#111827!important;box-shadow:inset 0 0 0 1px #2f64e73d,0 1px 3px #0f172a14!important}.settings-mobile-controls{display:flex!important;grid-column:2!important;grid-row:1!important;justify-content:flex-end!important}.settings-mobile-actions{width:auto!important;display:flex!important;justify-content:flex-end!important;gap:8px!important}.settings-mobile-actions .settings-edit-btn{width:auto!important;min-width:84px!important;padding-inline:14px!important}.settings-mobile-actions .settings-save-action{width:auto!important;min-width:90px!important;padding-inline:12px!important}.settings-add-material-btn{grid-column:2!important;grid-row:2!important;justify-self:end!important}.settings-material-mobile-card{position:relative!important;padding:16px 14px 14px!important}.settings-material-mobile-card__head{display:grid!important;grid-template-columns:18px minmax(0,1fr) 30px!important;align-items:start!important;gap:7px!important;padding-right:0!important}.settings-material-mobile-card__head .settings-delete-material-btn{justify-self:end!important;align-self:start!important;width:28px!important;height:28px!important;min-width:28px!important;min-height:28px!important;display:inline-grid!important;place-items:center!important;border:1px solid #e2e8f0!important;border-radius:7px!important;background:#fff!important;color:#98a2b3!important;padding:0!important}.settings-material-mobile-card__head .settings-delete-material-btn .material-symbols-outlined{font-size:16px!important;line-height:1!important}body:has(.estimate-review-page) .mobile-shell-bar{display:none!important}.app-main:has(.estimate-review-page){padding-top:0!important}}@media(max-width:640px){.login-page{min-height:100dvh!important;display:block!important;padding:14px!important;background:#f6f8fb!important}.login-panel{min-height:calc(100dvh - 28px)!important;display:grid!important;grid-template-rows:auto 1fr!important;border:1px solid #dfe7f2!important;border-radius:18px!important;background:#fff!important;padding:14px!important;box-shadow:0 8px 22px #0f172a0f!important}.login-brand-pill{min-height:32px!important;margin:0!important;border-radius:9px!important;padding:0 10px!important;font-size:12px!important}.login-brand-pill .material-symbols-outlined{display:none!important}.login-form-wrap{width:100%!important;height:100%!important;align-self:stretch!important;display:grid!important;grid-template-rows:auto 1fr!important;padding:34px 2px 8px!important}.login-hero{margin:0 0 34px!important}.login-hero h1{font-size:22px!important;line-height:1.16!important;font-weight:800!important;color:#111827!important}.login-hero p{margin-top:8px!important;color:#667085!important;font-size:12px!important;line-height:1.35!important}.login-form{height:100%!important;min-height:0!important;display:flex!important;flex-direction:column!important;gap:16px!important}.login-form label{gap:6px!important;color:#475467!important;font-size:11px!important;font-weight:800!important}.login-form input{height:42px!important;border-radius:10px!important;border-color:#dce4ef!important;background:#f9fbfe!important;color:#111827!important;padding:0 13px!important;font-size:13px!important}.field-with-action input{padding-right:48px!important}.password-toggle{right:6px!important;width:34px!important;height:34px!important;border-radius:8px!important}.password-toggle .material-symbols-outlined{font-size:18px!important}.login-options{align-items:center!important;gap:10px!important;margin:4px 0 8px!important}.keep-signed-in{gap:8px!important;color:#344054!important;font-size:11px!important;font-weight:700!important}.keep-signed-in input{width:30px!important;height:18px!important;flex-basis:30px!important;border-radius:999px!important;border-color:#d8d5f2!important;background:radial-gradient(circle at 9px 50%,#fff 0 7px,transparent 7.5px),#fff!important;box-shadow:inset 0 0 0 1px #9f84ff29,0 1px 4px #0f172a14!important}.keep-signed-in input:checked{border-color:#111827!important;background:radial-gradient(circle at 21px 50%,#fff 0 7px,transparent 7.5px),#111827!important}.login-link-btn{color:#344054!important;font-size:11px!important;font-weight:800!important}.login-submit-btn{height:44px!important;margin-top:auto!important;border-radius:10px!important;font-size:14px!important;font-weight:800!important}.info-text{margin:0!important;font-size:11px!important}}@media(max-width:640px){body:has(.dashboard-page--figma) .mobile-shell-bar{display:none!important}.dashboard-mobile-title-row{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:12px!important;width:100%!important}.dashboard-mobile-menu-btn{width:34px!important;height:34px!important;display:inline-grid!important;place-items:center!important;flex:0 0 34px!important;border:1px solid #dce4ef!important;border-radius:9px!important;background:#fff!important;color:#1f2937!important;padding:0!important;box-shadow:0 1px 3px #0f172a14!important}.dashboard-mobile-menu-btn .material-symbols-outlined{font-size:21px!important}.settings-tabs-bar{display:flex!important;flex-direction:column!important;align-items:stretch!important;gap:9px!important;overflow:visible!important;margin:0 0 14px!important;padding:0!important}.settings-tabs-bar .tab-row{width:100%!important;display:grid!important;grid-auto-flow:column!important;grid-auto-columns:181px!important;grid-template-columns:none!important;gap:10px!important;overflow-x:auto!important;scrollbar-width:none!important;-webkit-overflow-scrolling:touch!important}.settings-tabs-bar .tab-row::-webkit-scrollbar{display:none!important}.settings-page .tab-btn{width:181px!important;min-width:181px!important;height:34px!important;min-height:34px!important;border:1px solid #bdd0ef!important;border-radius:10px!important;background:#eef3fb!important;color:#344054!important;font-size:10px!important;font-weight:800!important;box-shadow:none!important}.settings-page .tab-btn.active{border-color:#2f64e7!important;background:#fff!important;color:#111827!important;box-shadow:inset 0 0 0 1px #2f64e73d,0 1px 3px #0f172a14!important}.settings-mobile-controls,.settings-mobile-actions{width:100%!important;display:flex!important;justify-content:flex-end!important}.settings-mobile-actions .settings-edit-btn,.settings-mobile-actions .settings-save-action{width:auto!important}.estimate-customer-toggle button,.estimate-service-card{border-color:#bdd0ef!important;background:#fff!important;color:#344054!important}.estimate-customer-toggle button.active,.estimate-service-card.active{border-color:#2f64e7!important;background:#fff!important;color:#111827!important;box-shadow:inset 0 0 0 1px #2f64e738,0 1px 3px #0f172a14!important}}.er2-container{max-width:480px;margin:0 auto;background:#f4f7fb;min-height:100vh;font-family:Albert Sans,sans-serif;color:#0f2237;padding-bottom:40px;border-left:1px solid #eef1f5;border-right:1px solid #eef1f5;box-shadow:0 0 20px #0000000d}.er2-header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;background:#fff;border-bottom:1px solid #eef1f5;position:sticky;top:0;z-index:10}.er2-back-btn{background:transparent;border:none;color:#667085;cursor:pointer;padding:0;display:grid;place-items:center;margin-right:12px}.er2-title-block{flex:1}.er2-title-block h1{font-size:15px;font-weight:800;margin:0;color:#0f2237}.er2-title-block p{font-size:11px;color:#667691;margin:2px 0 0}.er2-save-btn{background:#2563eb;color:#fff;border:none;border-radius:8px;padding:6px 12px;font-size:13px;font-weight:700;display:flex;align-items:center;gap:6px;cursor:pointer}.er2-save-btn .material-symbols-outlined{font-size:16px}.er2-content{padding:24px 20px;display:grid;gap:32px}.er2-section-title{font-size:11px;color:#667691;text-transform:uppercase;letter-spacing:.05em;margin:0 0 16px;font-weight:700}.er2-customer{display:grid;grid-template-columns:1fr 1fr;gap:16px}.er2-field{display:flex;flex-direction:column;gap:4px}.er2-field.full{grid-column:1 / -1}.er2-field label{font-size:11px;color:#667691;margin:0}.er2-field span{font-size:13px;color:#0f2237;font-weight:500}.er2-field strong{font-size:14px;color:#0f2237;font-weight:800}.er2-shutter-card{background:#fff;border:1px solid #eef1f5;border-radius:12px;padding:16px;margin-bottom:12px}.er2-shutter-card h4{margin:0 0 16px;font-size:14px;font-weight:800}.er2-shutter-grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:16px}.er2-addons{display:grid;gap:14px}.er2-addon-item{display:flex;align-items:center;gap:10px;font-size:13px;color:#0f2237;font-weight:500}.er2-addon-item .material-symbols-outlined{color:#2563eb;font-size:20px;font-variation-settings:"FILL" 1}.er2-li-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.er2-li-header h3{margin:0}.er2-add-btn{background:transparent;color:#2563eb;border:none;font-size:13px;font-weight:700;display:flex;align-items:center;gap:4px;cursor:pointer;padding:0}.er2-li-card{background:#fff;border:1px solid #eef1f5;border-radius:12px;padding:16px;margin-bottom:12px}.er2-li-card-top{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:16px}.er2-li-card-top h4{margin:0;font-size:13px;font-weight:800;text-transform:uppercase;color:#0f2237}.er2-li-delete{background:transparent;color:#ef4444;border:none;cursor:pointer;padding:0}.er2-li-delete .material-symbols-outlined{font-size:18px}.er2-li-grid{display:grid;grid-template-columns:1fr 1fr 1.2fr 1.5fr;gap:12px}.er2-li-grid .er2-field.amount span{font-weight:800}.er2-li-grid input{padding:4px;border:1px solid #dce3ee;border-radius:4px;font-size:13px;font-weight:500;color:#0f2237;width:100%}.er2-li-grid input:focus{border-color:#2563eb;outline:none}.er2-totals{background:#fff;border:1px solid #eef1f5;border-radius:12px;padding:16px;display:grid;gap:12px}.er2-total-row{display:flex;justify-content:space-between;font-size:13px;color:#667691}.er2-total-row strong{color:#0f2237;font-weight:800}.er2-total-row.grand{border-top:1px solid #eef1f5;padding-top:16px;margin-top:8px;color:#0f2237;font-weight:800;font-size:14px}.er2-total-row.grand strong{color:#2563eb;font-size:16px}.er2-header-left{display:flex;align-items:center;gap:12px}.er2-header-left .er2-title-block{flex:none}.er2-totals{background:#fff;border-top:1px solid #eef1f5;border-left:none;border-right:none;border-bottom:none;border-radius:0;padding:16px 20px;display:grid;gap:12px;margin-top:auto}@media(max-width:640px){body:has(.er2-container) .mobile-shell-bar{display:none!important}.app-main:has(.er2-container){padding:0!important;margin:0 auto!important}}@media(max-width:640px){.settings-page .tab-btn{width:auto!important;min-width:148px!important;height:40px!important;min-height:40px!important;border:1.5px solid #c8d8f0!important;border-radius:24px!important;background:#fff!important;color:#344054!important;font-size:13px!important;font-weight:700!important;padding:0 20px!important;box-shadow:none!important;flex:1 1 0!important}.settings-page .tab-btn.active{border-color:#2f64e7!important;background:#2f64e7!important;color:#fff!important;box-shadow:0 4px 12px #2f64e738!important}.settings-tabs-bar .tab-row{display:flex!important;grid-auto-flow:unset!important;grid-auto-columns:unset!important;grid-template-columns:unset!important;gap:10px!important;overflow-x:auto!important;scrollbar-width:none!important}.settings-users-row-actions .settings-user-action-btn,.settings-page .settings-users-row-actions .settings-user-action-btn,.settings-users-mobile-icon-actions .settings-user-action-btn{width:34px!important;height:34px!important;min-width:34px!important;border-radius:50%!important;background:#f0f4ff!important;border:1.5px solid #d0ddf8!important;color:#2f64e7!important;padding:0!important;display:inline-grid!important;place-items:center!important;position:static!important}.settings-users-row-actions .settings-user-action-btn.danger-action,.settings-page .settings-users-row-actions .settings-user-action-btn.danger-action,.settings-users-mobile-icon-actions .settings-user-action-btn.danger-action{background:#fff2f2!important;border-color:#ffd0cb!important;color:#c24135!important}.settings-users-row-actions .settings-user-action-btn:after,.settings-users-row-actions .settings-user-action-btn:nth-child(2):after{content:none!important}.settings-users-row-actions .settings-user-action-btn .material-symbols-outlined,.settings-users-mobile-icon-actions .settings-user-action-btn .material-symbols-outlined{font-size:16px!important}}.settings-page .tab-btn{border:1.5px solid #c2d3ef!important;border-radius:999px!important;background:#e8f0fb!important;color:#344054!important;font-size:13.5px!important;font-weight:700!important;height:40px!important;min-height:40px!important;padding:0 22px!important;min-width:130px!important;white-space:nowrap!important;box-shadow:none!important}@media(max-width:640px){.settings-page .tab-btn{font-size:13px!important;height:40px!important;min-height:40px!important;padding:0 18px!important;min-width:0!important;flex:1 1 auto!important}}.settings-page .settings-tabs-bar,.settings-tabs-bar{overflow:visible!important}.settings-tabs-bar .tab-row{display:flex!important;flex-direction:row!important;flex-wrap:nowrap!important;align-items:center!important;gap:8px!important;overflow-x:auto!important;overflow-y:visible!important;scrollbar-width:none!important;-webkit-overflow-scrolling:touch!important;width:100%!important;min-width:0!important;grid-auto-flow:unset!important;grid-auto-columns:unset!important;grid-template-columns:unset!important;padding-bottom:4px!important}.settings-tabs-bar .tab-row::-webkit-scrollbar{display:none!important}.settings-page .tab-btn{flex:0 0 auto!important;width:auto!important;min-width:0!important;max-width:none!important;white-space:nowrap!important;overflow:visible!important;text-overflow:clip!important;padding:0 20px!important;height:40px!important;min-height:40px!important;border:1.5px solid #c2d3ef!important;border-radius:999px!important;background:#e8f0fb!important;color:#344054!important;font-size:13px!important;font-weight:700!important;letter-spacing:0!important;box-shadow:none!important;display:inline-flex!important;align-items:center!important;justify-content:center!important}.settings-page .tab-btn.active{border-color:#2f64e7!important;background:#2f64e7!important;color:#fff!important;box-shadow:0 4px 14px #2f64e740!important}.settings-material-table-wrap select,.settings-page select{width:auto!important;max-width:160px!important;min-width:0!important}.settings-material-mobile-details select{width:100%!important;max-width:120px!important}.settings-tabs-bar .tab-row{display:grid!important;grid-template-columns:repeat(auto-fit,minmax(150px,1fr))!important;gap:10px!important;overflow:visible!important;padding-bottom:0!important}.settings-page .tab-btn{width:100%!important;min-width:0!important;height:44px!important;min-height:44px!important;border:1px solid transparent!important;border-radius:8px!important;background:#e3e8f2!important;color:#5f6b7a!important;font-size:14px!important;font-weight:500!important;box-shadow:none!important}.settings-page .tab-btn.active{border-color:#2563eb!important;background:#fff!important;color:#1f2937!important;box-shadow:inset 0 0 0 1px #2563eb29!important}.settings-access-toggle input{width:64px!important;height:40px!important;flex:0 0 64px!important;border:0!important;border-radius:14px!important;background:#d8dee9!important;position:relative!important;padding:0!important;box-shadow:none!important}.settings-access-toggle input:before{top:5px!important;left:5px!important;width:30px!important;height:30px!important;border-radius:50%!important;background:#fff!important;box-shadow:0 2px 7px #0f172a29!important}.settings-access-toggle input:checked{background:#2563eb!important}.settings-access-toggle input:checked:before{transform:translate(24px)!important}@media(max-width:640px){.settings-tabs-bar .tab-row{grid-template-columns:repeat(2,minmax(0,1fr))!important;overflow:visible!important}.settings-page .tab-btn{height:38px!important;min-height:38px!important;padding:0 12px!important;font-size:12px!important}.settings-access-toggle input{width:52px!important;height:34px!important;flex-basis:52px!important;border-radius:12px!important}.settings-access-toggle input:before{top:4px!important;left:4px!important;width:26px!important;height:26px!important}.settings-access-toggle input:checked:before{transform:translate(18px)!important}}.settings-content-panel{overflow:hidden!important}.settings-tab-pane{min-width:0;will-change:transform,opacity}.settings-tab-pane--next{animation:settingsSlideFromRight .22s ease-out both}.settings-tab-pane--previous{animation:settingsSlideFromLeft .22s ease-out both}@keyframes settingsSlideFromRight{0%{opacity:.35;transform:translate(34px)}to{opacity:1;transform:translate(0)}}@keyframes settingsSlideFromLeft{0%{opacity:.35;transform:translate(-34px)}to{opacity:1;transform:translate(0)}}@media(prefers-reduced-motion:reduce){.settings-tab-pane--next,.settings-tab-pane--previous{animation:none!important}}@media(min-width:641px){.settings-tabs-bar .tab-row{display:flex!important;flex-direction:row!important;flex-wrap:nowrap!important;align-items:center!important;gap:8px!important;overflow-x:auto!important;overflow-y:visible!important;scrollbar-width:none!important;width:100%!important;min-width:0!important;padding-bottom:4px!important}.settings-page .tab-btn{flex:0 0 auto!important;width:auto!important;min-width:0!important;max-width:none!important;height:40px!important;min-height:40px!important;padding:0 20px!important;border:1.5px solid #c2d3ef!important;border-radius:999px!important;background:#e8f0fb!important;color:#344054!important;font-size:13px!important;font-weight:700!important;letter-spacing:0!important;white-space:nowrap!important;box-shadow:none!important}.settings-page .tab-btn.active{border-color:#2f64e7!important;background:#2f64e7!important;color:#fff!important;box-shadow:0 4px 14px #2f64e740!important}.settings-tab-pane--next,.settings-tab-pane--previous{animation:none!important}}@media(max-width:640px){.settings-tabs-bar{margin:0 0 14px!important;overflow:visible!important}.settings-tabs-bar .tab-row{display:grid!important;grid-auto-flow:column!important;grid-auto-columns:153px!important;grid-template-columns:none!important;gap:7px!important;width:100%!important;min-width:0!important;overflow-x:auto!important;overflow-y:hidden!important;padding:0 0 4px!important;scrollbar-width:none!important;-webkit-overflow-scrolling:touch!important}.settings-tabs-bar .tab-row::-webkit-scrollbar{display:none!important}.settings-page .tab-btn{width:153px!important;min-width:153px!important;height:30px!important;min-height:30px!important;padding:0 10px!important;border:1px solid transparent!important;border-radius:8px!important;background:#e2e7f1!important;color:#6b7280!important;font-size:10px!important;font-weight:500!important;letter-spacing:0!important;box-shadow:none!important}.settings-page .tab-btn.active{border-color:#2563eb!important;background:#fff!important;color:#1f2937!important;font-weight:800!important;box-shadow:inset 0 0 0 1px #2563eb1f!important}.settings-tab-pane--next{animation:settingsSlideFromRight .22s ease-out both!important}.settings-tab-pane--previous{animation:settingsSlideFromLeft .22s ease-out both!important}}@media(min-width:641px){.settings-tabs-bar .tab-row{gap:12px!important;padding-bottom:0!important}.settings-page .tab-btn{min-width:220px!important;height:70px!important;min-height:70px!important;padding:0 34px!important;border:0!important;border-radius:10px!important;background:#e1e6f0!important;color:#5f636b!important;font-size:22px!important;font-weight:500!important;box-shadow:none!important}.settings-page .tab-btn.active{background:linear-gradient(180deg,#e8f0ff,#f4f8ff 58%,#fff)!important;color:#162915!important;font-weight:800!important;box-shadow:none!important}}@media(min-width:641px){.settings-page .tab-btn{min-width:190px!important;height:56px!important;min-height:56px!important;padding:0 26px!important;font-size:18px!important}}@media(max-width:980px){.sidebar__collapse-btn{display:none!important}.sidebar.sidebar--collapsed{width:min(300px,calc(100vw - 54px))!important}}@media(min-width:641px){.mobile-view-only{display:none!important}.desktop-view-only{display:block!important}}@media(max-width:640px){.mobile-view-only{display:block!important}.desktop-view-only{display:none!important}}.estimate-form-field input::placeholder,.estimate-form-field textarea::placeholder{font-family:Inter,sans-serif!important;font-weight:400!important;color:#a1a9ba!important;opacity:1!important}@media(min-width:641px){.desktop-view-only .estimate-review-table-wrap table{min-width:unset!important;width:100%!important}.desktop-view-only .estimate-review-table-wrap td{height:56px!important;font-size:13px!important;padding:4px 8px!important}.desktop-view-only .estimate-review-table-wrap input,.desktop-view-only .estimate-review-table-wrap select{min-height:32px!important;font-size:13px!important;padding:0 8px!important}.desktop-view-only .estimate-review-table-wrap td:nth-child(2) input{min-width:160px!important}.desktop-view-only .estimate-review-table-wrap td:nth-child(3) input,.desktop-view-only .estimate-review-table-wrap td:nth-child(4) input,.desktop-view-only .estimate-review-table-wrap td:nth-child(6) input{width:80px!important}.desktop-view-only .estimate-review-table-wrap th{height:40px!important;font-size:11px!important;padding:0 8px!important}}@media(min-width:641px){.customer-directory-hero h1{font-size:20px!important}.customer-directory-hero p{font-size:12px!important}.customer-directory-panel{border-radius:10px}.customer-directory-table-wrap th{height:36px!important;font-size:10px!important;padding:0 12px!important}.customer-directory-table-wrap td{height:44px!important;font-size:12px!important;padding:0 12px!important}.customer-directory-filters{min-height:56px!important;padding:10px 14px!important;gap:10px!important}.customer-directory-filters .customer-search-bar input,.customer-directory-filters .customer-directory-search-input input{font-size:13px!important;height:36px!important}.customer-directory-filters .customer-directory-select{font-size:12px!important;height:36px!important;min-height:36px!important}.customer-directory-footer{min-height:48px!important;padding:8px 14px!important;font-size:12px!important}.customer-directory-pagination button{font-size:12px!important;padding:4px 10px!important;min-height:30px!important}}html,body{overscroll-behavior:none;overflow:hidden;height:100%}#root{height:100%;overflow:auto;overscroll-behavior:none}.estimate-form-field input::placeholder,.estimate-form-field textarea::placeholder,.estimate-form-field select option:first-child{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif!important;font-weight:400!important;font-style:normal!important;color:#9ca3af!important;opacity:1!important}@media(max-width:640px){.er2-header{position:sticky!important;top:0!important;z-index:50!important;background:#fff!important}.er2-save-btn{min-width:80px!important;min-height:34px!important;font-size:13px!important;padding:6px 14px!important}}@media(min-width:641px){.desktop-view-only .estimate-review-hero{min-height:60px!important;padding:12px 20px!important}.desktop-view-only .estimate-review-title h1{font-size:18px!important}.desktop-view-only .estimate-review-title p{font-size:11px!important}.desktop-view-only .estimate-review-layout{grid-template-columns:240px minmax(0,1fr)!important;gap:16px!important}.desktop-view-only .estimate-review-card{padding:16px!important;border-radius:10px!important}.desktop-view-only .estimate-review-card h3{font-size:10px!important}.desktop-view-only .estimate-review-card dt{font-size:9px!important}.desktop-view-only .estimate-review-card dd{font-size:13px!important}.desktop-view-only .estimate-review-main{border-radius:10px!important}.desktop-view-only .estimate-review-main-head{min-height:50px!important;padding:12px 16px!important}.desktop-view-only .estimate-review-main-head h3{font-size:15px!important}.desktop-view-only .estimate-review-total-panel{padding:12px 16px!important}}.customer-directory-footer,.settings-material-footer{display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;gap:12px!important;text-align:center!important}@media(max-width:640px){.mobile-fab{left:50%!important;right:auto!important;transform:translate(-50%)!important}}@media(min-width:641px){.customer-detail-title h1{font-size:20px!important}.customer-detail-title p{font-size:12px!important}.customer-detail-card{padding:16px 20px!important;border-radius:10px!important}.customer-detail-card__head h2{font-size:15px!important}.customer-detail-info-icon{width:36px!important;height:36px!important}.customer-detail-info-icon .material-symbols-outlined{font-size:18px!important}.customer-detail-info-item span:not(.customer-detail-info-icon){font-size:11px!important}.customer-detail-info-item strong{font-size:13px!important}.customer-detail-tabs button{font-size:13px!important;min-height:40px!important;padding:8px 16px!important}.customer-detail-history{padding:16px!important;border-radius:10px!important}.customer-detail-page{gap:16px!important}}@media(max-width:640px){.customer-detail-new-btn{left:auto!important;right:24px!important;transform:none!important;bottom:24px!important;z-index:1000!important;display:flex!important;align-items:center!important;justify-content:center!important}}.customer-detail-history-footer{display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;gap:12px!important;text-align:center!important}@media(min-width:641px){.customer-detail-new-btn{min-width:160px!important;min-height:40px!important;height:40px!important;font-size:14px!important;padding:0 16px!important}.customer-detail-new-btn .material-symbols-outlined{font-size:20px!important}.customer-detail-table-wrap table th{font-size:11px!important;padding:10px 12px!important}.customer-detail-table-wrap table td{font-size:13px!important;padding:10px 12px!important;height:48px!important}.customer-detail-table-wrap table td strong{font-size:13px!important}.customer-detail-table-wrap table td .status-pill{font-size:11px!important;padding:2px 8px!important}.customer-detail-table-wrap table td button{width:28px!important;height:28px!important}.customer-detail-table-wrap table td button .material-symbols-outlined{font-size:16px!important}}@media(min-width:641px){.customer-detail-tabs button{min-width:110px!important;height:36px!important;min-height:36px!important;font-size:13px!important;padding:0 12px!important}.customer-detail-search-bar{flex:0 1 280px!important}.customer-detail-search-bar input{height:36px!important;font-size:13px!important}.customer-detail-search-bar .material-symbols-outlined{top:10px!important;font-size:18px!important}.customer-detail-filter-actions select{min-width:120px!important;height:36px!important;font-size:12px!important;padding:0 28px 0 12px!important;background-position:calc(100% - 20px) 14px,calc(100% - 12px) 14px!important;background-size:8px 8px,8px 8px!important;border-radius:8px!important}.customer-detail-filter-row{min-height:48px!important;gap:12px!important;margin-bottom:8px!important;padding-bottom:12px!important}}.customer-detail-tabs{margin-bottom:8px!important}@media(max-width:640px){.customer-detail-tabs{margin-bottom:8px!important}}@media(min-width:641px){.customer-directory-footer,.settings-material-footer,.customer-detail-history-footer{flex-direction:row!important;justify-content:space-between!important;align-items:center!important;text-align:left!important;gap:20px!important}}@media(min-width:641px){.settings-page .tab-btn{min-width:110px!important;height:36px!important;min-height:36px!important;font-size:13px!important;padding:0 12px!important}}
