.clp{box-sizing:border-box;color:#334155;-webkit-font-smoothing:antialiased;width:min(1120px,100% - 24px);text-rendering:optimizeLegibility;margin:28px auto 56px;font-family:Inter,Segoe UI,Roboto,Arial,sans-serif;font-size:16px;line-height:1.5}.clp *,.clp :before,.clp :after{box-sizing:border-box}.clp h1,.clp h2,.clp h3,.clp p{margin:0}.clp h1{color:#182230;font-size:clamp(1.55rem,4vw,2.3rem);font-weight:750;line-height:1.12}.clp h2{color:#1f2a37;font-size:1.16rem;font-weight:720;line-height:1.32}.clp h3{color:#1f2a37;font-size:.96rem;font-weight:720;line-height:1.35}.clpHero,.clpPanel{background:#fff;border:1px solid #e1e8f0;border-radius:8px;box-shadow:0 12px 28px #0f172a0f}.clpHero{padding:20px}.clpHeroTitle{align-items:center;gap:14px;margin-bottom:18px;display:flex}.clpHeroIcon,.clpStatIcon{color:#28699f;background:#edf6ff;border-radius:8px;flex:none;justify-content:center;align-items:center;width:44px;height:44px;display:inline-flex}.clpEyebrow{color:#6b7a90;letter-spacing:0;text-transform:uppercase;margin-bottom:5px;font-size:.76rem;font-weight:750}.clpSearchForm{grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:12px;display:grid}.search_input{gap:7px;min-width:0;display:grid}.clp label{color:#46576b;font-size:.9rem;font-weight:650}.clp input[type=text]{color:#1f2937;letter-spacing:0;text-transform:uppercase;background:#f9fbfd;border:1px solid #d2dee9;border-radius:8px;outline:none;width:100%;min-width:0;max-width:100%;height:50px;padding:0 15px;font-size:1.08rem;font-weight:700;transition:background .18s,border-color .18s,box-shadow .18s;display:block}.clp input[type=text]::placeholder{color:#9aa8b7}.clp input[type=text]:focus{background:#fff;border-color:#2f78b7;box-shadow:0 0 0 4px #2f78b721}.clp button{color:#fff;cursor:pointer;white-space:nowrap;background:#226aa6;border:0;border-radius:8px;justify-content:center;align-items:center;gap:8px;min-width:156px;max-width:100%;height:50px;padding:0 18px;font-size:.95rem;font-weight:700;transition:background .18s,transform .18s,box-shadow .18s;display:inline-flex}.clp button:hover:not(:disabled){background:#19527f;transform:translateY(-1px);box-shadow:0 10px 18px #226aa62e}.clp button:disabled{cursor:not-allowed;background:#a2b1c0;transform:none}.clpButtonSpinner{animation:.8s linear infinite clpSpin}.error{color:#8f2a2a;background:#fff4f4;border:1px solid #f2d1d1;border-radius:8px;margin-top:12px;padding:10px 12px;font-weight:650}.clpLoading{color:#5a697a;justify-content:center;align-items:center;gap:10px;margin:16px 0;font-weight:650;display:flex}.clpSpinner{border:3px solid #dcecff;border-top-color:#226aa6;border-radius:50%;width:22px;height:22px;animation:.8s linear infinite clpSpin}@keyframes clpSpin{to{transform:rotate(360deg)}}.clpResults{gap:14px;margin-top:16px;display:grid}.clpPanel{padding:18px}.clpVehicleTop,.clpSectionTop{justify-content:space-between;align-items:center;gap:16px;margin-bottom:16px;display:flex}.clpPlate{color:#1f2937;text-align:center;white-space:nowrap;background:#ffe06b;border:2px solid #27313d;border-radius:6px;min-width:132px;padding:8px 14px;font-size:1.22rem;font-weight:760}.clpDetailGrid,.clpStatGrid,.clpMiniGrid{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;display:grid}.clpDetailItem,.clpStatCard{background:#f9fbfd;border:1px solid #e4ebf2;border-radius:8px;min-width:0;padding:12px}.clpDetailItem span,.clpStatCard span{color:#6b7a90;margin-bottom:5px;font-size:.78rem;font-weight:650;display:block}.clpDetailItem strong,.clpStatCard strong{color:#263241;overflow-wrap:anywhere;font-size:.94rem;font-weight:650;line-height:1.42;display:block}.clpStatCard{align-items:center;gap:12px;display:flex}.clpStat-good{background:#f3fbf6;border-color:#ccebd5}.clpStat-bad{background:#fff5f5;border-color:#f2d1d1}.clpStat-warn{background:#fffaed;border-color:#ead89c}.clpPill,.clpCount,.clpDefectBadge,.clpDangerNote{white-space:nowrap;border-radius:999px;justify-content:center;align-items:center;gap:6px;min-height:28px;padding:4px 9px;font-size:.78rem;font-weight:700;display:inline-flex}.clpPass{color:#1e6b39;background:#e5f8eb}.clpFail{color:#8f2a2a;background:#ffe8e8}.clpNeutral,.clpCount{color:#526477;background:#f0f5fa}.clpMotList{gap:10px;display:grid}.clpMotItem{background:#fff;border:1px solid #e1e9f1;border-radius:8px;overflow:hidden}.clpMotItem summary{cursor:pointer;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:12px;padding:13px 14px;list-style:none;display:grid}.clpMotItem summary::-webkit-details-marker{display:none}.clpMotItem summary:after{content:"+";color:#28699f;background:#edf6ff;border-radius:50%;justify-content:center;align-items:center;width:26px;height:26px;font-size:1.1rem;font-weight:700;display:inline-flex}.clpMotItem[open] summary:after{content:"-"}.clpMotMain,.clpMotMeta{align-items:center;gap:10px;min-width:0;display:flex}.clpMotMain strong,.clpMotMain span{display:block}.clpMotMain strong{color:#263241;font-size:.98rem;font-weight:700}.clpMotMain span,.clpMotMeta span:last-child{color:#6b7a90;font-size:.82rem;font-weight:650}.clpStatusDot{border-radius:50%;flex:none;width:10px;height:10px}.clpStatusDot.clpPass{background:#2aa54d}.clpStatusDot.clpFail{background:#d33f3f}.clpStatusDot.clpNeutral{background:#8aa0b5}.clpMotBody{border-top:1px solid #edf2f7;padding:0 14px 14px}.clpMiniGrid,.clpDefects{margin-top:14px}.clpDefects h3{margin-bottom:9px}.clpDefects ul{gap:8px;margin:0;padding:0;list-style:none;display:grid}.clpDefects li{background:#f9fbfd;border:1px solid #e4ebf2;border-radius:8px;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:10px;padding:10px;display:grid}.clpDefects p{color:#3a4757;line-height:1.48}.clpDanger{color:#8f2a2a;background:#ffe8e8}.clpMajor{color:#965026;background:#ffecdf}.clpMinor{color:#725d16;background:#fff3c8}.clpAdvisory{color:#365d7d;background:#eaf4fc}.clpDangerNote{color:#8f2a2a;background:#fff4f4}.clpMuted{color:#718096;font-weight:650}.clpEmptyState{color:#6b7a90;background:#f9fbfd;border:1px dashed #d0dbe6;border-radius:8px;align-items:center;gap:10px;padding:14px;font-weight:650;display:flex}@media (max-width:920px){.clpDetailGrid,.clpStatGrid,.clpMiniGrid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:700px){.clp{width:min(100% - 16px,1120px);margin-top:12px}.clpHero,.clpPanel{padding:14px}.clpHeroTitle,.clpVehicleTop,.clpSectionTop{flex-direction:column;align-items:flex-start}.clpSearchForm,.clpDetailGrid,.clpStatGrid,.clpMiniGrid,.clpMotItem summary,.clpDefects li{grid-template-columns:1fr}.clp button{width:100%;min-width:0}.clp input[type=text]{height:48px;font-size:1rem}.clpPlate{width:100%}.clpMotMeta{justify-content:space-between}.clpMotItem summary{padding-right:50px;position:relative}.clpMotItem summary:after{position:absolute;top:12px;right:12px}.clpDangerNote{justify-self:start}}
