@import '_content/Microsoft.AspNetCore.Components.QuickGrid/Microsoft.AspNetCore.Components.QuickGrid.boiwgh0w5b.bundle.scp.css';

/* /Components/AppComponents/AdventureComponents/AdventureCard.razor.rz.scp.css */
/* ===============================================
   ADVENTURE CARD COMPONENT - Mobile-First
   =============================================== */

.dreadcampaign-card[b-4zgp0bzhwy] {
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    border: 1px solid rgba(200, 125, 82, 0.15);
    background: white;
    overflow: hidden;
    height: 100%;
}

.dreadcampaign-card:hover[b-4zgp0bzhwy] {
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(200, 125, 82, 0.2);
    border-color: rgba(200, 125, 82, 0.3);
}

.dreadcampaign-card .card-header[b-4zgp0bzhwy] {
    background: linear-gradient(135deg, #8b5637 0%, #a06442 100%);
    color: white;
    border-bottom: 3px solid rgba(255, 255, 255, 0.2);
}

.dreadcampaign-card .card-header h4[b-4zgp0bzhwy] {
    margin: 0;
    font-size: 1.25rem;
    font-weight: 700;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}

.dreadcampaign-card .card-body[b-4zgp0bzhwy] {
    padding: 1.5rem 1rem;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.dreadcampaign-card .btn[b-4zgp0bzhwy] {
    min-width: 140px;
    min-height: 44px; /* Touch-friendly */
    font-weight: 600;
    border-radius: 8px;
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-tap-highlight-color: transparent;
}

.dreadcampaign-card .btn:active[b-4zgp0bzhwy] {
    transform: scale(0.96);
}

/* Mobile optimizations */
@media (max-width: 640px) {
    .dreadcampaign-card .card-header h4[b-4zgp0bzhwy] {
        font-size: 1.1rem;
    }
    
    .dreadcampaign-card .btn[b-4zgp0bzhwy] {
        font-size: 0.9rem;
        min-width: 120px;
    }
    
    .dreadcampaign-card .card-body[b-4zgp0bzhwy] {
        padding: 1.25rem 0.75rem;
    }
}

/* High contrast mode */
@media (prefers-contrast: high) {
    .dreadcampaign-card[b-4zgp0bzhwy] {
        border-width: 2px;
    }
}

/* Reduced motion */
@media (prefers-reduced-motion: reduce) {
    .dreadcampaign-card[b-4zgp0bzhwy],
    .dreadcampaign-card .btn[b-4zgp0bzhwy] {
        transition: none;
    }
    
    .dreadcampaign-card:hover[b-4zgp0bzhwy] {
        transform: none;
    }
}
/* /Components/AppComponents/AdventureComponents/AdventureModal.razor.rz.scp.css */
/* ── Backdrop ────────────────────────────────────────────── */
.dc-backdrop[b-bt2u6v69t7] {
    position: fixed;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(3px);
    z-index: 1050;
}

/* ── Dialog entry animation ─────────────────────────────── */
.dc-dialog[b-bt2u6v69t7] {
    animation: dcSlideIn-b-bt2u6v69t7 0.22s cubic-bezier(0.34, 1.4, 0.64, 1) both;
}

@keyframes dcSlideIn-b-bt2u6v69t7 {
    from { opacity: 0; transform: translateY(-18px) scale(0.97); }
    to   { opacity: 1; transform: translateY(0)     scale(1);    }
}

/* ── Modal shell ────────────────────────────────────────── */
.dc-modal[b-bt2u6v69t7] {
    border: none;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 24px 64px rgba(0, 0, 0, 0.35);
}

/* ── Header ─────────────────────────────────────────────── */
.dc-header[b-bt2u6v69t7] {
    padding: 1.4rem 1.75rem 1.2rem;
    background: linear-gradient(135deg, #1e1008 0%, #3d1f08 45%, #C87D52 100%);
    color: #fff;
    border-bottom: none;
    align-items: flex-start;
    gap: 1rem;
}

.dc-eyebrow[b-bt2u6v69t7] {
    display: block;
    font-size: 0.67rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: rgba(255, 200, 140, 0.85);
    margin-bottom: 0.3rem;
}

.dc-title[b-bt2u6v69t7] {
    font-size: 1.4rem !important;
    font-weight: 800 !important;
    line-height: 1.2;
    margin: 0 !important;
    text-shadow: 1px 2px 8px rgba(0, 0, 0, 0.4);
}

/* ── Body ───────────────────────────────────────────────── */
.dc-body[b-bt2u6v69t7] {
    padding: 1.75rem;
    background: #fff;
}

/* ── Image preview ──────────────────────────────────────── */
.dc-image-preview[b-bt2u6v69t7] {
    display: flex;
    align-items: center;
    gap: 1.25rem;
    padding: 1rem;
    background: #fdf7f0;
    border-radius: 12px;
    border: 1px solid rgba(200, 125, 82, 0.18);
    margin-bottom: 1.5rem;
}

.dc-image-preview img[b-bt2u6v69t7] {
    width: 88px;
    height: 88px;
    object-fit: cover;
    border-radius: 10px;
    border: 3px solid rgba(200, 125, 82, 0.25);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
    flex-shrink: 0;
}

.dc-image-preview-info[b-bt2u6v69t7] {
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
    flex: 1;
    min-width: 0;
}

/* ── Field ──────────────────────────────────────────────── */
.dc-field[b-bt2u6v69t7] {
    margin-bottom: 1.25rem;
}

.dc-field:last-child[b-bt2u6v69t7] {
    margin-bottom: 0;
}

.dc-field-label[b-bt2u6v69t7] {
    display: flex;
    align-items: center;
    gap: 0.35rem;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #C87D52;
    margin-bottom: 0.45rem;
}

.dc-field-optional[b-bt2u6v69t7] {
    font-size: 0.62rem;
    font-weight: 500;
    letter-spacing: 0.06em;
    color: #9e8878;
    background: rgba(200, 125, 82, 0.1);
    border-radius: 4px;
    padding: 0.1rem 0.4rem;
    text-transform: uppercase;
}

.dc-input[b-bt2u6v69t7] {
    border: 1.5px solid #e0d4c8;
    border-radius: 10px;
    padding: 0.6rem 0.9rem;
    font-size: 0.95rem;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
    background: #fdfaf7;
}

.dc-input:focus[b-bt2u6v69t7] {
    border-color: #C87D52;
    box-shadow: 0 0 0 3px rgba(200, 125, 82, 0.15);
    background: #fff;
    outline: none;
}

.dc-textarea[b-bt2u6v69t7] {
    resize: vertical;
    min-height: 130px;
}

.dc-file-input[b-bt2u6v69t7] {
    border: 1.5px dashed #e0d4c8;
    border-radius: 10px;
    background: #fdfaf7;
    padding: 0.5rem 0.9rem;
    cursor: pointer;
    transition: border-color 0.2s ease;
}

.dc-file-input:hover[b-bt2u6v69t7] {
    border-color: #C87D52;
}

.dc-field-hint[b-bt2u6v69t7] {
    font-size: 0.78rem;
    color: #9e8878;
    margin-top: 0.35rem;
}

/* ── Remove image ───────────────────────────────────────── */
.dc-clear-label[b-bt2u6v69t7] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.85rem;
    color: #dc3545;
    cursor: pointer;
    user-select: none;
}

.dc-clear-label input[type="checkbox"][b-bt2u6v69t7] {
    width: 1rem;
    height: 1rem;
    cursor: pointer;
    accent-color: #dc3545;
    flex-shrink: 0;
}

/* ── Validation ─────────────────────────────────────────── */
.dc-field .validation-message[b-bt2u6v69t7] {
    font-size: 0.8rem;
    color: #dc3545;
    margin-top: 0.35rem;
    display: block;
}

/* ── Alert ──────────────────────────────────────────────── */
.dc-alert[b-bt2u6v69t7] {
    border-radius: 10px;
    margin-bottom: 1.25rem;
}

/* ── Footer ─────────────────────────────────────────────── */
.dc-footer[b-bt2u6v69t7] {
    background: #fdf7f0;
    border-top: 1px solid rgba(200, 125, 82, 0.15);
    padding: 1rem 1.75rem;
    gap: 0.75rem;
}

.dc-btn-cancel[b-bt2u6v69t7] {
    color: #6c757d;
    border: 1.5px solid #dee2e6;
    border-radius: 10px;
    padding: 0.5rem 1.25rem;
    font-weight: 600;
    transition: all 0.2s ease;
    background: transparent;
}

.dc-btn-cancel:hover[b-bt2u6v69t7] {
    background: #f8f9fa;
    border-color: #adb5bd;
    color: #495057;
}

.dc-btn-save[b-bt2u6v69t7] {
    background: linear-gradient(135deg, #C87D52 0%, #a06442 100%);
    color: #fff;
    border: none;
    border-radius: 10px;
    padding: 0.5rem 1.5rem;
    font-weight: 700;
    transition: all 0.2s ease;
    box-shadow: 0 4px 12px rgba(200, 125, 82, 0.3);
}

.dc-btn-save:hover[b-bt2u6v69t7] {
    background: linear-gradient(135deg, #a06442 0%, #8b5637 100%);
    box-shadow: 0 6px 16px rgba(200, 125, 82, 0.4);
    transform: translateY(-1px);
    color: #fff;
}

.dc-btn-save:active[b-bt2u6v69t7] {
    transform: translateY(0);
    box-shadow: 0 2px 8px rgba(200, 125, 82, 0.3);
}

/* ── Responsive ─────────────────────────────────────────── */
@media (max-width: 576px) {
    .dc-header[b-bt2u6v69t7] {
        padding: 1.1rem 1.25rem 1rem;
    }

    .dc-body[b-bt2u6v69t7] {
        padding: 1.25rem;
    }

    .dc-footer[b-bt2u6v69t7] {
        padding: 0.9rem 1.25rem;
        flex-direction: column-reverse;
    }

    .dc-btn-cancel[b-bt2u6v69t7],
    .dc-btn-save[b-bt2u6v69t7] {
        width: 100%;
        justify-content: center;
        text-align: center;
    }

    .dc-title[b-bt2u6v69t7] {
        font-size: 1.2rem !important;
    }

    .dc-image-preview img[b-bt2u6v69t7] {
        width: 64px;
        height: 64px;
    }
}
/* /Components/AppComponents/AreaComponents/AreaCard.razor.rz.scp.css */
.area-card[b-ynx9d5bypp] {
    border: none;
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.area-card.shadow-hover:hover[b-ynx9d5bypp] {
    transform: translateY(-8px);
    box-shadow: 0 12px 24px rgba(200, 125, 82, 0.3);
}

.card-img-wrapper[b-ynx9d5bypp] {
    position: relative;
    width: 100%;
    height: 200px;
    overflow: hidden;
    background: linear-gradient(135deg, #5a3a27 0%, #3d2817 100%);
}

.card-img-top[b-ynx9d5bypp] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.area-card:hover .card-img-top[b-ynx9d5bypp] {
    transform: scale(1.1);
}

.card-img-overlay-gradient[b-ynx9d5bypp] {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 50%;
    background: linear-gradient(to top, rgba(0,0,0,0.7) 0%, transparent 100%);
    pointer-events: none;
}

.card-img-placeholder[b-ynx9d5bypp] {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #C87D52 0%, #a06442 100%);
}

.placeholder-icon[b-ynx9d5bypp] {
    font-size: 4rem;
    opacity: 0.6;
    filter: drop-shadow(2px 2px 4px rgba(0,0,0,0.3));
}

.badge-interaction-count[b-ynx9d5bypp] {
    position: absolute;
    top: 12px;
    right: 12px;
    background: rgba(200, 125, 82, 0.95);
    color: white;
    padding: 0.5rem 0.75rem;
    border-radius: 20px;
    font-weight: 600;
    font-size: 0.85rem;
    box-shadow: 0 2px 8px rgba(0,0,0,0.3);
    backdrop-filter: blur(4px);
}

.card-body[b-ynx9d5bypp] {
    padding: 1.25rem;
}

.card-title[b-ynx9d5bypp] {
    font-size: 1.25rem;
    font-weight: 700;
    color: #3d2817;
    margin-bottom: 0.75rem;
    line-height: 1.3;
}

.card-description[b-ynx9d5bypp] {
    font-size: 0.9rem;
    color: #6c757d;
    line-height: 1.6;
    max-height: 4.8em;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-bottom: 0.75rem;
}

.card-meta[b-ynx9d5bypp] {
    padding: 0.75rem 0;
    border-top: 1px solid #e9ecef;
    margin-top: auto;
}

    .card-meta small[b-ynx9d5bypp] {
        color: #6c757d; /* Explicit dark text color for better contrast */
    }

.interaction-icon[b-ynx9d5bypp] {
    font-size: 1rem;
    filter: grayscale(100%);
    opacity: 0.7;
}

.btn-group[b-ynx9d5bypp] {
    gap: 0.5rem;
    display: flex;
}

    .btn-group .btn[b-ynx9d5bypp] {
        font-size: 0.85rem;
        font-weight: 600;
        padding: 0.5rem 0.75rem;
        border-radius: 8px;
        transition: all 0.2s ease;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 0.25rem;
    }

.btn-icon[b-ynx9d5bypp] {
    font-size: 1rem;
    line-height: 1;
}

.btn-primary[b-ynx9d5bypp] {
    background: linear-gradient(135deg, #C87D52 0%, #a06442 100%);
    border: none;
}

    .btn-primary:hover[b-ynx9d5bypp] {
        background: linear-gradient(135deg, #a06442 0%, #8b5637 100%);
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(200, 125, 82, 0.4);
    }

.btn-outline-secondary[b-ynx9d5bypp] {
    color: #6c757d;
    border-color: #dee2e6;
}

    .btn-outline-secondary:hover[b-ynx9d5bypp] {
        background-color: #f8f9fa;
        border-color: #adb5bd;
        color: #495057;
        transform: translateY(-2px);
    }

.btn-outline-danger[b-ynx9d5bypp] {
    color: #dc3545;
    border-color: #dc3545;
}

    .btn-outline-danger:hover[b-ynx9d5bypp] {
        background-color: #dc3545;
        color: white;
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(220, 53, 69, 0.4);
    }

@media (max-width: 768px) {
    .card-img-wrapper[b-ynx9d5bypp] {
        height: 160px;
    }

    .btn-group[b-ynx9d5bypp] {
        flex-direction: column;
    }

        .btn-group .btn[b-ynx9d5bypp] {
            width: 100%;
        }

    .badge-interaction-count[b-ynx9d5bypp] {
        font-size: 0.75rem;
        padding: 0.4rem 0.6rem;
    }
}
/* /Components/AppComponents/AreaComponents/AreaModal.razor.rz.scp.css */
/* ── Backdrop ────────────────────────────────────────────── */
.dc-backdrop[b-7nvw5rnnv2] {
    position: fixed;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(3px);
    z-index: 1050;
}

/* ── Dialog entry animation ─────────────────────────────── */
.dc-dialog[b-7nvw5rnnv2] {
    animation: dcSlideIn-b-7nvw5rnnv2 0.22s cubic-bezier(0.34, 1.4, 0.64, 1) both;
}

@keyframes dcSlideIn-b-7nvw5rnnv2 {
    from { opacity: 0; transform: translateY(-18px) scale(0.97); }
    to   { opacity: 1; transform: translateY(0)     scale(1);    }
}

/* ── Modal shell ────────────────────────────────────────── */
.dc-modal[b-7nvw5rnnv2] {
    border: none;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 24px 64px rgba(0, 0, 0, 0.35);
}

/* ── Header ─────────────────────────────────────────────── */
.dc-header[b-7nvw5rnnv2] {
    padding: 1.4rem 1.75rem 1.2rem;
    background: linear-gradient(135deg, #1e1008 0%, #3d1f08 45%, #C87D52 100%);
    color: #fff;
    border-bottom: none;
    align-items: flex-start;
    gap: 1rem;
}

.dc-eyebrow[b-7nvw5rnnv2] {
    display: block;
    font-size: 0.67rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: rgba(255, 200, 140, 0.85);
    margin-bottom: 0.3rem;
}

.dc-title[b-7nvw5rnnv2] {
    font-size: 1.4rem !important;
    font-weight: 800 !important;
    line-height: 1.2;
    margin: 0 !important;
    text-shadow: 1px 2px 8px rgba(0, 0, 0, 0.4);
}

/* ── Body ───────────────────────────────────────────────── */
.dc-body[b-7nvw5rnnv2] {
    padding: 1.75rem;
    background: #fff;
}

/* ── Image preview ──────────────────────────────────────── */
.dc-image-preview[b-7nvw5rnnv2] {
    display: flex;
    align-items: center;
    gap: 1.25rem;
    padding: 1rem;
    background: #fdf7f0;
    border-radius: 12px;
    border: 1px solid rgba(200, 125, 82, 0.18);
    margin-bottom: 1.5rem;
}

.dc-image-preview img[b-7nvw5rnnv2] {
    width: 88px;
    height: 88px;
    object-fit: cover;
    border-radius: 10px;
    border: 3px solid rgba(200, 125, 82, 0.25);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
    flex-shrink: 0;
}

.dc-image-preview-info[b-7nvw5rnnv2] {
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
    flex: 1;
    min-width: 0;
}

/* ── Field ──────────────────────────────────────────────── */
.dc-field[b-7nvw5rnnv2] {
    margin-bottom: 1.25rem;
}

.dc-field:last-child[b-7nvw5rnnv2] {
    margin-bottom: 0;
}

.dc-field-label[b-7nvw5rnnv2] {
    display: flex;
    align-items: center;
    gap: 0.35rem;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #C87D52;
    margin-bottom: 0.45rem;
}

.dc-field-optional[b-7nvw5rnnv2] {
    font-size: 0.62rem;
    font-weight: 500;
    letter-spacing: 0.06em;
    color: #9e8878;
    background: rgba(200, 125, 82, 0.1);
    border-radius: 4px;
    padding: 0.1rem 0.4rem;
    text-transform: uppercase;
}

.dc-input[b-7nvw5rnnv2] {
    border: 1.5px solid #e0d4c8;
    border-radius: 10px;
    padding: 0.6rem 0.9rem;
    font-size: 0.95rem;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
    background: #fdfaf7;
}

.dc-input:focus[b-7nvw5rnnv2] {
    border-color: #C87D52;
    box-shadow: 0 0 0 3px rgba(200, 125, 82, 0.15);
    background: #fff;
    outline: none;
}

.dc-textarea[b-7nvw5rnnv2] {
    resize: vertical;
    min-height: 130px;
}

.dc-file-input[b-7nvw5rnnv2] {
    border: 1.5px dashed #e0d4c8;
    border-radius: 10px;
    background: #fdfaf7;
    padding: 0.5rem 0.9rem;
    cursor: pointer;
    transition: border-color 0.2s ease;
}

.dc-file-input:hover[b-7nvw5rnnv2] {
    border-color: #C87D52;
}

.dc-field-hint[b-7nvw5rnnv2] {
    font-size: 0.78rem;
    color: #9e8878;
    margin-top: 0.35rem;
}

/* ── Remove image ───────────────────────────────────────── */
.dc-clear-label[b-7nvw5rnnv2] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.85rem;
    color: #dc3545;
    cursor: pointer;
    user-select: none;
}

.dc-clear-label input[type="checkbox"][b-7nvw5rnnv2] {
    width: 1rem;
    height: 1rem;
    cursor: pointer;
    accent-color: #dc3545;
    flex-shrink: 0;
}

/* ── Validation ─────────────────────────────────────────── */
.dc-field .validation-message[b-7nvw5rnnv2] {
    font-size: 0.8rem;
    color: #dc3545;
    margin-top: 0.35rem;
    display: block;
}

/* ── Alert ──────────────────────────────────────────────── */
.dc-alert[b-7nvw5rnnv2] {
    border-radius: 10px;
    margin-bottom: 1.25rem;
}

/* ── Footer ─────────────────────────────────────────────── */
.dc-footer[b-7nvw5rnnv2] {
    background: #fdf7f0;
    border-top: 1px solid rgba(200, 125, 82, 0.15);
    padding: 1rem 1.75rem;
    gap: 0.75rem;
}

.dc-btn-cancel[b-7nvw5rnnv2] {
    color: #6c757d;
    border: 1.5px solid #dee2e6;
    border-radius: 10px;
    padding: 0.5rem 1.25rem;
    font-weight: 600;
    transition: all 0.2s ease;
    background: transparent;
}

.dc-btn-cancel:hover[b-7nvw5rnnv2] {
    background: #f8f9fa;
    border-color: #adb5bd;
    color: #495057;
}

.dc-btn-save[b-7nvw5rnnv2] {
    background: linear-gradient(135deg, #C87D52 0%, #a06442 100%);
    color: #fff;
    border: none;
    border-radius: 10px;
    padding: 0.5rem 1.5rem;
    font-weight: 700;
    transition: all 0.2s ease;
    box-shadow: 0 4px 12px rgba(200, 125, 82, 0.3);
}

.dc-btn-save:hover[b-7nvw5rnnv2] {
    background: linear-gradient(135deg, #a06442 0%, #8b5637 100%);
    box-shadow: 0 6px 16px rgba(200, 125, 82, 0.4);
    transform: translateY(-1px);
    color: #fff;
}

.dc-btn-save:active[b-7nvw5rnnv2] {
    transform: translateY(0);
    box-shadow: 0 2px 8px rgba(200, 125, 82, 0.3);
}

/* ── Responsive ─────────────────────────────────────────── */
@media (max-width: 576px) {
    .dc-header[b-7nvw5rnnv2] {
        padding: 1.1rem 1.25rem 1rem;
    }

    .dc-body[b-7nvw5rnnv2] {
        padding: 1.25rem;
    }

    .dc-footer[b-7nvw5rnnv2] {
        padding: 0.9rem 1.25rem;
        flex-direction: column-reverse;
    }

    .dc-btn-cancel[b-7nvw5rnnv2],
    .dc-btn-save[b-7nvw5rnnv2] {
        width: 100%;
        justify-content: center;
        text-align: center;
    }

    .dc-title[b-7nvw5rnnv2] {
        font-size: 1.2rem !important;
    }

    .dc-image-preview img[b-7nvw5rnnv2] {
        width: 64px;
        height: 64px;
    }
}
/* /Components/AppComponents/CampaignComponents/CampaignCard.razor.rz.scp.css */
/* ===============================================
   CAMPAIGN CARD COMPONENT - Mobile-First
   =============================================== */

.dreadcampaign-card[b-vhi8gtf8ob] {
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    border: 1px solid rgba(200, 125, 82, 0.15);
    background: white;
    overflow: hidden;
}

.dreadcampaign-card:hover[b-vhi8gtf8ob] {
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(200, 125, 82, 0.2);
    border-color: rgba(200, 125, 82, 0.3);
}

.dreadcampaign-card .card-header[b-vhi8gtf8ob] {
    background: linear-gradient(135deg, #C87D52 0%, #a06442 100%);
    color: white;
    border-bottom: 3px solid rgba(255, 255, 255, 0.2);
}

.dreadcampaign-card .card-header h4[b-vhi8gtf8ob] {
    margin: 0;
    font-size: 1.25rem;
    font-weight: 700;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}

.dreadcampaign-img[b-vhi8gtf8ob] {
    width: 120px;
    height: 120px;
    object-fit: cover;
    border: 4px solid rgba(200, 125, 82, 0.2);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease;
}

.dreadcampaign-card:hover .dreadcampaign-img[b-vhi8gtf8ob] {
    transform: scale(1.05);
    border-color: rgba(200, 125, 82, 0.4);
}

.dreadcampaign-card .card-body[b-vhi8gtf8ob] {
    padding: 1.5rem 1rem;
}

.dreadcampaign-card .btn[b-vhi8gtf8ob] {
    min-width: 140px;
    min-height: 44px; /* Touch-friendly */
    font-weight: 600;
    border-radius: 8px;
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-tap-highlight-color: transparent;
}

.dreadcampaign-card .btn:active[b-vhi8gtf8ob] {
    transform: scale(0.96);
}

/* Mobile optimizations */
@media (max-width: 640px) {
    .dreadcampaign-card .card-header h4[b-vhi8gtf8ob] {
        font-size: 1.1rem;
    }
    
    .dreadcampaign-img[b-vhi8gtf8ob] {
        width: 100px;
        height: 100px;
    }
    
    .dreadcampaign-card .btn[b-vhi8gtf8ob] {
        font-size: 0.9rem;
        min-width: 120px;
    }
    
    .dreadcampaign-card .card-body[b-vhi8gtf8ob] {
        padding: 1.25rem 0.75rem;
    }
}

/* Tablet and up */
@media (min-width: 641px) {
    .dreadcampaign-img[b-vhi8gtf8ob] {
        width: 140px;
        height: 140px;
    }
}

/* High contrast mode */
@media (prefers-contrast: high) {
    .dreadcampaign-card[b-vhi8gtf8ob] {
        border-width: 2px;
    }
}

/* Reduced motion */
@media (prefers-reduced-motion: reduce) {
    .dreadcampaign-card[b-vhi8gtf8ob],
    .dreadcampaign-img[b-vhi8gtf8ob],
    .dreadcampaign-card .btn[b-vhi8gtf8ob] {
        transition: none;
    }
    
    .dreadcampaign-card:hover[b-vhi8gtf8ob] {
        transform: none;
    }
}
/* /Components/AppComponents/CampaignComponents/CampaignModal.razor.rz.scp.css */
/* ── Backdrop ────────────────────────────────────────────── */
.dc-backdrop[b-fb0izzxfcz] {
    position: fixed;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(3px);
    z-index: 1050;
}

/* ── Dialog entry animation ─────────────────────────────── */
.dc-dialog[b-fb0izzxfcz] {
    animation: dcSlideIn-b-fb0izzxfcz 0.22s cubic-bezier(0.34, 1.4, 0.64, 1) both;
}

@keyframes dcSlideIn-b-fb0izzxfcz {
    from { opacity: 0; transform: translateY(-18px) scale(0.97); }
    to   { opacity: 1; transform: translateY(0)     scale(1);    }
}

/* ── Modal shell ────────────────────────────────────────── */
.dc-modal[b-fb0izzxfcz] {
    border: none;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 24px 64px rgba(0, 0, 0, 0.35);
}

/* ── Header ─────────────────────────────────────────────── */
.dc-header[b-fb0izzxfcz] {
    padding: 1.4rem 1.75rem 1.2rem;
    background: linear-gradient(135deg, #0d1e3d 0%, #1a3a6e 45%, #3a6bc8 100%);
    color: #fff;
    border-bottom: none;
    align-items: flex-start;
    gap: 1rem;
}

.dc-eyebrow[b-fb0izzxfcz] {
    display: block;
    font-size: 0.67rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: rgba(160, 200, 255, 0.85);
    margin-bottom: 0.3rem;
}

.dc-title[b-fb0izzxfcz] {
    font-size: 1.4rem !important;
    font-weight: 800 !important;
    line-height: 1.2;
    margin: 0 !important;
    text-shadow: 1px 2px 8px rgba(0, 0, 0, 0.4);
}

/* ── Body ───────────────────────────────────────────────── */
.dc-body[b-fb0izzxfcz] {
    padding: 1.75rem;
    background: #fff;
}

/* ── Image preview ──────────────────────────────────────── */
.dc-image-preview[b-fb0izzxfcz] {
    display: flex;
    align-items: center;
    gap: 1.25rem;
    padding: 1rem;
    background: #f0f5ff;
    border-radius: 12px;
    border: 1px solid rgba(58, 107, 200, 0.18);
    margin-bottom: 1.5rem;
}

.dc-image-preview img[b-fb0izzxfcz] {
    width: 88px;
    height: 88px;
    object-fit: cover;
    border-radius: 10px;
    border: 3px solid rgba(58, 107, 200, 0.25);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
    flex-shrink: 0;
}

.dc-image-preview-info[b-fb0izzxfcz] {
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
    flex: 1;
    min-width: 0;
}

/* ── Field ──────────────────────────────────────────────── */
.dc-field[b-fb0izzxfcz] {
    margin-bottom: 1.25rem;
}

.dc-field:last-child[b-fb0izzxfcz] {
    margin-bottom: 0;
}

.dc-field-label[b-fb0izzxfcz] {
    display: flex;
    align-items: center;
    gap: 0.35rem;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #3a6bc8;
    margin-bottom: 0.45rem;
}

.dc-field-optional[b-fb0izzxfcz] {
    font-size: 0.62rem;
    font-weight: 500;
    letter-spacing: 0.06em;
    color: #7a8ea8;
    background: rgba(58, 107, 200, 0.1);
    border-radius: 4px;
    padding: 0.1rem 0.4rem;
}

.dc-field-hint[b-fb0izzxfcz] {
    font-size: 0.72rem;
    color: #9aa8bb;
    margin-top: 0.3rem;
}

/* ── Checkbox row ───────────────────────────────────────── */
.dc-field-row[b-fb0izzxfcz] {
    display: flex;
    gap: 2rem;
    flex-wrap: wrap;
}

.dc-check-group[b-fb0izzxfcz] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.dc-check-input[b-fb0izzxfcz] {
    width: 1.1rem;
    height: 1.1rem;
    accent-color: #3a6bc8;
    cursor: pointer;
}

.dc-check-label[b-fb0izzxfcz] {
    font-size: 0.8rem;
    font-weight: 600;
    color: #2c3e5a;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 0.3rem;
    margin: 0;
}

/* ── Inputs ─────────────────────────────────────────────── */
.dc-input[b-fb0izzxfcz] {
    border-radius: 8px;
    border: 1.5px solid #d0dae8;
    font-size: 0.92rem;
    transition: border-color 0.15s, box-shadow 0.15s;
}

.dc-input:focus[b-fb0izzxfcz] {
    border-color: #3a6bc8;
    box-shadow: 0 0 0 3px rgba(58, 107, 200, 0.15);
    outline: none;
}

.dc-textarea[b-fb0izzxfcz] {
    resize: vertical;
    min-height: 120px;
}

.dc-file-input[b-fb0izzxfcz] {
    border-radius: 8px;
    font-size: 0.88rem;
}

/* ── Alert ──────────────────────────────────────────────── */
.dc-alert[b-fb0izzxfcz] {
    border-radius: 10px;
    font-size: 0.88rem;
    margin-bottom: 1.25rem;
}

/* ── Clear label ────────────────────────────────────────── */
.dc-clear-label[b-fb0izzxfcz] {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 0.8rem;
    color: #c0392b;
    cursor: pointer;
    font-weight: 500;
}

/* ── Footer ─────────────────────────────────────────────── */
.dc-footer[b-fb0izzxfcz] {
    padding: 1rem 1.75rem;
    background: #f8fafd;
    border-top: 1px solid #e8eef7;
    gap: 0.75rem;
}

.dc-btn-cancel[b-fb0izzxfcz] {
    background: transparent;
    border: 1.5px solid #b0bdd0;
    color: #5a6a82;
    border-radius: 8px;
    font-size: 0.88rem;
    font-weight: 600;
    padding: 0.45rem 1.1rem;
    transition: all 0.15s;
}

.dc-btn-cancel:hover[b-fb0izzxfcz] {
    background: #edf0f5;
    border-color: #8a9ab5;
    color: #2c3e5a;
}

.dc-btn-save[b-fb0izzxfcz] {
    background: linear-gradient(135deg, #1a3a6e, #3a6bc8);
    border: none;
    color: #fff;
    border-radius: 8px;
    font-size: 0.88rem;
    font-weight: 700;
    padding: 0.45rem 1.25rem;
    box-shadow: 0 2px 8px rgba(58, 107, 200, 0.3);
    transition: all 0.15s;
}

.dc-btn-save:hover[b-fb0izzxfcz] {
    background: linear-gradient(135deg, #0d1e3d, #2a55a8);
    box-shadow: 0 4px 14px rgba(58, 107, 200, 0.4);
    color: #fff;
}
/* /Components/AppComponents/InteractionComponents/InteractionCard.razor.rz.scp.css */
/* ═══════════════════════════════════════════════════════════════
   INTERACTION CARD — View-Only Detail Modal
   ═══════════════════════════════════════════════════════════════ */

/* Backdrop */
.ic-backdrop[b-xge88p5j4x] {
    background-color: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(3px);
}

/* Dialog entry animation */
.ic-dialog[b-xge88p5j4x] {
    animation: icSlideIn-b-xge88p5j4x 0.22s cubic-bezier(0.34, 1.4, 0.64, 1) both;
}

@keyframes icSlideIn-b-xge88p5j4x {
    from {
        opacity: 0;
        transform: translateY(-18px) scale(0.97);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

/* Modal shell */
.ic-modal[b-xge88p5j4x] {
    border: none;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 28px 72px rgba(0, 0, 0, 0.38);
}

/* ── Header ──────────────────────────────────────────────────── */
.ic-header[b-xge88p5j4x] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 1.5rem 1.75rem 1.25rem;
    background: linear-gradient(135deg, #1e1008 0%, #3d1f08 45%, #C87D52 100%);
    color: #fff;
}

.ic-header-text[b-xge88p5j4x] {
    flex: 1;
    min-width: 0;
}

.ic-eyebrow[b-xge88p5j4x] {
    display: block;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: rgba(255, 200, 140, 0.85);
    margin-bottom: 0.3rem;
}

.ic-title[b-xge88p5j4x] {
    font-size: 1.65rem;
    font-weight: 800;
    line-height: 1.2;
    margin: 0;
    word-break: break-word;
    text-shadow: 1px 2px 8px rgba(0, 0, 0, 0.45);
}

/* ── Image section ───────────────────────────────────────────── */
.ic-image-section[b-xge88p5j4x] {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2rem 1.5rem 1.75rem;
    background: linear-gradient(180deg, #f7ede0 0%, #fff 100%);
    border-bottom: 1px solid rgba(200, 125, 82, 0.15);
}

.ic-image[b-xge88p5j4x] {
    width: 148px;
    height: 148px;
    object-fit: cover;
    border-radius: 50%;
    border: 5px solid rgba(200, 125, 82, 0.28);
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.18), 0 0 0 3px rgba(200, 125, 82, 0.1);
    transition: transform 0.3s ease;
}

.ic-image:hover[b-xge88p5j4x] {
    transform: scale(1.04);
}

.ic-image-placeholder[b-xge88p5j4x] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 148px;
    height: 148px;
    border-radius: 50%;
    background: linear-gradient(135deg, #f0dfc9 0%, #d9bc9a 100%);
    border: 5px solid rgba(200, 125, 82, 0.22);
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.12);
    font-size: 3.8rem;
}

/* ── Body / detail area ──────────────────────────────────────── */
.ic-body[b-xge88p5j4x] {
    background: #fff;
}

.ic-section[b-xge88p5j4x] {
    margin-top: 1.75rem;
}

.ic-section-heading[b-xge88p5j4x] {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #C87D52;
    margin-bottom: 0.75rem;
    padding-bottom: 0.4rem;
    border-bottom: 2px solid rgba(200, 125, 82, 0.18);
}

.ic-description[b-xge88p5j4x] {
    font-size: 1rem;
    line-height: 1.75;
    color: #3d2d1e;
    margin: 0;
    white-space: pre-wrap;
    word-break: break-word;
}

/* ── Metadata tiles ──────────────────────────────────────────── */
.ic-meta-tile[b-xge88p5j4x] {
    display: flex;
    flex-direction: column;
    gap: 0.3rem;
    padding: 0.85rem 1rem;
    background: #fdf7f0;
    border-radius: 12px;
    border: 1px solid rgba(200, 125, 82, 0.14);
    height: 100%;
}

.ic-meta-label[b-xge88p5j4x] {
    display: flex;
    align-items: center;
    gap: 0.3rem;
    font-size: 0.66rem;
    font-weight: 700;
    letter-spacing: 0.09em;
    text-transform: uppercase;
    color: #C87D52;
}

.ic-meta-value[b-xge88p5j4x] {
    font-size: 0.9rem;
    font-weight: 500;
    color: #2d1e0f;
    word-break: break-word;
}

.ic-id[b-xge88p5j4x] {
    font-family: 'Courier New', Courier, monospace;
    font-size: 0.82rem;
    cursor: help;
    text-decoration: underline dotted rgba(200, 125, 82, 0.5);
}

/* ── Footer ──────────────────────────────────────────────────── */
.ic-footer[b-xge88p5j4x] {
    background: #fdf7f0;
    border-top: 1px solid rgba(200, 125, 82, 0.15);
    padding: 0.9rem 1.75rem;
}

.ic-view-badge[b-xge88p5j4x] {
    background: rgba(200, 125, 82, 0.12);
    color: #7a4a25;
    border: 1px solid rgba(200, 125, 82, 0.28);
    padding: 0.38rem 0.8rem;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    border-radius: 20px;
}

/* ── Responsive ──────────────────────────────────────────────── */
@media (max-width: 576px) {
    .ic-title[b-xge88p5j4x] {
        font-size: 1.3rem;
    }

    .ic-image[b-xge88p5j4x],
    .ic-image-placeholder[b-xge88p5j4x] {
        width: 110px;
        height: 110px;
    }

    .ic-header[b-xge88p5j4x] {
        padding: 1.1rem 1.25rem 1rem;
    }

    .ic-body[b-xge88p5j4x] {
        padding-inline: 1.25rem;
    }
}

    transform: translateY(-8px);[b-xge88p5j4x]
    }
/* /Components/AppComponents/InteractionComponents/InteractionModal.razor.rz.scp.css */
/* ── Backdrop ────────────────────────────────────────────── */
.dc-backdrop[b-saz6ry8rip] {
    position: fixed;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(3px);
    z-index: 1050;
}

/* ── Dialog entry animation ─────────────────────────────── */
.dc-dialog[b-saz6ry8rip] {
    animation: dcSlideIn-b-saz6ry8rip 0.22s cubic-bezier(0.34, 1.4, 0.64, 1) both;
}

@keyframes dcSlideIn-b-saz6ry8rip {
    from { opacity: 0; transform: translateY(-18px) scale(0.97); }
    to   { opacity: 1; transform: translateY(0)     scale(1);    }
}

/* ── Modal shell ────────────────────────────────────────── */
.dc-modal[b-saz6ry8rip] {
    border: none;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 24px 64px rgba(0, 0, 0, 0.35);
}

/* ── Header ─────────────────────────────────────────────── */
.dc-header[b-saz6ry8rip] {
    padding: 1.4rem 1.75rem 1.2rem;
    background: linear-gradient(135deg, #1e1008 0%, #3d1f08 45%, #C87D52 100%);
    color: #fff;
    border-bottom: none;
    align-items: flex-start;
    gap: 1rem;
}

.dc-eyebrow[b-saz6ry8rip] {
    display: block;
    font-size: 0.67rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: rgba(255, 200, 140, 0.85);
    margin-bottom: 0.3rem;
}

.dc-title[b-saz6ry8rip] {
    font-size: 1.4rem !important;
    font-weight: 800 !important;
    line-height: 1.2;
    margin: 0 !important;
    text-shadow: 1px 2px 8px rgba(0, 0, 0, 0.4);
}

/* ── Body ───────────────────────────────────────────────── */
.dc-body[b-saz6ry8rip] {
    padding: 1.75rem;
    background: #fff;
}

/* ── Image preview ──────────────────────────────────────── */
.dc-image-preview[b-saz6ry8rip] {
    display: flex;
    align-items: center;
    gap: 1.25rem;
    padding: 1rem;
    background: #fdf7f0;
    border-radius: 12px;
    border: 1px solid rgba(200, 125, 82, 0.18);
    margin-bottom: 1.5rem;
}

.dc-image-preview img[b-saz6ry8rip] {
    width: 88px;
    height: 88px;
    object-fit: cover;
    border-radius: 10px;
    border: 3px solid rgba(200, 125, 82, 0.25);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
    flex-shrink: 0;
}

.dc-image-preview-info[b-saz6ry8rip] {
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
    flex: 1;
    min-width: 0;
}

/* ── Field ──────────────────────────────────────────────── */
.dc-field[b-saz6ry8rip] {
    margin-bottom: 1.25rem;
}

.dc-field:last-child[b-saz6ry8rip] {
    margin-bottom: 0;
}

.dc-field-label[b-saz6ry8rip] {
    display: flex;
    align-items: center;
    gap: 0.35rem;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #C87D52;
    margin-bottom: 0.45rem;
}

.dc-field-optional[b-saz6ry8rip] {
    font-size: 0.62rem;
    font-weight: 500;
    letter-spacing: 0.06em;
    color: #9e8878;
    background: rgba(200, 125, 82, 0.1);
    border-radius: 4px;
    padding: 0.1rem 0.4rem;
    text-transform: uppercase;
}

.dc-input[b-saz6ry8rip] {
    border: 1.5px solid #e0d4c8;
    border-radius: 10px;
    padding: 0.6rem 0.9rem;
    font-size: 0.95rem;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
    background: #fdfaf7;
}

.dc-input:focus[b-saz6ry8rip] {
    border-color: #C87D52;
    box-shadow: 0 0 0 3px rgba(200, 125, 82, 0.15);
    background: #fff;
    outline: none;
}

.dc-textarea[b-saz6ry8rip] {
    resize: vertical;
    min-height: 130px;
}

.dc-file-input[b-saz6ry8rip] {
    border: 1.5px dashed #e0d4c8;
    border-radius: 10px;
    background: #fdfaf7;
    padding: 0.5rem 0.9rem;
    cursor: pointer;
    transition: border-color 0.2s ease;
}

.dc-file-input:hover[b-saz6ry8rip] {
    border-color: #C87D52;
}

.dc-field-hint[b-saz6ry8rip] {
    font-size: 0.78rem;
    color: #9e8878;
    margin-top: 0.35rem;
}

/* ── Remove image ───────────────────────────────────────── */
.dc-clear-label[b-saz6ry8rip] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.85rem;
    color: #dc3545;
    cursor: pointer;
    user-select: none;
}

.dc-clear-label input[type="checkbox"][b-saz6ry8rip] {
    width: 1rem;
    height: 1rem;
    cursor: pointer;
    accent-color: #dc3545;
    flex-shrink: 0;
}

/* ── Validation ─────────────────────────────────────────── */
.dc-field .validation-message[b-saz6ry8rip] {
    font-size: 0.8rem;
    color: #dc3545;
    margin-top: 0.35rem;
    display: block;
}

/* ── Alert ──────────────────────────────────────────────── */
.dc-alert[b-saz6ry8rip] {
    border-radius: 10px;
    margin-bottom: 1.25rem;
}

/* ── Footer ─────────────────────────────────────────────── */
.dc-footer[b-saz6ry8rip] {
    background: #fdf7f0;
    border-top: 1px solid rgba(200, 125, 82, 0.15);
    padding: 1rem 1.75rem;
    gap: 0.75rem;
}

.dc-btn-cancel[b-saz6ry8rip] {
    color: #6c757d;
    border: 1.5px solid #dee2e6;
    border-radius: 10px;
    padding: 0.5rem 1.25rem;
    font-weight: 600;
    transition: all 0.2s ease;
    background: transparent;
}

.dc-btn-cancel:hover[b-saz6ry8rip] {
    background: #f8f9fa;
    border-color: #adb5bd;
    color: #495057;
}

.dc-btn-save[b-saz6ry8rip] {
    background: linear-gradient(135deg, #C87D52 0%, #a06442 100%);
    color: #fff;
    border: none;
    border-radius: 10px;
    padding: 0.5rem 1.5rem;
    font-weight: 700;
    transition: all 0.2s ease;
    box-shadow: 0 4px 12px rgba(200, 125, 82, 0.3);
}

.dc-btn-save:hover[b-saz6ry8rip] {
    background: linear-gradient(135deg, #a06442 0%, #8b5637 100%);
    box-shadow: 0 6px 16px rgba(200, 125, 82, 0.4);
    transform: translateY(-1px);
    color: #fff;
}

.dc-btn-save:active[b-saz6ry8rip] {
    transform: translateY(0);
    box-shadow: 0 2px 8px rgba(200, 125, 82, 0.3);
}

/* ── Responsive ─────────────────────────────────────────── */
@media (max-width: 576px) {
    .dc-header[b-saz6ry8rip] {
        padding: 1.1rem 1.25rem 1rem;
    }

    .dc-body[b-saz6ry8rip] {
        padding: 1.25rem;
    }

    .dc-footer[b-saz6ry8rip] {
        padding: 0.9rem 1.25rem;
        flex-direction: column-reverse;
    }

    .dc-btn-cancel[b-saz6ry8rip],
    .dc-btn-save[b-saz6ry8rip] {
        width: 100%;
        justify-content: center;
        text-align: center;
    }

    .dc-title[b-saz6ry8rip] {
        font-size: 1.2rem !important;
    }

    .dc-image-preview img[b-saz6ry8rip] {
        width: 64px;
        height: 64px;
    }
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
/* ===============================================
   MOBILE-FIRST RESPONSIVE LAYOUT
   =============================================== */

.page[b-1pbh7hyt9c] {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    background: var(--bs-body-bg);
}

/* ===============================================
   MOBILE HEADER (visible on mobile only)
   =============================================== */

.mobile-header[b-1pbh7hyt9c] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: var(--header-height);
    background: linear-gradient(135deg, #3d2817 0%, #5a3a27 100%);
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.15);
    padding: 0 1rem;
    z-index: 1000;
}

.mobile-menu-toggle[b-1pbh7hyt9c] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    color: white;
    -webkit-tap-highlight-color: transparent;
}

.hamburger-icon[b-1pbh7hyt9c] {
    display: block;
    width: 24px;
    height: 2px;
    background: white;
    position: relative;
    transition: all var(--transition-speed) var(--ease-smooth);
}

.hamburger-icon[b-1pbh7hyt9c]::before,
.hamburger-icon[b-1pbh7hyt9c]::after {
    content: '';
    position: absolute;
    width: 24px;
    height: 2px;
    background: white;
    transition: all var(--transition-speed) var(--ease-smooth);
}

.hamburger-icon[b-1pbh7hyt9c]::before {
    top: -7px;
}

.hamburger-icon[b-1pbh7hyt9c]::after {
    top: 7px;
}

.mobile-brand[b-1pbh7hyt9c] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 1.1rem;
    font-weight: 700;
    color: white !important;
    text-decoration: none;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.mobile-brand .brand-icon[b-1pbh7hyt9c] {
    font-size: 1.5rem;
}

.mobile-header-actions[b-1pbh7hyt9c] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.mobile-profile-btn[b-1pbh7hyt9c] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    color: white;
    text-decoration: none;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    transition: all 0.2s var(--ease-smooth);
    -webkit-tap-highlight-color: transparent;
}

.mobile-profile-btn:hover[b-1pbh7hyt9c] {
    background: rgba(255, 255, 255, 0.2);
    transform: scale(1.05);
}

/* ===============================================
   MOBILE OVERLAY NAV
   =============================================== */

.mobile-nav-overlay[b-1pbh7hyt9c] {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(4px);
    z-index: 2000;
    opacity: 0;
    transition: opacity var(--transition-speed) var(--ease-smooth);
}

.mobile-nav-overlay.active[b-1pbh7hyt9c] {
    display: block;
    opacity: 1;
}

.mobile-nav-container[b-1pbh7hyt9c] {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 85%;
    max-width: 320px;
    background: linear-gradient(180deg, #2a1810 0%, #1f120c 100%);
    box-shadow: 4px 0 24px rgba(0, 0, 0, 0.3);
    transform: translateX(-100%);
    transition: transform var(--transition-speed) var(--ease-smooth);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.mobile-nav-overlay.active .mobile-nav-container[b-1pbh7hyt9c] {
    transform: translateX(0);
}

.mobile-nav-header[b-1pbh7hyt9c] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem;
    background: linear-gradient(135deg, #3d2817 0%, #5a3a27 100%);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
    position: sticky;
    top: 0;
    z-index: 10;
}

.mobile-nav-brand[b-1pbh7hyt9c] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 1.2rem;
    font-weight: 700;
    color: white !important;
    text-decoration: none;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.mobile-nav-close[b-1pbh7hyt9c] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.1);
    border: none;
    border-radius: 50%;
    color: white;
    font-size: 1.5rem;
    cursor: pointer;
    transition: all 0.2s var(--ease-smooth);
    -webkit-tap-highlight-color: transparent;
}

.mobile-nav-close:hover[b-1pbh7hyt9c] {
    background: rgba(255, 255, 255, 0.2);
    transform: rotate(90deg);
}

.mobile-nav-content[b-1pbh7hyt9c] {
    padding: 1rem 0;
}

/* ===============================================
   MOBILE BOTTOM NAVIGATION
   =============================================== */

.mobile-bottom-nav[b-1pbh7hyt9c] {
    display: flex;
    align-items: center;
    justify-content: space-around;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    min-height: var(--bottom-nav-height);
    padding-bottom: calc(0.5rem + var(--safe-area-bottom));
    background: linear-gradient(180deg, #ffffff 0%, #f8f9fa 100%);
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    box-shadow: 0 -2px 12px rgba(0, 0, 0, 0.08);
    padding-top: 0.5rem;
    padding-left: 0.25rem;
    padding-right: 0.25rem;
    z-index: 999;
    gap: 0.25rem;
}

.mobile-nav-item[b-1pbh7hyt9c] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex: 1;
    max-width: 80px;
    height: 56px;
    color: #6c757d;
    text-decoration: none;
    border-radius: 12px;
    transition: all 0.2s var(--ease-smooth);
    position: relative;
    -webkit-tap-highlight-color: transparent;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0.25rem;
}

.mobile-nav-item:hover[b-1pbh7hyt9c],
.mobile-nav-item:active[b-1pbh7hyt9c] {
    background: rgba(200, 125, 82, 0.08);
    color: var(--bs-primary);
}

.mobile-nav-item i[b-1pbh7hyt9c] {
    font-size: 1.5rem;
    margin-bottom: 0.125rem;
}

.mobile-nav-label[b-1pbh7hyt9c] {
    font-size: 0.7rem;
    font-weight: 600;
    text-align: center;
}

/* FAB (Floating Action Button) Style */
.mobile-nav-fab[b-1pbh7hyt9c] {
    background: linear-gradient(135deg, var(--bs-primary) 0%, #a06442 100%);
    color: white;
    border-radius: 50%;
    width: 56px;
    height: 56px;
    margin-top: -28px;
    box-shadow: 0 4px 16px rgba(200, 125, 82, 0.4);
    flex: 0 0 56px;
}

.mobile-nav-fab:hover[b-1pbh7hyt9c],
.mobile-nav-fab:active[b-1pbh7hyt9c] {
    background: linear-gradient(135deg, #a06442 0%, #8b5637 100%);
    color: white;
    transform: scale(1.1) rotate(90deg);
    box-shadow: 0 6px 20px rgba(200, 125, 82, 0.5);
}

.mobile-nav-fab i[b-1pbh7hyt9c] {
    font-size: 2rem;
    margin-bottom: 0;
}

/* Hide FAB label */
.mobile-nav-fab .mobile-nav-label[b-1pbh7hyt9c] {
    display: none;
}

/* ===============================================
   SIDEBAR (hidden on mobile, visible on tablet+)
   =============================================== */

.sidebar[b-1pbh7hyt9c] {
    display: none;
    background: linear-gradient(180deg, #2a1810 0%, #1f120c 100%);
    box-shadow: 2px 0 12px rgba(0, 0, 0, 0.15);
}

/* ===============================================
   MAIN CONTENT
   =============================================== */

main[b-1pbh7hyt9c] {
    flex: 1;
    background: linear-gradient(180deg, #f5f5f5 0%, #e9ecef 100%);
    padding-top: var(--header-height);
    /* padding-bottom intentionally omitted here – flex children suffer a
       well-known WebKit/Chromium bug where padding-bottom is excluded from
       scroll height, so clearance is applied to article.content instead. */
}

.top-row[b-1pbh7hyt9c] {
    background: linear-gradient(90deg, #ffffff 0%, #f8f9fa 100%);
    border-bottom: 1px solid #dee2e6;
    justify-content: flex-end;
    height: 3.5rem;
    display: none;
    align-items: center;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    position: sticky;
    top: var(--header-height);
    z-index: 100;
}

.top-row[b-1pbh7hyt9c]  a,
.top-row[b-1pbh7hyt9c]  .btn-link {
    white-space: nowrap;
    margin-left: 1.5rem;
    text-decoration: none;
    color: #3d2817;
    font-weight: 500;
    transition: color 0.2s ease;
    font-size: 0.9rem;
}

.top-row[b-1pbh7hyt9c]  a:hover,
.top-row[b-1pbh7hyt9c]  .btn-link:hover {
    color: var(--bs-primary);
    text-decoration: none;
}

.top-row[b-1pbh7hyt9c]  a:first-child {
    overflow: hidden;
    text-overflow: ellipsis;
}

.content[b-1pbh7hyt9c] {
    padding: 1.5rem 1rem;
    max-width: 1400px;
    margin: 0 auto;
    width: 100%;
}

.mobile-scroll-spacer[b-1pbh7hyt9c] {
    display: block;
    /* Extra 2rem accounts for the FAB button's 28px upward protrusion above the nav bar */
    height: calc(var(--bottom-nav-height) + var(--safe-area-bottom) + 2rem);
    flex-shrink: 0;
}

/* ===============================================
   RESPONSIVE BREAKPOINTS
   =============================================== */

/* Small phones */
@media (max-width: 374px) {
    .mobile-brand .brand-text[b-1pbh7hyt9c] {
        font-size: 0.95rem;
    }

    .mobile-nav-label[b-1pbh7hyt9c] {
        font-size: 0.65rem;
    }

    .mobile-nav-item i[b-1pbh7hyt9c] {
        font-size: 1.3rem;
    }
}

/* Tablets and above (641px+) */
@media (min-width: 641px) {
    .mobile-header[b-1pbh7hyt9c],
    .mobile-bottom-nav[b-1pbh7hyt9c],
    .mobile-nav-overlay[b-1pbh7hyt9c] {
        display: none;
    }

    .page[b-1pbh7hyt9c] {
        flex-direction: row;
    }

    .sidebar[b-1pbh7hyt9c] {
        display: block;
        width: var(--sidebar-width);
        height: 100vh;
        position: sticky;
        top: 0;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
    }

    main[b-1pbh7hyt9c] {
        padding-top: 0;
        padding-bottom: 0;
    }

    .mobile-scroll-spacer[b-1pbh7hyt9c] {
        display: none;
    }

    .content[b-1pbh7hyt9c] {
        padding-bottom: 2rem;
    }

    .top-row[b-1pbh7hyt9c] {
        display: flex;
        top: 0;
    }

    .top-row.auth[b-1pbh7hyt9c]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-1pbh7hyt9c],
    article[b-1pbh7hyt9c] {
        padding-left: 2.5rem !important;
        padding-right: 2.5rem !important;
    }

    .content[b-1pbh7hyt9c] {
        padding: 2rem 1rem;
    }
}

/* Large tablets and desktops (1024px+) */
@media (min-width: 1024px) {
    .content[b-1pbh7hyt9c] {
        padding: 2.5rem 1.5rem;
    }
}

/* Large desktops (1440px+) */
@media (min-width: 1440px) {
    .sidebar[b-1pbh7hyt9c] {
        width: 320px;
    }

    .content[b-1pbh7hyt9c] {
        padding: 3rem 2rem;
    }
}

/* ===============================================
   CUSTOM SCROLLBAR
   =============================================== */

.sidebar[b-1pbh7hyt9c]::-webkit-scrollbar,
.mobile-nav-container[b-1pbh7hyt9c]::-webkit-scrollbar {
    width: 8px;
}

.sidebar[b-1pbh7hyt9c]::-webkit-scrollbar-track,
.mobile-nav-container[b-1pbh7hyt9c]::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.1);
}

.sidebar[b-1pbh7hyt9c]::-webkit-scrollbar-thumb,
.mobile-nav-container[b-1pbh7hyt9c]::-webkit-scrollbar-thumb {
    background: rgba(200, 125, 82, 0.5);
    border-radius: 4px;
}

.sidebar[b-1pbh7hyt9c]::-webkit-scrollbar-thumb:hover,
.mobile-nav-container[b-1pbh7hyt9c]::-webkit-scrollbar-thumb:hover {
    background: rgba(200, 125, 82, 0.7);
}

/* ===============================================
   BLAZOR ERROR UI
   =============================================== */

#blazor-error-ui[b-1pbh7hyt9c] {
    color-scheme: light only;
    background: linear-gradient(90deg, #fff3cd 0%, #ffeaa7 100%);
    bottom: var(--bottom-nav-height);
    box-shadow: 0 -2px 12px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 1rem 1.5rem;
    position: fixed;
    width: 100%;
    z-index: 2000;
    border-top: 3px solid #ff9800;
    animation: slideUp-b-1pbh7hyt9c 0.3s ease;
}

@media (min-width: 641px) {
    #blazor-error-ui[b-1pbh7hyt9c] {
        bottom: 0;
    }
}

@keyframes slideUp-b-1pbh7hyt9c {
    from {
        transform: translateY(100%);
    }
    to {
        transform: translateY(0);
    }
}

#blazor-error-ui .dismiss[b-1pbh7hyt9c] {
    cursor: pointer;
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.5rem;
    color: #856404;
    transition: color 0.2s ease;
}

#blazor-error-ui .dismiss:hover[b-1pbh7hyt9c] {
    color: #533f03;
}

#blazor-error-ui a.reload[b-1pbh7hyt9c] {
    color: #856404;
    font-weight: 600;
    text-decoration: underline;
    margin-left: 0.5rem;
}

#blazor-error-ui a.reload:hover[b-1pbh7hyt9c] {
    color: #533f03;
}

/* ===============================================
   BOOTSTRAP ICONS (inline SVG for bottom nav)
   =============================================== */

.bi-house-door-fill-icon[b-1pbh7hyt9c],
.bi-collection-fill-icon[b-1pbh7hyt9c],
.bi-plus-circle-fill-icon[b-1pbh7hyt9c],
.bi-person-circle-icon[b-1pbh7hyt9c],
.bi-star-fill-icon[b-1pbh7hyt9c] {
    display: inline-block;
    width: 24px;
    height: 24px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.bi-house-door-fill-icon[b-1pbh7hyt9c] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-collection-fill-icon[b-1pbh7hyt9c] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' viewBox='0 0 16 16'%3E%3Cpath d='M0 13a1.5 1.5 0 0 0 1.5 1.5h13A1.5 1.5 0 0 0 16 13V6a1.5 1.5 0 0 0-1.5-1.5h-13A1.5 1.5 0 0 0 0 6v7zM2 3a.5.5 0 0 0 .5.5h11a.5.5 0 0 0 0-1h-11A.5.5 0 0 0 2 3zm2-2a.5.5 0 0 0 .5.5h7a.5.5 0 0 0 0-1h-7A.5.5 0 0 0 4 1z'/%3E%3C/svg%3E");
}

.bi-plus-circle-fill-icon[b-1pbh7hyt9c] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' viewBox='0 0 16 16'%3E%3Cpath d='M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0zM8.5 4.5a.5.5 0 0 0-1 0v3h-3a.5.5 0 0 0 0 1h3v3a.5.5 0 0 0 1 0v-3h3a.5.5 0 0 0 0-1h-3v-3z'/%3E%3C/svg%3E");
}

.bi-person-circle-icon[b-1pbh7hyt9c] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' viewBox='0 0 16 16'%3E%3Cpath d='M11 6a3 3 0 1 1-6 0 3 3 0 0 1 6 0z'/%3E%3Cpath fill-rule='evenodd' d='M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8zm8-7a7 7 0 0 0-5.468 11.37C3.242 11.226 4.805 10 8 10s4.757 1.225 5.468 2.37A7 7 0 0 0 8 1z'/%3E%3C/svg%3E");
}

.bi-star-fill-icon[b-1pbh7hyt9c] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' viewBox='0 0 16 16'%3E%3Cpath d='M3.612 15.443c-.386.198-.824-.149-.746-.592l.83-4.73L.173 6.765c-.329-.314-.158-.888.283-.95l4.898-.696L7.538.792c.197-.39.73-.39.927 0l2.184 4.327 4.898.696c.441.062.612.636.282.95l-3.522 3.356.83 4.73c.078.443-.36.79-.746.592L8 13.187l-4.389 2.256z'/%3E%3C/svg%3E");
}

/* ===============================================
   ACCESSIBILITY & TOUCH ENHANCEMENTS
   =============================================== */

/* Increase touch target sizes on mobile */
@media (max-width: 640px) {
    button[b-1pbh7hyt9c],
    a[b-1pbh7hyt9c],
    .nav-link[b-1pbh7hyt9c] {
        min-height: 44px;
        min-width: 44px;
    }
}

/* Focus styles for accessibility */
button:focus-visible[b-1pbh7hyt9c],
a:focus-visible[b-1pbh7hyt9c],
.mobile-menu-toggle:focus-visible[b-1pbh7hyt9c],
.mobile-nav-close:focus-visible[b-1pbh7hyt9c] {
    outline: 2px solid var(--bs-primary);
    outline-offset: 2px;
}

/* Reduce motion for users who prefer it */
@media (prefers-reduced-motion: reduce) {
    *[b-1pbh7hyt9c],
    *[b-1pbh7hyt9c]::before,
    *[b-1pbh7hyt9c]::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
}

/* High contrast mode support */
@media (prefers-contrast: high) {
    .mobile-header[b-1pbh7hyt9c],
    .sidebar[b-1pbh7hyt9c] {
        border: 2px solid currentColor;
    }

    .mobile-bottom-nav[b-1pbh7hyt9c] {
        border-top: 2px solid currentColor;
    }
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
/* ===============================================
   NAVIGATION MENU STYLES (Mobile-First)
   =============================================== */

.navbar-toggler[b-y5lfcjw3sz] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
    border-radius: 0.375rem;
    transition: all 0.2s ease;
    display: none; /* Hidden by default, managed by MainLayout */
}

.navbar-toggler:checked[b-y5lfcjw3sz] {
    background-color: rgba(255, 255, 255, 0.3);
}

.navbar-toggler:hover[b-y5lfcjw3sz] {
    background-color: rgba(255, 255, 255, 0.2);
}

/* Desktop top row header in sidebar */
.top-row[b-y5lfcjw3sz] {
    min-height: 3.5rem;
    background: linear-gradient(135deg, #3d2817 0%, #5a3a27 100%);
    box-shadow: 0 2px 8px rgba(0,0,0,0.3);
    position: sticky;
    top: 0;
    z-index: 10;
}

.navbar-brand[b-y5lfcjw3sz] {
    font-size: 1.3rem;
    font-weight: 600;
    letter-spacing: 0.5px;
    color: #fff !important;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
    transition: transform 0.2s ease;
}

.navbar-brand:hover[b-y5lfcjw3sz] {
    transform: scale(1.05);
}

.brand-icon[b-y5lfcjw3sz] {
    font-size: 1.5rem;
    margin-right: 0.5rem;
    filter: drop-shadow(2px 2px 2px rgba(0,0,0,0.5));
}

.brand-text[b-y5lfcjw3sz] {
    display: inline-block;
}

/* ===============================================
   NAVIGATION SECTIONS
   =============================================== */

.nav-section-header[b-y5lfcjw3sz] {
    margin-top: 1rem;
    padding-top: 0.5rem;
    border-top: 1px solid rgba(255,255,255,0.1);
}

.nav-section-header small[b-y5lfcjw3sz] {
    letter-spacing: 1px;
    font-weight: 600;
    color: #d4a574;
}

.nav-section-header:first-child[b-y5lfcjw3sz] {
    margin-top: 0;
    border-top: none;
    padding-top: 0;
}

/* ===============================================
   BOOTSTRAP ICONS (SVG Backgrounds)
   =============================================== */

.bi[b-y5lfcjw3sz] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
    flex-shrink: 0;
}

.bi-house-door-fill-nav-menu[b-y5lfcjw3sz], .bi-house-door-fill[b-y5lfcjw3sz] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-collection-fill[b-y5lfcjw3sz] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M0 13a1.5 1.5 0 0 0 1.5 1.5h13A1.5 1.5 0 0 0 16 13V6a1.5 1.5 0 0 0-1.5-1.5h-13A1.5 1.5 0 0 0 0 6v7zM2 3a.5.5 0 0 0 .5.5h11a.5.5 0 0 0 0-1h-11A.5.5 0 0 0 2 3zm2-2a.5.5 0 0 0 .5.5h7a.5.5 0 0 0 0-1h-7A.5.5 0 0 0 4 1z'/%3E%3C/svg%3E");
}

.bi-plus-circle-fill[b-y5lfcjw3sz] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0zM8.5 4.5a.5.5 0 0 0-1 0v3h-3a.5.5 0 0 0 0 1h3v3a.5.5 0 0 0 1 0v-3h3a.5.5 0 0 0 0-1h-3v-3z'/%3E%3C/svg%3E");
}

.bi-map-fill[b-y5lfcjw3sz] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M16 .5a.5.5 0 0 0-.598-.49L10.5.99 5.598.01a.5.5 0 0 0-.196 0l-5 1A.5.5 0 0 0 0 1.5v14a.5.5 0 0 0 .598.49l4.902-.98 4.902.98a.502.502 0 0 0 .196 0l5-1A.5.5 0 0 0 16 14.5V.5zM5 14.09V1.11l.5-.1.5.1v12.98l-.402-.08a.498.498 0 0 0-.196 0L5 14.09zm5 .8V1.91l.402.08a.5.5 0 0 0 .196 0L11 1.91v12.98l-.5.1-.5-.1z'/%3E%3C/svg%3E");
}

.bi-person-circle[b-y5lfcjw3sz] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M11 6a3 3 0 1 1-6 0 3 3 0 0 1 6 0z'/%3E%3Cpath fill-rule='evenodd' d='M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8zm8-7a7 7 0 0 0-5.468 11.37C3.242 11.226 4.805 10 8 10s4.757 1.225 5.468 2.37A7 7 0 0 0 8 1z'/%3E%3C/svg%3E");
}

.bi-box-arrow-left[b-y5lfcjw3sz] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M6 12.5a.5.5 0 0 0 .5.5h8a.5.5 0 0 0 .5-.5v-9a.5.5 0 0 0-.5-.5h-8a.5.5 0 0 0-.5.5v2a.5.5 0 0 1-1 0v-2A1.5 1.5 0 0 1 6.5 2h8A1.5 1.5 0 0 1 16 3.5v9a1.5 1.5 0 0 1-1.5 1.5h-8A1.5 1.5 0 0 1 5 12.5v-2a.5.5 0 0 1 1 0v2z'/%3E%3Cpath fill-rule='evenodd' d='M.146 8.354a.5.5 0 0 1 0-.708l3-3a.5.5 0 1 1 .708.708L1.707 7.5H10.5a.5.5 0 0 1 0 1H1.707l2.147 2.146a.5.5 0 0 1-.708.708l-3-3z'/%3E%3C/svg%3E");
}

.bi-person-plus-fill[b-y5lfcjw3sz] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M1 14s-1 0-1-1 1-4 6-4 6 3 6 4-1 1-1 1H1zm5-6a3 3 0 1 0 0-6 3 3 0 0 0 0 6z'/%3E%3Cpath fill-rule='evenodd' d='M13.5 5a.5.5 0 0 1 .5.5V7h1.5a.5.5 0 0 1 0 1H14v1.5a.5.5 0 0 1-1 0V8h-1.5a.5.5 0 0 1 0-1H13V5.5a.5.5 0 0 1 .5-.5z'/%3E%3C/svg%3E");
}

.bi-box-arrow-in-right[b-y5lfcjw3sz] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M6 3.5a.5.5 0 0 1 .5-.5h8a.5.5 0 0 1 .5.5v9a.5.5 0 0 1-.5.5h-8a.5.5 0 0 1-.5-.5v-2a.5.5 0 0 0-1 0v2A1.5 1.5 0 0 0 6.5 14h8a1.5 1.5 0 0 0 1.5-1.5v-9A1.5 1.5 0 0 0 14.5 2h-8A1.5 1.5 0 0 0 5 3.5v2a.5.5 0 0 0 1 0v-2z'/%3E%3Cpath fill-rule='evenodd' d='M11.854 8.354a.5.5 0 0 0 0-.708l-3-3a.5.5 0 1 0-.708.708L10.293 7.5H1.5a.5.5 0 0 0 0 1h8.793l-2.147 2.146a.5.5 0 0 0 .708.708l3-3z'/%3E%3C/svg%3E");
}

.bi-geo-fill[b-y5lfcjw3sz] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4 4a4 4 0 1 1 4.5 3.969V13.5a.5.5 0 0 1-1 0V7.97A4 4 0 0 1 4 3.999zm2.493 8.574a.5.5 0 0 1-.411.575c-.712.118-1.28.295-1.655.493a1.319 1.319 0 0 0-.37.265.301.301 0 0 0-.057.09V14l.002.008a.147.147 0 0 0 .016.033.617.617 0 0 0 .145.15c.165.13.435.27.813.395.751.25 1.82.414 3.024.414s2.273-.163 3.024-.414c.378-.126.648-.265.813-.395a.619.619 0 0 0 .146-.15.148.148 0 0 0 .015-.033L12 14v-.004a.301.301 0 0 0-.057-.09 1.318 1.318 0 0 0-.37-.264c-.376-.198-.943-.375-1.655-.493a.5.5 0 1 1 .164-.986c.77.127 1.452.328 1.957.594C12.5 13 13 13.4 13 14c0 .426-.26.752-.544.977-.29.228-.68.413-1.116.558-.878.293-2.059.465-3.34.465-1.281 0-2.462-.172-3.34-.465-.436-.145-.826-.33-1.116-.558C3.26 14.752 3 14.426 3 14c0-.599.5-1 .961-1.243.505-.266 1.187-.467 1.957-.594a.5.5 0 0 1 .575.411z'/%3E%3C/svg%3E");
}

