@import '_content/Microsoft.FluentUI.AspNetCore.Components/Microsoft.FluentUI.AspNetCore.Components.b6pgxrrsua.bundle.scp.css';

/* /Components/ApiHealthStatusComponent.razor.rz.scp.css */
.health-status-component[b-hnepkwjzwn] {
    margin-bottom: 16px;
    width: 100%;
}

[b-hnepkwjzwn] .health-status-card {
    border-left: 4px solid;
    padding: 16px;
    width: 100%;
}

    [b-hnepkwjzwn] .health-status-card.loading {
        border-left-color: var(--accent-fill-rest);
    }

    [b-hnepkwjzwn] .health-status-card.healthy {
        border-left-color: var(--success-fill-rest);
        background-color: var(--success-fill-subtle);
    }

    [b-hnepkwjzwn] .health-status-card.unhealthy {
        border-left-color: var(--error-fill-rest);
        background-color: var(--error-fill-subtle);
    }

[b-hnepkwjzwn] .font-semibold {
    font-weight: 600;
}

[b-hnepkwjzwn] .font-bold {
    font-weight: 700;
}

[b-hnepkwjzwn] .duration-text {
    color: var(--neutral-foreground-rest);
    opacity: 0.8;
    font-size: 0.85em;
}

[b-hnepkwjzwn] .error-message {
    color: var(--error-foreground-rest);
}

