.Navbar-module___rHu7W__header{z-index:10000;background:var(--color-bg-nav);border-bottom:1px solid var(--color-border-orange);-webkit-backdrop-filter:blur(12px);position:sticky;top:0;transform:translateZ(0)}.Navbar-module___rHu7W__inner{justify-content:space-between;align-items:center;gap:24px;max-width:1600px;height:64px;margin:0 auto;padding:0 24px;display:flex}.Navbar-module___rHu7W__logo{flex-shrink:0;align-items:center;display:flex}.Navbar-module___rHu7W__logoImg{object-fit:contain;width:auto;max-width:220px;height:48px}.Navbar-module___rHu7W__nav{align-items:center;gap:4px;display:flex}.Navbar-module___rHu7W__userSection{align-items:center;gap:16px;display:flex;position:relative}.Navbar-module___rHu7W__avatar{background:var(--color-primary);color:#fff;cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;width:38px;height:38px;font-size:14px;font-weight:700;transition:transform .2s;display:flex;position:relative;overflow:visible}.Navbar-module___rHu7W__avatar:hover{transform:scale(1.08)}.Navbar-module___rHu7W__avatarImg{object-fit:cover;border-radius:50%;width:100%;height:100%;display:block;overflow:hidden}.Navbar-module___rHu7W__navStatusDot{border:2px solid var(--bg-primary,#0a0a0a);pointer-events:none;border-radius:50%;width:10px;height:10px;transition:background .3s;position:absolute;bottom:1px;right:1px}.Navbar-module___rHu7W__loadingPulse{background:#ffffff0d;border-radius:50%;width:32px;height:32px;animation:1.5s ease-in-out infinite Navbar-module___rHu7W__pulse}@keyframes Navbar-module___rHu7W__pulse{0%{opacity:.5;transform:scale(.95)}50%{opacity:1;transform:scale(1)}to{opacity:.5;transform:scale(.95)}}.Navbar-module___rHu7W__dropdown{border:1px solid var(--color-border-orange);background:#120e0c;border-radius:12px;flex-direction:column;gap:4px;width:200px;padding:8px;animation:.2s ease-out Navbar-module___rHu7W__slideDown;display:flex;position:absolute;top:50px;right:0;box-shadow:0 10px 25px #00000080}.Navbar-module___rHu7W__dropdownHeader{color:var(--color-text-dim);text-overflow:ellipsis;white-space:nowrap;border-bottom:1px solid #ffffff0d;padding:10px 14px;font-size:12px;overflow:hidden}@keyframes Navbar-module___rHu7W__slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.Navbar-module___rHu7W__dropdownItem{color:var(--color-text);cursor:pointer;text-align:left;background:0 0;border:none;border-radius:8px;width:100%;padding:10px 14px;font-size:14px;text-decoration:none;transition:background .15s}.Navbar-module___rHu7W__dropdownItem:hover{background:#ffffff14}.Navbar-module___rHu7W__btnLogout{color:#ff7070}.Navbar-module___rHu7W__btnLogout:hover{background:#ff70701a}.Navbar-module___rHu7W__authButtons{align-items:center;gap:12px;display:flex}.Navbar-module___rHu7W__btnSignup{background:var(--color-primary);color:#fff;border-radius:var(--radius-full);padding:10px 20px;font-size:14px;font-weight:600;text-decoration:none;transition:filter .2s}.Navbar-module___rHu7W__btnSignup:hover{filter:brightness(1.1)}.Navbar-module___rHu7W__btnLogin{color:#fff;border-radius:var(--radius-full);background:#ffffff0d;border:1px solid #ffffff1a;padding:10px 20px;font-size:14px;font-weight:500;text-decoration:none;transition:background .2s}.Navbar-module___rHu7W__btnLogin:hover{background:#ffffff1a}.Navbar-module___rHu7W__navItem{letter-spacing:-.015em;color:var(--color-text);white-space:nowrap;border-radius:14px;align-items:center;gap:6px;padding:8px 12px;font-size:14px;font-weight:500;line-height:20px;transition:background .15s;display:flex;position:relative}.Navbar-module___rHu7W__navItem:hover{background:#ffffff14}.Navbar-module___rHu7W__navItemActive{background:var(--color-primary);color:var(--color-text)}.Navbar-module___rHu7W__navItemActive:hover{background:var(--color-primary-dark)}.Navbar-module___rHu7W__badge{border-radius:var(--radius-full);background:var(--color-primary);min-width:20px;height:20px;color:var(--color-text);border:1px solid #0000;justify-content:center;align-items:center;padding:0 4px;font-size:12px;font-weight:500;line-height:1;display:flex;position:absolute;top:-4px;right:-4px}.Navbar-module___rHu7W__hamburger{border-radius:var(--radius-md);cursor:pointer;background:0 0;flex-direction:column;flex-shrink:0;justify-content:center;gap:5px;width:40px;height:40px;padding:8px;display:none}.Navbar-module___rHu7W__bar{background:var(--color-text);transform-origin:50%;border-radius:2px;width:100%;height:2px;transition:transform .2s,opacity .2s;display:block}.Navbar-module___rHu7W__bar1Open{transform:translateY(7px)rotate(45deg)}.Navbar-module___rHu7W__bar2Open{opacity:0}.Navbar-module___rHu7W__bar3Open{transform:translateY(-7px)rotate(-45deg)}.Navbar-module___rHu7W__drawer{border-top:1px solid var(--color-border);background:var(--color-bg-nav);flex-direction:column;padding:12px 16px 16px;display:none}.Navbar-module___rHu7W__drawerItem{border-radius:var(--radius-md);color:var(--color-text);align-items:center;gap:8px;padding:12px 16px;font-size:15px;font-weight:500;transition:background .15s;display:flex}.Navbar-module___rHu7W__drawerItem:hover{background:#ffffff12}.Navbar-module___rHu7W__drawerItemActive{background:var(--color-primary)}.Navbar-module___rHu7W__drawerUserSection{flex-direction:column;margin-top:10px;display:flex}.Navbar-module___rHu7W__drawerDivider{background:#ffffff1a;height:1px;margin:10px 0}@media (max-width:900px){.Navbar-module___rHu7W__nav{display:none}.Navbar-module___rHu7W__hamburger,.Navbar-module___rHu7W__drawer{display:flex}.Navbar-module___rHu7W__authButtons{display:none}.Navbar-module___rHu7W__logoImg{height:40px}.Navbar-module___rHu7W__inner{gap:16px;padding:0 16px}}@media (max-width:600px){.Navbar-module___rHu7W__logoImg{height:32px}.Navbar-module___rHu7W__inner{gap:8px;padding:0 12px}.Navbar-module___rHu7W__avatar{width:32px;height:32px}.Navbar-module___rHu7W__userSection{gap:8px}}@media (max-width:350px){.Navbar-module___rHu7W__logoImg{max-width:120px;height:22px}.Navbar-module___rHu7W__inner{gap:2px;padding:0 6px}.Navbar-module___rHu7W__userSection{gap:4px}.Navbar-module___rHu7W__avatar{width:28px;height:28px}.Navbar-module___rHu7W__hamburger{width:34px;height:34px;padding:6px}}
.NotificationBell-module__q8NsHa__container{align-items:center;display:flex;position:relative}.NotificationBell-module__q8NsHa__bellButton{color:var(--color-text-dim,#a0a0a0);cursor:pointer;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:10px;justify-content:center;align-items:center;width:38px;height:38px;transition:all .2s;display:flex;position:relative}.NotificationBell-module__q8NsHa__bellButton:hover{color:#fff;background:#ffffff1a;transform:translateY(-1px)}.NotificationBell-module__q8NsHa__badge{color:#fff;background:#ff4757;border:2px solid #000;border-radius:8px;justify-content:center;align-items:center;min-width:16px;height:16px;padding:0 4px;font-size:10px;font-weight:800;display:flex;position:absolute;top:-4px;right:-4px}.NotificationBell-module__q8NsHa__dropdown{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:1000;background:#0f0f0ff2;border:1px solid #ffffff1a;border-radius:16px;width:320px;animation:.2s ease-out NotificationBell-module__q8NsHa__fadeInDown;position:absolute;top:calc(100% + 12px);right:0;overflow:hidden;box-shadow:0 10px 30px #00000080}@keyframes NotificationBell-module__q8NsHa__fadeInDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.NotificationBell-module__q8NsHa__header{border-bottom:1px solid #ffffff0d;justify-content:space-between;align-items:center;padding:16px;display:flex}.NotificationBell-module__q8NsHa__header h3{color:#fff;margin:0;font-size:1rem;font-weight:700}.NotificationBell-module__q8NsHa__markAllBtn{color:var(--color-primary,#dc6f36);cursor:pointer;opacity:.8;background:0 0;border:none;font-size:.75rem;transition:opacity .2s}.NotificationBell-module__q8NsHa__markAllBtn:hover{opacity:1}.NotificationBell-module__q8NsHa__list{max-height:380px;overflow-y:auto}.NotificationBell-module__q8NsHa__item{cursor:pointer;align-items:flex-start;gap:12px;padding:12px 16px;transition:background .2s;display:flex;position:relative}.NotificationBell-module__q8NsHa__item:hover{background:#ffffff08}.NotificationBell-module__q8NsHa__unread{background:#dc6f360d}.NotificationBell-module__q8NsHa__item:not(:last-child){border-bottom:1px solid #ffffff08}.NotificationBell-module__q8NsHa__avatarWrap{flex-shrink:0;position:relative}.NotificationBell-module__q8NsHa__typeIcon{background:#111;border:1px solid #ffffff1a;border-radius:50%;justify-content:center;align-items:center;width:18px;height:18px;display:flex;position:absolute;bottom:-4px;right:-4px}.NotificationBell-module__q8NsHa__commentIcon{color:#3b82f6}.NotificationBell-module__q8NsHa__content{flex:1;min-width:0}.NotificationBell-module__q8NsHa__text{color:#e0e0e0;margin:0;font-size:.85rem;line-height:1.4}.NotificationBell-module__q8NsHa__actorName{color:#fff;font-weight:700}.NotificationBell-module__q8NsHa__preview{color:gray;white-space:nowrap;text-overflow:ellipsis;margin:4px 0 0;font-size:.75rem;font-style:italic;overflow:hidden}.NotificationBell-module__q8NsHa__time{color:#666;margin-top:6px;font-size:.7rem;display:block}.NotificationBell-module__q8NsHa__dot{background:var(--color-primary,#dc6f36);border-radius:50%;flex-shrink:0;width:8px;height:8px;margin-top:6px}.NotificationBell-module__q8NsHa__empty{text-align:center;color:#666;padding:40px 20px;font-size:.9rem}.NotificationBell-module__q8NsHa__footer{text-align:center;border-top:1px solid #ffffff0d;padding:12px}.NotificationBell-module__q8NsHa__viewAll{color:#888;font-size:.8rem;text-decoration:none;transition:color .2s}.NotificationBell-module__q8NsHa__viewAll:hover{color:#fff}@media (max-width:600px){.NotificationBell-module__q8NsHa__dropdown{z-index:1100!important;width:auto!important;max-height:80vh!important;position:fixed!important;top:70px!important;left:10px!important;right:10px!important}.NotificationBell-module__q8NsHa__bellButton{width:36px;height:36px}}@media (max-width:350px){.NotificationBell-module__q8NsHa__bellButton{width:28px;height:28px}}.NotificationBell-module__q8NsHa__reactionIconWrap{justify-content:center;align-items:center;display:flex}.NotificationBell-module__q8NsHa__crewIcon{color:var(--color-primary)}.NotificationBell-module__q8NsHa__crewActions{gap:8px;margin-top:10px;display:flex}.NotificationBell-module__q8NsHa__acceptBtn,.NotificationBell-module__q8NsHa__declineBtn{cursor:pointer;text-transform:uppercase;letter-spacing:.02em;border-radius:6px;padding:6px 12px;font-size:11px;font-weight:700;transition:all .2s}.NotificationBell-module__q8NsHa__acceptBtn{background:var(--color-primary);color:#fff;border:none}.NotificationBell-module__q8NsHa__acceptBtn:hover{filter:brightness(1.1);transform:translateY(-1px)}.NotificationBell-module__q8NsHa__declineBtn{color:#888;background:#ffffff0d;border:1px solid #ffffff1a}.NotificationBell-module__q8NsHa__declineBtn:hover{color:#fff;background:#ffffff1a}
.Footer-module__Grjkva__footer{color:var(--color-text);background:linear-gradient(#050505 0%,#0a0a0a 100%);border-top:1px solid #ffb8001a;padding:0 0 15px;position:relative;overflow:hidden}.Footer-module__Grjkva__inner{z-index:20;max-width:1280px;margin:0 auto;padding:12px 16px;position:relative}.Footer-module__Grjkva__grid{grid-template-columns:repeat(2,1fr);gap:10px 8px;margin-bottom:10px;display:grid}.Footer-module__Grjkva__brandCol{text-align:center;flex-direction:column;grid-column:span 2;align-items:center;gap:8px;display:flex}.Footer-module__Grjkva__logoWrap{display:block}.Footer-module__Grjkva__logoImg{object-fit:contain;width:auto;height:90px}.Footer-module__Grjkva__tagline{color:#ffffffb3;text-align:center;max-width:400px;font-size:14px;line-height:1.6}.Footer-module__Grjkva__socials{justify-content:center;gap:12px;width:100%;display:flex}.Footer-module__Grjkva__appBadges{flex-wrap:wrap;justify-content:center;align-items:center;gap:12px;width:100%;margin-top:15px;display:flex}.Footer-module__Grjkva__badge{transition:opacity .2s,transform .2s;display:block}.Footer-module__Grjkva__badge:hover{opacity:.9;transform:translateY(-2px)}.Footer-module__Grjkva__socialIcon{border-radius:var(--radius-full);width:28px;height:28px;color:var(--color-text);justify-content:center;align-items:center;transition:background .2s,transform .2s;display:flex}.Footer-module__Grjkva__socialIcon:hover{background:var(--color-primary);color:#1a120e;transform:translateY(-2px)}.Footer-module__Grjkva__col{flex-direction:column;gap:8px;display:flex}.Footer-module__Grjkva__colTitle{color:#fff;letter-spacing:.02em;font-size:15px;font-weight:600}.Footer-module__Grjkva__colList{flex-direction:column;gap:10px;display:flex}.Footer-module__Grjkva__colLink{color:#ffffffd9;font-size:14px;transition:color .15s,font-weight .15s}.Footer-module__Grjkva__colLink:hover{color:var(--color-primary);font-weight:600}.Footer-module__Grjkva__contactCol{text-align:center;background:0 0;border:none;border-radius:0;grid-column:span 2;padding:0}.Footer-module__Grjkva__contactList{flex-direction:column;gap:8px;display:flex}.Footer-module__Grjkva__contactItem{color:#ffffffd9;justify-content:center;align-items:center;gap:10px;font-size:13px;line-height:1.4;display:flex}.Footer-module__Grjkva__contactIcon{width:18px;height:18px;color:var(--color-primary);flex-shrink:0;margin-top:0}.Footer-module__Grjkva__divider{background:var(--color-border-orange);border:0;height:1px;margin:0}.Footer-module__Grjkva__bottomBar{justify-content:space-between;align-items:center;gap:24px;padding:12px 0;display:flex}.Footer-module__Grjkva__partnerLogo{opacity:1;width:auto;height:32px;transition:opacity .2s}.Footer-module__Grjkva__partnerLogo:hover{opacity:1}.Footer-module__Grjkva__copyright{text-align:center;color:#fffc;flex:1;font-size:13px;font-weight:300}.Footer-module__Grjkva__legalLink{color:#ffffffd9;margin:0 4px;transition:color .15s}.Footer-module__Grjkva__legalLink:hover{color:#fff}@media (min-width:768px){.Footer-module__Grjkva__grid{grid-template-columns:repeat(4,1fr)}.Footer-module__Grjkva__brandCol{text-align:left;grid-column:span 1;align-items:flex-start}.Footer-module__Grjkva__logoWrap{display:block}.Footer-module__Grjkva__tagline{text-align:left}.Footer-module__Grjkva__socials{justify-content:flex-start}.Footer-module__Grjkva__appBadges{justify-content:flex-start;width:100%}.Footer-module__Grjkva__contactCol{text-align:left;grid-column:span 1}.Footer-module__Grjkva__contactItem{justify-content:flex-start}.Footer-module__Grjkva__contactIcon{color:var(--color-primary)}}@media (max-width:600px){.Footer-module__Grjkva__footer{padding-top:0;padding-bottom:15px}.Footer-module__Grjkva__grid{gap:10px 8px;margin-bottom:10px}.Footer-module__Grjkva__tagline{font-size:13px}.Footer-module__Grjkva__appBadges{justify-content:center;width:100%}.Footer-module__Grjkva__bottomBar{flex-direction:column;gap:20px;padding:30px 0 80px}.Footer-module__Grjkva__copyright{opacity:.6;order:3;font-size:12px}}
