.yt-page{max-width:1200px;margin:0 auto;padding:2rem}.yt-hero{text-align:center;padding:2rem;background:linear-gradient(160deg,#0f172a,#1e1030 55%,#380a0a);border-radius:16px;margin-bottom:3rem;position:relative;overflow:hidden;border:1px solid rgba(220,38,38,.2)}.yt-hero:before{content:"";position:absolute;width:700px;height:700px;border-radius:50%;background:radial-gradient(circle,rgba(220,38,38,.18) 0,transparent 70%);top:50%;left:50%;transform:translate(-50%,-50%);pointer-events:none}.yt-hero>*{position:relative;z-index:1}.yt-hero-logo{display:flex;justify-content:center;margin-bottom:1.25rem;filter:drop-shadow(0 2px 10px rgba(0,0,0,.5))}.yt-hero h1{font-size:2.5rem;color:white;margin:0 0 .5rem}.yt-hero-subtitle{color:rgba(255,255,255,.65);font-size:1.05rem;margin:0 0 1rem}.yt-subtitle-link{display:inline-flex;align-items:center;gap:8px;margin-top:.75rem;color:#ffffff;background:#dc2626;font-size:.875rem;font-weight:700;letter-spacing:-.014em;text-decoration:none;padding:.875rem 1.875rem;border-radius:999px;transition:background .15s,transform .15s;white-space:nowrap}.yt-subtitle-link:hover{background:#b91c1c}.yt-subtitle-link:active{transform:scale(.985)}.yt-intro{position:relative;background:linear-gradient(145deg,#111827,#0f172a);border-radius:14px;border-left:4px solid #dc2626;padding:2rem 2.5rem;margin-bottom:3rem;overflow:hidden;box-shadow:0 4px 32px rgba(0,0,0,.3)}.yt-intro:before{top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,rgba(220,38,38,.75),transparent 60%)}.yt-intro:after,.yt-intro:before{content:"";position:absolute;pointer-events:none}.yt-intro:after{top:-60px;left:-60px;width:200px;height:200px;background:radial-gradient(circle,rgba(220,38,38,.07) 0,transparent 70%)}.yt-intro p{position:relative;z-index:1;margin:0;color:#cbd5e1;font-size:1.05rem;line-height:1.75}.yt-intro p+p{margin-top:.875rem}.yt-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(min(300px,100%),1fr));gap:2rem}.yt-card{background:#1e293b;border-radius:12px;overflow:hidden;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease;position:relative}.yt-card:hover{transform:translateY(-6px);box-shadow:0 8px 24px rgba(0,0,0,.4)}.yt-thumbnail{position:relative;width:100%;aspect-ratio:16/9;background:#0f172a;overflow:hidden}.yt-thumbnail img{width:100%;height:100%;object-fit:cover;display:block}.yt-play-icon{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;font-size:3rem;color:white;background:rgba(0,0,0,.35);opacity:.55;transition:opacity .2s ease}.yt-card:hover .yt-play-icon{opacity:1}.yt-card-body{padding:1.25rem 1.5rem 1.5rem}.yt-card-body h3{margin:0 0 .5rem;color:#f1f5f9;font-size:1.1rem}.yt-card-body p{margin:0;color:#94a3b8;font-size:.9rem;line-height:1.5}.yt-featured{grid-column:1/-1;display:flex;flex-direction:row}.yt-featured .yt-thumbnail-wrap{flex:0 0 55%}.yt-featured .yt-card-body{flex:1;padding:2rem 2rem 2rem 2.5rem;display:flex;flex-direction:column;justify-content:center}.yt-featured .yt-card-body h3{font-size:1.6rem;margin-bottom:.75rem}.yt-featured .yt-card-body p{font-size:1rem}.yt-badge{position:absolute;top:.85rem;left:.85rem;z-index:2;background:#dc2626;color:white;font-size:.8rem;font-weight:700;padding:.35rem .9rem;border-radius:999px;text-transform:uppercase;letter-spacing:.06em;box-shadow:0 2px 10px rgba(0,0,0,.5)}@media (max-width:600px){.yt-featured{flex-direction:column}.yt-featured .yt-thumbnail{flex:none}.yt-featured .yt-card-body{padding:1rem}.yt-featured .yt-card-body h3{font-size:1.2rem}}.yt-modal-backdrop{position:fixed;inset:0;background:rgba(0,0,0,.8);display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.yt-modal{background:#1e293b;border-radius:16px;width:100%;max-width:900px;padding:1.5rem;position:relative}.yt-modal h2{margin:0 0 1rem;color:#f1f5f9;font-size:1.3rem;padding-right:2rem}.yt-modal-close{position:absolute;top:1rem;right:1rem;background:#334155;border:none;color:#f1f5f9;font-size:1.1rem;width:2rem;height:2rem;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s ease}.yt-modal-close:hover{background:#dc2626}.yt-iframe-wrapper{position:relative;width:100%;aspect-ratio:16/9;border-radius:8px;overflow:hidden}.yt-iframe-wrapper iframe{position:absolute;inset:0;width:100%;height:100%;border:none}@media (max-width:768px){.yt-page{padding:1.25rem}.yt-hero{padding:2.5rem 1.5rem;margin-bottom:2rem}.yt-grid{gap:1.25rem}}@media (max-width:480px){.yt-page{padding:.75rem}.yt-intro{padding:1.25rem 1.25rem 1.25rem 1.5rem;margin-bottom:1.5rem;border-radius:10px}.yt-intro p{font-size:.95rem}.yt-hero{padding:1.75rem 1rem;border-radius:10px;margin-bottom:1.25rem}.yt-hero h1{font-size:1.4rem}.yt-subtitle-link{font-size:.875rem}.yt-grid{grid-template-columns:1fr;gap:1rem}.yt-card-body{padding:1rem}.yt-modal-backdrop{padding:.5rem;align-items:flex-end}.yt-modal{padding:1rem;border-radius:12px 12px 0 0;max-height:90vh;overflow-y:auto}.yt-modal h2{font-size:1rem;padding-right:2.5rem}.yt-modal-close{width:2.5rem;height:2.5rem}}