/* ═══════════════════════════════════════════
   Thm-Footlocker — Footer V5D Gradient Slice Segments
   ═══════════════════════════════════════════ */

body{padding-bottom:110px}
.fl-footer-5d{position:fixed;bottom:0;left:0;width:100%;z-index:9999;display:flex}
.fl-footer-5d-seg{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;padding:16px 6px;text-decoration:none;background:linear-gradient(160deg,#2a0808,#150202);color:#ccc;border-top:2px solid rgba(255,38,0,.3);position:relative;transition:all .3s ease;overflow:hidden}
.fl-footer-5d-seg::after{content:"";position:absolute;top:-20%;right:-2px;width:4px;height:140%;background:rgba(255,38,0,.25);transform:skewX(-12deg)}
.fl-footer-5d-seg:hover{background:linear-gradient(160deg,#3a0c0c,#200404);color:#fff}
.fl-footer-5d-seg:hover::after{background:rgba(255,38,0,.45)}
.fl-footer-5d-hot{background:linear-gradient(160deg,#cc0000,#550000);color:#fff;border-top-color:rgba(255,100,0,.6)}
.fl-footer-5d-hot:hover{background:linear-gradient(160deg,#e60000,#660000)}
.fl-footer-5d-hot::after{background:rgba(255,200,100,.35)}
.fl-footer-5d-warm{background:linear-gradient(160deg,#4a1800,#200a00);border-top-color:rgba(255,140,0,.4)}
.fl-footer-5d-warm:hover{background:linear-gradient(160deg,#5c1e00,#2e0e00)}
.fl-footer-5d-emoji{font-size:22px;line-height:1}
.fl-footer-5d-txt{font-size:11px;font-weight:800;letter-spacing:1px}
.fl-footer-5d-mini{font-size:9px;font-weight:600;opacity:.75}
.fl-footer-5d-hot .fl-footer-5d-mini{color:#ffcf5a;opacity:1}
.fl-footer-5d-warm .fl-footer-5d-mini{color:#ff9f43}
@media(max-width:380px){.fl-footer-5d-emoji{font-size:18px}.fl-footer-5d-txt{font-size:9px}.fl-footer-5d-mini{font-size:8px}.fl-footer-5d-seg{padding:14px 4px}}
