*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--bg:#141414;--surface:#1e1e1e;--surface2:#272727;--border:#333;--text:#e8e8e8;--text-muted:#888;--accent:#4a9eff;--accent-hover:#6ab0ff;--danger:#ff5f5f;--success:#4caf7d;--radius:6px}html,body,#root{width:100%;height:100%;overflow:hidden}body{background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px}button{cursor:pointer;border-radius:var(--radius);border:none;padding:6px 12px;font-family:inherit;font-size:12px;transition:background .15s,opacity .15s}button:disabled{opacity:.4;cursor:not-allowed}input[type=range]{appearance:none;background:var(--border);cursor:pointer;border-radius:2px;outline:none;width:100%;height:4px}input[type=range]::-webkit-slider-thumb{appearance:none;background:var(--accent);cursor:pointer;border-radius:50%;width:14px;height:14px;transition:background .15s,transform .1s}input[type=range]::-webkit-slider-thumb:hover{background:var(--accent-hover);transform:scale(1.2)}select{font-family:inherit}@keyframes spin{to{transform:rotate(360deg)}}@media (width<=900px){nav[aria-label=Image\ list]{width:160px!important}.hide-mobile{display:none!important}}@media (width<=640px){nav[aria-label=Image\ list]{border-bottom:1px solid var(--border);max-height:120px;border-right:none!important;flex-direction:row!important;width:100%!important;overflow:auto hidden!important}nav[aria-label=Image\ list]>div{border-right:1px solid var(--border);flex-shrink:0;min-width:140px;border-bottom:none!important}[style*="display: flex"][style*="flex: 1"][style*="overflow: hidden"]{flex-direction:column!important}}