[b-hnepkwjzwn] .technical-details {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

[b-hnepkwjzwn] .error-details {
    background-color: var(--neutral-fill-subtle);
    padding: 8px;
    border-radius: 4px;
    font-family: monospace;
    font-size: 12px;
    white-space: pre-wrap;
    word-break: break-all;
}

[b-hnepkwjzwn] .health-results {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

[b-hnepkwjzwn] .health-result-item {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 4px 8px;
    background-color: var(--neutral-fill-subtle);
    border-radius: 4px;
    font-size: 12px;
}

[b-hnepkwjzwn] .result-name {
    font-weight: 600;
    min-width: 120px;
}

[b-hnepkwjzwn] .result-status {
    min-width: 80px;
}

[b-hnepkwjzwn] .result-duration {
    margin-left: auto;
    color: var(--neutral-foreground-rest);
    opacity: 0.8;
}
/* /Components/ApplicationInitializer.razor.rz.scp.css */
.logo-container[b-e65megrggd] {
    margin-bottom: 20px;
}

.retry-info[b-e65megrggd] {
    color: var(--warning-foreground-rest);
    font-style: italic;
    font-size: 0.9em;
}

[b-e65megrggd] .initialization-card {
    min-height: 450px;
    max-height: 550px;
}
/* /Components/ErrorCard.razor.rz.scp.css */
.error-card[b-fi3qf12l11] {
    background-color: #fff4f4;
    border-left: 5px solid #d13438;
    box-shadow: 0 2px 8px rgba(209,52,56,0.08);
    max-width: 500px;
    max-height: 250px;
    margin-top: 32px;
}

.error-card-stack[b-fi3qf12l11] {
    padding: 24px;
}

.error-icon[b-fi3qf12l11] {
    color: #d13438;
    font-size: 32px;
}

.error-title[b-fi3qf12l11] {
    color: #d13438;
}

.error-message[b-fi3qf12l11] {
    color: #333;
}
/* /Components/ImageUrlSelector.razor.rz.scp.css */
/* Main container */
.image-url-selector[b-pukg32do6z] {
    display: inline-block;
    vertical-align: top;
}

.image-url-selector.disabled[b-pukg32do6z] {
    opacity: 0.6;
    pointer-events: none;
}

/* Size-specific styling */
.image-url-selector.size-small .preview-container[b-pukg32do6z],
.image-url-selector.size-icon .preview-container[b-pukg32do6z],
.image-url-selector.size-favicon .preview-container[b-pukg32do6z] {
    min-width: 60px;
    min-height: 60px;
}

.image-url-selector.size-favicon .preview-container[b-pukg32do6z] {
    min-width: 32px;
    min-height: 32px;
}

/* Preview container - CENTERED */
.preview-container[b-pukg32do6z] {
    position: relative;
    border: 2px solid var(--neutral-stroke-rest);
    border-radius: 8px;
    background: var(--neutral-layer-1);
    overflow: hidden;
    transition: all 0.2s ease;
    box-sizing: border-box;
    /* CENTER THE CONTAINER */
    display: flex;
    align-items: center;
    justify-content: center;
}

.preview-container.rounded[b-pukg32do6z] {
    border-radius: 50%;
}

.preview-container.clickable[b-pukg32do6z] {
    cursor: pointer;
}

.preview-container:hover[b-pukg32do6z] {
    border-color: var(--accent-fill-rest);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.preview-container.clickable:hover[b-pukg32do6z] {
    border-color: var(--accent-fill-rest);
    background: var(--accent-fill-subtle);
    transform: translateY(-1px);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
}

.preview-container.clickable:active[b-pukg32do6z] {
    transform: translateY(0);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

/* States - CENTERED */
.loading-state[b-pukg32do6z],
.error-state[b-pukg32do6z],
.empty-state[b-pukg32do6z] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 12px;
    text-align: center;
    box-sizing: border-box;
}

.error-state[b-pukg32do6z] {
    background: var(--error-fill-subtle);
}

.error-state.clickable[b-pukg32do6z] {
    cursor: pointer;
    transition: all 0.2s ease;
}

.error-state.clickable:hover[b-pukg32do6z] {
    background: var(--error-fill-secondary);
}

.empty-state[b-pukg32do6z] {
    background: var(--neutral-layer-2);
    border: 2px dashed var(--neutral-stroke-rest);
    transition: all 0.2s ease;
    position: relative;
}

.empty-state.clickable[b-pukg32do6z] {
    cursor: pointer;
}

.empty-state.clickable:hover[b-pukg32do6z] {
    border-color: var(--accent-stroke-rest);
    background: var(--accent-fill-subtle);
}

.empty-state.clickable:hover .click-indicator[b-pukg32do6z] {
    opacity: 1;
    transform: scale(1.1);
}

/* Empty state label styling */
.empty-state-label[b-pukg32do6z] {
    margin-top: 8px;
    color: var(--neutral-foreground-rest);
    text-align: center;
    line-height: 1.2;
}

.empty-state-label.small-text[b-pukg32do6z] {
    font-size: 11px;
}

.empty-state-label.normal-text[b-pukg32do6z] {
    font-size: 14px;
}

/* Click indicator */
.click-indicator[b-pukg32do6z] {
    position: absolute;
    top: 8px;
    right: 8px;
    background: var(--accent-fill-rest);
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0.7;
    transition: all 0.2s ease;
    transform: scale(0.9);
}

/* Size-specific click indicator positioning */
.size-small .click-indicator[b-pukg32do6z],
.size-icon .click-indicator[b-pukg32do6z],
.size-favicon .click-indicator[b-pukg32do6z] {
    width: 16px;
    height: 16px;
    top: 4px;
    right: 4px;
}

.size-favicon .click-indicator[b-pukg32do6z] {
    width: 12px;
    height: 12px;
}

/* Image preview - CENTERED AND NO OVERLAYS */
.image-preview[b-pukg32do6z] {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.image-preview img[b-pukg32do6z] {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
    object-position: center;
    transition: transform 0.2s ease;
    background: var(--neutral-layer-2);
    /* CENTERED IMAGE */
    display: block;
}

.image-preview:hover img[b-pukg32do6z] {
    transform: scale(1.03);
}

/* EXTERNAL ACTIONS ONLY - All action buttons moved outside */
.external-actions[b-pukg32do6z] {
    margin-top: 12px;
    display: flex;
    justify-content: center;
    gap: 8px;
    flex-wrap: wrap;
}

.small-external-actions[b-pukg32do6z] {
    display: flex;
    gap: 6px;
    align-items: center;
    justify-content: center;
}

.regular-external-actions[b-pukg32do6z] {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

/* BORDERLESS SEAMLESS BUTTONS */
.external-actions fluent-button[b-pukg32do6z] {
    /* Remove borders and backgrounds for seamless look */
    border: none !important;
    background: transparent !important;
    box-shadow: none !important;
    min-width: 32px;
    min-height: 32px;
    padding: 6px;
    border-radius: 6px;
    transition: all 0.2s ease;
    color: var(--neutral-foreground-rest);
}

.external-actions fluent-button:hover[b-pukg32do6z] {
    background: var(--neutral-fill-subtle) !important;
    color: var(--accent-foreground-rest) !important;
    transform: translateY(-1px);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1) !important;
}

.external-actions fluent-button:active[b-pukg32do6z] {
    transform: translateY(0);
    box-shadow: none !important;
}

.small-external-actions fluent-button[b-pukg32do6z] {
    min-width: 28px;
    min-height: 28px;
    padding: 4px;
}

/* Size-specific external actions */
.external-actions.size-favicon[b-pukg32do6z],
.external-actions.size-icon[b-pukg32do6z] {
    margin-top: 8px;
}

.external-actions.size-favicon .small-external-actions fluent-button[b-pukg32do6z],
.external-actions.size-icon .small-external-actions fluent-button[b-pukg32do6z] {
    min-width: 24px;
    min-height: 24px;
    padding: 2px;
}

/* Special styling for remove/delete buttons */
.external-actions fluent-button.remove-action[b-pukg32do6z] {
    color: var(--error-rest) !important;
}

.external-actions fluent-button.remove-action:hover[b-pukg32do6z] {
    background: var(--error-fill-subtle) !important;
    color: var(--error-rest) !important;
}

/* OVERLAY ACTIONS FOR LOADED IMAGES (when not empty) */
.image-loaded-actions[b-pukg32do6z] {
    position: absolute;
    bottom: 8px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 6px;
    opacity: 0;
    transition: opacity 0.2s ease;
    background: rgba(0, 0, 0, 0.7);
    padding: 4px 8px;
    border-radius: 20px;
    backdrop-filter: blur(4px);
}

.image-preview:hover .image-loaded-actions[b-pukg32do6z] {
    opacity: 1;
}

.image-loaded-actions fluent-button[b-pukg32do6z] {
    border: none !important;
    background: transparent !important;
    color: white !important;
    min-width: 24px;
    min-height: 24px;
    padding: 4px;
    border-radius: 4px;
}

.image-loaded-actions fluent-button:hover[b-pukg32do6z] {
    background: rgba(255, 255, 255, 0.2) !important;
    color: white !important;
}

/* Size-specific loaded actions */
.size-small .image-loaded-actions[b-pukg32do6z],
.size-icon .image-loaded-actions[b-pukg32do6z],
.size-favicon .image-loaded-actions[b-pukg32do6z] {
    bottom: 4px;
    padding: 2px 6px;
    gap: 4px;
}

.size-favicon .image-loaded-actions[b-pukg32do6z] {
    display: none; /* Too small for overlay actions */
}

/* Image information */
.image-info[b-pukg32do6z] {
    margin-top: 6px;
    text-align: center;
}

.image-info > *[b-pukg32do6z] {
    display: block;
    margin: 2px 0;
    word-break: break-all;
}

/* Size-specific image info */
.size-small .image-info[b-pukg32do6z],
.size-icon .image-info[b-pukg32do6z],
.size-favicon .image-info[b-pukg32do6z] {
    font-size: 10px;
}

/* Action buttons for warnings/errors */
.action-buttons[b-pukg32do6z] {
    margin-top: 8px;
    display: flex;
    gap: 6px;
    justify-content: center;
    flex-wrap: wrap;
}

/* Validation message */
.validation-message[b-pukg32do6z] {
    margin-top: 4px;
    text-align: center;
}

/* Loading animation */
@keyframes pulse-b-pukg32do6z {
    0%, 100% {
        opacity: 1;
    }
    50% {
        opacity: 0.5;
    }
}

.loading-state[b-pukg32do6z] {
    animation: pulse-b-pukg32do6z 2s infinite;
}

/* Improved interaction feedback */
@keyframes clickFeedback-b-pukg32do6z {
    0% { transform: scale(1); }
    50% { transform: scale(0.95); }
    100% { transform: scale(1); }
}

.preview-container.clickable:active[b-pukg32do6z] {
    animation: clickFeedback-b-pukg32do6z 0.1s ease-in-out;
}

/* Focus states for accessibility */
.preview-container:focus-within[b-pukg32do6z],
.preview-container.clickable:focus[b-pukg32do6z] {
    outline: 2px solid var(--accent-fill-rest);
    outline-offset: 2px;
}

.external-actions fluent-button:focus[b-pukg32do6z] {
    outline: 2px solid var(--accent-fill-rest);
    outline-offset: 2px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .image-loaded-actions[b-pukg32do6z] {
        opacity: 1; /* Always visible on mobile */
    }
    
    .regular-external-actions[b-pukg32do6z] {
        flex-direction: column;
        align-items: stretch;
        gap: 6px;
    }

    .external-actions fluent-button[b-pukg32do6z] {
        min-height: 36px; /* Larger touch targets */
    }

    /* Mobile-friendly click indicator */
    .click-indicator[b-pukg32do6z] {
        opacity: 1;
        transform: scale(1);
    }
}

/* High contrast mode support */
@media (prefers-contrast: high) {
    .preview-container[b-pukg32do6z] {
        border-width: 3px;
    }
    
    .empty-state[b-pukg32do6z] {
        border-width: 3px;
    }

    .external-actions fluent-button[b-pukg32do6z] {
        border: 2px solid var(--neutral-stroke-rest) !important;
    }

    .external-actions fluent-button:hover[b-pukg32do6z] {
        border-color: var(--accent-fill-rest) !important;
    }

    .click-indicator[b-pukg32do6z] {
        border: 2px solid var(--neutral-stroke-rest);
    }

    .image-loaded-actions[b-pukg32do6z] {
        background: rgba(0, 0, 0, 0.9);
    }
}

/* Reduced motion support */
@media (prefers-reduced-motion: reduce) {
    .preview-container[b-pukg32do6z],
    .image-preview img[b-pukg32do6z],
    .external-actions fluent-button[b-pukg32do6z],
    .image-loaded-actions[b-pukg32do6z],
    .click-indicator[b-pukg32do6z] {
        transition: none;
    }
}
/* /Components/SiteMessageDefinitionEditor.razor.rz.scp.css */
/* SiteMessageDefinitionEditor Component Styles */

.site-message-editor[b-dhfd3bx39d] {
    background: var(--neutral-layer-floating);
    border-radius: 12px;
    border: 1px solid var(--neutral-stroke-card-default);
    box-shadow: var(--elevation-shadow-card-rest);
    margin-bottom: 20px;
    overflow: hidden;
}

.editor-container[b-dhfd3bx39d] {
    padding: 20px;
    width: 100%;
    box-sizing: border-box;
}

/* =============================================================================
   Header Section
   ============================================================================= */

.editor-header[b-dhfd3bx39d] {
    margin-bottom: 8px;
}

.header-content[b-dhfd3bx39d] {
    width: 100%;
    align-items: flex-start;
    gap: 16px;
}

.key-input-section[b-dhfd3bx39d] {
    flex: 1;
    min-width: 200px;
}

.header-actions[b-dhfd3bx39d] {
    flex-shrink: 0;
}

.action-button[b-dhfd3bx39d] {
    min-width: 90px;
    transition: all 0.2s ease;
}

.action-button:hover[b-dhfd3bx39d] {
    transform: translateY(-1px);
    box-shadow: var(--elevation-shadow-card-hover);
}

.delete-button:hover[b-dhfd3bx39d] {
    background: var(--error-fill-hover) !important;
    color: white !important;
}

/* =============================================================================
   Messages Section
   ============================================================================= */

.messages-section[b-dhfd3bx39d] {
    width: 100%;
}

.messages-list[b-dhfd3bx39d] {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;
}

.message-item[b-dhfd3bx39d] {
    border: 1px solid var(--neutral-stroke-card-default);
    border-radius: 8px;
    background: var(--neutral-layer-card-default);
    transition: all 0.2s ease;
    overflow: hidden;
    width: 100%;
    box-sizing: border-box;
}

.message-item:hover[b-dhfd3bx39d] {
    border-color: var(--accent-stroke-control-default);
    box-shadow: var(--elevation-shadow-card-hover);
    transform: translateY(-1px);
}

.message-item-content[b-dhfd3bx39d] {
    padding: 16px;
    width: 100%;
    box-sizing: border-box;
}

.message-item-header[b-dhfd3bx39d] {
    margin-bottom: 16px;
    padding-bottom: 12px;
    border-bottom: 1px solid var(--neutral-stroke-divider);
}

.remove-button[b-dhfd3bx39d] {
    opacity: 0.7;
    transition: opacity 0.2s ease;
}

.message-item:hover .remove-button[b-dhfd3bx39d] {
    opacity: 1;
}

/* =============================================================================
   Form Fields Grid
   ============================================================================= */

.message-fields-grid[b-dhfd3bx39d] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 16px;
    width: 100%;
    align-items: start;
}

.field-group[b-dhfd3bx39d] {
    display: flex;
    flex-direction: column;
    width: 100%;
    min-width: 0; /* Allows flex items to shrink below content size */
}

.field-full-width[b-dhfd3bx39d] {
    grid-column: 1 / -1; /* Span all columns */
}

/* Specific field styling */
.language-select[b-dhfd3bx39d],
.level-select[b-dhfd3bx39d] {
    min-width: 150px;
}

.title-field[b-dhfd3bx39d],
.body-field[b-dhfd3bx39d],
.link-field[b-dhfd3bx39d],
.expires-field[b-dhfd3bx39d] {
    width: 100%;
}

.root[b-dhfd3bx39d] {
    position: unset !important;
}

.body-field[b-dhfd3bx39d] {
    min-height: 80px;
}

/* =============================================================================
   Empty State
   ============================================================================= */

.empty-state[b-dhfd3bx39d] {
    border: 2px dashed var(--neutral-stroke-divider);
    background: var(--neutral-layer-card-default);
    border-radius: 12px;
    text-align: center;
    transition: all 0.2s ease;
}

.empty-state:hover[b-dhfd3bx39d] {
    border-color: var(--accent-stroke-control-default);
    background: var(--neutral-layer-card-hover);
}

/* =============================================================================
   Responsive Design
   ============================================================================= */

@media (max-width: 768px) {
    .editor-container[b-dhfd3bx39d] {
        padding: 16px;
    }

    .header-content[b-dhfd3bx39d] {
        flex-direction: column;
        align-items: stretch;
        gap: 12px;
    }

    .key-input-section[b-dhfd3bx39d] {
        width: 100%;
    }

    .header-actions[b-dhfd3bx39d] {
        width: 100%;
    }

    .header-actions fluent-stack[b-dhfd3bx39d] {
        justify-content: center;
    }

    .action-button[b-dhfd3bx39d] {
        flex: 1;
        min-width: 80px;
    }

    .message-fields-grid[b-dhfd3bx39d] {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .field-full-width[b-dhfd3bx39d] {
        grid-column: 1;
    }

    .message-item-header fluent-stack[orientation="Horizontal"][b-dhfd3bx39d] {
        flex-direction: column;
        align-items: stretch;
        gap: 8px;
    }

    .remove-button[b-dhfd3bx39d] {
        align-self: flex-end;
    }
}

@media (max-width: 480px) {
    .editor-container[b-dhfd3bx39d] {
        padding: 12px;
    }

    .message-item-content[b-dhfd3bx39d] {
        padding: 12px;
    }

    .messages-list[b-dhfd3bx39d] {
        gap: 12px;
    }

    .action-button[b-dhfd3bx39d] {
        font-size: 0.875rem;
        padding: 8px 12px;
    }

    .header-actions fluent-stack[b-dhfd3bx39d] {
        flex-direction: column;
        gap: 6px;
    }

    .action-button[b-dhfd3bx39d] {
        width: 100%;
    }
}

/* =============================================================================
   FluentUI Component Overrides
   ============================================================================= */

.site-message-editor fluent-text-field[b-dhfd3bx39d],
.site-message-editor fluent-text-area[b-dhfd3bx39d],
.site-message-editor fluent-select[b-dhfd3bx39d],
.site-message-editor fluent-date-picker[b-dhfd3bx39d] {
    width: 100%;
    transition: all 0.2s ease;
}

.site-message-editor fluent-text-field:hover[b-dhfd3bx39d],
.site-message-editor fluent-text-area:hover[b-dhfd3bx39d],
.site-message-editor fluent-select:hover[b-dhfd3bx39d],
.site-message-editor fluent-date-picker:hover[b-dhfd3bx39d] {
    transform: translateY(-1px);
}

/* Badge styling improvements */
.site-message-editor fluent-badge[b-dhfd3bx39d] {
    font-size: 0.75rem;
    font-weight: 600;
    padding: 4px 8px;
    border-radius: 4px;
}

/* Focus management */
.site-message-editor:focus-within[b-dhfd3bx39d] {
    outline: 2px solid var(--accent-stroke-control-default);
    outline-offset: 2px;
}

/* Animation for adding/removing items */
@keyframes slideInDown-b-dhfd3bx39d {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.message-item[b-dhfd3bx39d] {
    animation: slideInDown-b-dhfd3bx39d 0.3s ease-out;
}

/* High contrast mode support */
@media (prefers-contrast: high) {
    .site-message-editor[b-dhfd3bx39d] {
        border-width: 2px;
    }

    .message-item[b-dhfd3bx39d] {
        border-width: 2px;
    }

    .message-item-header[b-dhfd3bx39d] {
        border-bottom-width: 2px;
    }
}

/* Print styles */
@media print {
    .header-actions[b-dhfd3bx39d] {
        display: none;
    }

    .remove-button[b-dhfd3bx39d] {
        display: none;
    }

    .site-message-editor[b-dhfd3bx39d] {
        box-shadow: none;
        border: 1px solid #ccc;
    }
}
/* /Dialog/AppColorSettingsDialog.razor.rz.scp.css */
.appcolor-dialog-input[b-an4ohym025] {
    width: 180px;
    min-width: 180px;
    max-width: 100%;
    margin-bottom: 4px; /* vertical spacing between inputs */
}

.palette-scroll-container[b-an4ohym025] {
    max-height: 40vh;
    overflow-y: auto;
    padding-right: 4px;
    margin-bottom: 8px;
    width: 100%;
}

/* Ensure flex containers in PaletteEditor align items baseline for better label/input alignment */
.palette-scroll-container > div[style*="display:flex"][b-an4ohym025] {
    align-items: baseline !important;
}
/* /Dialog/AssetBrowserDialog.razor.rz.scp.css */
/* Asset Browser Dialog Styles */

.asset-browser-grid[b-9l1fkqi2s4] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
    gap: 12px;
    padding: 8px;
}

.asset-browser-item[b-9l1fkqi2s4] {
    border: 2px solid var(--neutral-stroke-rest);
    border-radius: 8px;
    padding: 8px;
    cursor: pointer;
    transition: all 0.2s ease;
    background: var(--neutral-layer-1);
}

.asset-browser-item:hover[b-9l1fkqi2s4] {
    border-color: var(--accent-fill-rest);
    background: var(--accent-fill-subtle);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.asset-browser-preview[b-9l1fkqi2s4] {
    width: 100%;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--neutral-layer-2);
    border-radius: 4px;
    margin-bottom: 8px;
    overflow: hidden;
}

.asset-browser-preview img[b-9l1fkqi2s4] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 4px;
}

.asset-browser-info[b-9l1fkqi2s4] {
    text-align: center;
}

.asset-browser-info > *[b-9l1fkqi2s4] {
    display: block;
    margin: 2px 0;
    word-break: break-all;
}

.no-assets-found[b-9l1fkqi2s4] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 40px;
    text-align: center;
    width: 100%;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .asset-browser-grid[b-9l1fkqi2s4] {
        grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
        gap: 8px;
    }

    .asset-browser-preview[b-9l1fkqi2s4] {
        height: 60px;
    }
}

@media (max-width: 480px) {
    .asset-browser-grid[b-9l1fkqi2s4] {
        grid-template-columns: repeat(auto-fill, minmax(80px, 1fr));
        gap: 6px;
    }

    .asset-browser-preview[b-9l1fkqi2s4] {
        height: 50px;
    }
}

/* High contrast mode support */
@media (prefers-contrast: high) {
    .asset-browser-item[b-9l1fkqi2s4] {
        border-width: 3px;
    }
}

/* Reduced motion support */
@media (prefers-reduced-motion: reduce) {
    .asset-browser-item[b-9l1fkqi2s4] {
        transition: none;
    }
}

/* Focus styles for accessibility */
.asset-browser-item:focus-within[b-9l1fkqi2s4] {
    outline: 2px solid var(--accent-fill-rest);
    outline-offset: 2px;
}
/* /Dialog/ColorPicker.razor.rz.scp.css */
.color-picker-row[b-h3wrsoedgw] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 0.5rem;
}

.color-picker-input[b-h3wrsoedgw] {
    width: 2rem;
    height: 2rem;
    border: none;
    border-radius: 50%;
    box-shadow: 0 2px 12px rgba(0,0,0,0.12);
    cursor: pointer;
    transition: all 0.2s ease;
    padding: 0;
    outline: none;
    position: relative;
    overflow: hidden;
}

    .color-picker-input:hover[b-h3wrsoedgw] {
        box-shadow: 0 4px 20px rgba(0,0,0,0.2);
        transform: translateY(-1px);
    }

    .color-picker-input:focus[b-h3wrsoedgw] {
        box-shadow: 0 4px 20px rgba(0,0,0,0.2), 0 0 0 3px rgba(0, 120, 212, 0.3);
        transform: translateY(-1px);
    }

    .color-picker-input[b-h3wrsoedgw]::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: linear-gradient(45deg, transparent 40%, rgba(255,255,255,0.15) 50%, transparent 60%);
        pointer-events: none;
        border-radius: 50%;
    }

