.CoachChatWindow_chatWindow__NRnh_{display:flex;flex-direction:column;background:rgba(20,20,25,.95);border:1px solid rgba(255,255,255,.08);border-radius:12px;overflow:hidden;height:100%;min-height:500px;max-height:80vh;box-shadow:0 8px 40px rgba(0,0,0,.4)}.CoachChatWindow_header__YBau7{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;background:linear-gradient(135deg,rgba(255,158,41,.12),rgba(255,158,41,.04));border-bottom:1px solid rgba(255,158,41,.25)}.CoachChatWindow_headerInfo__gRopH{display:flex;align-items:center;gap:12px;min-width:0}.CoachChatWindow_headerAvatar__uoCjD{border-radius:50%;object-fit:cover}.CoachChatWindow_headerAvatarPlaceholder__iAW_3{width:40px;height:40px;border-radius:50%;background:rgba(255,158,41,.15);color:#FF9E29;display:flex;align-items:center;justify-content:center}.CoachChatWindow_headerName__cz6oj{margin:0;color:#ffffff;font-size:1rem;font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.CoachChatWindow_headerSubtitle__leokO{margin:2px 0 0;color:rgba(255,255,255,.55);font-size:.8rem}.CoachChatWindow_closeButton__hMof8{background:transparent;border:none;color:rgba(255,255,255,.7);font-size:1.6rem;line-height:1;cursor:pointer;padding:0 8px}.CoachChatWindow_closeButton__hMof8:hover{color:#ffffff}.CoachChatWindow_messages__giLY0{flex:1 1;overflow-y:auto;padding:20px;display:flex;flex-direction:column;gap:14px;background:radial-gradient(circle at top left,rgba(255,158,41,.05),transparent 50%),rgba(10,10,15,.4)}.CoachChatWindow_messages__giLY0::-webkit-scrollbar{width:6px}.CoachChatWindow_messages__giLY0::-webkit-scrollbar-thumb{background:rgba(255,158,41,.3);border-radius:3px}.CoachChatWindow_centered___oVG4{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;flex:1 1;color:rgba(255,255,255,.5);text-align:center}.CoachChatWindow_spinner__O1HAi{width:32px;height:32px;border:3px solid rgba(255,158,41,.2);border-top-color:#ff9e29;border-radius:50%;animation:CoachChatWindow_spin__7HLeD 1s linear infinite}@keyframes CoachChatWindow_spin__7HLeD{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.CoachChatWindow_messageRow__nQEpY{display:flex;gap:10px;max-width:80%}.CoachChatWindow_messageRow__nQEpY.CoachChatWindow_own__GxRLV{align-self:flex-end;flex-direction:row-reverse}.CoachChatWindow_messageRow__nQEpY.CoachChatWindow_other__cruBP{align-self:flex-start}.CoachChatWindow_messageAvatar___7SlD{width:32px;height:32px;border-radius:50%;background:rgba(255,255,255,.08);display:flex;align-items:center;justify-content:center;color:rgba(255,255,255,.6);flex-shrink:0}.CoachChatWindow_messageAvatarImg__eOM3m{border-radius:50%;object-fit:cover}.CoachChatWindow_messageBubble__J_Y2f{padding:10px 14px;border-radius:14px;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.08);display:flex;flex-direction:column;gap:4px;min-width:0}.CoachChatWindow_messageRow__nQEpY.CoachChatWindow_own__GxRLV .CoachChatWindow_messageBubble__J_Y2f{background:linear-gradient(135deg,rgba(255,158,41,.25),rgba(255,158,41,.12));border-color:rgba(255,158,41,.35)}.CoachChatWindow_messageSender__V2i2U{font-size:.75rem;font-weight:700;color:#FF9E29}.CoachChatWindow_messageContent__h_Ya3{margin:0;color:#ffffff;font-size:.95rem;line-height:1.4;white-space:pre-wrap;word-wrap:break-word}.CoachChatWindow_messageTime__ZzxRd{font-size:.7rem;color:rgba(255,255,255,.45);align-self:flex-end}.CoachChatWindow_errorBar__RRkOh{padding:8px 16px;background:rgba(255,100,100,.12);border-top:1px solid rgba(255,100,100,.35);color:#ffb3b3;font-size:.85rem;text-align:center}.CoachChatWindow_inputRow__VF1_S{display:flex;gap:10px;padding:14px 16px;background:rgba(0,0,0,.3);border-top:1px solid rgba(255,255,255,.08);align-items:flex-end}.CoachChatWindow_input__G4cwN{flex:1 1;padding:10px 14px;border:1px solid rgba(255,255,255,.12);border-radius:8px;background:rgba(255,255,255,.04);color:#ffffff;font-size:.95rem;font-family:inherit;resize:none;max-height:120px;transition:border-color .2s ease}.CoachChatWindow_input__G4cwN:focus{outline:none;border-color:rgba(255,158,41,.45)}.CoachChatWindow_input__G4cwN::placeholder{color:rgba(255,255,255,.35)}.CoachChatWindow_input__G4cwN:disabled{opacity:.5;cursor:not-allowed}.CoachChatWindow_sendButton__DhF8H{width:44px;height:44px;border-radius:8px;border:none;background:linear-gradient(135deg,#FF9E29,#FFB95D);color:#1a1a1a;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;flex-shrink:0}.CoachChatWindow_sendButton__DhF8H:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 12px rgba(255,158,41,.35)}.CoachChatWindow_sendButton__DhF8H:disabled{opacity:.4;cursor:not-allowed}@media (max-width:640px){.CoachChatWindow_chatWindow__NRnh_{min-height:400px;border-radius:8px}.CoachChatWindow_header__YBau7{padding:12px 16px}.CoachChatWindow_messages__giLY0{padding:14px}.CoachChatWindow_messageRow__nQEpY{max-width:90%}}.NotificationBell_notificationBell__et29K{position:relative;display:inline-block}.NotificationBell_bellButton__zLWOB{background:transparent;border:none;cursor:pointer;padding:.5rem;border-radius:6px;display:flex;align-items:center;justify-content:center;transition:all .2s ease;color:#fff}.NotificationBell_bellButton__zLWOB:hover{background:rgba(255,158,41,.12);color:#FF9E29}.NotificationBell_badge__Toniv{position:absolute;top:2px;right:2px;background:#FF9E29;color:#0f0f23;border-radius:999px;min-width:18px;height:18px;display:flex;align-items:center;justify-content:center;padding:0 5px;font-size:.7rem;font-weight:700;line-height:1;box-shadow:0 0 0 2px #0f0f23}.NotificationBell_dropdown__4F29A{position:fixed;background:linear-gradient(180deg,#16213e,#1a1a2e);border:1px solid rgba(255,255,255,.1);border-radius:8px;box-shadow:0 16px 48px rgba(0,0,0,.55);width:380px;max-height:520px;display:flex;flex-direction:column;overflow:hidden;z-index:999999;opacity:0;visibility:hidden;transform:translateY(-10px) scale(.97);transition:opacity .2s ease,visibility .2s ease,transform .2s ease;isolation:isolate;pointer-events:none}.NotificationBell_dropdown__4F29A.NotificationBell_open___Skxr{opacity:1;visibility:visible;transform:translateY(0) scale(1);pointer-events:auto}.NotificationBell_dropdownHeader__f7LLZ{padding:1rem 1.25rem;border-bottom:1px solid rgba(255,255,255,.08);background:rgba(255,255,255,.02);display:flex;justify-content:space-between;align-items:center;gap:1rem}.NotificationBell_dropdownTitle__GXEDd{margin:0;font-size:1rem;font-weight:700;color:#FF9E29;letter-spacing:.3px}.NotificationBell_markAllButton__tYl46{background:rgba(255,158,41,.12);border:1px solid rgba(255,158,41,.3);color:#FF9E29;cursor:pointer;font-size:.75rem;font-weight:600;padding:.35rem .7rem;border-radius:4px;transition:all .2s ease;font-family:inherit;white-space:nowrap}.NotificationBell_markAllButton__tYl46:hover{background:rgba(255,158,41,.22);border-color:rgba(255,158,41,.5)}.NotificationBell_notificationsList__niAbZ{flex:1 1;overflow-y:auto;padding:.75rem;display:flex;flex-direction:column;gap:.6rem}.NotificationBell_notificationsList__niAbZ::-webkit-scrollbar{width:6px}.NotificationBell_notificationsList__niAbZ::-webkit-scrollbar-thumb{background:rgba(255,158,41,.25);border-radius:3px}.NotificationBell_notificationsList__niAbZ::-webkit-scrollbar-track{background:transparent}.NotificationBell_notificationItem__SL9Se{padding:.85rem .95rem;background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.08);border-radius:6px;cursor:pointer;transition:all .2s ease;position:relative}.NotificationBell_notificationItem__SL9Se:hover{background:rgba(255,158,41,.06);border-color:rgba(255,158,41,.25);transform:translateY(-1px)}.NotificationBell_notificationItem__SL9Se.NotificationBell_unread__tPNNt{background:rgba(255,158,41,.06);border-color:rgba(255,158,41,.3)}.NotificationBell_notificationContent__Vb06K{display:flex;gap:.75rem;align-items:flex-start}.NotificationBell_notificationIcon__js4qP{width:34px;height:34px;border-radius:6px;display:flex;align-items:center;justify-content:center;flex-shrink:0;background:rgba(255,158,41,.1);color:#FF9E29;border:1px solid rgba(255,158,41,.25)}.NotificationBell_notificationIcon__js4qP.NotificationBell_info__WgVNX{background:rgba(59,130,246,.12);color:#60a5fa;border-color:rgba(59,130,246,.3)}.NotificationBell_notificationIcon__js4qP.NotificationBell_payment_warning__7okK5,.NotificationBell_notificationIcon__js4qP.NotificationBell_team_payment_warning__KpbDx,.NotificationBell_notificationIcon__js4qP.NotificationBell_warning__Ri4tr{background:rgba(245,158,11,.12);color:#fbbf24;border-color:rgba(245,158,11,.3)}.NotificationBell_notificationIcon__js4qP.NotificationBell_error__iG4FL,.NotificationBell_notificationIcon__js4qP.NotificationBell_payment_expired__89YsN,.NotificationBell_notificationIcon__js4qP.NotificationBell_payment_failed__6oSU_,.NotificationBell_notificationIcon__js4qP.NotificationBell_team_expired__bcmAL{background:rgba(239,68,68,.12);color:#f87171;border-color:rgba(239,68,68,.3)}.NotificationBell_notificationIcon__js4qP.NotificationBell_payment_completed__O9v4M,.NotificationBell_notificationIcon__js4qP.NotificationBell_success__LUbMm,.NotificationBell_notificationIcon__js4qP.NotificationBell_survey_completed__XbRnr,.NotificationBell_notificationIcon__js4qP.NotificationBell_team_join_approved__y6X9k{background:rgba(34,197,94,.12);color:#4ade80;border-color:rgba(34,197,94,.3)}.NotificationBell_notificationIcon__js4qP.NotificationBell_broadcast__5db10,.NotificationBell_notificationIcon__js4qP.NotificationBell_team_announcement__u8Ntj{background:rgba(168,85,247,.12);color:#c084fc;border-color:rgba(168,85,247,.3)}.NotificationBell_notificationBody__nfRYv{flex:1 1;min-width:0;display:flex;flex-direction:column;gap:.35rem}.NotificationBell_notificationHeader__X2bG_{display:flex;justify-content:space-between;align-items:flex-start;gap:.5rem}.NotificationBell_notificationTitle__dba8h{margin:0;font-size:.875rem;font-weight:600;color:#fff;line-height:1.3;flex:1 1;word-break:break-word}.NotificationBell_notificationBox__Uyi2h{display:flex;flex-direction:column;gap:.5rem}.NotificationBell_notificationMessage__ZGaFA{margin:0;font-size:.8rem;color:rgba(255,255,255,.75);line-height:1.45;word-break:break-word;text-align:left}.NotificationBell_notificationMeta__Y0jR3{display:flex;justify-content:space-between;align-items:center;gap:.5rem;flex-wrap:wrap}.NotificationBell_notificationTime__ZRyjL{display:inline-flex;align-items:center;font-size:.7rem;color:rgba(255,255,255,.5);font-weight:500;font-style:normal}.NotificationBell_notificationType__m9PGf{display:inline-flex;align-items:center;gap:.35rem;background:rgba(255,158,41,.12);color:#FF9E29;border:1px solid rgba(255,158,41,.3);padding:.2rem .55rem;border-radius:4px;font-weight:600;font-size:.65rem;letter-spacing:.3px;white-space:nowrap;text-transform:none}.NotificationBell_notificationActions__U7tP3{display:flex;gap:.25rem;flex-shrink:0}.NotificationBell_actionButton__qGDDm{background:transparent;border:1px solid transparent;cursor:pointer;padding:.3rem;border-radius:4px;display:flex;align-items:center;justify-content:center;transition:all .2s ease;width:26px;height:26px;color:rgba(255,255,255,.5)}.NotificationBell_actionButton__qGDDm:hover{background:rgba(255,255,255,.06);color:#fff}.NotificationBell_actionButton__qGDDm.NotificationBell_markRead__PwAPw:hover{background:rgba(34,197,94,.15);border-color:rgba(34,197,94,.3);color:#4ade80}.NotificationBell_actionButton__qGDDm.NotificationBell_delete__0u7eE:hover{background:rgba(239,68,68,.15);border-color:rgba(239,68,68,.3);color:#f87171}.NotificationBell_actionIcon__DPMu2{width:14px;height:14px}.NotificationBell_emptyState__mc4dO{padding:2.5rem 1.5rem;text-align:center;color:rgba(255,255,255,.5);display:flex;flex-direction:column;align-items:center;gap:.75rem}.NotificationBell_emptyIcon__PGzQl{display:inline-flex;align-items:center;justify-content:center;width:56px;height:56px;border-radius:50%;background:rgba(255,158,41,.08);border:1px solid rgba(255,158,41,.2);color:#FF9E29;opacity:.7}.NotificationBell_emptyMessage__zF1Jv{margin:0;font-size:.9rem;color:rgba(255,255,255,.6)}.NotificationBell_loading__xWiZq{padding:2rem;text-align:center;color:rgba(255,255,255,.6);font-size:.875rem}.NotificationBell_error__iG4FL{margin:.5rem;padding:.75rem .875rem;background:rgba(239,68,68,.12);border:1px solid rgba(239,68,68,.3);border-radius:4px;color:#f87171;font-size:.8rem;text-align:center}.NotificationBell_dropdownFooter__q1YY8{padding:.75rem;border-top:1px solid rgba(255,255,255,.08);background:rgba(255,255,255,.02);text-align:center}.NotificationBell_viewAllButton__un28v{color:#FF9E29;text-decoration:none;font-weight:600;font-size:.8rem;padding:.5rem 1rem;border-radius:4px;display:inline-block;transition:background-color .2s ease}.NotificationBell_viewAllButton__un28v:hover{background:rgba(255,158,41,.12);text-decoration:none}.NotificationBell_bellIcon__SHeIa{width:1.25rem;height:1.25rem}.NotificationBell_typeIcon__z8ahs{width:1rem;height:1rem}.NotificationBell_emptyBellIcon__mszrM{width:1.75rem;height:1.75rem}.NotificationBell_invitationDetails__XAXUR{display:flex;flex-direction:column;gap:.25rem;margin-top:.25rem;padding:.55rem .7rem;background:rgba(255,158,41,.06);border:1px solid rgba(255,158,41,.2);border-radius:4px}.NotificationBell_invitationTeam__xpe7C{display:inline-flex;align-items:center;gap:.4rem;color:#FF9E29;font-size:.8rem;font-weight:600}.NotificationBell_invitationInviter__LyHCa{color:rgba(255,255,255,.55);font-size:.72rem}.NotificationBell_invitationActions__pfBs7{display:flex;gap:.5rem;margin-top:.5rem;padding-top:.6rem;border-top:1px dashed rgba(255,255,255,.1)}.NotificationBell_invitationButton__7mBIG{flex:1 1;display:inline-flex;align-items:center;justify-content:center;gap:.4rem;padding:.45rem .75rem;border:1px solid transparent;border-radius:4px;font-size:.78rem;font-weight:600;cursor:pointer;transition:all .2s ease;font-family:inherit}.NotificationBell_invitationButton__7mBIG:disabled{opacity:.6;cursor:not-allowed}.NotificationBell_invitationButton__7mBIG.NotificationBell_acceptButton__xEkZ5{background:rgba(34,197,94,.15);border-color:rgba(34,197,94,.35);color:#4ade80}.NotificationBell_invitationButton__7mBIG.NotificationBell_acceptButton__xEkZ5:hover:not(:disabled){background:rgba(34,197,94,.25);border-color:rgba(34,197,94,.55);transform:translateY(-1px)}.NotificationBell_invitationButton__7mBIG.NotificationBell_rejectButton__1VABE{background:rgba(239,68,68,.1);border-color:rgba(239,68,68,.3);color:#f87171}.NotificationBell_invitationButton__7mBIG.NotificationBell_rejectButton__1VABE:hover:not(:disabled){background:rgba(239,68,68,.2);border-color:rgba(239,68,68,.5);transform:translateY(-1px)}@media (max-width:768px){.NotificationBell_dropdown__4F29A{width:340px;max-height:460px}}@media (max-width:480px){.NotificationBell_dropdown__4F29A{width:calc(100vw - 16px);max-width:360px}.NotificationBell_notificationItem__SL9Se{padding:.75rem}.NotificationBell_notificationContent__Vb06K{gap:.6rem}.NotificationBell_notificationIcon__js4qP{width:30px;height:30px}.NotificationBell_actionButton__qGDDm{width:24px;height:24px}.NotificationBell_actionIcon__DPMu2{width:12px;height:12px}}.RaffleNumberGrid_gridContainer__r_8Ev{margin-bottom:1.5rem}.RaffleNumberGrid_gridLabel__2AlLT{color:#cccccc;font-size:.9rem;font-weight:600;margin-bottom:.75rem;display:flex;justify-content:space-between;align-items:center}.RaffleNumberGrid_selectedCount__Thdob{color:#FF9E29;font-weight:700}.RaffleNumberGrid_numberGrid__mfJ9Z{display:grid;grid-template-columns:repeat(auto-fill,minmax(52px,1fr));grid-gap:6px;gap:6px;max-height:350px;overflow-y:auto;padding:.5rem;background:rgba(0,0,0,.2);border-radius:8px;border:1px solid rgba(255,255,255,.06)}.RaffleNumberGrid_numberGrid__mfJ9Z::-webkit-scrollbar{width:6px}.RaffleNumberGrid_numberGrid__mfJ9Z::-webkit-scrollbar-track{background:rgba(255,255,255,.05);border-radius:3px}.RaffleNumberGrid_numberGrid__mfJ9Z::-webkit-scrollbar-thumb{background:rgba(255,158,41,.3);border-radius:3px}.RaffleNumberGrid_numberCell__06zmJ{aspect-ratio:1;display:flex;align-items:center;justify-content:center;border-radius:6px;font-size:.85rem;font-weight:600;transition:all .2s ease;border:1px solid transparent;-webkit-user-select:none;-moz-user-select:none;user-select:none}.RaffleNumberGrid_available__QiZbo{background:rgba(46,204,113,.1);color:#2ecc71;border-color:rgba(46,204,113,.2);cursor:pointer}.RaffleNumberGrid_available__QiZbo:hover{background:rgba(46,204,113,.25);border-color:rgba(46,204,113,.5);transform:scale(1.05)}.RaffleNumberGrid_sold__9vYsE{background:rgba(231,76,60,.1);color:rgba(231,76,60,.5);border-color:rgba(231,76,60,.15);cursor:not-allowed;opacity:.6}.RaffleNumberGrid_selected__fzFaC{background:rgba(255,158,41,.3);color:#FF9E29;border-color:rgba(255,158,41,.6);box-shadow:0 0 12px rgba(255,158,41,.25);cursor:pointer}.RaffleNumberGrid_selected__fzFaC:hover{background:rgba(255,158,41,.4)}.RaffleNumberGrid_owned__IVa3s{background:rgba(52,152,219,.15);color:#3498db;border-color:rgba(52,152,219,.3);cursor:default}.RaffleNumberGrid_legend__hfknK{display:flex;gap:1rem;margin-top:.75rem;flex-wrap:wrap}.RaffleNumberGrid_legendItem__E1x73{display:flex;align-items:center;gap:.4rem;font-size:.8rem;color:#999}.RaffleNumberGrid_legendDot__W5SX4{width:10px;height:10px;border-radius:3px}.RaffleNumberGrid_dotAvailable__jCLrm{background:rgba(46,204,113,.5)}.RaffleNumberGrid_dotSold__iwcJQ{background:rgba(231,76,60,.4)}.RaffleNumberGrid_dotSelected__pSVig{background:rgba(255,158,41,.6)}.RaffleNumberGrid_dotOwned__i0R37{background:rgba(52,152,219,.5)}.PaymentStatusStep_container__zK88h{padding:.75rem 0;color:#f9fafb}.PaymentStatusStep_compactHeader__2tb5z{margin-bottom:1rem}.PaymentStatusStep_infoBar__g5hlf{display:flex;align-items:center;gap:1.25rem;margin-bottom:.5rem;padding-bottom:.5rem;border-bottom:1px solid rgba(255,255,255,.06)}.PaymentStatusStep_infoItem___lVCs{display:flex;align-items:center;gap:.35rem}.PaymentStatusStep_infoLabel__8gRLq{font-size:.7rem;color:#6b7280;text-transform:uppercase;letter-spacing:.03em;font-weight:500}.PaymentStatusStep_infoValue__qwk5H{font-size:.8rem;color:#e5e7eb;font-weight:600}.PaymentStatusStep_headerTop__JS3Nt{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem;gap:1rem}.PaymentStatusStep_headerTitle__j1_4U{font-size:1.15rem;font-weight:600;color:#f9fafb;margin:0;white-space:nowrap}.PaymentStatusStep_inlineTimer__usFmO{flex-shrink:0}.PaymentStatusStep_statsBar__aSJ9N{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap;padding:.5rem .75rem;background:linear-gradient(135deg,#16213e,#1a1a2e);border:1px solid rgba(255,255,255,.06);border-radius:4px;font-size:.85rem;color:#9ca3af}.PaymentStatusStep_statItem__kbWcS{display:flex;align-items:center;gap:.25rem}.PaymentStatusStep_statItem__kbWcS strong{color:#f9fafb}.PaymentStatusStep_statProgressBar__Xsmkk{width:4rem;height:4px;background:rgba(255,255,255,.08);border-radius:2px;overflow:hidden;flex-shrink:0}.PaymentStatusStep_statProgressFill__YzhGj{height:100%;background:#FF9E29;border-radius:2px;transition:width .3s ease}.PaymentStatusStep_statDivider__mL61F{color:rgba(156,163,175,.3);font-weight:300}.PaymentStatusStep_statPending__GEoP2{color:#FF9E29!important}.PaymentStatusStep_statMuted__cKco6{color:#6b7280;font-weight:400}.PaymentStatusStep_mainLayout__Ep0Hg{display:grid;grid-template-columns:1fr 1fr;grid-gap:1rem;gap:1rem;margin-bottom:.75rem}.PaymentStatusStep_membersColumn__xSu3B{min-width:0}.PaymentStatusStep_sectionTitle__kezpd{font-size:.95rem;font-weight:600;color:#e5e7eb;margin-bottom:.5rem;display:flex;align-items:center;gap:.35rem}.PaymentStatusStep_membersTable__lWkO9{display:flex;flex-direction:column;gap:.35rem}.PaymentStatusStep_memberRow__WaMDs{background:linear-gradient(135deg,rgba(16,33,62,.4),rgba(26,26,46,.4));border:1px solid rgba(255,255,255,.06);border-radius:4px;padding:.6rem .75rem;display:flex;justify-content:space-between;align-items:center;gap:.5rem;transition:all .2s ease}.PaymentStatusStep_memberRow__WaMDs:hover{border-color:rgba(255,255,255,.12);background:linear-gradient(135deg,rgba(16,33,62,.5),rgba(26,26,46,.5))}.PaymentStatusStep_memberInfo__zE1KY{flex:1 1;min-width:0}.PaymentStatusStep_memberName__rx2WB{font-weight:600;color:#f9fafb;font-size:.9rem;display:flex;align-items:center;gap:.35rem;margin-bottom:.3rem}.PaymentStatusStep_youTag__kTJEA{background:rgba(156,163,175,.2);color:#e5e7eb;padding:.1rem .3rem;border-radius:.2rem;font-size:.6rem;font-weight:500}.PaymentStatusStep_leaderTag__PnLUq{color:#FF9E29;flex-shrink:0}.PaymentStatusStep_memberMeta__2lCPG{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap;font-size:.8rem}.PaymentStatusStep_amount__kZN7G{color:#e5e7eb;font-weight:600;font-size:.85rem}.PaymentStatusStep_status__bcpvJ{padding:.15rem .35rem;border-radius:3px;font-size:.65rem;font-weight:600;display:flex;align-items:center;gap:.2rem}.PaymentStatusStep_status-completed__8Wh4z{background:rgba(255,255,255,.08);color:#e5e7eb;border:1px solid rgba(255,255,255,.12)}.PaymentStatusStep_status-pending__gO1Bg{background:rgba(255,158,41,.1);color:#FF9E29;border:1px solid rgba(255,158,41,.2)}.PaymentStatusStep_status-expired__p1O5n{background:rgba(156,163,175,.1);color:#6b7280;border:1px solid rgba(156,163,175,.2)}.PaymentStatusStep_paymentInfo__W98UY{color:#6b7280;font-size:.65rem}.PaymentStatusStep_raffleInlineBadge__JrFan{background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.1);color:#9ca3af;padding:.1rem .35rem;border-radius:3px;font-size:.7rem;font-weight:500;display:inline-flex;align-items:center;gap:.2rem}.PaymentStatusStep_memberActions__LRi0I{display:flex;flex-direction:row;align-items:center;gap:.35rem;flex-shrink:0}.PaymentStatusStep_promoSection__UVXjj{display:flex;align-items:center}.PaymentStatusStep_paymentRow___JQFL{display:flex;align-items:center;gap:.5rem}.PaymentStatusStep_compactPromoBtn__Pydke{background:linear-gradient(135deg,#16213e,#1a1a2e);color:#9ca3af;border:1px solid rgba(255,255,255,.08);padding:.25rem .5rem;font-size:.65rem;font-weight:500;border-radius:3px;cursor:pointer;transition:all .3s ease;white-space:nowrap;display:flex;align-items:center;gap:.25rem}.PaymentStatusStep_compactPromoBtn__Pydke:hover{border-color:rgba(255,255,255,.15);color:#e5e7eb}.PaymentStatusStep_promoInputWrapper__MnvSB{width:100%;max-width:260px}.PaymentStatusStep_finalPrice__MyGWu{color:#e5e7eb;font-size:.85rem;white-space:nowrap}.PaymentStatusStep_finalPrice__MyGWu strong{color:#f9fafb;font-weight:600}.PaymentStatusStep_finalPrice__MyGWu .PaymentStatusStep_discount__tNS3m{color:#FF9E29;font-size:.7rem;margin-left:.2rem}.PaymentStatusStep_compactPaymentButtons__WZoRY{display:flex;gap:.25rem}.PaymentStatusStep_compactCreditsBtn__6NpdO,.PaymentStatusStep_compactStripeBtn__A1UZY{border-radius:4px;border:1px solid rgba(255,255,255,.1);cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:.35rem;padding:.35rem .75rem;font-size:.75rem;font-weight:500;color:#f9fafb;white-space:nowrap}.PaymentStatusStep_compactCreditsBtn__6NpdO{background:linear-gradient(135deg,#FF9E29,#e8891e)}.PaymentStatusStep_compactStripeBtn__A1UZY{background:linear-gradient(135deg,#374151,#4b5563)}.PaymentStatusStep_compactCreditsBtn__6NpdO:hover:not(:disabled),.PaymentStatusStep_compactStripeBtn__A1UZY:hover:not(:disabled){transform:translateY(-1px);border-color:rgba(255,255,255,.2);box-shadow:0 4px 12px rgba(0,0,0,.3)}.PaymentStatusStep_compactCreditsBtn__6NpdO:disabled,.PaymentStatusStep_compactStripeBtn__A1UZY:disabled{opacity:.4;cursor:not-allowed;transform:none}.PaymentStatusStep_leaderPayCompact__g043G{margin-top:.5rem;padding:.6rem .75rem;background:linear-gradient(135deg,rgba(255,158,41,.06),rgba(255,158,41,.02));border:1px solid rgba(255,158,41,.15);border-radius:4px}.PaymentStatusStep_leaderPayRow__PTQuU{display:flex;justify-content:space-between;align-items:center;gap:.5rem;flex-wrap:wrap}.PaymentStatusStep_leaderPayInfo__1Rqs6{color:#e5e7eb;font-size:.85rem;font-weight:500}.PaymentStatusStep_leaderPayActions__lDTta,.PaymentStatusStep_leaderPayInfo__1Rqs6{display:flex;align-items:center;gap:.35rem}.PaymentStatusStep_promoApplied__bW9H4{color:#FF9E29!important;font-weight:600!important;font-size:.8rem}.PaymentStatusStep_leaderStripeBtn__scOvH{background:linear-gradient(135deg,#374151,#4b5563);color:#f9fafb;border:1px solid rgba(255,255,255,.1);padding:.4rem .75rem;font-size:.8rem;font-weight:600;border-radius:4px;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;gap:.35rem;white-space:nowrap}.PaymentStatusStep_leaderStripeBtn__scOvH:hover:not(:disabled){transform:translateY(-1px);border-color:rgba(255,255,255,.2);box-shadow:0 4px 12px rgba(0,0,0,.3)}.PaymentStatusStep_leaderStripeBtn__scOvH:disabled{opacity:.4;cursor:not-allowed;transform:none}.PaymentStatusStep_raffleHint__XdOgZ{color:#6b7280;font-size:.75rem;margin-top:.35rem}.PaymentStatusStep_raffleColumn__9BKhY{min-width:0;background:linear-gradient(135deg,rgba(255,255,255,.03),rgba(255,255,255,.01));border:1px solid rgba(255,255,255,.06);border-radius:6px;padding:.75rem}.PaymentStatusStep_raffleTabs__xXZCy{display:flex;flex-wrap:wrap;gap:.3rem;margin-bottom:.5rem}.PaymentStatusStep_raffleTab__38VQv{background:linear-gradient(135deg,#16213e,#1a1a2e);border:1px solid rgba(255,255,255,.06);color:#9ca3af;padding:.3rem .5rem;font-size:.7rem;font-weight:500;border-radius:3px;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;gap:.25rem}.PaymentStatusStep_raffleTab__38VQv:hover{border-color:rgba(255,255,255,.12);color:#e5e7eb}.PaymentStatusStep_raffleTabActive__fBYmB{border-color:rgba(255,158,41,.3)!important;background:linear-gradient(135deg,rgba(255,158,41,.08),rgba(255,158,41,.03))!important;color:#FF9E29!important}.PaymentStatusStep_raffleTabDone__sHx_b{border-color:rgba(255,255,255,.1);color:#e5e7eb}.PaymentStatusStep_tabNumber__Cv6n5{background:rgba(255,255,255,.08);padding:.1rem .25rem;border-radius:2px;font-size:.65rem;font-weight:600;color:#e5e7eb}.PaymentStatusStep_raffleGridCompact__iLlL1{margin-bottom:.5rem}.PaymentStatusStep_raffleGridLabel__q_U78{color:#e5e7eb;font-size:.8rem;margin-bottom:.4rem;padding:.3rem .5rem;background:rgba(255,255,255,.04);border-radius:3px}.PaymentStatusStep_selectedNumberBadge__Fh9Y0{background:rgba(255,158,41,.08);border:1px solid rgba(255,158,41,.2);color:#FF9E29;padding:.25rem .5rem;border-radius:3px;font-size:.8rem;margin-bottom:.4rem;display:inline-block}.PaymentStatusStep_raffleLoading__dlcMW{text-align:center;color:#6b7280;padding:.75rem;font-size:.85rem}.PaymentStatusStep_footer__MI7Ux{display:flex;justify-content:space-between;align-items:center;padding-top:.75rem;border-top:1px solid rgba(255,255,255,.06);gap:.5rem}.PaymentStatusStep_backBtn__T_Xw6{background:linear-gradient(135deg,#374151,#4b5563);color:#e5e7eb;border:1px solid rgba(255,255,255,.08);padding:.5rem 1rem;font-size:.8rem;font-weight:500;border-radius:4px;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;gap:.25rem}.PaymentStatusStep_backBtn__T_Xw6:hover{color:#f9fafb;border-color:rgba(255,255,255,.15);transform:translateY(-1px)}.PaymentStatusStep_refreshBtn__Ua_VX{background:linear-gradient(135deg,#374151,#4b5563);color:#e5e7eb;border:1px solid rgba(255,255,255,.08);padding:.5rem 1rem;font-size:.8rem;font-weight:500;border-radius:4px;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;gap:.25rem}.PaymentStatusStep_refreshBtn__Ua_VX:hover{color:#f9fafb;border-color:rgba(255,255,255,.15);transform:translateY(-1px)}.PaymentStatusStep_completedMessage__N7y1k{background:rgba(255,158,41,.08);color:#FF9E29;padding:.5rem 1rem;border-radius:4px;border:1px solid rgba(255,158,41,.2);font-weight:600;text-align:center;font-size:.85rem;display:flex;align-items:center;gap:.35rem}@media (max-width:768px){.PaymentStatusStep_mainLayout__Ep0Hg{grid-template-columns:1fr}.PaymentStatusStep_headerTop__JS3Nt{flex-direction:column;align-items:flex-start;gap:.5rem}.PaymentStatusStep_statsBar__aSJ9N{font-size:.8rem}.PaymentStatusStep_memberRow__WaMDs{gap:.5rem}.PaymentStatusStep_memberActions__LRi0I,.PaymentStatusStep_memberRow__WaMDs,.PaymentStatusStep_paymentRow___JQFL{flex-direction:column;align-items:stretch}.PaymentStatusStep_paymentRow___JQFL{gap:.35rem}.PaymentStatusStep_promoInputWrapper__MnvSB{max-width:none}.PaymentStatusStep_leaderPayRow__PTQuU{flex-direction:column;align-items:stretch;gap:.5rem}.PaymentStatusStep_footer__MI7Ux,.PaymentStatusStep_leaderPayActions__lDTta{flex-wrap:wrap}.PaymentStatusStep_raffleTabs__xXZCy{gap:.2rem}}@media (max-width:480px){.PaymentStatusStep_container__zK88h{padding:.5rem 0}.PaymentStatusStep_raffleColumn__9BKhY{padding:.5rem}}.PaymentStatusStep_backBtn__T_Xw6:focus,.PaymentStatusStep_compactStripeBtn__A1UZY:focus,.PaymentStatusStep_leaderStripeBtn__scOvH:focus,.PaymentStatusStep_refreshBtn__Ua_VX:focus{outline:2px solid #FF9E29;outline-offset:2px}.MessagesNavLink_link__JM6Wo{position:relative;display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:8px;color:rgba(255,255,255,.85);background:transparent;border:1px solid transparent;transition:all .2s ease;text-decoration:none}.MessagesNavLink_link__JM6Wo:hover{background:rgba(255,158,41,.12);border-color:rgba(255,158,41,.35);color:#FF9E29}.MessagesNavLink_badge__P4duQ{position:absolute;top:-2px;right:-2px;background:#FF9E29;color:#1a1a1a;border-radius:999px;min-width:18px;height:18px;padding:0 5px;font-size:.7rem;font-weight:700;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 6px rgba(0,0,0,.4)}.UserDropdown_userDropdown__QPIry{position:relative;display:inline-block}.UserDropdown_userButton__EQsRF{display:flex;align-items:center;gap:.625rem;padding:.375rem .75rem;background:transparent;border:none;border-radius:4px;cursor:pointer;transition:background .2s ease;color:#fff;font-size:.875rem;min-height:40px;font-family:inherit}.UserDropdown_userButton__EQsRF:hover{background:rgba(255,255,255,.05)}.UserDropdown_userButton__EQsRF:focus{outline:none;background:rgba(255,255,255,.05)}.UserDropdown_userAvatar__ql7_r{width:30px;height:30px;border-radius:4px;background:rgba(255,158,41,.15);border:1px solid rgba(255,255,255,.08);display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:600;color:#FF9E29;overflow:hidden;flex-shrink:0}.UserDropdown_avatarImage__FjAPf{width:100%;height:100%;object-fit:cover;border-radius:4px}.UserDropdown_userIcon__vKANk{width:18px;height:18px;color:rgba(255,255,255,.7)}.UserDropdown_userName__FWgsT{font-weight:600;white-space:nowrap;color:rgba(255,255,255,.85);font-size:.825rem}.UserDropdown_dropdownArrow__R_TEN{width:14px;height:14px;transition:transform .2s ease;color:rgba(255,255,255,.4);flex-shrink:0}.UserDropdown_dropdownArrow__R_TEN.UserDropdown_open__NGOJp{transform:rotate(180deg)}.UserDropdown_dropdownMenu___cp4d{position:fixed;min-width:240px;background:linear-gradient(180deg,#16213e,#1a1a2e);border:1px solid rgba(255,255,255,.08);border-radius:6px;box-shadow:0 16px 48px rgba(0,0,0,.55);z-index:999999;animation:UserDropdown_dropdownSlideIn__2QJ4g .15s ease-out;overflow:hidden}@keyframes UserDropdown_dropdownSlideIn__2QJ4g{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.UserDropdown_dropdownHeader__cSMUk{padding:.875rem 1rem;background:rgba(255,255,255,.02);border-bottom:1px solid rgba(255,255,255,.06);display:flex;align-items:center;gap:.75rem}.UserDropdown_dropdownAvatar__FhYg_{width:36px;height:36px;border-radius:4px;background:rgba(255,158,41,.15);border:1px solid rgba(255,255,255,.08);display:flex;align-items:center;justify-content:center;font-size:.8rem;font-weight:700;color:#FF9E29;overflow:hidden;flex-shrink:0}.UserDropdown_dropdownAvatarImage__I36lY{width:100%;height:100%;object-fit:cover;border-radius:4px}.UserDropdown_dropdownUserInfo__Dd83u{flex:1 1;min-width:0}.UserDropdown_dropdownUserName__eC2GG{display:block;font-weight:600;color:#fff;font-size:.85rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.UserDropdown_dropdownUserEmail__e1tuj{display:block;font-size:.7rem;color:rgba(255,255,255,.45);margin-top:.15rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.UserDropdown_dropdownDivider__U7JaR{height:1px;background:rgba(255,255,255,.06);margin:.25rem 0}.UserDropdown_dropdownItem__2F9ZO{display:flex;align-items:center;gap:.625rem;padding:.625rem 1rem;color:rgba(255,255,255,.75);text-decoration:none;border:none;background:transparent;width:100%;text-align:left;cursor:pointer;transition:all .15s ease;font-size:.8rem;font-weight:500;font-family:inherit}.UserDropdown_dropdownItem__2F9ZO:focus,.UserDropdown_dropdownItem__2F9ZO:hover{background:rgba(255,158,41,.08);color:#FF9E29}.UserDropdown_dropdownItem__2F9ZO:focus{outline:none}.UserDropdown_dropdownIcon__H2jUK{width:16px;height:16px;flex-shrink:0;opacity:.7}.UserDropdown_logoutItem__Z_Qlh{color:#ff6b6b}.UserDropdown_logoutItem__Z_Qlh:hover{background:rgba(220,53,69,.1);color:#ff6b6b}.UserDropdown_logoutItem__Z_Qlh .UserDropdown_dropdownIcon__H2jUK{color:#ff6b6b;opacity:.9}@media (max-width:768px){.UserDropdown_dropdownMenu___cp4d{min-width:220px}.UserDropdown_userName__FWgsT{display:none}.UserDropdown_userButton__EQsRF{padding:.375rem .5rem}}@media (max-width:480px){.UserDropdown_dropdownMenu___cp4d{min-width:200px;left:8px!important;right:8px!important;width:calc(100vw - 16px);max-width:280px}}.ContactFooter_contactFooter__KqX01{background:linear-gradient(135deg,#0a0a0a,#1a1a1a);color:#cccccc;padding:1.5rem 0;border-top:1px solid rgba(255,255,255,.06);position:relative;overflow:hidden}.ContactFooter_contactFooter__KqX01:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,#FF9E29 50%,transparent)}.ContactFooter_container__YHODQ{max-width:1200px;margin:0 auto;padding:0 3rem;text-align:center}.ContactFooter_message__Vv6IV{font-size:1rem;font-weight:500;margin:0;color:#cccccc;line-height:1.5;text-shadow:0 1px 2px rgba(0,0,0,.5)}.ContactFooter_highlight__mC8LN{color:#FF9E29;font-weight:600;text-shadow:0 0 8px rgba(0,0,0,.5)}.ContactFooter_emailLink__9smHz{color:#FF9E29;text-decoration:none;font-weight:600;transition:all .3s ease;position:relative;padding:.25rem .5rem;border-radius:4px;background:rgba(255,158,41,.1);border:1px solid rgba(255,255,255,.06);margin-left:.25rem}.ContactFooter_emailLink__9smHz:hover{color:#ffffff;background:rgba(255,158,41,.2);border-color:#FF9E29;transform:translateY(-1px);box-shadow:0 4px 12px rgba(0,0,0,.3);text-shadow:0 0 8px rgba(0,0,0,.5)}.ContactFooter_emailLink__9smHz:after{content:"";position:absolute;bottom:-2px;left:50%;width:0;height:2px;background:linear-gradient(135deg,#FF9E29,#FF9E29);transition:all .3s ease;transform:translateX(-50%)}.ContactFooter_emailLink__9smHz:hover:after{width:100%}@media (max-width:768px){.ContactFooter_contactFooter__KqX01{padding:1rem 0}.ContactFooter_container__YHODQ{padding:0 1rem}.ContactFooter_message__Vv6IV{font-size:.9rem}.ContactFooter_emailLink__9smHz{display:inline-block;margin-top:.5rem;margin-left:0;padding:.5rem 1rem}}@media (max-width:480px){.ContactFooter_message__Vv6IV{font-size:.85rem;line-height:1.6}}.ContactSection_contactSection__u7EKq{position:relative;padding:6rem 0;min-height:100vh;display:flex;align-items:center;overflow:hidden;opacity:0;transform:translateY(20px);transition:all .3s cubic-bezier(.4,0,.2,1);background:linear-gradient(135deg,#0f0f23,#1a1a2e 50%,#16213e)}.ContactSection_contactSection__u7EKq:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 20% 80%,rgba(255,158,41,.05) 0,transparent 50%),radial-gradient(circle at 80% 20%,rgba(255,158,41,.03) 0,transparent 50%),radial-gradient(circle at 40% 40%,rgba(255,255,255,.02) 0,transparent 50%);pointer-events:none;z-index:1}.ContactSection_contactSection__u7EKq:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23FFD700' fill-opacity='0.02'%3E%3Ccircle cx='30' cy='30' r='1'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") repeat;pointer-events:none;opacity:.5;z-index:1}.ContactSection_contactSection__u7EKq.ContactSection_visible__Iph7Q{opacity:1;transform:translateY(0)}.ContactSection_backgroundImage__Vl_Kk{position:absolute;top:0;left:0;width:100%;height:100%;background-image:url(/img_contact.jpg);background-size:cover;background-position:50%;background-repeat:no-repeat;background-attachment:fixed;z-index:1;transition:transform .3s ease}.ContactSection_backgroundImage__Vl_Kk:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,rgba(255,158,41,.15),rgba(26,26,26,.7) 50%,rgba(255,158,41,.15));z-index:1}.ContactSection_overlay__ulmme{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,rgba(0,0,0,.8),rgba(0,0,0,.6) 50%,rgba(0,0,0,.8));-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:2}.ContactSection_container__zImWI{position:relative;z-index:4;max-width:1200px;margin:0 auto;padding:0 3rem;display:grid;grid-template-columns:1fr 1fr;grid-gap:4rem;gap:4rem;align-items:center}@keyframes ContactSection_slideInLeft__KkuvT{0%{opacity:0;transform:translateX(-50px)}to{opacity:1;transform:translateX(0)}}@keyframes ContactSection_slideInRight__MtYuD{0%{opacity:0;transform:translateX(50px)}to{opacity:1;transform:translateX(0)}}@keyframes ContactSection_fadeInUp__10j_u{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.ContactSection_slideInLeft__KkuvT{animation:ContactSection_slideInLeft__KkuvT .8s ease-out forwards}.ContactSection_slideInRight__MtYuD{animation:ContactSection_slideInRight__MtYuD .8s ease-out forwards}.ContactSection_leftContent__WIMkN{color:white;opacity:0;transform:translateX(-50px)}.ContactSection_leftContent__WIMkN.ContactSection_slideInLeft__KkuvT{opacity:1;transform:translateX(0)}.ContactSection_title__x491v{font-size:clamp(2.5rem,4vw,3.5rem);font-weight:700;font-style:italic;margin:0 0 1.5rem;color:white;line-height:1.2;color:#ffffff;text-shadow:0 4px 20px rgba(0,0,0,.5);letter-spacing:-1px;position:relative}.ContactSection_title__x491v:after{content:"";position:absolute;bottom:-8px;left:0;width:60px;height:4px;background:linear-gradient(90deg,#FF9E29,#FF9E29,#FF9E29);border-radius:2px;animation:ContactSection_pulse__8z6HG 2s ease-in-out infinite}@keyframes ContactSection_pulse__8z6HG{0%,to{opacity:.6;transform:scaleX(1)}50%{opacity:1;transform:scaleX(1.1)}}.ContactSection_subtitle__o_QEf{font-size:1.2rem;line-height:1.6;color:rgba(255,255,255,.85);margin:0 0 3rem;opacity:.9;font-weight:300;letter-spacing:.5px;text-shadow:0 2px 10px rgba(0,0,0,.3)}.ContactSection_contactInfo__Fthxk{display:flex;flex-direction:column;gap:1.5rem}.ContactSection_contactItem__kPxof{background:rgba(255,255,255,.05);-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);border:1px solid rgba(255,255,255,.06);border-radius:8px;padding:1.5rem;transition:all .4s cubic-bezier(.175,.885,.32,1.275);display:flex;align-items:center;gap:1rem;position:relative;overflow:hidden;box-shadow:0 8px 25px rgba(0,0,0,.1),inset 0 1px 0 rgba(255,255,255,.1)}.ContactSection_contactItem__kPxof:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,158,41,.1),transparent);transition:left .6s ease}.ContactSection_contactItem__kPxof:hover{background:rgba(255,255,255,.08);transform:translateY(-8px) scale(1.02);box-shadow:0 20px 40px rgba(0,0,0,.2),0 0 20px rgba(0,0,0,.2),inset 0 1px 0 rgba(255,255,255,.2);border-color:rgba(255,158,41,.35)}.ContactSection_contactItem__kPxof:hover:before{left:100%}.ContactSection_phoneItem__kHTOT{animation-delay:.2s}.ContactSection_emailItem__lX8RM{animation-delay:.4s}.ContactSection_contactIcon__WTy0I{width:48px;height:48px;background:linear-gradient(135deg,#FF9E29,#FF9E29);border-radius:6px;display:flex;align-items:center;justify-content:center;color:#1a1a1a;box-shadow:0 8px 25px rgba(0,0,0,.3);transition:all .4s cubic-bezier(.175,.885,.32,1.275);position:relative;overflow:hidden}.ContactSection_contactIcon__WTy0I:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .6s ease}.ContactSection_contactIcon__WTy0I:hover{transform:scale(1.1) rotate(5deg);box-shadow:0 15px 35px rgba(0,0,0,.4);background:linear-gradient(135deg,#FF9E29,#FF9E29)}.ContactSection_contactIcon__WTy0I:hover:before{left:100%}.ContactSection_contactItem__kPxof:hover .ContactSection_contactIcon__WTy0I{transform:rotate(5deg) scale(1.1);box-shadow:0 10px 25px rgba(0,0,0,.15)}.ContactSection_iconLarge__E6OvW{width:24px;height:24px}.ContactSection_contactContent__cQpAS{flex:1 1}.ContactSection_contactLabel__rw79d{font-size:.9rem;font-weight:600;margin:0 0 .25rem;color:#ffffff;text-transform:uppercase;letter-spacing:1px}.ContactSection_contactValue___DdbB{font-size:1.1rem;margin:0;color:white;font-weight:500}.ContactSection_rightContent__XxVKE{background:rgba(255,255,255,.05);-webkit-backdrop-filter:blur(25px);backdrop-filter:blur(25px);border:1px solid rgba(255,255,255,.06);border-radius:8px;padding:3rem;box-shadow:0 25px 50px rgba(0,0,0,.25),inset 0 1px 0 rgba(255,255,255,.1);min-width:500px;width:100%;max-width:600px;position:relative;overflow:hidden;opacity:0;transform:translateX(50px)}.ContactSection_rightContent__XxVKE.ContactSection_slideInRight__MtYuD{opacity:1;transform:translateX(0)}.ContactSection_rightContent__XxVKE:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,transparent,rgba(255,158,41,.3),rgba(255,158,41,.5),rgba(255,158,41,.3),transparent);animation:ContactSection_shimmer__UhH89 3s ease-in-out infinite;z-index:1}@keyframes ContactSection_shimmer__UhH89{0%,to{opacity:.3}50%{opacity:1}}.ContactSection_formHeader__0JCG5{margin-bottom:2rem;text-align:center}.ContactSection_formTitle__1mMb_{font-size:1.5rem;font-weight:700;color:white;margin:0 0 1rem;color:#ffffff;text-shadow:0 2px 10px rgba(0,0,0,.3);position:relative;z-index:2}.ContactSection_progressBar__aiIfM{width:100%;height:6px;background:rgba(255,255,255,.1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:3px;overflow:hidden;margin-bottom:.5rem;border:1px solid rgba(255,255,255,.04)}.ContactSection_progressFill__j6xw7{height:100%;background:linear-gradient(135deg,#FF9E29,#FF9E29);border-radius:3px;transition:width .5s ease;position:relative;box-shadow:0 0 10px rgba(0,0,0,.3)}.ContactSection_progressFill__j6xw7:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);animation:ContactSection_shimmer__UhH89 2s infinite}.ContactSection_progressText__Xlcos{font-size:.85rem;color:rgba(255,255,255,.7);position:relative;z-index:2;margin:0;font-weight:500}.ContactSection_contactForm__EfnWJ{display:flex;flex-direction:column;gap:1.5rem;width:100%;position:relative;z-index:2}.ContactSection_successMessage__HoAXU{background:linear-gradient(135deg,#FF9E29,#FF9E29);color:#1a1a1a;border-radius:6px;font-weight:600;box-shadow:0 15px 35px rgba(0,0,0,.3);border:1px solid rgba(255,255,255,.08)}.ContactSection_errorMessage__oNph6,.ContactSection_successMessage__HoAXU{padding:1.25rem;text-align:center;margin-bottom:1rem;animation:ContactSection_fadeInUp__10j_u .5s ease-out}.ContactSection_errorMessage__oNph6{background:linear-gradient(135deg,#ef4444,#dc2626);color:white;border-radius:6px;font-weight:500;box-shadow:0 15px 35px rgba(239,68,68,.3);border:1px solid rgba(239,68,68,.3)}.ContactSection_inputGroup__W1kL3{position:relative;display:flex;flex-direction:column;gap:.5rem}.ContactSection_srOnly__V_dFi{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.ContactSection_input__t2_dd,.ContactSection_textarea__45bcq{width:100%;padding:1.25rem 3.5rem 1.25rem 1.5rem;border:2px solid rgba(255,158,41,.1);border-radius:8px;font-size:1rem;font-family:inherit;background:rgba(255,255,255,.05);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all .3s cubic-bezier(.4,0,.2,1);outline:none;min-height:56px;font-weight:400;letter-spacing:.3px;color:white}.ContactSection_input__t2_dd::placeholder,.ContactSection_textarea__45bcq::placeholder{color:rgba(255,255,255,.5);font-weight:400;transition:all .3s cubic-bezier(.4,0,.2,1)}.ContactSection_input__t2_dd:focus,.ContactSection_textarea__45bcq:focus{border-color:#FF9E29;background:rgba(255,255,255,.08);box-shadow:0 0 0 4px rgba(0,0,0,.1);transform:translateY(-1px)}.ContactSection_input__t2_dd:focus::placeholder,.ContactSection_textarea__45bcq:focus::placeholder{color:transparent}.ContactSection_inputValid___gacv{border-color:#FF9E29;background:rgba(255,158,41,.05);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.ContactSection_inputValid___gacv:focus{border-color:#FF9E29;box-shadow:0 0 0 4px rgba(0,0,0,.1)}.ContactSection_inputError__9Q_pz{border-color:#ef4444;background:rgba(239,68,68,.05);animation:ContactSection_shake__6ONap .5s ease-in-out}.ContactSection_inputError__9Q_pz:focus{border-color:#ef4444;box-shadow:0 0 0 4px rgba(239,68,68,.1)}@keyframes ContactSection_shake__6ONap{0%,to{transform:translateX(0)}25%{transform:translateX(-5px)}75%{transform:translateX(5px)}}.ContactSection_inputIcon__9c8fY,.ContactSection_textareaIcon__SxTF6{position:absolute;right:1.5rem;top:50%;transform:translateY(-50%);width:20px;height:20px;color:rgba(255,255,255,.5);pointer-events:none;transition:all .3s cubic-bezier(.4,0,.2,1)}.ContactSection_textareaIcon__SxTF6{top:1.5rem;transform:none}.ContactSection_icon__RuVen{width:100%;height:100%;transition:all .3s cubic-bezier(.4,0,.2,1)}.ContactSection_validIcon__6T1XI{color:#FF9E29;animation:ContactSection_fadeInScale__qhXPE .3s ease-out;filter:drop-shadow(0 0 8px rgba(255,158,41,.45))}@keyframes ContactSection_fadeInScale__qhXPE{0%{opacity:0;transform:translateY(-50%) scale(.8)}to{opacity:1;transform:translateY(-50%) scale(1)}}.ContactSection_inputGroup__W1kL3:focus-within .ContactSection_inputIcon__9c8fY,.ContactSection_inputGroup__W1kL3:focus-within .ContactSection_textareaIcon__SxTF6{color:#FF9E29;transform:translateY(-50%) scale(1.1);filter:drop-shadow(0 0 4px rgba(255,158,41,.3))}.ContactSection_textareaIcon__SxTF6:focus-within{transform:scale(1.1)}.ContactSection_textarea__45bcq{resize:vertical;min-height:140px;padding-right:3.5rem;line-height:1.6}.ContactSection_errorText__APuK4{color:#ef4444;font-size:.85rem;font-weight:500;margin-top:.5rem;display:flex;align-items:center;gap:.5rem;animation:ContactSection_fadeInUp__10j_u .3s ease-out;text-shadow:0 1px 3px rgba(0,0,0,.3)}.ContactSection_errorText__APuK4 .ContactSection_errorIcon__6TqTO{font-size:.9rem;flex-shrink:0}.ContactSection_submitButton___dDeJ{background:linear-gradient(135deg,#FF9E29,#FF9E29);color:#1a1a1a;border:none;padding:1.25rem 2rem;font-size:1.1rem;font-weight:700;border-radius:8px;cursor:pointer;transition:all .4s cubic-bezier(.175,.885,.32,1.275);margin-top:1rem;min-height:56px;position:relative;overflow:hidden;box-shadow:0 15px 35px rgba(0,0,0,.3)}.ContactSection_submitButton___dDeJ:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);transition:left .6s ease}.ContactSection_submitButton___dDeJ:hover:not(:disabled){background:linear-gradient(135deg,#FF9E29,#FF9E29);transform:translateY(-5px) scale(1.02);box-shadow:0 25px 50px rgba(0,0,0,.4)}.ContactSection_submitButton___dDeJ:hover:not(:disabled):before{left:100%}.ContactSection_submitButton___dDeJ:active:not(:disabled){transform:translateY(-1px) scale(1.01)}.ContactSection_submitButton___dDeJ:disabled{background:rgba(255,255,255,.1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:rgba(255,255,255,.5);cursor:not-allowed;transform:none;box-shadow:none;border:1px solid rgba(255,255,255,.1)}.ContactSection_buttonReady__hxhFs{background:linear-gradient(135deg,#FF9E29,#FF9E29);animation:ContactSection_pulse__8z6HG 2s infinite;box-shadow:0 0 30px rgba(0,0,0,.5)}.ContactSection_buttonReady__hxhFs:hover:not(:disabled){background:linear-gradient(135deg,#FF9E29,#FF9E29);box-shadow:0 0 40px rgba(0,0,0,.6)}.ContactSection_buttonText__ZQSP_{display:flex;align-items:center;justify-content:center;gap:.5rem;font-weight:700;letter-spacing:.5px;position:relative;z-index:2}.ContactSection_buttonIcon__v_mpi{width:18px;height:18px;transition:all .3s cubic-bezier(.4,0,.2,1)}.ContactSection_submitButton___dDeJ:hover .ContactSection_buttonIcon__v_mpi{transform:translateX(2px)}.ContactSection_spinner__x7_Ql{width:18px;height:18px;animation:ContactSection_spin__7nCpO 1s linear infinite}@keyframes ContactSection_spin__7nCpO{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@media (max-width:1200px){.ContactSection_container__zImWI{gap:3rem}.ContactSection_rightContent__XxVKE{padding:2.5rem;min-width:auto}.ContactSection_contactForm__EfnWJ{min-width:auto}}@media (max-width:1024px){.ContactSection_contactSection__u7EKq{padding:6rem 0}.ContactSection_container__zImWI{grid-template-columns:1fr;gap:3rem;text-align:center}.ContactSection_leftContent__WIMkN{order:2}.ContactSection_rightContent__XxVKE{order:1;padding:2rem;min-width:auto;max-width:100%}.ContactSection_contactInfo__Fthxk{flex-direction:row;justify-content:center;gap:1.5rem;flex-wrap:wrap}.ContactSection_contactItem__kPxof{flex:1 1;min-width:200px}}@media (max-width:768px){.ContactSection_contactSection__u7EKq{padding:4.5rem 0;min-height:auto}.ContactSection_backgroundImage__Vl_Kk{background-attachment:scroll}.ContactSection_container__zImWI{padding:0 1.5rem;gap:2rem}.ContactSection_rightContent__XxVKE{padding:1.5rem;border-radius:8px;min-width:auto}.ContactSection_formHeader__0JCG5{margin-bottom:1.5rem}.ContactSection_formTitle__1mMb_{font-size:1.3rem}.ContactSection_title__x491v{font-size:clamp(2rem,5vw,2.8rem)}.ContactSection_subtitle__o_QEf{font-size:1.1rem;margin-bottom:2rem}.ContactSection_contactInfo__Fthxk{flex-direction:column;gap:1rem}.ContactSection_contactItem__kPxof{padding:1rem;flex-direction:column;text-align:center;gap:.75rem}.ContactSection_contactIcon__WTy0I{width:40px;height:40px}.ContactSection_iconLarge__E6OvW{width:20px;height:20px}.ContactSection_input__t2_dd,.ContactSection_textarea__45bcq{padding:1rem 3rem 1rem 1rem;font-size:.95rem;min-height:48px}.ContactSection_textarea__45bcq{min-height:120px}.ContactSection_submitButton___dDeJ{padding:1rem 1.5rem;font-size:1rem;min-height:48px}}@media (max-width:480px){.ContactSection_container__zImWI{padding:0 1rem}.ContactSection_rightContent__XxVKE{padding:1.2rem;border-radius:8px}.ContactSection_formHeader__0JCG5{margin-bottom:1rem}.ContactSection_formTitle__1mMb_{font-size:1.2rem}.ContactSection_progressText__Xlcos{font-size:.8rem}.ContactSection_input__t2_dd,.ContactSection_textarea__45bcq{padding:.9rem 2.5rem .9rem .9rem;font-size:.9rem;border-radius:6px;min-height:44px}.ContactSection_textarea__45bcq{min-height:100px}.ContactSection_inputIcon__9c8fY,.ContactSection_textareaIcon__SxTF6{right:.8rem;width:16px;height:16px}.ContactSection_textareaIcon__SxTF6{top:1rem}.ContactSection_submitButton___dDeJ{padding:.9rem 1.2rem;font-size:.95rem;min-height:44px;border-radius:6px}.ContactSection_buttonText__ZQSP_{gap:.4rem}.ContactSection_buttonIcon__v_mpi,.ContactSection_spinner__x7_Ql{width:16px;height:16px}.ContactSection_title__x491v{font-size:clamp(1.8rem,6vw,2.3rem)}.ContactSection_subtitle__o_QEf{font-size:1rem}.ContactSection_contactItem__kPxof{padding:.9rem}.ContactSection_contactIcon__WTy0I{width:36px;height:36px}.ContactSection_iconLarge__E6OvW{width:18px;height:18px}.ContactSection_contactLabel__rw79d{font-size:.8rem}.ContactSection_contactValue___DdbB{font-size:1rem}}@media (prefers-color-scheme:dark){.ContactSection_rightContent__XxVKE{background:rgba(45,45,45,.95);border-color:rgba(255,255,255,.1)}.ContactSection_formTitle__1mMb_{color:white}.ContactSection_progressText__Xlcos{color:#cbd5e1}.ContactSection_input__t2_dd,.ContactSection_textarea__45bcq{background:rgba(255,255,255,.1);border-color:rgba(255,255,255,.2);color:white}.ContactSection_input__t2_dd:focus,.ContactSection_textarea__45bcq:focus{background:rgba(255,255,255,.15)}.ContactSection_input__t2_dd::placeholder,.ContactSection_textarea__45bcq::placeholder{color:#94a3b8}}.Footer_footer__eNA9m{background:linear-gradient(135deg,#0a0a0a,#1a1a1a);color:#ccc;padding:3rem 0 1rem;margin-top:auto;border-top:1px solid #333}.Footer_container__IkLXC{max-width:1200px;margin:0 auto;padding:0 3rem}.Footer_footerContent__7IEzx{display:grid;grid-template-columns:2fr 1fr 1fr 1.5fr;grid-gap:3rem;gap:3rem;margin-bottom:2rem}.Footer_section__9WJZQ{display:flex;flex-direction:column}.Footer_sectionTitle__QhseJ{color:#FF9E29;font-size:1.2rem;font-weight:600;margin-bottom:1.5rem;position:relative;padding-bottom:.5rem}.Footer_sectionTitle__QhseJ:after{content:"";position:absolute;bottom:0;left:0;width:40px;height:2px;background:linear-gradient(135deg,#FF9E29,#FF9E29)}.Footer_description__ePRm8{color:#ccc;line-height:1.6;font-size:.95rem;margin:0}.Footer_linksList__LUMJ9{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.75rem}.Footer_link___mmVB{color:#ccc;text-decoration:none;font-size:.95rem;transition:all .3s ease;padding:.25rem 0;position:relative}.Footer_link___mmVB:hover{color:#FF9E29;padding-left:.5rem}.Footer_link___mmVB:before{content:"";position:absolute;left:-.5rem;top:50%;transform:translateY(-50%);width:0;height:2px;background:#FF9E29;transition:width .3s ease}.Footer_link___mmVB:hover:before{width:.25rem}.Footer_contactInfo__x1xFD{display:flex;flex-direction:column;gap:1rem}.Footer_contactItem__M0DvS{display:flex;align-items:center;gap:.75rem}.Footer_contactIcon__a5faz{font-size:1.1rem;width:20px;flex-shrink:0}.Footer_contactLink__0LNZg{color:#ccc;text-decoration:none;font-size:.95rem;transition:color .3s ease}.Footer_contactLink__0LNZg:hover{color:#FF9E29}.Footer_contactText__UmeP4{color:#ccc;font-size:.95rem}.Footer_socialLinks__sPnd2{display:flex;gap:1rem;margin-bottom:1.5rem}.Footer_socialLink__nh4hv{display:flex;align-items:center;justify-content:center;width:45px;height:45px;background:linear-gradient(135deg,#333,#444);border-radius:50%;text-decoration:none;transition:all .3s ease;border:2px solid #333}.Footer_socialLink__nh4hv:hover{background:linear-gradient(135deg,#FF9E29,#FF9E29);border-color:#FF9E29;transform:translateY(-3px);box-shadow:0 4px 12px rgba(0,0,0,.3)}.Footer_socialIcon__2DO5i{font-size:1.2rem}.Footer_whatsappSection__FwE54{margin-top:1rem}.Footer_whatsappButton__oqWeQ{display:inline-flex;align-items:center;gap:.75rem;background:linear-gradient(135deg,#25D366,#20c997);color:#fff;text-decoration:none;padding:.75rem 1.25rem;border-radius:10px;font-size:.9rem;font-weight:600;transition:all .3s ease;border:2px solid transparent}.Footer_whatsappButton__oqWeQ:hover{background:linear-gradient(135deg,#20c997,#25D366);transform:translateY(-2px);box-shadow:0 4px 12px rgba(37,211,102,.3)}.Footer_whatsappIcon__9vDQ1{font-size:1.1rem}.Footer_copyright__vFlrA{text-align:center;padding-top:2rem;border-top:1px solid #333;color:#666;font-size:.9rem}.Footer_copyright__vFlrA p{margin:0}@media (max-width:1024px){.Footer_footerContent__7IEzx{grid-template-columns:1fr 1fr;gap:2rem}}@media (max-width:768px){.Footer_footer__eNA9m{padding:2rem 0 1rem}.Footer_container__IkLXC{padding:0 1.5rem}.Footer_footerContent__7IEzx{grid-template-columns:1fr;gap:2rem}.Footer_section__9WJZQ{text-align:center}.Footer_sectionTitle__QhseJ:after{left:50%;transform:translateX(-50%)}.Footer_description__ePRm8{text-align:center;max-width:400px;margin:0 auto}.Footer_contactInfo__x1xFD,.Footer_linksList__LUMJ9{align-items:center}.Footer_socialLinks__sPnd2,.Footer_whatsappButton__oqWeQ{justify-content:center}}@media (max-width:480px){.Footer_footer__eNA9m{padding:1.5rem 0 1rem}.Footer_container__IkLXC{padding:0 1rem}.Footer_footerContent__7IEzx{gap:1.5rem}.Footer_sectionTitle__QhseJ{font-size:1.1rem}.Footer_contactLink__0LNZg,.Footer_contactText__UmeP4,.Footer_description__ePRm8,.Footer_link___mmVB{font-size:.9rem}.Footer_socialLink__nh4hv{width:40px;height:40px}.Footer_socialIcon__2DO5i{font-size:1rem}.Footer_whatsappButton__oqWeQ{padding:.625rem 1rem;font-size:.85rem;flex-direction:column;gap:.5rem;text-align:center}.Footer_copyright__vFlrA{font-size:.8rem}}.Hero_hero__w_h7n{position:relative;min-height:70vh;display:flex;flex-direction:column;justify-content:center;align-items:center;overflow:hidden}.Hero_heroBackground__0dX4i{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.Hero_heroVideo___RuW7{position:absolute;top:50%;left:50%;min-width:100%;min-height:100%;width:auto;height:auto;transform:translate(-50%,-50%);object-fit:cover;z-index:0}.Hero_videoOverlay__clgZ9{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.4);z-index:1}.Hero_backgroundOverlay__ulyVG{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.8);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);z-index:15;display:flex;align-items:center;justify-content:center;cursor:pointer;animation:Hero_fadeIn__d_01O .3s ease-out}@keyframes Hero_fadeIn__d_01O{0%{opacity:0}to{opacity:1}}.Hero_overlayContent__K8e1A{text-align:center;color:white;z-index:16;background:rgba(15,15,35,.95);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);padding:2.5rem;border-radius:8px;border:2px solid rgba(255,158,41,.35);box-shadow:0 25px 50px rgba(0,0,0,.7),inset 0 1px 0 rgba(255,255,255,.1);animation:Hero_fadeInScale__Z7DlQ 1.2s ease-out;max-width:500px;margin:0 2rem;cursor:default;position:relative}.Hero_overlayTitle__lnq53{font-size:2.2rem;font-weight:800;color:#ffffff;margin:0 0 1.5rem;text-shadow:0 0 30px rgba(0,0,0,.5);letter-spacing:.02em}.Hero_overlaySubtitle___dOmV{font-size:1.1rem;color:rgba(255,255,255,.85);font-weight:400;line-height:1.4;max-width:400px;margin:0 auto 2.5rem}.Hero_overlayButton__OkDbP{display:inline-block;background:linear-gradient(135deg,#FF9E29,#FF9E29);color:#000;padding:1rem 2rem;border-radius:6px;text-decoration:none;font-weight:700;text-transform:uppercase;letter-spacing:.05em;transition:all .3s ease;box-shadow:0 8px 25px rgba(0,0,0,.4)}.Hero_overlayButton__OkDbP:hover{background:linear-gradient(135deg,#FF9E29,#E67300);transform:translateY(-2px);box-shadow:0 12px 30px rgba(0,0,0,.6)}.Hero_overlayButtons__M_GDd{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;margin-top:1rem}.Hero_overlayCloseButton__Qjoti{background:rgba(255,255,255,.1)!important;color:rgba(255,255,255,.8)!important;border:1px solid rgba(255,255,255,.2)!important;padding:1rem 1.5rem!important;border-radius:6px!important;cursor:pointer!important;font-size:.9rem!important;font-weight:600!important;text-transform:uppercase!important;letter-spacing:.05em!important;transition:all .3s ease!important}.Hero_overlayCloseButton__Qjoti:hover{background:rgba(255,255,255,.2)!important;color:white!important;transform:translateY(-1px)!important}@keyframes Hero_fadeInScale__Z7DlQ{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}.Hero_heroContent__hkcH7{position:relative;z-index:10;display:flex;align-items:center;width:100%;max-width:1600px;margin:0 auto;padding:0 2rem;min-height:40vh}.Hero_textContent__9_XdN{display:flex;flex-direction:column;align-items:start;justify-content:center;text-align:left;max-width:600px;animation:Hero_slideInLeft___aV5U 1s ease-out}.Hero_title__sinU3{margin:0 0 3rem;text-align:center}.Hero_titleMain__TWiDi{display:block;font-size:clamp(3rem,8vw,6rem);font-weight:900;letter-spacing:.1em;color:#ffffff;text-shadow:0 0 10px rgba(0,0,0,.5),0 0 20px rgba(255,158,41,.3),0 0 30px rgba(255,158,41,.2);margin-bottom:1rem;animation:Hero_glow__RtKXO 2s ease-in-out infinite alternate}.Hero_titleMainContainer__7jY3b{display:flex;gap:1.4rem;align-items:center}.Hero_titleMainCopa__Q2mdT{font-weight:400}.Hero_titleMainCopa__Q2mdT,.Hero_titleMainMagna__oqd2v{font-size:4.5rem;letter-spacing:.1em;margin-bottom:1rem}.Hero_titleMainMagna__oqd2v{color:#FF9E29;font-weight:200}.Hero_titleSub__h_xHz{display:flex;font-size:1.5rem;font-weight:100;letter-spacing:.2em;color:rgba(247,247,247,.9);text-transform:uppercase}@keyframes Hero_glow__RtKXO{0%{text-shadow:0 0 10px rgba(0,0,0,.5),0 0 20px rgba(255,158,41,.3),0 0 30px rgba(255,158,41,.2)}to{text-shadow:0 0 15px rgba(0,0,0,.5),0 0 25px rgba(255,158,41,.45),0 0 35px rgba(255,158,41,.3)}}@keyframes Hero_slideInLeft___aV5U{0%{opacity:0;transform:translateY(-50px)}to{opacity:1;transform:translateY(0)}}.Hero_ctaButtons__TP9Gp{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:0;animation:Hero_fadeInUp__M2XEo 1s ease-out .5s both}@keyframes Hero_fadeInUp__M2XEo{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.Hero_primaryButton__ej6ws{color:#fdfdfd;padding:1rem 2.5rem;border-radius:6px;text-decoration:none;font-weight:400;width:-moz-fit-content;width:fit-content;font-size:.9rem;text-transform:uppercase;letter-spacing:.05em;transition:all .3s cubic-bezier(.175,.885,.32,1.275);border:1px solid #ff9e29;box-shadow:0 8px 25px rgba(0,0,0,.3),inset 0 1px 0 rgba(255,255,255,.2)}.Hero_primaryButton__ej6ws:hover{background:rgba(255,158,41,.1);color:#FF9E29;border-color:rgba(255,158,41,.35);transform:translateY(-3px);box-shadow:0 8px 25px rgba(0,0,0,.2)}.Hero_secondaryButton__g1155{color:#fdfdfd;padding:1rem 2.5rem;border-radius:6px;text-decoration:none;font-weight:400;width:-moz-fit-content;width:fit-content;font-size:.9rem;text-transform:uppercase;letter-spacing:.05em;transition:all .3s cubic-bezier(.175,.885,.32,1.275);border:1px solid #ff9e29;box-shadow:0 8px 25px rgba(0,0,0,.3),inset 0 1px 0 rgba(255,255,255,.2)}.Hero_secondaryButton__g1155:hover{background:rgba(255,158,41,.1);color:#FF9E29;border-color:rgba(255,158,41,.35);transform:translateY(-3px);box-shadow:0 8px 25px rgba(0,0,0,.2)}.Hero_statsSection__q2cGY{position:absolute;bottom:0;left:0;right:0;z-index:10;background:linear-gradient(0deg,rgba(0,0,0,.9) 0,rgba(0,0,0,.7) 50%,rgba(0,0,0,.3));padding:2rem 0 3rem;animation:Hero_fadeInUp__M2XEo 1s ease-out 1s both}.Hero_stats__buHEi{display:flex;justify-content:center;gap:3rem;max-width:800px;margin:0 auto;padding:0 2rem}.Hero_statItem__iC9Ju{text-align:center;background:rgba(255,255,255,.02);-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);padding:1.5rem 1rem;border-radius:.6px;border:1px solid rgba(255,255,255,.06);box-shadow:0 15px 35px rgba(0,0,0,.1),inset 0 1px 0 rgba(255,255,255,.05);min-width:120px}.Hero_statNumber__2x69z{font-size:2rem;font-weight:700;color:#ffffff;margin:0;text-shadow:0 2px 10px rgba(0,0,0,.5)}.Hero_statLabel__oLA2Q{font-weight:100;font-size:.9rem;color:rgba(255,255,255,.8);margin:.5rem 0 0;text-transform:uppercase;letter-spacing:.1em}.Hero_scrollIndicator__KwFge{position:absolute;bottom:1rem;left:50%;transform:translateX(-50%);display:flex;flex-direction:column;align-items:center;gap:.5rem;color:rgba(255,158,41,.7);z-index:11;animation:Hero_bounce__wsoxR 2s infinite}@keyframes Hero_bounce__wsoxR{0%,20%,50%,80%,to{transform:translateX(-50%) translateY(0)}40%{transform:translateX(-50%) translateY(-10px)}60%{transform:translateX(-50%) translateY(-5px)}}.Hero_scrollArrow__9ln8f{font-size:1.5rem;animation:Hero_pulse__eBg_D 2s infinite}@keyframes Hero_pulse__eBg_D{0%{opacity:1}50%{opacity:.5}to{opacity:1}}.Hero_scrollIndicator__KwFge span{font-size:.8rem;text-transform:uppercase;letter-spacing:.1em}@media (max-width:1024px){.Hero_overlayContent__K8e1A{padding:2rem 1.5rem;max-width:450px;margin:0 1.5rem}.Hero_overlayTitle__lnq53{font-size:2rem}.Hero_overlaySubtitle___dOmV{font-size:1rem}}@media (max-width:768px){.Hero_overlayContent__K8e1A{padding:1.8rem 1.2rem;border-radius:8px;max-width:400px;margin:0 1rem}.Hero_overlayTitle__lnq53{font-size:1.8rem;margin-bottom:1.2rem}.Hero_overlaySubtitle___dOmV{font-size:.95rem;margin-bottom:2rem}.Hero_overlayButtons__M_GDd{flex-direction:column;gap:1rem}.Hero_overlayButton__OkDbP,.Hero_overlayCloseButton__Qjoti{padding:1rem 1.5rem!important;font-size:.9rem!important;width:100%;text-align:center}}@media (max-width:480px){.Hero_overlayContent__K8e1A{padding:1.5rem 1rem;margin:0 .5rem;max-width:350px}.Hero_overlayTitle__lnq53{font-size:1.6rem;margin-bottom:1rem}.Hero_overlaySubtitle___dOmV{font-size:.85rem;margin-bottom:1.8rem}.Hero_overlayButtons__M_GDd{gap:.8rem}.Hero_overlayButton__OkDbP,.Hero_overlayCloseButton__Qjoti{padding:.9rem 1.2rem!important;font-size:.85rem!important}}@media (max-width:1024px){.Hero_hero__w_h7n{min-height:600px}.Hero_hero__w_h7n:before{background-image:url(/header-tablet.webp)}.Hero_heroContent__hkcH7{min-height:50vh;padding:2rem 1rem}.Hero_textContent__9_XdN{max-width:100%}.Hero_ctaButtons__TP9Gp{gap:1.5rem;margin-bottom:3rem}.Hero_titleMain__TWiDi{font-size:clamp(2.5rem,8vw,4.5rem)}.Hero_titleSub__h_xHz{font-size:clamp(.9rem,2.5vw,1.5rem)}.Hero_stats__buHEi{gap:2rem;flex-wrap:wrap}.Hero_statNumber__2x69z{font-size:2rem}.Hero_statItem__iC9Ju{padding:1.2rem .8rem;min-width:100px}}@media (max-width:768px){.Hero_hero__w_h7n{min-height:600px}.Hero_hero__w_h7n:before{background-image:url(/header-mobile.webp);transform:translateY(calc(var(--parallax-offset, 0px) * .3))}.Hero_heroContent__hkcH7{padding:1rem;min-height:40vh}.Hero_titleMain__TWiDi{font-size:clamp(2rem,10vw,3.5rem);letter-spacing:.05em}.Hero_titleSub__h_xHz{font-size:clamp(.8rem,3vw,1.2rem)}.Hero_ctaButtons__TP9Gp{flex-direction:column;gap:1rem;width:100%;max-width:300px;margin:2rem auto}.Hero_primaryButton__ej6ws,.Hero_secondaryButton__g1155{width:100%;text-align:center;padding:1rem 2rem;font-size:1rem}.Hero_statsSection__q2cGY{padding:1.5rem 0 2.5rem}.Hero_stats__buHEi{gap:1.5rem;padding:0 1rem}.Hero_statItem__iC9Ju{flex:1 1;min-width:80px;padding:1rem .5rem}.Hero_statNumber__2x69z{font-size:1.8rem}.Hero_statLabel__oLA2Q{font-size:.8rem}}@media (max-width:480px){.Hero_heroContent__hkcH7{padding:.5rem;min-height:35vh}.Hero_titleMain__TWiDi{font-size:clamp(1.8rem,12vw,3rem);letter-spacing:.02em}.Hero_titleSub__h_xHz{font-size:clamp(.7rem,4vw,1rem)}.Hero_ctaButtons__TP9Gp{max-width:280px;margin:1.5rem auto}.Hero_primaryButton__ej6ws,.Hero_secondaryButton__g1155{padding:.875rem 1.5rem;font-size:.95rem}.Hero_stats__buHEi{grid-gap:1rem;gap:1rem;grid-template-columns:repeat(2,1fr);display:grid}.Hero_statNumber__2x69z{font-size:1.5rem}.Hero_statLabel__oLA2Q{font-size:.7rem}.Hero_scrollIndicator__KwFge{bottom:.5rem}.Hero_scrollIndicator__KwFge span{font-size:.7rem}}.Hero_hero__w_h7n.Hero_loaded__Gv8p9 .Hero_titleMain__TWiDi{animation:Hero_glow__RtKXO 2s ease-in-out infinite alternate}.Hero_hero__w_h7n.Hero_loaded__Gv8p9 .Hero_textContent__9_XdN{animation:Hero_slideInLeft___aV5U 1s ease-out}.Hero_hero__w_h7n.Hero_loaded__Gv8p9 .Hero_statsSection__q2cGY{animation:Hero_fadeInUp__M2XEo 1s ease-out 1s both}.SubNavbar_subNavbar__Oopft{background:linear-gradient(135deg,#100d1b,#100d1b);padding:.8rem 0;box-shadow:0 2px 10px rgba(0,0,0,.2);position:-webkit-sticky;position:sticky;top:0;z-index:9000}.SubNavbar_container__Xf__C{max-width:none;width:100%;margin:0;padding:0 2rem;display:flex;justify-content:center}.SubNavbar_subNavLinks__gIHi9{display:flex;gap:2.25rem;list-style:none;margin:0;padding:0;align-items:center;flex-wrap:wrap;justify-content:center}.SubNavbar_subNavLink__Bz5i_{color:#c0c0c0;text-decoration:none;font-weight:400;font-size:.85rem;transition:color .2s ease,transform .2s ease;position:relative;padding:.5rem 0;display:inline-flex;align-items:center;gap:.4rem;letter-spacing:.4px;white-space:nowrap}.SubNavbar_subNavIcon__TELy2{color:inherit;flex-shrink:0}.SubNavbar_subNavLink__Bz5i_:hover{color:#FF9E29;transform:translateY(-1px)}.SubNavbar_subNavLink__Bz5i_:after{content:"";position:absolute;bottom:0;left:0;width:0;height:1px;background:linear-gradient(90deg,#FF9E29,#FF9E29);transition:width .3s ease}.SubNavbar_subNavLink__Bz5i_.SubNavbar_active__btKdX:after,.SubNavbar_subNavLink__Bz5i_:hover:after{width:100%}.SubNavbar_subNavLink__Bz5i_.SubNavbar_active__btKdX{color:#FF9E29;font-weight:500}@media (max-width:1200px){.SubNavbar_container__Xf__C{padding:0 1.5rem}.SubNavbar_subNavLinks__gIHi9{gap:2rem}.SubNavbar_subNavLink__Bz5i_{font-size:.85rem}}@media (max-width:1024px){.SubNavbar_container__Xf__C{padding:0 1rem}.SubNavbar_subNavLinks__gIHi9{gap:1.2rem}.SubNavbar_subNavLink__Bz5i_{font-size:.8rem}}@media (max-width:768px){.SubNavbar_subNavbar__Oopft{display:none}}.Navbar2_navbarWrapper__eqIsS{position:-webkit-sticky;position:sticky;top:0;z-index:10001}.Navbar2_navbar__Nok8D{background:linear-gradient(135deg,#0f0f23,#1a1a2e 50%,#16213e);padding-top:1rem;padding-bottom:1rem;box-shadow:0 2px 20px rgba(0,0,0,.3);position:relative;overflow:visible}.Navbar2_navbar__Nok8D:before{right:0;bottom:0;background:radial-gradient(circle at 20% 80%,rgba(255,158,41,.03) 0,transparent 50%),radial-gradient(circle at 80% 20%,rgba(255,158,41,.02) 0,transparent 50%)}.Navbar2_navbar__Nok8D:after,.Navbar2_navbar__Nok8D:before{content:"";position:absolute;top:0;left:0;pointer-events:none}.Navbar2_navbar__Nok8D:after{width:100%;height:100%;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23F7931E' fill-opacity='0.01'%3E%3Ccircle cx='30' cy='30' r='1'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") repeat;opacity:.3}.Navbar2_container__HYblm{max-width:none;width:100%;margin:0;padding:0 2rem;display:grid;grid-template-columns:auto 1fr auto;align-items:center;grid-gap:2rem;gap:2rem;position:relative;z-index:1}.Navbar2_logo__h4kHf{display:flex;align-items:center;gap:.75rem;text-decoration:none;color:#FF9E29;font-size:1.5rem;font-weight:700;transition:all .3s cubic-bezier(.175,.885,.32,1.275);position:relative}.Navbar2_logoImage__l6ZZb{max-height:40px;filter:drop-shadow(0 2px 8px rgba(255,158,41,.3));transition:filter .3s ease}.Navbar2_logo__h4kHf:hover{color:#FF9E29;transform:translateY(-1px)}.Navbar2_logo__h4kHf:hover .Navbar2_logoImage__l6ZZb{filter:drop-shadow(0 4px 12px rgba(255,158,41,.45))}.Navbar2_logoIcon__OuDp5{font-size:2rem}.Navbar2_navCenter__WBqHI{display:flex;justify-content:center}.Navbar2_navLinks__nxVlS{display:flex;gap:2rem;list-style:none;margin:0;padding:0;align-items:center}.Navbar2_navLink__Epxh1{color:#e0e0e0;text-decoration:none;font-weight:500;text-transform:uppercase;font-size:.92rem;transition:color .2s ease,transform .2s ease;position:relative;padding:.5rem 0;display:inline-flex;align-items:center;gap:.45rem;white-space:nowrap}.Navbar2_navLink__Epxh1:hover{color:#FF9E29;transform:translateY(-1px)}.Navbar2_navLink__Epxh1:after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background:linear-gradient(90deg,#FF9E29,#FF9E29);transition:width .3s ease}.Navbar2_navLink__Epxh1.Navbar2_active__B2D57:after,.Navbar2_navLink__Epxh1:hover:after{width:100%}.Navbar2_navLinkHighlight__4k0Nd,.Navbar2_navLink__Epxh1.Navbar2_active__B2D57{color:#FF9E29}.Navbar2_navIcon___WyDJ{color:inherit;flex-shrink:0}.Navbar2_userSection__wjzzb{display:flex;align-items:center;z-index:1500;gap:1rem;justify-self:end}.Navbar2_userDropdown__tnI2K{position:relative;z-index:1500}.Navbar2_userButton__Tmslx{display:flex;align-items:center;gap:.5rem;background:transparent;border:2px solid #444;border-radius:4px;padding:.5rem 1rem;color:#e0e0e0;cursor:pointer;transition:all .3s ease;font-size:.9rem}.Navbar2_userButton__Tmslx:hover{border-color:#FF9E29;background:rgba(255,158,41,.1)}.Navbar2_userAvatar__XjRiZ{width:24px;height:24px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#FF9E29,#FF9E29);border-radius:50%;color:#000;box-shadow:0 2px 8px rgba(0,0,0,.3)}.Navbar2_userIcon__E20Xa{width:16px;height:16px}.Navbar2_userName__z_5W7{color:#FF9E29;font-weight:600}.Navbar2_dropdownArrow__C8FgO{width:16px;height:16px;transition:transform .3s ease}.Navbar2_dropdownArrow__C8FgO.Navbar2_open__W_UVB{transform:rotate(180deg)}.Navbar2_dropdownMenu__VeLNZ{position:fixed;background:linear-gradient(135deg,#0f0f23,#1a1a2e 50%,#16213e);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.06);border-radius:6px;box-shadow:0 20px 40px rgba(0,0,0,.3),inset 0 1px 0 rgba(255,255,255,.1);min-width:250px;overflow:hidden;z-index:999999;animation:Navbar2_dropdownSlide__pbhct .2s ease-out;isolation:isolate}@keyframes Navbar2_dropdownSlide__pbhct{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.Navbar2_dropdownHeader__UJUic{padding:1rem;background:rgba(255,158,41,.1);border-bottom:1px solid rgba(255,255,255,.06)}.Navbar2_dropdownUserName__Bnqcu{display:block;color:#FF9E29;font-weight:600;font-size:.95rem}.Navbar2_dropdownUserEmail__PKVGQ{display:block;color:#999;font-size:.8rem;margin-top:.25rem}.Navbar2_dropdownDivider__9BYCU{height:1px;background:#444;margin:.5rem 0}.Navbar2_dropdownItem__Rzqc4{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;color:#e0e0e0;text-decoration:none;background:transparent;border:none;width:100%;font-size:.9rem;cursor:pointer;transition:all .3s ease}.Navbar2_dropdownItem__Rzqc4:hover{background:rgba(255,158,41,.1);color:#FF9E29}.Navbar2_dropdownIcon__rjp39{width:18px;height:18px;flex-shrink:0}.Navbar2_logoutItem__08uso{color:#ff6b6b;border-top:1px solid #444;margin-top:.5rem}.Navbar2_logoutItem__08uso:hover{background:rgba(255,107,107,.1);color:#ff6b6b}.Navbar2_authSection__59UWz{position:relative}.Navbar2_authButton__T_XHU{display:flex;align-items:center;gap:.5rem;background:transparent;border:2px solid #444;border-radius:4px;padding:.75rem 1.5rem;color:#e0e0e0;cursor:pointer;transition:all .3s ease;font-size:.95rem;font-weight:500}.Navbar2_authButton__T_XHU:hover{border-color:#FF9E29;background:rgba(255,158,41,.1);color:#FF9E29}.Navbar2_authIcon__D2_Lg{width:20px;height:20px;flex-shrink:0}.Navbar2_authDropdownMenu__SbVo7{position:fixed;background:linear-gradient(135deg,#0f0f23,#1a1a2e 50%,#16213e);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.06);border-radius:6px;box-shadow:0 20px 40px rgba(0,0,0,.3),inset 0 1px 0 rgba(255,255,255,.1);min-width:200px;overflow:hidden;z-index:999999;animation:Navbar2_dropdownSlide__pbhct .2s ease-out;isolation:isolate}.Navbar2_authDropdownItem__0ZO2v{display:flex;align-items:center;gap:.75rem;padding:1rem 1.5rem;color:#e0e0e0;text-decoration:none;background:transparent;border:none;width:100%;font-size:.95rem;cursor:pointer;transition:all .3s ease;font-weight:500}.Navbar2_authDropdownItem__0ZO2v:hover{background:rgba(255,158,41,.1);color:#FF9E29}.Navbar2_authDropdownItem__0ZO2v:first-child{border-bottom:1px solid #444}.Navbar2_authButtons__ROaZ3{display:flex;gap:1.5rem;align-items:center}.Navbar2_button__4GB_s{padding:.75rem 2rem;border:none;border-radius:4px;font-weight:500;text-decoration:none;cursor:pointer;transition:all .3s ease;font-size:.95rem;display:inline-flex;align-items:center;gap:.5rem;min-width:120px;justify-content:center}.Navbar2_loginButton__MdfWb{background:transparent;color:#e0e0e0;border:2px solid #555}.Navbar2_loginButton__MdfWb:hover{background:#555;color:white;transform:translateY(-1px);box-shadow:0 2px 8px rgba(85,85,85,.3)}.Navbar2_registerButton__6V_BD{background:linear-gradient(135deg,#FF9E29,#FF9E29);color:#000;border:1px solid rgba(255,255,255,.06)}.Navbar2_registerButton__6V_BD:hover{background:linear-gradient(135deg,#FF9E29,#E67300);transform:translateY(-1px);box-shadow:0 4px 15px rgba(0,0,0,.3)}.Navbar2_mobileMenuButton__PtRxd{display:none;background:transparent;border:none;color:#e0e0e0;cursor:pointer;padding:.5rem;width:40px;height:40px;position:relative;justify-self:end}.Navbar2_hamburger__9llXP{display:block;width:24px;height:2px;background:#e0e0e0;position:relative;transition:all .3s ease}.Navbar2_hamburger__9llXP:after,.Navbar2_hamburger__9llXP:before{content:"";position:absolute;width:24px;height:2px;background:#e0e0e0;transition:all .3s ease}.Navbar2_hamburger__9llXP:before{top:-8px}.Navbar2_hamburger__9llXP:after{top:8px}.Navbar2_hamburger__9llXP.Navbar2_open__W_UVB{background:transparent}.Navbar2_hamburger__9llXP.Navbar2_open__W_UVB:before{transform:rotate(45deg);top:0}.Navbar2_hamburger__9llXP.Navbar2_open__W_UVB:after{transform:rotate(-45deg);top:0}.Navbar2_mobileMenu__G2u6c{display:none;position:absolute;top:100%;left:0;right:0;background:linear-gradient(135deg,#0f0f23,#1a1a2e 50%,#16213e);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-top:1px solid rgba(255,255,255,.06);box-shadow:0 4px 20px rgba(0,0,0,.3);padding:2rem;max-height:0;overflow:hidden;transition:all .3s ease;z-index:999998}.Navbar2_mobileMenu__G2u6c.Navbar2_open__W_UVB{display:block;max-height:100vh}.Navbar2_mobileNavLinks__Lxgqg{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:0}.Navbar2_mobileNavLink__NBID2{display:flex;align-items:center;gap:.5rem;color:#e0e0e0;text-decoration:none;font-weight:500;font-size:1.1rem;padding:1rem 0;border-bottom:1px solid #333;transition:all .3s ease}.Navbar2_mobileNavLink__NBID2.Navbar2_active__B2D57,.Navbar2_mobileNavLink__NBID2:hover{color:#FF9E29;padding-left:1rem}.Navbar2_mobileNavIcon__4iyA9{color:inherit;flex-shrink:0}.Navbar2_mobileUserSection__hbKlX{margin-top:2rem;padding-top:2rem;border-top:2px solid #444}.Navbar2_mobileUserInfo__nGL_4{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}.Navbar2_mobileUserAvatar__HwbZm{width:40px;height:40px;background:linear-gradient(135deg,#FF9E29,#FF9E29);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#000;box-shadow:0 2px 8px rgba(0,0,0,.3)}.Navbar2_mobileUserName__kvTgY{color:#FF9E29;font-weight:600;font-size:1.1rem}.Navbar2_mobileDivider__25Mv_{height:1px;background:#444;margin:1rem 0}.Navbar2_mobileUserLink__IXQK_{display:block;color:#e0e0e0;text-decoration:none;padding:1rem 0;transition:all .3s ease;background:transparent;border:none;border-bottom:1px solid #333;font-size:1rem;cursor:pointer;width:100%;text-align:left}.Navbar2_mobileUserLink__IXQK_:hover{color:#FF9E29;padding-left:1rem}.Navbar2_mobileLogout__9BmBZ,.Navbar2_mobileLogout__9BmBZ:hover{color:#ff6b6b}.Navbar2_mobileAuthButtons__8ahHq{display:flex;flex-direction:column;gap:1.5rem;margin-top:1rem}.Navbar2_mobileAuthButtons__8ahHq .Navbar2_button__4GB_s{width:100%;justify-content:center;padding:1rem 2rem}@media (max-width:1200px){.Navbar2_container__HYblm{gap:1.5rem;padding:0 1.5rem}.Navbar2_navLinks__nxVlS{gap:1.5rem}.Navbar2_navLink__Epxh1{font-size:.85rem}.Navbar2_authButton__T_XHU,.Navbar2_userButton__Tmslx{padding:.6rem 1rem;font-size:.85rem}}@media (max-width:1024px){.Navbar2_container__HYblm{gap:1rem;padding:0 1rem}.Navbar2_navLinks__nxVlS{gap:1rem}.Navbar2_navLink__Epxh1{font-size:.8rem}.Navbar2_authButton__T_XHU,.Navbar2_userButton__Tmslx{padding:.5rem .75rem;font-size:.8rem}.Navbar2_userSection__wjzzb{gap:.5rem}}@media (max-width:768px){.Navbar2_container__HYblm{grid-template-columns:auto 1fr auto;padding:0 1rem}.Navbar2_authSection__59UWz,.Navbar2_navCenter__WBqHI,.Navbar2_userSection__wjzzb .Navbar2_authButtons__ROaZ3{display:none}.Navbar2_userSection__wjzzb{gap:.5rem}.Navbar2_mobileMenuButton__PtRxd{display:flex;align-items:center;justify-content:center}}@media (max-width:480px){.Navbar2_container__HYblm{padding:0 .75rem}.Navbar2_logo__h4kHf{font-size:1.25rem}.Navbar2_logoIcon__OuDp5{font-size:1.5rem}.Navbar2_mobileMenu__G2u6c{padding:1.5rem .75rem}.Navbar2_dropdownMenu__VeLNZ{min-width:200px;width:calc(100vw - 16px);max-width:250px}.Navbar2_authDropdownMenu__SbVo7{min-width:180px;width:calc(100vw - 16px);max-width:200px}}.unique-events_container__XU3s6{min-height:100vh;background:linear-gradient(135deg,#0f0f23,#1a1a2e 50%,#16213e);display:flex;flex-direction:column}.unique-events_main__JnBlv{flex:1 1}