/**
 * ButtonCraft - Modern Animated Button CSS Design System (30 Presets)
 * Version: 1.0.1
 *
 * @package ButtonCraft
 */

/* -------------------------------------------------------------
 * 1. DESIGN TOKENS & BASE STYLES
 * ------------------------------------------------------------- */
:root {
	--bc-font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	--bc-primary: #6366f1;
	--bc-primary-hover: #4f46e5;
	--bc-accent: #ec4899;
	--bc-cyan: #06b6d4;
	--bc-neon: #10b981;
	--bc-gold: #f59e0b;
	--bc-dark: #0f172a;
	--bc-light: #ffffff;
	--bc-radius-sm: 6px;
	--bc-radius-md: 10px;
	--bc-radius-full: 9999px;
	--bc-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.bc-btn-wrapper {
	display: flex !important;
	margin: 15px 0 !important;
	width: 100% !important;
}
.bc-align-left { justify-content: flex-start !important; }
.bc-align-center { justify-content: center !important; }
.bc-align-right { justify-content: flex-end !important; }

.bc-btn,
a.bc-btn,
.bc-card-preview a.bc-btn,
.bc-admin-wrap a.bc-btn {
	position: relative !important;
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	gap: 10px !important;
	font-family: var(--bc-font-family) !important;
	font-weight: 600 !important;
	text-decoration: none !important;
	cursor: pointer !important;
	border: none;
	outline: none;
	user-select: none;
	box-sizing: border-box !important;
	transition: var(--bc-transition) !important;
	line-height: 1.3 !important;
	vertical-align: middle;
	-webkit-tap-highlight-color: transparent;
	overflow: visible;
}

.bc-btn-size-small, a.bc-btn-size-small { font-size: 13px !important; padding: 8px 18px !important; border-radius: var(--bc-radius-sm) !important; }
.bc-btn-size-medium, a.bc-btn-size-medium { font-size: 15px !important; padding: 12px 28px !important; border-radius: var(--bc-radius-md) !important; }
.bc-btn-size-large, a.bc-btn-size-large { font-size: 18px !important; padding: 16px 36px !important; border-radius: 14px !important; }

.bc-btn-icon {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	transition: transform 0.3s ease !important;
}

/* -------------------------------------------------------------
 * 2. FREE PRESETS (1-20) - MICRO-ANIMATIONS & HOVER EFFECTS
 * ------------------------------------------------------------- */

/* 1: Glow Pulse Neon */
.bc-btn-glow-pulse, a.bc-btn-glow-pulse {
	background: linear-gradient(135deg, #6366f1, #8b5cf6) !important;
	color: #ffffff !important;
	box-shadow: 0 0 15px rgba(99, 102, 241, 0.6) !important;
}
.bc-btn-glow-pulse::before, a.bc-btn-glow-pulse::before {
	content: '';
	position: absolute;
	inset: -4px;
	border-radius: inherit;
	background: inherit;
	z-index: -1;
	opacity: 0.7;
	filter: blur(10px);
	animation: bc-pulse 2s infinite;
}
.bc-btn-glow-pulse:hover, a.bc-btn-glow-pulse:hover {
	transform: translateY(-3px) scale(1.03) !important;
	box-shadow: 0 0 25px rgba(139, 92, 246, 0.9) !important;
}
@keyframes bc-pulse {
	0% { transform: scale(0.98); opacity: 0.7; }
	50% { transform: scale(1.05); opacity: 0.3; }
	100% { transform: scale(0.98); opacity: 0.7; }
}

/* 2: Glassmorphism Liquid */
.bc-btn-glassmorphism, a.bc-btn-glassmorphism {
	background: rgba(30, 41, 59, 0.85) !important;
	backdrop-filter: blur(12px) !important;
	-webkit-backdrop-filter: blur(12px) !important;
	border: 1px solid rgba(255, 255, 255, 0.3) !important;
	color: #ffffff !important;
	box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.2) !important;
}
.bc-btn-glassmorphism:hover, a.bc-btn-glassmorphism:hover {
	background: rgba(47, 63, 86, 0.95) !important;
	border-color: rgba(255, 255, 255, 0.7) !important;
	transform: translateY(-3px) !important;
	box-shadow: 0 12px 36px 0 rgba(99, 102, 241, 0.4) !important;
}

/* 3: 3D Push Depth */
.bc-btn-push-3d, a.bc-btn-push-3d {
	background: #3b82f6 !important;
	color: #ffffff !important;
	box-shadow: 0 6px 0 #1d4ed8, 0 10px 15px rgba(0, 0, 0, 0.2) !important;
}
.bc-btn-push-3d:hover, a.bc-btn-push-3d:hover {
	background: #60a5fa !important;
	transform: translateY(2px) !important;
	box-shadow: 0 4px 0 #1d4ed8, 0 6px 10px rgba(0, 0, 0, 0.15) !important;
}
.bc-btn-push-3d:active, a.bc-btn-push-3d:active {
	transform: translateY(6px) !important;
	box-shadow: 0 0 0 #1d4ed8 !important;
}

/* Retro Pixel Arcade */
.bc-btn-retro-pixel, a.bc-btn-retro-pixel {
	background: #facc15 !important;
	color: #0f172a !important;
	border: 3px solid #0f172a !important;
	box-shadow: 4px 4px 0 #0f172a !important;
	font-family: monospace, var(--bc-font-family) !important;
	font-weight: 800 !important;
	letter-spacing: 0.5px !important;
	text-transform: uppercase !important;
}
.bc-btn-retro-pixel:hover, a.bc-btn-retro-pixel:hover {
	background: #38bdf8 !important;
	color: #0f172a !important;
	transform: translate(-2px, -2px) !important;
	box-shadow: 6px 6px 0 #0f172a !important;
}
.bc-btn-retro-pixel:active, a.bc-btn-retro-pixel:active {
	transform: translate(2px, 2px) !important;
	box-shadow: 2px 2px 0 #0f172a !important;
}

/* Soft Pastels Pill */
.bc-btn-soft-pastel, a.bc-btn-soft-pastel {
	background: #f1f5f9 !important;
	color: #475569 !important;
	border: 1px solid #cbd5e1 !important;
	border-radius: var(--bc-radius-full) !important;
	box-shadow: 0 4px 12px rgba(148, 163, 184, 0.2) !important;
}
.bc-btn-soft-pastel:hover, a.bc-btn-soft-pastel:hover {
	background: #e2e8f0 !important;
	color: #0f172a !important;
	transform: translateY(-2px) !important;
	box-shadow: 0 8px 20px rgba(148, 163, 184, 0.35) !important;
}

/* Frosted Glass Outline */
.bc-btn-frosted-outline, a.bc-btn-frosted-outline {
	background: rgba(255, 255, 255, 0.08) !important;
	backdrop-filter: blur(10px) !important;
	-webkit-backdrop-filter: blur(10px) !important;
	border: 2px solid rgba(255, 255, 255, 0.8) !important;
	color: #ffffff !important;
	box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1) !important;
}
.bc-btn-frosted-outline:hover, a.bc-btn-frosted-outline:hover {
	background: rgba(255, 255, 255, 0.25) !important;
	border-color: #ffffff !important;
	color: #ffffff !important;
	transform: translateY(-3px) !important;
	box-shadow: 0 12px 30px rgba(255, 255, 255, 0.25) !important;
}