.color-picker-hex-label[b-h3wrsoedgw] {
    font-family: 'Consolas', 'Monaco', 'Courier New', monospace;
    font-size: 0.85rem;
    font-weight: 500;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: var(--neutral-foreground-rest);
    min-width: 85px;
    user-select: text;
}

.color-picker-error[b-h3wrsoedgw] {
    color: #d13438;
    font-size: 0.85rem;
    margin-top: 0.25rem;
    font-weight: 500;
}

.color-picker-container[b-h3wrsoedgw] {
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}
/* /Dialog/HttpClientDialog.razor.rz.scp.css */
/* HttpClientDialog specific styles */
.http-client-dialog-content[b-eah6fi02j5] {
    width: 100%;
    max-width: 100%;
}

.http-client-form[b-eah6fi02j5] {
    width: 100%;
}

.http-client-form fluent-text-field[b-eah6fi02j5],
.http-client-form fluent-number-field[b-eah6fi02j5] {
    width: 100%;
}

.headers-section[b-eah6fi02j5] {
    width: 100%;
}

.header-row[b-eah6fi02j5] {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 8px;
}

.header-row fluent-text-field[b-eah6fi02j5] {
    min-width: 0;
}

.header-key-field[b-eah6fi02j5] {
    flex: 1;
    min-width: 120px;
}

.header-value-field[b-eah6fi02j5] {
    flex: 2;
    min-width: 160px;
}

.header-remove-button[b-eah6fi02j5] {
    flex-shrink: 0;
    width: auto;
}

.headers-empty-state[b-eah6fi02j5] {
    text-align: center;
    padding: 20px;
    color: var(--neutral-foreground-hint);
    font-style: italic;
}

/* Dialog footer button styling */
fluent-dialog-footer fluent-button[b-eah6fi02j5] {
    min-width: 100px;
}

/* Responsive adjustments for smaller screens */
@media (max-width: 768px) {
    .header-row[b-eah6fi02j5] {
        flex-direction: column;
        gap: 8px;
        align-items: stretch;
    }
    
    .header-key-field[b-eah6fi02j5],
    .header-value-field[b-eah6fi02j5] {
        flex: 1;
        min-width: auto;
        width: 100%;
    }
    
    .header-remove-button[b-eah6fi02j5] {
        align-self: flex-end;
        width: auto;
    }
}

/* Loading state styling */
.dialog-loading fluent-progress-ring[b-eah6fi02j5] {
    margin-right: 8px;
}

/* Error message styling */
fluent-message-bar[b-eah6fi02j5] {
    margin-bottom: 16px;
}

/* Form validation styling */
fluent-validation-summary[b-eah6fi02j5] {
    margin-bottom: 16px;
}
/* /Dialog/ImportDomainsDialog.razor.rz.scp.css */
/* Import Domains Dialog Styles */
.import-domains-btn[b-08is86ur2a] {
    border-radius: 6px;
    transition: all 0.2s ease-in-out;
}

.import-domains-btn:hover[b-08is86ur2a] {
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

/* Domain preview cards in dialog */
.domain-preview-card[b-08is86ur2a] {
    border: 1px solid var(--neutral-stroke-rest);
    background-color: var(--neutral-layer-2);
    border-radius: 8px;
    padding: 16px;
    transition: all 0.2s ease-in-out;
}

.domain-preview-card:hover[b-08is86ur2a] {
    background-color: var(--neutral-layer-3);
    border-color: var(--accent-fill-rest);
}

.domain-preview-card.selected[b-08is86ur2a] {
    border-color: var(--accent-fill-rest);
    background-color: var(--accent-fill-subtle);
}

/* Error card styling */
.error-card[b-08is86ur2a] {
    border-left: 4px solid var(--error);
    background-color: var(--error-background, var(--neutral-layer-1));
    border-radius: 8px;
    padding: 16px;
}

/* File upload area styling */
fluent-input-file label[b-08is86ur2a] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 32px 16px;
    border: 2px dashed var(--neutral-stroke-rest);
    border-radius: 8px;
    background-color: var(--neutral-layer-1);
    transition: all 0.2s ease-in-out;
    cursor: pointer;
    min-height: 120px;
}

fluent-input-file label:hover[b-08is86ur2a] {
    border-color: var(--accent-fill-rest);
    background-color: var(--accent-fill-subtle);
}

fluent-input-file label fluent-icon[b-08is86ur2a] {
    margin-bottom: 12px;
    color: var(--accent-fill-rest);
}

/* JSON text area styling */
fluent-text-area textarea[b-08is86ur2a] {
    font-family: 'Consolas', 'Monaco', 'Courier New', monospace !important;
    font-size: 13px !important;
    line-height: 1.5 !important;
    background-color: var(--neutral-layer-1) !important;
    border: 1px solid var(--neutral-stroke-rest) !important;
    border-radius: 6px !important;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .import-domains-btn[b-08is86ur2a] {
        padding: 8px 12px;
        font-size: 14px;
    }
    
    .domain-preview-card[b-08is86ur2a] {
        padding: 12px;
    }
    
    fluent-input-file label[b-08is86ur2a] {
        padding: 20px 12px;
        min-height: 100px;
    }
}
/* /Dialog/LoadingDialog.razor.rz.scp.css */
.loading-dialog[b-i634hhzkru] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 2rem;
    min-height: 120px;
    text-align: center;
    row-gap: 10px;
}

.loading-dialog fluent-progress-ring[b-i634hhzkru] {
    --progress-thickness: 4px;
}

.loading-dialog fluent-label[b-i634hhzkru] {
    margin-top: 1rem;
    max-width: 320px;
    word-wrap: break-word;
}

