:root{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Noto Sans JP,Yu Gothic UI,Meiryo,sans-serif;color:#111827;background:#f4f6f8;font-synthesis:none;--navy: #0f1b2b;--navy-2: #16273b;--text: #101828;--muted: #667085;--border: #d9e0e8;--surface: #ffffff;--canvas: #f4f6f8;--blue: #0967e8;--blue-dark: #0756c7;--blue-soft: #eaf2ff;--green: #159455;--green-soft: #e9f7ef;--orange: #e8670d;--orange-soft: #fff3e7;--red: #d92d20;--red-soft: #fff0ef;--shadow: 0 8px 24px rgba(15, 27, 43, .08);--focus: 0 0 0 3px rgba(9, 103, 232, .2)}*{box-sizing:border-box}html{min-width:320px;background:var(--canvas)}body{margin:0;min-width:320px;min-height:100vh}button,input,select,textarea{font:inherit}button,select{cursor:pointer}button{color:inherit}button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible,a:focus-visible{outline:none;box-shadow:var(--focus)}button:disabled{cursor:not-allowed;opacity:.45}a{color:var(--blue)}svg{width:20px;height:20px;stroke-width:1.9;flex:0 0 auto}h1,h2,h3,p{margin-top:0}.visually-hidden{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.boot-screen{min-height:100vh;color:var(--navy);background:#fff;display:grid;place-items:center;align-content:center;gap:12px}.boot-screen p{color:var(--muted);font-size:13px}.boot-screen--error{padding:32px 20px;text-align:center}.boot-screen--error h1{margin:10px 0 0;font-size:22px}.boot-screen--error p{max-width:430px;margin-bottom:8px;line-height:1.7}.boot-screen--error .button{width:min(100%,360px)}.button{min-height:44px;padding:0 18px;border:1px solid transparent;border-radius:7px;display:inline-flex;align-items:center;justify-content:center;gap:8px;font-size:14px;font-weight:700;letter-spacing:.01em;transition:background-color .16s,border-color .16s,transform .16s}.button:hover:not(:disabled){transform:translateY(-1px)}.button--primary{color:#fff;background:var(--blue);box-shadow:0 4px 10px #0967e82e}.button--primary:hover:not(:disabled){background:var(--blue-dark)}.button--secondary{color:var(--blue);background:#fff;border-color:var(--blue);box-shadow:none}.button--secondary:hover:not(:disabled){background:var(--blue-soft)}.button--ghost{color:#475467;background:transparent;box-shadow:none}.button--ghost:hover:not(:disabled){color:var(--blue);background:#eef3f8}.button--full{width:100%}.field{display:grid;gap:7px;margin-bottom:18px}.field__label{color:#344054;font-size:13px;font-weight:700;display:flex;align-items:center;gap:8px}.field__label em{color:var(--red);font-size:10px;font-style:normal;font-weight:700}.field input,.field select,.filter-bar input,.filter-bar select,.report-toolbar input,.report-settings select{min-height:44px;width:100%;padding:0 12px;color:var(--text);background:#fff;border:1px solid #cbd5e1;border-radius:7px;font-size:14px}.field select[multiple]{min-height:112px;padding:8px}.field--error input,.field--error select{border-color:var(--red)}.field__hint,.field__error{color:var(--muted);font-size:12px;line-height:1.5}.field__error{color:var(--red)}.inline-error{color:var(--red);font-size:13px;font-weight:600;margin:8px 0}.status-tag{display:inline-flex;align-items:center;min-height:26px;padding:2px 9px;border-radius:5px;font-size:12px;font-weight:700;white-space:nowrap}.status-tag--completed{color:#087a43;background:var(--green-soft)}.status-tag--review{color:var(--red);background:var(--red-soft)}.status-tag--missing,.status-tag--pending{color:#bd4c00;background:var(--orange-soft)}.icon-button{width:42px;height:42px;padding:0;border:0;border-radius:7px;background:transparent;display:inline-grid;place-items:center}.icon-button:hover{background:#eef2f6}.empty-state{min-height:180px;padding:32px;display:grid;place-items:center;align-content:center;gap:8px;color:var(--muted);text-align:center}.empty-state svg{width:28px;height:28px}.empty-state strong{color:#344054}.empty-state p{margin:0;font-size:13px}.spin{animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.loading-inline{display:inline-flex;align-items:center;gap:8px}.login-page{min-height:100vh;display:grid;grid-template-columns:minmax(0,1.15fr) minmax(420px,.85fr);background:#fff}.login-intro{padding:clamp(40px,7vw,92px);color:#fff;background:var(--navy);display:flex;flex-direction:column;justify-content:space-between;gap:56px;position:relative;overflow:hidden}.login-intro:after{content:"";position:absolute;right:-140px;bottom:-210px;width:520px;height:520px;border:1px solid rgba(255,255,255,.1);border-radius:50%;box-shadow:0 0 0 72px #ffffff06,0 0 0 144px #ffffff05}.brand-mark{display:inline-flex;align-items:center;gap:10px;font-size:18px;font-weight:800;letter-spacing:.035em}.brand-mark svg{color:#6ea8ff}.brand-mark--large{font-size:23px;position:relative;z-index:1}.brand-mark--large svg{width:28px;height:28px}.login-intro h1{max-width:680px;margin-bottom:20px;font-size:clamp(34px,4vw,58px);line-height:1.25;letter-spacing:-.035em}.login-intro>div>p{max-width:580px;color:#cbd5e1;font-size:17px;line-height:1.9}.login-points{padding:0;margin:0;list-style:none;display:grid;gap:22px;position:relative;z-index:1}.login-points li{display:flex;gap:14px;align-items:center}.login-points li>svg{width:24px;height:24px;color:#74aaff}.login-points li span{color:#d7e0ea;font-size:13px;display:grid;gap:4px}.login-points strong{color:#fff;font-size:15px}.login-panel{width:min(460px,calc(100% - 56px));margin:auto}.login-panel__header{margin-bottom:26px}.login-panel__header h2{margin-bottom:8px;font-size:30px}.login-panel__header p{color:var(--muted);font-size:14px}.role-switch{display:grid;grid-template-columns:1fr 1fr;gap:6px;padding:5px;margin-bottom:24px;border-radius:9px;background:#eef2f6}.role-switch button{min-height:44px;border:0;border-radius:6px;color:#667085;background:transparent;display:flex;align-items:center;justify-content:center;gap:8px;font-size:13px;font-weight:700}.role-switch button.active{color:var(--blue);background:#fff;box-shadow:0 2px 8px #10182814}.demo-account{min-height:72px;margin-bottom:18px;padding:14px;display:flex;align-items:center;gap:12px;border:1px solid var(--border);border-radius:8px}.demo-account>svg{width:26px;height:26px;color:var(--blue)}.demo-account span{display:grid;gap:3px;color:var(--muted);font-size:12px}.demo-account strong{color:var(--text);font-size:15px}.login-notice{margin:20px 0 0;color:var(--muted);font-size:11px;line-height:1.6;display:flex;gap:7px}.login-notice svg{width:15px;height:15px;margin-top:1px}.cloud-login-heading{min-height:60px;padding:12px 14px;margin-bottom:18px;border:1px solid var(--border);border-radius:8px;display:flex;align-items:center;gap:12px}.cloud-login-heading>svg{width:24px;height:24px;color:var(--blue)}.cloud-login-heading span{color:var(--muted);display:grid;gap:3px;font-size:11px}.cloud-login-heading strong{color:var(--text);font-size:14px}.cloud-login-switch{width:100%;min-height:44px;margin-top:16px;border:0;color:var(--blue);background:transparent;display:flex;align-items:center;justify-content:center;gap:8px;font-size:12px;font-weight:700}.cloud-login-switch:hover{background:var(--blue-soft)}.cloud-ready-note{margin:16px 0 0;padding:12px;color:#475467;border-left:3px solid var(--blue);background:#f6f9fd;display:flex;gap:8px;font-size:10px;line-height:1.6}.cloud-ready-note svg{width:16px;height:16px;color:var(--blue)}.login-qr{margin-top:18px;padding:14px;border:1px solid var(--border);border-radius:9px;background:#fff;display:grid;grid-template-columns:180px minmax(0,1fr);align-items:center;gap:15px}.login-qr__code{width:180px;height:180px;padding:5px;border:1px solid #dce3ec;border-radius:7px;background:#fff;display:grid;place-items:center}.login-qr__code svg{width:168px;height:168px;display:block}.login-qr__body{min-width:0;display:flex;align-items:flex-start;gap:9px}.login-qr__icon{width:28px;height:28px;flex:0 0 28px;border-radius:50%;color:var(--blue);background:var(--blue-soft);display:grid;place-items:center}.login-qr__icon svg{width:15px;height:15px}.login-qr__body>div{min-width:0}.login-qr__body strong{color:var(--text);font-size:13px;line-height:1.4}.login-qr__body p{margin:4px 0 7px;color:var(--muted);font-size:10px;line-height:1.55}.login-qr__body a{min-height:34px;max-width:100%;padding:7px 10px;border:1px solid #b8cdf4;border-radius:6px;color:var(--blue);background:#f6f9ff;font-size:11px;font-weight:700;display:inline-flex;align-items:center;gap:4px;overflow-wrap:anywhere}.login-qr__body a svg{width:12px;height:12px;flex:0 0 12px}.login-qr__url{margin-top:6px;color:var(--muted);font-size:9px;display:block;overflow-wrap:anywhere}.driver-app{width:min(100%,680px);min-height:100vh;margin:0 auto;background:#fff;box-shadow:0 0 28px #0f1b2b14}.driver-header{background:#fff;border-bottom:1px solid var(--border)}.driver-header__row{min-height:70px;padding:0 20px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center}.driver-header__row h1{margin:0;font-size:21px;letter-spacing:-.02em}.driver-header__spacer{width:42px}.driver-user{justify-self:end;max-width:155px;padding:8px;border:0;border-radius:6px;background:transparent;display:flex;align-items:center;gap:7px;font-size:13px}.driver-user span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.driver-date{min-height:50px;padding:0 24px;display:flex;align-items:center;border-top:1px solid #edf0f3;color:#344054;font-size:14px;font-weight:600}.step-rail{height:94px;padding:15px 48px 12px;margin:0;list-style:none;display:grid;grid-template-columns:repeat(auto-fit,minmax(0,1fr));border-bottom:1px solid var(--border)}.step-rail li{position:relative;display:grid;place-items:center;align-content:center;gap:7px;color:#98a2b3;font-size:12px}.step-rail li:not(:last-child):after{content:"";position:absolute;top:24px;left:calc(50% + 19px);right:calc(-50% + 19px);height:2px;background:#d0d5dd;z-index:0}.step-rail li.done:after{background:var(--blue)}.step-rail li>span{width:34px;height:34px;display:grid;place-items:center;border:2px solid #c4cbd4;border-radius:50%;background:#fff;font-weight:800;position:relative;z-index:1}.step-rail li.active,.step-rail li.done{color:var(--blue)}.step-rail li.active>span{color:#fff;border-color:var(--blue);background:var(--blue)}.step-rail li.done>span{border-color:var(--blue)}.step-rail li svg{width:17px;height:17px}.driver-section{padding:28px 28px calc(120px + env(safe-area-inset-bottom))}.driver-section h2{margin-bottom:8px;font-size:28px;letter-spacing:-.025em}.driver-section>p{color:var(--muted);font-size:14px;line-height:1.7}.phase-switch{display:grid;grid-template-columns:1fr 1fr;padding:4px;margin:24px 0 18px;background:#eef2f6;border-radius:8px}.phase-switch button{min-height:42px;border:0;border-radius:6px;color:var(--muted);background:transparent;font-size:14px;font-weight:700}.phase-switch button.active{color:var(--blue);background:#fff;box-shadow:0 2px 6px #0f1b2b14}.vehicle-options{display:grid;gap:10px}.driver-reminder{margin:16px 0 20px;padding:13px 14px;color:#9a4b0b;border:1px solid #f7c78f;border-radius:7px;background:var(--orange-soft);display:flex;gap:10px;font-size:12px;line-height:1.55}.driver-reminder>svg{width:19px;height:19px;margin-top:1px}.driver-reminder span{display:grid;gap:2px}.driver-reminder strong{color:#7a3808;font-size:13px}.safety-all-ok{width:100%;min-height:48px;margin:20px 0 14px}.safety-check-group{margin:14px 0;overflow:hidden;border:1px solid var(--border);border-radius:8px;background:#fff}.safety-check-group>header{min-height:52px;padding:0 16px;color:#344054;background:#f8fafc;border-bottom:1px solid var(--border);display:flex;align-items:center;gap:10px}.safety-check-group>header svg{width:21px;height:21px;color:var(--blue)}.safety-check-group h3{margin:0;font-size:15px}.safety-check-row{min-height:64px;padding:9px 12px 9px 16px;border-bottom:1px solid #edf0f3;display:grid;grid-template-columns:minmax(0,1fr) 230px;align-items:center;gap:12px}.safety-check-row:last-child{border-bottom:0}.safety-check-row>span{color:#344054;font-size:13px;font-weight:650;line-height:1.45}.safety-check-row>div{padding:3px;border-radius:7px;background:#eef2f6;display:grid;grid-template-columns:1fr 1fr;gap:3px}.safety-check-row button{min-height:38px;padding:0 8px;border:0;border-radius:5px;color:#667085;background:transparent;display:flex;align-items:center;justify-content:center;gap:5px;font-size:11px;font-weight:750}.safety-check-row button svg{width:14px;height:14px}.safety-check-row button.ok.active{color:#087a43;background:#fff;box-shadow:0 1px 4px #0f1b2b1f}.safety-check-row button.review.active{color:var(--red);background:#fff;box-shadow:0 1px 4px #0f1b2b1f}.safety-step .field{margin-top:18px}.safety-step textarea{width:100%;padding:11px 12px;border:1px solid #cbd5e1;border-radius:7px;resize:vertical;font:inherit;line-height:1.55}.checker-status{min-height:66px;padding:12px 14px;margin:16px 0;border:1px solid #cddff7;border-radius:8px;background:#f7faff;display:flex;align-items:center;gap:12px}.checker-status>svg{width:26px;height:26px;color:var(--blue)}.checker-status>span{display:grid;gap:2px}.checker-status small{color:var(--muted);font-size:10px}.checker-status strong{font-size:13px}.checker-status em{color:#9a4b0b;font-size:10px;font-style:normal}.text-review{color:var(--red)}.vehicle-options>button{min-height:96px;padding:14px 16px;border:1px solid var(--border);border-radius:8px;background:#fff;text-align:left;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:14px}.vehicle-options>button:hover{border-color:#9dbff0}.vehicle-options>button.selected{border:2px solid var(--blue);padding:13px 15px;background:#f8fbff}.vehicle-options__icon{width:44px;height:44px;border-radius:8px;background:var(--blue-soft);color:var(--blue);display:grid;place-items:center}.vehicle-options__icon svg{width:25px;height:25px}.vehicle-options button>span:nth-child(2){display:grid;gap:4px}.vehicle-options strong{font-size:16px}.vehicle-options small{color:#475467;font-size:13px}.vehicle-options em{color:#98a2b3;font-size:11px;font-style:normal}.radio-mark{width:24px;height:24px;border:2px solid #c7ced7;border-radius:50%;display:grid;place-items:center}.selected .radio-mark{color:#fff;border-color:var(--blue);background:var(--blue)}.radio-mark svg{width:14px;height:14px;stroke-width:3}.mobile-action{position:fixed;z-index:10;left:50%;bottom:0;width:min(100%,680px);transform:translate(-50%);padding:16px 24px calc(16px + env(safe-area-inset-bottom));background:#fffffffa;border-top:1px solid var(--border);box-shadow:0 -6px 18px #0f1b2b0f;display:grid;gap:6px}.mobile-action .button{width:100%;min-height:52px;font-size:16px}.mobile-action .button>svg:last-child{width:18px}.mobile-action p{margin:0;color:var(--muted);font-size:11px;text-align:center}.selected-vehicle-line{width:calc(100% + 56px);min-height:82px;padding:12px 28px;margin:-28px -28px 28px;border:0;border-bottom:1px solid var(--border);background:#fff;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:13px;text-align:left}.selected-vehicle-line>svg:first-child{color:var(--blue);width:27px;height:27px}.selected-vehicle-line span{display:grid;gap:3px}.selected-vehicle-line strong{font-size:16px}.selected-vehicle-line small{color:var(--muted);font-size:12px}.method-tabs{min-height:52px;margin:20px 0 22px;border:1px solid #cbd5e1;border-radius:8px;display:grid;grid-template-columns:1fr 1fr;overflow:hidden}.method-tabs button{border:0;background:#fff;color:#475467;display:flex;align-items:center;justify-content:center;gap:8px;font-size:14px;font-weight:700}.method-tabs button.active{color:#fff;background:var(--blue)}.image-method>p{color:#475467;font-size:13px;text-align:center}.camera-preview{aspect-ratio:4 / 3;position:relative;overflow:hidden;border:1px solid #3c4654;border-radius:9px;background:#1f2937}.camera-preview--error{border:2px solid var(--red)}.camera-preview img{width:100%;height:100%;object-fit:cover;display:block}.camera-frame{position:absolute;top:8%;right:8%;bottom:8%;left:8%;border:2px dashed rgba(255,255,255,.9);border-radius:10px;pointer-events:none}.sample-label{position:absolute;left:12px;top:12px;padding:4px 8px;color:#fff;border-radius:4px;background:#0f1b2bc7;font-size:11px;font-weight:700}.ocr-overlay{position:absolute;top:0;right:0;bottom:0;left:0;color:#fff;background:#0f1b2bd6;display:grid;place-items:center;align-content:center;gap:14px;font-size:14px}.ocr-overlay progress{width:min(230px,70%);accent-color:#63a2ff}.camera-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:12px}.camera-actions .button{min-height:48px}.ocr-error,.danger-instruction{padding:12px;margin-top:12px;border-left:3px solid var(--orange);color:#9a3d00;background:var(--orange-soft);border-radius:4px;display:flex;align-items:flex-start;gap:8px;font-size:12px;line-height:1.5}.ocr-error button{padding:0;border:0;color:var(--blue);background:transparent;font-weight:700;white-space:nowrap}.manual-method{padding:24px 20px 10px;background:#f8fafc;border:1px solid var(--border);border-radius:8px}.measurement-input{display:grid;grid-template-columns:1fr auto;align-items:center;gap:10px}.measurement-input input{min-height:60px;font-size:28px;font-weight:800;text-align:right;font-variant-numeric:tabular-nums}.measurement-input span{font-weight:700}.detected-result{min-height:94px;padding:15px 18px;margin-top:18px;border:1px solid var(--border);border-radius:8px;display:flex;align-items:center;justify-content:space-between}.detected-result>span{color:#344054;font-size:13px;font-weight:700}.detected-result label{color:var(--green);display:flex;align-items:baseline;gap:8px}.detected-result input{width:118px;padding:0;border:0;color:inherit;background:transparent;font-size:38px;font-weight:800;text-align:right;font-variant-numeric:tabular-nums}.detected-result small{color:var(--text);font-size:14px;font-weight:700}.detected-result svg{color:var(--blue)}.detected-result--review,.detected-result--review input{color:var(--red)}.result-warning{margin:12px 0 0;color:var(--orange);display:flex;align-items:center;justify-content:center;gap:7px;font-size:12px;font-weight:700;text-align:center}.result-warning svg{width:17px;height:17px}.result-warning--danger{color:var(--red)}.confirm-value{min-height:122px;margin:22px 0;border:1px solid #b8e3cc;background:var(--green-soft);border-radius:8px;display:grid;place-items:center;align-content:center;gap:4px}.confirm-value>span{color:var(--green);font-size:13px;font-weight:700}.confirm-value strong{color:var(--green);font-size:43px;font-variant-numeric:tabular-nums}.confirm-value small{margin-left:8px;color:var(--text);font-size:14px}.confirm-value--review{border-color:#efb7b3;background:var(--red-soft)}.confirm-value--review>span,.confirm-value--review strong{color:var(--red)}.confirm-list{margin:0 0 22px;border-top:1px solid var(--border)}.confirm-list>div{min-height:58px;border-bottom:1px solid var(--border);display:grid;grid-template-columns:120px 1fr;align-items:center;gap:12px}.confirm-list dt{color:var(--muted);font-size:12px}.confirm-list dd{margin:0;font-size:14px;font-weight:700;display:grid;gap:3px}.confirm-list dd small{color:var(--muted);font-size:11px;font-weight:500}.confirm-check{min-height:56px;padding:12px;margin-top:10px;border:1px solid var(--border);border-radius:7px;display:flex;align-items:center;gap:10px;font-size:13px;line-height:1.45}.confirm-check input{width:20px;height:20px;accent-color:var(--blue)}.confirm-check--error{border-color:var(--red);background:var(--red-soft)}.danger-instruction{border-left-color:var(--red);color:var(--red);background:var(--red-soft);font-weight:700}.driver-topbar{height:64px;padding:0 22px;color:#fff;background:var(--navy);display:flex;align-items:center;justify-content:space-between}.driver-topbar button{color:#dbe5f0;border:0;background:transparent;display:flex;gap:7px;font-size:12px}.driver-success{background:#f4f6f8}.success-panel{min-height:calc(100vh - 64px);padding:64px 36px;background:#fff;text-align:center;display:flex;flex-direction:column;align-items:center}.success-panel>svg{width:68px;height:68px;color:var(--green);stroke-width:1.6}.success-panel h1{margin:18px 0 8px;font-size:26px}.success-panel>p{color:var(--muted);font-size:13px}.success-panel--review>svg,.success-panel--review .success-value{color:var(--red)}.success-value{margin:20px 0;color:var(--green);font-size:52px;font-variant-numeric:tabular-nums}.success-value small{margin-left:8px;color:var(--text);font-size:14px}.success-panel dl{width:100%;max-width:440px;margin:0 0 20px;border-top:1px solid var(--border)}.success-panel dl div{min-height:50px;border-bottom:1px solid var(--border);display:grid;grid-template-columns:110px 1fr;align-items:center;text-align:left}.success-panel dt{color:var(--muted);font-size:12px}.success-panel dd{margin:0;font-size:14px;font-weight:700}.success-panel .danger-instruction{max-width:440px;margin:0 0 20px;text-align:left}.success-panel .button{width:min(100%,440px);margin-top:8px}.admin-app{min-height:100vh;display:grid;grid-template-columns:220px minmax(0,1fr)}.sidebar{position:fixed;inset:0 auto 0 0;z-index:40;width:220px;color:#dbe5f0;background:var(--navy);display:flex;flex-direction:column}.sidebar__brand{height:76px;padding:0 21px;display:flex;align-items:center;gap:9px;border-bottom:1px solid rgba(255,255,255,.08);color:#fff;font-size:18px;font-weight:800;letter-spacing:.03em}.sidebar__brand>svg{color:#83b5ff}.sidebar__brand>button{display:none}.sidebar nav{padding:18px 7px;display:grid;gap:4px}.sidebar nav button{width:100%;min-height:48px;padding:0 15px;border:0;border-radius:6px;color:#cbd5e1;background:transparent;display:flex;align-items:center;gap:12px;font-size:13px;font-weight:600;text-align:left}.sidebar nav button svg{width:19px;height:19px}.sidebar nav button:hover{color:#fff;background:#ffffff0f}.sidebar nav button.active{color:#fff;background:var(--blue);box-shadow:0 5px 14px #0967e838}.sidebar__user{min-height:84px;padding:14px;margin-top:auto;border-top:1px solid rgba(255,255,255,.12);display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:9px}.avatar{width:34px;height:34px;color:var(--navy);background:#eef2f6;border-radius:50%;display:grid;place-items:center;font-size:12px;font-weight:800}.sidebar__user>span:nth-child(2){min-width:0;display:grid;gap:3px}.sidebar__user strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#fff;font-size:12px}.sidebar__user small{color:#9fb0c2;font-size:10px}.sidebar__user button,.sidebar__brand>button{padding:5px;border:0;color:#cbd5e1;background:transparent}.sidebar__user button svg{width:17px;height:17px}.admin-main{grid-column:2;min-width:0}.admin-topbar{position:-webkit-sticky;position:sticky;top:0;z-index:30;height:76px;padding:0 28px;background:#fffffffa;border-bottom:1px solid var(--border);display:flex;align-items:center;justify-content:space-between;gap:20px}.admin-topbar h1{margin:0;font-size:22px;letter-spacing:-.02em}.admin-topbar__right{color:#475467;display:flex;align-items:center;gap:18px;font-size:13px}.admin-topbar__right button,.menu-button{width:38px;height:38px;padding:0;border:0;border-radius:6px;background:transparent;display:grid;place-items:center}.admin-topbar__right button:hover,.menu-button:hover{background:#eef2f6}.menu-button{display:none}.admin-content{padding:28px}.page-heading{min-height:56px;margin-bottom:20px;display:flex;align-items:flex-start;justify-content:space-between;gap:20px}.page-heading h2{margin-bottom:5px;font-size:22px}.page-heading p{margin:0;color:var(--muted);font-size:13px}.dashboard-grid{display:grid;grid-template-columns:minmax(0,1fr) 252px;gap:16px;align-items:start}.dashboard-main{min-width:0;display:grid;gap:16px}.summary-band{min-height:116px;padding:12px 8px;border:1px solid var(--border);border-radius:7px;background:#fff;display:grid;grid-template-columns:repeat(3,1fr)}.summary-item{min-width:0;padding:8px 28px;border:0;border-right:1px solid var(--border);background:transparent;display:flex;align-items:center;gap:18px;text-align:left}.summary-item:last-child{border-right:0}.summary-item>svg{width:44px;height:44px;stroke-width:1.7}.summary-item>span{display:grid;gap:5px}.summary-item small{color:#475467;font-size:13px}.summary-item strong{font-size:28px;font-variant-numeric:tabular-nums}.summary-item em{margin-left:4px;font-size:13px;font-style:normal}.summary-item--completed>svg,.summary-item--completed strong{color:var(--green)}.summary-item--missing>svg,.summary-item--missing strong{color:var(--orange)}.summary-item--review>svg,.summary-item--review strong{color:var(--red)}.summary-item--neutral>svg,.summary-item--neutral strong{color:var(--blue)}.filter-bar{min-height:48px;display:grid;grid-template-columns:168px 150px 180px minmax(220px,1fr);gap:10px}.filter-bar>label{position:relative;display:flex;align-items:center}.filter-bar>label>svg{position:absolute;z-index:1;left:12px;width:17px;color:#475467;pointer-events:none}.filter-bar>label input{padding-left:38px}.filter-bar input,.filter-bar select{min-height:46px}.search-field{position:relative}.search-field input{padding-left:39px!important}.table-wrap{overflow:hidden;border:1px solid var(--border);border-radius:7px;background:#fff}.data-table{width:100%;border-collapse:collapse;font-size:13px}.data-table th{height:46px;padding:0 14px;color:#344054;background:#f8fafc;border-bottom:1px solid var(--border);font-size:12px;text-align:left;white-space:nowrap}.data-table td{height:52px;padding:8px 14px;border-bottom:1px solid #edf0f3;color:#344054;white-space:nowrap}.data-table tbody tr{cursor:pointer;transition:background-color .14s}.data-table tbody tr:hover{background:#f7faff}.data-table tbody tr.row-review{box-shadow:inset 3px 0 0 var(--red)}.data-table td strong{color:var(--text)}.data-table td small{margin-top:3px;display:block;color:var(--muted);font-size:10px}.data-table td:last-child svg{width:16px;height:16px;color:#667085}.measurement-cell{font-variant-numeric:tabular-nums}.table-footer{min-height:52px;padding:0 14px;color:var(--muted);display:flex;align-items:center;justify-content:space-between;font-size:11px}.table-footer .button{min-height:36px;padding:0 8px;font-size:12px}.attention-rail{overflow:hidden;border:1px solid var(--border);border-radius:7px;background:#fff}.attention-rail>header{min-height:72px;padding:16px 18px;border-bottom:1px solid var(--border)}.attention-rail h3{margin:0 0 5px;font-size:16px}.attention-rail header span{color:var(--muted);font-size:11px}.attention-item{width:100%;min-height:112px;padding:14px 10px 14px 14px;border:0;border-bottom:1px solid #edf0f3;background:#fff;display:grid;grid-template-columns:auto 1fr auto;gap:9px;text-align:left;position:relative}.attention-item:before{content:"";position:absolute;inset:10px auto 10px 0;width:3px;border-radius:2px;background:var(--orange)}.attention-item--review:before{background:var(--red)}.attention-item:hover{background:#fafcff}.attention-item__icon{color:var(--orange)}.attention-item--review .attention-item__icon{color:var(--red)}.attention-item__icon svg{width:18px;height:18px}.attention-item>span:nth-child(2){display:grid;align-content:start;gap:5px}.attention-item strong{font-size:13px}.attention-item small{color:#475467;font-size:10px}.attention-item .status-tag{width:max-content;min-height:21px;padding:1px 6px;font-size:9px}.attention-item>svg{width:15px;height:15px;align-self:center;color:#667085}.attention-rail__all{width:100%;min-height:52px;border:0;color:var(--blue);background:#fff;display:flex;align-items:center;justify-content:center;gap:8px;font-size:12px;font-weight:700}.attention-rail__all svg{width:15px;height:15px}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;padding:24px;background:#0f1b2b8c;display:grid;place-items:center}.modal{width:min(520px,100%);max-height:calc(100vh - 48px);overflow:auto;border-radius:9px;background:#fff;box-shadow:0 24px 60px #0f1b2b47}.modal--wide{width:min(860px,100%)}.modal__header{position:-webkit-sticky;position:sticky;top:0;z-index:2;min-height:64px;padding:0 18px 0 22px;border-bottom:1px solid var(--border);background:#fff;display:flex;align-items:center;justify-content:space-between}.modal__header h2{margin:0;font-size:18px}.modal__body{padding:22px}.record-detail__summary{display:grid;grid-template-columns:1fr 1.4fr;gap:18px;margin-bottom:20px}.record-value,.record-image-empty{min-height:180px;border:1px solid var(--border);border-radius:7px;background:#f8fafc;display:grid;place-items:center;align-content:center;gap:6px}.record-value span{color:var(--muted);font-size:12px;font-weight:700}.record-value strong{color:var(--green);font-size:38px}.record-value--review strong{color:var(--red)}.record-value small{margin-left:6px;color:var(--text);font-size:12px}.record-detail__summary img{width:100%;height:180px;object-fit:cover;border-radius:7px}.record-image-empty{color:#98a2b3;font-size:14px}.record-image-empty span{font-size:11px}.detail-grid{display:grid;grid-template-columns:1fr 1fr;margin:0;border-top:1px solid var(--border)}.detail-grid>div{min-height:64px;padding:10px 0;border-bottom:1px solid var(--border);display:grid;grid-template-columns:100px 1fr;align-items:center}.detail-grid>div:nth-child(odd){padding-right:20px}.detail-grid>div:nth-child(2n){padding-left:20px;border-left:1px solid var(--border)}.detail-grid dt{color:var(--muted);font-size:11px}.detail-grid dd{margin:0;font-size:13px;font-weight:700}.safety-cell{color:#087a43;font-size:11px;font-weight:750}.safety-cell--review{color:var(--red)}.safety-detail{margin-top:22px;border:1px solid #b8e3cc;border-radius:7px;overflow:hidden}.safety-detail--review{border-color:#efb7b3}.safety-detail>header{min-height:64px;padding:10px 16px;background:var(--green-soft);display:flex;align-items:center;justify-content:space-between;gap:14px}.safety-detail--review>header{background:var(--red-soft)}.safety-detail h3{margin:0 0 3px;font-size:14px}.safety-detail header p{margin:0;color:var(--muted);font-size:10px}.safety-detail header>strong{color:#087a43;font-size:12px}.safety-detail--review header>strong{color:var(--red)}.safety-detail__groups{padding:14px 16px;display:grid;grid-template-columns:1fr 1fr;gap:24px}.safety-detail__groups h4{margin-bottom:8px;font-size:12px}.safety-detail__groups p{min-height:30px;margin:0;border-bottom:1px solid #edf0f3;display:flex;align-items:center;justify-content:space-between;gap:10px;color:#475467;font-size:10px}.safety-detail__groups b{color:#087a43;font-size:10px}.safety-detail__groups b.review{color:var(--red)}.safety-detail__note{margin:0;padding:12px 16px;border-top:1px solid var(--border);background:#fff8f1;color:#7a3808;display:grid;gap:4px;font-size:11px;line-height:1.5}.audit-log{margin-top:22px;padding:16px;border-left:3px solid var(--blue);background:#f6f9fd}.audit-log h3{margin-bottom:10px;font-size:14px}.audit-log p{margin:4px 0;color:#475467;font-size:11px}.toast{position:fixed;z-index:200;right:22px;bottom:22px;width:min(380px,calc(100% - 44px));padding:14px 15px;color:#fff;border-radius:7px;background:#157b4d;box-shadow:0 14px 32px #0f1b2b38;display:grid;grid-template-columns:auto 1fr auto;gap:11px;align-items:start;animation:toast-in .25s ease-out}.toast--info{background:#9a4b0b}.toast--error{background:#b42318}.toast strong{font-size:13px}.toast p{margin:3px 0 0;color:#ffffffd1;font-size:11px}.toast button{padding:0;border:0;color:#fff;background:transparent}.toast button svg{width:16px;height:16px}@keyframes toast-in{0%{opacity:0;transform:translateY(12px)}}.records-filter{grid-template-columns:180px 170px 170px minmax(240px,1fr);margin-bottom:14px}.records-table td{height:58px}.report-toolbar{margin-bottom:16px;display:flex;justify-content:space-between;gap:14px}.report-toolbar>input{width:210px;min-height:44px;padding:0 14px;border:1px solid #cbd5e1;border-radius:7px;background:#fff}.report-toolbar>div{display:flex;gap:10px}.report-summary{min-height:100px;margin-bottom:16px}.report-summary .summary-item{cursor:default}.report-layout{display:grid;grid-template-columns:minmax(0,1fr) 220px;gap:16px;align-items:start}.print-report-stack{display:none}.report-canvas{min-width:0;padding:18px 18px 0;background:#e9edf2;border:1px solid var(--border);border-radius:7px;overflow:hidden}.report-sheet{width:calc(100% / var(--report-zoom));min-width:820px;aspect-ratio:1.414 / 1;padding:24px;transform:scale(var(--report-zoom));transform-origin:top left;color:#111;background:#fff;box-shadow:0 4px 16px #0f1b2b24;display:flex;flex-direction:column}.report-sheet>header{display:flex;justify-content:space-between;font-size:10px}.report-sheet h2{margin:12px 0;font-family:serif;font-size:22px;text-align:center;letter-spacing:.03em}.report-sheet table{width:100%;border-collapse:collapse;table-layout:fixed;font-size:8px}.report-sheet th,.report-sheet td{height:27px;padding:3px 4px;border:1px solid #4b5563;text-align:center;vertical-align:middle;overflow-wrap:anywhere}.report-sheet th{background:#f3f4f6;font-weight:700}.report-sheet th:nth-child(1){width:7%}.report-sheet th:nth-child(2){width:7%}.report-sheet th:nth-child(3){width:7%}.report-sheet th:nth-child(4){width:10%}.report-sheet th:nth-child(5){width:17%}.report-sheet th:nth-child(6){width:11%}.report-sheet th:nth-child(7){width:10%}.report-sheet th:nth-child(8){width:5%}.report-sheet th:nth-child(9){width:26%}.report-sheet td small{display:block;font-size:6px}.report-row-review{background:#fff0ef}.report-empty{padding:42px;border:1px solid #4b5563;border-top:0;color:#667085;text-align:center;font-size:10px}.report-sheet footer{margin-top:auto;padding-top:10px;display:flex;justify-content:space-between;font-size:9px}.report-pagination{min-height:58px;margin-top:18px;padding:8px;border-top:1px solid #d5dbe3;background:#fff;display:flex;align-items:center;justify-content:center;gap:8px}.report-pagination button{width:36px;height:36px;border:1px solid var(--border);border-radius:5px;background:#fff;display:grid;place-items:center}.report-pagination button svg{width:16px;height:16px}.report-pagination span{min-width:54px;color:#344054;font-size:12px;text-align:center}.report-pagination i{width:1px;height:28px;margin:0 10px;background:var(--border)}.report-settings{padding:18px;border:1px solid var(--border);border-radius:7px;background:#fff}.report-settings h3{font-size:15px}.report-settings dl{margin:0 0 20px}.report-settings dl>div{padding:12px 0;border-bottom:1px solid var(--border);display:grid;gap:6px}.report-settings dt,.report-settings label{color:var(--muted);font-size:11px;font-weight:600}.report-settings dd{margin:0;font-size:12px;font-weight:700}.report-settings label{margin-bottom:14px;display:grid;gap:7px}.report-settings select{min-height:40px;font-size:12px}.report-settings>p{margin:14px 0 0;padding-top:14px;border-top:1px solid var(--border);color:var(--muted);font-size:10px;line-height:1.6}.management-toolbar{min-height:54px;margin-bottom:12px;display:flex;align-items:center;justify-content:space-between;gap:18px}.management-toolbar .search-field{width:min(420px,100%);position:relative}.management-toolbar .search-field svg{position:absolute;left:13px;top:13px;width:18px;color:var(--muted)}.management-toolbar input{width:100%;min-height:44px;padding:0 12px 0 40px;border:1px solid #cbd5e1;border-radius:7px;background:#fff}.management-toolbar>span{color:var(--muted);font-size:12px}.management-list{overflow:hidden;border:1px solid var(--border);border-radius:7px;background:#fff}.management-list__head,.management-list article{min-height:66px;padding:0 18px;display:grid;grid-template-columns:minmax(260px,1.4fr) 1fr 1fr 100px;align-items:center;gap:18px}.management-list__head{min-height:44px;color:#475467;background:#f8fafc;border-bottom:1px solid var(--border);font-size:11px;font-weight:700}.management-list article{border-bottom:1px solid #edf0f3;font-size:13px}.management-list article:last-child{border-bottom:0}.management-list article>span{min-width:0;display:grid;gap:3px}.management-list article small{color:var(--muted);font-size:10px}.management-primary{display:flex!important;flex-direction:row;align-items:center;gap:12px!important}.management-primary>svg{width:36px;height:36px;padding:8px;color:var(--blue);border-radius:7px;background:var(--blue-soft)}.management-primary>span{min-width:0;display:grid;gap:3px}.management-form .button{margin-top:4px}.integration-layout{display:grid;grid-template-columns:1fr 1fr;gap:16px;align-items:start}.integration-layout>*{min-width:0}.operation-profile{grid-column:1 / -1;min-height:108px;padding:18px 22px;border:1px solid var(--border);border-radius:7px;background:#fff;display:grid;grid-template-columns:repeat(3,1fr);gap:0}.operation-profile>div{padding:2px 22px;border-right:1px solid var(--border);display:flex;align-items:center;gap:13px}.operation-profile>div:first-child{padding-left:0}.operation-profile>div:nth-child(3){border-right:0}.operation-profile>div>svg{width:27px;height:27px;color:var(--blue)}.operation-profile>div>span{display:grid;gap:5px}.operation-profile small{color:var(--muted);font-size:10px}.operation-profile strong{font-size:13px}.operation-profile>p{grid-column:1 / -1;margin:14px 0 0;padding-top:12px;border-top:1px solid var(--border);color:#9a4b0b;display:flex;align-items:center;gap:8px;font-size:11px}.operation-profile>p svg{flex:0 0 auto;width:16px;height:16px}.settings-section{padding:22px;border:1px solid var(--border);border-radius:7px;background:#fff}.settings-section>header{padding-bottom:18px;margin-bottom:18px;border-bottom:1px solid var(--border);display:flex;gap:12px}.settings-section>header>svg{width:25px;height:25px;color:var(--blue)}.settings-section h3{margin-bottom:4px;font-size:16px}.settings-section header p{margin:0;color:var(--muted);font-size:11px;line-height:1.5}.integration-hub,.compliance-readiness{grid-column:1 / -1}.compliance-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.compliance-grid article{min-height:76px;padding:12px 14px;border:1px solid var(--border);border-radius:7px;display:flex;align-items:flex-start;gap:10px}.compliance-grid article>svg{width:20px;height:20px;flex:0 0 auto}.compliance-grid article.ready>svg{color:var(--green)}.compliance-grid article.warning{border-color:#f7c78f;background:var(--orange-soft)}.compliance-grid article.warning>svg{color:var(--orange)}.compliance-grid article span{display:grid;gap:4px}.compliance-grid article strong{font-size:12px}.compliance-grid article small{color:var(--muted);font-size:10px;line-height:1.5}.compliance-readiness>p{margin:14px 0 0;padding-top:12px;border-top:1px solid var(--border);color:#9a4b0b;display:flex;align-items:flex-start;gap:8px;font-size:10px;line-height:1.55}.compliance-readiness>p svg{width:16px;height:16px;flex:0 0 auto}.integration-target-list{border-top:1px solid var(--border)}.integration-target-row{min-height:110px;padding:16px 0;border-bottom:1px solid var(--border);display:grid;grid-template-columns:42px minmax(0,1fr) 180px;gap:14px;align-items:center}.integration-target-icon{width:38px;height:38px;color:var(--blue);border-radius:7px;background:var(--blue-soft);display:grid;place-items:center}.integration-target-icon svg{width:20px;height:20px}.integration-target-copy{min-width:0;display:grid;grid-template-columns:max-content 1fr;gap:3px 12px;align-items:center}.integration-target-copy strong{font-size:13px}.integration-target-copy>small{color:var(--blue);font-size:10px;font-weight:700}.integration-target-copy p{grid-column:1 / -1;margin:2px 0;color:#475467;font-size:11px}.integration-target-copy code{grid-column:1 / -1;width:max-content;max-width:100%;padding:3px 6px;color:#475467;background:#f3f6f9;border-radius:3px;font-size:9px;white-space:normal;overflow-wrap:anywhere}.integration-target-row label{color:var(--muted);display:grid;gap:6px;font-size:10px;font-weight:700}.integration-target-row select{width:100%;min-width:0;min-height:40px;font-size:12px}.integration-save{margin-top:16px}.integration-save>span{margin-right:auto;color:var(--muted);font-size:10px}.integration-save>span.saved{color:var(--green);font-weight:700}.settings-actions{display:flex;align-items:center;justify-content:flex-end;gap:10px}.settings-actions a{display:flex;align-items:center;gap:6px;font-size:12px;font-weight:700;text-decoration:none}.settings-actions a svg{width:15px;height:15px}.connection-result{margin:14px 0 0;padding:10px 12px;border-radius:5px;display:flex;gap:8px;align-items:flex-start;font-size:11px;line-height:1.5}.connection-result svg{width:17px;height:17px}.connection-result.ok{color:#087a43;background:var(--green-soft)}.connection-result.error{color:var(--red);background:var(--red-soft)}.export-line{min-height:76px;display:flex;align-items:center;justify-content:space-between;gap:14px}.export-line>span{display:grid;gap:5px}.export-line strong{font-size:13px}.export-line small{color:var(--muted);font-size:11px}.integration-api{grid-column:1 / -1}.api-key-line{margin-bottom:14px;display:flex;align-items:center;gap:14px;color:var(--muted);font-size:11px}.api-key-line code{padding:5px 8px;color:#344054;background:#f1f5f9;border-radius:4px}.integration-api pre{padding:18px;overflow:auto;color:#dce8f6;background:var(--navy);border-radius:6px;font:12px/1.7 ui-monospace,SFMono-Regular,Menlo,Consolas,monospace}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.001ms!important;transition-duration:.001ms!important}}@media(max-width:1180px){.dashboard-grid{grid-template-columns:minmax(0,1fr)}.attention-rail{display:grid;grid-template-columns:180px 1fr}.attention-rail>header{border-right:1px solid var(--border);border-bottom:0}.attention-rail>div{display:flex;overflow-x:auto}.attention-item{min-width:220px;border-right:1px solid var(--border);border-bottom:0}.attention-rail__all{display:none}.filter-bar{grid-template-columns:150px 140px 160px minmax(200px,1fr)}.summary-item{padding:8px 18px}.report-layout{grid-template-columns:minmax(0,1fr)}.report-settings{display:grid;grid-template-columns:1fr repeat(3,180px);gap:14px;align-items:end}.report-settings h3{grid-column:1 / -1}.report-settings dl{display:flex;gap:22px;margin:0}.report-settings dl>div{border:0}.report-settings>p{display:none}}@media(max-width:860px){.login-page{grid-template-columns:1fr}.login-intro{min-height:360px;padding:38px 28px;gap:36px}.login-intro h1{font-size:34px}.login-intro>div>p{font-size:14px}.login-points{display:none}.login-panel{padding:46px 0 64px}.admin-app{display:block}.sidebar{transform:translate(-100%);transition:transform .2s ease;box-shadow:8px 0 30px #0f1b2b40}.sidebar--open{transform:translate(0)}.sidebar__brand>button{display:grid;place-items:center;margin-left:auto}.admin-main{min-width:0}.admin-topbar{height:64px;padding:0 16px}.menu-button{display:grid}.admin-topbar h1{margin-right:auto;font-size:18px}.admin-topbar__right span{display:none}.admin-content{padding:20px 16px}.filter-bar,.records-filter{grid-template-columns:1fr 1fr}.filter-bar .search-field{grid-column:1 / -1}.summary-band{min-height:96px}.summary-item{padding:8px 12px;gap:10px}.summary-item>svg{width:32px;height:32px}.summary-item strong{font-size:22px}.dashboard-table-wrap,.table-wrap{overflow-x:auto}.dashboard-table{min-width:840px}.records-table{min-width:920px}.attention-rail{grid-template-columns:150px 1fr}.report-settings{display:none}.report-canvas,.management-list{overflow-x:auto}.management-list__head,.management-list article{min-width:760px}.integration-layout{grid-template-columns:1fr}.integration-api,.operation-profile,.integration-hub{grid-column:auto}}@media(max-width:560px){.login-intro{min-height:300px}.login-intro h1{font-size:28px}.login-panel{width:calc(100% - 40px);padding-top:34px}.login-qr{grid-template-columns:1fr;justify-items:center;gap:12px;padding:14px}.login-qr__code{width:180px;height:180px;padding:5px}.login-qr__code svg{width:168px;height:168px}.login-qr__body{width:100%;justify-content:center;text-align:center}.login-qr__icon{display:none}.driver-app{box-shadow:none}.driver-header__row{min-height:62px;padding:0 14px}.driver-header__row h1{font-size:18px}.driver-user{max-width:110px;font-size:12px}.driver-user svg{width:18px;height:18px}.driver-date{min-height:46px;padding:0 18px;font-size:13px}.step-rail{height:86px;padding:12px 28px 10px}.step-rail li{font-size:10px}.driver-section{padding:24px 18px calc(118px + env(safe-area-inset-bottom))}.driver-section h2{font-size:24px}.selected-vehicle-line{width:calc(100% + 36px);padding:12px 18px;margin:-24px -18px 24px}.safety-check-row{grid-template-columns:1fr;gap:7px;padding:11px 12px}.safety-check-row>div{width:100%}.camera-actions .button{padding:0 10px;font-size:13px}.detected-result{min-height:82px;padding:12px 14px}.detected-result input{width:96px;font-size:32px}.mobile-action{padding:13px 18px calc(13px + env(safe-area-inset-bottom))}.success-panel{padding:44px 22px}.page-heading{align-items:stretch;flex-direction:column}.page-heading .button{align-self:flex-start}.filter-bar,.records-filter{grid-template-columns:1fr}.filter-bar .search-field{grid-column:auto}.summary-band{padding:4px}.summary-item{min-height:84px;padding:8px 4px;flex-direction:column;justify-content:center;text-align:center;gap:3px}.summary-item>svg{width:25px;height:25px}.summary-item small{font-size:10px}.summary-item strong{font-size:18px}.summary-item em{font-size:10px}.attention-rail{display:block}.attention-rail>header{min-height:58px;border-right:0;border-bottom:1px solid var(--border)}.report-toolbar{align-items:stretch;flex-direction:column}.report-toolbar>input{width:100%}.report-toolbar>div{display:grid;grid-template-columns:1fr 1fr}.report-toolbar .button{padding:0 9px;font-size:12px}.report-summary .summary-item{min-height:80px}.report-canvas{padding:10px 10px 0}.management-toolbar{align-items:stretch;flex-direction:column}.management-toolbar>span{align-self:flex-end}.record-detail__summary,.detail-grid,.safety-detail__groups{grid-template-columns:1fr}.detail-grid>div:nth-child(2n){padding-left:0;border-left:0}.detail-grid>div:nth-child(odd){padding-right:0}.modal-backdrop{padding:10px}.modal{max-height:calc(100vh - 20px)}.modal__body{padding:16px}.settings-actions{align-items:stretch;flex-direction:column}.settings-actions .button{width:100%}.export-line{align-items:stretch;flex-direction:column}.operation-profile{grid-template-columns:1fr}.operation-profile>div{min-height:60px;padding:12px 0;border-right:0;border-bottom:1px solid var(--border)}.operation-profile>div:nth-child(3){border-bottom:0}.operation-profile>p{align-items:flex-start;line-height:1.6}.integration-target-row{grid-template-columns:42px minmax(0,1fr)}.integration-target-row label{grid-column:2}.integration-target-copy{grid-template-columns:1fr}.integration-target-copy p,.integration-target-copy code{grid-column:auto}.compliance-grid{grid-template-columns:1fr}.integration-save>span{margin-right:0;text-align:center}}@media print{@page{size:A4 landscape;margin:8mm}html,body,#root{background:#fff!important}.sidebar,.admin-topbar,.page-heading,.report-toolbar,.report-summary,.report-settings,.report-pagination,.toast,.screen-report-layout{display:none!important}.admin-app,.admin-main,.admin-content,.report-layout,.report-canvas{display:block!important;width:100%!important;min-height:0!important;padding:0!important;margin:0!important;border:0!important;background:#fff!important;overflow:visible!important}.print-report-stack{display:block!important}.print-report-stack .report-sheet{break-after:page;page-break-after:always}.print-report-stack .report-sheet:last-child{break-after:auto;page-break-after:auto}.report-sheet{width:100%!important;min-width:0!important;aspect-ratio:auto!important;min-height:180mm;padding:5mm!important;transform:none!important;box-shadow:none!important}.report-sheet table{font-size:7.5pt}.report-sheet th,.report-sheet td{height:8.5mm}}
