.hr-shelf{margin-top:44px}.hr-head{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;margin-bottom:16px}.hr-head h2{margin:0;font-size:24px;font-weight:700;letter-spacing:-.015em;line-height:1.2}.hr-accent{color:#54c8ea}.hr-sub{margin-top:5px;font-size:13.5px;color:rgba(255,255,255,.45)}.hr-arrows{display:flex;gap:8px;flex:none}.hr-arrows button{width:38px;height:38px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.1);color:rgba(255,255,255,.8);transition:background-color .14s ease,opacity .14s ease}.hr-arrows button:hover:not(:disabled){background:rgba(255,255,255,.1)}.hr-arrows button:disabled{opacity:.3;cursor:default}.hr-row{display:grid;grid-auto-flow:column;grid-auto-columns:calc((100% - 5 * 16px) / 6);grid-gap:16px;gap:16px;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;padding-bottom:4px}.hr-row::-webkit-scrollbar{display:none}.hr-card{display:flex;flex-direction:column;gap:10px;min-width:0;color:inherit;text-decoration:none;scroll-snap-align:start}.hr-img{position:relative;display:block;aspect-ratio:2/3;border-radius:14px;overflow:hidden;background:oklch(.22 .03 264);border:1px solid rgba(255,255,255,.07);transition:border-color .16s ease,transform .2s ease}.hr-img img{width:100%;height:100%;object-fit:cover;display:block}.hr-card:hover .hr-img{border-color:rgba(84,200,234,.45);transform:translateY(-3px)}.hr-rate{position:absolute;top:8px;left:8px;padding:3px 7px;border-radius:8px;font-size:12px;font-weight:700;color:#7ed957;background:rgba(7,10,20,.78);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.hr-card b{font-size:14px;font-weight:600;line-height:1.3;color:rgba(255,255,255,.9);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.hr-card em{margin-top:-6px;font-style:normal;font-size:12.5px;color:rgba(255,255,255,.42)}@media (max-width:1100px){.hr-row{grid-auto-columns:calc((100% - 3 * 14px) / 4);gap:14px}}@media (max-width:700px){.hr-shelf{margin-top:32px}.hr-head h2{font-size:20px}.hr-arrows{display:none}.hr-row{grid-auto-columns:38%;gap:12px}}@media (prefers-reduced-motion:reduce){.hr-card:hover .hr-img{transform:none}}