/* Flat Navy Badge */
.bc-btn-flat-badge, a.bc-btn-flat-badge {
	background: #1e293b !important;
	color: #f8fafc !important;
	border: 1px solid #334155 !important;
	box-shadow: 0 4px 10px rgba(15, 23, 42, 0.2) !important;
}
.bc-btn-flat-badge:hover, a.bc-btn-flat-badge:hover {
	background: #334155 !important;
	color: #ffffff !important;
	border-color: #475569 !important;
	transform: translateY(-2px) !important;
	box-shadow: 0 8px 20px rgba(15, 23, 42, 0.35) !important;
}

/* Electric Neon Frame */
.bc-btn-electric-frame, a.bc-btn-electric-frame {
	background: #0f172a !important;
	color: #10b981 !important;
	border: 2px solid #10b981 !important;
	box-shadow: 0 0 12px rgba(16, 185, 129, 0.3) !important;
}
.bc-btn-electric-frame:hover, a.bc-btn-electric-frame:hover {
	background: #10b981 !important;
	color: #0f172a !important;
	transform: translateY(-2px) !important;
	box-shadow: 0 0 24px rgba(16, 185, 129, 0.7) !important;
}

/* 4: Gradient Border Sparkle */
.bc-btn-gradient-border, a.bc-btn-gradient-border {
	position: relative !important;
	background-image: linear-gradient(#0f172a, #0f172a), linear-gradient(135deg, #ec4899, #8b5cf6, #06b6d4, #ec4899) !important;
	background-origin: border-box !important;
	background-clip: padding-box, border-box !important;
	border: 2px solid transparent !important;
	color: #ffffff !important;
	box-shadow: 0 4px 15px rgba(236, 72, 153, 0.25) !important;
}
.bc-btn-gradient-border::before, a.bc-btn-gradient-border::before {
	content: '';
	position: absolute;
	inset: -3px;
	border-radius: inherit;
	background: linear-gradient(135deg, #ec4899, #8b5cf6, #06b6d4, #ec4899);
	z-index: -1;
	opacity: 0.5;
	filter: blur(8px);
	transition: opacity 0.3s ease, filter 0.3s ease;
}
.bc-btn-gradient-border:hover::before, a.bc-btn-gradient-border:hover::before {
	opacity: 1;
	filter: blur(14px);
}
.bc-btn-gradient-border:hover, a.bc-btn-gradient-border:hover {
	transform: translateY(-3px) scale(1.02) !important;
	box-shadow: 0 10px 25px rgba(236, 72, 153, 0.6) !important;
	color: #ffffff !important;
}

/* 5: Gradient Shift Flow */
.bc-btn-gradient-shift, a.bc-btn-gradient-shift {
	background: linear-gradient(270deg, #ec4899, #8b5cf6, #3b82f6, #10b981) !important;
	background-size: 300% 300% !important;
	color: #ffffff !important;
	animation: bc-gradient-animation 5s ease infinite !important;
}
.bc-btn-gradient-shift:hover, a.bc-btn-gradient-shift:hover {
	transform: translateY(-3px) scale(1.03) !important;
	box-shadow: 0 12px 25px rgba(236, 72, 153, 0.6) !important;
}
@keyframes bc-gradient-animation {
	0% { background-position: 0% 50%; }
	50% { background-position: 100% 50%; }
	100% { background-position: 0% 50%; }
}

/* 6: Ripple Wave Click */
.bc-btn-ripple-wave, a.bc-btn-ripple-wave {
	background: #10b981 !important;
	color: #ffffff !important;
	overflow: hidden !important;
}
.bc-btn-ripple-wave::after, a.bc-btn-ripple-wave::after {
	content: '';
	position: absolute;
	top: 50%; left: 50%;
	width: 0; height: 0;
	background: rgba(255, 255, 255, 0.4);
	border-radius: 50%;
	transform: translate(-50%, -50%);
	transition: width 0.6s ease, height 0.6s ease, opacity 0.6s ease;
}
.bc-btn-ripple-wave:hover::after, a.bc-btn-ripple-wave:hover::after {
	width: 320px;
	height: 320px;
	opacity: 0;
}
.bc-btn-ripple-wave:hover, a.bc-btn-ripple-wave:hover {
	background: #059669 !important;
	transform: translateY(-2px) !important;
	box-shadow: 0 8px 20px rgba(16, 185, 129, 0.4) !important;
}

/* 7: Shine Sweep Flare */
.bc-btn-shine-sweep, a.bc-btn-shine-sweep {
	background: #0284c7 !important;
	color: #ffffff !important;
	overflow: hidden !important;
}
.bc-btn-shine-sweep::after, a.bc-btn-shine-sweep::after {
	content: '';
	position: absolute;
	top: -50%; left: -60%;
	width: 50%; height: 200%;
	background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.6), transparent);
	transform: rotate(25deg);
	transition: left 0.75s ease;
}
.bc-btn-shine-sweep:hover::after, a.bc-btn-shine-sweep:hover::after {
	left: 130%;
}
.bc-btn-shine-sweep:hover, a.bc-btn-shine-sweep:hover {
	background: #0369a1 !important;
	transform: translateY(-2px) !important;
	box-shadow: 0 8px 20px rgba(2, 132, 199, 0.5) !important;
}

/* 8: Minimal Line Underline Fill */
.bc-btn-minimal-line, a.bc-btn-minimal-line {
	background: #0f172a !important;
	border: 2px solid #6366f1 !important;
	color: #ffffff !important;
	overflow: hidden !important;
}
.bc-btn-minimal-line::before, a.bc-btn-minimal-line::before {
	content: '';
	position: absolute;
	inset: 0;
	background: #6366f1;
	transform: scaleX(0);
	transform-origin: right;
	transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	z-index: 0;
}
.bc-btn-minimal-line:hover::before, a.bc-btn-minimal-line:hover::before {
	transform: scaleX(1);
	transform-origin: left;
}
.bc-btn-minimal-line:hover, a.bc-btn-minimal-line:hover {
	transform: translateY(-2px) !important;
	box-shadow: 0 8px 20px rgba(99, 102, 241, 0.4) !important;
}
.bc-btn-minimal-line .bc-btn-text, .bc-btn-minimal-line .bc-btn-icon {
	position: relative; z-index: 1;
}

/* 9: Magnetic Floating Shadow */
.bc-btn-magnetic-shadow, a.bc-btn-magnetic-shadow {
	background: #ffffff !important;
	color: #0f172a !important;
	border: 1px solid #cbd5e1 !important;
	box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1) !important;
}
.bc-btn-magnetic-shadow:hover, a.bc-btn-magnetic-shadow:hover {
	transform: translateY(-5px) !important;
	box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.15), 0 10px 10px -5px rgba(0, 0, 0, 0.08) !important;
	border-color: #94a3b8 !important;
}

