:root{--nexus-guide-discovery-accent:#00d4ff;--nexus-guide-discovery-bg:#031523;--nexus-tab-column-width:60px}@media (min-width:901px){#app-contextual-actions{position:relative!important;z-index:2600;overflow:visible}}.nexus-guide-discovery-host{position:absolute;left:0;bottom:12px;width:var(--nexus-tab-column-width);height:48px;z-index:2205;display:flex;align-items:center;pointer-events:none}.nexus-guide-discovery-host[hidden]{display:none}.nexus-guide-discovery{position:absolute;right:8px;display:flex;flex-direction:row-reverse;align-items:center;background:var(--nexus-guide-discovery-bg);border:none;border-radius:24px;padding:0;cursor:pointer;box-shadow:0 8px 22px rgba(0,212,255,0.25);transition:all 0.8s cubic-bezier(0.19,1,0.22,1);pointer-events:auto;overflow:hidden;white-space:nowrap;max-width:44px;height:44px}.nexus-guide-discovery.is-expanded{max-width:320px;padding:0 2px 0 16px;right:8px}.nexus-guide-discovery__icon{width:38px;height:38px;min-width:38px;border-radius:50%;background:var(--nexus-guide-discovery-accent);color:var(--nexus-guide-discovery-bg);display:flex;align-items:center;justify-content:center;margin:3px;flex-shrink:0}.nexus-guide-discovery__icon .material-icons-round{font-size:22px}.nexus-guide-discovery__label{font-family:var(--font-sans);font-size:13px;font-weight:700;color:#ffffff;opacity:0;max-width:0;transition:all 0.6s ease;margin-right:0}.nexus-guide-discovery.is-expanded .nexus-guide-discovery__label{opacity:1;max-width:260px;margin-right:10px}.nexus-guide-discovery.is-pulsing{animation:nexus-discovery-pulse 1.4s ease-in-out infinite}@keyframes nexus-discovery-pulse{0%,100%{box-shadow:0 0 0 0 rgba(0,212,255,0.4)}50%{box-shadow:0 0 0 12px rgba(0,212,255,0)}}.nexus-guide-discovery:hover{transform:scale(1.05);background:#051b2d}