/* _content/GylleneDroppen.Blazor/Components/Account/Pages/Login.razor.rz.scp.css */
/* Login Page Styles - Dark Whisky Theme */
.login-header[b-2krizkk6z8] {
    text-align: center;
    position: relative;
}

.login-header h1[b-2krizkk6z8] {
    font-family: var(--font-serif);
    font-size: 2.5rem;
    color: var(--color-leather);
    margin-bottom: 1rem;
    font-weight: 300;
    letter-spacing: 1px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.login-subtitle[b-2krizkk6z8] {
    color: var(--color-text-light);
    font-size: 1.125rem;
    margin-bottom: 0;
    opacity: 0.9;
    font-weight: 400;
    font-style: italic;
}

/* Form Styling - Dark Elegance */
.login-form[b-2krizkk6z8] {
    background: var(--color-background);
    border-radius: var(--radius-lg);
    padding: 2.5rem;
    margin-bottom: 2rem;
    position: relative;
    overflow: hidden;
}

.login-form[b-2krizkk6z8]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: transparent;
    pointer-events: none;
}

.form-section[b-2krizkk6z8] {
    margin-bottom: 2rem;
    position: relative;
    z-index: 1;
}

.form-section h2[b-2krizkk6z8] {
    font-family: var(--font-serif);
    font-size: 1.5rem;
    color: var(--color-leather);
    margin-bottom: 2rem;
    text-align: center;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.form-divider[b-2krizkk6z8] {
    margin: 2rem 0;
    border: none;
    height: 1px;
    background: var(--color-oak-dark);
    opacity: 0.5;
}

/* Enhanced Form Controls - Dark Theme */
.form-group[b-2krizkk6z8] {
    margin-bottom: 1.75rem;
}

.form-control[b-2krizkk6z8] {
    width: 100%;
    padding: 0.875rem 1rem;
    font-size: 0.875rem;
    line-height: 1.6;
    color: var(--color-text);
    background: var(--color-surface-elevated);
    border: 2px solid var(--color-border);
    border-radius: var(--radius-md);
    transition: all 0.2s ease;
    font-family: var(--font-serif);
    box-shadow: inset 0 1px 2px rgba(43, 24, 16, 0.1);
    letter-spacing: 0.5px;
}

.form-control[b-2krizkk6z8]::placeholder {
    color: var(--color-text-muted);
    opacity: 0.8;
}

.form-control:focus[b-2krizkk6z8] {
    outline: none;
    border-color: var(--color-oak-dark);
    box-shadow: 
        inset 0 1px 3px rgba(43, 24, 16, 0.15),
        0 0 0 2px rgba(101, 67, 33, 0.3);
    background: var(--color-surface-light);
    color: var(--color-text);
}

/* Remember Me Checkbox */
.form-check[b-2krizkk6z8] {
    margin: 1.5rem 0;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem;
    background: var(--color-surface-elevated);
    border-radius: var(--radius-md);
    border: 1px solid var(--color-border-light);
}

.form-check label[b-2krizkk6z8] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.875rem;
    color: var(--color-text);
    cursor: pointer;
    font-family: var(--font-sans);
}

.form-check-input[b-2krizkk6z8] {
    width: 1.125rem;
    height: 1.125rem;
    border: 1px solid var(--color-border);
    border-radius: var(--radius-sm);
    background: var(--color-surface-light);
}

.form-check-input:checked[b-2krizkk6z8] {
    background: var(--color-leather);
    border-color: var(--color-leather);
}

/* Submit Button - Executive Style */
.btn-login[b-2krizkk6z8] {
    width: 100%;
    padding: 0.875rem 2rem;
    font-size: 0.875rem;
    font-weight: 400;
    margin-bottom: 1.5rem;
    background: var(--color-surface-elevated);
    border: 2px solid var(--color-leather);
    color: var(--color-leather);
    border-radius: 2px;
    transition: all 0.3s ease;
    font-family: var(--font-serif);
    letter-spacing: 1px;
    text-transform: uppercase;
    font-variant: small-caps;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.btn-login[b-2krizkk6z8]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: transparent;
    background-size: 12px 12px;
    pointer-events: none;
}

.btn-login:hover[b-2krizkk6z8] {
    background: var(--color-leather);
    color: var(--color-white);
    border-color: var(--color-oak-dark);
    transform: translateY(-2px);
}

/* Links Section - Dark Elegant */
.auth-links[b-2krizkk6z8] {
    text-align: center;
    padding: 1.5rem;
    background: var(--color-surface);
    border: 1px solid var(--color-border);
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-sm);
}

.auth-links p[b-2krizkk6z8] {
    margin-bottom: 0.75rem;
    color: var(--color-text-light);
    font-size: 0.875rem;
    font-weight: 400;
}

.auth-links a[b-2krizkk6z8] {
    color: var(--color-leather);
    text-decoration: none;
    font-weight: 500;
    transition: all 0.2s ease;
    border-bottom: 1px solid transparent;
}

.auth-links a:hover[b-2krizkk6z8] {
    color: var(--color-primary);
    text-decoration: none;
    border-bottom-color: var(--color-primary);
}

/* Status Messages - Dark Theme */
.status-message[b-2krizkk6z8] {
    margin-bottom: 1.5rem;
    padding: 1rem 1.25rem;
    border-radius: var(--radius-md);
    font-size: 0.875rem;
    font-weight: 500;
    position: relative;
    z-index: 1;
}

.status-message.error[b-2krizkk6z8] {
    background: rgba(220, 20, 60, 0.15);
    color: var(--color-error);
    border: 1px solid rgba(220, 20, 60, 0.3);
    box-shadow: 0 2px 8px rgba(220, 20, 60, 0.1);
}

.status-message.success[b-2krizkk6z8] {
    background: rgba(34, 139, 34, 0.15);
    color: var(--color-success);
    border: 1px solid rgba(34, 139, 34, 0.3);
    box-shadow: 0 2px 8px rgba(34, 139, 34, 0.1);
}

/* Validation Styling - Dark Theme */
.validation-message[b-2krizkk6z8] {
    color: var(--color-error);
    font-size: 0.8125rem;
    margin-top: 0.5rem;
    display: block;
    font-style: italic;
}

.validation-summary[b-2krizkk6z8] {
    background: rgba(220, 20, 60, 0.15);
    border: 1px solid rgba(220, 20, 60, 0.3);
    border-radius: var(--radius-md);
    padding: 1rem 1.25rem;
    margin-bottom: 1.5rem;
    box-shadow: 0 2px 8px rgba(220, 20, 60, 0.1);
}

.validation-summary ul[b-2krizkk6z8] {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--color-error);
    font-size: 0.875rem;
    line-height: 1.6;
}

/* External Login Section */
.external-login[b-2krizkk6z8] {
    margin-top: 2rem;
    text-align: center;
}

.external-login h3[b-2krizkk6z8] {
    font-family: var(--font-serif);
    font-size: 1.125rem;
    color: var(--color-text);
    margin-bottom: 1rem;
}

.external-providers[b-2krizkk6z8] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.btn-external[b-2krizkk6z8] {
    padding: 0.75rem 1rem;
    border: 1px solid var(--color-beige-dark);
    background-color: var(--color-surface);
    color: var(--color-text);
    border-radius: var(--radius-md);
    transition: all 0.2s ease;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

.btn-external:hover[b-2krizkk6z8] {
    background-color: var(--color-beige-light);
    border-color: var(--color-primary);
    text-decoration: none;
    color: var(--color-text);
}

/* Form Label Styling */
.form-label[b-2krizkk6z8] {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: 500;
    color: var(--color-text);
    font-family: var(--font-sans);
    font-size: 0.875rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

/* Responsive */
@media (max-width: 768px) {
    .login-form[b-2krizkk6z8] {
        padding: 2rem;
    }
    
    .login-header h1[b-2krizkk6z8] {
        font-size: 2rem;
    }
}

@media (max-width: 640px) {
    .form-control[b-2krizkk6z8] {
        font-size: 16px; /* Prevent zoom on iOS */
    }
    
    .login-form[b-2krizkk6z8] {
        padding: 1.5rem;
        margin: 0 -0.5rem;
        border-radius: 0;
    }
    
    .login-header h1[b-2krizkk6z8] {
        font-size: 1.75rem;
    }
}
/* _content/GylleneDroppen.Blazor/Components/Account/Pages/Register.razor.rz.scp.css */
/* Register Page Styles - Dark Whisky Theme */
.register-header[b-4v2129h1i6] {
    text-align: center;
    margin-bottom: 3rem;
    position: relative;
}

.register-header h1[b-4v2129h1i6] {
    font-family: var(--font-serif);
    font-size: 2.5rem;
    color: var(--color-leather);
    margin-bottom: 1rem;
    font-weight: 300;
    letter-spacing: 1px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.register-subtitle[b-4v2129h1i6] {
    color: var(--color-text-light);
    font-size: 1.125rem;
    margin-bottom: 0;
    opacity: 0.9;
    font-weight: 400;
    font-style: italic;
}

/* Trial Banner - Executive Style */
.trial-banner[b-4v2129h1i6] {
    background: var(--color-whisky-oak);
    color: var(--color-text);
    padding: 2rem;
    border-radius: var(--radius-lg);
    margin-bottom: 2rem;
    text-align: center;
    box-shadow: var(--shadow-lg);
    border: 1px solid var(--color-primary);
    position: relative;
    overflow: hidden;
}

.trial-banner[b-4v2129h1i6]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: transparent;
    background-size: 20px 20px;
    pointer-events: none;
}

.trial-banner h3[b-4v2129h1i6] {
    font-family: var(--font-serif);
    font-size: 1.5rem;
    margin-bottom: 0.75rem;
    color: var(--color-leather);
    font-weight: 600;
    position: relative;
    z-index: 1;
}

.trial-banner p[b-4v2129h1i6] {
    margin: 0;
    font-size: 1rem;
    opacity: 0.9;
    position: relative;
    z-index: 1;
}

/* Form Styling - Dark Elegance */
.register-form[b-4v2129h1i6] {
    background: var(--color-surface);
    border: 1px solid var(--color-border);
    border-radius: var(--radius-lg);
    padding: 2.5rem;
    margin-bottom: 2rem;
    box-shadow: var(--shadow-lg);
    position: relative;
    overflow: hidden;
}

.register-form[b-4v2129h1i6]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: transparent;
    pointer-events: none;
}

.form-section[b-4v2129h1i6] {
    margin-bottom: 2rem;
    position: relative;
    z-index: 1;
}

.form-section h2[b-4v2129h1i6] {
    font-family: var(--font-serif);
    font-size: 1.5rem;
    color: var(--color-leather);
    margin-bottom: 2rem;
    text-align: center;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.form-divider[b-4v2129h1i6] {
    margin: 2rem 0;
    border: none;
    height: 1px;
    background: var(--color-oak-dark);
    opacity: 0.5;
}

/* Enhanced Form Groups - Dark Theme */
.form-group[b-4v2129h1i6] {
    margin-bottom: 1.75rem;
}

.form-row[b-4v2129h1i6] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
}

@media (max-width: 640px) {
    .form-row[b-4v2129h1i6] {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
}

.form-control[b-4v2129h1i6] {
    width: 100%;
    padding: 0.875rem 1rem;
    font-size: 0.875rem;
    line-height: 1.6;
    color: var(--color-text);
    background: var(--color-surface-elevated);
    border: 2px solid var(--color-border);
    border-radius: var(--radius-md);
    transition: all 0.2s ease;
    font-family: var(--font-serif);
    box-shadow: inset 0 1px 2px rgba(43, 24, 16, 0.1);
    letter-spacing: 0.5px;
}

.form-control[b-4v2129h1i6]::placeholder {
    color: var(--color-text-muted);
    opacity: 0.8;
}

.form-control:focus[b-4v2129h1i6] {
    outline: none;
    border-color: var(--color-oak-dark);
    box-shadow: 
        inset 0 1px 3px rgba(43, 24, 16, 0.15),
        0 0 0 2px rgba(101, 67, 33, 0.3);
    background: var(--color-surface-light);
    color: var(--color-text);
}

/* Submit Button - Executive Style */
.btn-register[b-4v2129h1i6] {
    width: 100%;
    padding: 0.875rem 2rem;
    font-size: 0.875rem;
    font-weight: 400;
    margin-bottom: 1.5rem;
    background: var(--color-surface-elevated);
    border: 2px solid var(--color-leather);
    color: var(--color-leather);
    border-radius: 2px;
    box-shadow: var(--shadow-md);
    transition: all 0.3s ease;
    font-family: var(--font-serif);
    letter-spacing: 1px;
    text-transform: uppercase;
    font-variant: small-caps;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.btn-register[b-4v2129h1i6]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: transparent;
    background-size: 12px 12px;
    pointer-events: none;
}

.btn-register:hover[b-4v2129h1i6] {
    background: var(--color-leather);
    color: var(--color-white);
    border-color: var(--color-oak-dark);
    transform: translateY(-2px);
    box-shadow: var(--shadow-lg);
}

/* Department Selection */
.department-section[b-4v2129h1i6] {
    background: var(--color-beige-light);
    padding: 1.25rem;
    border-radius: var(--radius-md);
    margin-bottom: 1.5rem;
}

.department-section h3[b-4v2129h1i6] {
    font-family: var(--font-serif);
    font-size: 1rem;
    color: var(--color-text);
    margin-bottom: 0.75rem;
}

.department-grid[b-4v2129h1i6] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 0.75rem;
}

.department-option[b-4v2129h1i6] {
    display: flex;
    align-items: center;
    padding: 0.75rem;
    background: var(--color-surface);
    border: 1px solid var(--color-beige-dark);
    border-radius: var(--radius-md);
    cursor: pointer;
    transition: all 0.2s ease;
}

.department-option:hover[b-4v2129h1i6] {
    border-color: var(--color-primary);
    background: rgba(210, 105, 30, 0.05);
}

.department-option input[type="radio"][b-4v2129h1i6] {
    margin-right: 0.75rem;
}

.department-option label[b-4v2129h1i6] {
    font-size: 0.875rem;
    color: var(--color-text);
    cursor: pointer;
    margin: 0;
}

/* Links Section - Dark Elegant */
.auth-links[b-4v2129h1i6] {
    text-align: center;
    padding: 1.5rem;
    background: var(--color-surface);
    border: 1px solid var(--color-border);
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-sm);
}

.auth-links p[b-4v2129h1i6] {
    margin-bottom: 0.75rem;
    color: var(--color-text-light);
    font-size: 0.875rem;
    font-weight: 400;
}

.auth-links a[b-4v2129h1i6] {
    color: var(--color-leather);
    text-decoration: none;
    font-weight: 500;
    transition: all 0.2s ease;
    border-bottom: 1px solid transparent;
}

.auth-links a:hover[b-4v2129h1i6] {
    color: var(--color-primary);
    text-decoration: none;
    border-bottom-color: var(--color-primary);
}

/* Status Messages - Dark Theme */
.status-message[b-4v2129h1i6] {
    margin-bottom: 1.5rem;
    padding: 1rem 1.25rem;
    border-radius: var(--radius-md);
    font-size: 0.875rem;
    font-weight: 500;
    position: relative;
    z-index: 1;
}

.status-message.error[b-4v2129h1i6] {
    background: rgba(220, 20, 60, 0.15);
    color: var(--color-error);
    border: 1px solid rgba(220, 20, 60, 0.3);
    box-shadow: 0 2px 8px rgba(220, 20, 60, 0.1);
}

.status-message.success[b-4v2129h1i6] {
    background: rgba(34, 139, 34, 0.15);
    color: var(--color-success);
    border: 1px solid rgba(34, 139, 34, 0.3);
    box-shadow: 0 2px 8px rgba(34, 139, 34, 0.1);
}

/* Validation Styling - Dark Theme */
.validation-message[b-4v2129h1i6] {
    color: var(--color-error);
    font-size: 0.8125rem;
    margin-top: 0.5rem;
    display: block;
    font-style: italic;
}

.validation-summary[b-4v2129h1i6] {
    background: rgba(220, 20, 60, 0.15);
    border: 1px solid rgba(220, 20, 60, 0.3);
    border-radius: var(--radius-md);
    padding: 1rem 1.25rem;
    margin-bottom: 1.5rem;
    box-shadow: 0 2px 8px rgba(220, 20, 60, 0.1);
}

.validation-summary ul[b-4v2129h1i6] {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--color-error);
    font-size: 0.875rem;
    line-height: 1.6;
}

/* Password Requirements - Dark Theme */
.password-requirements[b-4v2129h1i6] {
    background: var(--color-surface-elevated);
    padding: 1rem;
    border-radius: var(--radius-md);
    margin-top: 0.75rem;
    font-size: 0.8125rem;
    border: 1px solid var(--color-border-light);
    box-shadow: inset 0 1px 2px rgba(43, 24, 16, 0.05);
}

.password-requirements h4[b-4v2129h1i6] {
    font-size: 0.875rem;
    margin-bottom: 0.75rem;
    color: var(--color-text);
    font-family: var(--font-sans);
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.password-requirements ul[b-4v2129h1i6] {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--color-text-muted);
    line-height: 1.5;
    font-size: 0.8125rem;
}

.password-requirements li[b-4v2129h1i6] {
    margin-bottom: 0.25rem;
}

/* Privacy Notice */
.privacy-notice[b-4v2129h1i6] {
    background: var(--color-beige-light);
    padding: 1rem;
    border-radius: var(--radius-md);
    margin-bottom: 1.5rem;
    font-size: 0.8125rem;
    line-height: 1.4;
    color: var(--color-text-light);
}

.privacy-notice a[b-4v2129h1i6] {
    color: var(--color-primary);
    text-decoration: none;
}

.privacy-notice a:hover[b-4v2129h1i6] {
    text-decoration: underline;
}

/* Form Label Styling */
.form-label[b-4v2129h1i6] {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: 500;
    color: var(--color-text);
    font-family: var(--font-sans);
    font-size: 0.875rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

/* Responsive */
@media (max-width: 768px) {
    .register-form[b-4v2129h1i6] {
        padding: 2rem;
    }
    
    .register-header h1[b-4v2129h1i6] {
        font-size: 2rem;
    }
    
    .trial-banner[b-4v2129h1i6] {
        padding: 1.5rem;
    }
}

@media (max-width: 640px) {
    .form-control[b-4v2129h1i6] {
        font-size: 16px; /* Prevent zoom on iOS */
    }
    
    .department-grid[b-4v2129h1i6] {
        grid-template-columns: 1fr;
    }
    
    .register-form[b-4v2129h1i6] {
        padding: 1.5rem;
        margin: 0 -0.5rem;
        border-radius: 0;
    }
    
    .register-header h1[b-4v2129h1i6] {
        font-size: 1.75rem;
    }
}
/* _content/GylleneDroppen.Blazor/Components/Admin/CreateWhisky.razor.rz.scp.css */
/* Create Whisky Page Styles */
.create-whisky-container[b-tgv0nlyxoa] {
    padding: 1.5rem 0;
    max-width: 800px;
    margin: 0 auto;
}

.create-whisky-header[b-tgv0nlyxoa] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
}

.create-whisky-header h1[b-tgv0nlyxoa] {
    font-family: var(--font-serif);
    font-size: 2rem;
    color: var(--color-text);
    margin: 0;
}

.back-button[b-tgv0nlyxoa] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1rem;
    background: var(--color-surface);
    border: 1px solid var(--color-beige-dark);
    border-radius: var(--radius-md);
    color: var(--color-text);
    text-decoration: none;
    font-weight: 500;
    transition: all 0.2s ease;
}

.back-button:hover[b-tgv0nlyxoa] {
    background: var(--color-beige-light);
    border-color: var(--color-primary);
    text-decoration: none;
    color: var(--color-text);
}

/* Status Message */
.status-message[b-tgv0nlyxoa] {
    padding: 1rem;
    border-radius: var(--radius-md);
    margin-bottom: 1.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.status-message.error[b-tgv0nlyxoa] {
    background: rgba(220, 20, 60, 0.1);
    border: 1px solid rgba(220, 20, 60, 0.2);
    color: var(--color-error);
}

.status-message.success[b-tgv0nlyxoa] {
    background: rgba(34, 139, 34, 0.1);
    border: 1px solid rgba(34, 139, 34, 0.2);
    color: var(--color-success);
}

.status-message button[b-tgv0nlyxoa] {
    background: none;
    border: none;
    color: inherit;
    cursor: pointer;
    font-size: 1.25rem;
    padding: 0.25rem;
    opacity: 0.7;
    transition: opacity 0.2s ease;
}

.status-message button:hover[b-tgv0nlyxoa] {
    opacity: 1;
}

/* Form Styling */
.whisky-form[b-tgv0nlyxoa] {
    background: var(--color-surface);
    border: 1px solid var(--color-beige-dark);
    border-radius: var(--radius-lg);
    padding: 2rem;
    box-shadow: var(--shadow-sm);
}

.form-fieldset[b-tgv0nlyxoa] {
    border: 1px solid var(--color-beige-dark);
    border-radius: var(--radius-md);
    padding: 1.5rem;
    margin-bottom: 2rem;
    background: var(--color-beige-light);
}

.form-fieldset legend[b-tgv0nlyxoa] {
    font-family: var(--font-serif);
    font-size: 1.125rem;
    font-weight: 600;
    color: var(--color-text);
    padding: 0 0.75rem;
    background: var(--color-surface);
    border: 1px solid var(--color-beige-dark);
    border-radius: var(--radius-sm);
}

.form-group[b-tgv0nlyxoa] {
    margin-bottom: 1.25rem;
}

.form-group:last-child[b-tgv0nlyxoa] {
    margin-bottom: 0;
}

.form-label[b-tgv0nlyxoa] {
    display: block;
    font-weight: 500;
    color: var(--color-text);
    margin-bottom: 0.5rem;
    font-size: 0.875rem;
}

.form-control[b-tgv0nlyxoa] {
    width: 100%;
    padding: 0.75rem 1rem;
    border: 1px solid var(--color-beige-dark);
    border-radius: var(--radius-md);
    font-size: 1rem;
    background: var(--color-surface);
    transition: all 0.2s ease;
}

.form-control:focus[b-tgv0nlyxoa] {
    outline: none;
    border-color: var(--color-primary);
    box-shadow: 0 0 0 3px rgba(210, 105, 30, 0.1);
}

.form-control[aria-invalid="true"][b-tgv0nlyxoa] {
    border-color: var(--color-error);
}

.form-textarea[b-tgv0nlyxoa] {
    min-height: 80px;
    resize: vertical;
    font-family: inherit;
}

.form-grid[b-tgv0nlyxoa] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}