.loading-dialog .sub-message[b-i634hhzkru] {
    margin-top: 0.5rem;
    opacity: 0.8;
    font-size: 0.875rem;
}
/* /Dialog/PaletteEditor.razor.rz.scp.css */
.palette-editor[b-apcwi6m9dq] {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.palette-editor-row[b-apcwi6m9dq] {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 4px;
}

.palette-editor-grid[b-apcwi6m9dq] {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-top: 8px;
}

.palette-editor-tile[b-apcwi6m9dq] {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    border-radius: 8px;
    padding: 12px 10px 10px 10px;
    box-shadow: 0 1px 2px rgba(0,0,0,0.03);
    min-width: 0;
}

.palette-editor-label[b-apcwi6m9dq] {
    margin-bottom: 8px;
    font-size: 0.97em;
    color: var(--neutral-foreground-rest);
    font-weight: 500;
}

.palette-editor-colorbox[b-apcwi6m9dq] {
    width: 32px;
    height: 32px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.color-picker-row[b-apcwi6m9dq] {
    display: flex;
    align-items: center;
    gap: 10px;
}
/* /Dialog/SelectColorSettingsDialog.razor.rz.scp.css */
.color-settings-grid[b-qgfxgy0rit] {
    max-height: 350px;
    overflow-y: auto;
}

.color-sample[b-qgfxgy0rit] {
    width: 16px;
    height: 16px;
    border-radius: 3px;
    border: 1px solid #ccc;
    display: inline-block;
}

.color-sample-large[b-qgfxgy0rit] {
    width: 24px;
    height: 24px;
    border-radius: 4px;
    border: 1px solid #ccc;
    display: inline-block;
}

.color-preview-column[b-qgfxgy0rit] {
    width: 80px;
}

.actions-column[b-qgfxgy0rit] {
    width: 200px;
}

.selected-color-card[b-qgfxgy0rit] {
    background: var(--neutral-fill-input-rest);
    border: 2px solid var(--accent-fill-rest);
    border-radius: 8px;
    padding: 16px;
}

.current-row[b-qgfxgy0rit] {
    background-color: var(--accent-fill-subtle);
    border-radius: 4px;
    padding: 4px;
    font-weight: 600;
}
/* /Dialogs/AssetUploadDialog.razor.rz.scp.css */
.upload-zone[b-a8t0dxsmgh] {
    transition: all 0.2s ease-in-out;
}

.upload-zone:hover[b-a8t0dxsmgh] {
    border-color: var(--accent-fill-rest) !important;
    background: var(--neutral-layer-2) !important;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.upload-zone.drag-over[b-a8t0dxsmgh] {
    border-color: var(--accent-fill-rest) !important;
    background: var(--accent-fill-rest) !important;
    opacity: 0.1;
    transform: scale(1.02);
}

.file-item:hover[b-a8t0dxsmgh] {
    border-color: var(--accent-stroke-rest) !important;
    background: var(--neutral-layer-3) !important;
    transform: translateX(4px);
}

.file-item.invalid[b-a8t0dxsmgh] {
    border-color: var(--error-rest) !important;
    background: rgba(255, 0, 0, 0.05) !important;
}

.spinning-icon[b-a8t0dxsmgh] {
    animation: spin-b-a8t0dxsmgh 1s linear infinite;
}

.hover-opacity:hover[b-a8t0dxsmgh] {
    opacity: 1 !important;
}

@keyframes spin-b-a8t0dxsmgh {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* Additional enhancements for better visual appeal */
.upload-zone-content[b-a8t0dxsmgh] {
    pointer-events: none;
}

.file-preview-placeholder[b-a8t0dxsmgh] {
    background: linear-gradient(135deg, var(--neutral-layer-2) 0%, var(--neutral-layer-3) 100%);
}

.file-status-badge[b-a8t0dxsmgh] {
    border-radius: 12px;
    font-weight: 500;
    letter-spacing: 0.5px;
}

.progress-container[b-a8t0dxsmgh] {
    background: var(--neutral-layer-1);
    border-radius: 8px;
    overflow: hidden;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
}

.validation-error-item[b-a8t0dxsmgh] {
    background: rgba(255, 0, 0, 0.05);
    border-left: 3px solid var(--error-rest);
    padding: 8px 12px;
    border-radius: 0 4px 4px 0;
    margin: 4px 0;
}

.upload-zone[b-a8t0dxsmgh] {
    transition: all 0.2s ease-in-out;
}

    .upload-zone:hover[b-a8t0dxsmgh] {
        border-color: var(--accent-fill-rest) !important;
        background: var(--neutral-layer-2) !important;
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    }

    .upload-zone.drag-over[b-a8t0dxsmgh] {
        border-color: var(--accent-fill-rest) !important;
        background: var(--accent-fill-rest) !important;
        opacity: 0.1;
        transform: scale(1.02);
    }

.file-item:hover[b-a8t0dxsmgh] {
    border-color: var(--accent-stroke-rest) !important;
    background: var(--neutral-layer-3) !important;
    transform: translateX(4px);
}

.file-item.invalid[b-a8t0dxsmgh] {
    border-color: var(--error-rest) !important;
    background: rgba(255, 0, 0, 0.05) !important;
}

.spinning-icon[b-a8t0dxsmgh] {
    animation: spin-b-a8t0dxsmgh 1s linear infinite;
}

.hover-opacity:hover[b-a8t0dxsmgh] {
    opacity: 1 !important;
}

[b-a8t0dxsmgh] .spinning-icon {
    animation: spin-b-a8t0dxsmgh 1s linear infinite;
}
/* /Pages/AdvertisementsPage.razor.rz.scp.css */
/* Application-consistent container and layout */
.page-container[b-hp282k8r3g] {
    padding: 24px;
    max-width: none;
    width: 100%;
}

.loading-container[b-hp282k8r3g] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 80px 20px;
    min-height: 300px;
    width: 100%;
}

/* Header styling consistent with other pages */
.back-button[b-hp282k8r3g] {
    color: var(--neutral-foreground-rest);
    padding: 8px 12px;
}

.back-button:hover[b-hp282k8r3g] {
    background-color: var(--neutral-fill-stealth-hover);
}

.header-divider[b-hp282k8r3g] {
    width: 1px;
    height: 32px;
    background-color: var(--neutral-stroke-rest);
}

.breadcrumb-nav[b-hp282k8r3g] {
    margin-top: 8px;
}

.action-button[b-hp282k8r3g] {
    min-width: 140px;
}

/* Content wrapper for consistent layout */
.content-wrapper[b-hp282k8r3g] {
    width: 100%;
}

.full-width-stack[b-hp282k8r3g] {
    width: 100%;
}

/* Section cards */
.section-card[b-hp282k8r3g] {
    border: 1px solid var(--neutral-stroke-rest);
    border-radius: 8px;
    background: var(--neutral-layer-1);
    padding: 0;
}

.section-content[b-hp282k8r3g] {
    padding: 24px;
    width: 100%;
}

.section-header[b-hp282k8r3g] {
    padding-bottom: 16px;
    border-bottom: 1px solid var(--neutral-stroke-rest);
    margin-bottom: 8px;
}

/* Items grid container */
.items-grid-container[b-hp282k8r3g] {
    width: 100%;
}

.advertisements-grid[b-hp282k8r3g] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(380px, 1fr));
    gap: 20px;
    width: 100%;
}

/* Advertisement cards */
.advertisement-card[b-hp282k8r3g] {
    border: 1px solid var(--neutral-stroke-rest);
    border-radius: 8px;
    background: var(--neutral-layer-1);
    transition: all 0.2s ease;
    height: fit-content;
}

.advertisement-card:hover[b-hp282k8r3g] {
    border-color: var(--accent-stroke-control-default);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.card-header[b-hp282k8r3g] {
    padding: 16px;
    border-bottom: 1px solid var(--neutral-stroke-rest);
}

.card-title[b-hp282k8r3g] {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    color: var(--neutral-foreground-rest);
    line-height: 1.3;
}

.card-meta[b-hp282k8r3g] {
    margin-top: 6px;
    font-size: 12px;
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.card-content[b-hp282k8r3g] {
    padding: 16px;
}

.card-description[b-hp282k8r3g] {
    margin: 0 0 12px 0;
    color: var(--neutral-foreground-rest);
    font-size: 14px;
    line-height: 1.4;
}

.image-preview[b-hp282k8r3g] {
    border-radius: 6px;
    overflow: hidden;
    border: 1px solid var(--neutral-stroke-rest);
    background: var(--neutral-layer-2);
}

.preview-image[b-hp282k8r3g] {
    width: 100%;
    height: 140px;
    object-fit: cover;
    display: block;
}

.card-details[b-hp282k8r3g] {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.detail-item[b-hp282k8r3g] {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    font-size: 12px;
    min-height: 20px;
}

.detail-label[b-hp282k8r3g] {
    font-weight: 500;
    color: var(--neutral-foreground-rest);
    min-width: 70px;
    flex-shrink: 0;
}

.detail-value[b-hp282k8r3g] {
    color: var(--neutral-foreground-hint);
    flex: 1;
    word-break: break-word;
}

.card-actions[b-hp282k8r3g] {
    padding: 12px 16px;
    display: flex;
    gap: 8px;
    border-top: 1px solid var(--neutral-stroke-rest);
    background: var(--neutral-layer-2);
}

/* Status styling */
.text-success[b-hp282k8r3g] {
    color: var(--accent-foreground-rest);
    font-weight: 500;
}

.text-warning[b-hp282k8r3g] {
    color: var(--attention-foreground-rest);
    font-weight: 500;
}

.text-muted[b-hp282k8r3g] {
    color: var(--neutral-foreground-hint);
}

.text-truncate[b-hp282k8r3g] {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* Empty state */
.empty-state-card[b-hp282k8r3g] {
    text-align: center;
    padding: 48px 24px;
    border: 2px dashed var(--neutral-stroke-rest);
    border-radius: 8px;
    background: var(--neutral-layer-1);
    margin: 24px 0;
}

/* Error state */
.error-section[b-hp282k8r3g] {
    margin: 24px 0;
}

.error-card[b-hp282k8r3g] {
    padding: 24px;
    border: 1px solid var(--error-stroke-rest);
    border-radius: 8px;
    background: var(--error-layer-1);
}

.error-icon[b-hp282k8r3g] {
    font-size: 24px;
    line-height: 1;
    min-width: 24px;
}

/* Edit form */
.edit-form-card[b-hp282k8r3g] {
    margin-bottom: 32px;
    border: 1px solid var(--neutral-stroke-rest);
    border-radius: 8px;
    background: var(--neutral-layer-1);
}

.edit-form-card .card-header[b-hp282k8r3g] {
    padding: 20px 24px 16px 24px;
    border-bottom: 1px solid var(--neutral-stroke-rest);
    background: var(--neutral-layer-2);
}

.edit-form-card .card-content[b-hp282k8r3g] {
    padding: 24px;
}

.form-grid[b-hp282k8r3g] {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
    margin-bottom: 24px;
}

.form-section[b-hp282k8r3g] {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.form-section h4[b-hp282k8r3g] {
    margin: 0 0 8px 0;
    font-size: 16px;
    font-weight: 600;
    color: var(--neutral-foreground-rest);
    border-bottom: 2px solid var(--accent-fill-rest);
    padding-bottom: 8px;
}

.section-description[b-hp282k8r3g] {
    margin: 0 0 16px 0;
    font-size: 14px;
    color: var(--neutral-foreground-hint);
    line-height: 1.4;
}

/* Enhanced image section for ImageUrlSelector */
.image-section[b-hp282k8r3g] {
    background: var(--accent-layer-1);
    padding: 24px;
    border-radius: 8px;
    border: 2px solid var(--accent-stroke-control-default);
    position: relative;
}

.image-section h4[b-hp282k8r3g] {
    color: var(--accent-foreground-rest);
    border-bottom-color: var(--accent-fill-rest);
    margin-bottom: 12px;
}

.image-section .section-description[b-hp282k8r3g] {
    color: var(--accent-foreground-hint);
    background: rgba(255, 255, 255, 0.05);
    padding: 12px 16px;
    border-radius: 6px;
    border-left: 3px solid var(--accent-fill-rest);
}

/* Ensure ImageUrlSelector integrates well in the image section */
.image-section .image-url-selector[b-hp282k8r3g] {
    background: var(--neutral-layer-1);
    padding: 16px;
    border-radius: 8px;
    border: 1px solid var(--neutral-stroke-rest);
    margin-top: 8px;
}

.image-section .image-url-selector .preview-container[b-hp282k8r3g] {
    background: var(--neutral-layer-1);
    border-color: var(--neutral-stroke-rest);
}

.image-section .image-url-selector .preview-container:hover[b-hp282k8r3g] {
    border-color: var(--accent-stroke-control-default);
}

/* Legacy image preview styling (for compatibility) */
.image-section .image-preview[b-hp282k8r3g] {
    margin-top: 16px;
    padding: 16px;
    border: 1px solid var(--neutral-stroke-rest);
    border-radius: 8px;
    background-color: var(--neutral-layer-1);
}

.image-section .preview-image[b-hp282k8r3g] {
    width: 100%;
    max-width: 400px;
    height: 200px;
    object-fit: cover;
    border-radius: 4px;
    border: 1px solid var(--neutral-stroke-rest);
    margin-top: 8px;
}

.form-actions[b-hp282k8r3g] {
    display: flex;
    gap: 12px;
    justify-content: flex-start;
    padding-top: 20px;
    border-top: 1px solid var(--neutral-stroke-rest);
}

/* DateTime inputs styling */
.datetime-inputs[b-hp282k8r3g] {
    margin: 16px 0;
    padding: 16px;
    border: 1px solid var(--neutral-stroke-rest);
    border-radius: 6px;
    background: var(--neutral-layer-2);
}

/* Permanent advertisement styling */
.permanent-indicator[b-hp282k8r3g] {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 4px 8px;
    background: var(--accent-layer-1);
    color: var(--accent-foreground-rest);
    border-radius: 4px;
    font-size: 11px;
    font-weight: 500;
}

/* Enhanced styles for ImageUrlSelector integration */
.image-section .external-actions[b-hp282k8r3g] {
    background: var(--neutral-layer-1);
    padding: 8px 12px;
    border-radius: 6px;
    border: 1px solid var(--neutral-stroke-subtle);
}

.image-section .external-actions fluent-button[b-hp282k8r3g] {
    color: var(--accent-foreground-rest) !important;
}

.image-section .external-actions fluent-button:hover[b-hp282k8r3g] {
    background: var(--accent-fill-subtle) !important;
    color: var(--accent-foreground-rest) !important;
}

/* Responsive design */
@media (max-width: 1200px) {
    .page-container[b-hp282k8r3g] {
        padding: 20px;
    }
}

@media (max-width: 768px) {
    .page-container[b-hp282k8r3g] {
        padding: 16px;
    }

    .advertisements-grid[b-hp282k8r3g] {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .form-grid[b-hp282k8r3g] {
        gap: 20px;
    }

    .form-actions[b-hp282k8r3g] {
        flex-direction: column;
    }

    .image-section[b-hp282k8r3g] {
        padding: 16px;
    }

    .image-section .preview-image[b-hp282k8r3g] {
        max-width: 100%;
        height: 150px;
    }

    .image-section .image-url-selector[b-hp282k8r3g] {
        padding: 12px;
    }

    .card-meta[b-hp282k8r3g] {
        flex-direction: column;
        align-items: flex-start;
        gap: 4px;
    }

    .detail-item[b-hp282k8r3g] {
        flex-direction: column;
        align-items: flex-start;
        gap: 2px;
    }

    .detail-label[b-hp282k8r3g] {
        min-width: auto;
    }
}

@media (max-width: 480px) {
    .section-content[b-hp282k8r3g] {
        padding: 16px;
    }

    .edit-form-card .card-header[b-hp282k8r3g] {
        padding: 16px;
    }

    .edit-form-card .card-content[b-hp282k8r3g] {
        padding: 16px;
    }

    .image-section[b-hp282k8r3g] {
        padding: 12px;
    }

    .image-section .section-description[b-hp282k8r3g] {
        padding: 8px 12px;
        font-size: 13px;
    }
}
/* /Pages/AssetManagementPage.razor.rz.scp.css */
.asset-card[b-928ikfvcuj] {
    transition: all 0.2s ease;
}

.asset-card:hover[b-928ikfvcuj] {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.selected-asset[b-928ikfvcuj] {
    border-color: var(--accent-fill-rest) !important;
    background-color: var(--accent-fill-subtle) !important;
}

.selected-asset:hover[b-928ikfvcuj] {
    background-color: var(--accent-fill-secondary) !important;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px var(--accent-shadow);
}

.asset-preview img[b-928ikfvcuj] {
    transition: transform 0.2s ease;
}

.asset-card:hover .asset-preview img[b-928ikfvcuj] {
    transform: scale(1.02);
}

.asset-grid[b-928ikfvcuj] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 5px;
    width: 100%;
}

/* Responsive grid adjustments */
@media (max-width: 768px) {
    .asset-grid[b-928ikfvcuj] {
        grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)) !important;
        gap: 12px !important;
    }
}

@media (max-width: 480px) {
    .asset-grid[b-928ikfvcuj] {
        grid-template-columns: 1fr !important;
        gap: 8px !important;
    }
    
    .asset-preview[b-928ikfvcuj] {
        height: 140px !important;
    }
}

fluent-select[b-928ikfvcuj]::part(listbox) {
    z-index: 1000; /* Ensure it appears above other elements */
    position: relative; /* Ensure proper positioning */
}
/* /Pages/ColorSettingsPage.razor.rz.scp.css */
.color-settings-card[b-y72wj38xrb] {
    transition: all 0.2s ease-in-out;
    border: 1px solid var(--neutral-stroke-rest);
}

.color-settings-card:hover[b-y72wj38xrb] {
    border-color: var(--accent-fill-rest);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.color-settings-card.current[b-y72wj38xrb] {
    border-color: var(--accent-fill-rest);
    background-color: var(--accent-fill-subtle);
}

.color-preview-container[b-y72wj38xrb] {
    display: flex;
    gap: 8px;
    align-items: center;
}

.color-preview-item[b-y72wj38xrb] {
    width: 16px;
    height: 16px;
    border: 1px solid var(--neutral-stroke-rest);
    border-radius: 2px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.current-color-settings[b-y72wj38xrb] {
    border: 2px solid var(--accent-fill-rest);
    background-color: var(--accent-fill-subtle);
}

/* Badge styles for better readability */
.active-badge[b-y72wj38xrb] {
    font-weight: 600;
    font-size: 11px;
    padding: 4px 8px;
    border-radius: 12px;
    letter-spacing: 0.5px;
    box-shadow: 0 2px 4px rgba(16, 185, 129, 0.3);
    border: 1px solid #059669;
}

.current-badge[b-y72wj38xrb] {
    font-weight: 600;
    font-size: 11px;
    padding: 4px 8px;
    border-radius: 12px;
    letter-spacing: 0.5px;
    box-shadow: 0 2px 4px rgba(59, 130, 246, 0.3);
    border: 1px solid #2563eb;
}

/* Hover effects for badges */
.active-badge:hover[b-y72wj38xrb] {
    background-color: #059669 !important;
    transform: scale(1.05);
    transition: all 0.2s ease-in-out;
}

.current-badge:hover[b-y72wj38xrb] {
    background-color: #2563eb !important;
    transform: scale(1.05);
    transition: all 0.2s ease-in-out;
}

@media (max-width: 768px) {
    .color-settings-card[b-y72wj38xrb] {
        padding: 12px;
    }
    
    .color-preview-item[b-y72wj38xrb] {
        width: 20px;
        height: 20px;
    }
    
    /* Smaller badges on mobile */
    .active-badge[b-y72wj38xrb], .current-badge[b-y72wj38xrb] {
        font-size: 10px;
        padding: 3px 6px;
    }
}
/* /Pages/DomainSettingsPage.razor.rz.scp.css */
body[b-c1ia8w5zym] {
}

/* DomainSettingsPage specific overrides */

/* =============================================================================
   Responsive Header Improvements
   ============================================================================= */

/* Enhanced header responsive behavior */
.responsive-header[b-c1ia8w5zym] {
    width: 100%;
    flex-wrap: nowrap;
    min-height: 60px;
}

.header-left-section[b-c1ia8w5zym] {
    flex: 1;
    min-width: 0; /* Allows text to truncate */
    overflow: hidden;
}

.header-title-section[b-c1ia8w5zym] {
    flex: 1;
    min-width: 0;
    overflow: hidden;
}

.header-actions-section[b-c1ia8w5zym] {
    flex-shrink: 0;
    margin-left: 16px;
}

.page-title[b-c1ia8w5zym] {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
}

.page-subtitle[b-c1ia8w5zym] {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    opacity: 0.8;
}

/* Back button responsive behavior */
.back-button[b-c1ia8w5zym] {
    flex-shrink: 0;
    min-width: auto;
    white-space: nowrap;
}

.back-button-text[b-c1ia8w5zym] {
    display: inline;
}

.refresh-button[b-c1ia8w5zym] {
    flex-shrink: 0;
    min-width: auto;
    white-space: nowrap;
}

.refresh-button-text[b-c1ia8w5zym] {
    display: inline;
}

/* Breadcrumb responsive improvements */
.responsive-breadcrumb[b-c1ia8w5zym] {
    width: 100%;
    overflow: hidden;
}

.breadcrumb-item[b-c1ia8w5zym] {
    flex-shrink: 1;
    min-width: 0;
}

.breadcrumb-text[b-c1ia8w5zym] {
    display: inline;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.breadcrumb-current[b-c1ia8w5zym] {
    font-weight: 600;
    color: var(--accent-fill-rest);
}

/* Header divider responsive behavior */
.header-divider[b-c1ia8w5zym] {
    flex-shrink: 0;
    display: block;
}

/* =============================================================================
   Existing Styles (Deployment Details & Cards)
   ============================================================================= */

/* Ensure deployment details have proper spacing */
.deployment-details[b-c1ia8w5zym] {
    margin-top: 16px;
    width: 100%;
}

.deployment-details .detail-item[b-c1ia8w5zym] {
    font-size: 0.9em;
    margin-right: 12px;
    margin-bottom: 8px;
    padding: 6px 10px;
}

/* Ensure settings items are properly spaced in the grid */
.items-grid .item-card[b-c1ia8w5zym] {
    min-height: 120px;
    display: flex;
    flex-direction: column;
}

.items-grid .item-card .item-card-header[b-c1ia8w5zym] {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.items-grid .item-card .item-title-section[b-c1ia8w5zym] {
    flex: 1;
    min-width: 0;
    margin-right: 16px;
}

.items-grid .item-card .item-actions-section[b-c1ia8w5zym] {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    gap: 6px;
}

.items-grid .item-card .item-card-body[b-c1ia8w5zym] {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding-top: 8px;
}

/* Ensure proper alignment of title and buttons */
.items-grid .item-card .item-card-header fluent-stack[horizontalalignment="SpaceBetween"][b-c1ia8w5zym] {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* Clickable card enhancements */
.clickable-card[b-c1ia8w5zym] {
    cursor: pointer;
    user-select: none;
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
}

.clickable-card:hover[b-c1ia8w5zym] {
    transform: translateY(-2px) scale(1.02);
    box-shadow: var(--elevation-shadow-card-hover);
}

.clickable-card:active[b-c1ia8w5zym] {
    transform: translateY(-1px) scale(1.01);
    transition: all 0.1s ease;
}

.clickable-card:focus[b-c1ia8w5zym] {
    outline: 2px solid var(--accent-stroke-control-default);
    outline-offset: 2px;
    transform: translateY(-1px);
}

.clickable-card:hover .item-actions-section fluent-icon[b-c1ia8w5zym] {
    opacity: 1 !important;
    transform: translateX(2px);
}

.clickable-card[b-c1ia8w5zym]::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: transparent;
    border-radius: inherit;
    transition: background 0.2s ease;
}

.clickable-card:hover[b-c1ia8w5zym]::after {
    background: rgba(0, 120, 212, 0.05);
}

.clickable-card:active[b-c1ia8w5zym]::after {
    background: rgba(0, 120, 212, 0.1);
}

/* =============================================================================
   Responsive Design Breakpoints
   ============================================================================= */

/* Large tablets and small desktops (1024px and down) */
@media (max-width: 1024px) {
    .page-title[b-c1ia8w5zym] {
        font-size: 1.5rem;
    }
    
    .header-actions-section[b-c1ia8w5zym] {
        margin-left: 12px;
    }
}

/* Tablets (768px and down) */
@media (max-width: 768px) {
    .responsive-header[b-c1ia8w5zym] {
        flex-direction: column;
        align-items: stretch;
        gap: 16px;
        min-height: auto;
    }
    
    .header-left-section[b-c1ia8w5zym] {
        width: 100%;
        justify-content: flex-start;
    }
    
    .header-actions-section[b-c1ia8w5zym] {
        width: 100%;
        justify-content: center;
        margin-left: 0;
        margin-top: 8px;
    }
    
    .page-title[b-c1ia8w5zym] {
        font-size: 1.4rem;
        white-space: normal;
        overflow: visible;
        text-overflow: unset;
        line-height: 1.3;
    }
    
    .page-subtitle[b-c1ia8w5zym] {
        white-space: normal;
        overflow: visible;
        text-overflow: unset;
        line-height: 1.4;
        font-size: 0.9rem;
    }
    
    .header-divider[b-c1ia8w5zym] {
        display: none;
    }
    
    .back-button[b-c1ia8w5zym] {
        margin-right: 0;
    }
    
    .refresh-button[b-c1ia8w5zym] {
        width: 100%;
        max-width: 200px;
        justify-content: center;
    }
    
    /* Breadcrumb improvements for tablets */
    .responsive-breadcrumb[b-c1ia8w5zym] {
        margin-top: 8px;
        padding: 8px 0;
    }
    
    .breadcrumb-item[b-c1ia8w5zym] {
        font-size: 0.85rem;
    }
    
    .items-grid[b-c1ia8w5zym] {
        grid-template-columns: 1fr;
    }
    
    .deployment-details[b-c1ia8w5zym] {
        margin-top: 12px;
    }
    
    .deployment-details .detail-item[b-c1ia8w5zym] {
        margin-right: 8px;
        margin-bottom: 6px;
        font-size: 0.8em;
        padding: 4px 8px;
    }

    .items-grid .item-card .item-title-section[b-c1ia8w5zym] {
        margin-right: 12px;
    }

    .clickable-card:hover[b-c1ia8w5zym] {
        transform: translateY(-1px) scale(1.01);
    }

    .clickable-card:active[b-c1ia8w5zym] {
        transform: translateY(0) scale(1);
    }
}

/* Mobile phones (480px and down) */
@media (max-width: 480px) {
    .responsive-header[b-c1ia8w5zym] {
        gap: 12px;
        padding: 0;
    }
    
    .header-left-section[b-c1ia8w5zym] {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }
    
    .header-title-section[b-c1ia8w5zym] {
        width: 100%;
        margin-left: 0;
    }
    
    .page-title[b-c1ia8w5zym] {
        font-size: 1.25rem;
        margin-bottom: 4px;
    }
    
    .page-subtitle[b-c1ia8w5zym] {
        font-size: 0.85rem;
        margin-top: 2px;
    }
    
    .back-button[b-c1ia8w5zym] {
        align-self: flex-start;
        margin-bottom: 4px;
    }
    
    .back-button-text[b-c1ia8w5zym] {
        font-size: 0.9rem;
    }
    
    .refresh-button[b-c1ia8w5zym] {
        font-size: 0.9rem;
        padding: 8px 16px;
        min-height: 40px;
    }
    
    .refresh-button-text[b-c1ia8w5zym] {
        font-size: 0.85rem;
    }
    
    /* Compact breadcrumb for mobile */
    .responsive-breadcrumb[b-c1ia8w5zym] {
        margin-top: 4px;
        padding: 4px 0;
    }
    
    .breadcrumb-item[b-c1ia8w5zym] {
        font-size: 0.8rem;
    }
    
    .breadcrumb-text[b-c1ia8w5zym] {
        max-width: 80px;
    }
    
    /* Hide non-essential breadcrumb items on very small screens */
    .breadcrumb-item:nth-child(2)[b-c1ia8w5zym] {
        display: none;
    }
    
    .items-grid .item-card[b-c1ia8w5zym] {
        min-height: 100px;
    }

    .items-grid .item-card .item-card-header fluent-stack[horizontalalignment="SpaceBetween"][b-c1ia8w5zym] {
        flex-direction: column;
        align-items: stretch;
        gap: 8px;
    }

    .items-grid .item-card .item-title-section[b-c1ia8w5zym] {
        margin-right: 8px;
    }

    .items-grid .item-card .item-actions-section[b-c1ia8w5zym] {
        justify-content: flex-end;
        margin-top: 6px;
    }

    .clickable-card:hover[b-c1ia8w5zym] {
        transform: none;
    }

    .clickable-card:active[b-c1ia8w5zym] {
        transform: scale(0.98);
    }
}

/* Very small screens (360px and down) */
@media (max-width: 360px) {
    .page-title[b-c1ia8w5zym] {
        font-size: 1.1rem;
    }
    
    .page-subtitle[b-c1ia8w5zym] {
        font-size: 0.8rem;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
    
    .back-button-text[b-c1ia8w5zym] {
        display: none;
    }
    
    .refresh-button-text span[b-c1ia8w5zym] {
        font-size: 0.8rem;
    }
    
    .breadcrumb-text[b-c1ia8w5zym] {
        max-width: 60px;
    }
    
    /* Show only home and current breadcrumb items */
    .breadcrumb-item:nth-child(3)[b-c1ia8w5zym] {
        display: none;
    }
}

/* =============================================================================
   High Contrast and Accessibility
   ============================================================================= */

@media (prefers-contrast: high) {
    .header-divider[b-c1ia8w5zym] {
        background: var(--neutral-stroke-strong);
        opacity: 1;
    }
    
    .page-title[b-c1ia8w5zym] {
        font-weight: 700;
    }
    
    .breadcrumb-current[b-c1ia8w5zym] {
        border-bottom: 2px solid var(--accent-fill-rest);
    }
}

/* =============================================================================
   Print Styles
   ============================================================================= */

@media print {
    .header-actions-section[b-c1ia8w5zym] {
        display: none;
    }
    
    .responsive-breadcrumb[b-c1ia8w5zym] {
        display: none;
    }
    
    .page-title[b-c1ia8w5zym] {
        color: black !important;
        font-size: 18pt;
    }
    
    .page-subtitle[b-c1ia8w5zym] {
        color: #666 !important;
        font-size: 12pt;
    }
}

/* =============================================================================
   Animation and Motion Preferences
   ============================================================================= */

@media (prefers-reduced-motion: reduce) {
    .clickable-card[b-c1ia8w5zym] {
        transition: none;
    }
    
    .clickable-card:hover[b-c1ia8w5zym] {
        transform: none;
    }
    
    .clickable-card:active[b-c1ia8w5zym] {
        transform: none;
    }
    
    .header-divider[b-c1ia8w5zym],
    .refresh-button[b-c1ia8w5zym],
    .back-button[b-c1ia8w5zym] {
        transition: none;
    }
}
/* /Pages/DomainsPage.razor.rz.scp.css */
/* Modern Domains Page Styling */

.domains-page[b-izc9h1hgfb] {
    padding: 16px;
    max-width: 1400px;
    margin: 0 auto;
    background: var(--neutral-layer-1);
    min-height: 100vh;
    width: 100%;
}

/* Loading State */
.loading-container[b-izc9h1hgfb] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px;
    padding: 80px 20px;
    min-height: 300px;
}

/* Header Section */
.page-header[b-izc9h1hgfb] {
    background: var(--neutral-layer-floating);
    border-radius: 12px;
    padding: 24px;
    margin-bottom: 24px;
    box-shadow: var(--elevation-shadow-card-rest);
    width: 100%;
}

.header-navigation[b-izc9h1hgfb] {
    margin-bottom: 8px;
    width: 100%;
}

.back-button[b-izc9h1hgfb] {
    border-radius: 8px;
    transition: all 0.2s ease;
    font-size: 0.9rem;
    min-width: auto;
}

.back-button:hover[b-izc9h1hgfb] {
    background: var(--neutral-layer-2);
    transform: translateX(-2px);
}

.header-divider[b-izc9h1hgfb] {
    width: 1px;
    height: 32px;
    background: var(--neutral-stroke-divider);
    opacity: 0.5;
}

.breadcrumb-nav[b-izc9h1hgfb] {
    opacity: 0.8;
}

.refresh-button[b-izc9h1hgfb] {
    min-width: 110px;
    transition: all 0.2s ease;
}

.refresh-button:hover[b-izc9h1hgfb] {
    transform: translateY(-1px);
}

/* Content Section - Full Width */
.content-wrapper[b-izc9h1hgfb] {
    width: 100%;
}

.full-width-stack[b-izc9h1hgfb] {
    width: 100%;
}

/* Deployment Info Card */
.deployment-info-card[b-izc9h1hgfb] {
    padding: 32px;
    border-radius: 16px;
    background: linear-gradient(135deg, var(--neutral-layer-floating) 0%, var(--neutral-layer-card-hover) 100%);
    border: 1px solid var(--neutral-stroke-card-default);
    box-shadow: var(--elevation-shadow-card-rest);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    width: 100%;
}

.deployment-info-card[b-izc9h1hgfb]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--accent-fill-rest), var(--accent-fill-hover));
}

.deployment-details[b-izc9h1hgfb] {
    margin-top: 8px;
    width: 100%;
}

.detail-item[b-izc9h1hgfb] {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    background: var(--neutral-layer-2);
    border-radius: 6px;
    white-space: nowrap;
    margin-right: 8px;
    margin-bottom: 8px;
}

.edit-deployment-btn[b-izc9h1hgfb] {
    min-width: 100px;
    border-radius: 8px;
}

/* Domains Section - Full Width */
.domains-section-card[b-izc9h1hgfb] {
    background: var(--neutral-layer-floating);
    border-radius: 16px;
    padding: 32px;
    box-shadow: var(--elevation-shadow-card-rest);
    width: 100%;
    border: 1px solid var(--neutral-stroke-card-default);
}

.domains-section-content[b-izc9h1hgfb] {
    width: 100%;
}

.domains-header[b-izc9h1hgfb] {
    margin-bottom: 8px;
    padding-bottom: 16px;
    border-bottom: 1px solid var(--neutral-stroke-divider);
    width: 100%;
}

.add-domain-btn[b-izc9h1hgfb] {
    min-width: 140px;
    border-radius: 8px;
    font-weight: 600;
}

/* Domains Grid - Full Width */
.domains-grid-container[b-izc9h1hgfb] {
    width: 100%;
    margin-top: 20px;
}

.domains-grid[b-izc9h1hgfb] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(380px, 1fr));
    gap: 20px;
    width: 100%;
}

/* Domain Card - Enhanced Layout with Condensed Padding */
[b-izc9h1hgfb] fluent-card.domain-card {
    border-radius: 12px;
    border: 2px solid var(--neutral-stroke-card-default);
    background: var(--neutral-layer-card-default);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
    position: relative;
    overflow: hidden;
    width: 100%;
    box-sizing: border-box;
    padding: 0 !important; /* Remove default padding since we'll handle it in header/body */
}

.domain-card[b-izc9h1hgfb]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: var(--accent-fill-rest);
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

.domain-card:hover[b-izc9h1hgfb] {
    transform: translateY(-4px);
    border-color: var(--accent-stroke-control-default);
    box-shadow: var(--elevation-shadow-card-hover);
    background: var(--neutral-layer-card-hover);
}

.domain-card:hover[b-izc9h1hgfb]::before {
    transform: scaleX(1);
}

.domain-card:active[b-izc9h1hgfb] {
    transform: translateY(-2px);
}

/* Domain Card Header - Reduced Padding */
.domain-card-header[b-izc9h1hgfb] {
    padding: 12px 16px 10px 16px; /* Reduced from 20px 24px 16px 24px */
    border-bottom: 1px solid var(--neutral-stroke-divider);
    background: var(--neutral-layer-floating);
    position: relative;
    width: 100%;
}

.domain-card-header[b-izc9h1hgfb]::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 16px; /* Adjusted to match new padding */
    right: 16px; /* Adjusted to match new padding */
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--neutral-stroke-divider), transparent);
}

.domain-title-section[b-izc9h1hgfb] {
    flex: 1;
    min-width: 0; /* Allow text to truncate if needed */
    margin-right: 16px; /* Add space between title and buttons */
}

.domain-actions-section[b-izc9h1hgfb] {
    flex-shrink: 0;
    display: flex;
    gap: 6px; /* Slightly reduced gap between buttons */
    opacity: 0.7;
    transition: opacity 0.2s ease;
    margin-left: auto; /* Push buttons to the right */
}

.domain-name[b-izc9h1hgfb] {
    font-size: 1.1em;
    letter-spacing: -0.02em;
    margin-right: 8px; /* Reduced margin after domain name */
}

/* Domain Card Body - Reduced Padding */
.domain-card-body[b-izc9h1hgfb] {
    padding: 10px 16px 12px 16px; /* Reduced from 16px 24px 20px 24px */
    background: var(--neutral-layer-card-default);
}

.domain-notes[b-izc9h1hgfb] {
    line-height: 1.4; /* Slightly reduced line height */
    max-height: 2.8em; /* Adjusted for new line height */
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 8px; /* Reduced margin */
    font-size: 0.9em;
}

.domain-type[b-izc9h1hgfb] {
    color: var(--accent-foreground-rest);
    text-transform: uppercase;
    font-size: 0.75em;
    letter-spacing: 0.5px;
    display: flex;
    align-items: center;
    gap: 6px;
}

/* Domain Actions - Enhanced Styling with Smaller Buttons */
.domain-actions-section fluent-button[b-izc9h1hgfb] {
    min-width: 32px; /* Reduced from 36px */
    height: 32px; /* Reduced from 36px */
    border-radius: 6px; /* Reduced border radius */
    transition: all 0.2s ease;
}

.domain-actions-section fluent-button:hover[b-izc9h1hgfb] {
    background: var(--neutral-layer-2);
    transform: scale(1.05);
    box-shadow: var(--elevation-shadow-tooltip);
}

.domain-actions-section fluent-button:active[b-izc9h1hgfb] {
    transform: scale(0.98);
}

/* Badge Styling */
fluent-badge[b-izc9h1hgfb] {
    font-size: 0.7em;
    font-weight: 600;
    letter-spacing: 0.3px;
}

/* Empty States */
.empty-state[b-izc9h1hgfb],
.empty-domains-card[b-izc9h1hgfb] {
    text-align: center;
    width: 100%;
}

.empty-state-card[b-izc9h1hgfb],
.empty-domains-card[b-izc9h1hgfb] {
    padding: 60px 40px;
    border-radius: 16px;
    border: 2px dashed var(--neutral-stroke-divider);
    background: var(--neutral-layer-card-default);
    width: 100%;
    box-sizing: border-box;
}

.empty-domains-card[b-izc9h1hgfb] {
    margin-top: 20px;
}

/* Error Section */
.error-section[b-izc9h1hgfb] {
    margin: 24px 0;
    width: 100%;
}

.error-card[b-izc9h1hgfb] {
    padding: 24px;
    border-radius: 12px;
    border-left: 4px solid var(--error);
    background: var(--neutral-layer-floating);
    box-shadow: var(--elevation-shadow-card-rest);
    width: 100%;
    box-sizing: border-box;
}

.technical-details-card[b-izc9h1hgfb] {
    margin-top: 16px;
    padding: 16px;
    background: var(--neutral-layer-2);
    border: 1px solid var(--neutral-stroke-rest);
    border-radius: 8px;
}

.technical-error-text[b-izc9h1hgfb] {
    font-family: 'Consolas', 'Monaco', 'Courier New', monospace;
    font-size: 0.875rem;
    color: var(--neutral-foreground-rest);
    word-break: break-word;
}

/* Ensure FluentStack components take full width */
fluent-stack[b-izc9h1hgfb] {
    width: 100%;
}

fluent-stack[class*="full-width"][b-izc9h1hgfb] {
    width: 100% !important;
}

fluent-stack[class*="domains-section"][b-izc9h1hgfb] {
    width: 100% !important;
}

/* Responsive Design */
@media (max-width: 768px) {
    .domains-page[b-izc9h1hgfb] {
        padding: 16px;
    }

    .page-header[b-izc9h1hgfb] {
        padding: 20px;
    }

    .header-navigation[b-izc9h1hgfb] {
        flex-direction: column;
        gap: 12px;
        align-items: stretch;
    }

    .header-navigation fluent-stack:first-child[b-izc9h1hgfb] {
        justify-content: flex-start;
    }

    .back-button[b-izc9h1hgfb] {
        align-self: flex-start;
    }

    .deployment-info-card[b-izc9h1hgfb] {
        padding: 24px;
    }

    .domains-section-card[b-izc9h1hgfb] {
        padding: 24px;
    }

    .domains-grid[b-izc9h1hgfb] {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .domains-header[b-izc9h1hgfb] {
        flex-direction: column;
        gap: 16px;
        align-items: stretch;
    }

    .domain-card-header[b-izc9h1hgfb] {
        padding: 10px 14px 8px 14px; /* Further reduced for mobile */
    }

    .domain-card-header[b-izc9h1hgfb]::after {
        left: 14px; /* Adjusted to match new padding */
        right: 14px; /* Adjusted to match new padding */
    }

    .domain-card-body[b-izc9h1hgfb] {
        padding: 8px 14px 10px 14px; /* Further reduced for mobile */
    }

    .domain-actions-section[b-izc9h1hgfb] {
        flex-wrap: wrap;
        gap: 4px; /* Reduced gap on mobile */
    }

    .detail-item[b-izc9h1hgfb] {
        font-size: 0.875rem;
        margin-right: 4px;
        margin-bottom: 4px;
    }

    .deployment-details fluent-stack[b-izc9h1hgfb] {
        flex-direction: column;
        align-items: stretch;
    }

    .domain-title-section[b-izc9h1hgfb] {
        margin-right: 12px; /* Reduced margin on mobile */
    }
}

@media (max-width: 480px) {
    .domains-page[b-izc9h1hgfb] {
        padding: 12px;
    }

    .header-divider[b-izc9h1hgfb] {
        display: none;
    }

    .back-button[b-izc9h1hgfb] {
        font-size: 0.8rem;
    }

    .deployment-details fluent-stack[b-izc9h1hgfb] {
        flex-direction: column;
        align-items: stretch;
    }

    .detail-item[b-izc9h1hgfb] {
        justify-content: flex-start;
        margin-right: 0;
    }

    .empty-state-card[b-izc9h1hgfb],
    .empty-domains-card[b-izc9h1hgfb] {
        padding: 40px 20px;
    }

    .domains-grid[b-izc9h1hgfb] {
        grid-template-columns: 1fr;
    }

    .domain-card-header fluent-stack[horizontalalignment="SpaceBetween"][b-izc9h1hgfb] {
        flex-direction: column;
        gap: 8px; /* Reduced gap */
        align-items: stretch;
    }

    .domain-actions-section[b-izc9h1hgfb] {
        justify-content: flex-end;
        margin-top: 6px; /* Reduced margin */
    }

    .domain-card-header[b-izc9h1hgfb] {
        padding: 12px; /* Simplified padding for very small screens */
    }

    .domain-card-body[b-izc9h1hgfb] {
        padding: 8px 12px; /* Simplified padding for very small screens */
    }

    .domain-title-section[b-izc9h1hgfb] {
        margin-right: 8px; /* Further reduced margin on very small screens */
    }
}

/* Animation Classes */
@keyframes fadeIn-b-izc9h1hgfb {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.domains-grid .domain-card[b-izc9h1hgfb] {
    animation: fadeIn-b-izc9h1hgfb 0.6s ease-out;
}

.domains-grid .domain-card:nth-child(odd)[b-izc9h1hgfb] {
    animation-delay: 0.1s;
}

.domains-grid .domain-card:nth-child(even)[b-izc9h1hgfb] {
    animation-delay: 0.2s;
}

/* Focus and Accessibility */
.domain-card:focus-within[b-izc9h1hgfb] {
    outline: 2px solid var(--accent-stroke-control-default);
    outline-offset: 2px;
}

.back-button:focus[b-izc9h1hgfb],
.refresh-button:focus[b-izc9h1hgfb],
.add-domain-btn:focus[b-izc9h1hgfb] {
    outline: 2px solid var(--accent-stroke-control-default);
    outline-offset: 2px;
}

/* High contrast mode support */
@media (prefers-contrast: high) {
    .domain-card[b-izc9h1hgfb] {
        border-width: 3px;
    }

    .deployment-info-card[b-izc9h1hgfb]::before {
        height: 4px;
    }

    .detail-item[b-izc9h1hgfb] {
        border: 1px solid var(--neutral-stroke-strong);
    }

    .domain-card-header[b-izc9h1hgfb] {
        border-bottom: 2px solid var(--neutral-stroke-strong);
    }
}

/* Special hover effects for domain cards */
.domain-card:hover .domain-card-header[b-izc9h1hgfb] {
    background: var(--neutral-layer-card-hover);
}

.domain-card:hover .domain-card-body[b-izc9h1hgfb] {
    background: var(--neutral-layer-card-hover);
}

/* Enhanced visual separation */
.domain-card-header[b-izc9h1hgfb] {
    position: relative;
    z-index: 1;
}

.domain-card-body[b-izc9h1hgfb] {
    position: relative;
    z-index: 0;
}
/* /Pages/HttpClientSettingsPage.razor.rz.scp.css */
.http-clients-grid[b-1t6jyeixiz] {
    width: 100%;
    max-height: 500px;
    overflow-y: auto;
}

.info-badge[b-1t6jyeixiz] {
    font-weight: 600;
    font-size: 11px;
    padding: 4px 8px;
    border-radius: 12px;
    letter-spacing: 0.5px;
    box-shadow: 0 2px 4px rgba(16, 185, 129, 0.3);
    border: 1px solid #059669;
}

.header-count-badge[b-1t6jyeixiz] {
    font-weight: 500;
    font-size: 10px;
    padding: 2px 6px;
    border-radius: 8px;
    letter-spacing: 0.3px;
}

.header-card[b-1t6jyeixiz] {
    background: var(--neutral-fill-input-rest);
    border: 1px solid var(--neutral-stroke-rest);
    border-radius: 6px;
    padding: 12px;
}

.header-card:hover[b-1t6jyeixiz] {
    border-color: var(--accent-fill-rest);
    transition: border-color 0.2s ease-in-out;
}

/* Enhanced button styles */
fluent-button[size="small"][b-1t6jyeixiz] {
    font-size: 12px;
    padding: 4px 8px;
}

/* Loading and error states */
.loading-container[b-1t6jyeixiz] {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px;
}

.empty-state-container[b-1t6jyeixiz] {
    text-align: center;
    padding: 40px 20px;
}

.empty-state-container fluent-icon[b-1t6jyeixiz] {
    margin-bottom: 16px;
}

/* Dialog improvements */
fluent-dialog fluent-dialog-body[b-1t6jyeixiz] {
    max-height: 70vh;
    overflow-y: auto;
}

/* Responsive design */
@media (max-width: 768px) {
    .http-clients-grid[b-1t6jyeixiz] {
        font-size: 14px;
    }
    
    .info-badge[b-1t6jyeixiz], .header-count-badge[b-1t6jyeixiz] {
        font-size: 10px;
        padding: 2px 4px;
    }
    
    .header-card[b-1t6jyeixiz] {
        padding: 8px;
    }
    
    fluent-button[size="small"][b-1t6jyeixiz] {
        font-size: 11px;
        padding: 3px 6px;
    }
}

@media (max-width: 480px) {
    /* Stack action buttons vertically on very small screens */
    .http-clients-grid .actions-column fluent-stack[b-1t6jyeixiz] {
        flex-direction: column;
        gap: 4px;
    }
    
    .http-clients-grid .actions-column fluent-button[b-1t6jyeixiz] {
        width: 100%;
        font-size: 10px;
    }
}

/* Animation for smooth transitions */
.http-clients-grid fluent-data-grid-row[b-1t6jyeixiz] {
    transition: background-color 0.2s ease-in-out;
}

.http-clients-grid fluent-data-grid-row:hover[b-1t6jyeixiz] {
    background-color: var(--neutral-fill-subtle-hover);
}

/* Badge hover effects */
.info-badge:hover[b-1t6jyeixiz] {
    background-color: #059669 !important;
    transform: scale(1.05);
    transition: all 0.2s ease-in-out;
}

.header-count-badge:hover[b-1t6jyeixiz] {
    background-color: #4b5563 !important;
    transform: scale(1.05);
    transition: all 0.2s ease-in-out;
}
/* /Pages/LayoutSettingsPage.razor.rz.scp.css */
/* Layout Settings Page - Image Selector Integration Styles */

/* Asset sections styling */
.section-content .image-url-selector[b-azw9pt1ih6] {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 8px;
}

/* Responsive layout for image selectors */
@media (max-width: 1200px) {
    .section-content FluentStack[style*="gap: 24px"][b-azw9pt1ih6] {
        gap: 16px !important;
    }
}

@media (max-width: 768px) {
    .section-content FluentStack[style*="gap: 24px"][b-azw9pt1ih6] {
        flex-direction: column !important;
        align-items: stretch !important;
        gap: 16px !important;
    }
    
    .section-content .image-url-selector[b-azw9pt1ih6] {
        width: 100% !important;
    }
}

/* Improve form layout with image selectors */
.form-grid[b-azw9pt1ih6] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 16px;
    margin-bottom: 16px;
}

@media (max-width: 768px) {
    .form-grid[b-azw9pt1ih6] {
        grid-template-columns: 1fr;
        gap: 12px;
    }
}

/* Section headers with better spacing */
.section-content FluentLabel[Typo="Typography.Subject"][b-azw9pt1ih6] {
    margin-bottom: 8px;
    color: var(--neutral-foreground-rest);
}

/* Navigation item card improvements */
.item-card .image-url-selector[b-azw9pt1ih6] {
    margin-top: 8px;
}

/* Compact preview for navigation icons */
.item-card .image-url-selector .preview-container[b-azw9pt1ih6] {
    border: 1px solid var(--neutral-stroke-rest);
    background: var(--neutral-layer-2);
}

/* Loading and saving states */
.loading-container[b-azw9pt1ih6],
.content-wrapper[b-azw9pt1ih6] {
    min-height: 400px;
}

/* Better spacing for asset sections */
.section-content > FluentStack > FluentStack[style*="gap: 24px"][b-azw9pt1ih6] {
    padding: 16px 0;
    border-top: 1px solid var(--neutral-stroke-divider);
    margin-top: 8px;
}

/* Enhanced Layout Settings Page Styles */

/* Main page container */
.page-container[b-azw9pt1ih6] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 24px;
}

/* Header styling */
.page-header[b-azw9pt1ih6] {
    margin-bottom: 32px;
}

.header-navigation[b-azw9pt1ih6] {
    padding-bottom: 16px;
    border-bottom: 1px solid var(--neutral-stroke-divider);
}

.back-button[b-azw9pt1ih6] {
    color: var(--neutral-foreground-rest);
    transition: color 0.2s ease;
}

.back-button:hover[b-azw9pt1ih6] {
    color: var(--accent-fill-rest);
}

.header-divider[b-azw9pt1ih6] {
    width: 1px;
    height: 24px;
    background-color: var(--neutral-stroke-divider);
}

.breadcrumb-nav[b-azw9pt1ih6] {
    margin-top: 16px;
}

/* Content wrapper */
.content-wrapper[b-azw9pt1ih6] {
    max-width: 100%;
}

.full-width-stack[b-azw9pt1ih6] {
    width: 100%;
}

/* Section cards */
.section-card[b-azw9pt1ih6] {
    background: var(--neutral-layer-1);
    border: 1px solid var(--neutral-stroke-divider);
    border-radius: 12px;
    padding: 32px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.2s ease;
}

.section-card:hover[b-azw9pt1ih6] {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
}

.section-content[b-azw9pt1ih6] {
    width: 100%;
}

.section-header[b-azw9pt1ih6] {
    padding-bottom: 16px;
    border-bottom: 1px solid var(--neutral-stroke-divider);
    margin-bottom: 0;
}

/* Subsection titles */
.subsection-title[b-azw9pt1ih6] {
    color: var(--neutral-foreground-rest);
    margin-bottom: 8px;
    padding-bottom: 8px;
    border-bottom: 1px solid var(--neutral-stroke-subtle);
}

/* Modern form styling */
.form-grid-modern[b-azw9pt1ih6] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    align-items: start;
}

