@import"https://fonts.googleapis.com/css2?family=Orbitron:wght@500;700;900&display=swap";*{box-sizing:border-box;margin:0;padding:0}html,body{overflow-x:hidden;font-family:Orbitron,sans-serif;padding-top:40px}.navbar{position:fixed;top:0;left:0;width:100%;display:flex;justify-content:space-between;align-items:center;padding:1rem 2rem;background:#000000e6;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-bottom:1px solid rgba(255,255,255,.1);box-shadow:0 1px 20px #ffffff4d;z-index:1000}.navbar-left,.navbar-right{display:flex;align-items:center;gap:1.5rem}.navbar-logo{text-decoration:none;font-weight:700;font-size:18px;color:#fff;letter-spacing:.5px}.navbar-link{text-decoration:none;color:#cbd5e1;font-size:15px;transition:.2s ease}.navbar-link:hover{color:#fff}.navbar-btn{padding:.5rem 1rem;border-radius:8px;border:1px solid rgba(255,255,255,.2);background:#ffffff1a;color:#fff;cursor:pointer;transition:.2s ease}.navbar-btn:hover{background:#fff3}.profile-wrapper{position:relative;cursor:pointer}.navbar-avatar{width:38px;height:38px;border-radius:50%;object-fit:cover;border:2px solid rgba(255,255,255,.5);transition:.2s ease}.navbar-avatar:hover{transform:scale(1.05)}.profile-dropdown{position:absolute;top:55px;right:0;width:220px;background:#000000f2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:14px;padding:1rem;box-shadow:0 5px 30px #fff6;border:1px solid rgba(255,255,255,.1);display:flex;flex-direction:column;gap:.8rem;animation:fadeIn .2s ease-in-out}.profile-info strong{font-size:14px;color:#fff}.profile-info p{font-size:12px;color:#94a3b8;word-break:break-all}.dropdown-link{text-decoration:none;font-size:14px;color:#e2e8f0;padding:6px 0;transition:.2s ease}.dropdown-link:hover{color:#fff}.dropdown-logout{padding:.5rem;border-radius:8px;border:none;background:#ef444426;color:#ef4444;cursor:pointer;transition:.2s ease}.dropdown-logout:hover{background:#ef444440}@keyframes fadeIn{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.status,.status-not-connected{width:10px;height:10px;border-radius:50%;margin-left:20px;margin-top:20px;display:flex;align-items:center;box-shadow:1px 1px 10px currentColor}.status{color:#adff2f;background:#adff2f;border:1px solid greenyellow}.status-not-connected{color:red;background:red;border:1px solid red}.hero-container{position:relative;min-height:90vh;display:flex;align-items:center;justify-content:center;padding:0 5%;background:#050505;overflow:hidden}.hero-content h1{font-size:2.5rem;line-height:1.2;margin-bottom:20px}.hero-content p{color:#aaa;font-size:1rem;margin-bottom:40px}.hero-buttons{display:flex;flex-wrap:wrap;justify-content:center;gap:12px}.hero-btn{padding:12px 25px;border-radius:40px;font-weight:700;cursor:pointer;transition:.3s ease;font-size:.875rem}@media(max-width:768px){.navbar-left{display:none}.navbar-right{gap:.8rem}.hero-content h1{font-size:1.8rem}.hero-content p{font-size:.9rem}.hero-buttons{flex-direction:column;gap:10px}.hero-glow{width:400px;height:400px;top:-150px;right:-100px}}.status{color:#adff2f;width:10px;border:1px solid greenyellow;height:10px;margin-left:20px;background-color:#adff2f;border-radius:100%;box-shadow:1px 1px 10px #adff2f;display:flex;flex-direction:row;align-items:center;margin-top:20px}.status-not-connected{color:red;width:10px;border:1px solid red;height:10px;margin-left:20px;background-color:red;border-radius:100%;box-shadow:1px 1px 10px red;margin-top:20px}.hero-container{position:relative;min-height:90vh;display:flex;align-items:center;justify-content:center;padding:0 8%;background:#050505;overflow:hidden;font-family:Orbitron,sans-serif}.hero-glow{position:absolute;width:600px;height:600px;background:radial-gradient(circle,#00f2ff33,transparent 70%);top:-200px;right:-150px;animation:floatGlow 6s infinite alternate ease-in-out}@keyframes floatGlow{0%{transform:translateY(0)}to{transform:translateY(60px)}}.hero-grid{position:absolute;bottom:0;width:100%;height:300px;background:linear-gradient(to top,#00f2ff22 1px,transparent 1px),linear-gradient(to right,#00f2ff22 1px,transparent 1px);background-size:40px 40px;-webkit-mask-image:linear-gradient(to top,transparent,black);mask-image:linear-gradient(to top,transparent,black)}.hero-content{position:relative;max-width:800px;text-align:center;z-index:2}.hero-content h1{font-size:54px;line-height:1.2;margin-bottom:20px}.hero-content h1 span{color:#00f2ff;text-shadow:0 0 20px #00f2ff}.hero-content p{color:#aaa;font-size:18px;margin-bottom:40px}.hero-buttons{display:flex;justify-content:center;gap:20px}.hero-btn{padding:14px 30px;border-radius:40px;font-weight:700;cursor:pointer;transition:.3s ease;font-size:14px}.hero-btn.primary{background:linear-gradient(45deg,#00f2ff,#06f);border:none;color:#000}.hero-btn.primary:hover{box-shadow:0 0 25px #00f2ff}.hero-btn.secondary{background:transparent;border:1px solid #00f2ff;color:#00f2ff}.hero-btn.secondary:hover{background:#00f2ff;color:#000}.profile-container{display:flex;justify-content:center;align-items:center;min-height:80vh;padding:2rem}.profile-card{width:100%;max-width:420px;background:#000c;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-radius:20px;padding:2rem;box-shadow:0 0 20px #ffffff26,0 10px 40px #0009;border:1px solid rgba(255,255,255,.2);transition:.3s ease-in-out}.profile-card:hover{transform:translateY(-5px);box-shadow:0 0 30px #ffffff40,0 15px 50px #000000b3}.profile-avatar{width:110px;height:110px;border-radius:50%;border:3px solid #00ffaa;object-fit:cover;box-shadow:0 0 15px #fff9}.profile-name{font-size:1.4rem;font-weight:600;margin-top:1rem;color:#fff}.profile-email{font-size:.95rem;color:#94a3b8;margin-top:.3rem}.profile-section{margin-top:1.5rem;font-size:.9rem;color:#cbd5e1}.profile-section strong{color:#0fa;display:block;margin-bottom:4px}.profile-logout-btn{margin-top:2rem;width:100%;padding:.8rem;border-radius:12px;border:none;cursor:pointer;font-weight:600;background:linear-gradient(135deg,#0fa,#00c3ff);color:#000;transition:.3s ease}.profile-logout-btn:hover{transform:scale(1.03);box-shadow:0 0 20px #00ffaa80}*{margin:0;padding:0;font-family:Arial,sans-serif;color:#fff}body{overflow-y:hidden;overflow-x:hidden}
