.lmt{position:fixed;right:18px;bottom:18px;z-index:2147483000;display:flex;flex-direction:column;align-items:flex-end;gap:12px;font-family:system-ui,-apple-system,Segoe UI,sans-serif;color-scheme:dark}.lmt-bubble{display:inline-flex;align-items:center;gap:8px;height:44px;padding:0 16px;border-radius:999px;border:0;background:#14181f;color:#e6edf3;font-size:.85rem;font-weight:600;cursor:pointer;box-shadow:0 6px 20px rgba(0,0,0,.35),0 0 0 1px rgba(255,255,255,.08)}.lmt-bubble:hover{background:#1d232c}.lmt-bubble:focus-visible{outline:2px solid #f2a900;outline-offset:3px}.lmt-bubble__dot{width:14px;height:14px;border-radius:50%;border:1.5px solid rgba(255,255,255,.25);flex:none}.lmt-panel{width:340px;max-width:calc(100vw - 36px);max-height:min(82vh,720px);display:flex;flex-direction:column;background:#14181f;color:#e6edf3;border:1px solid #2a313c;border-radius:16px;box-shadow:0 18px 52px rgba(0,0,0,.55);overflow:hidden}.lmt-head{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:12px 14px;border-bottom:1px solid #232a34}.lmt-head__name{font-size:.82rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase}.lmt-head__close{flex:none;width:30px;height:30px;border-radius:8px;border:1px solid #2a313c;background:transparent;color:#b6c2d0;font-size:1.1rem;line-height:1;cursor:pointer}.lmt-head__close:hover{background:#1d232c;color:#fff}.lmt-body{overflow-y:auto;padding:8px 14px 14px;-webkit-overflow-scrolling:touch}.lmt-switches{display:grid;grid-template-columns:1fr 1fr;grid-gap:8px;gap:8px;margin-bottom:6px}.lmt-switch{display:flex;flex-direction:column;gap:3px}.lmt-switch__label{font-size:.6rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#6f7c8c}.lmt-select{height:28px;border-radius:7px;border:1px solid #2a313c;background:#0e1218;color:#e6edf3;font-size:.74rem;padding:0 6px}.lmt-group{margin-top:14px}.lmt-group__label{margin:0 0 8px;font-size:.62rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:#6f7c8c}.lmt-row{display:grid;grid-template-columns:1fr auto;align-items:center;grid-gap:10px;gap:10px;padding:4px 0}.lmt-row__name{font-family:ui-monospace,SF Mono,Menlo,monospace;font-size:.72rem;color:#dbe4ee;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.lmt-row__name[data-dirty=true]:after{content:"•";margin-left:6px;color:#f2a900}.lmt-row__control{display:inline-flex;align-items:center;gap:6px;justify-self:end}.lmt-swatch{width:28px;padding:0;border:1px solid #3a4452;background:transparent;cursor:pointer;flex:none}.lmt-swatch,.lmt-text{height:28px;border-radius:7px}.lmt-text{width:150px;padding:0 8px;border:1px solid #2a313c;background:#0e1218;color:#e6edf3;font-family:ui-monospace,SF Mono,Menlo,monospace;font-size:.72rem}.lmt-select:focus-visible,.lmt-text:focus-visible{outline:2px solid #f2a900;outline-offset:1px}.lmt-export{margin-top:12px;width:100%;border-radius:8px;border:1px solid #2a313c;background:#0e1218;color:#b7f5c8;font-family:ui-monospace,SF Mono,Menlo,monospace;font-size:.68rem;padding:8px;resize:vertical}.lmt-foot{display:flex;align-items:center;gap:8px;padding:10px 14px;border-top:1px solid #232a34}.lmt-foot__spacer{flex:1 1}.lmt-foot__note{font-size:.66rem;color:#6f7c8c}.lmt-btn{height:40px;padding:0 14px;border-radius:8px;border:1px solid #2a313c;background:#1a212a;color:#dbe4ee;font-size:.74rem;font-weight:600;cursor:pointer}.lmt-btn:hover{background:#222b35}.lmt-btn:disabled{opacity:.5;cursor:default}.lmt-btn--primary{background:#f2a900;border-color:#f2a900;color:#14181f}.lmt-btn--primary:hover{background:#ffbb1a}