:root{--ink:#17232e;--ink2:#253643;--muted:#687786;--line:#dce3e9;--bg:#f4f6f8;--white:#fff;--accent:#d9953b;--accent2:#fff1dd;--green:#1c795a;--red:#b54747;--shadow:0 1px 3px #1b29330a,0 8px 32px #1b293308;--radius:16px;--safe:env(safe-area-inset-bottom,0px)}*{box-sizing:border-box}html{font-size:16px;-webkit-text-size-adjust:100%}body{margin:0;background:var(--bg);color:var(--ink);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Inter,Roboto,sans-serif;line-height:1.45}button,input,textarea,select{font:inherit}button{cursor:pointer}a{color:inherit;text-decoration:none}button:focus-visible,a:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible{outline:3px solid #d9953b88;outline-offset:2px}button:disabled{opacity:.48;cursor:not-allowed}h1,h2,h3,p{margin:0}h1{font-size:27px;letter-spacing:-.9px;line-height:1.18;font-weight:750}h2{font-size:19px;letter-spacing:-.45px}h3{font-size:15px;font-weight:700}p{line-height:1.55}.muted{color:var(--muted)}.small{font-size:12px}.text-sm{font-size:14px}.strong{font-weight:700}.eyebrow{text-transform:uppercase;font-size:10px;font-weight:800;letter-spacing:1.6px;color:var(--muted)}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.stack{display:flex;flex-direction:column;gap:14px}.row{display:flex;align-items:center;gap:12px;min-width:0}.between{justify-content:space-between}.wrap{flex-wrap:wrap}.grow{flex:1;min-width:0}.end{justify-content:flex-end}.gap-sm{gap:7px}.mt{margin-top:16px}.mb{margin-bottom:16px}.hidden{display:none!important}.card{background:var(--white);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow);padding:20px;min-width:0}.card.flat{box-shadow:none}.card.soft{background:#f8fafb;box-shadow:none}.panel-title{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:16px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border:1px solid var(--line);border-radius:10px;background:#fff;color:var(--ink);padding:10px 15px;min-height:42px;font-size:13px;font-weight:700;transition:background .12s,border-color .12s;text-align:center}.btn:hover{background:#f3f5f7}.btn.primary{background:var(--ink);border-color:var(--ink);color:#fff}.btn.primary:hover{background:#304454}.btn.accent{background:var(--accent);border-color:var(--accent);color:#281b0c}.btn.accent:hover{background:#e6a751}.btn.ghost{background:transparent;border-color:transparent}.btn.danger{color:var(--red);border-color:#f0caca;background:#fff7f7}.btn.small-btn{min-height:34px;padding:7px 11px;font-size:12px}.btn.square{width:42px;padding:0;flex-shrink:0}.btn.full{width:100%}.icon{width:19px;height:19px;display:inline-block;vertical-align:middle;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0}.icon.sm{width:16px;height:16px}.icon.lg{width:23px;height:23px}.field{display:flex;flex-direction:column;gap:6px;min-width:0}.field label,.field>span{font-size:12px;font-weight:700;color:#465564}.field input,.field textarea,.field select{width:100%;border:1px solid #d6dfe6;border-radius:10px;padding:11px 12px;min-height:43px;background:#fff;color:var(--ink);outline:none}.field textarea{resize:vertical;min-height:86px}.field input:focus,.field textarea:focus,.field select:focus{border-color:#b47c32;box-shadow:0 0 0 3px #d9953b19}.field input[type=file]{font-size:12px}.field input[type=checkbox]{width:auto;min-height:auto}.help{font-size:12px;color:var(--muted);line-height:1.5}.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.span2{grid-column:1/-1}.divider{height:1px;background:var(--line);margin:5px 0}.pill{display:inline-flex;align-items:center;gap:5px;border-radius:100px;padding:4px 9px;font-size:10px;letter-spacing:.2px;font-weight:800;white-space:nowrap;background:#edf1f4;color:#536574}.pill.active{background:#e3f4eb;color:#217554}.pill.scheduled{background:#e6efff;color:#3b629d}.pill.completed{background:#e8edf1;color:#47606e}.pill.on_hold{background:#fff0d8;color:#9b6420}.pill.archived{background:#f0f0f0;color:#777}.pill.approved{background:#e3f4eb;color:#217554}.shell{display:flex;min-height:100vh}.sidebar{width:246px;flex-shrink:0;background:var(--ink);color:#d1dce4;display:flex;flex-direction:column;padding:25px 13px;position:sticky;top:0;height:100vh;overflow-y:auto}.brand{display:flex;align-items:center;gap:10px;padding:0 11px 24px;color:white}.mark{width:40px;height:40px;border-radius:10px;display:block;object-fit:cover;flex-shrink:0;background:#19212a}.loading-screen>.mark{width:72px;height:72px;border-radius:17px}.brand-title{font-weight:800;font-size:20px;letter-spacing:-.6px}.brand-sub{font-size:10px;text-transform:uppercase;letter-spacing:1.2px;color:#8596a5;font-weight:800}.sidebar-section{font-size:10px;text-transform:uppercase;letter-spacing:1.4px;color:#728595;padding:20px 12px 8px;font-weight:800}.nav-link{width:100%;display:flex;align-items:center;gap:12px;text-align:left;border:0;background:transparent;color:#aebfcb;border-radius:10px;padding:12px 13px;font-size:13px;font-weight:650}.nav-link:hover{color:#fff;background:#ffffff0c}.nav-link.selected{color:#fff;background:#ffffff16}.nav-link.selected .icon{color:#efb365}.sidebar-bottom{margin-top:auto;padding-top:16px}.user-chip{display:flex;align-items:center;gap:10px;padding:14px 10px;border-top:1px solid #ffffff16}.avatar{width:35px;height:35px;border-radius:10px;background:#344653;color:#fff;display:grid;place-items:center;font-size:12px;font-weight:800;flex-shrink:0}.main{flex:1;min-width:0;display:flex;flex-direction:column}.topbar{height:72px;background:#fff;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;padding:0 32px;position:sticky;top:0;z-index:10}.company-mini{display:flex;align-items:center;gap:10px;min-width:0}.company-logo{width:35px;height:35px;object-fit:contain;border-radius:8px;background:#f5f6f7}.topbar .title-mini{font-weight:750;font-size:13px}.content{width:100%;max-width:1440px;margin:0 auto;padding:32px;flex:1}.page-head{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;margin-bottom:25px}.page-head p{color:var(--muted);font-size:13px;margin-top:7px}.metrics{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.metric{padding:21px 23px;position:relative;overflow:hidden}.metric .number{font-size:29px;font-weight:800;letter-spacing:-1px;margin:10px 0 5px}.metric .metric-icon{position:absolute;right:20px;top:20px;color:#a4b1bb}.metric .metric-icon .icon{width:23px;height:23px}.metric .detail{font-size:11px;color:var(--muted)}.two-col{display:grid;grid-template-columns:minmax(0,1.65fr) minmax(270px,1fr);gap:18px;align-items:start}.list-card{display:flex;align-items:center;gap:13px;padding:15px 0;border-bottom:1px solid #edf0f2}.list-card:last-child{border-bottom:0;padding-bottom:0}.list-card:first-child{padding-top:0}.list-icon{width:42px;height:42px;background:#eff2f4;border:1px solid #e6ebef;border-radius:11px;display:grid;place-items:center;flex-shrink:0;color:#60717e}.list-card .title{font-size:13px;font-weight:750}.list-card .sub{font-size:11px;color:var(--muted);margin-top:4px}.clickable{cursor:pointer}.clickable:hover .title{color:#b87a2c}.toolbar{display:flex;gap:10px;align-items:center;flex-wrap:wrap;margin-bottom:18px}.search{position:relative;flex:1;min-width:180px}.search .icon{position:absolute;left:13px;top:50%;transform:translateY(-50%);color:#8997a3}.search input{width:100%;height:44px;border:1px solid var(--line);border-radius:10px;padding:0 12px 0 40px;background:#fff;color:var(--ink);outline:none}.search input:focus{border-color:#c58b40}.toolbar select{height:44px;border:1px solid var(--line);border-radius:10px;background:white;padding:0 12px;color:var(--ink);font-size:13px}.jobs-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:15px}.job-card{padding:0;overflow:hidden;display:flex;flex-direction:column}.job-cover{height:115px;background:linear-gradient(135deg,#dfe6eb,#eef1f3);position:relative;display:flex;align-items:center;justify-content:center;color:#a0aeb9}.job-cover img{width:100%;height:100%;object-fit:cover}.job-cover .cover-label{position:absolute;left:12px;bottom:12px;background:#17232ed9;color:white;padding:5px 8px;border-radius:6px;font-size:10px;font-weight:750}.job-body{padding:17px;display:flex;flex-direction:column;gap:9px;flex:1}.job-body h3{font-size:15px;line-height:1.3}.job-body .address{color:var(--muted);font-size:12px;display:flex;gap:6px;align-items:flex-start}.job-footer{margin-top:auto;padding-top:10px;border-top:1px solid var(--line);display:flex;justify-content:space-between;align-items:center;color:var(--muted);font-size:11px}.tabs{display:flex;gap:3px;border-bottom:1px solid var(--line);margin-bottom:20px;overflow-x:auto;scrollbar-width:none}.tabs::-webkit-scrollbar{display:none}.tab{border:0;background:transparent;color:var(--muted);padding:13px 16px;font-size:12px;font-weight:750;white-space:nowrap;border-bottom:2px solid transparent}.tab.active{color:var(--ink);border-color:var(--accent)}.job-header{display:flex;align-items:flex-start;gap:17px}.job-header .back{margin-top:1px}.job-facts{display:flex;gap:18px;flex-wrap:wrap;margin-top:15px;color:var(--muted);font-size:12px}.job-facts>span{display:inline-flex;gap:6px;align-items:center}.gallery{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:11px}.photo-tile{aspect-ratio:1;position:relative;border-radius:10px;overflow:hidden;background:#dfe4e8;cursor:pointer;border:1px solid #d5dde4}.photo-tile img{width:100%;height:100%;object-fit:cover;display:block}.photo-tile .photo-info{position:absolute;bottom:0;left:0;right:0;padding:25px 9px 8px;background:linear-gradient(transparent,#0009);color:#fff;font-size:10px;font-weight:600}.photo-tile .approval{position:absolute;top:7px;right:7px;background:#147455;color:white;border-radius:6px;padding:4px 5px;display:grid;place-items:center}.photo-tile .select-photo{position:absolute;left:7px;top:7px;width:24px;height:24px;accent-color:var(--accent);cursor:pointer}.photo-tile.selected{outline:3px solid var(--accent);outline-offset:-3px}.date-heading{display:flex;align-items:center;justify-content:space-between;font-size:12px;font-weight:800;margin:21px 0 10px}.date-heading:first-child{margin-top:0}.empty{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:52px 20px;color:var(--muted)}.empty .empty-icon{width:64px;height:64px;border-radius:17px;background:#edf1f4;display:grid;place-items:center;color:#91a2ae;margin-bottom:18px}.empty h2{color:var(--ink);margin-bottom:6px}.empty p{font-size:13px;max-width:340px;margin-bottom:18px}.timeline{position:relative;padding-left:27px}.timeline:before{content:"";position:absolute;left:8px;top:14px;bottom:12px;width:1px;background:var(--line)}.event{position:relative;display:flex;gap:14px;padding:0 0 23px}.event:before{content:"";position:absolute;left:-23px;top:5px;width:9px;height:9px;border:3px solid #fff;background:var(--accent);border-radius:50%;box-shadow:0 0 0 1px var(--line)}.event img{width:67px;height:67px;object-fit:cover;border-radius:9px;flex-shrink:0}.event .body{flex:1;min-width:0}.event .body p{font-size:13px;white-space:pre-wrap;overflow-wrap:anywhere}.event .body .meta{font-size:11px;color:var(--muted);margin-bottom:6px}.check-row{display:flex;align-items:flex-start;gap:12px;padding:14px 0;border-bottom:1px solid var(--line)}.check-row:last-child{border:0}.check-row input{margin-top:4px;accent-color:var(--green);width:18px;height:18px;flex-shrink:0}.check-row.done .check-title{text-decoration:line-through;color:var(--muted)}.site-row{display:flex;gap:14px;padding:17px 0;border-bottom:1px solid var(--line)}.site-row:last-child{border-bottom:0}.site-icon{width:43px;height:43px;display:grid;place-items:center;background:#edf1f4;border-radius:10px;flex-shrink:0;color:#667988}.note-composer{display:flex;gap:10px;align-items:flex-end}.note-composer textarea{min-height:70px}.logo-preview{width:95px;height:95px;object-fit:contain;border:1px solid var(--line);border-radius:13px;background:#f8fafb;padding:8px}.settings-grid{display:grid;grid-template-columns:200px minmax(0,1fr);gap:20px}.settings-nav{display:flex;flex-direction:column;gap:5px}.settings-link{border:0;text-align:left;background:transparent;padding:12px 14px;border-radius:9px;font-size:13px;font-weight:650;color:var(--muted)}.settings-link.active{background:#e7ecef;color:var(--ink)}.table-wrap{overflow-x:auto}.table{width:100%;border-collapse:collapse;text-align:left;white-space:nowrap}.table th{font-size:10px;text-transform:uppercase;color:var(--muted);letter-spacing:.8px;font-weight:800;padding:12px 10px;border-bottom:1px solid var(--line)}.table td{font-size:12px;padding:15px 10px;border-bottom:1px solid #edf0f2}.table tr:last-child td{border-bottom:0}.table td:first-child,.table th:first-child{padding-left:0}.table td:last-child,.table th:last-child{padding-right:0}.role-tag{text-transform:capitalize}.toggle-row{display:flex;align-items:flex-start;gap:10px;font-size:13px;cursor:pointer}.toggle-row input{width:17px;height:17px;flex-shrink:0;accent-color:var(--ink);margin-top:2px}.code-box{background:#f1f4f6;border:1px solid var(--line);border-radius:10px;padding:12px;font-family:ui-monospace,SFMono-Regular,monospace;font-size:12px;overflow-wrap:anywhere;user-select:all}.modal-backdrop{position:fixed;inset:0;background:#101c27a8;z-index:100;display:flex;align-items:center;justify-content:center;padding:20px;overscroll-behavior:contain}.modal{background:#fff;border-radius:18px;width:100%;max-width:590px;max-height:calc(100vh - 40px);overflow-y:auto;box-shadow:0 22px 90px #07111a40;display:flex;flex-direction:column}.modal.wide{max-width:1000px}.modal-head{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:20px 24px;border-bottom:1px solid var(--line);position:sticky;top:0;background:#fff;z-index:2}.modal-body{padding:24px;min-width:0}.modal-foot{display:flex;justify-content:flex-end;gap:9px;padding:16px 24px;border-top:1px solid var(--line);background:#fff}.photo-view{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(280px,1fr);min-height:400px}.photo-stage{background:#18232d;display:flex;align-items:center;justify-content:center;min-width:0;position:relative}.photo-stage img{width:100%;height:100%;max-height:640px;object-fit:contain}.photo-side{padding:23px;display:flex;flex-direction:column;gap:18px;min-width:0;max-height:640px;overflow-y:auto}.meta-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.meta-grid .value{font-size:12px;font-weight:650;word-break:break-word;margin-top:4px}.tag{display:inline-block;background:#edf1f4;color:#536574;border-radius:6px;padding:5px 8px;font-size:11px;margin:0 5px 5px 0}.auth-page{min-height:100vh;display:grid;grid-template-columns:1fr 1fr;background:#fff}.auth-left{background:var(--ink);color:white;display:flex;flex-direction:column;justify-content:space-between;padding:55px;position:relative;overflow:hidden}.auth-left:after{content:"";position:absolute;width:480px;height:480px;border:1px solid #ffffff0d;border-radius:50%;bottom:-220px;right:-190px;box-shadow:0 0 0 70px #ffffff05,0 0 0 140px #ffffff04}.auth-left h1{font-size:43px;max-width:440px;letter-spacing:-1.8px;line-height:1.15}.auth-left p{color:#9badbc;max-width:400px;margin-top:20px;font-size:15px}.auth-right{display:flex;align-items:center;justify-content:center;padding:45px}.auth-card{width:100%;max-width:390px}.auth-card h1{font-size:29px}.auth-card .form-grid{margin-top:28px}.auth-foot{color:#91a0ad;font-size:11px}.auth-mobile-brand{display:none}.loading-screen{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:15px;color:var(--muted)}.toast{position:fixed;z-index:200;bottom:25px;left:50%;transform:translateX(-50%) translateY(20px);background:#17232e;color:white;padding:13px 19px;border-radius:10px;box-shadow:0 10px 35px #14212d3d;font-size:13px;opacity:0;pointer-events:none;transition:opacity .2s,transform .2s;max-width:calc(100vw - 28px);text-align:center}.toast.show{opacity:1;transform:translateX(-50%) translateY(0)}.toast.error{background:#a83d3d}.mobile-nav{display:none}.mobile-head{display:none}.upload-progress{height:7px;background:#e5eaee;border-radius:9px;overflow:hidden}.upload-progress>div{height:100%;background:var(--accent);transition:width .2s}.report{background:#fff;padding:32px;max-width:950px;margin:auto}.report-heading{border-bottom:2px solid var(--ink);padding-bottom:20px;margin-bottom:24px}.report-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.report-photo{break-inside:avoid;margin-bottom:20px}.report-photo img{width:100%;max-height:400px;object-fit:contain;background:#f2f3f4}.report-photo p{font-size:11px;margin-top:6px}.report .report-meta{display:flex;gap:30px;flex-wrap:wrap;font-size:12px;margin-bottom:25px}.banner{background:#fff2df;border:1px solid #f1d3a3;color:#82551c;border-radius:10px;padding:12px 15px;font-size:12px}.banner.success{background:#e9f5ee;border-color:#cce8d7;color:#246c4b}.file-drop{border:1.5px dashed #cbd5dd;border-radius:12px;padding:24px;display:flex;flex-direction:column;align-items:center;gap:10px;text-align:center;background:#f8fafb}.file-drop input{width:100%;font-size:12px;max-width:300px}.progress-label{font-size:12px;color:var(--muted)}
@media(max-width:1150px){.jobs-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.gallery{grid-template-columns:repeat(3,minmax(0,1fr))}.content{padding:25px}.two-col{grid-template-columns:minmax(0,1.4fr) minmax(250px,1fr)}}
@media(max-width:780px){.sidebar{display:none}.shell{display:block}.main{min-height:100vh}.topbar{height:59px;padding:0 18px}.topbar .title-mini{font-size:12px}.topbar .top-actions{display:none}.mobile-head{display:flex;align-items:center;justify-content:space-between;gap:12px}.content{padding:22px 16px calc(100px + var(--safe));max-width:640px}.page-head{margin-bottom:22px;gap:12px}.page-head h1{font-size:24px}.page-head .btn{font-size:12px;padding:9px 11px}.metrics{gap:9px}.metric{padding:15px 14px}.metric .number{font-size:26px}.metric .detail{font-size:10px}.metric .metric-icon{right:12px;top:13px}.metric .metric-icon .icon{width:18px;height:18px}.two-col{grid-template-columns:1fr}.jobs-grid{grid-template-columns:1fr 1fr;gap:10px}.job-cover{height:96px}.job-body{padding:12px;gap:8px}.job-body h3{font-size:13px}.job-footer{font-size:10px}.gallery{grid-template-columns:repeat(3,minmax(0,1fr));gap:7px}.photo-tile{border-radius:7px}.photo-tile .photo-info{font-size:9px}.card{padding:17px}.mobile-nav{display:flex;position:fixed;bottom:0;left:0;right:0;height:calc(65px + var(--safe));padding:5px 8px calc(5px + var(--safe));background:#fff;border-top:1px solid var(--line);z-index:40;justify-content:space-around;box-shadow:0 -4px 20px #17232e06}.mobile-nav button{border:0;background:transparent;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:3px;color:#82909b;font-size:10px;font-weight:700;min-width:51px;flex:1}.mobile-nav button.active{color:var(--ink)}.mobile-nav .create-button{width:47px;height:47px;min-width:47px;flex:0 0 47px;border-radius:15px;background:var(--ink);color:white;margin-top:2px;box-shadow:0 5px 15px #17232e22}.mobile-nav .create-button .icon{width:24px;height:24px}.mobile-nav .create-button span{display:none}.settings-grid{grid-template-columns:1fr}.settings-nav{flex-direction:row;overflow-x:auto;border-bottom:1px solid var(--line);padding-bottom:9px}.settings-link{white-space:nowrap}.auth-page{display:block;min-height:100vh}.auth-left{display:none}.auth-right{min-height:100vh;padding:35px 25px}.auth-mobile-brand{display:flex;align-items:center;gap:10px;margin-bottom:45px}.auth-card{max-width:420px}.modal-backdrop{padding:0;align-items:flex-end}.modal{border-radius:18px 18px 0 0;max-height:calc(100dvh - 22px);padding-bottom:var(--safe)}.modal-head{padding:17px 20px}.modal-body{padding:20px}.modal-foot{padding:14px 20px}.modal.wide{max-width:100%}.photo-view{display:flex;flex-direction:column}.photo-stage{height:38vh;min-height:220px}.photo-stage img{max-height:38vh}.photo-side{max-height:none;padding:20px;overflow:visible}.form-grid{grid-template-columns:1fr}.span2{grid-column:auto}.report{padding:20px}.report-grid{grid-template-columns:1fr}.job-facts{gap:10px}.tabs{margin-left:-16px;margin-right:-16px;padding:0 12px}.tab{padding:12px 13px}}
@media(max-width:380px){.jobs-grid{grid-template-columns:1fr}.job-card{flex-direction:row}.job-cover{height:auto;width:100px;flex-shrink:0}.job-body{min-width:0}.job-footer{padding-top:7px}.gallery{grid-template-columns:repeat(2,minmax(0,1fr))}.metric .number{font-size:22px}.metric{padding:12px}.metric .metric-icon{display:none}.page-head h1{font-size:21px}.btn{padding:9px 11px}.toolbar select{flex:1}}
@media print{body{background:#fff!important}.sidebar,.topbar,.mobile-nav,.no-print,.toast,.modal-backdrop{display:none!important}.shell,.main{display:block;min-height:0}.content{padding:0!important;max-width:none}.report{padding:0;max-width:none}.report-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.report-photo img{max-height:320px}.report-photo{break-inside:avoid}.report-heading{margin-bottom:15px}@page{margin:15mm}}