/* 10: Neumorphic Soft Emboss */
.bc-btn-neumorphic, a.bc-btn-neumorphic {
	background: #e0e5ec !important;
	color: #334155 !important;
	box-shadow: 8px 8px 16px rgb(163 177 198 / 60%), -8px -8px 16px rgba(255, 255, 255, 0.8) !important;
}
.bc-btn-neumorphic:hover, a.bc-btn-neumorphic:hover {
	box-shadow: 12px 12px 20px rgb(163 177 198 / 75%), -12px -12px 20px rgba(255, 255, 255, 0.95) !important;
	transform: translateY(-2px) !important;
	color: #0f172a !important;
}
.bc-btn-neumorphic:active, a.bc-btn-neumorphic:active {
	box-shadow: inset 4px 4px 8px rgb(163 177 198 / 60%), inset -4px -4px 8px rgba(255, 255, 255, 0.8) !important;
	transform: translateY(0) !important;
}

/* 11: Icon Slide Reveal */
.bc-btn-icon-slide, a.bc-btn-icon-slide {
	background: #4f46e5 !important;
	color: #ffffff !important;
	overflow: hidden !important;
}
.bc-btn-icon-slide .bc-btn-icon, a.bc-btn-icon-slide .bc-btn-icon {
	transform: translateX(-8px);
	opacity: 0.5;
	transition: all 0.3s ease !important;
}
.bc-btn-icon-slide:hover .bc-btn-icon, a.bc-btn-icon-slide:hover .bc-btn-icon {
	transform: translateX(0);
	opacity: 1;
}
.bc-btn-icon-slide:hover, a.bc-btn-icon-slide:hover {
	background: #4338ca !important;
	transform: translateY(-2px) !important;
	box-shadow: 0 8px 20px rgba(79, 70, 229, 0.4) !important;
}

