:root{--bg-base: #1a1a1a;--bg-surface: #1e1e1e;--bg-deep: #111111;--bg-input: #141414;--bg-toolbar: #252525;--bg-header: #252525;--bg-hover: #2a2a2a;--border-subtle: #323232;--border-default: #484848;--border-muted: #3f3f3f;--border-strong: #666666;--text-primary: #f2f2f2;--text-secondary: #d8d8d8;--text-muted: #888888;--text-dim: #888888;--text-faint: #757575;--accent: #9db35c;--accent-hover: #aabf6f;--accent-subtle: rgba(157, 179, 92, .08);--on-accent: #1e2508;--shadow: rgba(0, 0, 0, .5);--accent-surface: rgba(157, 179, 92, .14);--accent-surface-hover: rgba(157, 179, 92, .22)}[data-theme=light]{--bg-base: #f1efeb;--bg-surface: #ffffff;--bg-deep: #e7e3dd;--bg-input: #ffffff;--bg-toolbar: #f6f4f0;--bg-header: #ffffff;--bg-hover: #eae6e0;--border-subtle: #d3cfc8;--border-default: #b3aea6;--border-muted: #ccc7bf;--border-strong: #918c84;--text-primary: #1a1a1a;--text-secondary: #333333;--text-muted: #666666;--text-dim: #6b6b6b;--text-faint: #878787;--chrome-header: #9e4422;--chrome-nav: #b85535;--chrome-text: rgba(245, 235, 226, .85);--chrome-text-dim: rgba(245, 235, 226, .7);--chrome-text-faint: rgba(245, 235, 226, .5);--chrome-text-ghost: rgba(245, 235, 226, .35);--chrome-text-hover: #ffffff;--chrome-text-active: #c9e03a;--chrome-logo: #f5ebe2;--chrome-border: rgba(0, 0, 0, .2);--chrome-overlay: rgba(0, 0, 0, .18);--chrome-overlay-hover: rgba(0, 0, 0, .28);--accent: #6b7c3a;--accent-hover: #5a6930;--accent-subtle: rgba(107, 124, 58, .1);--on-accent: #ffffff;--shadow: rgba(0, 0, 0, .15);--accent-surface: rgba(107, 124, 58, .12);--accent-surface-hover: rgba(107, 124, 58, .22)}*,*:before,*:after{box-sizing:border-box}html{height:100%}body{margin:0;height:100%;background:var(--bg-base);font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;touch-action:manipulation}#root{height:calc(var(--vh, 1vh) * 100);display:flex;flex-direction:column}.btn-info{background:none;border:none;border-radius:6px;color:var(--text-dim);display:flex;align-items:center;justify-content:center;padding:5px;cursor:pointer;transition:color .15s,background .15s}.btn-info:hover{color:var(--text-primary);background:var(--bg-hover)}.btn-info--active{color:var(--accent)}.al-root{display:flex;align-items:center;gap:8px;-webkit-user-select:none;user-select:none}.al-mark{width:1.6em;height:1.6em;flex-shrink:0}.al-mark--spin{animation:al-spin 2.2s forwards}@keyframes al-spin{0%{transform:rotate(0);animation-timing-function:ease-in}15%{transform:rotate(360deg);animation-timing-function:linear}55%{transform:rotate(1080deg);animation-timing-function:ease-out}to{transform:rotate(1440deg)}}.al-name{font-size:inherit;font-weight:700;color:var(--text-secondary);letter-spacing:.3px;white-space:nowrap}[data-theme=light] .al-name{color:var(--chrome-logo)}[data-theme=light] .lp-logo .al-name{color:var(--text-primary)}
