:root{--ink:#17372d;--forest:#1d5945;--mint:#dcecdf;--lime:#d9e686;--cream:#f7f3e8;--paper:#fffdf8;--gold:#e3b650;--line:#d9dfd8;--muted:#6d7d76;--shadow:0 18px 45px rgba(23,55,45,.1)}*{box-sizing:border-box}body{margin:0;background:var(--cream);color:var(--ink);font-family:"DM Sans",sans-serif}.topbar{height:76px;background:var(--paper);border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;padding:0 max(4vw,24px);position:sticky;top:0;z-index:10}.brand{display:flex;align-items:center;gap:11px;color:var(--ink);text-decoration:none;font-weight:700;font-size:20px}.brand-mark{display:grid;place-items:center;width:38px;height:38px;background:var(--forest);color:white;border-radius:12px;font:700 12px "DM Sans"}.view-switcher{background:#eef1ec;padding:4px;border-radius:12px;display:flex}.view-button{border:0;background:transparent;padding:10px 18px;border-radius:9px;color:var(--muted);font:600 13px inherit;cursor:pointer}.view-button.active{background:white;color:var(--forest);box-shadow:0 2px 8px #17372d14}.profile-chip{display:flex;align-items:center;gap:9px;font-weight:600;font-size:13px}.profile-chip>span:first-child{display:grid;place-items:center;width:34px;height:34px;border-radius:50%;background:var(--lime)}main{max-width:1240px;margin:auto;padding:36px max(4vw,24px) 70px}.app-view{display:none}.app-view.active{display:block}.hero{min-height:380px;background:var(--forest);border-radius:28px;padding:58px 64px;color:white;display:grid;grid-template-columns:1.1fr .9fr;overflow:hidden;position:relative}.eyebrow{text-transform:uppercase;letter-spacing:.16em;font-weight:700;font-size:11px;margin:0 0 12px}.hero .eyebrow{color:var(--lime)}h1,h2{font-family:"Fraunces",serif;margin:0}h1{font-size:clamp(42px,5vw,68px);line-height:1.02;letter-spacing:-.04em}.hero h1 em{color:var(--lime);font-style:normal}.hero-copy{max-width:570px;color:#d8e6df;line-height:1.7;font-size:16px;margin:22px 0 28px}.primary-button,.secondary-button,.text-button{font:700 14px inherit;cursor:pointer}.primary-button{border:0;border-radius:12px;padding:14px 20px;background:var(--lime);color:var(--ink)}.primary-button span{padding-left:12px}.secondary-button{border:1px solid var(--line);background:white;color:var(--ink);padding:11px 16px;border-radius:10px}.text-button{border:0;background:transparent;color:var(--forest);padding:10px}.hero-art{position:relative;min-height:260px}.sun{width:190px;height:190px;border-radius:50%;background:var(--lime);opacity:.85;position:absolute;right:40px;top:10px}.house{width:245px;height:150px;background:#e8dfc4;position:absolute;right:55px;bottom:0;border-radius:6px}.roof{width:210px;height:210px;position:absolute;transform:rotate(45deg);background:#f7f3e8;top:-96px;left:17px}.door{position:absolute;width:48px;height:80px;background:#b96e45;bottom:0;left:98px}.bin{position:absolute;width:74px;height:102px;background:#17372d;border-radius:8px 8px 16px 16px;bottom:2px;color:var(--lime);display:grid;place-items:center;font-weight:700;box-shadow:var(--shadow)}.bin-lid{position:absolute;top:-10px;width:86px;height:13px;border-radius:5px;background:#10271f}.bin-one{right:12px}.bin-two{right:100px;transform:scale(.85)}.sparkle{position:absolute;right:0;top:30px;color:white;font-size:40px}.content-grid,.driver-grid{display:grid;grid-template-columns:2fr 1fr;gap:20px;margin-top:20px}.panel{background:var(--paper);border:1px solid var(--line);border-radius:20px;padding:26px}.panel-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:18px}.panel h2{font-size:25px}.status{padding:7px 10px;border-radius:20px;font-weight:700;font-size:11px}.scheduled{background:#fff0c7;color:#7b5d0c}.service-details{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin:27px 0}.service-details>div{display:flex;gap:12px}.detail-icon{display:grid;place-items:center;width:38px;height:38px;border-radius:10px;background:var(--mint);flex:0 0 auto}.service-details small,.service-details strong{display:block}.service-details small,.quick-actions small,.square-placeholder small{color:var(--muted);margin-bottom:5px}.panel-actions{display:flex;align-items:center;justify-content:space-between;padding-top:18px;border-top:1px solid var(--line)}.quick-actions>button{width:100%;border:0;background:transparent;padding:16px 0;display:flex;align-items:center;text-align:left;gap:12px;border-bottom:1px solid var(--line);color:var(--ink);cursor:pointer}.quick-actions>button>span{display:grid;place-items:center;width:38px;height:38px;border-radius:10px;background:var(--mint);font-size:18px}.quick-actions>button div{flex:1}.quick-actions strong,.quick-actions small{display:block}.history{margin-top:20px}.job-list{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:20px}.customer-job{padding:17px;border:1px solid var(--line);border-radius:14px}.customer-job p{margin:5px 0;color:var(--muted);font-size:13px}.dashboard-heading{display:flex;justify-content:space-between;align-items:flex-end;margin:10px 0 32px}.dashboard-heading h1{font-size:44px}.dashboard-heading>div>p:last-child{color:var(--muted);margin-bottom:0}.stat-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.stat-card{border-radius:18px;padding:22px;display:flex;gap:15px;align-items:center}.stat-card>span{font-size:22px}.stat-card small,.stat-card strong{display:block}.stat-card small{color:var(--muted);font-weight:600}.stat-card strong{font:700 30px "Fraunces"}.green{background:var(--mint)}.gold{background:#f7e8bd}.blue{background:#dce9ee}.cream{background:var(--paper);border:1px solid var(--line)}select,input{font:500 14px inherit;color:var(--ink)}.panel-heading select{border:1px solid var(--line);background:white;border-radius:9px;padding:9px}.admin-job-list{margin-top:16px}.admin-job{display:grid;grid-template-columns:42px 1.4fr 1fr auto;align-items:center;gap:14px;padding:15px 0;border-top:1px solid var(--line)}.job-number{display:grid;place-items:center;width:36px;height:36px;background:var(--mint);border-radius:50%;font-weight:700}.admin-job p{margin:3px 0;color:var(--muted);font-size:12px}.admin-job button{border:1px solid var(--line);background:white;border-radius:8px;padding:8px 10px;cursor:pointer}.job-actions{display:flex;gap:5px}.route-summary p{color:var(--muted)}.route-map{height:210px;background:#e8eee7;border-radius:15px;position:relative;overflow:hidden;margin:20px 0}.route-map:before,.route-map:after{content:"";position:absolute;background:#d1dacd}.route-map:before{height:100%;width:25px;left:47%;transform:rotate(18deg)}.route-map:after{width:100%;height:20px;top:48%;transform:rotate(-12deg)}.route-line{position:absolute;height:145px;width:70px;border:5px solid var(--forest);border-left:0;border-bottom:0;border-radius:0 60px 0 0;left:34%;top:25px;z-index:1}.pin{position:absolute;z-index:2;background:var(--forest);color:white;width:27px;height:27px;border-radius:50% 50% 50% 0;transform:rotate(-45deg);display:grid;place-items:center;font-style:normal;font-size:11px}.pin::first-letter{transform:rotate(45deg)}.p1{left:31%;top:32px}.p2{left:56%;top:90px}.p3{left:43%;top:158px}.full{width:100%}dialog{border:0;border-radius:22px;padding:0;box-shadow:0 30px 90px #10271f55;width:min(560px,calc(100% - 30px));color:var(--ink)}dialog::backdrop{background:#10271faa;backdrop-filter:blur(4px)}dialog form{padding:34px;position:relative}dialog h2{font-size:30px;margin-bottom:22px}.close-button{position:absolute;right:20px;top:18px;border:0;background:#eef1ec;width:34px;height:34px;border-radius:50%;font-size:22px;cursor:pointer}label{display:block;font-weight:700;font-size:13px;margin:14px 0}label input,label select{display:block;width:100%;margin-top:7px;border:1px solid var(--line);border-radius:10px;padding:12px;background:white}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:12px}.price-line{display:flex;justify-content:space-between;padding:16px 0;border-top:1px solid var(--line);margin-top:18px}.square-placeholder{border:1px dashed #aab5ac;border-radius:12px;background:#f4f5f1;padding:14px;display:flex;gap:12px;margin-bottom:18px}.square-placeholder strong,.square-placeholder small{display:block}.photo-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-bottom:18px}.photo-drop{height:180px;border:2px dashed var(--line);border-radius:14px;display:grid;place-items:center;overflow:hidden;background:#f4f5f1}.photo-drop input{display:none}.photo-drop img{display:none;width:100%;height:100%;object-fit:cover}.photo-drop.has-image img{display:block}.photo-drop.has-image{font-size:0}#toast{position:fixed;left:50%;bottom:30px;transform:translate(-50%,25px);background:var(--ink);color:white;padding:13px 20px;border-radius:10px;opacity:0;pointer-events:none;transition:.25s;z-index:30}#toast.show{opacity:1;transform:translate(-50%,0)}@media(max-width:850px){.hero{grid-template-columns:1fr;padding:42px 32px}.hero-art{display:none}.content-grid,.driver-grid{grid-template-columns:1fr}.service-details,.job-list{grid-template-columns:1fr}.stat-grid{grid-template-columns:1fr 1fr}.profile-name{display:none}}@media(max-width:560px){.topbar{padding:0 12px}.brand>span:last-child{display:none}.view-button{padding:9px}.hero{border-radius:18px}.dashboard-heading{align-items:flex-start;gap:18px;flex-direction:column}.stat-grid{grid-template-columns:1fr}.admin-job{grid-template-columns:36px 1fr}.admin-job>div:nth-child(3){display:none}.job-actions{grid-column:2}.form-row,.photo-grid{grid-template-columns:1fr}}