/* 12: Skew Slant Angle */
.bc-btn-skew-slant, a.bc-btn-skew-slant {
	background: #f43f5e !important;
	color: #ffffff !important;
	transform: skewX(-10deg) !important;
}
.bc-btn-skew-slant .bc-btn-text, a.bc-btn-skew-slant .bc-btn-text {
	transform: skewX(10deg) !important;
}
.bc-btn-skew-slant:hover, a.bc-btn-skew-slant:hover {
	transform: skewX(-10deg) translateY(-3px) scale(1.03) !important;
	background: #e11d48 !important;
	box-shadow: 0 10px 20px rgba(244, 63, 94, 0.4) !important;
}

/* 13: Retro Cyberpunk Cyber */
.bc-btn-cyberpunk, a.bc-btn-cyberpunk {
	background: #facc15 !important;
	color: #0f172a !important;
	border: 3px solid #0f172a !important;
	box-shadow: 5px 5px 0px #0f172a !important;
	font-weight: 800 !important;
	text-transform: uppercase !important;
}
.bc-btn-cyberpunk:hover, a.bc-btn-cyberpunk:hover {
	transform: translate(-3px, -3px) !important;
	box-shadow: 8px 8px 0px #0f172a !important;
	background: #eab308 !important;
}
.bc-btn-cyberpunk:active, a.bc-btn-cyberpunk:active {
	transform: translate(2px, 2px) !important;
	box-shadow: 2px 2px 0px #0f172a !important;
}

