@import '_content/Dreamon.SharedUi/Dreamon.SharedUi.g1d03dq95a.bundle.scp.css';
@import '_content/Dreamon.UiComponent/Dreamon.UiComponent.jncr8u8zrg.bundle.scp.css';

/* /Components/Common/CoupangRankSlot/CoupangRankSlotGrid.razor.rz.scp.css */
/* Info Header Row */
.info-header-row[b-tbtb96wv4z] {
    display: flex;
    flex-direction: row;
    width: 100%;
    gap: 0.5rem;
}

/* Slot Info Text */
.slot-info-text[b-tbtb96wv4z] {
    display: flex;
    font-size: 1rem;
    align-items: flex-end;
}

/* Expiring Soon Warning */
.expiring-soon-warning[b-tbtb96wv4z] {
    display: flex;
    font-size: 1rem;
    align-items: flex-end;
    font-weight: 700;
    color: red;
}

/* Button Group Container */
.button-group-container[b-tbtb96wv4z] {
    display: flex;
    flex-grow: 1;
    justify-content: flex-end;
    flex-direction: row;
    gap: 0.5rem;
}

/* Thumbnail Container */
.thumbnail-container[b-tbtb96wv4z] {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

/* Action Button Container */
.action-button-container[b-tbtb96wv4z] {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
}

/* Status Badge Wrapper */
.status-badge-wrapper[b-tbtb96wv4z] {
    display: flex;
    width: 100%;
    justify-content: center;
}
/* /Components/Common/CoupangRankSlot/SlotExpirationExtendDialog.razor.rz.scp.css */
.slot-label-container[b-zajfzlgx78] {
    width: 70px;
    display: flex;
    align-items: center;
}

.slot-date-editor-container[b-zajfzlgx78] {
    display: flex;
    width: 130px;
}

.slot-date-display-container[b-zajfzlgx78] {
    flex-grow: 1;
    display: flex;
    align-items: center;
}

.slot-radio-button-container[b-zajfzlgx78] {
    display: flex;
    gap: 0.5rem;
    flex-grow: 1;
}
/* /Components/Dialogs/CustomerAssignmentDialog.razor.rz.scp.css */
/* /Components/Pages/CoupangRankDailyReport/CoupangRankDailyReportPage.razor.rz.scp.css */
/* ========================================
   Product Info Section
   ======================================== */

.product-info-container[b-teco9vhkj5] {
    width: 100%;
    display: flex;
    gap: 1rem;
    align-items: flex-start;
    padding-left: 10px;
    padding-right: 10px;
}

.product-thumbnail[b-teco9vhkj5] {
    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-teco9vhkj5] {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    display: block;
}

.product-info-text-area[b-teco9vhkj5] {
    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-teco9vhkj5] {
    font-size: 1.2rem;
    font-weight: 700;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.product-name[b-teco9vhkj5] {
    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-teco9vhkj5] {
        width: var(--coupang-product-detail-thumbnail-size-mobile);
        height: var(--coupang-product-detail-thumbnail-size-mobile);
    }

    .product-info-text-area[b-teco9vhkj5] {
        height: var(--coupang-product-detail-thumbnail-size-mobile);
    }

    .product-keyword[b-teco9vhkj5] {
        font-size: 1.2rem;
    }

    .product-name[b-teco9vhkj5] {
        font-size: 0.8rem;
    }
}

/* 태블릿 뷰 (576px ~ 1023px) */
@media (min-width: 576px) and (max-width: 1023px) {
    .product-info-container[b-teco9vhkj5] {
        padding-left: 15px;
        padding-right: 15px;
    }

    .product-thumbnail[b-teco9vhkj5] {
        width: var(--coupang-product-detail-thumbnail-size-tablet);
        height: var(--coupang-product-detail-thumbnail-size-tablet);
    }

    .product-info-text-area[b-teco9vhkj5] {
        height: var(--coupang-product-detail-thumbnail-size-tablet);
    }

    .product-keyword[b-teco9vhkj5] {
        font-size: 1.35rem;
    }

    .product-name[b-teco9vhkj5] {
        font-size: 0.925rem;
    }
}

/* 데스크톱 뷰 (1024px 이상) */
@media (min-width: 1024px) {
    .product-info-container[b-teco9vhkj5] {
        padding-left: 20px;
        padding-right: 20px;
    }

    .product-thumbnail[b-teco9vhkj5] {
        width: var(--coupang-product-detail-thumbnail-size-desktop);
        height: var(--coupang-product-detail-thumbnail-size-desktop);
    }

    .product-info-text-area[b-teco9vhkj5] {
        height: var(--coupang-product-detail-thumbnail-size-desktop);
    }

    .product-keyword[b-teco9vhkj5] {
        font-size: 1.5rem;
    }

    .product-name[b-teco9vhkj5] {
        font-size: 1.05rem;
    }
}
/* /Components/Pages/Home/HomePage.razor.rz.scp.css */
/* HomePage.razor.css */

/* General Layout */
.landing-page[b-82camxhwwd] {
    width: 100%;
    overflow-x: hidden;
}

.container[b-82camxhwwd] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1rem;
}

/* Hero Section */
.hero-section[b-82camxhwwd] {
    background: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%); /* Vibrant Blue Gradient */
    padding: 8rem 1rem;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.hero-content[b-82camxhwwd] {
    position: relative;
    z-index: 2;
    max-width: 800px;
    margin: 0 auto;
}