.form-grid-3[b-tgv0nlyxoa] {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 1rem;
}

/* Validation Styling */
.validation-message[b-tgv0nlyxoa] {
    color: var(--color-error);
    font-size: 0.8125rem;
    margin-top: 0.25rem;
    display: block;
}

.validation-summary[b-tgv0nlyxoa] {
    background: rgba(220, 20, 60, 0.1);
    border: 1px solid rgba(220, 20, 60, 0.2);
    border-radius: var(--radius-md);
    padding: 1rem;
    margin-bottom: 1.5rem;
}

.validation-summary ul[b-tgv0nlyxoa] {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--color-error);
    font-size: 0.875rem;
}

/* Image Upload Section */
.image-section[b-tgv0nlyxoa] {
    text-align: center;
    background: var(--color-surface);
    border: 2px dashed var(--color-beige-dark);
    border-radius: var(--radius-md);
    padding: 2rem;
    transition: all 0.2s ease;
}

.image-section:hover[b-tgv0nlyxoa] {
    border-color: var(--color-primary);
    background: rgba(210, 105, 30, 0.02);
}

.image-preview[b-tgv0nlyxoa] {
    max-width: 200px;
    max-height: 200px;
    border-radius: var(--radius-md);
    box-shadow: var(--shadow-sm);
    margin-bottom: 1rem;
}

.image-placeholder[b-tgv0nlyxoa] {
    font-size: 4rem;
    color: var(--color-text-light);
    margin-bottom: 1rem;
}

/* Tasting Notes Section */
.tasting-notes[b-tgv0nlyxoa] {
    background: linear-gradient(135deg, var(--color-beige-light) 0%, rgba(240, 230, 210, 0.5) 100%);
}

.tasting-notes legend[b-tgv0nlyxoa] {
    background: linear-gradient(135deg, var(--color-whisky-amber) 0%, var(--color-whisky-copper) 100%);
    color: white;
}

.tasting-grid[b-tgv0nlyxoa] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}

.tasting-note[b-tgv0nlyxoa] {
    display: flex;
    flex-direction: column;
}

.tasting-note label[b-tgv0nlyxoa] {
    font-weight: 600;
    color: var(--color-text);
    margin-bottom: 0.5rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.tasting-note label[b-tgv0nlyxoa]::before {
    content: '👃';
    font-size: 1.25rem;
}

.tasting-note:nth-child(1) label[b-tgv0nlyxoa]::before { content: '👁️'; } /* Color */
.tasting-note:nth-child(2) label[b-tgv0nlyxoa]::before { content: '👃'; } /* Nose */
.tasting-note:nth-child(3) label[b-tgv0nlyxoa]::before { content: '👅'; } /* Palate */
.tasting-note:nth-child(4) label[b-tgv0nlyxoa]::before { content: '✨'; } /* Finish */

/* Form Actions */
.form-actions[b-tgv0nlyxoa] {
    display: flex;
    gap: 1rem;
    justify-content: flex-end;
    margin-top: 2rem;
    padding-top: 1.5rem;
    border-top: 1px solid var(--color-beige-dark);
}

.btn-primary[b-tgv0nlyxoa] {
    padding: 0.875rem 2rem;
    font-weight: 600;
    position: relative;
    overflow: hidden;
}

.btn-primary:disabled[b-tgv0nlyxoa] {
    opacity: 0.6;
    cursor: not-allowed;
}

.btn-primary:disabled[b-tgv0nlyxoa]::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 1rem;
    width: 1rem;
    height: 1rem;
    margin-top: -0.5rem;
    border: 2px solid transparent;
    border-top: 2px solid currentColor;
    border-radius: 50%;
    animation: spin-b-tgv0nlyxoa 1s linear infinite;
}

.btn-secondary[b-tgv0nlyxoa] {
    padding: 0.875rem 1.5rem;
    background: var(--color-surface);
    border: 1px solid var(--color-beige-dark);
    color: var(--color-text);
    border-radius: var(--radius-md);
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease;
}

.btn-secondary:hover[b-tgv0nlyxoa] {
    background: var(--color-beige-light);
    border-color: var(--color-primary);
}

@keyframes spin-b-tgv0nlyxoa {
    to { transform: rotate(360deg); }
}

/* Helpful Tips */
.form-tip[b-tgv0nlyxoa] {
    background: rgba(70, 130, 180, 0.1);
    border: 1px solid rgba(70, 130, 180, 0.2);
    border-radius: var(--radius-md);
    padding: 0.75rem 1rem;
    font-size: 0.8125rem;
    color: var(--color-info);
    margin-top: 0.5rem;
}

.form-tip[b-tgv0nlyxoa]::before {
    content: '💡';
    margin-right: 0.5rem;
}

/* Required Field Indicator */
.required-field[b-tgv0nlyxoa]::after {
    content: ' *';
    color: var(--color-error);
}

/* Special Styling for Number Inputs */
.number-input-group[b-tgv0nlyxoa] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.number-input-group .form-control[b-tgv0nlyxoa] {
    max-width: 120px;
}

.number-input-group .input-suffix[b-tgv0nlyxoa] {
    font-size: 0.875rem;
    color: var(--color-text-light);
    font-weight: 500;
}

/* Enhanced Mobile Responsiveness */
@media (max-width: 768px) {
    /* Page layout */
    div[style*="max-width: 800px"][b-tgv0nlyxoa] {
        padding: 0 1rem !important;
    }
    
    /* Header responsiveness */
    div[style*="display: flex"][style*="justify-content: space-between"] h1[b-tgv0nlyxoa] {
        font-size: 2rem !important;
    }
    
    div[style*="display: flex"][style*="justify-content: space-between"][b-tgv0nlyxoa] {
        flex-direction: column !important;
        gap: 1rem !important;
        text-align: center !important;
    }
    
    /* Form responsiveness */
    div[style*="padding: 2rem"][b-tgv0nlyxoa] {
        padding: 1.5rem !important;
    }
    
    /* Grid layouts become single column */
    div[style*="grid-template-columns: 1fr 1fr"][b-tgv0nlyxoa] {
        grid-template-columns: 1fr !important;
    }
    
    div[style*="grid-template-columns: 1fr 1fr 1fr"][b-tgv0nlyxoa] {
        grid-template-columns: 1fr !important;
    }
    
    /* Form actions stack */
    div[style*="justify-content: flex-end"][b-tgv0nlyxoa] {
        flex-direction: column-reverse !important;
    }
    
    div[style*="justify-content: flex-end"] button[b-tgv0nlyxoa] {
        width: 100% !important;
    }
}

@media (max-width: 480px) {
    /* Smaller padding on mobile */
    fieldset[style*="padding: 1.5rem"][b-tgv0nlyxoa] {
        padding: 1rem !important;
    }
    
    /* Smaller header */
    h1[style*="font-size: 2.25rem"][b-tgv0nlyxoa] {
        font-size: 1.75rem !important;
    }
    
    /* Number inputs become full width */
    div[style*="max-width: 120px"] input[b-tgv0nlyxoa] {
        max-width: none !important;
        width: 100% !important;
    }
    
    div[style*="display: flex"][style*="align-items: center"][style*="gap: 0.5rem"][b-tgv0nlyxoa] {
        flex-direction: column !important;
        align-items: stretch !important;
    }
    
    /* Form containers get smaller padding */
    div[style*="padding: 2rem"][b-tgv0nlyxoa] {
        padding: 1rem !important;
    }
}
/* _content/GylleneDroppen.Blazor/Components/Admin/Dashboard.razor.rz.scp.css */
/* Admin Dashboard Styles - Dark Masculine Theme */
.dashboard-container[b-fa043ov2ts] {
    padding: 1.5rem 0;
}

.dashboard-header[b-fa043ov2ts] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
}

.dashboard-header h1[b-fa043ov2ts] {
    font-family: var(--font-serif);
    font-size: 2rem;
    color: var(--color-text);
    margin: 0;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.dashboard-welcome[b-fa043ov2ts] {
    background: linear-gradient(135deg, var(--color-whisky-mahogany) 0%, var(--color-whisky-oak) 50%, var(--color-whisky-peat) 100%);
    color: var(--color-text);
    padding: 2rem;
    border-radius: var(--radius-lg);
    margin-bottom: 2rem;
    box-shadow: var(--shadow-lg);
    border: 1px solid var(--color-primary);
    position: relative;
    overflow: hidden;
}

.dashboard-welcome[b-fa043ov2ts]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, transparent 25%, rgba(184, 134, 11, 0.05) 25%, rgba(184, 134, 11, 0.05) 50%, transparent 50%);
    background-size: 20px 20px;
}

.dashboard-welcome h2[b-fa043ov2ts] {
    font-family: var(--font-serif);
    font-size: 1.75rem;
    margin-bottom: 0.5rem;
    color: var(--color-leather);
    position: relative;
    z-index: 1;
}

.dashboard-welcome p[b-fa043ov2ts] {
    margin: 0;
    opacity: 0.9;
    position: relative;
    z-index: 1;
    font-size: 1.1rem;
}

/* System Info Section */
.system-info[b-fa043ov2ts] {
    background: var(--color-surface);
    border: 1px solid var(--color-border);
    border-radius: var(--radius-lg);
    padding: 2rem;
    margin-bottom: 2rem;
    box-shadow: var(--shadow-md);
    position: relative;
}

.system-info[b-fa043ov2ts]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 80% 20%, rgba(184, 134, 11, 0.03) 0%, transparent 50%);
    pointer-events: none;
}

.system-info h2[b-fa043ov2ts] {
    font-family: var(--font-serif);
    font-size: 1.5rem;
    color: var(--color-leather);
    margin-bottom: 1.5rem;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    position: relative;
    z-index: 1;
}

.system-info-grid[b-fa043ov2ts] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 1.5rem;
    position: relative;
    z-index: 1;
}

.system-info-item[b-fa043ov2ts] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    padding: 1rem;
    background: var(--color-surface-light);
    border-radius: var(--radius-md);
    border: 1px solid var(--color-border-light);
}

.system-info-label[b-fa043ov2ts] {
    font-size: 0.875rem;
    color: var(--color-text-muted);
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.system-info-value[b-fa043ov2ts] {
    font-weight: 600;
    color: var(--color-text);
    font-size: 1.1rem;
}

.user-id[b-fa043ov2ts] {
    font-family: 'Courier New', monospace;
    background: var(--color-surface-elevated);
    color: var(--color-leather);
    padding: 0.5rem 0.75rem;
    border-radius: var(--radius-sm);
    font-size: 0.8125rem;
    border: 1px solid var(--color-border);
    display: inline-block;
}

/* Statistics Grid */
.stats-grid[b-fa043ov2ts] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 2rem;
    margin-bottom: 2rem;
}

.stats-card[b-fa043ov2ts] {
    background: linear-gradient(135deg, var(--color-surface) 0%, var(--color-surface-light) 100%);
    border: 1px solid var(--color-border);
    border-radius: var(--radius-lg);
    padding: 2rem;
    box-shadow: var(--shadow-md);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.stats-card[b-fa043ov2ts]::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -50%;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle, rgba(184, 134, 11, 0.05) 0%, transparent 70%);
    transform: rotate(45deg);
    pointer-events: none;
}

.stats-card:hover[b-fa043ov2ts] {
    transform: translateY(-3px);
    box-shadow: var(--shadow-lg);
    border-color: var(--color-primary);
}

.stats-card-header[b-fa043ov2ts] {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 2rem;
    padding-bottom: 1rem;
    border-bottom: 2px solid var(--color-border);
    position: relative;
    z-index: 1;
}

.stats-card-icon[b-fa043ov2ts] {
    font-size: 2.5rem;
    line-height: 1;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.3));
}

.stats-card-title[b-fa043ov2ts] {
    font-family: var(--font-serif);
    font-size: 1.5rem;
    color: var(--color-leather);
    margin: 0;
    font-weight: 600;
}

.stats-list[b-fa043ov2ts] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    position: relative;
    z-index: 1;
}

.stat-item[b-fa043ov2ts] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.75rem 1rem;
    background: var(--color-surface-elevated);
    border-radius: var(--radius-md);
    border: 1px solid var(--color-border-light);
    transition: all 0.2s ease;
}

.stat-item:hover[b-fa043ov2ts] {
    background: var(--color-surface-light);
    border-color: var(--color-primary);
}

.stat-label[b-fa043ov2ts] {
    color: var(--color-text-light);
    font-size: 0.875rem;
    font-weight: 500;
}

.stat-value[b-fa043ov2ts] {
    font-weight: 700;
    color: var(--color-text);
    font-size: 1.1rem;
    font-family: var(--font-sans);
}

.stat-value.highlight[b-fa043ov2ts] {
    color: var(--color-leather);
    font-size: 1.5rem;
    text-shadow: 0 0 10px rgba(184, 134, 11, 0.3);
}

/* Activity Section */
.activity-section[b-fa043ov2ts] {
    background: linear-gradient(135deg, var(--color-surface) 0%, var(--color-surface-light) 100%);
    border: 1px solid var(--color-border);
    border-radius: var(--radius-lg);
    padding: 2rem;
    margin-bottom: 2rem;
    box-shadow: var(--shadow-md);
    position: relative;
    overflow: hidden;
}

.activity-section[b-fa043ov2ts]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 20% 80%, rgba(139, 69, 19, 0.03) 0%, transparent 50%);
    pointer-events: none;
}

.activity-header[b-fa043ov2ts] {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 2rem;
    position: relative;
    z-index: 1;
}

.activity-title[b-fa043ov2ts] {
    font-family: var(--font-serif);
    font-size: 1.75rem;
    color: var(--color-leather);
    margin: 0;
    font-weight: 600;
}

.activity-grid[b-fa043ov2ts] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    gap: 2rem;
    position: relative;
    z-index: 1;
}

.activity-card[b-fa043ov2ts] {
    background: var(--color-surface-elevated);
    border: 1px solid var(--color-border);
    border-radius: var(--radius-lg);
    padding: 1.5rem;
    box-shadow: var(--shadow-sm);
    transition: all 0.3s ease;
}

.activity-card:hover[b-fa043ov2ts] {
    transform: translateY(-2px);
    box-shadow: var(--shadow-md);
    border-color: var(--color-primary);
}

.activity-card-title[b-fa043ov2ts] {
    font-family: var(--font-serif);
    font-size: 1.25rem;
    color: var(--color-text);
    margin-bottom: 1.5rem;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding-bottom: 0.75rem;
    border-bottom: 1px solid var(--color-border);
}

.activity-list[b-fa043ov2ts] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.activity-item[b-fa043ov2ts] {
    background: var(--color-surface);
    border: 1px solid var(--color-border-light);
    border-radius: var(--radius-md);
    padding: 1rem;
    transition: all 0.2s ease;
    position: relative;
}

.activity-item:hover[b-fa043ov2ts] {
    border-color: var(--color-primary);
    box-shadow: 0 4px 8px rgba(184, 134, 11, 0.1);
    background: var(--color-surface-light);
}

.activity-item-title[b-fa043ov2ts] {
    font-weight: 600;
    color: var(--color-text);
    margin-bottom: 0.5rem;
    font-size: 0.95rem;
}

.activity-item-details[b-fa043ov2ts] {
    font-size: 0.8125rem;
    color: var(--color-text-muted);
    font-style: italic;
}

/* Admin Actions */
.admin-actions[b-fa043ov2ts] {
    background: linear-gradient(135deg, 
        var(--color-surface-elevated) 0%, 
        var(--color-surface-light) 40%, 
        var(--color-surface) 100%
    );
    border: 2px solid var(--color-leather);
    border-radius: var(--radius-lg);
    padding: 2rem;
    margin-bottom: 2rem;
    box-shadow: 
        var(--shadow-lg),
        inset 0 1px 2px rgba(139, 69, 19, 0.1);
    position: relative;
    overflow: hidden;
}

.admin-actions[b-fa043ov2ts]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        linear-gradient(45deg, transparent 49%, rgba(139, 69, 19, 0.02) 50%, transparent 51%),
        linear-gradient(-45deg, transparent 49%, rgba(114, 47, 55, 0.015) 50%, transparent 51%);
    background-size: 16px 16px, 24px 24px;
    pointer-events: none;
}

.admin-actions-header[b-fa043ov2ts] {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 2rem;
    position: relative;
    z-index: 1;
}

.admin-actions-title[b-fa043ov2ts] {
    font-family: var(--font-serif);
    font-size: 1.75rem;
    color: var(--color-mahogany);
    margin: 0;
    font-weight: 400;
    letter-spacing: 1px;
    text-shadow: 0 1px 2px rgba(43, 24, 16, 0.2);
}

.actions-grid[b-fa043ov2ts] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.5rem;
    position: relative;
    z-index: 1;
}

.action-card[b-fa043ov2ts] {
    background: linear-gradient(135deg, var(--color-surface) 0%, var(--color-surface-light) 100%);
    border: 1px solid var(--color-border);
    border-radius: var(--radius-lg);
    padding: 1.5rem;
    text-decoration: none;
    color: inherit;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 1.25rem;
    box-shadow: var(--shadow-sm);
}

.action-card:hover[b-fa043ov2ts] {
    transform: translateY(-3px);
    box-shadow: var(--shadow-lg);
    border-color: var(--color-leather);
    text-decoration: none;
    color: inherit;
    background: linear-gradient(135deg, var(--color-surface-light) 0%, var(--color-surface-elevated) 100%);
}

.action-icon[b-fa043ov2ts] {
    font-size: 2.5rem;
    color: var(--color-leather);
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.3));
    transition: all 0.2s ease;
}

.action-card:hover .action-icon[b-fa043ov2ts] {
    transform: scale(1.1);
    color: var(--color-primary);
}

.action-content[b-fa043ov2ts] {
    flex: 1;
}

.action-title[b-fa043ov2ts] {
    font-weight: 600;
    color: var(--color-text);
    margin-bottom: 0.5rem;
    font-size: 1.1rem;
    font-family: var(--font-serif);
}

.action-description[b-fa043ov2ts] {
    font-size: 0.875rem;
    color: var(--color-text-light);
    line-height: 1.4;
}

/* Quick Links */
.quick-links[b-fa043ov2ts] {
    background: linear-gradient(135deg, var(--color-surface) 0%, var(--color-surface-light) 100%);
    border: 1px solid var(--color-border);
    border-radius: var(--radius-lg);
    padding: 2rem;
    margin-bottom: 2rem;
    box-shadow: var(--shadow-md);
    position: relative;
}

.quick-links[b-fa043ov2ts]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 70% 30%, rgba(184, 134, 11, 0.04) 0%, transparent 50%);
    pointer-events: none;
}

.quick-links-title[b-fa043ov2ts] {
    font-family: var(--font-serif);
    font-size: 1.5rem;
    color: var(--color-leather);
    margin-bottom: 1.5rem;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    position: relative;
    z-index: 1;
    font-weight: 600;
}

.quick-links-list[b-fa043ov2ts] {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    position: relative;
    z-index: 1;
}

.quick-links-list li[b-fa043ov2ts] {
    padding: 0.75rem 1rem;
    border-bottom: 1px solid var(--color-border);
    background: var(--color-surface-elevated);
    border-radius: var(--radius-md);
    transition: all 0.2s ease;
}

.quick-links-list li:last-child[b-fa043ov2ts] {
    border-bottom: 1px solid var(--color-border);
}

.quick-links-list li:hover[b-fa043ov2ts] {
    background: var(--color-surface-light);
    border-color: var(--color-primary);
    transform: translateX(5px);
}

.quick-links-list a[b-fa043ov2ts] {
    color: var(--color-leather);
    text-decoration: none;
    font-weight: 500;
    transition: all 0.2s ease;
    display: block;
    font-size: 0.95rem;
}

.quick-links-list a:hover[b-fa043ov2ts] {
    color: var(--color-primary);
    text-decoration: none;
}

/* Controls */
.dashboard-controls[b-fa043ov2ts] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: linear-gradient(135deg, var(--color-surface-light) 0%, var(--color-surface-elevated) 100%);
    border: 1px solid var(--color-border);
    border-radius: var(--radius-lg);
    padding: 1.5rem;
    margin-bottom: 2rem;
    box-shadow: var(--shadow-sm);
}

.refresh-btn[b-fa043ov2ts] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.875rem 1.75rem;
    background: linear-gradient(135deg, 
        var(--color-surface-elevated) 0%, 
        var(--color-surface-light) 100%
    );
    color: var(--color-leather);
    border: 2px solid var(--color-leather);
    border-radius: var(--radius-lg);
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: var(--shadow-md);
    font-family: var(--font-serif);
    font-size: 0.9rem;
    letter-spacing: 0.5px;
    font-variant: small-caps;
    position: relative;
    overflow: hidden;
}

.refresh-btn[b-fa043ov2ts]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, transparent 49%, rgba(139, 69, 19, 0.03) 50%, transparent 51%);
    background-size: 12px 12px;
    pointer-events: none;
}

