.addon-floating-dock{position:fixed;bottom:calc(70px + env(safe-area-inset-bottom,0px));right:16px;z-index:200;display:flex;flex-direction:column;align-items:flex-end;gap:8px;pointer-events:auto}.addon-dock-trigger{display:flex;align-items:center;gap:7px;padding:0 14px;height:40px;background:var(--brand-primary, #6366f1);border:none;border-radius:20px;cursor:pointer;color:#fff;font-size:13px;font-weight:600;box-shadow:0 2px 12px #6366f159;transition:transform .15s ease,box-shadow .15s ease;min-width:44px;min-height:44px}.addon-dock-trigger:active{transform:scale(.96)}.addon-dock-trigger-icon{font-size:16px;line-height:1;display:inline-block;transition:transform .2s ease}.addon-dock-trigger-icon--open{transform:rotate(45deg)}.addon-dock-trigger-label{font-size:12px;font-weight:600;letter-spacing:.01em}.addon-dock-items{display:flex;flex-direction:column;gap:6px;animation:dock-expand .18s cubic-bezier(.34,1.56,.64,1) both;transform-origin:bottom right}@keyframes dock-expand{0%{opacity:0;transform:scale(.85) translateY(8px)}to{opacity:1;transform:scale(1) translateY(0)}}.addon-dock-item{display:flex;align-items:center;gap:10px;padding:9px 14px 9px 10px;border:none;border-radius:14px;cursor:pointer;min-width:180px;min-height:52px;text-align:left;transition:transform .12s ease,filter .12s ease;box-shadow:0 1px 8px #0000001f}.addon-dock-item:active{transform:scale(.97)}.addon-dock-item--purple{background:#eeedfe;color:#3c3489}.addon-dock-item--teal{background:#e1f5ee;color:#085041}.addon-dock-item--coral{background:#faece7;color:#712b13}@media(prefers-color-scheme:dark){.addon-dock-item--purple{background:#26215c;color:#cecbf6}.addon-dock-item--teal{background:#04342c;color:#9fe1cb}.addon-dock-item--coral{background:#4a1b0c;color:#f5c4b3}}.addon-dock-item-icon{font-size:20px;line-height:1;flex-shrink:0;width:28px;height:28px;display:flex;align-items:center;justify-content:center;border-radius:8px;background:#0000000f}.addon-dock-item-text{display:flex;flex-direction:column;gap:1px}.addon-dock-item-name{font-size:13px;font-weight:600;line-height:1.2}.addon-dock-item-sub{font-size:11px;opacity:.7;font-weight:400}
