
.DashboardLayout-module__zGh_ua__mainContent{background:var(--txc-bg-gradient);z-index:1;min-height:100vh;transition:margin-left .3s cubic-bezier(.4,0,.2,1);position:relative}.DashboardLayout-module__zGh_ua__mainContent:before{content:"";pointer-events:none;z-index:-1;background:radial-gradient(circle at 50% -20%,#4f8cff26,#0000 70%);height:400px;position:absolute;top:0;left:0;right:0}@media (min-width:1200px){.DashboardLayout-module__zGh_ua__mainContent{margin-left:90px}}.DashboardLayout-module__zGh_ua__dashboardContainer{max-width:1600px;padding-top:2rem;padding-bottom:2rem}.DashboardLayout-module__zGh_ua__glassCard{background:var(--txc-card-bg);-webkit-backdrop-filter:blur(20px);border:var(--txc-card-border);border-radius:var(--txc-radius-lg);box-shadow:var(--txc-shadow-sm);flex-direction:column;height:100%;padding:1.5rem;transition:transform .3s,box-shadow .3s,border-color .3s;display:flex;position:relative;overflow:hidden}.DashboardLayout-module__zGh_ua__glassCard:hover{box-shadow:var(--txc-shadow-glow),0 10px 20px #0003;border-color:#4f8cff4d;transform:translateY(-5px)}.DashboardLayout-module__zGh_ua__cardHeader{justify-content:space-between;align-items:flex-start;margin-bottom:1.5rem;display:flex}.DashboardLayout-module__zGh_ua__cardTitle{color:var(--txc-text-primary);letter-spacing:.5px;margin-bottom:.25rem;font-size:1.1rem;font-weight:600}.DashboardLayout-module__zGh_ua__cardSubtitle{color:var(--txc-text-secondary);font-size:.85rem;font-weight:500}.DashboardLayout-module__zGh_ua__valueDisplay{margin:1rem 0}.DashboardLayout-module__zGh_ua__primaryValue{color:var(--txc-primary-accent);text-shadow:0 2px 10px #4f8cff33;letter-spacing:-.5px;font-size:1.75rem;font-weight:700}.DashboardLayout-module__zGh_ua__infoRow{justify-content:space-between;align-items:center;margin-top:.5rem;font-size:.9rem;display:flex}.DashboardLayout-module__zGh_ua__limitText{color:var(--txc-text-secondary)}.DashboardLayout-module__zGh_ua__pendingText{color:var(--txc-warning)}.DashboardLayout-module__zGh_ua__roiText{color:var(--txc-success);font-weight:600}.DashboardLayout-module__zGh_ua__actionButton{color:var(--txc-primary-accent);border-radius:var(--txc-radius-sm);cursor:pointer;background:#4f8cff1a;border:1px solid #4f8cff33;justify-content:center;align-items:center;gap:.5rem;width:100%;margin-top:1rem;padding:.75rem 1rem;font-weight:600;text-decoration:none;transition:all .2s;display:flex}.DashboardLayout-module__zGh_ua__actionButton:hover:not(:disabled){background:var(--txc-primary-accent);color:#fff;border-color:var(--txc-primary-accent);box-shadow:0 4px 12px #4f8cff4d}.DashboardLayout-module__zGh_ua__actionButton:disabled{opacity:.5;cursor:not-allowed;filter:grayscale(.5)}.DashboardLayout-module__zGh_ua__iconButton{border-radius:var(--txc-radius-sm);width:44px;height:44px;color:var(--txc-secondary-accent);cursor:pointer;background:#00ff881a;border:1px solid #0f83;justify-content:center;align-items:center;transition:all .2s;display:flex}.DashboardLayout-module__zGh_ua__iconButton:hover:not(:disabled){background:var(--txc-secondary-accent);color:#000;box-shadow:0 0 15px #00ff884d}.DashboardLayout-module__zGh_ua__timerContainer{border-radius:var(--txc-radius-sm);background:#0003;border:1px solid #ffffff0d;margin-top:1rem;padding:.75rem}.DashboardLayout-module__zGh_ua__timerNote{color:var(--txc-text-secondary);text-align:center;margin-bottom:.5rem;font-size:.75rem;display:block}.DashboardLayout-module__zGh_ua__timerDigits{justify-content:center;gap:.75rem;display:flex}.DashboardLayout-module__zGh_ua__timeUnit{flex-direction:column;align-items:center;display:flex}.DashboardLayout-module__zGh_ua__timeUnit .DashboardLayout-module__zGh_ua__number{color:#fff;font-family:Courier New,monospace;font-size:1.1rem;font-weight:700}.DashboardLayout-module__zGh_ua__timeUnit .DashboardLayout-module__zGh_ua__label{color:var(--txc-text-secondary);font-size:.7rem}.DashboardLayout-module__zGh_ua__trophyIcon{opacity:.1;pointer-events:none;filter:drop-shadow(0 0 10px gold);width:100px;position:absolute;top:-10px;right:-10px}.DashboardLayout-module__zGh_ua__glassNavbar{background:var(--txc-navbar-bg);-webkit-backdrop-filter:blur(15px);z-index:1040;border-bottom:1px solid #ffffff0d;transition:all .3s;position:sticky;top:0}.DashboardLayout-module__zGh_ua__glassNavbar .DashboardLayout-module__zGh_ua__navLink{border-radius:8px;font-weight:500;transition:all .2s;color:var(--txc-text-secondary)!important}.DashboardLayout-module__zGh_ua__glassNavbar .DashboardLayout-module__zGh_ua__navLink:hover,.DashboardLayout-module__zGh_ua__glassNavbar .DashboardLayout-module__zGh_ua__navLinkActive{background:#ffffff0d;color:#fff!important}.DashboardLayout-module__zGh_ua__glassNavbar .DashboardLayout-module__zGh_ua__navLinkActive{background:#4f8cff1a;color:var(--txc-primary-accent)!important}.DashboardLayout-module__zGh_ua__glassClockBar{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0000004d;border:1px solid #ffffff0d;border-radius:100px;align-items:center;gap:2rem;margin-bottom:2rem;padding:.5rem 1.5rem;display:inline-flex;box-shadow:0 4px 20px #0003}.DashboardLayout-module__zGh_ua__clockItem{flex-direction:column;align-items:center;line-height:1.2;display:flex}.DashboardLayout-module__zGh_ua__clockCity{color:var(--txc-text-secondary);text-transform:uppercase;letter-spacing:1px;font-size:.75rem}.DashboardLayout-module__zGh_ua__clockTime{color:#fff;font-variant-numeric:tabular-nums;font-size:1.1rem;font-weight:700}
.DashboardSidebar-module__9zwpQW__sidebar{z-index:1030;background-color:#181f3a;border-right:1px solid #4f8cff26;width:90px;height:100vh;padding-top:80px;transition:width .3s cubic-bezier(.4,0,.2,1);display:none;position:fixed;top:0;left:0;overflow-x:hidden}.DashboardSidebar-module__9zwpQW__sidebar:hover{width:240px}.DashboardSidebar-module__9zwpQW__sidebarNav{margin:0;padding:0;list-style:none}.DashboardSidebar-module__9zwpQW__sidebarNavItem{margin-bottom:.5rem}.DashboardSidebar-module__9zwpQW__sidebarNavLink{color:#b3baff;align-items:center;height:60px;padding:1rem 0;text-decoration:none;transition:background-color .2s,color .2s;display:flex}.DashboardSidebar-module__9zwpQW__sidebarNavLink:hover{color:#fff;background-color:#4f8cff1a}.DashboardSidebar-module__9zwpQW__sidebarNavLink.DashboardSidebar-module__9zwpQW__active{color:#fff;background-color:#4f8cff26;box-shadow:inset 3px 0 #4f8cff}.DashboardSidebar-module__9zwpQW__sidebarIcon{justify-content:center;align-items:center;min-width:90px;display:flex}.DashboardSidebar-module__9zwpQW__sidebarLabel{white-space:nowrap;opacity:0;padding-left:12px;font-size:.95rem;font-weight:600;transition:opacity .3s}.DashboardSidebar-module__9zwpQW__sidebar:hover .DashboardSidebar-module__9zwpQW__sidebarLabel{opacity:1}@media (min-width:1200px){.DashboardSidebar-module__9zwpQW__sidebar{display:block}}
.LPWalletCard-module__qIBZGa__rippleContainer{justify-content:center;align-items:center;width:45px;height:45px;display:flex;position:relative}.LPWalletCard-module__qIBZGa__rippleContainer:before,.LPWalletCard-module__qIBZGa__rippleContainer:after{content:"";pointer-events:none;border:2px solid #7fff4c;border-radius:50%;animation:1.5s linear infinite LPWalletCard-module__qIBZGa__ripple;position:absolute}.LPWalletCard-module__qIBZGa__rippleContainer:after{animation-delay:.5s}@keyframes LPWalletCard-module__qIBZGa__ripple{0%{opacity:1;width:100%;height:100%}to{opacity:0;width:175%;height:175%}}
.WorldClock-module__nfuCRG__gridContainer{box-sizing:border-box;background:#181f3a;width:100%;padding:0 2rem}.WorldClock-module__nfuCRG__desktopContainer{box-sizing:border-box;justify-content:space-between;align-items:stretch;gap:15px;width:100%;max-width:1320px;margin:0 auto;padding:15px 0;display:flex}.WorldClock-module__nfuCRG__desktopContainerTimeOuter{margin-left:90px}.WorldClock-module__nfuCRG__desktopContainerTime{box-sizing:border-box;justify-content:space-between;align-items:stretch;gap:15px;margin:0 auto;padding:15px 0;display:flex}.WorldClock-module__nfuCRG__clockCard{background:#232b4a;border:1px solid #4f8cff33;border-radius:12px;flex:32%;justify-content:space-around;align-items:center;gap:15px;padding:15px;transition:all .3s;display:flex}.WorldClock-module__nfuCRG__centerCard{border-color:#64ffda;flex-grow:1;flex-basis:32%;box-shadow:0 0 15px #64ffda26}.WorldClock-module__nfuCRG__clockWrapper{color:#b3baff;flex-direction:column;align-items:center;gap:8px;display:flex;position:relative}.WorldClock-module__nfuCRG__analogClock{background:#181f3a;border:2px solid #64ffda;border-radius:50%;width:60px;height:60px;position:relative;box-shadow:0 0 10px #64ffda33}.WorldClock-module__nfuCRG__hand{transform-origin:bottom;border-radius:2px;width:2px;position:absolute;bottom:50%;left:50%}.WorldClock-module__nfuCRG__digitalDisplay{text-align:center;flex-direction:column;align-items:center;display:flex}.WorldClock-module__nfuCRG__timezoneName{color:#fff;font-size:.9rem;font-weight:700}.WorldClock-module__nfuCRG__digitalTime{color:#b3baff;font-size:.8rem}.WorldClock-module__nfuCRG__digitalDate{color:#8a96d0;font-size:.65rem}.WorldClock-module__nfuCRG__mobileContainer{background:#181f3a;border-bottom:1px solid #2a3150;padding:10px}.WorldClock-module__nfuCRG__mobileToggle{color:#b3baff;cursor:pointer;background:0 0;border:none;justify-content:space-between;align-items:center;width:100%;padding:5px;font-size:1rem;display:flex}.WorldClock-module__nfuCRG__chevron{border:2px solid #b3baff;border-width:0 2px 2px 0;padding:3px;transition:transform .3s;display:inline-block;transform:rotate(45deg)}.WorldClock-module__nfuCRG__chevron.WorldClock-module__nfuCRG__expanded{transform:rotate(-135deg)}.WorldClock-module__nfuCRG__clockGrid{grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:20px;padding-top:15px;display:grid}
.ledger-module__PFHUkq__pageContainer{color:#c9d1d9;background-color:#0d1117;min-height:100vh}.ledger-module__PFHUkq__contentWrapper{display:flex}.ledger-module__PFHUkq__mainContent{flex-grow:1;min-width:0;margin-left:100px;padding:2rem;transition:margin-left .3s}.ledger-module__PFHUkq__loading{color:#c9d1d9;background-color:#0d1117;justify-content:center;align-items:center;height:100vh;font-size:1.2rem;display:flex}.ledger-module__PFHUkq__error{color:#ef4444;background-color:#ef44441a;border:1px solid #ef444433;border-radius:12px;padding:1.5rem}.ledger-module__PFHUkq__headerRow{justify-content:space-between;align-items:center;margin-bottom:1.5rem;display:flex}.ledger-module__PFHUkq__pageTitle{color:#fff;margin:0;font-size:1.8rem;font-weight:700}.ledger-module__PFHUkq__filterControls{background:#181f3a;border-radius:12px;flex-wrap:wrap;gap:1rem;margin-bottom:2rem;padding:1.5rem;display:flex}.ledger-module__PFHUkq__filterGroup{flex-direction:column;flex-grow:1;gap:.5rem;display:flex}.ledger-module__PFHUkq__filterGroup label{color:#b3baff;font-size:.875rem;font-weight:500}.ledger-module__PFHUkq__filterSelect{color:#fff;cursor:pointer;background-color:#101935;border:1px solid #2a3a6b;border-radius:8px;padding:.6rem 1rem;font-size:.95rem}.ledger-module__PFHUkq__filterSelect:focus{border-color:#4f8cff;outline:none}.ledger-module__PFHUkq__tableContainer{background:#181f3a;border-radius:12px;overflow:hidden;box-shadow:0 4px 12px #0000001a}.ledger-module__PFHUkq__table{border-collapse:collapse;width:100%}.ledger-module__PFHUkq__table th,.ledger-module__PFHUkq__table td{text-align:left;vertical-align:middle;border-bottom:1px solid #2a3a6b;padding:1rem 1.25rem}.ledger-module__PFHUkq__table th{color:#b3baff;white-space:nowrap;background-color:#2a3a6b4d;font-weight:600}.ledger-module__PFHUkq__table td{color:#e0e0e0}.ledger-module__PFHUkq__noEntries{text-align:center;color:#b3baff;padding:3rem 1rem}.ledger-module__PFHUkq__pagination{background-color:#181f3a;border-top:1px solid #2a3a6b;border-radius:0 0 12px 12px;justify-content:space-between;align-items:center;padding:1rem 1.5rem;display:flex}.ledger-module__PFHUkq__paginationInfo{color:#b3baff;font-size:.875rem}.ledger-module__PFHUkq__paginationControls button{color:#fff;cursor:pointer;background:#2a3a6b;border:none;border-radius:6px;margin-left:.5rem;padding:.5rem 1rem;transition:background-color .2s}.ledger-module__PFHUkq__paginationControls button:hover{background:#4f8cff}.ledger-module__PFHUkq__paginationControls button:disabled{color:#5a6b9a;cursor:not-allowed;background:#101935}.ledger-module__PFHUkq__amountCredit{color:#7fff4c;font-weight:600}.ledger-module__PFHUkq__amountDebit{color:#ff4d4d;font-weight:600}.ledger-module__PFHUkq__eventTypeTag{white-space:nowrap;border-radius:12px;padding:.25rem .6rem;font-size:.75rem;font-weight:500;display:inline-block}@media (max-width:992px){.ledger-module__PFHUkq__mainContent{margin-left:0;padding:1.5rem}}@media (max-width:768px){.ledger-module__PFHUkq__mainContent{padding:1rem}}
.ledger-module__qw74BW__pageContainer{color:#c9d1d9;background-color:#0d1117;min-height:100vh}.ledger-module__qw74BW__contentWrapper{display:flex}.ledger-module__qw74BW__mainContent{flex-grow:1;min-width:0;margin-left:100px;padding:2rem;transition:margin-left .3s}.ledger-module__qw74BW__loading{color:#c9d1d9;background-color:#0d1117;justify-content:center;align-items:center;height:100vh;font-size:1.2rem;display:flex}.ledger-module__qw74BW__error{color:#ef4444;background-color:#ef44441a;border:1px solid #ef444433;border-radius:12px;padding:1.5rem}.ledger-module__qw74BW__headerRow{justify-content:space-between;align-items:center;margin-bottom:1.5rem;display:flex}.ledger-module__qw74BW__pageTitle{color:#fff;margin:0;font-size:1.8rem;font-weight:700}.ledger-module__qw74BW__filterControls{background:#181f3a;border-radius:12px;flex-wrap:wrap;gap:1rem;margin-bottom:2rem;padding:1.5rem;display:flex}.ledger-module__qw74BW__filterGroup{flex-direction:column;flex-grow:1;gap:.5rem;display:flex}.ledger-module__qw74BW__filterGroup label{color:#b3baff;font-size:.875rem;font-weight:500}.ledger-module__qw74BW__filterSelect{color:#fff;cursor:pointer;background-color:#101935;border:1px solid #2a3a6b;border-radius:8px;padding:.6rem 1rem;font-size:.95rem}.ledger-module__qw74BW__filterSelect:focus{border-color:#4f8cff;outline:none}.ledger-module__qw74BW__tableContainer{background:#181f3a;border-radius:12px;overflow:hidden;box-shadow:0 4px 12px #0000001a}.ledger-module__qw74BW__table{border-collapse:collapse;width:100%}.ledger-module__qw74BW__table th,.ledger-module__qw74BW__table td{text-align:left;vertical-align:middle;border-bottom:1px solid #2a3a6b;padding:1rem 1.25rem}.ledger-module__qw74BW__table th{color:#b3baff;white-space:nowrap;background-color:#2a3a6b4d;font-weight:600}.ledger-module__qw74BW__table td{color:#e0e0e0}.ledger-module__qw74BW__noEntries{text-align:center;color:#b3baff;padding:3rem 1rem}.ledger-module__qw74BW__pagination{background-color:#181f3a;border-top:1px solid #2a3a6b;border-radius:0 0 12px 12px;justify-content:space-between;align-items:center;padding:1rem 1.5rem;display:flex}.ledger-module__qw74BW__paginationInfo{color:#b3baff;font-size:.875rem}.ledger-module__qw74BW__paginationControls button{color:#fff;cursor:pointer;background:#2a3a6b;border:none;border-radius:6px;margin-left:.5rem;padding:.5rem 1rem;transition:background-color .2s}.ledger-module__qw74BW__paginationControls button:hover{background:#4f8cff}.ledger-module__qw74BW__paginationControls button:disabled{color:#5a6b9a;cursor:not-allowed;background:#101935}.ledger-module__qw74BW__amountCredit{color:#7fff4c;font-weight:600}.ledger-module__qw74BW__amountDebit{color:#ff4d4d;font-weight:600}.ledger-module__qw74BW__eventTypeTag{white-space:nowrap;border-radius:12px;padding:.25rem .6rem;font-size:.75rem;font-weight:500;display:inline-block}@media (max-width:992px){.ledger-module__qw74BW__mainContent{margin-left:0;padding:1.5rem}}@media (max-width:768px){.ledger-module__qw74BW__mainContent{padding:1rem}}
.ledger-module__op3KbW__pageContainer{color:#c9d1d9;background-color:#0d1117;min-height:100vh}.ledger-module__op3KbW__contentWrapper{display:flex}.ledger-module__op3KbW__mainContent{flex-grow:1;min-width:0;margin-left:100px;padding:2rem;transition:margin-left .3s}.ledger-module__op3KbW__loading{color:#c9d1d9;background-color:#0d1117;justify-content:center;align-items:center;height:100vh;font-size:1.2rem;display:flex}.ledger-module__op3KbW__error{color:#ef4444;background-color:#ef44441a;border:1px solid #ef444433;border-radius:12px;padding:1.5rem}.ledger-module__op3KbW__headerRow{justify-content:space-between;align-items:center;margin-bottom:1.5rem;display:flex}.ledger-module__op3KbW__pageTitle{color:#fff;margin:0;font-size:1.8rem;font-weight:700}.ledger-module__op3KbW__filterControls{background:#181f3a;border-radius:12px;flex-wrap:wrap;gap:1rem;margin-bottom:2rem;padding:1.5rem;display:flex}.ledger-module__op3KbW__filterGroup{flex-direction:column;flex-grow:1;gap:.5rem;display:flex}.ledger-module__op3KbW__filterGroup label{color:#b3baff;font-size:.875rem;font-weight:500}.ledger-module__op3KbW__filterSelect{color:#fff;cursor:pointer;background-color:#101935;border:1px solid #2a3a6b;border-radius:8px;padding:.6rem 1rem;font-size:.95rem}.ledger-module__op3KbW__filterSelect:focus{border-color:#4f8cff;outline:none}.ledger-module__op3KbW__tableContainer{background:#181f3a;border-radius:12px;overflow:hidden;box-shadow:0 4px 12px #0000001a}.ledger-module__op3KbW__table{border-collapse:collapse;width:100%}.ledger-module__op3KbW__table th,.ledger-module__op3KbW__table td{text-align:left;vertical-align:middle;border-bottom:1px solid #2a3a6b;padding:1rem 1.25rem}.ledger-module__op3KbW__table th{color:#b3baff;white-space:nowrap;background-color:#2a3a6b4d;font-weight:600}.ledger-module__op3KbW__table td{color:#e0e0e0}.ledger-module__op3KbW__noEntries{text-align:center;color:#b3baff;padding:3rem 1rem}.ledger-module__op3KbW__pagination{background-color:#181f3a;border-top:1px solid #2a3a6b;border-radius:0 0 12px 12px;justify-content:space-between;align-items:center;padding:1rem 1.5rem;display:flex}.ledger-module__op3KbW__paginationInfo{color:#b3baff;font-size:.875rem}.ledger-module__op3KbW__paginationControls button{color:#fff;cursor:pointer;background:#2a3a6b;border:none;border-radius:6px;margin-left:.5rem;padding:.5rem 1rem;transition:background-color .2s}.ledger-module__op3KbW__paginationControls button:hover{background:#4f8cff}.ledger-module__op3KbW__paginationControls button:disabled{color:#5a6b9a;cursor:not-allowed;background:#101935}.ledger-module__op3KbW__amountCredit{color:#7fff4c;font-weight:600}.ledger-module__op3KbW__amountDebit{color:#ff4d4d;font-weight:600}.ledger-module__op3KbW__eventTypeTag{white-space:nowrap;border-radius:12px;padding:.25rem .6rem;font-size:.75rem;font-weight:500;display:inline-block}@media (max-width:992px){.ledger-module__op3KbW__mainContent{margin-left:0;padding:1.5rem}}@media (max-width:768px){.ledger-module__op3KbW__mainContent{padding:1rem}}
.onchain-module__0Hq3Za__pageContainer{color:#c9d1d9;background-color:#0d1117;min-height:100vh}.onchain-module__0Hq3Za__contentWrapper{display:flex}.onchain-module__0Hq3Za__mainContent{flex-grow:1;min-width:0;margin-left:100px;padding:2rem;transition:margin-left .3s}.onchain-module__0Hq3Za__loading{color:#c9d1d9;background-color:#0d1117;justify-content:center;align-items:center;height:100vh;font-size:1.2rem;display:flex}.onchain-module__0Hq3Za__error{color:#ef4444;background-color:#ef44441a;border:1px solid #ef444433;border-radius:12px;padding:1.5rem}.onchain-module__0Hq3Za__headerRow{justify-content:space-between;align-items:center;margin-bottom:1.5rem;display:flex}.onchain-module__0Hq3Za__pageTitle{color:#fff;margin:0;font-size:1.8rem;font-weight:700}.onchain-module__0Hq3Za__filterControls{background:#181f3a;border-radius:12px;flex-wrap:wrap;gap:1rem;margin-bottom:2rem;padding:1.5rem;display:flex}.onchain-module__0Hq3Za__filterGroup{flex-direction:column;flex-grow:1;gap:.5rem;display:flex}.onchain-module__0Hq3Za__filterGroup label{color:#b3baff;font-size:.875rem;font-weight:500}.onchain-module__0Hq3Za__filterSelect{color:#fff;cursor:pointer;background-color:#101935;border:1px solid #2a3a6b;border-radius:8px;padding:.6rem 1rem;font-size:.95rem}.onchain-module__0Hq3Za__filterSelect:focus{border-color:#4f8cff;outline:none}.onchain-module__0Hq3Za__tableContainer{background:#181f3a;border-radius:12px;overflow:hidden;box-shadow:0 4px 12px #0000001a}.onchain-module__0Hq3Za__table{border-collapse:collapse;width:100%}.onchain-module__0Hq3Za__table th,.onchain-module__0Hq3Za__table td{text-align:left;vertical-align:middle;border-bottom:1px solid #2a3a6b;padding:1rem 1.25rem}.onchain-module__0Hq3Za__table th{color:#b3baff;white-space:nowrap;background-color:#2a3a6b4d;font-weight:600}.onchain-module__0Hq3Za__table td{color:#e0e0e0}.onchain-module__0Hq3Za__noEntries{text-align:center;color:#b3baff;padding:3rem 1rem}.onchain-module__0Hq3Za__pagination{background-color:#181f3a;border-top:1px solid #2a3a6b;border-radius:0 0 12px 12px;justify-content:space-between;align-items:center;padding:1rem 1.5rem;display:flex}.onchain-module__0Hq3Za__paginationInfo{color:#b3baff;font-size:.875rem}.onchain-module__0Hq3Za__paginationControls button{color:#fff;cursor:pointer;background:#2a3a6b;border:none;border-radius:6px;margin-left:.5rem;padding:.5rem 1rem;transition:background-color .2s}.onchain-module__0Hq3Za__paginationControls button:hover{background:#4f8cff}.onchain-module__0Hq3Za__paginationControls button:disabled{color:#5a6b9a;cursor:not-allowed;background:#101935}.onchain-module__0Hq3Za__amountCredit{color:#7fff4c;font-weight:600}.onchain-module__0Hq3Za__amountDebit{color:#ff4d4d;font-weight:600}.onchain-module__0Hq3Za__eventTypeTag{white-space:nowrap;border-radius:12px;padding:.25rem .6rem;font-size:.75rem;font-weight:500;display:inline-block}@media (max-width:992px){.onchain-module__0Hq3Za__mainContent{margin-left:0;padding:1.5rem}}@media (max-width:768px){.onchain-module__0Hq3Za__mainContent{padding:1rem}}
.settings-module__TEteKW__pageContainer{color:#fff;background-color:#101935;min-height:100vh}.settings-module__TEteKW__contentWrapper{display:flex}.settings-module__TEteKW__mainContent{flex-grow:1;margin-left:100px;padding:2rem;transition:margin-left .3s}.settings-module__TEteKW__profileContainer{max-width:800px;margin:0 auto}.settings-module__TEteKW__loading{justify-content:center;align-items:center;height:100vh;font-size:1.2rem;display:flex}.settings-module__TEteKW__topNav{margin-bottom:2rem}.settings-module__TEteKW__backButton{color:#b3baff;background:0 0;border:none;align-items:center;gap:.5rem;padding:0;font-size:.95rem;font-weight:600;text-decoration:none;transition:color .2s;display:inline-flex}.settings-module__TEteKW__backButton:hover{color:#fff}.settings-module__TEteKW__header{color:#fff;margin-bottom:.5rem;font-size:2.5rem;font-weight:700}.settings-module__TEteKW__subHeader{color:#b3baff;margin-bottom:2rem}.settings-module__TEteKW__profileCard{background:#181f3a;border-radius:22px;padding:2rem;box-shadow:0 4px 12px #0000001a}.settings-module__TEteKW__inputGroup{margin-bottom:1.5rem}.settings-module__TEteKW__inputGroup label{color:#b3baff;margin-bottom:.5rem;font-weight:600;display:block}.settings-module__TEteKW__readOnlyField{color:#fff;cursor:default;background-color:#101935;border:1px solid #2a3a6b;border-radius:8px;width:100%;padding:.75rem 1rem;font-size:1rem}.settings-module__TEteKW__readOnlyField:focus{box-shadow:none;outline:none}.settings-module__TEteKW__settingsCard{background:#181f3a;border-radius:22px;padding:2rem;box-shadow:0 4px 12px #0000001a}.settings-module__TEteKW__settingItem{border-bottom:1px solid #2a3042;justify-content:space-between;align-items:center;padding:1rem 0;display:flex}.settings-module__TEteKW__settingItem:last-child{border-bottom:none}.settings-module__TEteKW__settingTitle{color:#fff;margin-bottom:.5rem;font-size:1rem}.settings-module__TEteKW__settingDescription{color:#718096;margin:0;font-size:.875rem}.settings-module__TEteKW__switch{width:60px;height:34px;display:inline-block;position:relative}.settings-module__TEteKW__switch input{opacity:0;width:0;height:0}.settings-module__TEteKW__slider{cursor:pointer;background-color:#2a3042;border-radius:34px;transition:all .4s;position:absolute;inset:0}.settings-module__TEteKW__slider:before{content:"";background-color:#fff;border-radius:50%;width:26px;height:26px;transition:all .4s;position:absolute;bottom:4px;left:4px}input:checked+.settings-module__TEteKW__slider{background-color:#3699ff}input:checked+.settings-module__TEteKW__slider:before{transform:translate(26px)}.settings-module__TEteKW__successMessage{color:#36d399;background-color:#36d3991a;border:1px solid #36d39933;border-radius:.5rem;margin-bottom:1rem;padding:1rem}.settings-module__TEteKW__errorMessage{color:#ef4444;background-color:#ef44441a;border:1px solid #ef444433;border-radius:.5rem;margin-bottom:1rem;padding:1rem}
.team-referrals-module__Q-oqpa__pageContainer{color:#e0e0e0;background-color:#101935;min-height:100vh}.team-referrals-module__Q-oqpa__contentWrapper{display:flex}.team-referrals-module__Q-oqpa__mainContent{flex-grow:1;min-width:0;margin-left:100px;padding:2rem;transition:margin-left .3s}.team-referrals-module__Q-oqpa__loading{color:#b3baff;background-color:#101935;justify-content:center;align-items:center;height:100vh;font-size:1.2rem;display:flex}.team-referrals-module__Q-oqpa__card{color:#e0e0e0;background:#181f3a;border:1px solid #4f8cff26;border-radius:22px;transition:all .3s;box-shadow:0 8px 32px #1019352e}.team-referrals-module__Q-oqpa__card:hover{transform:translateY(-2px);box-shadow:0 12px 35px #10193540}.team-referrals-module__Q-oqpa__cardHeader{background-color:#0000;border-bottom:1px solid #4a5568;margin-bottom:1.5rem;padding:1.5rem}.team-referrals-module__Q-oqpa__cardTitle{color:#fff;margin-bottom:.25rem;font-weight:600}.team-referrals-module__Q-oqpa__cardSubTitle{color:#b3baff;font-size:.875rem}.team-referrals-module__Q-oqpa__mbFiltersheadding small{position:relative;bottom:5px}.team-referrals-module__Q-oqpa__statPill{color:#b3baff;background:#101935;border:1px solid #4f8cff26;border-radius:12px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.5rem;padding:.75rem 1rem;display:flex}.team-referrals-module__Q-oqpa__statBadge{color:#7fff4c;background:#7fff4c1a;border:1px solid #7fff4c33;border-radius:8px;align-items:center;gap:.5rem;padding:.35em .65em;font-weight:600;display:inline-flex}.team-referrals-module__Q-oqpa__levelFilterButton{color:#4f8cff;background:#4f8cff1a;border:1px solid #4f8cff33;border-radius:8px;width:100%;padding:.5rem;font-size:.8rem;transition:all .2s ease-in-out}.team-referrals-module__Q-oqpa__levelFilterButton:hover{background-color:#4f8cff33;border-color:#4f8cff66}.team-referrals-module__Q-oqpa__levelFilterButton.team-referrals-module__Q-oqpa__active{color:#fff;background:#4f8cff;border-color:#4f8cff;font-weight:700}.team-referrals-module__Q-oqpa__directFilterButton{border:1px solid #0000;border-radius:12px;width:100%;padding:.75rem;font-weight:600;transition:all .2s ease-in-out}.team-referrals-module__Q-oqpa__directFilterButtonActive{color:#fff;background-color:#4f8cff;}.team-referrals-module__Q-oqpa__directFilterButton:not(.team-referrals-module__Q-oqpa__directFilterButtonActive){color:#4f8cff;background-color:#4f8cff1a;border:1px solid #4f8cff33}.team-referrals-module__Q-oqpa__directFilterButton:not(.team-referrals-module__Q-oqpa__directFilterButtonActive):hover{background-color:#4f8cff33}.team-referrals-module__Q-oqpa__cardBody{padding:1.5rem}.team-referrals-module__Q-oqpa__tableContainer{color:#e0e0e0;background:#181f3a;border:1px solid #4f8cff26;border-radius:22px;padding:1.5rem;overflow-x:auto;box-shadow:0 8px 32px #1019352e}.team-referrals-module__Q-oqpa__referralsTable{border-collapse:separate;border-spacing:0;width:100%}.team-referrals-module__Q-oqpa__referralsTable th,.team-referrals-module__Q-oqpa__referralsTable td{text-align:left;vertical-align:middle;border-bottom:1px solid #4a5568;padding:1rem}.team-referrals-module__Q-oqpa__tableHeader{color:#b3baff;white-space:nowrap;text-transform:uppercase;font-size:.875rem;font-weight:600}.team-referrals-module__Q-oqpa__tableCell{color:#e0e0e0}.team-referrals-module__Q-oqpa__usernameLink{color:#4f8cff;font-weight:500;text-decoration:none}.team-referrals-module__Q-oqpa__usernameLink:hover{text-decoration:underline}.team-referrals-module__Q-oqpa__lpAmount{color:#e0e0e0;text-align:right;font-weight:600}.team-referrals-module__Q-oqpa__pagination{justify-content:center;align-items:center;gap:.5rem;margin-top:2rem;display:flex}.team-referrals-module__Q-oqpa__pagination button{color:#4f8cff;cursor:pointer;background:#4f8cff1a;border:1px solid #4f8cff33;border-radius:8px;padding:.5rem 1rem;transition:background-color .2s}.team-referrals-module__Q-oqpa__pagination button:hover:not(:disabled){background:#4f8cff33}.team-referrals-module__Q-oqpa__pagination button.team-referrals-module__Q-oqpa__active{color:#fff;background:#4f8cff;border-color:#4f8cff;font-weight:700}.team-referrals-module__Q-oqpa__pagination button:disabled{color:#4f8cff66;cursor:not-allowed;background:#4f8cff0d;border-color:#4f8cff1a}.team-referrals-module__Q-oqpa__pagination .team-referrals-module__Q-oqpa__ellipsis{color:#b3baff}.team-referrals-module__Q-oqpa__pageTitle{color:#fff;font-size:2.2rem;font-weight:700}.team-referrals-module__Q-oqpa__backButton{color:#4f8cff;cursor:pointer;background:#4f8cff1a;border:1px solid #4f8cff33;border-radius:8px;padding:.5rem 1rem;font-weight:500}.team-referrals-module__Q-oqpa__backButton:hover{background:#4f8cff33}.team-referrals-module__Q-oqpa__filterCardmain{justify-content:space-between;display:flex}.team-referrals-module__Q-oqpa__filterCard{background:#181f3a;border:1px solid #4f8cff26;border-radius:22px;margin-bottom:2rem;padding:1.5rem}.team-referrals-module__Q-oqpa__filterHeader{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.team-referrals-module__Q-oqpa__filterTitle{color:#fff;font-size:1.2rem;font-weight:600}.team-referrals-module__Q-oqpa__refreshButton{color:#4f8cff;background:0 0;border:none;font-size:1.2rem}.team-referrals-module__Q-oqpa__levelInput{color:#fff;background-color:#101935;border:1px solid #4f8cff33;border-radius:8px;width:100%;padding:.75rem 1rem}.team-referrals-module__Q-oqpa__applyButton{color:#fff;cursor:pointer;background:#4f8cff;border:none;border-radius:8px;padding:.75rem 1.5rem;font-weight:600}.team-referrals-module__Q-oqpa__errorMessage{color:#f87171;text-align:center;background-color:#ef44441a;border:1px solid #ef444433;border-radius:12px;padding:1rem}.team-referrals-module__Q-oqpa__levelDropdown{color:#fff;appearance:none;background-color:#101935;border:1px solid #4f8cff26;border-radius:6px;width:100%;padding:.7rem 1rem;font-size:1rem;position:relative}.team-referrals-module__Q-oqpa__levelDropdown:focus-visible{background-color:#101935!important;border:1px solid #4f8cff26!important;outline:2px solid #4f8cff26!important}.team-referrals-module__Q-oqpa__levelDropdown:disabled{cursor:not-allowed;opacity:.6;background-color:#101935;border:1px solid #4f8cff26}@media (max-width:992px){.team-referrals-module__Q-oqpa__mainContent{margin-left:0;padding:1.5rem}.team-referrals-module__Q-oqpa__headerRow{flex-direction:column;align-items:flex-start;gap:1rem}}@media (max-width:768px){.team-referrals-module__Q-oqpa__mainContent{padding:1rem}.team-referrals-module__Q-oqpa__pageTitle{font-size:1.5rem}.team-referrals-module__Q-oqpa__cardBody{padding:1rem}.team-referrals-module__Q-oqpa__referralsTable th,.team-referrals-module__Q-oqpa__referralsTable td{padding:.75rem;font-size:.875rem}.team-referrals-module__Q-oqpa__filterCard .team-referrals-module__Q-oqpa__row{flex-direction:column;gap:.5rem}.team-referrals-module__Q-oqpa__mbFiltersheadding{padding-bottom:0!important}.team-referrals-module__Q-oqpa__mbFiltersheadding small{position:relative;bottom:5px}}@media (max-width:576px){.team-referrals-module__Q-oqpa__statPill{flex-direction:column;align-items:flex-start;gap:.5rem;padding:.75rem}.team-referrals-module__Q-oqpa__pagination{flex-wrap:wrap;justify-content:center}}.team-referrals-module__Q-oqpa__dateLabel{color:#b3baff;margin-bottom:4px;font-size:13px;display:block}.team-referrals-module__Q-oqpa__dateInput{color:#b3baff;background:#181f3a;border:1px solid #2a3160;border-radius:8px;width:100%;height:42px;padding:0 12px;font-size:14px}.team-referrals-module__Q-oqpa__dateInput::placeholder{color:#b3baff;opacity:.7}.team-referrals-module__Q-oqpa__dateInput::-webkit-calendar-picker-indicator{filter:invert(80%)sepia(20%)saturate(300%)hue-rotate(210deg);cursor:pointer}.team-referrals-module__Q-oqpa__dateInput:focus{border-color:#b3baff;outline:none;box-shadow:0 0 0 1px #b3baff66}.team-referrals-module__Q-oqpa__statCard{background:#181f3a;border-radius:12px;padding:16px 18px;box-shadow:0 4px 12px #0000000a}.team-referrals-module__Q-oqpa__statLabel{color:#b3baff;margin-bottom:6px;font-size:15px}.team-referrals-module__Q-oqpa__statValue{color:#7fff4c;font-size:22px;font-weight:700}.team-referrals-module__Q-oqpa__claimedstatValue{color:#ec5638;font-size:22px;font-weight:700}
