.hunting-slider {position:relative;display:grid;min-width:0;min-height:460px;grid-template-rows:minmax(0,1fr) auto;overflow:hidden;border:1px solid var(--line);border-radius:8px;background:#03060c;box-shadow:var(--shadow);} .hunting-slider::before {content:"";position:absolute;z-index:5;inset:0 0 auto;height:2px;background:linear-gradient(90deg,var(--gold),var(--cyan),transparent 82%);pointer-events:none;} .hunting-slider-viewport {position:relative;min-height:400px;overflow:hidden;background:#03060c;outline:none;touch-action:pan-y;} .hunting-slider-viewport:focus-visible {box-shadow:inset 0 0 0 2px var(--cyan);} .hunting-slide {position:absolute;inset:0;margin:0;opacity:0;visibility:hidden;pointer-events:none;transition:opacity 520ms ease,visibility 520ms ease;} .hunting-slide.is-active {z-index:1;opacity:1;visibility:visible;pointer-events:auto;} .hunting-slide::after {content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(2,4,9,0.04) 18%,rgba(2,4,9,0.2) 48%,rgba(2,4,9,0.92) 100%),linear-gradient(90deg,rgba(2,4,9,0.32),transparent 48%);pointer-events:none;} .hunting-slide img {display:block;width:100%;height:100%;object-fit:cover;object-position:center;transform:scale(1.015);filter:saturate(1.04) contrast(1.02);transition:transform 7s ease-out;user-select:none;} .hunting-slide.is-active img {transform:scale(1.055);} .hunting-slide-caption {position:absolute;z-index:2;right:24px;bottom:22px;left:24px;max-width:560px;text-shadow:0 2px 16px rgba(0,0,0,0.82);} .hunting-slide-level {display:inline-flex;align-items:center;min-height:26px;margin-bottom:8px;padding:4px 9px;border:1px solid rgba(95,232,255,0.5);border-radius:999px;background:rgba(3,7,14,0.72);color:var(--cyan);font-size:0.7rem;font-weight:850;letter-spacing:0.08em;} .hunting-slide-caption h3 {margin:0 0 6px;color:#fff;font-size:clamp(1.45rem,3.2vw,2.35rem);line-height:1.12;letter-spacing:-0.04em;} .hunting-slide-caption p {display:-webkit-box;max-width:520px;margin:0;overflow:hidden;color:rgba(247,251,255,0.86);font-size:0.88rem;font-weight:700;line-height:1.55;-webkit-box-orient:vertical;-webkit-line-clamp:2;} .hunting-slider-nav {position:absolute;z-index:4;top:50%;display:grid;width:46px;height:46px;place-items:center;border:1px solid rgba(255,255,255,0.32);border-radius:50%;background:rgba(3,7,14,0.72);color:#fff;font:inherit;font-size:1.35rem;font-weight:900;cursor:pointer;transform:translateY(-50%);backdrop-filter:blur(8px);transition:border-color 160ms ease,background 160ms ease,color 160ms ease;} .hunting-slider-nav:hover,.hunting-slider-nav:focus-visible {border-color:var(--cyan);background:rgba(10,30,46,0.9);color:var(--cyan);} .hunting-slider-nav:focus-visible,.hunting-slider-toggle:focus-visible,.hunting-slider-dot:focus-visible {outline:2px solid var(--cyan);outline-offset:2px;} .hunting-slider-prev {left:14px;} .hunting-slider-next {right:14px;} .hunting-slider-toolbar {position:relative;z-index:6;display:grid;min-height:58px;grid-template-columns:minmax(140px,1fr) auto auto;gap:14px;align-items:center;padding:10px 14px;border-top:1px solid var(--line-soft);background:rgba(5,9,17,0.98);} .hunting-slider-status {margin:0;overflow:hidden;color:var(--gold);font-size:0.78rem;font-weight:800;letter-spacing:0.02em;text-overflow:ellipsis;white-space:nowrap;} .hunting-slider-dots {display:flex;gap:4px;align-items:center;justify-content:center;overflow-x:auto;overscroll-behavior-x:contain;scrollbar-width:none;} .hunting-slider-dots::-webkit-scrollbar {display:none;} .hunting-slider-dot {position:relative;flex:0 0 24px;width:24px;min-height:44px;padding:0;border:0;background:transparent;cursor:pointer;} .hunting-slider-dot::before {content:"";position:absolute;top:50%;left:50%;width:9px;height:9px;border:1px solid rgba(255,255,255,0.42);border-radius:999px;background:rgba(255,255,255,0.18);transform:translate(-50%,-50%);transition:width 180ms ease,border-color 180ms ease,background 180ms ease;} .hunting-slider-dot[aria-current="true"] {flex-basis:32px;width:32px;} .hunting-slider-dot[aria-current="true"]::before {width:25px;border-color:var(--cyan);background:linear-gradient(90deg,var(--gold),var(--cyan));} .hunting-slider-toggle {min-width:82px;min-height:38px;padding:7px 10px;border:1px solid rgba(255,214,110,0.45);border-radius:6px;background:rgba(255,214,110,0.08);color:var(--gold);font:inherit;font-size:0.72rem;font-weight:850;cursor:pointer;} .hunting-slider-toggle:hover {border-color:var(--gold);background:rgba(255,214,110,0.14);} @media (prefers-reduced-motion:reduce) {.hunting-slide,.hunting-slide img,.hunting-slider-dot::before {transition:none;} .hunting-slide.is-active img {transform:none;}} @media (max-width:920px) {.hunting-slider,.hunting-slider-viewport {min-height:430px;}} @media (max-width:620px) {.hunting-slider {min-height:390px;} .hunting-slider-viewport {min-height:330px;} .hunting-slide-caption {right:16px;bottom:16px;left:16px;} .hunting-slide-caption h3 {font-size:1.55rem;} .hunting-slide-caption p {font-size:0.77rem;} .hunting-slider-nav {top:44%;width:44px;height:44px;} .hunting-slider-prev {left:8px;} .hunting-slider-next {right:8px;} .hunting-slider-toolbar {grid-template-columns:1fr auto;gap:8px 10px;padding:9px 10px;} .hunting-slider-status {min-width:0;} .hunting-slider-dots {grid-column:1 / -1;grid-row:2;} .hunting-slider-toggle {grid-column:2;grid-row:1;min-width:72px;}} @media (max-width:420px) {.hunting-slider-dot {flex-basis:22px;width:22px;} .hunting-slider-dot::before {width:8px;height:8px;} .hunting-slider-dot[aria-current="true"] {flex-basis:28px;width:28px;} .hunting-slider-dot[aria-current="true"]::before {width:19px;}}