:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}body{color:#183746;background:#f3f6f7}.app-shell,.login-screen{--ink:#123b4b;--teal:#137d78;--muted:#667b85;color:#183746;font-family:Tahoma,Arial,sans-serif}.app-shell *,.login-screen *{box-sizing:border-box}.app-shell button,.login-screen button{cursor:pointer;justify-content:center;align-items:center;gap:8px;font-weight:700;transition:background .15s,box-shadow .15s;display:inline-flex}.app-shell button:disabled,.login-screen button:disabled{opacity:.48;cursor:not-allowed}.app-shell button:focus-visible,.login-screen button:focus-visible,.app-shell input:focus-visible,.app-shell select:focus-visible,.app-shell textarea:focus-visible,.login-screen input:focus-visible{outline-offset:3px;outline:3px solid #eab847}.primary,.secondary,.accent{border:1px solid #0000;border-radius:12px;min-height:44px;padding:11px 19px;font-size:13px}.primary{color:#fff;background:#137d78}.primary:hover{background:#10645f}.secondary{color:#234956;background:#fff;border-color:#dbe4e8}.secondary:hover{background:#f4f8f8}.accent{color:#133846;background:#f6bd42}.accent:hover{background:#ffd370}.wide{width:100%}.small{min-height:36px;padding:8px 13px;font-size:12px}.muted{color:#677e88}.fine{font-size:12px;line-height:1.9}.positive{color:#10726c}.negative{color:#bc4552}.topbar{z-index:20;background:#fff;border-bottom:1px solid #dfe7e9;justify-content:space-between;align-items:center;height:84px;padding:0 36px;display:flex;position:sticky;top:0}.brand{align-items:center;gap:13px;display:flex}.brand>span{color:#f6bd42;background:#123b4b;border-radius:14px;place-items:center;width:47px;height:47px;display:grid}.brand strong{font-size:17px;display:block}.brand small{color:#7e939c;margin-top:4px;font-size:10px;display:block}.account{align-items:center;gap:14px;display:flex}.account strong{font-size:13px;display:block}.account small{color:#7e939c;margin-top:4px;font-size:10px;display:block}.icon-btn{color:#4f6a74;background:#fff;border:1px solid #e0e8eb;border-radius:11px;width:40px;height:40px;padding:0}.app-layout{grid-template-columns:225px minmax(0,1fr);max-width:1680px;min-height:calc(100vh - 84px);margin:auto;display:grid}.sidebar{color:#d2e4e9;background:#123b4b;align-self:stretch;padding:29px 17px}.sidebar button{text-align:right;background:0 0;border:0;border-radius:12px;justify-content:flex-start;width:100%;margin-bottom:6px;padding:15px 13px;font-size:12px}.sidebar button:hover{background:#1b4b5e}.sidebar button.selected{color:#193746;background:#f6bd42}.sidebar-note{color:#95b5c3;border-top:1px solid #335664;align-items:center;gap:12px;margin-top:26px;padding:20px 10px;font-size:10px;line-height:2.1;display:flex}.main-area{min-width:0;padding:32px 38px 0}.page-heading{justify-content:space-between;align-items:center;gap:12px;margin-bottom:27px;display:flex}.page-heading small{color:#738993;font-size:11px}.page-heading h1{margin:5px 0 0;font-size:27px;font-weight:800;line-height:1.6}.panel{background:#fff;border:1px solid #e0e8eb;border-radius:19px;margin-bottom:22px;padding:24px;box-shadow:0 5px 15px #13384603}.panel h2{margin:0 0 13px;font-size:16px;font-weight:800}.panel p{margin:9px 0;font-size:13px;line-height:1.9}.section-heading{justify-content:space-between;align-items:center;gap:12px;margin-bottom:20px;display:flex}.section-heading h2,.section-heading p{margin:0}.hero{color:#fff;background:#123b4b;border-radius:22px;justify-content:space-between;align-items:center;gap:24px;margin-bottom:25px;padding:30px;display:flex;position:relative;overflow:hidden}.hero>*{z-index:1;position:relative}.hero h2{margin:8px 0 12px;font-size:26px;font-weight:800}.hero p,.hero small{color:#b3c9d2;font-size:12px;line-height:2}.hero-stats{flex-direction:column;align-items:flex-start;gap:8px;display:flex}.hero-stats strong{font-size:18px}.quick-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:12px;margin-bottom:24px;display:grid}.quick-grid button{text-align:right;background:#fff;border:1px solid #dfe8eb;border-radius:18px;flex-direction:column;align-items:flex-start;gap:10px;min-height:157px;padding:20px 17px;display:flex}.quick-grid strong{font-size:13px}.quick-grid small{color:#7b909a;font-size:10px;font-weight:400}.quick-grid button:hover:enabled{border-color:#137d78;box-shadow:0 7px 20px #137d7810}.action-icon{color:#137d78;background:#e9f5f3;border-radius:13px;place-items:center;width:47px;height:47px;display:grid}.stats-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin:0 0 24px;display:grid}.stat{background:#fff;border:1px solid #dfe8eb;border-radius:17px;min-width:0;padding:20px}.stat small{color:#7c919a;font-size:11px;line-height:1.9;display:block}.stat strong{overflow-wrap:anywhere;margin-top:8px;font-size:16px;line-height:1.8;display:block}.alert{color:#866320;background:#fff9e9;border:1px solid #f0d997;border-radius:12px;margin:0 0 18px;padding:14px 18px;font-size:12px;line-height:2}.alert.error{color:#a52b3c;background:#fff0f1;border-color:#ffd3d8}.alert.success{color:#146744;background:#ebf8f0;border-color:#bfe7d2}.filter-grid{border-bottom:1px solid #eaf0f2;grid-template-columns:repeat(3,minmax(0,1fr));align-items:end;gap:13px;margin-bottom:22px;padding-bottom:25px;display:grid}.app-shell label,.login-screen label{text-align:right;flex-direction:column;gap:8px;min-width:0;font-size:12px;font-weight:700;display:flex}.app-shell input:not([type=checkbox]),.app-shell select,.app-shell textarea,.login-screen input{color:#243f4a;background:#fff;border:1px solid #d8e3e7;border-radius:10px;width:100%;min-width:0;min-height:44px;padding:11px 12px;font-size:13px;font-weight:400}.app-shell textarea{resize:vertical}.app-shell input[type=checkbox]{accent-color:#137d78;width:18px;height:18px}.table-wrap{width:100%;overflow-x:auto}.table-wrap table{border-collapse:collapse;text-align:right;white-space:nowrap;width:100%;font-size:12px}.table-wrap th{color:#718993;background:#f4f8f9;padding:13px 12px;font-weight:400}.table-wrap td{border-bottom:1px solid #edf2f4;padding:18px 12px}.table-wrap td strong{font-size:12px}.table-wrap td small{color:#869aa3;margin-top:7px;font-size:10px;display:block}.badge{color:#5b6f7e;white-space:nowrap;background:#edf1f4;border-radius:20px;align-items:center;padding:5px 10px;font-size:10px;font-weight:700;display:inline-flex}.badge.approved{color:#218451;background:#e5f7ed}.badge.submitted{color:#9d7619;background:#fff5d9}.badge.needs_edit{color:#bd4457;background:#ffeaee}.pagination{color:#7c9099;justify-content:center;align-items:center;gap:18px;margin-top:22px;font-size:11px;display:flex}.empty{text-align:center;color:#7d919b;padding:45px 20px;font-size:13px;line-height:2}.cards-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:17px;display:grid}.machine-card{margin:0}.machine-facts{border-bottom:1px solid #edf2f4;justify-content:space-between;gap:10px;padding:18px 0;display:flex}.machine-facts small{color:#8a9ba3;margin-bottom:8px;font-size:10px;display:block}.machine-facts strong{font-size:12px}.list-row{border-bottom:1px solid #edf2f4;justify-content:space-between;align-items:center;gap:16px;padding:19px 0;font-size:12px;display:flex}.list-row:last-child{border-bottom:0}.list-row>div:first-child{overflow-wrap:anywhere;min-width:0}.list-row strong{font-size:13px}.list-row small{color:#7a929b;margin-top:7px;font-size:11px;line-height:1.8;display:block}.list-row p{margin:7px 0;font-size:12px}.button-row{flex-wrap:wrap;align-items:center;gap:9px;display:flex}.entry-group h3{background:#f4f8f8;border-radius:10px;margin:17px 0 0;padding:10px 14px;font-size:13px}.entry-end{text-align:left;flex-direction:column;gap:12px;min-width:110px;display:flex}.danger-link,.text-btn{color:#bf4253;background:0 0;border:0;padding:8px 0;font-size:11px}.text-btn{color:#137d78}.audit-row{border-bottom:1px solid #edf2f4;padding:15px 0}.audit-row summary{cursor:pointer;flex-wrap:wrap;justify-content:space-between;gap:12px;font-size:12px;display:flex}.audit-row summary span{color:#8399a3;font-size:10px}.audit-row pre{text-align:left;background:#f4f8f9;max-height:280px;padding:16px;font-size:11px;overflow:auto}.app-footer{color:#93a6ae;text-align:center;margin:35px 0 24px;font-size:10px}.login-screen{background:linear-gradient(135deg,#123b4b 0% 47%,#ecf3f4 47%,#f5f8f9 100%);justify-content:center;align-items:center;gap:95px;min-height:100vh;padding:35px;display:flex}.login-art{color:#fff;width:310px}.login-art svg{color:#f5bd42}.login-art h1{margin:24px 0 14px;font-size:32px;font-weight:800}.login-art p{color:#b4cbd5;font-size:14px}.login-card{background:#fff;border-radius:25px;flex-direction:column;gap:19px;width:420px;padding:38px;display:flex;box-shadow:0 30px 80px #123b4b20}.login-card>small{letter-spacing:1px;color:#137d78;font-size:10px}.login-card h2{margin:0;font-size:22px;font-weight:800}.login-card p{margin:0;font-size:12px;line-height:1.9}.login-card .alert{margin:0}.login-card button{margin-top:4px}.work-dialog{color:#183746;background:#fff;border:0;border-radius:22px;width:min(560px,100% - 24px);max-height:calc(100dvh - 32px);margin:auto;padding:0;box-shadow:0 25px 100px #09242e66}.work-dialog::backdrop{-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#0c283b99}.work-dialog form{flex-direction:column;max-height:calc(100dvh - 32px);display:flex}.dialog-heading{border-bottom:1px solid #e5edef;justify-content:space-between;align-items:center;padding:20px 23px;display:flex}.dialog-heading h2{margin:0;font-size:18px;font-weight:800}.dialog-body{flex-direction:column;gap:18px;padding:23px;display:flex;overflow-y:auto}.dialog-body .alert{margin:0}.dialog-footer{border-top:1px solid #e5edef;flex-shrink:0;gap:10px;padding:18px 23px;display:flex}.dialog-footer>.primary{flex:1}.field-help{color:#7e949e;font-size:10px;font-weight:400;line-height:1.9}.app-shell .check-label{flex-direction:row;align-items:center;gap:9px;font-weight:400;line-height:1.8}.multi-options{flex-wrap:wrap;gap:12px;display:flex}.multi-options .check-label{background:#f4f8f8;border-radius:10px;padding:10px}.dialog-body fieldset{border:0;margin:0;padding:0}.dialog-body legend{margin-bottom:13px;font-size:12px;font-weight:700}.spin{animation:1s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}@media (max-width:1150px){.main-area{padding:27px 22px 0}.app-layout{grid-template-columns:190px minmax(0,1fr)}.sidebar{padding:25px 11px}.quick-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.cards-grid,.stats-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.login-screen{gap:40px}.login-art{width:270px}}@media (max-width:760px){.topbar{height:72px;padding:0 15px}.brand strong{font-size:13px}.brand small{font-size:9px}.brand>span{border-radius:11px;width:38px;height:38px}.brand{gap:8px}.account{gap:6px}.account>div{display:none}.icon-btn{width:35px;height:35px}.app-layout{min-height:calc(100vh - 72px);display:block}.sidebar{z-index:15;gap:5px;padding:10px 12px;display:flex;position:sticky;top:72px;overflow-x:auto}.sidebar button{flex-shrink:0;gap:7px;width:auto;margin:0;padding:10px 12px;font-size:10px}.sidebar button svg{width:15px}.sidebar-note{display:none}.main-area{padding:23px 15px 0}.page-heading{margin-bottom:20px}.page-heading h1{font-size:22px}.page-heading small{font-size:10px}.page-heading>.secondary{min-height:39px;padding:10px;font-size:11px}.hero{flex-direction:column;align-items:flex-start;gap:19px;padding:22px}.hero h2{font-size:23px}.hero .accent,.hero-stats{width:100%}.hero-stats strong{font-size:16px}.quick-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.quick-grid button{min-height:140px;padding:17px}.quick-grid button:last-child{grid-column:span 2;grid-template-columns:47px 1fr;column-gap:14px;min-height:92px;display:grid}.quick-grid button:last-child .action-icon{grid-row:span 2}.quick-grid button:last-child small{align-self:start}.stats-grid{gap:10px;margin-bottom:18px}.stat{padding:16px}.stat strong{font-size:14px}.stat small{font-size:10px}.panel{border-radius:16px;margin-bottom:18px;padding:18px}.panel h2{font-size:14px}.filter-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.filter-grid>label:first-child{grid-column:span 2}.cards-grid{grid-template-columns:1fr;gap:14px}.list-row{flex-wrap:wrap;gap:12px}.list-row>.button-row{width:100%}.list-row>.button-row button{flex:1}.section-heading{flex-wrap:wrap;gap:14px}.primary,.secondary{padding:10px 14px;font-size:12px}.login-screen{background:#123b4b;flex-direction:column;gap:27px;padding:30px 18px}.login-art{width:min(420px,100%)}.login-art svg{width:36px;height:36px}.login-art h1{margin:12px 0 8px;font-size:25px}.login-art p{font-size:12px}.login-card{border-radius:22px;width:min(420px,100%);padding:28px 24px}.login-card h2{font-size:21px}.dialog-heading,.dialog-body{padding:18px}.dialog-footer{padding:16px 18px}.dialog-heading h2{font-size:16px}}@media print{.topbar,.sidebar,.page-heading,.alert.success,.app-footer,.button-row,button,dialog{display:none!important}.app-layout{display:block}.main-area{padding:0}.panel{box-shadow:none;break-inside:avoid;border:1px solid #ddd}.app-shell{background:#fff}.entry-group{break-inside:avoid}}
