@import"https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap";:root{font-family:Poppins,Segoe UI,system-ui,sans-serif;line-height:1.5;font-weight:400;color:#1a1a1a;background-color:#f6f4ef;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh;background:linear-gradient(160deg,#fdf8f2,#f5efe6 40%,#ede7dd);background-attachment:fixed}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}button,input{font-family:inherit}#root{min-height:100vh}.auth-shell{min-height:100vh;display:grid;place-items:center;padding:32px 20px}.auth-card{width:min(420px,100%);background:#fff;border-radius:20px;box-shadow:0 24px 60px #1212121f;padding:32px;display:grid;gap:24px}.auth-header h1{margin:8px 0 0;font-size:28px}.auth-brand{margin:0;letter-spacing:.2em;font-weight:600;font-size:12px;text-transform:uppercase;color:#c7633f}.auth-subtitle{margin:8px 0 0;color:#4b4b4b}.auth-form{display:grid;gap:12px}.auth-label{font-size:13px;font-weight:600;color:#6b6b6b}.auth-input{padding:12px 14px;border-radius:12px;border:1px solid #e3dfd8;background:#faf7f2}.auth-input:focus{outline:none;border-color:#c7633f;box-shadow:0 0 0 3px #c7633f26}.auth-error{color:#b42318;background:#ffe4e4;padding:10px 12px;border-radius:10px;margin:4px 0 0}.auth-submit{margin-top:8px;padding:12px 16px;border-radius:12px;border:none;background:#c7633f;color:#fffaf2;font-weight:600;cursor:pointer;transition:background .15s,box-shadow .15s,transform .1s;box-shadow:0 2px 10px #c7633f4d;font-size:14px}.auth-submit:hover:not(:disabled){background:#b5582e;box-shadow:0 4px 16px #c7633f66;transform:translateY(-1px)}.auth-submit:disabled{opacity:.7;cursor:wait}.auth-switch{text-align:center}.auth-link{background:none;border:none;color:#7a4b3a;font-weight:600;cursor:pointer}.app-shell{min-height:100vh}.sidebar{position:fixed;left:0;top:0;height:100vh;width:248px;background:#17130f;color:#f0e8de;display:flex;flex-direction:column;z-index:20;overflow-y:auto;border-right:1px solid #2a2420}.sidebar-brand{display:flex;align-items:center;gap:12px;padding:22px 20px 20px;border-bottom:1px solid #2e2822}.sidebar-logo{width:38px;height:38px;border-radius:11px;background:linear-gradient(135deg,#d4714a,#b85430);color:#fff;font-weight:800;font-size:12px;display:grid;place-items:center;flex-shrink:0;letter-spacing:.05em;box-shadow:0 3px 10px #c7633f73}.sidebar-brand-name{margin:0;font-size:15px;font-weight:600;color:#f0e8de}.sidebar-brand-sub{margin:2px 0 0;font-size:11px;color:#8a7a6e;text-transform:uppercase;letter-spacing:.08em}.sidebar-nav{flex:1;padding:16px 12px;display:flex;flex-direction:column;gap:2px}.nav-section-label{display:block;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.12em;color:#7a6a5e;padding:12px 8px 4px;margin-top:4px}.nav-section-label:first-child{margin-top:0}.sidebar-nav a{display:flex;align-items:center;gap:10px;padding:8px 10px;border-radius:8px;color:#b0a090;font-size:14px;font-weight:500;transition:background .15s,color .15s}.sidebar-nav a svg{width:16px;height:16px;flex-shrink:0;opacity:.7}.sidebar-nav a.active{background:#c7633f38;color:#e8896a;box-shadow:inset 3px 0 #c7633f}.sidebar-nav a.active svg{opacity:1}.sidebar-nav a:hover:not(.active){background:#2a2420;color:#f0e8de}.sidebar-close{display:none;position:absolute;top:16px;right:16px;border:1px solid #3a312b;background:transparent;color:#f7efe6;border-radius:8px;padding:6px 10px;cursor:pointer;font-size:14px}.sidebar-footer{padding:16px 12px;border-top:1px solid #2a2420;display:grid;gap:10px}.sidebar-user-row{display:flex;align-items:center;gap:10px}.sidebar-user-avatar{width:30px;height:30px;border-radius:50%;background:#c7633f40;color:#e8896a;font-weight:700;font-size:13px;display:grid;place-items:center;flex-shrink:0}.sidebar-user-name{font-size:13px;color:#a09080;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sidebar-logout{border-radius:8px;border:1px solid #2a2420;background:transparent;color:#8a7a6e;padding:8px 12px;cursor:pointer;font-size:13px;transition:background .15s,color .15s}.sidebar-logout:hover{background:#2a2420;color:#f0e8de}.app-main{padding:36px 40px;margin-left:248px;width:calc(100% - 248px);max-width:1400px}.sidebar-scrim{display:none}.page{display:grid;gap:24px}.page-header{padding-bottom:20px;border-bottom:1px solid #e8e0d5}.page-header h1{margin:0 0 4px;font-size:24px;font-weight:800;color:#1a1410;letter-spacing:-.01em}.page-header-row{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.page-subtitle{margin:0;color:#8a7a6e;font-size:13px}.page-back{display:inline-block;font-size:12px;color:#8a7a6e;margin-bottom:6px;font-weight:500}.page-back:hover{color:#c7633f}.page-title-row{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.loading-text{color:#8a7a6e;font-size:14px}.kpi-row{display:flex;flex-wrap:wrap;gap:12px}.kpi-card{background:#fff;border-radius:14px;padding:16px 20px;border:1px solid #e8e2d8;min-width:120px;box-shadow:0 2px 8px #1414140d;transition:box-shadow .15s}.kpi-card:hover{box-shadow:0 4px 14px #14141414}.kpi-label{margin:0;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.07em;color:#8a7a6e}.kpi-value{margin:6px 0 0;font-size:28px;font-weight:800;color:#1a1410;line-height:1;font-variant-numeric:tabular-nums;letter-spacing:-.02em}.kpi-card-alert{border-color:#fca5a5;background:#fff8f8}.kpi-card-alert .kpi-label,.kpi-card-alert .kpi-value{color:#b42318}.toolbar{display:flex;flex-wrap:wrap;gap:12px;align-items:center}.toolbar-search{flex:1;min-width:200px}.toolbar-search input{width:100%;padding:10px 14px;border-radius:10px;border:1px solid #ddd7ce;background:#fff;font-size:14px;transition:border-color .15s,box-shadow .15s}.toolbar-search input:focus{outline:none;border-color:#c7633f;box-shadow:0 0 0 3px #c7633f1f}.toolbar-chips{display:flex;flex-wrap:wrap;gap:6px}.data-table-wrap{background:#fff;border-radius:16px;border:1px solid #e8e2d8;overflow:hidden;box-shadow:0 2px 10px #1414140d}.data-table{width:100%;border-collapse:collapse;font-size:14px}.data-table thead{background:#f7f2eb;border-bottom:1px solid #e8e2d8}.data-table th{padding:12px 16px;text-align:left;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.07em;color:#8a7a6e;white-space:nowrap}.data-table td{padding:14px 16px;border-bottom:1px solid #f2ede6;vertical-align:middle}.data-table tbody tr:last-child td{border-bottom:none}.data-table tbody tr{transition:background .12s}.data-table tbody tr:hover{background:#f4ede3}.data-table tbody tr.row-alert{background:#fff8f8}.data-table tbody tr.row-alert:hover{background:#fff0f0}.td-order{font-weight:700;color:#1a1410;white-space:nowrap}.td-main{margin:0;font-weight:500;color:#1a1410}.td-sub{margin:2px 0 0;font-size:12px;color:#8a7a6e}.td-action{text-align:right;white-space:nowrap}.table-link-btn{font-size:13px;font-weight:600;color:#c7633f;padding:6px 14px;border-radius:8px;background:#fdf0ea;transition:background .15s,transform .1s,box-shadow .15s;border:1px solid rgba(199,99,63,.15)}.table-link-btn:hover{background:#faddcf;transform:translateY(-1px);box-shadow:0 2px 8px #c7633f33}.text-alert{color:#b42318}.detail-grid{display:grid;gap:16px;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.detail-section{display:grid;gap:10px}.section-title{margin:0;font-size:13px;font-weight:600;text-transform:uppercase;letter-spacing:.07em;color:#8a7a6e;display:flex;align-items:center;justify-content:space-between}.detail-card{background:#fff;border-radius:14px;border:1px solid #ede8e0;padding:16px;display:grid;gap:12px}.detail-field{display:flex;justify-content:space-between;align-items:baseline;gap:16px}.detail-label{font-size:12px;color:#8a7a6e;font-weight:500;flex-shrink:0}.detail-value{font-size:14px;color:#1a1410;font-weight:500;text-align:right}.empty-state{background:#fff;border-radius:14px;border:1px solid #ede8e0;padding:48px 24px;text-align:center;color:#8a7a6e;font-size:14px}.mobile-header{display:none}.page-header h1{margin:0 0 6px}.page-error{margin:16px 0;padding:12px 14px;border-radius:12px;background:#ffe4e4;color:#b42318}.dash-grid{display:grid;gap:20px;grid-template-columns:repeat(2,minmax(0,1fr))}.kpi-window-row{display:flex;gap:4px;margin-top:6px;flex-wrap:wrap}.kpi-window-row .chip-button{font-size:10px;padding:2px 7px}.section-title-link{font-size:12px;font-weight:500;color:#c7633f;text-decoration:none;margin-left:auto}.section-title-link:hover{text-decoration:underline}.dash-card{background:#fff;border-radius:18px;padding:20px;box-shadow:0 18px 40px #14141414;display:grid;gap:14px}.dash-card h3{margin:0}.dash-list{list-style:none;padding:0;margin:0;display:grid;gap:10px}.dash-list li{display:flex;justify-content:space-between;gap:16px;padding:10px 12px;border-radius:12px;background:#f8f4ee}.dash-order{display:grid;gap:10px;padding:12px}.dash-order-summary{display:flex;justify-content:space-between;align-items:flex-start;gap:16px}.dash-order-info{display:grid;gap:4px}.dash-order-title{margin:0;font-weight:600;color:#1f1b18}.dash-order-meta{margin:0;color:#6b6158;font-size:12px}.dash-order-toggle{border:1px solid #e0d7cc;background:#fff;width:28px;height:28px;border-radius:999px;display:grid;place-items:center;cursor:pointer}.dash-order-toggle:hover{border-color:#c9bfb4}.dash-order-arrow{width:6px;height:6px;border-right:2px solid #6b6158;border-bottom:2px solid #6b6158;transform:rotate(45deg);transition:transform .2s ease}.dash-order-toggle[aria-expanded=true] .dash-order-arrow{transform:rotate(-135deg)}.dash-filter-row{display:flex;flex-wrap:wrap;gap:8px}.dash-filter-button{border:1px solid #e0d7cc;background:#fff;color:#6b6158;font-size:12px;padding:6px 10px;border-radius:999px;cursor:pointer}.dash-filter-button:hover{border-color:#c9bfb4;color:#1f1b18}.dash-filter-button.active{background:#1f1b18;border-color:#1f1b18;color:#f7efe6}.dash-lines{display:grid;gap:4px;margin-top:6px}.dash-line{display:block;font-size:12px;color:#6b6158}.dash-meta{color:#6b6158;font-size:12px}.dash-empty{margin:0;color:#6b6158}.dash-span{grid-column:span 2}.dash-badges{display:flex;flex-wrap:wrap;gap:12px}.dash-badge{background:#1f1b18;color:#f7efe6;padding:8px 12px;border-radius:999px;font-size:12px}.dash-quick-actions{display:flex;gap:8px;flex-wrap:wrap}.dash-main-grid{display:grid;grid-template-columns:1fr 380px;gap:20px;align-items:start}@media(max-width:1024px){.dash-main-grid{grid-template-columns:1fr}}.dash-col{display:flex;flex-direction:column;gap:16px}.dash-section{background:#fff;border-radius:16px;border:1px solid #e8e2d8;padding:20px 22px;box-shadow:0 2px 12px #1414140f}.dash-section-title{margin:0 0 14px;font-size:14px;font-weight:700;color:#1f1b18;letter-spacing:.01em;display:flex;align-items:center}.kpi-sub{font-size:11px;color:#6b6158;margin:2px 0 0}.kpi-sub-alert{color:#b42318;font-weight:600}.dash-empty{padding:16px 0 6px;color:#6b6158;font-size:13px}.dash-empty-pass{color:#1d7d32;font-weight:500}.dash-wo-list{display:flex;flex-direction:column;gap:8px}.dash-wo-item{display:block;padding:10px 12px;border-radius:10px;border:1px solid #ede8e0;background:#faf8f5;text-decoration:none;transition:border-color .12s,background .12s}.dash-wo-item:hover{border-color:#c9bfb4;background:#f3ede4}.dash-wo-top{display:flex;align-items:center;gap:6px;margin-bottom:5px;flex-wrap:wrap}.dash-wo-status{font-size:11px;color:#6b6158;margin-left:auto}.dash-wo-title{margin:0 0 2px;font-size:13px;font-weight:600;color:#1f1b18}.dash-wo-target{margin:0;font-size:11px;color:#6b6158}.dash-view-more{display:block;text-align:center;font-size:12px;color:#c7633f;text-decoration:none;padding:8px 0 2px;font-weight:500}.dash-view-more:hover{text-decoration:underline}.dash-list-rows{display:flex;flex-direction:column;gap:0}.dash-maint-row{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:9px 0;border-bottom:1px solid #f0ece6}.dash-maint-row:last-child{border-bottom:none}.dash-maint-row--link{text-decoration:none;color:inherit;cursor:pointer;border-radius:6px;padding:9px 6px;margin:0 -6px;transition:background .15s}.dash-maint-row--link:hover{background:#f5f0ea}.dash-maint-info{flex:1;min-width:0}.dash-maint-due{display:flex;flex-direction:column;align-items:flex-end;gap:2px;flex-shrink:0}.dash-row-title{margin:0;font-size:13px;font-weight:600;color:#1f1b18;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dash-row-sub{margin:0;font-size:11px;color:#6b6158}.dash-due-badge{font-size:11px;font-weight:700;padding:2px 7px;border-radius:6px;background:#f0ece6;color:#6b6158}.dash-due-soon{background:#fef9c3;color:#713f12}.dash-due-urgent{background:#fee2e2;color:#b42318}.dash-insp-row{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:9px 0;border-bottom:1px solid #f0ece6;text-decoration:none}.dash-insp-row:last-child{border-bottom:none}.dash-insp-row:hover .dash-row-title{color:#c7633f}.dash-insp-info{flex:1;min-width:0}.inspection-header{display:flex;align-items:center;justify-content:space-between;gap:16px}.inspection-section{margin-top:28px}.inspection-section h2{margin-bottom:6px}.inspection-subtitle{margin:10px 0 12px;color:#6b6158;font-size:13px}.inspection-grid{display:grid;gap:12px;grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.inspection-tile{background:#fff;border-radius:16px;padding:14px;border:1px solid #ede8e0;display:grid;grid-template-columns:36px 1fr;gap:12px;text-align:left;cursor:pointer;box-shadow:0 4px 14px #14141412;transition:box-shadow .15s,transform .12s}.inspection-tile:hover{box-shadow:0 8px 24px #1414141c;transform:translateY(-2px)}.inspection-tile h3{margin:0;font-size:16px}.inspection-tile p{margin:4px 0 0;color:#6b6158;font-size:13px}.tile-icon{width:36px;height:36px;border-radius:12px;display:grid;place-items:center;background:#f4efe6;color:#c7633f;font-weight:700;text-transform:uppercase;font-size:12px}.tile-icon svg{width:20px;height:20px}.inspection-section-header{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:10px}.inspection-list{display:grid;gap:12px}.inspection-row{background:#fff;border-radius:16px;padding:12px 14px;display:flex;align-items:center;justify-content:space-between;gap:16px;box-shadow:0 12px 30px #1414140f}.inspection-title{margin:0;font-weight:600}.inspection-meta{margin:4px 0 0;color:#6b6158;font-size:12px}.status-chip{padding:5px 11px;border-radius:999px;font-size:11.5px;font-weight:700;text-transform:capitalize;letter-spacing:.01em;display:inline-flex;align-items:center;white-space:nowrap}.status-pass,.status-chip.status-pass{background:#e5f4e8;color:#1d7d32}.status-fail,.status-chip.status-fail{background:#fde3e3;color:#b42318}.status-warn,.status-chip.status-incomplete,.status-chip.status-na{background:#fff0da;color:#b66b17}.status-chip.status-pass{background:#e5f4e8;color:#1d7d32}.status-chip.status-fail{background:#fde3e3;color:#b42318}.status-chip.status-incomplete{background:#fff0da;color:#b66b17}.inspection-toolbar{margin-bottom:16px}.inspection-toolbar label{display:grid;gap:6px;font-size:13px;color:#6b6158}.inspection-toolbar select{padding:8px 10px;border-radius:10px;border:1px solid #e3dfd8;background:#fffaf2}.asset-card-button{border:none;text-align:left;cursor:pointer}.inspection-checklist{display:grid;gap:12px;margin:20px 0}.check-row{background:#fff;border-radius:14px;padding:12px 14px;display:grid;gap:12px;box-shadow:0 12px 24px #1414140f}.check-actions{display:flex;gap:10px;flex-wrap:wrap}.check-btn{border:1px solid #e3dfd8;background:#fffaf2;padding:6px 12px;border-radius:999px;cursor:pointer;font-size:12px}.check-btn.active{border-color:#c7633f;background:#f7e2d4;color:#7b3b23}.check-btn.pass.active{background:#e5f4e8;border-color:#1d7d32;color:#1d7d32}.check-btn.fail.active{background:#fde3e3;border-color:#b42318;color:#b42318}.inspection-notes{display:grid;gap:8px;margin-bottom:20px}.inspection-notes textarea{min-height:100px;border-radius:12px;border:1px solid #e3dfd8;padding:10px 12px;background:#fffaf2}.inspection-actions{display:flex;gap:12px;align-items:center}.primary-button,.ghost-button{padding:10px 18px;border-radius:12px;font-weight:600;border:none;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;transition:background .15s,box-shadow .15s,transform .1s}.primary-button{background:#c7633f;color:#fffaf2;box-shadow:0 2px 8px #c7633f47}.primary-button:hover:not(:disabled){background:#b5582e;box-shadow:0 4px 14px #c7633f61;transform:translateY(-1px)}.primary-button:active:not(:disabled){transform:translateY(0);box-shadow:0 1px 4px #c7633f40}.primary-button:disabled{opacity:.6;cursor:not-allowed}.ghost-button{border:1px solid #ddd7ce;background:#fff;color:#4b4138;box-shadow:0 1px 3px #1414140f}.ghost-button:hover:not(:disabled){background:#f5f0ea;border-color:#ccc5bb;box-shadow:0 2px 6px #14141417}.text-link{display:inline-flex;margin-top:20px;color:#7a4b3a;font-weight:600}.filter-chip{display:grid;gap:6px;font-size:12px;color:#6b6158}.filter-chip select{padding:6px 10px;border-radius:10px;border:1px solid #e3dfd8;background:#fffaf2}.inspection-notes-block{background:#fff;border-radius:16px;padding:14px;margin-bottom:16px;box-shadow:0 12px 24px #1414140f}.inspection-answer-list{display:grid;gap:12px}.inspection-answer{background:#fff;border-radius:14px;padding:12px 14px;display:flex;justify-content:space-between;gap:16px;box-shadow:0 12px 24px #1414140f}.materials-header{align-items:center}.materials-actions{display:flex;gap:10px;flex-wrap:wrap}.materials-stats{display:grid;gap:16px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-bottom:24px}.stat-card{background:#fff;border-radius:16px;padding:16px;box-shadow:0 12px 24px #1414140f}.stat-card p{margin:0;color:#6b6158;font-size:12px;text-transform:uppercase;letter-spacing:.06em}.stat-card h2{margin:8px 0 0;font-size:24px}.materials-grid{display:grid;gap:18px;grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}.materials-filters{display:grid;gap:12px;margin-bottom:20px}.materials-search input{width:100%;padding:12px 14px;border-radius:12px;border:1px solid #e3dfd8;background:#fffaf2}.materials-chips{display:flex;flex-wrap:wrap;gap:10px}.chip-button{border:1px solid #ddd7ce;background:#fff;color:#4b4138;padding:6px 14px;border-radius:999px;font-size:12px;font-weight:500;cursor:pointer;transition:background .15s,border-color .15s,box-shadow .15s}.chip-button:hover:not(.active){border-color:#c9bfb4;background:#f8f3ec}.chip-button.active{background:#c7633f;border-color:#c7633f;color:#fffaf2;box-shadow:0 2px 8px #c7633f4d}.materials-filter-row{display:flex;flex-wrap:wrap;gap:12px}.materials-filter-row label{display:grid;gap:6px;font-size:12px;color:#6b6158}.materials-filter-row select{padding:8px 10px;border-radius:10px;border:1px solid #e3dfd8;background:#fffaf2}.toggle-label{display:inline-flex;align-items:center;gap:8px;border:1px solid #e3dfd8;background:#fffaf2;border-radius:999px;padding:6px 12px;font-size:12px;color:#4b4138}.material-card{background:#fff;border-radius:18px;box-shadow:0 14px 30px #14141414;overflow:hidden;display:grid;grid-template-rows:140px 1fr;position:relative}.material-image{background:linear-gradient(135deg,#efe9df,#f7f1e8);border-bottom:1px solid #f0e9df;display:grid;place-items:center}.material-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.material-body{padding:16px;display:grid;gap:8px}.material-body h3{margin:0;font-size:16px}.material-meta{margin:0;color:#6b6158;font-size:12px}.material-tags{display:flex;flex-wrap:wrap;gap:8px;font-size:12px;color:#4b4138}.value-pill{background:#f3ece2;color:#4b4138;padding:4px 8px;border-radius:999px}.price-warning{display:inline-flex;align-items:center;gap:6px;background:#fde3e3;color:#b42318;padding:4px 8px;border-radius:999px;font-weight:600}.price-warning svg{width:14px;height:14px}.gear-button{border:1px solid #e3dfd8;background:#fffaf2;color:#4b4138;padding:4px 8px;border-radius:999px;cursor:pointer;display:inline-flex;align-items:center;gap:6px}.gear-button svg{width:14px;height:14px}.gear-fab{position:absolute;right:12px;bottom:12px}.tag-active{background:#e5f4e8;color:#1d7d32;padding:4px 8px;border-radius:999px}.tag-inactive{background:#fde3e3;color:#b42318;padding:4px 8px;border-radius:999px}.maintenance-header{align-items:center}.maintenance-list{display:grid;gap:14px}.maintenance-card{background:#fff;border-radius:16px;padding:14px 16px;display:flex;justify-content:space-between;gap:16px;box-shadow:0 12px 24px #1414140f}.maintenance-card h3{margin:0}.maintenance-meta{margin:6px 0 0;color:#6b6158;font-size:12px}.maintenance-tags{display:grid;gap:6px;align-content:start;text-align:right;font-size:12px;color:#4b4138}.maintenance-tabs{display:flex;gap:10px;flex-wrap:wrap}.tab-button{border:1px solid #ddd7ce;background:#fff;color:#4b4138;padding:8px 16px;border-radius:999px;cursor:pointer;font-weight:600;font-size:12px;transition:background .15s,border-color .15s,box-shadow .15s}.tab-button:hover:not(.active):not(.tab-button-alert){background:#f5f0ea;border-color:#c9bfb4}.tab-button.active{background:#c7633f;color:#fffaf2;border-color:#c7633f;box-shadow:0 2px 8px #c7633f4d}.modal-shell{position:fixed;inset:0;background:#08080873;display:grid;place-items:center;z-index:30}.modal-card{background:#fff;border-radius:18px;padding:20px;width:min(520px,92vw);display:grid;gap:16px;box-shadow:0 18px 40px #14141433}.modal-card header{display:flex;align-items:center;justify-content:space-between;gap:10px}.modal-grid{display:grid;gap:12px}.modal-grid label{display:grid;gap:6px;font-size:12px;color:#6b6158}.modal-grid input,.modal-grid select,.modal-grid textarea{padding:10px 12px;border-radius:10px;border:1px solid #ddd7ce;background:#fffaf2;transition:border-color .15s,box-shadow .15s}.modal-grid input:focus,.modal-grid select:focus,.modal-grid textarea:focus{outline:none;border-color:#c7633f;box-shadow:0 0 0 3px #c7633f1f}.vehicles-header{align-items:center}.vehicles-grid{display:grid;gap:16px;grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}.vehicle-card{background:#fff;border-radius:18px;padding:16px;box-shadow:0 12px 24px #1414140f;display:grid;gap:8px}.vehicle-header{display:flex;align-items:center;justify-content:space-between;gap:12px}.vehicle-plate{background:#1f1b18;color:#f7efe6;padding:6px 10px;border-radius:999px;font-size:12px}.vehicle-meta{margin:0;color:#6b6158;font-size:12px}.vehicle-notes{margin:0;font-size:12px;color:#4b4138}.restock-header{align-items:center}.restock-grid{display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.restock-panel{background:#fff;border-radius:18px;padding:18px;display:grid;gap:12px;box-shadow:0 12px 24px #1414140f}.restock-panel h2{margin:0}.restock-panel label{display:grid;gap:6px;font-size:12px;color:#6b6158}.restock-panel input,.restock-panel select,.restock-panel textarea{padding:10px 12px;border-radius:10px;border:1px solid #e3dfd8;background:#fffaf2}.restock-lines-header{display:flex;align-items:center;justify-content:space-between;gap:10px}.restock-lines{display:grid;gap:12px}.restock-line{display:grid;gap:10px;padding:12px;border-radius:12px;background:#f8f4ee}.restock-summary{display:flex;justify-content:space-between;margin-top:4px;font-weight:600}.jobs-header{align-items:center}.jobs-grid{display:grid;gap:18px;grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}.job-card{background:#fff;border-radius:18px;padding:16px;display:grid;gap:10px;box-shadow:0 12px 24px #1414140f}.job-card-header{display:flex;align-items:center;justify-content:space-between;gap:10px}.job-pill{background:#1f1b18;color:#f7efe6;padding:6px 10px;border-radius:999px;font-size:12px}.job-meta{margin:0;color:#6b6158;font-size:12px}.job-detail-header{align-items:center}.job-detail-grid{display:grid;gap:16px;grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}.job-detail-card{background:#fff;border-radius:18px;padding:16px;display:grid;gap:10px;box-shadow:0 12px 24px #1414140f}.order-list,.order-lines{display:grid;gap:10px}.order-row,.order-line{background:#f8f4ee;border-radius:12px;padding:12px;display:flex;justify-content:space-between;gap:12px}.map-header{align-items:center}.map-shell{background:#fff;border-radius:18px;box-shadow:0 12px 24px #1414140f;overflow:hidden}.jobs-map{height:70vh;width:100%}.map-filters{background:#fff;border-radius:18px;padding:14px;margin-bottom:16px;display:grid;gap:12px;box-shadow:0 12px 24px #1414140f}.map-filter-actions{display:flex;gap:10px;flex-wrap:wrap}.map-filter-list{display:grid;gap:10px;max-height:220px;overflow:auto}.shop-marker{background:transparent;border:none}.shop-marker-dot{width:16px;height:16px;background:#2563eb;border:3px solid #ffffff;border-radius:50%;box-shadow:0 6px 16px #2563eb73;display:block}.activity-header{align-items:center}.activity-grid{display:grid;gap:18px;grid-template-columns:repeat(auto-fit,minmax(260px,1fr))}.activity-card{background:#fff;border-radius:18px;padding:16px;box-shadow:0 12px 24px #1414140f;display:grid;gap:12px}.activity-card h2{font-size:16px;margin:0}.activity-list{list-style:none;padding:0;margin:0;display:grid;gap:12px}.activity-list li{background:#f8f4ee;border-radius:12px;padding:10px}.activity-title{margin:0;font-weight:600;font-size:13px}.activity-meta{margin:4px 0 0;color:#6b6158;font-size:11px}.activity-more{justify-self:start}.feed-list{display:grid;gap:6px}.feed-item{display:flex;align-items:center;gap:12px;background:#fff;border-radius:14px;padding:12px 16px;box-shadow:0 1px 5px #1414140d;border:1px solid #ede8e0;text-decoration:none;color:inherit;transition:box-shadow .15s,transform .1s,border-color .15s}a.feed-item:hover{box-shadow:0 4px 16px #14141417;border-color:#d8d1c7;transform:translateY(-1px)}.feed-type-badge{font-size:11px;font-weight:600;padding:3px 9px;border-radius:999px;flex-shrink:0;white-space:nowrap;width:86px;text-align:center}.feed-item-body{flex:1;min-width:0}.feed-item-title{margin:0;font-size:13px;font-weight:600;color:#1a1410;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.feed-item-sub{margin:2px 0 0;font-size:11px;color:#6b6158;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.feed-item-right{display:flex;align-items:center;gap:8px;flex-shrink:0}.feed-item-time{font-size:11px;color:#9ca3af;white-space:nowrap;min-width:52px;text-align:right}.activity-filter-count{background:#00000014;border-radius:999px;font-size:10px;font-weight:700;padding:1px 6px;margin-left:4px}.status-chip.status-open{background:#eef2ff;color:#3730a3}.status-chip.status-in-progress{background:#fff7ed;color:#c2410c}.status-chip.status-on-hold{background:#fff0da;color:#b66b17}.status-chip.status-completed{background:#e5f4e8;color:#1d7d32}.status-chip.status-cancelled{background:#f3f4f6;color:#6b7280}.status-chip.status-delivered{background:#e5f4e8;color:#1d7d32}.status-chip.status-transit{background:#e0f2fe;color:#0369a1}.asset-grid{display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.asset-card{background:#fff;border-radius:18px;box-shadow:0 18px 40px #14141414;overflow:hidden;display:grid;grid-template-rows:140px 1fr}.asset-image{background:linear-gradient(135deg,#efe9df,#f7f1e8);border-bottom:1px solid #f0e9df}.asset-body{padding:16px;display:grid;gap:8px}.asset-body h3{margin:0;font-size:16px}.asset-meta{margin:0;color:#6b6158;font-size:12px}.asset-tags{display:flex;flex-wrap:wrap;gap:8px;font-size:12px;color:#4b4138}.status-chip.status-pending{background:#eef2ff;color:#3730a3}.delivery-list{display:grid;gap:10px}.delivery-row{background:#fff;border-radius:16px;padding:14px 16px;box-shadow:0 8px 20px #1414140f;display:block;text-decoration:none;color:inherit;transition:box-shadow .15s ease}.delivery-row:hover{box-shadow:0 12px 28px #1414141f}.delivery-row-overdue{border-left:4px solid #b42318}.delivery-row-main{display:flex;align-items:center;justify-content:space-between;gap:16px}.delivery-row-title{margin:0;font-weight:600;font-size:15px}.delivery-meta{margin:3px 0 0;color:#6b6158;font-size:12px}.delivery-row-info{display:grid;gap:1px}.delivery-vehicle-row{display:flex;gap:10px;align-items:center}.delivery-vehicle-row select{flex:1;padding:10px 12px;border-radius:10px;border:1px solid #e3dfd8;background:#fffaf2}.delivery-advance{margin:20px 0}.equip-modal-meta{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:4px}.equip-modal-meta span{font-size:12px;color:#6b6158;background:#f5f0ea;padding:3px 10px;border-radius:99px}.kpi-card-warn{border-color:#f59e0b;background:#fffbeb}.kpi-card-warn .kpi-value{color:#b45309}.inv-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:20px}.inv-card{background:#fff;border-radius:16px;border:1px solid #e3dfd8;overflow:hidden;display:flex;flex-direction:column;transition:box-shadow .15s ease}.inv-card:hover{box-shadow:0 6px 24px #00000017}.inv-img-wrap{position:relative;aspect-ratio:4/3;background:#f5f0ea;overflow:hidden}.inv-img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.inv-img-placeholder{width:100%;height:100%;display:grid;place-items:center;font-size:40px;font-weight:700;color:#c7a891;background:#f5ede4;letter-spacing:-1px}.inv-badge{position:absolute;top:10px;left:10px;font-size:10px;font-weight:700;letter-spacing:.05em;text-transform:uppercase;padding:3px 8px;border-radius:99px;pointer-events:none}.inv-badge-out{background:#fee2e2;color:#b42318}.inv-badge-low{background:#fef3c7;color:#b45309}.inv-badge-inactive{background:#f3f4f6;color:#4b5563}.inv-body{padding:14px 16px 16px;display:flex;flex-direction:column;gap:4px;flex:1}.inv-name{margin:0;font-size:14px;font-weight:600;color:#1a1007;line-height:1.3;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.inv-meta{margin:0;font-size:11px;color:#9a8f82;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.inv-stock-row{display:flex;align-items:baseline;gap:4px;margin-top:6px}.inv-qty{font-size:15px;font-weight:700;color:#1a1007}.inv-target{font-size:12px;color:#9a8f82}.inv-bar-wrap{height:4px;background:#f0ebe4;border-radius:99px;overflow:hidden;margin-top:4px}.inv-bar{height:100%;border-radius:99px;transition:width .3s ease}.inv-bar-ok{background:#22c55e}.inv-bar-low{background:#f59e0b}.inv-bar-out{background:#ef4444}.inv-footer{display:flex;align-items:center;justify-content:space-between;margin-top:10px}.inv-price{font-size:12px;color:#6b6158;font-weight:500}.inv-price-missing{color:#c2b8ac;font-style:italic}.inv-edit-btn{font-size:12px;padding:4px 10px}.modal-card-wide{width:min(680px,92vw);max-height:90vh;overflow-y:auto}.team-stat-alert{border:1px solid #fca5a5;background:#fff5f5}.team-stat-alert p{color:#b42318}.header-actions{display:flex;gap:10px;align-items:center;flex-shrink:0}.modal-section-label{margin:8px 0 0;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:#8a7a6e;padding-bottom:4px;border-bottom:1px solid #ede8e0}.row-actions{display:flex;gap:6px;justify-content:flex-end}.danger-button{padding:8px 14px;border-radius:10px;font-weight:600;border:1px solid #fca5a5;background:#fff5f5;color:#b42318;cursor:pointer;font-size:13px;transition:background .15s}.danger-button:hover{background:#fee2e2}.danger-button:disabled{opacity:.6;cursor:wait}.modal-grid-2col{grid-template-columns:1fr 1fr}.modal-grid-full{grid-column:1 / -1}.address-suggestions{background:#fffaf2;border:1px solid #e3dfd8;border-radius:10px;box-shadow:0 8px 24px #1414141f;overflow:hidden;list-style:none;margin:0;padding:4px 0}.address-suggestion-item{padding:9px 12px;font-size:12px;cursor:pointer;color:#4b4138;line-height:1.4}.address-suggestion-item:hover{background:#f5ede0}.address-csz-row{display:grid;grid-template-columns:2fr 1fr 1fr;gap:12px}.address-csz-row label{display:grid;gap:6px;font-size:12px;color:#6b6158}.address-csz-row input{padding:10px 12px;border-radius:10px;border:1px solid #e3dfd8;background:#fffaf2}.required{color:#b42318}.modal-card-sm{width:min(400px,92vw)}.modal-body-text{margin:0;font-size:14px;color:#6b6158;line-height:1.6}.modal-actions{display:flex;gap:10px;justify-content:flex-end}.team-stats{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:24px}.team-stat-card{background:#fff;border-radius:14px;padding:14px 18px;box-shadow:0 8px 20px #1414140f;min-width:110px}.team-stat-card p{margin:0;font-size:11px;text-transform:uppercase;letter-spacing:.06em;color:#6b6158}.team-stat-card h2{margin:6px 0 0;font-size:22px}.team-grid{display:grid;gap:16px;grid-template-columns:repeat(auto-fill,minmax(260px,1fr))}.team-card{background:#fff;border-radius:18px;padding:18px;box-shadow:0 4px 16px #14141412;border:1px solid #ede8e0;display:grid;gap:12px;transition:box-shadow .15s,transform .12s}.team-card:hover{box-shadow:0 8px 24px #1414141a;transform:translateY(-2px)}.team-card-header{display:flex;align-items:center;gap:12px}.team-avatar{width:40px;height:40px;border-radius:50%;background:#f4efe6;color:#c7633f;font-weight:700;font-size:16px;display:grid;place-items:center;flex-shrink:0;overflow:hidden}.team-avatar-img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:50%}.onboarding-avatar-upload{display:flex;flex-direction:column;align-items:center;gap:6px;margin-bottom:8px}.onboarding-avatar-btn{position:relative;width:80px;height:80px;border-radius:50%;background:#f4efe6;border:2px dashed #c7633f;cursor:pointer;overflow:hidden;padding:0;display:grid;place-items:center}.onboarding-avatar-btn:hover .onboarding-avatar-overlay{opacity:1}.onboarding-avatar-placeholder{font-size:28px;font-weight:700;color:#c7633f;line-height:1}.onboarding-avatar-img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.onboarding-avatar-overlay{position:absolute;inset:0;background:#00000073;color:#fff;font-size:11px;font-weight:600;display:grid;place-items:center;opacity:0;transition:opacity .15s;border-radius:50%}.onboarding-avatar-hint{font-size:12px;color:#9b8d7e;margin:0}.team-info{flex:1;min-width:0}.team-info h3{margin:0;font-size:15px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.team-meta{margin:2px 0 0;color:#6b6158;font-size:12px}.team-details{display:grid;gap:4px}.team-detail{font-size:12px;color:#4b4138}.team-detail-empty{color:#a09589}.team-name-row{display:flex;align-items:center;gap:6px;flex-wrap:wrap}.team-badge-onboarding{font-size:10px;font-weight:600;padding:2px 7px;border-radius:999px;background:#fff0da;color:#b66b17;white-space:nowrap}.team-phone{color:#c7633f;font-weight:600;text-decoration:none}.team-phone:hover{text-decoration:underline}.team-card-actions{display:flex;gap:8px}.insp-section-title{margin:0 0 12px;font-size:16px;font-weight:600;color:#1a1410}.insp-row-fail,.insp-answer-fail{border-left:3px solid #b42318}.insp-action-bar{display:flex;align-items:center;justify-content:space-between;gap:16px;background:#fff5f5;border:1px solid #fca5a5;border-radius:14px;padding:14px 16px;flex-wrap:wrap}.insp-action-bar-success{background:#f0fdf4;border-color:#86efac}.insp-action-text{margin:0;font-size:14px;color:#6b6158}.maint-card-failure{border-left:3px solid #b42318}.maint-card-body{flex:1;min-width:0;display:grid;gap:4px}.maint-card-top{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;flex-wrap:wrap}.maint-card-top h3{margin:0}.maint-card-actions{display:flex;flex-direction:column;gap:6px;flex-shrink:0;align-items:flex-end}.maint-failure-label{margin:4px 0 0;font-size:12px;color:#b42318;font-weight:600}.maint-notes{font-style:italic;color:#9a8f82}.tab-button-alert{border-color:#fca5a5;color:#b42318}.tab-button-alert.active{background:#b42318;border-color:#b42318;color:#fff}@media(max-width:960px){.sidebar{position:fixed;width:248px;height:100vh;transform:translate(-100%);transition:transform .2s ease}.app-main{margin-left:0;width:100%;padding:20px}.sidebar-open .sidebar{transform:translate(0)}.sidebar-scrim{display:block;position:fixed;inset:0;background:#0a0a0a80;opacity:0;pointer-events:none;border:none;z-index:15}.sidebar-open .sidebar-scrim{opacity:1;pointer-events:auto}.sidebar-close{display:block}.mobile-header{display:flex;align-items:center;gap:16px;margin-bottom:24px}.mobile-menu{width:40px;height:40px;border-radius:10px;border:1px solid #e0d7ca;background:#fff;display:grid;place-content:center;gap:5px;cursor:pointer}.mobile-menu span{width:18px;height:2px;background:#3a312b;display:block}.mobile-brand{margin:0;font-weight:600;font-size:15px}.mobile-subtitle{margin:2px 0 0;font-size:11px;color:#8a7a6e}.dash-grid{grid-template-columns:1fr}.dash-span{grid-column:span 1}.kpi-row{gap:8px}.kpi-card{min-width:90px;padding:12px 14px}.data-table th,.data-table td{padding:10px 12px}}.line-item-cell{display:flex;align-items:center;gap:12px}.line-item-thumb{flex-shrink:0;width:44px;height:44px;border-radius:8px;overflow:hidden;background:#f4efe6;border:1px solid #ece6de}.line-item-thumb img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.item-unit-badge{display:inline-block;margin-left:7px;padding:1px 7px;border-radius:999px;font-size:11px;font-weight:500;background:#ece6de;color:#6b5c52;vertical-align:middle;line-height:1.6;white-space:nowrap}.line-item-thumb-placeholder{display:block;width:100%;height:100%;background:linear-gradient(135deg,#ece6de,#ddd5ca)}.modal-overlay{position:fixed;inset:0;background:#00000073;display:flex;align-items:center;justify-content:center;z-index:200;padding:16px}.modal-card{background:#fff;border-radius:12px;width:100%;max-width:440px;box-shadow:0 8px 32px #0000002e;display:flex;flex-direction:column;overflow:hidden}.modal-header{display:flex;align-items:center;justify-content:space-between;padding:20px 24px 16px;border-bottom:1px solid #ece6de}.modal-header h2{margin:0;font-size:18px;font-weight:700;color:#2c2419}.modal-close{background:none;border:none;cursor:pointer;font-size:18px;color:#8a7a6e;padding:4px 8px;border-radius:6px;line-height:1;transition:background .15s,color .15s}.modal-close:hover{background:#f4efe6;color:#2c2419}.modal-body{padding:20px 24px;display:flex;flex-direction:column;gap:14px}.modal-row{display:flex;align-items:center;justify-content:space-between;gap:12px}.modal-label{font-size:13px;color:#8a7a6e;font-weight:500;flex-shrink:0}.modal-value{font-size:14px;color:#2c2419;font-weight:500;text-align:right}.modal-footer{padding:16px 24px 20px;border-top:1px solid #ece6de;display:flex;justify-content:flex-end}.ov-root{font-family:Poppins,sans-serif;background:#f4f6fb;color:#1a2233;min-height:100vh}.ov-hero{background:linear-gradient(135deg,#1a3361,#0f2347);color:#fff;padding:80px 20px 72px;text-align:center;-webkit-print-color-adjust:exact;print-color-adjust:exact}.ov-hero-inner{max-width:720px;margin:0 auto}.ov-eyebrow{font-size:13px;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:#f5c200;margin:0 0 14px}.ov-title{font-size:72px;font-weight:800;color:#fff;margin:0;letter-spacing:-.02em;line-height:1}.ov-subtitle{font-size:20px;font-weight:400;color:#ffffffb3;margin:10px 0 28px;letter-spacing:.06em}.ov-tagline{font-size:16px;color:#ffffffd9;margin:0 0 36px;line-height:1.7}.ov-tags{display:flex;gap:12px;justify-content:center;flex-wrap:wrap}.ov-tag{background:#f5c20024;border:1px solid rgba(245,194,0,.4);color:#f5c200;padding:6px 16px;border-radius:999px;font-size:13px;font-weight:500;-webkit-print-color-adjust:exact;print-color-adjust:exact}.ov-body{max-width:960px;margin:0 auto;padding:64px 24px 80px;display:grid;gap:72px}.ov-section{display:grid;gap:28px}.ov-section-hd{display:grid;gap:10px}.ov-section-hd h2{font-size:24px;font-weight:700;color:#1a3361;margin:0 0 2px;padding-bottom:12px;border-bottom:3px solid #f5c200;display:inline-block}.ov-section-hd p{color:#4b5568;font-size:15px;line-height:1.7;margin:0;max-width:700px}.ov-problem-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:16px}.ov-problem-card{background:#fff;border-radius:14px;padding:20px;box-shadow:0 4px 16px #1a336114;display:grid;gap:8px;align-content:start}.ov-problem-bar{width:32px;height:4px;background:#f5c200;border-radius:2px;-webkit-print-color-adjust:exact;print-color-adjust:exact}.ov-problem-card h3{font-size:15px;font-weight:700;color:#1a3361;margin:0}.ov-problem-card p{font-size:14px;color:#4b5568;line-height:1.65;margin:0}.ov-arch{display:flex;align-items:center;gap:0;background:#fff;border-radius:16px;padding:36px 28px;box-shadow:0 4px 16px #1a336114}.ov-arch-box{flex:1;text-align:center;background:#1a3361;border-radius:12px;padding:22px 16px;-webkit-print-color-adjust:exact;print-color-adjust:exact}.ov-arch-box-title{font-size:15px;font-weight:700;color:#fff}.ov-arch-box-sub{font-size:12px;color:#fff9;margin-top:4px}.ov-arch-connector{display:flex;align-items:center;gap:10px;padding:0 20px}.ov-arch-arrow{font-size:22px;color:#1a3361;font-weight:700;line-height:1}.ov-arch-db{text-align:center;padding:16px 22px;background:#f5c200;border-radius:12px;-webkit-print-color-adjust:exact;print-color-adjust:exact}.ov-arch-db-title{font-size:14px;font-weight:700;color:#1a3361}.ov-arch-db-sub{font-size:11px;color:#1a3361bf;margin-top:3px}.ov-feature-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:16px}.ov-feature-card{background:#fff;border-radius:14px;padding:22px;box-shadow:0 4px 16px #1a336114;display:grid;gap:12px;align-content:start}.ov-feature-card h3{font-size:15px;font-weight:700;color:#1a3361;margin:0;padding-bottom:10px;border-bottom:2px solid #edf2fb}.ov-feature-card ul{margin:0;padding-left:18px;display:grid;gap:7px}.ov-feature-card li{font-size:13.5px;color:#4b5568;line-height:1.55}.ov-table-wrap{overflow-x:auto;border-radius:14px;box-shadow:0 4px 16px #1a336114}.ov-table{width:100%;border-collapse:collapse;background:#fff;border-radius:14px;overflow:hidden}.ov-table thead tr{background:#1a3361;-webkit-print-color-adjust:exact;print-color-adjust:exact}.ov-table thead th{padding:14px 20px;text-align:left;font-size:12px;font-weight:600;color:#fff;letter-spacing:.06em;text-transform:uppercase}.ov-table tbody tr{border-bottom:1px solid #edf2fb}.ov-table tbody tr:last-child{border-bottom:none}.ov-table td{padding:14px 20px;font-size:14px;color:#2d3748;vertical-align:top;line-height:1.55}.ov-tr-highlight{background:#eef4ff;-webkit-print-color-adjust:exact;print-color-adjust:exact}.ov-tr-highlight td{color:#1a3361}.ov-td-note{display:block;font-size:12px;color:#6b7280;margin-top:3px}.ov-cost-free strong{color:#1d7d32}.ov-cost-notes{display:grid;gap:10px}.ov-cost-note{background:#fff;border-left:4px solid #f5c200;padding:13px 18px;border-radius:0 10px 10px 0;font-size:14px;color:#4b5568;line-height:1.65;box-shadow:0 2px 8px #1a33610f;-webkit-print-color-adjust:exact;print-color-adjust:exact}.ov-cost-note strong{color:#1a3361}.ov-roadmap-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(210px,1fr));gap:16px}.ov-roadmap-card{background:#fff;border-radius:14px;padding:24px;box-shadow:0 4px 16px #1a336114;display:grid;gap:10px;align-content:start}.ov-roadmap-num{font-size:30px;font-weight:800;color:#f5c200;line-height:1;-webkit-print-color-adjust:exact;print-color-adjust:exact}.ov-roadmap-card h3{font-size:15px;font-weight:700;color:#1a3361;margin:0}.ov-roadmap-card p{font-size:13.5px;color:#4b5568;line-height:1.65;margin:0}.ov-footer{background:#1a3361;color:#ffffff8c;text-align:center;padding:36px 24px;-webkit-print-color-adjust:exact;print-color-adjust:exact}.ov-footer p{margin:5px 0;font-size:13px}.ov-footer strong{color:#fff}.ov-cost-split{display:grid;grid-template-columns:1fr 1fr;gap:20px}@media(max-width:720px){.ov-cost-split{grid-template-columns:1fr}}.ov-table-label{font-size:12px;font-weight:700;color:#1a3361;text-transform:uppercase;letter-spacing:.08em;margin:0 0 10px}.ov-callout{border-radius:16px;background:#1a3361;padding:32px;-webkit-print-color-adjust:exact;print-color-adjust:exact}.ov-callout-inner{display:grid;gap:20px}.ov-callout-label{font-size:13px;color:#ffffffa6;margin:0;text-align:center;text-transform:uppercase;letter-spacing:.08em}.ov-callout-numbers{display:flex;align-items:center;justify-content:center;gap:24px;flex-wrap:wrap}.ov-callout-stat{display:flex;flex-direction:column;align-items:center;gap:4px}.ov-callout-value{font-size:26px;font-weight:800;color:#f5c200;-webkit-print-color-adjust:exact;print-color-adjust:exact}.ov-callout-sub{font-size:12px;color:#fff9;text-align:center}.ov-callout-divider{width:1px;height:48px;background:#ffffff26}.ov-collab-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}@media(max-width:720px){.ov-collab-grid{grid-template-columns:1fr}}.ov-collab-card{background:#fff;border-radius:14px;padding:24px;box-shadow:0 4px 16px #1a336114;display:grid;gap:12px;align-content:start}.ov-collab-card h3{font-size:15px;font-weight:700;color:#1a3361;margin:0;padding-bottom:10px;border-bottom:2px solid #edf2fb}.ov-collab-card p{font-size:14px;color:#4b5568;line-height:1.65;margin:0}.ov-integration-list{margin:4px 0 0;padding-left:18px;display:grid;gap:8px}.ov-integration-list li{font-size:13.5px;color:#4b5568;line-height:1.55}.ov-version-grid{display:grid;grid-template-columns:1fr auto 1fr;gap:16px;align-items:start}@media(max-width:720px){.ov-version-grid{grid-template-columns:1fr}.ov-version-arrow{display:none}}.ov-version-card{background:#fff;border-radius:14px;padding:24px;box-shadow:0 4px 16px #1a336114;display:grid;gap:12px;align-content:start}.ov-version-badge{display:inline-block;padding:4px 12px;border-radius:999px;font-size:12px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;-webkit-print-color-adjust:exact;print-color-adjust:exact}.ov-version-v1 .ov-version-badge{background:#edf2fb;color:#1a3361}.ov-version-v2 .ov-version-badge{background:#f5c200;color:#1a3361}.ov-version-card h3{font-size:15px;font-weight:700;color:#1a3361;margin:0}.ov-version-desc{font-size:13.5px;color:#6b7280;line-height:1.6;margin:0;padding-bottom:12px;border-bottom:2px solid #edf2fb}.ov-version-card ul{margin:0;padding-left:18px;display:grid;gap:7px}.ov-version-card li{font-size:13.5px;color:#4b5568;line-height:1.5}.ov-version-arrow{font-size:28px;font-weight:700;color:#f5c200;padding-top:80px;text-align:center;-webkit-print-color-adjust:exact;print-color-adjust:exact}.ov-potential-callout{background:#f0f7ff;border-radius:14px;padding:28px;display:grid;gap:14px;border-left:5px solid #1a3361;-webkit-print-color-adjust:exact;print-color-adjust:exact}.ov-potential-callout h3{font-size:16px;font-weight:700;color:#1a3361;margin:0}.ov-potential-callout p{font-size:14px;color:#374151;line-height:1.7;margin:0}@media print{.ov-root{background:#fff}.ov-hero,.ov-arch-box,.ov-arch-db,.ov-problem-bar,.ov-table thead tr,.ov-tr-highlight,.ov-cost-note,.ov-tag,.ov-roadmap-num,.ov-footer{-webkit-print-color-adjust:exact;print-color-adjust:exact}.ov-section{-moz-column-break-inside:avoid;break-inside:avoid}.ov-body{padding:32px 20px;gap:48px}.ov-hero{padding:48px 20px}}.docs-root{font-family:Poppins,sans-serif;background:#f4f6fb;color:#1a2233;min-height:100%}.docs-header{background:linear-gradient(135deg,#1a3361,#0f2347);padding:40px 32px 36px}.docs-title{font-size:28px;font-weight:800;color:#fff;margin:0 0 8px}.docs-subtitle{font-size:14px;color:#ffffffb3;margin:0}.docs-tabs-wrap{background:#fff;border-bottom:1px solid #e5eaf5;position:sticky;top:0;z-index:10;box-shadow:0 2px 8px #1a336112}.docs-tabs{display:flex;overflow-x:auto;gap:0;padding:0 16px;scrollbar-width:none}.docs-tabs::-webkit-scrollbar{display:none}.docs-tab-btn{flex-shrink:0;padding:14px 18px;font-size:13px;font-weight:600;color:#6b7280;background:none;border:none;border-bottom:3px solid transparent;cursor:pointer;white-space:nowrap;transition:color .15s,border-color .15s;font-family:inherit}.docs-tab-btn:hover{color:#1a3361}.docs-tab-btn.active{color:#1a3361;border-bottom-color:#f5c200}.docs-body{max-width:900px;margin:0 auto;padding:40px 24px 64px}.docs-tab-content{display:grid;gap:52px}.docs-section{display:grid;gap:20px}.docs-section-hd{display:grid;gap:8px}.docs-section-hd h2{font-size:18px;font-weight:700;color:#1a3361;margin:0;padding-bottom:10px;border-bottom:3px solid #f5c200;display:inline-block}.docs-section-hd p{font-size:14px;color:#4b5568;line-height:1.7;margin:0;max-width:700px}.docs-card-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:14px}.docs-card-grid--5{grid-template-columns:repeat(auto-fit,minmax(160px,1fr))}.docs-card{background:#fff;border-radius:12px;padding:20px;box-shadow:0 3px 12px #1a336114;display:grid;gap:8px;align-content:start}.docs-card--compact{padding:16px}.docs-card h3{font-size:14px;font-weight:700;color:#1a3361;margin:0}.docs-card p{font-size:13.5px;color:#4b5568;line-height:1.6;margin:0}.docs-crosslink-card{background:#fff;border-radius:12px;padding:20px;box-shadow:0 3px 12px #1a336114;display:grid;gap:10px;align-content:start}.docs-crosslink-bar{width:32px;height:4px;background:#f5c200;border-radius:2px}.docs-crosslink-card h3{font-size:14px;font-weight:700;color:#1a3361;margin:0}.docs-crosslink-card p{font-size:13.5px;color:#4b5568;line-height:1.65;margin:0}.docs-flow{display:flex;align-items:center;flex-wrap:wrap;gap:8px;background:#fff;border-radius:12px;padding:20px 24px;box-shadow:0 3px 12px #1a336114}.docs-flow-step{background:#1a3361;color:#fff;padding:7px 14px;border-radius:8px;font-size:13px;font-weight:600;white-space:nowrap}.docs-flow-arrow{color:#f5c200;font-weight:700;font-size:18px;line-height:1}.docs-pill-list{display:flex;flex-wrap:wrap;gap:8px}.docs-pill{background:#edf2fb;color:#1a3361;padding:6px 14px;border-radius:999px;font-size:13px;font-weight:600}.docs-steps{display:grid;gap:12px}.docs-step-row{display:flex;gap:14px;align-items:flex-start;background:#fff;border-radius:10px;padding:14px 16px;box-shadow:0 2px 8px #1a33610f}.docs-step-num{flex-shrink:0;width:26px;height:26px;background:#f5c200;color:#1a3361;border-radius:50%;font-size:13px;font-weight:800;display:flex;align-items:center;justify-content:center;margin-top:1px}.docs-step-body{flex:1;display:grid;gap:4px}.docs-step-body strong{font-size:14px;color:#1a3361;display:block}.docs-step-body p{font-size:13.5px;color:#4b5568;line-height:1.6;margin:0}.docs-callout{background:#f0f7ff;border-left:4px solid #1a3361;border-radius:0 10px 10px 0;padding:14px 18px;font-size:14px;color:#374151;line-height:1.65}.docs-callout strong{color:#1a3361}.docs-table-wrap{overflow-x:auto;border-radius:12px;box-shadow:0 3px 12px #1a336114}.docs-table{width:100%;border-collapse:collapse;background:#fff;border-radius:12px;overflow:hidden}.docs-table thead tr{background:#1a3361}.docs-table thead th{padding:12px 16px;text-align:left;font-size:11px;font-weight:700;color:#fff;letter-spacing:.07em;text-transform:uppercase;white-space:nowrap}.docs-table tbody tr{border-bottom:1px solid #edf2fb}.docs-table tbody tr:last-child{border-bottom:none}.docs-table td{padding:12px 16px;font-size:13.5px;color:#2d3748;vertical-align:top;line-height:1.55}.docs-table--roles thead th:not(:first-child),.docs-table--roles td:not(:first-child){text-align:center;white-space:nowrap}.docs-perm-yes{color:#1d7d32;font-weight:700;font-size:15px!important}.docs-perm-no{color:#9ca3af}.docs-code{background:#edf2fb;color:#1a3361;padding:2px 7px;border-radius:5px;font-size:12.5px;font-family:ui-monospace,SFMono-Regular,monospace}.docs-aside{font-size:13px;color:#6b7280;margin:0;line-height:1.6}@media(max-width:640px){.docs-header{padding:28px 20px 24px}.docs-body{padding:28px 16px 48px}.docs-tab-btn{padding:12px;font-size:12px}.docs-flow-step{font-size:12px;padding:6px 10px}}.safety-zone{border:1.5px solid #f59e0b;border-radius:12px;padding:18px;background:#fffbeb}.safety-zone-hd{display:flex;align-items:center;gap:8px;margin-bottom:16px}.safety-badge{font-size:11px;font-weight:700;letter-spacing:.05em;padding:2px 8px;border-radius:4px;background:#f59e0b;color:#fff}.safety-badge--red{background:#ef4444}.safety-callout{margin-top:14px;padding:10px 14px;background:#fef3c7;border-radius:8px;font-size:13px;color:#92400e;line-height:1.5}.safety-callout a{color:#b45309;font-weight:600;text-decoration:underline}.inspection-tile--safety{border-top:2px solid #f59e0b}.tile-icon--safety{background:#fef3c7;color:#b45309}.safety-empty-state{padding:16px 20px;background:#f9fafb;border-radius:10px;font-size:14px;color:#6b7280}.safety-empty-state p{margin:0}.hold-board{display:flex;flex-direction:column;gap:8px}.hold-row{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;background:#fff5f5;border:1px solid #fca5a5;border-left:4px solid #ef4444;border-radius:10px;gap:12px;flex-wrap:wrap}.hold-row-info h3{font-size:14px;font-weight:600;margin:0 0 3px;color:#111}.hold-row-info p{font-size:12px;color:#6b7280;margin:0}.hold-row-actions{display:flex;gap:8px;align-items:center;flex-shrink:0}.hold-row-no-wo{border-color:#f59e0b!important;color:#b45309!important;background:#fffbeb!important}.hold-row-no-wo:hover{background:#fef3c7!important}.ppe-summary-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(190px,1fr));gap:10px}.ppe-type-card{padding:14px 16px;border-radius:10px;border:1px solid #e5e7eb;border-left-width:4px;background:#fff}.ppe-type-card--good{border-left-color:#16a34a}.ppe-type-card--warn{border-left-color:#f59e0b}.ppe-type-card--bad{border-left-color:#ef4444}.ppe-type-card--none{border-left-color:#d1d5db}.ppe-type-name{font-size:12px;font-weight:600;margin:0 0 8px;color:#374151}.ppe-type-stat{font-size:24px;font-weight:700;margin:0 0 4px;line-height:1}.ppe-type-meta{font-size:11px;color:#6b7280;margin:0}.corrective-list{display:flex;flex-direction:column;gap:8px}.corrective-row{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;background:#fff;border:1px solid #e5e7eb;border-left:4px solid #f59e0b;border-radius:10px;gap:12px}.corrective-row-info{flex:1;min-width:0}.corrective-row-info h3{font-size:14px;font-weight:600;margin:0 0 3px;color:#111;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.corrective-row-info p{font-size:12px;color:#6b7280;margin:0}.maint-source-link{display:inline-block;margin-top:6px;font-size:12px;color:#c7633f;text-decoration:underline;font-weight:500}.maint-card-resolved{opacity:.75;border-color:#d1fae5;background:#f9fefb}.maint-resolved-label{font-size:12px;font-weight:600;color:#16a34a;margin:4px 0 0}.pill-open{background:#fee2e2;color:#b42318;font-weight:700}.pill-resolved{background:#d1fae5;color:#166534;font-weight:700}.ppe-type-card{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;text-align:left;transition:box-shadow .15s,outline .1s}.ppe-type-card:hover{box-shadow:0 2px 10px #0000001a}.ppe-type-card--selected{outline:2px solid #c7633f;outline-offset:2px}.ppe-card-header{display:flex;align-items:flex-start;justify-content:space-between;gap:6px;margin-bottom:8px}.ppe-card-header .ppe-type-name{margin:0}.ppe-inspect-link{font-size:11px;color:#c7633f;text-decoration:none;white-space:nowrap;font-weight:600;flex-shrink:0;margin-top:1px}.ppe-inspect-link:hover{text-decoration:underline}.safety-empty-state--good{background:#f0fdf4;border-color:#86efac}.safety-empty-state--good p{color:#16a34a}.safety-insp-row{display:flex;align-items:center;gap:12px;padding:12px 14px;background:#fff;border-radius:10px;border:1px solid #e5e7eb;box-shadow:0 1px 3px #0000000d}.safety-insp-row--fail{border-left:3px solid #b42318;background:#fff8f8}.safety-insp-main{flex:1;min-width:0;text-decoration:none;color:inherit}.safety-insp-main:hover .inspection-title{text-decoration:underline}.safety-insp-right{display:flex;align-items:center;gap:8px;flex-shrink:0;flex-wrap:wrap;justify-content:flex-end}.safety-insp-action-btn{font-size:12px;padding:4px 10px;white-space:nowrap}.safety-insp-action-btn--warn{color:#b42318;border-color:#fca5a5}.insp-section-filter-label{font-weight:400;font-size:13px;margin-left:6px;color:#6b7280}.insp-section-count{font-size:13px;color:#6b7280}.ppe-asset-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:7px}.ppe-asset-card{display:flex;align-items:center;gap:10px;padding:10px 12px;background:#fff;border:1px solid #e5e7eb;border-radius:8px}.ppe-asset-card--hold{border-left:3px solid #ef4444;background:#fff5f5}.ppe-asset-card--uninspected{border-left:3px solid #d1d5db}.ppe-asset-info{flex:1;min-width:0}.ppe-asset-name{font-size:13px;font-weight:600;margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#111}.ppe-asset-tag{font-size:11px;color:#6b7280;margin:2px 0 0}.ppe-asset-status{display:flex;align-items:center;gap:6px;flex-shrink:0}.ppe-asset-date{font-size:11px;color:#6b7280}.ppe-asset-uninspected{font-size:11px;color:#9ca3af;font-style:italic}.ppe-asset-assignee{font-size:11px;color:#c7633f;font-weight:500;margin:2px 0 0}.ppe-asset-status-stack{display:flex;flex-direction:column;align-items:flex-end;gap:2px}.ppe-asset-uptodate{font-size:12px;font-weight:600;color:#16a34a}.ppe-asset-reinspect{font-size:11px;color:#6b7280}.wo-view-switcher{display:flex;gap:3px;background:#f0ede8;border-radius:10px;padding:3px;width:-moz-fit-content;width:fit-content;margin-bottom:2px}.wo-view-tab{display:flex;align-items:center;gap:8px;padding:8px 20px;border-radius:8px;font-size:13px;font-weight:600;color:#6b7280;border:none;background:transparent;cursor:pointer;transition:background .15s,color .15s;font-family:inherit}.wo-view-tab.active{background:#fff;color:#111;box-shadow:0 1px 4px #0000001a}.wo-view-tab:hover:not(.active){color:#374151}.wo-tab-badge{background:#b42318;color:#fff;border-radius:99px;font-size:11px;font-weight:700;min-width:18px;height:18px;display:inline-flex;align-items:center;justify-content:center;padding:0 5px}.wo-view{margin-top:6px}.wo-alert-bar{display:flex;align-items:center;gap:10px;padding:10px 16px;background:#fee2e2;border:1px solid #fca5a5;border-radius:8px;font-size:13px;color:#7f1d1d}.wo-alert-icon{font-size:15px;flex-shrink:0}.info-tooltip{position:relative;display:inline-flex;align-items:center;margin-left:2px}.info-tooltip-icon{width:15px;height:15px;border-radius:50%;border:1.5px solid currentColor;font-size:9px;font-weight:700;font-style:normal;display:inline-flex;align-items:center;justify-content:center;cursor:default;opacity:.65;flex-shrink:0;-webkit-user-select:none;-moz-user-select:none;user-select:none}.info-tooltip-icon:hover,.info-tooltip-icon:focus{opacity:1;outline:none}.info-tooltip-text{position:absolute;bottom:calc(100% + 8px);left:50%;transform:translate(-50%);background:#1c1c1c;color:#f5f5f5;font-size:12px;font-weight:400;line-height:1.5;padding:9px 12px;border-radius:7px;width:240px;pointer-events:none;opacity:0;transition:opacity .15s ease;white-space:normal;z-index:200;box-shadow:0 4px 12px #00000040}.info-tooltip-text:after{content:"";position:absolute;top:100%;left:50%;transform:translate(-50%);border:5px solid transparent;border-top-color:#1c1c1c}.info-tooltip:hover .info-tooltip-text,.info-tooltip-icon:focus~.info-tooltip-text{opacity:1}.wo-board{display:flex;flex-direction:column;gap:12px}.wo-card{background:#fff;border-radius:12px;border:1px solid #e2e0dc;border-left-width:5px;box-shadow:0 2px 8px #0000000f;transition:box-shadow .15s ease,transform .12s ease}.wo-card:hover{box-shadow:0 6px 18px #0000001a;transform:translateY(-1px)}.wo-card--critical{border-left-color:#b42318}.wo-card--high{border-left-color:#c7633f}.wo-card--standard{border-left-color:#9ca3af}.wo-card--resolved{opacity:.72;border-left-color:#16a34a}.wo-card-inner{padding:16px 18px}.wo-card-title-row{display:flex;align-items:center;gap:6px;margin-bottom:10px;flex-wrap:wrap}.wo-priority-badge{font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.07em;padding:2px 8px;border-radius:4px;flex-shrink:0}.wo-priority--critical{background:#fee2e2;color:#7f1d1d}.wo-priority--high{background:#fef3c7;color:#78350f}.wo-priority--standard{background:#f3f4f6;color:#374151}.wo-card-title{font-size:15px;font-weight:700;margin:0 0 3px;color:#111}.wo-card-target{font-size:13px;color:#374151;margin:0 0 10px;font-weight:500}.wo-card-meta{display:flex;flex-wrap:wrap;align-items:center;gap:0;font-size:12px;color:#6b7280;margin-bottom:12px}.wo-card-meta span+span:before{content:" · "}.wo-days-open{font-size:11px;font-weight:700;padding:2px 8px;border-radius:4px;background:#f3f4f6;color:#374151;flex-shrink:0}.wo-days-open--warn{background:#fef3c7;color:#78350f}.wo-days-open--urgent{background:#fee2e2;color:#7f1d1d}.wo-id-badge{font-size:11px;font-weight:800;letter-spacing:.09em;text-transform:uppercase;padding:3px 9px;border-radius:4px;background:#1e293b;color:#f1f5f9;font-family:inherit;line-height:1.4;flex-shrink:0}.wo-source-label{display:inline-flex;align-items:center;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.07em;padding:2px 7px;border-radius:4px;background:#eff6ff;color:#1d4ed8;flex-shrink:0;line-height:1.4}.wo-source-label--failure{background:#fff1f2;color:#9f1239}.wo-reinspect-pill{display:inline-flex;align-items:center;gap:5px;font-size:11px;font-weight:600;padding:4px 10px;border-radius:6px;background:#fffbeb;color:#92400e;border:1px solid #fcd34d;margin-bottom:10px;width:-moz-fit-content;width:fit-content}.wo-reinspect-icon{font-size:13px;line-height:1;opacity:.85}.wo-reinspect-pill--detail{font-size:12px;font-weight:600;padding:5px 12px;margin-top:10px;margin-bottom:0;border-radius:6px}.wo-resolved-block{padding:8px 10px;background:#f0fdf4;border-radius:6px;margin-bottom:10px}.wo-resolved-date{font-size:11px;font-weight:700;color:#16a34a;margin:0 0 3px}.wo-resolved-notes{font-size:12px;color:#374151;margin:0}.wo-source-link{display:inline-block;font-size:12px;color:#c7633f;text-decoration:underline;font-weight:500;margin-bottom:12px}.wo-card-actions{display:flex;align-items:center;gap:8px;flex-wrap:wrap;padding-top:10px;border-top:1px solid #f3f4f6}.wo-card-delete-btn{font-size:11px;font-weight:500;color:#9ca3af;background:transparent;border:none;cursor:pointer;padding:4px 6px;border-radius:4px;font-family:inherit;transition:color .15s,background .15s}.wo-card-delete-btn:hover{color:#b91c1c;background:#fef2f2}.wo-empty{padding:48px 24px;text-align:center;background:#fff;border-radius:10px;border:1px dashed #d1d5db}.wo-empty-icon{font-size:28px;color:#16a34a;margin:0 0 6px}.wo-empty-title{font-size:16px;font-weight:700;color:#16a34a;margin:0 0 4px}.wo-empty-sub{font-size:13px;color:#6b7280;margin:0}.service-log-list{display:flex;flex-direction:column;gap:8px}.service-log-row{display:flex;align-items:flex-start;gap:14px;padding:12px 16px;background:#fff;border:1px solid #e5e7eb;border-radius:10px;box-shadow:0 1px 3px #0000000a}.service-log-info{flex:1;min-width:0}.service-log-top{display:flex;align-items:baseline;gap:10px;flex-wrap:wrap;margin-bottom:3px}.service-log-top h3{font-size:14px;font-weight:600;margin:0;color:#111}.service-log-pills{display:flex;gap:6px;flex-wrap:wrap}.service-log-meta{font-size:12px;color:#6b7280;margin:2px 0 0}.service-log-notes{font-style:italic;color:#9ca3af}.service-log-actions{display:flex;gap:6px;flex-shrink:0;align-items:center;padding-top:2px}.wo-detail-back{margin-bottom:14px}.wo-detail-header{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;margin-bottom:28px;flex-wrap:wrap}.wo-detail-header-left{flex:1;min-width:0}.wo-detail-title-row{display:flex;align-items:center;gap:7px;flex-wrap:wrap;margin-bottom:10px}.wo-detail-title{font-size:22px;font-weight:800;color:#1a1410;margin:0 0 4px;line-height:1.2}.wo-detail-target{font-size:15px;font-weight:600;color:#4b4138;margin:0 0 4px}.wo-detail-meta{display:flex;align-items:center;flex-wrap:wrap;gap:6px;font-size:12px;color:#8a7a6e;margin:4px 0 0}.wo-detail-meta span+span:not(.wo-source-label):before{content:"·";margin-right:6px;opacity:.5}.wo-detail-section{background:#fff;border:1px solid #e5e0da;border-radius:12px;padding:20px 22px;margin-bottom:16px}.wo-detail-section-header{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:14px}.wo-detail-section-title{font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:#6b6158;margin:0 0 14px;display:flex;align-items:center;gap:8px}.wo-detail-section-header .wo-detail-section-title{margin-bottom:0}.wo-detail-section-badge{font-size:11px;font-weight:700;background:#e8f0fe;color:#1a56db;padding:2px 8px;border-radius:20px;font-variant-numeric:tabular-nums}.wo-detail-empty{font-size:13px;color:#8a7a6e;margin:0;font-style:italic}.wo-detail-cost-total{font-size:14px;font-weight:700;color:#1a1410}.wo-detail-hold{border-left:4px solid #b66b17;background:#fffbf2}.wo-detail-hold-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}@media(max-width:600px){.wo-detail-hold-grid{grid-template-columns:1fr}}.wo-detail-inspection-card{background:#fef9f9;border:1px solid #fecaca;border-radius:8px;padding:14px 16px;display:flex;flex-direction:column;gap:10px}.wo-detail-inspection-meta{display:flex;flex-wrap:wrap;align-items:center;gap:8px;font-size:13px;color:#374151}.wo-detail-failed-label{font-size:12px;font-weight:600;color:#b42318;margin:0 0 6px}.wo-detail-failed-list{margin:0;padding-left:18px;display:flex;flex-direction:column;gap:3px}.wo-detail-failed-list li{font-size:13px;color:#374151}.wo-repair-category-wrap{display:flex;align-items:center;gap:14px}.wo-repair-category-label{font-size:13px;font-weight:600;color:#374151;white-space:nowrap}.wo-repair-category-select{-moz-appearance:none;appearance:none;-webkit-appearance:none;font-family:inherit;font-size:13px;font-weight:500;color:#111;background:#fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%236b7280' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E") no-repeat right 12px center;border:1.5px solid #d1d5db;border-radius:8px;padding:8px 36px 8px 12px;min-width:220px;cursor:pointer;transition:border-color .15s,box-shadow .15s}.wo-repair-category-select:focus{outline:none;border-color:#c7633f;box-shadow:0 0 0 3px #c7633f1f}.wo-repair-category-select:disabled{background-color:#f9fafb;color:#6b7280;cursor:default}.wo-detail-labor-grid{display:grid;grid-template-columns:160px 1fr;gap:12px;max-width:480px}@media(max-width:600px){.wo-detail-labor-grid{grid-template-columns:1fr}}.wo-task-list{display:flex;flex-direction:column;gap:6px;margin-bottom:12px}.wo-task-row{display:flex;align-items:center;gap:10px;padding:8px 10px;background:#fafaf8;border:1px solid #e8e3dc;border-radius:8px;transition:background .12s}.wo-task-row--done{background:#f0fdf4;border-color:#bbf7d0}.wo-task-row--done .wo-task-description{text-decoration:line-through;color:#6b7280}.wo-task-check{width:20px;height:20px;border-radius:5px;border:2px solid #d1d5db;background:#fff;cursor:pointer;flex-shrink:0;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:800;color:transparent;transition:all .12s;padding:0}.wo-task-check--done{background:#16a34a;border-color:#16a34a;color:#fff}.wo-task-check:not(:disabled):hover{border-color:#c7633f}.wo-task-description{flex:1;font-size:14px;color:#1a1410;line-height:1.4}.wo-task-template-badge{font-size:10px;font-weight:600;background:#f3f4f6;color:#6b7280;padding:1px 6px;border-radius:4px;flex-shrink:0;text-transform:uppercase;letter-spacing:.04em}.wo-task-remove{width:22px;height:22px;border-radius:4px;border:none;background:transparent;color:#9ca3af;cursor:pointer;font-size:12px;display:flex;align-items:center;justify-content:center;padding:0;flex-shrink:0;transition:background .1s,color .1s}.wo-task-remove:hover{background:#fee2e2;color:#b42318}.wo-task-add-row{display:flex;gap:8px;margin-top:4px}.wo-task-add-row input{flex:1}.wo-parts-list{display:flex;flex-direction:column;gap:0;border:1px solid #e5e0da;border-radius:8px;overflow:hidden;margin-bottom:6px}.wo-parts-header{display:grid;grid-template-columns:1fr 80px 110px 100px 28px;gap:8px;padding:8px 12px;background:#f5f0eb;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:#6b6158}.wo-parts-row{display:grid;grid-template-columns:1fr 80px 110px 100px 28px;gap:8px;padding:8px 12px;border-top:1px solid #e5e0da;align-items:center}.wo-parts-row input{padding:6px 8px;font-size:13px;border-radius:6px;border:1px solid #e3dfd8;background:#fffaf2;width:100%;box-sizing:border-box}.wo-parts-row input:disabled{background:#f5f0eb;cursor:not-allowed}.wo-parts-row-total{font-size:13px;font-weight:600;color:#1a1410;font-variant-numeric:tabular-nums}.wo-photos-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}@media(max-width:600px){.wo-photos-grid{grid-template-columns:1fr}}.wo-photos-column-title{font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:#6b6158;margin:0 0 10px}.wo-photos-thumbs{display:flex;flex-wrap:wrap;gap:10px;align-items:flex-start}.wo-photo-thumb{position:relative;width:90px;height:90px;border-radius:8px;overflow:hidden;border:1px solid #e5e0da}.wo-photo-thumb img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.wo-photo-remove{position:absolute;top:4px;right:4px;width:20px;height:20px;border-radius:50%;background:#0000008c;color:#fff;border:none;cursor:pointer;font-size:10px;display:flex;align-items:center;justify-content:center;padding:0}.wo-photo-remove:hover{background:#b42318}.wo-photo-upload-btn{width:90px;height:90px;border-radius:8px;border:2px dashed #d1d5db;background:#fafaf8;color:#6b7280;font-size:12px;cursor:pointer;display:flex;align-items:center;justify-content:center;text-align:center;padding:8px;line-height:1.3;transition:border-color .12s,background .12s}.wo-photo-upload-btn:hover:not(:disabled){border-color:#c7633f;background:#fff8f4;color:#c7633f}.wo-photo-upload-btn:disabled{opacity:.6;cursor:not-allowed}.wo-detail-action-bar{position:sticky;bottom:0;background:#fffaf2;border-top:1px solid #e5e0da;padding:14px 0;margin-top:8px;display:flex;align-items:center;gap:10px;flex-wrap:wrap;z-index:10}.wo-detail-complete-btn{background:#1d7d32!important}.wo-detail-complete-btn:hover:not(:disabled){background:#166428!important}.wo-detail-done-msg{font-size:13px;color:#6b6158;margin:0}.equip-detail-category-bars{display:flex;flex-direction:column;gap:10px}.equip-detail-bar-row{display:grid;grid-template-columns:200px 1fr 80px;align-items:center;gap:12px}@media(max-width:700px){.equip-detail-bar-row{grid-template-columns:140px 1fr 60px}}.equip-detail-bar-label{font-size:13px;color:#374151;font-weight:500;text-align:right}.equip-detail-bar-track{height:14px;background:#f3f4f6;border-radius:7px;overflow:hidden}.equip-detail-bar-fill{height:100%;border-radius:7px;transition:width .4s ease}.equip-detail-bar-count{font-size:12px;font-weight:700;color:#374151;white-space:nowrap}.leaflet-pane,.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-container,.leaflet-pane>svg,.leaflet-pane>canvas,.leaflet-zoom-box,.leaflet-image-layer,.leaflet-layer{position:absolute;left:0;top:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::-moz-selection{background:transparent}.leaflet-tile::selection{background:transparent}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{width:1600px;height:1600px;-webkit-transform-origin:0 0}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-width:none!important;max-height:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer,.leaflet-container .leaflet-tile{max-width:none!important;max-height:none!important;width:auto;padding:0}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:rgba(51,181,229,.4)}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{width:0;height:0;box-sizing:border-box;z-index:800}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{position:relative;z-index:800;pointer-events:visiblePainted;pointer-events:auto}.leaflet-top,.leaflet-bottom{position:absolute;z-index:1000;pointer-events:none}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile{transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-popup-pane,.leaflet-control{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:grabbing}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-image-layer,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-marker-icon.leaflet-interactive,.leaflet-image-layer.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{background:#ddd;outline-offset:1px}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{border:2px dotted #38f;background:#ffffff80}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:12px;font-size:.75rem;line-height:1.5}.leaflet-bar{box-shadow:0 1px 5px #000000a6;border-radius:4px}.leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;display:block;text-align:center;text-decoration:none;color:#000}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:hover,.leaflet-bar a:focus{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-bottom:none}.leaflet-bar a.leaflet-disabled{cursor:default;background-color:#f4f4f4;color:#bbb}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{font:700 18px Lucida Console,Monaco,monospace;text-indent:1px}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{box-shadow:0 1px 5px #0006;background:#fff;border-radius:5px}.leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{padding:6px 10px 6px 6px;color:#333;background:#fff}.leaflet-control-layers-scrollbar{overflow-y:scroll;overflow-x:hidden;padding-right:5px}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{display:block;font-size:13px;font-size:1.08333em}.leaflet-control-layers-separator{height:0;border-top:1px solid #ddd;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.leaflet-container .leaflet-control-attribution{background:#fff;background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{padding:0 5px;color:#333;line-height:1.4}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:hover,.leaflet-control-attribution a:focus{text-decoration:underline}.leaflet-attribution-flag{display:inline!important;vertical-align:baseline!important;width:1em;height:.6669em}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{border:2px solid #777;border-top:none;line-height:1.1;padding:2px 5px 1px;white-space:nowrap;box-sizing:border-box;background:#fffc;text-shadow:1px 1px #fff}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{box-shadow:none}.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{border:2px solid rgba(0,0,0,.2);background-clip:padding-box}.leaflet-popup{position:absolute;text-align:center;margin-bottom:20px}.leaflet-popup-content-wrapper{padding:1px;text-align:left;border-radius:12px}.leaflet-popup-content{margin:13px 24px 13px 20px;line-height:1.3;font-size:13px;font-size:1.08333em;min-height:1px}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{width:40px;height:20px;position:absolute;left:50%;margin-top:-1px;margin-left:-20px;overflow:hidden;pointer-events:none}.leaflet-popup-tip{width:17px;height:17px;padding:1px;margin:-10px auto 0;pointer-events:auto;transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#fff;color:#333;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{position:absolute;top:0;right:0;border:none;text-align:center;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;color:#757575;text-decoration:none;background:transparent}.leaflet-container a.leaflet-popup-close-button:hover,.leaflet-container a.leaflet-popup-close-button:focus{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{width:24px;margin:0 auto;-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=.70710678,M12=.70710678,M21=-.70710678,M22=.70710678)}.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{position:absolute;padding:6px;background-color:#fff;border:1px solid #fff;border-radius:3px;color:#222;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:none;box-shadow:0 1px 3px #0006}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-top:before,.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{position:absolute;pointer-events:none;border:6px solid transparent;background:transparent;content:""}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{left:50%;margin-left:-6px}.leaflet-tooltip-top:before{bottom:0;margin-bottom:-12px;border-top-color:#fff}.leaflet-tooltip-bottom:before{top:0;margin-top:-12px;margin-left:-6px;border-bottom-color:#fff}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{top:50%;margin-top:-6px}.leaflet-tooltip-left:before{right:0;margin-right:-12px;border-left-color:#fff}.leaflet-tooltip-right:before{left:0;margin-left:-12px;border-right-color:#fff}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}
