:root{--bg-primary: #f5f5f5;--bg-secondary: #ffffff;--bg-card: #ffffff;--text-primary: #1a1a1a;--text-secondary: #666666;--text-muted: #999999;--accent-green: #00aa41;--accent-green-glow: rgba(0, 170, 65, .3);--accent-orange: #f4a261;--accent-red: #e63946;--accent-blue: #3a86ff;--border-color: rgba(0, 0, 0, .1);--glow-intensity: 0 0 10px var(--accent-green-glow);--font-pixel: "VT323", "Courier New", monospace;--font-mono: "Share Tech Mono", "Courier New", monospace}[data-theme=dark]{--bg-primary: #0a0a0a;--bg-secondary: #111111;--bg-card: #111111;--text-primary: #e0e0e0;--text-secondary: #888888;--text-muted: #555555;--accent-green: #00ff41;--accent-green-glow: rgba(0, 255, 65, .3);--accent-orange: #f4a261;--accent-red: #ff0040;--accent-blue: #4dabf7;--border-color: rgba(0, 255, 65, .15)}*{margin:0;padding:0;box-sizing:border-box}body{background-color:var(--bg-primary);color:var(--text-primary);font-family:var(--font-mono);min-height:100vh;overflow-x:hidden;transition:background-color .3s,color .3s}.app-container{min-height:100vh;display:flex;flex-direction:column}.theme-toggle{background:transparent;border:1px solid var(--border-color);color:var(--text-secondary);padding:.5rem 1rem;font-family:var(--font-mono);font-size:.8rem;cursor:pointer;transition:all .3s}.theme-toggle:hover{color:var(--accent-green);border-color:var(--accent-green)}.glow-text{text-shadow:var(--glow-intensity)}.glow-box{box-shadow:0 0 10px var(--accent-green-glow),inset 0 0 10px var(--accent-green-glow);border:1px solid var(--border-color)}.pixel-font{font-family:var(--font-pixel)}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--bg-primary)}::-webkit-scrollbar-thumb{background:var(--text-muted);border-radius:0}::-webkit-scrollbar-thumb:hover{background:var(--text-secondary)}@keyframes pulse-glow{0%,to{text-shadow:0 0 10px var(--accent-green-glow),0 0 20px var(--accent-green-glow)}50%{text-shadow:0 0 15px var(--accent-green-glow),0 0 30px var(--accent-green-glow),0 0 45px var(--accent-green-glow)}}@keyframes slide-up{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes slide-down{0%{transform:translateY(-20px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes fade-in{0%{opacity:0}to{opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes blink{0%,to{opacity:1}50%{opacity:0}}@keyframes pulse{0%{transform:scale(1)}to{transform:scale(1.1)}}@keyframes pulse-opacity{0%,to{opacity:1}50%{opacity:.35}}@keyframes pulse-ring{0%{transform:scale(1);box-shadow:0 0 #00ff8880}70%{transform:scale(1.05);box-shadow:0 0 0 10px #0f80}to{transform:scale(1);box-shadow:0 0 #0f80}}.animate-pulse-glow{animation:pulse-glow 2s ease-in-out infinite}.animate-slide-up{animation:slide-up .5s ease-out}.animate-slide-down{animation:slide-down .3s ease-out}.animate-fade-in{animation:fade-in .3s ease-out}.cursor-blink:after{content:"_";animation:blink 1s step-end infinite}input[type=number]::-webkit-outer-spin-button,input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield;-webkit-appearance:textfield;appearance:textfield}@keyframes glitch{0%{transform:translate(0)}20%{transform:translate(-2px,2px)}40%{transform:translate(-2px,-2px)}60%{transform:translate(2px,2px)}80%{transform:translate(2px,-2px)}to{transform:translate(0)}}.glitch-effect{animation:glitch .3s ease-in-out}@media (max-width: 768px){.header-banner-img,.header-banner-overlay{left:-27px!important;width:137%!important}.mint-address-text{font-size:.5rem!important}.community-token-label{display:none!important}.wallet-connect-btn,.wallet-connected-btn{width:90px!important;height:24px!important;font-size:.55rem!important;padding:.25rem .4rem!important}header>div{padding:0 1rem!important}header>div>div:first-child{padding:0!important}header>div>div:last-child{padding:0!important;gap:.75rem!important}header>div>div:last-child>div{height:50px!important}header .retro-clock>div:first-child{font-size:1.3rem!important}header .retro-clock>div:last-child{font-size:.65rem!important;gap:.3rem!important}}.wallet-connected-btn{margin-top:-4px!important}.attach-button{border-color:transparent!important}.attach-button:hover{background:transparent!important;border:none!important}.emoji-button{border-color:transparent!important}.emoji-button:hover{background:transparent!important;border:none!important}.close-button:hover{color:var(--accent-green)!important}.status-dot-chatting{animation:blink 1.5s ease-in-out infinite}@keyframes voice-blink{0%,to{opacity:1}50%{opacity:.3}}@keyframes voice-panel-slide{0%{opacity:0;transform:translate(-10px);max-width:0;padding-left:0;padding-right:0}to{opacity:1;transform:translate(0);max-width:300px}}.file-attachment-thumb:hover .file-attachment-overlay{opacity:1!important}.scroll-to-bottom-btn:hover{color:var(--accent-green)!important}.voice-control-container{position:relative;display:inline-flex;align-items:center;justify-content:center;padding:0 34px}.voice-control-btn{position:absolute;top:50%;transform:translateY(-50%) scale(.5);opacity:0;transition:all .25s cubic-bezier(.34,1.56,.64,1);pointer-events:none;z-index:10}.voice-control-container:hover .voice-control-btn{opacity:1;transform:translateY(-50%) scale(1);pointer-events:auto}.voice-control-btn.left{right:3px}.voice-control-btn.right{left:2px}.voice-control-btn.force-visible{opacity:1;transform:translateY(-50%) scale(1);pointer-events:auto}.friends-list-sidebar{scrollbar-width:none;-ms-overflow-style:none}.friends-list-sidebar::-webkit-scrollbar{display:none}.auction-notifications-list{height:202px;scrollbar-width:none;-ms-overflow-style:none}.auction-notifications-list::-webkit-scrollbar{display:none}@media (max-width: 768px){.chart-section,.sparkline-container,.theme-toggle-desktop{display:none!important}.wallet-name-text{font-size:.37rem!important}.wallet-connect-btn{font-size:.41rem!important}.wallet-connected-btn{width:auto!important;margin-right:20px!important;min-width:85px!important}.header-right>div:nth-of-type(1){margin-right:15px!important}.hide-mobile{display:none!important}.no-scrollbar{overflow-x:hidden!important;scrollbar-width:none!important;-ms-overflow-style:none!important}.no-scrollbar::-webkit-scrollbar{display:none!important}.header-divider-left{margin-right:15px!important}.header-banner-wrapper{width:auto!important;min-width:auto!important;height:50px!important;margin:0!important}.header-divider-right{margin-left:0!important}.header-left,.header-right{padding:"0 0.75rem"!important;gap:"0.75rem"!important}.header-right>div{margin-bottom:-20px;min-height:70px!important}.wallet-connect-btn,.wallet-connected-btn{margin-top:2px!important}.wallet-connect-btn{margin-right:15px!important;min-width:85px!important}.connected-dropdown-container{right:-13px!important;margin-top:23px!important;width:146px!important}.profile-avatar{width:60px!important;height:60px!important;padding:8px!important}.profile-info{margin-left:-14px!important}.profile-avatar{margin-left:-20px!important}.friends-section-container{flex-direction:column!important}.chat-area{width:100%!important;min-width:0!important;max-width:100%!important;box-sizing:border-box!important}.chat-friend-name{min-width:0px!important}.chat-header{overflow-x:auto!important;flex-wrap:nowrap!important;scrollbar-width:none!important;-ms-overflow-style:none!important}.chat-header::-webkit-scrollbar{display:none!important}.chat-header>div{flex-shrink:0!important}.chat-messages{min-height:300px!important}.profile-view-page{width:100%!important;min-width:0!important;max-width:100%!important;box-sizing:border-box!important}.profile-view-content{padding:1rem .5rem!important}.friends-list-sidebar{width:100%!important;height:124px!important;max-height:124px!important;min-height:124px!important;display:flex!important;flex-wrap:wrap!important;overflow-y:auto!important;overflow-x:hidden!important;align-content:flex-start!important;scrollbar-width:none!important;-ms-overflow-style:none!important}.friends-list-sidebar::-webkit-scrollbar{display:none!important}.friends-list-sidebar>div{flex:0 0 33.33%!important;width:33.33%!important;max-width:33.33%!important;min-width:33.33%!important;box-sizing:border-box!important}.friends-list-sidebar>div>div{border-bottom:1px solid var(--border-color);border-right:1px solid var(--border-color)!important;justify-content:flex-start!important;padding:.5rem .35rem!important;width:100%!important;gap:.25rem!important}.friends-list-sidebar>div>div>div:nth-child(2){overflow:hidden!important}.friends-list-sidebar>div>div>div:nth-child(2)>div:first-child{font-size:.5rem!important}.friends-list-sidebar>div>div>div:nth-child(2)>div:last-child{font-size:.4rem!important}.friends-list-sidebar>div>div>div:first-child{width:24px!important;height:24px!important;padding:2px!important}.friends-list-sidebar>div:nth-child(3n)>div{border-right:none!important}.stats-container{flex-wrap:nowrap!important;gap:1.7rem!important}.stat-item{padding:.5rem!important;min-width:auto!important;flex:1 1 0!important}.stat-label{font-size:.4rem!important;letter-spacing:1px!important;margin-bottom:.2rem!important}.stat-value{font-size:.85rem!important}.wallet-dropdown-menu{right:-14px!important;margin-top:23px!important;width:147px!important}.marketplace-layout{flex-direction:column!important;padding:1rem!important;gap:1rem!important}.marketplace-sidebar{width:100%!important;position:static!important;align-self:stretch!important}.marketplace-grid{grid-template-columns:repeat(2,1fr)!important}.marketplace-tabs{overflow-x:auto!important;scrollbar-width:none!important;-ms-overflow-style:none!important}.marketplace-tabs::-webkit-scrollbar{display:none!important}.marketplace-tabs>button{padding:.75rem 1rem!important;font-size:.65rem!important;white-space:nowrap!important}.profile-cards-row{flex-direction:column!important;margin-top:1rem!important;margin-bottom:1rem!important}.profile-cards-row>div{width:100%!important;min-width:0!important}.profile-cards-row .profile-avatar{width:56px!important;height:56px!important;padding:8px!important;margin-left:0!important}.profile-cards-row .profile-info{margin-left:0!important;min-width:0!important}.profile-cards-row input[readonly]{width:100%!important}.profile-cards-row input[readonly]+button{right:6px!important}.profile-cards-row>div:first-child>div:first-child{flex-wrap:wrap!important;gap:1rem!important}.profile-cards-row>div:last-child>div:first-child>div:first-child{flex-wrap:nowrap!important;gap:.5rem!important}.profile-cards-row>div:last-child>div:first-child>div:first-child>div:first-child{min-width:0!important;flex:1!important}.profile-cards-row>div:last-child>div:first-child>div:first-child>div:first-child>div{min-width:0!important}.profile-cards-row>div:last-child>div:first-child>div:first-child>div:first-child>div>span{white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;display:block!important}.profile-cards-row>div:last-child>div:first-child>div:first-child>div:first-child>p{margin-top:.5rem!important}.profile-cards-row>div:last-child>div:first-child>div:first-child>button{flex-shrink:0!important;margin-left:auto!important;padding:.4rem .75rem!important;font-size:.55rem!important}.profile-cards-row .nft-scroll .nft-carousel-item{width:calc(28% - 4px)!important;flex-shrink:0!important}.nft-carousel-wrapper .nft-carousel-prev,.nft-carousel-wrapper .nft-carousel-next{display:none!important}.nft-carousel-wrapper .nft-scroll{overflow-x:auto!important;scrollbar-width:none!important;-ms-overflow-style:none!important;gap:12px!important;padding:4px 0!important}.nft-carousel-wrapper .nft-scroll::-webkit-scrollbar{display:none!important}.unopened-boxes-wrapper{gap:8px!important}.unopened-boxes-wrapper .unopened-boxes-prev,.unopened-boxes-wrapper .unopened-boxes-next{display:none!important}.unopened-boxes-scroll{overflow-x:auto!important;scrollbar-width:none!important;-ms-overflow-style:none!important;gap:12px!important;padding-left:0!important}.unopened-boxes-scroll::-webkit-scrollbar{display:none!important}.unopened-box-item{width:calc(50% - 6px)!important;flex-shrink:0!important;padding:.5rem!important;gap:.5rem!important}.unopened-box-item>div:first-child{transform:scale(.85)!important}.my-profile-page{padding:0!important}.mystery-tabs{overflow-x:auto!important;scrollbar-width:none!important;-ms-overflow-style:none!important;padding:0 .75rem!important}.mystery-tabs::-webkit-scrollbar{display:none!important}.mystery-tabs>button{padding:.75rem 1rem!important;font-size:.65rem!important;white-space:nowrap!important}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.spin{animation:spin 1s linear infinite}@keyframes blink{0%,to{opacity:1}50%{opacity:.3}}.blink{animation:blink 1.2s ease-in-out infinite}input[type=datetime-local]::-webkit-calendar-picker-indicator{filter:invert(48%) sepia(89%) saturate(1260%) hue-rotate(95deg);cursor:pointer}[data-theme=dark] input[type=datetime-local]::-webkit-calendar-picker-indicator{filter:invert(65%) sepia(89%) saturate(600%) hue-rotate(90deg);cursor:pointer}
