.premium-layout{max-width:1300px;margin:2rem auto;padding:0 2rem;width:100%;animation:fadeIn .4s ease-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.premium-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2.5rem;padding-bottom:1.5rem;border-bottom:1px solid rgba(255,255,255,.08)}.title-highlight{background:linear-gradient(135deg,#fff,var(--text-secondary));-webkit-background-clip:text;-webkit-text-fill-color:transparent;font-size:.8em;vertical-align:super;margin-left:.5rem;padding:.1rem .4rem;border:1px solid rgba(255,255,255,.2);border-radius:4px;letter-spacing:.05em}.btn-solid-danger{background:#ef44441a;color:#ef4444;border:1px solid rgba(239,68,68,.3);padding:.5rem 1.25rem;border-radius:var(--radius-full);font-weight:500;font-size:.9rem;transition:all .2s}.btn-solid-danger:hover{background:#ef4444;color:#fff}.dashboard-grid-master{display:grid;grid-template-columns:350px 1fr;gap:2rem;align-items:start}@media (max-width: 992px){.dashboard-grid-master{grid-template-columns:1fr}}.premium-card{background:#0a0a0c99;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.05);border-radius:16px;padding:2rem;box-shadow:0 4px 30px #00000080;display:flex;flex-direction:column}.premium-card-title{color:var(--text-primary);font-size:1.05rem;font-weight:600;margin-bottom:1.5rem;display:flex;align-items:center;gap:.5rem;border-bottom:1px solid rgba(255,255,255,.05);padding-bottom:.75rem}.profile-card{margin-bottom:2rem}.profile-hero{display:flex;align-items:center;gap:1.5rem;margin-bottom:1.5rem}.profile-img{width:90px;height:90px;border-radius:50%;object-fit:cover;border:2px solid var(--accent-blue);box-shadow:0 0 15px #3b82f64d}.profile-details{display:flex;flex-direction:column}.profile-name{font-size:1.4rem;color:#fff;margin:0;line-height:1.2}.profile-username{color:var(--accent-blue);font-size:.95rem;margin:.25rem 0 0}.profile-bio-box{background:#ffffff05;border-radius:8px;padding:1rem;margin-bottom:1.5rem;border:1px solid rgba(255,255,255,.03)}.bio-text{color:var(--text-secondary);font-size:.9rem;line-height:1.5;margin:0 0 .75rem;white-space:pre-wrap}.website-link{display:inline-flex;align-items:center;gap:.4rem;color:var(--text-primary);text-decoration:none;font-size:.85rem;font-weight:500;background:#ffffff0d;padding:.4rem .8rem;border-radius:20px;transition:background .2s}.website-link:hover{background:#3b82f633;color:var(--accent-blue)}.profile-stats{display:flex;justify-content:space-between;gap:1rem}.stat-item{display:flex;flex-direction:column;align-items:center;background:#ffffff05;flex:1;padding:1rem 0;border-radius:8px;border:1px solid rgba(255,255,255,.03)}.stat-item span{color:var(--text-muted);font-size:.75rem;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.3rem}.stat-item strong{color:#fff;font-size:1.3rem;font-weight:700}.highlighted-stat{background:linear-gradient(180deg,rgba(59,130,246,.05),transparent);border-color:#3b82f633}.highlighted-stat strong{color:var(--accent-blue)}.schedule-box{display:flex;flex-direction:column}.time-indicator{display:flex;align-items:center;gap:1rem;background:#3b82f60d;padding:1rem;border-radius:8px;border:1px solid rgba(59,130,246,.1)}.time-label{display:block;color:var(--text-secondary);font-size:.8rem}.time-value{display:block;color:#fff;font-size:1.8rem;font-weight:800;margin-top:.2rem}.radar-bar-container{height:6px;background:#ffffff0d;border-radius:3px;overflow:hidden;width:100%}.radar-bar-fill{height:100%;background:linear-gradient(90deg,transparent,var(--accent-blue));border-radius:3px}.macro-card{margin-bottom:2rem}.macro-stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem}.macro-box{display:flex;align-items:center;gap:1.5rem;background:#ffffff05;padding:1.5rem;border-radius:12px;border:1px solid rgba(255,255,255,.04)}.macro-icon{padding:12px;border-radius:12px;width:48px;height:48px}.blue-icon{background:#3b82f61a;color:var(--accent-blue)}.purple-icon{background:#8b5cf61a;color:var(--accent-purple)}.macro-info{display:flex;flex-direction:column}.macro-label{color:var(--text-secondary);font-size:.85rem;margin-bottom:.3rem}.macro-value{color:#fff;font-size:1.6rem;font-weight:700}.media-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:1rem}.media-item{background:#0000004d;border:1px solid rgba(255,255,255,.05);border-radius:12px;overflow:hidden;display:flex;flex-direction:column;transition:transform .2s,border-color .2s}.media-item:hover{transform:translateY(-3px);border-color:#ffffff26}.media-thumbnail{width:100%;height:180px;background:#111;position:relative}.media-img{width:100%;height:100%;background-size:cover;background-position:center}.media-icon-fallback{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:#ffffff1a}.media-content{padding:1.25rem;display:flex;flex-direction:column;flex:1}.media-caption{color:var(--text-secondary);font-size:.85rem;line-height:1.4;margin-bottom:1rem;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.media-metrics{display:flex;gap:1.5rem;margin-top:auto;margin-bottom:1rem}.media-metrics span{display:flex;align-items:center;gap:.4rem;font-size:.85rem;font-weight:600}.metric-like{color:#f43f5e}.metric-comment{color:#3b82f6}.media-link{display:inline-flex;align-items:center;gap:.4rem;color:var(--text-muted);font-size:.75rem;text-transform:uppercase;text-decoration:none;font-weight:600;transition:color .2s}.media-link:hover{color:var(--text-primary)}.empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem;color:var(--text-muted);text-align:center}.empty-icon{color:#ffffff0d;margin-bottom:1rem}.legal-container{max-width:900px;margin:0 auto;padding:2rem;width:100%;animation:fadeIn .4s ease-out;min-height:100vh;display:flex;flex-direction:column}.legal-header{margin-bottom:3rem;padding-bottom:1rem;border-bottom:1px solid var(--border-light)}.legal-content h1{font-size:2.5rem;margin-bottom:.5rem;background:linear-gradient(to right,var(--text-primary),var(--accent-blue));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.legal-subtitle{color:var(--text-secondary);font-size:.95rem;margin-bottom:3rem;line-height:1.6}.legal-section{background:var(--bg-card);border:1px solid var(--border-light);border-radius:var(--radius-lg);padding:2rem;margin-bottom:2rem;box-shadow:0 4px 20px #0003}.legal-section h2{color:var(--text-primary);font-size:1.35rem;margin-bottom:1.25rem;display:flex;align-items:center;gap:.5rem}.legal-section h2:before{content:"";display:block;width:4px;height:20px;background:var(--accent-blue);border-radius:4px}.legal-section p{color:var(--text-secondary);line-height:1.7;margin-bottom:1rem}.legal-section ul{list-style-position:inside;color:var(--text-secondary);margin-top:1rem;padding-left:1rem}.legal-section li{margin-bottom:.75rem;line-height:1.6}.legal-section li strong{color:var(--text-primary)}.legal-footer{margin-top:4rem;padding-top:2rem;border-top:1px solid var(--border-light);text-align:center;color:var(--text-muted);font-size:.85rem}:root{--bg-dark: #050505;--bg-card: rgba(15, 15, 20, .7);--bg-card-hover: rgba(25, 25, 30, .9);--text-primary: #ffffff;--text-secondary: #a1a1aa;--text-muted: #71717a;--accent-blue: #3b82f6;--accent-purple: #8b5cf6;--accent-glow: rgba(59, 130, 246, .3);--status-critical: #ef4444;--status-unstable: #f59e0b;--status-healthy: #10b981;--status-dominant: #3b82f6;--border-light: rgba(255, 255, 255, .08);--border-strong: rgba(255, 255, 255, .15);--radius-sm: 8px;--radius-md: 12px;--radius-lg: 16px;--radius-full: 9999px;--header-height: 72px}*{box-sizing:border-box;margin:0;padding:0}body{font-family:Inter,-apple-system,sans-serif;background-color:var(--bg-dark);color:var(--text-primary);line-height:1.5;-webkit-font-smoothing:antialiased;background-image:radial-gradient(circle at 15% 50%,rgba(59,130,246,.05) 0%,transparent 50%),radial-gradient(circle at 85% 30%,rgba(139,92,246,.05) 0%,transparent 50%);background-attachment:fixed}.app-container{min-height:100vh;display:flex;flex-direction:column}.main-content{flex:1;display:flex;flex-direction:column}h1,h2,h3,h4{font-weight:700;letter-spacing:-.02em}.text-accent{color:var(--accent-blue)}.text-purple{color:var(--accent-purple)}.mt-4{margin-top:1rem}.full-width{width:100%}button{font-family:inherit;cursor:pointer;border:none;background:transparent}.btn-primary{background:linear-gradient(135deg,var(--accent-blue),var(--accent-purple));color:#fff;padding:.75rem 1.5rem;border-radius:var(--radius-full);font-weight:600;font-size:.95rem;transition:all .3s ease;box-shadow:0 4px 15px var(--accent-glow)}.btn-primary:hover{filter:brightness(1.1);box-shadow:0 6px 20px #8b5cf666;transform:translateY(-1px)}.btn-secondary{background:var(--bg-card);color:#fff;padding:.75rem;border-radius:var(--radius-full);display:flex;align-items:center;justify-content:center;transition:all .2s;border:1px solid var(--border-light)}.btn-secondary:hover{background:var(--border-strong);color:var(--accent-blue)}.btn-outline{border:1px solid var(--border-strong);color:#fff;padding:.5rem 1.25rem;border-radius:var(--radius-full);font-weight:500;font-size:.9rem;transition:all .2s}.btn-outline:hover{border-color:var(--accent-blue);background:#3b82f60d;color:var(--accent-blue)}.header{height:var(--header-height);position:sticky;top:0;z-index:50;background:#050505cc;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--border-light)}.header-container{max-width:1200px;margin:0 auto;padding:0 2rem;height:100%;display:flex;justify-content:space-between;align-items:center}.logo-container{display:flex;align-items:center;gap:.75rem}.logo-text{font-size:1.25rem;font-weight:800;letter-spacing:.05em}.nav-desktop{display:flex;align-items:center;gap:2rem}.nav-link{color:var(--text-secondary);text-decoration:none;font-size:.95rem;font-weight:500;transition:color .2s}.nav-link:hover{color:#fff}.mobile-toggle{display:none;color:#fff}@media (max-width: 768px){.nav-desktop{display:none}.mobile-toggle{display:block}}.hero-section{flex:1;display:flex;align-items:center;justify-content:center;padding:4rem 2rem;min-height:calc(100vh - var(--header-height))}.hero-content{max-width:1000px;width:100%;display:flex;flex-direction:column;align-items:center;text-align:center}.badge-premium{display:flex;align-items:center;gap:.5rem;background:#3b82f61a;border:1px solid rgba(59,130,246,.2);color:var(--text-secondary);padding:.5rem 1rem;border-radius:var(--radius-full);font-size:.85rem;font-weight:500;margin-bottom:2rem}.hero-title{font-size:clamp(3rem,6vw,5rem);line-height:1.1;margin-bottom:1.5rem}.hero-title span{background:linear-gradient(to right,var(--accent-blue),var(--accent-purple));-webkit-background-clip:text;-webkit-text-fill-color:transparent}.hero-subtitle{color:var(--text-secondary);font-size:clamp(1.1rem,2vw,1.25rem);max-width:600px;margin-bottom:4rem}.auth-container{display:flex;align-items:stretch;gap:2rem;width:100%;max-width:800px;background:var(--bg-card);border:1px solid var(--border-light);border-radius:var(--radius-lg);padding:2.5rem;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.auth-card{flex:1;display:flex;flex-direction:column;text-align:left}.auth-header{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}.auth-icon{color:var(--accent-blue)}.auth-card h3{font-size:1.25rem}.auth-card p{color:var(--text-secondary);font-size:.9rem;margin-bottom:1.5rem;flex:1}.auth-divider{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;padding:0 1rem}.divider-line{width:1px;height:40px;background:var(--border-strong)}.divider-text{color:var(--text-muted);font-size:.85rem;font-weight:600}.search-form{display:flex;gap:.5rem}.input-group{flex:1;display:flex;align-items:center;background:#00000080;border:1px solid var(--border-strong);border-radius:var(--radius-full);padding:0 1rem;transition:border-color .2s}.input-group:focus-within{border-color:var(--accent-blue);box-shadow:0 0 0 2px #3b82f61a}.input-prefix{color:var(--text-muted);font-weight:500}.input-field{background:transparent;border:none;color:#fff;padding:.75rem .5rem;width:100%;outline:none;font-family:inherit}@media (max-width: 768px){.auth-container{flex-direction:column;padding:1.5rem}.auth-divider{flex-direction:row}.divider-line{width:40px;height:1px}}.loading-engine{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:2rem}.engine-spinner{width:60px;height:60px;border:3px solid rgba(59,130,246,.1);border-top-color:var(--accent-blue);border-radius:50%;animation:spin 1s linear infinite;margin-bottom:2rem}@keyframes spin{to{transform:rotate(360deg)}}.temp-dashboard{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.main-footer{width:100%;padding:1.5rem 2rem;border-top:1px solid var(--border-light);background:transparent;margin-top:auto}.footer-content{max-width:1200px;margin:0 auto;display:flex;flex-direction:row;justify-content:space-between;align-items:center;gap:1rem;flex-wrap:wrap}.footer-brand{display:flex;align-items:center;gap:.5rem;font-size:.85rem;font-weight:600;color:var(--text-secondary)}.footer-links{display:flex;align-items:center;gap:1rem}.footer-link{color:var(--text-muted);font-size:.85rem;text-decoration:none;transition:color .2s;padding:0}.footer-link:hover{color:var(--text-primary);text-decoration:underline}.footer-dot{color:var(--border-strong);font-size:.8rem}.footer-copy{font-size:.75rem;color:var(--text-muted)}@media (max-width: 768px){.footer-content{flex-direction:column;justify-content:center;text-align:center}}