.bi-lightning-fill[b-y5lfcjw3sz] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M5.52.359A.5.5 0 0 1 6 0h4a.5.5 0 0 1 .474.658L8.694 6H12.5a.5.5 0 0 1 .395.807l-7 9a.5.5 0 0 1-.873-.454L6.823 9.5H3.5a.5.5 0 0 1-.48-.641l2.5-8.5z'/%3E%3C/svg%3E");
}

/* ===============================================
   NAV SCROLLABLE AREA
   =============================================== */

.nav-scrollable[b-y5lfcjw3sz] {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    height: 100%;
}

/* ===============================================
   NAV ITEMS
   =============================================== */

.nav-item[b-y5lfcjw3sz] {
    font-size: 0.95rem;
    padding-bottom: 0.25rem;
}

.nav-item:first-of-type[b-y5lfcjw3sz] {
    padding-top: 1rem;
}

.nav-item:last-of-type[b-y5lfcjw3sz] {
    padding-bottom: 1rem;
}

.nav-item[b-y5lfcjw3sz]  .nav-link {
    color: #e8e8e8;
    background: none;
    border: none;
    border-radius: 8px;
    min-height: 48px; /* Touch-friendly height */
    display: flex;
    align-items: center;
    line-height: 1.5;
    width: 100%;
    padding: 0.75rem 1rem;
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
}

