@import '_content/Dreamon.SharedUi/Dreamon.SharedUi.g1d03dq95a.bundle.scp.css';
@import '_content/Dreamon.UiComponent/Dreamon.UiComponent.jncr8u8zrg.bundle.scp.css';

/* /Components/Pages/BrowserClose/BrowserClosePage.razor.rz.scp.css */
/* LaunchScreen 컴포넌트에서 스타일을 처리함 */
/* /Components/Pages/CoupangRank/Components/ProductCard.razor.rz.scp.css */
/* ========================
   Card Container Layout (Desktop First: 992px+)
   ======================== */

.card-container[b-4nlkjf44ub] {
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 100%;
    width: 100%;
    gap: 20px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    overflow: hidden;
    background-color: #fff;
    transition: box-shadow 0.3s ease;
}

.card-container:hover[b-4nlkjf44ub] {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

/* 이미지 래퍼 */
.thumbnail-wrapper[b-4nlkjf44ub] {
    width: 144px;
    height: 144px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* 이미지 */
.card-thumbnail[b-4nlkjf44ub] {
    width: 100%;
    height: 100%;
    max-width: 240px;
    object-fit: cover;
}

/* 순위 텍스트 */
.current-rank-badge[b-4nlkjf44ub] {
    color: #4a90e2;
    font-size: 0.99rem;
    font-weight: 500;
    animation: breathe-b-4nlkjf44ub 2s ease-in-out infinite;
}


/* 살아 숨쉬는 애니메이션 */
@keyframes breathe-b-4nlkjf44ub {
    0%, 100% {
        opacity: 0.9;
        transform: scale(1);
    }
    50% {
        opacity: 1;
        transform: scale(1.08);
    }
}

/* 정보 영역 */
.card-info[b-4nlkjf44ub] {
    display: flex;
    flex-direction: row;
    width: 100%;
    gap: 12px;
    align-items: stretch;
    padding-right: 10px;
}

/* 텍스트 콘텐츠 영역 */
.product-content[b-4nlkjf44ub] {
    display: flex;
    flex-direction: column;
    flex: 1;
    gap: 8px;
}

/* 액션 버튼 영역 */
.action-section[b-4nlkjf44ub] {
    display: flex;
    flex-shrink: 0;
    width: 100px;
    align-items: flex-end;
}

/* 정보 헤더 (키워드 + 순위) */
.product-info-header[b-4nlkjf44ub] {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 0.5rem;
}

.product-keyword[b-4nlkjf44ub] {
    margin: 0;
    font-size: 1.75rem;
    font-weight: 600;
    line-height: 1.4;
}

.product-name[b-4nlkjf44ub] {
    margin: 0;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.4;
}



/* 날짜 섹션 */
.date-section[b-4nlkjf44ub] {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 2px;
}

.expires-date[b-4nlkjf44ub] {
    font-size: 1rem;
    font-weight: 600;
}

/* 상세보기 버튼 래퍼 */
.detail-button-wrapper[b-4nlkjf44ub] {
    width: 100%;
}

/* ========================
   반응형 스타일 (576px ~ 1023px 태블릿)
   ======================== */

@media (max-width: 1023px) {
    .card-container[b-4nlkjf44ub] {
        gap: 16px;
    }

    .thumbnail-wrapper[b-4nlkjf44ub] {
        width: 120px;
        height: 120px;
    }

    .card-info[b-4nlkjf44ub] {
    }

    .product-info-header[b-4nlkjf44ub] {
        gap: 0.5rem;
    }

    .current-rank-badge[b-4nlkjf44ub] {
        font-size: 0.858rem;
    }

    .product-keyword[b-4nlkjf44ub] {
        font-size: 1.5rem;
    }

    .product-name[b-4nlkjf44ub] {
        font-size: 0.875rem;
    }
}

/* ========================
   반응형 스타일 (0 ~ 575px 모바일)
   ======================== */

@media (max-width: 575px) {
    .card-container[b-4nlkjf44ub] {
        flex-direction: column;
        gap: 12px;
    }

    .thumbnail-wrapper[b-4nlkjf44ub] {
        width: 100%;
        height: auto;
        min-height: 96px;
    }

    .card-info[b-4nlkjf44ub] {
        padding: 12px 16px;
        flex-direction: column;
        gap: 12px;
        align-items: stretch;
    }

    .product-content[b-4nlkjf44ub] {
        flex: 1;
        gap: 8px;
    }

    .product-info-header[b-4nlkjf44ub] {
        gap: 0.5rem;
    }

    .current-rank-badge[b-4nlkjf44ub] {
        font-size: 0.792rem;
    }

    .product-keyword[b-4nlkjf44ub] {
        font-size: 1.375rem;
    }

    .product-name[b-4nlkjf44ub] {
        font-size: 0.8125rem;
    }

    .action-section[b-4nlkjf44ub] {
        width: 100%;
        display: flex;
        align-items: center;
        border-top: 1px solid #f0f0f0;
        padding: 8px 0 5px;
    }

    .date-section[b-4nlkjf44ub] {
        justify-content: flex-end;
    }

    .expires-date[b-4nlkjf44ub] {
        font-size: 1rem;
    }

    .detail-button-wrapper[b-4nlkjf44ub] {
        width: 100%;
        height: 100%;
    }

    .detail-button-wrapper button[b-4nlkjf44ub] {
        width: 100%;
        height: 100%;
    }
}
/* /Components/Pages/CoupangRank/Components/ProductDetailDialog.razor.rz.scp.css */
.dialog-container[b-urn62sycab] {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    justify-content: center;
    padding-bottom: 10px;
}

.controls-section[b-urn62sycab] {
    position: sticky;
    top: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    justify-content: center;
    align-items: center;
    background-color: #ffffff;
    z-index: 10;
    padding-top: 15px;
    padding-bottom: 15px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.date-title[b-urn62sycab] {
    font-size: 1rem;
    font-weight: 700;
}

.chart-section[b-urn62sycab] {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;

}

/* ========================================
   Product Info Section
   ======================================== */

.product-info-container[b-urn62sycab] {
    width: 100%;
    display: flex;
    gap: 1rem;
    align-items: flex-start;
    padding-left: 10px;
    padding-right: 10px;
}

.product-thumbnail[b-urn62sycab] {
    flex-shrink: 0;
    border-radius: 4px;
    overflow: hidden;
    background-color: #f5f5f5;
    width: var(--coupang-product-detail-thumbnail-size-mobile);
    height: var(--coupang-product-detail-thumbnail-size-mobile);
}

.product-thumbnail-image[b-urn62sycab] {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    display: block;
}

.product-info-text-area[b-urn62sycab] {
    flex: 1;
    display: flex;
    flex-direction: column;
    min-width: 0;
    height: var(--coupang-product-detail-thumbnail-size-mobile);
    justify-content: space-between;
    padding-top: 5px;
    padding-bottom: 5px;
}

.product-keyword[b-urn62sycab] {
    font-size: 1.2rem;
    font-weight: 700;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.product-name[b-urn62sycab] {
    font-size: 0.8rem;
    font-weight: 500;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* 모바일 뷰 (max-width: 575px) */
@media (max-width: 575px) {
    .product-thumbnail[b-urn62sycab] {
        width: var(--coupang-product-detail-thumbnail-size-mobile);
        height: var(--coupang-product-detail-thumbnail-size-mobile);
    }

    .product-info-text-area[b-urn62sycab] {
        height: var(--coupang-product-detail-thumbnail-size-mobile);
    }

    .product-keyword[b-urn62sycab] {
        font-size: 1.2rem;
    }

    .product-name[b-urn62sycab] {
        font-size: 0.8rem;
    }
}

/* 태블릿 뷰 (576px ~ 1023px) */
@media (min-width: 576px) and (max-width: 1023px) {
    .product-info-container[b-urn62sycab] {
        padding-left: 15px;
        padding-right: 15px;
    }

    .product-thumbnail[b-urn62sycab] {
        width: var(--coupang-product-detail-thumbnail-size-tablet);
        height: var(--coupang-product-detail-thumbnail-size-tablet);
    }

    .product-info-text-area[b-urn62sycab] {
        height: var(--coupang-product-detail-thumbnail-size-tablet);
    }

    .product-keyword[b-urn62sycab] {
        font-size: 1.35rem;
    }

    .product-name[b-urn62sycab] {
        font-size: 0.925rem;
    }
}

/* 데스크톱 뷰 (1024px 이상) */
@media (min-width: 1024px) {
    .product-info-container[b-urn62sycab] {
        padding-left: 20px;
        padding-right: 20px;
    }

    .product-thumbnail[b-urn62sycab] {
        width: var(--coupang-product-detail-thumbnail-size-desktop);
        height: var(--coupang-product-detail-thumbnail-size-desktop);
    }

    .product-info-text-area[b-urn62sycab] {
        height: var(--coupang-product-detail-thumbnail-size-desktop);
    }

    .product-keyword[b-urn62sycab] {
        font-size: 1.5rem;
    }

    .product-name[b-urn62sycab] {
        font-size: 1.05rem;
    }
}
/* /Components/Pages/CoupangRank/CoupangRankPage.razor.rz.scp.css */
/* CoupangRankPage 스타일 */

/* ========================================
   Sticky Search Bar
   ======================================== */

.search-bar-sticky[b-ia3yasizbq] {
    position: sticky;
    top: 0;
    z-index: 100;
    background-color: #ffffff;
    padding: 1rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    margin-bottom: 1rem;
    width: 100%;
    box-sizing: border-box;
}

/* 검색 바 컨텐츠 컨테이너 */
.search-bar-sticky .search-bar-content[b-ia3yasizbq] {
    display: flex;
    gap: 0.5rem;
    justify-content: center;
}

/* 데스크톱 뷰 (576px 이상) */
@media (min-width: 576px) {
    .search-bar-sticky .search-bar-content[b-ia3yasizbq] {
        flex-direction: row;
        align-items: center;
    }

    .search-bar-sticky .search-input-wrapper[b-ia3yasizbq] {
        flex: 0 1 auto;
        max-width: 300px;
        width: 100%;
    }

    .search-bar-sticky .search-button-wrapper[b-ia3yasizbq] {
        flex: 0 0 100px;
        width: 100px;
    }
}

/* 모바일 뷰 (576px 미만) */
@media (max-width: 575px) {
    .search-bar-sticky[b-ia3yasizbq] {
        padding: 0.5rem;
    }

    .search-bar-sticky .search-bar-content[b-ia3yasizbq] {
        flex-direction: column;
        align-items: stretch;
    }

    .search-bar-sticky .search-input-wrapper[b-ia3yasizbq],
    .search-bar-sticky .search-button-wrapper[b-ia3yasizbq] {
        width: 100%;
        max-width: 100%;
    }
}

/* ========================================
   Input with Clear Button
   ======================================== */

/* Clear 버튼이 있는 Input Wrapper */
.search-input-wrapper .input-with-clear-button[b-ia3yasizbq] {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
}

/* Clear 버튼 스타일 */
.search-input-wrapper .clear-button[b-ia3yasizbq] {
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
    border: none;
    padding: 4px;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    border-radius: 50%;
    cursor: pointer;
    transition: background-color 0.2s ease;
    color: rgba(0, 0, 0, 0.54);
}

/* Clear 버튼 아이콘 스타일 */
.search-input-wrapper .clear-button span[b-ia3yasizbq] {
    font-size: 20px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Clear 버튼 Hover 효과 */
.search-input-wrapper .clear-button:hover[b-ia3yasizbq] {
    background: rgba(0, 0, 0, 0.08);
    color: rgba(0, 0, 0, 0.87);
}

/* Clear 버튼 Active 효과 */
.search-input-wrapper .clear-button:active[b-ia3yasizbq] {
    background: rgba(0, 0, 0, 0.12);
}

/* 모바일 뷰 (575px 이하) */
@media (max-width: 575px) {
    .search-input-wrapper .clear-button[b-ia3yasizbq] {
        right: 6px;
        width: 36px;
        height: 36px;
        padding: 6px;
    }

    .search-input-wrapper .clear-button span[b-ia3yasizbq] {
        font-size: 22px;
    }
}
/* /Components/Pages/Home/HomePage.razor.rz.scp.css */
/* HomePage.razor.css */

/* General Layout */
.landing-page[b-mn2xzc60bw] {
    width: 100%;
    overflow-x: hidden;
}

.container[b-mn2xzc60bw] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1rem;
}

/* Header Section */
/* AppHeader 컴포넌트로 이동됨 */

/* Hero Section */
.hero-section[b-mn2xzc60bw] {
    background: linear-gradient(to bottom, #1475c4 0%, rgba(118, 75, 162, 0.8) 100%), url('../images/hero-bg.png');
    background-size: cover;
    background-position: center;
    padding: 7rem 1rem 4rem; /* Reduced padding */
    text-align: center;
    position: relative;
    overflow: hidden;
}

.hero-content[b-mn2xzc60bw] {
    position: relative;
    z-index: 2;
    max-width: 800px;
    margin: 0 auto;
}


.hero-message[b-mn2xzc60bw] {
    font-size: 2rem;
    font-weight: 700;
    color: #ffffff;
    margin-top: 2rem;
    line-height: 1.5;
    opacity: 0;
    animation: fadeInUp-b-mn2xzc60bw 1s ease-out forwards;
    animation-delay: 0.5s; /* Delay to appear after other elements */
}

@keyframes fadeInUp-b-mn2xzc60bw {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.hero-cta-button[b-mn2xzc60bw] {
    margin-top: 3rem;
    padding: 1rem 2rem;
    background-color: #ffffff;
    color: #1475c4;
    border: none;
    border-radius: 50px; /* Pill shape */
    font-size: 1.1rem;
    font-weight: 700;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 0.8rem;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    opacity: 0;
    animation: fadeInUp-b-mn2xzc60bw 1s ease-out forwards;
    animation-delay: 0.8s; /* Suggestion to show after text */
}

.hero-cta-button:hover[b-mn2xzc60bw] {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
    background-color: #ffffff;
}

.hero-cta-button .rzi[b-mn2xzc60bw] {
    font-size: 1.2rem;
    transition: transform 0.3s ease;
}

.hero-cta-button:hover .rzi[b-mn2xzc60bw] {
    transform: translateX(4px);
}

/* Abstract Background Shapes */
.hero-shape[b-mn2xzc60bw] {
    position: absolute;
    border-radius: 50%;
    filter: blur(80px);
    z-index: 1;
    opacity: 0.4; /* Reduced opacity */
}

.shape-1[b-mn2xzc60bw] {
    width: 400px;
    height: 400px;
    background: #ffffff; /* White shape */
    top: -100px;
    left: -100px;
}

.shape-2[b-mn2xzc60bw] {
    width: 300px;
    height: 300px;
    background: #ffffff; /* White shape */
    bottom: -50px;
    right: -50px;
}

/* Mission Section */
.mission-section[b-mn2xzc60bw] {
    padding: 3rem 0; /* Reduced padding */
    background-color: #f8f9fa;
    text-align: center;
    border-bottom: 1px solid #e9ecef;
}

.mission-content[b-mn2xzc60bw] {
    max-width: 900px;
    margin: 0 auto;
    font-size: 1.2rem;
    line-height: 1.8;
    color: #495057;
    font-weight: 500;
}

.mission-content p[b-mn2xzc60bw] {
    margin-bottom: 1rem;
}

.highlight-text[b-mn2xzc60bw] {
    color: #1475c4;
    font-weight: 700;
    font-size: 1.3rem;
    margin: 2rem 0;
}

.call-to-action-text[b-mn2xzc60bw] {
    font-weight: 700;
    color: #212529;
    margin-top: 2rem;
}

/* Features Section */
.features-section[b-mn2xzc60bw] {
    padding: 4rem 0; /* Reduced padding */
    background-color: #ffffff;
}

.section-title[b-mn2xzc60bw] {
    text-align: center;
    font-size: 2.5rem;
    font-weight: 700;
    color: #212529;
    margin-bottom: 4rem;
}

.features-grid[b-mn2xzc60bw] {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 2rem;
}

.feature-card[b-mn2xzc60bw] {
    background: #f8f9fa; /* Distinct background color */
    border-radius: 16px;
    padding: 2.5rem;
    text-align: center;
    transition: all 0.3s ease;
    border: 2px solid #e9ecef; /* Darker, visible border */
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.feature-card:hover[b-mn2xzc60bw] {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    border-color: #1475c4; /* Highlight border on hover */
    background: #ffffff;
}

.feature-icon-wrapper[b-mn2xzc60bw] {
    width: 80px;
    height: 80px;
    background: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
    color: #1475c4;
    box-shadow: 0 4px 10px rgba(0,0,0,0.05);
}

.feature-icon-wrapper .rzi[b-mn2xzc60bw] {
    font-size: 2.5rem;
    transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275); /* Bouncy scale animation */
}

.feature-card:hover .rzi[b-mn2xzc60bw] {
    transform: scale(1.3); /* Scale up icon */
}

.feature-title[b-mn2xzc60bw] {
    font-size: 1.5rem;
    font-weight: 700;
    color: #343a40;
    margin-bottom: 1rem;
}

.feature-desc[b-mn2xzc60bw] {
    color: #6c757d;
    line-height: 1.6;
}

/* Stats Section */
.stats-section[b-mn2xzc60bw] {
    padding: 5rem 0;
    background-color: #f8f9fa;
    border-top: 1px solid #e9ecef;
}

.stats-grid[b-mn2xzc60bw] {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 2rem;
    max-width: 1000px;
    margin: 0 auto;
}

.stat-item[b-mn2xzc60bw] {
    text-align: center;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.stat-number[b-mn2xzc60bw] {
    font-size: 3rem;
    font-weight: 800;
    color: #1475c4;
    margin-bottom: 0.5rem;
    display: block;
    line-height: 1;
}

.stat-label[b-mn2xzc60bw] {
    font-size: 1.1rem;
    color: #495057;
    font-weight: 500;
}

/* Responsive Adjustments */
/* Desktop (min-width: 576px) */
@media (min-width: 576px) {
    .features-grid[b-mn2xzc60bw] {
        grid-template-columns: repeat(3, 1fr);
    }

    .stats-grid[b-mn2xzc60bw] {
        grid-template-columns: repeat(3, 1fr);
    }
}

/* Mobile (max-width: 575px) */
@media (max-width: 575px) {
    .header-logo[b-mn2xzc60bw] {
        height: 32px;
    }

    .brand-name[b-mn2xzc60bw] {
        font-size: 1.2rem;
    }

    .logo-wrapper[b-mn2xzc60bw] {
        gap: 8px;
    }

    .section-title[b-mn2xzc60bw] {
        font-size: 2rem;
    }

    .hero-section[b-mn2xzc60bw] {
        padding: 5rem 1rem;
    }

    .mission-content[b-mn2xzc60bw] {
        font-size: 1rem;
    }
}

/* /Components/Shared/AppHeader.razor.rz.scp.css */
/* ========================================
   App Header - 공통 헤더 컴포넌트
   ======================================== */

.app-header[b-r3m9qihdhm] {
    background-color: #1475c4;
    padding: 0;
    width: 100%;
    z-index: 100;
}

/* Fixed 헤더 (랜딩 페이지용) */
.app-header--fixed[b-r3m9qihdhm] {
    position: fixed;
    top: 0;
    left: 0;
}

/* 로고 링크 */
.app-header .logo-link[b-r3m9qihdhm] {
    text-decoration: none;
    color: inherit;
    display: inline-flex;
}

.app-header .logo-link:hover[b-r3m9qihdhm] {
    opacity: 0.9;
}

/* 헤더 로고 */
.app-header .header-logo[b-r3m9qihdhm] {
    height: 40px;
    width: auto;
    object-fit: contain;
}

/* 헤더 타이틀 */
.app-header .header-title[b-r3m9qihdhm] {
    margin: 0;
    padding: 0;
    font-size: 1.25rem;
    font-weight: 700;
    color: #ffffff;
    line-height: 1.2;
    letter-spacing: 1px;
}

/* ========================================
   반응형 레이아웃
   ======================================== */

/* 모바일 뷰 (575px 이하) */
@media (max-width: 575px) {
    .app-header .header-title[b-r3m9qihdhm] {
        font-size: 1rem;
    }

    .app-header .header-logo[b-r3m9qihdhm] {
        height: 32px;
    }
}
/* /Components/Shared/Footer.razor.rz.scp.css */
/* Footer */
.landing-footer[b-y2s39grktp] {
    background-color: #212529;
    padding: 1rem 0;
    color: #adb5bd;
    font-size: 0.9rem;
    border-top: 1px solid #343a40;
}

.footer-content[b-y2s39grktp] {
    text-align: center;
    line-height: 1.6;
}

.footer-content p[b-y2s39grktp] {
    margin-bottom: 0.5rem;
}

.footer-content p:last-child[b-y2s39grktp] {
    margin-bottom: 0;
}

.copyright[b-y2s39grktp] {
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 1rem !important;
}
/* /Components/Shared/LaunchScreen.razor.rz.scp.css */
*[b-rglqljzzil] {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.launch-screen-wrapper[b-rglqljzzil] {
    background: #1475c4;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    width: 100%;
}

.launch-screen-container[b-rglqljzzil] {
    display: flex;
    align-items: center;
    justify-content: center;
}

.dreamon-logo[b-rglqljzzil] {
    max-width: 200px;
    width: 100%;
    height: auto;
}
/* /Components/Shared/MainLayout.razor.rz.scp.css */
/* ========================================
   1. Layout Container
   ======================================== */

/* AppHeader 컴포넌트로 이동됨 */


/* ========================================
   2. Header Components
   ======================================== */

/* AppHeader 컴포넌트로 이동됨 */

/*
   사이드바 토글 버튼 (기본 상태)
   - 40x40px 정사각형 버튼
   - Flexbox를 이용한 중앙 정렬
   - 호버/액티브 상태에서 배경색과 아이콘 색상 변화
 */
.main-header-sidebar-toggle[b-62x450om48] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    padding: 0;
    margin: 0;
    border: none;
    background-color: var(--rz-primary);
    color: var(--rz-white);
    cursor: pointer;
    border-radius: 4px;
    transition: background-color 0.2s ease, color 0.2s ease;
    font-family: inherit;
    font-size: inherit;
}

/* 사이드바 토글 버튼 - 호버 상태 */
.main-header-sidebar-toggle:hover[b-62x450om48] {
    background-color: rgba(255, 255, 255, 0.15);
    color: var(--rz-secondary);
}

/* 사이드바 토글 버튼 - 클릭 상태 */
.main-header-sidebar-toggle:active[b-62x450om48] {
    background-color: rgba(255, 255, 255, 0.25);
}

/*
   사이드바 토글 버튼 내 아이콘 (Material Icons)
   - font-size: Inline 스타일로 오버라이드되므로 실제 크기는 2rem
   - color: inherit를 통해 부모 요소의 색상을 자동 상속
   - line-height: 1: 아이콘의 수직 정렬 최적화
   - font-variation-settings: Material Icons 렌더링 최적화
 */
.main-header-sidebar-toggle i.material-symbols[b-62x450om48] {
    font-size: 1.5rem;
    color: inherit;
    line-height: 1;
    font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
}


/* ========================================
   3. User Profile Area
   ======================================== */

/* 사용자 정보 래퍼 - 프로필 메뉴 컨테이너 */
.user-info-wrapper[b-62x450om48] {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0.5rem 0.5rem;
}

/* 사용자명 텍스트 */
.user-name[b-62x450om48] {
    color: #ffffff;
    font-size: 1rem;
    font-weight: 500;
    white-space: nowrap;
}


/* ========================================
   4. System UI
   ======================================== */

/*
   Blazor 런타임 오류 UI 컨테이너
   - 화면 하단에 고정되어 표시됨
   - display: none이 기본값이며, 오류 발생 시 자동으로 표시됨
 */
#blazor-error-ui[b-62x450om48] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

/* Blazor 오류 UI의 닫기 버튼 */
#blazor-error-ui .dismiss[b-62x450om48] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}
/* /Components/Shared/ReconnectModal.razor.rz.scp.css */
/* ========================================
   ReconnectModal - Overlay + Modal Content
   ======================================== */

/* 상태 표시 요소 - 기본 숨김 */
.components-reconnect-first-attempt-visible[b-l0dig9tdsi],
.components-reconnect-repeated-attempt-visible[b-l0dig9tdsi],
.components-reconnect-failed-visible[b-l0dig9tdsi],
.components-pause-visible[b-l0dig9tdsi],
.components-resume-failed-visible[b-l0dig9tdsi],
.components-rejoining-animation[b-l0dig9tdsi] {
    display: none;
}

/* 모달 상태별 표시 */
#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-l0dig9tdsi],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-l0dig9tdsi],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-l0dig9tdsi],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-l0dig9tdsi],
#components-reconnect-modal.components-reconnect-retrying[b-l0dig9tdsi],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-l0dig9tdsi],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-l0dig9tdsi],
#components-reconnect-modal.components-reconnect-failed[b-l0dig9tdsi],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-l0dig9tdsi] {
    display: block;
}

/* ========================================
   오버레이 - 전체 화면 덮기
   ======================================== */

#components-reconnect-modal[b-l0dig9tdsi] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 9999;
    display: none;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
    animation: components-reconnect-modal-fadeOutOpacity-b-l0dig9tdsi 0.5s both;
}

/* 오버레이 표시 상태 */
#components-reconnect-modal[style*="display: flex"][b-l0dig9tdsi] {
    justify-content: center;
    align-items: center;
    opacity: 1;
    animation: components-reconnect-modal-fadeInOpacity-b-l0dig9tdsi 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

/* ========================================
   모달 콘텐츠 - 불투명 흰색 박스
   ======================================== */

.reconnect-modal-content[b-l0dig9tdsi] {
    background-color: white;
    border: 0;
    outline: none;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
    animation: components-reconnect-modal-fadeOutOpacity-b-l0dig9tdsi 0.5s both;
}

/* 모달 콘텐츠 표시 상태 */
#components-reconnect-modal[style*="display: flex"] .reconnect-modal-content[b-l0dig9tdsi] {
    opacity: 1;
    animation: components-reconnect-modal-slideUp-b-l0dig9tdsi 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s,
              components-reconnect-modal-fadeInOpacity-b-l0dig9tdsi 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

/* ========================================
   애니메이션
   ======================================== */

@keyframes components-reconnect-modal-slideUp-b-l0dig9tdsi {
    0% {
        transform: translateY(30px) scale(0.95);
        opacity: 0;
    }

    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-l0dig9tdsi {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-l0dig9tdsi {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

/* ========================================
   모달 내용 스타일
   ======================================== */

.components-reconnect-container[b-l0dig9tdsi] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-l0dig9tdsi] {
    margin: 0;
    text-align: center;
}

/* 버튼 스타일 */
#components-reconnect-modal button[b-l0dig9tdsi] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
    cursor: pointer;
}

#components-reconnect-modal button:hover[b-l0dig9tdsi] {
    background-color: #3b6ea2;
}

#components-reconnect-modal button:active[b-l0dig9tdsi] {
    background-color: #6b9ed2;
}

/* 재연결 애니메이션 */
.components-rejoining-animation[b-l0dig9tdsi] {
    position: relative;
    min-height: 20px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.components-rejoining-animation > div[b-l0dig9tdsi] {
    all: unset;
}

@keyframes components-rejoining-animation-b-l0dig9tdsi {
    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/Shared/UserAuthWidget.razor.rz.scp.css */
/* ========================================
   User Auth Widget - Login Button
   ======================================== */

/* 로그인 버튼 */
.user-auth-widget__login-btn[b-4pqd2dha3t] {
    /* Button 기본 스타일 완전 제거 */
    background: none !important;
    border: none !important;
    padding: 0 !important;
    margin: 0;
    box-shadow: none !important;
    min-width: unset !important;
    min-height: unset !important;
    font: inherit;
    color: inherit;
    cursor: pointer;

    /* 기존 스타일 유지 */
    display: inline-block;
    transition: transform 0.2s ease;
}

/* 로그인 버튼 호버 효과 */
.user-auth-widget__login-btn:hover[b-4pqd2dha3t] {
    transform: translateY(-2px);
    background: none !important;
}

/* 로그인 버튼 포커스 효과 */
.user-auth-widget__login-btn:focus-visible[b-4pqd2dha3t] {
    outline: 2px solid #1475c4;
    outline-offset: 2px;
}

/* 로그인 버튼 이미지 */
.user-auth-widget__login-btn-img[b-4pqd2dha3t] {
    height: 45px;
    width: auto;
    display: block;
}

/* ========================================
   User Auth Widget - User Profile
   ======================================== */

/* 사용자 정보 래퍼 */
.user-auth-widget__user-info[b-4pqd2dha3t] {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0.5rem 0.5rem;
}

/* 사용자 이름 */
.user-auth-widget__user-name[b-4pqd2dha3t] {
    color: #ffffff;
    font-size: 1rem;
    font-weight: 500;
    white-space: nowrap;
}

/* ========================================
   Responsive Layout
   ======================================== */

/* 모바일 뷰 (576px 미만) */
@media (max-width: 575px) {
    /* Gravatar 숨김 */
    .user-auth-widget__gravatar[b-4pqd2dha3t] {
        display: none;
    }

    /* 인사말 숨김 - 사용자 이름만 표시 */
    .user-auth-widget__user-greeting[b-4pqd2dha3t] {
        display: none;
    }

    /* 사용자 정보 패딩 조정 */
    .user-auth-widget__user-info[b-4pqd2dha3t] {
        padding: 0.5rem;
    }
}

/* 태블릿 뷰 (576px ~ 1024px 미만) */
@media (min-width: 576px) and (max-width: 1023px) {
    /* Gravatar 숨김 */
    .user-auth-widget__gravatar[b-4pqd2dha3t] {
        display: none;
    }

    /* 사용자 정보 패딩 조정 */
    .user-auth-widget__user-info[b-4pqd2dha3t] {
        padding: 0.5rem;
    }
}
