:root{--ink:#29283a;--muted:#92909f;--line:#ecebf1;--surface:#fff;--bg:#f8f8fc;--purple:#6556d7;--purple-light:#eeedff;--orange:#f2a65a;--orange-light:#fff3e8;--green:#52b485;--green-light:#e8f8f0;--shadow:0 12px 30px rgba(52,44,104,.05)}*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--ink);font-family:'DM Sans',sans-serif;font-size:14px}.app-shell{display:flex;min-height:100vh}.sidebar{width:248px;background:#fff;border-right:1px solid var(--line);padding:30px 18px 24px;display:flex;flex-direction:column}.brand{display:flex;gap:10px;align-items:center;font-family:'Space Grotesk';font-size:20px;font-weight:700;padding:0 14px}.brand-mark{background:var(--purple);color:#fff;border-radius:10px;width:30px;height:30px;display:inline-grid;place-items:center;font-family:'Space Grotesk';font-size:16px;box-shadow:0 5px 12px #6556d747}.eyebrow,.kicker,.stat-label{font-size:10px;font-weight:700;letter-spacing:.14em;color:#aaa8b6}.eyebrow{margin:54px 14px 14px}.main-nav{display:grid;gap:5px}.nav-item{border:0;background:transparent;color:#8c8a98;text-align:left;font:500 14px 'DM Sans';padding:12px 14px;border-radius:10px;display:flex;align-items:center;gap:12px;cursor:pointer}.nav-item.active{color:var(--purple);background:var(--purple-light);font-weight:700}.nav-icon{font-size:18px;width:18px;text-align:center}.nav-count{margin-left:auto;font-size:11px;background:#f2f1f6;border-radius:20px;padding:3px 8px;color:#9a98a5}.nav-count.warm{background:var(--orange-light);color:#e39b55}.sidebar-bottom{margin-top:auto}.tip-card{background:#f6f3ff;border-radius:14px;padding:16px;margin:0 2px 20px;display:flex;gap:10px;color:#716c9b;font-size:11px;line-height:1.5}.tip-card p{margin:0}.tip-card strong{color:#56507e}.tip-icon{color:var(--purple);font-size:18px}.profile{border-top:1px solid var(--line);padding:18px 4px 0;display:flex;gap:10px;align-items:center}.avatar{width:32px;height:32px;border-radius:50%;background:#e3d9ce;color:#6f5745;display:grid;place-items:center;font-weight:700;font-size:11px}.profile div:nth-child(2){display:grid;gap:2px;min-width:0}.profile strong{font-size:12px}.profile span{font-size:10px;color:var(--muted)}.profile button{margin-left:auto;border:0;background:none;color:#aaa;letter-spacing:2px}.main-content{flex:1;min-width:0}.topbar{height:76px;border-bottom:1px solid var(--line);background:#fff;display:flex;align-items:center;justify-content:flex-end;padding:0 48px}.topbar-actions{display:flex;gap:20px;align-items:center}.icon-button{border:0;background:transparent;font-size:22px;color:#686577;position:relative}.notification-dot{position:absolute;width:6px;height:6px;background:#e99055;border-radius:50%;right:1px;top:3px}.date-chip{font-size:12px;color:#817f8e}.date-chip span{font-size:16px;margin-left:8px;color:#aaa}.mobile-brand{display:none}.page-content{max-width:1320px;margin:0 auto;padding:48px 48px 30px}.page-heading{display:flex;justify-content:space-between;align-items:end;margin-bottom:34px}.kicker{color:var(--purple);margin:0 0 10px}.page-heading h1{font:600 32px 'Space Grotesk';margin:0 0 8px;letter-spacing:-.04em}.subheading{color:var(--muted);margin:0}.primary-button{background:var(--purple);color:#fff;border:0;border-radius:9px;padding:12px 17px;font:700 12px 'DM Sans';cursor:pointer;box-shadow:0 8px 18px #6556d72b}.primary-button:hover{background:#5748ca}.stats-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-bottom:24px}.stat-card,.panel{background:var(--surface);border:1px solid var(--line);border-radius:14px;box-shadow:var(--shadow)}.stat-card{padding:20px 22px}.stat-top{display:flex;justify-content:space-between;align-items:center}.stat-label{font-size:9px}.stat-icon{width:29px;height:29px;border-radius:9px;display:grid;place-items:center;font-size:17px}.stat-icon.violet{background:var(--purple-light);color:var(--purple)}.stat-icon.orange{background:var(--orange-light);color:var(--orange)}.stat-icon.green{background:var(--green-light);color:var(--green)}.stat-value{font:600 31px 'Space Grotesk';margin:16px 0 9px}.stat-foot{font-size:11px;font-weight:700}.stat-foot span{font-weight:400;color:var(--muted);margin-left:4px}.positive{color:#45ae7c}.attention{color:#e39b55}.dashboard-grid{display:grid;grid-template-columns:1.45fr 1fr;gap:18px;margin-bottom:24px}.panel{padding:22px}.panel-heading{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:20px}.panel h2{font:600 17px 'Space Grotesk';margin:0 0 5px;letter-spacing:-.02em}.panel-heading p{margin:0;color:var(--muted);font-size:11px}.text-button,.secondary-button{border:0;background:none;color:var(--purple);font:700 11px 'DM Sans';cursor:pointer}.text-button span,.secondary-button span{font-size:17px;margin-left:7px}.follow-up-list{display:grid;gap:10px}.follow-up-item{border:1px solid var(--line);border-radius:10px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:12px;padding:12px}.mini-avatar{width:33px;height:33px;border-radius:50%;display:grid;place-items:center;font-size:11px;font-weight:700;background:#e9e1f7;color:#6759a0}.follow-up-item:nth-child(2) .mini-avatar{background:#dcecf1;color:#477584}.follow-up-item:nth-child(3) .mini-avatar{background:#f3e5dd;color:#966a56}.follow-up-copy strong,.birthday-copy strong{font-size:12px;display:block}.follow-up-copy span,.birthday-copy span{color:var(--muted);font-size:11px;display:block;margin-top:3px}.due{text-align:right;font-size:10px;font-weight:700;color:#e09955;background:var(--orange-light);padding:6px 8px;border-radius:6px;white-space:nowrap}.due.today{color:#d56a70;background:#fff0f0}.month-pill{font-size:10px;font-weight:700;color:var(--purple);background:var(--purple-light);padding:6px 10px;border-radius:20px}.birthday-list{display:grid;gap:10px;margin-bottom:16px}.birthday-item{display:flex;align-items:center;gap:12px}.birthday-date{width:35px;text-align:center;border:1px solid var(--line);border-radius:8px;overflow:hidden;font-weight:700;color:var(--purple)}.birthday-date small{display:block;background:var(--purple-light);font-size:7px;padding:3px 0;letter-spacing:.08em}.birthday-date strong{font-size:12px;line-height:24px}.birthday-copy{flex:1}.birthday-action{border:0;background:transparent;color:var(--purple);font-size:16px;cursor:pointer}.secondary-button{border-top:1px solid var(--line);padding-top:14px;width:100%;text-align:left}.clients-panel{padding-bottom:8px}.clients-heading{align-items:center}.client-tools{display:flex;gap:10px}.search-box{border:1px solid var(--line);border-radius:8px;color:#b2afbd;padding:8px 11px;display:flex;align-items:center;gap:7px}.search-box input{border:0;outline:0;font:11px 'DM Sans';width:145px}.filter-button{border:1px solid var(--line);border-radius:8px;background:#fff;color:#716e7e;padding:0 12px;font:600 11px 'DM Sans'}.table-wrap{overflow:auto}table{width:100%;border-collapse:collapse;min-width:700px}th{text-align:left;color:#aaa8b6;font-size:9px;letter-spacing:.1em;font-weight:700;padding:9px 10px;border-bottom:1px solid var(--line)}td{padding:14px 10px;border-bottom:1px solid #f1f0f4;font-size:11px;color:#777584}td strong{color:var(--ink);font-size:12px}td:first-child{display:flex;align-items:center;gap:9px}.table-avatar{width:28px;height:28px;border-radius:50%;display:grid;place-items:center;font-size:9px;font-weight:700;background:#ede7f8;color:#7160a4}.vehicle{color:var(--ink);font-weight:500}.status{display:inline-block;border-radius:20px;padding:5px 9px;font-size:9px;font-weight:700}.status.green{color:#40a675;background:var(--green-light)}.status.orange{color:#db9250;background:var(--orange-light)}.row-menu{border:0;background:none;color:#aaa;font-size:16px}.footer-note{text-align:center;color:#b1afbb;font-size:10px;margin:28px 0 0}.modal-backdrop{position:fixed;inset:0;background:#2c2947a8;display:grid;place-items:center;padding:20px;z-index:5}.modal-backdrop[hidden]{display:none}.modal{background:#fff;width:min(550px,100%);border-radius:18px;padding:32px;position:relative;box-shadow:0 20px 60px #2b254455}.modal h2{font:600 24px 'Space Grotesk';margin:0 0 8px}.modal-copy{font-size:12px;color:var(--muted);margin:0 0 24px}.modal-close{position:absolute;right:18px;top:14px;border:0;background:none;font-size:25px;color:#aaa;cursor:pointer}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-bottom:22px}.form-grid label{display:grid;gap:6px;color:#757281;font-size:11px;font-weight:600}.form-grid input,.form-grid select{border:1px solid var(--line);border-radius:8px;padding:10px;font:12px 'DM Sans';outline-color:var(--purple)}.full-width{width:100%}@media(max-width:900px){.sidebar{width:205px}.page-content{padding:35px 24px}.topbar{padding:0 24px}.dashboard-grid{grid-template-columns:1fr}}@media(max-width:650px){.sidebar{display:none}.topbar{height:64px;justify-content:space-between}.mobile-brand{display:flex;align-items:center;gap:7px;font:700 16px 'Space Grotesk'}.topbar-actions{gap:11px}.date-chip{display:none}.page-content{padding:28px 15px}.page-heading{align-items:flex-start;gap:15px;flex-direction:column}.page-heading h1{font-size:28px}.stats-grid{gap:9px}.stat-card{padding:14px 11px}.stat-label{font-size:7px}.stat-value{font-size:24px;margin:13px 0 7px}.stat-foot{font-size:9px}.stat-foot span{display:none}.stat-icon{width:24px;height:24px;font-size:14px}.dashboard-grid{gap:14px}.panel{padding:16px}.clients-heading{align-items:flex-start;gap:14px;flex-direction:column}.client-tools{width:100%}.search-box{flex:1}.search-box input{width:100%}.form-grid{grid-template-columns:1fr}.modal{padding:25px}.follow-up-item{grid-template-columns:auto 1fr}.due{grid-column:2;text-align:left;justify-self:start}.topbar-actions .icon-button{font-size:20px}}
