.dashboard{min-height:100vh;padding:5rem 1.5rem 2rem;max-width:1400px;margin:0 auto}.dashboard-header{margin-bottom:2rem}.dashboard-header h1{font-size:2rem;margin-bottom:.5rem}.dashboard-header p{color:#888;font-size:1rem}.categories-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1.5rem}.category-card{background:#1a1a1a;border-radius:12px;padding:1.5rem;text-decoration:none;color:#fff;transition:all .3s;border:1px solid rgba(255,255,255,.1);display:flex;flex-direction:column;align-items:center;gap:1rem}.category-card:hover{transform:translateY(-4px);background:#222;border-color:#fff3;box-shadow:0 10px 30px #00000080}.category-icon{width:80px;height:80px;background:#ffffff0d;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#888}.category-info{text-align:center;width:100%}.category-info h3{font-size:1.125rem;margin-bottom:.5rem;word-break:break-word}.category-meta{display:flex;align-items:center;justify-content:center;gap:.5rem;color:#888;font-size:.875rem}.empty-subtitle{font-size:.875rem;color:#666}@media (max-width: 768px){.dashboard{padding:4rem 1rem 2rem}.dashboard-header h1{font-size:1.5rem}.categories-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem}.category-card{padding:1.25rem}.category-icon{width:60px;height:60px}.category-icon svg{width:32px;height:32px}}.category-page{min-height:100vh;padding:5rem 1.5rem 2rem;max-width:1400px;margin:0 auto}.category-header{margin-bottom:2rem}.back-btn{background:transparent;border:1px solid rgba(255,255,255,.2);color:#fff;padding:.5rem 1rem;border-radius:8px;display:inline-flex;align-items:center;gap:.5rem;cursor:pointer;margin-bottom:1rem;transition:all .2s}.category-header h1{font-size:2rem;margin-bottom:.5rem;text-transform:capitalize}.category-header p{color:#888}@media (max-width: 768px){.category-page{padding:4rem 1rem 2rem}.category-header h1{font-size:1.5rem}.videos-grid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:1rem}.video-info h3{font-size:.875rem}.video-description,.video-uploader{font-size:.75rem}}.video-player-page{position:fixed;top:0;left:0;right:0;bottom:0;background:#000;z-index:200}.top-controls{position:fixed;top:1rem;left:1rem;right:1rem;display:flex;justify-content:space-between;align-items:center;z-index:300}.close-btn-top{background:#000000b3;border:1px solid rgba(255,255,255,.2);color:#fff;width:48px;height:48px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s}.close-btn-top:hover{background:#000000e6;border-color:#fff6}.info-toggle-top{background:#000000b3;border:1px solid rgba(255,255,255,.2);color:#fff;padding:.5rem 1rem;border-radius:20px;cursor:pointer;font-size:.875rem;transition:all .2s}.info-toggle-top:hover{background:#000000e6;border-color:#fff6}.video-container{position:relative;width:100%;height:100vh;display:flex;align-items:center;justify-content:center;transition:opacity .3s ease,transform .3s ease}.video-container.transitioning{opacity:.7;transform:scale(.98)}.video-element{max-width:100%;max-height:100vh;width:auto;height:auto;object-fit:contain}.video-overlay{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(to top,rgba(0,0,0,.9) 0%,rgba(0,0,0,.7) 50%,transparent 100%);padding:2rem;transform:translateY(100%);transition:transform .3s ease;z-index:250}.video-overlay.show{transform:translateY(0)}.video-meta h2{font-size:1.5rem;margin-bottom:.75rem;line-height:1.3}.description{font-size:.95rem;color:#ddd;margin-bottom:.75rem;line-height:1.5;max-height:6rem;overflow-y:auto}.uploader{font-size:.9rem;color:#aaa;margin-bottom:.75rem}.tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}.tag{background:#ffffff26;padding:.4rem .75rem;border-radius:20px;font-size:.85rem;color:#fff}.video-actions{display:flex;gap:1rem;margin-bottom:1rem}.action-btn{background:#ffffff26;border:1px solid rgba(255,255,255,.2);color:#fff;padding:.75rem 1.25rem;border-radius:25px;display:flex;align-items:center;gap:.5rem;cursor:pointer;text-decoration:none;transition:all .2s}.action-btn:hover{background:#ffffff40;border-color:#fff6}.video-counter{font-size:.85rem;color:#888;text-align:center}@media (max-width: 768px){.video-overlay{padding:1.5rem 1rem}.video-meta h2{font-size:1.25rem}.description{font-size:.875rem}.video-actions{flex-direction:column}.action-btn{justify-content:center}.close-btn-top{width:40px;height:40px}.close-btn-top svg{width:20px;height:20px}.info-toggle-top{padding:.4rem .8rem;font-size:.8rem}}@media (max-height: 500px){.video-meta h2{font-size:1rem}.description{max-height:3rem;font-size:.8rem}.tags{margin-bottom:.5rem}.tag{padding:.25rem .5rem;font-size:.75rem}.video-actions{margin-bottom:.5rem}.action-btn{padding:.5rem 1rem;font-size:.85rem}}.search-page{min-height:100vh;padding:5rem 1.5rem 2rem;max-width:1400px;margin:0 auto}.search-header{margin-bottom:2rem}.back-btn{background:transparent;border:1px solid rgba(255,255,255,.2);color:#fff;padding:.5rem 1rem;border-radius:8px;display:inline-flex;align-items:center;gap:.5rem;cursor:pointer;margin-bottom:1.5rem;transition:all .2s}.back-btn:hover{background:#ffffff1a;border-color:#fff6}.search-form{display:flex;gap:1rem;align-items:center}.search-input-container{flex:1;display:flex;align-items:center;gap:.75rem;background:#1a1a1a;border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:.75rem 1rem}.search-input-container svg{color:#888;flex-shrink:0}.search-input-container input{flex:1;background:transparent;border:none;color:#fff;font-size:1rem;outline:none}.search-input-container input::placeholder{color:#666}.search-form button[type=submit]{background:#fff;color:#000;border:none;padding:.75rem 1.5rem;border-radius:12px;font-size:1rem;font-weight:500;cursor:pointer;transition:all .2s;white-space:nowrap}.search-form button[type=submit]:hover:not(:disabled){background:#e0e0e0}.search-form button[type=submit]:disabled{opacity:.5;cursor:not-allowed}.results-count{color:#888;font-size:.95rem;margin-bottom:1.5rem}.videos-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem}.video-card{background:#1a1a1a;border-radius:12px;overflow:hidden;text-decoration:none;color:#fff;transition:all .3s;border:1px solid rgba(255,255,255,.1)}.video-card:hover{transform:translateY(-4px);border-color:#fff3;box-shadow:0 10px 30px #00000080}.video-thumbnail{position:relative;width:100%;padding-top:177.78%;background:#2a2a2a;overflow:hidden}.video-thumbnail img,.video-thumbnail .video-preview{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.thumbnail-placeholder{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:#555}.video-duration{position:absolute;bottom:8px;right:8px;background:#000c;padding:.25rem .5rem;border-radius:4px;font-size:.75rem;display:flex;align-items:center;gap:.25rem}.video-category-badge{position:absolute;top:8px;left:8px;background:#000c;padding:.25rem .75rem;border-radius:12px;font-size:.75rem;text-transform:capitalize}.video-info{padding:1rem}.video-info h3{font-size:1rem;margin-bottom:.5rem;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.video-description{font-size:.875rem;color:#888;margin-bottom:.5rem;line-height:1.4}.video-uploader{font-size:.875rem;color:#666;margin-bottom:.5rem}.video-tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.5rem}.tag{background:#ffffff1a;padding:.25rem .5rem;border-radius:4px;font-size:.75rem;color:#aaa}.empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:50vh;color:#888;gap:1rem}.loading{display:flex;align-items:center;justify-content:center;min-height:50vh;font-size:1.125rem;color:#888}@media (max-width: 768px){.search-page{padding:4rem 1rem 2rem}.search-form{flex-direction:column}.search-form button[type=submit]{width:100%}.videos-grid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:1rem}.video-info h3{font-size:.875rem}.video-description,.video-uploader{font-size:.75rem}}.login-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000c;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.login-modal{background:#1a1a1a;border-radius:12px;padding:2rem;max-width:400px;width:100%;box-shadow:0 10px 40px #00000080}.login-modal h2{margin-bottom:1.5rem;font-size:1.5rem;text-align:center}.form-group{margin-bottom:1rem}.form-group input{width:100%;padding:.75rem;background:#2a2a2a;border:1px solid rgba(255,255,255,.1);border-radius:8px;color:#fff;font-size:1rem}.form-group input:focus{outline:none;border-color:#ffffff4d}.error-message{color:#f44;font-size:.875rem;margin-bottom:1rem;text-align:center}.form-actions{display:flex;gap:.75rem;margin-top:1.5rem}.form-actions button{flex:1;padding:.75rem;border-radius:8px;border:none;font-size:1rem;cursor:pointer;transition:all .2s}.form-actions button[type=button]{background:transparent;color:#888;border:1px solid rgba(255,255,255,.1)}.form-actions button[type=button]:hover{background:#ffffff0d}.form-actions button[type=submit]{background:#fff;color:#000}.form-actions button[type=submit]:hover{background:#e0e0e0}.form-actions button:disabled{opacity:.5;cursor:not-allowed}.header{position:fixed;top:0;left:0;right:0;background:#000000e6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:100;border-bottom:1px solid rgba(255,255,255,.1)}.header-container{max-width:1400px;margin:0 auto;padding:1rem 1.5rem;display:flex;justify-content:space-between;align-items:center}.header-logo{display:flex;align-items:center;gap:.5rem;color:#fff;text-decoration:none;font-size:1.25rem;font-weight:600;transition:opacity .2s}.header-logo:hover{opacity:.8}.header-actions{display:flex;gap:.5rem}.header-btn{background:transparent;border:1px solid rgba(255,255,255,.2);color:#fff;width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s}.header-btn:hover{background:#ffffff1a;border-color:#fff6}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000c;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.modal-content{background:#1a1a1a;border-radius:12px;padding:2rem;max-width:400px;width:100%;box-shadow:0 10px 40px #00000080}.modal-content h2{margin-bottom:1.5rem;font-size:1.5rem}.modal-content input{width:100%;padding:.75rem;background:#2a2a2a;border:1px solid rgba(255,255,255,.1);border-radius:8px;color:#fff;font-size:1rem;margin-bottom:1rem}.modal-content input:focus{outline:none;border-color:#ffffff4d}.error-message{color:#f44;font-size:.875rem;margin-bottom:1rem}.modal-actions{display:flex;gap:.75rem;justify-content:flex-end}.modal-actions button{padding:.75rem 1.5rem;border-radius:8px;border:none;font-size:1rem;cursor:pointer;transition:all .2s}.modal-actions button[type=button]{background:transparent;color:#888;border:1px solid rgba(255,255,255,.1)}.modal-actions button[type=button]:hover{background:#ffffff0d}.modal-actions button[type=submit]{background:#fff;color:#000}.modal-actions button[type=submit]:hover{background:#e0e0e0}.modal-actions button:disabled{opacity:.5;cursor:not-allowed}.app{min-height:100vh;background-color:#000}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#000;color:#fff;overflow-x:hidden}#root{min-height:100vh}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#1a1a1a}::-webkit-scrollbar-thumb{background:#444;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#555}