.hero-title[b-82camxhwwd] {
    font-size: 3.5rem;
    font-weight: 800;
    color: #ffffff; /* White text */
    margin-bottom: 1.5rem;
    letter-spacing: -0.02em;
    line-height: 1.2;
    text-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.hero-subtitle[b-82camxhwwd] {
    font-size: 1.5rem;
    color: #f8f9fa; /* Light gray text */
    margin-bottom: 3rem;
    font-weight: 400;
    text-shadow: 0 1px 5px rgba(0,0,0,0.1);
}

/* Abstract Background Shapes */
.hero-shape[b-82camxhwwd] {
    position: absolute;
    border-radius: 50%;
    filter: blur(80px);
    z-index: 1;
    opacity: 0.4; /* Reduced opacity */
}

.shape-1[b-82camxhwwd] {
    width: 400px;
    height: 400px;
    background: #ffffff; /* White shape */
    top: -100px;
    left: -100px;
}

.shape-2[b-82camxhwwd] {
    width: 300px;
    height: 300px;
    background: #ffffff; /* White shape */
    bottom: -50px;
    right: -50px;
}

/* Features Section */
.features-section[b-82camxhwwd] {
    padding: 6rem 0;
    background-color: #ffffff;
}

.section-title[b-82camxhwwd] {
    text-align: center;
    font-size: 2.5rem;
    font-weight: 700;
    color: #212529;
    margin-bottom: 4rem;
}

.features-grid[b-82camxhwwd] {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 2rem;
}

@media (min-width: 768px) {
    .features-grid[b-82camxhwwd] {
        grid-template-columns: repeat(3, 1fr);
    }
}

.feature-card[b-82camxhwwd] {
    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-82camxhwwd] {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    border-color: var(--rz-primary); /* Highlight border on hover */
    background: #ffffff;
}

.feature-icon-wrapper[b-82camxhwwd] {
    width: 80px;
    height: 80px;
    background: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
    color: var(--rz-primary);
    box-shadow: 0 4px 10px rgba(0,0,0,0.05);
}

.feature-icon-wrapper .rzi[b-82camxhwwd] {
    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-82camxhwwd] {
    transform: scale(1.3); /* Scale up icon */
}

.feature-title[b-82camxhwwd] {
    font-size: 1.5rem;
    font-weight: 700;
    color: #343a40;
    margin-bottom: 1rem;
}

.feature-desc[b-82camxhwwd] {
    color: #6c757d;
    line-height: 1.6;
}

/* Stats Section */
.stats-section[b-82camxhwwd] {
    padding: 5rem 0;
    background-color: #f8f9fa;
    border-top: 1px solid #e9ecef;
}

.stats-grid[b-82camxhwwd] {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 2rem;
    max-width: 1000px;
    margin: 0 auto;
}

@media (min-width: 768px) {
    .stats-grid[b-82camxhwwd] {
        grid-template-columns: repeat(3, 1fr);
    }
}

.stat-item[b-82camxhwwd] {
    text-align: center;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.stat-number[b-82camxhwwd] {
    font-size: 3rem;
    font-weight: 800;
    color: var(--rz-primary);
    margin-bottom: 0.5rem;
    display: block;
    line-height: 1;
}

.stat-label[b-82camxhwwd] {
    font-size: 1.1rem;
    color: #495057;
    font-weight: 500;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .hero-title[b-82camxhwwd] {
        font-size: 2.5rem;
    }
    
    .hero-subtitle[b-82camxhwwd] {
        font-size: 1.2rem;
    }
    
    .section-title[b-82camxhwwd] {
        font-size: 2rem;
    }
    
    .hero-section[b-82camxhwwd] {
        padding: 5rem 1rem;
    }
}
/* /Components/Shared/MainLayout.razor.rz.scp.css */
/* ========================================
   1. Layout Container
   ======================================== */

/* 메인 헤더 컨테이너 */
.main-header[b-ay9lt7p6m6] {
    background-color: var(--rz-primary);
    padding: 0.5rem;
    border: 0;
}


/* ========================================
   2. Header Components
   ======================================== */

/* 헤더 제목 - "드림온 관리자 사이트" 텍스트 */
.main-header-title[b-ay9lt7p6m6] {
    margin: 0;
    padding: 0;
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--rz-white);
    line-height: 1.2;
}

/*
   사이드바 토글 버튼 (기본 상태)
   - 40x40px 정사각형 버튼
   - Flexbox를 이용한 중앙 정렬
   - 호버/액티브 상태에서 배경색과 아이콘 색상 변화
 */
.main-header-sidebar-toggle[b-ay9lt7p6m6] {
    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-ay9lt7p6m6] {
    background-color: rgba(255, 255, 255, 0.15);
    color: var(--rz-secondary);
}

/* 사이드바 토글 버튼 - 클릭 상태 */
.main-header-sidebar-toggle:active[b-ay9lt7p6m6] {
    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-ay9lt7p6m6] {
    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-ay9lt7p6m6] {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0.5rem 0.5rem;
}

/* 사용자명 텍스트 */
.user-name[b-ay9lt7p6m6] {
    color: #ffffff;
    font-size: 1rem;
    font-weight: 500;
    white-space: nowrap;
}


/* ========================================
   4. System UI
   ======================================== */

/*
   Blazor 런타임 오류 UI 컨테이너
   - 화면 하단에 고정되어 표시됨
   - display: none이 기본값이며, 오류 발생 시 자동으로 표시됨
 */
#blazor-error-ui[b-ay9lt7p6m6] {
    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-ay9lt7p6m6] {
    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;
    }
}