.refresh-btn:hover[b-fa043ov2ts] {
    background: linear-gradient(135deg, 
        var(--color-leather) 0%, 
        var(--color-oak-dark) 100%
    );
    color: var(--color-white);
    border-color: var(--color-oak-dark);
    transform: translateY(-2px);
    box-shadow: var(--shadow-lg);
}

.refresh-btn:disabled[b-fa043ov2ts] {
    opacity: 0.6;
    cursor: not-allowed;
    transform: none;
    box-shadow: var(--shadow-sm);
}

.last-updated[b-fa043ov2ts] {
    font-size: 0.8125rem;
    color: var(--color-text-muted);
    font-style: italic;
    background: var(--color-surface);
    padding: 0.5rem 1rem;
    border-radius: var(--radius-sm);
    border: 1px solid var(--color-border);
}

/* Loading State */
.loading-indicator[b-fa043ov2ts] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    color: var(--color-text-light);
    font-style: italic;
    background: var(--color-surface);
    padding: 1rem;
    border-radius: var(--radius-md);
    border: 1px solid var(--color-border);
}

.loading-spinner[b-fa043ov2ts] {
    width: 1.25rem;
    height: 1.25rem;
    border: 2px solid var(--color-border);
    border-top: 2px solid var(--color-leather);
    border-radius: 50%;
    animation: spin-b-fa043ov2ts 1s linear infinite;
}

