:root{color-scheme:dark;font-family:Roboto,Arial,sans-serif;line-height:1.5}*{box-sizing:border-box;margin:0;padding:0}html,body,#root{min-height:100vh;background:#0f0f0f;color:#f1f1f1}.app{display:flex;flex-direction:column;min-height:100vh}.header{position:sticky;top:0;z-index:100;display:flex;align-items:center;justify-content:space-between;height:56px;padding:0 16px;background:#0f0f0f;border-bottom:1px solid rgba(255,255,255,.1)}.header-left{display:flex;align-items:center;gap:16px;min-width:200px}.logo{display:flex;align-items:center;gap:4px;cursor:pointer}.logo-icon{color:red}.logo-text{font-size:1.2rem;font-weight:700;letter-spacing:-.02em;color:#fff}.search-form{display:flex;flex:0 1 640px}.search-input{flex:1;height:40px;padding:0 16px;background:#121212;border:1px solid #303030;border-right:none;border-radius:20px 0 0 20px;color:#fff;font-size:1rem;outline:none}.search-input:focus{border-color:#1c62b9}.search-input::placeholder{color:#888}.search-btn{width:64px;height:40px;background:#222;border:1px solid #303030;border-radius:0 20px 20px 0;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#f1f1f1}.search-btn:hover{background:#333}.header-right{display:flex;align-items:center;gap:8px;min-width:200px;justify-content:flex-end}.icon-btn{width:40px;height:40px;border-radius:50%;border:none;background:transparent;color:#f1f1f1;cursor:pointer;display:flex;align-items:center;justify-content:center}.icon-btn:hover{background:#ffffff1a}.menu-btn{color:#fff}.avatar-btn{width:32px;height:32px;border-radius:50%;background:#5c4dbf;display:flex;align-items:center;justify-content:center;font-size:.85rem;font-weight:500;cursor:pointer}.main-layout{display:flex;flex:1}.sidebar{position:sticky;top:56px;height:calc(100vh - 56px);overflow-y:auto;padding:12px 0;background:#0f0f0f;scrollbar-width:thin;scrollbar-color:#555 transparent}.sidebar.open{width:240px;min-width:240px;padding:12px}.sidebar.collapsed{width:72px;min-width:72px;padding:12px 0}.sidebar.collapsed .sidebar-item{flex-direction:column;padding:16px 0 10px;gap:4px;font-size:.65rem;border-radius:10px}.sidebar.collapsed .sidebar-heading,.sidebar.collapsed .sidebar-divider{display:none}.sidebar-section{margin-bottom:8px}.sidebar-heading{font-size:.85rem;font-weight:600;color:#aaa;padding:8px 12px 4px;text-transform:uppercase;letter-spacing:.05em}.sidebar-divider{height:1px;background:#ffffff1a;margin:8px 0}.sidebar-item{display:flex;align-items:center;gap:24px;padding:8px 12px;border-radius:10px;cursor:pointer;font-size:.9rem;color:#f1f1f1;text-decoration:none}.sidebar-item:hover{background:#ffffff14}.sidebar-item.active{background:#ffffff1f;font-weight:500}.content{flex:1;padding:16px 24px;margin-left:0}.content.full{margin-left:0}.chips{display:flex;gap:8px;margin-bottom:24px;overflow-x:auto;padding-bottom:8px;scrollbar-width:none}.chips::-webkit-scrollbar{display:none}.chip{padding:8px 16px;border-radius:8px;border:none;background:#272727;color:#f1f1f1;font-size:.875rem;cursor:pointer;white-space:nowrap;transition:background .15s}.chip:hover{background:#3d3d3d}.chip.active{background:#f1f1f1;color:#0f0f0f;font-weight:500}.video-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:16px}.video-card{cursor:pointer;border-radius:12px;overflow:hidden;transition:transform .15s}.video-card:hover{transform:translateY(-2px)}.video-thumbnail{position:relative;width:100%;aspect-ratio:16 / 9;border-radius:12px;overflow:hidden}.thumbnail-bg{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.video-duration{position:absolute;bottom:8px;right:8px;background:#000c;color:#fff;padding:2px 6px;border-radius:4px;font-size:.75rem;font-weight:500}.video-info{display:flex;gap:12px;padding:12px 4px}.video-avatar{width:36px;height:36px;border-radius:50%;flex-shrink:0;display:flex;align-items:center;justify-content:center;font-size:.85rem;font-weight:600;color:#fff}.video-meta{flex:1;min-width:0}.video-title{font-size:.95rem;font-weight:500;color:#f1f1f1;line-height:1.4;margin-bottom:4px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.video-channel{font-size:.8rem;color:#aaa;margin-bottom:2px}.video-stats{font-size:.8rem;color:#aaa}.no-results{display:flex;align-items:center;justify-content:center;min-height:300px;color:#888;font-size:1.1rem}.video-player-page{display:flex;gap:24px;padding:24px;max-width:1600px;margin:0 auto}.video-player-main{flex:1;min-width:0}.player-container{width:100%;aspect-ratio:16 / 9;border-radius:12px;overflow:hidden;background:#000;margin-bottom:16px}.player-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;cursor:pointer}.player-title{font-size:1.3rem;font-weight:600;line-height:1.4;margin-bottom:16px}.player-actions{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:16px;margin-bottom:16px;padding-bottom:16px;border-bottom:1px solid rgba(255,255,255,.1)}.player-channel{display:flex;align-items:center;gap:12px}.player-avatar{width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1rem;font-weight:600;color:#fff}.player-channel-name{font-size:.95rem;font-weight:500}.player-subs{font-size:.8rem;color:#aaa}.subscribe-btn{margin-left:16px;padding:10px 20px;border-radius:20px;border:none;background:#fff;color:#0f0f0f;font-size:.9rem;font-weight:600;cursor:pointer;transition:background .15s}.subscribe-btn:hover{background:#d9d9d9}.subscribe-btn.subscribed{background:#272727;color:#f1f1f1}.subscribe-btn.subscribed:hover{background:#3d3d3d}.player-btns{display:flex;gap:8px}.action-btn{display:flex;align-items:center;gap:6px;padding:8px 16px;border-radius:20px;border:none;background:#272727;color:#f1f1f1;font-size:.85rem;cursor:pointer;transition:background .15s}.action-btn:hover{background:#3d3d3d}.action-btn.active{background:#3ea6ff;color:#0f0f0f}.video-description{background:#ffffff0d;border-radius:12px;padding:16px;margin-bottom:24px}.desc-stats{font-size:.85rem;font-weight:600;margin-bottom:8px}.video-description p:last-child{font-size:.9rem;color:#ddd;line-height:1.6}.comments-section h3{font-size:1.1rem;margin-bottom:24px}.comment-input-row{display:flex;gap:16px;margin-bottom:24px}.comment-avatar{width:40px;height:40px;border-radius:50%;flex-shrink:0;display:flex;align-items:center;justify-content:center;font-size:.85rem;font-weight:600;color:#fff}.comment-input{flex:1;background:transparent;border:none;border-bottom:1px solid #303030;color:#f1f1f1;font-size:.9rem;padding:8px 0;outline:none}.comment-input:focus{border-bottom-color:#fff}.comment-input::placeholder{color:#666}.comment{display:flex;gap:16px;margin-bottom:20px}.comment-body{flex:1}.comment-user{font-size:.85rem;font-weight:500;margin-bottom:4px}.comment-time{font-size:.8rem;color:#888;font-weight:400;margin-left:8px}.comment-text{font-size:.9rem;color:#ddd;line-height:1.5;margin-bottom:8px}.comment-actions{display:flex;gap:12px}.comment-action{display:flex;align-items:center;gap:4px;background:none;border:none;color:#888;font-size:.8rem;cursor:pointer}.comment-action:hover{color:#fff}.video-player-sidebar{width:400px;flex-shrink:0}.related-video{display:flex;gap:8px;margin-bottom:12px;cursor:pointer;border-radius:8px;padding:4px}.related-video:hover{background:#ffffff0d}.related-thumb{position:relative;width:168px;height:94px;border-radius:8px;overflow:hidden;flex-shrink:0}.related-thumb .thumbnail-bg{width:100%;height:100%}.related-info{flex:1;min-width:0}.related-title{font-size:.85rem;font-weight:500;line-height:1.3;margin-bottom:4px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.related-channel{font-size:.75rem;color:#aaa;margin-bottom:2px}.related-stats{font-size:.75rem;color:#aaa}@media(max-width:1100px){.video-player-sidebar{width:320px}}@media(max-width:900px){.video-player-page{flex-direction:column}.video-player-sidebar{width:100%}.related-video{max-width:100%}}@media(max-width:700px){.header{padding:0 8px}.search-form{flex:0 1 400px}.header-left,.header-right{min-width:auto}.video-grid{grid-template-columns:1fr}.sidebar.open{position:fixed;top:56px;left:0;z-index:99;background:#0f0f0f;box-shadow:4px 0 16px #00000080}.content{padding:16px 12px}.video-player-page{padding:12px}.player-title{font-size:1.1rem}.player-btns{flex-wrap:wrap}}
