:root{--ink:#182c37;--muted:#687780;--line:#dfe5e7;--paper:#f5f7f7;--white:#fff;--accent:#e86945;--accent-dark:#c95031;--lime:#d8e9b2;--green:#227154;--green-bg:#edf6ef;--orange:#a96b1b;--orange-bg:#fff5e5;--nav:#172c36;--shadow:0 7px 28px #172c3608;--radius:16px;font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;color:var(--ink);font-size:14px;line-height:1.5}
*{box-sizing:border-box}body{margin:0;background:var(--paper)}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button,a,input,textarea,select{ -webkit-tap-highlight-color:transparent}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.4}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:3px solid #e8694570;outline-offset:3px}button{border:0}h1,h2,h3,h4,p{margin:0}h1{font-size:32px;letter-spacing:-1.1px;line-height:1.2}h2{font-size:22px;letter-spacing:-.55px;line-height:1.25}h3{font-size:16px;letter-spacing:-.2px}small{font-size:12px}.muted{color:var(--muted)}.tiny{font-size:11px}.eyebrow{font-size:10px;font-weight:750;letter-spacing:1.6px;text-transform:uppercase;color:var(--muted)}.stack{display:grid;gap:16px}.stack-sm{display:grid;gap:9px}.row{display:flex;align-items:center;gap:10px}.between{justify-content:space-between}.wrap{flex-wrap:wrap}.grow{flex:1}.right{text-align:right}.center{text-align:center}.mt{margin-top:20px}.mt-sm{margin-top:10px}.mb{margin-bottom:20px}.link{color:var(--accent-dark);font-weight:650}.prewrap{white-space:pre-wrap;overflow-wrap:anywhere}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.hidden{display:none!important}
.brand{font-size:19px;font-weight:750;letter-spacing:-.6px;display:flex;align-items:center;gap:10px;white-space:nowrap}.brand-mark{background:var(--accent);color:white;display:inline-grid;place-items:center;width:35px;height:35px;border-radius:10px;font-weight:850;font-size:21px;transform:rotate(-7deg)}.brand-mark span{transform:rotate(7deg)}.brand em{font-style:normal;color:var(--accent)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border-radius:9px;padding:10px 16px;font-weight:650;font-size:12px;min-height:40px;transition:.15s;white-space:nowrap;background:var(--ink);color:white}.btn:hover{filter:brightness(1.08);transform:translateY(-1px)}.btn.primary{background:var(--accent);color:white}.btn.light{background:white;color:var(--ink);border:1px solid var(--line)}.btn.ghost{background:transparent;color:var(--ink)}.btn.small{padding:6px 10px;font-size:11px;min-height:30px}.btn.wide{width:100%;padding:13px}.btn.danger{background:#fce9e6;color:#b5432c}.btn.green{background:var(--green);color:white}.icon{width:18px;height:18px;display:inline-block;vertical-align:middle;flex-shrink:0}.icon-sm{width:14px;height:14px}.panel{background:var(--white);border:1px solid var(--line);border-radius:var(--radius);padding:23px;box-shadow:var(--shadow)}.panel-header{display:flex;justify-content:space-between;gap:16px;align-items:center;margin-bottom:18px}.badge{font-size:10px;font-weight:700;border-radius:6px;background:#edf0f2;color:#596973;padding:4px 8px;display:inline-block;white-space:nowrap;letter-spacing:.15px}.badge.green{background:var(--green-bg);color:var(--green)}.badge.orange{background:var(--orange-bg);color:var(--orange)}.badge.red{background:#faeae6;color:#b74930}.badge.blue{background:#e9f0f9;color:#416c9b}.notice{padding:13px 16px;border-radius:10px;background:var(--orange-bg);border:1px solid #f0e3cd;color:#8b652d;font-size:12px;line-height:1.6}.notice.info{background:#eef4f7;border-color:#dce6ed;color:#4d687c}.notice.good{background:var(--green-bg);border-color:#d9e9dd;color:var(--green)}.divider{height:1px;background:var(--line);margin:18px 0}.empty{padding:40px 20px;text-align:center;color:var(--muted);border:1px dashed #d1dadf;border-radius:12px;display:grid;gap:8px}.field{display:flex;flex-direction:column;gap:6px;min-width:0}.field>span,.field>label{font-size:11px;font-weight:700;color:#5a6b76;letter-spacing:.15px}input,select,textarea{border:1px solid #d6e0e4;border-radius:8px;background:white;color:var(--ink);padding:10px 12px;width:100%;outline:0;min-width:0}textarea{resize:vertical;min-height:86px}input:focus,select:focus,textarea:focus{border-color:var(--accent)}input[type=checkbox]{width:16px;height:16px;accent-color:var(--accent);flex-shrink:0;margin:2px 0 0}input[type=file]{font-size:12px;padding:8px}label.check{display:flex;align-items:flex-start;gap:9px;font-size:12px;color:#536671}.fields{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:15px}.fields.three{grid-template-columns:repeat(3,minmax(0,1fr))}.full{grid-column:1/-1}.field-hint{font-size:11px;color:var(--muted)}.table-wrap{overflow:auto}table{width:100%;border-collapse:collapse;text-align:left;font-size:12px}th{font-size:10px;color:var(--muted);text-transform:uppercase;letter-spacing:.8px;padding:12px 10px;background:#f7f9f9}td{padding:14px 10px;border-bottom:1px solid #edf0f2;vertical-align:top}tr:last-child td{border-bottom:0}td .sub{font-size:11px;color:var(--muted);margin-top:3px}.money{font-variant-numeric:tabular-nums}.metric{font-size:29px;font-weight:750;letter-spacing:-1px;font-variant-numeric:tabular-nums}.metric.large{font-size:46px}.progress{height:5px;background:#edf1f3;border-radius:99px;overflow:hidden}.progress>span{display:block;background:var(--accent);height:100%;border-radius:99px}
/* Customer storefront */
.public-header{height:80px;display:flex;align-items:center;justify-content:space-between;gap:20px;max-width:1280px;margin:auto;padding:0 32px}.public-header .nav-links{display:flex;gap:28px;color:var(--muted);font-size:12px;align-items:center}.public-page{max-width:1280px;padding:38px 32px 70px;margin:auto}.hero{display:flex;justify-content:space-between;align-items:flex-end;gap:32px;margin-bottom:34px}.hero h1{font-size:56px;letter-spacing:-2.8px;line-height:1.03;margin:12px 0 18px}.hero h1 em{font-style:normal;color:var(--accent)}.hero p{max-width:520px;color:var(--muted);font-size:14px}.hero-stamp{border:1px solid var(--line);border-radius:99px;width:115px;height:115px;transform:rotate(12deg);display:grid;place-items:center;text-align:center;color:#52725a;font-size:10px;font-weight:750;letter-spacing:1.4px;line-height:2;background:#eef3e7;flex-shrink:0}.public-grid{display:grid;grid-template-columns:220px minmax(300px,1fr) 330px;gap:20px;align-items:start}.product-rail{display:grid;gap:7px}.product-option{text-align:left;background:transparent;padding:12px;border-radius:10px;display:flex;align-items:center;gap:11px;color:#61717b;font-size:12px;border:1px solid transparent}.product-option.active{background:white;border-color:#cfd9de;color:var(--ink);box-shadow:var(--shadow)}.product-symbol{display:grid;place-items:center;background:#e6eeee;border-radius:8px;width:34px;height:34px;flex-shrink:0;font-weight:750;font-size:14px}.active .product-symbol{background:var(--accent);color:white}.product-preview{height:180px;border-radius:11px;background:#e8efdf;overflow:hidden;display:flex;align-items:center;justify-content:center;position:relative;margin-bottom:24px}.preview-shape{font-weight:850;letter-spacing:-2px;font-size:34px;line-height:1;transform:rotate(-10deg);border:7px solid white;box-shadow:3px 6px 0 #213b3625;background:var(--accent);border-radius:45% 30% 40% 30%;color:white;text-align:center;padding:20px 30px}.preview-shape span{font-size:13px;letter-spacing:3px;display:block;margin-top:8px}.preview-label{position:absolute;left:14px;bottom:10px;color:#67816e;font-size:10px;text-transform:uppercase;letter-spacing:1px}.quantity-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.quantity-btn{background:#fff;border:1px solid var(--line);border-radius:8px;padding:10px;font-size:12px;color:var(--ink)}.quantity-btn.active{border-color:var(--ink);background:var(--ink);color:white;font-weight:700}.estimate-card{position:sticky;top:25px}.estimate-head{background:var(--nav);border-radius:12px;padding:24px;color:white}.estimate-head .eyebrow{color:#a7bbc3}.estimate-head .metric{margin:7px 0}.estimate-head small{color:#a7bbc3}.line-total{display:flex;justify-content:space-between;gap:15px;padding:8px 0;font-size:12px}.benefit{display:flex;align-items:flex-start;gap:9px;font-size:11px;color:var(--muted);margin-top:15px}.benefit .icon{color:var(--green);width:16px;height:16px}.public-footer{display:flex;justify-content:space-between;gap:20px;margin-top:36px;padding-top:24px;border-top:1px solid var(--line);color:var(--muted);font-size:11px}.step-number{display:inline-flex;width:22px;height:22px;align-items:center;justify-content:center;background:#eef2f3;border-radius:50%;font-size:10px;font-weight:800;margin-right:7px}
/* Staff workspace */
.workspace{min-height:100vh;display:grid;grid-template-columns:235px minmax(0,1fr)}.sidebar{background:var(--nav);color:#a0b2bc;padding:30px 21px;position:fixed;width:235px;height:100vh;display:flex;flex-direction:column;z-index:5}.sidebar .brand{color:white;margin-bottom:42px}.sidebar .eyebrow{color:#6e8997;margin:12px 12px}.side-link{display:flex;align-items:center;gap:12px;padding:12px;border-radius:8px;color:#a8bac2;font-size:12px;margin-bottom:4px;cursor:pointer;background:transparent;width:100%;text-align:left}.side-link.active{background:#2c414a;color:white}.side-link.active .icon{color:#f18b6d}.side-link:hover{background:#2c414a}.sidebar-footer{margin-top:auto;border-top:1px solid #314752;padding-top:20px}.avatar{width:34px;height:34px;border-radius:50%;background:#d9e8b4;display:grid;place-items:center;color:var(--ink);font-size:12px;font-weight:750;flex-shrink:0}.work-main{grid-column:2;min-width:0}.topbar{height:75px;background:white;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;padding:0 35px;gap:20px}.topbar-label{font-size:12px;color:var(--muted)}.work-content{padding:30px 35px 60px;max-width:1800px;margin:auto}.page-heading{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:25px}.page-heading p{font-size:12px;color:var(--muted);margin-top:8px}.kpis{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin:24px 0}.kpi{padding:20px;background:white;border:1px solid var(--line);border-radius:13px}.kpi .metric{margin:9px 0 3px}.kpi .eyebrow{letter-spacing:1px}.kpi.last{background:#e8efdc;border-color:#dfe8d2}.filter-row{display:flex;align-items:center;gap:12px;justify-content:space-between;margin-bottom:20px}.search{max-width:300px;display:flex;position:relative}.search .icon{position:absolute;left:12px;top:12px;color:var(--muted)}.search input{padding-left:38px;background:white;font-size:12px}.segmented{display:inline-flex;background:#e8edef;border-radius:8px;padding:3px;gap:2px}.segmented button{background:transparent;color:var(--muted);font-size:11px;padding:7px 11px;border-radius:6px;font-weight:650}.segmented button.active{background:white;color:var(--ink);box-shadow:0 2px 5px #172c3610}.board{display:grid;grid-template-columns:repeat(5,minmax(185px,1fr));gap:15px;overflow:auto;padding-bottom:12px}.board-column{min-height:250px}.board-title{display:flex;align-items:center;justify-content:space-between;font-size:11px;font-weight:750;margin-bottom:13px;padding:0 3px;color:#657680}.board-count{background:#e8edef;font-size:10px;padding:2px 6px;border-radius:5px}.job-card{background:white;border:1px solid var(--line);border-radius:12px;padding:17px;margin-bottom:12px;transition:.15s;display:block}.job-card:hover{border-color:#c3cfd4;box-shadow:var(--shadow);transform:translateY(-2px)}.job-card h3{font-size:13px;line-height:1.5;margin:10px 0 6px}.job-card .customer{font-size:11px;color:var(--muted);margin-bottom:14px}.job-card .amount{font-size:16px;font-weight:750;margin-bottom:16px}.job-card .card-bottom{border-top:1px solid #edf0f2;padding-top:12px;margin-top:14px;display:flex;align-items:center;justify-content:space-between;color:var(--muted);font-size:10px}.mini-avatar{width:23px;height:23px;font-size:8px;background:#e9efed}.column-empty{border:1px dashed #d7e0e3;border-radius:11px;padding:24px 12px;color:#a2adb3;font-size:11px;text-align:center}.tabs{border-bottom:1px solid var(--line);display:flex;gap:26px;margin:24px 0;overflow:auto}.tab{padding:0 0 13px;background:transparent;color:var(--muted);font-size:12px;white-space:nowrap;border-bottom:2px solid transparent}.tab.active{border-color:var(--accent);color:var(--ink);font-weight:750}.job-columns{display:grid;grid-template-columns:minmax(0,1fr) 315px;gap:20px;align-items:start}.job-status-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.status-check{background:white;border:1px solid var(--line);border-radius:12px;padding:17px;display:flex;align-items:flex-start;gap:12px}.status-check .check-icon{width:28px;height:28px;border-radius:50%;background:var(--orange-bg);color:var(--orange);display:grid;place-items:center;flex-shrink:0}.status-check.good .check-icon{background:var(--green-bg);color:var(--green)}.status-check h4{font-size:12px;margin-bottom:2px}.status-check p{font-size:10px;color:var(--muted)}.task{padding:17px 0;border-bottom:1px solid var(--line);display:flex;align-items:flex-start;gap:14px}.task:last-child{border-bottom:0}.task-number{width:27px;height:27px;display:grid;place-items:center;border:1px solid var(--line);border-radius:8px;font-size:10px;font-weight:750;flex-shrink:0;color:var(--muted);margin-top:2px}.task.done .task-number{background:var(--green-bg);border-color:#daeadf;color:var(--green)}.task-title{font-size:12px;font-weight:700}.task-meta{font-size:10px;color:var(--muted);margin-top:5px}.task-warning{color:#a57d43;font-size:10px;display:flex;gap:5px;align-items:center;margin-top:8px}.task-actions{display:flex;gap:5px;flex-wrap:wrap;justify-content:flex-end;max-width:220px}.proof-preview{display:block;max-width:100%;max-height:520px;margin:0 auto;object-fit:contain;border:1px solid var(--line);border-radius:9px;background:#f2f4f5}.file-row{display:flex;gap:12px;align-items:center;padding:12px;border:1px solid var(--line);border-radius:9px;margin-top:8px;font-size:11px}.proof-history summary{cursor:pointer;padding:13px 0;font-size:12px}.audit-event{position:relative;padding:0 0 20px 24px;border-left:1px solid #e1e7e9;margin-left:5px}.audit-event:before{content:'';position:absolute;left:-4px;top:5px;width:7px;height:7px;border-radius:50%;background:#a8bec7}.audit-event:last-child{border-left:0}.audit-event h4{font-size:12px;font-weight:650;margin-bottom:4px}.audit-event p{font-size:11px;color:var(--muted);overflow-wrap:anywhere}.product-list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:17px}.product-card{padding:21px}.product-card .product-symbol{width:45px;height:45px;font-size:18px;background:#edf2e7}.product-card h3{margin:15px 0 6px}.product-card .rates{display:flex;justify-content:space-between;padding:14px 0;margin:8px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.product-card .rates strong{font-size:20px;display:block;letter-spacing:-.5px}.workflow-steps{counter-reset:steps}.workflow-step{display:flex;align-items:center;gap:10px;padding:9px 0;font-size:12px}.workflow-step:before{counter-increment:steps;content:counter(steps);display:grid;place-items:center;width:22px;height:22px;border-radius:6px;background:#eff3f4;font-size:10px;font-weight:750;flex-shrink:0}.workflow-step .badge{margin-left:auto}.workflow-edit-row{display:grid;grid-template-columns:26px minmax(180px,2fr) minmax(90px,1fr) 110px 75px 28px;gap:7px;align-items:center;margin-bottom:8px}.workflow-edit-row input,.workflow-edit-row select{font-size:11px;padding:8px}.workflow-edit-head{font-size:9px;color:var(--muted);letter-spacing:.5px}.quote-line-edit{display:grid;grid-template-columns:2fr 1.3fr .7fr .7fr .65fr 28px;gap:8px;margin-bottom:10px}.quote-line-edit input,.quote-line-edit select{font-size:11px;padding:9px}.settings-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px}.login-wrap{min-height:100vh;display:grid;grid-template-columns:1fr 1fr}.login-art{background:var(--nav);padding:65px;color:white;display:flex;flex-direction:column;justify-content:space-between}.login-art h1{font-size:58px;letter-spacing:-3px}.login-art p{color:#9fb6bf;max-width:360px;font-size:15px;margin-top:25px}.login-content{display:grid;place-items:center;padding:35px}.login-box{width:100%;max-width:360px}.login-box h1{font-size:31px;margin-bottom:10px}.login-box form{margin-top:30px}.portal-page{max-width:1120px;margin:auto;padding:35px 28px 60px}.portal-hero{background:var(--nav);padding:30px;border-radius:17px;color:white;margin-bottom:25px}.portal-hero .muted{color:#a2b7c0}.portal-hero h1{font-size:28px;margin-top:9px}.portal-progress{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-top:25px}.portal-stage{padding-top:10px;border-top:3px solid #3d525d;font-size:11px;color:#90a7b4}.portal-stage.active{border-color:var(--lime);color:var(--lime)}.portal-grid{display:grid;grid-template-columns:minmax(0,1fr) 315px;gap:22px;align-items:start}.total-summary .line-total{padding:7px 0}.total-summary .grand{font-size:22px;font-weight:750;padding:14px 0;border-top:1px solid var(--line);margin-top:7px}
/* Dialogs, notifications and responsive */
dialog{border:0;border-radius:17px;padding:0;max-width:min(92vw,820px);width:680px;max-height:90vh;color:var(--ink);box-shadow:0 24px 100px #07182044}dialog.wide{width:980px;max-width:94vw}dialog::backdrop{background:#14283380;backdrop-filter:blur(3px)}.modal-head{padding:22px 25px;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;position:sticky;top:0;background:white;z-index:1}.modal-head h2{font-size:19px}.modal-body{padding:25px}.modal-footer{display:flex;justify-content:flex-end;gap:10px;margin-top:25px;padding-top:18px;border-top:1px solid var(--line)}.close-btn{background:#edf1f3;border-radius:7px;width:29px;height:29px;display:grid;place-items:center;color:var(--muted);font-size:19px}.form-error{color:#ae482e;font-size:12px;background:#faece7;border-radius:8px;padding:10px;margin-top:14px}.form-error:empty{display:none}#toast{position:fixed;right:25px;bottom:25px;padding:13px 20px;border-radius:10px;background:var(--ink);color:white;box-shadow:0 8px 30px #11243022;max-width:420px;font-size:12px;opacity:0;transform:translateY(20px);transition:.2s;z-index:100;pointer-events:none}#toast.visible{opacity:1;transform:translateY(0)}#toast.error{background:#a4432e}.initial-loading{height:90vh;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:18px}.copy-value{background:#f6f8f9;font-family:ui-monospace,monospace;overflow-wrap:anywhere;padding:12px;border-radius:8px;font-size:12px}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
@media(min-width:1550px){.board{gap:20px}.job-card{padding:21px}}
@media(max-width:1200px){.public-grid{grid-template-columns:180px minmax(260px,1fr) 285px;gap:15px}.workspace{grid-template-columns:205px 1fr}.sidebar{width:205px;padding:25px 15px}.work-content{padding:25px}.topbar{padding:0 25px}.product-list{grid-template-columns:repeat(2,minmax(0,1fr))}.job-columns{grid-template-columns:1fr 280px}.board{grid-template-columns:repeat(5,minmax(175px,1fr))}.panel{padding:20px}.hero h1{font-size:49px}.portal-grid{grid-template-columns:minmax(0,1fr) 285px}}
@media(max-width:950px){.public-grid{grid-template-columns:1fr 310px}.product-rail{grid-column:1/-1;display:flex;overflow:auto;padding-bottom:5px}.product-option{white-space:nowrap;padding:9px}.product-option .product-symbol{width:27px;height:27px}.public-page{padding-top:20px}.hero h1{font-size:45px}.workspace{grid-template-columns:78px 1fr}.sidebar{width:78px;padding:25px 12px;align-items:center}.sidebar .brand>span:not(.brand-mark),.sidebar .side-link>span,.sidebar .eyebrow,.sidebar-footer .profile-text,.sidebar .pilot-label{display:none}.sidebar .brand{margin-bottom:35px}.side-link{width:46px;justify-content:center}.sidebar-footer{width:100%}.sidebar-footer .row{justify-content:center}.kpis{grid-template-columns:repeat(2,1fr)}.job-columns{grid-template-columns:1fr}.task-actions{max-width:180px}.job-status-grid{gap:8px}.status-check{padding:12px;gap:8px}.settings-grid{grid-template-columns:1fr}.login-art{padding:40px}.login-art h1{font-size:46px}.job-columns>.stack{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));align-items:start}.job-columns>.stack>section:only-child{grid-column:1/-1}.portal-grid{grid-template-columns:1fr 285px}.portal-page{padding:25px 20px}}
@media(max-width:700px){h1{font-size:26px}.public-header{height:70px;padding:0 20px}.public-header .nav-links>a:not(.btn){display:none}.public-page{padding:20px}.hero{margin-bottom:22px}.hero h1{font-size:41px;letter-spacing:-2px}.hero-stamp{display:none}.public-grid{grid-template-columns:1fr}.estimate-card{position:static}.public-footer{flex-direction:column;gap:8px}.product-preview{height:150px}.work-content{padding:22px 16px}.topbar{height:65px;padding:0 16px}.topbar .badge{display:none}.workspace{grid-template-columns:60px 1fr}.sidebar{width:60px;padding:20px 6px}.sidebar .brand-mark{width:31px;height:31px}.side-link{width:40px;padding:11px}.sidebar-footer .avatar{width:29px;height:29px}.sidebar-footer .btn{padding:6px;min-width:28px;font-size:10px}.page-heading{align-items:flex-start;gap:12px}.page-heading .row{flex-wrap:wrap;justify-content:flex-end}.page-heading .btn{font-size:10px;padding:8px}.page-heading h1{font-size:25px}.kpis{gap:10px;margin:18px 0}.kpi{padding:15px}.metric{font-size:25px}.kpi .eyebrow{font-size:9px}.kpi small{font-size:10px}.filter-row{align-items:flex-start;gap:8px;flex-direction:column}.filter-row .search{max-width:none;width:100%}.board{grid-template-columns:repeat(5,200px)}.fields.three{grid-template-columns:1fr 1fr}.fields{gap:12px}.job-status-grid{grid-template-columns:1fr}.status-check{padding:12px}.tabs{gap:19px}.job-columns>.stack{grid-template-columns:1fr}.panel{padding:17px}.task{flex-wrap:wrap;gap:9px}.task>.grow{width:calc(100% - 40px);flex:initial}.task-actions{margin-left:36px;max-width:none}.product-list{grid-template-columns:1fr}.portal-grid{grid-template-columns:1fr}.portal-page{padding:20px 16px}.portal-hero{padding:22px}.portal-hero h1{font-size:23px}.portal-progress{gap:8px}.portal-stage{font-size:10px}.login-wrap{grid-template-columns:1fr}.login-art{display:none}.login-content{min-height:100vh;padding:28px}.quote-line-edit{grid-template-columns:1fr 1fr 1fr;position:relative;padding:12px;background:#f4f6f7;border-radius:9px}.quote-line-edit select{grid-column:1/-1}.workflow-edit-row{grid-template-columns:22px 1fr 1fr}.workflow-edit-row>input[name^=title]{grid-column:2/-1}.workflow-edit-head{display:none}.workflow-edit-row select{grid-column:2}.modal-body{padding:20px}.modal-head{padding:18px 20px}.public-header .brand{font-size:17px}.table-wrap{margin:0 -5px}.portal-hero .row{align-items:flex-start}dialog{max-width:94vw;width:94vw}.topbar .btn{font-size:10px;padding:7px}#toast{left:20px;right:20px;max-width:none}}
@media print{body{background:white;font-size:11px}.sidebar,.topbar,.tabs,.page-heading .row,.btn,.notice,.noprint,.public-header,.public-footer,dialog,#toast{display:none!important}.workspace{display:block}.work-main{display:block}.work-content,.public-page,.portal-page{padding:0;max-width:none}.job-columns,.portal-grid{display:block}.panel{box-shadow:none;border:0;padding:12px 0;break-inside:avoid}.job-status-grid,.job-columns>.stack{display:none}.portal-hero{background:white;color:black;border-bottom:2px solid black}.portal-hero .muted{color:#444}.portal-progress{display:none}.proof-preview{max-height:700px}.page-heading{margin-bottom:10px}h1{font-size:23px}.metric.large{font-size:30px}}

/* Tampa Signs and Stickers: supplied logo artwork, teal/black with orange accents. */
:root{--ink:#101617;--muted:#586b6c;--paper:#f5f9f8;--line:#d8e6e3;--accent:#087f81;--accent-dark:#056264;--nav:#0b0f10;--green:#08736c;--green-bg:#e4f5ef;--orange:#9a4b13;--orange-bg:#fff2e6;--brand-teal:#16b2b4;--brand-orange:#f28a3b;--shadow:0 7px 28px #10262406}
.public-masthead{background:var(--nav);border-bottom:3px solid var(--brand-teal)}
.public-header{height:100px}.public-header .nav-links{color:#d7e4e3;gap:32px;font-size:13px}
.public-header .nav-links a:hover{color:var(--brand-teal)}
.brand{line-height:1;display:inline-flex;white-space:normal}
.brand-logo{width:212px;height:auto;display:block;object-fit:contain}
.loading-logo{width:230px;max-width:80vw;height:auto}
.sidebar .brand{margin:2px 0 30px}.sidebar .brand-logo{width:183px}
.login-art .brand-logo{width:250px}
.hero{padding:10px 0 4px}.hero h1{font-size:62px;letter-spacing:-3px}.hero h1 em{color:var(--accent)}
.hero .eyebrow{color:var(--accent);letter-spacing:2px}
.hero-stamp{background:var(--nav);color:var(--brand-teal);border:0;border-radius:14px;transform:rotate(5deg);width:155px;height:126px;line-height:1.7;display:block;padding:23px 12px;font-size:12px;box-shadow:5px 5px 0 var(--brand-orange)}
.hero-stamp span{display:block;color:white;font-size:10px;margin-top:4px}
.product-preview{background:radial-gradient(circle at 18% 20%,#5bd5cc55 0 15%,transparent 16%),radial-gradient(circle at 84% 110%,#06363833 0 40%,transparent 41%),var(--brand-teal);height:184px}
.preview-shape{background:white;width:68%;padding:22px 25px;border:0;box-shadow:5px 8px 0 #07464a55;border-radius:19px;transform:rotate(-8deg)}
.preview-shape img{width:100%;height:auto;display:block}
.preview-label{color:#073b3b;letter-spacing:1px;font-size:9px;font-weight:650}
.estimate-head{background:var(--nav);border-top:4px solid var(--brand-teal)}
.estimate-head .eyebrow{color:#8bdbd7}
.product-option.active{border-color:var(--accent);background:#e7f7f4}.active .product-symbol{background:var(--ink);color:var(--brand-teal)}.product-symbol .product-icon{width:19px;height:19px}.product-option{min-height:54px}.product-option span:last-child{font-weight:650;letter-spacing:-.05px}.product-option:hover{background:#f3f8f7;border-color:#dce8e5}.product-option.active:hover{background:#e7f7f4}
.quantity-btn.active{background:var(--nav);border-color:var(--nav);box-shadow:inset 0 -3px 0 var(--brand-orange)}
.btn.primary{background:var(--accent);color:white}.btn.primary:hover{background:var(--accent-dark)}
.badge.blue{background:#e0f4ef;color:#09685e}.benefit .icon{color:var(--accent)}
.sidebar{background:var(--nav)}.side-link.active{background:#133335;color:#70e0d4;border-left:3px solid var(--brand-orange)}
.portal-hero{background:var(--nav);border-top:4px solid var(--brand-teal)}
.portal-hero .eyebrow{color:#6bd7d1}.portal-hero .muted{color:#b4cbca}
.customer-progress{list-style:none;margin:27px 0 0;padding:0;display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.customer-progress li{display:flex;align-items:center;gap:10px;color:#93abaa;font-size:13px;border-top:2px solid #284345;padding-top:14px}
.customer-progress li>span{display:grid;place-items:center;width:27px;height:27px;border-radius:50%;border:1px solid #526867;flex-shrink:0;font-size:11px}
.customer-progress li.active{color:#9ef5e8;border-color:var(--brand-teal)}
.customer-progress li.active>span{background:var(--brand-teal);border-color:var(--brand-teal);color:#071f20}
.customer-progress li[aria-current=step]>span{background:var(--brand-orange);border-color:var(--brand-orange);color:#26160a}
.public-footer{color:#536764}.public-footer>span:first-child{font-size:10px;letter-spacing:.9px;font-weight:650}
@media(max-width:1000px){.sidebar .brand-logo{width:50px;object-fit:contain}.hero h1{font-size:52px}}
@media(max-width:650px){.public-header{height:88px;padding:0 18px;gap:16px}.public-header .brand-logo{width:170px}.public-header .nav-links{gap:8px;flex-direction:column;align-items:flex-end;font-size:11px}.hero h1{font-size:43px;letter-spacing:-2px}.hero-stamp{display:none}.customer-progress{gap:8px}.customer-progress li{font-size:10px;align-items:flex-start;gap:6px}.customer-progress li>span{width:21px;height:21px}.customer-progress strong{padding-top:2px}.portal-hero h1{font-size:26px}.public-grid{min-width:0}.public-footer{gap:14px}.brand-logo{max-width:100%}}

@media(max-width:700px){.public-header .nav-links>a:not(.btn){display:block}.public-header .nav-links{gap:8px;flex-direction:column;align-items:flex-end;font-size:11px}.public-header .brand-logo{width:170px}}
