.header{width:100%;background-color:#181a1f;box-sizing:border-box;padding:8px;box-shadow:inset 0 2px 6px #000000e6,inset 0 -2px 6px #ffffff0d;border-radius:12px;-webkit-user-select:none;user-select:none}.header-inner{display:flex;align-items:center;justify-content:flex-start;gap:12px}.home-button{background-color:transparent;border:none;cursor:pointer;padding:0;display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:6px;transition:background-color .3s ease;margin-left:0}.home-icon{fill:#fff}.logo{width:40px;height:40px;-webkit-user-select:none;user-select:none}.site-title{font-family:Arial,sans-serif;font-weight:700;font-size:22px;color:#fff;-webkit-user-select:none;user-select:none;display:flex;align-items:center;gap:0px;line-height:1}.spacer{flex-grow:1}.red-text{color:red}.nav-menu{font-family:Arial,sans-serif;margin-left:24px;position:relative;height:40px;display:flex;align-items:center;-webkit-user-select:none;user-select:none}.nav-item{font-family:Arial,sans-serif;color:#fff;height:40px;font-size:22px;cursor:pointer;display:flex;align-items:center;gap:6px;position:relative;padding:4px 8px;border-radius:6px;transition:color .3s ease,background-color .3s ease;line-height:1}.nav-item:hover,.nav-item:focus{color:#f90;background-color:transparent;outline:none}.arrow{font-size:12px;transition:transform .25s ease;-webkit-user-select:none;user-select:none;position:relative;top:2px}.arrow.open{transform:rotate(180deg)}.dropdown-menu{position:absolute;top:100%;left:0;background-color:#1f2328;margin-top:0;border-radius:8px;min-width:120px;box-shadow:0 4px 12px #000c;z-index:1000;padding:8px 0;-webkit-user-select:none;user-select:none}.dropdown-menu li{list-style:none}.dropdown-menu a{display:block;padding:8px 20px;color:#fff;text-decoration:none;font-size:14px;white-space:nowrap;transition:background-color .2s ease}.dropdown-menu a:hover,.dropdown-menu a:focus{background-color:#f90;color:#181a1f;outline:none}.wallet-container{margin-left:auto}.desktop-wallet{display:flex}@media (max-width: 600px){.desktop-wallet,.nav-menu{display:none}.hamburger{display:flex!important}.site-title{font-size:18px}}.hamburger{display:none;position:relative;z-index:3000;background:none;border:none;cursor:pointer;width:30px;height:22px;padding:0;margin-left:8px;margin-right:8px;flex-direction:column;justify-content:space-between}.hamburger div{width:100%;height:3px;background-color:#fff;border-radius:2px;transition:all .3s ease}.mobile-sidebar{position:fixed;top:0;right:0;width:fit-content;max-width:90vw;background-color:#1f2328;box-shadow:-2px 0 10px #000c;z-index:2000;padding:64px 20px 20px;display:flex;flex-direction:column;gap:20px;box-sizing:border-box;height:100vh;overflow-y:auto}.mobile-sidebar .close-btn{position:absolute;top:27px;right:26px;width:26px;height:26px;background:none;border:none;color:#fff;cursor:pointer;padding:0;-webkit-user-select:none;user-select:none;z-index:2100;display:block;transform:translate(-6px);overflow:hidden}.mobile-sidebar .close-btn svg{width:100%;height:100%;display:block}.mobile-sidebar ul{list-style:none;padding:0;margin:0}.mobile-sidebar a{color:#fff;text-decoration:none;font-size:16px;display:block;padding:8px 0}.mobile-menu-section{margin-bottom:20px}.mobile-menu-section:empty{display:none}.mobile-menu-title{color:#f90;font-size:16px;font-weight:600;margin-bottom:2px;line-height:1.1}.mobile-submenu{margin-top:-4px;padding-left:0}.mobile-submenu li{margin-left:12px;padding-left:6px;color:#fff;font-size:15px;margin-top:0;padding-top:0;line-height:1.1}.submenu-item{display:flex;align-items:center;gap:6px;padding-left:16px;margin-top:0;padding-top:0;line-height:1.1}.submenu-dot{color:#fff;font-size:16px;line-height:1;margin-right:6px;-webkit-user-select:none;user-select:none}.mobile-wallet-bottom{-webkit-user-select:none;user-select:none;padding-top:12px}.menu-disabled{color:gray;cursor:not-allowed;pointer-events:none;opacity:.5}.mobile-divider{width:100%;background-color:#333;border-top:1px solid #333;margin:0;opacity:1}.wallet-button{display:flex;align-items:center;justify-content:center;gap:8px;padding:6px 12px;background-color:#f90;border:none;border-radius:6px;color:#fff;font-size:14px;font-weight:700;cursor:pointer;transition:background-color .3s ease}.wallet-button:hover{background-color:#e68a00}.wallet-button svg{width:20px;height:20px;fill:#fff;flex-shrink:0}.wallet-text{display:inline;white-space:nowrap}@media (max-width: 600px){.wallet-button{width:100%;justify-content:center;padding:10px 14px;font-size:16px}.wallet-button svg{width:20px;height:20px}.wallet-text{display:inline}}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;z-index:4000}.modal-content{background-color:#181a1f;box-shadow:inset 0 2px 6px #000000e6,inset 0 -2px 6px #ffffff0d;border-radius:12px;padding:20px 30px;max-width:400px;color:#fff;-webkit-user-select:none;user-select:none;text-align:center}.modal-message{margin-bottom:20px;font-size:16px;line-height:1.3}.modal-close{background-color:#f90;border:none;border-radius:8px;color:#181a1f;font-weight:700;padding:8px 24px;cursor:pointer;font-size:14px;transition:background-color .3s ease}.modal-close:hover{background-color:#e68a00}.quotes-bar{width:100%;background:#181a1f;border-radius:10px;margin:8px 0;padding:8px 0;box-sizing:border-box;-webkit-user-select:none;user-select:none}.ticker-container{overflow:hidden;width:100%;max-width:calc(100vw - 48px);margin:0 auto;padding:0 16px;box-sizing:border-box}.ticker-track{display:inline-flex;white-space:nowrap;box-sizing:border-box;transform:translate(0);will-change:transform}.ticker-item{padding:0 20px;white-space:nowrap;color:#fff;font-family:Roboto,sans-serif;font-size:14px;display:flex;align-items:center;gap:8px}.change.up{color:#0f0}.change.down{color:red}@keyframes tickerMove{0%{transform:translate(0)}to{transform:translate(-50%)}}.status-bar{width:100%;background:#181a1f;border-radius:10px;margin:8px 0 0;padding:8px 0;box-sizing:border-box;display:flex;align-items:center}.status-label{padding:0 0 0 12px;font-size:14px;font-family:Roboto,sans-serif;font-weight:600;color:#fff;white-space:nowrap;flex-shrink:0}.status-container{overflow:hidden;width:100%;max-width:calc(100vw - 186px);margin:0 auto;padding:0 16px;box-sizing:border-box}.status-track{display:inline-flex;white-space:nowrap;box-sizing:border-box;transform:translate(0);will-change:transform}.status-item{padding:0 16px;white-space:nowrap;color:#fff;font-family:Roboto,sans-serif;font-size:14px;display:flex;align-items:center;gap:6px}.symbol{font-weight:600}.price{color:#f90}.change.active{color:#0f0}.change.jailed{color:#f90}.change.inactive{color:red}.wallet-panel{background-color:#181a1f;border-radius:10px;box-sizing:border-box;color:#fff;display:flex;flex-direction:column;padding:16px;margin-left:8px;width:fit-content;max-width:100%;min-width:220px}.wallet-title{font-size:22px;font-weight:700;font-family:Arial,sans-serif;color:#fff;-webkit-user-select:none;user-select:none;line-height:1}.wallet-divider{width:100%;height:1px;background-color:#333;margin:8px 0 12px}.wallet-content{display:flex;flex-direction:column;gap:8px}.wallet-row{display:flex;flex-direction:column}.wallet-row.access-row{flex-direction:row;justify-content:space-between;align-items:center}.wallet-label{font-size:15px;color:#fff;margin-bottom:0;white-space:nowrap}.wallet-value{font-size:16px;white-space:nowrap}.wallet-value.orange{color:#f90}.wallet-value.allow,.wallet-value.access-allow{color:#0f0}.wallet-value.denied,.wallet-value.access-denied{color:red}.wallet-instructions{font-size:14px;font-family:Arial,sans-serif;line-height:1.6;color:#fff}.wallet-instructions ol{padding-left:16px;margin-top:8px}.wallet-instructions li{margin-bottom:6px}.debug-console{background-color:#111;font-family:monospace;font-size:12px;padding:12px;margin-top:12px;border-top:1px solid #333;white-space:pre-wrap;min-height:80px;max-height:150px;overflow-y:auto;border-radius:8px}.log-time{color:#f90;margin-right:4px}.log-text{color:#fff}*{box-sizing:border-box}html,body,#root{margin:0;padding:4px;height:100%;background-color:#000;color:#fff;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}
