*{margin:0;padding:0;box-sizing:border-box;}body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif;background-color:#0a0a0a;color:#e5e5e5;line-height:1.6;font-size:16px;}a{color:#e50914;text-decoration:none;transition:color 0.2s ease;}a:hover{color:#f40612;text-decoration:underline;}nav{background:#141414;border-bottom:1px solid #333;position:sticky;top:0;z-index:100;box-shadow:0 2px 8px rgba(0,0,0,0.5);}nav ul{display:flex;flex-wrap:nowrap;justify-content:space-between;align-items:center;list-style:none;max-width:1400px;margin:0 auto;padding:0;}nav li{flex:1 1 0;min-width:0;text-align:center;}nav a{display:block;padding:1rem 0.5rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#e5e5e5;font-size:0.95rem;font-weight:500;transition:background 0.2s ease;}nav a:hover{background:#1f1f1f;color:#fff;text-decoration:none;}@media (max-width:768px){nav ul{flex-wrap:nowrap;overflow-x:visible;}nav li{flex:1 1 auto;min-width:60px;}nav a{font-size:0.8rem;padding:0.8rem 0.3rem;}}.container{max-width:1400px;margin:0 auto;padding:2rem 1rem;}h1{font-size:2.5rem;font-weight:700;margin-bottom:1rem;color:#fff;letter-spacing:-0.5px;}h2{font-size:1.8rem;font-weight:600;margin:2rem 0 1rem 0;color:#fff;}h3{font-size:1.2rem;font-weight:600;color:#fff;margin-bottom:0.5rem;}p{margin-bottom:1rem;color:#b3b3b3;line-height:1.7;}.breadcrumb{font-size:0.9rem;color:#999;margin-bottom:1.5rem;padding:0.5rem 0;}.breadcrumb a{color:#e50914;}.breadcrumb a:hover{color:#f40612;}section{margin-bottom:3rem;}.intro{background:#181818;padding:1.5rem;border-radius:4px;margin-bottom:2rem;border-left:4px solid #e50914;}.intro p{color:#e5e5e5;font-size:1.05rem;margin:0;}.video-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.2rem;margin-top:1.5rem;}@media (max-width:768px){.video-grid{grid-template-columns:repeat(2,1fr);gap:1rem;}}@media (max-width:480px){.video-grid{grid-template-columns:1fr;}}.video-card{background:#181818;border-radius:4px;padding:1.2rem;transition:transform 0.2s ease,box-shadow 0.2s ease;border:1px solid #2a2a2a;}.video-card:hover{transform:translateY(-4px);box-shadow:0 8px 16px rgba(0,0,0,0.6);border-color:#e50914;}.video-card h3{font-size:1.1rem;margin-bottom:0.5rem;}.video-card h3 a{color:#fff;}.video-card h3 a:hover{color:#e50914;text-decoration:none;}.video-card .meta{font-size:0.85rem;color:#808080;margin-bottom:0.5rem;}.video-card .one-line{font-size:0.9rem;color:#b3b3b3;line-height:1.5;margin-bottom:0.5rem;}.video-card .summary{font-size:0.85rem;color:#999;line-height:1.4;margin-top:0.5rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;}.video-card.featured{grid-column:span 2;background:linear-gradient(135deg,#1a1a1a 0%,#181818 100%);}@media (max-width:768px){.video-card.featured{grid-column:span 1;}}.video-card .year{display:inline-block;background:#2a2a2a;color:#e5e5e5;padding:0.2rem 0.6rem;border-radius:3px;font-size:0.8rem;margin-bottom:0.5rem;}.entry-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-top:1.5rem;}.entry-card{background:#181818;border:2px solid #e50914;border-radius:4px;padding:1.5rem;text-align:center;transition:transform 0.2s ease,box-shadow 0.2s ease;}.entry-card:hover{transform:scale(1.05);box-shadow:0 8px 24px rgba(229,9,20,0.3);}.entry-card h3{font-size:1.3rem;margin-bottom:0.8rem;}.entry-card h3 a{color:#e50914;}.entry-card p{font-size:0.9rem;color:#b3b3b3;margin:0;}.notice{background:#1f1f1f;border:1px solid #e50914;border-radius:4px;padding:1.2rem;margin:1.5rem 0;}.notice p{color:#e5e5e5;margin-bottom:0.8rem;}.notice ul{list-style:none;padding-left:1rem;}.notice li{margin:0.5rem 0;}.notice a{color:#e50914;font-weight:500;}.detail{background:#141414;border-radius:6px;padding:2rem;margin-top:1rem;}.info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1rem;margin:1.5rem 0;background:#1a1a1a;padding:1.5rem;border-radius:4px;}.info-item{font-size:0.95rem;color:#b3b3b3;padding:0.5rem 0;}.info-item strong{color:#e50914;margin-right:0.5rem;}.one-line-section,.summary-section,.review-section,.related-section{margin-top:2rem;padding-top:1.5rem;border-top:1px solid #2a2a2a;}.one-line-section p,.summary-section p,.review-section p{font-size:1.05rem;color:#e5e5e5;line-height:1.8;}.page-intro{font-size:1.05rem;color:#b3b3b3;margin:1rem 0 2rem 0;padding:1rem;background:#181818;border-radius:4px;}.error-page{text-align:center;padding:4rem 1rem;}.error-page h1{font-size:4rem;color:#e50914;margin-bottom:1rem;}.error-page p{font-size:1.2rem;color:#b3b3b3;margin-bottom:2rem;}.error-page a{display:inline-block;background:#e50914;color:#fff;padding:0.8rem 2rem;border-radius:4px;font-weight:600;transition:background 0.2s ease;}.error-page a:hover{background:#f40612;text-decoration:none;}