.cgy-yt-feed{--yt-red:#b5121b;--yt-red-dark:#7f0b12;--yt-bg:#f7f7f7;--yt-surface:#fff;--yt-surface-2:#f1f1f1;--yt-text:#0f0f0f;--yt-muted:#606060;--yt-line:#dedede;--yt-shadow:rgba(15,15,15,.10);--yt-card-min:280px;max-width:1220px;min-width:0;margin:0 auto 40px;overflow:hidden;border:1px solid var(--yt-line);border-radius:20px;background:var(--yt-bg);color:var(--yt-text);font-family:Roboto,Arial,sans-serif;box-shadow:0 18px 48px var(--yt-shadow)}.cgy-yt-feed *{box-sizing:border-box}.cgy-yt-feed.is-dark{--yt-bg:#0f0f0f;--yt-surface:#181818;--yt-surface-2:#272727;--yt-text:#f1f1f1;--yt-muted:#aaa;--yt-line:#343434;--yt-shadow:rgba(0,0,0,.38)}.cgy-yt-feed.size-compact{--yt-card-min:220px}.cgy-yt-feed.size-large{--yt-card-min:350px}.cgy-yt-feed__hero{position:relative;isolation:isolate;padding:54px clamp(24px,7vw,80px);overflow:hidden;background:radial-gradient(circle at 82% 30%,rgba(181,18,27,.22),transparent 25%),linear-gradient(135deg,#090909,#181818 58%,#4a070b);color:#fff}.cgy-yt-feed__hero::after{content:"";position:absolute;right:-45px;bottom:-120px;width:360px;height:260px;border:38px solid rgba(181,18,27,.09);border-radius:50%;transform:rotate(-13deg);z-index:-1}.cgy-yt-feed__brand{display:flex;align-items:center;gap:10px;color:#f2b8bb;font-size:11px;font-weight:900;letter-spacing:.18em}.cgy-yt-feed__brand i{color:var(--yt-red);font-size:26px}.cgy-yt-feed__hero h1{max-width:850px;margin:14px 0 10px;color:#fff;font-size:clamp(34px,6vw,62px);font-weight:900;line-height:1.03;letter-spacing:-1.8px;overflow-wrap:anywhere}.cgy-yt-feed__hero p{max-width:760px;margin:0;color:#d6d6d6;font-size:16px;line-height:1.6}.cgy-yt-feed__meta{display:flex;flex-wrap:wrap;gap:9px;margin-top:24px}.cgy-yt-feed__meta span{padding:7px 11px;border:1px solid rgba(255,255,255,.16);border-radius:18px;background:rgba(255,255,255,.07);color:#eee;font-size:11px;font-weight:700}.cgy-yt-feed__notice{margin:18px 22px 0;padding:12px 14px;border:1px solid #edcc8e;border-radius:11px;background:#fff8e6;color:#6b4d0c}.cgy-yt-feed__notice.is-error{border-color:#d9989e;background:#f8eeee;color:#701118}.cgy-yt-filters{display:flex;gap:9px;padding:22px 22px 4px;overflow:auto;scrollbar-width:thin}.cgy-yt-filters button{flex:0 0 auto;min-height:36px;padding:8px 14px;border:0;border-radius:9px;background:var(--yt-surface-2);color:var(--yt-text);font-size:13px;font-weight:700}.cgy-yt-filters button:hover{background:#ddd}.cgy-yt-filters button.is-active{background:var(--yt-text);color:var(--yt-surface)}.is-dark .cgy-yt-filters button.is-active{background:#f1f1f1;color:#0f0f0f}
.cgy-yt-player{margin:22px;padding:0 0 14px;overflow:hidden;border:1px solid var(--yt-line);border-radius:15px;background:var(--yt-surface);box-shadow:0 14px 36px var(--yt-shadow)}.cgy-yt-player__bar{min-height:52px;padding:10px 14px;display:flex;align-items:center;justify-content:space-between;gap:14px;border-bottom:1px solid var(--yt-line)}.cgy-yt-player__bar>div{min-width:0;display:flex;align-items:center;gap:10px}.cgy-yt-player__bar i{color:var(--yt-red)}.cgy-yt-player__bar strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cgy-yt-player__bar button{width:34px;height:34px;flex:0 0 auto;border:0;border-radius:50%;background:var(--yt-surface-2);color:var(--yt-text)}.cgy-yt-player__frame{position:relative;width:100%;aspect-ratio:16/9;background:#000}.cgy-yt-player__frame iframe{position:absolute;inset:0;width:100%;height:100%;border:0}.cgy-yt-player>a{display:inline-flex;align-items:center;gap:7px;margin:13px 14px 0;color:var(--yt-red-dark);font-weight:800}.is-dark .cgy-yt-player>a{color:#ff7d96}
.cgy-yt-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,var(--yt-card-min)),1fr));gap:26px 18px;padding:24px 22px 34px;min-width:0}.cgy-yt-card{min-width:0}.cgy-yt-card__thumbnail{position:relative;width:100%;aspect-ratio:16/9;display:block;overflow:hidden;padding:0;border:0;border-radius:12px;background:#111;cursor:pointer}.cgy-yt-card__thumbnail img{width:100%;height:100%;display:block;object-fit:cover;transition:transform .22s ease,opacity .22s ease}.cgy-yt-card__thumbnail>span{position:absolute;left:50%;top:50%;width:52px;height:38px;display:grid;place-items:center;border-radius:11px;background:rgba(0,0,0,.78);color:#fff;transform:translate(-50%,-50%);transition:background .18s,transform .18s}.cgy-yt-card__thumbnail:hover img{transform:scale(1.025);opacity:.86}.cgy-yt-card__thumbnail:hover>span{background:var(--yt-red);transform:translate(-50%,-50%) scale(1.06)}.cgy-yt-card__body{display:grid;grid-template-columns:38px minmax(0,1fr);gap:12px;padding:13px 2px 0}.cgy-yt-card__avatar{width:38px;height:38px;display:grid;place-items:center;border-radius:50%;background:var(--yt-red);color:#fff;font-size:17px}.cgy-yt-card__copy{min-width:0}.cgy-yt-card h2{margin:0 0 7px;color:var(--yt-text);font-size:15px;font-weight:700;line-height:1.35}.cgy-yt-card h2 a{display:-webkit-box;overflow:hidden;color:inherit;text-decoration:none;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow-wrap:anywhere}.cgy-yt-card__channel,.cgy-yt-card time{display:block;color:var(--yt-muted);font-size:12px;line-height:1.45}.cgy-yt-card__channel i{font-size:10px}.cgy-yt-card p{display:-webkit-box;margin:8px 0 0;overflow:hidden;color:var(--yt-muted);font-size:12px;line-height:1.5;-webkit-box-orient:vertical;-webkit-line-clamp:3}.cgy-yt-empty{margin:25px;padding:50px 22px;border:1px dashed var(--yt-line);border-radius:14px;background:var(--yt-surface);color:var(--yt-muted);text-align:center}.cgy-yt-empty>i{color:var(--yt-red);font-size:38px}.cgy-yt-empty h2{margin:12px 0 5px;color:var(--yt-text)}.cgy-yt-empty p{margin:0}.cgy-yt-feed__footer{min-height:60px;padding:14px 22px;display:flex;align-items:center;justify-content:space-between;gap:16px;border-top:1px solid var(--yt-line);background:var(--yt-surface);color:var(--yt-muted);font-size:12px}.cgy-yt-feed__footer a{color:var(--yt-red-dark);font-weight:800}.is-dark .cgy-yt-feed__footer a{color:#ff7d96}
@media(max-width:650px){.cgy-yt-feed{border-radius:13px}.cgy-yt-feed__hero{padding:38px 22px}.cgy-yt-feed__hero h1{font-size:36px;letter-spacing:-1px}.cgy-yt-grid{padding:20px 14px 28px;gap:24px}.cgy-yt-filters{padding:18px 14px 2px}.cgy-yt-player{margin:18px 14px}.cgy-yt-feed__notice{margin:14px 14px 0}.cgy-yt-feed__footer{align-items:flex-start;flex-direction:column}}
.cgy-yt-feed__hero-image,.cgy-yt-feed__hero-overlay{position:absolute;inset:0;width:100%;height:100%}.cgy-yt-feed__hero-image{z-index:0;object-fit:cover}.cgy-yt-feed__hero-overlay{z-index:1;pointer-events:none}.cgy-yt-feed__hero-content{position:relative;z-index:2}.is-dark .cgy-yt-player>a,.is-dark .cgy-yt-feed__footer a{color:#e57373}
.cgy-yt-feed.is-oxblood{--yt-red:#b5121b;--yt-red-dark:#7f0b12}.cgy-yt-feed.is-classic{--yt-red:#e62117;--yt-red-dark:#b5120a;--yt-bg:#f6f6f6;--yt-surface:#fff;--yt-surface-2:#ededed;--yt-text:#111;--yt-muted:#606060;--yt-line:#ddd}.cgy-yt-feed.is-midnight{--yt-red:#3978e8;--yt-red-dark:#8bb5ff;--yt-bg:#09111f;--yt-surface:#111c2e;--yt-surface-2:#1c2b43;--yt-text:#f5f7fb;--yt-muted:#aebbd0;--yt-line:#2d405e;--yt-shadow:rgba(0,0,0,.42)}.cgy-yt-feed.is-graphite{--yt-red:#aeb4bd;--yt-red-dark:#d6dae0;--yt-bg:#101214;--yt-surface:#1a1d20;--yt-surface-2:#292d31;--yt-text:#f4f5f6;--yt-muted:#a8adb4;--yt-line:#383d43;--yt-shadow:rgba(0,0,0,.44)}.cgy-yt-feed.is-classic .cgy-yt-feed__hero{background:radial-gradient(circle at 82% 30%,rgba(230,33,23,.24),transparent 25%),linear-gradient(135deg,#080808,#191919 58%,#740b06)}.cgy-yt-feed.is-midnight .cgy-yt-feed__hero{background:radial-gradient(circle at 82% 30%,rgba(57,120,232,.28),transparent 27%),linear-gradient(135deg,#050a12,#0c182a 58%,#183f7f)}.cgy-yt-feed.is-midnight .cgy-yt-feed__brand{color:#abc8ff}.cgy-yt-feed.is-graphite .cgy-yt-feed__hero{background:radial-gradient(circle at 82% 30%,rgba(190,196,204,.16),transparent 27%),linear-gradient(135deg,#050505,#17191b 58%,#34383d)}.cgy-yt-feed.is-graphite .cgy-yt-feed__brand{color:#d7dbe0}.cgy-yt-feed.is-midnight .cgy-yt-filters button.is-active,.cgy-yt-feed.is-graphite .cgy-yt-filters button.is-active{background:#f1f3f6;color:#111}.cgy-yt-feed.is-midnight .cgy-yt-player>a,.cgy-yt-feed.is-midnight .cgy-yt-feed__footer a{color:#8bb5ff}.cgy-yt-feed.is-graphite .cgy-yt-player>a,.cgy-yt-feed.is-graphite .cgy-yt-feed__footer a{color:#d6dae0}
