:root{font-family:Segoe UI Variable,Segoe UI,system-ui,sans-serif;color:#17221e;background:#f3f5f4;font-synthesis:none;--ink:#14201c;--muted:#68746f;--line:#dfe5e2;--green:#2fb477;--green-dark:#173e31;--amber:#f1b541;--surface:#fff}*{box-sizing:border-box}html,body,#root{width:100%;min-height:100%;overflow-x:hidden}body{margin:0;min-width:0;min-height:100vh}button,input,select,textarea{font:inherit}button,a{-webkit-tap-highlight-color:transparent}button{cursor:pointer}a{color:inherit;text-decoration:none}.app-shell{display:grid;grid-template-columns:232px 1fr;min-height:100vh}.sidebar{position:fixed;inset:0 auto 0 0;width:232px;padding:26px 18px 22px;background:#101b17;color:#d9e4df;display:flex;flex-direction:column;z-index:10}.brand{display:flex;gap:11px;align-items:center;padding:0 10px 30px}.brand-mark{width:36px;height:36px;display:grid;place-items:center;border-radius:10px;color:#0e2119;background:#a5e5c7}.brand-mark svg{width:21px}.brand-mark.small{width:32px;height:32px;border-radius:8px}.brand strong{display:block;font-weight:800;font-size:16px;line-height:1;letter-spacing:.18em;color:#fff}.brand small{display:block;margin-top:5px;color:#7f938a;font-size:9px;letter-spacing:.13em}.sidebar nav{display:grid;gap:6px}.sidebar nav a{display:flex;align-items:center;gap:11px;color:#91a49b;font-size:14px;font-weight:600;padding:12px 13px;border-radius:9px;transition:.2s}.sidebar nav a svg{width:18px}.sidebar nav a:hover{color:#fff;background:#182721}.sidebar nav a.active{color:#eafff4;background:#1d352b;box-shadow:inset 3px 0 #58c993}.sidebar-foot{margin-top:auto;border-top:1px solid #26352f;padding:18px 9px 0;color:#a7b6b0;font-size:12px}.sidebar-foot small{display:block;margin:6px 0 0 13px;color:#5f746b}.health-dot{display:inline-block;width:7px;height:7px;border-radius:50%;margin-right:7px;background:#49c98b;box-shadow:0 0 0 4px #25493a}.page{grid-column:2;padding:42px 48px 60px;max-width:1550px;width:100%;margin:auto}.page-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:32px}.eyebrow{display:block;color:#829089;font-size:10px;font-weight:800;letter-spacing:.13em}.page-header h1{margin:8px 0 7px;font-weight:700;font-size:30px;line-height:1.2;letter-spacing:-.035em}.page-header p{margin:0;color:var(--muted);font-size:14px}.date-chip{color:#64726c;background:#fff;border:1px solid var(--line);padding:9px 13px;border-radius:20px;font-size:12px}.hero-grid{display:grid;grid-template-columns:1.75fr repeat(3,1fr);gap:14px}.progress-hero,.metric,.package-card,.project-card{border:1px solid var(--line);background:#fff;box-shadow:0 8px 25px #13261d09}.progress-hero{min-height:176px;padding:27px 29px;border-radius:15px;color:#eaf6f0;background:linear-gradient(135deg,#172d25,#204536);display:flex;justify-content:space-between;align-items:center;overflow:hidden;position:relative}.progress-hero:after{content:"";position:absolute;width:240px;height:240px;border:1px solid rgba(255,255,255,.06);border-radius:50%;right:-85px;top:-70px}.progress-hero span{color:#8eb4a3;font-size:10px;font-weight:800;letter-spacing:.13em}.progress-hero strong{display:block;margin:7px 0 2px;font:700 44px/1 Manrope;letter-spacing:-.05em}.progress-hero strong small{font-size:20px}.progress-hero p{color:#9bb0a7;font-size:11px;margin:9px 0 0}.ring{--degree:0deg;width:108px;height:108px;border-radius:50%;display:grid;place-items:center;background:conic-gradient(#58d49a var(--degree),rgba(255,255,255,.11) 0);position:relative;z-index:1}.ring:before{content:"";position:absolute;inset:9px;border-radius:50%;background:#1c382d}.ring div{z-index:1;text-align:center}.ring span{display:block;color:#fff;font:700 18px Manrope;letter-spacing:-.03em}.ring small{color:#82a596;font-size:9px}.metric{min-height:176px;border-radius:15px;padding:25px 21px;display:flex;flex-direction:column;justify-content:space-between}.metric-icon{display:grid;place-items:center;width:35px;height:35px;border-radius:9px;background:#edf3f0;color:#52645c}.metric-icon svg{width:18px}.metric p{color:#76827d;font-size:12px;margin:0 0 7px}.metric strong{display:block;font:700 26px Manrope}.metric small{display:block;color:#9aa39f;font-size:10px;margin-top:4px}.metric.amber .metric-icon{color:#a16c09;background:#fff4da}.metric.green .metric-icon{color:#168257;background:#e6f8ef}.metric.red .metric-icon{color:#ac3d3d;background:#fdeaea}.metric.clickable{cursor:pointer;transition:.2s}.metric.clickable:hover{transform:translateY(-2px);border-color:#b7c9c0;box-shadow:0 12px 28px #142d2217}.quality-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.quality-grid .metric{min-height:142px}.section-heading{margin:40px 0 16px;display:flex;justify-content:space-between;align-items:end}.section-heading h2{margin:6px 0 0;font:700 20px Manrope}.section-heading a{display:flex;align-items:center;gap:5px;color:#47685a;font-size:12px;font-weight:700}.section-heading a svg{width:15px}.package-grid{display:grid;grid-template-columns:repeat(3,minmax(260px,1fr));gap:15px}.package-grid-wide{grid-template-columns:repeat(3,minmax(290px,1fr))}.package-card{border-radius:14px;padding:22px;transition:.22s;cursor:pointer;min-height:245px;display:flex;flex-direction:column}.package-card:hover{transform:translateY(-3px);box-shadow:0 13px 32px #142d221a;border-color:#b9c9c1}.package-top{display:flex;justify-content:space-between;align-items:center}.discipline-icon{width:37px;height:37px;display:grid;place-items:center;border:1px solid #dbe4e0;background:#f5f8f6;color:#3c594d;border-radius:10px}.discipline-icon svg{width:18px}.status-pill{font-size:9px;font-weight:800;letter-spacing:.08em;color:#88630f;background:#fff3d6;padding:5px 8px;border-radius:5px}.status-pill.demo{color:#795a18;background:#fff4ce}.status-pill.ready{color:#18744f;background:#e4f7ed}.package-card h3{margin:18px 0 7px;font:700 17px Manrope}.package-card>p{color:#7a8580;font-size:12px;line-height:1.5;margin:0 0 20px;min-height:36px}.mini-progress{display:flex;gap:11px;align-items:center}.mini-progress i,.import-progress i{height:6px;flex:1;background:#e9eeeb;border-radius:5px;overflow:hidden}.mini-progress em,.import-progress em{display:block;height:100%;background:#37b77c;border-radius:5px}.mini-progress span{font:700 11px Manrope}.package-meta{margin:10px 0 0;display:flex;justify-content:space-between;gap:10px;color:#9aa39f;font-size:9px;overflow:hidden}.package-meta span:last-child{text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.card-link{border:0;border-top:1px solid #edf0ee;background:transparent;color:#315849;padding:14px 0 0;margin-top:auto;display:flex;justify-content:space-between;align-items:center;font-size:11px;font-weight:700}.card-link svg{width:15px}.import-progress div{display:flex;justify-content:space-between;gap:10px;color:#63716b;font-size:10px;margin-bottom:7px}.import-progress i{display:block}.project-card-list{display:grid;gap:14px}.project-card{padding:20px;border-radius:14px;display:grid;grid-template-columns:90px 1fr auto;gap:20px;align-items:center}.project-cover{height:74px;border-radius:10px;background:linear-gradient(140deg,#dce7e2,#b9cbc2);display:grid;place-items:center;color:#416054}.project-card h2{font:700 18px Manrope;margin:5px 0}.project-card p,.project-card small{color:#7b8882;font-size:12px;margin:0}.project-card small{display:block;margin-top:8px}.primary,.secondary{border:0;border-radius:8px;padding:11px 16px;display:inline-flex;align-items:center;justify-content:center;gap:7px;font-size:12px;font-weight:700}.primary{color:#fff;background:#1d5a43;box-shadow:0 5px 14px #19533d24}.primary:hover{background:#164936}.primary:disabled{opacity:.6;cursor:wait}.primary svg,.secondary svg{width:16px}.secondary{color:#3d4d46;background:#eef2f0}.icon-button{width:35px;height:35px;display:grid;place-items:center;border:1px solid var(--line);color:#54625c;border-radius:8px;background:#fff;padding:0}.icon-button svg{width:17px}.icon-button.dark{color:#d3e0da;background:#1c2c25;border-color:#34453e}.modal-backdrop{position:fixed;inset:0;z-index:100;display:grid;place-items:center;padding:30px;background:#09130f94;backdrop-filter:blur(5px)}.modal{width:min(620px,100%);background:#fff;border-radius:17px;box-shadow:0 24px 80px #00000047;padding:28px}.modal-head{display:flex;align-items:start;justify-content:space-between;margin-bottom:23px}.modal h2{font:700 22px Manrope;margin:6px 0 0}.modal label,.filter-panel label{display:grid;gap:7px;color:#5b6862;font-size:11px;font-weight:700;margin-bottom:15px}.modal input,.modal select,.modal textarea,.filter-panel select{width:100%;border:1px solid #d9e1dd;border-radius:8px;padding:10px 11px;color:#22302a;background:#fafcfb;outline:none;resize:vertical}.modal input:focus,.modal select:focus,.modal textarea:focus,.filter-panel select:focus{border-color:#61a989;box-shadow:0 0 0 3px #44a0771a}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:13px}.form-row.small{grid-template-columns:130px 1fr}.upload-field input{display:none}.upload-field>div{height:39px;display:flex;align-items:center;gap:7px;padding:0 11px;color:#5a6b63;background:#f4f8f6;border:1px dashed #aebfb7;border-radius:8px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.upload-field svg{width:15px}.upload-field small{font-weight:400;color:#97a29d}.modal footer{display:flex;justify-content:flex-end;gap:9px;padding-top:8px}.form-error{color:#ae3030;background:#fff0f0;border-radius:7px;padding:9px 11px;font-size:11px}.loading{min-height:60vh;display:grid;place-content:center;justify-items:center;color:#64726c}.loading.full{min-height:100vh}.loading span{width:28px;height:28px;border:3px solid #d4dfda;border-top-color:#2e9e6d;border-radius:50%;animation:spin .8s linear infinite}.loading p{font-size:12px}.error-state{padding:80px 20px;text-align:center;color:#7b4c4c}.error-state svg{width:30px}.error-state h2{font:700 20px Manrope}.error-state p{color:#856f6f}@keyframes spin{to{transform:rotate(360deg)}}.viewer-page{width:100vw;min-width:0;height:100dvh;overflow:hidden;display:grid;grid-template-columns:260px minmax(0,1fr) 320px;grid-template-rows:62px minmax(0,1fr);background:#e8edeb}.viewer-header{grid-column:1/-1;z-index:20;display:flex;align-items:center;justify-content:space-between;padding:0 16px;color:#e4eee9;background:#101b17;border-bottom:1px solid #293a33}.viewer-brand{display:flex;align-items:center;gap:10px;min-width:370px}.viewer-brand>div{display:grid}.viewer-brand strong{font:700 13px Manrope}.viewer-brand small{margin-top:3px;color:#83978e;font-size:9px}.viewer-summary{display:flex;gap:20px;color:#9fb0a8;font-size:10px}.viewer-summary span{display:flex;align-items:center;gap:6px}.dot{width:7px;height:7px;border-radius:50%;display:inline-block;flex:none}.dot.gray{background:#a9b1ad}.dot.amber{background:#f3b63f}.dot.green{background:#2fb477}.dot.blue{background:#458ce7}.dot.red{background:#da4b4b}.filter-panel,.element-panel{min-width:0;min-height:0;z-index:12;background:#fffffff7;backdrop-filter:blur(10px);overflow-y:auto;overflow-x:hidden}.filter-panel{grid-column:1;grid-row:2;border-right:1px solid #d6dfdb;padding:18px}.panel-title{min-height:34px;display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.panel-title>div{display:flex;align-items:center;gap:8px}.panel-title svg{width:16px}.panel-title strong{font:700 12px Manrope}.panel-title>button:not(.icon-button){border:0;background:none;color:#438267;font-size:10px;font-weight:700}.filter-panel label{margin-bottom:13px}.filter-panel select{padding:9px 10px;background:#fff;font-size:11px;font-weight:500}.filter-result{display:flex;align-items:center;gap:9px;padding:11px;margin:5px 0 22px;color:#52645c;background:#edf3f0;border-radius:8px;font-size:10px}.filter-result svg{width:16px}.filter-result strong{font-size:12px}.select-visible{width:100%;display:flex;align-items:center;justify-content:center;gap:7px;margin:-12px 0 22px;padding:9px;color:#2b684f;background:#fff;border:1px solid #b9d6c8;border-radius:8px;font-size:10px;font-weight:700}.select-visible:hover{background:#edf8f3}.select-visible svg{width:14px}.mode-card{display:grid;gap:7px;padding-top:18px;border-top:1px solid #e8ecea}.mode-card>span{margin-bottom:4px}.mode-card button{display:flex;align-items:center;gap:8px;border:1px solid #dfe6e3;background:#fff;border-radius:8px;padding:10px;color:#53635c;text-align:left;font-size:11px}.mode-card button.active{color:#255c45;border-color:#95c8b0;background:#edf8f3}.mode-card button svg{margin-left:auto;width:14px}.mode-card button small{margin-left:auto;color:#a2aaa6;font-size:8px}.mode-card button.quality-config{justify-content:center;color:#53635c;background:#f5f7f6;border-style:dashed}.mode-card button.quality-config svg{margin:0}.viewer-canvas-wrap{min-width:0;min-height:0;grid-column:2;grid-row:2;position:relative;overflow:hidden}.ifc-host,.ifc-canvas{position:absolute;inset:0;overflow:hidden}.ifc-host canvas{display:block;width:100%;height:100%;cursor:crosshair}.viewer-toolbar{position:absolute;top:17px;left:50%;transform:translate(-50%);display:flex;gap:3px;padding:4px;background:#15221de6;border:1px solid rgba(255,255,255,.12);border-radius:9px;box-shadow:0 8px 24px #00000029}.viewer-toolbar button{width:33px;height:31px;display:grid;place-items:center;color:#cbd8d2;background:transparent;border:0;border-radius:6px}.viewer-toolbar button:hover{background:#30473d;color:#fff}.viewer-toolbar svg{width:15px}.viewer-legend{position:absolute;bottom:15px;left:50%;transform:translate(-50%);display:flex;align-items:center;gap:15px;color:#617069;background:#ffffffeb;border:1px solid #d7e0dc;border-radius:20px;padding:8px 14px;font-size:9px;box-shadow:0 6px 20px #00000014}.viewer-legend span{display:flex;align-items:center;gap:5px}.batch-bar{position:absolute;z-index:8;left:50%;bottom:55px;transform:translate(-50%);min-width:max-content;display:flex;align-items:center;gap:6px;padding:7px 8px 7px 13px;color:#dfeae5;background:#101b17f0;border:1px solid rgba(255,255,255,.12);border-radius:10px;box-shadow:0 10px 28px #00000038;font-size:10px}.batch-bar strong{margin-right:7px}.batch-bar button{border:0;border-radius:6px;padding:7px 10px;color:#eaf5f0;background:#315044;font-size:9px;font-weight:700}.batch-bar button.complete{background:#21885d}.batch-bar button.clear{width:28px;height:28px;padding:0;display:grid;place-items:center;background:transparent}.batch-bar svg{width:13px}.element-panel{grid-column:3;grid-row:2;border-left:1px solid #d6dfdb;padding:18px 20px}.element-panel>code{display:block;margin:7px 0 22px;color:#84908b;font:9px monospace;overflow:hidden;text-overflow:ellipsis}.element-panel h2{margin:10px 0 0;font:700 20px/1.3 Manrope}.large-status{display:inline-flex;border-radius:5px;padding:5px 8px;font-size:9px;font-weight:800;letter-spacing:.06em;text-transform:uppercase}.large-status.not_started{color:#67716d;background:#e8ecea}.large-status.in_progress{color:#8c630b;background:#fff2d2}.large-status.completed{color:#167049;background:#e2f7ed}.large-status.not_inspected{color:#67716d;background:#e8ecea}.large-status.awaiting_inspection,.large-status.awaiting_reinspection{color:#245e9f;background:#e5f0fc}.large-status.approved{color:#167049;background:#e2f7ed}.large-status.rejected{color:#a83232;background:#fde8e8}.element-panel dl{display:grid;grid-template-columns:1fr 1fr;margin:0;border-top:1px solid #e7ece9}.element-panel dl div{padding:13px 6px 13px 0;border-bottom:1px solid #e7ece9}.element-panel dt{color:#8b9691;font-size:9px;margin-bottom:4px}.element-panel dd{margin:0;color:#324139;font-size:11px;font-weight:600;overflow-wrap:anywhere}.action-box{margin-top:21px;display:grid;gap:10px;padding:15px;background:#f4f7f5;border-radius:10px}.action-box button{border:0;border-radius:7px;min-height:38px;color:#fff;font-size:11px;font-weight:700}.action-box .action-start{background:#d49620}.action-box .action-complete{background:#229665}.action-box .secondary{color:#42524b;background:#e4eae7}.quality-actions p{margin:0;color:#77837d;font-size:10px;line-height:1.45}.quality-actions button{display:flex;align-items:center;justify-content:center;gap:7px}.quality-actions button svg{width:14px}.quality-modal small{color:#8f9b95;font-weight:400}.inspection-modal{max-height:90vh;overflow:auto}.inspection-modal .modal-head p,.correction-modal .modal-head p{margin:6px 0 0;color:#7c8882;font-size:11px}.checklist{display:grid;gap:9px;margin-bottom:17px}.template-name{color:#62716a;background:#eff4f1;border-radius:7px;padding:9px 11px;font-size:10px;font-weight:700}.checklist label{grid-template-columns:1fr 175px;align-items:center;gap:15px;margin:0;padding:7px 0;border-bottom:1px solid #edf0ee}.checklist select{padding:8px 9px}.empty-panel{height:100%;display:grid;place-content:center;justify-items:center;text-align:center;color:#87938d;padding:20px}.empty-panel>svg{width:34px;height:34px;padding:8px;color:#5d756a;background:#ecf2ef;border-radius:10px}.empty-panel h3{color:#44544d;font:700 14px Manrope;margin:13px 0 5px}.empty-panel p{font-size:10px;line-height:1.5;margin:0}.model-loading,.model-error{position:absolute;inset:0;z-index:5;display:grid;place-content:center;justify-items:center;color:#55665e;background:#e8edeb}.loader-orbit{width:48px;height:48px;border:1px solid #9bb0a6;border-radius:50%;position:relative;animation:spin 1.4s linear infinite}.loader-orbit i{position:absolute;width:9px;height:9px;border-radius:50%;background:#2da875;top:2px;left:7px}.model-loading h3{font:600 13px Manrope;margin:18px 0 12px}.model-loading>div{width:180px;height:4px;border-radius:4px;background:#d4deda;overflow:hidden}.model-loading>div i{display:block;height:100%;background:#2dad78}.model-loading p{font-size:9px}.model-error svg{width:32px}.model-error h3{font:700 15px Manrope;margin:13px 0 5px}.model-error p{font-size:10px;color:#79857f}.toast-error{position:fixed;z-index:100;bottom:18px;left:50%;transform:translate(-50%);display:flex;align-items:center;gap:8px;color:#fff;background:#9c3434;border-radius:8px;padding:11px 15px;box-shadow:0 10px 30px #50000033;font-size:11px;cursor:pointer}.toast-error svg{width:15px}@media(max-width:1200px){.page{padding:36px 28px}.hero-grid{grid-template-columns:1.5fr repeat(3,.8fr)}.package-grid{grid-template-columns:repeat(2,1fr)}.viewer-page{grid-template-columns:230px 1fr 290px}}.progress-hero strong,.ring span,.metric strong,.section-heading h2,.package-card h3,.mini-progress span,.project-card h2,.modal h2,.error-state h2,.viewer-brand strong,.panel-title strong,.element-panel h2,.empty-panel h3,.model-loading h3,.model-error h3{font-family:Segoe UI Variable,Segoe UI,system-ui,sans-serif}.login-page{min-height:100dvh;display:grid;place-content:center;gap:28px;padding:28px;background:radial-gradient(circle at 50% 15%,#183c30 0,#0c211a 42%,#081610)}.login-brand{display:flex;justify-content:center;align-items:center;gap:11px;color:#fff}.login-brand strong{display:block;font:800 20px Segoe UI Variable,Segoe UI,system-ui,sans-serif;letter-spacing:.08em}.login-brand small{display:block;color:#89aa9c;font-size:8px;letter-spacing:.15em}.login-card{width:min(410px,calc(100vw - 40px));display:grid;padding:34px;background:#fff;border:1px solid rgba(255,255,255,.25);border-radius:16px;box-shadow:0 25px 70px #00000052}.login-icon{width:42px;height:42px;display:grid;place-items:center;margin-bottom:18px;color:#236d50;background:#e4f4ed;border-radius:11px}.login-icon svg{width:20px}.login-card h1{margin:7px 0;font:750 25px/1.2 Segoe UI Variable,Segoe UI,system-ui,sans-serif;letter-spacing:-.025em;color:#17251f}.login-card>p{margin:0 0 23px;color:#7a8881;font-size:11px}.login-card label{display:grid;gap:8px;margin-bottom:14px;color:#405049;font-size:11px;font-weight:700}.login-card input{width:100%;height:43px;padding:0 12px;color:#17251f;background:#f8faf9;border:1px solid #d6dfda;border-radius:8px;outline:none;transition:border-color .18s,box-shadow .18s,background .18s}.login-card input:hover{border-color:#aebdb6;background:#fff}.login-card input:focus{border-color:#2c8b64;background:#fff;box-shadow:0 0 0 4px #2c8b641c}.login-card .primary{min-height:42px;justify-content:center;margin-top:5px}.login-help{margin-top:17px;color:#99a39e;text-align:center;font-size:9px}.user-foot{display:flex;align-items:center;justify-content:space-between}.user-foot>div{min-width:0}.user-foot>div>small{display:block;margin:4px 0 0 15px;color:#6f897e}.user-foot button{width:31px;height:31px;display:grid;place-items:center;color:#8da69b;background:#1e352c;border:0;border-radius:7px}.user-foot button:hover{color:#fff;background:#2a4a3d}.user-foot svg{width:14px}.user-list{display:grid;gap:12px}.user-card{display:grid;grid-template-columns:44px 1fr auto;align-items:center;gap:15px;padding:18px 20px;border:1px solid var(--line);border-radius:13px;background:#fff}.user-avatar{width:42px;height:42px;display:grid;place-items:center;color:#28694f;background:#e9f5ef;border-radius:11px}.user-avatar svg{width:19px}.user-card h2{margin:0 0 4px;font-size:15px}.user-card p,.user-card small{margin:0;color:#74817b;font-size:11px}.user-card small{display:block;margin-top:5px;color:#98a19d}.role-pill{color:#246849;background:#e3f5ec;border-radius:6px;padding:6px 9px;font-size:9px;font-weight:800;letter-spacing:.05em}.role-pill.inactive{color:#7a5252;background:#f5e7e7}.project-access{display:grid;grid-template-columns:1fr 1fr;gap:8px 14px;margin:3px 0 15px;padding:13px;border:1px solid #dfe5e2;border-radius:9px}.project-access legend{padding:0 5px;color:#5b6862;font-size:11px;font-weight:700}.project-access label{display:flex;align-items:center;gap:7px;margin:0;font-weight:500}.project-access input{width:auto}