@keyframes spin-b-fa043ov2ts {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* Empty State */
.empty-activity[b-fa043ov2ts] {
    text-align: center;
    padding: 3rem 2rem;
    color: var(--color-text-muted);
    background: var(--color-surface);
    border-radius: var(--radius-lg);
    border: 1px solid var(--color-border);
}

.empty-activity-icon[b-fa043ov2ts] {
    font-size: 4rem;
    margin-bottom: 1.5rem;
    opacity: 0.3;
    filter: grayscale(1);
}

.empty-activity h3[b-fa043ov2ts] {
    color: var(--color-text-light);
    margin-bottom: 0.5rem;
    font-family: var(--font-serif);
}

.empty-activity p[b-fa043ov2ts] {
    margin: 0;
    font-style: italic;
}

/* Responsive Design */
@media (max-width: 768px) {
    .dashboard-container[b-fa043ov2ts] {
        padding: 1rem;
    }
    
    .dashboard-header[b-fa043ov2ts] {
        flex-direction: column;
        gap: 1rem;
        text-align: center;
    }
    
    .stats-grid[b-fa043ov2ts] {
        grid-template-columns: 1fr;
    }
    
    .activity-grid[b-fa043ov2ts] {
        grid-template-columns: 1fr;
    }
    
    .actions-grid[b-fa043ov2ts] {
        grid-template-columns: 1fr;
    }
    
    .system-info-grid[b-fa043ov2ts] {
        grid-template-columns: 1fr;
    }
    
    .dashboard-controls[b-fa043ov2ts] {
        flex-direction: column;
        gap: 1rem;
    }
}

@media (max-width: 480px) {
    .dashboard-header h1[b-fa043ov2ts] {
        font-size: 1.5rem;
    }
    
    .stats-card[b-fa043ov2ts],
    .activity-section[b-fa043ov2ts],
    .admin-actions[b-fa043ov2ts],
    .quick-links[b-fa043ov2ts] {
        padding: 1rem;
    }
    
    .action-card[b-fa043ov2ts] {
        flex-direction: column;
        text-align: center;
    }
}
/* _content/GylleneDroppen.Blazor/Components/Admin/ManageCountries.razor.rz.scp.css */
/* Metadata Management Styles */

.header-actions[b-42gtmta0mv] {
    display: flex;
    align-items: center;
    gap: 16px;
}

.item-count[b-42gtmta0mv] {
    padding: 6px 12px;
    background: var(--color-primary);
    color: white;
    border-radius: 16px;
    font-size: 14px;
    font-weight: 600;
}

.form-container[b-42gtmta0mv] {
    background: var(--color-surface);
    border: 1px solid var(--color-border);
    border-radius: 8px;
    padding: 24px;
    margin-bottom: 24px;
}

.form-container h3[b-42gtmta0mv] {
    margin: 0 0 20px 0;
    color: var(--color-text);
    font-size: 20px;
}

.form[b-42gtmta0mv] {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.form-field[b-42gtmta0mv] {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.form-label[b-42gtmta0mv] {
    font-weight: 600;
    color: var(--color-text);
    font-size: 14px;
}

.required[b-42gtmta0mv] {
    color: var(--color-error);
}

.form-input[b-42gtmta0mv], .form-textarea[b-42gtmta0mv] {
    padding: 12px;
    border: 1px solid var(--color-border);
    border-radius: 6px;
    font-size: 14px;
    background: var(--color-surface);
    color: var(--color-text);
    transition: border-color 0.2s ease;
}

.form-input:focus[b-42gtmta0mv], .form-textarea:focus[b-42gtmta0mv] {
    outline: none;
    border-color: var(--color-primary);
    box-shadow: 0 0 0 2px rgba(139, 69, 19, 0.1);
}

.checkbox-field[b-42gtmta0mv] {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
}

.form-checkbox[b-42gtmta0mv] {
    width: 18px;
    height: 18px;
    cursor: pointer;
}

.checkbox-label[b-42gtmta0mv] {
    font-size: 14px;
    color: var(--color-text);
    cursor: pointer;
}

.form-actions[b-42gtmta0mv] {
    display: flex;
    gap: 12px;
    padding-top: 8px;
}

.items-grid[b-42gtmta0mv] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 20px;
}

.item-card[b-42gtmta0mv] {
    background: var(--color-surface);
    border: 1px solid var(--color-border);
    border-radius: 8px;
    padding: 20px;
    transition: all 0.2s ease;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}

.item-card:hover[b-42gtmta0mv] {
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

.item-card.inactive[b-42gtmta0mv] {
    opacity: 0.7;
    background: var(--color-surface-light);
}

.item-header[b-42gtmta0mv] {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 12px;
}

.item-name[b-42gtmta0mv] {
    font-size: 18px;
    font-weight: 700;
    color: var(--color-text);
    margin: 0;
}

.item-code[b-42gtmta0mv] {
    font-size: 12px;
    font-weight: 600;
    color: var(--color-text-muted);
    background: var(--color-surface-light);
    padding: 4px 8px;
    border-radius: 4px;
    width: fit-content;
}

.item-country[b-42gtmta0mv] {
    font-size: 14px;
    color: var(--color-text-light);
    font-weight: 500;
}

.item-status[b-42gtmta0mv] {
    display: flex;
    gap: 8px;
    margin-top: 4px;
}

.status-badge[b-42gtmta0mv] {
    padding: 4px 8px;
    border-radius: 12px;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.status-badge.active[b-42gtmta0mv] {
    background: rgba(74, 174, 79, 0.15);
    color: #4AAE4F;
    border: 1px solid rgba(74, 174, 79, 0.2);
}

.status-badge.inactive[b-42gtmta0mv] {
    background: rgba(205, 92, 92, 0.15);
    color: #CD5C5C;
    border: 1px solid rgba(205, 92, 92, 0.2);
}

.item-description[b-42gtmta0mv] {
    color: var(--color-text-light);
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 12px;
}

.item-meta[b-42gtmta0mv] {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin-bottom: 16px;
    padding-top: 12px;
    border-top: 1px solid var(--color-border);
}

.item-meta small[b-42gtmta0mv] {
    color: var(--color-text-muted);
    font-size: 12px;
}

.item-actions[b-42gtmta0mv] {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.spinner[b-42gtmta0mv] {
    display: inline-block;
    width: 14px;
    height: 14px;
    border: 2px solid transparent;
    border-top: 2px solid currentColor;
    border-radius: 50%;
    animation: spin-b-42gtmta0mv 0.8s linear infinite;
    margin-right: 6px;
}

@keyframes spin-b-42gtmta0mv {
    to { transform: rotate(360deg); }
}

/* Mobile responsiveness */
@media (max-width: 768px) {
    .header-actions[b-42gtmta0mv] {
        flex-direction: column;
        align-items: stretch;
        gap: 12px;
    }
    
    .items-grid[b-42gtmta0mv] {
        grid-template-columns: 1fr;
        gap: 16px;
    }
    
    .form-actions[b-42gtmta0mv] {
        flex-direction: column;
    }
    
    .item-actions[b-42gtmta0mv] {
        flex-direction: column;
    }
}
/* _content/GylleneDroppen.Blazor/Components/Admin/ManageCountriesAndRegions.razor.rz.scp.css */
/* Minimal CSS for animations and mobile responsiveness */

@keyframes spin-b-gmuhy25e4x {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

@media (max-width: 768px) {
    /* Mobile adjustments for grid layouts */
    .mobile-stack[b-gmuhy25e4x] {
        grid-template-columns: 1fr !important;
        gap: 1rem !important;
    }
    
    /* Stack buttons vertically on mobile */
    .mobile-button-stack[b-gmuhy25e4x] {
        flex-direction: column !important;
        width: 100% !important;
    }
    
    .mobile-button-stack button[b-gmuhy25e4x] {
        width: 100% !important;
        margin-bottom: 0.5rem !important;
    }
}

@media (max-width: 576px) {
    /* Adjust padding for very small screens */
    .mobile-padding[b-gmuhy25e4x] {
        padding: 1rem !important;
    }
}
/* _content/GylleneDroppen.Blazor/Components/Admin/ManageDepartments.razor.rz.scp.css */
.admin-header[b-rv7dd3nvg1] {
    margin-bottom: 2rem;
    padding: 1.5rem;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(102, 126, 234, 0.3);
}

.admin-header h1[b-rv7dd3nvg1] {
    margin: 0 0 0.5rem 0;
    font-size: 2rem;
    font-weight: 600;
}

.admin-header p[b-rv7dd3nvg1] {
    margin: 0;
    opacity: 0.9;
    font-size: 1.1rem;
}

.table-responsive[b-rv7dd3nvg1] {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.table[b-rv7dd3nvg1] {
    margin-bottom: 0;
}

.table th[b-rv7dd3nvg1] {
    background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%);
    color: white;
    font-weight: 600;
    border: none;
    padding: 1rem;
}

.table td[b-rv7dd3nvg1] {
    padding: 1rem;
    vertical-align: middle;
}

.table-hover tbody tr:hover[b-rv7dd3nvg1] {
    background-color: rgba(102, 126, 234, 0.05);
}

.btn-group .btn[b-rv7dd3nvg1] {
    border-radius: 6px;
    margin: 0 2px;
    font-size: 0.875rem;
    padding: 0.375rem 0.75rem;
}

.badge[b-rv7dd3nvg1] {
    font-size: 0.8rem;
    padding: 0.5rem 0.75rem;
    border-radius: 20px;
}

.modal-content[b-rv7dd3nvg1] {
    border: none;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.modal-header[b-rv7dd3nvg1] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    border-radius: 12px 12px 0 0;
    padding: 1.5rem;
}

.modal-header .btn-close[b-rv7dd3nvg1] {
    filter: invert(1);
}

.modal-body[b-rv7dd3nvg1] {
    padding: 2rem;
}

.modal-footer[b-rv7dd3nvg1] {
    padding: 1rem 2rem 2rem;
    border-top: none;
}

.form-label[b-rv7dd3nvg1] {
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 0.5rem;
}

.form-control[b-rv7dd3nvg1] {
    border-radius: 8px;
    border: 1px solid #e1e5e9;
    padding: 0.75rem 1rem;
    font-size: 1rem;
}

.form-control:focus[b-rv7dd3nvg1] {
    border-color: #667eea;
    box-shadow: 0 0 0 0.2rem rgba(102, 126, 234, 0.25);
}

.form-text[b-rv7dd3nvg1] {
    color: #6c757d;
    font-size: 0.875rem;
    margin-top: 0.25rem;
}

.form-check-input:checked[b-rv7dd3nvg1] {
    background-color: #667eea;
    border-color: #667eea;
}

.spinner-border[b-rv7dd3nvg1] {
    width: 2rem;
    height: 2rem;
}

.spinner-border-sm[b-rv7dd3nvg1] {
    width: 1rem;
    height: 1rem;
}

code[b-rv7dd3nvg1] {
    background-color: rgba(102, 126, 234, 0.1);
    color: #667eea;
    padding: 0.2rem 0.4rem;
    border-radius: 4px;
    font-size: 0.875rem;
}

.text-center.py-5[b-rv7dd3nvg1] {
    padding: 3rem 1rem;
}

.text-center.py-5 i[b-rv7dd3nvg1] {
    opacity: 0.5;
}

.alert[b-rv7dd3nvg1] {
    border-radius: 8px;
    border: none;
    font-weight: 500;
}

.btn[b-rv7dd3nvg1] {
    border-radius: 8px;
    font-weight: 500;
    padding: 0.75rem 1.5rem;
    transition: all 0.3s ease;
}

.btn-primary[b-rv7dd3nvg1] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border: none;
}

.btn-primary:hover[b-rv7dd3nvg1] {
    background: linear-gradient(135deg, #5a6fd8 0%, #6a4190 100%);
    transform: translateY(-1px);
}

.btn-outline-primary[b-rv7dd3nvg1] {
    color: #667eea;
    border-color: #667eea;
}

.btn-outline-primary:hover[b-rv7dd3nvg1] {
    background-color: #667eea;
    border-color: #667eea;
}

.btn-outline-danger[b-rv7dd3nvg1] {
    color: #dc3545;
    border-color: #dc3545;
}

.btn-outline-danger:hover[b-rv7dd3nvg1] {
    background-color: #dc3545;
    border-color: #dc3545;
}

.btn-secondary[b-rv7dd3nvg1] {
    background-color: #6c757d;
    border-color: #6c757d;
}

.btn-secondary:hover[b-rv7dd3nvg1] {
    background-color: #5a6268;
    border-color: #545b62;
}

@media (max-width: 768px) {
    .admin-header h1[b-rv7dd3nvg1] {
        font-size: 1.5rem;
    }
    
    .admin-header p[b-rv7dd3nvg1] {
        font-size: 1rem;
    }
    
    .table-responsive[b-rv7dd3nvg1] {
        font-size: 0.875rem;
    }
    
    .btn-group .btn[b-rv7dd3nvg1] {
        font-size: 0.75rem;
        padding: 0.25rem 0.5rem;
    }
    
    .modal-body[b-rv7dd3nvg1] {
        padding: 1.5rem;
    }
}
/* _content/GylleneDroppen.Blazor/Components/Admin/ManageMembershipPeriods.razor.rz.scp.css */
/* Page Header */
.page-header[b-6rnye6ufgp] {
    margin-bottom: 2rem;
}

.page-header h1[b-6rnye6ufgp] {
    font-family: var(--font-serif);
    font-size: 2rem;
    color: var(--color-text);
    margin-bottom: 0.5rem;
}

/* Alert Styles */
.alert[b-6rnye6ufgp] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

/* Card Styles */
.card[b-6rnye6ufgp] {
    margin-bottom: 2rem;
}

.card-header[b-6rnye6ufgp] {
    background: linear-gradient(135deg, var(--color-beige-light), var(--color-beige));
}

.card-header h3[b-6rnye6ufgp] {
    font-family: var(--font-serif);
    font-weight: 600;
}

/* Form Styles */
.form-group[b-6rnye6ufgp] {
    margin-bottom: 1.25rem;
}

/* Table Enhancements */
.table-container[b-6rnye6ufgp] {
    background-color: var(--color-surface);
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: var(--shadow-sm);
}

.table[b-6rnye6ufgp] {
    margin-bottom: 0;
}

.table thead[b-6rnye6ufgp] {
    background: linear-gradient(135deg, var(--color-beige-light), var(--color-beige));
}

.table tbody tr.table-secondary[b-6rnye6ufgp] {
    background-color: rgba(139, 125, 107, 0.1);
    opacity: 0.8;
}

/* Badge Styles */
.badge[b-6rnye6ufgp] {
    font-size: 0.75rem;
    padding: 0.375rem 0.75rem;
}

/* Button Group */
.btn-group[b-6rnye6ufgp] {
    gap: 0.375rem;
}

/* Modal Enhancements */
.modal[b-6rnye6ufgp] {
    backdrop-filter: blur(4px);
}

.modal-content[b-6rnye6ufgp] {
    border: none;
    box-shadow: var(--shadow-xl);
}

.modal-header[b-6rnye6ufgp] {
    background: linear-gradient(135deg, var(--color-beige-light), var(--color-beige));
    border-bottom: 2px solid var(--color-beige-dark);
}

.modal-title[b-6rnye6ufgp] {
    font-family: var(--font-serif);
    font-weight: 600;
}

.text-warning[b-6rnye6ufgp] {
    color: var(--color-warning);
    font-weight: 500;
}
/* _content/GylleneDroppen.Blazor/Components/Admin/ManageRegions.razor.rz.scp.css */
/* Metadata Management Styles */

.header-actions[b-1v954recap] {
    display: flex;
    align-items: center;
    gap: 16px;
}

.item-count[b-1v954recap] {
    padding: 6px 12px;
    background: var(--color-primary);
    color: white;
    border-radius: 16px;
    font-size: 14px;
    font-weight: 600;
}

.form-container[b-1v954recap] {
    background: var(--color-surface);
    border: 1px solid var(--color-border);
    border-radius: 8px;
    padding: 24px;
    margin-bottom: 24px;
}

.form-container h3[b-1v954recap] {
    margin: 0 0 20px 0;
    color: var(--color-text);
    font-size: 20px;
}

.form[b-1v954recap] {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.form-field[b-1v954recap] {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.form-label[b-1v954recap] {
    font-weight: 600;
    color: var(--color-text);
    font-size: 14px;
}

.required[b-1v954recap] {
    color: var(--color-error);
}

.form-input[b-1v954recap], .form-textarea[b-1v954recap] {
    padding: 12px;
    border: 1px solid var(--color-border);
    border-radius: 6px;
    font-size: 14px;
    background: var(--color-surface);
    color: var(--color-text);
    transition: border-color 0.2s ease;
}

.form-input:focus[b-1v954recap], .form-textarea:focus[b-1v954recap] {
    outline: none;
    border-color: var(--color-primary);
    box-shadow: 0 0 0 2px rgba(139, 69, 19, 0.1);
}

.checkbox-field[b-1v954recap] {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
}

.form-checkbox[b-1v954recap] {
    width: 18px;
    height: 18px;
    cursor: pointer;
}

.checkbox-label[b-1v954recap] {
    font-size: 14px;
    color: var(--color-text);
    cursor: pointer;
}

.form-actions[b-1v954recap] {
    display: flex;
    gap: 12px;
    padding-top: 8px;
}

.items-grid[b-1v954recap] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 20px;
}

.item-card[b-1v954recap] {
    background: var(--color-surface);
    border: 1px solid var(--color-border);
    border-radius: 8px;
    padding: 20px;
    transition: all 0.2s ease;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}

.item-card:hover[b-1v954recap] {
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

.item-card.inactive[b-1v954recap] {
    opacity: 0.7;
    background: var(--color-surface-light);
}

.item-header[b-1v954recap] {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 12px;
}

.item-name[b-1v954recap] {
    font-size: 18px;
    font-weight: 700;
    color: var(--color-text);
    margin: 0;
}

.item-code[b-1v954recap] {
    font-size: 12px;
    font-weight: 600;
    color: var(--color-text-muted);
    background: var(--color-surface-light);
    padding: 4px 8px;
    border-radius: 4px;
    width: fit-content;
}

.item-country[b-1v954recap] {
    font-size: 14px;
    color: var(--color-text-light);
    font-weight: 500;
}

.item-status[b-1v954recap] {
    display: flex;
    gap: 8px;
    margin-top: 4px;
}

.status-badge[b-1v954recap] {
    padding: 4px 8px;
    border-radius: 12px;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.status-badge.active[b-1v954recap] {
    background: rgba(74, 174, 79, 0.15);
    color: #4AAE4F;
    border: 1px solid rgba(74, 174, 79, 0.2);
}

.status-badge.inactive[b-1v954recap] {
    background: rgba(205, 92, 92, 0.15);
    color: #CD5C5C;
    border: 1px solid rgba(205, 92, 92, 0.2);
}

.item-description[b-1v954recap] {
    color: var(--color-text-light);
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 12px;
}

.item-meta[b-1v954recap] {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin-bottom: 16px;
    padding-top: 12px;
    border-top: 1px solid var(--color-border);
}

.item-meta small[b-1v954recap] {
    color: var(--color-text-muted);
    font-size: 12px;
}

.item-actions[b-1v954recap] {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.spinner[b-1v954recap] {
    display: inline-block;
    width: 14px;
    height: 14px;
    border: 2px solid transparent;
    border-top: 2px solid currentColor;
    border-radius: 50%;
    animation: spin-b-1v954recap 0.8s linear infinite;
    margin-right: 6px;
}

@keyframes spin-b-1v954recap {
    to { transform: rotate(360deg); }
}

/* Mobile responsiveness */
@media (max-width: 768px) {
    .header-actions[b-1v954recap] {
        flex-direction: column;
        align-items: stretch;
        gap: 12px;
    }
    
    .items-grid[b-1v954recap] {
        grid-template-columns: 1fr;
        gap: 16px;
    }
    
    .form-actions[b-1v954recap] {
        flex-direction: column;
    }
    
    .item-actions[b-1v954recap] {
        flex-direction: column;
    }
}
/* _content/GylleneDroppen.Blazor/Components/Admin/ManageUserMemberships.razor.rz.scp.css */
/* Page Header */
.page-header[b-4mafufei6t] {
    margin-bottom: 2rem;
}

.page-header h1[b-4mafufei6t] {
    font-family: var(--font-serif);
    font-size: 2rem;
    color: var(--color-text);
    margin-bottom: 0.5rem;
}

/* Stats Cards */
.stats-row[b-4mafufei6t] {
    margin-bottom: 2rem;
}

.stats-card[b-4mafufei6t] {
    text-align: center;
    padding: 1.5rem;
    background: linear-gradient(135deg, var(--color-beige-light), var(--color-beige));
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-sm);
    transition: all 0.2s ease;
}

.stats-card:hover[b-4mafufei6t] {
    box-shadow: var(--shadow-default);
    transform: translateY(-2px);
}

.stats-card .card-title[b-4mafufei6t] {
    font-size: 0.875rem;
    font-weight: 600;
    color: var(--color-text-light);
    margin-bottom: 0.5rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.stats-card .display-4[b-4mafufei6t] {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--color-primary);
    font-family: var(--font-serif);
    margin: 0;
}

/* Alert Styles */
.alert[b-4mafufei6t] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

/* Navigation Tabs */
.nav-tabs[b-4mafufei6t] {
    margin-bottom: 1.5rem;
}

/* Table Enhancements */
.table-container[b-4mafufei6t] {
    background-color: var(--color-surface);
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: var(--shadow-sm);
}

.table[b-4mafufei6t] {
    margin-bottom: 0;
}

.table thead[b-4mafufei6t] {
    background: linear-gradient(135deg, var(--color-beige-light), var(--color-beige));
}

.table tbody tr.table-warning[b-4mafufei6t] {
    background-color: rgba(218, 165, 32, 0.1);
}

.table tbody tr.table-danger[b-4mafufei6t] {
    background-color: rgba(220, 20, 60, 0.1);
}

.text-danger[b-4mafufei6t] {
    color: var(--color-error);
    font-weight: 600;
}

.text-warning[b-4mafufei6t] {
    color: var(--color-warning);
    font-weight: 600;
}

/* Badge Styles */
.badge[b-4mafufei6t] {
    font-size: 0.75rem;
    padding: 0.375rem 0.75rem;
}

/* Button Group */
.btn-group[b-4mafufei6t] {
    gap: 0.375rem;
}

/* Modal Enhancements */
.modal[b-4mafufei6t] {
    backdrop-filter: blur(4px);
}

.modal-content[b-4mafufei6t] {
    border: none;
    box-shadow: var(--shadow-xl);
}

.modal-header[b-4mafufei6t] {
    background: linear-gradient(135deg, var(--color-beige-light), var(--color-beige));
    border-bottom: 2px solid var(--color-beige-dark);
}

.modal-title[b-4mafufei6t] {
    font-family: var(--font-serif);
    font-weight: 600;
}

/* Form Enhancements */
.form-group[b-4mafufei6t] {
    margin-bottom: 1.25rem;
}

/* Card Styles */
.card[b-4mafufei6t] {
    margin-bottom: 2rem;
}

.card-header[b-4mafufei6t] {
    background: linear-gradient(135deg, var(--color-beige-light), var(--color-beige));
}

.card-header h3[b-4mafufei6t] {
    font-family: var(--font-serif);
    font-weight: 600;
}
/* _content/GylleneDroppen.Blazor/Components/Admin/ManageUsers.razor.rz.scp.css */
/* Mobile-first design for Admin Users */

/* Base mobile styles */
.status-message[b-nhlgtc6gyp] {
    padding: 12px 16px;
    border-radius: 8px;
    margin-bottom: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
}

.status-message.success[b-nhlgtc6gyp] {
    background-color: #d4edda;
    border: 1px solid #c3e6cb;
    color: #155724;
}

.status-message.error[b-nhlgtc6gyp] {
    background-color: #f8d7da;
    border: 1px solid #f5c6cb;
    color: #721c24;
}

.status-close[b-nhlgtc6gyp] {
    background: none;
    border: none;
    font-size: 20px;
    cursor: pointer;
    padding: 0;
    margin-left: 12px;
}

/* Mobile user cards */
.mobile-user-cards[b-nhlgtc6gyp] {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.mobile-user-card[b-nhlgtc6gyp] {
    background: var(--color-surface);
    border: 1px solid var(--color-border);
    border-radius: 8px;
    padding: 16px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}

.mobile-user-card .user-email[b-nhlgtc6gyp] {
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 4px;
    color: var(--color-text);
}

.mobile-user-card .user-name[b-nhlgtc6gyp] {
    font-size: 14px;
    color: var(--color-text-light);
    margin-bottom: 12px;
}

.mobile-user-card .user-role[b-nhlgtc6gyp] {
    display: inline-block;
    padding: 4px 12px;
    background: var(--color-info);
    color: white;
    border-radius: 16px;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 12px;
}

.mobile-user-card .user-actions[b-nhlgtc6gyp] {
    display: flex;
    gap: 8px;
}

.mobile-user-card .btn-promote[b-nhlgtc6gyp] {
    flex: 1;
    padding: 10px 16px;
    background: var(--color-success);
    color: white;
    border: none;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    min-height: 44px;
}

/* Hide table on mobile */
.users-table[b-nhlgtc6gyp] {
    display: none;
}

/* Admin cards mobile */
.admin-grid[b-nhlgtc6gyp] {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.admin-card[b-nhlgtc6gyp] {
    background: var(--color-surface);
    border: 1px solid var(--color-border);
    border-radius: 8px;
    padding: 16px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}

.admin-card.current-user[b-nhlgtc6gyp] {
    border-color: var(--color-primary);
    box-shadow: 0 0 0 2px rgba(139, 69, 19, 0.1);
}

.admin-info[b-nhlgtc6gyp] {
    margin-bottom: 16px;
}

.admin-name[b-nhlgtc6gyp] {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 4px;
    color: var(--color-text);
}

.admin-email[b-nhlgtc6gyp] {
    font-size: 14px;
    color: var(--color-text-light);
    margin-bottom: 8px;
}

.admin-role[b-nhlgtc6gyp] {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 4px 12px;
    background: rgba(139, 69, 19, 0.1);
    color: var(--color-leather);
    border-radius: 16px;
    font-size: 12px;
    font-weight: 600;
}

.admin-department[b-nhlgtc6gyp] {
    background: var(--color-surface-light);
    border: 1px solid var(--color-border);
    border-radius: 6px;
    padding: 12px;
    margin: 12px 0;
}

.admin-department.no-department[b-nhlgtc6gyp] {
    opacity: 0.6;
}

.department-label[b-nhlgtc6gyp] {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: var(--color-text-muted);
    margin-bottom: 4px;
    font-weight: 600;
}

.department-name[b-nhlgtc6gyp] {
    font-size: 14px;
    font-weight: 600;
    color: var(--color-text);
}

.admin-actions[b-nhlgtc6gyp] {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding-top: 16px;
    border-top: 1px solid var(--color-border);
}

.admin-actions button[b-nhlgtc6gyp] {
    padding: 10px 16px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    min-height: 44px;
    border: 1px solid transparent;
}

.btn-demote[b-nhlgtc6gyp] {
    background: var(--color-error);
    color: white;
}

.btn[b-nhlgtc6gyp], .btn-primary[b-nhlgtc6gyp], .btn-secondary[b-nhlgtc6gyp], .btn-outline-primary[b-nhlgtc6gyp], .btn-outline-secondary[b-nhlgtc6gyp] {
    padding: 8px 16px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    border: 1px solid transparent;
}

.btn-primary[b-nhlgtc6gyp] {
    background: var(--color-primary);
    color: white;
}

.btn-secondary[b-nhlgtc6gyp] {
    background: var(--color-secondary);
    color: white;
}

.btn-outline-primary[b-nhlgtc6gyp] {
    background: transparent;
    border-color: var(--color-primary);
    color: var(--color-primary);
}

.btn-outline-secondary[b-nhlgtc6gyp] {
    background: transparent;
    border-color: var(--color-secondary);
    color: var(--color-secondary);
}

.btn-sm[b-nhlgtc6gyp] {
    padding: 6px 12px;
    font-size: 12px;
}

.department-select[b-nhlgtc6gyp] {
    width: 100%;
    padding: 10px;
    border: 1px solid var(--color-border);
    border-radius: 6px;
    font-size: 14px;
    background: var(--color-surface);
    color: var(--color-text);
    margin-bottom: 8px;
    min-height: 44px;
}

/* Loading and empty states */
.loading-container[b-nhlgtc6gyp] {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 48px 24px;
    color: var(--color-text-light);
}

.loading-spinner[b-nhlgtc6gyp] {
    width: 24px;
    height: 24px;
    border: 3px solid var(--color-border);
    border-top-color: var(--color-primary);
    border-radius: 50%;
    animation: spin-b-nhlgtc6gyp 0.8s linear infinite;
    margin-right: 12px;
}

@keyframes spin-b-nhlgtc6gyp {
    to { transform: rotate(360deg); }
}

.empty-state[b-nhlgtc6gyp] {
    text-align: center;
    padding: 48px 24px;
    color: var(--color-text-muted);
}

.empty-state-icon[b-nhlgtc6gyp] {
    font-size: 48px;
    margin-bottom: 16px;
    opacity: 0.3;
}

.empty-state h3[b-nhlgtc6gyp] {
    font-size: 18px;
    margin-bottom: 8px;
    color: var(--color-text-light);
}

.empty-state p[b-nhlgtc6gyp] {
    font-size: 14px;
}

/* Multiple departments styles */
.departments-list[b-nhlgtc6gyp] {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 4px;
}

.department-tag[b-nhlgtc6gyp] {
    display: inline-block;
    padding: 4px 8px;
    background: rgba(139, 69, 19, 0.1);
    color: var(--color-leather);
    border: 1px solid rgba(139, 69, 19, 0.2);
    border-radius: 12px;
    font-size: 11px;
    font-weight: 600;
    white-space: nowrap;
}

.departments-form[b-nhlgtc6gyp] {
    margin-top: 12px;
    padding: 12px;
    background: var(--color-surface-light);
    border: 1px solid var(--color-border);
    border-radius: 6px;
}

.departments-checkboxes[b-nhlgtc6gyp] {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 12px;
}

.department-checkbox-label[b-nhlgtc6gyp] {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    font-size: 14px;
    color: var(--color-text);
}

.department-checkbox-label input[type="checkbox"][b-nhlgtc6gyp] {
    width: 16px;
    height: 16px;
    cursor: pointer;
}

.departments-form-actions[b-nhlgtc6gyp] {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

/* Tablet (768px+) */
@media (min-width: 768px) {
    /* Show table, hide cards */
    .mobile-user-cards[b-nhlgtc6gyp] {
        display: none;
    }
    
    .users-table[b-nhlgtc6gyp] {
        display: table;
        width: 100%;
        border-collapse: collapse;
        background: var(--color-surface);
        border-radius: 8px;
        overflow: hidden;
        box-shadow: 0 2px 4px rgba(0,0,0,0.05);
    }
    
    .users-table th[b-nhlgtc6gyp] {
        background: var(--color-primary);
        color: white;
        padding: 12px 16px;
        text-align: left;
        font-weight: 600;
        font-size: 14px;
    }
    
    .users-table td[b-nhlgtc6gyp] {
        padding: 12px 16px;
        border-bottom: 1px solid var(--color-border);
    }
    
    .users-table tbody tr:hover[b-nhlgtc6gyp] {
        background: var(--color-surface-light);
    }
    
    .users-table tbody tr:last-child td[b-nhlgtc6gyp] {
        border-bottom: none;
    }
    
    .user-email[b-nhlgtc6gyp] {
        font-weight: 600;
        color: var(--color-text);
    }
    
    .user-name[b-nhlgtc6gyp] {
        font-size: 14px;
        color: var(--color-text-light);
    }
    
    .user-role.member[b-nhlgtc6gyp] {
        display: inline-block;
        padding: 4px 12px;
        background: var(--color-info);
        color: white;
        border-radius: 16px;
        font-size: 12px;
        font-weight: 600;
    }
    
    .user-actions[b-nhlgtc6gyp] {
        display: flex;
        gap: 8px;
    }
    
    .btn-promote[b-nhlgtc6gyp] {
        padding: 8px 16px;
        background: var(--color-success);
        color: white;
        border: none;
        border-radius: 6px;
        font-size: 14px;
        font-weight: 600;
        cursor: pointer;
    }
    
    /* Admin grid for tablets */
    .admin-grid[b-nhlgtc6gyp] {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .admin-actions[b-nhlgtc6gyp] {
        flex-direction: row;
        flex-wrap: wrap;
    }
}

/* Desktop (1024px+) */
@media (min-width: 1024px) {
    .admin-grid[b-nhlgtc6gyp] {
        grid-template-columns: repeat(3, 1fr);
        gap: 24px;
    }
    
    .admin-card[b-nhlgtc6gyp] {
        padding: 20px;
    }
}
/* _content/GylleneDroppen.Blazor/Components/Admin/ManageWhiskies.razor.rz.scp.css */
/* Manage Whiskies Page Styles - Force CSS Application */
.manage-whiskies-container[b-glpj4ug6sr] {
    padding: 1.5rem 0 !important;
    background: var(--color-background, #D4CCC0) !important;
    color: var(--color-text, #2B1810) !important;
    font-family: var(--font-serif, Georgia, serif) !important;
    min-height: 100vh;
    box-sizing: border-box;
}

/* Force apply styles even if CSS variables fail */
.manage-whiskies-container *[b-glpj4ug6sr] {
    box-sizing: border-box;
}

/* Page Header */
.page-header[b-glpj4ug6sr] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
    padding-bottom: 1rem;
    border-bottom: 2px solid var(--color-border);
}

.page-header h1[b-glpj4ug6sr] {
    font-family: var(--font-serif, Georgia, serif);
    font-size: 2.25rem;
    color: var(--color-text, #2B1810);
    margin: 0;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    font-weight: 600;
}

.header-actions[b-glpj4ug6sr] {
    display: flex;
    gap: 1rem;
    align-items: center;
}

.whisky-count[b-glpj4ug6sr] {
    background: var(--color-leather, #8B4513);
    color: var(--color-white, #F3F0E7);
    padding: 0.5rem 1rem;
    border-radius: 9999px;
    font-size: 0.875rem;
    font-weight: 700;
    box-shadow: var(--shadow-sm, 0 1px 3px rgba(0,0,0,0.15));
}

.btn-add-whisky[b-glpj4ug6sr] {
    padding: 0.75rem 1.5rem;
    border: 2px solid var(--color-leather, #8B4513);
    background: var(--color-surface-light, #DFD9CE);
    color: var(--color-leather, #8B4513);
    border-radius: var(--radius-md, 0.375rem);
    font-size: 0.875rem;
    cursor: pointer;
    transition: all 0.3s ease;
    font-weight: 600;
    font-family: var(--font-serif, Georgia, serif);
    text-decoration: none;
    display: inline-block;
}

.btn-add-whisky:hover[b-glpj4ug6sr] {
    background: var(--color-leather, #8B4513);
    color: var(--color-white, #F3F0E7);
    transform: translateY(-1px);
    box-shadow: var(--shadow-md, 0 4px 16px rgba(0,0,0,0.25));
}

/* Status Messages */
.status-message[b-glpj4ug6sr] {
    padding: 1rem 1.5rem;
    border-radius: var(--radius-md);
    margin-bottom: 1.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 500;
}

.status-message.success[b-glpj4ug6sr] {
    background: rgba(74, 124, 78, 0.15);
    border: 1px solid var(--color-success);
    color: var(--color-success);
}

.status-message.error[b-glpj4ug6sr] {
    background: rgba(205, 92, 92, 0.15);
    border: 1px solid var(--color-error);
    color: var(--color-error);
}

.status-message button[b-glpj4ug6sr] {
    background: transparent;
    border: none;
    color: inherit;
    cursor: pointer;
    font-size: 1.25rem;
    padding: 0;
    opacity: 0.8;
    transition: opacity 0.2s ease;
}

.status-message button:hover[b-glpj4ug6sr] {
    opacity: 1;
}

/* Sections */
.whisky-section[b-glpj4ug6sr] {
    background: var(--color-surface, #DAD3C7);
    border: 1px solid var(--color-border, #B09B7C);
    border-radius: var(--radius-lg, 0.5rem);
    padding: 2rem;
    margin-bottom: 2rem;
    box-shadow: var(--shadow-sm, 0 1px 3px rgba(0,0,0,0.15));
}

.section-header[b-glpj4ug6sr] {
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid var(--color-border);
}

.section-title[b-glpj4ug6sr] {
    font-family: var(--font-serif);
    font-size: 1.5rem;
    color: var(--color-leather);
    margin: 0;
    font-weight: 600;
}

/* Search Controls */
.search-controls[b-glpj4ug6sr] {
    margin-bottom: 1.5rem;
}

.search-bar[b-glpj4ug6sr] {
    display: flex;
    gap: 0.75rem;
    margin-bottom: 1.5rem;
}

.search-input[b-glpj4ug6sr] {
    flex: 1;
    padding: 0.75rem 1rem;
    border: 1px solid var(--color-border);
    border-radius: var(--radius-md);
    font-size: 0.875rem;
    background: var(--color-surface-light);
    color: var(--color-text);
    font-family: var(--font-serif);
}

.search-input:focus[b-glpj4ug6sr] {
    outline: none;
    border-color: var(--color-leather);
    box-shadow: 0 0 0 2px rgba(139, 69, 19, 0.1);
}

.search-input[b-glpj4ug6sr]::placeholder {
    color: var(--color-text-muted);
}

.search-actions[b-glpj4ug6sr] {
    display: flex;
    gap: 0.5rem;
}

/* Filter Grid */
.filter-grid[b-glpj4ug6sr] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 1rem;
    margin-bottom: 1rem;
}

.filter-group[b-glpj4ug6sr] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.filter-group label[b-glpj4ug6sr] {
    font-weight: 600;
    color: var(--color-text);
    font-size: 0.8125rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.filter-group select[b-glpj4ug6sr] {
    padding: 0.75rem;
    border: 1px solid var(--color-border);
    border-radius: var(--radius-sm);
    font-size: 0.875rem;
    background: var(--color-surface-light);
    color: var(--color-text);
    font-family: var(--font-serif);
    cursor: pointer;
}

.filter-group select:focus[b-glpj4ug6sr] {
    outline: none;
    border-color: var(--color-leather);
    box-shadow: 0 0 0 2px rgba(139, 69, 19, 0.1);
}

.sort-checkbox[b-glpj4ug6sr] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem;
    background: var(--color-surface-light);
    border-radius: var(--radius-sm);
    border: 1px solid var(--color-border);
}

.sort-checkbox input[type="checkbox"][b-glpj4ug6sr] {
    width: 1.125rem;
    height: 1.125rem;
    cursor: pointer;
}

.sort-checkbox label[b-glpj4ug6sr] {
    font-size: 0.875rem;
    color: var(--color-text);
    cursor: pointer;
    margin: 0;
}

.filter-actions[b-glpj4ug6sr] {
    display: flex;
    justify-content: center;
    margin-top: 1rem;
}

/* Buttons */
.btn[b-glpj4ug6sr] {
    padding: 0.75rem 1.25rem;
    border: 1px solid var(--color-border);
    background: var(--color-surface-light);
    color: var(--color-text);
    border-radius: var(--radius-md);
    font-size: 0.875rem;
    cursor: pointer;
    transition: all 0.2s ease;
    font-weight: 600;
    font-family: var(--font-serif);
    text-decoration: none;
    display: inline-block;
}

.btn:hover[b-glpj4ug6sr] {
    transform: translateY(-1px);
    box-shadow: var(--shadow-sm);
}

.btn:disabled[b-glpj4ug6sr] {
    opacity: 0.5;
    cursor: not-allowed;
    transform: none;
}

.btn-primary[b-glpj4ug6sr] {
    background: var(--color-leather);
    color: var(--color-white);
    border-color: var(--color-leather);
}

.btn-primary:hover[b-glpj4ug6sr] {
    background: var(--color-oak-dark);
    border-color: var(--color-oak-dark);
}

.btn-secondary[b-glpj4ug6sr] {
    background: var(--color-surface-light);
    color: var(--color-text);
    border-color: var(--color-border);
}

.btn-secondary:hover[b-glpj4ug6sr] {
    background: var(--color-surface-elevated);
    border-color: var(--color-leather);
}

.btn-danger[b-glpj4ug6sr] {
    background: var(--color-error);
    color: var(--color-white);
    border-color: var(--color-error);
}

.btn-danger:hover[b-glpj4ug6sr] {
    background: #B91C1C;
    border-color: #B91C1C;
}

/* Table */
.whiskies-table[b-glpj4ug6sr] {
    width: 100%;
    border-collapse: collapse;
    background: var(--color-surface-light, #DFD9CE);
    border-radius: var(--radius-lg, 0.5rem);
    overflow: hidden;
    box-shadow: var(--shadow-sm, 0 1px 3px rgba(0,0,0,0.15));
    border: 1px solid var(--color-border, #B09B7C);
    margin: 1rem 0;
}

.whiskies-table thead[b-glpj4ug6sr] {
    background: var(--color-leather, #8B4513);
}

.whiskies-table th[b-glpj4ug6sr] {
    padding: 1rem;
    text-align: left;
    font-weight: 700;
    font-size: 0.8125rem;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: var(--color-white, #F3F0E7);
    font-family: var(--font-serif, Georgia, serif);
}

.whiskies-table td[b-glpj4ug6sr] {
    padding: 1rem;
    border-bottom: 1px solid var(--color-border);
    vertical-align: middle;
    background: var(--color-surface-light);
}

.whiskies-table tbody tr[b-glpj4ug6sr] {
    transition: background-color 0.2s ease;
}

.whiskies-table tbody tr:hover[b-glpj4ug6sr] {
    background: var(--color-surface-elevated);
}

.whiskies-table tbody tr:last-child td[b-glpj4ug6sr] {
    border-bottom: none;
}

/* Table Content Styling */
.whisky-name[b-glpj4ug6sr] {
    font-weight: 600;
    color: var(--color-text);
    font-family: var(--font-serif);
}

.whisky-distillery[b-glpj4ug6sr] {
    color: var(--color-text-light);
    font-size: 0.875rem;
}

.whisky-type[b-glpj4ug6sr] {
    display: inline-block;
    padding: 0.25rem 0.5rem;
    background: var(--color-surface-elevated);
    border: 1px solid var(--color-border);
    border-radius: var(--radius-sm);
    font-size: 0.75rem;
    font-weight: 600;
    color: var(--color-leather);
}

.whisky-age[b-glpj4ug6sr] {
    font-weight: 600;
    color: var(--color-primary);
}

.whisky-abv[b-glpj4ug6sr] {
    font-weight: 500;
    color: var(--color-text);
}

.whisky-price[b-glpj4ug6sr] {
    font-weight: 600;
    color: var(--color-success);
}

.tasting-count[b-glpj4ug6sr] {
    display: inline-block;
    padding: 0.25rem 0.5rem;
    background: var(--color-info);
    color: var(--color-white);
    border-radius: var(--radius-sm);
    font-size: 0.75rem;
    font-weight: 600;
}

/* Action Buttons */
.whisky-actions[b-glpj4ug6sr] {
    display: flex;
    gap: 0.5rem;
}

.btn-action[b-glpj4ug6sr] {
    padding: 0.5rem 0.75rem;
    border: 1px solid var(--color-border);
    background: var(--color-surface-light);
    color: var(--color-text);
    border-radius: var(--radius-sm);
    font-size: 0.75rem;
    cursor: pointer;
    transition: all 0.2s ease;
    font-weight: 600;
    white-space: nowrap;
    font-family: var(--font-serif);
}

.btn-view:hover[b-glpj4ug6sr] {
    background: var(--color-info);
    color: var(--color-white);
    border-color: var(--color-info);
}

.btn-edit:hover[b-glpj4ug6sr] {
    background: var(--color-warning);
    color: var(--color-white);
    border-color: var(--color-warning);
}

.btn-delete:hover[b-glpj4ug6sr] {
    background: var(--color-error);
    color: var(--color-white);
    border-color: var(--color-error);
}

/* Pagination */
.pagination-top[b-glpj4ug6sr],
.pagination-bottom[b-glpj4ug6sr] {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    padding: 1rem;
    background: var(--color-surface-elevated);
    border-radius: var(--radius-md);
    margin-bottom: 1rem;
}

.pagination-bottom[b-glpj4ug6sr] {
    margin-top: 1rem;
    margin-bottom: 0;
}

.page-info[b-glpj4ug6sr] {
    font-size: 0.875rem;
    color: var(--color-text-light);
    font-weight: 600;
}

/* Loading State */
.loading-container[b-glpj4ug6sr] {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 3rem;
    color: var(--color-text-light);
    font-size: 1.125rem;
}

.loading-spinner[b-glpj4ug6sr] {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    border: 3px solid var(--color-border);
    border-radius: 50%;
    border-top-color: var(--color-leather);
    animation: spin-b-glpj4ug6sr 1s linear infinite;
    margin-right: 0.75rem;
}

@keyframes spin-b-glpj4ug6sr {
    to { transform: rotate(360deg); }
}

/* Empty State */
.empty-state[b-glpj4ug6sr] {
    text-align: center;
    padding: 3rem 2rem;
    color: var(--color-text-muted);
}

.empty-state h3[b-glpj4ug6sr] {
    font-family: var(--font-serif);
    font-size: 1.5rem;
    margin-bottom: 1rem;
    color: var(--color-text);
}

.empty-state p[b-glpj4ug6sr] {
    font-size: 1rem;
    margin-bottom: 1.5rem;
}

.empty-state-icon[b-glpj4ug6sr] {
    font-size: 4rem;
    margin-bottom: 1rem;
    opacity: 0.5;
}

/* Delete Dialog */
.delete-dialog[b-glpj4ug6sr] {
    background: transparent;
    border: none;
    padding: 0;
    max-width: 500px;
    border-radius: var(--radius-lg);
    margin: auto;
}

.delete-dialog[b-glpj4ug6sr]::backdrop {
    background-color: rgba(0, 0, 0, 0.5);
}

.dialog-content[b-glpj4ug6sr] {
    background: var(--color-surface);
    border: 2px solid var(--color-leather);
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-xl);
    overflow: hidden;
}

.dialog-header[b-glpj4ug6sr] {
    background: var(--color-surface-light);
    padding: 1.25rem;
    border-bottom: 1px solid var(--color-border);
}

.dialog-header h4[b-glpj4ug6sr] {
    margin: 0;
    font-family: var(--font-serif);
    font-size: 1.25rem;
    color: var(--color-text);
    font-weight: 600;
}

.dialog-body[b-glpj4ug6sr] {
    padding: 1.5rem 1.25rem;
    color: var(--color-text);
}

.dialog-body .text-muted[b-glpj4ug6sr] {
    color: var(--color-text-muted);
    font-size: 0.875rem;
    font-style: italic;
}

.dialog-footer[b-glpj4ug6sr] {
    background: var(--color-surface-light);
    padding: 1rem 1.25rem;
    border-top: 1px solid var(--color-border);
    display: flex;
    justify-content: flex-end;
    gap: 0.75rem;
}

/* Responsive Design */
@media (max-width: 768px) {
    .page-header[b-glpj4ug6sr] {
        flex-direction: column;
        gap: 1rem;
        text-align: center;
    }
    
    .search-bar[b-glpj4ug6sr] {
        flex-direction: column;
    }
    
    .filter-grid[b-glpj4ug6sr] {
        grid-template-columns: 1fr;
    }
    
    .whiskies-table[b-glpj4ug6sr] {
        font-size: 0.875rem;
    }
    
    .whiskies-table th[b-glpj4ug6sr],
    .whiskies-table td[b-glpj4ug6sr] {
        padding: 0.75rem 0.5rem;
    }
    
    .whisky-actions[b-glpj4ug6sr] {
        flex-direction: column;
    }
    
    .btn-action[b-glpj4ug6sr] {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .manage-whiskies-container[b-glpj4ug6sr] {
        padding: 1rem 0;
    }
    
    .whisky-section[b-glpj4ug6sr] {
        padding: 1rem;
    }
    
    .page-header h1[b-glpj4ug6sr] {
        font-size: 1.75rem;
    }
}
/* _content/GylleneDroppen.Blazor/Components/Admin/ManageWhiskyTypes.razor.rz.scp.css */
/* Metadata Management Styles */

.page-header[b-4e6vyut09z] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
    padding-bottom: 1rem;
    border-bottom: 2px solid #B09B7C;
}

.page-header h1[b-4e6vyut09z] {
    font-size: 2.25rem;
    color: #2B1810;
    margin: 0;
    font-weight: 600;
}

.status-message[b-4e6vyut09z] {
    padding: 1rem 1.5rem;
    border-radius: 0.375rem;
    margin-bottom: 1.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 500;
}

.status-message.error[b-4e6vyut09z] {
    background: rgba(239, 68, 68, 0.15);
    border: 1px solid #EF4444;
    color: #EF4444;
}

.status-message.success[b-4e6vyut09z] {
    background: rgba(74, 124, 78, 0.15);
    border: 1px solid #4A7C4E;
    color: #4A7C4E;
}

.status-close[b-4e6vyut09z] {
    background: transparent;
    border: none;
    color: inherit;
    cursor: pointer;
    font-size: 1.25rem;
    padding: 0;
    opacity: 0.8;
    transition: opacity 0.2s ease;
}

.status-close:hover[b-4e6vyut09z] {
    opacity: 1;
}

.loading-container[b-4e6vyut09z] {
    text-align: center;
    padding: 2rem;
    color: #6B5D54;
    font-family: Georgia, serif;
}

.loading-spinner[b-4e6vyut09z] {
    display: inline-block;
    width: 24px;
    height: 24px;
    border: 3px solid #B09B7C;
    border-top: 3px solid #8B4513;
    border-radius: 50%;
    animation: spin 0.8s linear infinite;
    margin-bottom: 1rem;
}

.empty-state[b-4e6vyut09z] {
    text-align: center;
    padding: 3rem 2rem;
    color: #6B5D54;
    font-family: Georgia, serif;
}

.empty-state-icon[b-4e6vyut09z] {
    font-size: 4rem;
    margin-bottom: 1rem;
}

.empty-state h3[b-4e6vyut09z] {
    margin: 1rem 0;
    color: #2B1810;
    font-family: Georgia, serif;
}

.empty-state p[b-4e6vyut09z] {
    margin-bottom: 2rem;
    font-family: Georgia, serif;
}

.form-help[b-4e6vyut09z] {
    font-size: 12px;
    color: #6B5D54;
    margin-top: 4px;
    font-style: italic;
    font-family: Georgia, serif;
}

.validation-message[b-4e6vyut09z] {
    color: #CD5C5C;
    font-size: 12px;
    margin-top: 4px;
    font-family: Georgia, serif;
}

.item-origin[b-4e6vyut09z] {
    margin-bottom: 0.5rem;
}

.origin-badge[b-4e6vyut09z] {
    padding: 0.25rem 0.5rem;
    border-radius: 0.25rem;
    font-size: 0.75rem;
    margin-right: 0.5rem;
    display: inline-block;
}

.origin-badge.country[b-4e6vyut09z] {
    background: var(--color-primary);
    color: white;
}

.origin-badge.region[b-4e6vyut09z] {
    background: var(--color-surface-light);
    color: var(--color-text);
    border: 1px solid var(--color-border);
}

.origin-badge.universal[b-4e6vyut09z] {
    background: var(--color-text-muted);
    color: white;
}

.header-actions[b-4e6vyut09z] {
    display: flex;
    align-items: center;
    gap: 16px;
}

.item-count[b-4e6vyut09z] {
    color: #5D4037;
    font-weight: 600;
    font-size: 1rem;
}

.form-container[b-4e6vyut09z] {
    background: #F0EDE4;
    border: 1px solid #B09B7C;
    border-radius: 8px;
    padding: 24px;
    margin-bottom: 24px;
}

.form-container h3[b-4e6vyut09z] {
    margin: 0 0 20px 0;
    color: #2B1810;
    font-size: 20px;
    font-weight: 600;
}

.form[b-4e6vyut09z] {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.form-field[b-4e6vyut09z] {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 20px;
}

.form-label[b-4e6vyut09z] {
    font-weight: 600;
    color: #2B1810;
    font-size: 14px;
    font-family: Georgia, serif;
}

.required[b-4e6vyut09z] {
    color: #CD5C5C;
}

/* Base styling for all form inputs */
.form-input[b-4e6vyut09z], 
.form-textarea[b-4e6vyut09z],
select.form-input[b-4e6vyut09z],
.form select[b-4e6vyut09z],
.form input[type="text"][b-4e6vyut09z],
.form textarea[b-4e6vyut09z] {
    padding: 14px 18px;
    border: 2px solid #B09B7C;
    border-radius: 10px;
    font-size: 16px;
    background: #FFFFFF;
    color: #2B1810;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    font-family: Georgia, serif;
    width: 100%;
    box-sizing: border-box;
    appearance: none;
    min-height: 48px;
    line-height: 1.4;
    font-weight: 500;
}

/* Hover states */
.form-input:hover[b-4e6vyut09z], 
.form-textarea:hover[b-4e6vyut09z], 
select.form-input:hover[b-4e6vyut09z],
.form select:hover[b-4e6vyut09z],
.form input[type="text"]:hover[b-4e6vyut09z],
.form textarea:hover[b-4e6vyut09z] {
    border-color: #8B4513;
    box-shadow: 0 4px 12px rgba(139, 69, 19, 0.15);
    background: #FEFEFE;
}

/* Focus states */
.form-input:focus[b-4e6vyut09z], 
.form-textarea:focus[b-4e6vyut09z], 
select.form-input:focus[b-4e6vyut09z],
.form select:focus[b-4e6vyut09z],
.form input[type="text"]:focus[b-4e6vyut09z],
.form textarea:focus[b-4e6vyut09z] {
    outline: none;
    border-color: #8B4513;
    box-shadow: 0 0 0 4px rgba(139, 69, 19, 0.2), 0 6px 20px rgba(139, 69, 19, 0.15);
    background: #FFFFFF;
    transform: translateY(-2px);
}

/* Disabled states */
.form-input:disabled[b-4e6vyut09z], 
select.form-input:disabled[b-4e6vyut09z],
.form select:disabled[b-4e6vyut09z],
.form input[type="text"]:disabled[b-4e6vyut09z],
.form textarea:disabled[b-4e6vyut09z] {
    background: #F5F2EA;
    color: #8B7355;
    border-color: #D4C4A8;
    cursor: not-allowed;
    opacity: 0.8;
    transform: none;
}

/* Enhanced dropdown styling */
select.form-input[b-4e6vyut09z],
.form select[b-4e6vyut09z] {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%238B4513' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6,9 12,15 18,9'%3e%3c/polyline%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 16px center;
    background-size: 18px;
    padding-right: 50px;
    cursor: pointer;
}

select.form-input:disabled[b-4e6vyut09z],
.form select:disabled[b-4e6vyut09z] {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23D4C4A8' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6,9 12,15 18,9'%3e%3c/polyline%3e%3c/svg%3e");
    cursor: not-allowed;
}

/* Option styling */
select.form-input option[b-4e6vyut09z],
.form select option[b-4e6vyut09z] {
    padding: 12px;
    background: #FFFFFF;
    color: #2B1810;
    font-family: Georgia, serif;
}

select.form-input option:disabled[b-4e6vyut09z],
.form select option:disabled[b-4e6vyut09z] {
    color: #8B7355;
    font-style: italic;
}

/* Textarea specific styling */
.form-textarea[b-4e6vyut09z],
.form textarea[b-4e6vyut09z] {
    resize: vertical;
    min-height: 90px;
    line-height: 1.6;
    font-family: Georgia, serif;
}

/* Placeholder styling */
.form-input[b-4e6vyut09z]::placeholder, 
.form-textarea[b-4e6vyut09z]::placeholder,
.form input[type="text"][b-4e6vyut09z]::placeholder,
.form textarea[b-4e6vyut09z]::placeholder {
    color: #8B7355;
    opacity: 0.8;
    font-style: italic;
    font-weight: 400;
}

/* Focus within form container */
.form-field:focus-within .form-label[b-4e6vyut09z] {
    color: #8B4513;
    transform: translateY(-1px);
}

/* Enhanced validation styling */
.validation-message[b-4e6vyut09z] {
    color: #CD5C5C;
    font-size: 13px;
    margin-top: 6px;
    font-family: Georgia, serif;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 6px;
}

.validation-message[b-4e6vyut09z]:before {
    content: "⚠";
    font-size: 14px;
}

.checkbox-field[b-4e6vyut09z] {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
}

.form-checkbox[b-4e6vyut09z] {
    width: 18px;
    height: 18px;
    cursor: pointer;
}

.checkbox-label[b-4e6vyut09z] {
    font-size: 14px;
    color: var(--color-text);
    cursor: pointer;
}

.form-actions[b-4e6vyut09z] {
    display: flex;
    gap: 12px;
    padding-top: 8px;
}

.items-grid[b-4e6vyut09z] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 20px;
}

.item-card[b-4e6vyut09z] {
    background: #DFD9CE;
    border: 1px solid #B09B7C;
    border-radius: 8px;
    padding: 20px;
    transition: all 0.2s ease;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}

.item-card:hover[b-4e6vyut09z] {
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    border-color: #8B4513;
}

.item-card.inactive[b-4e6vyut09z] {
    opacity: 0.7;
    background: var(--color-surface-light);
}

.item-header[b-4e6vyut09z] {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 12px;
}

.item-name[b-4e6vyut09z] {
    font-size: 18px;
    font-weight: 700;
    color: var(--color-text);
    margin: 0;
}

.item-code[b-4e6vyut09z] {
    font-size: 12px;
    font-weight: 600;
    color: var(--color-text-muted);
    background: var(--color-surface-light);
    padding: 4px 8px;
    border-radius: 4px;
    width: fit-content;
}

.item-country[b-4e6vyut09z] {
    font-size: 14px;
    color: var(--color-text-light);
    font-weight: 500;
}

.item-status[b-4e6vyut09z] {
    display: flex;
    gap: 8px;
    margin-top: 4px;
}

.status-badge[b-4e6vyut09z] {
    padding: 4px 8px;
    border-radius: 12px;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.status-badge.active[b-4e6vyut09z] {
    background: rgba(74, 174, 79, 0.15);
    color: #4AAE4F;
    border: 1px solid rgba(74, 174, 79, 0.2);
}

.status-badge.inactive[b-4e6vyut09z] {
    background: rgba(205, 92, 92, 0.15);
    color: #CD5C5C;
    border: 1px solid rgba(205, 92, 92, 0.2);
}

.item-description[b-4e6vyut09z] {
    color: var(--color-text-light);
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 12px;
}

.item-meta[b-4e6vyut09z] {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin-bottom: 16px;
    padding-top: 12px;
    border-top: 1px solid var(--color-border);
}

.item-meta small[b-4e6vyut09z] {
    color: var(--color-text-muted);
    font-size: 12px;
}

.item-actions[b-4e6vyut09z] {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.spinner[b-4e6vyut09z] {
    display: inline-block;
    width: 14px;
    height: 14px;
    border: 2px solid transparent;
    border-top: 2px solid currentColor;
    border-radius: 50%;
    animation: spin 0.8s linear infinite;
    margin-right: 6px;
}

@@keyframes spin {
    to[b-4e6vyut09z] { transform: rotate(360deg); }
}

/* Button Styles - Whisky Theme */
.btn[b-4e6vyut09z] {
    padding: 0.625rem 1.25rem;
    border: none;
    border-radius: 0.375rem;
    font-size: 0.875rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
    font-family: Georgia, serif;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}

.btn:disabled[b-4e6vyut09z] {
    opacity: 0.6;
    cursor: not-allowed;
}

.btn-primary[b-4e6vyut09z] {
    background: #8B4513;
    color: white;
}

.btn-primary:hover:not(:disabled)[b-4e6vyut09z] {
    background: #6B3410;
    transform: translateY(-1px);
}

.btn-secondary[b-4e6vyut09z] {
    background: #B09B7C;
    color: white;
}

.btn-secondary:hover:not(:disabled)[b-4e6vyut09z] {
    background: #8B6F47;
}

.btn-outline-primary[b-4e6vyut09z] {
    background: transparent;
    color: #8B4513;
    border: 1px solid #8B4513;
}

.btn-outline-primary:hover:not(:disabled)[b-4e6vyut09z] {
    background: #8B4513;
    color: white;
}

.btn-outline-danger[b-4e6vyut09z] {
    background: transparent;
    color: #CD5C5C;
    border: 1px solid #CD5C5C;
}

.btn-outline-danger:hover:not(:disabled)[b-4e6vyut09z] {
    background: #CD5C5C;
    color: white;
}

.btn-sm[b-4e6vyut09z] {
    padding: 0.375rem 0.75rem;
    font-size: 0.75rem;
}

/* Mobile responsiveness */
@media (max-width: 768px) {
    .header-actions[b-4e6vyut09z] {
        flex-direction: column;
        align-items: stretch;
        gap: 12px;
    }
    
    .items-grid[b-4e6vyut09z] {
        grid-template-columns: 1fr;
        gap: 16px;
    }
    
    .form-actions[b-4e6vyut09z] {
        flex-direction: column;
    }
    
    .item-actions[b-4e6vyut09z] {
        flex-direction: column;
    }
    
    .btn[b-4e6vyut09z] {
        width: 100%;
        justify-content: center;
    }
}
/* _content/GylleneDroppen.Blazor/Components/Layout/MainLayout.razor.rz.scp.css */
.main-layout[b-hk0qot2ore] {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    background-color: var(--color-background);
    /* Gentle elegant atmosphere */
    background-image: 
        linear-gradient(45deg, transparent 49%, rgba(139, 125, 107, 0.008) 50%, transparent 51%);
}

/* Clean Navbar */
.navbar-top[b-hk0qot2ore] {
    background: var(--color-surface);
    box-shadow: 0 2px 8px rgba(43, 24, 16, 0.1);
    position: sticky;
    top: 0;
    z-index: 100;
    border-bottom: 1px solid var(--color-border);
    width: 100%;
}



.main-content[b-hk0qot2ore] {
    flex: 1;
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.content-wrapper[b-hk0qot2ore] {
    flex: 1;
    padding: 0;
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    background: transparent;
    border-radius: 0;
    box-shadow: none;
}

@media (max-width: 991px) {
    .navbar-top[b-hk0qot2ore] {
        position: relative;
    }
}

@keyframes gentleGlow-b-hk0qot2ore {
    0%, 100% { 
        opacity: 0.7;
        transform: scale(1);
    }
    50% { 
        opacity: 0.85;
        transform: scale(1.01);
    }
}

#blazor-error-ui[b-hk0qot2ore] {
    background: linear-gradient(135deg, var(--color-error) 0%, rgba(139, 58, 58, 0.9) 100%);
    color: var(--color-white);
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
    padding: 1.5rem 2rem;
    text-align: center;
    font-size: 0.875rem;
    box-shadow: var(--shadow-xl);
    z-index: 1000;
    border-top: 2px solid var(--color-whisky-gold);
}

#blazor-error-ui a[b-hk0qot2ore] {
    color: white;
    text-decoration: underline;
    font-weight: 600;
}

#blazor-error-ui .dismiss[b-hk0qot2ore] {
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    font-size: 1.25rem;
}
/* _content/GylleneDroppen.Blazor/Components/Layout/NavMenu.razor.rz.scp.css */
@font-face {
    font-family: 'GreatVibes';
    src: url('/fonts/GreatVibes-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/* Clean Navigation Container */
.nav-container[b-tazlamud8e] {
    display: flex;
    align-items: center;
    padding: 0 2rem;
    height: 70px;
    width: 100%;
}

/* Authenticated navbar styling */
.nav-container.authenticated[b-tazlamud8e] {
    background: #D4CCC0;
    border-bottom: 1px solid #B09B7C;
}

/* Unauthenticated navbar styling */
.nav-container.unauthenticated[b-tazlamud8e] {
    background: #F3F0E7;
    border-bottom: 1px solid #D4C4A8;
}

/* Clean Brand */
.nav-brand[b-tazlamud8e] {
    margin-right: 3rem;
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.nav-brand a[b-tazlamud8e] {
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    transition: color 0.2s ease;
}

.brand-logo[b-tazlamud8e] {
    font-family: 'GreatVibes', cursive;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1;
}

.brand-text[b-tazlamud8e] {
    font-family: Georgia, serif;
    font-size: 1.25rem;
    letter-spacing: 0.5px;
}

/* Authenticated brand styling */
.nav-container.authenticated .brand-logo[b-tazlamud8e] {
    color: #8B4513;
}

.nav-container.authenticated .brand-text[b-tazlamud8e] {
    color: #2B1810;
}

/* Unauthenticated brand styling */
.nav-container.unauthenticated .brand-logo[b-tazlamud8e] {
    color: #F0C60A;
}

.nav-container.unauthenticated .brand-text[b-tazlamud8e] {
    color: #2B1810;
}

/* Clean Navigation Menu */
.nav-menu[b-tazlamud8e] {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex: 1;
}

/* Clean Navigation Links */
.nav-menu[b-tazlamud8e]  .nav-link {
    padding: 0.75rem 1.25rem;
    color: #2B1810;
    text-decoration: none;
    font-size: 1rem;
    font-weight: 500;
    transition: all 0.2s ease;
    border-radius: 0.375rem;
    border: 1px solid transparent;
}

.nav-menu[b-tazlamud8e]  .nav-link:hover {
    color: #8B4513;
    background: rgba(139, 69, 19, 0.1);
    border-color: #8B4513;
}

.nav-menu[b-tazlamud8e]  .nav-link.active {
    color: #F0EDE4;
    background: #8B4513;
    font-weight: 600;
}

/* Clean Dropdown */
.nav-dropdown[b-tazlamud8e] {
    position: relative;
}

.dropdown-toggle[b-tazlamud8e] {
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1.25rem;
    color: #2B1810;
    font-size: 1rem;
    font-weight: 500;
    border-radius: 0.375rem;
    transition: all 0.2s ease;
    border: 1px solid transparent;
}

.dropdown-toggle[b-tazlamud8e]::after {
    content: '▼';
    font-size: 0.75rem;
    transition: transform 0.2s ease;
}

.nav-dropdown:hover .dropdown-toggle[b-tazlamud8e] {
    color: #8B4513;
    background: rgba(139, 69, 19, 0.1);
    border-color: #8B4513;
}

.nav-dropdown:hover .dropdown-toggle[b-tazlamud8e]::after {
    transform: rotate(180deg);
}

.dropdown-menu[b-tazlamud8e] {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 250px;
    background: #F3F0E7;
    border: 1px solid #D4C4A8;
    border-radius: 0.5rem;
    box-shadow: 0 8px 24px rgba(43, 24, 16, 0.3);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.2s ease;
    z-index: 1000;
    margin-top: 0.5rem;
}

.nav-dropdown:hover .dropdown-menu[b-tazlamud8e] {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.dropdown-menu[b-tazlamud8e]  .dropdown-item {
    display: block;
    padding: 0.75rem 1.5rem;
    color: #2B1810;
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 500;
    transition: all 0.2s ease;
    border-bottom: 1px solid #E1D5C1;
}

.dropdown-menu[b-tazlamud8e]  .dropdown-item:last-child {
    border-bottom: none;
}

.dropdown-menu[b-tazlamud8e]  .dropdown-item:hover {
    background: #F6F3EA;
    color: #8B4513;
}

.dropdown-menu[b-tazlamud8e]  .dropdown-item.active {
    color: #F8F6F0;
    background: #8B4513;
    font-weight: 600;
}

/* Clean Logout Form */
.nav-logout[b-tazlamud8e] {
    margin-left: auto;
    margin-bottom: 0;
}

.btn-logout[b-tazlamud8e] {
    padding: 0.75rem 1.5rem;
    background: rgba(139, 69, 19, 0.1);
    color: #2B1810;
    border: 1px solid #B09B7C;
    border-radius: 0.375rem;
    font-size: 0.9rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease;
}

.btn-logout:hover[b-tazlamud8e] {
    background: #CD5C5C;
    color: #F8F6F0;
    border-color: #CD5C5C;
}

/* Mobile Toggle */
.nav-toggle[b-tazlamud8e] {
    display: none;
}

.nav-toggle-label[b-tazlamud8e] {
    display: none;
}

/* Mobile Styles */
@media (max-width: 991px) {
    .nav-container[b-tazlamud8e] {
        padding: 0 1rem;
        height: 60px;
        position: relative;
    }
    
    .nav-brand[b-tazlamud8e] {
        margin-right: auto;
    }
    
    .nav-brand strong[b-tazlamud8e] {
        font-size: 1.25rem;
    }
    
    .nav-toggle[b-tazlamud8e] {
        position: absolute;
        right: 1rem;
        top: 50%;
        transform: translateY(-50%);
        width: 2.5rem;
        height: 2.5rem;
        opacity: 0;
        cursor: pointer;
        z-index: 1002;
    }
    
    .nav-toggle-label[b-tazlamud8e] {
        display: block;
        position: absolute;
        right: 1rem;
        top: 50%;
        transform: translateY(-50%);
        width: 2.5rem;
        height: 2.5rem;
        cursor: pointer;
        z-index: 1001;
    }
    
    /* Hamburger lines */
    .hamburger[b-tazlamud8e],
    .hamburger[b-tazlamud8e]::before,
    .hamburger[b-tazlamud8e]::after {
        content: '';
        position: absolute;
        left: 50%;
        width: 1.5rem;
        height: 3px;
        background: #8B4513;
        border-radius: 2px;
        transition: all 0.3s ease;
        transform: translateX(-50%);
    }
    
    .hamburger[b-tazlamud8e] {
        top: 50%;
        transform: translate(-50%, -50%);
    }
    
    .hamburger[b-tazlamud8e]::before {
        top: -8px;
    }
    
    .hamburger[b-tazlamud8e]::after {
        top: 8px;
    }
    
    /* Navigation Menu Mobile */
    .nav-menu[b-tazlamud8e] {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        flex-direction: column;
        background: #D4CCC0;
        border-bottom: 2px solid #B09B7C;
        box-shadow: 0 10px 25px rgba(43, 24, 16, 0.15);
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.4s ease;
        gap: 0;
        z-index: 1000;
    }
    
    /* Show menu when checked */
    .nav-toggle:checked ~ .nav-menu[b-tazlamud8e] {
        max-height: 100vh;
    }
    
    /* Animate hamburger to X */
    .nav-toggle:checked + .nav-toggle-label .hamburger[b-tazlamud8e] {
        background: transparent;
    }
    
    .nav-toggle:checked + .nav-toggle-label .hamburger[b-tazlamud8e]::before {
        transform: translate(-50%, 0) rotate(45deg);
        top: 0;
    }
    
    .nav-toggle:checked + .nav-toggle-label .hamburger[b-tazlamud8e]::after {
        transform: translate(-50%, 0) rotate(-45deg);
        top: 0;
    }
    
    /* Mobile Navigation Links */
    .nav-menu[b-tazlamud8e]  .nav-link {
        width: 100%;
        padding: 1rem 1.5rem;
        border-radius: 0;
        border-bottom: 1px solid #B09B7C;
        font-size: 1rem;
    }
    
    /* Mobile Dropdown */
    .nav-dropdown[b-tazlamud8e] {
        width: 100%;
    }
    
    .dropdown-toggle[b-tazlamud8e] {
        width: 100%;
        padding: 1rem 1.5rem;
        border-bottom: 1px solid #B09B7C;
        border-radius: 0;
    }
    
    .dropdown-menu[b-tazlamud8e] {
        position: static;
        opacity: 1;
        visibility: visible;
        transform: none;
        box-shadow: none;
        border: none;
        border-radius: 0;
        background: #D4CCC0;
        margin-top: 0;
        border-left: 3px solid #8B4513;
    }
    
    .dropdown-menu[b-tazlamud8e]  .dropdown-item {
        padding-left: 2.5rem;
        font-size: 0.875rem;
        border-bottom: 1px solid #B09B7C;
    }
    
    /* Mobile Logout */
    .nav-logout[b-tazlamud8e] {
        width: 100%;
        margin: 0;
        padding: 1rem 1.5rem;
        border-top: 2px solid #B09B7C;
    }
    
    .btn-logout[b-tazlamud8e] {
        width: 100%;
        text-align: center;
    }
}
/* _content/GylleneDroppen.Blazor/Components/Layout/PublicLayout.razor.rz.scp.css */
/* Elegant Layout - Clean Dark Whisky Design */
@font-face {
    font-family: 'GreatVibes';
    src: url('/fonts/GreatVibes-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
.elegant-layout[b-f0n0syjuxh] {
    background: var(--color-background);
    color: var(--color-text);
    padding: 1rem;
    box-shadow: var(--shadow-xl);
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 100vh;
    width: 100%;
    max-width: 768px;
    margin: 0 auto;
    padding: 2rem;
    
    /* Solid background - no texture */
}

.elegant-card[b-f0n0syjuxh] {
    background: var(--color-background);
    border: 4px double var(--color-oak-dark);
    border-radius: var(--radius-xl);
    padding: 1.5rem;
    margin-top: 2rem;
    padding-top: 3rem;
    text-align: center;
    position: relative;
    width: 100%;
    flex: 1;
    display: flex;
    flex-direction: column;
}

@media (min-width: 640px) {
    .elegant-layout[b-f0n0syjuxh] {
        padding: 3rem 2rem;
    }
    
    .elegant-card[b-f0n0syjuxh] {
        padding: 4rem 3rem 2.5rem;
    }
}

.elegant-card-inner[b-f0n0syjuxh] {
    /* No additional inner styling needed */
}

.elegant-logo[b-f0n0syjuxh] {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: 'GreatVibes', cursive;
    color: #F0C60A;
    font-size: 2.5rem;
    background-color: #F0EDE4;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.elegant-content[b-f0n0syjuxh] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    flex: 1;
}

.elegant-title[b-f0n0syjuxh] {
    text-align: center;
    color: var(--color-text);
    font-size: 2.25rem;
    font-family: var(--font-serif);
    margin: 0;
}

.elegant-divider[b-f0n0syjuxh] {
    margin: 0.75rem 0;
    border: none;
    border-top: 1px solid var(--color-oak-dark);
}

.elegant-follow[b-f0n0syjuxh] {
    text-align: center;
    color: var(--color-text);
    margin: 0;
}

.elegant-footer p[b-f0n0syjuxh] {
    font-size: 0.75rem;
    text-align: center;
    color: var(--color-text);
    margin: 0;
}

/* Responsive Design */
@media (max-width: 640px) {
    .elegant-layout[b-f0n0syjuxh] {
        width: auto;
        height: auto;
        border-radius: var(--radius-xl);
        max-width: 100vw;
        padding: 1rem;
    }
}
/* _content/GylleneDroppen.Blazor/Components/Pages/Home.razor.rz.scp.css */
/* Mobile-first responsive design for homepage */

/* Mobile styles (default) */
.home-header[b-drdbyh6mfd] {
    padding: 1.5rem !important;
}

.home-header h1[b-drdbyh6mfd] {
    font-size: 1.875rem !important;
}

.hero-actions[b-drdbyh6mfd] {
    flex-direction: column !important;
    align-items: center !important;
    gap: 0.75rem !important;
}

.hero-actions a[b-drdbyh6mfd] {
    width: 100% !important;
    max-width: 280px !important;
    text-align: center !important;
}

.stats-grid[b-drdbyh6mfd] {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 1rem !important;
}

.stat-card[b-drdbyh6mfd] {
    padding: 1.25rem 1rem !important;
}

.stat-card span:first-child[b-drdbyh6mfd] {
    font-size: 1.875rem !important;
}

.stat-card span:last-child[b-drdbyh6mfd] {
    font-size: 0.75rem !important;
}

.actions-grid[b-drdbyh6mfd] {
    grid-template-columns: 1fr !important;
    gap: 1rem !important;
}

.activity-section[b-drdbyh6mfd] {
    padding: 1.5rem !important;
}

.section-header[b-drdbyh6mfd] {
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 1rem !important;
}

.section-header h2[b-drdbyh6mfd] {
    font-size: 1.25rem !important;
}

/* Tablet styles */
@media (min-width: 768px) {
    .home-header[b-drdbyh6mfd] {
        padding: 2rem !important;
    }

    .home-header h1[b-drdbyh6mfd] {
        font-size: 2.25rem !important;
    }

    .hero-actions[b-drdbyh6mfd] {
        flex-direction: row !important;
        justify-content: center !important;
        gap: 1rem !important;
    }

    .hero-actions a[b-drdbyh6mfd] {
        width: auto !important;
        max-width: none !important;
    }

    .stats-grid[b-drdbyh6mfd] {
        grid-template-columns: repeat(4, 1fr) !important;
        gap: 1.25rem !important;
    }

    .stat-card[b-drdbyh6mfd] {
        padding: 1.5rem 1.25rem !important;
    }

    .stat-card span:first-child[b-drdbyh6mfd] {
        font-size: 2.25rem !important;
    }

    .stat-card span:last-child[b-drdbyh6mfd] {
        font-size: 0.875rem !important;
    }

    .actions-grid[b-drdbyh6mfd] {
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)) !important;
        gap: 1.25rem !important;
    }

    .activity-section[b-drdbyh6mfd] {
        padding: 1.75rem !important;
    }

    .section-header[b-drdbyh6mfd] {
        flex-direction: row !important;
        align-items: center !important;
        justify-content: space-between !important;
        gap: 0 !important;
    }

    .section-header h2[b-drdbyh6mfd] {
        font-size: 1.375rem !important;
    }
}

/* Desktop styles */
@media (min-width: 1024px) {
    .home-header[b-drdbyh6mfd] {
        padding: 2rem !important;
    }

    .home-header h1[b-drdbyh6mfd] {
        font-size: 2.5rem !important;
    }

    .stats-grid[b-drdbyh6mfd] {
        gap: 1.5rem !important;
    }

    .stat-card[b-drdbyh6mfd] {
        padding: 2rem 1.5rem !important;
    }

    .stat-card span:first-child[b-drdbyh6mfd] {
        font-size: 2.5rem !important;
    }

    .stat-card span:last-child[b-drdbyh6mfd] {
        font-size: 0.9rem !important;
    }

    .actions-grid[b-drdbyh6mfd] {
        gap: 1.5rem !important;
    }

    .activity-section[b-drdbyh6mfd] {
        padding: 2rem !important;
    }

    .section-header h2[b-drdbyh6mfd] {
        font-size: 1.5rem !important;
    }
}
/* _content/GylleneDroppen.Blazor/Components/Shared/GoldenCard.razor.rz.scp.css */
.golden-card-wrapper[b-6b243lo6m2] {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem 1rem;
    background: 
        radial-gradient(circle at 20% 80%, rgba(212, 181, 90, 0.3) 0%, transparent 50%),
        radial-gradient(circle at 80% 20%, rgba(139, 111, 55, 0.2) 0%, transparent 50%),
        linear-gradient(135deg, #F7F1E8 0%, #E8D4B8 50%, #DCC59A 100%);
    background-attachment: fixed;
}

.golden-card[b-6b243lo6m2] {
    background: 
        linear-gradient(145deg, rgba(255, 255, 255, 0.9), rgba(247, 241, 232, 0.95)),
        linear-gradient(135deg, #F7F1E8, #E8D4B8);
    border-radius: 24px;
    box-shadow: 
        0 32px 64px rgba(45, 24, 16, 0.25),
        0 16px 32px rgba(45, 24, 16, 0.15),
        0 8px 16px rgba(45, 24, 16, 0.1),
        inset 0 2px 4px rgba(255, 255, 255, 0.8),
        inset 0 -1px 2px rgba(139, 111, 55, 0.1);
    padding: 4rem 3rem 3rem;
    width: 100%;
    max-width: 520px;
    position: relative;
    border: 3px solid;
    border-image: linear-gradient(145deg, var(--color-gold-light), var(--color-gold), var(--color-gold-dark)) 1;
    backdrop-filter: blur(20px);
}

@media (min-width: 640px) {
    .golden-card-wrapper[b-6b243lo6m2] {
        padding: 3rem 2rem;
    }
    
    .golden-card[b-6b243lo6m2] {
        padding: 4rem 3rem 2.5rem;
    }
}

.golden-card-inner[b-6b243lo6m2] {
    position: relative;
    padding: 3.5rem 2rem 2rem;
    background: 
        linear-gradient(135deg, rgba(255, 255, 255, 0.4), rgba(247, 241, 232, 0.3)),
        radial-gradient(circle at center, rgba(212, 181, 90, 0.1) 0%, transparent 70%);
    border: 2px solid;
    border-image: linear-gradient(135deg, var(--color-gold), var(--color-gold-light), var(--color-gold)) 1;
    border-radius: 20px;
    text-align: center;
    backdrop-filter: blur(15px);
    box-shadow: 
        inset 0 2px 8px rgba(255, 255, 255, 0.6),
        inset 0 -2px 4px rgba(139, 111, 55, 0.1),
        0 8px 16px rgba(45, 24, 16, 0.1);
}

.golden-card-logo[b-6b243lo6m2] {
    position: absolute;
    top: -2px;
    left: 50%;
    transform: translate(-50%, -50%);
    background: linear-gradient(145deg, var(--color-gold-light), var(--color-gold), var(--color-gold-dark));
    color: var(--color-dark-brown);
    font-family: var(--font-display);
    font-weight: bold;
    font-size: 3.5rem;
    padding: 0.5rem 2rem;
    background-color: var(--color-beige);
    border-radius: 50%;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 
        0 8px 16px rgba(45, 24, 16, 0.3),
        0 4px 8px rgba(45, 24, 16, 0.2),
        inset 0 2px 4px rgba(255, 255, 255, 0.8);
    border: 3px solid var(--color-gold);
}

.golden-card-content[b-6b243lo6m2] {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.golden-card-title[b-6b243lo6m2] {
    text-align: center;
    color: var(--color-dark-brown);
    font-size: 2.75rem;
    font-family: var(--font-serif);
    font-weight: 700;
    margin: 0 0 1rem 0;
    text-shadow: 
        0 2px 4px rgba(45, 24, 16, 0.2),
        0 1px 2px rgba(45, 24, 16, 0.1);
    letter-spacing: 1px;
    line-height: 1.2;
}

@media (min-width: 640px) {
    .golden-card-title[b-6b243lo6m2] {
        font-size: 3.25rem;
        letter-spacing: 1.5px;
    }
}

.golden-card-divider[b-6b243lo6m2] {
    margin: 2rem 0;
    border: none;
    height: 2px;
    background: linear-gradient(
        90deg, 
        transparent 0%,
        var(--color-gold-light) 20%,
        var(--color-gold) 50%,
        var(--color-gold-light) 80%,
        transparent 100%
    );
    border-radius: 1px;
    box-shadow: 0 1px 2px rgba(45, 24, 16, 0.1);
}

.golden-card-follow[b-6b243lo6m2] {
    text-align: center;
    color: var(--color-brown-light);
    margin: 0;
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.golden-card-footer[b-6b243lo6m2] {
    margin-top: 2rem;
    opacity: 0.6;
    color: var(--color-brown-light);
}
/* _content/GylleneDroppen.Blazor/Components/Shared/PublicHome.razor.rz.scp.css */
.quote-text[b-0kxoffe1d6] {
    font-size: 1.25rem;
    color: var(--color-dark-brown);
    margin-bottom: 2.5rem;
    font-style: italic;
    font-weight: 500;
    opacity: 0.85;
    line-height: 1.7;
    text-shadow: 0 1px 2px rgba(45, 24, 16, 0.1);
    font-family: var(--font-serif);
}

.button-group[b-0kxoffe1d6] {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    margin: 2.5rem 0;
    align-items: center;
}

@media (min-width: 640px) {
    .button-group[b-0kxoffe1d6] {
        flex-direction: row;
        justify-content: center;
        gap: 2rem;
    }
}

.description-text[b-0kxoffe1d6] {
    font-size: 1rem;
    color: var(--color-brown-light);
    opacity: 0.85;
    line-height: 1.7;
    margin: 0;
    font-weight: 500;
    text-align: center;
    text-shadow: 0 1px 2px rgba(45, 24, 16, 0.1);
}
/* _content/GylleneDroppen.Blazor/Components/Shared/SocialLinks.razor.rz.scp.css */
.social-links[b-jwz80slxtu] {
    display: flex;
    justify-content: center;
    gap: 1.5rem;
    margin: 1rem 0;
}

.social-link[b-jwz80slxtu] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: var(--color-gold);
    color: var(--color-dark-brown);
    transition: all 0.3s ease;
}

.social-link:hover[b-jwz80slxtu] {
    background-color: var(--color-gold-dark);
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.social-link svg[b-jwz80slxtu] {
    width: 20px;
    height: 20px;
}
/* _content/GylleneDroppen.Blazor/Components/Shared/WhiskyForm.razor.rz.scp.css */
/* Reusable whisky-themed form styles */
.whisky-form[b-qggd4m15th] {
    background: #DFD9CE;
    border: 1px solid #B09B7C;
    border-radius: 0.5rem;
    padding: 2rem;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

.validation-summary[b-qggd4m15th] {
    background: rgba(220, 20, 60, 0.1);
    border: 1px solid rgba(220, 20, 60, 0.2);
    border-radius: 0.375rem;
    padding: 1rem;
    margin-bottom: 1.5rem;
    color: #EF4444;
}

.form-actions[b-qggd4m15th] {
    display: flex;
    gap: 1rem;
    justify-content: flex-end;
    margin-top: 2rem;
    padding-top: 1.5rem;
    border-top: 1px solid #B09B7C;
}

.btn-primary[b-qggd4m15th] {
    padding: 0.875rem 2rem;
    background: #8B4513;
    color: white;
    border: none;
    border-radius: 0.375rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
    position: relative;
    overflow: hidden;
}

.btn-primary:hover:not(:disabled)[b-qggd4m15th] {
    background: #6B3410;
}

.btn-primary:disabled[b-qggd4m15th],
.btn-primary.processing[b-qggd4m15th] {
    opacity: 0.6;
    cursor: not-allowed;
}

.btn-secondary[b-qggd4m15th] {
    padding: 0.875rem 1.5rem;
    background: #DFD9CE;
    border: 1px solid #B09B7C;
    color: #2B1810;
    border-radius: 0.375rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease;
}

.btn-secondary:hover[b-qggd4m15th] {
    background: #F5F0E8;
    border-color: #8B4513;
}

/* Form field styles that can be applied to child content */
.form-field[b-qggd4m15th] {
    margin-bottom: 1.25rem;
}

.form-label[b-qggd4m15th] {
    display: block;
    font-weight: 500;
    color: #2B1810;
    margin-bottom: 0.5rem;
    font-size: 0.875rem;
}

.form-input[b-qggd4m15th] {
    width: 100%;
    padding: 0.75rem 1rem;
    border: 1px solid #B09B7C;
    border-radius: 0.375rem;
    font-size: 1rem;
    background: #DFD9CE;
    transition: all 0.2s ease;
}

.form-input:focus[b-qggd4m15th] {
    outline: none;
    border-color: #8B4513;
    box-shadow: 0 0 0 2px rgba(139, 69, 19, 0.1);
}

.form-textarea[b-qggd4m15th] {
    width: 100%;
    padding: 0.75rem 1rem;
    border: 1px solid #B09B7C;
    border-radius: 0.375rem;
    font-size: 1rem;
    background: #DFD9CE;
    transition: all 0.2s ease;
    min-height: 80px;
    resize: vertical;
    font-family: inherit;
}

.form-textarea:focus[b-qggd4m15th] {
    outline: none;
    border-color: #8B4513;
    box-shadow: 0 0 0 2px rgba(139, 69, 19, 0.1);
}

.form-fieldset[b-qggd4m15th] {
    border: 1px solid #B09B7C;
    border-radius: 0.375rem;
    padding: 1.5rem;
    margin-bottom: 2rem;
    background: #F5F0E8;
}

.form-legend[b-qggd4m15th] {
    font-family: Georgia, serif;
    font-size: 1.125rem;
    font-weight: 600;
    color: #2B1810;
    padding: 0 0.75rem;
    background: #DFD9CE;
    border: 1px solid #B09B7C;
    border-radius: 0.25rem;
}

.form-grid-2[b-qggd4m15th] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}

.form-grid-3[b-qggd4m15th] {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 1rem;
}

.validation-message[b-qggd4m15th] {
    color: #EF4444;
    font-size: 0.8125rem;
    margin-top: 0.25rem;
    display: block;
}

.required[b-qggd4m15th] {
    color: #EF4444;
}

@media (max-width: 768px) {
    .form-grid-2[b-qggd4m15th],
    .form-grid-3[b-qggd4m15th] {
        grid-template-columns: 1fr;
    }
    
    .form-actions[b-qggd4m15th] {
        flex-direction: column;
    }
    
    .whisky-form[b-qggd4m15th] {
        padding: 1rem;
    }
}
/* _content/GylleneDroppen.Blazor/Components/Shared/WhiskyPageLayout.razor.rz.scp.css */
/* Reusable whisky-themed page layout styles */
.whisky-page-container[b-nuvsr2wqnj] {
    padding: 1.5rem 0;
    background: #D4CCC0;
    color: #2B1810;
    font-family: Georgia, serif;
    min-height: 100vh;
}

.whisky-page-content[b-nuvsr2wqnj] {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 1rem;
}

.page-header[b-nuvsr2wqnj] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
    padding-bottom: 1rem;
    border-bottom: 2px solid #B09B7C;
}

.page-title[b-nuvsr2wqnj] {
    font-size: 2.25rem;
    color: #2B1810;
    margin: 0;
    font-weight: 600;
}

.btn-back[b-nuvsr2wqnj] {
    padding: 0.75rem 1.25rem;
    background: #DFD9CE;
    color: #2B1810;
    border: 1px solid #B09B7C;
    border-radius: 0.375rem;
    cursor: pointer;
    font-weight: 600;
    font-family: Georgia, serif;
    transition: all 0.2s ease;
}

.btn-back:hover[b-nuvsr2wqnj] {
    background: #B09B7C;
    color: white;
}

.status-message[b-nuvsr2wqnj] {
    padding: 1rem 1.5rem;
    border-radius: 0.375rem;
    margin-bottom: 1.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 500;
}

.status-message.error[b-nuvsr2wqnj] {
    background: rgba(239, 68, 68, 0.15);
    border: 1px solid #EF4444;
    color: #EF4444;
}

.status-message.success[b-nuvsr2wqnj] {
    background: rgba(74, 124, 78, 0.15);
    border: 1px solid #4A7C4E;
    color: #4A7C4E;
}

.status-close[b-nuvsr2wqnj] {
    background: transparent;
    border: none;
    color: inherit;
    cursor: pointer;
    font-size: 1.25rem;
    padding: 0;
    opacity: 0.8;
    transition: opacity 0.2s ease;
}

.status-close:hover[b-nuvsr2wqnj] {
    opacity: 1;
}

@media (max-width: 768px) {
    .whisky-page-content[b-nuvsr2wqnj] {
        padding: 0 0.5rem;
    }
    
    .page-header[b-nuvsr2wqnj] {
        flex-direction: column;
        gap: 1rem;
        text-align: center;
    }
    
    .page-title[b-nuvsr2wqnj] {
        font-size: 1.75rem;
    }
}
/* _content/GylleneDroppen.Blazor/Components/Tastings/CreateTastingEvent.razor.rz.scp.css */
/* Create Tasting Event Page Styles */
.create-event-container[b-tv24fffdhs] {
    padding: 1.5rem 0;
    max-width: 900px;
    margin: 0 auto;
}

.create-event-header[b-tv24fffdhs] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
}

.create-event-header h1[b-tv24fffdhs] {
    font-family: var(--font-serif);
    font-size: 2rem;
    color: var(--color-text);
    margin: 0;
}

.back-button[b-tv24fffdhs] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1rem;
    background: var(--color-surface);
    border: 1px solid var(--color-beige-dark);
    border-radius: var(--radius-md);
    color: var(--color-text);
    text-decoration: none;
    font-weight: 500;
    transition: all 0.2s ease;
}

.back-button:hover[b-tv24fffdhs] {
    background: var(--color-beige-light);
    border-color: var(--color-primary);
    text-decoration: none;
    color: var(--color-text);
}

/* Status Message */
.status-message[b-tv24fffdhs] {
    padding: 1rem;
    border-radius: var(--radius-md);
    margin-bottom: 1.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.status-message.error[b-tv24fffdhs] {
    background: rgba(220, 20, 60, 0.1);
    border: 1px solid rgba(220, 20, 60, 0.2);
    color: var(--color-error);
}

.status-message.success[b-tv24fffdhs] {
    background: rgba(34, 139, 34, 0.1);
    border: 1px solid rgba(34, 139, 34, 0.2);
    color: var(--color-success);
}

.status-message button[b-tv24fffdhs] {
    background: none;
    border: none;
    color: inherit;
    cursor: pointer;
    font-size: 1.25rem;
    padding: 0.25rem;
    opacity: 0.7;
    transition: opacity 0.2s ease;
}

.status-message button:hover[b-tv24fffdhs] {
    opacity: 1;
}

/* Form Styling */
.event-form[b-tv24fffdhs] {
    background: var(--color-surface);
    border: 1px solid var(--color-beige-dark);
    border-radius: var(--radius-lg);
    padding: 2rem;
    box-shadow: var(--shadow-sm);
}

.form-section[b-tv24fffdhs] {
    margin-bottom: 2rem;
    padding: 1.5rem;
    background: var(--color-beige-light);
    border-radius: var(--radius-md);
    border: 1px solid var(--color-beige-dark);
}

.form-section-title[b-tv24fffdhs] {
    font-family: var(--font-serif);
    font-size: 1.25rem;
    font-weight: 600;
    color: var(--color-text);
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.form-group[b-tv24fffdhs] {
    margin-bottom: 1.25rem;
}

.form-group:last-child[b-tv24fffdhs] {
    margin-bottom: 0;
}

.form-label[b-tv24fffdhs] {
    display: block;
    font-weight: 500;
    color: var(--color-text);
    margin-bottom: 0.5rem;
    font-size: 0.875rem;
}

.form-control[b-tv24fffdhs] {
    width: 100%;
    padding: 0.75rem 1rem;
    border: 1px solid var(--color-beige-dark);
    border-radius: var(--radius-md);
    font-size: 1rem;
    background: var(--color-surface);
    transition: all 0.2s ease;
}

.form-control:focus[b-tv24fffdhs] {
    outline: none;
    border-color: var(--color-primary);
    box-shadow: 0 0 0 3px rgba(210, 105, 30, 0.1);
}

.form-control[aria-invalid="true"][b-tv24fffdhs] {
    border-color: var(--color-error);
}

.form-textarea[b-tv24fffdhs] {
    min-height: 80px;
    resize: vertical;
    font-family: inherit;
}

.form-grid[b-tv24fffdhs] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}

.form-checkbox-group[b-tv24fffdhs] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1rem;
    background: var(--color-surface);
    border: 1px solid var(--color-beige-dark);
    border-radius: var(--radius-md);
}

.form-checkbox-group input[type="checkbox"][b-tv24fffdhs] {
    margin: 0;
}

.form-checkbox-group label[b-tv24fffdhs] {
    margin: 0;
    font-weight: 500;
    color: var(--color-text);
    cursor: pointer;
}

/* Whisky Selection Section */
.whisky-selection[b-tv24fffdhs] {
    background: linear-gradient(135deg, var(--color-whisky-amber)15, rgba(210, 105, 30, 0.1));
}

.whisky-search[b-tv24fffdhs] {
    display: flex;
    gap: 0.75rem;
    margin-bottom: 1.5rem;
}

.whisky-search-input[b-tv24fffdhs] {
    flex: 1;
    padding: 0.75rem 1rem;
    border: 1px solid var(--color-beige-dark);
    border-radius: var(--radius-md);
    font-size: 1rem;
    background: var(--color-surface);
}

.whisky-search-input:focus[b-tv24fffdhs] {
    outline: none;
    border-color: var(--color-primary);
    box-shadow: 0 0 0 3px rgba(210, 105, 30, 0.1);
}

.search-btn[b-tv24fffdhs] {
    padding: 0.75rem 1.5rem;
    background: var(--color-primary);
    color: white;
    border: none;
    border-radius: var(--radius-md);
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease;
}

.search-btn:hover[b-tv24fffdhs] {
    background: var(--color-whisky-copper);
}

.whisky-grid[b-tv24fffdhs] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
}

.whisky-section[b-tv24fffdhs] {
    background: var(--color-surface);
    border: 1px solid var(--color-beige-dark);
    border-radius: var(--radius-md);
    padding: 1.25rem;
}

.whisky-section-title[b-tv24fffdhs] {
    font-weight: 600;
    color: var(--color-text);
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid var(--color-beige-dark);
}

.whisky-list[b-tv24fffdhs] {
    max-height: 300px;
    overflow-y: auto;
}

.whisky-item[b-tv24fffdhs] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.75rem;
    border: 1px solid var(--color-beige-dark);
    border-radius: var(--radius-sm);
    margin-bottom: 0.5rem;
    background: var(--color-beige-light);
    transition: all 0.2s ease;
}

.whisky-item:hover[b-tv24fffdhs] {
    background: rgba(210, 105, 30, 0.05);
    border-color: var(--color-primary);
}

.whisky-info[b-tv24fffdhs] {
    flex: 1;
}

.whisky-name[b-tv24fffdhs] {
    font-weight: 600;
    color: var(--color-text);
    font-size: 0.875rem;
    margin-bottom: 0.25rem;
}

.whisky-details[b-tv24fffdhs] {
    color: var(--color-text-light);
    font-size: 0.75rem;
}

.whisky-action-btn[b-tv24fffdhs] {
    padding: 0.5rem 0.875rem;
    border: 1px solid var(--color-beige-dark);
    background: var(--color-surface);
    color: var(--color-text);
    border-radius: var(--radius-sm);
    font-size: 0.8125rem;
    cursor: pointer;
    transition: all 0.2s ease;
}

.whisky-action-btn:hover[b-tv24fffdhs] {
    background: var(--color-primary);
    color: white;
    border-color: var(--color-primary);
}

.whisky-action-btn.remove[b-tv24fffdhs] {
    border-color: var(--color-error);
    color: var(--color-error);
}

.whisky-action-btn.remove:hover[b-tv24fffdhs] {
    background: var(--color-error);
    color: white;
}

.selected-whisky-count[b-tv24fffdhs] {
    background: var(--color-primary);
    color: white;
    padding: 0.25rem 0.625rem;
    border-radius: 9999px;
    font-size: 0.75rem;
    font-weight: 600;
    margin-left: 0.5rem;
}

.empty-whisky-state[b-tv24fffdhs] {
    text-align: center;
    padding: 2rem;
    color: var(--color-text-light);
    font-style: italic;
}

/* Validation Styling */
.validation-message[b-tv24fffdhs] {
    color: var(--color-error);
    font-size: 0.8125rem;
    margin-top: 0.25rem;
    display: block;
}

.validation-summary[b-tv24fffdhs] {
    background: rgba(220, 20, 60, 0.1);
    border: 1px solid rgba(220, 20, 60, 0.2);
    border-radius: var(--radius-md);
    padding: 1rem;
    margin-bottom: 1.5rem;
}

.validation-summary ul[b-tv24fffdhs] {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--color-error);
    font-size: 0.875rem;
}

/* Form Actions */
.form-actions[b-tv24fffdhs] {
    display: flex;
    gap: 1rem;
    justify-content: flex-end;
    margin-top: 2rem;
    padding-top: 1.5rem;
    border-top: 1px solid var(--color-beige-dark);
}

.btn-primary[b-tv24fffdhs] {
    padding: 0.875rem 2rem;
    font-weight: 600;
    position: relative;
    overflow: hidden;
}

.btn-primary:disabled[b-tv24fffdhs] {
    opacity: 0.6;
    cursor: not-allowed;
}

.btn-primary:disabled[b-tv24fffdhs]::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 1rem;
    width: 1rem;
    height: 1rem;
    margin-top: -0.5rem;
    border: 2px solid transparent;
    border-top: 2px solid currentColor;
    border-radius: 50%;
    animation: spin-b-tv24fffdhs 1s linear infinite;
}

.btn-secondary[b-tv24fffdhs] {
    padding: 0.875rem 1.5rem;
    background: var(--color-surface);
    border: 1px solid var(--color-beige-dark);
    color: var(--color-text);
    border-radius: var(--radius-md);
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease;
}

.btn-secondary:hover[b-tv24fffdhs] {
    background: var(--color-beige-light);
    border-color: var(--color-primary);
}

@keyframes spin-b-tv24fffdhs {
    to { transform: rotate(360deg); }
}

/* Required Field Indicator */
.required-field[b-tv24fffdhs]::after {
    content: ' *';
    color: var(--color-error);
}

/* Event Tips */
.form-tip[b-tv24fffdhs] {
    background: rgba(70, 130, 180, 0.1);
    border: 1px solid rgba(70, 130, 180, 0.2);
    border-radius: var(--radius-md);
    padding: 0.75rem 1rem;
    font-size: 0.8125rem;
    color: var(--color-info);
    margin-top: 0.5rem;
}

.form-tip[b-tv24fffdhs]::before {
    content: '💡';
    margin-right: 0.5rem;
}

/* Responsive Design */
@media (max-width: 768px) {
    .create-event-container[b-tv24fffdhs] {
        padding: 1rem;
    }
    
    .create-event-header[b-tv24fffdhs] {
        flex-direction: column;
        gap: 1rem;
        text-align: center;
    }
    
    .event-form[b-tv24fffdhs] {
        padding: 1.5rem;
    }
    
    .form-grid[b-tv24fffdhs] {
        grid-template-columns: 1fr;
    }
    
    .whisky-grid[b-tv24fffdhs] {
        grid-template-columns: 1fr;
    }
    
    .whisky-search[b-tv24fffdhs] {
        flex-direction: column;
    }
    
    .form-actions[b-tv24fffdhs] {
        flex-direction: column-reverse;
    }
    
    .form-actions button[b-tv24fffdhs] {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .form-section[b-tv24fffdhs] {
        padding: 1rem;
    }
    
    .create-event-header h1[b-tv24fffdhs] {
        font-size: 1.5rem;
    }
    
    .whisky-item[b-tv24fffdhs] {
        flex-direction: column;
        align-items: stretch;
        gap: 0.5rem;
    }
    
    .whisky-action-btn[b-tv24fffdhs] {
        align-self: center;
        width: auto;
    }
}
/* _content/GylleneDroppen.Blazor/Components/Tastings/TastingEventList.razor.rz.scp.css */
/* Enhanced Tastings Page - Premium Whisky Theme */

/* Luxury Page Header */
.page-header[b-qum11df2ll] {
    text-align: center;
    margin-bottom: 4rem;
    padding: 3rem 0;
    position: relative;
    background: linear-gradient(135deg, transparent 0%, rgba(139, 69, 19, 0.02) 50%, transparent 100%);
    border-radius: var(--radius-2xl);
}

.page-header[b-qum11df2ll]::before {
    content: '';
    position: absolute;
    top: 1rem;
    left: 50%;
    transform: translateX(-50%);
    width: 300px;
    height: 4px;
    background: linear-gradient(to right, 
        transparent, 
        var(--color-whisky-copper) 10%, 
        var(--color-leather) 30%, 
        var(--color-whisky-oak) 50%, 
        var(--color-leather) 70%, 
        var(--color-whisky-copper) 90%, 
        transparent
    );
    border-radius: 3px;
    box-shadow: 0 2px 8px rgba(139, 69, 19, 0.2);
}

.page-header[b-qum11df2ll]::after {
    content: '';
    position: absolute;
    bottom: 1rem;
    left: 50%;
    transform: translateX(-50%);
    width: 150px;
    height: 2px;
    background: linear-gradient(to right, 
        transparent, 
        var(--color-border) 20%, 
        var(--color-whisky-copper) 50%, 
        var(--color-border) 80%, 
        transparent
    );
    border-radius: 2px;
}

.page-header h1[b-qum11df2ll] {
    font-family: var(--font-serif);
    font-size: 3.5rem;
    color: var(--color-leather);
    margin: 0;
    font-weight: 400;
    font-variant: small-caps;
    letter-spacing: 3px;
    text-shadow: 
        0 2px 4px rgba(43, 24, 16, 0.2),
        0 4px 8px rgba(114, 47, 55, 0.1),
        0 1px 0 rgba(255, 255, 255, 0.1);
    position: relative;
    z-index: 1;
}

.page-header h1:hover[b-qum11df2ll] {
    transform: scale(1.02);
    transition: transform 0.3s ease;
    text-shadow: 
        0 3px 6px rgba(43, 24, 16, 0.3),
        0 6px 12px rgba(114, 47, 55, 0.15),
        0 1px 0 rgba(255, 255, 255, 0.15);
}

/* Membership Status Card */
.membership-status[b-qum11df2ll] {
    background: linear-gradient(135deg, var(--color-surface-elevated) 0%, var(--color-surface-light) 100%);
    border-radius: var(--radius-lg);
    padding: 1.75rem 2rem;
    margin-bottom: 2.5rem;
    border: 2px solid var(--color-border);
    box-shadow: var(--shadow-md);
    position: relative;
    overflow: hidden;
}

.membership-status[b-qum11df2ll]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 20% 80%, rgba(139, 69, 19, 0.03) 0%, transparent 50%);
    pointer-events: none;
}

.membership-status.active[b-qum11df2ll] {
    border-color: var(--color-success);
    background: linear-gradient(135deg, rgba(143, 188, 143, 0.1) 0%, var(--color-surface-light) 100%);
}

.membership-status.active[b-qum11df2ll]::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background: var(--color-success);
}

.membership-status.trial[b-qum11df2ll] {
    border-color: var(--color-info);
    background: linear-gradient(135deg, rgba(70, 130, 180, 0.1) 0%, var(--color-surface-light) 100%);
}

.membership-status.trial[b-qum11df2ll]::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background: var(--color-info);
}

.membership-status.expired[b-qum11df2ll] {
    border-color: var(--color-error);
    background: linear-gradient(135deg, rgba(205, 92, 92, 0.1) 0%, var(--color-surface-light) 100%);
}

.membership-status.expired[b-qum11df2ll]::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background: var(--color-error);
}

.membership-status p[b-qum11df2ll] {
    margin: 0;
    font-weight: 500;
    color: var(--color-text);
    font-size: 1.05rem;
    position: relative;
    z-index: 1;
}

/* Enhanced Create Button */
.btn-create[b-qum11df2ll] {
    text-align: center;
    margin-bottom: 4rem;
    position: relative;
}

.btn-create[b-qum11df2ll]::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 200px;
    height: 200px;
    background: radial-gradient(circle, rgba(139, 69, 19, 0.03) 0%, transparent 70%);
    border-radius: 50%;
    z-index: 0;
}

.btn-create .btn[b-qum11df2ll] {
    padding: 1.25rem 3rem;
    font-size: 1.125rem;
    font-weight: 700;
    letter-spacing: 1px;
    box-shadow: 
        var(--shadow-lg),
        inset 0 1px 0 rgba(255, 255, 255, 0.2);
    border-radius: var(--radius-xl);
    text-transform: uppercase;
    position: relative;
    z-index: 1;
    overflow: hidden;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.btn-create .btn[b-qum11df2ll]::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.6s;
}

.btn-create .btn:hover[b-qum11df2ll]::before {
    left: 100%;
}

.btn-create .btn:hover[b-qum11df2ll] {
    transform: translateY(-3px) scale(1.05);
    box-shadow: 
        var(--shadow-xl),
        0 0 30px rgba(139, 69, 19, 0.2),
        inset 0 1px 0 rgba(255, 255, 255, 0.3);
}

/* Event Sections */
.events-section[b-qum11df2ll] {
    margin-bottom: 4rem;
}

.section-title[b-qum11df2ll] {
    font-family: var(--font-serif);
    font-size: 1.75rem;
    color: var(--color-leather);
    margin-bottom: 2rem;
    display: flex;
    align-items: center;
    gap: 1rem;
    font-weight: 600;
    position: relative;
}

.section-title[b-qum11df2ll]::after {
    content: '';
    flex: 1;
    height: 2px;
    background: linear-gradient(to right, 
        var(--color-leather) 0%, 
        var(--color-border-light) 50%, 
        transparent 100%
    );
    border-radius: 1px;
}

.event-count[b-qum11df2ll] {
    background: linear-gradient(135deg, var(--color-leather) 0%, var(--color-oak-dark) 100%);
    color: var(--color-white);
    padding: 0.4rem 0.9rem;
    border-radius: 9999px;
    font-size: 0.8125rem;
    font-weight: 700;
    box-shadow: var(--shadow-sm);
    border: 1px solid rgba(139, 69, 19, 0.3);
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

/* Premium Event Cards */
.event-card[b-qum11df2ll] {
    background: linear-gradient(135deg, 
        var(--color-surface-elevated) 0%, 
        var(--color-surface-light) 40%, 
        var(--color-surface) 100%
    );
    border-radius: var(--radius-2xl);
    padding: 2.5rem;
    margin-bottom: 3rem;
    box-shadow: 
        var(--shadow-lg),
        inset 0 1px 0 rgba(255, 255, 255, 0.1);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    border: 2px solid var(--color-border);
    position: relative;
    overflow: hidden;
}

.event-card[b-qum11df2ll]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(circle at 20% 80%, rgba(184, 134, 11, 0.04) 0%, transparent 50%),
        radial-gradient(circle at 80% 20%, rgba(139, 69, 19, 0.03) 0%, transparent 50%),
        linear-gradient(45deg, transparent 25%, rgba(160, 82, 45, 0.008) 25%, rgba(160, 82, 45, 0.008) 75%, transparent 75%);
    background-size: 400px 400px, 300px 300px, 25px 25px;
    pointer-events: none;
    transition: opacity 0.4s ease;
}

.event-card[b-qum11df2ll]::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 5px;
    height: 100%;
    background: linear-gradient(180deg, var(--color-leather) 0%, var(--color-whisky-oak) 50%, var(--color-leather) 100%);
    transition: all 0.4s ease;
    box-shadow: 2px 0 8px rgba(139, 69, 19, 0.2);
}

.event-card:hover[b-qum11df2ll] {
    box-shadow: 
        var(--shadow-xl),
        0 0 40px rgba(139, 69, 19, 0.1),
        inset 0 1px 0 rgba(255, 255, 255, 0.2);
    transform: translateY(-6px) scale(1.01);
    border-color: var(--color-whisky-copper);
}

.event-card:hover[b-qum11df2ll]::before {
    opacity: 1.5;
}

.event-card:hover[b-qum11df2ll]::after {
    width: 8px;
    background: linear-gradient(180deg, var(--color-whisky-oak) 0%, var(--color-whisky-copper) 50%, var(--color-whisky-oak) 100%);
    box-shadow: 4px 0 12px rgba(139, 69, 19, 0.3);
}

.event-card.past[b-qum11df2ll] {
    opacity: 0.75;
    border-color: var(--color-border-light);
}

.event-card.past[b-qum11df2ll]::after {
    background: var(--color-warm-gray);
}

.event-card.past:hover[b-qum11df2ll]::after {
    background: var(--color-warm-gray);
}

/* Enhanced Event Title */
.event-title[b-qum11df2ll] {
    font-family: var(--font-serif);
    font-size: 1.75rem;
    font-weight: 600;
    color: var(--color-text);
    margin-bottom: 1.5rem;
    position: relative;
    z-index: 1;
    letter-spacing: 1px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.event-title:hover[b-qum11df2ll] {
    color: var(--color-leather);
    transform: scale(1.02);
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
}

/* Event Meta Information */
.event-meta[b-qum11df2ll] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    margin-bottom: 1.5rem;
    position: relative;
    z-index: 1;
}

.event-meta-item[b-qum11df2ll] {
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
    font-size: 0.875rem;
    color: var(--color-text-light);
    padding: 0.5rem 0;
    border-bottom: 1px solid var(--color-border-light);
    transition: all 0.2s ease;
}

.event-meta-item:last-child[b-qum11df2ll] {
    border-bottom: none;
}

.event-meta-item strong[b-qum11df2ll] {
    color: var(--color-text);
    font-weight: 600;
    min-width: 120px;
    flex-shrink: 0;
}

.event-description[b-qum11df2ll] {
    color: var(--color-text-light);
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 1.5rem;
    padding: 1.25rem;
    background: var(--color-surface);
    border-radius: var(--radius-md);
    border-left: 3px solid var(--color-leather);
    font-style: italic;
    position: relative;
    z-index: 1;
}

.event-description strong[b-qum11df2ll] {
    color: var(--color-text);
    font-weight: 600;
    font-style: normal;
}

/* Enhanced Event Actions */
.event-actions[b-qum11df2ll] {
    display: flex;
    flex-wrap: wrap;
    gap: 1.25rem;
    align-items: center;
    padding-top: 2rem;
    border-top: 2px solid var(--color-border-light);
    position: relative;
    z-index: 1;
}

.event-actions[b-qum11df2ll]::before {
    content: '';
    position: absolute;
    top: -1px;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--color-whisky-copper) 20%, var(--color-leather) 50%, var(--color-whisky-copper) 80%, transparent);
}

.event-actions .btn[b-qum11df2ll] {
    font-weight: 600;
    letter-spacing: 0.5px;
    box-shadow: 
        var(--shadow-md),
        inset 0 1px 0 rgba(255, 255, 255, 0.1);
    padding: 0.875rem 1.75rem;
    border-radius: var(--radius-lg);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}

.event-actions .btn[b-qum11df2ll]::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.15), transparent);
    transition: left 0.5s;
}

.event-actions .btn:hover[b-qum11df2ll]::before {
    left: 100%;
}

.event-actions .btn:hover[b-qum11df2ll] {
    transform: translateY(-2px) scale(1.02);
    box-shadow: 
        var(--shadow-lg),
        0 0 20px rgba(139, 69, 19, 0.15),
        inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

.membership-required[b-qum11df2ll] {
    font-size: 0.875rem;
    color: var(--color-error);
    font-weight: 600;
    padding: 0.5rem 1rem;
    background: linear-gradient(135deg, rgba(205, 92, 92, 0.1) 0%, rgba(205, 92, 92, 0.05) 100%);
    border-radius: var(--radius-md);
    border: 1px solid rgba(205, 92, 92, 0.3);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-size: 0.8125rem;
}

/* Empty States */
.empty-state[b-qum11df2ll] {
    text-align: center;
    padding: 4rem 2rem;
    color: var(--color-text-muted);
    background: var(--color-surface);
    border-radius: var(--radius-lg);
    border: 2px dashed var(--color-border-light);
    position: relative;
}

.empty-state[b-qum11df2ll]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at center, rgba(139, 125, 107, 0.02) 0%, transparent 70%);
    pointer-events: none;
}

.empty-state p[b-qum11df2ll] {
    font-size: 1.125rem;
    margin: 0;
    font-style: italic;
    position: relative;
    z-index: 1;
}

/* Alert Styles */
.alert[b-qum11df2ll] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 2rem;
    padding: 1.25rem 1.5rem;
    border-radius: var(--radius-lg);
    border: 2px solid;
    font-weight: 500;
    box-shadow: var(--shadow-sm);
}

.alert-success[b-qum11df2ll] {
    background: linear-gradient(135deg, rgba(143, 188, 143, 0.15) 0%, rgba(143, 188, 143, 0.05) 100%);
    border-color: var(--color-success);
    color: var(--color-text);
}

.alert-danger[b-qum11df2ll] {
    background: linear-gradient(135deg, rgba(205, 92, 92, 0.15) 0%, rgba(205, 92, 92, 0.05) 100%);
    border-color: var(--color-error);
    color: var(--color-text);
}

/* Loading State */
.loading[b-qum11df2ll] {
    text-align: center;
    padding: 4rem 2rem;
    color: var(--color-text-light);
    background: var(--color-surface);
    border-radius: var(--radius-lg);
    border: 1px solid var(--color-border);
}

.loading p[b-qum11df2ll] {
    font-size: 1.125rem;
    margin: 0;
    font-style: italic;
}

/* Responsive Design */
@media (max-width: 768px) {
    .page-header h1[b-qum11df2ll] {
        font-size: 2.25rem;
    }
    
    .event-meta-item[b-qum11df2ll] {
        font-size: 0.8125rem;
        flex-direction: column;
        align-items: flex-start;
        gap: 0.25rem;
    }
    
    .event-meta-item strong[b-qum11df2ll] {
        min-width: auto;
    }
    
    .event-actions[b-qum11df2ll] {
        flex-direction: column;
        align-items: stretch;
        gap: 0.75rem;
    }
    
    .event-actions .btn[b-qum11df2ll] {
        width: 100%;
        justify-content: center;
    }
    
    .event-card[b-qum11df2ll] {
        padding: 1.5rem;
    }
    
    .section-title[b-qum11df2ll] {
        font-size: 1.5rem;
        flex-direction: column;
        align-items: flex-start;
        gap: 0.75rem;
    }
    
    .section-title[b-qum11df2ll]::after {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .event-card[b-qum11df2ll] {
        padding: 1.25rem;
        margin-bottom: 1.5rem;
    }
    
    .page-header[b-qum11df2ll] {
        padding: 2rem 0;
    }
    
    .btn-create .btn[b-qum11df2ll] {
        width: 100%;
        max-width: 320px;
    }
}
/* _content/GylleneDroppen.Blazor/Components/Whisky/WhiskyList.razor.rz.scp.css */
/* Whisky List Page Styles */
.whisky-list-container[b-wm1fdhkfxw] {
    padding: 1.5rem 0;
}

.whisky-list-header[b-wm1fdhkfxw] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
}

.whisky-list-header h1[b-wm1fdhkfxw] {
    font-family: var(--font-serif);
    font-size: 2rem;
    color: var(--color-text);
    margin: 0;
}

.add-whisky-btn[b-wm1fdhkfxw] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1rem;
    font-weight: 600;
}

/* Search and Filter Section */
.search-filters[b-wm1fdhkfxw] {
    background: var(--color-surface);
    border: 1px solid var(--color-beige-dark);
    border-radius: var(--radius-lg);
    padding: 1.5rem;
    margin-bottom: 2rem;
    box-shadow: var(--shadow-sm);
}

.search-filters h2[b-wm1fdhkfxw] {
    font-family: var(--font-serif);
    font-size: 1.25rem;
    color: var(--color-text);
    margin-bottom: 1.5rem;
    text-align: center;
}

.search-bar[b-wm1fdhkfxw] {
    display: flex;
    gap: 0.75rem;
    margin-bottom: 1.5rem;
    align-items: center;
}

.search-input[b-wm1fdhkfxw] {
    flex: 1;
    padding: 0.75rem 1rem;
    border: 1px solid var(--color-beige-dark);
    border-radius: var(--radius-md);
    font-size: 1rem;
    background: var(--color-surface);
}

.search-input:focus[b-wm1fdhkfxw] {
    outline: none;
    border-color: var(--color-primary);
    box-shadow: 0 0 0 3px rgba(210, 105, 30, 0.1);
}

.search-actions[b-wm1fdhkfxw] {
    display: flex;
    gap: 0.5rem;
}

.filter-grid[b-wm1fdhkfxw] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.filter-group[b-wm1fdhkfxw] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.filter-group label[b-wm1fdhkfxw] {
    font-weight: 500;
    color: var(--color-text);
    font-size: 0.875rem;
}

.filter-group select[b-wm1fdhkfxw],
.filter-group input[b-wm1fdhkfxw] {
    padding: 0.5rem 0.75rem;
    border: 1px solid var(--color-beige-dark);
    border-radius: var(--radius-sm);
    font-size: 0.875rem;
    background: var(--color-surface);
}

.filter-group select:focus[b-wm1fdhkfxw],
.filter-group input:focus[b-wm1fdhkfxw] {
    outline: none;
    border-color: var(--color-primary);
    box-shadow: 0 0 0 2px rgba(210, 105, 30, 0.1);
}

.range-filters[b-wm1fdhkfxw] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.range-group[b-wm1fdhkfxw] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.range-group label[b-wm1fdhkfxw] {
    font-weight: 500;
    color: var(--color-text);
    font-size: 0.875rem;
    white-space: nowrap;
}

.range-group input[b-wm1fdhkfxw] {
    width: 80px;
    padding: 0.5rem;
    border: 1px solid var(--color-beige-dark);
    border-radius: var(--radius-sm);
    font-size: 0.875rem;
    background: var(--color-surface);
}

.sort-controls[b-wm1fdhkfxw] {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem;
    background: var(--color-beige-light);
    border-radius: var(--radius-md);
}

.sort-controls label[b-wm1fdhkfxw] {
    font-weight: 500;
    color: var(--color-text);
    font-size: 0.875rem;
}

.sort-controls select[b-wm1fdhkfxw] {
    padding: 0.5rem 0.75rem;
    border: 1px solid var(--color-beige-dark);
    border-radius: var(--radius-sm);
    font-size: 0.875rem;
    background: var(--color-surface);
}

.sort-checkbox[b-wm1fdhkfxw] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

/* Results Section */
.results-info[b-wm1fdhkfxw] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.5rem;
    padding: 1rem;
    background: var(--color-beige-light);
    border-radius: var(--radius-md);
}

.results-count[b-wm1fdhkfxw] {
    font-weight: 500;
    color: var(--color-text);
}

.pagination[b-wm1fdhkfxw] {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.pagination button[b-wm1fdhkfxw] {
    padding: 0.5rem 1rem;
    border: 1px solid var(--color-beige-dark);
    background: var(--color-surface);
    border-radius: var(--radius-sm);
    color: var(--color-text);
    font-size: 0.875rem;
    cursor: pointer;
    transition: all 0.2s ease;
}

.pagination button:hover:not(:disabled)[b-wm1fdhkfxw] {
    background: var(--color-primary);
    color: white;
    border-color: var(--color-primary);
}

.pagination button:disabled[b-wm1fdhkfxw] {
    opacity: 0.5;
    cursor: not-allowed;
}

.page-info[b-wm1fdhkfxw] {
    font-size: 0.875rem;
    color: var(--color-text-light);
}

/* Whisky Cards Grid */
.whisky-grid[b-wm1fdhkfxw] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    gap: 1.5rem;
    margin-bottom: 2rem;
}

.whisky-card[b-wm1fdhkfxw] {
    background: var(--color-surface);
    border: 1px solid var(--color-beige-dark);
    border-radius: var(--radius-lg);
    overflow: hidden;
    transition: all 0.3s ease;
    box-shadow: var(--shadow-sm);
}

.whisky-card:hover[b-wm1fdhkfxw] {
    transform: translateY(-2px);
    box-shadow: var(--shadow-md);
    border-color: var(--color-primary);
}

.whisky-image[b-wm1fdhkfxw] {
    position: relative;
    height: 200px;
    background: linear-gradient(135deg, var(--color-beige-light) 0%, var(--color-beige-dark) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.whisky-image img[b-wm1fdhkfxw] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.whisky-card:hover .whisky-image img[b-wm1fdhkfxw] {
    transform: scale(1.05);
}

.whisky-image-placeholder[b-wm1fdhkfxw] {
    font-size: 3rem;
    color: var(--color-text-light);
    opacity: 0.5;
}

.whisky-info[b-wm1fdhkfxw] {
    padding: 1.25rem;
}

.whisky-name[b-wm1fdhkfxw] {
    font-family: var(--font-serif);
    font-size: 1.25rem;
    color: var(--color-text);
    margin-bottom: 0.75rem;
    font-weight: 600;
}

.whisky-details[b-wm1fdhkfxw] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.5rem;
    margin-bottom: 1rem;
}

.whisky-detail[b-wm1fdhkfxw] {
    font-size: 0.875rem;
    color: var(--color-text-light);
}

.whisky-detail strong[b-wm1fdhkfxw] {
    color: var(--color-text);
}

.whisky-highlight[b-wm1fdhkfxw] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.75rem;
    background: var(--color-beige-light);
    border-radius: var(--radius-md);
    margin-bottom: 1rem;
}

.whisky-age[b-wm1fdhkfxw] {
    font-weight: 600;
    color: var(--color-primary);
}

.whisky-abv[b-wm1fdhkfxw] {
    font-weight: 500;
    color: var(--color-text);
}

.whisky-price[b-wm1fdhkfxw] {
    font-weight: 600;
    color: var(--color-success);
    font-size: 1.125rem;
}

.tasting-count[b-wm1fdhkfxw] {
    font-size: 0.875rem;
    color: var(--color-text-light);
    margin-bottom: 1rem;
    text-align: center;
    font-style: italic;
}

.whisky-actions[b-wm1fdhkfxw] {
    display: flex;
    gap: 0.5rem;
}

.btn-view-details[b-wm1fdhkfxw] {
    flex: 1;
    padding: 0.75rem;
    background: var(--color-primary);
    color: white;
    border: none;
    border-radius: var(--radius-md);
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease;
}

.btn-view-details:hover[b-wm1fdhkfxw] {
    background: var(--color-whisky-copper);
    transform: translateY(-1px);
}

/* Loading State */
.loading-container[b-wm1fdhkfxw] {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 3rem;
    color: var(--color-text-light);
    font-size: 1.125rem;
}

.loading-spinner[b-wm1fdhkfxw] {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    border: 3px solid var(--color-beige-dark);
    border-radius: 50%;
    border-top-color: var(--color-primary);
    animation: spin-b-wm1fdhkfxw 1s ease-in-out infinite;
    margin-right: 0.75rem;
}

@keyframes spin-b-wm1fdhkfxw {
    to { transform: rotate(360deg); }
}

/* Empty State */
.empty-state[b-wm1fdhkfxw] {
    text-align: center;
    padding: 3rem;
    color: var(--color-text-light);
}

.empty-state h3[b-wm1fdhkfxw] {
    font-family: var(--font-serif);
    font-size: 1.5rem;
    margin-bottom: 1rem;
    color: var(--color-text);
}

.empty-state p[b-wm1fdhkfxw] {
    font-size: 1.125rem;
    margin-bottom: 1.5rem;
}

.empty-state-icon[b-wm1fdhkfxw] {
    font-size: 4rem;
    margin-bottom: 1rem;
    opacity: 0.5;
}

/* Mobile responsiveness */
@media (max-width: 768px) {
    .whisky-header[b-wm1fdhkfxw] {
        flex-direction: column !important;
        gap: 1rem !important;
        text-align: center !important;
    }
    
    .whisky-header h1[b-wm1fdhkfxw] {
        font-size: 2rem !important;
    }
    
    .search-bar[b-wm1fdhkfxw] {
        flex-direction: column !important;
    }
    
    .filter-grid[b-wm1fdhkfxw] {
        grid-template-columns: 1fr !important;
    }
    
    .range-filters[b-wm1fdhkfxw] {
        grid-template-columns: 1fr !important;
    }
    
    .whisky-grid[b-wm1fdhkfxw] {
        grid-template-columns: 1fr !important;
    }
    
    /* Mobile card adjustments */
    .whisky-grid > div[b-wm1fdhkfxw] {
        margin: 0 -0.5rem !important;
    }
    
    /* Mobile detail grid */
    .whisky-grid div[style*="grid-template-columns: 1fr 1fr"][b-wm1fdhkfxw] {
        grid-template-columns: 1fr !important;
    }
}

@media (max-width: 480px) {
    .whisky-header[b-wm1fdhkfxw] {
        padding: 1.5rem !important;
    }
    
    .whisky-header h1[b-wm1fdhkfxw] {
        font-size: 1.75rem !important;
    }
    
    .search-actions[b-wm1fdhkfxw] {
        flex-direction: column !important;
    }
    
    /* Range filters for mobile */
    .range-filters > div[b-wm1fdhkfxw] {
        flex-direction: column !important;
        align-items: stretch !important;
    }
    
    .range-filters input[b-wm1fdhkfxw] {
        width: 100% !important;
    }
    
    /* Sort controls stack */
    .sort-controls[b-wm1fdhkfxw] {
        flex-direction: column !important;
        gap: 0.75rem !important;
        align-items: stretch !important;
    }
}

/* Spin animation for loading */
@keyframes spin-b-wm1fdhkfxw {
    to { transform: rotate(360deg); }
}