.nav-item[b-y5lfcjw3sz]  .nav-link:hover {
    background: linear-gradient(90deg, rgba(200,125,82,0.2) 0%, rgba(200,125,82,0.1) 100%);
    color: #fff;
    transform: translateX(4px);
}

.nav-item[b-y5lfcjw3sz]  a.active {
    background: linear-gradient(90deg, rgba(200,125,82,0.4) 0%, rgba(200,125,82,0.2) 100%);
    color: white;
    font-weight: 600;
    box-shadow: inset 3px 0 0 0 #C87D52;
}

.nav-text[b-y5lfcjw3sz] {
    flex: 1;
}

/* ===============================================
   LOGOUT BUTTON
   =============================================== */

.btn-logout[b-y5lfcjw3sz] {
    background: none;
    border: none;
    color: #e8e8e8;
    padding: 0.75rem 1rem;
    min-height: 48px;
    display: flex;
    align-items: center;
    border-radius: 8px;
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
    font-size: 0.95rem;
    -webkit-tap-highlight-color: transparent;
}

.btn-logout:hover[b-y5lfcjw3sz] {
    background: linear-gradient(90deg, rgba(220,53,69,0.2) 0%, rgba(220,53,69,0.1) 100%);
    color: #fff;
    transform: translateX(4px);
}

