.app{min-height:100vh;background:linear-gradient(160deg,#0d0d14,#141428 40%,#0f0f1a)}.header{position:fixed;top:0;left:0;right:0;height:56px;padding:0 16px;display:flex;align-items:center;gap:16px;background:#0d0d18eb;border-bottom:1px solid rgba(160,140,255,.15);box-shadow:0 0 24px #7850dc14;z-index:100;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.menu-btn{padding:8px 12px;font-size:20px;color:#a8a8b8;border-radius:8px}.menu-btn:hover{background:#a08cff1f;color:#c8c4f0}.logo{display:flex;align-items:center;gap:10px}.logo-icon{font-size:22px;color:#b886ff;filter:drop-shadow(0 0 8px rgba(184,134,255,.5))}.logo-text{font-size:18px;font-weight:700;color:#e8e8ed;letter-spacing:-.3px}.header-name{margin-left:8px;padding:4px 12px;font-size:14px;font-weight:600;letter-spacing:.02em;background:linear-gradient(120deg,#c8a8ff,#a078e8,#b886ff);background-size:200% auto;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;box-shadow:0 0 20px #b886ff4d;position:relative}.header-name:after{content:"";position:absolute;left:0;right:0;bottom:-2px;height:1px;background:linear-gradient(90deg,transparent,rgba(184,134,255,.6),transparent);opacity:.8}.search-bar{flex:1;max-width:640px;margin:0 auto;display:flex;height:40px}.search-input{flex:1;padding:0 16px;border:1px solid rgba(160,140,255,.2);border-right:none;border-radius:40px 0 0 40px;font-size:16px;outline:none;background:#1c1a2c99;color:#e8e8ed}.search-input::placeholder{color:#6a6a7a}.search-input:focus{border-color:#b886ff80;box-shadow:0 0 12px #b886ff26}.search-btn{width:64px;border:1px solid rgba(160,140,255,.2);border-left:none;border-radius:0 40px 40px 0;background:#282440cc;font-size:18px;color:#a8a8b8}.search-btn:hover{background:#b886ff26;color:#c8a8ff}.header-actions{display:flex;align-items:center;gap:8px}.icon-btn{padding:8px;font-size:20px;color:#a8a8b8;border-radius:50%}.icon-btn:hover{background:#a08cff1f;color:#c8c4f0}.avatar-btn{width:32px;height:32px;border-radius:50%;background:linear-gradient(135deg,#8b5cf6,#a78bfa);color:#fff;font-size:14px;font-weight:600;box-shadow:0 0 12px #8b5cf666}.app-body{display:flex;padding-top:56px}.sidebar{position:fixed;left:0;top:56px;bottom:0;width:72px;padding:12px 0;background:#121020d9;border-right:1px solid rgba(160,140,255,.12);display:flex;flex-direction:column;align-items:center;gap:4px;z-index:50;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.sidebar-item{width:100%;padding:16px 0;display:flex;flex-direction:column;align-items:center;gap:4px;font-size:10px;color:#8a8a9a}.sidebar-item:hover{background:#b886ff1a;color:#c8a8ff;text-shadow:0 0 12px rgba(184,134,255,.3)}.sidebar-icon{font-size:24px}.main-content{flex:1;margin-left:72px;padding:24px 24px 40px;min-height:calc(100vh - 56px)}.video-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:24px 16px}.video-grid-empty{grid-column:1 / -1;margin:0;padding:32px 16px;text-align:center;color:#8a8a9a;font-size:15px}.video-card{cursor:pointer;padding:8px;margin:-8px;border-radius:16px;transition:transform .2s ease,box-shadow .25s ease}.video-card:hover{transform:translateY(-2px);box-shadow:0 8px 32px #0000004d,0 0 24px #b886ff1f}.video-thumbnail{position:relative;aspect-ratio:16 / 9;border-radius:12px;overflow:hidden;background:#1a1a28;margin-bottom:12px;border:1px solid rgba(160,140,255,.12);transition:box-shadow .25s ease}.video-card:hover .video-thumbnail{box-shadow:0 0 20px #b886ff33}.video-thumbnail img{width:100%;height:100%;object-fit:cover}.video-duration{position:absolute;bottom:8px;right:8px;padding:2px 6px;background:#000c;color:#e8e8ed;font-size:12px;font-weight:500;border-radius:4px}.video-info{display:flex;gap:12px}.channel-avatar{width:36px;height:36px;border-radius:50%;background:linear-gradient(135deg,#6d28d9,#8b5cf6);color:#fff;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:600;flex-shrink:0;box-shadow:0 0 12px #8b5cf659}.video-meta{min-width:0}.video-title{margin:0 0 4px;font-size:14px;font-weight:500;line-height:1.4;color:#e8e8ed;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;transition:color .2s ease}.video-channel,.video-views{margin:0;font-size:12px;color:#8a8a9a}.video-card:hover .video-title{color:#c8a8ff;text-shadow:0 0 20px rgba(184,134,255,.25)}.video-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000e0;display:flex;align-items:center;justify-content:center;z-index:200;padding:24px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.video-modal{position:relative;width:100%;max-width:900px;max-height:90vh;background:linear-gradient(180deg,#16162a,#0f0f1a);border-radius:16px;overflow:hidden;display:flex;flex-direction:column;border:1px solid rgba(184,134,255,.2);box-shadow:0 0 40px #00000080,0 0 60px #b886ff14}.video-modal-body{overflow-y:auto;flex:1;min-height:0}.video-modal-close{position:absolute;top:12px;right:12px;width:40px;height:40px;border-radius:50%;background:#1c1a2ce6;color:#c8a8ff;font-size:20px;z-index:10;display:flex;align-items:center;justify-content:center;border:1px solid rgba(184,134,255,.25)}.video-modal-close:hover{background:#b886ff33;box-shadow:0 0 16px #b886ff4d}.video-modal-player{aspect-ratio:16 / 9;background:#000}.video-modal-player video,.video-modal-player iframe{width:100%;height:100%;display:block;border:none}.video-modal-info{padding:16px}.video-modal-title{margin:0 0 8px;font-size:18px;font-weight:500;color:#e8e8ed}.video-modal-channel{margin:0;font-size:14px;color:#a8a8b8}.comment-section{padding:16px;border-top:1px solid rgba(184,134,255,.15)}.comment-section-title{margin:0 0 16px;font-size:16px;font-weight:600;color:#e8e8ed}.comment-form{display:flex;flex-direction:column;gap:10px;margin-bottom:20px}.comment-input{padding:10px 12px;border:1px solid rgba(160,140,255,.2);border-radius:8px;background:#1c1a2c99;color:#e8e8ed;font-size:14px;font-family:inherit;resize:vertical}.comment-input::placeholder{color:#6a6a7a}.comment-input:focus{outline:none;border-color:#b886ff80;box-shadow:0 0 12px #b886ff26}.comment-author{max-width:200px}.comment-submit{align-self:flex-start;padding:8px 20px;background:linear-gradient(135deg,#7c3aed,#8b5cf6);color:#fff;border-radius:8px;font-size:14px;font-weight:500;box-shadow:0 0 16px #8b5cf659}.comment-submit:hover:not(:disabled){box-shadow:0 0 24px #b886ff73}.comment-submit:disabled{opacity:.6;cursor:not-allowed}.comment-error{margin:0 0 12px;font-size:13px;color:#f472b6}.comment-loading,.comment-empty{margin:0;font-size:14px;color:#8a8a9a}.comment-list{display:flex;flex-direction:column;gap:16px}.comment-item{padding:12px 0;border-bottom:1px solid rgba(160,140,255,.1)}.comment-item:last-child{border-bottom:none}.comment-item-header{display:flex;align-items:baseline;gap:8px;margin-bottom:4px}.comment-item-author{font-size:13px;font-weight:600;color:#c8a8ff}.comment-item-date{font-size:12px;color:#8a8a9a}.comment-item-text{margin:0;font-size:14px;color:#d0d0dc;line-height:1.5;white-space:pre-wrap;word-break:break-word}.chatbot-toggle{position:fixed;bottom:24px;right:24px;width:56px;height:56px;border-radius:50%;background:linear-gradient(135deg,#7c3aed,#8b5cf6);color:#fff;font-size:24px;border:none;cursor:pointer;box-shadow:0 4px 20px #8b5cf680,0 0 24px #b886ff40;z-index:9999;display:flex;align-items:center;justify-content:center}.chatbot-toggle:hover{box-shadow:0 6px 28px #8b5cf699,0 0 32px #b886ff59}.chatbot-panel{position:fixed;bottom:90px;right:24px;width:380px;max-width:calc(100vw - 48px);height:480px;background:linear-gradient(180deg,#1a1a2e,#12121f);border-radius:16px;border:1px solid rgba(184,134,255,.2);box-shadow:0 8px 40px #0006,0 0 32px #b886ff1a;display:flex;flex-direction:column;z-index:9999;overflow:hidden}.chatbot-header{padding:14px 16px;background:linear-gradient(90deg,#7c3aed66,#8b5cf64d);color:#e8e8ed;font-weight:600;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid rgba(184,134,255,.15)}.chatbot-title{font-size:15px}.chatbot-close{background:none;border:none;color:#c8a8ff;font-size:18px;cursor:pointer;padding:4px;opacity:.9}.chatbot-close:hover{opacity:1}.chatbot-messages{flex:1;overflow-y:auto;padding:16px;display:flex;flex-direction:column;gap:12px;background:#12102080}.chatbot-placeholder{margin:auto 0;text-align:center;color:#8a8a9a;font-size:14px}.chatbot-msg{max-width:85%;padding:10px 14px;border-radius:12px;align-self:flex-start}.chatbot-msg--user{align-self:flex-end;background:linear-gradient(135deg,#6d28d9,#7c3aed);color:#fff;box-shadow:0 0 16px #7c3aed59}.chatbot-msg--assistant{background:#28244099;border:1px solid rgba(184,134,255,.15);color:#e8e8ed}.chatbot-msg-label{display:block;font-size:11px;font-weight:600;color:inherit;opacity:.85;margin-bottom:4px}.chatbot-msg-text{margin:0;font-size:14px;line-height:1.5;white-space:pre-wrap;word-break:break-word}.chatbot-msg--typing{color:#a8a8b8;font-style:italic}.chatbot-form{display:flex;gap:8px;padding:12px 16px;border-top:1px solid rgba(184,134,255,.15);background:#121020cc}.chatbot-input{flex:1;padding:10px 14px;border:1px solid rgba(160,140,255,.2);border-radius:8px;font-size:14px;outline:none;background:#1c1a2c99;color:#e8e8ed}.chatbot-input::placeholder{color:#6a6a7a}.chatbot-input:focus{border-color:#b886ff80;box-shadow:0 0 12px #b886ff26}.chatbot-send{padding:10px 18px;background:linear-gradient(135deg,#7c3aed,#8b5cf6);color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;box-shadow:0 0 16px #8b5cf659}.chatbot-send:hover:not(:disabled){box-shadow:0 0 24px #b886ff73}.chatbot-send:disabled{opacity:.6;cursor:not-allowed}*,*:before,*:after{box-sizing:border-box}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,sans-serif;background:#0d0d14;color:#e8e8ed}#root{min-height:100vh}button{font-family:inherit;cursor:pointer;border:none;background:none}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}
