/*************************** FONTS ***************************/

@font-face {
    font-family: 'Cairo';
    src: url('/fonts/Cairo-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Cairo';
    src: url('/fonts/Cairo-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Cairo';
    src: url('/fonts/Cairo-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Cairo';
    src: url('/fonts/Cairo-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

/*************************** FONTS ***************************/



/*************************** GENERAL ***************************/

html, body {
    font-family: 'Cairo', sans-serif !important;
}

h1:focus {
    outline: none;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid #e50000;
}

.validation-message {
    color: #e50000;
}

.blazor-error-boundary {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
    padding: 1rem 1rem 1rem 3.7rem;
    color: white;
}

.blazor-error-boundary::after {
    content: "An error has occurred."
}

.darker-border-checkbox.form-check-input {
    border-color: #929292;
}

div.mud-input-error > .me-auto {
    margin-inline-start: 0 !important;
}

/* VenueCandidates: Call button full-width fix.
   MudMenu root is inline-flex and the inner activator has display:contents,
   so we override both layers to force the button to fill the card width. */
.mud-menu.vc-call-menu {
    display: block !important;
    width: 100% !important;
}

.mud-menu.vc-call-menu > .mud-menu-activator {
    display: block !important;
    width: 100% !important;
}

html, body, .mud-layout {
    height: 100%;
    margin: 0;
}

/*************************** GENERAL ***************************/



/*************************** MAIN LAYOUT ***************************/

.MainLayout-container {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.MainLayout-content {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.Body-container {
    flex: 1;
}

/*************************** MAIN LAYOUT ***************************/



/*************************** NAV MENU STYLING ***************************/

.nav-menu-styled .mud-nav-link {
    font-size: 1rem !important;
    font-weight: 500 !important;
    padding: 14px 16px !important;
    margin-bottom: 6px !important;
    border-radius: 10px !important;
    transition: all 0.2s ease !important;
}

.nav-menu-styled .mud-nav-link:hover {
    background-color: rgba(13, 148, 136, 0.08) !important;
}

.nav-menu-styled .mud-nav-link.active {
    background-color: rgba(13, 148, 136, 0.12) !important;
    color: var(--imeag-primary) !important;
}

.nav-menu-styled .mud-nav-link .mud-icon-root {
    font-size: 1.4rem !important;
}

/* Dark mode nav styling */
body.mud-theme-dark .nav-menu-styled .mud-nav-link:hover {
    background-color: rgba(45, 212, 191, 0.1) !important;
}

body.mud-theme-dark .nav-menu-styled .mud-nav-link.active {
    background-color: rgba(45, 212, 191, 0.15) !important;
    color: var(--imeag-primary) !important;
}

/*************************** NAV MENU STYLING ***************************/



/*************************** FOOTER LAYOUT ***************************/

.Footer-container {
    margin-top: auto;
    background-color: var(--imeag-bg-surface);
    border-top: 1px solid var(--imeag-border-color);
}

.Footer-paper {
    background-color: var(--imeag-bg-surface) !important;
}

/*************************** FOOTER LAYOUT ***************************/



/*************************** ERROR BAR ***************************/

#blazor-error-ui {
    background-color: red;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

#blazor-error-ui .dismiss {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}

/*************************** ERROR BAR ***************************/



/*************************** APP PRELOADER ***************************/

.loader-container {
    min-height: 100vh;
    background: linear-gradient(135deg, var(--mud-palette-background, #f8fafc) 0%, var(--mud-palette-surface, #e2e8f0) 100%);
    position: relative;
    font-family: 'Cairo', Arial, sans-serif;
}

.loader-content {
    width: 25%;
    min-width: 280px;
    background: var(--mud-palette-surface, #ffffff);
    border-radius: 16px;
    padding: 2.5rem;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    border: 1px solid var(--mud-palette-divider, #e2e8f0);
}

.title-text {
    color: var(--mud-palette-text-primary, #1e293b);
    font-weight: 600;
    animation: fade-glow 2s ease-in-out infinite alternate;
}

.subtitle-text {
    color: var(--mud-palette-text-secondary, #64748b);
    font-weight: 400;
}

.loading-dots {
    display: inline-flex;
    gap: 4px;
    margin-inline-start: 8px;
}

.loading-dot {
    width: 6px;
    height: 6px;
    background: var(--mud-palette-primary, #0d9488);
    border-radius: 50%;
    animation: bounce-dots 1.4s ease-in-out infinite both;
}

.loading-dot:nth-child(1) {
    animation-delay: -0.32s;
}

.loading-dot:nth-child(2) {
    animation-delay: -0.16s;
}

.loading-dot:nth-child(3) {
    animation-delay: 0s;
}

.loading-dots-layout {
    display: inline-flex;
    gap: 4px;
    margin-inline-start: 8px;
    padding: 70px;
}

.loading-dot-layout {
    width: 20px;
    height: 20px;
    background: var(--mud-palette-primary, #0d9488);
    border-radius: 50%;
    animation: bounce-dots 1.4s ease-in-out infinite both;
}

.loading-dot-layout:nth-child(1) {
    animation-delay: -0.32s;
}

.loading-dot-layout:nth-child(2) {
    animation-delay: -0.16s;
}

.loading-dot-layout:nth-child(3) {
    animation-delay: 0s;
}

.progress-bar-container {
    width: 100%;
    max-width: 250px;
    height: 8px;
    background-color: var(--mud-palette-divider, #e2e8f0);
    border-radius: 4px;
    margin: 20px auto;
    overflow: hidden;
}

.progress-bar {
    height: 100%;
    background-color: var(--mud-palette-primary, #0d9488);
    border-radius: 4px;
    width: var(--blazor-load-percentage, 0%);
    transition: width 0.2s ease-in-out;
}

.loading-progress-text {
    text-align: center;
    font-weight: bold;
    color: var(--mud-palette-text-primary, #1e293b);
}

.loading-progress-text:after {
    content: var(--blazor-load-percentage-text, "Loading");
}

.d-flex {
    display: flex;
}

.justify-content-center {
    justify-content: center;
}

.align-items-center {
    align-items: center;
}

.text-center {
    text-align: center;
}

.stack {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
}

.h5 {
    font-size: 1.5rem;
    margin: 0;
}

.body1 {
    font-size: 1rem;
    margin: 0;
}

@keyframes fade-glow {
    0% {
        opacity: 0.8;
    }
    100% {
        opacity: 1;
    }
}

@keyframes bounce-dots {
    0%, 80%, 100% {
        transform: scale(0.8);
        opacity: 0.5;
    }
    40% {
        transform: scale(1.2);
        opacity: 1;
    }
}

@media (max-width: 768px) {
    .loader-content {
        width: 90%;
        min-width: unset;
        padding: 2rem;
        margin: 1rem;
    }
}

/*************************** APP PRELOADER ***************************/



/*************************** IMEAG DESIGN SYSTEM ***************************/

/* === IMEAG Variables - Light Mode (Default) === */
:root {
    --imeag-primary: #0d9488;
    --imeag-primary-dark: #0f766e;
    --imeag-primary-light: #2dd4bf;
    --imeag-secondary: #6366f1;
    --imeag-accent: #f59e0b;
    --imeag-success: #10b981;
    --imeag-gradient-1: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    --imeag-gradient-2: linear-gradient(135deg, #0d9488 0%, #0f766e 100%);
    --imeag-gradient-3: linear-gradient(135deg, #6366f1 0%, #8b5cf6 100%);
    --imeag-glow-primary: 0 0 20px rgba(13, 148, 136, 0.3);
    --imeag-glow-secondary: 0 0 20px rgba(99, 102, 241, 0.3);
    --imeag-shadow-card: 0 10px 40px rgba(0, 0, 0, 0.1);
    --imeag-shadow-hover: 0 20px 60px rgba(0, 0, 0, 0.15);
    --imeag-radius: 16px;
    --imeag-radius-lg: 24px;
    --imeag-text-primary: #1e293b;
    --imeag-text-secondary: #64748b;
    --imeag-bg-card: #ffffff;
    --imeag-bg-surface: #f8fafc;
    --imeag-bg-muted: #f1f5f9;
    --imeag-border-color: #e2e8f0;
    --imeag-border-light: rgba(0, 0, 0, 0.06);
}

/* === IMEAG Variables - Dark Mode === */
.mud-theme-dark,
body.mud-theme-dark {
    --imeag-primary: #2dd4bf;
    --imeag-primary-dark: #14b8a6;
    --imeag-primary-light: #5eead4;
    --imeag-secondary: #818cf8;
    --imeag-accent: #fbbf24;
    --imeag-success: #34d399;
    --imeag-gradient-2: linear-gradient(135deg, #14b8a6 0%, #0d9488 100%);
    --imeag-gradient-3: linear-gradient(135deg, #818cf8 0%, #a78bfa 100%);
    --imeag-glow-primary: 0 0 25px rgba(45, 212, 191, 0.4);
    --imeag-glow-secondary: 0 0 25px rgba(129, 140, 248, 0.4);
    --imeag-shadow-card: 0 10px 40px rgba(0, 0, 0, 0.4);
    --imeag-shadow-hover: 0 20px 60px rgba(0, 0, 0, 0.5);
    --imeag-text-primary: #f1f5f9;
    --imeag-text-secondary: #94a3b8;
    --imeag-bg-card: #1e293b;
    --imeag-bg-surface: #0f172a;
    --imeag-bg-muted: #334155;
    --imeag-border-color: #334155;
    --imeag-border-light: rgba(255, 255, 255, 0.08);
}

/* === Dark Mode Body Styles === */
body.mud-theme-dark {
    background-color: var(--imeag-bg-surface);
    color: var(--imeag-text-primary);
}

body.mud-theme-dark .mud-layout {
    background-color: var(--imeag-bg-surface);
}

body.mud-theme-dark .mud-main-content {
    background-color: var(--imeag-bg-surface);
}

body.mud-theme-dark .mud-drawer {
    background-color: var(--imeag-bg-card);
}

body.mud-theme-dark .mud-appbar {
    background-color: var(--imeag-bg-card);
}

body.mud-theme-dark .mud-table {
    background-color: var(--imeag-bg-card);
}

body.mud-theme-dark .mud-card {
    background-color: var(--imeag-bg-card);
}

body.mud-theme-dark .mud-paper {
    background-color: var(--imeag-bg-card);
}

/* === Dark Mode MudBlazor Overrides === */
.mud-theme-dark .imeag-stats-badge,
body.mud-theme-dark .imeag-stats-badge {
    background: linear-gradient(135deg, rgba(45, 212, 191, 0.15) 0%, rgba(45, 212, 191, 0.08) 100%);
    color: var(--imeag-primary);
    border-color: rgba(45, 212, 191, 0.25);
}

.mud-theme-dark .imeag-chip.primary,
body.mud-theme-dark .imeag-chip.primary {
    background: rgba(45, 212, 191, 0.15);
    color: var(--imeag-primary);
}

.mud-theme-dark .imeag-chip.secondary,
body.mud-theme-dark .imeag-chip.secondary {
    background: rgba(129, 140, 248, 0.15);
    color: var(--imeag-secondary);
}

.mud-theme-dark .imeag-icon-container.primary,
body.mud-theme-dark .imeag-icon-container.primary {
    background: linear-gradient(135deg, rgba(45, 212, 191, 0.2) 0%, rgba(45, 212, 191, 0.1) 100%);
}

.mud-theme-dark .imeag-icon-container.secondary,
body.mud-theme-dark .imeag-icon-container.secondary {
    background: linear-gradient(135deg, rgba(129, 140, 248, 0.2) 0%, rgba(129, 140, 248, 0.1) 100%);
}

.mud-theme-dark .imeag-icon-container.success,
body.mud-theme-dark .imeag-icon-container.success {
    background: linear-gradient(135deg, rgba(52, 211, 153, 0.2) 0%, rgba(52, 211, 153, 0.1) 100%);
}

.mud-theme-dark .imeag-icon-container.accent,
body.mud-theme-dark .imeag-icon-container.accent {
    background: linear-gradient(135deg, rgba(251, 191, 36, 0.2) 0%, rgba(251, 191, 36, 0.1) 100%);
}

.mud-theme-dark .imeag-empty-state-icon,
body.mud-theme-dark .imeag-empty-state-icon {
    background: linear-gradient(135deg, rgba(45, 212, 191, 0.15) 0%, rgba(45, 212, 191, 0.08) 100%);
}

.mud-theme-dark .imeag-gradient-text,
body.mud-theme-dark .imeag-gradient-text {
    background: linear-gradient(135deg, #2dd4bf 0%, #5eead4 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* Dark mode skeleton fix */
.mud-theme-dark .mud-skeleton,
body.mud-theme-dark .mud-skeleton {
    background-color: var(--imeag-bg-muted) !important;
}

/* === Page Hero Section === */
.imeag-hero {
    background: var(--imeag-gradient-2);
    border-radius: var(--imeag-radius-lg);
    padding: 3rem 2rem;
    position: relative;
    overflow: hidden;
    animation: heroAppear 0.6s ease-out;
}

.imeag-hero::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -20%;
    width: 400px;
    height: 400px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    animation: float-orb 8s ease-in-out infinite;
}

.imeag-hero::after {
    content: '';
    position: absolute;
    bottom: -30%;
    left: -10%;
    width: 300px;
    height: 300px;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 50%;
    animation: float-orb 10s ease-in-out infinite reverse;
}

@keyframes heroAppear {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes float-orb {
    0%, 100% {
        transform: translate(0, 0) scale(1);
    }
    50% {
        transform: translate(30px, -30px) scale(1.1);
    }
}

/* === Shimmer Text Animation === */
.imeag-shimmer-text {
    background: linear-gradient(
        90deg,
        rgba(255, 255, 255, 0.9) 0%,
        rgba(255, 255, 255, 1) 50%,
        rgba(255, 255, 255, 0.9) 100%
    );
    background-size: 200% auto;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: shimmer 3s ease-in-out infinite;
}

@keyframes shimmer {
    0% {
        background-position: -200% center;
    }
    100% {
        background-position: 200% center;
    }
}

/* === Floating Icon Animation === */
.imeag-float-icon {
    animation: iconFloat 3s ease-in-out infinite;
}

@keyframes iconFloat {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}

/* === Pulse Glow Effect === */
.imeag-pulse-glow {
    animation: pulseGlow 2s ease-in-out infinite;
}

@keyframes pulseGlow {
    0%, 100% {
        box-shadow: var(--imeag-glow-primary);
    }
    50% {
        box-shadow: 0 0 40px rgba(13, 148, 136, 0.5);
    }
}

/* === Feature Cards === */
.imeag-feature-card {
    background: var(--imeag-bg-card);
    border-radius: var(--imeag-radius);
    padding: 2rem;
    position: relative;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border: 1px solid var(--imeag-border-light);
    box-shadow: var(--imeag-shadow-card);
}

.imeag-feature-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: var(--imeag-gradient-2);
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

.imeag-feature-card:hover {
    transform: translateY(-8px);
    box-shadow: var(--imeag-shadow-hover);
}

.imeag-feature-card:hover::before {
    transform: scaleX(1);
}

/* === Card Icon Container === */
.imeag-icon-container {
    width: 70px;
    height: 70px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
    position: relative;
    transition: all 0.3s ease;
}

.imeag-icon-container.primary {
    background: linear-gradient(135deg, rgba(13, 148, 136, 0.15) 0%, rgba(13, 148, 136, 0.08) 100%);
    color: var(--imeag-primary);
}

.imeag-icon-container.secondary {
    background: linear-gradient(135deg, rgba(99, 102, 241, 0.15) 0%, rgba(99, 102, 241, 0.08) 100%);
    color: var(--imeag-secondary);
}

.imeag-icon-container.success {
    background: linear-gradient(135deg, rgba(16, 185, 129, 0.15) 0%, rgba(16, 185, 129, 0.08) 100%);
    color: var(--imeag-success);
}

.imeag-icon-container.accent {
    background: linear-gradient(135deg, rgba(245, 158, 11, 0.15) 0%, rgba(245, 158, 11, 0.08) 100%);
    color: var(--imeag-accent);
}

.imeag-feature-card:hover .imeag-icon-container {
    transform: scale(1.1) rotate(5deg);
}

/* === Venue Cards === */
.imeag-venue-card {
    background: var(--imeag-bg-card);
    border-radius: var(--imeag-radius);
    padding: 1.5rem;
    position: relative;
    overflow: hidden;
    transition: all 0.35s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border: 1px solid var(--imeag-border-light);
    box-shadow: var(--imeag-shadow-card);
    cursor: pointer;
}

.imeag-venue-card::after {
    content: '';
    position: absolute;
    inset: 0;
    background: var(--imeag-gradient-2);
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 0;
}

.imeag-venue-card:hover {
    transform: translateY(-6px) scale(1.02);
    box-shadow: 0 12px 40px rgba(13, 148, 136, 0.2);
}

.imeag-venue-card:hover::after {
    opacity: 0.03;
}

.imeag-venue-card > * {
    position: relative;
    z-index: 1;
}

/* === Stats Badge === */
.imeag-stats-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1rem;
    border-radius: 50px;
    font-size: 0.85rem;
    font-weight: 600;
    background: linear-gradient(135deg, rgba(13, 148, 136, 0.12) 0%, rgba(13, 148, 136, 0.06) 100%);
    color: var(--imeag-primary-dark);
    border: 1px solid rgba(13, 148, 136, 0.2);
}

/* === Page Header === */
.imeag-page-header {
    margin-bottom: 2rem;
}

.imeag-page-title {
    font-size: 1.75rem;
    font-weight: 700;
    color: var(--imeag-text-primary);
    margin-bottom: 0.5rem;
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.imeag-page-subtitle {
    color: var(--imeag-text-secondary);
    font-size: 1rem;
}

/* === Search Input === */
.imeag-search-container {
    position: relative;
    margin-bottom: 1.5rem;
}

.imeag-search-container .mud-input-outlined-border {
    border-radius: 12px !important;
    border-color: var(--imeag-border-color) !important;
    transition: all 0.2s ease !important;
}

.imeag-search-container:hover .mud-input-outlined-border {
    border-color: var(--imeag-primary-light) !important;
}

.imeag-search-container .mud-input-root-focused .mud-input-outlined-border {
    border-color: var(--imeag-primary) !important;
    box-shadow: 0 0 0 3px rgba(13, 148, 136, 0.1) !important;
}

/* === Action Button === */
.imeag-action-btn {
    background: var(--imeag-gradient-2) !important;
    color: white !important;
    border-radius: 12px !important;
    padding: 0.75rem 1.5rem !important;
    font-weight: 600 !important;
    text-transform: none !important;
    box-shadow: 0 4px 15px rgba(13, 148, 136, 0.3) !important;
    transition: all 0.3s ease !important;
}

.imeag-action-btn:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 8px 25px rgba(13, 148, 136, 0.4) !important;
}

/* === Empty State === */
.imeag-empty-state {
    text-align: center;
    padding: 4rem 2rem;
    background: linear-gradient(135deg, var(--imeag-bg-surface) 0%, var(--imeag-bg-muted) 100%);
    border-radius: var(--imeag-radius);
    border: 2px dashed var(--imeag-border-color);
}

.imeag-empty-state-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 1.5rem;
    background: linear-gradient(135deg, rgba(13, 148, 136, 0.1) 0%, rgba(13, 148, 136, 0.05) 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--imeag-primary);
    animation: emptyPulse 2s ease-in-out infinite;
}

@keyframes emptyPulse {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.05);
    }
}

/* === Toolbar === */
.imeag-toolbar {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    align-items: center;
    margin-bottom: 1.5rem;
    padding: 1rem;
    background: var(--imeag-bg-surface);
    border-radius: var(--imeag-radius);
    border: 1px solid var(--imeag-border-color);
}

/* === Hover Card Enhancement === */
.hover-card {
    transition: all 0.35s cubic-bezier(0.175, 0.885, 0.32, 1.275) !important;
}

.hover-card:hover {
    transform: translateY(-8px) !important;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12) !important;
}

/* === Stagger Animation for Lists === */
.imeag-stagger-item {
    opacity: 0;
    animation: staggerIn 0.5s ease forwards;
}

@keyframes staggerIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* === Gradient Text === */
.imeag-gradient-text {
    background: var(--imeag-gradient-2);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* === Interactive Chip === */
.imeag-chip {
    padding: 0.4rem 0.8rem;
    border-radius: 8px;
    font-size: 0.8rem;
    font-weight: 600;
    transition: all 0.2s ease;
}

.imeag-chip.primary {
    background: rgba(13, 148, 136, 0.1);
    color: var(--imeag-primary-dark);
}

.imeag-chip.secondary {
    background: rgba(99, 102, 241, 0.1);
    color: var(--imeag-secondary);
}

/* === Responsive Adjustments === */
@media (max-width: 768px) {
    .imeag-hero {
        padding: 2rem 1.5rem;
    }

    .imeag-feature-card {
        padding: 1.5rem;
    }

    .imeag-icon-container {
        width: 56px;
        height: 56px;
    }

    .imeag-toolbar {
        flex-direction: column;
        align-items: stretch;
    }
}

/*************************** IMEAG DESIGN SYSTEM ***************************/