#palette-panel{transition:background-color .4s ease,color .3s ease}#view{display:block;width:100%;height:100%}#app{display:flex;flex-direction:column;width:100vw;height:100vh;position:relative}#dl-progress{position:fixed;top:0;left:0;right:0;height:3px;z-index:60;pointer-events:none;background:#ffffff14;overflow:hidden}#dl-progress[hidden]{display:none}#dl-progress-bar{height:100%;width:0%;background:#4ea1ff;box-shadow:0 0 6px #4ea1ff;transition:width .15s ease}#dl-progress.indet #dl-progress-bar{width:30%;transition:none;animation:dlindet 1s linear infinite}@keyframes dlindet{0%{transform:translate(-110%)}to{transform:translate(370%)}}.ios-toggle{display:inline-flex;align-items:center;gap:6px;font-size:12px;color:#eee;cursor:pointer;pointer-events:auto;user-select:none}.ios-toggle input{position:absolute;opacity:0;width:0;height:0}.ios-toggle .track{position:relative;flex:0 0 auto;width:38px;height:22px;border-radius:11px;background:#ffffff40;transition:background .2s ease}.ios-toggle .track:after{content:"";position:absolute;top:2px;left:2px;width:18px;height:18px;border-radius:50%;background:#fff;box-shadow:0 1px 2px #0006;transition:transform .2s ease}.ios-toggle input:checked+.track{background:#34c759}.ios-toggle input:checked+.track:after{transform:translate(16px)}.ios-toggle input:focus-visible+.track{outline:2px solid #4ea1ff;outline-offset:2px}#topright{position:fixed;top:6px;right:8px;z-index:50;display:flex;align-items:center;gap:6px;pointer-events:auto}#backend-badge{font-size:10px;color:#fff6;white-space:nowrap}.tr-btn{display:flex;align-items:center;justify-content:center;width:36px;height:36px;padding:0;border-radius:8px;border:1px solid rgba(255,255,255,.22);background:#14141899;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);color:#ddd;cursor:pointer}.tr-btn:hover{background:#2d2d34bf;color:#fff}.tr-btn:disabled{opacity:.35;cursor:not-allowed}.tr-btn[hidden]{display:none}#info-popover{position:fixed;top:50px;right:8px;width:min(360px,calc(100vw - 16px));max-height:72vh;overflow-y:auto;background:#16161afa;border:1px solid rgba(255,255,255,.16);border-radius:12px;box-shadow:0 8px 26px #0000008c;z-index:51}#info-popover[hidden]{display:none}#info-head{position:sticky;top:0;display:flex;justify-content:space-between;align-items:center;padding:10px 12px;background:#16161afa;border-bottom:1px solid rgba(255,255,255,.12);font-size:14px;color:#fff}#info-close{background:none;border:1px solid rgba(255,255,255,.25);border-radius:4px;color:#eee;font-size:14px;cursor:pointer;padding:2px 9px}#info-body{padding:10px 14px 16px;font-size:12px;line-height:1.5;color:#dcdcdc}#info-body h4{margin:14px 0 4px;font-size:12.5px;color:#fff}#info-body h4:first-child{margin-top:0}#info-body p{margin:0 0 6px}#cart-popover{position:fixed;top:50px;right:8px;box-sizing:border-box;width:min(360px,calc(100vw - 16px));max-height:72vh;display:flex;flex-direction:column;background:#16161afa;border:1px solid rgba(255,255,255,.16);border-radius:12px;box-shadow:0 8px 26px #0000008c;z-index:51}#cart-popover[hidden]{display:none}#cart-head{display:flex;justify-content:space-between;align-items:center;gap:8px;padding:10px 12px;border-bottom:1px solid rgba(255,255,255,.12);font-size:14px;color:#fff}#cart-head-actions{display:flex;align-items:center;gap:6px}#cart-copy{background:#4ea1ffd9;border:1px solid rgba(255,255,255,.25);border-radius:4px;color:#fff;font-size:12px;cursor:pointer;padding:3px 10px}#cart-copy:hover{background:#4ea1ff}#cart-close{background:none;border:1px solid rgba(255,255,255,.25);border-radius:4px;color:#eee;font-size:14px;cursor:pointer;padding:2px 9px}#cart-text{margin:0;padding:10px 14px 16px;overflow:auto;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:12px;line-height:1.45;color:#dcdcdc;white-space:pre}#mobile-nav{display:none;position:fixed;left:0;right:0;bottom:0;height:58px;background:#0e0e1280;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-top:1px solid rgba(255,255,255,.12);z-index:40;align-items:stretch;padding-bottom:env(safe-area-inset-bottom,0)}.mobile-nav-btn{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;background:none;border:none;color:#cfcfcf;font-family:inherit;cursor:pointer}.mobile-nav-btn .ic{font-size:20px;line-height:1}.mobile-nav-btn .lb{font-size:10px}.mobile-nav-btn.active{color:#4ea1ff;background:#4ea1ff1f}#mobile-popover{display:none;position:fixed;box-sizing:border-box;bottom:68px;width:300px;background:#18181cf7;border:1px solid rgba(255,255,255,.16);border-radius:12px;z-index:41;padding:12px;box-shadow:0 8px 26px #0000008c;overflow:visible}.mobile-popover-arrow{position:absolute;bottom:-8px;width:16px;height:16px;background:#18181cf7;border-right:1px solid rgba(255,255,255,.16);border-bottom:1px solid rgba(255,255,255,.16);transform:rotate(45deg)}#mobile-popover-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px;font-size:13px;color:#eee}#mobile-popover-close{background:none;border:1px solid rgba(255,255,255,.25);border-radius:4px;color:#eee;font-size:14px;cursor:pointer;padding:2px 9px}#mobile-popover-body{display:flex;flex-wrap:wrap;gap:8px;align-items:center;max-height:52vh;overflow-y:auto}@media(max-width:768px){#panel{flex-wrap:wrap;padding:6px 8px;font-size:11px;gap:4px}#ui-panel{font-size:11px;gap:4px}#palette-panel{max-width:calc(100vw - 20px);max-height:40vh;left:10px;right:10px;bottom:66px;font-size:11px;padding:8px 10px;overflow-y:auto;overflow-x:hidden}#backend-notice{white-space:normal;left:8px;right:8px;transform:none;margin-top:44px;font-size:11px}#view{touch-action:none}}
