.navbar{align-items:center;background:linear-gradient(90deg,#f8fbff,#f3f7ff);border-bottom:1px solid #0000000d;border-radius:6px;box-shadow:0 2px 8px #1e293b1a;display:flex;justify-content:space-between;padding:16px 40px;position:sticky;top:0;z-index:9999}.logo{cursor:pointer;font-size:22px;font-weight:700;letter-spacing:.5px}.logo,.logo:hover{background:none!important;border:none!important;box-shadow:none!important}.logo:hover{opacity:.85}.logo-primary{color:#1e293b}.logo-accent{color:#5e7ac4;margin-left:0}.nav-links{display:flex;gap:30px}.nav-link{background:none;border:none;color:#475569;cursor:pointer;font-size:14px;font-weight:500;padding-bottom:4px;text-decoration:none;transition:all .3s ease}.nav-link.active,.nav-link:hover{border-bottom:2px solid #5e7ac4;color:#195dc9}.nav-actions{align-items:center;display:flex;gap:12px}.login{background:#0000;border:1px solid #5e7ac466;border-radius:10px;color:#334155;cursor:pointer;padding:8px 18px;transition:.3s}.login:hover{background:#5e7ac414}.signup{background:linear-gradient(135deg,#5e7ac4,#3852b4);border:none;border-radius:10px;box-shadow:0 6px 18px #5e7ac44d;color:#fff;cursor:pointer;font-weight:500;padding:8px 18px;transition:all .3s ease}.signup:hover{box-shadow:0 10px 25px #5e7ac466;transform:translateY(-2px)}.profile-section{position:relative}.profile-btn{align-items:center;background:#fff;border:1px solid #5e7ac433;border-radius:50px;color:#1e293b;cursor:pointer;display:flex;font-size:13px;font-weight:500;gap:8px;padding:6px 12px;transition:all .3s ease}.profile-btn:hover{background:#5e7ac40d;border-color:#5e7ac466}.profile-avatar{align-items:center;background:linear-gradient(135deg,#5e7ac4,#3852b4);border-radius:50%;color:#fff;display:flex;flex-shrink:0;font-size:13px;font-weight:700;height:32px;justify-content:center;overflow:hidden;width:32px}.profile-avatar img{height:100%;object-fit:cover;width:100%}.profile-name{color:#1e293b;font-size:13px;font-weight:500;white-space:nowrap}.chevron{flex-shrink:0;transition:transform .3s ease}.chevron.open{transform:rotate(180deg)}.profile-dropdown{animation:slideDown .3s cubic-bezier(.34,1.56,.64,1);background:#fff;border:1px solid #0000000f;border-radius:14px;box-shadow:0 12px 40px #0000001f;margin-top:12px;overflow:hidden;position:absolute;right:0;top:100%;width:300px;z-index:10000}@keyframes slideDown{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.profile-header{background:#f8fafc;border-bottom:1px solid #0000000d;display:flex;gap:10px;padding:12px 14px}.profile-avatar-large{align-items:center;background:linear-gradient(135deg,#5e7ac4,#3852b4);border-radius:50%;color:#fff;display:flex;flex-shrink:0;font-size:15px;font-weight:700;height:40px;justify-content:center;overflow:hidden;width:40px}.profile-avatar-large img{height:100%;object-fit:cover;width:100%}.profile-info{flex:1 1}.profile-info .name{color:#1e293b;font-size:12px;font-weight:700;margin:0 0 1px}.profile-info .email{color:#64748b;font-size:8px;margin:0}.profile-content{max-height:185px;overflow-y:auto;padding:6px}.profile-detail{align-items:center;background:#f1f5f9;border-radius:8px;display:flex;gap:3px;justify-content:flex-start;margin-bottom:6px;padding:6px 8px}.profile-detail:last-child{margin-bottom:0}.profile-detail .label{color:#94a3b8;flex-shrink:0;font-size:7px;font-weight:500;letter-spacing:.4px;text-transform:uppercase;white-space:nowrap}.profile-detail .value{color:#334155;flex:1 1;font-size:9px;font-weight:400;min-width:0;word-break:break-word}.loading-text{color:#94a3b8;font-size:9px;font-weight:500;margin:0;padding:6px 0;text-align:center}.profile-footer{background:#f8fafc;border-top:1px solid #0000000d;padding:8px}.logout-btn{align-items:center;background:#fee2e2;border:none;border-radius:8px;color:#dc2626;cursor:pointer;display:flex;font-size:9px;font-weight:500;gap:8px;justify-content:center;padding:7px 10px;transition:all .3s ease;width:100%}.logout-btn:hover{background:#fecaca;color:#b91c1c}@media (max-width:768px){.nav-links{display:none}.navbar{padding:14px 20px}.profile-dropdown{max-width:calc(100vw - 24px);width:280px}}.profile-content::-webkit-scrollbar{width:5px}.profile-content::-webkit-scrollbar-track{background:#0000}.profile-content::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:3px}.profile-content::-webkit-scrollbar-thumb:hover{background:#94a3b8}.dropdown-overlay{background:#0000;inset:0;position:fixed;z-index:9998}.heroSlider{background:var(--bg-darker);height:90vh;overflow:hidden;position:relative;width:100%}.bg{height:100%;inset:0;object-fit:cover;object-position:center;opacity:0;position:absolute;transform:scale(1.05);transition:opacity 1.5s ease-in-out,transform 1.5s ease-in-out;width:100%}.bg.active{opacity:1;transform:scale(1)}.bg.preloaded{opacity:0;pointer-events:none}.overlay{background:linear-gradient(90deg,#023c8973,#023c8940 40%,#00000026 75%,#0000000d);inset:0;position:absolute;z-index:1}.content{left:8%;max-width:600px;position:absolute;top:50%;transform:translateY(-50%);z-index:2}.content h1{color:#f9fafb;font-size:56px;font-weight:700;line-height:1.2;margin-bottom:12px}.content p{color:#e2e8f0;font-size:18px;margin-bottom:30px}.buttons{display:flex;gap:16px}.primary{align-items:center;background:var(--primary);border:none;border-radius:12px;box-shadow:0 10px 30px #023c8999;color:#fff;cursor:pointer;display:flex;font-weight:600;gap:8px;padding:14px 30px;transition:.3s ease}.primary:hover{background:var(--primary-light);transform:translateY(-3px)}.secondary{background:#0000;border:1px solid #fff6;border-radius:12px;color:#fff;cursor:pointer;padding:14px 30px}.secondary:hover{background:#ffffff1a}.hero-tags{flex-wrap:wrap;gap:14px;margin-top:18px}.hero-tags,.tag-item{align-items:center;display:flex}.tag-item{color:#e2e8f0;font-size:15px;font-weight:500;gap:6px}.tag-icon{font-size:14px}.tag-icon.blue{color:#5e7ac4}.divider{color:#fff6}.tag-item.live{background:#ef444414;border:1px solid #ef444466;border-radius:999px;box-shadow:0 0 20px #ef444426;padding:6px 10px}.live-dot{margin-right:6px;position:relative}.live-dot,.live-dot:after{background:#ef4444;border-radius:50%;height:8px;width:8px}.live-dot:after{animation:livePulse 1.5s infinite;content:"";left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}@keyframes livePulse{0%{opacity:.8;transform:translate(-50%,-50%) scale(1)}70%{opacity:0;transform:translate(-50%,-50%) scale(3)}to{opacity:0}}.tag-icon.live-icon{color:#ef4444}.tag-item.registered{background:#22c55e14;border:1px solid #22c55e66;border-radius:999px;box-shadow:0 0 18px #22c55e1f;padding:6px 10px}.registered-dot{margin-right:6px;position:relative}.registered-dot,.registered-dot:after{background:#22c55e;border-radius:50%;height:8px;width:8px}.registered-dot:after{animation:registeredPulse 1.8s infinite;content:"";left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}@keyframes registeredPulse{0%{opacity:.7;transform:translate(-50%,-50%) scale(1)}70%{opacity:0;transform:translate(-50%,-50%) scale(3)}to{opacity:0}}.tag-icon.green{color:#22c55e}@media (max-width:768px){.content{left:5%;right:5%}.content h1{font-size:34px}.buttons{flex-direction:column}}:root{--primary:#1a73e8;--secondary:#f59e0b;--bg:#f7f9fc;--card:#fff;--text:#111827}body{background:#f7f9fc;background:var(--bg);color:#111827;color:var(--text);font-family:Segoe UI,sans-serif;margin:0}
/*# sourceMappingURL=main.ca8872cd.css.map*/