:root{--navy:#062f4f;--blue:#0879c9;--cyan:#23b7d6;--ink:#132435;--muted:#657789;--line:#dce6ee;--surface:#fff;--bg:#f2f6f9;--orange:#ef8b2c;--red:#cf3c49;font-family:Inter,"Segoe UI",Arial,sans-serif;color:var(--ink);background:var(--bg)}
*{box-sizing:border-box}html{min-height:100%;background:var(--bg)}body{margin:0;min-height:100vh;background:linear-gradient(180deg,#eaf3f8 0,#f5f8fa 340px)}button,select,input{font:inherit}.topbar{min-height:92px;padding:19px clamp(18px,4vw,64px);display:flex;align-items:center;justify-content:space-between;gap:24px;background:var(--navy);color:white}.eyebrow{margin:0 0 5px;font-size:11px;font-weight:800;letter-spacing:.18em;color:#61d0e5}.topbar h1{margin:0;font-size:clamp(22px,3vw,34px);letter-spacing:-.035em}.top-actions{display:flex;align-items:center;gap:12px}.live-state,.edit-link{display:inline-flex;align-items:center;gap:8px;min-height:38px;padding:0 13px;border-radius:20px;font-size:12px;font-weight:800}.live-state{background:rgba(255,255,255,.12)}.live-state i{width:8px;height:8px;border-radius:50%;background:#ffd166;box-shadow:0 0 0 4px rgba(255,209,102,.15)}.live-state.ready i{background:#4dd599}.live-state.error i{background:#ff7581}.edit-link{border:1px solid rgba(255,255,255,.36);color:white;text-decoration:none}.tabs{padding:0 clamp(12px,4vw,64px);display:flex;gap:4px;background:white;border-bottom:1px solid var(--line);position:sticky;top:0;z-index:10}.tab{height:62px;padding:0 22px;border:0;border-bottom:3px solid transparent;background:transparent;color:#607284;font-weight:800;cursor:pointer}.tab span{display:inline-grid;place-items:center;width:24px;height:24px;margin-right:7px;border-radius:7px;background:#e9f0f5;color:#7690a2;font-size:10px}.tab.active{color:var(--navy);border-bottom-color:var(--cyan)}.tab.active span{background:var(--navy);color:white}main{max-width:1540px;margin:0 auto;padding:28px clamp(14px,4vw,64px) 64px}.view{display:none}.view.active{display:block}.filterbar{display:grid;grid-template-columns:repeat(3,minmax(150px,1fr)) minmax(180px,1.3fr) auto;gap:12px;margin-bottom:18px}.filterbar label,.resource-toolbar label{display:flex;flex-direction:column;gap:5px;color:var(--muted);font-size:10px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.filterbar select,.filterbar input,.resource-toolbar select{height:42px;border:1px solid #cddae4;border-radius:10px;background:white;padding:0 12px;color:var(--ink);outline:none}.filterbar select:focus,.filterbar input:focus,.resource-toolbar select:focus{border-color:var(--blue);box-shadow:0 0 0 3px rgba(8,121,201,.1)}#reset-filter{align-self:end;height:42px;padding:0 16px;border:1px solid #cddae4;border-radius:10px;background:white;color:#496174;font-weight:800;cursor:pointer}.kpis,.resource-kpis{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-bottom:18px}.kpis article,.resource-kpis article{position:relative;overflow:hidden;min-height:126px;padding:22px;border:1px solid var(--line);border-radius:16px;background:var(--surface);box-shadow:0 8px 24px rgba(22,55,78,.06)}.kpis article::before,.resource-kpis article::before{content:"";position:absolute;inset:0 auto 0 0;width:4px;background:var(--blue)}.kpis article.repair::before{background:var(--orange)}.kpis article.drilling::before{background:var(--cyan)}.kpis p,.resource-kpis p{margin:0 0 8px;color:var(--muted);font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.kpis strong,.resource-kpis strong{display:block;font-size:30px;line-height:1;color:var(--navy);letter-spacing:-.035em}.kpis small,.resource-kpis small{display:block;margin-top:9px;color:#8798a7}.panel{border:1px solid var(--line);border-radius:16px;background:white;box-shadow:0 8px 28px rgba(22,55,78,.05);overflow:hidden}.panel-head{min-height:74px;padding:15px 20px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line)}.panel-head h2,.resource-toolbar h2{margin:0;font-size:19px;color:var(--navy)}.panel-head>span{padding:6px 10px;border-radius:14px;background:#edf3f7;color:#587083;font-size:11px;font-weight:800}.desktop-table-wrap{overflow:auto}table{width:100%;border-collapse:collapse;white-space:nowrap}th,td{padding:13px 14px;border-bottom:1px solid #e8eef3;text-align:left;font-size:12px}th{position:sticky;top:0;background:#f4f7f9;color:#617485;font-size:10px;text-transform:uppercase;letter-spacing:.05em}td b{color:var(--navy)}.table-sub{display:block;margin-top:3px;color:#718393;font-size:10px}.danger{color:var(--red)!important;font-weight:800}.warning-row{background:#fff6f3}.repair-note{max-width:270px;white-space:normal}.records{display:none}.record-card{padding:15px;border-bottom:1px solid var(--line)}.record-title,.record-meta,.time-grid{display:flex;align-items:center;justify-content:space-between;gap:10px}.record-title strong{font-size:16px;color:var(--navy)}.record-title>div span{display:block;margin-top:3px;color:var(--muted);font-size:11px}.work-badge{padding:5px 8px;border-radius:7px;background:#e8f7ef;color:#14704c;font-size:10px;font-weight:900}.record-meta{justify-content:flex-start;flex-wrap:wrap;margin:12px 0;color:#617789;font-size:11px}.record-meta span{padding-right:10px;border-right:1px solid var(--line)}.time-grid{align-items:stretch}.time-grid>div{flex:1;padding:10px;border-radius:10px;background:#f3f7f9}.time-grid small,.remark small{display:block;margin-bottom:4px;color:#748797;font-size:9px;font-weight:900;text-transform:uppercase}.time-grid b{display:block;font-size:11px}.time-grid em{display:block;margin-top:4px;color:var(--blue);font-size:12px;font-style:normal;font-weight:900}.remark{margin:10px 0 0;padding:10px;border-left:3px solid var(--orange);background:#fff8ef;font-size:12px}.empty{padding:48px;text-align:center;color:var(--muted)}.view-3d{height:calc(100vh - 190px);min-height:620px;margin:-28px clamp(-64px,-4vw,-14px) -64px}.view-3d iframe{display:block;width:100%;height:100%;border:0;background:#f4f7fa}.resource-toolbar{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:18px}.resource-toolbar label{min-width:210px}.resource-kpis{grid-template-columns:repeat(2,minmax(180px,280px))}.resource-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.resource-list{padding:5px 20px 18px}.resource-item{display:grid;grid-template-columns:42px 1fr auto;align-items:center;gap:12px;padding:12px 0;border-bottom:1px solid #e9eef2}.resource-order{display:grid;place-items:center;width:34px;height:34px;border-radius:10px;background:#eaf3f8;color:var(--blue);font-size:11px;font-weight:900}.resource-item strong{font-size:13px}.resource-item b{min-width:42px;text-align:right;color:var(--navy);font-size:19px}.resource-item small{display:block;color:var(--muted)}
@media(max-width:900px){.topbar{min-height:78px}.top-actions{gap:6px}.live-state{display:none}.edit-link{min-height:34px;padding:0 10px}.tabs{padding:0}.tab{flex:1;height:58px;padding:0 6px;font-size:12px}.tab span{display:none}main{padding:16px 12px 48px}.filterbar{grid-template-columns:1fr 1fr}.filterbar .search{grid-column:1/2}#reset-filter{grid-column:2/3}.kpis{grid-template-columns:1fr 1fr;gap:9px}.kpis article{min-height:104px;padding:17px}.kpis strong{font-size:25px}.desktop-table-wrap{display:none}.records{display:block}.panel-head{min-height:66px;padding:12px 15px}.view-3d{height:calc(100vh - 136px);min-height:540px;margin:-16px -12px -48px}.resource-toolbar{align-items:stretch;flex-direction:column}.resource-toolbar label{min-width:0}.resource-grid{grid-template-columns:1fr}.resource-kpis{grid-template-columns:1fr 1fr}.resource-kpis article{min-height:105px;padding:17px}}
@media(max-width:430px){.topbar{padding:14px 15px}.topbar .eyebrow{font-size:8px}.topbar h1{font-size:21px}.edit-link{font-size:10px}.filterbar{gap:8px}.kpis article{padding:15px}.kpis p{font-size:10px}.kpis strong{font-size:22px}.time-grid{gap:7px}.time-grid>div{padding:9px 8px}.resource-kpis{gap:9px}}
.resource-toolbar input{height:42px;border:1px solid #b8c8d5;border-radius:10px;background:#fff;padding:0 12px;color:#10283a;outline:none}.resource-toolbar input:focus{border-color:var(--blue);box-shadow:0 0 0 3px rgba(8,121,201,.14)}
body{color:#10283a}.filterbar label,.resource-toolbar label,.kpis p,.resource-kpis p,.time-grid small,.remark small{color:#3d5367}.filterbar select,.filterbar input{color:#10283a;border-color:#b8c8d5}.kpis small,.resource-kpis small,.table-sub,.record-title>div span,.record-meta,.resource-item small{color:#4b6174}.panel-head>span{color:#314b60;background:#e5edf3}th{color:#354e62;background:#edf2f6}td{color:#20384b}.tab{color:#41586b}.empty{color:#40576a}
.kpis{grid-template-columns:1.2fr repeat(3,1fr)}.progress-gauge::before{background:#0aa3c2!important}.gauge-wrap{position:relative;width:112px;margin:0 auto;text-align:center}.gauge-wrap svg{display:block;width:112px;height:67px;overflow:visible}.gauge-track,.gauge-value{fill:none;stroke-width:10;stroke-linecap:round}.gauge-track{stroke:#d7e2e9}.gauge-value{stroke:#15afd0;stroke-dasharray:157;stroke-dashoffset:157;transition:stroke-dashoffset .45s ease}.gauge-needle{stroke:#0b3655;stroke-width:3;stroke-linecap:round;transition:transform .45s ease}.gauge-hub{fill:#0b3655}.gauge-wrap strong{position:static;display:block;margin-top:3px;text-align:center;font-size:20px!important}.progress-gauge>small{text-align:center}
@media(max-width:900px){.kpis{grid-template-columns:1fr 1fr}.progress-gauge{grid-column:1/3}.progress-gauge .gauge-wrap{margin-top:-4px}.progress-gauge>small{text-align:center}}
.date-range{display:grid;grid-template-columns:1fr 1fr;gap:8px;min-width:280px}.filterbar{grid-template-columns:minmax(280px,1.4fr) repeat(4,minmax(120px,1fr)) auto}.date-range label{min-width:0}.date-range input,.date-range select{width:100%}.kpis small[id$="-total"]{min-height:28px;line-height:1.35;font-weight:700;color:#526b7e}.metric-unit{font-size:15px;color:#526b7e}.kpis .kpi-remaining{margin-top:8px;padding-top:8px;border-top:1px solid #e3ebf1;color:#0b6ea9;font-weight:800}
@media(max-width:900px){.filterbar{grid-template-columns:1fr 1fr}.date-range{grid-column:1/3;min-width:0}.filterbar .search{grid-column:1/2}#reset-filter{grid-column:2/3}}
.table-elapsed{display:block;margin-top:4px;color:var(--blue);font-size:11px;font-weight:900;letter-spacing:.01em}
.table-time,.table-time .table-sub,.table-elapsed{color:#0879c9!important;font-weight:900}
.cycle-value,.cycle-badge{display:inline-flex!important;align-items:center;padding:4px 7px!important;margin:0!important;border-radius:6px;background:#fff0df;color:#b95612!important;font-size:11px!important;font-weight:900}
.record-badges{display:flex;align-items:center;justify-content:flex-end;gap:6px}
.record-title>.record-badges span{display:inline-flex;margin:0}
.record-meta [data-field="workHours"],.time-grid b,.time-grid em{color:#0879c9;font-weight:900}
.filterbar label,.resource-toolbar label{font-size:11px;color:#294b64}
.filterbar select,.filterbar input,.resource-toolbar select{font-weight:700;color:#0b2f4c}
th{font-size:11px;color:#28475e}
td{font-size:13px;color:#163750}
.table-sub{font-size:11px;color:#355b76}
.repair-note{color:#283f52;font-weight:600}
#date-from[readonly]{background:#e9f0f5;color:#0b2f4c;cursor:not-allowed}
.pdf-export{min-height:38px;padding:0 14px;border:1px solid rgba(255,255,255,.5);border-radius:7px;background:#fff;color:#062f4f;font-size:12px;font-weight:900;cursor:pointer}.pdf-export:hover{background:#e9f7fb}.pdf-export:focus-visible{outline:3px solid #61d0e5;outline-offset:2px}
@media(max-width:900px){.pdf-export{min-height:34px;padding:0 10px;font-size:11px}}
.mobile-device .view-3d{height:max(700px,calc(100dvh - 136px));min-height:700px}
@media print{.pdf-export,.live-state,.filterbar,#reset-filter{display:none!important}body{background:#fff!important}.topbar{background:#fff!important;color:#062f4f!important;padding:8mm 6mm}.eyebrow{color:#0879c9!important}.tabs{position:static!important;padding:0 6mm}.tab:not(.active){display:none!important}main{max-width:none!important;padding:6mm!important}.panel,.kpis article,.resource-kpis article{box-shadow:none!important}.view-3d{height:180mm!important;min-height:0!important;margin:0!important}}
.active-panel{margin:0 0 18px;border:1px solid #b9ddec;border-radius:16px;background:#fff;box-shadow:0 8px 24px rgba(22,55,78,.06);overflow:hidden}.active-panel-head{display:flex;align-items:center;justify-content:space-between;padding:15px 20px;border-bottom:1px solid #dcebf2}.active-panel-head h2{margin:0;color:var(--navy);font-size:19px}.active-panel-head>strong{padding:7px 11px;border-radius:16px;background:#e5f7ee;color:#08764f;font-size:12px}.active-pile-list{display:grid;grid-template-columns:1fr;gap:10px;padding:12px}.active-pile{display:grid;grid-template-columns:minmax(190px,1fr) minmax(260px,3fr) minmax(180px,1fr);align-items:center;gap:clamp(18px,3vw,46px);width:100%;padding:13px 15px;border-left:4px solid #13a56f;border-radius:10px;background:#effaf5}.active-pile.nc{border-left-color:#ef8b2c;background:#fff7ec}.active-pile div{display:flex;flex-direction:column;gap:4px;min-width:0}.active-pile div:last-child{text-align:right}.active-pile strong{color:var(--navy);font-size:16px}.active-pile b{color:#08764f;font-size:12px}.active-pile.nc b{color:#b95b12}.active-pile span{color:#526b7e;font-size:11px;font-weight:700}.active-empty{grid-column:1/-1;padding:12px;color:#526b7e;text-align:center}@media(max-width:700px){.active-pile-list{grid-template-columns:1fr}.active-panel-head{padding:13px 15px}.active-pile{grid-template-columns:1fr auto;gap:12px}.active-pile .active-motion{grid-column:1/-1;grid-row:2}.active-pile div:last-child{grid-column:2;grid-row:1}.active-pile div:first-child{grid-column:1;grid-row:1}}
.active-panel-head .eyebrow{display:inline-flex;margin:0 0 7px;padding:5px 9px;border:1px solid #ffb2b8;border-radius:999px;background:#fff0f1;color:#d62839;font-size:11px;font-weight:950;letter-spacing:.16em;box-shadow:0 0 0 3px rgba(214,40,57,.06)}
.active-motion{position:relative!important;display:block;width:100%;min-width:0;height:7px;border-radius:999px;background:linear-gradient(90deg,#17c3b2,#19a7e0,#6657d9,#ef6f9a,#ff9f1c,#18b878);background-size:220% 100%;box-shadow:0 0 12px rgba(25,167,224,.28);overflow:visible;animation:track-colors 4s linear infinite}.active-motion>i{position:absolute;top:50%;left:0;width:16px;height:16px;border:3px solid #fff;border-radius:50%;background:#ff9f1c;box-shadow:0 0 0 4px rgba(255,159,28,.2),0 0 16px rgba(102,87,217,.6);transform:translate(-1px,-50%);will-change:left,background-color;animation:active-travel 3.4s cubic-bezier(.45,.05,.55,.95) infinite alternate,dot-colors 3.4s linear infinite}.active-pile b{display:inline-flex;align-items:center;justify-content:flex-end;gap:6px}.status-dot{width:8px;height:8px;border-radius:50%;background:#10a66f;box-shadow:0 0 0 4px rgba(16,166,111,.12);animation:active-pulse 1.2s ease-in-out infinite}@keyframes active-travel{0%{left:0}100%{left:calc(100% - 14px)}}@keyframes track-colors{to{background-position:220% 0}}@keyframes dot-colors{0%{background:#17c3b2}25%{background:#19a7e0}50%{background:#7657d9}75%{background:#ef6f9a}100%{background:#ff9f1c}}@keyframes active-pulse{0%,100%{opacity:.45;transform:scale(.8)}50%{opacity:1;transform:scale(1.15)}}@media(prefers-reduced-motion:reduce){.active-motion,.active-motion>i,.status-dot{animation:none}.active-motion>i{left:50%}}
