.tire-search-panel { display:grid; gap:18px; }
.tire-search-guide { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:10px; }
.tire-search-guide span { padding:10px 12px; border:1px solid #dfe8e2; border-radius:10px; background:#f7faf8; color:#44534b; font-size:13px; font-weight:700; }
.tire-search-form { display:grid; grid-template-columns:repeat(5,minmax(140px,1fr)) auto; gap:12px; align-items:end; }
.tire-search-form label { display:grid; gap:6px; color:#536159; font-size:12px; font-weight:800; }
.tire-search-form select { width:100%; min-height:42px; border:1px solid #cfdad3; border-radius:9px; background:#fff; padding:8px 10px; color:#1f2f27; }
.tire-search-form button { min-height:42px; white-space:nowrap; }
.tire-search-message { padding:11px 13px; border-radius:9px; background:#f5f7f6; color:#647169; font-size:13px; }
.tire-search-message.is-error { background:#fff1ef; color:#a12b20; }
.tire-search-message.is-success { background:#edf8f1; color:#176c3a; }
.tire-search-results { display:grid; grid-template-columns:repeat(auto-fit,minmax(255px,1fr)); gap:14px; }
.tire-result-card { border:1px solid #dce6e0; border-left:5px solid #f45135; border-radius:13px; padding:16px; background:#fff; box-shadow:0 8px 24px rgba(38,58,47,.06); }
.tire-result-card header { display:flex; justify-content:space-between; gap:12px; align-items:flex-start; }
.tire-result-card h4 { margin:0; font-size:24px; line-height:1.1; color:#1d2a24; }
.tire-result-card .tire-rim { border-radius:99px; padding:5px 9px; background:#fff0e9; color:#a93b21; font-size:12px; font-weight:900; white-space:nowrap; }
.tire-result-card .tire-original { display:block; margin-top:7px; color:#247147; font-size:12px; font-weight:800; }
.tire-result-card dl { display:grid; grid-template-columns:auto 1fr; gap:6px 10px; margin:14px 0 0; font-size:12px; }
.tire-result-card dt { color:#768079; }
.tire-result-card dd { margin:0; color:#35433b; font-weight:700; }
.tire-result-card details { margin-top:13px; border-top:1px solid #edf1ee; padding-top:10px; }
.tire-result-card summary { cursor:pointer; color:#49574f; font-size:12px; font-weight:800; }
.tire-version-list { display:grid; gap:6px; margin:10px 0 0; padding:0; list-style:none; }
.tire-version-list li { padding:7px 9px; border-radius:8px; background:#f6f8f7; color:#455249; font-size:12px; }
.tire-safety-note { display:grid; gap:4px; padding:14px 16px; border:1px solid #e8d7a6; border-radius:11px; background:#fffbee; color:#675b32; }
.tire-safety-note span { font-size:12px; line-height:1.5; }
@media (max-width:1250px) { .tire-search-form { grid-template-columns:repeat(3,minmax(150px,1fr)); } }
@media (max-width:720px) { .tire-search-guide,.tire-search-form { grid-template-columns:1fr; } }