/* 14: Pill Badge Tag */
.bc-btn-pill-badge, a.bc-btn-pill-badge {
	background: #0f172a !important;
	color: #ffffff !important;
	border-radius: var(--bc-radius-full) !important;
}
.bc-btn-badge, a.bc-btn-badge {
	background: #ec4899 !important;
	color: #ffffff !important;
	font-size: 11px !important;
	padding: 2px 8px !important;
	border-radius: 12px !important;
	transition: transform 0.25s ease !important;
}
.bc-btn-pill-badge:hover .bc-btn-badge, a.bc-btn-pill-badge:hover .bc-btn-badge {
	transform: scale(1.15) rotate(5deg) !important;
	background: #f43f5e !important;
}
.bc-btn-pill-badge:hover, a.bc-btn-pill-badge:hover {
	transform: translateY(-2px) !important;
	box-shadow: 0 8px 20px rgba(15, 23, 42, 0.3) !important;
}

/* 15: Outline Fill Fill-Up */
.bc-btn-outline-fill, a.bc-btn-outline-fill {
	background: transparent !important;
	border: 2px solid #8b5cf6 !important;
	color: #8b5cf6 !important;
	overflow: hidden !important;
}
.bc-btn-outline-fill::before, a.bc-btn-outline-fill::before {
	content: '';
	position: absolute;
	inset: 0;
	background: #8b5cf6;
	transform: scaleY(0);
	transform-origin: bottom;
	transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
	z-index: 0;
}
.bc-btn-outline-fill:hover::before, a.bc-btn-outline-fill:hover::before {
	transform: scaleY(1);
}
.bc-btn-outline-fill:hover, a.bc-btn-outline-fill:hover {
	color: #ffffff !important;
	transform: translateY(-2px) !important;
	box-shadow: 0 8px 20px rgba(139, 92, 246, 0.4) !important;
}
.bc-btn-outline-fill .bc-btn-text, .bc-btn-outline-fill .bc-btn-icon {
	position: relative; z-index: 1;
}

/* 16: Double Border Accent */
.bc-btn-double-border, a.bc-btn-double-border {
	background: #1e1b4b !important;
	color: #c7d2fe !important;
	border: 1px solid #6366f1 !important;
	outline: 2px solid #312e81 !important;
	outline-offset: 3px !important;
}
.bc-btn-double-border:hover, a.bc-btn-double-border:hover {
	outline-offset: 6px !important;
	outline-color: #818cf8 !important;
	border-color: #818cf8 !important;
	color: #ffffff !important;
	transform: translateY(-2px) !important;
}

