.tab-switcher-module{--theme-bg-primary:#fff;--theme-bg-secondary:#f8fafc;--theme-bg-tertiary:#f3f4f6;--theme-text-primary:#111827;--theme-text-secondary:#374151;--theme-text-tertiary:#6b7280;--theme-text-muted:#9ca3af;--theme-border-primary:#e5e7eb;--theme-border-secondary:#d1d5db;--theme-shadow-sm:0 1px 2px 0 rgba(0,0,0,.05);--theme-shadow-md:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06);--theme-shadow-lg:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05);--theme-shadow-xl:0 20px 25px -5px rgba(0,0,0,.1),0 10px 10px -5px rgba(0,0,0,.04);--theme-accent-primary:var(--hubspot-primary-color,#10b981);--theme-accent-secondary:var(--hubspot-secondary-color,#059669);--theme-accent-tertiary:var(--hubspot-tertiary-color,#047857);--theme-accent-light:rgba(0,0,0,.1);--theme-accent-shadow:rgba(0,0,0,.3);--theme-accent-hover:rgba(0,0,0,.15);--theme-success:#10b981;--theme-warning:#f59e0b;--theme-error:#ef4444;--theme-info:#3b82f6}.tab-switcher-module[data-theme=dark]{--theme-bg-primary:#1f2937;--theme-bg-secondary:#111827;--theme-bg-tertiary:#374151;--theme-text-primary:#f9fafb;--theme-text-secondary:#e5e7eb;--theme-text-tertiary:#d1d5db;--theme-text-muted:#9ca3af;--theme-border-primary:#374151;--theme-border-secondary:#4b5563;--theme-shadow-sm:0 1px 2px 0 rgba(0,0,0,.3);--theme-shadow-md:0 4px 6px -1px rgba(0,0,0,.3),0 2px 4px -1px rgba(0,0,0,.2);--theme-shadow-lg:0 10px 15px -3px rgba(0,0,0,.3),0 4px 6px -2px rgba(0,0,0,.2);--theme-shadow-xl:0 20px 25px -5px rgba(0,0,0,.3),0 10px 10px -5px rgba(0,0,0,.2);--theme-accent-primary:var(--hubspot-primary-color,#10b981);--theme-accent-secondary:var(--hubspot-secondary-color,#059669);--theme-accent-tertiary:var(--hubspot-tertiary-color,#047857);--theme-accent-light:hsla(0,0%,100%,.2);--theme-accent-shadow:hsla(0,0%,100%,.4);--theme-accent-hover:hsla(0,0%,100%,.25);--theme-success:#10b981;--theme-warning:#f59e0b;--theme-error:#ef4444;--theme-info:#3b82f6}.tab-switcher-module{color:var(--theme-text-primary);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;isolation:isolate;margin:0 auto;max-width:1200px;padding:2rem 1rem;position:relative;transition:background-color .3s ease,color .3s ease;width:100%}.tab-switcher-module .tab-switcher{display:flex;justify-content:center}.tab-switcher-module .tab-buttons{background:var(--theme-bg-tertiary);border-radius:12px;box-shadow:inset 0 2px 4px var(--theme-shadow-sm);display:flex;gap:.25rem;padding:4px}.tab-switcher-module .tab-button{background:transparent;border:none;border-radius:8px;color:var(--theme-text-tertiary);cursor:pointer;font-size:.875rem;font-weight:600;min-width:140px;padding:.75rem 1.5rem;position:relative;text-align:center;transition:all .2s ease}.tab-switcher-module .tab-button:hover{background:var(--theme-bg-secondary);color:var(--theme-text-secondary)}.tab-switcher-module .tab-button.active{background:var(--theme-bg-primary);box-shadow:var(--theme-shadow-sm);color:var(--theme-text-primary);font-weight:700}.tab-switcher-module .tab-button.active:after{background:var(--theme-accent-primary);border-radius:1px;bottom:-2px;content:"";height:2px;left:50%;position:absolute;transform:translateX(-50%);width:20px}