/* ===============================================
   QUICK ACTION BUTTON STYLING
   =============================================== */

.quick-action[b-y5lfcjw3sz] {
    position: relative;
}

.quick-action[b-y5lfcjw3sz]::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 3px;
    height: 60%;
    background: linear-gradient(180deg, #FFD0C9 0%, #C87D52 100%);
    border-radius: 0 2px 2px 0;
    opacity: 0.8;
}

.quick-action:hover[b-y5lfcjw3sz]::before {
    opacity: 1;
    height: 80%;
}

/* ===============================================
   MOBILE OPTIMIZATIONS
   =============================================== */

@media (max-width: 640px) {
    /* Increase touch targets on mobile */
    .nav-item[b-y5lfcjw3sz]  .nav-link,
    .btn-logout[b-y5lfcjw3sz] {
        min-height: 52px;
        padding: 0.875rem 1rem;
    }

    .bi[b-y5lfcjw3sz] {
        width: 1.5rem;
        height: 1.5rem;
        margin-right: 1rem;
    }

    .nav-item[b-y5lfcjw3sz] {
        font-size: 1rem;
    }
}

/* ===============================================
   TABLET AND DESKTOP
   =============================================== */

@media (min-width: 641px) {
    .nav-scrollable[b-y5lfcjw3sz] {
        /* Allow click to close only on mobile */
        pointer-events: auto;
    }
}

