@import url('data:text/css,');
:root{font-family:Inter,Segoe UI,Arial,sans-serif;color:#2c2c2c;background:#f4f4f4;font-synthesis:none;--green:#2c2c2c;--muted:#7e7e7e;--line:#e3e3e3;--orange:#9f9f9f}*{box-sizing:border-box}body{margin:0}button,input,select,textarea{font:inherit}button,a{touch-action:manipulation}button{cursor:pointer}button:disabled{opacity:.5;cursor:wait}button:focus-visible,a:focus-visible{outline:3px solid #a8a8a8;outline-offset:3px}a{color:inherit}aside{position:fixed;inset:0 auto 0 0;width:232px;background:#282828;color:#ececec;display:flex;flex-direction:column;padding:30px 18px;z-index:3}.brand{font-weight:800;font-size:29px;letter-spacing:-1.5px;padding:0 14px}.brand b{color:#b9b9b9}.brand small{display:block;font-size:10px;font-weight:500;letter-spacing:2.5px;margin-top:6px;color:#b5b5b5}.workspace{font-size:10px;letter-spacing:2px;color:#a5a5a5;padding:40px 14px 15px}nav{display:grid;gap:7px}nav button{display:flex;gap:13px;align-items:center;text-align:left;border:0;color:#c4c4c4;background:none;padding:13px 15px;border-radius:8px;font-size:14px}nav button.active{background:#3d3d3d;color:#fff}nav button:hover{background:#373737}.nav-icon{font-size:18px;width:20px;text-align:center}.side-bottom{margin-top:auto;border-top:1px solid #444444;padding:20px 10px 0;font-size:12px;color:#bebebe}.side-bottom p{line-height:1.6}.side-bottom select{width:100%;background:#383838;color:white;border:1px solid #626262}.shell{margin-left:232px}.topbar{height:79px;background:#fff;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;padding:0 38px;gap:20px}.crumb{font-size:12px;color:var(--muted)}.crumb strong{color:#3e3e3e;font-weight:500}.profile{display:flex;align-items:center;gap:12px;font-size:12px}.profile small{display:block;color:var(--muted);font-size:10px;margin-top:3px}.avatar{border-radius:50%;width:34px;height:34px;display:grid;place-items:center;background:#e6e6e6;color:#525252;font-size:12px;font-weight:700}main{max-width:1500px;margin:auto;padding:34px 38px}.eyebrow{font-size:10px;letter-spacing:2px;color:var(--muted);font-weight:600;text-transform:uppercase}h1{font-size:29px;font-weight:600;letter-spacing:-1px;margin:10px 0}h2{font-size:16px;font-weight:600;margin:0}h3{font-size:14px;margin:0}p{font-size:13px;line-height:1.6}.sub{color:var(--muted);margin:8px 0 0}.heading{display:flex;justify-content:space-between;align-items:center;gap:15px;margin-bottom:28px}.btn{border:1px solid var(--line);border-radius:7px;background:#fff;color:#3f3f3f;padding:10px 15px;font-size:12px;font-weight:600;display:inline-flex;gap:8px;align-items:center;text-decoration:none;justify-content:center}.btn.primary{background:var(--green);border-color:var(--green);color:#fff}.btn.ghost{background:transparent}.btn.small{padding:6px 10px;font-size:11px}.btn.danger{color:#a24b3d}.actions{display:flex;align-items:center;gap:9px;flex-wrap:wrap}.metrics{display:grid;grid-template-columns:repeat(4,1fr);gap:17px;margin-bottom:24px}.metric{background:#fff;border:1px solid var(--line);border-radius:10px;padding:22px;min-height:132px}.metric .label{font-size:12px;color:#6d6d6d}.metric .value{font-size:29px;font-weight:600;margin:16px 0 10px;letter-spacing:-1px}.metric .detail{font-size:11px;color:var(--muted)}.metric.feature{background:#e8e8e8;border-color:#dadada}.grid{display:grid;grid-template-columns:1.5fr 1fr;gap:22px;margin-bottom:24px}.panel{background:#fff;border:1px solid var(--line);border-radius:10px;overflow:hidden;margin-bottom:22px}.panel-head{padding:21px 23px;border-bottom:1px solid #ececec;display:flex;justify-content:space-between;align-items:center;gap:15px}.panel-head p{margin:5px 0 0;font-size:11px;color:var(--muted)}.panel-body{padding:23px}.badge{display:inline-block;border-radius:5px;padding:5px 8px;background:#ececec;color:#525252;font-size:10px;white-space:nowrap}.badge.warm{background:#eeeeee;color:#686868}.badge.hot{background:#f9e8dd;color:#a4643d}.badge.lost{background:#f9e9e5;color:#a65746}.badge.cool{background:#edf0f3;color:#627682}.bar-row{display:grid;grid-template-columns:110px 1fr 24px;gap:16px;align-items:center;font-size:12px;margin:18px 0}.bar-track{height:11px;background:#f0f0f0;border-radius:3px;overflow:hidden}.bar{height:100%;background:#787878;border-radius:3px}.bar-row:nth-child(2) .bar{background:#959595}.bar-row:nth-child(3) .bar{background:#b1b1b1}.bar-row:nth-child(4) .bar{background:#aeaeae}.attention{padding:16px 0;border-bottom:1px solid #ececec;display:flex;gap:12px;align-items:flex-start}.attention:last-child{border:0}.dot{width:7px;height:7px;background:var(--orange);border-radius:50%;margin-top:6px;flex-shrink:0}.attention p{margin:4px 0;color:var(--muted);font-size:11px}.attention button{border:0;background:none;text-align:left;padding:0;font-size:12px;color:#3f3f3f;font-weight:600}.table-wrap{overflow:auto}table{width:100%;border-collapse:collapse;font-size:12px;white-space:nowrap}th{text-align:left;color:#8f8f8f;background:#fbfbfb;font-size:10px;text-transform:uppercase;letter-spacing:.8px;font-weight:500}th,td{padding:16px 23px;border-bottom:1px solid #ececec}td small{display:block;color:#929292;margin-top:5px;font-size:10px}tr:last-child td{border:0}td .link{border:0;background:none;color:#3f3f3f;text-align:left;font:inherit;font-weight:600;padding:0}.empty{text-align:center;padding:45px;color:var(--muted);font-size:13px}.filters{display:flex;gap:12px;align-items:center;margin-bottom:20px;flex-wrap:wrap}.filters input{min-width:260px}.filters select{max-width:220px}input,select,textarea{padding:10px 12px;border:1px solid #dcdcdc;border-radius:6px;background:#fff;color:#3a3a3a;font-size:13px;outline:none}input:focus,select:focus,textarea:focus{border-color:#787878;box-shadow:0 0 0 3px #7e7e7e19}textarea{min-height:95px;resize:vertical}label{display:flex;flex-direction:column;gap:8px;font-size:12px;color:#676767}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:19px}.span2{grid-column:1/-1}.notice{padding:13px 16px;background:#eaeaea;border:1px solid #d6d6d6;color:#5e5e5e;border-radius:7px;font-size:12px;line-height:1.6;margin-bottom:18px}.demo-strip{background:#e6e6e6;font-size:11px;text-align:center;padding:7px;color:#606060}.footer{color:#9b9b9b;font-size:10px;margin:30px 0 0;display:flex;justify-content:space-between}dialog{border:0;border-radius:12px;padding:0;max-width:760px;width:calc(100% - 35px);max-height:90vh;color:#3a3a3a;box-shadow:0 25px 100px #1e1e1e40}dialog::backdrop{background:#1e1e1e80;backdrop-filter:blur(3px)}.modal-head{display:flex;align-items:center;justify-content:space-between;padding:22px 26px;border-bottom:1px solid var(--line);position:sticky;top:0;background:white;z-index:1}.modal-body{padding:25px}.modal-foot{display:flex;justify-content:flex-end;gap:9px;margin-top:24px}.x{background:none;border:0;font-size:23px;color:#8a8a8a}.lead-summary{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;padding:18px 0}.lead-summary small{font-size:10px;color:var(--muted);display:block;margin-bottom:7px}.lead-summary strong{font-size:13px}.timeline{margin-top:25px;border-top:1px solid var(--line);padding-top:20px}.event{border-left:2px solid #dedede;padding:0 0 20px 17px}.event small{font-size:10px;color:var(--muted)}.event p{margin:6px 0;font-size:12px;white-space:pre-wrap}.error{color:#a6493e;font-size:12px;line-height:1.5;margin-top:14px}.login{min-height:100vh;display:grid;place-items:center;background:#ececec}.login-card{width:min(420px,90vw);padding:36px;background:white;border:1px solid var(--line);border-radius:12px}.login-card .brand{color:var(--green);padding:0;margin-bottom:28px}.login-card form{display:grid;gap:18px}.loading{padding:50px;text-align:center}#toast{position:fixed;bottom:24px;right:24px;padding:14px 22px;color:white;background:#313131;border-radius:8px;font-size:13px;z-index:100;display:none}.settings{max-width:700px}.report-note{background:#ededed;border-left:3px solid #7e7e7e;padding:16px;font-size:12px;line-height:1.7}.mobile-menu{display:none}@media(min-width:1500px){main{padding-top:45px}}@media(max-width:1100px){aside{width:195px}.shell{margin-left:195px}main{padding:25px}.topbar{padding:0 25px}.metrics{grid-template-columns:repeat(2,1fr)}.grid{grid-template-columns:1fr}}@media(max-width:700px){aside{position:static;width:100%;padding:16px}.brand{font-size:24px}.brand small,.workspace,.side-bottom{display:none}nav{display:flex;overflow:auto;margin-top:16px;gap:4px}nav button{padding:10px;white-space:nowrap;font-size:11px}.nav-icon{display:none}.shell{margin:0}.topbar{height:65px;padding:0 18px}main{padding:22px 16px}.heading{align-items:flex-start}h1{font-size:24px}.metrics{gap:10px}.metric{padding:16px}.metric .value{font-size:24px}.form-grid{grid-template-columns:1fr}.span2{grid-column:auto}.lead-summary{grid-template-columns:1fr 1fr}.profile .btn{display:none}.footer{gap:10px}.filters input{min-width:0;width:100%}}

/* GFloor brand: white, red and dark gray. */
:root{--green:#d93625;--orange:#ef402d;--muted:#747474;--line:#e6e6e6;color:#292727;background:#f7f7f7}
aside{background:#262323;color:#fff}.brand{padding:0 4px}.brand-logo{display:block;width:100%;max-width:220px;height:auto;background:white}.brand small{color:#bdbbbb;margin-top:14px;font-size:9px}
.workspace,.side-bottom{color:#bdbbbb}.side-bottom{border-color:#494646}.side-bottom select{background:#363232;border-color:#5c5656;color:#fff}
nav button{color:#d6d3d3}nav button.active{background:#dc3928;color:white}nav button:hover{background:#423a39}nav button.active:hover{background:#c73021}
.avatar{background:#fbe8e5;color:#b82b1e}.metric.feature{background:#fff0ed;border-color:#f4d3cc}.metric.feature .value{color:#c63122}
.btn.primary{background:#da3827;border-color:#da3827}.btn.primary:hover{background:#bd2e20}.badge{background:#f0eeee;color:#4c4545}.badge.hot,.badge.lost{background:#ffebe7;color:#b52c1d}.badge.warm{background:#f6efed;color:#80534b}.badge.cool{background:#eeeeee;color:#626262}
.bar{background:#dc3928}.bar-row:nth-child(2) .bar{background:#e96a5b}.bar-row:nth-child(3) .bar{background:#ed958b}.bar-row:nth-child(4) .bar{background:#b5aaaa}.bar-track{background:#f3eeee}.dot{background:#ed402c}
.demo-strip{background:#efeded;color:#686161}.report-note{background:#fff1ed;border-color:#e5412e}.notice{background:#fff3f0;border-color:#f0d0c9;color:#854b41}.login{background:#f4f3f3}.login-card .brand{max-width:275px}.login-card .brand small{color:#777}
input:focus,select:focus,textarea:focus{border-color:#e04b39;box-shadow:0 0 0 3px #e5412e19}#toast{background:#333030}.location-picker{display:grid;gap:7px;min-width:0}.location-picker input,.location-picker select{width:100%;min-width:0}.footer{color:#717171}
@media(max-width:700px){.brand-logo{max-width:168px}}

/* Searchable location control */
.city-field{min-width:0}.city-field>label{margin-bottom:8px}.combo-wrap{position:relative}.combo-wrap input{width:100%;padding-right:35px}.combo-chevron{position:absolute;right:13px;top:8px;pointer-events:none;color:#777}#cityList{position:absolute;top:calc(100% + 5px);left:0;right:0;background:#fff;border:1px solid #ddd;box-shadow:0 10px 30px #0002;border-radius:8px;max-height:230px;overflow:auto;z-index:15}.city-option{padding:11px 13px;display:flex;justify-content:space-between;gap:12px;font-size:13px;cursor:pointer}.city-option small{color:#888}.city-option:hover,.city-option[aria-selected=true]{background:#fff0ed;color:#bc2d20}.combo-hint{padding:13px;color:#777;font-size:12px}
.presence-strip{display:flex;justify-content:space-between;gap:15px;align-items:center;border:1px solid #e3dfde;border-radius:9px;background:#fff;padding:13px 17px;margin-bottom:24px}.presence-strip strong{font-size:12px}.presence-strip small{display:block;font-size:10px;color:#807878;margin-top:4px}.live-dot{display:inline-block;width:7px;height:7px;border-radius:50%;background:#777;margin-right:7px}.online-users{display:flex;flex-wrap:wrap;gap:8px}.online-person{border-left:3px solid #db3a28;padding:4px 10px;background:#faf4f2;font-size:12px}.report-filters{display:grid;grid-template-columns:repeat(5,minmax(0,1fr)) auto;align-items:end;gap:12px;margin-bottom:24px}.report-filters input,.report-filters select{width:100%;min-width:0}.report-metrics{grid-template-columns:repeat(3,1fr)}.definitions{margin-bottom:24px;padding:15px 18px;background:#fff;border:1px solid #e4e0df;border-radius:8px}.definitions summary{font-size:12px;font-weight:600;cursor:pointer}.definitions p{font-size:12px;color:#716969}.forecast-months{padding:22px;display:grid;grid-template-columns:repeat(6,1fr);gap:20px}.forecast-months span,.forecast-months small{display:block;font-size:10px;color:#817575}.forecast-months strong{display:block;margin:9px 0;font-size:13px}.forecast-track{height:5px;background:#f1e6e4;border-radius:3px;margin-bottom:7px}.forecast-track i{display:block;height:100%;background:#e04b38}.report-controls{display:flex;gap:16px;margin:22px 0}.report-controls label{min-width:200px}.chart-legend{display:flex;gap:20px;font-size:11px;margin-bottom:20px}.chart-legend span:before{content:'';display:inline-block;width:9px;height:9px;margin-right:6px;background:#8c8382}.chart-legend .won-key:before{background:#353030}.chart-legend .lost-key:before{background:#dc3928}.compare-row{display:grid;grid-template-columns:minmax(90px,140px) 1fr;gap:15px;align-items:center;margin-bottom:19px}.compare-row strong{font-size:12px;font-weight:500;overflow-wrap:anywhere}.compare-track{height:22px;position:relative;background:#fbf8f7;margin:3px 0;border-radius:3px;overflow:hidden}.compare-bar{height:100%;opacity:.2}.compare-bar.forecast{background:#8c8382}.compare-bar.won{background:#353030}.compare-bar.lost{background:#dc3928}.compare-track span{position:absolute;inset:4px 8px;font-size:10px;color:#352e2d}.chart-scale{display:flex;justify-content:space-between;font-size:10px;color:#999}.product-chart{display:flex;align-items:center;gap:25px;flex-wrap:wrap}.donut{height:160px;width:160px;border-radius:50%;display:grid;place-items:center;flex-shrink:0}.donut>div{height:105px;width:105px;border-radius:50%;background:white;display:grid;align-content:center;text-align:center}.donut strong{font-size:26px}.donut small{font-size:11px;color:#888}.product-legend{flex:1;min-width:170px}.product-legend p{display:flex;align-items:center;gap:8px;font-size:11px}.product-legend i{width:9px;height:9px;flex-shrink:0}.product-legend strong{margin-left:auto;font-size:11px;white-space:nowrap}.table-wrap{max-width:100%;overscroll-behavior-inline:contain}th{position:sticky;top:0}.modal-foot{position:sticky;bottom:-25px;background:white;padding:15px 0;z-index:3}.modal-body{padding-bottom:25px}.form-grid textarea{min-height:80px}button,.btn{min-height:36px}dialog .x{min-width:40px}.panel-head{flex-wrap:wrap}.report-chart-single{max-width:100%}
@media(max-width:1150px){.report-filters{grid-template-columns:repeat(3,minmax(0,1fr))}.forecast-months{grid-template-columns:repeat(4,1fr)}}
@media(max-width:700px){.presence-strip{flex-direction:column;align-items:flex-start}.report-filters{grid-template-columns:1fr 1fr}.report-metrics{grid-template-columns:1fr 1fr}.report-controls{flex-wrap:wrap}.report-controls label{min-width:0;flex:1}.forecast-months{grid-template-columns:repeat(2,1fr);padding:16px}.heading{flex-wrap:wrap}.heading .btn{margin-top:8px}.metric .value{font-size:clamp(17px,4.7vw,24px);overflow-wrap:anywhere}.metric .label{font-size:11px}.metrics{min-width:0}.topbar{height:auto;min-height:65px;flex-wrap:wrap;gap:10px;padding:12px 16px}.profile{flex-wrap:wrap}.profile .btn{display:inline-flex}.profile .avatar{display:none}.side-bottom{display:block;padding:8px 0 0;border:0;margin:0}.side-bottom>span,.side-bottom>p:last-child{display:none}.side-bottom p{margin:4px 0}.side-bottom select{font-size:11px;padding:6px;width:100%}.form-grid{gap:14px}.modal-head{padding:15px 18px}.modal-body{padding:18px}dialog{max-height:94dvh;width:calc(100% - 20px)}.modal-foot{bottom:-18px;padding:12px 0}.city-option{min-height:44px}#cityList{max-height:200px}.footer{line-height:1.6;flex-wrap:wrap}.report-filters label{font-size:11px}.btn{min-height:40px}.compare-row{grid-template-columns:95px 1fr}}

.employee-field>label{margin-bottom:8px}#employeeList{position:absolute;top:calc(100% + 5px);left:0;right:0;background:white;border:1px solid #ddd;border-radius:8px;box-shadow:0 10px 30px #0002;max-height:220px;overflow:auto;z-index:15}.price-hint{display:block;color:#777;font-size:11px;line-height:1.5;margin:7px 0}.employee-field{min-width:0}

#toast.success-toast{background:#eaf7ef;border:1px solid #8bc5a0;color:#185833;display:flex;align-items:flex-start;gap:12px;max-width:min(480px,calc(100vw - 30px));box-shadow:0 8px 30px #0002}.success-check{background:#24894c;color:white;border-radius:50%;padding:3px 7px}.success-actions{display:flex;flex-wrap:wrap;gap:9px;margin-top:10px;align-items:center}.success-actions .btn{border-color:#87bc98;color:#185833;background:white}.success-actions small{font-size:10px;flex-basis:100%}.toast-dismiss{border:0;background:none;color:#185833;font-size:23px;margin-left:auto;cursor:pointer}@media(max-width:700px){#toast{right:15px;bottom:15px;left:15px}}
[hidden]{display:none!important}

#customerLookup,#customerDirectorySearch{width:100%;margin:8px 0 12px}.customer-matches{display:grid;gap:6px;max-height:220px;overflow:auto}.customer-matches .btn{justify-content:flex-start;white-space:normal;text-align:left}#customerSelection{margin:12px 0}.timeline .notice{overflow-wrap:anywhere}

.record-filters{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:14px;padding:20px;background:white;border:1px solid #e6e2e1;border-radius:10px;margin:20px 0}.record-search{grid-column:1/-1}.record-filters input,.record-filters select{width:100%;min-width:0}.record-filters .actions{align-self:end;flex-wrap:wrap}.record-filters p{margin:0;grid-column:1/-1}.customer-card-head{display:grid;gap:20px;margin-bottom:24px}.customer-card-head small{display:block;color:#777;margin-bottom:6px}.customer-card-head h3{margin:0;font-size:23px}.customer-card-head strong{display:block}.customer-card-head .actions{flex-wrap:wrap}.customer-card-head .actions strong{margin-right:10px}#showGeneratedPassword{width:auto}#passwordGeneratedHint{display:block;margin-top:10px;color:#666}
