.Button-module__xDwtkW__button{justify-content:center;align-items:center;gap:var(--space-2);font-family:var(--font-sans);font-weight:var(--font-medium);border-radius:var(--radius-md);cursor:pointer;transition:all var(--transition-base);white-space:nowrap;-webkit-user-select:none;user-select:none;line-height:1;display:inline-flex;position:relative}.Button-module__xDwtkW__button:focus-visible{outline:2px solid var(--accent-primary);outline-offset:2px}.Button-module__xDwtkW__button:disabled{opacity:.5;cursor:not-allowed;pointer-events:none}.Button-module__xDwtkW__primary{background:var(--accent-primary);color:var(--text-inverse);border:1px solid #0000}.Button-module__xDwtkW__primary:hover:not(:disabled){background:var(--accent-hover);box-shadow:var(--shadow-glow-sm)}.Button-module__xDwtkW__primary:active:not(:disabled){background:var(--accent-active)}.Button-module__xDwtkW__secondary{background:var(--bg-elevated);color:var(--text-primary);border:1px solid var(--border-default)}.Button-module__xDwtkW__secondary:hover:not(:disabled){background:var(--bg-muted);border-color:var(--border-strong)}.Button-module__xDwtkW__ghost{color:var(--text-secondary);background:0 0;border:1px solid #0000}.Button-module__xDwtkW__ghost:hover:not(:disabled){background:var(--bg-hover);color:var(--text-primary)}.Button-module__xDwtkW__danger{background:var(--error);color:#fff;border:1px solid #0000}.Button-module__xDwtkW__danger:hover:not(:disabled){background:var(--color-rose-400)}.Button-module__xDwtkW__outline{color:var(--text-primary);border:1px solid var(--border-default);background:0 0}.Button-module__xDwtkW__outline:hover:not(:disabled){background:var(--bg-hover);border-color:var(--border-strong)}.Button-module__xDwtkW__sm{padding:var(--space-1-5) var(--space-3);font-size:var(--text-sm);border-radius:var(--radius-sm)}.Button-module__xDwtkW__md{padding:var(--space-2) var(--space-4);font-size:var(--text-sm)}.Button-module__xDwtkW__lg{padding:var(--space-3) var(--space-6);font-size:var(--text-base);border-radius:var(--radius-lg)}.Button-module__xDwtkW__fullWidth{width:100%}.Button-module__xDwtkW__loading{pointer-events:none}.Button-module__xDwtkW__spinner{animation:.8s linear infinite Button-module__xDwtkW__spin}@keyframes Button-module__xDwtkW__spin{to{transform:rotate(360deg)}}.Button-module__xDwtkW__icon{flex-shrink:0;align-items:center;display:inline-flex}
.Navbar-module__xsk-La__navbar{z-index:var(--z-sticky);-webkit-backdrop-filter:blur(16px);background:#070a10b8;border-bottom:1px solid #94a3b81f;position:fixed;top:0;left:0;right:0}.Navbar-module__xsk-La__inner{justify-content:space-between;align-items:center;height:60px;display:flex}.Navbar-module__xsk-La__logo{align-items:center;gap:var(--space-2);color:var(--text-primary);text-decoration:none;display:flex}.Navbar-module__xsk-La__logoMark{background:var(--accent-primary);width:28px;height:28px;color:var(--text-inverse);font-weight:var(--font-bold);font-size:var(--text-sm);border-radius:var(--radius-md);justify-content:center;align-items:center;display:flex}.Navbar-module__xsk-La__logoText{font-size:var(--text-xl);font-weight:var(--font-bold);letter-spacing:var(--tracking-tight)}.Navbar-module__xsk-La__links{align-items:center;gap:var(--space-1);list-style:none;display:flex}.Navbar-module__xsk-La__link{padding:var(--space-2) var(--space-3);font-size:var(--text-sm);color:#9aa6ba;transition:all var(--transition-fast);border-radius:.5rem;text-decoration:none}.Navbar-module__xsk-La__link:hover{color:#fff;background:#94a3b814}.Navbar-module__xsk-La__actions{align-items:center;gap:var(--space-2);display:flex}.Navbar-module__xsk-La__notifyBtn{width:36px;height:36px;color:var(--text-secondary);background:#0f172a70;border:1px solid #94a3b821;border-radius:.5rem;justify-content:center;align-items:center;text-decoration:none;transition:color .15s,border-color .15s,background .15s;display:inline-flex;position:relative}.Navbar-module__xsk-La__notifyUnread{color:#fff;background:#60a5fa1f;border-color:#60a5fa66}.Navbar-module__xsk-La__notifyRead{color:#ffffff61;background:#ffffff05;border-color:#ffffff0f}.Navbar-module__xsk-La__notifyBtn:hover{color:#fff;background:#60a5fa1f;border-color:#7db8ff66}.Navbar-module__xsk-La__notifyDot{background:#60a5fa;border-radius:999px;width:7px;height:7px;position:absolute;top:8px;right:9px;box-shadow:0 0 0 2px #09090bf2}.Navbar-module__xsk-La__userBtn{cursor:pointer;background:0 0;border:2px solid #ffffff1a;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;padding:0;transition:border-color .2s;display:flex;overflow:hidden}.Navbar-module__xsk-La__userBtn:hover{border-color:var(--accent-primary)}.Navbar-module__xsk-La__avatar{object-fit:cover;border-radius:50%;width:32px;height:32px}.Navbar-module__xsk-La__avatarFallback{background:var(--accent-primary);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:.875rem;font-weight:700;display:flex}.Navbar-module__xsk-La__hamburger{width:36px;height:36px;padding:var(--space-2);cursor:pointer;border-radius:var(--radius-md);transition:background var(--transition-fast);flex-direction:column;justify-content:center;gap:5px;display:none}.Navbar-module__xsk-La__hamburger:hover{background:var(--bg-hover)}.Navbar-module__xsk-La__bar{background:var(--text-secondary);width:100%;height:2px;transition:all var(--transition-base);transform-origin:50%;border-radius:1px;display:block}.Navbar-module__xsk-La__bar.Navbar-module__xsk-La__open:first-child{transform:translateY(7px)rotate(45deg)}.Navbar-module__xsk-La__bar.Navbar-module__xsk-La__open:nth-child(2){opacity:0}.Navbar-module__xsk-La__bar.Navbar-module__xsk-La__open:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.Navbar-module__xsk-La__mobileMenu{border-bottom:1px solid var(--border-default);background:var(--bg-primary);overflow:hidden}.Navbar-module__xsk-La__mobileLinks{padding:var(--space-4) var(--space-6);flex-direction:column;list-style:none;display:flex}.Navbar-module__xsk-La__mobileLink{padding:var(--space-3) 0;font-size:var(--text-lg);color:var(--text-secondary);border-bottom:1px solid var(--border-subtle);transition:color var(--transition-fast);text-decoration:none;display:block}.Navbar-module__xsk-La__mobileLink:hover{color:var(--text-primary)}.Navbar-module__xsk-La__mobileActions{gap:var(--space-2);padding:var(--space-2) var(--space-6) var(--space-6);flex-direction:column;display:flex}@media (max-width:767px){.Navbar-module__xsk-La__links,.Navbar-module__xsk-La__actions{display:none}.Navbar-module__xsk-La__hamburger{display:flex}}
.Footer-module__jzjapq__footer{padding:var(--space-16) 0 var(--space-8);background:#080b11;border-top:1px solid #94a3b824;position:relative;overflow:hidden}.Footer-module__jzjapq__footer:before{content:"";pointer-events:none;background-image:linear-gradient(#94a3b809 1px,#0000 1px),linear-gradient(90deg,#94a3b809 1px,#0000 1px);background-size:4rem 4rem;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#000c,#0000 88%);mask-image:linear-gradient(#000c,#0000 88%)}.Footer-module__jzjapq__inner{z-index:1;gap:var(--space-12);flex-direction:column;display:flex;position:relative}.Footer-module__jzjapq__grid{gap:var(--space-12);grid-template-columns:1.5fr repeat(3,1fr);display:grid}.Footer-module__jzjapq__brand{gap:var(--space-4);flex-direction:column;display:flex}.Footer-module__jzjapq__logo{align-items:center;gap:var(--space-2);color:var(--text-primary);text-decoration:none;display:flex}.Footer-module__jzjapq__tagline{color:#8c97aa;max-width:240px;font-size:var(--text-sm);line-height:var(--leading-relaxed)}.Footer-module__jzjapq__section{gap:var(--space-3);flex-direction:column;display:flex}.Footer-module__jzjapq__sectionTitle{color:#dbeafe;font-size:var(--text-sm);font-weight:var(--font-semibold);letter-spacing:0;text-transform:uppercase}.Footer-module__jzjapq__sectionLinks{gap:var(--space-2);flex-direction:column;list-style:none;display:flex}.Footer-module__jzjapq__sectionLink{color:#7f8aa0;font-size:var(--text-sm);transition:color var(--transition-fast);text-decoration:none}.Footer-module__jzjapq__sectionLink:hover{color:#fff}.Footer-module__jzjapq__bottom{padding-top:var(--space-8);border-top:1px solid #94a3b81f}.Footer-module__jzjapq__copyright{color:#718096;font-size:var(--text-xs)}@media (max-width:767px){.Footer-module__jzjapq__grid{gap:var(--space-8);grid-template-columns:1fr 1fr}.Footer-module__jzjapq__brand{grid-column:span 2}.Footer-module__jzjapq__footer{padding:var(--space-12) 0 var(--space-6)}}@media (max-width:480px){.Footer-module__jzjapq__grid{grid-template-columns:1fr}.Footer-module__jzjapq__brand{grid-column:span 1}}
.SupportChatWidget-module__s7D7ba__launcher{z-index:var(--z-toast,500);color:#ecfeff;background:#0d1518;border:1px solid #14b8a661;border-radius:999px;align-items:center;gap:.55rem;height:2.75rem;padding:0 1rem;font-size:.88rem;font-weight:800;display:inline-flex;position:fixed;bottom:1.25rem;right:1.25rem;box-shadow:0 14px 35px #00000057}.SupportChatWidget-module__s7D7ba__launcher:hover{background:#102023;border-color:#5eead4b3}.SupportChatWidget-module__s7D7ba__panel{z-index:var(--z-toast,500);background:#0c0c0efa;border:1px solid #ffffff1a;border-radius:8px;grid-template-rows:auto 1fr auto;width:min(25rem,100vw - 2rem);height:min(39rem,100vh - 6rem);display:grid;position:fixed;bottom:4.5rem;right:1.25rem;overflow:hidden;box-shadow:0 24px 65px #00000080}.SupportChatWidget-module__s7D7ba__header{background:#121216f5;border-bottom:1px solid #ffffff14;justify-content:space-between;align-items:center;gap:1rem;padding:.9rem 1rem;display:flex}.SupportChatWidget-module__s7D7ba__headerTitle{align-items:center;gap:.6rem;min-width:0;display:flex}.SupportChatWidget-module__s7D7ba__headerIcon{color:#071315;background:#5eead4;border-radius:8px;justify-content:center;align-items:center;width:2rem;height:2rem;display:inline-flex}.SupportChatWidget-module__s7D7ba__headerTitle strong{color:#fff;font-size:.93rem;display:block}.SupportChatWidget-module__s7D7ba__headerTitle span{color:#a1a1aa;margin-top:.05rem;font-size:.74rem;display:block}.SupportChatWidget-module__s7D7ba__closeBtn{color:#a1a1aa;border-radius:8px;justify-content:center;align-items:center;width:2rem;height:2rem;display:inline-flex}.SupportChatWidget-module__s7D7ba__closeBtn:hover{color:#fff;background:#ffffff12}.SupportChatWidget-module__s7D7ba__messages{flex-direction:column;gap:.75rem;padding:1rem;display:flex;overflow-y:auto}.SupportChatWidget-module__s7D7ba__message{gap:.4rem;max-width:92%;display:grid}.SupportChatWidget-module__s7D7ba__assistant{align-self:flex-start}.SupportChatWidget-module__s7D7ba__user{align-self:flex-end}.SupportChatWidget-module__s7D7ba__bubble{white-space:pre-wrap;border-radius:8px;padding:.75rem .85rem;font-size:.86rem;line-height:1.55}.SupportChatWidget-module__s7D7ba__assistant .SupportChatWidget-module__s7D7ba__bubble{color:#e4e4e7;background:#ffffff0d;border:1px solid #ffffff14}.SupportChatWidget-module__s7D7ba__user .SupportChatWidget-module__s7D7ba__bubble{color:#031314;background:#5eead4}.SupportChatWidget-module__s7D7ba__sources{flex-wrap:wrap;gap:.35rem;display:flex}.SupportChatWidget-module__s7D7ba__sourceLink,.SupportChatWidget-module__s7D7ba__ticketLink{color:#99f6e4;background:#14b8a612;border:1px solid #5eead438;border-radius:999px;align-items:center;gap:.25rem;max-width:100%;padding:.28rem .48rem;font-size:.72rem;font-weight:750;text-decoration:none;display:inline-flex}.SupportChatWidget-module__s7D7ba__sourceLink:hover,.SupportChatWidget-module__s7D7ba__ticketLink:hover{color:#ccfbf1;border-color:#5eead46b}.SupportChatWidget-module__s7D7ba__suggestions{flex-wrap:wrap;gap:.45rem;padding:0 1rem .8rem;display:flex}.SupportChatWidget-module__s7D7ba__suggestions button{color:#d4d4d8;background:#ffffff0a;border:1px solid #ffffff14;border-radius:999px;padding:.35rem .55rem;font-size:.74rem}.SupportChatWidget-module__s7D7ba__suggestions button:hover{color:#fff;border-color:#5eead459}.SupportChatWidget-module__s7D7ba__typing{color:#a1a1aa;align-items:center;gap:.28rem;font-size:.8rem;display:inline-flex}.SupportChatWidget-module__s7D7ba__typing span{background:#5eead4;border-radius:50%;width:.34rem;height:.34rem;animation:1s ease-in-out infinite SupportChatWidget-module__s7D7ba__pulse}.SupportChatWidget-module__s7D7ba__typing span:nth-child(2){animation-delay:.12s}.SupportChatWidget-module__s7D7ba__typing span:nth-child(3){animation-delay:.24s}.SupportChatWidget-module__s7D7ba__form{background:#121216f5;border-top:1px solid #ffffff14;grid-template-columns:minmax(0,1fr) auto;gap:.55rem;padding:.85rem;display:grid}.SupportChatWidget-module__s7D7ba__input{resize:none;color:#fff;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:8px;outline:none;min-width:0;min-height:2.45rem;max-height:6rem;padding:.68rem .75rem;font-size:.86rem;line-height:1.4}.SupportChatWidget-module__s7D7ba__input:focus{border-color:#5eead473}.SupportChatWidget-module__s7D7ba__input::placeholder{color:#71717a}.SupportChatWidget-module__s7D7ba__sendBtn{color:#04111a;background:#5eead4;border-radius:8px;justify-content:center;align-items:center;width:2.45rem;height:2.45rem;display:inline-flex}.SupportChatWidget-module__s7D7ba__sendBtn:disabled{cursor:not-allowed;opacity:.55}@keyframes SupportChatWidget-module__s7D7ba__pulse{0%,to{opacity:.3;transform:translateY(0)}50%{opacity:1;transform:translateY(-2px)}}@media (max-width:640px){.SupportChatWidget-module__s7D7ba__launcher{bottom:.8rem;right:.8rem}.SupportChatWidget-module__s7D7ba__panel{border-radius:8px 8px 0 0;width:100vw;height:min(42rem,100vh);bottom:0;right:0}}
