body .video-hero{padding:72px 0 28px;background:radial-gradient(circle at top right,rgba(94,114,152,.18),transparent 30%),radial-gradient(circle at top left,rgba(156,178,219,.12),transparent 30%)} 
body .video-eyebrow{display:inline-block;padding:8px 12px;border-radius:999px;background:rgba(255,255,255,.08);color:#eaf1ff;font-size:.82rem;margin-bottom:12px}
body .video-hero h1{margin:0 0 12px;color:#fff;font-size:clamp(2rem,4vw,3.2rem)}
body .video-lead{max-width:760px;color:#c6d1e7}
body .video-section{padding:28px 0 56px}
body .video-search{display:flex;gap:12px;align-items:center;flex-wrap:wrap;margin-top:20px}
body .video-search input{flex:1;min-width:260px;padding:14px 16px;border-radius:14px;border:1px solid rgba(255,255,255,.1);background:rgba(255,255,255,.05);color:#fff}
body .video-search button,body .video-upload-link,body .video-form button,body .video-comment-form button{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:0 18px;border:none;border-radius:999px;background:linear-gradient(135deg,#5e7298,#9cb2db);color:#fff;text-decoration:none;cursor:pointer}
body .video-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}
body .video-card,body .video-form-card,body .video-watch-card{background:rgba(10,15,25,.88);border:1px solid rgba(255,255,255,.08);border-radius:24px;overflow:hidden;box-shadow:0 16px 40px rgba(0,0,0,.22)}
body .video-card__thumb{display:grid;place-items:center;aspect-ratio:16/9;background:linear-gradient(135deg,#101828,#17263f);color:#eef3ff;font-weight:800;letter-spacing:.25em;text-decoration:none}
body .video-card__body{padding:18px}
body .video-card h2{margin:0 0 10px;font-size:1.1rem}
body .video-card h2 a{color:#fff;text-decoration:none}
body .video-card p,body .video-description,body .video-related__text small{color:#c3cde4}
body .video-meta{display:flex;gap:16px;flex-wrap:wrap;color:#9cb2db;font-size:.92rem}
body .video-notice,body .video-error{margin-bottom:18px;padding:14px 16px;border-radius:16px}
body .video-notice{background:rgba(163,190,140,.16);border:1px solid rgba(163,190,140,.32);color:#eef3ff}
body .video-error{background:rgba(191,97,106,.16);border:1px solid rgba(191,97,106,.32);color:#fff}
body .video-form-card,body .video-watch-card{padding:24px}
body .video-form,body .video-comment-form{display:grid;gap:16px}
body .video-form label,body .video-comment-form label{display:block;margin-bottom:8px;color:#eef3ff;font-weight:600}
body .video-form input[type=text],body .video-form input[type=file],body .video-form textarea,body .video-comment-form input,body .video-comment-form textarea{width:100%;padding:14px 16px;border-radius:16px;border:1px solid rgba(255,255,255,.1);background:rgba(255,255,255,.04);color:#fff}
body .video-form__actions{display:flex;gap:12px;align-items:center;flex-wrap:wrap}
body .video-form__actions a{color:#cfdcff;text-decoration:none}
body .video-watch-layout{display:grid;grid-template-columns:minmax(0,2.2fr) minmax(280px,1fr);gap:24px}
body .video-player-wrap{background:rgba(0,0,0,.35);border:1px solid rgba(255,255,255,.08);border-radius:24px;overflow:hidden;margin-bottom:20px}
body .video-player{display:block;width:100%;max-height:72vh;background:#000}
body .video-comments{display:grid;gap:14px;margin-top:20px}
body .video-comment{padding:16px;border-radius:18px;background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.06)}
body .video-comment__head{display:flex;justify-content:space-between;gap:12px;flex-wrap:wrap;color:#9cb2db;margin-bottom:10px}
body .video-related-list{display:grid;gap:14px}
body .video-related{display:grid;grid-template-columns:120px 1fr;gap:12px;text-decoration:none;padding:10px;border-radius:18px;background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.06)}
body .video-related__thumb{display:grid;place-items:center;border-radius:14px;background:linear-gradient(135deg,#101828,#17263f);color:#eef3ff;font-size:.8rem;font-weight:700;letter-spacing:.18em;min-height:72px}
body .video-related__text strong{display:block;color:#fff;margin-bottom:6px}
body .video-empty{padding:18px;border-radius:16px;background:rgba(255,255,255,.03);color:#c3cde4}
body .video-pagination{margin-top:26px}
@media(max-width:1100px){body .video-grid{grid-template-columns:repeat(2,minmax(0,1fr))}body .video-watch-layout{grid-template-columns:1fr}}
@media(max-width:720px){body .video-grid{grid-template-columns:1fr}body .video-related{grid-template-columns:1fr}}