.form-field-modern[b-azw9pt1ih6] {
    width: 100%;
}

/* Basic Configuration Grid - NEW LAYOUT */
.basic-config-grid[b-azw9pt1ih6] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    align-items: center; /* Vertically center the entire field containers */
    width: 100%;
}

.config-field-container[b-azw9pt1ih6] {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
    min-height: 80px; /* Ensure consistent minimum height */
    width: 100%;
}

/* Enhanced color picker field styling */
.color-picker-field[b-azw9pt1ih6] {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* Ensure FluentTextField labels and inputs are vertically centered within their containers */
.config-field-container .form-field-modern[b-azw9pt1ih6] {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* Color picker container adjustments */
.color-picker-container[b-azw9pt1ih6] {
    background: var(--neutral-layer-2);
    padding: 16px;
    border-radius: 8px;
    border: 1px solid var(--neutral-stroke-divider);
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 80px; /* Match other field containers */
}

/* Assets grid layouts - GUARANTEED EQUAL COLUMN WIDTHS */
.assets-grid[b-azw9pt1ih6] {
    display: grid;
    grid-template-columns: 1fr 1fr; /* Always equal columns */
    gap: 24px;
    align-items: stretch; /* Equal height columns */
    width: 100%;
}

.assets-grid-large[b-azw9pt1ih6] {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr; /* Always 3 equal columns - no auto-sizing */
    gap: 24px;
    align-items: stretch; /* Equal height columns */
    width: 100%;
    grid-auto-flow: row;
    /* Prevent column width changes */
    grid-template-rows: auto;
    min-height: 0; /* Allow content to determine height */
}

/* Force asset items to have consistent sizing */
.asset-item[b-azw9pt1ih6] {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 20px;
    background: var(--neutral-layer-2);
    border: 1px solid var(--neutral-stroke-divider);
    border-radius: 8px;
    transition: all 0.2s ease;
    width: 100%;
    box-sizing: border-box;
    /* Ensure consistent sizing regardless of content */
    min-width: 0; /* Allow shrinking */
    max-width: 100%; /* Prevent expansion */
    /* Equal height for all items in row */
    align-self: stretch;
}

.asset-item:hover[b-azw9pt1ih6] {
    background: var(--neutral-layer-3);
    transform: translateY(-1px);
}

/* Ensure ImageUrlSelector components don't cause deformation */
.asset-item .image-url-selector[b-azw9pt1ih6] {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* Prevent content from breaking grid */
    min-width: 0;
    max-width: 100%;
    box-sizing: border-box;
}

/* Ensure preview containers maintain aspect ratios without breaking grid */
.asset-item .image-url-selector .preview-container[b-azw9pt1ih6] {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    /* Prevent overflow that could break grid alignment */
    overflow: hidden;
}

.asset-description[b-azw9pt1ih6] {
    color: var(--neutral-foreground-hint);
    text-align: center;
    font-style: italic;
    margin-top: 8px;
    /* Prevent text overflow from breaking grid */
    word-wrap: break-word;
    hyphens: auto;
}

/* Navigation item cards */
.nav-item-card[b-azw9pt1ih6] {
    background: var(--neutral-layer-2);
    border: 1px solid var(--neutral-stroke-divider);
    border-radius: 8px;
    padding: 24px;
    transition: all 0.2s ease;
}

.nav-item-card:hover[b-azw9pt1ih6] {
    background: var(--neutral-layer-3);
    border-color: var(--accent-stroke-rest);
}

.nav-icon-section[b-azw9pt1ih6] {
    min-width: 120px;
    max-width: 120px; /* Fixed width to prevent deformation */
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 16px;
    background: var(--neutral-layer-1);
    border-radius: 8px;
    border: 1px solid var(--neutral-stroke-divider);
    flex-shrink: 0; /* Prevent shrinking */
}

.nav-form-section[b-azw9pt1ih6] {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 16px;
    min-width: 0; /* Allow content to shrink if needed */
}

.form-grid-nav[b-azw9pt1ih6] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    align-items: start;
}

/* Currency item cards */
.currency-item-card[b-azw9pt1ih6] {
    background: var(--neutral-layer-2);
    border: 1px solid var(--neutral-stroke-divider);
    border-radius: 8px;
    padding: 20px;
    transition: all 0.2s ease;
}

.currency-item-card:hover[b-azw9pt1ih6] {
    background: var(--neutral-layer-3);
    border-color: var(--accent-stroke-rest);
}

.currency-form-section[b-azw9pt1ih6] {
    display: grid;
    grid-template-columns: 150px 1fr;
    gap: 16px;
    align-items: end;
    flex: 1;
}

.currency-id-field[b-azw9pt1ih6] {
    width: 100%;
}

.currency-desc-field[b-azw9pt1ih6] {
    width: 100%;
}

/* Empty state cards */
.empty-state-card[b-azw9pt1ih6] {
    background: var(--neutral-layer-2);
    border: 2px dashed var(--neutral-stroke-divider);
    border-radius: 12px;
    padding: 48px 32px;
    text-align: center;
    transition: all 0.2s ease;
}

.empty-state-card:hover[b-azw9pt1ih6] {
    border-color: var(--accent-stroke-rest);
    background: var(--accent-fill-subtle);
}

/* Action buttons */
.action-button[b-azw9pt1ih6] {
    white-space: nowrap;
}

.remove-button[b-azw9pt1ih6] {
    color: var(--error-rest);
    opacity: 0.7;
    transition: opacity 0.2s ease;
}

.remove-button:hover[b-azw9pt1ih6] {
    opacity: 1;
    background: var(--error-fill-subtle);
}

/* Action card */
.action-card[b-azw9pt1ih6] {
    background: var(--neutral-layer-2);
    border: 1px solid var(--accent-stroke-divider);
    border-radius: 12px;
    padding: 24px 32px;
    margin-top: 16px;
    position: sticky;
    bottom: 24px;
    z-index: 10;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}

/* Checkbox section */
.checkbox-section[b-azw9pt1ih6] {
    background: var(--neutral-layer-2);
    padding: 16px;
    border-radius: 8px;
    border: 1px solid var(--neutral-stroke-divider);
}

/* Loading and error states */
.loading-container[b-azw9pt1ih6] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 48px;
    text-align: center;
    gap: 16px;
}

