:root{color-scheme:light;font-family:Inter,PingFang SC,Microsoft YaHei,Arial,sans-serif;color:#1f2430;background:#f2f4f9;--focus: #2563eb;--focus-soft: #e8effe;--line: #e5e9f2;--line-strong: #cbd4e4;--text-subtle: #6b7385;--blue: #2563eb;--green: #16a877;--danger: #f0490f;--panel: #ffffff;--soft: #f7f9fe;--nav: #ffffff;--dark: #211d33;--radius-lg: 14px;--radius-md: 10px;--radius-sm: 8px;--shadow-card: 0 1px 2px rgba(23, 32, 55, .04), 0 8px 24px rgba(23, 32, 55, .05);--shadow-pop: 0 12px 40px rgba(23, 32, 55, .16)}*{box-sizing:border-box}body{margin:0;min-width:1180px;background:#f2f4f9;-webkit-font-smoothing:antialiased}button,input,select{font:inherit}button{cursor:pointer}.app-shell{min-height:100vh}.topbar{height:54px;display:flex;align-items:center;justify-content:space-between;padding:0 24px 0 32px;background:#ffffffe6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--line);position:sticky;top:0;z-index:20}.top-actions,.avatar,.top-link{display:flex;align-items:center}.brand{display:flex;align-items:center;gap:10px}.brand strong{font-size:17px;color:#1a2338;letter-spacing:.5px}.brand em{font-style:normal;font-size:12px;color:var(--text-subtle);padding:2px 8px;border-radius:20px;background:#f1f4fa}.brand-mark{width:30px;height:30px;display:inline-flex;align-items:center;justify-content:center;border-radius:9px;color:#fff;background:linear-gradient(135deg,#2563eb,#4f8bff);box-shadow:0 4px 12px #2563eb59}.brand-mark.large{width:46px;height:46px;border-radius:13px}.logout-button{display:inline-flex;align-items:center;gap:5px;height:32px;padding:0 12px;border:1px solid var(--line-strong);border-radius:var(--radius-sm);color:#3a4152;background:#fff;font-size:13px;transition:border-color .15s ease,color .15s ease}.logout-button:hover{color:var(--danger);border-color:#f5b79d}.login-page{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:40px 20px;background:radial-gradient(circle at 12% 8%,rgba(79,139,255,.16),transparent 42%),radial-gradient(circle at 88% 90%,rgba(37,99,235,.14),transparent 46%),#f2f4f9}.login-panel{width:400px;padding:42px 40px 36px;border:1px solid var(--line);border-radius:18px;background:#fff;box-shadow:var(--shadow-pop)}.login-brand{display:grid;justify-items:center;gap:6px;margin-bottom:30px;text-align:center}.login-brand h1{margin:8px 0 0;font-size:24px;color:#1a2338;letter-spacing:1px}.login-brand p{margin:0;color:var(--text-subtle);font-size:13px}.login-form{display:grid;gap:16px}.login-form label{display:grid;gap:7px;font-size:13px;color:#3a4152;font-weight:600}.login-form input{height:40px;border:1px solid var(--line-strong);border-radius:var(--radius-sm);background:#fff;padding:0 13px;outline:none;font-weight:400;transition:border-color .15s ease,box-shadow .15s ease}.login-form input:focus{border-color:var(--focus);box-shadow:0 0 0 3px #2563eb1f}.login-error{display:flex;align-items:center;gap:6px;color:#d43c12;background:#fef0ea;border-radius:var(--radius-sm);padding:9px 12px;font-size:13px}.login-submit{height:42px;margin-top:6px;border:0;border-radius:var(--radius-sm);color:#fff;background:var(--focus);font-size:15px;font-weight:650;box-shadow:0 4px 14px #2563eb4d;transition:background .15s ease,opacity .15s ease}.login-submit:hover:not(:disabled){background:#1d54cc}.login-submit:disabled{opacity:.55;cursor:default}.topbar-spacer{width:1px;height:1px}.top-actions{gap:17px;color:#14161d;font-size:14px}.top-link{gap:4px;white-space:nowrap}.top-link b{min-width:28px;text-align:center;padding:1px 5px;border-radius:10px;color:#fff;background:#f43d22;font-size:12px}.avatar{gap:5px}.app-body{display:flex;min-height:calc(100vh - 54px)}.sidebar{width:206px;flex:0 0 206px;background:#fff;border-right:1px solid var(--line);padding:22px 10px 18px;position:sticky;top:54px;height:calc(100vh - 54px);overflow:hidden;transition:width .18s ease,flex-basis .18s ease}.sidebar.collapsed{width:64px;flex-basis:64px}.nav-group{margin-bottom:8px}.nav-title{width:100%;min-height:39px;padding:0 14px;display:flex;justify-content:space-between;align-items:center;border:0;border-radius:var(--radius-sm);background:transparent;color:#262b37;font-weight:600;cursor:pointer;transition:background .16s ease,color .16s ease}.nav-title:disabled{cursor:default}.nav-title:not(:disabled):hover,.nav-title.active{color:var(--focus);background:#f8fbff}.nav-main{display:inline-flex;align-items:center;gap:8px;min-width:0}.nav-label{white-space:nowrap}.nav-chevron{color:#8a94a7;transition:transform .16s ease}.nav-chevron.closed{transform:rotate(-90deg)}.nav-children{display:grid;gap:2px;padding:2px 0 4px 24px}.nav-children button{height:36px;padding:0 12px;text-align:left;border:0;border-radius:var(--radius-sm);background:transparent;color:#697386;transition:background .16s ease,color .16s ease}.nav-children button:hover{color:#2e3442;background:#f4f6fb}.nav-children button.active{color:var(--focus);background:var(--focus-soft);font-weight:650}.collapse-button{position:absolute;left:146px;bottom:20px;width:30px;height:30px;border:0;border-radius:5px;background:transparent;color:#141923;display:flex;align-items:center;justify-content:center;transition:background .16s ease,color .16s ease,left .18s ease}.collapse-button:hover{color:var(--focus);background:var(--focus-soft)}.collapse-button svg{transition:transform .18s ease}.sidebar.collapsed .nav-title{justify-content:center;padding:0}.sidebar.collapsed .nav-main{justify-content:center}.sidebar.collapsed .nav-label,.sidebar.collapsed .nav-chevron,.sidebar.collapsed .nav-children{display:none}.sidebar.collapsed .collapse-button{left:17px}.sidebar.collapsed .collapse-button svg{transform:rotate(180deg)}.main-stage{flex:1;min-width:0;padding:20px 24px 36px;overflow:clip}.frame-valuation-page{min-height:calc(100vh - 110px);position:relative;overflow:hidden;border-radius:var(--radius-lg);border:1px solid #132b44;color:#dcecff;background:radial-gradient(circle at 48% 74%,rgba(44,170,255,.2),transparent 30%),radial-gradient(circle at 50% 100%,rgba(18,91,143,.38),transparent 35%),linear-gradient(180deg,#0c1627,#081322)}.frame-status-bar{height:58px;display:grid;grid-template-columns:minmax(250px,1fr) minmax(360px,1.3fr) minmax(90px,1fr);align-items:center;gap:12px;padding:0 18px;color:#f2f7ff;border-bottom:1px solid rgba(90,154,220,.2)}.frame-status-bar strong{color:#ffae22}.frame-status-bar p{margin:0;text-align:center;color:#d7e5f775;font-size:16px}.frame-status-bar>span{justify-self:end;display:inline-flex;align-items:center;justify-content:center;width:42px;height:24px;border:1px solid rgba(208,223,239,.5);border-radius:6px;color:#e7f0fab8;font-size:18px;font-style:italic;font-weight:900;transform:skew(-8deg)}.frame-workbench{min-height:calc(100vh - 214px);display:grid;grid-template-columns:minmax(660px,1fr) 360px;gap:16px;padding:16px 18px 12px}.frame-scene-card{min-height:580px;position:relative;overflow:hidden;border:1px solid rgba(72,152,232,.16);background:linear-gradient(90deg,rgba(28,85,130,.16),transparent 22%,transparent 78%,rgba(28,85,130,.16)),radial-gradient(circle at 50% 72%,rgba(44,164,255,.22),transparent 26%),#0c1728}.frame-model-switch{position:absolute;top:14px;left:14px;z-index:2;display:flex;gap:8px}.frame-model-switch button{padding:7px 16px;border:1px solid rgba(74,143,211,.28);color:#e0edfbb8;background:#0a192ad1;font-size:14px;cursor:pointer}.frame-model-switch button.active{border-color:#ffb13bc7;color:#fff;background:linear-gradient(180deg,#ffa62433,#0a192ae6);box-shadow:inset 0 0 0 1px #ffb13b29,0 0 18px #ff901629}.frame-canvas,.frame-canvas canvas{width:100%;height:100%}.frame-canvas{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1}.frame-canvas canvas{display:block}.frame-corner{position:absolute;z-index:2;top:32%;width:128px;height:275px;opacity:.58;pointer-events:none}.frame-corner:before,.frame-corner:after{content:"";position:absolute;left:0;width:92px;height:92px;border-left:3px solid rgba(98,189,255,.62);filter:drop-shadow(0 0 9px rgba(75,187,255,.82))}.frame-corner:before{top:0;border-top:3px solid rgba(98,189,255,.62);transform:skewY(-28deg)}.frame-corner:after{bottom:0;border-bottom:3px solid rgba(98,189,255,.62);transform:skewY(28deg)}.frame-corner-left{left:34px}.frame-corner-right{right:34px;transform:scaleX(-1)}.frame-scanline{position:absolute;z-index:0;left:50%;bottom:-16px;width:78%;height:180px;transform:translate(-50%);background:radial-gradient(ellipse at center,rgba(54,185,255,.24),rgba(16,95,150,.12) 38%,transparent 70%);pointer-events:none}.frame-loader{position:absolute;z-index:3;left:18px;bottom:18px;color:#d8e8f9b8;font-size:13px}.frame-loader:empty{display:none}.frame-controls-hint{position:absolute;z-index:3;right:18px;bottom:18px;color:#d8e8f98a;font-size:13px}.frame-estimate-panel{display:flex;flex-direction:column;gap:14px;padding:18px;border:1px solid rgba(71,151,232,.24);background:#091727d6;box-shadow:inset 0 0 30px #44adff0d}.frame-panel-title{display:flex;align-items:flex-start;gap:10px}.frame-panel-title svg{color:#56c7ff;margin-top:3px}.frame-panel-title h1{margin:0 0 6px;color:#f4f8ff;font-size:20px}.frame-panel-title p{margin:0;color:#d5e3f494;line-height:1.5}.frame-price-card{min-height:122px;display:grid;align-content:center;gap:6px;padding:18px;border:1px solid rgba(85,191,255,.25);background:radial-gradient(circle at right top,rgba(69,177,255,.22),transparent 40%),#0d2238bd}.frame-price-card span,.frame-part-card span,.frame-repair-box span,.frame-metric span{color:#dae8f794}.frame-price-card strong{color:#fff;font-size:38px;line-height:1}.frame-price-card em{color:#ffb23c;font-style:normal}.frame-metric-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.frame-metric{min-height:70px;display:grid;align-content:center;gap:6px;padding:12px;border:1px solid rgba(74,143,211,.24);background:#ffffff09}.frame-metric strong{color:#eef7ff;font-size:18px}.frame-metric.hot strong{color:#ffb13b}.frame-part-card,.frame-repair-box{padding:15px;border:1px solid rgba(74,143,211,.24);background:#ffffff0a}.frame-part-card{display:grid;gap:11px}.frame-part-card>div{display:flex;justify-content:space-between;gap:12px}.frame-part-card strong{color:#fff}.frame-part-card b{width:max-content;padding:4px 8px;border-radius:4px;color:#ffb13b;background:#ffa8281f}.frame-part-card p,.frame-repair-box p{margin:0;color:#ddeaf9b8;line-height:1.7}.frame-repair-box{display:grid;gap:8px}.frame-repair-box strong{color:#eff8ff;font-size:22px}.frame-estimate-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.frame-list-title{grid-column:1 / -1;color:#dae8f7b8;font-weight:700}.frame-estimate-list button{min-height:68px;display:grid;grid-template-columns:1fr;align-items:center;gap:4px;padding:10px 12px;text-align:left;border:1px solid rgba(74,143,211,.24);border-radius:4px;color:#e0edfbc2;background:#ffffff09}.frame-estimate-list button:hover,.frame-estimate-list button.active{border-color:#ffb13bc7;color:#fff;background:linear-gradient(90deg,#ffa6242e,#0f263ec2)}.frame-estimate-list span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-weight:700}.frame-estimate-list strong{color:#ffb13b}.frame-estimate-list em{color:#dae8f78f;font-size:12px;font-style:normal}.frame-part-strip{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;padding:0 18px 16px}.frame-part-strip button{min-height:62px;padding:11px 13px;text-align:left;border:1px solid rgba(74,143,211,.18);color:#e0edfbb3;background:#0a192ad1}.frame-part-strip button.active{border-color:#ffb13bc7;color:#fff;background:linear-gradient(180deg,#ffa6242e,#0a192ae6);box-shadow:inset 0 0 0 1px #ffb13b29,0 0 18px #ff901629}.frame-part-strip span,.frame-part-strip strong{display:block}.frame-part-strip strong{margin-top:6px;color:#ffb13b;font-size:13px}.panel-page,.detail-page{min-height:calc(100vh - 110px);background:var(--panel);border:1px solid var(--line);border-radius:var(--radius-lg);box-shadow:var(--shadow-card)}.panel-page{padding:26px 24px 14px}.page-heading{display:flex;align-items:center;gap:12px;margin-bottom:28px}.page-heading h1{margin:0;font-size:22px;line-height:1.2}.ghost-focus{display:inline-flex;align-items:center;gap:4px;height:27px;border:0;border-radius:4px;color:var(--focus);background:var(--focus-soft)}.filter-grid{display:grid;gap:10px 28px;align-items:center;margin-bottom:22px}.report-filter-grid{grid-template-columns:repeat(4,minmax(220px,1fr)) 190px}.field{min-width:0;display:grid;grid-template-columns:82px minmax(0,1fr);align-items:center;gap:10px;color:#2e3340;font-size:14px}.field>span{text-align:right;white-space:nowrap}.field input,.field select,.date-range{height:34px;width:100%;border:1px solid var(--line-strong);border-radius:var(--radius-sm);background:#fff;color:#3a4152;padding:0 12px;outline:none;transition:border-color .15s ease,box-shadow .15s ease}.field input:hover,.field select:hover{border-color:#a9b6cf}.field input:focus,.field select:focus{border-color:var(--focus);box-shadow:0 0 0 3px #2563eb1f}.field input::placeholder{color:#b8bfcc}.date-range{display:flex;align-items:center;justify-content:space-between;color:#b8bfcc}.date-range b{color:#96a0b4;font-weight:500}.filter-actions{display:flex;gap:12px;justify-content:flex-end}.filter-actions.compact{justify-content:flex-start}.soft-button{height:34px;min-width:88px;display:inline-flex;align-items:center;justify-content:center;gap:5px;border:1px solid var(--line-strong);border-radius:var(--radius-sm);color:#3a4152;background:#fff;transition:background .15s ease,border-color .15s ease,color .15s ease}.soft-button:hover{border-color:#a9b6cf;background:#f7f9fe}.filter-actions .soft-button:first-child{border:0;color:#fff;background:var(--focus);box-shadow:0 2px 8px #2563eb47}.filter-actions .soft-button:first-child:hover{background:#1d54cc}.status-tabs{display:inline-flex;align-items:center;gap:4px;margin:5px 0 14px;padding:4px;border-radius:var(--radius-md);background:#f1f4fa}.status-tabs button{height:32px;border:0;border-radius:7px;background:transparent;color:#60697a;padding:0 13px;transition:background .15s ease,color .15s ease,box-shadow .15s ease}.status-tabs button:hover{color:#2e3442}.status-tabs button.active{color:var(--focus);background:#fff;font-weight:700;box-shadow:0 1px 4px #1720371a}.table-toolbar{display:flex;align-items:center;justify-content:flex-end;gap:10px;margin:0 0 9px}.table-toolbar button,.row-actions button,.mini-action{display:inline-flex;align-items:center;gap:4px;border:0;border-radius:6px;padding:3px 6px;background:transparent;color:var(--blue);transition:background .12s ease}.row-actions button:hover,.table-toolbar button:hover{background:var(--focus-soft)}.row-actions button.copied{color:#16a34a}.row-actions button.copied:hover{background:#ecfdf3}.dark-button{border-radius:var(--radius-sm);padding:0 14px;min-height:34px;color:#fff!important;background:var(--dark)!important;box-shadow:0 2px 8px #211d334d}.grade-badge{display:inline-flex;align-items:center;justify-content:center;min-width:26px;height:24px;padding:0 8px;border-radius:7px;font-weight:700;font-size:13px}.grade-badge.grade-A{color:#0d8a5f;background:#e3f7ee}.grade-badge.grade-B{color:#2563eb;background:#e8effe}.grade-badge.grade-C{color:#c75f18;background:#fdf0e4}.grade-badge.grade-none{color:#8a94a7;background:#f1f4fa;font-weight:500}.data-table-wrap{border:1px solid var(--line);border-radius:var(--radius-md);overflow:auto;max-height:calc(100vh - 335px)}.data-table{min-width:1480px;width:100%;border-collapse:collapse;color:#4b5265;font-size:14px}.data-table th,.data-table td{border-bottom:1px solid var(--line);padding:13px 16px;text-align:left;vertical-align:middle;white-space:nowrap}.data-table th{color:#6b7385;background:#f8fafd;font-weight:600;font-size:13px;position:sticky;top:0;z-index:1}.data-table tbody tr{transition:background .12s ease}.data-table tbody tr:hover{background:#f5f8ff}.data-table tbody tr:last-child td{border-bottom:0}.check-col{width:48px}.strong{color:#626b7e;margin-bottom:4px}.mini-action{padding:0;color:#8b94a4;font-size:12px}.wide-cell{max-width:270px;overflow:hidden;text-overflow:ellipsis}.sticky-action{position:sticky;right:0;background:#fff;z-index:1;box-shadow:-8px 0 14px #1f2a3f0d}th.sticky-action{background:#f8fafd;z-index:3}.data-table tbody tr:hover td.sticky-action{background:#f5f8ff}.row-actions{min-width:250px;display:flex;flex-wrap:wrap;gap:8px 13px}.status-pill{display:inline-flex;align-items:center;gap:4px;white-space:nowrap;color:#697386}.status-pill.ok svg{color:var(--green);fill:var(--green)}.status-pill.warning svg{color:#fb7a11;fill:#fb7a11}.status-pill.muted svg{color:#a7afbd;fill:#a7afbd}.pagination{height:58px;display:flex;justify-content:flex-end;align-items:center;gap:13px;color:#687084}.pagination button{min-width:30px;height:30px;border:0;border-radius:var(--radius-sm);background:transparent;color:#8a94a7;transition:background .12s ease,color .12s ease}.pagination button:hover{color:#2e3442;background:#f1f4fa}.pagination button.current{color:#fff;background:var(--focus);font-weight:650}.page-ellipsis{min-width:22px;text-align:center;color:#a7afbd}.table-empty{text-align:center!important;padding:40px 0!important;color:#9aa3b2}.paint-back{display:inline-flex;align-items:center;gap:5px;height:32px;padding:0 12px;margin-right:14px;border:1px solid var(--line-strong);border-radius:var(--radius-sm);color:#3a4152;background:#fff;transition:border-color .15s ease,color .15s ease}.paint-back:hover{color:var(--focus);border-color:#a9b6cf}.paint-series-table{min-width:0;width:100%}.paint-series-table th:nth-child(4),.paint-series-table td:nth-child(4),.paint-series-table th:nth-child(5),.paint-series-table td:nth-child(5),.paint-series-table th:nth-child(6),.paint-series-table td:nth-child(6){white-space:nowrap}.paint-series-table th:last-child,.paint-series-table td:last-child{width:120px}.pagination select,.pagination input{height:30px;border:1px solid var(--line-strong);border-radius:var(--radius-sm);background:#fff}.pagination input{width:42px}.detail-page{background:radial-gradient(circle at 8% 12%,rgba(79,139,255,.12),transparent 38%),radial-gradient(circle at 92% 80%,rgba(37,99,235,.1),transparent 42%),linear-gradient(180deg,#f0f5ff,#e9f0fc);border:0}.report-hero,.remark-line,.summary-line,.info-matrix{margin:0;background:#f8fbff;border:1px solid #cfe0ff;border-bottom:0}.report-hero{min-height:50px;display:flex;align-items:center;justify-content:space-between;padding:0 16px;box-shadow:inset 3px 0 0 var(--focus)}.vehicle-title,.hero-icons,.muted-icons{display:flex;align-items:center;gap:10px}.vehicle-title{min-width:0;flex:1 1 auto;overflow:hidden}.vehicle-title strong{max-width:360px;font-size:17px;color:#1f2430;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.vehicle-title span{flex:0 1 auto;max-width:180px;border:1px solid #aeb7c8;background:#fff;color:#5d6678;height:24px;display:inline-flex;align-items:center;padding:0 8px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.vehicle-title span:nth-last-child(2){max-width:240px;border:0;background:transparent;padding:0}.vehicle-title button{border:0;color:var(--blue);background:transparent}.hero-icons{flex:0 0 auto;margin-left:10px}.muted-icons{color:#aaadb4}.score-good,.score-normal{display:inline-flex;align-items:center;height:30px;padding:0 10px;color:#fff;font-size:22px;font-weight:800}.score-good{background:#35bf79}.score-normal{background:#64748b}.remark-line,.summary-line{min-height:38px;padding:9px 16px;color:#555f70}.summary-line{background:#fff;border-top:1px solid #d9e7ff}.info-matrix{display:grid;grid-template-columns:repeat(5,minmax(150px,1fr));background:#fff;border-bottom:1px solid #cfe0ff;padding:8px 16px 15px}.matrix-item,.info-pair{min-height:39px;display:grid;align-items:center;border:1px solid var(--line);border-left:0;background:#fff}.matrix-item{grid-template-columns:112px minmax(0,1fr)}.info-pair{grid-template-columns:96px minmax(0,1fr)}.matrix-item:nth-child(5n+1){border-left:1px solid var(--line)}.matrix-item span,.info-pair span{height:100%;display:flex;align-items:center;padding:0 10px;color:#6d7587;background:#f8f9fd;border-right:1px solid var(--line);white-space:nowrap}.matrix-item strong,.info-pair strong{min-width:0;padding:0 14px;font-weight:500;color:#202533;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.matrix-item strong.hot{color:var(--focus)}.detail-workspace{display:grid;grid-template-columns:minmax(640px,1fr) minmax(650px,1fr);gap:14px;padding-top:12px}.media-pane,.report-pane{background:#fff;min-height:calc(100vh - 330px);border:1px solid #dfe9fb}.media-tabs{display:grid;grid-template-columns:repeat(4,1fr);background:#f1f4fa;border:1px solid var(--line)}.media-tabs button{height:48px;border:0;background:transparent;color:#6a7283;font-size:16px}.media-tabs button.active{color:var(--focus);background:#fff;font-weight:700}.photo-viewer{height:278px;position:relative;display:flex;align-items:center;justify-content:center;background:#1e212a;overflow:hidden}.photo-viewer img{max-width:72%;max-height:100%;object-fit:contain}.thumb-toggle,.viewer-tools{position:absolute;top:10px;z-index:2;height:36px;display:flex;align-items:center;gap:12px;border:0;border-radius:4px;color:#fff;background:#07090e;padding:0 12px;font-size:18px;font-weight:700}.thumb-toggle{left:10px}.viewer-tools{right:16px}.viewer-arrow{position:absolute;top:50%;width:45px;height:45px;transform:translateY(-50%);border:0;border-radius:50%;color:#fff;background:#06090f;font-size:42px;line-height:1}.viewer-arrow.left{left:24px}.viewer-arrow.right{right:24px}.media-caption{height:43px;display:flex;align-items:center;justify-content:center;color:#1e2530;font-size:17px;font-weight:600}.detail-footer-actions{position:sticky;bottom:0;height:62px;display:flex;justify-content:flex-end;align-items:center;gap:16px;padding:0 16px;background:#fffffff5;box-shadow:0 -10px 22px #1c253614}.detail-footer-actions button{min-width:88px;height:37px;display:inline-flex;align-items:center;justify-content:center;gap:6px;border:1px solid var(--line);border-radius:4px;background:#fff;color:#313846}.report-pane{padding:0 16px 70px;overflow:auto;max-height:calc(100vh - 252px)}.section-stepper{display:flex;align-items:stretch;gap:0;overflow-x:auto;overflow-y:hidden;border-bottom:1px solid #edf1f7;background:#fff;position:sticky;top:0;z-index:3;padding:10px 0}.section-nav-group{min-height:70px;display:flex;flex-direction:column;justify-content:flex-end;gap:7px;flex:0 0 auto;min-width:max-content;padding:0 14px}.section-nav-group:not(:last-child){border-right:1px solid #edf1f7}.section-group-label{height:18px;color:#7a8497;font-size:12px;line-height:18px;font-weight:700;white-space:nowrap}.section-group-items{display:flex;align-items:center;gap:6px}.section-stepper button{height:34px;min-width:74px;padding:0 11px;border:1px solid transparent;border-radius:4px;color:#646d7f;background:transparent;font-size:14px;white-space:nowrap}.section-stepper button span{display:inline-flex;width:20px;height:20px;align-items:center;justify-content:center;margin-right:6px;border-radius:50%;color:#fff;background:var(--focus);font-size:14px;font-weight:700}.section-stepper button:not(.active) span{display:none}.section-stepper button.active{border-color:#c7dbff;color:#0f4fb4;font-weight:700;background:var(--focus-soft)}.detection-overview{display:grid;grid-template-columns:1fr;gap:10px;padding:12px 0 4px}.detection-group{border:1px solid #dfe9fb;background:#fbfcff}.group-title{display:flex;align-items:center;gap:6px;height:36px;padding:0 12px;color:#242b38;font-weight:700}.detection-cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;padding:0 10px 10px}.detection-card{min-height:74px;display:flex;justify-content:space-between;gap:10px;padding:10px;border:1px solid var(--line);border-radius:4px;background:#fff}.detection-card strong{display:block;margin-bottom:5px;color:#222938}.detection-card p{margin:0;color:#687084;line-height:1.45}.detection-card.completed svg{color:var(--green)}.detection-card.warning svg{color:#f47a16}.section-card{padding:16px;background:#fff;border:1px solid #e3ecfb;border-top:0}.section-card h2{margin:0 0 14px;font-size:20px}.section-card h2 span{color:#788194;font-size:14px;font-weight:500}.section-card h3{margin:18px 0 8px;font-size:17px}.photo-check-list,.image-item-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:0 24px;border-bottom:1px solid var(--line);padding-bottom:12px}.photo-check-list div,.image-item-grid div{min-height:30px;display:flex;align-items:center;gap:6px;padding:0 14px;color:#323948}.highlight{background:#f3f8ff}.basic-grid,.model-metrics,.device-result-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));margin-top:10px}.basic-grid .info-pair:nth-child(4n+1),.model-metrics .info-pair:nth-child(odd),.device-result-grid .info-pair:nth-child(odd){border-left:1px solid var(--line)}.model-row{display:flex;align-items:center;gap:14px;margin-bottom:12px}.model-row span{color:#5d6678}.model-row a{color:var(--blue)}.ai-tip{display:grid;grid-template-columns:84px 1fr;align-items:center;padding:12px;margin-bottom:14px;border:1px solid #dfeaff;border-radius:8px;background:linear-gradient(90deg,#e8f3ff,#fbfdff)}.ai-tip svg{justify-self:center;color:#6a73ff}.ai-tip p{margin:4px 0}.section-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}.section-head h2{margin:0}.segmented{display:inline-flex;border:1px solid #e8ecf5;border-radius:4px;overflow:hidden}.segmented button{height:32px;border:0;border-left:1px solid #e8ecf5;padding:0 14px;color:#8a93a5;background:#f3f5fb}.segmented button:first-child{border-left:0}.segmented button.active{color:var(--focus);background:#fff;font-weight:700}.paint-table{border:1px solid var(--line)}.paint-row{min-height:55px;display:grid;grid-template-columns:146px 1fr;align-items:center;border-bottom:1px solid var(--line)}.paint-row:nth-child(2n){background:#f7f8fc}.paint-row:last-child{border-bottom:0}.paint-name{height:100%;display:flex;flex-wrap:wrap;align-content:center;gap:4px 7px;padding:6px 16px;background:#f3f8ff}.paint-name strong{flex:0 0 100%}.paint-name span,.paint-name em{padding:2px 6px;border-radius:3px;color:var(--focus);background:var(--focus-soft);font-style:normal;font-size:12px}.paint-name em{color:#647084;background:#edf1f7}.paint-values{display:flex;gap:20px;padding:0 16px;color:#596274;font-size:16px}.chassis-summary{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-bottom:12px}.chassis-summary div{min-height:76px;display:grid;grid-template-columns:34px 1fr;gap:2px 8px;align-items:center;border:1px solid var(--line);border-radius:4px;padding:10px;background:#fbfcff}.chassis-summary svg{grid-row:span 2;color:var(--focus)}.chassis-summary strong{color:#222938}.chassis-summary span{color:#667085}.chassis-table{border:1px solid var(--line);overflow:auto}.chassis-table table{width:100%;border-collapse:collapse}.chassis-table th,.chassis-table td{padding:12px;border-bottom:1px solid var(--line);text-align:left}.chassis-table th{background:#f7f8fc}.condition-tabs{display:grid;grid-template-columns:repeat(6,1fr);border-bottom:1px solid var(--line);margin-bottom:12px}.condition-tabs button{height:42px;border:0;border-bottom:2px solid transparent;background:#fff;color:#687084}.condition-tabs button.active{border-bottom-color:var(--focus);color:#202533;font-weight:700}.condition-list{display:grid;gap:2px}.condition-row{min-height:36px;display:grid;grid-template-columns:140px 1fr;align-items:center;padding:0 14px}.condition-row span{color:#5e6678}.condition-row.highlight span{color:var(--danger)}.dbox-mobile-page{min-height:calc(100vh - 54px);padding:0;background:radial-gradient(circle at 8% 12%,rgba(79,139,255,.14),transparent 38%),radial-gradient(circle at 92% 82%,rgba(37,99,235,.1),transparent 42%),linear-gradient(180deg,#f0f5ff,#e8effc)}.dbox-mobile-topbar{position:sticky;top:54px;z-index:9;min-height:50px;display:flex;align-items:center;gap:12px;padding:8px 14px;background:#fffffff5;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:1px solid #d9e4f5}.dbox-mobile-topbar button{width:34px;height:34px;flex:none;display:inline-flex;align-items:center;justify-content:center;border:1px solid #cbd8eb;border-radius:50%;color:#233149;background:#fff}.dbox-mobile-topbar div{min-width:0}.dbox-mobile-topbar strong{display:block;color:#172033;font-size:15px;line-height:1.25}.dbox-mobile-topbar span{display:block;overflow:hidden;color:#657087;font-size:11px;white-space:nowrap;text-overflow:ellipsis}.dbox-mobile-topbar .dbox-copy-link{margin-left:auto;width:auto;height:30px;gap:5px;border-radius:999px;padding:0 12px;color:var(--focus);border-color:var(--focus);background:var(--focus-soft);font-size:12px;white-space:nowrap}.dbox-mobile-topbar .dbox-copy-link.copied{color:#16a34a;border-color:#86efac;background:#ecfdf3}.dbox-mobile-nav{position:sticky;top:104px;z-index:8;display:flex;gap:8px;overflow-x:auto;padding:10px 14px;background:#f0f5fff2;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:1px solid rgba(217,228,245,.85);scrollbar-width:none}.dbox-mobile-nav::-webkit-scrollbar{display:none}.dbox-mobile-nav button{flex:none;height:30px;border:1px solid #cbd8eb;border-radius:999px;padding:0 14px;color:#58647a;background:#fff;font-size:12px;transition:background .14s ease,color .14s ease,border-color .14s ease}.dbox-mobile-nav .dbox-nav-tag{margin-left:5px;font-style:normal;font-size:10px;color:#2a8a6a;background:#e3f7ee;border-radius:4px;padding:1px 5px}.dbox-mobile-nav button:hover,.dbox-mobile-nav button:active{color:var(--focus);border-color:var(--focus);background:var(--focus-soft)}.dbox-mobile-body{display:flex;justify-content:center;padding:18px 16px 56px}.dbox-mobile-screen{width:min(560px,100%);overflow:hidden;border-radius:18px;background:#eef5ff;box-shadow:0 18px 50px #18253c24}.dbox-mobile-page .dbox-hero,.dbox-mobile-page .dbox-card{scroll-margin-top:160px}body.public-report{min-width:0;overflow-x:hidden;background:#eef5ff}.dbox-mobile-page.standalone{min-height:100vh}.dbox-mobile-page.standalone .dbox-mobile-topbar{top:0}.dbox-mobile-page.standalone .dbox-mobile-nav{top:52px}.dbox-mobile-page.standalone .dbox-hero,.dbox-mobile-page.standalone .dbox-card{scroll-margin-top:108px}.dbox-hero{padding:22px 18px 18px;color:#263146;background:radial-gradient(circle at 18% 10%,rgba(255,255,255,.8),transparent 30%),linear-gradient(150deg,#f4f8ff,#d5e4fb 52%,#b9d1ef)}.dbox-hero-title{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:14px}.dbox-hero-title h1{margin:0;font-size:28px;letter-spacing:0}.dbox-switch{display:inline-flex;align-items:center;gap:8px;color:#4f5f78;font-size:13px;white-space:nowrap}.dbox-switch input{position:absolute;opacity:0;pointer-events:none}.dbox-switch i{width:40px;height:22px;border-radius:99px;background:#d9e2ee;position:relative;box-shadow:inset 0 1px 2px #20304c2e}.dbox-switch i:after{content:"";position:absolute;width:18px;height:18px;left:2px;top:2px;border-radius:50%;background:#fff;box-shadow:0 2px 6px #16223833;transition:transform .18s ease}.dbox-switch input:checked+i{background:var(--focus)}.dbox-switch input:checked+i:after{transform:translate(18px)}.dbox-score-card{display:grid;grid-template-columns:1fr auto;gap:12px;padding:14px;border:1px solid rgba(255,255,255,.9);border-radius:8px;background:#ffffffc7;box-shadow:0 10px 24px #2a49761f}.dbox-score-card h2{margin:0 0 10px;font-size:16px;line-height:1.55}.dbox-score-card p{margin:5px 0 0;color:#7b5f45;font-size:13px}.dbox-score{align-self:start;min-width:92px;display:inline-flex;align-items:baseline;justify-content:flex-end;gap:4px;color:#b3753f;font-size:31px;font-weight:900;line-height:1}.dbox-score span{padding:2px 5px;border-radius:3px;color:#fff;background:linear-gradient(180deg,#c4935d,#a66f3a);font-size:12px}.dbox-risk-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:7px;margin:10px 0}.dbox-risk-item{min-height:78px;display:grid;align-content:center;justify-items:center;gap:8px;border:1px solid rgba(255,255,255,.82);border-radius:8px;background:#ffffff73;color:#936d4d;font-size:13px}.dbox-risk-item svg{color:#ad8057}.dbox-summary{margin:10px 0 0;color:#5e6b7d;font-size:13px;line-height:1.75}.dbox-expand{height:30px;border:1px solid #9fb4d2;border-radius:4px;color:#416486;background:#ffffff8c}.dbox-report-owner{margin-top:13px;text-align:center;color:#677793;font-size:12px}.dbox-card{scroll-margin-top:126px;margin:10px 10px 0;padding:16px;border-radius:10px;background:linear-gradient(180deg,#fff,#fbfdff);box-shadow:0 10px 30px #364e7414}.dbox-card-head{display:flex;align-items:baseline;justify-content:space-between;gap:12px;margin-bottom:14px}.dbox-card-head h2{margin:0;color:#111827;font-size:18px}.dbox-card-head span{color:#7b8497;font-size:13px}.dbox-device-tag{margin-left:8px;vertical-align:3px;font-style:normal;font-size:11px;font-weight:500;color:#2a8a6a;background:#e3f7ee;border-radius:5px;padding:1px 6px;line-height:1.5}.dbox-basic-tabs{display:flex;justify-content:flex-end;gap:4px;margin:-5px 0 12px}.dbox-basic-tabs button{height:29px;border:1px solid transparent;border-radius:16px;padding:0 12px;color:#4f5b70;background:transparent}.dbox-basic-tabs button.active{border-color:#d7e5f8;background:#fff;color:#1c3761;font-weight:700;box-shadow:0 4px 12px #2b436514}.dbox-info-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px 22px}.dbox-info-item span{display:block;margin-bottom:7px;color:#9aa4b6;font-size:12px}.dbox-info-item strong{display:block;color:#20293a;font-size:14px;line-height:1.45;overflow-wrap:anywhere;word-break:break-all}.dbox-photo-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.dbox-photo-item{min-width:0;position:relative;display:block;border:0;padding:0;background:transparent;text-align:left}.dbox-photo-item img{width:100%;aspect-ratio:4 / 3;border-radius:4px;object-fit:cover;background:#e9eff8}.dbox-photo-item i{position:absolute;right:6px;top:6px;display:inline-flex;align-items:center;gap:3px;padding:3px 6px;border-radius:4px;color:#fff;background:#0d14219e;font-size:12px;font-style:normal;opacity:0;transition:opacity .16s ease}.dbox-photo-item:hover i{opacity:1}.dbox-photo-item span{display:block;margin-top:6px;color:#5e6a7c;font-size:12px;text-align:center}.dbox-expand{width:100%;margin-top:12px;border-color:transparent;background:transparent}.dbox-config-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));border:1px solid #edf1f8;border-bottom:0;border-right:0}.dbox-config-grid span{min-height:41px;display:flex;align-items:center;padding:8px 10px;border-right:1px solid #edf1f8;border-bottom:1px solid #edf1f8;color:#394458;background:#fbfcff;font-size:13px;line-height:1.4}.dbox-section-counts{display:flex;justify-content:flex-end;flex-wrap:wrap;gap:12px;margin:-6px 0 12px;color:#6e788c;font-size:13px}.dbox-section-counts button{height:22px;border:0;border-radius:4px;padding:0 7px;color:var(--focus);background:var(--focus-soft);font-size:12px}.dbox-section-counts .warn{color:#d47325}.dbox-legend{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:12px;color:#717b8c;font-size:12px}.dbox-legend span{display:inline-flex;align-items:center;gap:4px}.dbox-legend svg:first-child,.dbox-result-row.normal svg{color:var(--green)}.dbox-legend span:nth-child(2) svg,.dbox-result-row.warn svg{color:#f08a30}.dbox-result-list{border:1px solid #edf1f8;border-bottom:0}.dbox-result-row{min-height:50px;display:grid;grid-template-columns:18px 1fr auto 38px;align-items:center;gap:8px;padding:9px 10px;border-bottom:1px solid #edf1f8;color:#283247}.dbox-result-row:nth-child(2n){background:#f8faff}.dbox-result-row strong{color:#59b892;font-weight:700}.dbox-result-row.warn strong{color:#e07123}.dbox-result-row em{padding:2px 5px;border-radius:3px;color:#fff;background:#9aa4b6;font-style:normal;font-size:12px}.dbox-result-row button{border:0;border-radius:3px;padding:2px 5px;color:#fff;background:#9aa4b6;font-size:12px}.dbox-result-row button:hover{background:var(--focus)}.dbox-section-photo-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin-bottom:12px}.dbox-section-photo{position:relative;border:0;border-radius:4px;padding:0;overflow:hidden;background:#eef4fb}.dbox-section-photo img{width:100%;aspect-ratio:1.35;display:block;object-fit:cover}.dbox-section-photo i{position:absolute;right:6px;bottom:6px;display:inline-flex;align-items:center;gap:3px;border-radius:3px;padding:3px 6px;color:#fff;background:#0d16249e;font-style:normal;font-size:11px}.dbox-chip-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0;border:1px solid #edf1f8;border-right:0;border-bottom:0}.dbox-chip-grid button{min-height:30px;display:flex;align-items:center;gap:6px;border:0;border-right:1px solid #edf1f8;border-bottom:1px solid #edf1f8;padding:7px 9px;color:#4d586c;background:#fff;font-size:13px;text-align:left}.dbox-chip-grid button:nth-child(4n+1),.dbox-chip-grid button:nth-child(4n+2){background:#f8faff}.dbox-chip-grid button>span{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dbox-chip-grid button svg:first-child{flex:none}.dbox-chip-grid button svg:last-child{flex:none}.dbox-chip-grid button.warn{color:#c75f18}.dbox-chip-grid button.missing,.dbox-chip-grid button.limited{color:#8a94a8}.dbox-chip-grid button svg:first-child{color:var(--green)}.dbox-chip-grid button.warn svg:first-child{color:#f08a30}.dbox-chip-status{width:14px;color:#99a2b2;font-size:13px;line-height:1;text-align:center}.dbox-chip-grid button svg:last-child{justify-self:end;color:#b6becb;transform:rotate(-90deg)}.dbox-project-fold{position:relative}.dbox-project-fold.collapsed:after{content:"";position:absolute;left:0;right:0;bottom:0;height:46px;pointer-events:none;background:linear-gradient(180deg,#fff0,#fff 62%)}.dbox-project-fold-button{width:100%;height:44px;display:inline-flex;align-items:center;justify-content:center;gap:4px;border:0;border-top:1px solid #edf1f8;color:#8a94a8;background:#fff}.dbox-project-fold-button svg{transition:transform .18s ease}.dbox-project-fold-button.expanded svg{transform:rotate(180deg)}.dbox-headlight-table,.dbox-exhaust-grid,.dbox-frame-entry,.dbox-tire-panel,.dbox-paint-panel{margin-bottom:12px;border:1px solid #e0e8f4;border-radius:6px;background:#fbfdff}.dbox-headlight-table{padding:12px}.dbox-headlight-table>strong{display:block;margin-bottom:8px}.dbox-headlight-row{display:grid;grid-template-columns:78px repeat(4,minmax(0,1fr));gap:8px;padding:8px 0;border-top:1px solid #edf1f8;color:#566176;font-size:12px;line-height:1.45}.dbox-headlight-card{margin-top:10px;border:1px solid #edf1f8;border-radius:4px;overflow:hidden;background:#fff}.dbox-headlight-card header{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:8px 10px;color:#4b5570;background:#f8faff;font-size:12px}.dbox-headlight-card header span{border-radius:3px;padding:1px 4px;color:var(--focus);background:#eaf2ff;font-weight:700}.dbox-headlight-card header strong{color:#283247}.dbox-headlight-beam{display:grid;grid-template-columns:46px repeat(3,minmax(0,1fr));align-items:center;gap:8px;padding:10px;border-top:1px solid #edf1f8;text-align:center}.dbox-headlight-beam b{color:#6b7486;font-size:12px}.dbox-headlight-beam span{display:block;min-width:0}.dbox-headlight-beam strong{display:block;color:#1d2638;font-size:13px}.dbox-headlight-beam em{display:block;margin-top:3px;color:#7f899b;font-style:normal;font-size:12px}.dbox-exhaust-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));overflow:hidden}.dbox-exhaust-grid div{padding:10px;border-right:1px solid #edf1f8;border-bottom:1px solid #edf1f8}.dbox-exhaust-grid span{display:block;color:#7f899b;font-size:12px}.dbox-exhaust-grid strong{display:block;margin-top:6px;color:#1d2638}.dbox-frame-entry{display:grid;grid-template-columns:42px 1fr auto;gap:10px;align-items:center;padding:12px}.dbox-frame-entry svg{color:var(--focus)}.dbox-frame-entry strong{color:#1b273a}.dbox-frame-entry p{margin:4px 0 0;color:#697386;line-height:1.45}.dbox-frame-entry button{height:32px;border:0;border-radius:4px;padding:0 12px;color:#fff;background:var(--focus)}.dbox-empty{min-height:46px;display:flex;align-items:center;justify-content:center;border:1px dashed #d8e3f4;border-radius:6px;color:#8a94a8;background:#fbfdff}.dbox-tire-tabs{display:grid;grid-template-columns:repeat(4,1fr);margin-bottom:12px;overflow:hidden;border:1px solid #e0e8f4;border-radius:6px;background:#f6f9ff}.dbox-tire-tabs button{height:34px;border:0;border-right:1px solid #e0e8f4;color:#6b7486;background:transparent;font-size:12px}.dbox-tire-tabs button:last-child{border-right:0}.dbox-tire-tabs button.active{color:#1d2638;background:#fff;font-weight:700}.dbox-tire-panel{display:grid;grid-template-columns:1.25fr 1fr;gap:14px;padding:12px}.dbox-tire-curve{min-width:0;display:flex;flex-direction:column;gap:4px}.dbox-tire-curve-svg{width:100%;height:auto}.dbox-tire-curve-svg line{stroke:#e3ebf7;stroke-width:1}.dbox-tire-curve-svg text{fill:#93a0b6;font-size:8px;text-anchor:end}.dbox-tire-curve-svg polyline{fill:none;stroke:#35c3d6;stroke-width:1.4;stroke-linejoin:round}.dbox-tire-curve>span{color:#93a0b6;font-size:11px;text-align:center}.dbox-tire-curve-empty{min-height:110px;display:flex;align-items:center;justify-content:center;color:#8a94a8;font-size:12px}.dbox-tire-conclusion{min-width:0;display:flex;flex-direction:column}.dbox-tire-conclusion-card{display:flex;align-items:flex-start;justify-content:space-between;gap:8px;border-radius:8px 8px 0 0;padding:10px 12px 4px;background:linear-gradient(180deg,#d8e8fd,#eaf3ff)}.dbox-tire-conclusion-card p{margin:0 0 2px;color:#2563eb;font-size:12px;font-weight:650}.dbox-tire-conclusion-card strong{display:inline-flex;align-items:center;gap:4px;color:#2563eb;font-size:12px}.dbox-tire-grooves{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:6px;padding:4px 8px 0;border-radius:0 0 8px 8px;background:linear-gradient(180deg,#eaf3ff,#f8fbff)}.dbox-tire-grooves i{height:14px;border-radius:0 0 4px 4px;background:#c6d7ef;box-shadow:inset 0 -3px #afc4e4}.dbox-tire-depths{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:6px;padding:6px 8px 0;text-align:center;color:#1d2638;font-size:11px;font-weight:650}.dbox-tire-photos{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:12px}.dbox-tire-photos>button{border:0;padding:0;background:transparent}.dbox-tire-photos>button:first-child{position:relative;display:flex;align-items:center;gap:4px;min-width:0;overflow:hidden}.dbox-tire-photos img{width:44px;height:44px;flex:none;object-fit:cover;border-radius:4px}.dbox-tire-photos em{position:absolute;right:0;top:0;width:44px;height:44px;display:flex;align-items:center;justify-content:center;border-radius:4px;color:#fff;background:#0f172880;font-size:12px;font-style:normal;font-weight:650}.dbox-tire-photos>button:last-child{flex:none;display:inline-flex;align-items:center;gap:2px;color:#6b7486;font-size:12px}.dbox-ai-verdict{margin-bottom:12px;border:1px solid #dbe7fb;border-radius:8px;padding:12px;background:linear-gradient(160deg,#f2f7ff,#e8f1ff)}.dbox-ai-badge{display:inline-flex;align-items:center;gap:5px;height:24px;margin-bottom:8px;border-radius:999px;padding:0 10px;color:#fff;background:linear-gradient(120deg,#4f8bff,#7c5cff);font-size:12px;font-weight:700}.dbox-ai-verdict p{margin:0;color:#33405a;font-size:13px;line-height:1.65}.dbox-ai-block{margin-bottom:10px}.dbox-ai-block:last-child{margin-bottom:0}.dbox-ai-block strong{display:block;margin-bottom:6px;color:#1d2638;font-size:13px}.dbox-ai-block ul{display:grid;gap:6px;margin:0;padding:0;list-style:none}.dbox-ai-block li{position:relative;padding-left:14px;color:#566176;font-size:12px;line-height:1.6}.dbox-ai-block li:before{content:"";position:absolute;left:2px;top:8px;width:5px;height:5px;border-radius:50%;background:#4f8bff}.dbox-paint-tabs{display:grid;grid-template-columns:repeat(5,1fr);margin-bottom:12px;border-bottom:1px solid #e4ebf6}.dbox-paint-tabs button{height:34px;border:0;border-bottom:2px solid transparent;color:#697386;background:transparent}.dbox-paint-tabs button.active{color:var(--focus);border-bottom-color:var(--focus);font-weight:700}.dbox-paint-parts{display:flex;gap:8px;overflow-x:auto;margin-bottom:12px;padding-bottom:4px;scrollbar-width:none}.dbox-paint-parts::-webkit-scrollbar{display:none}.dbox-paint-parts button{flex:none;height:30px;border:1px solid #dbe4f2;border-radius:4px;padding:0 12px;color:#58647a;background:#fff;font-size:12px}.dbox-paint-parts button.active{color:#1d2638;border-color:#1d2638;font-weight:700}.dbox-paint-panel{display:grid;grid-template-columns:1.4fr 1fr;gap:14px;padding:14px}.dbox-paint-figure{position:relative;min-height:150px;display:flex;align-items:center;justify-content:center;overflow:hidden;border-radius:8px;background:#f4f8fe}.dbox-paint-figure img{width:100%;height:auto;display:block}.dbox-paint-figure i{position:absolute;transform:translate(-50%,-50%);width:18px;height:18px;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;border:2px solid #fff;color:#fff;background:#2563eb;font-size:10px;font-style:normal;font-weight:700;box-shadow:0 2px 6px #152c5a59}.dbox-paint-empty{color:#8a94a8;font-size:12px}.dbox-paint-values strong{display:block;margin-bottom:10px;color:#1d2638}.dbox-paint-values p{display:flex;align-items:center;gap:10px;margin:0 0 8px;color:#1d2638;font-size:13px;font-weight:650}.dbox-paint-values em{width:20px;height:20px;flex:none;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;color:#2563eb;background:#e8f0fe;font-size:11px;font-style:normal;font-weight:700}.dbox-paint-nodata{color:#8a94a8;font-size:12px;font-weight:400}.dbox-disclaimer{margin:0;color:#6a7486;line-height:1.7}.dbox-gallery-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:80;display:flex;align-items:flex-start;justify-content:center;padding-top:34px;background:#0f172a33}.dbox-gallery-panel{width:min(940px,calc(100vw - 96px));height:calc(100vh - 68px);display:grid;grid-template-rows:58px 1fr;border:1px solid #d5dde9;background:#fff;box-shadow:0 22px 70px #151f3033}.dbox-gallery-head{display:flex;align-items:center;justify-content:space-between;padding:0 16px}.dbox-gallery-head h2{margin:0;color:#1c2434;font-size:16px}.dbox-gallery-head button,.dbox-preview-head button{width:34px;height:34px;display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:4px;color:#202838;background:transparent}.dbox-gallery-head button:hover,.dbox-preview-head button:hover{background:#eef3fb}.dbox-gallery-scroll{min-height:0;overflow-y:auto;padding:16px 16px 20px;scrollbar-color:#b9bec7 transparent;scrollbar-width:thin}.dbox-gallery-scroll::-webkit-scrollbar{width:10px}.dbox-gallery-scroll::-webkit-scrollbar-thumb{border:3px solid #fff;border-radius:10px;background:#b9bec7}.dbox-gallery-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.dbox-gallery-photo{position:relative;border:0;padding:0;overflow:hidden;background:#edf2f6}.dbox-gallery-photo img{display:block;width:100%;aspect-ratio:3 / 2;object-fit:cover;transition:transform .18s ease}.dbox-gallery-photo:hover img{transform:scale(1.015)}.dbox-gallery-photo span{position:absolute;right:2px;bottom:2px;min-width:28px;height:18px;display:inline-flex;align-items:center;justify-content:center;color:#fff;background:#141b23b8;font-size:11px;line-height:1}.dbox-preview-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:90;display:flex;align-items:center;justify-content:center;padding:64px 72px 48px;background:#070b14e0}.dbox-preview-backdrop img{max-width:92vw;max-height:82vh;object-fit:contain;box-shadow:0 16px 70px #0000006b}.dbox-preview-head{position:absolute;top:18px;left:24px;right:24px;display:grid;grid-template-columns:1fr auto 36px;align-items:center;gap:14px;color:#fff}.dbox-preview-head strong{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dbox-preview-head span{color:#c9d2e2}.dbox-preview-head button{color:#fff}.dbox-preview-head button:hover{background:#ffffff1f}.dbox-preview-arrow{position:absolute;top:50%;width:46px;height:62px;transform:translateY(-50%);border:0;border-radius:4px;color:#fff;background:#ffffff1f;font-size:42px;line-height:1}.dbox-preview-arrow.left{left:24px}.dbox-preview-arrow.right{right:24px}.dbox-preview-arrow:hover{background:#ffffff38}@media(max-width:640px){.dbox-mobile-body{padding:0 0 40px}.dbox-mobile-screen{border-radius:0;box-shadow:none}}.loading{display:flex;align-items:center;justify-content:center;color:#687084}.viewer-3d-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:80;display:flex;justify-content:flex-end;background:#080d1880;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);animation:viewer-3d-fade .18s ease}@keyframes viewer-3d-fade{0%{opacity:0}to{opacity:1}}.viewer-3d-panel{position:relative;width:min(60vw,920px);height:100%;display:flex;flex-direction:column;background:#fff;box-shadow:-18px 0 50px #080d184d;animation:viewer-3d-slide .24s cubic-bezier(.22,.61,.36,1)}@keyframes viewer-3d-slide{0%{transform:translate(40px);opacity:.4}to{transform:translate(0);opacity:1}}.viewer-3d-head{display:flex;align-items:center;justify-content:space-between;padding:18px 22px;border-bottom:1px solid var(--line)}.viewer-3d-head h2{margin:0;font-size:19px;color:#1a2338}.viewer-3d-head button{width:34px;height:34px;display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:var(--radius-sm);color:#6b7385;background:transparent;transition:background .14s ease,color .14s ease}.viewer-3d-head button:hover{color:#1a2338;background:#f1f4fa}.viewer-3d-subbar{display:flex;align-items:center;gap:14px;padding:12px 22px;color:#dce8fb;background:linear-gradient(180deg,#14233b,#0e1a2c)}.viewer-3d-subbar span{font-size:13px;white-space:nowrap}.viewer-3d-subbar strong{color:#ffb454;font-weight:650}.viewer-3d-subbar p{flex:1;margin:0;text-align:center;color:#7a8aa4;font-size:12px}.viewer-3d-subbar em{flex:none;font-style:normal;font-weight:800;font-size:13px;letter-spacing:1px;color:#cfe0f5;padding:2px 8px;border-radius:6px;border:1px solid rgba(207,224,245,.4)}.viewer-3d-scene{position:relative;flex:1;min-height:0;overflow:hidden;background:radial-gradient(circle at 50% 44%,#16324f,#0c1930 46%,#070f1e)}.viewer-3d-canvas{position:absolute;top:0;right:0;bottom:0;left:0}.viewer-3d-scene .frame-corner{position:absolute;width:60px;height:60px;border:2px solid rgba(87,199,255,.5);z-index:2}.viewer-3d-scene .frame-corner-left{top:22px;left:22px;border-right:0;border-bottom:0}.viewer-3d-scene .frame-corner-right{bottom:22px;right:22px;border-left:0;border-top:0}.viewer-3d-loader{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;color:#a9c4e6;font-size:14px;z-index:3}.viewer-3d-hint{position:absolute;left:50%;bottom:18px;transform:translate(-50%);z-index:3;color:#8ba4c6;font-size:12px;padding:5px 14px;border-radius:20px;background:#0a142499}.paint-model-page{min-height:calc(100vh - 82px);padding:18px 16px;background:#fff;border:1px solid #eef2f8}.paint-model-title h1{margin:0 0 28px;font-size:21px;line-height:1.2;color:#161b27}.paint-model-meta{display:flex;align-items:center;gap:10px;margin-bottom:24px;color:#222837;white-space:nowrap}.paint-model-meta strong{font-weight:800}.paint-model-meta em{color:#8b94a7;font-style:normal}.paint-model-meta .muted{margin-left:22px;color:#9aa2b2}.paint-model-workspace{display:grid;grid-template-columns:minmax(620px,.72fr) minmax(760px,1fr);gap:12px;height:calc(100vh - 198px);min-height:560px}.paint-visual-pane,.paint-data-pane{min-width:0}.paint-main-viewer{position:relative;height:342px;overflow:hidden;border-radius:4px;background:#050506}.paint-main-viewer img{width:100%;height:100%;object-fit:cover;display:block}.paint-active-label{position:absolute;left:50%;bottom:18px;transform:translate(-50%);padding:5px 12px;border-radius:4px;border:1px solid #84b7ff;color:var(--focus);background:#eaf2ffeb;font-weight:700}.paint-arrow{position:absolute;top:50%;z-index:2;width:44px;height:58px;transform:translateY(-50%);border:0;color:#b7bdc9;background:#050506;font-size:38px}.paint-arrow.left{left:0}.paint-arrow.right{right:0}.paint-thumb-grid{height:calc(100% - 354px);min-height:184px;display:grid;grid-template-columns:repeat(6,minmax(80px,1fr));gap:14px 8px;align-content:start;margin-top:18px;padding-right:10px;overflow:auto}.paint-thumb-grid button{min-width:0;border:0;background:transparent;color:#667085;padding:0}.paint-thumb-grid img{width:100%;height:54px;object-fit:cover;border:1px solid transparent;border-radius:3px;background:#f5f7fc;opacity:.66;display:block}.paint-thumb-grid button.active img{border-color:var(--focus);opacity:1}.paint-thumb-grid span{display:block;min-height:34px;margin-top:5px;line-height:1.25;overflow:hidden;text-overflow:ellipsis}.paint-thumb-grid button.active span{color:#2d3545;font-weight:650}.paint-data-pane{border:1px solid var(--line);overflow:auto;background:#fff}.paint-data-table{width:100%;min-width:980px;border-collapse:collapse;color:#626b7c;font-size:14px}.paint-data-table th,.paint-data-table td{height:49px;padding:0 22px;border-right:1px solid transparent;border-bottom:1px solid var(--line);text-align:left;white-space:nowrap}.paint-data-table th{position:sticky;top:0;z-index:2;color:#242937;background:#f7f8fc;font-weight:750}.paint-data-table tbody tr{cursor:pointer}.paint-data-table tbody tr:hover,.paint-data-table tbody tr.active{background:#f3f8ff}.paint-data-table tbody tr.active td:first-child{color:#0c63ff;font-weight:700}.paint-data-table td:first-child,.paint-data-table th:first-child{min-width:130px;color:#596274}.dbox-pc-page{min-height:calc(100vh - 56px);display:grid;grid-template-columns:188px minmax(0,1fr);gap:18px;padding:18px;color:#20293a;background:linear-gradient(180deg,#e7f4ffb8,#f8fbff00 360px),#f4f7fb}.dbox-pc-flow{position:sticky;top:74px;height:calc(100vh - 92px);align-self:start;border:1px solid #dfe8f5;border-radius:10px;padding:14px 10px;overflow:auto;background:#ffffffe0;box-shadow:0 10px 28px #364e7414}.dbox-pc-flow strong{display:block;margin:0 8px 10px;color:#172236;font-size:16px}.dbox-pc-flow button{width:100%;min-height:34px;display:flex;align-items:center;gap:8px;border:0;border-radius:7px;padding:7px 8px;color:#526079;background:transparent;text-align:left;font-size:13px}.dbox-pc-flow button:hover{color:var(--focus);background:var(--focus-soft)}.dbox-flow-tag{margin-left:auto;flex:none;font-style:normal;font-size:11px;color:#2a8a6a;background:#e3f7ee;border-radius:5px;padding:1px 6px;line-height:1.5}.dbox-pc-flow button span{width:20px;height:20px;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;color:#7d8aa0;background:#edf4ff;font-size:12px;font-weight:750}.dbox-pc-content{max-width:1180px;width:100%;margin:0 auto}.dbox-pc-hero,.dbox-pc-card{scroll-margin-top:76px;border:1px solid #dfe8f5;border-radius:10px;background:#fff;box-shadow:0 10px 28px #364e7414}.dbox-pc-hero{padding:22px;background:linear-gradient(135deg,#dceaff,#edf6ff 56%,#fff)}.dbox-pc-hero-head,.dbox-pc-card-head{display:flex;align-items:center;justify-content:space-between;gap:16px}.dbox-pc-hero h1{margin:0;color:#26324b;font-size:28px;font-weight:900;letter-spacing:0}.dbox-pc-hero .dbox-switch span{color:#4d5c75}.dbox-pc-score-card{display:grid;grid-template-columns:1fr auto;gap:18px;margin-top:18px;padding:18px;border:1px solid rgba(255,255,255,.85);border-radius:9px;background:#ffffffb8}.dbox-pc-score-card h2{margin:0 0 10px;font-size:18px;line-height:1.45}.dbox-pc-score-card p{display:flex;flex-wrap:wrap;gap:20px;margin:0;color:#b27645;font-size:13px}.dbox-pc-page .dbox-risk-grid{grid-template-columns:repeat(4,minmax(0,1fr));margin:14px 0}.dbox-pc-page .dbox-risk-item{min-height:86px;border-color:#ffffffeb;background:#ffffff94}.dbox-pc-summary{max-width:960px;margin:0;color:#6b7890;font-size:14px;line-height:1.75}.dbox-pc-actions{display:flex;gap:10px;margin-top:12px}.dbox-pc-actions button{height:32px;display:inline-flex;align-items:center;gap:6px;border:1px solid #94b7e5;border-radius:4px;padding:0 12px;color:var(--focus);background:#ffffff9e}.dbox-pc-card{margin-top:14px;padding:18px;background:linear-gradient(180deg,#fff,#fbfdff)}.dbox-pc-card-head{margin-bottom:14px}.dbox-pc-card h2{margin:0;color:#111827;font-size:20px}.dbox-pc-card-meta{color:#68748a;font-size:14px}.dbox-pc-counts{display:inline-flex;flex-wrap:wrap;gap:12px;font-weight:500}.dbox-pc-counts b{color:#667186;font-weight:650}.dbox-pc-counts .warn{color:#ff5e22}.dbox-pc-basic-tabs{display:flex;justify-content:flex-end;gap:6px;margin:-4px 0 14px}.dbox-pc-basic-tabs button{height:32px;border:1px solid transparent;border-radius:18px;padding:0 13px;color:#4f5b70;background:transparent}.dbox-pc-basic-tabs button.active{border-color:#d7e5f8;color:#1c3761;background:#fff;font-weight:750;box-shadow:0 4px 12px #2b436514}.dbox-pc-info-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px 34px}.dbox-pc-photo-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.dbox-pc-photo-grid button,.dbox-pc-media-grid button,.dbox-pc-tire-layout button,.dbox-pc-paint-layout button{min-width:0;position:relative;display:block;border:0;padding:0;overflow:hidden;background:#eef4fb;text-align:left}.dbox-pc-photo-grid img{width:100%;aspect-ratio:4 / 3;display:block;object-fit:cover}.dbox-pc-photo-grid span{display:block;padding:7px 8px;color:#586478;background:#fff;font-size:12px;text-align:center}.dbox-pc-photo-grid i,.dbox-pc-media-grid i,.dbox-pc-tire-layout i,.dbox-pc-paint-layout i{position:absolute;right:8px;bottom:8px;display:inline-flex;align-items:center;gap:4px;border-radius:4px;padding:5px 8px;color:#fff;background:#121824b8;font-style:normal;font-size:12px}.dbox-pc-empty-strip{min-height:42px;display:flex;align-items:center;border-radius:8px;padding:0 14px;color:#8a94a8;background:linear-gradient(90deg,#f2fbff,#f4f7ff)}.dbox-pc-config-grid,.dbox-pc-project-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));border:1px solid #edf1f8;border-right:0;border-bottom:0;overflow:hidden}.dbox-pc-config-grid span{min-height:42px;display:flex;align-items:center;padding:9px 12px;border-right:1px solid #edf1f8;border-bottom:1px solid #edf1f8;color:#394458;background:#fbfcff;line-height:1.4}.dbox-pc-inline-expand,.dbox-pc-fold{width:100%;height:40px;display:inline-flex;align-items:center;justify-content:center;gap:4px;border:0;color:#8a94a8;background:transparent}.dbox-pc-fold.expanded svg{transform:rotate(180deg)}.dbox-pc-metric-list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));border:1px solid #edf1f8;border-bottom:0;border-right:0}.dbox-pc-metric-list button{min-height:58px;display:grid;grid-template-columns:18px minmax(0,1fr) auto 38px;align-items:center;gap:8px;border:0;border-right:1px solid #edf1f8;border-bottom:1px solid #edf1f8;padding:10px;color:#394458;background:#fff;text-align:left}.dbox-pc-metric-list button:nth-child(odd){background:#f8faff}.dbox-pc-metric-list button svg,.dbox-pc-project-grid button svg:first-child{color:var(--green)}.dbox-pc-metric-list button.warn svg,.dbox-pc-project-grid button.warn svg:first-child{color:#ff6b2a}.dbox-pc-metric-list strong{color:#12b981}.dbox-pc-metric-list .warn strong{color:#ff6b2a}.dbox-pc-metric-list i{border-radius:3px;padding:2px 5px;color:#fff;background:#8b95a8;font-style:normal;font-size:12px}.dbox-pc-media-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-bottom:16px}.dbox-pc-media-grid.single{grid-template-columns:minmax(0,1fr)}.dbox-pc-media-grid img{width:100%;aspect-ratio:2.05;display:block;object-fit:cover}.dbox-pc-page .dbox-headlight-table,.dbox-pc-page .dbox-exhaust-grid{margin-bottom:16px}.dbox-pc-result-title{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:4px 0 10px}.dbox-pc-result-title strong{color:#1d2638}.dbox-pc-project-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.dbox-pc-project-grid button{min-height:38px;display:grid;grid-template-columns:18px minmax(0,1fr) 18px;align-items:center;gap:8px;border:0;border-right:1px solid #edf1f8;border-bottom:1px solid #edf1f8;padding:9px 10px;color:#394458;background:#fff;text-align:left}.dbox-pc-project-grid button:nth-child(4n+1),.dbox-pc-project-grid button:nth-child(4n+2){background:#f8faff}.dbox-pc-project-grid button.warn{color:#c75f18}.dbox-pc-project-grid button.missing,.dbox-pc-project-grid button.limited{color:#8a94a8}.dbox-pc-project-grid button span:nth-child(2){min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dbox-pc-project-grid button svg:last-child{justify-self:end;color:#b6becb;transform:rotate(-90deg)}.dbox-pc-subtitle{margin:0 0 10px;color:#1d2638;font-size:15px}.dbox-pc-tire-layout,.dbox-pc-paint-layout{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(280px,.65fr);gap:18px}.dbox-pc-tire-layout img,.dbox-pc-paint-layout img{width:100%;display:block;object-fit:cover}.dbox-pc-tire-layout img{aspect-ratio:2.26}.dbox-pc-paint-layout img{aspect-ratio:1.26}.dbox-pc-tire-metrics,.dbox-pc-paint-data{border:1px solid #edf1f8;border-radius:8px;padding:14px;background:#fbfdff}.dbox-pc-tire-metrics strong{display:inline-flex;align-items:center;border-radius:16px;padding:4px 10px;color:#02aee6;background:#e5f8ff}.dbox-pc-tire-metrics>span{display:block;margin-top:9px;color:#00bcec}.dbox-pc-tire-metrics p,.dbox-pc-paint-data p{display:flex;justify-content:space-between;gap:12px;margin:10px 0 0;color:#1f2937}.dbox-pc-tire-metrics em,.dbox-pc-paint-data em{color:#778399;font-style:normal}.dbox-pc-paint-tabs{display:grid;grid-template-columns:repeat(5,1fr);gap:4px;margin-bottom:12px}.dbox-pc-paint-tabs span{border-radius:5px;padding:7px 0;color:#7f899b;background:#f4f7fb;text-align:center}.dbox-pc-paint-tabs .active{color:var(--focus);background:#eaf2ff;font-weight:750}.dbox-pc-paint-data>strong{display:block;margin-bottom:12px;color:#1d2638}.dbox-pc-paint-data p span{font-weight:750}.dbox-pc-disclaimer{margin:0;color:#68748a;line-height:1.75}body:has(.dbox-pc-page) .main-stage{padding:0}@media(max-width:1440px){body{min-width:1100px}.report-filter-grid{grid-template-columns:repeat(2,minmax(250px,1fr)) 180px}.detail-workspace{grid-template-columns:minmax(520px,.9fr) minmax(560px,1fr)}.detection-cards{grid-template-columns:repeat(2,minmax(0,1fr))}.info-matrix{grid-template-columns:repeat(3,minmax(160px,1fr))}.paint-model-workspace{grid-template-columns:minmax(560px,.72fr) minmax(620px,1fr)}.paint-thumb-grid{grid-template-columns:repeat(5,minmax(78px,1fr))}.matrix-item:nth-child(5n+1){border-left:0}.matrix-item:nth-child(3n+1){border-left:1px solid var(--line)}}@media(max-width:900px){body:has(.frame-valuation-page){min-width:0}body:has(.frame-valuation-page) .app-body{display:block}body:has(.frame-valuation-page) .sidebar{display:none}body:has(.frame-valuation-page) .main-stage{padding:0;overflow:visible}.frame-status-bar{height:auto;grid-template-columns:1fr auto;padding:12px}.frame-status-bar p{grid-column:1 / -1;text-align:left;font-size:13px}.frame-workbench{min-height:0;grid-template-columns:1fr;padding:12px}.frame-scene-card{min-height:420px}.frame-estimate-panel{min-height:0}.frame-part-strip{grid-template-columns:repeat(2,minmax(0,1fr));padding:0 12px 12px}}.dbox-mobile-page{max-width:100vw;overflow-x:clip}.dbox-mobile-content{overflow-x:clip}.dbox-mobile-page img{max-width:100%}.dbox-hero-title{flex-wrap:wrap}.dbox-hero-title h1{min-width:0}.dbox-hero-title .dbox-switch{flex:none}.dbox-score-card{grid-template-columns:minmax(0,1fr) auto}.dbox-card-head{flex-wrap:wrap}.dbox-card-head h2{min-width:0}.dbox-basic-tabs,.dbox-legend,.dbox-section-counts{flex-wrap:wrap}.dbox-info-item strong,.dbox-result-row strong,.dbox-config-grid span,.dbox-chip-grid button span,.dbox-summary,.dbox-report-owner{overflow-wrap:anywhere}.dbox-result-row{grid-template-columns:18px minmax(0,1fr) auto 38px}.dbox-tire-tabs{grid-template-columns:repeat(4,minmax(0,1fr))}.dbox-tire-tabs button{min-width:0;padding:0 2px}.dbox-tire-panel{grid-template-columns:minmax(0,1.25fr) minmax(0,1fr)}.dbox-paint-tabs{grid-template-columns:repeat(5,minmax(0,1fr))}.dbox-paint-tabs button{min-width:0}.dbox-paint-panel{grid-template-columns:minmax(0,1.4fr) minmax(0,1fr)}@media(max-width:420px){.dbox-hero-title h1{font-size:22px}.dbox-risk-item{font-size:12px}}@media(max-width:380px){.dbox-tire-panel,.dbox-paint-panel{grid-template-columns:minmax(0,1fr)}}@media(max-width:640px){.dbox-gallery-backdrop{padding-top:0}.dbox-gallery-panel{width:100vw;height:100vh}}
