:root{--page-bg:#171717;--panel-bg:#232323;--panel-border:#363636;--text-main:#f2f2f2;--text-muted:#b7b7b7;--accent:#d18a2f;--shadow:rgba(0, 0, 0, 0.28)}html{background:var(--page-bg)}body{margin:0;color:var(--text-main);font-family:Arial,Helvetica,sans-serif;background:linear-gradient(180deg,#1d1d1d 0,#131313 100%)}.catalog-page{box-sizing:border-box;width:min(1040px,100%);margin:0 auto;padding:18px 16px 40px}.catalog-list,.wheel-row{display:grid;gap:14px}.wheel-row{grid-template-columns:124px minmax(0,1fr);gap:16px;align-items:center;padding:14px;background:var(--panel-bg);border:1px solid var(--panel-border);border-radius:14px;box-shadow:0 14px 30px var(--shadow);color:inherit;text-decoration:none;transition:border-color 140ms ease,box-shadow 140ms ease,transform 140ms ease}.wheel-row:focus-visible,.wheel-row:hover{border-color:var(--accent);box-shadow:0 16px 34px rgba(0,0,0,.34);transform:translateY(-1px);outline:0}.wheel-link{display:flex;align-items:center;justify-content:center;width:124px;height:124px;border-radius:12px;background:radial-gradient(circle at 50% 50%,#2d2d2d 0,#1a1a1a 100%)}.wheel-link img{display:block;width:112px;height:112px;object-fit:contain}.wheel-copy{display:flex;flex-direction:column}.wheel-title{margin:0;font-size:20px;line-height:1.15}.wheel-description,.wheel-route{margin:8px 0 0}.wheel-description{color:var(--text-muted);font-size:14px;line-height:1.45}.wheel-route{color:var(--accent);font-family:"Courier New",Courier,monospace;font-size:13px}@media (max-width:640px){.catalog-page{padding:18px 12px 28px}.wheel-row{grid-template-columns:96px minmax(0,1fr);gap:12px;padding:12px}.wheel-link{width:96px;height:96px}.wheel-link img{width:84px;height:84px}.wheel-title{font-size:18px}}