/* /Components/Layout/MainLayout.razor.rz.scp.css */
/* Tailwind CSS로 마이그레이션 - 인라인 스타일 사용 */
/* /Components/Layout/NavMenu.razor.rz.scp.css */
/* Tailwind CSS로 마이그레이션 - 인라인 스타일 사용 */
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
/* 재연결 모달 다이얼로그 */
#components-reconnect-modal[b-7v9tempgdo] {
    border: none;
    border-radius: 1.25rem;
    padding: 0;
    background: transparent;
    max-width: 340px;
    width: 90vw;
}

#components-reconnect-modal[b-7v9tempgdo]::backdrop {
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(4px);
}

.components-reconnect-container[b-7v9tempgdo] {
    background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
    border-radius: 1.25rem;
    padding: 2rem 1.5rem;
    text-align: center;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    border: 1px solid rgba(255, 255, 255, 0.8);
}

@media (prefers-color-scheme: dark) {
    .components-reconnect-container[b-7v9tempgdo] {
        background: linear-gradient(135deg, #1e293b 0%, #0f172a 100%);
        border: 1px solid rgba(148, 163, 184, 0.15);
    }
}

/* 아이콘 */
.reconnect-icon[b-7v9tempgdo] {
    width: 3.5rem;
    height: 3.5rem;
    margin: 0 auto 1rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #38bdf8, #0284c7);
    color: white;
}

.reconnect-icon svg[b-7v9tempgdo] {
    width: 1.75rem;
    height: 1.75rem;
}

.reconnect-icon-warning[b-7v9tempgdo] {
    background: linear-gradient(135deg, #fbbf24, #f59e0b);
}

.reconnect-icon-error[b-7v9tempgdo] {
    background: linear-gradient(135deg, #f87171, #ef4444);
}

.reconnect-icon-pause[b-7v9tempgdo] {
    background: linear-gradient(135deg, #a78bfa, #7c3aed);
}

/* 스피너 애니메이션 */
.reconnect-spinner[b-7v9tempgdo] {
    animation: reconnect-spin-b-7v9tempgdo 1s linear infinite;
}

@keyframes reconnect-spin-b-7v9tempgdo {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

/* 텍스트 */
.reconnect-title[b-7v9tempgdo] {
    font-size: 1rem;
    font-weight: 700;
    color: #1e293b;
    margin: 0 0 0.375rem;
    line-height: 1.4;
}

.reconnect-desc[b-7v9tempgdo] {
    font-size: 0.8125rem;
    color: #64748b;
    margin: 0 0 1.25rem;
    line-height: 1.5;
}

@media (prefers-color-scheme: dark) {
    .reconnect-title[b-7v9tempgdo] {
        color: #e2e8f0;
    }
    .reconnect-desc[b-7v9tempgdo] {
        color: #94a3b8;
    }
}

/* 버튼 */
.reconnect-btn[b-7v9tempgdo] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.625rem 1.5rem;
    font-size: 0.875rem;
    font-weight: 600;
    color: white;
    background: linear-gradient(135deg, #38bdf8, #0284c7);
    border: none;
    border-radius: 0.75rem;
    cursor: pointer;
    transition: all 0.2s;
    box-shadow: 0 4px 12px rgba(2, 132, 199, 0.3);
}

.reconnect-btn:hover[b-7v9tempgdo] {
    transform: translateY(-1px);
    box-shadow: 0 6px 16px rgba(2, 132, 199, 0.4);
}

.reconnect-btn:active[b-7v9tempgdo] {
    transform: translateY(0);
}

.reconnect-btn-icon[b-7v9tempgdo] {
    width: 1rem;
    height: 1rem;
}
/* /Components/Layout/TimeZoneSelector.razor.rz.scp.css */
/* Tailwind CSS로 마이그레이션 - 인라인 스타일 사용 */
/* /Components/Pages/Admin.razor.rz.scp.css */
/* Tailwind CSS로 마이그레이션 - 인라인 스타일 사용 */
/* /Components/Pages/CouponShare.razor.rz.scp.css */
/* Tailwind CSS로 마이그레이션 - 인라인 스타일 사용 */
/* /Components/Pages/Generate.razor.rz.scp.css */
/* Tailwind CSS로 마이그레이션 - 인라인 스타일 사용 */
/* /Components/Pages/History.razor.rz.scp.css */
/* Tailwind CSS로 마이그레이션 - 인라인 스타일 사용 */
/* /Components/Pages/Login.razor.rz.scp.css */
/* Tailwind CSS로 마이그레이션 - 인라인 스타일 사용 */
/* /Components/Pages/Profile.razor.rz.scp.css */
/* Tailwind CSS로 마이그레이션 - 인라인 스타일 사용 */
/* /Components/Pages/Share.razor.rz.scp.css */
/* Tailwind CSS로 마이그레이션 - 인라인 스타일 사용 */
/* /Components/Shared/AuthenticatedPage.razor.rz.scp.css */
/* Tailwind CSS로 마이그레이션 - 인라인 스타일 사용 */
/* /Components/Shared/CultureSelector.razor.rz.scp.css */
/* Tailwind CSS로 마이그레이션 - 인라인 스타일 사용 */
/* /Components/Shared/PageHeader.razor.rz.scp.css */
/* Tailwind CSS로 마이그레이션 - 인라인 스타일 사용 */
