
.iyfs-title{font-size:48px;line-height:1.05;font-weight:800;letter-spacing:-0.03em;margin:0 0 24px}
.iyfs-wrap{position:relative;padding:14px 60px 24px;overflow:visible;max-width:1440px;margin:0 auto}
.iyfs-viewport{overflow:hidden;padding:14px 10px 20px;margin:-14px -10px -20px}
.iyfs-track{display:flex;gap:26px;transition:transform .42s cubic-bezier(.22,.61,.36,1)}
.iyfs-card{min-width:calc((100% - 52px)/3);max-width:calc((100% - 52px)/3);background:#fff;border-radius:22px;overflow:hidden;border:none;box-shadow:0 8px 24px rgba(6,17,28,.08),0 2px 8px rgba(6,17,28,.04);transition:transform .35s cubic-bezier(.22,1,.36,1),box-shadow .35s cubic-bezier(.22,1,.36,1)}
.iyfs-card:hover{transform:translateY(-6px) scale(1.01);box-shadow:0 20px 48px rgba(6,17,28,.12),0 8px 18px rgba(6,17,28,.06)}
.iyfs-thumb{position:relative;display:block;aspect-ratio:16/9;background:#0f1720;overflow:hidden;cursor:pointer;border:0;padding:0;width:100%}
.iyfs-thumb img{width:100%;height:100%;object-fit:cover;display:block;transform:scale(1.001)}
.iyfs-thumb-overlay{position:absolute;inset:0;background:linear-gradient(to top, rgba(4,9,14,.62) 0%, rgba(4,9,14,.14) 44%, rgba(4,9,14,.05) 100%)}
.iyfs-duration{position:absolute;right:14px;bottom:14px;padding:7px 10px;font-size:12px;line-height:1;border-radius:999px;background:rgba(10,14,18,.62);color:#fff;z-index:2;backdrop-filter:blur(6px)}
.iyfs-play{position:absolute;left:50%;top:50%;width:72px;height:72px;transform:translate(-50%,-50%);border-radius:50%;background:radial-gradient(circle at 30% 30%, #ddff7a 0%, #b9f80b 48%, #95d900 100%);box-shadow:0 12px 28px rgba(166,255,0,.24),0 0 0 0 rgba(166,255,0,.28);display:flex;align-items:center;justify-content:center;z-index:2;transition:transform .28s ease,box-shadow .28s ease}
.iyfs-play::after{content:"";position:absolute;inset:0;border-radius:50%;box-shadow:0 0 0 0 rgba(166,255,0,.30);animation:iyfsPulse 2.2s infinite}
.iyfs-thumb:hover .iyfs-play{transform:translate(-50%,-50%) scale(1.08);box-shadow:0 16px 34px rgba(166,255,0,.30),0 0 0 10px rgba(166,255,0,.08)}
.iyfs-play-triangle{position:relative;z-index:1;width:0;height:0;border-left:20px solid #0b1117;border-top:13px solid transparent;border-bottom:13px solid transparent;margin-left:5px}
.iyfs-card-body{padding:18px 18px 20px}
.iyfs-card-title{margin:0 0 10px;font-size:18px;line-height:1.32;font-weight:800;color:#08131d}
.iyfs-title-button{background:none;border:0;padding:0;margin:0;font:inherit;text-align:left;color:inherit;cursor:pointer}
.iyfs-title-button:hover,.iyfs-card-title a:hover{opacity:.82}
.iyfs-card-title a{color:inherit;text-decoration:none}
.iyfs-date{color:#667380;font-size:14px;line-height:1.3}
.iyfs-arrow{position:absolute;top:50%;width:56px;height:56px;border:0;border-radius:50%;background:rgba(255,255,255,.96);color:#09121b;box-shadow:0 10px 28px rgba(0,0,0,.12);cursor:pointer;z-index:5;display:flex;align-items:center;justify-content:center;transition:transform .24s ease,background .24s ease,color .24s ease,opacity .24s ease,box-shadow .24s ease}
.iyfs-arrow span{font-size:32px;line-height:1;transform:translateY(-1px)}
.iyfs-arrow:hover{transform:translateY(-50%) scale(1.06);background:#b9f80b;color:#071017;box-shadow:0 16px 34px rgba(0,0,0,.16)}
.iyfs-arrow:disabled{opacity:.35;cursor:not-allowed;pointer-events:none}
.iyfs-prev{left:-8px;transform:translateY(-50%)}
.iyfs-next{right:-8px;transform:translateY(-50%)}
.iyfs-error{padding:16px 18px;border-radius:16px;background:#fff3f3;color:#971d1d;border:1px solid #ffd0d0}
.iyfs-global-modal{position:fixed;inset:0;display:none;z-index:999999}
.iyfs-global-modal.is-open{display:block}
.iyfs-global-modal-backdrop{position:absolute;inset:0;background:rgba(5,10,15,.86);backdrop-filter:blur(7px)}
.iyfs-global-modal-dialog{position:relative;width:min(1240px, calc(100vw - 40px));margin:4vh auto 0;z-index:2}
.iyfs-global-modal-frame{background:#000;border-radius:24px;overflow:hidden;box-shadow:0 28px 100px rgba(0,0,0,.45)}
.iyfs-global-modal-frame iframe{display:block;width:100%;aspect-ratio:16/9;border:0}
.iyfs-global-modal-close{position:absolute;right:-10px;top:-10px;width:46px;height:46px;border:0;border-radius:50%;background:#b9f80b;color:#081118;font-size:30px;line-height:1;cursor:pointer;box-shadow:0 8px 24px rgba(0,0,0,.18)}
@keyframes iyfsPulse{0%{box-shadow:0 0 0 0 rgba(166,255,0,.30)}70%{box-shadow:0 0 0 18px rgba(166,255,0,0)}100%{box-shadow:0 0 0 0 rgba(166,255,0,0)}}
@media (max-width:1100px){.iyfs-title{font-size:40px}.iyfs-wrap{padding:12px 52px 22px}.iyfs-track{gap:22px}.iyfs-card{min-width:calc((100% - 22px)/2);max-width:calc((100% - 22px)/2)}}
@media (max-width:767px){.iyfs-wrap{padding:10px 38px 18px}.iyfs-viewport{padding:10px 4px 16px;margin:-10px -4px -16px}.iyfs-title{font-size:32px}.iyfs-track{gap:18px}.iyfs-card{min-width:100%;max-width:100%;border-radius:20px}.iyfs-play{width:66px;height:66px}.iyfs-play-triangle{border-left-width:18px;border-top-width:11px;border-bottom-width:11px}.iyfs-arrow{width:42px;height:42px}.iyfs-arrow span{font-size:26px}.iyfs-prev{left:-2px}.iyfs-next{right:-2px}.iyfs-global-modal-dialog{width:min(100vw - 20px, 1240px);margin:7vh auto 0}.iyfs-global-modal-close{right:0;top:-54px}}
