:root{color:#15283a;background:#eef4fa;font-family:Inter,ui-sans-serif,system-ui,-apple-system,Segoe UI,sans-serif}*{box-sizing:border-box}body{margin:0}button,input,textarea,select{font:inherit}button{cursor:pointer}.app{grid-template-columns:260px 1fr;min-height:100vh;display:grid}.side{color:#fff;background:linear-gradient(#083a70,#061f3d);flex-direction:column;min-height:100vh;padding:22px 16px;display:flex}.brand{align-items:center;gap:12px;padding:4px 8px 26px;display:flex}.brand img{object-fit:contain;width:46px;height:46px}.brand strong{font-size:20px;display:block}.brand span{opacity:.7;font-size:12px}.side nav{gap:7px;display:grid}.side nav button,.side-bottom button{color:#fff;text-align:left;background:0 0;border:0;border-radius:10px;align-items:center;gap:10px;padding:12px;display:flex}.side nav button.active,.side nav button:hover{background:#ffffff24}.side svg{width:19px}.side-bottom{gap:8px;margin-top:auto;display:grid}.online,.offline{align-items:center;gap:8px;padding:10px;font-size:13px;display:flex}.online{color:#98efbf}.offline{color:#ffd28a}main{min-width:0}header{z-index:5;background:#fff;border-bottom:1px solid #dbe5ef;justify-content:space-between;align-items:center;height:84px;padding:0 28px;display:flex;position:sticky;top:0}header>div{align-items:center;gap:12px;display:flex}h1,h2,h3,p{margin:0}header h1{font-size:23px}header p,.toolbar p{color:#6d8092;margin-top:4px;font-size:13px}.user-chip{background:#edf4fb;border:1px solid #d8e4ef;border-radius:999px;padding:9px 13px;font-weight:700}.content{padding:28px}.toolbar{justify-content:space-between;align-items:center;gap:16px;margin-bottom:22px;display:flex}.search{background:#fff;border:1px solid #d7e1eb;border-radius:10px;align-items:center;min-width:320px;padding:0 12px;display:flex}.search svg{color:#71869a;width:18px}.search input{border:0;outline:0;width:100%;padding:12px}.primary,.danger{border:0;border-radius:9px;justify-content:center;align-items:center;gap:8px;padding:11px 16px;font-weight:800;display:inline-flex}.primary{color:#fff;background:#0a5ba8}.danger{color:#a11;background:#fde7e7}.upload input{display:none}.grid{grid-template-columns:repeat(auto-fill,minmax(230px,1fr));gap:18px;display:grid}.card{text-align:left;background:#fff;border:1px solid #dce5ee;border-radius:14px;padding:20px;box-shadow:0 5px 20px #1432500d}.project-card:hover{border-color:#8fb7db;transform:translateY(-2px)}.card-icon{color:#0a5ba8;background:#e7f1fb;border-radius:11px;place-items:center;width:44px;height:44px;margin-bottom:25px;display:grid}.card h3{font-size:18px}.card p{color:#496175;margin-top:7px}.card span{color:#8796a5;margin-top:8px;font-size:13px;display:block}.list{gap:10px;display:grid}.drawing-row{text-align:left;background:#fff;border:1px solid #dce5ee;border-radius:12px;grid-template-columns:48px 1fr 30px;align-items:center;padding:14px 18px;display:grid}.drawing-row>div span{color:#7c8c9b;margin-top:5px;font-size:12px;display:block}.pdf-badge{color:#fff;background:#e93c3c;border-radius:8px;place-items:center;width:40px;height:40px;font-size:12px;font-weight:900;display:grid}.empty{text-align:center;color:#718194;background:#fff;border:1px dashed #b9c9d8;border-radius:14px;padding:50px}.viewer{flex-direction:column;height:calc(100vh - 84px);display:flex}.viewer-tools{background:#fff;border-bottom:1px solid #dce5ee;justify-content:space-between;align-items:center;gap:10px;padding:9px 16px;display:flex}.viewer-tools>div{align-items:center;gap:8px;display:flex}.viewer-tools button{background:#fff;border:1px solid #d4dee8;border-radius:7px;min-width:34px;height:34px}.viewer-tools label{align-items:center;gap:8px;font-size:13px;display:flex}.viewer-tools select{border:1px solid #d4dee8;border-radius:7px;padding:7px}.canvas-scroll{background:#cdd7e0;flex:1;padding:25px;overflow:auto}.canvas-wrap{width:max-content;margin:auto;line-height:0;position:relative;box-shadow:0 10px 30px #0003}.canvas-wrap canvas{background:#fff;display:block}.pin{color:#e53935;filter:drop-shadow(0 2px 2px #00000059);background:0 0;border:0;padding:0;position:absolute;transform:translate(-50%,-90%)}.pin svg{fill:currentColor;width:36px;height:36px}.pin span{color:#fff;font-size:10px;font-weight:900;position:absolute;top:43%;left:50%;transform:translate(-50%,-50%)}.status-open{color:#d83a3a}.status-in-progress{color:#f09b2d}.status-ready-for-review{color:#7758c8}.status-complete{color:#20a05a}.status-closed{color:#617283}.pin-offline{opacity:.65}.modal-bg{z-index:20;background:#020f1d8c;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.modal{background:#fff;border-radius:15px;width:min(560px,100%);max-height:90vh;padding:22px;overflow:auto;box-shadow:0 25px 60px #0000004d}.modal-head{justify-content:space-between;align-items:center;margin-bottom:18px;display:flex}.icon-btn{background:#edf3f8;border:0;border-radius:9px;place-items:center;width:38px;height:38px;display:grid}.form{gap:15px;display:grid}.form label{gap:7px;font-size:13px;font-weight:800;display:grid}.form input,.form textarea,.form select{border:1px solid #cdd9e4;border-radius:9px;outline:none;width:100%;padding:11px}.form input:focus,.form textarea:focus,.form select:focus{border-color:#2780c9;box-shadow:0 0 0 3px #e0effb}.form-row{grid-template-columns:1fr 1fr;gap:12px;display:grid}.actions{justify-content:flex-end;gap:10px;display:flex}.actions .danger{margin-right:auto}.error{color:#9b1c1c;background:#fff0f0;border:1px solid #efb2b2;border-radius:9px;justify-content:space-between;align-items:center;margin:15px 28px 0;padding:11px 14px;display:flex}.error button{background:0 0;border:0}.login,.splash{background:radial-gradient(circle at top,#eaf5ff,#dbe7f1);place-items:center;min-height:100vh;display:grid}.login-card{background:#fff;border-radius:18px;width:min(420px,100% - 32px);padding:35px;box-shadow:0 20px 60px #1432502e}.login-card>img,.splash img{object-fit:contain;width:80px;height:80px}.login-card h1{margin-top:15px}.login-card>p{color:#6f8192;margin:8px 0 24px}.login-card small{text-align:center;color:#8a99a7;margin-top:18px;display:block}.splash{text-align:center}.splash p{color:#607589;margin-top:8px}@media (width<=800px){.app{display:block}.side{z-index:10;flex-direction:row;height:70px;min-height:auto;padding:10px 14px;position:sticky;top:0}.brand{padding:0}.brand img{width:40px;height:40px}.side nav{display:none}.side-bottom{margin:0 0 0 auto;display:flex}.side-bottom .online,.side-bottom .offline,.side-bottom button{font-size:0}.side-bottom svg{width:22px}.app main header{height:72px;padding:0 15px;top:70px}.user-chip{display:none}.content{padding:16px}.toolbar{align-items:stretch}.search{flex:1;min-width:0}.grid{grid-template-columns:1fr}.viewer{height:calc(100vh - 142px)}.viewer-tools{flex-wrap:wrap}.form-row{grid-template-columns:1fr}}.image-upload{color:#0a5ba8;background:#f3f8fc;border:1px dashed #8eb3d3;border-radius:10px;justify-content:center;align-items:center;gap:8px;padding:13px;grid-template-columns:none!important;display:flex!important}.image-upload input{display:none}.file-note{color:#496175;font-size:13px}.attachment-grid{grid-template-columns:repeat(3,1fr);gap:10px;display:grid}.attachment{aspect-ratio:1;background:#edf3f8;border-radius:10px;position:relative;overflow:hidden}.attachment img{object-fit:cover;width:100%;height:100%}.attachment button{color:#a11;background:#ffffffe6;border:0;border-radius:7px;width:30px;height:30px;position:absolute;top:5px;right:5px}.attachment button svg{width:16px}.image-loading{place-items:center;height:100%;font-size:12px;display:grid}.report-filters{background:#fff;border:1px solid #dce5ee;border-radius:14px;grid-template-columns:1.4fr repeat(4,1fr) auto;align-items:end;gap:12px;padding:16px;display:grid}.report-filters label{gap:6px;font-size:12px;font-weight:800;display:grid}.report-filters select,.report-filters input{border:1px solid #cdd9e4;border-radius:8px;min-width:0;padding:10px}.summary-grid{grid-template-columns:repeat(6,1fr);gap:12px;margin:18px 0;display:grid}.summary-grid>div{background:#fff;border:1px solid #dce5ee;border-radius:12px;padding:17px}.summary-grid strong{color:#0a5ba8;font-size:26px;display:block}.summary-grid span{color:#718194;font-size:12px}.report-actions{justify-content:flex-end;gap:9px;margin-bottom:12px;display:flex}.report-actions button{background:#fff;border:1px solid #cdd9e4;border-radius:8px;align-items:center;gap:7px;padding:9px 12px;display:flex}.report-actions svg{width:17px}.report-table-wrap{background:#fff;border:1px solid #dce5ee;border-radius:14px;overflow:auto}.report-table{border-collapse:collapse;width:100%;min-width:950px}.report-table th,.report-table td{text-align:left;vertical-align:top;border-bottom:1px solid #e7edf3;padding:13px 14px}.report-table th{color:#607589;background:#f7fafc;font-size:12px}.report-table td{font-size:13px}.report-table small{color:#7c8c9b;white-space:nowrap;text-overflow:ellipsis;max-width:320px;margin-top:4px;display:block;overflow:hidden}.status-pill{background:#eef2f6;border-radius:999px;padding:5px 8px;font-size:11px;font-weight:800;display:inline-block}.status-pill.status-open{background:#fde7e7}.status-pill.status-in-progress{background:#fff0d9}.status-pill.status-ready-for-review{background:#ede8fb}.status-pill.status-complete{background:#e0f6e9}.status-pill.status-closed{background:#e8edf1}@media (width<=1000px){.report-filters{grid-template-columns:1fr 1fr}.summary-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=800px){.report-filters{grid-template-columns:1fr}.attachment-grid{grid-template-columns:repeat(2,1fr)}.side nav{display:flex;overflow:auto}.side{align-items:center;height:auto;min-height:70px}.brand div{display:none}.side nav button{padding:10px;font-size:0}.side nav button svg{width:22px}.summary-grid{grid-template-columns:repeat(2,1fr)}}@media print{.side,header,.report-filters,.report-actions{display:none!important}.app{display:block}.content{padding:0}.report-table-wrap{border:0}.summary-grid{grid-template-columns:repeat(6,1fr)}}
