.shorts-section{background:#f5f9fb;overflow:hidden}
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.shorts-header{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:28px}
.shorts-header .kicker{margin-bottom:8px}
.shorts-intro{color:#607485;margin:0;word-break:keep-all}
.shorts-controls{display:flex;gap:9px;flex:none}
.shorts-controls button{width:44px;height:44px;display:grid;place-items:center;border:1px solid #cbdde5;border-radius:50%;background:#fff;color:#0a3357;font-size:1.35rem;line-height:1;cursor:pointer;transition:background .2s,border-color .2s,color .2s}
.shorts-controls button:hover:not(:disabled){background:#0a3357;border-color:#0a3357;color:#fff}
.shorts-controls button:disabled{opacity:.36;cursor:default}
.shorts-controls button:focus-visible,.shorts-track:focus-visible{outline:3px solid #197cb2;outline-offset:3px}
.shorts-track{display:grid;grid-auto-flow:column;grid-auto-columns:clamp(250px,27vw,305px);gap:18px;overflow-x:auto;overscroll-behavior-inline:contain;scroll-snap-type:x mandatory;scroll-padding-inline:2px;padding:2px 2px 16px;scrollbar-width:thin;scrollbar-color:#91b7c8 transparent}
.short-card{position:relative;aspect-ratio:9/16;overflow:hidden;border-radius:16px;scroll-snap-align:start;background:#0b2f49;box-shadow:0 12px 25px rgba(12,48,70,.1)}
.short-card::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(6,31,51,.09),rgba(6,31,51,.08) 50%,rgba(6,31,51,.7))}
.short-card img,.short-card video{width:100%;height:100%;object-fit:cover;display:block}
.short-card:nth-child(1) img{object-position:65% center}
.short-card:nth-child(3) img{object-position:60% center}
.short-card-label{position:absolute;z-index:1;left:18px;bottom:19px;color:#fff;font-weight:700;font-size:.9rem;letter-spacing:-.03em}
.shorts-hint{margin:10px 0 0;color:#607485;font-size:.83rem}
@media(max-width:800px){.shorts-track{grid-auto-columns:clamp(230px,37vw,290px)}}
@media(max-width:600px){.shorts-track{grid-auto-columns:min(72vw,280px);gap:12px}.shorts-header{align-items:center}.shorts-intro{font-size:.9rem}.shorts-controls button{width:39px;height:39px}}
@media(prefers-reduced-motion:reduce){.shorts-controls button{transition:none}}