.error-section[b-azw9pt1ih6] {
    margin: 32px 0;
}

.error-card[b-azw9pt1ih6] {
    background: var(--error-fill-subtle);
    border: 1px solid var(--error-stroke-rest);
    border-radius: 12px;
    padding: 24px;
}

/* Responsive design - MAINTAIN EQUAL WIDTHS AT ALL BREAKPOINTS */
@media (max-width: 1024px) {
    .page-container[b-azw9pt1ih6] {
        padding: 16px;
    }
    
    .section-card[b-azw9pt1ih6] {
        padding: 24px;
    }
    
    .assets-grid-large[b-azw9pt1ih6] {
        grid-template-columns: 1fr 1fr; /* 2 equal columns on medium screens */
        /* Third item will wrap to new row */
    }
    
    .assets-grid[b-azw9pt1ih6] {
        grid-template-columns: 1fr; /* Single column on medium screens */
    }
    
    .form-grid-modern[b-azw9pt1ih6] {
        grid-template-columns: 1fr;
    }
    
    /* Keep basic config grid in row on tablets */
    .basic-config-grid[b-azw9pt1ih6] {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
}

@media (max-width: 768px) {
    .section-card[b-azw9pt1ih6] {
        padding: 16px;
    }
    
    .header-navigation[b-azw9pt1ih6] {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
    }
    
    .assets-grid-large[b-azw9pt1ih6] {
        grid-template-columns: 1fr; /* Single equal-width column on mobile */
    }
    
    /* Stack basic config fields on mobile */
    .basic-config-grid[b-azw9pt1ih6] {
        grid-template-columns: 1fr;
        gap: 16px;
    }
    
    .nav-icon-section[b-azw9pt1ih6] {
        min-width: 100px;
        max-width: 100px;
    }
    
    .nav-item-card .nav-form-section[b-azw9pt1ih6] {
        grid-template-columns: 1fr;
    }
    
    .form-grid-nav[b-azw9pt1ih6] {
        grid-template-columns: 1fr;
    }
    
    .currency-form-section[b-azw9pt1ih6] {
        grid-template-columns: 1fr;
        gap: 12px;
    }
    
    .action-card[b-azw9pt1ih6] {
        position: static;
        margin-top: 24px;
    }
    
    .action-card .fluent-stack[b-azw9pt1ih6] {
        flex-direction: column;
        align-items: stretch;
        text-align: center;
        gap: 16px;
    }
}

@media (max-width: 480px) {
    .page-container[b-azw9pt1ih6] {
        padding: 12px;
    }
    
    .section-card[b-azw9pt1ih6] {
        padding: 12px;
    }
    
    .asset-item[b-azw9pt1ih6] {
        padding: 16px;
    }
    
    .nav-item-card[b-azw9pt1ih6] {
        padding: 16px;
    }
    
    .nav-icon-section[b-azw9pt1ih6] {
        min-width: auto;
        max-width: 100%;
        width: 100%;
    }
    
    /* Stack navigation content vertically on small screens */
    .nav-item-card .fluent-stack[data-orientation="horizontal"][b-azw9pt1ih6] {
        flex-direction: column;
        gap: 16px;
    }
}

/* Enhanced focus states */
.section-card:focus-within[b-azw9pt1ih6] {
    border-color: var(--accent-stroke-rest);
    box-shadow: 0 0 0 2px var(--accent-fill-subtle);
}

.asset-item:focus-within[b-azw9pt1ih6],
.nav-item-card:focus-within[b-azw9pt1ih6],
.currency-item-card:focus-within[b-azw9pt1ih6] {
    border-color: var(--accent-stroke-rest);
    background: var(--accent-fill-subtle);
}

/* Animation improvements */
@keyframes slideIn-b-azw9pt1ih6 {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.section-card[b-azw9pt1ih6] {
    animation: slideIn-b-azw9pt1ih6 0.3s ease-out;
}

/* Print styles */
@media print {
    .action-card[b-azw9pt1ih6],
    .back-button[b-azw9pt1ih6],
    .remove-button[b-azw9pt1ih6] {
        display: none;
    }
    
    .section-card[b-azw9pt1ih6] {
        box-shadow: none;
        border: 1px solid #000;
        break-inside: avoid;
        margin-bottom: 20px;
    }
}
/* /Pages/SiteInfoSettingsPage.razor.rz.scp.css */
.custom-dropdown[b-5ui6bj960j]::part(listbox) {
    z-index: 1000;
    position: absolute;
}
