.theme-toggle{border:1px solid var(--border);background:var(--card);width:44px;height:44px;color:var(--text-secondary);border-radius:14px;flex-shrink:0;place-items:center;display:grid}.theme-toggle:hover{background:var(--surface-hover);color:var(--foreground);border-color:var(--line-strong)}.theme-toggle .theme-moon,html[data-theme=light] .theme-toggle .theme-sun{display:none}html[data-theme=light] .theme-toggle .theme-moon{display:block}.theme-choices{border:0;min-width:0;margin:0;padding:0}.theme-choices legend{color:var(--text-secondary);margin-bottom:10px;font-size:14px;font-weight:650}.theme-options{border:1px solid var(--border);background:var(--background);border-radius:15px;flex-wrap:wrap;gap:5px;width:fit-content;padding:4px;display:flex}.theme-option{cursor:pointer;position:relative}.theme-option input{opacity:0;width:1px;height:1px;margin:0;padding:0;position:absolute}.theme-option>span{min-height:44px;color:var(--text-secondary);border-radius:11px;justify-content:center;align-items:center;gap:7px;padding:10px 13px;font-size:14px;line-height:1.4;display:flex}.theme-option input:checked+span{background:var(--foreground);color:var(--background);box-shadow:var(--shadow-panel)}.theme-option input:focus-visible+span{outline:2px solid var(--positive);outline-offset:3px}.theme-option input:not(:checked)+span:hover{background:var(--surface-hover)}.wallet-compact-icon{display:none}@media (max-width:480px){.theme-options{grid-template-columns:repeat(3,minmax(0,1fr));width:100%;display:grid}.theme-option>span{flex-direction:column;gap:6px;min-height:64px;padding:9px 5px;font-size:14px}:is(.site-footer-setting:has(.theme-choices),.theme-choices){width:100%}}@media (max-width:640px){.site-header{gap:12px}.site-header .results-notification{display:none}.site-header .header-actions{gap:6px}}@media (max-width:400px){.site-header{padding-inline:12px}.site-header .wordmark{gap:5px}.site-header .logo-mark{width:30px;height:32px}.site-header .logo-type{font-size:22px}.site-header .logo-type>span{font-size:18px}.site-header .logo-type>small{display:none}.site-header .wallet-button{justify-content:center;width:44px;min-width:44px;height:44px;padding:0}.site-header .wallet-button>.credit-mark,.site-header .wallet-button>.wallet-amount,.site-header .wallet-button>svg:not(.wallet-compact-icon){display:none}.site-header .wallet-button>.wallet-compact-icon{display:block}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