/* ===============================================
   ACCESSIBILITY
   =============================================== */

.nav-item[b-y5lfcjw3sz]  .nav-link:focus-visible,
.btn-logout:focus-visible[b-y5lfcjw3sz] {
    outline: 2px solid var(--bs-primary);
    outline-offset: 2px;
}

/* High contrast mode */
@media (prefers-contrast: high) {
    .nav-item[b-y5lfcjw3sz]  .nav-link,
    .btn-logout[b-y5lfcjw3sz] {
        border: 1px solid currentColor;
    }

    .nav-item[b-y5lfcjw3sz]  a.active {
        border-width: 2px;
    }
}

/* Reduce motion */
@media (prefers-reduced-motion: reduce) {
    .nav-item[b-y5lfcjw3sz]  .nav-link,
    .btn-logout[b-y5lfcjw3sz],
    .navbar-brand[b-y5lfcjw3sz] {
        transition: none;
    }
}
        opacity: 0.7;[b-y5lfcjw3sz]
    }

    .quick-action:hover[b-y5lfcjw3sz]::before {
        opacity: 1;
    }

.nav-scrollable[b-y5lfcjw3sz] {
    display: none;
    background: linear-gradient(180deg, #2a1810 0%, #1f120c 100%);
}

.navbar-toggler:checked ~ .nav-scrollable[b-y5lfcjw3sz] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-y5lfcjw3sz] {
        display: none;
    }

    .nav-scrollable[b-y5lfcjw3sz] {
        display: block;
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
        scrollbar-width: thin;
        scrollbar-color: rgba(200,125,82,0.5) transparent;
    }

        .nav-scrollable[b-y5lfcjw3sz]::-webkit-scrollbar {
            width: 8px;
        }

        .nav-scrollable[b-y5lfcjw3sz]::-webkit-scrollbar-track {
            background: transparent;
        }

        .nav-scrollable[b-y5lfcjw3sz]::-webkit-scrollbar-thumb {
            background-color: rgba(200,125,82,0.5);
            border-radius: 20px;
        }

            .nav-scrollable[b-y5lfcjw3sz]::-webkit-scrollbar-thumb:hover {
                background-color: rgba(200,125,82,0.7);
            }
}

