@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap";
:root{--bg-primary:#0a0a0f;--bg-secondary:#12121a;--bg-tertiary:#1a1a28;--bg-card:#12121ad9;--bg-hover:#1a1a28e6;--border-color:#ffffff0f;--border-active:#ffffff1f;--text-primary:#f0f0f5;--text-secondary:#8a8a9a;--text-muted:#55556a;--green:#22c55e;--green-bg:#22c55e1a;--red:#ff4d6a;--red-bg:#ff4d6a1a;--blue:#00b8d9;--blue-bg:#00b8d91a;--purple:#e8a317;--yellow:#f0a500;--gold:#f0a500;--gold-bg:#f0a5001a;--amber:#e8a317;--gradient-primary:linear-gradient(135deg, #f0a500 0%, #e8a317 100%);--gradient-green:linear-gradient(135deg, #f0a500 0%, #ffc940 100%);--gradient-hot:linear-gradient(135deg, #ff4d6a 0%, #f0a500 100%);--glass-bg:#12121aa6;--glass-blur:blur(20px);--glass-border:1px solid #ffffff0f;--shadow-sm:0 2px 8px #0000004d;--shadow-md:0 4px 20px #0006;--shadow-lg:0 8px 40px #00000080;--shadow-glow-green:0 0 20px #f0a50033;--shadow-glow-red:0 0 20px #ff4d6a33;--shadow-glow-gold:0 0 20px #f0a50040;--header-height:64px;--sidebar-width:220px;--max-width:1400px;--radius-sm:8px;--radius-md:12px;--radius-lg:16px;--radius-xl:20px;--transition-fast:.15s ease;--transition-normal:.25s ease;--transition-slow:.4s cubic-bezier(.16,1,.3,1)}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html,body{background:var(--bg-primary);color:var(--text-primary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;line-height:1.5;overflow-x:hidden}a{color:inherit;text-decoration:none}button{cursor:pointer;color:inherit;background:0 0;border:none;font-family:inherit}input,select{color:inherit;font-family:inherit}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:var(--text-muted);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--text-secondary)}.container{max-width:var(--max-width);margin:0 auto;padding:0 20px}.glass{background:var(--glass-bg);-webkit-backdrop-filter:var(--glass-blur);border:var(--glass-border)}.price-up{color:var(--green)}.price-down{color:var(--red)}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}@keyframes fadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.animate-fade-in{animation:.4s forwards fadeIn}.skeleton{background:linear-gradient(90deg, var(--bg-tertiary) 25%, #ffffff0d 50%, var(--bg-tertiary) 75%);border-radius:var(--radius-sm);background-size:200% 100%;animation:1.5s infinite shimmer}.table-wrapper{-webkit-overflow-scrolling:touch;overflow-x:auto}.badge{letter-spacing:.02em;border-radius:20px;align-items:center;gap:4px;padding:3px 8px;font-size:11px;font-weight:600;display:inline-flex}.badge-green{background:var(--green-bg);color:var(--green)}.badge-red{background:var(--red-bg);color:var(--red)}.badge-blue{background:var(--blue-bg);color:var(--blue)}
.Sidebar-module__WZVnLW__sidebar{z-index:100;background:#0d1117;border-right:1px solid #ffffff0f;flex-direction:column;width:220px;height:100vh;transition:width .3s,transform .3s cubic-bezier(.16,1,.3,1);display:flex;position:fixed;top:0;left:0;overflow:hidden auto}.Sidebar-module__WZVnLW__sidebar::-webkit-scrollbar{width:4px}.Sidebar-module__WZVnLW__sidebar::-webkit-scrollbar-thumb{background:#ffffff1a;border-radius:4px}.Sidebar-module__WZVnLW__logo{flex-shrink:0;align-items:center;gap:10px;padding:20px 16px 24px;text-decoration:none;display:flex}.Sidebar-module__WZVnLW__logoIcon{object-fit:cover;border-radius:50%;flex-shrink:0;width:32px;height:32px}.Sidebar-module__WZVnLW__logoText{background:linear-gradient(135deg,#f0a500,#ffc940);-webkit-text-fill-color:transparent;letter-spacing:-.3px;-webkit-background-clip:text;background-clip:text;font-size:18px;font-weight:700}.Sidebar-module__WZVnLW__nav{flex-direction:column;flex:1;padding:0 8px;display:flex}.Sidebar-module__WZVnLW__section{flex-direction:column;gap:1px;display:flex}.Sidebar-module__WZVnLW__sectionDivider{background:#ffffff0f;height:1px;margin:10px 8px}.Sidebar-module__WZVnLW__navItem{color:#8a8a9a;cursor:pointer;border-radius:8px;align-items:center;gap:12px;padding:10px 12px;font-size:13px;font-weight:400;text-decoration:none;transition:all .15s;display:flex}.Sidebar-module__WZVnLW__navItem:hover{color:#d1d4dc;background:#ffffff0a}.Sidebar-module__WZVnLW__navActive{color:#f0a500;background:#f0a50014;font-weight:500}.Sidebar-module__WZVnLW__navActive .Sidebar-module__WZVnLW__navIcon{color:#f0a500}.Sidebar-module__WZVnLW__navIcon{color:#8a8a9a;flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;display:flex}.Sidebar-module__WZVnLW__navIcon svg{width:18px;height:18px}.Sidebar-module__WZVnLW__navLabel{white-space:nowrap;text-overflow:ellipsis;flex:1;overflow:hidden}.Sidebar-module__WZVnLW__navExpandable{text-align:left;background:0 0;border:none;width:100%;font-family:inherit;position:relative}.Sidebar-module__WZVnLW__navChevron{align-items:center;margin-left:auto;transition:transform .2s;display:flex}.Sidebar-module__WZVnLW__navChevron svg{width:14px;height:14px}.Sidebar-module__WZVnLW__navChevronOpen{transform:rotate(180deg)}.Sidebar-module__WZVnLW__navSubMenu{opacity:0;max-height:0;transition:max-height .25s,opacity .2s;overflow:hidden}.Sidebar-module__WZVnLW__navSubMenuOpen{opacity:1;max-height:120px}.Sidebar-module__WZVnLW__navSubItem{color:#6e6e80;border-radius:6px;align-items:center;gap:8px;padding:8px 12px 8px 44px;font-size:12.5px;text-decoration:none;transition:all .15s;display:flex}.Sidebar-module__WZVnLW__navSubItem:hover{color:#d1d4dc;background:#ffffff08}.Sidebar-module__WZVnLW__navSubActive{color:#f0a500;font-weight:500}.Sidebar-module__WZVnLW__navSubIcon{flex-shrink:0;width:14px;height:14px;display:flex}.Sidebar-module__WZVnLW__navSubIcon svg{width:14px;height:14px}.Sidebar-module__WZVnLW__overlay{z-index:140;background:#0009;animation:.2s Sidebar-module__WZVnLW__fadeIn;display:none;position:fixed;inset:0}@keyframes Sidebar-module__WZVnLW__fadeIn{0%{opacity:0}to{opacity:1}}@media (max-width:1093px){.Sidebar-module__WZVnLW__overlay{display:block}.Sidebar-module__WZVnLW__sidebar{width:280px;box-shadow:none;z-index:150;border-left:1px solid #ffffff0f;border-right:none;left:auto;right:0;transform:translate(100%)}.Sidebar-module__WZVnLW__sidebarOpen{transform:translate(0);box-shadow:-4px 0 24px #00000080}.Sidebar-module__WZVnLW__logoText,.Sidebar-module__WZVnLW__navLabel{display:block}.Sidebar-module__WZVnLW__navItem{justify-content:flex-start;padding:10px 12px}.Sidebar-module__WZVnLW__logo{justify-content:flex-start;padding:20px 16px 24px}}
.Header-module__hBw1pG__header{z-index:100;height:var(--header-height);-webkit-backdrop-filter:blur(20px);border-bottom:1px solid var(--border-color);background:#0a0a0fd9;position:sticky;top:0}.Header-module__hBw1pG__inner{max-width:var(--max-width);align-items:center;gap:24px;height:100%;margin:0 auto;padding:0 20px;display:flex}.Header-module__hBw1pG__logo{cursor:pointer;flex-shrink:0;align-items:center;gap:10px;display:flex}.Header-module__hBw1pG__logoImg{object-fit:cover;border-radius:50%;flex-shrink:0;width:32px;height:32px}.Header-module__hBw1pG__logoInfo{flex-direction:column;gap:1px;display:flex}.Header-module__hBw1pG__logoText{color:var(--text-primary);letter-spacing:.02em;font-size:14px;font-weight:700}.Header-module__hBw1pG__priceRow{align-items:center;gap:6px;display:flex}.Header-module__hBw1pG__logoPrice{color:var(--text-secondary);font-variant-numeric:tabular-nums;font-size:12px;font-weight:600}.Header-module__hBw1pG__logoChange{font-variant-numeric:tabular-nums;border-radius:4px;padding:1px 5px;font-size:11px;font-weight:600}.Header-module__hBw1pG__logoChange.Header-module__hBw1pG__up{color:#f0a500;background:#f0a5001a}.Header-module__hBw1pG__logoChange.Header-module__hBw1pG__down{color:#ff4d6a;background:#ff4d6a1a}.Header-module__hBw1pG__search{max-width:unset;flex:1;position:relative}.Header-module__hBw1pG__searchIcon{color:var(--text-muted);pointer-events:none;display:flex;position:absolute;top:50%;left:14px;transform:translateY(-50%)}.Header-module__hBw1pG__searchInput{background:var(--bg-tertiary);border:1px solid var(--border-color);border-radius:var(--radius-lg);width:100%;height:40px;color:var(--text-primary);transition:all var(--transition-fast);outline:none;padding:0 40px 0 42px;font-size:13px}.Header-module__hBw1pG__searchInput::placeholder{color:var(--text-muted)}.Header-module__hBw1pG__searchInput:focus{border-color:var(--purple);box-shadow:0 0 0 3px #f0a50026}.Header-module__hBw1pG__searchSpinner{border:2px solid var(--border-active);border-top-color:var(--purple);border-radius:50%;width:16px;height:16px;animation:.6s linear infinite Header-module__hBw1pG__spin;position:absolute;top:50%;right:14px;transform:translateY(-50%)}@keyframes Header-module__hBw1pG__spin{to{transform:translateY(-50%)rotate(360deg)}}.Header-module__hBw1pG__dropdown{background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:var(--radius-md);box-shadow:var(--shadow-lg);z-index:200;animation:.2s Header-module__hBw1pG__fadeIn;position:absolute;top:calc(100% + 6px);left:0;right:0;overflow:hidden}@keyframes Header-module__hBw1pG__fadeIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.Header-module__hBw1pG__dropdownItem{cursor:pointer;transition:background var(--transition-fast);justify-content:space-between;align-items:center;padding:10px 16px;display:flex}.Header-module__hBw1pG__dropdownItem:hover{background:var(--bg-hover)}.Header-module__hBw1pG__dropdownPair{align-items:center;gap:2px;display:flex}.Header-module__hBw1pG__dropdownSymbol{font-size:14px;font-weight:600}.Header-module__hBw1pG__dropdownSlash{color:var(--text-muted);margin:0 2px;font-size:13px}.Header-module__hBw1pG__dropdownQuote{color:var(--text-secondary);font-size:13px}.Header-module__hBw1pG__dropdownMeta{align-items:center;gap:12px;display:flex}.Header-module__hBw1pG__dropdownChain{color:var(--text-muted);background:var(--bg-tertiary);text-transform:uppercase;border-radius:10px;padding:2px 8px;font-size:11px;font-weight:500}.Header-module__hBw1pG__dropdownPrice{color:var(--text-secondary);font-variant-numeric:tabular-nums;font-size:13px;font-weight:500}.Header-module__hBw1pG__authButtons{flex-shrink:0;align-items:center;gap:8px;display:flex}.Header-module__hBw1pG__loginBtn{color:var(--text-secondary);border:1px solid var(--border-color);border-radius:var(--radius-sm);cursor:pointer;transition:all var(--transition-fast);background:0 0;padding:8px 18px;font-size:13px;font-weight:500}.Header-module__hBw1pG__loginBtn:hover{color:var(--text-primary);border-color:var(--text-muted);background:#ffffff0a}.Header-module__hBw1pG__registerBtn{color:#fff;border-radius:var(--radius-sm);cursor:pointer;transition:all var(--transition-fast);background:linear-gradient(135deg,#f0a500,#e8a317);border:none;padding:8px 18px;font-size:13px;font-weight:600}.Header-module__hBw1pG__registerBtn:hover{opacity:.9;box-shadow:0 0 12px #f0a5004d}.Header-module__hBw1pG__tradingBotBtn{color:#f0a500;border-radius:var(--radius-sm);cursor:pointer;transition:all var(--transition-fast);white-space:nowrap;background:#f0a50014;border:1px solid #f0a5004d;align-items:center;gap:6px;padding:8px 14px;font-size:13px;font-weight:600;display:flex}.Header-module__hBw1pG__tradingBotBtn:hover{background:#f0a50026;border-color:#f0a50080;box-shadow:0 0 12px #f0a50033}.Header-module__hBw1pG__tradingBotBtn svg{flex-shrink:0}.Header-module__hBw1pG__userName{color:#f0a500;cursor:pointer;transition:all var(--transition-fast);white-space:nowrap;border-radius:8px;padding:6px 12px;font-size:13px;font-weight:600}.Header-module__hBw1pG__userName:hover{background:#f0a5001a}.Header-module__hBw1pG__logoutBtn{color:var(--text-muted);border:1px solid var(--border-color);cursor:pointer;transition:all var(--transition-fast);white-space:nowrap;background:0 0;border-radius:8px;padding:6px 12px;font-size:12px;font-weight:500}.Header-module__hBw1pG__logoutBtn:hover{color:#ff6b6b;background:#ff6b6b14;border-color:#ff6b6b4d}.Header-module__hBw1pG__walletBtn{border:1px solid var(--border-color);background:var(--bg-tertiary);width:36px;height:36px;color:var(--text-secondary);cursor:pointer;transition:all var(--transition-fast);border-radius:50%;justify-content:center;align-items:center;display:flex}.Header-module__hBw1pG__walletBtn:hover{color:#f0a500;background:#f0a5001a;border-color:#f0a50066;box-shadow:0 0 10px #f0a50033}.Header-module__hBw1pG__walletGroup{align-items:center;gap:6px;display:flex}.Header-module__hBw1pG__portfolioBtn{color:#f0a500;background:#f0a5000f;border:1px solid #f0a50040;border-radius:50%;justify-content:center;align-items:center;width:34px;height:34px;transition:all .2s;display:flex}.Header-module__hBw1pG__portfolioBtn:hover{background:#f0a50026;border-color:#f0a50080}.Header-module__hBw1pG__walletBtnConnected{color:var(--text-primary);cursor:pointer;transition:all var(--transition-fast);background:#f0a50014;border:1px solid #f0a5004d;border-radius:20px;align-items:center;gap:8px;padding:6px 14px;font-size:13px;font-weight:500;display:flex}.Header-module__hBw1pG__walletBtnConnected:hover{background:#f0a50026;border-color:#f0a50080}.Header-module__hBw1pG__walletDot{background:#00d395;border-radius:50%;width:8px;height:8px;box-shadow:0 0 6px #00d39580}.Header-module__hBw1pG__walletBalance{color:var(--text-secondary);font-size:12px}.Header-module__hBw1pG__walletAddress{color:#f0a500;font-weight:600}.Header-module__hBw1pG__walletBtnWrong{color:#ff5050;cursor:pointer;transition:all var(--transition-fast);background:#ff50501a;border:1px solid #ff505066;border-radius:20px;align-items:center;padding:6px 14px;font-size:12px;font-weight:600;display:flex}.Header-module__hBw1pG__walletBtnWrong:hover{background:#ff505033}@media (max-width:1093px){.Header-module__hBw1pG__inner{gap:12px;padding:0 12px}.Header-module__hBw1pG__logoText{display:none}.Header-module__hBw1pG__logoImg{width:28px;height:28px}.Header-module__hBw1pG__authButtons{gap:4px}.Header-module__hBw1pG__loginBtn,.Header-module__hBw1pG__registerBtn{padding:6px 12px;font-size:12px}.Header-module__hBw1pG__tradingBotBtn{padding:6px 10px;font-size:12px}}@media (max-width:768px){.Header-module__hBw1pG__header{height:auto;padding:8px 0}.Header-module__hBw1pG__inner{flex-wrap:wrap;gap:8px;padding:0 10px}.Header-module__hBw1pG__logo{gap:6px}.Header-module__hBw1pG__logoImg{width:26px;height:26px}.Header-module__hBw1pG__logoPrice{font-size:11px}.Header-module__hBw1pG__logoChange{font-size:10px}.Header-module__hBw1pG__search{flex:100%;order:3;max-width:none}.Header-module__hBw1pG__searchInput{border-radius:10px;height:36px;font-size:13px}.Header-module__hBw1pG__authButtons{gap:4px;margin-left:auto}.Header-module__hBw1pG__tradingBotBtn{padding:6px 8px;font-size:0}.Header-module__hBw1pG__tradingBotBtn svg{width:18px;height:18px}.Header-module__hBw1pG__loginBtn,.Header-module__hBw1pG__registerBtn{padding:6px 10px;font-size:11px}.Header-module__hBw1pG__walletBtn{width:32px;height:32px}}@media (max-width:480px){.Header-module__hBw1pG__loginBtn,.Header-module__hBw1pG__registerBtn{padding:5px 8px;font-size:11px}}.Header-module__hBw1pG__burgerBtn{background:var(--bg-tertiary);border:1px solid var(--border-color);cursor:pointer;width:36px;height:36px;transition:all var(--transition-fast);border-radius:8px;flex-direction:column;justify-content:center;align-items:center;gap:5px;padding:0;display:none}.Header-module__hBw1pG__burgerBtn:hover{background:var(--bg-hover);border-color:#ffffff1f}.Header-module__hBw1pG__burgerLine{background:var(--text-secondary);border-radius:2px;width:18px;height:2px;transition:all .25s;display:block}@media (max-width:1093px){.Header-module__hBw1pG__burgerBtn{display:flex}}
.layout-module__L5FxyW__content{min-height:100vh;margin-left:220px;transition:margin-left .3s}@media (max-width:1093px){.layout-module__L5FxyW__content{margin-left:0}}