/* 17: Floating Shadow Glow */
.bc-btn-floating-glow, a.bc-btn-floating-glow {
	background: linear-gradient(135deg, #06b6d4, #3b82f6) !important;
	color: #ffffff !important;
	box-shadow: 0 10px 20px -5px rgba(6, 182, 212, 0.5) !important;
}
.bc-btn-floating-glow:hover, a.bc-btn-floating-glow:hover {
	box-shadow: 0 15px 30px -3px rgba(6, 182, 212, 0.8) !important;
	transform: translateY(-4px) !important;
}

/* 18: Border Draw Tracer */
.bc-btn-border-draw, a.bc-btn-border-draw {
	background: #0f172a !important;
	color: #38bdf8 !important;
	border: 2px solid #38bdf8 !important;
}
.bc-btn-border-draw:hover, a.bc-btn-border-draw:hover {
	background: #38bdf8 !important;
	color: #0f172a !important;
	box-shadow: 0 0 22px rgba(56, 189, 248, 0.8) !important;
	transform: translateY(-2px) !important;
}

/* 19: Elastic Bounce Scale */
.bc-btn-elastic-bounce, a.bc-btn-elastic-bounce {
	background: #f97316 !important;
	color: #ffffff !important;
}
.bc-btn-elastic-bounce:hover, a.bc-btn-elastic-bounce:hover {
	animation: bc-elastic 0.7s cubic-bezier(0.68, -0.55, 0.265, 1.55) infinite alternate !important;
	background: #ea580c !important;
	box-shadow: 0 10px 20px rgba(249, 115, 22, 0.4) !important;
}
@keyframes bc-elastic {
	0% { transform: scale(1); }
	50% { transform: scale(1.1); }
	100% { transform: scale(1.03); }
}

/* 20: Dark Slate Minimalist */
.bc-btn-dark-minimal, a.bc-btn-dark-minimal {
	background: #18181b !important;
	color: #f4f4f5 !important;
	border: 1px solid #3f3f46 !important;
}
.bc-btn-dot, a.bc-btn-dot {
	width: 8px !important; height: 8px !important;
	background: #22c55e !important;
	border-radius: 50% !important;
	box-shadow: 0 0 8px #22c55e !important;
	animation: bc-dot-ping 1.8s infinite;
}
.bc-btn-dark-minimal:hover, a.bc-btn-dark-minimal:hover {
	border-color: #22c55e !important;
	color: #ffffff !important;
	transform: translateY(-2px) !important;
}
@keyframes bc-dot-ping {
	0% { box-shadow: 0 0 0 0 rgba(34, 197, 94, 0.7); }
	70% { box-shadow: 0 0 0 8px rgba(34, 197, 94, 0); }
	100% { box-shadow: 0 0 0 0 rgba(34, 197, 94, 0); }
}

/* -------------------------------------------------------------
 * 3. PRO PRESETS (21-30) - ADVANCED MICRO-ANIMATIONS & SHIMMERS
 * ------------------------------------------------------------- */

/* 21: 3D Mesh Hologram */
.bc-btn-hologram-3d, a.bc-btn-hologram-3d {
	background: linear-gradient(135deg, #ec4899, #8b5cf6, #06b6d4, #3b82f6) !important;
	background-size: 300% 300% !important;
	color: #ffffff !important;
	box-shadow: 0 10px 25px rgba(236, 72, 153, 0.6), inset 0 1px 1px rgba(255, 255, 255, 0.4) !important;
	animation: bc-hologram-shift 4s ease infinite !important;
}
.bc-btn-hologram-3d:hover, a.bc-btn-hologram-3d:hover {
	transform: translateY(-4px) scale(1.04) !important;
	box-shadow: 0 15px 35px rgba(236, 72, 153, 0.8), inset 0 2px 4px #ffffff !important;
}
@keyframes bc-hologram-shift {
	0% { background-position: 0% 50%; filter: hue-rotate(0deg); }
	50% { background-position: 100% 50%; filter: hue-rotate(60deg); }
	100% { background-position: 0% 50%; filter: hue-rotate(0deg); }
}

/* 22: Confetti Burst */
.bc-btn-confetti-burst, a.bc-btn-confetti-burst {
	background: linear-gradient(135deg, #ff007f, #ffaa00) !important;
	color: #ffffff !important;
	box-shadow: 0 8px 20px rgba(255, 0, 127, 0.5) !important;
}
.bc-btn-confetti-burst:hover, a.bc-btn-confetti-burst:hover {
	animation: bc-confetti-pop 0.6s ease infinite alternate !important;
	box-shadow: 0 12px 25px rgba(255, 0, 127, 0.7) !important;
}
@keyframes bc-confetti-pop {
	0% { transform: translateY(0) scale(1); }
	100% { transform: translateY(-4px) scale(1.05); }
}

/* 23: Particle Galaxy */
.bc-btn-galaxy-particle, a.bc-btn-galaxy-particle {
	background: #030712 !important;
	background-image: radial-gradient(circle at 20% 30%, rgba(56, 189, 248, 0.3) 0%, transparent 40%), radial-gradient(circle at 80% 70%, rgba(168, 85, 247, 0.3) 0%, transparent 40%) !important;
	color: #38bdf8 !important;
	border: 1px solid #0284c7 !important;
	box-shadow: 0 0 20px rgba(56, 189, 248, 0.4), inset 0 0 15px rgba(56, 189, 248, 0.2) !important;
}
.bc-btn-galaxy-particle:hover, a.bc-btn-galaxy-particle:hover {
	box-shadow: 0 0 30px rgba(56, 189, 248, 0.8), inset 0 0 20px rgba(56, 189, 248, 0.5) !important;
	transform: translateY(-3px) !important;
	color: #7dd3fc !important;
}

/* 24: Liquid Lava Blob */
.bc-btn-lava-blob, a.bc-btn-lava-blob {
	background: linear-gradient(135deg, #ea580c, #dc2626) !important;
	color: #ffffff !important;
	border-radius: 60% 40% 30% 70% / 60% 30% 70% 40% !important;
	animation: bc-lava-morph 5s ease-in-out infinite !important;
	box-shadow: 0 10px 25px rgba(234, 88, 12, 0.5) !important;
}
.bc-btn-lava-blob:hover, a.bc-btn-lava-blob:hover {
	transform: scale(1.08) rotate(2deg) !important;
	box-shadow: 0 15px 30px rgba(234, 88, 12, 0.7) !important;
}
@keyframes bc-lava-morph {
	0% { border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%; }
	50% { border-radius: 30% 60% 70% 40% / 50% 60% 30% 60%; }
	100% { border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%; }
}

/* 25: Gold Metallic Foil */
.bc-btn-gold-foil, a.bc-btn-gold-foil {
	background: linear-gradient(135deg, #bf953f, #fcf6ba, #b38728, #fbf5b7, #aa771c) !important;
	color: #261c02 !important;
	font-weight: 800 !important;
	border: 1px solid #d97706 !important;
	box-shadow: 0 4px 15px rgba(191, 149, 63, 0.6), inset 0 1px 0 rgba(255, 255, 255, 0.8) !important;
	overflow: hidden !important;
}
.bc-btn-gold-foil::after, a.bc-btn-gold-foil::after {
	content: '';
	position: absolute;
	top: -50%; left: -60%;
	width: 50%; height: 200%;
	background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.8), transparent);
	transform: rotate(25deg);
	transition: left 0.6s ease;
}
.bc-btn-gold-foil:hover::after, a.bc-btn-gold-foil:hover::after {
	left: 130%;
}
.bc-btn-gold-foil:hover, a.bc-btn-gold-foil:hover {
	transform: translateY(-3px) !important;
	box-shadow: 0 10px 25px rgba(191, 149, 63, 0.9) !important;
}

/* 26: Cyber Matrix Glow */
.bc-btn-matrix-glow, a.bc-btn-matrix-glow {
	background: #022c22 !important;
	color: #34d399 !important;
	border: 2px solid #10b981 !important;
	box-shadow: 0 0 15px #10b981, inset 0 0 10px rgba(16, 185, 129, 0.4) !important;
}
.bc-btn-matrix-glow:hover, a.bc-btn-matrix-glow:hover {
	background: #10b981 !important;
	color: #022c22 !important;
	box-shadow: 0 0 30px #10b981 !important;
	transform: translateY(-2px) !important;
}

/* 27: Floating Magnetic Follow */
.bc-btn-magnetic-follow, a.bc-btn-magnetic-follow {
	background: #1e1b4b !important;
	color: #a5b4fc !important;
	border: 1px solid #6366f1 !important;
	box-shadow: 0 8px 25px rgba(99, 102, 241, 0.4) !important;
}
.bc-btn-magnetic-follow:hover, a.bc-btn-magnetic-follow:hover {
	transform: translateY(-6px) scale(1.03) !important;
	box-shadow: 0 16px 35px rgba(99, 102, 241, 0.7) !important;
	background: #312e81 !important;
	color: #ffffff !important;
}

/* 28: Neon Pulse Dual */
.bc-btn-neon-dual, a.bc-btn-neon-dual {
	background: #09090b !important;
	color: #ffffff !important;
	border: 1px solid #ec4899 !important;
	animation: bc-dual-neon 3s infinite alternate !important;
}
.bc-btn-neon-dual:hover, a.bc-btn-neon-dual:hover {
	transform: translateY(-3px) scale(1.04) !important;
}
@keyframes bc-dual-neon {
	0% { box-shadow: -8px 0 20px #ec4899, 8px 0 20px #06b6d4; }
	100% { box-shadow: -12px 0 28px #06b6d4, 12px 0 28px #ec4899; }
}

/* 29: Glass Morphism Rainbow */
.bc-btn-glass-rainbow, a.bc-btn-glass-rainbow {
	background: rgba(30, 41, 59, 0.9) !important;
	border: 2px solid #ec4899 !important;
	color: #ffffff !important;
	animation: bc-rainbow-border 4s linear infinite !important;
}
.bc-btn-glass-rainbow:hover, a.bc-btn-glass-rainbow:hover {
	transform: translateY(-3px) scale(1.03) !important;
}
@keyframes bc-rainbow-border {
	0% { border-color: #ec4899; box-shadow: 0 8px 30px rgba(236, 72, 153, 0.5); }
	33% { border-color: #06b6d4; box-shadow: 0 8px 30px rgba(6, 182, 212, 0.5); }
	66% { border-color: #10b981; box-shadow: 0 8px 30px rgba(16, 185, 129, 0.5); }
	100% { border-color: #ec4899; box-shadow: 0 8px 30px rgba(236, 72, 153, 0.5); }
}

/* 30: Diamond Crystal Shimmer */
.bc-btn-crystal-shimmer, a.bc-btn-crystal-shimmer {
	background: linear-gradient(135deg, #e0f2fe 0%, #7dd3fc 50%, #0284c7 100%) !important;
	color: #0369a1 !important;
	border: 1px solid #7dd3fc !important;
	box-shadow: 0 10px 25px rgba(125, 211, 252, 0.7), inset 0 1px 2px #ffffff !important;
	overflow: hidden !important;
}
.bc-btn-crystal-shimmer::after, a.bc-btn-crystal-shimmer::after {
	content: '';
	position: absolute;
	top: -50%; left: -60%;
	width: 50%; height: 200%;
	background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.9), transparent);
	transform: rotate(25deg);
	transition: left 0.5s ease;
}
.bc-btn-crystal-shimmer:hover::after, a.bc-btn-crystal-shimmer:hover::after {
	left: 130%;
}
.bc-btn-crystal-shimmer:hover, a.bc-btn-crystal-shimmer:hover {
	transform: translateY(-3px) scale(1.03) !important;
	box-shadow: 0 15px 35px rgba(125, 211, 252, 0.9) !important;
}