@media (max-width: 640px) {
    .brand-text[b-y5lfcjw3sz] {
        font-size: 1rem;
    }

    .brand-icon[b-y5lfcjw3sz] {
        font-size: 1.2rem;
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-ga3jpi7dli],
.components-reconnect-repeated-attempt-visible[b-ga3jpi7dli],
.components-reconnect-failed-visible[b-ga3jpi7dli],
.components-pause-visible[b-ga3jpi7dli],
.components-resume-failed-visible[b-ga3jpi7dli],
.components-rejoining-animation[b-ga3jpi7dli] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-ga3jpi7dli],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-ga3jpi7dli],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-ga3jpi7dli],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-ga3jpi7dli],
#components-reconnect-modal.components-reconnect-retrying[b-ga3jpi7dli],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-ga3jpi7dli],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-ga3jpi7dli],
#components-reconnect-modal.components-reconnect-failed[b-ga3jpi7dli],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-ga3jpi7dli] {
    display: block;
}


#components-reconnect-modal[b-ga3jpi7dli] {
    background-color: white;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-ga3jpi7dli 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-ga3jpi7dli 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-ga3jpi7dli 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-ga3jpi7dli]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-ga3jpi7dli 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-ga3jpi7dli {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-ga3jpi7dli {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-ga3jpi7dli {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-ga3jpi7dli] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-ga3jpi7dli] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-ga3jpi7dli] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-ga3jpi7dli] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-ga3jpi7dli] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-ga3jpi7dli] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-ga3jpi7dli] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-ga3jpi7dli 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-ga3jpi7dli] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-ga3jpi7dli {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* /Components/Pages/Home.razor.rz.scp.css */
/* Landing Page Styles */

.landing-page[b-pk0vq14ap3] {
    width: 100%;
    overflow-x: hidden;
}

/* Hero Section */
.hero-section[b-pk0vq14ap3] {
    position: relative;
    min-height: 85vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #C87D52 0%, #a06442 50%, #8b5637 100%);
    color: white;
    padding: 4rem 2rem;
    overflow: hidden;
}

.hero-decoration[b-pk0vq14ap3] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: 
        radial-gradient(circle at 20% 50%, rgba(255, 255, 255, 0.1) 0%, transparent 50%),
        radial-gradient(circle at 80% 80%, rgba(255, 255, 255, 0.08) 0%, transparent 50%);
    pointer-events: none;
}

.hero-content[b-pk0vq14ap3] {
    position: relative;
    z-index: 1;
    max-width: 800px;
    text-align: center;
}

.hero-badge[b-pk0vq14ap3] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    border-radius: 20px;
    margin-bottom: 2rem;
    animation: float-b-pk0vq14ap3 3s ease-in-out infinite;
}

.hero-icon[b-pk0vq14ap3] {
    font-size: 2.5rem;
}

@keyframes float-b-pk0vq14ap3 {
    0%, 100% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-10px);
    }
}

.hero-title[b-pk0vq14ap3] {
    font-size: 3.5rem;
    font-weight: 800;
    margin-bottom: 1.5rem;
    line-height: 1.2;
    letter-spacing: -0.03em;
}

