body { background-color: #0f0f11; color: #fff; }@keyframes blink { 0% { opacity: 1; } 50% { opacity: 0.2; } 100% { opacity: 1; } }.blinking-live { animation: blink 1.5s infinite; }.text-muted-light { color: #94a3b8 !important; }.navbar-custom { background-color: #1e293b; border-bottom: 1px solid #334155; }.footer-custom { background-color: #0f172a; border-top: 1px solid #1e293b; padding: 40px 0; margin-top: 50px; }.navbar-dark .navbar-nav .nav-link { transition: color 0.2s ease; }.navbar-dark .navbar-nav .nav-link:hover { color: #fca311; }.footer-links { display: flex; flex-wrap: wrap; justify-content: center; gap: 15px; margin-bottom: 20px; }.footer-links a { color: #94a3b8; text-decoration: none; font-size: 0.9rem; transition: color 0.2s; font-weight: 600; }.footer-links a:hover { color: #38bdf8; }.footer-badges .badge { padding: 6px 10px; font-size: 0.75rem; letter-spacing: 0.5px; border: 1px solid #334155; margin: 0 5px; }.footer-badges a { text-decoration: none; }.page-link { background-color: #1e293b; border-color: #334155; color: #f8fafc; }.page-link:hover { background-color: #334155; color: #fff; border-color: #475569; }.page-item.disabled .page-link { background-color: #0f172a; border-color: #1e293b; color: #64748b; }.form-control, .form-select { background-color: #0f172a; border: 1px solid #334155; color: #f8fafc; }.form-control:focus, .form-select:focus { background-color: #0f172a; color: #f8fafc; border-color: #64748b; box-shadow: none; }.search-panel { background-color: #1e293b; border: 1px solid #334155; border-radius: 12px; padding: 20px; box-shadow: 0 4px 15px rgba(0,0,0,0.3); }.creator-card { background-color: #1e293b; border-radius: 12px; transition: transform 0.2s ease, box-shadow 0.2s ease; border: 1px solid #334155; overflow: hidden; position: relative; }.creator-card:hover { transform: translateY(-5px); box-shadow: 0 10px 20px rgba(0,0,0,0.5); border-color: #475569; }.profile-header { position: relative; background-color: #1e293b; height: 250px; background-size: cover; background-position: center; border-radius: 0 0 15px 15px; border-bottom: 1px solid #334155; }.profile-avatar { position: absolute; bottom: -50px; left: 30px; width: 120px; height: 120px; border-radius: 50%; border: 4px solid #0f0f11; object-fit: cover; background: #1e293b; }.profile-info { margin-top: 60px; margin-left: 30px; }.nav-tabs { border-bottom: 1px solid #334155; }.nav-tabs .nav-link { color: #94a3b8; font-weight: 600; border: 1px solid transparent; transition: color 0.2s; }.nav-tabs .nav-link:hover { color: #f8fafc; border-color: #334155 #334155 transparent; }.nav-tabs .nav-link.active { color: #f8fafc !important; background-color: #1e293b !important; border-color: #334155 #334155 #1e293b !important; }.media-item { aspect-ratio: 1/1; object-fit: cover; cursor: pointer; transition: transform 0.2s; width: 100%; }.media-item:hover { transform: scale(1.02); opacity: 0.9; }.creator-tag { text-decoration: none; display: inline-block; padding: 5px 10px; background-color: #334155; color: #f8fafc; border-radius: 15px; font-size: 0.85rem; font-weight: 600; transition: background-color 0.2s; margin-right: 8px; margin-bottom: 8px; }.creator-tag:hover { background-color: #38bdf8; color: #0f172a; }.modal-gallery { display: none; position: fixed; z-index: 9999; left: 0; top: 0; width: 100%; height: 100%; background-color: rgba(0,0,0,0.9); justify-content: center; align-items: center; }.modal-content-wrapper { position: relative; max-width: 90%; max-height: 90vh; display: flex; justify-content: center; flex-direction: column; align-items: center; }.modal-gallery img, .modal-gallery video { max-width: 100%; max-height: 80vh; border-radius: 8px; box-shadow: 0 0 20px rgba(0,0,0,0.5); }.modal-title-text { color: #fff; margin-top: 15px; text-align: center; max-width: 80%; font-size: 16px; }.close-modal { position: absolute; top: 20px; right: 30px; color: white; font-size: 40px; font-weight: bold; cursor: pointer; }.prev-btn, .next-btn { cursor: pointer; position: absolute; top: 50%; width: auto; padding: 16px; margin-top: -50px; color: white; font-weight: bold; font-size: 30px; transition: 0.3s; user-select: none; background-color: rgba(0,0,0,0.3); border-radius: 5px; }.prev-btn { left: 20px; } .next-btn { right: 20px; }.prev-btn:hover, .next-btn:hover { background-color: rgba(0,0,0,0.8); }.dl-section-title { font-size: 1.25rem; letter-spacing: 1px; text-transform: uppercase; color: #cbd5e1; font-weight: 600; margin-bottom: 1.5rem; border-bottom: 1px solid #2d3238; padding-bottom: 0.5rem; }.btn-rg { background-color: #1e293b; color: #e2e8f0; border: 1px solid #334155; border-radius: 6px; padding: 10px 20px; font-size: 0.95rem; font-weight: 600; transition: all 0.2s; text-decoration: none; display: inline-flex; align-items: center; gap: 8px; }.btn-rg:hover { background-color: #334155; color: #fff; border-color: #475569; transform: translateY(-2px); }.btn-rg i.fa-circle { color: #10b981; font-size: 0.6rem; }.btn-rg i.fa-copy { color: #64748b; font-size: 0.9rem; }.rg-container { background-color: #0f172a; border-radius: 12px; padding: 25px; border: 1px solid #1e293b; }.terminal-box { background-color: #0c0c0c; color: #00ff00; font-family: 'Courier New', Courier, monospace; padding: 20px; border-radius: 8px; height: 300px; overflow-y: auto; text-align: left; box-shadow: inset 0 0 10px rgba(0,255,0,0.2); }.terminal-line { margin-bottom: 5px; opacity: 0; animation: fadeIn 0.1s forwards; }@keyframes fadeIn { to { opacity: 1; } }.floating-dashboard-btn { position: fixed; bottom: 30px; right: 30px; z-index: 1000; border-radius: 50px; box-shadow: 0 5px 15px rgba(0,0,0,0.5); font-weight: bold; display: none; }.req-item { background: #1e293b; border: 1px solid #334155; border-radius: 12px; padding: 15px; margin-bottom: 15px; transition: transform 0.2s; }.req-item:hover { transform: translateY(-3px); box-shadow: 0 10px 20px rgba(0,0,0,0.3); border-color: #475569; }.req-item img { width: 60px; height: 60px; border-radius: 50%; object-fit: cover; border: 2px solid #0f172a; }.empty-state { padding: 60px 20px; text-align: center; border: 1px dashed #334155; border-radius: 15px; background: #0f172a; }.tags-container { background-color: #1e293b; border-radius: 12px; border: 1px solid #334155; overflow: hidden; }.tags-header { background-color: #0f172a; padding: 15px 20px; border-bottom: 1px solid #334155; font-weight: bold; color: #adb5bd; }.tag-row { padding: 15px 20px; border-bottom: 1px solid #334155; transition: background-color 0.2s; display: flex; align-items: center; }.tag-row:hover { background-color: #253348; }.tag-row:last-child { border-bottom: none; }.tag-name { flex: 0 0 15%; font-weight: bold; font-size: 1.1rem; }.tag-name a { color: #fca311; text-decoration: none; transition: color 0.2s; }.tag-name a:hover { color: #ffb703; }.tag-count { flex: 0 0 10%; color: #94a3b8; font-size: 0.9rem; }.tag-models { flex: 1; display: flex; flex-wrap: wrap; gap: 8px; }.smart-thumb-trigger { cursor: pointer; transition: opacity 0.2s ease; }.smart-thumb-trigger:hover { opacity: 0.85; }.smart-thumb { width: 50px; height: 50px; border-radius: 6px; object-fit: cover; cursor: pointer; border: 2px solid transparent; transition: all 0.2s; }.smart-thumb:hover { border-color: #fca311; transform: scale(1.1); box-shadow: 0 5px 15px rgba(0,0,0,0.5); z-index: 10; }#smartPopover { position: fixed; z-index: 10000; width: 300px; background-color: #1e293b; border-radius: 12px; box-shadow: 0 15px 35px rgba(0,0,0,0.8); border: 1px solid #475569; overflow: hidden; opacity: 0; pointer-events: none; transition: opacity 0.2s ease, transform 0.2s ease; transform: translateY(10px); }#smartPopover.show { opacity: 1; pointer-events: auto; transform: translateY(0); }.popover-banner { height: 100px; background-size: cover; background-position: center; position: relative; background-color: #0f172a; }.popover-fav-badge { position: absolute; bottom: 10px; right: 10px; background: rgba(0,0,0,0.7); color: #fff; padding: 3px 8px; border-radius: 4px; font-size: 0.8rem; font-weight: bold; }.popover-body-content { padding: 15px; position: relative; }.popover-avatar { width: 60px; height: 60px; border-radius: 50%; border: 3px solid #1e293b; position: absolute; top: -30px; left: 15px; background: #000; object-fit: cover; }.popover-title { margin-top: 15px; margin-bottom: 5px; font-size: 1.1rem; font-weight: bold; color: #fff; }.popover-desc { font-size: 0.85rem; color: #cbd5e1; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; line-height: 1.4; margin-bottom: 10px; }.popover-meta { font-size: 0.8rem; color: #94a3b8; font-weight: bold; }.rec-preview-container {position: relative;height: 180px;cursor: pointer;background: #000;}.rec-preview-img {width: 100%;height: 100%;object-fit: cover;opacity: 0.7;transition: opacity 0.3s;position: absolute;top: 0;left: 0;z-index: 2;}.rec-preview-container:hover .rec-preview-img {opacity: 0;}.rec-preview-vid {width: 100%;height: 100%;object-fit: cover;position: absolute;top: 0;left: 0;z-index: 1;}.filter-bar {background: #1e293b;border: 1px solid #334155;border-radius: 12px;padding: 15px;margin-bottom: 30px;box-shadow: 0 10px 25px rgba(0,0,0,0.3);}.filter-bar select, .filter-bar input {background-color: #0f172a;border: 1px solid #475569;color: #f8fafc;border-radius: 6px;}.filter-bar select:focus, .filter-bar input:focus {background-color: #0b1120;border-color: #38bdf8;color: #fff;box-shadow: 0 0 0 0.25rem rgba(56, 189, 248, 0.25);}.filter-bar .form-label {font-size: 0.8rem;color: #94a3b8;text-transform: uppercase;letter-spacing: 0.5px;margin-bottom: 5px;font-weight: 600;}.btn-reset-filters {background: transparent;border: 1px solid #ef4444;color: #ef4444;transition: all 0.2s;}.btn-reset-filters:hover {background: #ef4444;color: #fff;}.status-badge {font-size: 10px;padding: 5px 8px;letter-spacing: 0.5px;}.badge-offline {background-color: rgba(30, 41, 59, 0.9) !important;color: #94a3b8 !important;border: 1px solid #475569 !important;}.video-header-bar { background-color: #1e293b; border: 1px solid #334155; border-radius: 12px 12px 0 0; padding: 15px 20px; }.video-player-container { background: #000; text-align: center; border-left: 1px solid #334155; border-right: 1px solid #334155; }.video-player-container video { max-width: 100%; max-height: 70vh; outline: none; }.video-stats-bar { background-color: #1e293b; border: 1px solid #334155; border-radius: 0 0 12px 12px; padding: 10px 20px; font-size: 0.9rem; }.cta-download-box { background: linear-gradient(145deg, #0f172a, #1e293b); border: 1px solid #475569; border-radius: 12px; padding: 30px; text-align: center; box-shadow: 0 10px 30px rgba(0,0,0,0.4); }.btn-dl-green { background-color: #87b36d; color: #000; font-weight: 900; font-size: 1.1rem; padding: 12px 30px; border-radius: 8px; text-transform: uppercase; border: none; transition: all 0.2s; display: inline-flex; align-items: center; }.btn-dl-green:hover { background-color: #75a05b; color: #000; transform: translateY(-2px); box-shadow: 0 5px 15px rgba(135,179,109,0.3); }.section-box { background-color: #1e293b; border: 1px solid #334155; border-radius: 12px; padding: 20px; margin-bottom: 25px; }.contact-sheet { width: 100%; border-radius: 8px; border: 1px solid #475569; }