@import"https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@500;600;700;800&display=swap";@import"https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@500;600;700&display=swap";@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;600&display=swap";.thug-wallet-root{font-family:Plus Jakarta Sans,ui-sans-serif,system-ui,sans-serif}.thug-wallet-display{font-family:Plus Jakarta Sans,ui-sans-serif,system-ui,sans-serif;font-weight:800;letter-spacing:.02em;line-height:1.12;font-feature-settings:"tnum" 0,"ss01" 1}.thug-wallet-fade{animation:thug-wallet-fade-up .2s cubic-bezier(.22,1,.36,1)}.thug-wallet-swap{animation:thug-wallet-asset-swap .21s cubic-bezier(.22,1,.36,1)}@keyframes thug-wallet-fade-up{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes thug-wallet-asset-swap{0%{opacity:0;transform:scale(.96) translateY(4px)}to{opacity:1;transform:scale(1) translateY(0)}}.thug-wallet-asset-control{cursor:pointer;transition:background-color .18s ease,transform .16s ease,box-shadow .18s ease}.thug-wallet-asset-control:hover{transform:translateY(-1px)}.thug-wallet-asset-control:active{transform:scale(.985)}.thug-inventory-panel{font-family:Plus Jakarta Sans,system-ui,sans-serif}.thug-inventory-entry{transition:background-color .15s ease,box-shadow .15s ease}.thug-inventory-context-menu{animation:thug-inventory-menu-in .16s cubic-bezier(.4,0,.2,1)}.thug-inventory-rail-btn{transition:background-color .15s ease,color .15s ease,transform .15s ease}.thug-inventory-browser{min-height:12rem}.thug-inventory-inspector{display:flex;flex-direction:column;height:0;max-height:24%;opacity:0;overflow:hidden;pointer-events:none;margin:0;border:none;border-radius:13px 13px 0 0;background:oklch(var(--b2));box-shadow:none;outline:none;transform:translateY(10px);transition:height .17s cubic-bezier(.4,0,.2,1),max-height .17s cubic-bezier(.4,0,.2,1),opacity .15s ease,transform .17s cubic-bezier(.4,0,.2,1),box-shadow .15s ease}.thug-inventory-inspector.is-open{height:var(--inspector-height, 165px);max-height:24%;opacity:1;pointer-events:auto;box-shadow:0 -6px 18px #00000040;transform:translateY(0)}.thug-inventory-inspector.is-collapsed{height:14px;max-height:14px;opacity:1;pointer-events:auto;box-shadow:0 -4px 12px #0000002e;transform:translateY(0)}.thug-inventory-inspector-handle{display:flex;flex:0 0 12px;align-items:center;justify-content:center;width:100%;padding:0;border:0;background:transparent;cursor:ns-resize;touch-action:none}.thug-inventory-inspector-handle-pill{display:block;width:40px;height:4px;border-radius:999px;background:color-mix(in oklab,oklch(var(--bc)) 30%,transparent);opacity:.85;transition:background-color .12s ease,opacity .12s ease}.thug-inventory-inspector-handle:hover .thug-inventory-inspector-handle-pill,.thug-inventory-inspector-handle:focus-visible .thug-inventory-inspector-handle-pill{opacity:1;background:color-mix(in oklab,oklch(var(--bc)) 45%,transparent)}.thug-inventory-inspector-shell{min-height:0;flex:1 1 auto;background:transparent}.thug-inventory-inspector-header{background:transparent}.thug-inventory-inspector-tab{letter-spacing:.01em}.thug-inventory-inspector-tab-indicator{position:absolute;left:0;right:0;bottom:0;height:2px;border-radius:999px;background:oklch(var(--p))}.thug-inventory-inspector-close{color:color-mix(in oklab,oklch(var(--bc)) 55%,transparent)}.thug-inventory-inspector-close:hover{color:oklch(var(--bc));background:color-mix(in oklab,oklch(var(--bc)) 8%,transparent)}.thug-inventory-inspector-preview{border:none;box-shadow:none}.thug-inventory-inspector-meta-row{gap:0}.thug-inventory-inspector-meta{padding-left:.7rem;padding-right:.7rem}.thug-inventory-inspector-meta:first-child{padding-left:0}.thug-inventory-inspector-meta:last-child{padding-right:0}.thug-inventory-inspector-meta-row>.thug-inventory-inspector-meta+.thug-inventory-inspector-meta{border-left:1px solid rgba(255,255,255,.06)}.thug-inventory-status{background:oklch(var(--b3));border-top:1px solid color-mix(in oklab,oklch(var(--bc)) 8%,transparent)}.thug-inventory-toolbar-row2{flex-wrap:nowrap}.thug-inventory-search{transition:max-width .16s ease}@media(max-width:360px){.thug-inventory-toolbar-row2{flex-wrap:wrap}.thug-inventory-search{max-width:none;flex:1 1 100%}}.thug-inventory-crumb{line-height:1.25}.thug-inventory-toolbar .dropdown-content{animation:thug-inventory-menu-in .16s cubic-bezier(.4,0,.2,1)}@keyframes thug-inventory-menu-in{0%{opacity:0;transform:translateY(-4px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}*{margin:0;padding:0;box-sizing:border-box}body,html{height:100%;width:100%;font-family:Inter,sans-serif;overflow:hidden}::-webkit-scrollbar{display:none}*{-webkit-app-region:no-drag}button[aria-label=Close],button[aria-label=close],.close-button,.native-close{display:none!important}.thug-header{position:fixed;top:10px;left:10px;z-index:1000;display:flex;align-items:center;background:transparent;min-height:60px}.thug-header.electron-mode{top:38px}.thug-branding{display:flex;align-items:center;z-index:2;margin-right:24px}.thug-branding img{cursor:pointer;width:60px;transition:transform .3s ease-in-out}.thug-branding:hover img{transform:scale(1.05)}.thug-navigation{background:#0f0f0fbf;padding:8px 16px;border-radius:10px;box-shadow:0 4px 12px #fff3;display:flex;align-items:center;justify-content:flex-start;white-space:nowrap;width:auto;transition:opacity .3s,transform .3s;opacity:1;z-index:1;position:relative}.thug-navigation.show-menu{opacity:1;pointer-events:auto;transform:none}.thug-navigation.hide-menu{opacity:0;pointer-events:none;transform:translateY(-10px)}.menu-items{list-style:none;display:flex;gap:15px;margin:0;padding:0;opacity:1;transition:opacity .3s}.thug-navigation.hide-menu .menu-items{opacity:0}.menu-items li a{text-decoration:none;color:#fff;font-size:14px;font-family:Inter,sans-serif;font-weight:500;text-transform:uppercase;transition:all .3s ease-in-out}.menu-items li a:hover{text-shadow:0px 0px 6px rgba(255,255,255,.6)}.thug-token-widget{top:10px;right:10px}html.thugtv-electron .thug-token-widget{top:38px}.chat-docked-container{display:flex;height:100%;width:100%;overflow:hidden;background:transparent;position:relative;z-index:0}.chat-docked-sidebar{width:272px;flex-shrink:0;border-right:1px solid #333;background:#141414eb;z-index:1}.chat-docked-chat{flex:1;height:100%;overflow:hidden;position:relative;z-index:0}.iframe-wrapper{width:100%;height:100%;overflow:hidden;background:#000;display:flex}.window-iframe{width:100%;height:100%;border:none;background:transparent}.chat-component-wrapper{width:100%;height:100%;position:relative;overflow:hidden}.chat-docked-container{display:flex;width:100%;height:100%;overflow:hidden;background:transparent;position:relative;z-index:0}.chat-docked-sidebar{width:272px;flex-shrink:0;border-right:1px solid var(--fallback-b3, #d1d5db);background:var(--fallback-b1, #f3f4f6);z-index:10;overflow:hidden}iframe{z-index:0!important}.chat-docked-chat{flex:1;height:100%;overflow:hidden;position:relative;z-index:0;background:var(--fallback-b1, #f3f4f6)}html{overflow-y:scroll}.floating-window{position:fixed;z-index:10000;background:oklch(var(--b1) / 1);border:1px solid oklch(var(--b3) / 1);border-radius:8px;box-shadow:0 10px 25px #0000004d;overflow:hidden}.window-header{display:flex;align-items:center;justify-content:space-between}.resize-handles{position:absolute;top:0;left:0;right:0;bottom:0;pointer-events:none}.floating-window .react-resizable-handle,.floating-window .resize-handle{position:absolute;z-index:9999;pointer-events:auto}.floating-window .react-resizable-handle-se,.floating-window .resize-handle.bottomRight{bottom:0;right:0;width:20px;height:20px;cursor:se-resize!important;background:transparent}.floating-window .react-resizable-handle-e{top:0;right:0;width:8px;height:100%;cursor:e-resize!important;background:transparent}.floating-window .react-resizable-handle-s{bottom:0;left:0;width:100%;height:8px;cursor:s-resize!important;background:transparent}.floating-window .react-resizable-handle-w{top:0;left:0;width:8px;height:100%;cursor:w-resize!important;background:transparent}.floating-window .react-resizable-handle-n{top:0;left:0;width:100%;height:8px;cursor:n-resize!important;background:transparent}.floating-window .react-resizable-handle-sw{bottom:0;left:0;width:20px;height:20px;cursor:sw-resize!important;background:transparent}.floating-window .react-resizable-handle-ne{top:0;right:0;width:20px;height:20px;cursor:ne-resize!important;background:transparent}.floating-window .react-resizable-handle-nw{top:0;left:0;width:20px;height:20px;cursor:nw-resize!important;background:transparent}.floating-window,.floating-window *{cursor:default}.floating-window input,.floating-window textarea,.floating-window [contenteditable]{cursor:text}.floating-window button,.floating-window [role=button]{cursor:pointer}.floating-window .window-header{cursor:move}.floating-window .window-header button,.floating-window .window-header [role=button],.window-header button,.window-header [role=button]{cursor:pointer}.inventory-item{-webkit-user-select:none;-moz-user-select:none;user-select:none;transition:all .2s ease}.inventory-item:hover{transform:translate(2px)}.inventory-item .avatar{transition:all .2s ease}.inventory-item:hover .avatar{transform:scale(1.05)}.inventory-item[draggable=true]{cursor:grab}.inventory-item[draggable=true]:active{cursor:grabbing}.inventory-item[draggable=true]:hover{transform:translate(2px) scale(1.02)}.inventory-item .ml-4{margin-left:1rem}.inventory-item .ml-8{margin-left:2rem}.inventory-item .ml-12{margin-left:3rem}.inventory-item .ml-16{margin-left:4rem}.inventory-item .btn-ghost{opacity:.7;transition:opacity .2s ease}.inventory-item:hover .btn-ghost{opacity:1}.input-group .btn{border-left:none}.input-group .input{border-right:none}.input-group .input:focus{border-right:none}.alert-info{background-color:hsl(var(--b2));border-color:hsl(var(--b3))}.alert-info .stroke-current{color:hsl(var(--in))}