.text-gradient[b-pk0vq14ap3] {
    background: linear-gradient(135deg, #FFD0C9 0%, #ffffff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.hero-subtitle[b-pk0vq14ap3] {
    font-size: 1.35rem;
    line-height: 1.7;
    margin-bottom: 2.5rem;
    color: rgba(255, 255, 255, 0.95);
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.hero-actions[b-pk0vq14ap3] {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
}

.hero-btn[b-pk0vq14ap3] {
    min-width: 180px;
    padding: 0.875rem 2rem;
    font-size: 1.1rem;
    font-weight: 600;
    border-radius: 12px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.hero-btn:hover[b-pk0vq14ap3] {
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.btn-outline-light:hover[b-pk0vq14ap3] {
    background-color: rgba(255, 255, 255, 0.2);
    border-color: white;
    color: white;
}

/* Features Section */
.features-section[b-pk0vq14ap3] {
    padding: 6rem 2rem;
    background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
}

.section-header[b-pk0vq14ap3] {
    margin-bottom: 4rem;
}

.section-title[b-pk0vq14ap3] {
    font-size: 2.75rem;
    font-weight: 800;
    color: #3d2817;
    margin-bottom: 1rem;
    letter-spacing: -0.02em;
}

.section-subtitle[b-pk0vq14ap3] {
    font-size: 1.25rem;
    color: #6c757d;
    max-width: 700px;
    margin: 0 auto;
}

.feature-card[b-pk0vq14ap3] {
    background: white;
    border-radius: 16px;
    padding: 2.5rem 2rem;
    height: 100%;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    border: 1px solid rgba(200, 125, 82, 0.1);
}

.feature-card:hover[b-pk0vq14ap3] {
    transform: translateY(-8px);
    box-shadow: 0 12px 32px rgba(200, 125, 82, 0.2);
    border-color: rgba(200, 125, 82, 0.3);
}

.feature-icon[b-pk0vq14ap3] {
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #C87D52 0%, #a06442 100%);
    color: white;
    border-radius: 16px;
    font-size: 2rem;
    margin-bottom: 1.5rem;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.feature-card:hover .feature-icon[b-pk0vq14ap3] {
    transform: scale(1.1) rotate(5deg);
}

.feature-title[b-pk0vq14ap3] {
    font-size: 1.5rem;
    font-weight: 700;
    color: #3d2817;
    margin-bottom: 1rem;
}

.feature-description[b-pk0vq14ap3] {
    color: #6c757d;
    line-height: 1.7;
    font-size: 1rem;
    margin: 0;
}

/* CTA Section */
.cta-section[b-pk0vq14ap3] {
    padding: 6rem 2rem;
    background: linear-gradient(135deg, #C87D52 0%, #a06442 50%, #8b5637 100%);
    color: white;
    position: relative;
    overflow: hidden;
}

.cta-section[b-pk0vq14ap3]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: 
        radial-gradient(circle at 30% 20%, rgba(255, 255, 255, 0.1) 0%, transparent 50%),
        radial-gradient(circle at 70% 80%, rgba(255, 255, 255, 0.08) 0%, transparent 50%);
    pointer-events: none;
}

.cta-content[b-pk0vq14ap3] {
    position: relative;
    z-index: 1;
    text-align: center;
    max-width: 700px;
    margin: 0 auto;
}

.cta-icon[b-pk0vq14ap3] {
    font-size: 4rem;
    margin-bottom: 1.5rem;
    animation: pulse-b-pk0vq14ap3 2s ease-in-out infinite;
}

@keyframes pulse-b-pk0vq14ap3 {
    0%, 100% {
        transform: scale(1);
        opacity: 1;
    }
    50% {
        transform: scale(1.05);
        opacity: 0.9;
    }
}

.cta-title[b-pk0vq14ap3] {
    font-size: 3rem;
    font-weight: 800;
    margin-bottom: 1.5rem;
    letter-spacing: -0.02em;
}

.cta-description[b-pk0vq14ap3] {
    font-size: 1.25rem;
    line-height: 1.7;
    margin-bottom: 2.5rem;
    color: rgba(255, 255, 255, 0.95);
}

.cta-actions[b-pk0vq14ap3] {
    display: flex;
    justify-content: center;
    gap: 1rem;
}

.cta-actions .btn[b-pk0vq14ap3] {
    min-width: 220px;
    padding: 1rem 2.5rem;
    font-size: 1.15rem;
    font-weight: 700;
    border-radius: 12px;
}

.cta-actions .btn-light[b-pk0vq14ap3] {
    background: white;
    color: #C87D52;
    border: none;
}

.cta-actions .btn-light:hover[b-pk0vq14ap3] {
    background: #FFD0C9;
    color: #8b5637;
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

/* Stats Section */
.stats-section[b-pk0vq14ap3] {
    padding: 5rem 2rem;
    background: white;
}

.stat-item[b-pk0vq14ap3] {
    padding: 2rem 1rem;
}

.stat-icon[b-pk0vq14ap3] {
    font-size: 3rem;
    color: #C87D52;
    margin-bottom: 1rem;
}

.stat-number[b-pk0vq14ap3] {
    font-size: 2.5rem;
    font-weight: 800;
    color: #3d2817;
    margin-bottom: 0.5rem;
    letter-spacing: -0.02em;
}

.stat-label[b-pk0vq14ap3] {
    font-size: 1rem;
    color: #6c757d;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* ===============================================
   MOBILE-FIRST RESPONSIVE BREAKPOINTS
   =============================================== */

/* Extra small phones (up to 374px) */
@media (max-width: 374px) {
    .hero-title[b-pk0vq14ap3] {
        font-size: 2rem;
    }

    .hero-subtitle[b-pk0vq14ap3] {
        font-size: 1rem;
    }

    .hero-btn[b-pk0vq14ap3] {
        min-width: 140px;
        padding: 0.75rem 1.5rem;
        font-size: 1rem;
    }

    .section-title[b-pk0vq14ap3] {
        font-size: 1.75rem;
    }

    .feature-card[b-pk0vq14ap3] {
        padding: 1.75rem 1.5rem;
    }

    .cta-title[b-pk0vq14ap3] {
        font-size: 1.75rem;
    }
}

/* Small phones (375px - 640px) */
@media (max-width: 640px) {
    .landing-page[b-pk0vq14ap3] {
        padding-bottom: 70px; /* Account for bottom nav */
    }

    .hero-section[b-pk0vq14ap3] {
        min-height: 80vh;
        padding: 3rem 1.5rem;
    }

    .hero-badge[b-pk0vq14ap3] {
        width: 60px;
        height: 60px;
        margin-bottom: 1.5rem;
    }

    .hero-icon[b-pk0vq14ap3] {
        font-size: 2rem;
    }

    .hero-title[b-pk0vq14ap3] {
        font-size: 2.5rem;
    }

    .hero-subtitle[b-pk0vq14ap3] {
        font-size: 1.1rem;
        margin-bottom: 2rem;
    }

    .hero-actions[b-pk0vq14ap3] {
        flex-direction: column;
        width: 100%;
    }

    .hero-btn[b-pk0vq14ap3] {
        width: 100%;
        max-width: 300px;
    }

    .features-section[b-pk0vq14ap3] {
        padding: 4rem 1.5rem;
    }

    .section-title[b-pk0vq14ap3] {
        font-size: 2rem;
    }

    .section-subtitle[b-pk0vq14ap3] {
        font-size: 1.1rem;
    }

    .feature-card[b-pk0vq14ap3] {
        padding: 2rem 1.5rem;
    }

    .feature-icon[b-pk0vq14ap3] {
        width: 60px;
        height: 60px;
        font-size: 1.75rem;
    }

    .feature-title[b-pk0vq14ap3] {
        font-size: 1.3rem;
    }

    .cta-section[b-pk0vq14ap3] {
        padding: 4rem 1.5rem;
    }

    .cta-icon[b-pk0vq14ap3] {
        font-size: 3rem;
    }

    .cta-title[b-pk0vq14ap3] {
        font-size: 2.25rem;
    }

    .cta-description[b-pk0vq14ap3] {
        font-size: 1.1rem;
    }

    .cta-actions[b-pk0vq14ap3] {
        flex-direction: column;
        width: 100%;
    }

    .cta-actions .btn[b-pk0vq14ap3] {
        width: 100%;
        max-width: 300px;
    }

    .stats-section[b-pk0vq14ap3] {
        padding: 3rem 1.5rem;
    }

    .stat-icon[b-pk0vq14ap3] {
        font-size: 2.5rem;
    }

    .stat-number[b-pk0vq14ap3] {
        font-size: 2rem;
    }

    .stat-label[b-pk0vq14ap3] {
        font-size: 0.9rem;
    }
}

/* Tablets (641px - 1023px) */
@media (min-width: 641px) and (max-width: 1023px) {
    .hero-title[b-pk0vq14ap3] {
        font-size: 3rem;
    }

    .section-title[b-pk0vq14ap3] {
        font-size: 2.5rem;
    }

    .feature-card[b-pk0vq14ap3] {
        padding: 2.25rem 1.75rem;
    }

    .cta-title[b-pk0vq14ap3] {
        font-size: 2.75rem;
    }
}

/* Large tablets and small desktops (1024px - 1439px) */
@media (min-width: 1024px) {
    .hero-section[b-pk0vq14ap3] {
        min-height: 90vh;
    }

    .hero-title[b-pk0vq14ap3] {
        font-size: 3.75rem;
    }

    .hero-subtitle[b-pk0vq14ap3] {
        font-size: 1.4rem;
    }

    .features-section[b-pk0vq14ap3] {
        padding: 7rem 2rem;
    }

    .cta-section[b-pk0vq14ap3] {
        padding: 7rem 2rem;
    }
}

/* Large desktops (1440px+) */
@media (min-width: 1440px) {
    .hero-section[b-pk0vq14ap3] {
        min-height: 95vh;
    }

    .hero-title[b-pk0vq14ap3] {
        font-size: 4rem;
    }

    .hero-subtitle[b-pk0vq14ap3] {
        font-size: 1.5rem;
    }

    .section-title[b-pk0vq14ap3] {
        font-size: 3rem;
    }

    .section-subtitle[b-pk0vq14ap3] {
        font-size: 1.35rem;
    }

    .feature-card[b-pk0vq14ap3] {
        padding: 3rem 2.5rem;
    }

    .cta-title[b-pk0vq14ap3] {
        font-size: 3.5rem;
    }
}

/* ===============================================
   TOUCH-FRIENDLY INTERACTIONS
   =============================================== */

@media (hover: none) and (pointer: coarse) {
    /* Remove hover effects on touch devices */
    .feature-card:hover[b-pk0vq14ap3] {
        transform: none;
    }

    .hero-btn:hover[b-pk0vq14ap3],
    .cta-actions .btn-light:hover[b-pk0vq14ap3] {
        transform: none;
    }

    /* Add active states for touch */
    .feature-card:active[b-pk0vq14ap3] {
        transform: scale(0.98);
    }

    .hero-btn:active[b-pk0vq14ap3],
    .cta-actions .btn:active[b-pk0vq14ap3] {
        transform: scale(0.96);
    }
}

/* ===============================================
   ACCESSIBILITY & REDUCED MOTION
   =============================================== */

@media (prefers-reduced-motion: reduce) {
    .hero-badge[b-pk0vq14ap3],
    .cta-icon[b-pk0vq14ap3],
    .feature-icon[b-pk0vq14ap3],
    .hero-btn[b-pk0vq14ap3],
    .feature-card[b-pk0vq14ap3] {
        animation: none;
        transition: none;
    }
}

/* High contrast mode */
@media (prefers-contrast: high) {
    .hero-section[b-pk0vq14ap3],
    .cta-section[b-pk0vq14ap3] {
        border: 2px solid currentColor;
    }

    .feature-card[b-pk0vq14ap3],
    .stat-item[b-pk0vq14ap3] {
        border: 2px solid currentColor;
    }
}

/* Print styles */
@media print {
    .hero-actions[b-pk0vq14ap3],
    .cta-actions[b-pk0vq14ap3] {
        display: none;
    }

    .hero-section[b-pk0vq14ap3],
    .cta-section[b-pk0vq14ap3] {
        background: white;
        color: black;
    }
}

.stat-label[b-pk0vq14ap3] {
    font-size: 1.1rem;
    color: #6c757d;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

/* Responsive Design */
@media (max-width: 991px) {
    .hero-title[b-pk0vq14ap3] {
        font-size: 2.75rem;
    }

    .section-title[b-pk0vq14ap3] {
        font-size: 2.25rem;
    }

    .cta-title[b-pk0vq14ap3] {
        font-size: 2.25rem;
    }
}

@media (max-width: 767px) {
    .hero-section[b-pk0vq14ap3] {
        min-height: 70vh;
        padding: 3rem 1.5rem;
    }

    .hero-title[b-pk0vq14ap3] {
        font-size: 2.25rem;
    }

    .hero-subtitle[b-pk0vq14ap3] {
        font-size: 1.15rem;
    }

    .hero-actions[b-pk0vq14ap3] {
        flex-direction: column;
    }

    .hero-btn[b-pk0vq14ap3] {
        width: 100%;
        max-width: 300px;
    }

    .section-title[b-pk0vq14ap3] {
        font-size: 2rem;
    }

    .section-subtitle[b-pk0vq14ap3] {
        font-size: 1.1rem;
    }

    .feature-card[b-pk0vq14ap3] {
        padding: 2rem 1.5rem;
    }

    .cta-title[b-pk0vq14ap3] {
        font-size: 2rem;
    }

    .cta-description[b-pk0vq14ap3] {
        font-size: 1.1rem;
    }

    .cta-actions .btn[b-pk0vq14ap3] {
        width: 100%;
        max-width: 300px;
    }

    .stat-number[b-pk0vq14ap3] {
        font-size: 2rem;
    }

    .stat-label[b-pk0vq14ap3] {
        font-size: 1rem;
    }

    .features-section[b-pk0vq14ap3],
    .cta-section[b-pk0vq14ap3],
    .stats-section[b-pk0vq14ap3] {
        padding: 4rem 1.5rem;
    }
}

@media (max-width: 575px) {
    .hero-badge[b-pk0vq14ap3] {
        width: 60px;
        height: 60px;
        margin-bottom: 1.5rem;
    }

    .hero-icon[b-pk0vq14ap3] {
        font-size: 2rem;
    }

    .hero-title[b-pk0vq14ap3] {
        font-size: 1.85rem;
    }

    .hero-subtitle[b-pk0vq14ap3] {
        font-size: 1rem;
    }

    .feature-icon[b-pk0vq14ap3] {
        width: 60px;
        height: 60px;
        font-size: 1.75rem;
    }

    .feature-title[b-pk0vq14ap3] {
        font-size: 1.35rem;
    }
}
/* /Components/Pages/PagesAdventure/AdventureDetail.razor.rz.scp.css */
/* AreaDetail Page Styles */

.area-detail-page[b-goznq98yeo] {
    padding: 2rem 0;
    animation: fadeIn-b-goznq98yeo 0.5s ease-in;
}

@keyframes fadeIn-b-goznq98yeo {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Breadcrumb */
.breadcrumb[b-goznq98yeo] {
    background-color: transparent;
    padding: 0.5rem 0;
    font-size: 0.9rem;
}

.breadcrumb-item a[b-goznq98yeo] {
    color: #C87D52;
    text-decoration: none;
    transition: color 0.2s ease;
}

    .breadcrumb-item a:hover[b-goznq98yeo] {
        color: #a06442;
        text-decoration: underline;
    }

.breadcrumb-item.active[b-goznq98yeo] {
    color: #6c757d;
    font-weight: 500;
}

/* Hero Section */
.area-hero[b-goznq98yeo] {
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
    border-radius: 16px;
    padding: 2.5rem;
    margin-bottom: 2rem;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
}

.area-avatar-wrapper[b-goznq98yeo] {
    position: relative;
    width: 180px;
    height: 180px;
    margin: 0 auto;
}

.area-avatar[b-goznq98yeo] {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
    border: 5px solid #fff;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
    transition: transform 0.3s ease;
}

    .area-avatar:hover[b-goznq98yeo] {
        transform: scale(1.05);
    }

.area-avatar-placeholder[b-goznq98yeo] {
    width: 180px;
    height: 180px;
    margin: 0 auto;
    border-radius: 50%;
    background: linear-gradient(135deg, #C87D52 0%, #a06442 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 5rem;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}

    .area-avatar-placeholder span[b-goznq98yeo] {
        filter: drop-shadow(2px 2px 4px rgba(0,0,0,0.3));
    }

.area-metadata .badge[b-goznq98yeo] {
    padding: 0.5rem 1rem;
    font-size: 0.9rem;
    font-weight: 600;
    border-radius: 20px;
    color: #fff; /* Ensure white text only on colored badges */
}

.area-metadata .bi[b-goznq98yeo] {
    margin-right: 0.25rem;
}

/* Detail Card */
.detail-card[b-goznq98yeo] {
    border: none;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
    border-radius: 12px;
    overflow: hidden;
}

    .detail-card .card-header[b-goznq98yeo] {
        background: linear-gradient(135deg, #C87D52 0%, #a06442 100%);
        border: none;
        padding: 1rem 1.5rem;
    }

        .detail-card .card-header .bi[b-goznq98yeo] {
            margin-right: 0.5rem;
        }

    .detail-card .card-body[b-goznq98yeo] {
        padding: 1.5rem;
    }

    .detail-card dl[b-goznq98yeo] {
        margin-bottom: 0;
    }

    .detail-card dt[b-goznq98yeo] {
        font-weight: 600;
        color: #5a3a27;
        margin-bottom: 0.5rem;
    }

    .detail-card dd[b-goznq98yeo] {
        color: #6c757d;
        margin-bottom: 0.5rem;
    }

/* Action Buttons */
.action-buttons[b-goznq98yeo] {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

    .action-buttons .btn[b-goznq98yeo] {
        display: inline-flex;
        align-items: center;
        gap: 0.5rem;
        padding: 0.75rem 1.5rem;
        font-weight: 600;
        border-radius: 10px;
        transition: all 0.2s ease;
    }

        .action-buttons .btn:hover[b-goznq98yeo] {
            transform: translateY(-2px);
            box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
        }

    .action-buttons .bi[b-goznq98yeo] {
        font-size: 1.1rem;
    }

/* Interactions Section */
.interactions-section[b-goznq98yeo] {
    background: white;
    border-radius: 12px;
    padding: 2rem;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
}

.section-header h2[b-goznq98yeo] {
    color: #3d2817;
    font-weight: 700;
    margin: 0;
}

.section-header .bi[b-goznq98yeo] {
    margin-right: 0.5rem;
    color: #C87D52;
}

.section-header .badge[b-goznq98yeo] {
    font-size: 0.9rem;
    padding: 0.5rem 1rem;
}

/* Modern Table Styles */
.modern-table[b-goznq98yeo] {
    border: none;
    border-radius: 8px;
    overflow: hidden;
}

    .modern-table thead[b-goznq98yeo] {
        background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    }

        .modern-table thead th[b-goznq98yeo] {
            border: none;
            color: #3d2817;
            font-weight: 700;
            padding: 1rem;
            text-transform: uppercase;
            font-size: 0.85rem;
            letter-spacing: 0.5px;
        }

    .modern-table tbody tr[b-goznq98yeo] {
        transition: all 0.2s ease;
        border-bottom: 1px solid #f0f0f0;
    }

        .modern-table tbody tr:hover[b-goznq98yeo] {
            background-color: #f8f9fa;
            transform: scale(1.01);
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
        }

    .modern-table tbody td[b-goznq98yeo] {
        padding: 1rem;
        vertical-align: middle;
    }

    .modern-table .btn-group[b-goznq98yeo] {
        gap: 0.5rem;
    }

        .modern-table .btn-group .btn[b-goznq98yeo] {
            display: inline-flex;
            align-items: center;
            gap: 0.25rem;
        }

/* Empty State */
.empty-state[b-goznq98yeo] {
    text-align: center;
    padding: 4rem 2rem;
}

.empty-icon[b-goznq98yeo] {
    font-size: 5rem;
    opacity: 0.3;
    margin-bottom: 1.5rem;
    filter: grayscale(100%);
}

.empty-state h3[b-goznq98yeo] {
    color: #3d2817;
    font-weight: 700;
    margin-bottom: 1rem;
}

.empty-state p[b-goznq98yeo] {
    font-size: 1.1rem;
    margin-bottom: 2rem;
    color: #495057; /* Darker color for better contrast on light background */
}

.empty-state .btn[b-goznq98yeo] {
    padding: 0.75rem 2rem;
    font-size: 1rem;
    font-weight: 600;
}

/* Responsive Design */
@media (max-width: 768px) {
    .area-hero[b-goznq98yeo] {
        padding: 1.5rem;
    }

    .area-avatar-wrapper[b-goznq98yeo],
    .area-avatar-placeholder[b-goznq98yeo] {
        width: 120px;
        height: 120px;
        margin-bottom: 1.5rem;
    }

    .area-avatar-placeholder[b-goznq98yeo] {
        font-size: 3.5rem;
    }

    .action-buttons[b-goznq98yeo] {
        flex-direction: column;
    }

        .action-buttons .btn[b-goznq98yeo] {
            width: 100%;
            justify-content: center;
        }

    .interactions-section[b-goznq98yeo] {
        padding: 1rem;
    }

    .modern-table[b-goznq98yeo] {
        font-size: 0.875rem;
    }

        .modern-table thead th[b-goznq98yeo],
        .modern-table tbody td[b-goznq98yeo] {
            padding: 0.75rem 0.5rem;
        }
}

@media (max-width: 576px) {
    .area-detail-page[b-goznq98yeo] {
        padding: 1rem 0;
    }

    .detail-card .card-body[b-goznq98yeo] {
        padding: 1rem;
    }

    .empty-state[b-goznq98yeo] {
        padding: 2rem 1rem;
    }

    .empty-icon[b-goznq98yeo] {
        font-size: 3.5rem;
    }
}

/* QuickGrid responsive */
.interactions-section[b-goznq98yeo]  table {
    width: 100%;
    table-layout: auto;
}

.interactions-section[b-goznq98yeo]  td,
.interactions-section[b-goznq98yeo]  th {
    vertical-align: middle;
}

@media (max-width: 640px) {
    .interactions-section[b-goznq98yeo]  td,
    .interactions-section[b-goznq98yeo]  th {
        padding: 0.4rem 0.35rem;
        font-size: 0.82rem;
    }

    .interactions-section[b-goznq98yeo]  .btn-sm {
        padding: 0.25rem 0.4rem;
        font-size: 0.75rem;
    }
}
/* /Components/Pages/PagesArea/AreaDetail.razor.rz.scp.css */
/* AreaDetail Page Styles */

.area-detail-page[b-esyyxs01r6] {
    padding: 2rem 0;
    animation: fadeIn-b-esyyxs01r6 0.5s ease-in;
}

@keyframes fadeIn-b-esyyxs01r6 {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Breadcrumb */
.breadcrumb[b-esyyxs01r6] {
    background-color: transparent;
    padding: 0.5rem 0;
    font-size: 0.9rem;
}

.breadcrumb-item a[b-esyyxs01r6] {
    color: #C87D52;
    text-decoration: none;
    transition: color 0.2s ease;
}

    .breadcrumb-item a:hover[b-esyyxs01r6] {
        color: #a06442;
        text-decoration: underline;
    }

.breadcrumb-item.active[b-esyyxs01r6] {
    color: #6c757d;
    font-weight: 500;
}

/* Hero Section */
.area-hero[b-esyyxs01r6] {
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
    border-radius: 16px;
    padding: 2.5rem;
    margin-bottom: 2rem;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
}

.area-avatar-wrapper[b-esyyxs01r6] {
    position: relative;
    width: 180px;
    height: 180px;
    margin: 0 auto;
}

.area-avatar[b-esyyxs01r6] {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
    border: 5px solid #fff;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
    transition: transform 0.3s ease;
}

    .area-avatar:hover[b-esyyxs01r6] {
        transform: scale(1.05);
    }

.area-avatar-placeholder[b-esyyxs01r6] {
    width: 180px;
    height: 180px;
    margin: 0 auto;
    border-radius: 50%;
    background: linear-gradient(135deg, #C87D52 0%, #a06442 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 5rem;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}

    .area-avatar-placeholder span[b-esyyxs01r6] {
        filter: drop-shadow(2px 2px 4px rgba(0,0,0,0.3));
    }

.area-metadata .badge[b-esyyxs01r6] {
    padding: 0.5rem 1rem;
    font-size: 0.9rem;
    font-weight: 600;
    border-radius: 20px;
    color: #fff; /* Ensure white text only on colored badges */
}

.area-metadata .bi[b-esyyxs01r6] {
    margin-right: 0.25rem;
}

/* Detail Card */
.detail-card[b-esyyxs01r6] {
    border: none;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
    border-radius: 12px;
    overflow: hidden;
}

    .detail-card .card-header[b-esyyxs01r6] {
        background: linear-gradient(135deg, #C87D52 0%, #a06442 100%);
        border: none;
        padding: 1rem 1.5rem;
    }

        .detail-card .card-header .bi[b-esyyxs01r6] {
            margin-right: 0.5rem;
        }

    .detail-card .card-body[b-esyyxs01r6] {
        padding: 1.5rem;
    }

    .detail-card dl[b-esyyxs01r6] {
        margin-bottom: 0;
    }

    .detail-card dt[b-esyyxs01r6] {
        font-weight: 600;
        color: #5a3a27;
        margin-bottom: 0.5rem;
    }

    .detail-card dd[b-esyyxs01r6] {
        color: #6c757d;
        margin-bottom: 0.5rem;
    }

/* Action Buttons */
.action-buttons[b-esyyxs01r6] {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

    .action-buttons .btn[b-esyyxs01r6] {
        display: inline-flex;
        align-items: center;
        gap: 0.5rem;
        padding: 0.75rem 1.5rem;
        font-weight: 600;
        border-radius: 10px;
        transition: all 0.2s ease;
    }

        .action-buttons .btn:hover[b-esyyxs01r6] {
            transform: translateY(-2px);
            box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
        }

    .action-buttons .bi[b-esyyxs01r6] {
        font-size: 1.1rem;
    }

/* Interactions Section */
.interactions-section[b-esyyxs01r6] {
    background: white;
    border-radius: 12px;
    padding: 2rem;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
}

.section-header h2[b-esyyxs01r6] {
    color: #3d2817;
    font-weight: 700;
    margin: 0;
}

.section-header .bi[b-esyyxs01r6] {
    margin-right: 0.5rem;
    color: #C87D52;
}

.section-header .badge[b-esyyxs01r6] {
    font-size: 0.9rem;
    padding: 0.5rem 1rem;
}

/* Modern Table Styles */
.modern-table[b-esyyxs01r6] {
    border: none;
    border-radius: 8px;
    overflow: hidden;
}

    .modern-table thead[b-esyyxs01r6] {
        background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    }

        .modern-table thead th[b-esyyxs01r6] {
            border: none;
            color: #3d2817;
            font-weight: 700;
            padding: 1rem;
            text-transform: uppercase;
            font-size: 0.85rem;
            letter-spacing: 0.5px;
        }

    .modern-table tbody tr[b-esyyxs01r6] {
        transition: all 0.2s ease;
        border-bottom: 1px solid #f0f0f0;
    }

        .modern-table tbody tr:hover[b-esyyxs01r6] {
            background-color: #f8f9fa;
            transform: scale(1.01);
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
        }

    .modern-table tbody td[b-esyyxs01r6] {
        padding: 1rem;
        vertical-align: middle;
    }

    .modern-table .btn-group[b-esyyxs01r6] {
        gap: 0.5rem;
    }

        .modern-table .btn-group .btn[b-esyyxs01r6] {
            display: inline-flex;
            align-items: center;
            gap: 0.25rem;
        }

/* Empty State */
.empty-state[b-esyyxs01r6] {
    text-align: center;
    padding: 4rem 2rem;
}

.empty-icon[b-esyyxs01r6] {
    font-size: 5rem;
    opacity: 0.3;
    margin-bottom: 1.5rem;
    filter: grayscale(100%);
}

.empty-state h3[b-esyyxs01r6] {
    color: #3d2817;
    font-weight: 700;
    margin-bottom: 1rem;
}

.empty-state p[b-esyyxs01r6] {
    font-size: 1.1rem;
    margin-bottom: 2rem;
    color: #495057; /* Darker color for better contrast on light background */
}

.empty-state .btn[b-esyyxs01r6] {
    padding: 0.75rem 2rem;
    font-size: 1rem;
    font-weight: 600;
}

/* Responsive Design */
@media (max-width: 768px) {
    .area-hero[b-esyyxs01r6] {
        padding: 1.5rem;
    }

    .area-avatar-wrapper[b-esyyxs01r6],
    .area-avatar-placeholder[b-esyyxs01r6] {
        width: 120px;
        height: 120px;
        margin-bottom: 1.5rem;
    }

    .area-avatar-placeholder[b-esyyxs01r6] {
        font-size: 3.5rem;
    }

    .action-buttons[b-esyyxs01r6] {
        flex-direction: column;
    }

        .action-buttons .btn[b-esyyxs01r6] {
            width: 100%;
            justify-content: center;
        }

    .interactions-section[b-esyyxs01r6] {
        padding: 1rem;
    }

    .modern-table[b-esyyxs01r6] {
        font-size: 0.875rem;
    }

        .modern-table thead th[b-esyyxs01r6],
        .modern-table tbody td[b-esyyxs01r6] {
            padding: 0.75rem 0.5rem;
        }
}

@media (max-width: 576px) {
    .area-detail-page[b-esyyxs01r6] {
        padding: 1rem 0;
    }

    .detail-card .card-body[b-esyyxs01r6] {
        padding: 1rem;
    }

    .empty-state[b-esyyxs01r6] {
        padding: 2rem 1rem;
    }

    .empty-icon[b-esyyxs01r6] {
        font-size: 3.5rem;
    }
}

/* QuickGrid responsive */
.interactions-section[b-esyyxs01r6]  table {
    width: 100%;
    table-layout: auto;
}

.interactions-section[b-esyyxs01r6]  td,
.interactions-section[b-esyyxs01r6]  th {
    vertical-align: middle;
}

@media (max-width: 640px) {
    .interactions-section[b-esyyxs01r6]  td,
    .interactions-section[b-esyyxs01r6]  th {
        padding: 0.4rem 0.35rem;
        font-size: 0.82rem;
    }

    .interactions-section[b-esyyxs01r6]  .btn-sm {
        padding: 0.25rem 0.4rem;
        font-size: 0.75rem;
    }
}
/* /Components/Pages/PagesCampaign/CampaignDetail.razor.rz.scp.css */
/* AreaDetail Page Styles */

.area-detail-page[b-ev59pj4r2s] {
    padding: 2rem 0;
    animation: fadeIn-b-ev59pj4r2s 0.5s ease-in;
}

@keyframes fadeIn-b-ev59pj4r2s {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Breadcrumb */
.breadcrumb[b-ev59pj4r2s] {
    background-color: transparent;
    padding: 0.5rem 0;
    font-size: 0.9rem;
}

.breadcrumb-item a[b-ev59pj4r2s] {
    color: #C87D52;
    text-decoration: none;
    transition: color 0.2s ease;
}

    .breadcrumb-item a:hover[b-ev59pj4r2s] {
        color: #a06442;
        text-decoration: underline;
    }

.breadcrumb-item.active[b-ev59pj4r2s] {
    color: #6c757d;
    font-weight: 500;
}

/* Hero Section */
.area-hero[b-ev59pj4r2s] {
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
    border-radius: 16px;
    padding: 2.5rem;
    margin-bottom: 2rem;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
}

.area-avatar-wrapper[b-ev59pj4r2s] {
    position: relative;
    width: 180px;
    height: 180px;
    margin: 0 auto;
}

.area-avatar[b-ev59pj4r2s] {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
    border: 5px solid #fff;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
    transition: transform 0.3s ease;
}

    .area-avatar:hover[b-ev59pj4r2s] {
        transform: scale(1.05);
    }

.area-avatar-placeholder[b-ev59pj4r2s] {
    width: 180px;
    height: 180px;
    margin: 0 auto;
    border-radius: 50%;
    background: linear-gradient(135deg, #C87D52 0%, #a06442 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 5rem;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}

    .area-avatar-placeholder span[b-ev59pj4r2s] {
        filter: drop-shadow(2px 2px 4px rgba(0,0,0,0.3));
    }

.area-metadata .badge[b-ev59pj4r2s] {
    padding: 0.5rem 1rem;
    font-size: 0.9rem;
    font-weight: 600;
    border-radius: 20px;
    color: #fff; /* Ensure white text only on colored badges */
}

.area-metadata .bi[b-ev59pj4r2s] {
    margin-right: 0.25rem;
}

/* Detail Card */
.detail-card[b-ev59pj4r2s] {
    border: none;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
    border-radius: 12px;
    overflow: hidden;
}

    .detail-card .card-header[b-ev59pj4r2s] {
        background: linear-gradient(135deg, #C87D52 0%, #a06442 100%);
        border: none;
        padding: 1rem 1.5rem;
    }

        .detail-card .card-header .bi[b-ev59pj4r2s] {
            margin-right: 0.5rem;
        }

    .detail-card .card-body[b-ev59pj4r2s] {
        padding: 1.5rem;
    }

    .detail-card dl[b-ev59pj4r2s] {
        margin-bottom: 0;
    }

    .detail-card dt[b-ev59pj4r2s] {
        font-weight: 600;
        color: #5a3a27;
        margin-bottom: 0.5rem;
    }

    .detail-card dd[b-ev59pj4r2s] {
        color: #6c757d;
        margin-bottom: 0.5rem;
    }

/* Action Buttons */
.action-buttons[b-ev59pj4r2s] {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

    .action-buttons .btn[b-ev59pj4r2s] {
        display: inline-flex;
        align-items: center;
        gap: 0.5rem;
        padding: 0.75rem 1.5rem;
        font-weight: 600;
        border-radius: 10px;
        transition: all 0.2s ease;
    }

        .action-buttons .btn:hover[b-ev59pj4r2s] {
            transform: translateY(-2px);
            box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
        }

    .action-buttons .bi[b-ev59pj4r2s] {
        font-size: 1.1rem;
    }

/* Interactions Section */
.interactions-section[b-ev59pj4r2s] {
    background: white;
    border-radius: 12px;
    padding: 2rem;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
}

.section-header h2[b-ev59pj4r2s] {
    color: #3d2817;
    font-weight: 700;
    margin: 0;
}

.section-header .bi[b-ev59pj4r2s] {
    margin-right: 0.5rem;
    color: #C87D52;
}

.section-header .badge[b-ev59pj4r2s] {
    font-size: 0.9rem;
    padding: 0.5rem 1rem;
}

/* Modern Table Styles */
.modern-table[b-ev59pj4r2s] {
    border: none;
    border-radius: 8px;
    overflow: hidden;
}

    .modern-table thead[b-ev59pj4r2s] {
        background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    }

        .modern-table thead th[b-ev59pj4r2s] {
            border: none;
            color: #3d2817;
            font-weight: 700;
            padding: 1rem;
            text-transform: uppercase;
            font-size: 0.85rem;
            letter-spacing: 0.5px;
        }

    .modern-table tbody tr[b-ev59pj4r2s] {
        transition: all 0.2s ease;
        border-bottom: 1px solid #f0f0f0;
    }

        .modern-table tbody tr:hover[b-ev59pj4r2s] {
            background-color: #f8f9fa;
            transform: scale(1.01);
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
        }

    .modern-table tbody td[b-ev59pj4r2s] {
        padding: 1rem;
        vertical-align: middle;
    }

    .modern-table .btn-group[b-ev59pj4r2s] {
        gap: 0.5rem;
    }

        .modern-table .btn-group .btn[b-ev59pj4r2s] {
            display: inline-flex;
            align-items: center;
            gap: 0.25rem;
        }

/* Empty State */
.empty-state[b-ev59pj4r2s] {
    text-align: center;
    padding: 4rem 2rem;
}

.empty-icon[b-ev59pj4r2s] {
    font-size: 5rem;
    opacity: 0.3;
    margin-bottom: 1.5rem;
    filter: grayscale(100%);
}

.empty-state h3[b-ev59pj4r2s] {
    color: #3d2817;
    font-weight: 700;
    margin-bottom: 1rem;
}

.empty-state p[b-ev59pj4r2s] {
    font-size: 1.1rem;
    margin-bottom: 2rem;
    color: #495057; /* Darker color for better contrast on light background */
}

.empty-state .btn[b-ev59pj4r2s] {
    padding: 0.75rem 2rem;
    font-size: 1rem;
    font-weight: 600;
}

/* Responsive Design */
@media (max-width: 768px) {
    .area-hero[b-ev59pj4r2s] {
        padding: 1.5rem;
    }

    .area-avatar-wrapper[b-ev59pj4r2s],
    .area-avatar-placeholder[b-ev59pj4r2s] {
        width: 120px;
        height: 120px;
        margin-bottom: 1.5rem;
    }

    .area-avatar-placeholder[b-ev59pj4r2s] {
        font-size: 3.5rem;
    }

    .action-buttons[b-ev59pj4r2s] {
        flex-direction: column;
    }

        .action-buttons .btn[b-ev59pj4r2s] {
            width: 100%;
            justify-content: center;
        }

    .interactions-section[b-ev59pj4r2s] {
        padding: 1rem;
    }

    .modern-table[b-ev59pj4r2s] {
        font-size: 0.875rem;
    }

        .modern-table thead th[b-ev59pj4r2s],
        .modern-table tbody td[b-ev59pj4r2s] {
            padding: 0.75rem 0.5rem;
        }
}

@media (max-width: 576px) {
    .area-detail-page[b-ev59pj4r2s] {
        padding: 1rem 0;
    }

    .detail-card .card-body[b-ev59pj4r2s] {
        padding: 1rem;
    }

    .empty-state[b-ev59pj4r2s] {
        padding: 2rem 1rem;
    }

    .empty-icon[b-ev59pj4r2s] {
        font-size: 3.5rem;
    }
}

/* QuickGrid responsive */
.interactions-section[b-ev59pj4r2s]  table {
    width: 100%;
    table-layout: auto;
}

.interactions-section[b-ev59pj4r2s]  td,
.interactions-section[b-ev59pj4r2s]  th {
    vertical-align: middle;
}

@media (max-width: 640px) {
    .interactions-section[b-ev59pj4r2s]  td,
    .interactions-section[b-ev59pj4r2s]  th {
        padding: 0.4rem 0.35rem;
        font-size: 0.82rem;
    }

    .interactions-section[b-ev59pj4r2s]  .btn-sm {
        padding: 0.25rem 0.4rem;
        font-size: 0.75rem;
    }
}
/* /Components/Pages/PagesSubscription/SubscriptionChoose.razor.rz.scp.css */
.subscription-container[b-b5a0hu8707] {
    max-width: 1400px;
    margin: 0 auto;
    padding: 2rem 1rem;
}

.subscription-header[b-b5a0hu8707] {
    margin-bottom: 3rem;
}

.text-gradient[b-b5a0hu8707] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.subscription-card[b-b5a0hu8707] {
    position: relative;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-radius: 1rem;
    overflow: hidden;
}

.subscription-card:hover[b-b5a0hu8707] {
    transform: translateY(-8px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
}

.subscription-card.popular-tier[b-b5a0hu8707] {
    border-width: 2px;
    box-shadow: 0 8px 16px rgba(102, 126, 234, 0.2);
}

.subscription-card.current-tier[b-b5a0hu8707] {
    border-width: 2px;
    background: linear-gradient(135deg, #f5f7fa 0%, #e8f5e9 100%);
}

.subscription-badge[b-b5a0hu8707] {
    position: absolute;
    top: 1rem;
    right: 1rem;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 0.375rem 0.75rem;
    border-radius: 2rem;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    z-index: 10;
}

.subscription-badge.current[b-b5a0hu8707] {
    background: linear-gradient(135deg, #28a745 0%, #20c997 100%);
}

.subscription-icon[b-b5a0hu8707] {
    font-size: 3rem;
    text-align: center;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
}

.subscription-price[b-b5a0hu8707] {
    display: flex;
    align-items: baseline;
    justify-content: center;
    padding: 1rem 0;
    border-top: 1px solid #dee2e6;
    border-bottom: 1px solid #dee2e6;
}

.price-currency[b-b5a0hu8707] {
    font-size: 1.5rem;
    font-weight: 600;
    color: #6c757d;
}

.price-amount[b-b5a0hu8707] {
    font-size: 2.5rem;
    font-weight: 700;
    color: #212529;
    margin: 0 0.25rem;
}

.price-period[b-b5a0hu8707] {
    font-size: 1rem;
    color: #6c757d;
}

.subscription-features li[b-b5a0hu8707] {
    padding: 0.5rem 0;
    color: #495057;
    font-size: 0.9rem;
}

.subscription-features i[b-b5a0hu8707] {
    font-size: 1rem;
}

.subscription-footer[b-b5a0hu8707] {
    color: #6c757d;
}

.subscription-footer i[b-b5a0hu8707] {
    margin-bottom: 0.5rem;
}

@media (max-width: 768px) {
    .subscription-container[b-b5a0hu8707] {
        padding: 1rem 0.5rem;
    }

    .price-amount[b-b5a0hu8707] {
        font-size: 2rem;
    }

    .subscription-icon[b-b5a0hu8707] {
        font-size: 2.5rem;
    }
}

@keyframes pulse-b-b5a0hu8707 {
    0%, 100% {
        opacity: 1;
    }
    50% {
        opacity: 0.5;
    }
}

.loading-pulse[b-b5a0hu8707] {
    animation: pulse-b-b5a0hu8707 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}
