:root{--navy:#0b1220;--teal:#2dd4bf;--deep:#0f766e;--orange:#ff8a3d;--bg:#f5f7fa;--ink:#182436;--muted:#6b7889;--line:#e3e8ee;--white:#fff;--shadow:0 3px 12px #13243305;--r:14px;font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink);font-synthesis:none}*{box-sizing:border-box}body{margin:0;background:var(--bg);font-size:14px;line-height:1.5}button,input,select,textarea{font:inherit}button,a{-webkit-tap-highlight-color:transparent}button{cursor:pointer}a{color:var(--deep);text-decoration:none}button:disabled{opacity:.5;cursor:not-allowed}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:3px solid #2dd4bf88;outline-offset:3px}button{color:inherit}.shell{display:flex;min-height:100vh}.sidebar{width:224px;background:var(--navy);color:#a8b5c8;position:fixed;inset:0 auto 0 0;display:flex;flex-direction:column;padding:27px 15px 20px;z-index:30}.brand{display:flex;align-items:center;gap:10px;color:#fff;font-size:18px;font-weight:750;letter-spacing:-.5px;padding:0 10px}.brand b{color:var(--teal);font-weight:750}.brand-mark{width:32px;height:33px;border-radius:9px;background:var(--teal);color:var(--navy);display:inline-flex;align-items:center;justify-content:center;flex:none}.brand-mark svg{width:20px;height:20px}.product-tag{font-size:10px;font-weight:750;letter-spacing:2.1px;color:#738298;margin:11px 0 30px 52px}.workspace{margin:0 1px 24px;border:1px solid #263143;border-radius:10px;padding:11px;display:flex;gap:10px;align-items:center}.workspace .square{width:30px;height:30px;border-radius:7px;background:#203137;display:flex;align-items:center;justify-content:center;color:var(--teal);font-size:11px;font-weight:750}.workspace strong{color:#e6edf4;font-size:12px;display:block;max-width:130px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.workspace small{color:#8090a6;font-size:10px}.nav-label{font-size:9px;font-weight:800;letter-spacing:1.7px;margin:8px 14px 10px;color:#596a80}.nav-item{display:flex;align-items:center;gap:12px;width:100%;border:0;background:none;border-radius:8px;color:#9daac0;padding:11px 13px;text-align:left;margin:3px 0;font-size:12px;font-weight:550}.nav-item:hover{background:#182337;color:#fff}.nav-item.active{background:#153335;color:#63dfce}.nav-item svg{width:17px;height:17px;flex-shrink:0}.nav-count{margin-left:auto;background:#fca45c1f;color:#ffbd83;border-radius:5px;font-size:10px;padding:0 5px}.sidebar-bottom{margin-top:auto;padding-top:35px}.storage{padding:15px 13px;font-size:10px;color:#7f91a8}.storage-label{display:flex;justify-content:space-between;margin-bottom:8px}.track{height:4px;background:#273548;border-radius:5px;overflow:hidden}.track span{display:block;height:100%;background:var(--teal);min-width:2px}.account{display:flex;align-items:center;gap:9px;border-top:1px solid #213044;padding:17px 8px 0}.avatar{height:32px;width:32px;border-radius:50%;background:#ddf6f1;color:#147568;display:inline-flex;align-items:center;justify-content:center;flex:none;font-size:11px;font-weight:750}.account strong{font-size:11px;color:#e1e8f2;display:block}.account small{font-size:10px}.icon-button{display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--line);background:#fff;border-radius:8px;width:34px;height:34px;flex:none}.icon-button svg{width:16px;height:16px}.account .icon-button{margin-left:auto;width:25px;height:30px;background:none;color:#8c9eb5;border:0}.main{margin-left:224px;min-width:0;flex:1}.topbar{height:72px;background:#fff;border-bottom:1px solid var(--line);padding:0 33px;display:flex;align-items:center;gap:22px}.breadcrumb{font-size:12px;color:#8791a0;white-space:nowrap}.breadcrumb strong{color:#3b475a;font-weight:600}.topbar .search{margin-left:auto;max-width:330px;min-width:170px;background:#f7f9fb;border:1px solid #edf0f3;border-radius:8px;display:flex;align-items:center;gap:9px;padding:7px 12px;color:#98a2af}.search input{border:0;outline:0!important;background:none;width:100%;font-size:11px}.search svg{width:15px;height:15px}.search kbd{font-size:9px;color:#a1a8b2;border:1px solid #e1e6ec;border-radius:3px;padding:0 4px}.divider{width:1px;height:24px;background:var(--line)}.mobile-toggle{display:none}.content{padding:28px 33px 45px;max-width:1600px;margin:0 auto}.preview-banner{background:#edf8f6;color:#206b62;padding:8px 18px;border-bottom:1px solid #d6eae5;display:flex;justify-content:space-between;gap:10px;font-size:10px;letter-spacing:.1px}.preview-banner strong{font-weight:800}.link-btn{background:none;border:0;padding:0;color:var(--deep);font-weight:650;font-size:11px;cursor:pointer}.eyebrow{color:var(--deep);font-size:10px;letter-spacing:1.9px;font-weight:800;text-transform:uppercase;margin-bottom:7px}.page-head{display:flex;justify-content:space-between;align-items:center;gap:20px;margin-bottom:25px}.page-head h1{font-size:29px;font-weight:740;letter-spacing:-1px;margin:0 0 5px;line-height:1.25}.page-head p{margin:0;color:var(--muted);font-size:12px}.actions{display:flex;gap:9px;align-items:center;flex-wrap:wrap}.btn{border:1px solid var(--line);background:white;display:inline-flex;justify-content:center;align-items:center;gap:8px;padding:10px 15px;border-radius:8px;font-size:11px;font-weight:700;line-height:1.35;white-space:nowrap;min-height:37px;transition:transform .12s,background .12s}.btn:hover{background:#f5f8fb}.btn:active{transform:translateY(1px)}.btn svg{height:15px;width:15px}.btn.primary{background:var(--deep);border-color:var(--deep);color:#fff;box-shadow:0 3px 7px #0f766e15}.btn.primary:hover{background:#0b655e}.btn.orange{background:var(--orange);border-color:var(--orange);color:#38200e}.btn.dark{background:var(--navy);color:white;border-color:var(--navy)}.btn.danger{color:#be4141;background:#fff5f5;border-color:#f3d4d4}.btn.small{padding:6px 10px;min-height:29px;font-size:10px}.btn.full{width:100%}.welcome{border:1px solid #d4e8e3;border-radius:var(--r);padding:22px 26px;background:linear-gradient(110deg,#ecf7f3 0%,#f4faf7 72%,#e7f5f1 100%);display:flex;align-items:center;gap:25px;position:relative;overflow:hidden;margin-bottom:23px}.welcome h2{font-size:19px;line-height:1.3;letter-spacing:-.4px;margin:0 0 5px;font-weight:680}.welcome p{font-size:11px;max-width:535px;color:#5a7773;margin:0}.welcome .hero-icon{margin-left:auto;width:86px;height:69px;position:relative;flex:none}.hero-icon .sheet{position:absolute;inset:0 16px 8px 7px;background:#fff;border:1px solid #c6dfd7;border-radius:9px;transform:rotate(-10deg);box-shadow:0 5px 10px #0f766e08}.hero-icon .sheet.two{inset:8px 3px 0 21px;transform:rotate(8deg);background:#c5ece3;display:flex;align-items:center;justify-content:center;color:#399782}.hero-icon svg{height:28px;width:28px}.stats{display:grid;grid-template-columns:repeat(4,1fr);gap:15px;margin-bottom:28px}.stat{background:#fff;border:1px solid var(--line);border-radius:11px;padding:18px 18px 16px;box-shadow:var(--shadow);position:relative}.stat .stat-label{font-size:11px;color:#7b8797;margin-bottom:8px}.stat .value{font-size:28px;letter-spacing:-1px;line-height:1.2;font-weight:700}.stat small{display:block;margin-top:7px;font-size:9px;color:#8794a4}.stat .stat-icon{position:absolute;right:16px;top:16px;padding:8px;border-radius:8px;background:#f2f7f9;color:#6d8694;display:flex}.stat-icon svg{width:16px;height:16px}.stat:nth-child(2) .stat-icon{color:#338b78;background:#eff9f4}.stat:nth-child(3) .stat-icon{color:#b07833;background:#fff5e9}.stat:nth-child(4) .stat-icon{color:#6e69b6;background:#f4f2fe}.workspace-layout{display:grid;grid-template-columns:minmax(0,1fr) 253px;gap:22px;align-items:start}.section-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px;gap:10px}.section-head h2{font-size:15px;letter-spacing:-.2px;margin:0;font-weight:700}.section-head small{color:var(--muted);font-size:10px}.tabs{display:flex;gap:4px;overflow:auto;scrollbar-width:none;margin-bottom:17px;border-bottom:1px solid var(--line)}.tab{padding:9px 10px 11px;white-space:nowrap;border:0;border-bottom:2px solid transparent;background:none;color:#8190a1;font-size:10px;font-weight:650}.tab.active{border-color:var(--deep);color:var(--deep)}.tab .bubble{font-size:9px;padding:1px 5px;margin-left:4px;border-radius:4px;background:#e8eeef;color:#52736e}.projects-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:17px}.project-card{background:#fff;border:1px solid var(--line);border-radius:11px;overflow:hidden;cursor:pointer;box-shadow:var(--shadow);transition:box-shadow .2s,transform .2s}.project-card:hover{box-shadow:0 9px 22px #172c4210;transform:translateY(-2px)}.project-cover{height:145px;background:#dfe8e8;position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center}.project-cover img{width:100%;height:100%;object-fit:cover}.project-cover .no-cover{display:flex;flex-direction:column;gap:7px;align-items:center;color:#75908c;font-size:10px}.no-cover svg{width:33px;height:33px;stroke-width:1.2}.project-cover .badge{position:absolute;top:11px;left:11px;box-shadow:0 2px 4px #0000000d}.project-cover .photo-total{position:absolute;right:10px;bottom:10px;display:flex;align-items:center;gap:4px;font-size:9px;background:#0b1220a8;color:#fff;border:1px solid #ffffff29;border-radius:5px;padding:3px 7px;backdrop-filter:blur(4px)}.photo-total svg{width:11px;height:11px}.project-body{padding:14px 14px 11px}.project-body h3{font-size:12px;margin:0 0 4px;font-weight:700;letter-spacing:-.15px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.project-body .location{color:#8490a0;font-size:10px;display:flex;gap:4px;align-items:center}.location svg{width:11px;height:11px;flex:none}.project-footer{border-top:1px solid #edf0f4;margin-top:13px;padding-top:10px;display:flex;align-items:center;gap:5px;color:#8791a0;font-size:9px}.project-footer .avatar{height:24px;width:24px;font-size:8px;border:2px solid #fff;margin-left:-5px}.project-footer .avatar:first-child{margin-left:0}.project-footer .due{margin-left:auto;display:flex;align-items:center;gap:4px}.due svg{height:11px;width:11px}.badge{display:inline-flex;align-items:center;gap:5px;border-radius:5px;padding:4px 7px;font-size:8px;font-weight:750;white-space:nowrap;background:#edf2f7;color:#64748b;line-height:1.2}.badge::before{content:'';width:4px;height:4px;border-radius:50%;background:currentColor}.badge.progress{background:#e7f3fd;color:#3679b7}.badge.review{background:#fff4df;color:#a06d16}.badge.complete{background:#e2f4ea;color:#317859}.badge.approved{background:#e5f5ed;color:#2d785c}.badge.danger{background:#ffeded;color:#b34f4f}.badge.scheduled{background:#f0edff;color:#7160a7}.right-panel{background:white;border:1px solid var(--line);border-radius:11px;padding:17px 16px;margin-bottom:17px}.right-panel h3{font-size:12px;margin:0 0 18px}.activity-item{display:flex;gap:10px;position:relative;padding-bottom:21px}.activity-item:not(:last-child):before{position:absolute;content:'';left:13px;top:30px;bottom:3px;width:1px;background:#edf0f4}.activity-dot{width:27px;height:27px;border-radius:50%;background:#f2f8f6;color:#49927f;flex:none;display:flex;align-items:center;justify-content:center}.activity-dot svg{width:13px;height:13px}.activity-item p{margin:0;font-size:10px;line-height:1.55;color:#6d7a8c}.activity-item strong{color:#334557;font-weight:650}.activity-item small{display:block;color:#a0aab7;font-size:9px;margin-top:4px}.integration-panel{background:#f9fbfb}.integration-panel .connection{display:flex;gap:7px;align-items:center;color:#7f8d98;font-size:10px;margin-bottom:9px}.status-dot{width:6px;height:6px;background:#b9c3cb;display:inline-block;border-radius:50%}.status-dot.online{background:#36af91}.integration-panel p{font-size:10px;color:#80909e;line-height:1.65;margin-bottom:16px}.footer-note{display:flex;align-items:center;justify-content:center;gap:5px;color:#9aa4b0;font-size:9px;margin-top:27px}.footer-note svg{width:11px;height:11px}.empty{padding:60px 20px;text-align:center;background:#fff;border:1px dashed #d8e1e8;border-radius:12px}.empty svg{width:39px;height:39px;color:#9ab8b0;stroke-width:1.3}.empty h3{font-size:16px;margin:13px 0 5px}.empty p{font-size:12px;color:var(--muted);max-width:350px;margin:0 auto 18px}.toolbar{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:20px}.toolbar .filters{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.field-control{padding:8px 11px;border:1px solid var(--line);border-radius:8px;background:white;font-size:11px;color:#58687a}.photo-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.photo-card{border:1px solid var(--line);background:#fff;border-radius:10px;overflow:hidden;position:relative}.photo-card .image-button{width:100%;padding:0;display:block;aspect-ratio:1.35;background:#e2e9ea;border:0;overflow:hidden}.photo-card img{width:100%;height:100%;object-fit:cover;transition:transform .2s}.photo-card:hover img{transform:scale(1.02)}.photo-card .photo-select{position:absolute;left:10px;top:10px;width:17px;height:17px;accent-color:var(--deep);cursor:pointer;z-index:1}.photo-card .badge{position:absolute;right:9px;top:10px}.photo-meta{padding:12px;font-size:10px}.photo-meta strong{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:11px;margin-bottom:4px}.photo-meta small{color:#8b98a7;font-size:9px}.photo-meta .row{margin-top:10px;display:flex;justify-content:space-between;align-items:center}.selection-bar{display:flex;gap:10px;align-items:center;padding:10px 14px;background:#e7f4f0;border:1px solid #c9e6dc;border-radius:9px;margin-bottom:16px;font-size:11px}.project-info{display:flex;gap:23px;align-items:center;margin-top:13px;color:#718193;font-size:11px;flex-wrap:wrap}.project-info span{display:flex;gap:5px;align-items:center}.project-info svg{height:13px;width:13px}.project-detail-layout{display:grid;grid-template-columns:minmax(0,1fr) 240px;gap:23px}.project-detail-layout .photo-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.panel{background:#fff;border:1px solid var(--line);border-radius:12px;padding:22px}.panel h3{margin:0 0 15px;font-size:14px}.panel p{font-size:12px;color:var(--muted)}.info-pair{margin-bottom:16px}.info-pair small{display:block;color:#99a4b2;font-size:10px;margin-bottom:5px}.info-pair strong{font-size:11px;font-weight:550}.report-list{display:grid;gap:12px}.report-item{display:flex;align-items:center;gap:17px;background:#fff;border:1px solid var(--line);border-radius:11px;padding:20px}.report-icon{height:45px;width:40px;color:#479681;background:#ecf7f2;border-radius:8px;display:flex;align-items:center;justify-content:center;flex:none}.report-icon svg{width:22px;height:22px}.report-info{min-width:0;flex:1}.report-info h3{font-size:13px;margin:0 0 4px}.report-info p{color:#8493a3;font-size:10px;margin:0}.table-wrap{border:1px solid var(--line);border-radius:12px;overflow:auto;background:#fff}table{width:100%;border-collapse:collapse;text-align:left}th{font-weight:650;font-size:10px;color:#8694a4;background:#fafbfd;padding:12px 18px;border-bottom:1px solid var(--line)}td{padding:16px 18px;border-bottom:1px solid #edf1f5;font-size:12px}tr:last-child td{border-bottom:0}.member-cell{display:flex;gap:11px;align-items:center}.member-cell strong{font-size:12px;display:block}.member-cell small{font-size:10px;color:#8594a4}.role{font-size:10px;text-transform:capitalize;padding:4px 8px;border-radius:5px;background:#f0f4f8;color:#697d90}.integration-layout{display:grid;grid-template-columns:1.25fr 1fr;gap:22px;max-width:1050px}.integration-steps{margin:0;padding-left:18px;color:#6e7f90;font-size:12px}.integration-steps li{padding-bottom:16px}.integration-steps strong{color:#24384c;display:block;margin-bottom:3px}.notice{padding:13px 15px;background:#fff8eb;border:1px solid #f4e5c7;border-radius:8px;color:#8e753e;font-size:11px;line-height:1.65;margin:15px 0}.notice.info{background:#edf7f5;border-color:#d1e7e1;color:#4b8076}.notice.error{background:#fff0f0;border-color:#f2dada;color:#a34040}.code{font-family:ui-monospace,monospace;word-break:break-all;font-size:11px;padding:12px;background:#f2f5f8;border:1px solid var(--line);border-radius:7px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:15px}.form-grid .wide{grid-column:1/-1}.form-field{display:block;margin-bottom:15px;font-size:11px;font-weight:650;color:#42556a}.form-grid .form-field{margin-bottom:0}.form-field input,.form-field select,.form-field textarea{display:block;width:100%;margin-top:6px;border:1px solid #dce3ea;border-radius:7px;padding:10px 11px;background:#fff;font-size:12px;color:#24364a;outline:0;min-height:39px}.form-field input:focus,.form-field select:focus,.form-field textarea:focus{border-color:#5bbcac;box-shadow:0 0 0 3px #2dd4bf13}.form-field textarea{min-height:88px;resize:vertical}.form-field small{display:block;font-weight:400;font-size:10px;color:#8492a3;margin-top:5px}.check-line{display:flex;gap:9px;align-items:flex-start;font-size:11px;color:#65758a;font-weight:400;padding:5px 0}.check-line input{accent-color:var(--deep);flex:none;width:15px;height:15px;margin:1px 0 0}.check-line b{color:#364b60;font-weight:650}.modal-backdrop{position:fixed;inset:0;background:#0b162a88;backdrop-filter:blur(3px);display:flex;align-items:center;justify-content:center;z-index:100;padding:22px;overflow:auto}.modal{background:#fff;border:1px solid #ffffff40;width:100%;max-width:550px;max-height:92vh;overflow:auto;border-radius:16px;box-shadow:0 20px 100px #00122233}.modal.wide{max-width:980px}.modal-head{padding:22px 24px;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;gap:12px}.modal-head h2{font-size:17px;margin:0;letter-spacing:-.4px}.modal-body{padding:22px 24px}.modal-footer{padding:16px 24px;border-top:1px solid var(--line);display:flex;justify-content:flex-end;gap:8px}.modal .form-error:empty{display:none}.form-error{font-size:11px;color:#b94545;margin:12px 0}.dropzone{position:relative;border:1.5px dashed #bdd8d0;background:#f5fbf8;border-radius:12px;padding:35px 18px;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:8px;text-align:center;color:#7e9e96;cursor:pointer}.dropzone svg{width:31px;height:31px}.dropzone strong{color:#38665b;font-size:13px}.dropzone p{font-size:10px;margin:0}.dropzone input{position:absolute;inset:0;width:100%;height:100%;opacity:0;cursor:pointer}.upload-row{display:flex;align-items:center;gap:10px;margin-top:12px;font-size:11px;padding:11px;border:1px solid var(--line);border-radius:8px}.upload-row svg{width:18px;height:18px;color:var(--deep)}.upload-row .filename{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.upload-row small{font-size:10px;color:#8595a5}.progress{height:5px;background:#e6eeed;border-radius:3px;margin-top:6px;width:100%;overflow:hidden}.progress span{height:100%;display:block;background:var(--deep)}.photo-editor{display:grid;grid-template-columns:1.6fr 1fr;gap:22px}.photo-stage{background:#132130;border-radius:10px;overflow:hidden;display:flex;align-items:center;justify-content:center;position:relative;min-height:290px}.photo-stage img{max-width:100%;max-height:480px;display:block}.photo-stage svg.annotation-layer{position:absolute;width:100%;height:100%;inset:0;pointer-events:none}.photo-stage canvas{position:absolute;inset:0;width:100%;height:100%;cursor:crosshair}.annotation-tools{display:flex;gap:6px;margin-top:11px;align-items:center;flex-wrap:wrap}.annotation-tools .active{background:#d9f5ed;border-color:#a6d9cc;color:#26715d}.annotation-note{font-size:10px;color:#8c98a6;margin-top:7px}.comparison{position:relative;width:100%;aspect-ratio:1.65;overflow:hidden;border-radius:12px;background:#dae5e3}.comparison>img{width:100%;height:100%;object-fit:cover;position:absolute;inset:0}.comparison .before{clip-path:inset(0 50% 0 0)}.comparison .comparison-line{position:absolute;left:50%;inset-block:0;width:3px;background:white;box-shadow:0 0 3px #0004;pointer-events:none}.comparison .comparison-line:after{content:'↔';position:absolute;top:45%;left:-18px;width:38px;height:38px;border-radius:50%;background:white;color:#0f766e;display:flex;align-items:center;justify-content:center;font-size:20px}.comparison input{position:absolute;inset:0;width:100%;height:100%;opacity:0;cursor:ew-resize;margin:0}.comparison .before-label,.comparison .after-label{position:absolute;bottom:13px;color:#fff;background:#10212ca6;padding:5px 9px;border-radius:5px;font-size:10px;pointer-events:none}.before-label{left:14px}.after-label{right:14px}.toast{position:fixed;bottom:25px;left:50%;transform:translateX(-50%);padding:12px 20px;background:#0f2630;color:#fff;border:1px solid #ffffff22;box-shadow:0 5px 25px #071b2630;border-radius:10px;z-index:200;font-size:12px;max-width:90vw;animation:rise .2s}.toast.error{background:#913a3a}.auth-page{min-height:100vh;display:grid;grid-template-columns:1fr 1fr}.auth-brand{background:var(--navy);padding:50px;display:flex;flex-direction:column;justify-content:space-between;color:#fff;position:relative;overflow:hidden}.auth-brand:after{content:'';position:absolute;border:1px solid #27565a;inset:20% -40% -50% 20%;border-radius:50%;pointer-events:none}.auth-brand .brand{padding:0;font-size:23px;z-index:1}.auth-brand h1{font-size:48px;letter-spacing:-2px;line-height:1.14;max-width:500px;margin:0 0 20px}.auth-brand h1 em{font-style:normal;color:var(--teal)}.auth-brand p{color:#9aabbf;max-width:380px;font-size:14px}.auth-brand small{color:#5c7089;font-size:10px;z-index:1}.auth-side{display:flex;align-items:center;justify-content:center;padding:35px}.auth-card{width:100%;max-width:350px}.auth-card h2{font-size:27px;letter-spacing:-.9px;margin:0 0 7px}.auth-card>p{color:#8290a0;font-size:12px;margin-bottom:30px}.auth-card .btn{padding:12px}.auth-foot{text-align:center;color:#97a4b2;font-size:10px;margin-top:25px}.boot{display:flex;align-items:center;justify-content:center;min-height:100vh;gap:10px;color:#738697;font-size:12px}.spinner{width:18px;height:18px;border:2px solid #ddebe5;border-top-color:#0f766e;border-radius:50%;display:inline-block;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}@keyframes rise{from{opacity:0;margin-bottom:-8px}to{opacity:1;margin-bottom:0}}.gallery-page{max-width:1080px;margin:0 auto;padding:35px 28px 70px}.gallery-brand{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);padding-bottom:24px;margin-bottom:40px}.gallery-brand .brand{color:var(--navy);padding:0;font-size:19px}.gallery-head{max-width:740px;margin-bottom:30px}.gallery-head h1{font-size:36px;line-height:1.2;letter-spacing:-1.1px;margin:8px 0 14px}.gallery-head p{color:#7d8c9d;font-size:13px;line-height:1.8;white-space:pre-wrap}.gallery-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:22px}.gallery-photo{background:#fff;border:1px solid var(--line);border-radius:12px;overflow:hidden}.gallery-photo img{width:100%;aspect-ratio:1.5;object-fit:cover;display:block}.gallery-photo div{padding:18px}.gallery-photo h3{margin:0 0 5px;font-size:12px}.gallery-photo p{font-size:12px;color:#7d8c9d;margin:0;white-space:pre-wrap}.mobile-bottom{display:none}.crew-header{background:var(--navy);border-radius:16px;padding:25px;color:white;margin-bottom:22px}.crew-header h1{font-size:27px;margin:3px 0 8px;letter-spacing:-.7px}.crew-header p{color:#92aaa9;font-size:12px;margin:0}.crew-header .eyebrow{color:var(--teal)}.crew-jobs{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.crew-card{padding:20px;background:white;border:1px solid var(--line);border-radius:12px}.crew-card h3{font-size:17px;letter-spacing:-.4px;margin:12px 0 4px}.crew-card p{color:#82909e;font-size:12px}.crew-card .actions{margin-top:20px}.text-muted{color:var(--muted)}.mt{margin-top:20px}.mb{margin-bottom:20px}.hidden{display:none!important}details summary{font-size:11px;color:#627c89;cursor:pointer;margin:15px 0}details .form-field{margin-bottom:15px}.public-note{background:#f0f7f5;border:1px solid #d7e8e1;padding:12px;border-radius:8px;font-size:10px;color:#5f8b7d;margin-top:10px}.review-count{font-size:10px;border:1px solid #f0dbb9;border-radius:6px;background:#fff8ec;color:#aa8144;padding:6px 10px}.head-note{font-size:10px;color:#8695a6}.checkbox-group{display:flex;gap:15px;flex-wrap:wrap}.date-line{font-size:10px;color:#8ea097;display:flex;gap:5px;align-items:center}.date-line svg{width:13px;height:13px}.review-actions{display:flex;gap:8px;margin-left:auto}.connection-status{display:flex;align-items:center;gap:8px;padding:12px;background:#f2f7f6;border-radius:8px;font-size:12px;color:#657b78;margin:18px 0}.connection-status .status-dot{width:8px;height:8px}.settings-panel{max-width:750px}.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:1450px){.projects-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.project-cover{height:162px}}
@media(max-width:1180px){.sidebar{width:200px}.main{margin-left:200px}.content{padding:25px}.topbar{padding:0 25px}.workspace-layout{grid-template-columns:minmax(0,1fr) 218px;gap:17px}.project-cover{height:130px}.right-panel{padding:16px 13px}.stats{gap:11px}.stat{padding:16px 13px}.project-detail-layout{grid-template-columns:minmax(0,1fr) 210px;gap:15px}.project-detail-layout .photo-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:1000px){.workspace-layout{grid-template-columns:1fr}.right-column{display:grid;grid-template-columns:1fr 1fr;gap:16px}.stats{grid-template-columns:repeat(4,1fr)}.photo-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.page-head h1{font-size:25px}.stat .stat-icon{display:none}.integration-layout{grid-template-columns:1fr}.project-detail-layout{grid-template-columns:1fr}.project-detail-layout>.panel{display:none}.project-detail-layout .photo-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.report-item{flex-wrap:wrap}.report-item .actions{margin-left:56px}}
@media(max-width:760px){.sidebar{transform:translateX(-100%);width:240px;transition:transform .2s}.sidebar.open{transform:translateX(0);box-shadow:0 0 0 100vmax #0813236e}.main{margin-left:0}.mobile-toggle{display:flex}.topbar{height:61px;padding:0 18px;gap:12px}.topbar .search{max-width:240px;min-width:80px;padding:8px}.topbar .breadcrumb{display:none}.topbar .divider,.search kbd{display:none}.content{padding:23px 18px 90px}.preview-banner{font-size:9px;padding:8px 15px}.preview-banner>span{max-width:85%}.page-head{align-items:flex-start;gap:12px;margin-bottom:20px}.page-head h1{font-size:25px}.page-head p{font-size:11px}.page-head .actions .btn{padding:9px 11px;font-size:10px}.page-head .actions .secondary-action{display:none}.eyebrow{font-size:9px}.welcome{padding:19px;gap:12px}.welcome h2{font-size:17px}.welcome p{font-size:10px}.welcome .hero-icon{width:60px;height:60px}.stats{grid-template-columns:repeat(2,1fr);gap:10px;margin-bottom:24px}.stat{padding:14px 15px}.stat .stat-icon{display:flex;padding:6px;top:13px;right:13px}.stat .value{font-size:25px}.stat small{font-size:9px}.project-cover{height:137px}.project-body{padding:12px}.project-body h3{font-size:11px}.project-footer{font-size:8px}.project-footer .avatar{height:22px;width:22px}.projects-grid{gap:12px}.right-column{grid-template-columns:1fr}.photo-grid,.project-detail-layout .photo-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:11px}.photo-meta{padding:10px}.photo-meta strong{font-size:10px}.mobile-bottom{position:fixed;bottom:0;left:0;right:0;z-index:35;display:flex;justify-content:space-around;background:#ffffffed;backdrop-filter:blur(10px);border-top:1px solid #e2e9ee;padding:7px 8px max(8px,env(safe-area-inset-bottom))}.mobile-bottom button{display:flex;align-items:center;flex-direction:column;gap:4px;border:0;background:none;color:#8c9aab;font-size:8px;font-weight:650;min-width:60px;padding:5px}.mobile-bottom button svg{width:19px;height:19px}.mobile-bottom button.active{color:var(--deep)}.mobile-bottom .capture{background:var(--deep);color:#fff;border-radius:9px;padding:8px 19px;margin-top:-15px;box-shadow:0 3px 10px #0f766e33}.modal-backdrop{padding:13px;align-items:center}.modal{max-height:94vh;border-radius:13px}.modal-head{padding:17px 18px}.modal-head h2{font-size:16px}.modal-body{padding:18px}.modal-footer{padding:13px 18px}.photo-editor{grid-template-columns:1fr;gap:20px}.photo-stage{min-height:200px}.photo-stage img{max-height:300px}.form-grid{gap:12px}.auth-page{grid-template-columns:1fr}.auth-brand{padding:28px 25px;min-height:auto}.auth-brand .brand{font-size:20px}.auth-brand h1{font-size:32px;margin:30px 0 0;letter-spacing:-1px}.auth-brand p,.auth-brand small{display:none}.auth-side{padding:36px 25px}.gallery-page{padding:25px 18px}.gallery-head h1{font-size:29px}.gallery-grid{gap:13px}.gallery-photo div{padding:13px}.gallery-photo p{font-size:10px}.gallery-brand{margin-bottom:30px}.gallery-brand .brand{font-size:16px}.gallery-brand .btn{font-size:10px;padding:8px 10px}.crew-jobs{grid-template-columns:1fr}.report-item{padding:15px;gap:12px}.report-item .actions{margin-left:0}.report-item .actions .btn{font-size:9px}.report-info h3{font-size:12px}.project-info{gap:10px;font-size:10px}.photo-grid .btn.small{font-size:9px;padding:6px}.gallery-photo img{aspect-ratio:1.2}}
@media(max-width:380px){.projects-grid{grid-template-columns:1fr}.project-cover{height:170px}.stats .stat-icon{display:none}.page-head .actions{flex-direction:column}.photo-grid{grid-template-columns:1fr}.form-grid{grid-template-columns:1fr}.gallery-grid{grid-template-columns:1fr}}
@media print{body{background:white}.gallery-brand .btn,.preview-banner,.gallery-page>.notice{display:none}.gallery-page{padding:0;max-width:none}.gallery-photo{break-inside:avoid}.gallery-grid{gap:14px}.gallery-brand{margin-bottom:20px}.gallery-head h1{font-size:26px}}
/* Sized defaults prevent standalone SVG icons from changing layout. */
svg{width:18px;height:18px;flex-shrink:0;vertical-align:middle}.section-head>svg{width:14px;height:14px;color:#9aa7b6}.auth-foot svg{width:12px;height:12px}.main,.workspace-layout>section,.project-detail-layout>section{min-width:0}
