@import '_content/Gudock11.SharedComponents/Gudock11.SharedComponents.olsv8tovfs.bundle.scp.css';

/* /Components/Account/Shared/AuthLayout.razor.rz.scp.css */
.page[b-i2xa1t8nha] {
  position: relative;
  display: flex;
  flex-direction: column;
}

main[b-i2xa1t8nha] {
  flex: 1;
}

.sidebar[b-i2xa1t8nha] {
  background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-i2xa1t8nha] {
  background-color: #f7f7f7;
  border-bottom: 1px solid #d6d5d5;
  justify-content: flex-end;
  height: 3.5rem;
  display: flex;
  align-items: center;
}

  .top-row[b-i2xa1t8nha]  a, .top-row[b-i2xa1t8nha]  .btn-link {
    white-space: nowrap;
    margin-left: 1.5rem;
    text-decoration: none;
  }

    .top-row[b-i2xa1t8nha]  a:hover, .top-row[b-i2xa1t8nha]  .btn-link:hover {
      text-decoration: underline;
    }

    .top-row[b-i2xa1t8nha]  a:first-child {
      overflow: hidden;
      text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
  .top-row[b-i2xa1t8nha] {
    justify-content: space-between;
  }

    .top-row[b-i2xa1t8nha]  a, .top-row[b-i2xa1t8nha]  .btn-link {
      margin-left: 0;
    }
}

@media (min-width: 641px) {
  .page[b-i2xa1t8nha] {
    flex-direction: row;
  }

  .sidebar[b-i2xa1t8nha] {
    width: 250px;
    height: 100vh;
    position: sticky;
    top: 0;
  }

  .top-row[b-i2xa1t8nha] {
    position: sticky;
    top: 0;
    z-index: 1;
  }

    .top-row.auth[b-i2xa1t8nha]  a:first-child {
      flex: 1;
      text-align: right;
      width: 0;
    }

  .top-row[b-i2xa1t8nha], article[b-i2xa1t8nha] {
    padding-left: 2rem !important;
    padding-right: 1.5rem !important;
  }
}

#blazor-error-ui[b-i2xa1t8nha] {
  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-error-ui .dismiss[b-i2xa1t8nha] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
  }
/* /Components/ImageUpload/BannerImageUploader.razor.rz.scp.css */
.banner-image-uploader[b-np2m4wqj0z] {
    background: white;
    border-radius: 0.5rem;
    padding: 1.5rem;
}

.uploader-header[b-np2m4wqj0z] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
    border-bottom: 0.0625rem solid #dee2e6;
}

.uploader-header h6[b-np2m4wqj0z] {
    margin: 0;
    font-weight: 600;
}

.specs-info[b-np2m4wqj0z] {
    display: flex;
    gap: 0.5rem;
}

.span-selector .btn[b-np2m4wqj0z] {
    font-size: 0.875rem;
}

.size-guide[b-np2m4wqj0z] {
    background: #f8f9fa;
    padding: 1rem;
    border-radius: 0.375rem;
}

.size-preview[b-np2m4wqj0z] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 0.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: 500;
    transition: all 0.3s ease;
}

.upload-zone[b-np2m4wqj0z] {
    position: relative;
    border: 0.125rem dashed #dee2e6;
    border-radius: 0.5rem;
    padding: 2rem;
    text-align: center;
    transition: all 0.3s ease;
    background: #fafafa;
    overflow: hidden;
    min-height: 12.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.upload-zone:hover[b-np2m4wqj0z] {
    border-color: #6c63ff;
    background: #f8f7ff;
}

.upload-zone.has-content[b-np2m4wqj0z] {
    padding: 0;
    border-style: solid;
    background: #f8f9fa;
    position: relative;
}

.upload-zone.has-content:hover[b-np2m4wqj0z] {
    border-color: #495057;
    background: #f8f9fa;
}

.preview-image[b-np2m4wqj0z] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}

.preview-color-placeholder[b-np2m4wqj0z] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.image-actions[b-np2m4wqj0z] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    gap: 0.5rem;
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 10;
}

.upload-zone:hover .image-actions[b-np2m4wqj0z] {
    opacity: 1;
}

.upload-zone.has-content:hover .preview-image[b-np2m4wqj0z] {
    filter: brightness(0.7);
    transition: filter 0.3s ease;
}

/* 로딩 상태 스타일 */
.upload-zone.processing[b-np2m4wqj0z] {
    cursor: not-allowed;
}

.loading-overlay[b-np2m4wqj0z] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.9);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 20;
}

.loading-overlay p[b-np2m4wqj0z] {
    margin: 0;
    font-size: 0.875rem;
    font-weight: 500;
}

.preview-image.opacity-50[b-np2m4wqj0z] {
    opacity: 0.5;
}

.upload-label[b-np2m4wqj0z] {
    cursor: pointer;
    display: block;
}

.upload-zone.has-content .upload-label[b-np2m4wqj0z] {
    display: none;
}

.upload-label:hover .upload-icon[b-np2m4wqj0z] {
    transform: translateY(-0.1875rem);
}

.upload-icon[b-np2m4wqj0z] {
    transition: transform 0.3s ease;
}

/* 업로드 정보 스타일 */
.upload-info[b-np2m4wqj0z] {
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 0.0625rem solid #dee2e6;
}

.upload-info-row[b-np2m4wqj0z] {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    margin-bottom: 0.5rem;
}

.upload-info-row:last-child[b-np2m4wqj0z] {
    margin-bottom: 0;
}

.upload-info-row small[b-np2m4wqj0z] {
    white-space: nowrap;
}

.upload-info i[b-np2m4wqj0z] {
    font-size: 0.875rem;
    margin-right: 0.25rem;
}

.fs-6[b-np2m4wqj0z] {
    font-size: 0.9rem !important;
}
/* /Components/Layout/LoginDisplay.razor.rz.scp.css */
.login-display[b-5gxsb8t52b] {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.nav-item[b-5gxsb8t52b] {
    display: flex;
    align-items: center;
}

.nav-link[b-5gxsb8t52b] {
    color: #475569;
    /* Slate 600 */
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 0.75rem;
    border-radius: 6px;
    transition: all 0.2s ease;
    background: none;
    border: none;
    cursor: pointer;
}

.nav-link:hover[b-5gxsb8t52b] {
    color: #0f172a;
    /* Slate 900 */
    background-color: #f1f5f9;
    /* Slate 100 */
}

/* Icons */
.nav-link i[b-5gxsb8t52b] {
    font-size: 1.1rem;
}

.user-profile[b-5gxsb8t52b] {
    color: #334155;
}

.username[b-5gxsb8t52b] {
    max-width: 150px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.logout-btn[b-5gxsb8t52b] {
    color: #ef4444;
    /* Red 500 */
}

.logout-btn:hover[b-5gxsb8t52b] {
    color: #dc2626;
    background-color: #fef2f2;
}

.divider[b-5gxsb8t52b] {
    width: 1px;
    height: 24px;
    background-color: #e2e8f0;
    margin: 0 0.5rem;
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-krh5z75jn4] {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

main[b-krh5z75jn4] {
    flex: 1;
    display: flex;
    flex-direction: column;
    background-color: #f8fafc;
    /* Slate 50 */
}

.sidebar[b-krh5z75jn4] {
    background: linear-gradient(180deg, #1e293b 0%, #0f172a 100%);
    /* Slate 800 to 900 Gradient */
    color: #e2e8f0;
}

.top-row[b-krh5z75jn4] {
    background-color: rgba(255, 255, 255, 0.8);
    /* Translucent White */
    backdrop-filter: blur(12px);
    /* Glassmorphism */
    -webkit-backdrop-filter: blur(12px);
    border-bottom: 1px solid rgba(226, 232, 240, 0.6);
    /* Soft border */
    justify-content: flex-end;
    height: 4rem;
    display: flex;
    align-items: center;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.02);
    /* Very subtle shadow */
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    position: sticky;
    top: 0;
    z-index: 100;
}

.top-row[b-krh5z75jn4]  a,
.top-row[b-krh5z75jn4]  .btn-link {
    white-space: nowrap;
    margin-left: 1.5rem;
    text-decoration: none;
    color: #475569;
    /* Slate 600 */
    font-weight: 500;
    transition: color 0.2s;
}

.top-row[b-krh5z75jn4]  a:hover,
.top-row[b-krh5z75jn4]  .btn-link:hover {
    text-decoration: none;
    color: #0f172a;
    /* Slate 900 */
}

@media (max-width: 767.98px) {
    .top-row[b-krh5z75jn4] {
        justify-content: space-between;
        /* Ensure hamburger is on left/right as desired */
    }

    .top-row[b-krh5z75jn4]  a,
    .top-row[b-krh5z75jn4]  .btn-link {
        margin-left: 0;
    }

    .sidebar[b-krh5z75jn4] {
        position: fixed;
        top: 4rem;
        left: 0;
        width: 100%;
        z-index: 1000;
        /* Height auto: collapses when empty, expands with NavMenu */
    }
}

/* Toggler for Mobile */
.navbar-toggler[b-krh5z75jn4] {
    appearance: none;
    cursor: pointer;
    width: 3rem;
    height: 2.5rem;
    color: #475569;
    border: 1px solid rgba(0, 0, 0, 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%280, 0, 0, 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.5rem rgba(255, 255, 255, 0.5);
    border-radius: 4px;
    display: flex;
    /* For alignment */
    align-items: center;
    justify-content: center;
    z-index: 101;
    /* Ensure above content if needed */
}

/* Hide toggler on desktop */
@media (min-width: 768px) {
    .navbar-toggler[b-krh5z75jn4] {
        display: none;
    }

    .page[b-krh5z75jn4] {
        flex-direction: row;
    }

    .sidebar[b-krh5z75jn4] {
        width: 260px;
        /* Slightly wider */
        height: 100vh;
        position: fixed;
        /* Changed from sticky to fixed */
        top: 0;
        left: 0;
        bottom: 0;
        display: flex;
        flex-direction: column;
        z-index: 10;
        box-shadow: 4px 0 24px rgba(0, 0, 0, 0.1);
        /* Shadow over main content */
        overflow-y: auto;
        /* Allow menu scrolling if needed */
    }

    /* Hide scrollbar for sidebar */
    .sidebar[b-krh5z75jn4]::-webkit-scrollbar {
        width: 6px;
    }

    .sidebar[b-krh5z75jn4]::-webkit-scrollbar-thumb {
        background-color: rgba(255, 255, 255, 0.1);
        border-radius: 3px;
    }

    .top-row[b-krh5z75jn4] {
        position: sticky;
        top: 0;
        z-index: 5;
    }

    main[b-krh5z75jn4] {
        margin-left: 260px;
        /* Offset for fixed sidebar */
        width: calc(100% - 260px);
        /* Ensure accurate width */
    }

    .content[b-krh5z75jn4] {
        padding: 2rem !important;
        /* More breathing room */
        max-width: 1600px;
        margin: 0 auto;
        /* Center content on ultra-wide */
        width: 100%;
    }
}

/* Tablet / Small Laptop: Sidebar slightly narrower */
@media (min-width: 768px) and (max-width: 1024px) {
    .sidebar[b-krh5z75jn4] {
        width: 220px;
    }

    main[b-krh5z75jn4] {
        margin-left: 220px;
        width: calc(100% - 220px);
    }
}

#blazor-error-ui[b-krh5z75jn4] {
    background: #ffe4e6;
    color: #be123c;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

#blazor-error-ui .dismiss[b-krh5z75jn4] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
/* Navbar Brand Area */
.top-row[b-geslcm1hte] {
    min-height: 4rem;
    /* Match MainLayout */
    background-color: rgba(0, 0, 0, 0.2);
    display: flex;
    align-items: center;
}

.navbar-brand[b-geslcm1hte] {
    font-size: 1.25rem;
    font-weight: 700;
    color: white !important;
    text-decoration: none;
    letter-spacing: -0.02em;
}

/* Toggler for Mobile */
/* Toggler styles moved to MainLayout */

.navbar-toggler:checked[b-geslcm1hte] {
    background-color: rgba(255, 255, 255, 0.1);
}

.nav-scrollable[b-geslcm1hte] {
    display: none;
}

.nav-scrollable.open[b-geslcm1hte] {
    display: flex;
    flex-direction: column;
}

@media (min-width: 768px) {
    .navbar-toggler[b-geslcm1hte] {
        display: none;
    }

    .nav-scrollable[b-geslcm1hte] {
        display: flex;
        flex-direction: column;
        height: calc(100vh - 4rem);
        /* Match MainLayout TopBar height */
        overflow-y: auto;
    }

    /* Custom Scrollbar for Sidebar */
    .nav-scrollable[b-geslcm1hte]::-webkit-scrollbar {
        width: 5px;
    }

    .nav-scrollable[b-geslcm1hte]::-webkit-scrollbar-track {
        background: transparent;
    }

    .nav-scrollable[b-geslcm1hte]::-webkit-scrollbar-thumb {
        background: #475569;
        border-radius: 3px;
    }

    .nav-scrollable[b-geslcm1hte]::-webkit-scrollbar-thumb:hover {
        background: #64748b;
    }
}
/* /Components/Layout/NavMenuItem.razor.rz.scp.css */
/* Nav Item container */
.nav-item[b-e9mc9ssscn] {
    font-size: 0.95rem;
    padding: 0.1rem 0;
}

/* Nav Links */
.nav-link[b-e9mc9ssscn] {
    color: #94a3b8;
    /* Slate 400 */
    background: none;
    border: none;
    border-radius: 12px;
    /* Mongle-Mongle Style */
    margin: 0 0.5rem 0.25rem 0.5rem;
    /* Horizontal margin + vertical gap */
    min-height: 3rem;
    display: flex;
    align-items: center;
    padding: 0.5rem 1rem;
    width: auto;
    transition: all 0.2s ease;
    font-weight: 500;
    text-decoration: none;
    /* Ensure no underline */
}

/* Hover State */
.nav-link:hover[b-e9mc9ssscn] {
    color: #f1f5f9;
    /* Slate 100 */
    background-color: rgba(255, 255, 255, 0.08);
    transform: translateX(4px);
    /* Subtle movement */
}

/* Active State - Blazor NavLink automatically adds .active */
.nav-link.active[b-e9mc9ssscn] {
    background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
    /* Gradient Blue */
    color: white;
    box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);
    /* Soft Glow */
}

/* Parent Menu (Folder) */
.nav-parent-menu[b-e9mc9ssscn] {
    color: #cbd5e1;
    /* Slate 300 */
    cursor: pointer;
    /* Should be clickable */
    font-weight: 600;
    margin-top: 0.5rem;
}

.nav-parent-menu:hover[b-e9mc9ssscn] {
    background-color: transparent !important;
    color: #f1f5f9;
    transform: none !important;
    /* No movement for folder headers if desired*/
}

/* Level Indentation */
.nav-link-level-1[b-e9mc9ssscn] {
    padding-left: 2rem !important;
    font-size: 0.9rem;
}

.nav-link-level-2[b-e9mc9ssscn] {
    padding-left: 3.5rem !important;
    font-size: 0.85rem;
}

/* Icons */
.nav-icon-fa[b-e9mc9ssscn] {
    width: 1.5rem;
    text-align: center;
    margin-right: 0.8rem;
    font-size: 1.1rem;
}

/* Arrow for parents */
.nav-arrow[b-e9mc9ssscn] {
    font-size: 0.8rem;
    opacity: 0.6;
    margin-left: 0.5rem;
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.rotate-icon[b-e9mc9ssscn] {
    transform: rotate(180deg);
}

/* Child container animation */
.nav-children[b-e9mc9ssscn] {
    animation: slideDown-b-e9mc9ssscn 0.2s ease-out forwards;
}

@keyframes slideDown-b-e9mc9ssscn {
    from {
        opacity: 0;
        transform: translateY(-5px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-dwws8y385q],
.components-reconnect-repeated-attempt-visible[b-dwws8y385q],
.components-reconnect-failed-visible[b-dwws8y385q],
.components-pause-visible[b-dwws8y385q],
.components-resume-failed-visible[b-dwws8y385q],
.components-rejoining-animation[b-dwws8y385q] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-dwws8y385q],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-dwws8y385q],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-dwws8y385q],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-dwws8y385q],
#components-reconnect-modal.components-reconnect-retrying[b-dwws8y385q],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-dwws8y385q],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-dwws8y385q],
#components-reconnect-modal.components-reconnect-failed[b-dwws8y385q],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-dwws8y385q] {
    display: block;
}


#components-reconnect-modal[b-dwws8y385q] {
    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-dwws8y385q 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-dwws8y385q 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-dwws8y385q 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-dwws8y385q]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-dwws8y385q 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-dwws8y385q {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-dwws8y385q {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-dwws8y385q {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-dwws8y385q] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-dwws8y385q] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-dwws8y385q] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-dwws8y385q] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-dwws8y385q] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-dwws8y385q] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-dwws8y385q] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-dwws8y385q 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-dwws8y385q] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-dwws8y385q {
    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/Admins/Analytics/SellerDashboard/SellerCouponDashboard.razor.rz.scp.css */
/* 쿠폰 대시보드 스타일 */

.coupon-dashboard-container[b-56vz42iw35] {
    padding: 1.5rem;
    max-width: 1400px;
    margin: 0 auto;
}

.page-header h3[b-56vz42iw35] {
    font-weight: 600;
    color: #2c3e50;
}

/* KPI 카드 */
.kpi-card[b-56vz42iw35] {
    background: white;
    border-radius: 12px;
    padding: 1.5rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    display: flex;
    align-items: center;
    gap: 1rem;
    transition: transform 0.2s, box-shadow 0.2s;
}

.kpi-card:hover[b-56vz42iw35] {
    transform: translateY(-4px);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}

.kpi-icon[b-56vz42iw35] {
    width: 60px;
    height: 60px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    color: white;
}

.kpi-icon.bg-primary[b-56vz42iw35] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

.kpi-icon.bg-success[b-56vz42iw35] {
    background: linear-gradient(135deg, #11998e 0%, #38ef7d 100%);
}

.kpi-icon.bg-info[b-56vz42iw35] {
    background: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%);
}

.kpi-icon.bg-warning[b-56vz42iw35] {
    background: linear-gradient(135deg, #fa709a 0%, #fee140 100%);
}

.kpi-content[b-56vz42iw35] {
    flex: 1;
}

.kpi-label[b-56vz42iw35] {
    font-size: 0.875rem;
    color: #6c757d;
    margin-bottom: 0.25rem;
}

.kpi-value[b-56vz42iw35] {
    font-size: 1.75rem;
    font-weight: 700;
    color: #2c3e50;
}

/* 카드 */
.card[b-56vz42iw35] {
    border: none;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.card-header[b-56vz42iw35] {
    background: white;
    border-bottom: 1px solid #e9ecef;
    padding: 1.25rem 1.5rem;
    border-radius: 12px 12px 0 0 !important;
}

.card-header h5[b-56vz42iw35] {
    font-weight: 600;
    color: #2c3e50;
}

/* 탭 */
.nav-tabs[b-56vz42iw35] {
    border-bottom: 2px solid #e9ecef;
}

.nav-tabs .nav-link[b-56vz42iw35] {
    border: none;
    color: #6c757d;
    font-weight: 500;
    padding: 0.75rem 1.5rem;
    transition: all 0.2s;
}

.nav-tabs .nav-link:hover[b-56vz42iw35] {
    color: #667eea;
    border-color: transparent;
}

.nav-tabs .nav-link.active[b-56vz42iw35] {
    color: #667eea;
    border-bottom: 2px solid #667eea;
    background: transparent;
}

/* Top 쿠폰 리스트 */
.top-coupon-list .list-group-item[b-56vz42iw35] {
    border: 1px solid #e9ecef;
    border-radius: 8px;
    margin-bottom: 0.75rem;
    padding: 1rem;
    transition: all 0.2s;
}

.top-coupon-list .list-group-item:hover[b-56vz42iw35] {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    transform: translateX(4px);
}

.rank-badge[b-56vz42iw35] {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.rank-number[b-56vz42iw35] {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 1.125rem;
    background: #f8f9fa;
    color: #6c757d;
}

.rank-number.top-3[b-56vz42iw35] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
}

/* 테이블 */
.table[b-56vz42iw35] {
    margin-bottom: 0;
}

.table thead th[b-56vz42iw35] {
    background: #f8f9fa;
    border-bottom: 2px solid #dee2e6;
    font-weight: 600;
    color: #495057;
    padding: 1rem;
}

.table thead th.sortable-header[b-56vz42iw35] {
    cursor: pointer;
    user-select: none;
    transition: background-color 0.15s;
}

.table thead th.sortable-header:hover[b-56vz42iw35] {
    background: #e9ecef;
}

.table tbody td[b-56vz42iw35] {
    padding: 1rem;
    vertical-align: middle;
}

.table-hover tbody tr:hover[b-56vz42iw35] {
    background-color: #f8f9fa;
}

/* 배지 */
.badge[b-56vz42iw35] {
    padding: 0.375rem 0.75rem;
    font-weight: 500;
}

/* 반응형 */
@media (max-width: 768px) {
    .kpi-card[b-56vz42iw35] {
        flex-direction: column;
        text-align: center;
    }

    .kpi-value[b-56vz42iw35] {
        font-size: 1.5rem;
    }

    .table-responsive[b-56vz42iw35] {
        font-size: 0.875rem;
    }
}

/* 다크모드 */
[data-bs-theme="dark"] .kpi-card[b-56vz42iw35],
[data-bs-theme="dark"] .card[b-56vz42iw35] {
    background: #1e1e1e;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

[data-bs-theme="dark"] .kpi-label[b-56vz42iw35] {
    color: #adb5bd;
}

[data-bs-theme="dark"] .kpi-value[b-56vz42iw35] {
    color: #f8f9fa;
}

[data-bs-theme="dark"] .card-header[b-56vz42iw35] {
    background: #1e1e1e;
    border-bottom-color: #495057;
}

[data-bs-theme="dark"] .card-header h5[b-56vz42iw35] {
    color: #f8f9fa;
}

[data-bs-theme="dark"] .table thead th[b-56vz42iw35] {
    background: #2d2d2d;
    color: #f8f9fa;
}

[data-bs-theme="dark"] .table-hover tbody tr:hover[b-56vz42iw35] {
    background-color: #2d2d2d;
}
/* /Components/Pages/Admins/Analytics/SellerDashboard/SellerCouponDetail.razor.rz.scp.css */
.coupon-detail-page[b-y8rnnup2gy] {
    padding: 2rem;
}

.coupon-header[b-y8rnnup2gy] {
    background: white;
    border-radius: 0.5rem;
    padding: 1.5rem;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

.kpi-card[b-y8rnnup2gy] {
    border: none;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    transition: transform 0.2s;
}

.kpi-card:hover[b-y8rnnup2gy] {
    transform: translateY(-0.25rem);
}

.kpi-label[b-y8rnnup2gy] {
    font-size: 0.875rem;
    color: #6c757d;
    margin-bottom: 0.5rem;
}

.kpi-value[b-y8rnnup2gy] {
    font-size: 1.5rem;
    font-weight: 700;
    color: #212529;
}

.nav-tabs .nav-link[b-y8rnnup2gy] {
    color: #6c757d;
}

.nav-tabs .nav-link.active[b-y8rnnup2gy] {
    color: #0d6efd;
    font-weight: 600;
}

.table th[b-y8rnnup2gy] {
    background-color: #f8f9fa;
    font-weight: 600;
    border-bottom: 2px solid #dee2e6;
}

.pagination .page-link[b-y8rnnup2gy] {
    cursor: pointer;
}
/* /Components/Pages/Admins/Banners.razor.rz.scp.css */
/* 배너 썸네일 스타일 */
.banner-thumbnail[b-f90gv0qlsl] {
    max-width: 80px;
    max-height: 60px;
    object-fit: cover;
}

/* 이미지 없음 플레이스홀더 */
.no-image-placeholder[b-f90gv0qlsl] {
    width: 80px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
    color: #6c757d;
}

.no-image-placeholder i[b-f90gv0qlsl] {
    font-size: 1.5rem;
}

/* 배너 색상 미리보기 */
.banner-color-preview[b-f90gv0qlsl] {
    width: 80px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
    color: rgba(255, 255, 255, 0.9);
}

.banner-color-preview i[b-f90gv0qlsl] {
    font-size: 1.5rem;
    filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.3));
}
/* /Components/Pages/Admins/CampaignParticipations.razor.rz.scp.css */
/* ========================================
   캠페인 참여 승인 관리 페이지 스타일
   ======================================== */

/* 통계 카드 */
.stats-card[b-2ay64u3212] {
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.stats-card:hover[b-2ay64u3212] {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.stats-number[b-2ay64u3212] {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.2;
}

.stats-card .card-body[b-2ay64u3212] {
    padding: 1.25rem;
}

.stats-card h6[b-2ay64u3212] {
    font-weight: 600;
    font-size: 0.875rem;
    margin-bottom: 0.5rem;
}

/* 탭 스타일 */
.nav-tabs .nav-link[b-2ay64u3212] {
    border: none;
    color: #6c757d;
    font-weight: 500;
    padding: 0.75rem 1.25rem;
}

.nav-tabs .nav-link:hover[b-2ay64u3212] {
    border-color: transparent;
    color: #495057;
    background-color: #f8f9fa;
}

.nav-tabs .nav-link.active[b-2ay64u3212] {
    color: #0d6efd;
    background-color: #fff;
    border-bottom: 3px solid #0d6efd;
    font-weight: 600;
}

.nav-tabs .nav-link .badge[b-2ay64u3212] {
    font-size: 0.75rem;
    padding: 0.25rem 0.5rem;
}

/* 버튼 그룹 */
.btn-group-sm .btn[b-2ay64u3212] {
    padding: 0.375rem 0.625rem;
}

/* 테이블 컨테이너 최소 높이 (출렁임 방지) */
.table-responsive[b-2ay64u3212] {
    min-height: 400px;
}

/* 로딩 상태 */
.loading-container[b-2ay64u3212] {
    min-height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* 빈 상태 */
.empty-state[b-2ay64u3212] {
    min-height: 300px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

/* 반응형 */
@media (max-width: 768px) {
    .stats-number[b-2ay64u3212] {
        font-size: 1.5rem;
    }

    .nav-tabs .nav-link[b-2ay64u3212] {
        padding: 0.5rem 0.75rem;
        font-size: 0.875rem;
    }

    .card .card-body[b-2ay64u3212] {
        min-height: 300px;
    }
}
/* /Components/Pages/Admins/Categories.razor.rz.scp.css */
/* Categories.razor.css - 카테고리 관리 페이지 전용 스타일 */

/* 검색 컨테이너 */
.category-search-container[b-rb7wado03i] {
    max-width: 20rem;
}

/* 카테고리 테이블 */
.category-table[b-rb7wado03i] {
    font-size: 0.9rem;
}

.category-table .category-description[b-rb7wado03i] {
    max-width: 15rem;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* 계층 구조 표시 */
.category-hierarchy-item[b-rb7wado03i] {
    display: flex;
    align-items: center;
}

.category-hierarchy-indicator[b-rb7wado03i] {
    font-size: 0.75rem;
    margin-right: 0.25rem;
    opacity: 0.6;
}

/* 카테고리 행 스타일 */
.category-row[b-rb7wado03i] {
    transition: background-color 0.2s ease;
}

.category-row:hover[b-rb7wado03i] {
    background-color: rgba(0, 123, 255, 0.05);
}

/* 액션 버튼 */
.category-action-buttons[b-rb7wado03i] {
    display: flex;
    gap: 0.25rem;
}

.category-action-btn[b-rb7wado03i] {
    padding: 0.25rem 0.5rem;
    font-size: 0.75rem;
    border-radius: 0.25rem;
}

.category-action-btn:hover[b-rb7wado03i] {
    transform: translateY(-1px);
    transition: transform 0.1s ease;
}

/* 배지 스타일 */
.badge.small[b-rb7wado03i] {
    font-size: 0.65rem;
    padding: 0.25rem 0.4rem;
}

/* 반응형 테이블 개선 */
@media (max-width: 768px) {
    .category-table[b-rb7wado03i] {
        font-size: 0.8rem;
    }
    
    .category-description[b-rb7wado03i] {
        max-width: 10rem;
    }
    
    .category-action-buttons[b-rb7wado03i] {
        flex-direction: column;
        gap: 0.125rem;
    }
    
    .category-search-container[b-rb7wado03i] {
        max-width: 100%;
        margin-top: 0.5rem;
    }
}

/* 가이드라인 테이블 스타일 */
.table-hover tbody tr:hover[b-rb7wado03i] {
    background-color: rgba(0, 0, 0, 0.075);
}

/* 계층 레벨별 배경색 미세 조정 */
.category-row[data-level="0"][b-rb7wado03i] {
    background-color: rgba(13, 110, 253, 0.02);
}

.category-row[data-level="1"][b-rb7wado03i] {
    background-color: rgba(108, 117, 125, 0.02);
}
/* /Components/Pages/Admins/CouponDashboard.razor.rz.scp.css */
/* 쿠폰 대시보드 스타일 */

/* 통계 카드 */
.stats-card[b-jjv55i4atz] {
    transition: all 0.3s ease;
    cursor: pointer;
}

.stats-card:hover[b-jjv55i4atz] {
    transform: translateY(-5px);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.stats-card .card-body[b-jjv55i4atz] {
    padding: 1.5rem;
}

.stats-card h6[b-jjv55i4atz] {
    font-size: 0.875rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 0.5rem;
}

.stats-card h2[b-jjv55i4atz] {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 0.25rem;
}

.stats-card small[b-jjv55i4atz] {
    font-size: 0.75rem;
}

/* 상세 통계 카드 */
.card i.fa-2x[b-jjv55i4atz] {
    opacity: 0.8;
}

.card:hover i.fa-2x[b-jjv55i4atz] {
    opacity: 1;
}

/* 아이콘 배경 */
.bg-primary.bg-opacity-10[b-jjv55i4atz] {
    background-color: rgba(13, 110, 253, 0.1) !important;
}

.bg-success.bg-opacity-10[b-jjv55i4atz] {
    background-color: rgba(25, 135, 84, 0.1) !important;
}

.bg-info.bg-opacity-10[b-jjv55i4atz] {
    background-color: rgba(13, 202, 240, 0.1) !important;
}

/* 승인 대기 현황 */
.list-group-item[b-jjv55i4atz] {
    border-left: none;
    border-right: none;
    padding: 1rem 1.25rem;
}

.list-group-item:first-child[b-jjv55i4atz] {
    border-top: none;
}

.list-group-item:last-child[b-jjv55i4atz] {
    border-bottom: none;
}

.list-group-item:hover[b-jjv55i4atz] {
    background-color: rgba(0, 0, 0, 0.02);
}

/* Progress bar */
.progress[b-jjv55i4atz] {
    border-radius: 0.25rem;
    overflow: hidden;
}

.progress-bar[b-jjv55i4atz] {
    transition: width 0.6s ease;
}

/* 빠른 작업 버튼 */
.btn.py-3[b-jjv55i4atz] {
    transition: all 0.3s ease;
}

.btn.py-3:hover[b-jjv55i4atz] {
    transform: translateY(-3px);
    box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.1);
}

.btn.py-3 i[b-jjv55i4atz] {
    transition: transform 0.3s ease;
}

.btn.py-3:hover i[b-jjv55i4atz] {
    transform: scale(1.1);
}

/* 로딩 상태 */
.spinner-border[b-jjv55i4atz] {
    width: 3rem;
    height: 3rem;
    border-width: 0.3rem;
}

/* 반응형 */
@media (max-width: 768px) {
    .stats-card h2[b-jjv55i4atz] {
        font-size: 1.5rem;
    }

    .card i.fa-2x[b-jjv55i4atz] {
        font-size: 1.5rem !important;
    }
}

/* 배지 */
.badge[b-jjv55i4atz] {
    font-weight: 500;
    padding: 0.35em 0.65em;
}

/* 새로고침 버튼 */
.btn-outline-primary:hover i[b-jjv55i4atz] {
    transform: rotate(360deg);
    transition: transform 0.6s ease;
}

/* ===== 타임라인 스타일 ===== */
.timeline[b-jjv55i4atz] {
    position: relative;
    padding-left: 0;
    list-style: none;
}

.timeline-item[b-jjv55i4atz] {
    position: relative;
    padding-left: 3rem;
    padding-bottom: 1.5rem;
    border-left: 2px solid #e9ecef;
}

.timeline-item:last-child[b-jjv55i4atz] {
    border-left-color: transparent;
    padding-bottom: 0;
}

.timeline-marker[b-jjv55i4atz] {
    position: absolute;
    left: -12px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.75rem;
    color: white;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.timeline-marker.success[b-jjv55i4atz] {
    background-color: #28a745;
}

.timeline-marker.warning[b-jjv55i4atz] {
    background-color: #ffc107;
    color: #333;
}

.timeline-marker.info[b-jjv55i4atz] {
    background-color: #17a2b8;
}

.timeline-marker.primary[b-jjv55i4atz] {
    background-color: #007bff;
}

.timeline-marker.danger[b-jjv55i4atz] {
    background-color: #dc3545;
}

.timeline-content[b-jjv55i4atz] {
    position: relative;
}

.timeline-time[b-jjv55i4atz] {
    font-size: 0.75rem;
    margin-bottom: 0.25rem;
}

.timeline-text[b-jjv55i4atz] {
    font-size: 0.875rem;
    line-height: 1.5;
}

/* ===== 알림 아이템 스타일 ===== */
.alerts-list[b-jjv55i4atz] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.alert-item[b-jjv55i4atz] {
    display: flex;
    align-items: center;
    padding: 1rem;
    border-radius: 0.5rem;
    border-left: 4px solid;
    background-color: #f8f9fa;
    transition: all 0.3s ease;
}

.alert-item:hover[b-jjv55i4atz] {
    background-color: #e9ecef;
    transform: translateX(3px);
}

.alert-item.alert-danger[b-jjv55i4atz] {
    border-left-color: #dc3545;
    background-color: #f8d7da;
}

.alert-item.alert-danger:hover[b-jjv55i4atz] {
    background-color: #f1b0b7;
}

.alert-item.alert-warning[b-jjv55i4atz] {
    border-left-color: #ffc107;
    background-color: #fff3cd;
}

.alert-item.alert-warning:hover[b-jjv55i4atz] {
    background-color: #ffe69c;
}

.alert-item.alert-info[b-jjv55i4atz] {
    border-left-color: #17a2b8;
    background-color: #d1ecf1;
}

.alert-item.alert-info:hover[b-jjv55i4atz] {
    background-color: #abdde5;
}

.alert-icon[b-jjv55i4atz] {
    flex-shrink: 0;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-right: 1rem;
    font-size: 1rem;
}

.alert-danger .alert-icon[b-jjv55i4atz] {
    background-color: #dc3545;
    color: white;
}

.alert-warning .alert-icon[b-jjv55i4atz] {
    background-color: #ffc107;
    color: #333;
}

.alert-info .alert-icon[b-jjv55i4atz] {
    background-color: #17a2b8;
    color: white;
}

.alert-content[b-jjv55i4atz] {
    flex-grow: 1;
}

.alert-title[b-jjv55i4atz] {
    font-weight: 600;
    font-size: 0.875rem;
    margin-bottom: 0.25rem;
}

.alert-description[b-jjv55i4atz] {
    font-size: 0.8rem;
    color: #6c757d;
}

.alert-action[b-jjv55i4atz] {
    flex-shrink: 0;
    margin-left: 1rem;
}

/* ===== 랭킹 리스트 스타일 ===== */
.ranking-list[b-jjv55i4atz] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.ranking-item[b-jjv55i4atz] {
    display: flex;
    align-items: center;
    padding: 1rem;
    border-radius: 0.5rem;
    background-color: #f8f9fa;
    transition: all 0.3s ease;
}

.ranking-item:hover[b-jjv55i4atz] {
    background-color: #e9ecef;
    transform: translateX(5px);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.ranking-number[b-jjv55i4atz] {
    flex-shrink: 0;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-weight: 700;
    font-size: 0.875rem;
    margin-right: 1rem;
}

.ranking-number.ranking-1[b-jjv55i4atz] {
    background: linear-gradient(135deg, #ffd700, #ffed4e);
    color: #333;
    box-shadow: 0 2px 8px rgba(255, 215, 0, 0.4);
}

.ranking-number.ranking-2[b-jjv55i4atz] {
    background: linear-gradient(135deg, #c0c0c0, #e8e8e8);
    color: #333;
    box-shadow: 0 2px 8px rgba(192, 192, 192, 0.4);
}

.ranking-number.ranking-3[b-jjv55i4atz] {
    background: linear-gradient(135deg, #cd7f32, #e6a85c);
    color: white;
    box-shadow: 0 2px 8px rgba(205, 127, 50, 0.4);
}

.ranking-number.ranking-4[b-jjv55i4atz],
.ranking-number.ranking-5[b-jjv55i4atz] {
    background-color: #6c757d;
    color: white;
}

.ranking-content[b-jjv55i4atz] {
    flex-grow: 1;
}

.ranking-title[b-jjv55i4atz] {
    font-weight: 600;
    font-size: 0.9rem;
    margin-bottom: 0.25rem;
}

.ranking-stats[b-jjv55i4atz] {
    font-size: 0.75rem;
}

.ranking-value[b-jjv55i4atz] {
    flex-shrink: 0;
    text-align: right;
    font-weight: 600;
    font-size: 0.875rem;
}

/* ===== 반응형 추가 ===== */
@media (max-width: 768px) {
    .timeline-item[b-jjv55i4atz] {
        padding-left: 2.5rem;
    }

    .alert-item[b-jjv55i4atz] {
        flex-direction: column;
        align-items: flex-start;
    }

    .alert-action[b-jjv55i4atz] {
        margin-left: 0;
        margin-top: 0.5rem;
        width: 100%;
    }

    .alert-action button[b-jjv55i4atz] {
        width: 100%;
    }

    .ranking-value[b-jjv55i4atz] {
        font-size: 0.8rem;
    }
}
/* /Components/Pages/Admins/Faqs.razor.rz.scp.css */
/* FAQ 관리 페이지 스타일 */

/* 검색 컨테이너 */
.faqs-search-container[b-4aptz0fbt1] {
    display: flex;
    gap: 0.5rem;
    align-items: center;
}

.faqs-search-input[b-4aptz0fbt1] {
    flex: 1;
    border-radius: 0.375rem;
    border: 0.0625rem solid #ced4da;
    transition: all 0.2s ease;
}

.faqs-search-input:focus[b-4aptz0fbt1] {
    border-color: #667eea;
    box-shadow: 0 0 0 0.125rem rgba(102, 126, 234, 0.25);
}

/* 필터 버튼 */
.faqs-filter-buttons[b-4aptz0fbt1] {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.faqs-filter-buttons .btn-group .btn[b-4aptz0fbt1] {
    border-radius: 0.375rem;
    font-weight: 500;
    transition: all 0.2s ease;
}

.faqs-filter-buttons .btn-group .btn:first-child[b-4aptz0fbt1] {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.faqs-filter-buttons .btn-group .btn:last-child[b-4aptz0fbt1] {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.faqs-filter-buttons .btn-group .btn:not(:first-child):not(:last-child)[b-4aptz0fbt1] {
    border-radius: 0;
}

/* 로딩 상태 */
.faqs-loading[b-4aptz0fbt1] {
    text-align: center;
    padding: 3rem 0;
    color: #6c757d;
    font-size: 1.1rem;
}

.faqs-loading .spinner-border[b-4aptz0fbt1] {
    width: 2rem;
    height: 2rem;
}

/* 빈 상태 */
.faqs-empty[b-4aptz0fbt1] {
    text-align: center;
    padding: 4rem 2rem;
    color: #6c757d;
}

.faqs-empty h5[b-4aptz0fbt1] {
    color: #495057;
    margin-bottom: 1rem;
}

.faqs-empty .btn[b-4aptz0fbt1] {
    margin-top: 1rem;
}

/* 테이블 헤더 */
.faqs-table-header[b-4aptz0fbt1] {
    padding: 1.25rem 1.5rem;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    border-radius: 0.5rem 0.5rem 0 0;
}

.faqs-table-title[b-4aptz0fbt1] {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 0.25rem;
    display: flex;
    align-items: center;
}

.faqs-table-subtitle[b-4aptz0fbt1] {
    font-size: 0.9rem;
    opacity: 0.9;
    margin-bottom: 0;
}

/* FAQ 테이블 */
.faqs-table[b-4aptz0fbt1] {
    font-size: 0.9rem;
}

.faqs-table thead th[b-4aptz0fbt1] {
    background-color: #f8f9fa;
    border-bottom: 0.125rem solid #dee2e6;
    font-weight: 600;
    color: #495057;
    padding: 0.75rem 0.5rem;
    font-size: 0.85rem;
}

.faqs-table tbody td[b-4aptz0fbt1] {
    padding: 0.75rem 0.5rem;
    vertical-align: middle;
    border-bottom: 0.0625rem solid #f0f0f0;
}

.faqs-table tbody tr:hover[b-4aptz0fbt1] {
    background-color: #f8f9fa;
}

.faqs-table tbody tr.table-danger[b-4aptz0fbt1] {
    background-color: #f8d7da;
}

.faqs-table tbody tr.table-danger:hover[b-4aptz0fbt1] {
    background-color: #f1aeb5;
}

/* FAQ 제목 컨테이너 */
.faq-title-container[b-4aptz0fbt1] {
    max-width: 20rem;
}

.faq-title[b-4aptz0fbt1] {
    font-weight: 500;
    color: #495057;
    line-height: 1.4;
    margin-bottom: 0.25rem;
    word-wrap: break-word;
}

.faq-summary[b-4aptz0fbt1] {
    font-size: 0.8rem;
    color: #6c757d;
    line-height: 1.3;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* FAQ 유형 배지 */
.faq-type-badge[b-4aptz0fbt1] {
    font-size: 0.75rem;
    padding: 0.25rem 0.5rem;
    border-radius: 0.25rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.025em;
}

.faq-type-admin[b-4aptz0fbt1] {
    background-color: #667eea;
    color: white;
}

.faq-type-seller[b-4aptz0fbt1] {
    background-color: #28a745;
    color: white;
}

.faq-type-user[b-4aptz0fbt1] {
    background-color: #17a2b8;
    color: white;
}

.faq-type-normal[b-4aptz0fbt1] {
    background-color: #6c757d;
    color: white;
}

/* FAQ 상태 배지 */
.faq-status-badge[b-4aptz0fbt1] {
    font-size: 0.75rem;
    padding: 0.25rem 0.5rem;
    border-radius: 0.25rem;
    font-weight: 500;
}

.faq-status-deleted[b-4aptz0fbt1] {
    background-color: #dc3545;
    color: white;
}

.faq-status-draft[b-4aptz0fbt1] {
    background-color: #6c757d;
    color: white;
}

.faq-status-admin[b-4aptz0fbt1] {
    background-color: #667eea;
    color: white;
}

.faq-status-seller[b-4aptz0fbt1] {
    background-color: #28a745;
    color: white;
}

.faq-status-user[b-4aptz0fbt1] {
    background-color: #17a2b8;
    color: white;
}

.faq-status-normal[b-4aptz0fbt1] {
    background-color: #28a745;
    color: white;
}

/* 액션 버튼 */
.faq-action-buttons[b-4aptz0fbt1] {
    display: flex;
    gap: 0.25rem;
}

.faq-action-buttons .btn-sm[b-4aptz0fbt1] {
    padding: 0.25rem 0.5rem;
    font-size: 0.8rem;
    border-radius: 0.25rem;
}

.faq-action-buttons .btn-sm i[b-4aptz0fbt1] {
    font-size: 0.75rem;
}

/* 페이지네이션 */
.faqs-pagination[b-4aptz0fbt1] {
    margin-top: 1.5rem;
}

.faqs-pagination .pagination[b-4aptz0fbt1] {
    justify-content: center;
    margin-bottom: 1rem;
}

.faqs-pagination .page-link[b-4aptz0fbt1] {
    color: #667eea;
    border-color: #dee2e6;
    border-radius: 0.375rem;
    margin: 0 0.125rem;
    transition: all 0.2s ease;
}

.faqs-pagination .page-link:hover[b-4aptz0fbt1] {
    color: #5a67d8;
    background-color: #f8f9fa;
    border-color: #adb5bd;
    transform: translateY(-0.0625rem);
}

.faqs-pagination .page-item.active .page-link[b-4aptz0fbt1] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-color: #667eea;
}

.faqs-pagination .page-item.disabled .page-link[b-4aptz0fbt1] {
    color: #adb5bd;
    background-color: #fff;
    border-color: #dee2e6;
}

.faqs-pagination .page-info[b-4aptz0fbt1] {
    padding: 0.75rem 1rem;
    background-color: #f8f9fa;
    border-radius: 0.375rem;
    border: 0.0625rem solid #dee2e6;
}

/* 반응형 디자인 */
@media (max-width: 768px) {
    .faqs-search-container[b-4aptz0fbt1] {
        flex-direction: column;
        gap: 0.75rem;
    }

    .faqs-search-input[b-4aptz0fbt1] {
        width: 100%;
    }

    .faqs-filter-buttons[b-4aptz0fbt1] {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.75rem;
    }

    .faqs-table-header[b-4aptz0fbt1] {
        padding: 1rem;
    }

    .faqs-table-title[b-4aptz0fbt1] {
        font-size: 1.1rem;
    }

    .faqs-table[b-4aptz0fbt1] {
        font-size: 0.8rem;
    }

    .faqs-table thead th[b-4aptz0fbt1],
    .faqs-table tbody td[b-4aptz0fbt1] {
        padding: 0.5rem 0.25rem;
    }

    .faq-title-container[b-4aptz0fbt1] {
        max-width: 15rem;
    }

    .faq-action-buttons[b-4aptz0fbt1] {
        flex-direction: column;
        gap: 0.125rem;
    }

    .faqs-pagination .page-link[b-4aptz0fbt1] {
        padding: 0.375rem 0.75rem;
        font-size: 0.8rem;
    }
}
/* /Components/Pages/Admins/LandingPageEdit.razor.rz.scp.css */
/* ================================================
   테마 카드 스타일
   ================================================ */

.theme-card[b-je88gkyuu8] {
    border: 2px solid #dee2e6;
    border-radius: 12px;
    padding: 16px;
    cursor: pointer;
    transition: all 0.3s ease;
    background: white;
}

.theme-card:hover[b-je88gkyuu8] {
    border-color: #007bff;
    box-shadow: 0 4px 12px rgba(0, 123, 255, 0.15);
    transform: translateY(-2px);
}

.theme-card.selected[b-je88gkyuu8] {
    border-color: #007bff;
    background: #e7f3ff;
    box-shadow: 0 4px 16px rgba(0, 123, 255, 0.25);
}

.theme-card h6[b-je88gkyuu8] {
    margin: 8px 0 4px 0;
    font-weight: 600;
    color: #333;
}

.theme-card.selected h6[b-je88gkyuu8] {
    color: #007bff;
}

/* ================================================
   테마 미리보기 스타일
   ================================================ */

.theme-preview[b-je88gkyuu8] {
    width: 100%;
    height: 120px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px;
    position: relative;
}

.preview-card[b-je88gkyuu8] {
    width: 80%;
    height: 80px;
    border-radius: 8px;
    transition: all 0.3s ease;
}

/* Minimal 테마 미리보기 */
.minimal-preview[b-je88gkyuu8] {
    background: #f8f9fa;
}

.minimal-preview .preview-card[b-je88gkyuu8] {
    border: 1px solid #e0e0e0;
    background: white;
}

.theme-card:hover .minimal-preview .preview-card[b-je88gkyuu8] {
    transform: translateY(-4px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

/* Gradient 테마 미리보기 */
.gradient-preview[b-je88gkyuu8] {
    background: #f0f0f0;
}

.gradient-preview .preview-card[b-je88gkyuu8] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border: none;
}

.theme-card:hover .gradient-preview .preview-card[b-je88gkyuu8] {
    transform: scale(1.05);
}

/* Shadow 테마 미리보기 */
.shadow-preview[b-je88gkyuu8] {
    background: #fafafa;
}

.shadow-preview .preview-card[b-je88gkyuu8] {
    border: 1px solid #f0f0f0;
    background: white;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
}

.theme-card:hover .shadow-preview .preview-card[b-je88gkyuu8] {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.18);
}

/* Glassmorphism 테마 미리보기 */
.glassmorphism-preview[b-je88gkyuu8] {
    background: linear-gradient(135deg, #a8edea 0%, #fed6e3 100%);
}

.glassmorphism-preview .preview-card[b-je88gkyuu8] {
    border: 1px solid rgba(255, 255, 255, 0.3);
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.theme-card:hover .glassmorphism-preview .preview-card[b-je88gkyuu8] {
    background: rgba(255, 255, 255, 0.3);
}

/* ================================================
   커스텀 CSS 편집기 스타일
   ================================================ */

.custom-css-editor[b-je88gkyuu8] {
    animation: slideDown-b-je88gkyuu8 0.3s ease;
}

@keyframes slideDown-b-je88gkyuu8 {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.custom-css-editor textarea[b-je88gkyuu8] {
    font-family: 'Courier New', Courier, monospace;
    font-size: 14px;
    line-height: 1.6;
    background: #f8f9fa;
}

/* ================================================
   폼 요소 개선
   ================================================ */

textarea.font-monospace[b-je88gkyuu8] {
    font-family: 'Courier New', Courier, monospace;
    font-size: 13px;
    line-height: 1.5;
    background: #f8f9fa;
    border: 1px solid #ced4da;
}

textarea.font-monospace:focus[b-je88gkyuu8] {
    background: white;
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* ================================================
   템플릿 선택 모달 스타일
   ================================================ */

.template-selector-modal[b-je88gkyuu8] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 9998;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    animation: fadeIn-b-je88gkyuu8 0.2s ease-in-out;
}

@keyframes fadeIn-b-je88gkyuu8 {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.template-selector-container[b-je88gkyuu8] {
    background: white;
    border-radius: 12px;
    width: 100%;
    max-width: 1200px;
    max-height: 90vh;
    display: flex;
    flex-direction: column;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.5);
    animation: slideUp-b-je88gkyuu8 0.3s ease-out;
}

@keyframes slideUp-b-je88gkyuu8 {
    from {
        transform: translateY(30px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.template-selector-header[b-je88gkyuu8] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.5rem;
    border-bottom: 1px solid #e9ecef;
    background: #f8f9fa;
    border-radius: 12px 12px 0 0;
}

.template-categories[b-je88gkyuu8] {
    display: flex;
    gap: 0.5rem;
    padding: 1rem 1.5rem;
    border-bottom: 1px solid #e9ecef;
    flex-wrap: wrap;
    background: white;
}

.btn-category[b-je88gkyuu8] {
    padding: 0.5rem 1rem;
    border: 1px solid #dee2e6;
    background: white;
    color: #495057;
    border-radius: 20px;
    font-size: 0.9rem;
    transition: all 0.2s;
}

.btn-category:hover[b-je88gkyuu8] {
    background: #e9ecef;
    border-color: #adb5bd;
}

.btn-category.active[b-je88gkyuu8] {
    background: #0d6efd;
    color: white;
    border-color: #0d6efd;
}

.template-grid[b-je88gkyuu8] {
    flex: 1;
    overflow-y: auto;
    padding: 1.5rem;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 1.5rem;
    align-content: start;
}

.template-grid[b-je88gkyuu8]::-webkit-scrollbar {
    width: 10px;
}

.template-grid[b-je88gkyuu8]::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.template-grid[b-je88gkyuu8]::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 5px;
}

.template-grid[b-je88gkyuu8]::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.template-card[b-je88gkyuu8] {
    border: 2px solid #e9ecef;
    border-radius: 12px;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.3s ease;
    background: white;
    display: flex;
    flex-direction: column;
}

.template-card:hover[b-je88gkyuu8] {
    border-color: #0d6efd;
    box-shadow: 0 10px 30px rgba(13, 110, 253, 0.15);
    transform: translateY(-3px);
}

.template-card-header[b-je88gkyuu8] {
    padding: 1rem;
    border-bottom: 1px solid #e9ecef;
    background: #f8f9fa;
}

.template-card-title[b-je88gkyuu8] {
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: #212529;
}

.template-card-body[b-je88gkyuu8] {
    padding: 1rem;
    flex: 1;
}

.template-card-description[b-je88gkyuu8] {
    font-size: 0.9rem;
    color: #6c757d;
    margin-bottom: 1rem;
    line-height: 1.5;
}

.template-card-meta[b-je88gkyuu8] {
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.template-card-footer[b-je88gkyuu8] {
    padding: 1rem;
    border-top: 1px solid #e9ecef;
    background: #f8f9fa;
}

/* ================================================
   반응형 디자인
   ================================================ */

@media (max-width: 768px) {
    .theme-card[b-je88gkyuu8] {
        margin-bottom: 16px;
    }

    .theme-preview[b-je88gkyuu8] {
        height: 100px;
    }

    .preview-card[b-je88gkyuu8] {
        height: 60px;
    }

    .template-selector-modal[b-je88gkyuu8] {
        padding: 10px;
    }

    .template-selector-container[b-je88gkyuu8] {
        max-height: 95vh;
    }

    .template-grid[b-je88gkyuu8] {
        grid-template-columns: 1fr;
        padding: 1rem;
    }

    .template-categories[b-je88gkyuu8] {
        padding: 0.75rem 1rem;
    }
}

/* ================================================
   랜딩 페이지 이미지 업로더 스타일
   ================================================ */

.landing-image-uploader[b-je88gkyuu8] {
    position: relative;
    width: 100%;
    aspect-ratio: 16/9;
    border: 2px dashed #dee2e6;
    border-radius: 8px;
    overflow: hidden;
    background: #f8f9fa;
    transition: border-color 0.3s;
}

.landing-image-uploader:hover[b-je88gkyuu8] {
    border-color: #0d6efd;
}

.landing-image-uploader.has-image[b-je88gkyuu8] {
    border-style: solid;
    border-color: #dee2e6;
}

.landing-image-uploader img[b-je88gkyuu8] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.landing-image-uploader label[b-je88gkyuu8] {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 20px;
    text-align: center;
    margin: 0;
}

.landing-image-uploader label:hover[b-je88gkyuu8] {
    background: rgba(13, 110, 253, 0.05);
}

.landing-image-uploader .image-actions[b-je88gkyuu8] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    gap: 8px;
    opacity: 0;
    transition: opacity 0.3s;
    z-index: 10;
}

.landing-image-uploader.has-image:hover .image-actions[b-je88gkyuu8] {
    opacity: 1;
}

.landing-image-uploader.has-image[b-je88gkyuu8]::after {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0);
    pointer-events: none;
    transition: background 0.3s;
}

.landing-image-uploader.has-image:hover[b-je88gkyuu8]::after {
    background: rgba(0, 0, 0, 0.3);
}

.landing-image-uploader .upload-icon[b-je88gkyuu8] {
    margin-bottom: 12px;
}

.landing-image-uploader p[b-je88gkyuu8] {
    margin-bottom: 8px;
    font-weight: 500;
    color: #495057;
}

.landing-image-uploader small[b-je88gkyuu8] {
    color: #6c757d;
}
/* /Components/Pages/Admins/LandingPagePreviewModal.razor.rz.scp.css */
/* 전체 화면 모달 오버레이 */
.landing-preview-modal[b-e00sdvqh8g] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    animation: fadeIn-b-e00sdvqh8g 0.2s ease-in-out;
}

@keyframes fadeIn-b-e00sdvqh8g {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

/* 미리보기 컨테이너 */
.landing-preview-container[b-e00sdvqh8g] {
    background: white;
    border-radius: 12px;
    width: 100%;
    max-width: 1400px;
    max-height: 90vh;
    display: flex;
    flex-direction: column;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.5);
    animation: slideUp-b-e00sdvqh8g 0.3s ease-out;
}

@keyframes slideUp-b-e00sdvqh8g {
    from {
        transform: translateY(30px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

/* 헤더 */
.landing-preview-header[b-e00sdvqh8g] {
    padding: 20px 24px;
    border-bottom: 1px solid #e9ecef;
    background: #f8f9fa;
    border-radius: 12px 12px 0 0;
}

.landing-preview-header h5[b-e00sdvqh8g] {
    font-size: 1.25rem;
    font-weight: 600;
    color: #212529;
}

/* 미리보기 콘텐츠 영역 */
.landing-preview-content[b-e00sdvqh8g] {
    flex: 1;
    overflow-y: auto;
    padding: 0;
    background: white;
    border-radius: 0 0 12px 12px;
}

/* 미리보기 바디 */
.landing-preview-body[b-e00sdvqh8g] {
    min-height: 500px;
    padding: 0;
}

/* 스크롤바 스타일 */
.landing-preview-content[b-e00sdvqh8g]::-webkit-scrollbar {
    width: 10px;
}

.landing-preview-content[b-e00sdvqh8g]::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.landing-preview-content[b-e00sdvqh8g]::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 5px;
}

.landing-preview-content[b-e00sdvqh8g]::-webkit-scrollbar-thumb:hover {
    background: #555;
}

/* 반응형 */
@media (max-width: 768px) {
    .landing-preview-modal[b-e00sdvqh8g] {
        padding: 10px;
    }

    .landing-preview-container[b-e00sdvqh8g] {
        max-height: 95vh;
    }

    .landing-preview-header[b-e00sdvqh8g] {
        padding: 15px;
    }

    .landing-preview-header h5[b-e00sdvqh8g] {
        font-size: 1rem;
    }
}

/* 버튼 간격 */
.landing-preview-header .d-flex.gap-2[b-e00sdvqh8g] {
    gap: 0.5rem !important;
}

/* 로딩 상태 */
.landing-preview-content .fa-spinner[b-e00sdvqh8g] {
    color: #6c757d;
}

/* 히어로 이미지 섹션 */
.landing-hero-section[b-e00sdvqh8g] {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    overflow: hidden;
}

.landing-hero-image[b-e00sdvqh8g] {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}
/* /Components/Pages/Admins/Marketing/Events.razor.rz.scp.css */
/* Summary Cards */
.icon-circle[b-hxwsvbxpsd] {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Event Thumbnail */
.event-thumb[b-hxwsvbxpsd] {
    width: 48px;
    height: 48px;
    border-radius: 8px;
    background-size: cover;
    background-position: center;
    background-color: #f1f5f9;
    flex-shrink: 0;
}

/* Table Hover Effect */
.table-hover tbody tr:hover[b-hxwsvbxpsd] {
    background-color: #f8fafc;
}

/* Card Hover Effect */
.card[b-hxwsvbxpsd] {
    transition: transform 0.2s, box-shadow 0.2s;
}

.card:hover[b-hxwsvbxpsd] {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08) !important;
}
/* /Components/Pages/Admins/Menus.razor.rz.scp.css */
/* 메뉴 관리 페이지 전용 스타일 - rem 단위 사용 */

/* 검색 컨테이너 */
.menu-search-container[b-ukskh7u3t0] {
    width: 15.625rem; /* 250px */
}

/* 테이블 컬럼 너비 지정 */
.menu-table th:nth-child(1)[b-ukskh7u3t0] { width: 3.75rem; }   /* ID - 60px */
.menu-table th:nth-child(2)[b-ukskh7u3t0] { width: 2.5rem; }    /* 순서 - 40px */
.menu-table th:nth-child(3)[b-ukskh7u3t0] { width: 13.75rem; }  /* 메뉴명 - 220px */
.menu-table th:nth-child(4)[b-ukskh7u3t0] { width: 11.25rem; }  /* URL - 180px */
.menu-table th:nth-child(5)[b-ukskh7u3t0] { width: 7.5rem; }    /* 아이콘 - 120px */
.menu-table th:nth-child(6)[b-ukskh7u3t0] { width: 3.75rem; }   /* 부모 - 60px */
.menu-table th:nth-child(7)[b-ukskh7u3t0] { width: 3.75rem; }   /* 순서값 - 60px */
.menu-table th:nth-child(8)[b-ukskh7u3t0] { width: 12.5rem; }   /* 관리 - 200px */

/* 메뉴 계층 구조 */
.menu-hierarchy-line[b-ukskh7u3t0] {
    border-left: 0.125rem solid var(--bs-border-color);
    position: relative;
}

.menu-hierarchy-line[b-ukskh7u3t0]::before {
    content: '';
    position: absolute;
    top: 50%;
    left: -0.125rem;
    width: 0.9375rem; /* 15px */
    height: 0.125rem; /* 2px */
    background-color: var(--bs-border-color);
}

.menu-hierarchy-indent[b-ukskh7u3t0] {
    margin-left: 1.25rem; /* 20px - 동적 계산 대신 CSS 클래스 사용 */
}

/* 메뉴 행 스타일 */
.menu-row-draggable[b-ukskh7u3t0] {
    transition: all 0.2s ease;
}

.menu-row-draggable:hover[b-ukskh7u3t0] {
    background-color: rgba(0, 123, 255, 0.1);
    transform: translateY(-0.0625rem); /* -1px */
    box-shadow: 0 0.125rem 0.25rem rgba(0,0,0,0.1);
}

.menu-row-dragging[b-ukskh7u3t0] {
    opacity: 0.6;
    cursor: grabbing;
    background-color: rgba(0, 123, 255, 0.2);
}

.menu-row-system[b-ukskh7u3t0] {
    background-color: rgba(255, 193, 7, 0.1);
}

/* 순서 조정 핸들 */
.menu-order-handle[b-ukskh7u3t0] {
    cursor: grab;
    color: var(--bs-secondary);
    padding: 0.25rem 0.5rem;
    border-radius: 0.25rem;
    transition: all 0.2s ease;
}

.menu-order-handle:hover[b-ukskh7u3t0] {
    background-color: var(--bs-light);
    color: var(--bs-dark);
}

/* 순서 조정 버튼 */
.menu-order-buttons[b-ukskh7u3t0] {
    display: flex;
    flex-direction: column;
    gap: 0.125rem;
}

.menu-order-btn[b-ukskh7u3t0] {
    width: 1.25rem; /* 20px */
    height: 1.25rem; /* 20px */
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.625rem; /* 10px */
    border-radius: 0.125rem;
}

/* 수평 배치용 순서 버튼 */
.menu-order-buttons-horizontal[b-ukskh7u3t0] {
    display: flex;
    flex-direction: row;
    gap: 0.25rem;
    justify-content: center;
    align-items: center;
}

.menu-order-btn-horizontal[b-ukskh7u3t0] {
    width: 1.75rem; /* 28px */
    height: 1.5rem; /* 24px */
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.6875rem; /* 11px */
    border-radius: 0.25rem;
    transition: all 0.2s ease;
}

.menu-order-btn-horizontal:hover[b-ukskh7u3t0] {
    transform: translateY(-0.0625rem);
    box-shadow: 0 0.125rem 0.25rem rgba(0,0,0,0.1);
}

.menu-order-btn-horizontal:disabled[b-ukskh7u3t0] {
    opacity: 0.4;
    cursor: not-allowed;
    transform: none;
    box-shadow: none;
}

/* 아이콘 표시 */
.menu-icon-display[b-ukskh7u3t0] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.menu-icon-text[b-ukskh7u3t0] {
    font-size: 0.75rem;
    color: var(--bs-secondary);
}

/* 액션 버튼 그룹 */
.menu-action-buttons[b-ukskh7u3t0] {
    display: flex;
    gap: 0.25rem;
}

.menu-action-btn[b-ukskh7u3t0] {
    padding: 0.25rem 0.5rem;
    font-size: 0.75rem;
}

/* 가이드라인 섹션 */
.menu-guidelines[b-ukskh7u3t0] {
    background-color: var(--bs-light);
    border: 1px solid var(--bs-border-color);
    border-radius: 0.375rem;
    padding: 1.5rem;
    margin-bottom: 1.5rem;
}

.menu-guidelines-table[b-ukskh7u3t0] {
    font-size: 0.875rem;
}

/* 반응형 디자인 */
@media (max-width: 768px) {
    .menu-search-container[b-ukskh7u3t0] {
        width: 100%;
        margin-top: 0.75rem;
    }
    
    .menu-action-buttons[b-ukskh7u3t0] {
        flex-direction: column;
        gap: 0.5rem;
    }
    
    .menu-order-buttons-horizontal[b-ukskh7u3t0] {
        flex-direction: column;
        gap: 0.125rem;
    }
    
    .menu-guidelines[b-ukskh7u3t0] {
        padding: 1rem;
    }
}

/* 접근성 개선 */
.menu-order-btn:focus[b-ukskh7u3t0],
.menu-action-btn:focus[b-ukskh7u3t0] {
    box-shadow: 0 0 0 0.125rem rgba(13, 110, 253, 0.25);
}
/* /Components/Pages/Admins/Modals/BannerModal.razor.rz.scp.css */
/* 모달 오버레이 */
.modal-overlay[b-sdbqlmy5zk] {
    background-color: rgba(0, 0, 0, 0.5);
}

/* 가이드 섹션 */
.guide-section[b-sdbqlmy5zk] {
    transition: all 0.3s ease;
}

.guide-content[b-sdbqlmy5zk] {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
}

.guide-content.show[b-sdbqlmy5zk] {
    max-height: 1000px;
}

/* 템플릿 카드 */
.template-card[b-sdbqlmy5zk] {
    cursor: pointer;
    transition: all 0.2s ease;
}

.template-card:hover[b-sdbqlmy5zk] {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.template-card.selected[b-sdbqlmy5zk] {
    border-color: var(--bs-primary) !important;
    border-width: 2px;
}

/* 템플릿 이미지 래퍼 (오버라이드) */
.template-image-wrapper[b-sdbqlmy5zk] {
    height: 150px;
    overflow: hidden;
    position: relative;
    border-bottom: 1px solid #dee2e6;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent; /* 투명 배경 */
}

/* 이미지 없음 플레이스홀더 */
.no-image-placeholder[b-sdbqlmy5zk] {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f8f9fa;
    color: #6c757d;
}

.no-image-placeholder i[b-sdbqlmy5zk] {
    font-size: 2rem;
}

/* 템플릿 색상 미리보기 */
.template-color-preview[b-sdbqlmy5zk] {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, 0.9);
}

.template-color-preview i[b-sdbqlmy5zk] {
    font-size: 2rem;
    filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.3));
}

.template-image[b-sdbqlmy5zk] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

/* 템플릿 오버레이 */
.template-name-overlay[b-sdbqlmy5zk] {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.9), rgba(0,0,0,0.5));
    color: white;
    padding: 10px;
    z-index: 1;
}

.template-overlay-title[b-sdbqlmy5zk] {
    font-weight: bold;
    font-size: 13px;
    margin-bottom: 3px;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.8);
}

.template-overlay-desc[b-sdbqlmy5zk] {
    font-size: 10px;
    line-height: 1.3;
    opacity: 0.9;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.8);
}

.template-footer-selected[b-sdbqlmy5zk] {
    background-color: var(--bs-primary);
    color: white;
    text-align: center;
    padding: 0.5rem;
}

/* 미리보기 섹션 */
.banner-preview-wrapper[b-sdbqlmy5zk] {
    max-width: 100%;
}

.banner-preview-wrapper.grid-1[b-sdbqlmy5zk] {
    aspect-ratio: 100 / 93;  /* 400x372 */
}

.banner-preview-wrapper.grid-2[b-sdbqlmy5zk] {
    aspect-ratio: 200 / 93;  /* 800x372 */
}

.banner-preview-wrapper.grid-3[b-sdbqlmy5zk] {
    aspect-ratio: 300 / 93;  /* 1200x372 */
}

.banner-preview-wrapper.grid-4[b-sdbqlmy5zk] {
    aspect-ratio: 400 / 93;  /* 1600x372 */
}

.banner-preview-wrapper.grid-5[b-sdbqlmy5zk] {
    aspect-ratio: 500 / 93;  /* 2000x372 */
}

.banner-preview-wrapper.grid-6[b-sdbqlmy5zk] {
    aspect-ratio: 600 / 93;  /* 2400x372 */
}

.banner-preview-wrapper.default[b-sdbqlmy5zk] {
    aspect-ratio: 16 / 9;
}

/* Hero 배너 비율 */
.banner-preview-wrapper.hero-main[b-sdbqlmy5zk] {
    aspect-ratio: 14 / 3;  /* 1400x300 - 홈, 태그, 검색 */
}

.banner-preview-wrapper.hero-store[b-sdbqlmy5zk] {
    aspect-ratio: 13 / 3;  /* 1300x300 - 스토어 */
}

/* Fixed 배너 비율 */
.banner-preview-wrapper.fixed-tag[b-sdbqlmy5zk] {
    aspect-ratio: 14 / 3;  /* 1400x300 */
}

.banner-preview-wrapper.fixed-userstore[b-sdbqlmy5zk] {
    aspect-ratio: 13 / 3;  /* 1300x300 */
}

.banner-preview-wrapper.fixed-login[b-sdbqlmy5zk] {
    aspect-ratio: 1 / 1;  /* 500x500 */
}

.banner-preview-wrapper.fixed-product[b-sdbqlmy5zk] {
    aspect-ratio: 1 / 1;  /* 300x300 */
}

.banner-preview-wrapper.fixed-default[b-sdbqlmy5zk] {
    aspect-ratio: 19.2 / 1;  /* 1920x100 */
}

.banner-preview-container[b-sdbqlmy5zk] {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    height: 100%;
    background-color: #f8f9fa; /* 기본 회색 배경 */
}

.preview-image[b-sdbqlmy5zk] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.preview-overlay[b-sdbqlmy5zk] {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 1rem;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
}

.preview-title[b-sdbqlmy5zk] {
    margin-bottom: 0.5rem;
    font-size: 1.25rem;
    font-weight: 500;
}

.preview-subtitle[b-sdbqlmy5zk] {
    margin-bottom: 0.5rem;
    font-size: 0.875rem;
}

.preview-button[b-sdbqlmy5zk] {
    font-size: 0.875rem;
}

/* 색상 입력 그룹 */
.color-input-group[b-sdbqlmy5zk] {
    position: relative;
}

.color-preview[b-sdbqlmy5zk] {
    width: 40px;
    height: 100%;
    border-left: 1px solid #dee2e6;
}

/* 템플릿 탭 */
.template-tabs[b-sdbqlmy5zk] {
    border-bottom: 2px solid #dee2e6;
}

.template-tab[b-sdbqlmy5zk] {
    background: none;
    border: none;
    padding: 0.75rem 1.5rem;
    color: #6c757d;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease;
    border-bottom: 2px solid transparent;
    margin-bottom: -2px;
}

.template-tab:hover[b-sdbqlmy5zk] {
    color: #495057;
}

.template-tab.active[b-sdbqlmy5zk] {
    color: var(--bs-primary);
    border-bottom-color: var(--bs-primary);
}

/* 템플릿 본문 */
.template-body[b-sdbqlmy5zk] {
    max-height: 400px;
    overflow-y: auto;
    padding: 1.5rem;
}

.template-empty[b-sdbqlmy5zk] {
    text-align: center;
    color: #6c757d;
    padding: 3rem 0;
}

/* 스크롤바 스타일 */
.template-body[b-sdbqlmy5zk]::-webkit-scrollbar {
    width: 8px;
}

.template-body[b-sdbqlmy5zk]::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 4px;
}

.template-body[b-sdbqlmy5zk]::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 4px;
}

.template-body[b-sdbqlmy5zk]::-webkit-scrollbar-thumb:hover {
    background: #555;
}

/* 섹션 헤더 */
.section-header[b-sdbqlmy5zk] {
    color: var(--bs-primary);
    margin-bottom: 1rem;
    margin-top: 2rem;
    font-size: 1.1rem;
    font-weight: 600;
}

.section-header:first-child[b-sdbqlmy5zk] {
    margin-top: 0;
}

/* 필수 표시 */
.required-mark[b-sdbqlmy5zk] {
    color: var(--bs-danger);
}

/* 도움말 텍스트 */
.help-text[b-sdbqlmy5zk] {
    font-size: 0.875rem;
    color: #6c757d;
    margin-top: 0.25rem;
}

/* 빈 미리보기 */
.empty-preview[b-sdbqlmy5zk] {
    background-color: #f8f9fa;
    padding: 3rem 1rem;
    text-align: center;
    border-radius: 8px;
}

.empty-preview-icon[b-sdbqlmy5zk] {
    font-size: 3rem;
    color: #6c757d;
    margin-bottom: 1rem;
}

.empty-preview-text[b-sdbqlmy5zk] {
    color: #6c757d;
    margin-bottom: 0.25rem;
}

.empty-preview-strong[b-sdbqlmy5zk] {
    color: #495057;
    font-weight: 600;
}

/* 저장 버튼 로딩 상태 */
.btn-saving[b-sdbqlmy5zk] {
    position: relative;
    pointer-events: none;
    opacity: 0.65;
}

.spinner-border-sm[b-sdbqlmy5zk] {
    width: 1rem;
    height: 1rem;
    border-width: 0.2em;
}

/* 반응형 조정 */
@media (max-width: 768px) {
    .template-body[b-sdbqlmy5zk] {
        max-height: 300px;
    }
    
    .template-tab[b-sdbqlmy5zk] {
        padding: 0.5rem 1rem;
        font-size: 0.875rem;
    }
}
/* /Components/Pages/Admins/Modals/CampaignModal.razor.rz.scp.css */
/* 캠페인 이미지 업로더 스타일 */
.campaign-image-uploader[b-kdm7727o6i] {
    position: relative;
    width: 100%;
    max-width: 800px;
    aspect-ratio: 16/9;
    border: 2px dashed #dee2e6;
    border-radius: 8px;
    overflow: hidden;
    background: #f8f9fa;
    transition: border-color 0.3s;
}

.campaign-image-uploader:hover[b-kdm7727o6i] {
    border-color: #0d6efd;
}

/* 이미지가 있을 때 */
.campaign-image-uploader.has-image[b-kdm7727o6i] {
    border-style: solid;
    border-color: #dee2e6;
}

/* 이미지 미리보기 */
.campaign-image-uploader img[b-kdm7727o6i] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* 업로드 라벨 */
.campaign-image-uploader label[b-kdm7727o6i] {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 20px;
    text-align: center;
    margin: 0;
}

.campaign-image-uploader label:hover[b-kdm7727o6i] {
    background: rgba(13, 110, 253, 0.05);
}

/* 이미지 액션 버튼 */
.campaign-image-uploader .image-actions[b-kdm7727o6i] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    gap: 8px;
    opacity: 0;
    transition: opacity 0.3s;
    z-index: 10;
}

/* 호버 시 버튼 표시 */
.campaign-image-uploader.has-image:hover .image-actions[b-kdm7727o6i] {
    opacity: 1;
}

/* 호버 시 어두운 오버레이 */
.campaign-image-uploader.has-image[b-kdm7727o6i]::after {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0);
    pointer-events: none;
    transition: background 0.3s;
}

.campaign-image-uploader.has-image:hover[b-kdm7727o6i]::after {
    background: rgba(0, 0, 0, 0.3);
}

/* 업로드 아이콘 */
.campaign-image-uploader .upload-icon[b-kdm7727o6i] {
    margin-bottom: 12px;
}

/* 텍스트 스타일 */
.campaign-image-uploader p[b-kdm7727o6i] {
    margin-bottom: 8px;
    font-weight: 500;
    color: #495057;
}

.campaign-image-uploader small[b-kdm7727o6i] {
    color: #6c757d;
}
/* /Components/Pages/Admins/Modals/CampaignParticipationApprovalModal.razor.rz.scp.css */
/* ========================================
   캠페인 참여 승인 모달 스타일 (심플 버전)
   ======================================== */

/* 모달 컨테이너 */
.approval-modal[b-fhtpu3thzk] {
    border: none;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    border-radius: 8px;
}

/* 모달 헤더 */
.approval-modal .modal-header[b-fhtpu3thzk] {
    padding: 1.25rem 1.5rem;
    border-bottom: 2px solid #e9ecef;
    background-color: #fff;
}

.approval-modal .modal-title[b-fhtpu3thzk] {
    font-weight: 600;
    font-size: 1.125rem;
    color: #212529;
}

/* 모달 바디 */
.approval-modal .modal-body[b-fhtpu3thzk] {
    padding: 1.5rem;
    max-height: 70vh;
    overflow-y: auto;
}

/* 정보 섹션 */
.info-section[b-fhtpu3thzk] {
    background: #fff;
    border: 1px solid #dee2e6;
    border-radius: 6px;
    margin-bottom: 1rem;
    overflow: hidden;
}

.info-section:last-child[b-fhtpu3thzk] {
    margin-bottom: 0;
}

.info-section-header[b-fhtpu3thzk] {
    display: flex;
    align-items: center;
    padding: 0.875rem 1rem;
    background-color: #f8f9fa;
    border-bottom: 1px solid #dee2e6;
}

.info-section-header i[b-fhtpu3thzk] {
    font-size: 1rem;
    color: #495057;
}

.info-section-header h6[b-fhtpu3thzk] {
    margin: 0;
    font-weight: 600;
    font-size: 0.9rem;
    color: #212529;
}

.info-section-body[b-fhtpu3thzk] {
    padding: 1rem;
}

/* 정보 라벨 & 값 */
.info-label[b-fhtpu3thzk] {
    display: block;
    font-weight: 600;
    color: #6c757d;
    font-size: 0.8rem;
    margin-bottom: 0.25rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.info-value[b-fhtpu3thzk] {
    display: block;
    color: #212529;
    font-size: 0.95rem;
}

.info-value strong[b-fhtpu3thzk] {
    color: #212529;
    font-weight: 600;
}

/* 상품 썸네일 */
.product-thumbnail[b-fhtpu3thzk] {
    width: 40px;
    height: 40px;
    object-fit: cover;
    border-radius: 4px;
    border: 1px solid #dee2e6;
}

.product-thumbnail-placeholder[b-fhtpu3thzk] {
    width: 40px;
    height: 40px;
    background-color: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #adb5bd;
}

/* 배지 */
.badge[b-fhtpu3thzk] {
    font-weight: 500;
    padding: 0.35rem 0.65rem;
    font-size: 0.8rem;
}

/* 테이블 */
.info-section-body .table[b-fhtpu3thzk] {
    margin-bottom: 0;
    font-size: 0.875rem;
}

.info-section-body .table thead th[b-fhtpu3thzk] {
    background-color: #f8f9fa;
    border-bottom: 2px solid #dee2e6;
    font-weight: 600;
    color: #495057;
    padding: 0.625rem;
    font-size: 0.8rem;
}

.info-section-body .table tbody td[b-fhtpu3thzk] {
    padding: 0.625rem;
    vertical-align: middle;
}

.info-section-body .table-hover tbody tr:hover[b-fhtpu3thzk] {
    background-color: #e7f3ff;
    transition: background-color 0.2s ease;
}

/* 상품 행 클릭 효과 */
.info-section-body .table tbody tr[style*="cursor: pointer"]:hover[b-fhtpu3thzk] {
    background-color: #d1e9ff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.info-section-body .table tbody tr[style*="cursor: pointer"]:active[b-fhtpu3thzk] {
    background-color: #b8daff;
}

/* 모달 푸터 */
.approval-modal .modal-footer[b-fhtpu3thzk] {
    padding: 1rem 1.5rem;
    background-color: #f8f9fa;
    border-top: 1px solid #dee2e6;
}

.approval-modal .modal-footer .btn[b-fhtpu3thzk] {
    padding: 0.5rem 1.25rem;
    font-weight: 500;
    border-radius: 4px;
}

/* 알림 */
.alert[b-fhtpu3thzk] {
    border-radius: 6px;
    padding: 0.875rem 1rem;
    font-size: 0.9rem;
}

/* 스크롤바 */
.approval-modal .modal-body[b-fhtpu3thzk]::-webkit-scrollbar {
    width: 6px;
}

.approval-modal .modal-body[b-fhtpu3thzk]::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.approval-modal .modal-body[b-fhtpu3thzk]::-webkit-scrollbar-thumb {
    background: #adb5bd;
    border-radius: 3px;
}

.approval-modal .modal-body[b-fhtpu3thzk]::-webkit-scrollbar-thumb:hover {
    background: #6c757d;
}

/* 반응형 */
@media (max-width: 768px) {
    .approval-modal .modal-body[b-fhtpu3thzk] {
        padding: 1rem;
    }

    .info-section-header[b-fhtpu3thzk],
    .info-section-body[b-fhtpu3thzk] {
        padding: 0.75rem;
    }
}

/* 로딩 스피너 */
.spinner-border-sm[b-fhtpu3thzk] {
    width: 1rem;
    height: 1rem;
    border-width: 0.15rem;
}
/* /Components/Pages/Admins/Modals/CategoryModal.razor.rz.scp.css */
/* CategoryModal.razor.css - 카테고리 모달 전용 스타일 */

/* 모달 제목 스타일 */
.modal-title[b-todsm24id4] {
    font-weight: 600;
    color: #495057;
}

/* 폼 라벨 스타일 */
.form-label[b-todsm24id4] {
    font-weight: 500;
    color: #495057;
    margin-bottom: 0.5rem;
}

.form-label .fas[b-todsm24id4] {
    color: #6c757d;
    width: 1rem;
}

/* 필수 표시 */
.text-danger[b-todsm24id4] {
    font-weight: 600;
}

/* 입력 필드 스타일 */
.form-control[b-todsm24id4], .form-select[b-todsm24id4] {
    border: 1px solid #ced4da;
    border-radius: 0.375rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-control:focus[b-todsm24id4], .form-select:focus[b-todsm24id4] {
    border-color: #86b7fe;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

/* 도움말 텍스트 */
.form-text[b-todsm24id4] {
    font-size: 0.875rem;
    color: #6c757d;
    margin-top: 0.25rem;
}

/* 텍스트 영역 크기 조정 */
textarea.form-control[b-todsm24id4] {
    resize: vertical;
    min-height: 5rem;
}

/* 정보 알림 박스 */
.alert-info[b-todsm24id4] {
    background-color: #cff4fc;
    border-color: #b6effb;
    color: #055160;
}

.alert-info h6[b-todsm24id4] {
    color: #055160;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.alert-info ul[b-todsm24id4] {
    padding-left: 1.25rem;
}

.alert-info li[b-todsm24id4] {
    margin-bottom: 0.25rem;
}

/* 검증 오류 메시지 */
.validation-message[b-todsm24id4] {
    font-size: 0.875rem;
    margin-top: 0.25rem;
}

/* 모달 푸터 버튼 스타일 */
.modal-footer .btn[b-todsm24id4] {
    font-weight: 500;
    padding: 0.5rem 1rem;
    border-radius: 0.375rem;
}

.modal-footer .btn .fas[b-todsm24id4] {
    margin-right: 0.25rem;
}

/* 버튼 호버 효과 */
.btn:hover[b-todsm24id4] {
    transform: translateY(-1px);
    transition: transform 0.1s ease;
}

/* 반응형 조정 */
@media (max-width: 576px) {
    .modal-dialog[b-todsm24id4] {
        margin: 0.5rem;
    }
    
    .modal-body[b-todsm24id4] {
        padding: 1rem;
    }
    
    .form-label[b-todsm24id4] {
        font-size: 0.9rem;
    }
    
    .alert-info[b-todsm24id4] {
        padding: 0.75rem;
    }
    
    .alert-info h6[b-todsm24id4] {
        font-size: 0.9rem;
    }
    
    .alert-info ul[b-todsm24id4] {
        font-size: 0.8rem;
    }
}
/* /Components/Pages/Admins/Modals/FaqDetailModal.razor.rz.scp.css */
/* FAQ 상세 모달 스타일 */

.faq-detail-modal .modal-dialog[b-ybjz1u8ion] {
    max-width: 90rem;
}

.faq-detail-header[b-ybjz1u8ion] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 1.25rem 1.5rem;
    border-radius: 0.5rem 0.5rem 0 0;
}

.faq-detail-header .modal-title[b-ybjz1u8ion] {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 0.25rem;
}

.faq-detail-header .btn-close[b-ybjz1u8ion] {
    filter: brightness(0) invert(1);
    opacity: 0.8;
}

.faq-detail-header .btn-close:hover[b-ybjz1u8ion] {
    opacity: 1;
}

.faq-detail-body[b-ybjz1u8ion] {
    padding: 1.5rem;
    max-height: 70vh;
    overflow-y: auto;
}

.faq-info-section[b-ybjz1u8ion] {
    margin-bottom: 2rem;
    padding: 1.25rem;
    background: #f8f9fa;
    border-radius: 0.5rem;
    border-left: 0.25rem solid #667eea;
}

.faq-info-section:last-child[b-ybjz1u8ion] {
    margin-bottom: 0;
}

.faq-section-title[b-ybjz1u8ion] {
    color: #495057;
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
}

.faq-section-title i[b-ybjz1u8ion] {
    color: #667eea;
    margin-right: 0.5rem;
}

.faq-section-title.text-danger i[b-ybjz1u8ion] {
    color: #dc3545;
}

.faq-info-grid[b-ybjz1u8ion] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(20rem, 1fr));
    gap: 1rem;
}

.faq-info-item[b-ybjz1u8ion] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.faq-info-label[b-ybjz1u8ion] {
    font-weight: 600;
    color: #6c757d;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 0.025em;
}

.faq-info-value[b-ybjz1u8ion] {
    color: #495057;
    font-size: 1rem;
    line-height: 1.4;
}

.faq-title-display[b-ybjz1u8ion] {
    font-size: 1.1rem;
    font-weight: 600;
    color: #2d3748;
    line-height: 1.4;
}

.faq-content-display[b-ybjz1u8ion] {
    background: white;
    padding: 1.5rem;
    border-radius: 0.375rem;
    border: 0.0625rem solid #e2e8f0;
    line-height: 1.6;
    font-size: 1rem;
    color: #2d3748;
    min-height: 10rem;
}

.faq-content-display h1[b-ybjz1u8ion],
.faq-content-display h2[b-ybjz1u8ion],
.faq-content-display h3[b-ybjz1u8ion],
.faq-content-display h4[b-ybjz1u8ion],
.faq-content-display h5[b-ybjz1u8ion],
.faq-content-display h6[b-ybjz1u8ion] {
    margin-top: 1.5rem;
    margin-bottom: 0.75rem;
    color: #2d3748;
}

.faq-content-display p[b-ybjz1u8ion] {
    margin-bottom: 1rem;
}

.faq-content-display ul[b-ybjz1u8ion],
.faq-content-display ol[b-ybjz1u8ion] {
    margin-bottom: 1rem;
    padding-left: 1.5rem;
}

.faq-content-display li[b-ybjz1u8ion] {
    margin-bottom: 0.5rem;
}

.faq-content-display code[b-ybjz1u8ion] {
    background-color: #f7fafc;
    color: #e53e3e;
    padding: 0.125rem 0.25rem;
    border-radius: 0.25rem;
    font-size: 0.9em;
}

.faq-content-display pre[b-ybjz1u8ion] {
    background-color: #2d3748;
    color: #e2e8f0;
    padding: 1rem;
    border-radius: 0.375rem;
    overflow-x: auto;
    margin-bottom: 1rem;
}

.faq-content-display blockquote[b-ybjz1u8ion] {
    border-left: 0.25rem solid #667eea;
    padding-left: 1rem;
    margin: 1rem 0;
    font-style: italic;
    color: #4a5568;
}

.faq-detail-footer[b-ybjz1u8ion] {
    background: #f8f9fa;
    padding: 1rem 1.5rem;
    border-radius: 0 0 0.5rem 0.5rem;
    border-top: 0.0625rem solid #dee2e6;
}

.badge[b-ybjz1u8ion] {
    font-size: 0.8rem;
    padding: 0.375rem 0.75rem;
    border-radius: 0.375rem;
}

.btn[b-ybjz1u8ion] {
    border-radius: 0.375rem;
    font-weight: 500;
    padding: 0.5rem 1rem;
    transition: all 0.2s ease;
}

.btn-secondary[b-ybjz1u8ion] {
    background: #6c757d;
    border-color: #6c757d;
}

.btn-secondary:hover[b-ybjz1u8ion] {
    background: #5a6268;
    border-color: #545b62;
    transform: translateY(-0.0625rem);
}

/* FAQ 유형 배지 스타일 (DetailModal용) */
.faq-type-badge[b-ybjz1u8ion] {
    font-size: 0.75rem;
    padding: 0.375rem 0.75rem;
    border-radius: 0.375rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.faq-type-admin[b-ybjz1u8ion] {
    background-color: #667eea;
    color: white;
}

.faq-type-seller[b-ybjz1u8ion] {
    background-color: #28a745;
    color: white;
}

.faq-type-user[b-ybjz1u8ion] {
    background-color: #17a2b8;
    color: white;
}

.faq-type-normal[b-ybjz1u8ion] {
    background-color: #6c757d;
    color: white;
}

/* FAQ 상태 배지 스타일 (DetailModal용) */
.faq-status-badge[b-ybjz1u8ion] {
    font-size: 0.75rem;
    padding: 0.375rem 0.75rem;
    border-radius: 0.375rem;
    font-weight: 600;
}

.faq-status-deleted[b-ybjz1u8ion] {
    background-color: #dc3545;
    color: white;
}

.faq-status-draft[b-ybjz1u8ion] {
    background-color: #6c757d;
    color: white;
}

.faq-status-admin[b-ybjz1u8ion],
.faq-status-seller[b-ybjz1u8ion],
.faq-status-user[b-ybjz1u8ion],
.faq-status-normal[b-ybjz1u8ion] {
    background-color: #28a745;
    color: white;
}

/* 반응형 디자인 */
@media (max-width: 768px) {
    .faq-detail-modal .modal-dialog[b-ybjz1u8ion] {
        max-width: 95%;
        margin: 0.5rem auto;
    }

    .faq-detail-body[b-ybjz1u8ion] {
        padding: 1rem;
        max-height: 60vh;
    }

    .faq-info-section[b-ybjz1u8ion] {
        padding: 1rem;
        margin-bottom: 1.5rem;
    }

    .faq-section-title[b-ybjz1u8ion] {
        font-size: 1rem;
    }

    .faq-info-grid[b-ybjz1u8ion] {
        grid-template-columns: 1fr;
        gap: 0.75rem;
    }

    .faq-content-display[b-ybjz1u8ion] {
        padding: 1rem;
        font-size: 0.9rem;
    }

    .faq-title-display[b-ybjz1u8ion] {
        font-size: 1rem;
    }
}
/* /Components/Pages/Admins/Modals/FaqEditModal.razor.rz.scp.css */
/* FAQ 편집 모달 스타일 */

.faq-edit-modal .modal-dialog[b-78dqqse0la] {
    max-width: 90rem;
}

.faq-edit-header[b-78dqqse0la] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 1.25rem 1.5rem;
    border-radius: 0.5rem 0.5rem 0 0;
}

.faq-edit-header .modal-title[b-78dqqse0la] {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 0.25rem;
}

.faq-edit-header .btn-close[b-78dqqse0la] {
    filter: brightness(0) invert(1);
    opacity: 0.8;
}

.faq-edit-header .btn-close:hover[b-78dqqse0la] {
    opacity: 1;
}

.faq-edit-body[b-78dqqse0la] {
    padding: 1.5rem;
    max-height: 70vh;
    overflow-y: auto;
}

.faq-edit-section[b-78dqqse0la] {
    margin-bottom: 2rem;
    padding: 1.25rem;
    background: #f8f9fa;
    border-radius: 0.5rem;
    border-left: 0.25rem solid #667eea;
}

.faq-edit-section:last-child[b-78dqqse0la] {
    margin-bottom: 0;
}

.faq-section-title[b-78dqqse0la] {
    color: #495057;
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
}

.faq-section-title i[b-78dqqse0la] {
    color: #667eea;
    margin-right: 0.5rem;
}

.faq-edit-footer[b-78dqqse0la] {
    background: #f8f9fa;
    padding: 1rem 1.5rem;
    border-radius: 0 0 0.5rem 0.5rem;
    border-top: 0.0625rem solid #dee2e6;
}

.form-label[b-78dqqse0la] {
    font-weight: 600;
    color: #495057;
    margin-bottom: 0.5rem;
}

.form-label .text-danger[b-78dqqse0la] {
    margin-left: 0.25rem;
}

.form-control[b-78dqqse0la], .form-select[b-78dqqse0la] {
    border: 0.0625rem solid #ced4da;
    border-radius: 0.375rem;
    font-size: 0.9rem;
    transition: all 0.2s ease;
}

.form-control:focus[b-78dqqse0la], .form-select:focus[b-78dqqse0la] {
    border-color: #667eea;
    box-shadow: 0 0 0 0.125rem rgba(102, 126, 234, 0.25);
}

.form-check-input[b-78dqqse0la] {
    border-radius: 0.25rem;
}

.form-check-input:checked[b-78dqqse0la] {
    background-color: #667eea;
    border-color: #667eea;
}

.form-check-label[b-78dqqse0la] {
    font-weight: 500;
    color: #495057;
}

.form-text[b-78dqqse0la], .text-muted[b-78dqqse0la] {
    font-size: 0.8rem;
    color: #6c757d !important;
}

.btn[b-78dqqse0la] {
    border-radius: 0.375rem;
    font-weight: 500;
    padding: 0.5rem 1rem;
    transition: all 0.2s ease;
}

.btn-success[b-78dqqse0la] {
    background: linear-gradient(135deg, #28a745 0%, #20c997 100%);
    border: none;
}

.btn-success:hover[b-78dqqse0la] {
    background: linear-gradient(135deg, #218838 0%, #1ea085 100%);
    transform: translateY(-0.0625rem);
}

.btn-secondary[b-78dqqse0la] {
    background: #6c757d;
    border-color: #6c757d;
}

.btn-secondary:hover[b-78dqqse0la] {
    background: #5a6268;
    border-color: #545b62;
    transform: translateY(-0.0625rem);
}

.alert[b-78dqqse0la] {
    border-radius: 0.375rem;
    border: none;
    font-size: 0.9rem;
}

.alert-info[b-78dqqse0la] {
    background-color: #e3f2fd;
    color: #0277bd;
    border-left: 0.25rem solid #2196f3;
}

.alert-info strong[b-78dqqse0la] {
    color: #01579b;
}

/* FAQ 유형별 아이콘 색상 */
.alert-info .fa-cog[b-78dqqse0la] {
    color: #667eea;
}

.alert-info .fa-store[b-78dqqse0la] {
    color: #28a745;
}

.alert-info .fa-user[b-78dqqse0la] {
    color: #17a2b8;
}

/* 입력 필드 그룹 스타일 */
.row.g-3 > *[b-78dqqse0la] {
    margin-bottom: 0.75rem;
}

/* 텍스트 영역 스타일 */
textarea.form-control[b-78dqqse0la] {
    resize: vertical;
    min-height: 8rem;
    font-family: inherit;
    line-height: 1.5;
}

/* 숫자 입력 필드 */
input[type="number"].form-control[b-78dqqse0la] {
    text-align: center;
}

/* 체크박스 스위치 스타일 */
.form-check-input[type="checkbox"][b-78dqqse0la] {
    width: 2.5rem;
    height: 1.25rem;
    border-radius: 1.25rem;
    background-color: #dee2e6;
    border: none;
    transition: all 0.2s ease;
}

.form-check-input[type="checkbox"]:checked[b-78dqqse0la] {
    background-color: #667eea;
    background-image: none;
}

.form-check-input[type="checkbox"]:focus[b-78dqqse0la] {
    box-shadow: 0 0 0 0.125rem rgba(102, 126, 234, 0.25);
}

/* 반응형 디자인 */
@media (max-width: 768px) {
    .faq-edit-modal .modal-dialog[b-78dqqse0la] {
        max-width: 95%;
        margin: 0.5rem auto;
    }

    .faq-edit-body[b-78dqqse0la] {
        padding: 1rem;
        max-height: 60vh;
    }

    .faq-edit-section[b-78dqqse0la] {
        padding: 1rem;
        margin-bottom: 1.5rem;
    }

    .faq-section-title[b-78dqqse0la] {
        font-size: 1rem;
    }

    .row.g-3 > *[b-78dqqse0la] {
        margin-bottom: 1rem;
    }

    .form-control[b-78dqqse0la], .form-select[b-78dqqse0la] {
        font-size: 1rem; /* 모바일에서 확대 방지 */
    }

    textarea.form-control[b-78dqqse0la] {
        min-height: 6rem;
    }

    .alert[b-78dqqse0la] {
        font-size: 0.8rem;
        padding: 0.75rem;
    }

    .btn[b-78dqqse0la] {
        padding: 0.75rem 1rem;
        font-size: 0.9rem;
    }
}

/* 다크 모드 지원 (선택사항) */
@media (prefers-color-scheme: dark) {
    .faq-edit-section[b-78dqqse0la] {
        background: #2d3748;
        border-left-color: #667eea;
    }

    .faq-section-title[b-78dqqse0la] {
        color: #e2e8f0;
    }

    .form-label[b-78dqqse0la] {
        color: #e2e8f0;
    }

    .form-control[b-78dqqse0la], .form-select[b-78dqqse0la] {
        background-color: #4a5568;
        border-color: #718096;
        color: #e2e8f0;
    }

    .form-control:focus[b-78dqqse0la], .form-select:focus[b-78dqqse0la] {
        background-color: #4a5568;
        border-color: #667eea;
        color: #e2e8f0;
    }

    .alert-info[b-78dqqse0la] {
        background-color: #2b6cb0;
        color: #bee3f8;
    }
}
/* /Components/Pages/Admins/Modals/ImprovedSellerDetailModal.razor.rz.scp.css */
/* 모달 기본 스타일 */
.seller-detail-modal .modal-dialog[b-8kw8gd5bkt] {
    max-width: 1200px;
}

.seller-detail-modal .modal-content[b-8kw8gd5bkt] {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}

/* 헤더 스타일 */
.seller-detail-header[b-8kw8gd5bkt] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 1.5rem;
}

.seller-detail-header h5[b-8kw8gd5bkt] {
    margin: 0;
    font-size: 1.5rem;
    font-weight: 600;
}

.seller-detail-header small[b-8kw8gd5bkt] {
    opacity: 0.9;
}

.seller-detail-header .btn-close[b-8kw8gd5bkt] {
    filter: brightness(0) invert(1);
    opacity: 0.8;
}

.seller-detail-header .btn-close:hover[b-8kw8gd5bkt] {
    opacity: 1;
}

/* 바디 스타일 */
.seller-detail-body[b-8kw8gd5bkt] {
    padding: 2rem;
    max-height: 70vh;
    overflow-y: auto;
    background: #f8f9fa;
}

/* 섹션 스타일 */
.seller-info-section[b-8kw8gd5bkt] {
    background: white;
    border-radius: 8px;
    padding: 1.5rem;
    margin-bottom: 1.5rem;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.seller-section-title[b-8kw8gd5bkt] {
    font-size: 1.1rem;
    font-weight: 600;
    color: #495057;
    margin-bottom: 1.25rem;
    padding-bottom: 0.75rem;
    border-bottom: 2px solid #e9ecef;
}

.seller-section-title i[b-8kw8gd5bkt] {
    margin-right: 0.5rem;
    color: #6c757d;
}

/* 정보 그리드 */
.seller-info-grid[b-8kw8gd5bkt] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 1.25rem;
}

.seller-info-item[b-8kw8gd5bkt] {
    display: flex;
    flex-direction: column;
    padding: 0.75rem;
    background: #f8f9fa;
    border-radius: 6px;
    border-left: 3px solid #667eea;
}

.seller-info-label[b-8kw8gd5bkt] {
    font-size: 0.85rem;
    font-weight: 600;
    color: #6c757d;
    margin-bottom: 0.25rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.seller-info-value[b-8kw8gd5bkt] {
    font-size: 1rem;
    color: #212529;
    font-weight: 500;
}

.seller-info-value.empty[b-8kw8gd5bkt] {
    color: #adb5bd;
    font-style: italic;
}

.seller-info-value i[b-8kw8gd5bkt] {
    color: #6c757d;
    margin-right: 0.25rem;
}

/* 상태 배지 */
.seller-status-badge[b-8kw8gd5bkt] {
    display: inline-flex;
    align-items: center;
    padding: 0.35rem 0.75rem;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 500;
}

.seller-status-active[b-8kw8gd5bkt] {
    background-color: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
}

.seller-status-inactive[b-8kw8gd5bkt] {
    background-color: #fff3cd;
    color: #856404;
    border: 1px solid #ffeeba;
}

.seller-status-deleted[b-8kw8gd5bkt] {
    background-color: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}

/* 이미지 섹션 */
.seller-profile-image-container[b-8kw8gd5bkt] {
    display: flex;
    justify-content: center;
    align-items: center;
}

.seller-profile-image[b-8kw8gd5bkt] {
    width: 200px;
    height: 200px;
    object-fit: cover;
    border-radius: 50%;
    border: 3px solid #dee2e6;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.seller-profile-image-placeholder[b-8kw8gd5bkt] {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background-color: #f8f9fa;
    border: 3px solid #dee2e6;
    display: flex;
    align-items: center;
    justify-content: center;
}

.seller-header-image[b-8kw8gd5bkt] {
    width: 100%;
    max-height: 200px;
    object-fit: cover;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.seller-info-section .bg-light[b-8kw8gd5bkt] {
    min-height: 200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 2px dashed #dee2e6;
}

/* 통계 카드 */
.seller-info-section .card[b-8kw8gd5bkt] {
    border: none;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
    transition: transform 0.2s;
}

.seller-info-section .card:hover[b-8kw8gd5bkt] {
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.12);
}

.seller-info-section .card-body[b-8kw8gd5bkt] {
    padding: 1.25rem;
}

.seller-info-section .card h4[b-8kw8gd5bkt] {
    font-size: 1.75rem;
    font-weight: 700;
    margin-bottom: 0.25rem;
}

.seller-info-section .card h6[b-8kw8gd5bkt] {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 0.25rem;
}

/* 알림 스타일 */
.seller-detail-body .alert[b-8kw8gd5bkt] {
    border-radius: 8px;
    border: none;
    padding: 1rem 1.25rem;
}

.seller-detail-body .alert-warning[b-8kw8gd5bkt] {
    background-color: #fff3cd;
    color: #856404;
}

.seller-detail-body .alert-danger[b-8kw8gd5bkt] {
    background-color: #f8d7da;
    color: #721c24;
}

.seller-detail-body .alert-info[b-8kw8gd5bkt] {
    background-color: #d1ecf1;
    color: #0c5460;
}

.seller-detail-body .alert-light[b-8kw8gd5bkt] {
    background-color: #fefefe;
    border: 1px solid #dee2e6;
    color: #6c757d;
}

/* 푸터 스타일 */
.seller-detail-footer[b-8kw8gd5bkt] {
    background: white;
    padding: 1.25rem 1.5rem;
    border-top: 1px solid #e9ecef;
}

.seller-detail-footer .btn[b-8kw8gd5bkt] {
    padding: 0.5rem 1.25rem;
    font-weight: 500;
    border-radius: 6px;
    transition: all 0.2s;
}

.seller-detail-footer .btn:hover[b-8kw8gd5bkt] {
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

/* 테이블 내 뱃지 정렬 */
.table td .badge[b-8kw8gd5bkt] {
    display: inline-block;
    margin-bottom: 0.1rem;
}

.seller-detail-footer .btn i[b-8kw8gd5bkt] {
    font-size: 0.875rem;
}

/* 체크박스 스타일 */
.form-check-input:disabled[b-8kw8gd5bkt] {
    opacity: 0.7;
}

.form-check-label[b-8kw8gd5bkt] {
    color: #495057;
    font-weight: 500;
}

/* 배지 스타일 개선 */
.badge[b-8kw8gd5bkt] {
    padding: 0.35rem 0.65rem;
    font-weight: 500;
    letter-spacing: 0.3px;
}

/* 스크롤바 스타일 */
.seller-detail-body[b-8kw8gd5bkt]::-webkit-scrollbar {
    width: 8px;
}

.seller-detail-body[b-8kw8gd5bkt]::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

.seller-detail-body[b-8kw8gd5bkt]::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 10px;
}

.seller-detail-body[b-8kw8gd5bkt]::-webkit-scrollbar-thumb:hover {
    background: #555;
}

/* 반응형 디자인 */
@media (max-width: 768px) {
    .seller-detail-modal .modal-dialog[b-8kw8gd5bkt] {
        margin: 0;
        max-width: 100%;
    }
    
    .seller-info-grid[b-8kw8gd5bkt] {
        grid-template-columns: 1fr;
    }
    
    .seller-detail-body[b-8kw8gd5bkt] {
        padding: 1rem;
    }
    
    .seller-info-section[b-8kw8gd5bkt] {
        padding: 1rem;
    }
    
    .seller-detail-header[b-8kw8gd5bkt] {
        padding: 1rem;
    }
    
    .seller-detail-header h5[b-8kw8gd5bkt] {
        font-size: 1.25rem;
    }
}

/* 링크 스타일 */
.seller-info-value a[b-8kw8gd5bkt] {
    color: #667eea;
    text-decoration: none;
    transition: color 0.2s;
}

.seller-info-value a:hover[b-8kw8gd5bkt] {
    color: #764ba2;
    text-decoration: underline;
}

/* 거절 사유 모달 스타일 */
#rejectionReasonModal .modal-content[b-8kw8gd5bkt] {
    border-radius: 8px;
}

#rejectionReasonModal .modal-header[b-8kw8gd5bkt] {
    background-color: #f8f9fa;
    border-bottom: 1px solid #dee2e6;
}

#rejectionReasonModal .modal-body[b-8kw8gd5bkt] {
    padding: 1.5rem;
}

#rejectionReasonModal textarea[b-8kw8gd5bkt] {
    min-height: 120px;
    resize: vertical;
}

#rejectionReasonModal .modal-footer[b-8kw8gd5bkt] {
    background-color: #f8f9fa;
    border-top: 1px solid #dee2e6;
}
/* /Components/Pages/Admins/Modals/NoticeDetailModal.razor.rz.scp.css */
/* 공지사항 상세 모달 전용 스타일 */

.notice-detail-modal .modal-dialog[b-onqjeduetx] {
    max-width: 60rem;
}

.notice-detail-header[b-onqjeduetx] {
    background: linear-gradient(135deg, #dc3545 0%, #fd7e14 100%);
    color: white;
    border-radius: 0.5rem 0.5rem 0 0;
    padding: 1.5rem;
    margin: -1rem -1rem 0 -1rem;
}

.notice-detail-header .modal-title[b-onqjeduetx] {
    font-size: 1.25rem;
    font-weight: 600;
    margin: 0;
}

.notice-detail-header .btn-close[b-onqjeduetx] {
    filter: invert(1);
    opacity: 0.8;
}

.notice-detail-header .btn-close:hover[b-onqjeduetx] {
    opacity: 1;
}

.notice-detail-body[b-onqjeduetx] {
    padding: 2rem 1.5rem;
}

.notice-info-section[b-onqjeduetx] {
    margin-bottom: 2rem;
}

.notice-info-section:last-child[b-onqjeduetx] {
    margin-bottom: 0;
}

.notice-section-title[b-onqjeduetx] {
    font-size: 1.125rem;
    font-weight: 600;
    color: #dc3545;
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid #dc3545;
    display: flex;
    align-items: center;
}

.notice-section-title i[b-onqjeduetx] {
    margin-right: 0.5rem;
}

.notice-info-grid[b-onqjeduetx] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(20rem, 1fr));
    gap: 1.5rem;
}

.notice-info-item[b-onqjeduetx] {
    background: var(--bs-light);
    border-radius: 0.5rem;
    padding: 1rem;
    border-left: 0.25rem solid #dc3545;
}

.notice-info-label[b-onqjeduetx] {
    font-size: 0.875rem;
    font-weight: 600;
    color: var(--bs-secondary);
    margin-bottom: 0.5rem;
    text-transform: uppercase;
    letter-spacing: 0.025rem;
}

.notice-info-value[b-onqjeduetx] {
    font-size: 1rem;
    color: var(--bs-dark);
    word-break: break-word;
}

.notice-info-value.empty[b-onqjeduetx] {
    color: var(--bs-muted);
    font-style: italic;
}

/* 공지사항 제목 특별 스타일 */
.notice-title-display[b-onqjeduetx] {
    font-size: 1.125rem;
    font-weight: 600;
    color: var(--bs-dark);
    line-height: 1.4;
}

/* 공지사항 내용 표시 */
.notice-content-display[b-onqjeduetx] {
    background: white;
    border: 1px solid var(--bs-border-color);
    border-radius: 0.5rem;
    padding: 1.5rem;
    min-height: 10rem;
    line-height: 1.6;
    font-size: 0.95rem;
    color: var(--bs-dark);
}

.notice-content-display h1[b-onqjeduetx],
.notice-content-display h2[b-onqjeduetx],
.notice-content-display h3[b-onqjeduetx],
.notice-content-display h4[b-onqjeduetx],
.notice-content-display h5[b-onqjeduetx],
.notice-content-display h6[b-onqjeduetx] {
    margin-top: 1.5rem;
    margin-bottom: 0.75rem;
    color: var(--bs-dark);
}

.notice-content-display p[b-onqjeduetx] {
    margin-bottom: 1rem;
}

.notice-content-display ul[b-onqjeduetx],
.notice-content-display ol[b-onqjeduetx] {
    margin-bottom: 1rem;
    padding-left: 2rem;
}

.notice-content-display blockquote[b-onqjeduetx] {
    border-left: 0.25rem solid #dc3545;
    padding-left: 1rem;
    margin: 1rem 0;
    color: var(--bs-secondary);
    font-style: italic;
}

/* 공지사항 유형 배지 */
.notice-type-badge[b-onqjeduetx] {
    display: inline-flex;
    align-items: center;
    padding: 0.375rem 0.75rem;
    border-radius: 0.5rem;
    font-size: 0.875rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.025rem;
}

.notice-type-일반[b-onqjeduetx] {
    background-color: var(--bs-secondary);
    color: white;
}

.notice-type-중요[b-onqjeduetx] {
    background-color: var(--bs-warning);
    color: var(--bs-dark);
}

.notice-type-긴급[b-onqjeduetx] {
    background-color: var(--bs-danger);
    color: white;
}

.notice-type-이벤트[b-onqjeduetx] {
    background-color: var(--bs-success);
    color: white;
}

/* 공지사항 상태 배지 */
.notice-status-badge[b-onqjeduetx] {
    display: inline-flex;
    align-items: center;
    padding: 0.375rem 0.75rem;
    border-radius: 0.5rem;
    font-size: 0.875rem;
    font-weight: 500;
}

.notice-status-deleted[b-onqjeduetx] {
    background-color: var(--bs-danger);
    color: white;
}

.notice-status-draft[b-onqjeduetx] {
    background-color: var(--bs-secondary);
    color: white;
}

.notice-status-pinned[b-onqjeduetx] {
    background-color: var(--bs-warning);
    color: var(--bs-dark);
}

.notice-status-urgent[b-onqjeduetx] {
    background-color: var(--bs-danger);
    color: white;
    animation: pulse-b-onqjeduetx 2s infinite;
}

.notice-status-important[b-onqjeduetx] {
    background-color: var(--bs-warning);
    color: var(--bs-dark);
}

.notice-status-normal[b-onqjeduetx] {
    background-color: var(--bs-success);
    color: white;
}

/* 첨부파일 영역 */
.notice-attachments[b-onqjeduetx] {
    padding: 1rem;
    background: var(--bs-light);
    border-radius: 0.5rem;
    border: 1px solid var(--bs-border-color);
}

/* 모달 푸터 */
.notice-detail-footer[b-onqjeduetx] {
    padding: 1rem 1.5rem;
    background-color: var(--bs-light);
    border-top: 1px solid var(--bs-border-color);
    border-radius: 0 0 0.5rem 0.5rem;
    margin: 2rem -1.5rem -1rem -1.5rem;
}

/* 코드 스타일 */
code[b-onqjeduetx] {
    background-color: var(--bs-light);
    color: #dc3545;
    padding: 0.25rem 0.5rem;
    border-radius: 0.25rem;
    font-size: 0.875rem;
    font-family: 'Courier New', monospace;
}

/* 긴급 공지사항 펄스 애니메이션 */
@keyframes pulse-b-onqjeduetx {
    0% { opacity: 1; }
    50% { opacity: 0.7; }
    100% { opacity: 1; }
}

/* 반응형 디자인 */
@media (max-width: 768px) {
    .notice-detail-modal .modal-dialog[b-onqjeduetx] {
        max-width: 95%;
        margin: 1rem auto;
    }
    
    .notice-detail-header[b-onqjeduetx] {
        padding: 1rem;
    }
    
    .notice-detail-body[b-onqjeduetx] {
        padding: 1.5rem 1rem;
    }
    
    .notice-info-grid[b-onqjeduetx] {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .notice-info-item[b-onqjeduetx] {
        padding: 0.75rem;
    }
    
    .notice-content-display[b-onqjeduetx] {
        padding: 1rem;
        min-height: 8rem;
        font-size: 0.9rem;
    }
    
    .notice-title-display[b-onqjeduetx] {
        font-size: 1rem;
    }
}

@media (max-width: 576px) {
    .notice-detail-modal .modal-dialog[b-onqjeduetx] {
        max-width: 100%;
        margin: 0;
        height: 100vh;
    }
    
    .notice-detail-modal .modal-content[b-onqjeduetx] {
        height: 100vh;
        border-radius: 0;
    }
    
    .notice-detail-header[b-onqjeduetx] {
        border-radius: 0;
    }
    
    .notice-detail-body[b-onqjeduetx] {
        overflow-y: auto;
        flex: 1;
    }
    
    .notice-content-display[b-onqjeduetx] {
        min-height: 6rem;
        padding: 0.75rem;
    }
}

/* 감사 정보 특별 스타일 */
.notice-info-section:has(.fa-history) .notice-info-item[b-onqjeduetx] {
    border-left-color: var(--bs-info);
}

.notice-info-section:has(.fa-history) .notice-section-title[b-onqjeduetx] {
    color: var(--bs-info);
    border-bottom-color: var(--bs-info);
}

/* 삭제 정보 특별 스타일 */
.notice-info-section:has(.text-danger) .notice-info-item[b-onqjeduetx] {
    border-left-color: var(--bs-danger);
    background-color: #f8d7da;
}

/* SEO 정보 특별 스타일 */
.notice-info-section:has(.fa-search) .notice-info-item[b-onqjeduetx] {
    border-left-color: var(--bs-success);
}

.notice-info-section:has(.fa-search) .notice-section-title[b-onqjeduetx] {
    color: var(--bs-success);
    border-bottom-color: var(--bs-success);
}
/* /Components/Pages/Admins/Modals/NoticeEditModal.razor.rz.scp.css */
/* 공지사항 편집 모달 스타일 */

.notice-edit-modal .modal-dialog[b-dm9gtt7lr5] {
    max-width: 90rem;
}

.notice-edit-header[b-dm9gtt7lr5] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 1.25rem 1.5rem;
    border-radius: 0.5rem 0.5rem 0 0;
}

.notice-edit-header .modal-title[b-dm9gtt7lr5] {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 0.25rem;
}

.notice-edit-header .btn-close[b-dm9gtt7lr5] {
    filter: brightness(0) invert(1);
    opacity: 0.8;
}

.notice-edit-header .btn-close:hover[b-dm9gtt7lr5] {
    opacity: 1;
}

.notice-edit-body[b-dm9gtt7lr5] {
    padding: 1.5rem;
    max-height: 70vh;
    overflow-y: auto;
}

.notice-edit-section[b-dm9gtt7lr5] {
    margin-bottom: 2rem;
    padding: 1.25rem;
    background: #f8f9fa;
    border-radius: 0.5rem;
    border-left: 0.25rem solid #667eea;
}

.notice-edit-section:last-child[b-dm9gtt7lr5] {
    margin-bottom: 0;
}

.notice-section-title[b-dm9gtt7lr5] {
    color: #495057;
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
}

.notice-section-title i[b-dm9gtt7lr5] {
    color: #667eea;
    margin-right: 0.5rem;
}

.notice-edit-footer[b-dm9gtt7lr5] {
    background: #f8f9fa;
    padding: 1rem 1.5rem;
    border-radius: 0 0 0.5rem 0.5rem;
    border-top: 0.0625rem solid #dee2e6;
}

.form-label[b-dm9gtt7lr5] {
    font-weight: 600;
    color: #495057;
    margin-bottom: 0.5rem;
}

.form-label .text-danger[b-dm9gtt7lr5] {
    margin-left: 0.25rem;
}

.form-control[b-dm9gtt7lr5], .form-select[b-dm9gtt7lr5] {
    border: 0.0625rem solid #ced4da;
    border-radius: 0.375rem;
    font-size: 0.9rem;
    transition: all 0.2s ease;
}

.form-control:focus[b-dm9gtt7lr5], .form-select:focus[b-dm9gtt7lr5] {
    border-color: #667eea;
    box-shadow: 0 0 0 0.125rem rgba(102, 126, 234, 0.25);
}

.form-check-input[b-dm9gtt7lr5] {
    border-radius: 0.25rem;
}

.form-check-input:checked[b-dm9gtt7lr5] {
    background-color: #667eea;
    border-color: #667eea;
}

.form-check-label[b-dm9gtt7lr5] {
    font-weight: 500;
    color: #495057;
}

.form-text[b-dm9gtt7lr5], .text-muted[b-dm9gtt7lr5] {
    font-size: 0.8rem;
    color: #6c757d !important;
}

.btn[b-dm9gtt7lr5] {
    border-radius: 0.375rem;
    font-weight: 500;
    padding: 0.5rem 1rem;
    transition: all 0.2s ease;
}

.btn-success[b-dm9gtt7lr5] {
    background: linear-gradient(135deg, #28a745 0%, #20c997 100%);
    border: none;
}

.btn-success:hover[b-dm9gtt7lr5] {
    background: linear-gradient(135deg, #218838 0%, #1ea085 100%);
    transform: translateY(-0.0625rem);
}

.btn-secondary[b-dm9gtt7lr5] {
    background: #6c757d;
    border-color: #6c757d;
}

.btn-secondary:hover[b-dm9gtt7lr5] {
    background: #5a6268;
    border-color: #545b62;
    transform: translateY(-0.0625rem);
}

.alert[b-dm9gtt7lr5] {
    border-radius: 0.375rem;
    border: none;
    font-size: 0.9rem;
}

.alert-info[b-dm9gtt7lr5] {
    background-color: #e3f2fd;
    color: #0277bd;
}

/* 탭 네비게이션 스타일 */
.notice-edit-header .nav-tabs[b-dm9gtt7lr5] {
    border-bottom: 0.0625rem solid rgba(255, 255, 255, 0.2);
    margin-top: 1rem;
}

.notice-edit-header .nav-tabs .nav-link[b-dm9gtt7lr5] {
    color: rgba(255, 255, 255, 0.7);
    border: none;
    border-bottom: 0.125rem solid transparent;
    background: transparent;
    padding: 0.5rem 1rem;
    transition: all 0.2s ease;
}

.notice-edit-header .nav-tabs .nav-link:hover[b-dm9gtt7lr5] {
    color: rgba(255, 255, 255, 0.9);
    border-bottom-color: rgba(255, 255, 255, 0.3);
}

.notice-edit-header .nav-tabs .nav-link.active[b-dm9gtt7lr5] {
    color: white;
    background: transparent;
    border-bottom-color: white;
    font-weight: 600;
}

/* 미리보기 섹션 */
.notice-preview-section[b-dm9gtt7lr5] {
    padding: 1.5rem;
}

.preview-header[b-dm9gtt7lr5] {
    padding: 1.5rem;
    background: #f8f9fa;
    border-radius: 0.5rem;
    border-left: 0.25rem solid #667eea;
}

.preview-header h3[b-dm9gtt7lr5] {
    color: #212529;
    font-weight: 600;
    margin: 0;
}

.preview-content[b-dm9gtt7lr5] {
    padding: 1.5rem;
    background: white;
    border-radius: 0.5rem;
    border: 0.0625rem solid #dee2e6;
    min-height: 200px;
}

.preview-content .notice-content[b-dm9gtt7lr5] {
    font-size: 0.95rem;
    line-height: 1.7;
    color: #495057;
}

.preview-content .notice-content h3[b-dm9gtt7lr5],
.preview-content .notice-content h4[b-dm9gtt7lr5] {
    margin-top: 1.5rem;
    margin-bottom: 1rem;
    color: #212529;
}

.preview-content .notice-content ul[b-dm9gtt7lr5],
.preview-content .notice-content ol[b-dm9gtt7lr5] {
    margin-left: 1.5rem;
    margin-bottom: 1rem;
}

.preview-content .notice-content li[b-dm9gtt7lr5] {
    margin-bottom: 0.5rem;
}

.preview-info[b-dm9gtt7lr5] {
    background: #f8f9fa;
    padding: 1rem;
    border-radius: 0.5rem;
}

.preview-info h6[b-dm9gtt7lr5] {
    color: #495057;
    font-weight: 600;
    margin-bottom: 0.75rem;
}

/* 템플릿 선택 섹션 */
.notice-template-section[b-dm9gtt7lr5] {
    padding: 1rem;
}

.template-category-card[b-dm9gtt7lr5] {
    border: 0.0625rem solid #dee2e6;
    border-radius: 0.5rem;
    transition: all 0.3s ease;
    height: 100%;
}

.template-category-card:hover[b-dm9gtt7lr5] {
    box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.1);
    transform: translateY(-0.125rem);
}

.template-category-card .card-header[b-dm9gtt7lr5] {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border-bottom: 0.0625rem solid #dee2e6;
    padding: 1rem;
}

.template-category-card .card-header h6[b-dm9gtt7lr5] {
    color: #495057;
    font-weight: 600;
    margin: 0;
}

.template-category-card .card-body[b-dm9gtt7lr5] {
    padding: 0.75rem;
    max-height: 300px;
    overflow-y: auto;
}

.template-item[b-dm9gtt7lr5] {
    padding: 0.75rem;
    margin-bottom: 0.5rem;
    border: 0.0625rem solid #dee2e6;
    border-radius: 0.375rem;
    cursor: pointer;
    transition: all 0.2s ease;
    background: white;
}

.template-item:hover[b-dm9gtt7lr5] {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border-color: #667eea;
    box-shadow: 0 0.125rem 0.25rem rgba(102, 126, 234, 0.15);
    transform: translateX(0.25rem);
}

.template-item:last-child[b-dm9gtt7lr5] {
    margin-bottom: 0;
}

.template-title[b-dm9gtt7lr5] {
    color: #212529;
    font-weight: 500;
    font-size: 0.9rem;
    margin-bottom: 0.5rem;
}

.template-badges[b-dm9gtt7lr5] {
    display: flex;
    gap: 0.25rem;
    flex-wrap: wrap;
}

.template-badges .badge[b-dm9gtt7lr5] {
    font-size: 0.7rem;
    font-weight: 500;
    padding: 0.25rem 0.5rem;
}

/* 배지 스타일 */
.badge[b-dm9gtt7lr5] {
    border-radius: 0.25rem;
    padding: 0.35rem 0.65rem;
    font-weight: 500;
}

.bg-danger[b-dm9gtt7lr5] {
    background-color: #dc3545 !important;
}

.bg-warning[b-dm9gtt7lr5] {
    background-color: #ffc107 !important;
}

.bg-success[b-dm9gtt7lr5] {
    background-color: #28a745 !important;
}

.bg-primary[b-dm9gtt7lr5] {
    background-color: #667eea !important;
}

.bg-secondary[b-dm9gtt7lr5] {
    background-color: #6c757d !important;
}

.bg-info[b-dm9gtt7lr5] {
    background-color: #17a2b8 !important;
}

/* 스크롤바 스타일 */
.notice-edit-body[b-dm9gtt7lr5]::-webkit-scrollbar,
.template-category-card .card-body[b-dm9gtt7lr5]::-webkit-scrollbar {
    width: 0.5rem;
}

.notice-edit-body[b-dm9gtt7lr5]::-webkit-scrollbar-track,
.template-category-card .card-body[b-dm9gtt7lr5]::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 0.25rem;
}

.notice-edit-body[b-dm9gtt7lr5]::-webkit-scrollbar-thumb,
.template-category-card .card-body[b-dm9gtt7lr5]::-webkit-scrollbar-thumb {
    background: #667eea;
    border-radius: 0.25rem;
}

.notice-edit-body[b-dm9gtt7lr5]::-webkit-scrollbar-thumb:hover,
.template-category-card .card-body[b-dm9gtt7lr5]::-webkit-scrollbar-thumb:hover {
    background: #5568d3;
}

/* 반응형 디자인 */
@media (max-width: 768px) {
    .notice-edit-modal .modal-dialog[b-dm9gtt7lr5] {
        max-width: 95%;
        margin: 0.5rem auto;
    }

    .notice-edit-body[b-dm9gtt7lr5] {
        padding: 1rem;
        max-height: 60vh;
    }

    .notice-edit-section[b-dm9gtt7lr5] {
        padding: 1rem;
        margin-bottom: 1.5rem;
    }

    .notice-section-title[b-dm9gtt7lr5] {
        font-size: 1rem;
    }

    .row.g-3 > *[b-dm9gtt7lr5] {
        margin-bottom: 1rem;
    }

    .notice-edit-header .nav-tabs[b-dm9gtt7lr5] {
        flex-wrap: nowrap;
        overflow-x: auto;
    }

    .notice-edit-header .nav-tabs .nav-link[b-dm9gtt7lr5] {
        font-size: 0.85rem;
        padding: 0.4rem 0.75rem;
        white-space: nowrap;
    }

    .template-category-card .card-body[b-dm9gtt7lr5] {
        max-height: 250px;
    }

    .preview-header h3[b-dm9gtt7lr5] {
        font-size: 1.25rem;
    }
}
/* /Components/Pages/Admins/Modals/SellerAddressApprovalModal.razor.rz.scp.css */
[b-1fulw3p3z2] .bg-purple {
    background-color: #6f42c1 !important;
    color: white;
}

[b-1fulw3p3z2] .bg-delete-pending {
    background-color: #e74c3c !important;
    color: white;
}

[b-1fulw3p3z2] .btn-delete-pending {
    background-color: #e74c3c;
    border-color: #e74c3c;
    color: white;
}

[b-1fulw3p3z2] .btn-delete-pending:hover {
    background-color: #c0392b;
    border-color: #c0392b;
    color: white;
}
/* /Components/Pages/Admins/Modals/SellerCouponApprovalModal.razor.rz.scp.css */
/* ========================================
   판매자 쿠폰 승인 모달 스타일
   ======================================== */

/* 모달 컨테이너 */
.approval-modal[b-fglhnf06gz] {
    border: none;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    border-radius: 8px;
}

/* 모달 헤더 */
.approval-modal .modal-header[b-fglhnf06gz] {
    padding: 1.25rem 1.5rem;
    border-bottom: 2px solid #e9ecef;
    background-color: #fff;
}

.approval-modal .modal-title[b-fglhnf06gz] {
    font-weight: 600;
    font-size: 1.125rem;
    color: #212529;
}

/* 모달 바디 */
.approval-modal .modal-body[b-fglhnf06gz] {
    padding: 1.5rem;
    max-height: 70vh;
    overflow-y: auto;
}

/* 정보 섹션 */
.info-section[b-fglhnf06gz] {
    background: #fff;
    border: 1px solid #dee2e6;
    border-radius: 6px;
    margin-bottom: 1rem;
    overflow: hidden;
}

.info-section:last-child[b-fglhnf06gz] {
    margin-bottom: 0;
}

.info-section-header[b-fglhnf06gz] {
    display: flex;
    align-items: center;
    padding: 0.875rem 1rem;
    background-color: #f8f9fa;
    border-bottom: 1px solid #dee2e6;
}

.info-section-header i[b-fglhnf06gz] {
    font-size: 1rem;
    color: #495057;
}

.info-section-header h6[b-fglhnf06gz] {
    margin: 0;
    font-weight: 600;
    font-size: 0.9rem;
    color: #212529;
}

.info-section-body[b-fglhnf06gz] {
    padding: 1rem;
}

/* 정보 라벨 & 값 */
.info-label[b-fglhnf06gz] {
    display: block;
    font-weight: 600;
    color: #6c757d;
    font-size: 0.8rem;
    margin-bottom: 0.25rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.info-value[b-fglhnf06gz] {
    display: block;
    color: #212529;
    font-size: 0.95rem;
}

.info-value strong[b-fglhnf06gz] {
    color: #212529;
    font-weight: 600;
}

/* 상품 썸네일 */
.product-thumbnail[b-fglhnf06gz] {
    width: 40px;
    height: 40px;
    object-fit: cover;
    border-radius: 4px;
    border: 1px solid #dee2e6;
}

.product-thumbnail-placeholder[b-fglhnf06gz] {
    width: 40px;
    height: 40px;
    background-color: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #adb5bd;
}

/* 배지 */
.badge[b-fglhnf06gz] {
    font-weight: 500;
    padding: 0.35rem 0.65rem;
    font-size: 0.8rem;
}

/* 테이블 */
.info-section-body .table[b-fglhnf06gz] {
    margin-bottom: 0;
    font-size: 0.875rem;
}

.info-section-body .table thead th[b-fglhnf06gz] {
    background-color: #f8f9fa;
    border-bottom: 2px solid #dee2e6;
    font-weight: 600;
    color: #495057;
    padding: 0.625rem;
    font-size: 0.8rem;
}

.info-section-body .table tbody td[b-fglhnf06gz] {
    padding: 0.625rem;
    vertical-align: middle;
}

.info-section-body .table-hover tbody tr:hover[b-fglhnf06gz] {
    background-color: #e7f3ff;
    transition: background-color 0.2s ease;
}

/* 상품 행 클릭 효과 */
.info-section-body .table tbody tr[style*="cursor: pointer"]:hover[b-fglhnf06gz] {
    background-color: #d1e9ff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.info-section-body .table tbody tr[style*="cursor: pointer"]:active[b-fglhnf06gz] {
    background-color: #b8daff;
}

/* 모달 푸터 */
.approval-modal .modal-footer[b-fglhnf06gz] {
    padding: 1rem 1.5rem;
    background-color: #f8f9fa;
    border-top: 1px solid #dee2e6;
}

.approval-modal .modal-footer .btn[b-fglhnf06gz] {
    padding: 0.5rem 1.25rem;
    font-weight: 500;
    border-radius: 4px;
}

/* 알림 */
.alert[b-fglhnf06gz] {
    border-radius: 6px;
    padding: 0.875rem 1rem;
    font-size: 0.9rem;
}

/* 스크롤바 */
.approval-modal .modal-body[b-fglhnf06gz]::-webkit-scrollbar {
    width: 6px;
}

.approval-modal .modal-body[b-fglhnf06gz]::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.approval-modal .modal-body[b-fglhnf06gz]::-webkit-scrollbar-thumb {
    background: #adb5bd;
    border-radius: 3px;
}

.approval-modal .modal-body[b-fglhnf06gz]::-webkit-scrollbar-thumb:hover {
    background: #6c757d;
}

/* 반응형 */
@media (max-width: 768px) {
    .approval-modal .modal-body[b-fglhnf06gz] {
        padding: 1rem;
    }

    .info-section-header[b-fglhnf06gz],
    .info-section-body[b-fglhnf06gz] {
        padding: 0.75rem;
    }
}

/* 로딩 스피너 */
.spinner-border-sm[b-fglhnf06gz] {
    width: 1rem;
    height: 1rem;
    border-width: 0.15rem;
}
/* /Components/Pages/Admins/Modals/TestSellerModal.razor.rz.scp.css */
/* 모달 기본 스타일 - ImprovedSellerEditModal과 동일 */
.improved-seller-edit-modal .modal-dialog[b-ubr7buy66a] {
    max-width: 1200px;
}

.improved-seller-edit-modal .modal-content[b-ubr7buy66a] {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}

/* 헤더 스타일 - 테스트 모달용 색상 */
.seller-edit-header[b-ubr7buy66a] {
    background: linear-gradient(135deg, #28a745 0%, #20c997 100%); /* 테스트용 녹색 그라데이션 */
    color: white;
    padding: 1.5rem;
    position: relative;
}

/* 테스트 모달 식별 배지 */
.seller-edit-header[b-ubr7buy66a]::after {
    content: "TEST MODE";
    position: absolute;
    top: 0.5rem;
    right: 3rem;
    background: rgba(255, 255, 255, 0.2);
    padding: 0.25rem 0.75rem;
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.seller-edit-header h5[b-ubr7buy66a] {
    margin: 0;
    font-size: 1.5rem;
    font-weight: 600;
}

.seller-edit-header small[b-ubr7buy66a] {
    opacity: 0.9;
}

.seller-edit-header .btn-close[b-ubr7buy66a] {
    filter: brightness(0) invert(1);
    opacity: 0.8;
}

.seller-edit-header .btn-close:hover[b-ubr7buy66a] {
    opacity: 1;
}

/* 바디 스타일 */
.seller-edit-body[b-ubr7buy66a] {
    padding: 2rem;
    max-height: 70vh;
    overflow-y: auto;
    background: #f8f9fa;
}

/* 섹션 스타일 */
.seller-info-section[b-ubr7buy66a] {
    background: white;
    border-radius: 8px;
    padding: 1.5rem;
    margin-bottom: 1.5rem;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.seller-section-title[b-ubr7buy66a] {
    font-size: 1.1rem;
    font-weight: 600;
    color: #495057;
    margin-bottom: 1.25rem;
    padding-bottom: 0.75rem;
    border-bottom: 2px solid #e9ecef;
}

.seller-section-title i[b-ubr7buy66a] {
    margin-right: 0.5rem;
    color: #6c757d;
}

/* 폼 스타일 */
.form-label[b-ubr7buy66a] {
    font-weight: 500;
    color: #495057;
    margin-bottom: 0.5rem;
}

.form-control[b-ubr7buy66a], .form-select[b-ubr7buy66a] {
    border-radius: 6px;
    border: 1px solid #ced4da;
    transition: all 0.2s;
}

.form-control:focus[b-ubr7buy66a], .form-select:focus[b-ubr7buy66a] {
    border-color: #28a745; /* 테스트 모달용 녹색 포커스 */
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.input-group-text[b-ubr7buy66a] {
    background-color: #f8f9fa;
    border: 1px solid #ced4da;
    color: #6c757d;
}

/* 탭 스타일 - 테스트 모달용 */
.nav-tabs .nav-link[b-ubr7buy66a] {
    color: #495057;
    border: 1px solid transparent;
    border-radius: 6px 6px 0 0;
}

.nav-tabs .nav-link:hover[b-ubr7buy66a] {
    border-color: #e9ecef #e9ecef #fff;
    background-color: #f8f9fa;
}

.nav-tabs .nav-link.active[b-ubr7buy66a] {
    color: #28a745; /* 테스트 모달용 녹색 */
    font-weight: 500;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
}

/* 폼 스위치 */
.form-check-input[b-ubr7buy66a] {
    width: 3rem;
    height: 1.5rem;
}

.form-check-input:checked[b-ubr7buy66a] {
    background-color: #28a745;
    border-color: #28a745;
}

.form-check-label[b-ubr7buy66a] {
    margin-left: 0.5rem;
    font-weight: 500;
}

/* 유효성 검사 메시지 */
.text-danger[b-ubr7buy66a] {
    font-size: 0.875rem;
}

.alert[b-ubr7buy66a] {
    border-radius: 8px;
    border: none;
}

.alert-info[b-ubr7buy66a] {
    background-color: #d1ecf1;
    color: #0c5460;
    border-left: 4px solid #17a2b8;
}

.alert-danger[b-ubr7buy66a] {
    background-color: #f8d7da;
    color: #721c24;
}

.alert ul[b-ubr7buy66a] {
    margin-bottom: 0;
    padding-left: 1.5rem;
}

/* 푸터 스타일 */
.seller-edit-footer[b-ubr7buy66a] {
    background: white;
    padding: 1.25rem 1.5rem;
    border-top: 1px solid #e9ecef;
}

.seller-edit-footer .btn[b-ubr7buy66a] {
    padding: 0.5rem 1.25rem;
    font-weight: 500;
    border-radius: 6px;
    transition: all 0.2s;
}

.seller-edit-footer .btn:hover[b-ubr7buy66a] {
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

.seller-edit-footer .btn i[b-ubr7buy66a] {
    font-size: 0.875rem;
}

/* 테스트 모달 primary 버튼 - 녹색 그라데이션 */
#testSellerModal .btn-primary[b-ubr7buy66a] {
    background: linear-gradient(135deg, #28a745 0%, #20c997 100%);
    border: none;
}

#testSellerModal .btn-primary:hover[b-ubr7buy66a] {
    background: linear-gradient(135deg, #218838 0%, #1aa179 100%);
}

#testSellerModal .btn-primary:disabled[b-ubr7buy66a] {
    background: linear-gradient(135deg, #6c757d 0%, #5a6268 100%);
    opacity: 0.65;
}

/* 텍스트 영역 */
textarea.form-control[b-ubr7buy66a] {
    resize: vertical;
    min-height: 80px;
}

/* 스크롤바 스타일 */
.seller-edit-body[b-ubr7buy66a]::-webkit-scrollbar {
    width: 8px;
}

.seller-edit-body[b-ubr7buy66a]::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

.seller-edit-body[b-ubr7buy66a]::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 10px;
}

.seller-edit-body[b-ubr7buy66a]::-webkit-scrollbar-thumb:hover {
    background: #555;
}

/* 반응형 디자인 */
@media (max-width: 768px) {
    .improved-seller-edit-modal .modal-dialog[b-ubr7buy66a] {
        margin: 0;
        max-width: 100%;
    }
    
    .seller-edit-body[b-ubr7buy66a] {
        padding: 1rem;
    }
    
    .seller-info-section[b-ubr7buy66a] {
        padding: 1rem;
    }
    
    .seller-edit-header[b-ubr7buy66a] {
        padding: 1rem;
    }
    
    .seller-edit-header h5[b-ubr7buy66a] {
        font-size: 1.25rem;
    }
    
    .seller-edit-header[b-ubr7buy66a]::after {
        font-size: 0.65rem;
        padding: 0.2rem 0.5rem;
    }
    
    .row[b-ubr7buy66a] {
        margin-right: -0.5rem;
        margin-left: -0.5rem;
    }
    
    .row > *[b-ubr7buy66a] {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
}

/* 도움말 텍스트 */
.text-muted[b-ubr7buy66a] {
    font-size: 0.875rem;
}

small.text-muted[b-ubr7buy66a] {
    font-size: 0.8rem;
}

/* 입력 그룹 아이콘 */
.input-group-text i[b-ubr7buy66a] {
    width: 1rem;
    text-align: center;
}

/* 상태 표시 */
.text-success[b-ubr7buy66a] {
    font-weight: 500;
}

.text-warning[b-ubr7buy66a] {
    font-weight: 500;
}

.text-danger[b-ubr7buy66a] {
    font-weight: 500;
}

/* 선택 박스 스타일 */
.form-select[b-ubr7buy66a] {
    cursor: pointer;
}

.form-select option[b-ubr7buy66a] {
    padding: 0.5rem;
}

/* 체크박스 스타일 */
.form-check[b-ubr7buy66a] {
    padding-left: 2rem;
}

.form-check-input[b-ubr7buy66a] {
    cursor: pointer;
}

.form-check-label[b-ubr7buy66a] {
    cursor: pointer;
    user-select: none;
}

/* 로딩 상태 */
.spinner-border-sm[b-ubr7buy66a] {
    width: 1rem;
    height: 1rem;
    border-width: 0.2em;
}

/* 테스트 모달 디버그 모드 표시 */
.seller-edit-footer small.text-muted[b-ubr7buy66a] {
    color: #28a745 !important;
    font-weight: 500;
}

/* 이미지 탭 스타일 */
.profile-image-container[b-ubr7buy66a] {
    max-width: 450px;
}

.profile-preview[b-ubr7buy66a] {
    width: 250px;
    height: 250px;
    object-fit: cover;
    border: 1px solid #ddd;
}

.shop-header-preview[b-ubr7buy66a] {
    width: 100%;
    height: auto;
    aspect-ratio: 1300 / 300;
    object-fit: cover;
    border: 1px solid #ddd;
}

.header-image-card-body[b-ubr7buy66a] {
    background-color: #f8f9fa;
}

/* 카드 스타일 */
.card[b-ubr7buy66a] {
    border: 1px solid #dee2e6;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.card-header[b-ubr7buy66a] {
    background-color: #f8f9fa;
    border-bottom: 1px solid #dee2e6;
    font-weight: 500;
    padding: 0.75rem 1rem;
}

.card-body[b-ubr7buy66a] {
    padding: 1.25rem;
}
/* /Components/Pages/Admins/Modals/UserDetailModal.razor.rz.scp.css */
/* 회원 상세 모달 전용 스타일 */

.user-detail-modal .modal-dialog[b-l7hm375hnr] {
    max-width: 60rem;
}

.user-detail-header[b-l7hm375hnr] {
    background: linear-gradient(135deg, #0d6efd 0%, #6610f2 100%);
    color: white;
    border-radius: 0.5rem 0.5rem 0 0;
    padding: 1.5rem;
    margin: -1rem -1rem 0 -1rem;
}

.user-detail-header .modal-title[b-l7hm375hnr] {
    font-size: 1.25rem;
    font-weight: 600;
    margin: 0;
}

.user-detail-header .btn-close[b-l7hm375hnr] {
    filter: invert(1);
    opacity: 0.8;
}

.user-detail-header .btn-close:hover[b-l7hm375hnr] {
    opacity: 1;
}

.user-detail-body[b-l7hm375hnr] {
    padding: 2rem 1.5rem;
}

.user-info-section[b-l7hm375hnr] {
    margin-bottom: 2rem;
}

.user-info-section:last-child[b-l7hm375hnr] {
    margin-bottom: 0;
}

.user-section-title[b-l7hm375hnr] {
    font-size: 1.125rem;
    font-weight: 600;
    color: var(--bs-primary);
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid var(--bs-primary);
    display: flex;
    align-items: center;
}

.user-section-title i[b-l7hm375hnr] {
    margin-right: 0.5rem;
}

.user-info-grid[b-l7hm375hnr] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(20rem, 1fr));
    gap: 1.5rem;
}

.user-info-item[b-l7hm375hnr] {
    background: var(--bs-light);
    border-radius: 0.5rem;
    padding: 1rem;
    border-left: 0.25rem solid var(--bs-primary);
}

.user-info-label[b-l7hm375hnr] {
    font-size: 0.875rem;
    font-weight: 600;
    color: var(--bs-secondary);
    margin-bottom: 0.5rem;
    text-transform: uppercase;
    letter-spacing: 0.025rem;
}

.user-info-value[b-l7hm375hnr] {
    font-size: 1rem;
    color: var(--bs-dark);
    word-break: break-word;
}

.user-info-value.empty[b-l7hm375hnr] {
    color: var(--bs-muted);
    font-style: italic;
}

/* 사용자 상태 배지 */
.user-manager-status[b-l7hm375hnr] {
    display: inline-flex;
    align-items: center;
    padding: 0.375rem 0.75rem;
    background: linear-gradient(135deg, #ffc107 0%, #fd7e14 100%);
    color: var(--bs-dark);
    border-radius: 0.5rem;
    font-size: 0.875rem;
    font-weight: 600;
}

.user-member-status[b-l7hm375hnr] {
    display: inline-flex;
    align-items: center;
    padding: 0.375rem 0.75rem;
    background-color: var(--bs-secondary);
    color: white;
    border-radius: 0.5rem;
    font-size: 0.875rem;
    font-weight: 500;
}

.user-status-badge[b-l7hm375hnr] {
    display: inline-flex;
    align-items: center;
    padding: 0.375rem 0.75rem;
    border-radius: 0.5rem;
    font-size: 0.875rem;
    font-weight: 500;
}

.user-status-active[b-l7hm375hnr] {
    background-color: var(--bs-success);
    color: white;
}

.user-status-deleted[b-l7hm375hnr] {
    background-color: var(--bs-danger);
    color: white;
}

/* 모달 푸터 */
.user-detail-footer[b-l7hm375hnr] {
    padding: 1rem 1.5rem;
    background-color: var(--bs-light);
    border-top: 1px solid var(--bs-border-color);
    border-radius: 0 0 0.5rem 0.5rem;
    margin: 2rem -1.5rem -1rem -1.5rem;
}

/* 반응형 디자인 */
@media (max-width: 768px) {
    .user-detail-modal .modal-dialog[b-l7hm375hnr] {
        max-width: 95%;
        margin: 1rem auto;
    }
    
    .user-detail-header[b-l7hm375hnr] {
        padding: 1rem;
    }
    
    .user-detail-body[b-l7hm375hnr] {
        padding: 1.5rem 1rem;
    }
    
    .user-info-grid[b-l7hm375hnr] {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .user-info-item[b-l7hm375hnr] {
        padding: 0.75rem;
    }
}

@media (max-width: 576px) {
    .user-detail-modal .modal-dialog[b-l7hm375hnr] {
        max-width: 100%;
        margin: 0;
        height: 100vh;
    }
    
    .user-detail-modal .modal-content[b-l7hm375hnr] {
        height: 100vh;
        border-radius: 0;
    }
    
    .user-detail-header[b-l7hm375hnr] {
        border-radius: 0;
    }
}
/* /Components/Pages/Admins/Modals/UserEditModal.razor.rz.scp.css */
/* 회원 수정 모달 전용 스타일 */

.user-edit-modal .modal-dialog[b-718i4blqk3] {
    max-width: 50rem;
}

.user-edit-header[b-718i4blqk3] {
    background: linear-gradient(135deg, #0d6efd 0%, #6610f2 100%);
    color: white;
    border-radius: 0.5rem 0.5rem 0 0;
    padding: 1.5rem;
    margin: -1rem -1rem 0 -1rem;
}

.user-edit-header .modal-title[b-718i4blqk3] {
    font-size: 1.25rem;
    font-weight: 600;
    margin: 0;
}

.user-edit-header .btn-close[b-718i4blqk3] {
    filter: invert(1);
    opacity: 0.8;
}

.user-edit-header .btn-close:hover[b-718i4blqk3] {
    opacity: 1;
}

.user-edit-body[b-718i4blqk3] {
    padding: 2rem 1.5rem;
}

.user-form-section[b-718i4blqk3] {
    margin-bottom: 2rem;
}

.user-form-section:last-child[b-718i4blqk3] {
    margin-bottom: 0;
}

.user-form-section-title[b-718i4blqk3] {
    font-size: 1.125rem;
    font-weight: 600;
    color: var(--bs-primary);
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid var(--bs-primary);
    display: flex;
    align-items: center;
}

.user-form-section-title i[b-718i4blqk3] {
    margin-right: 0.5rem;
}

.user-form-grid[b-718i4blqk3] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(20rem, 1fr));
    gap: 1.5rem;
}

.user-form-item[b-718i4blqk3] {
    position: relative;
}

.user-form-item .form-label[b-718i4blqk3] {
    font-weight: 600;
    color: var(--bs-dark);
    margin-bottom: 0.5rem;
    display: flex;
    align-items: center;
}

.user-form-item .form-label i[b-718i4blqk3] {
    margin-right: 0.5rem;
    color: var(--bs-primary);
}

.user-form-item .form-label .text-danger[b-718i4blqk3] {
    margin-left: 0.25rem;
}

.user-form-item .form-control[b-718i4blqk3],
.user-form-item .form-select[b-718i4blqk3] {
    border-radius: 0.5rem;
    border: 2px solid var(--bs-border-color);
    padding: 0.75rem 1rem;
    font-size: 0.9rem;
    transition: all 0.3s ease;
}

.user-form-item .form-control:focus[b-718i4blqk3],
.user-form-item .form-select:focus[b-718i4blqk3] {
    border-color: var(--bs-primary);
    box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.25);
}

.user-form-item .form-control.is-invalid[b-718i4blqk3] {
    border-color: var(--bs-danger);
}

.user-form-item .invalid-feedback[b-718i4blqk3] {
    display: block;
    font-size: 0.875rem;
    margin-top: 0.5rem;
}

/* 역할 설정 섹션 */
.user-role-section[b-718i4blqk3] {
    background: linear-gradient(145deg, #f8f9fa 0%, #e9ecef 100%);
    border-radius: 0.75rem;
    padding: 1.5rem;
    border: 1px solid var(--bs-border-color);
}

.user-role-section .form-select[b-718i4blqk3] {
    background: white;
    border: 2px solid var(--bs-border-color);
    transition: all 0.3s ease;
}

.user-role-section .form-select:hover[b-718i4blqk3] {
    border-color: var(--bs-primary);
}

/* 모달 푸터 */
.user-edit-footer[b-718i4blqk3] {
    padding: 1rem 1.5rem;
    background-color: var(--bs-light);
    border-top: 1px solid var(--bs-border-color);
    border-radius: 0 0 0.5rem 0.5rem;
    margin: 2rem -1.5rem -1rem -1.5rem;
}

.user-edit-footer .btn[b-718i4blqk3] {
    padding: 0.75rem 1.5rem;
    font-weight: 600;
    border-radius: 0.5rem;
}

/* 폼 검증 스타일 */
.validation-summary[b-718i4blqk3] {
    background-color: #f8d7da;
    border: 1px solid #f5c6cb;
    border-radius: 0.5rem;
    padding: 1rem;
    margin-bottom: 1.5rem;
}

.validation-summary ul[b-718i4blqk3] {
    margin: 0;
    padding-left: 1.5rem;
}

.validation-summary li[b-718i4blqk3] {
    color: #721c24;
    font-size: 0.9rem;
}

/* 로딩 상태 */
.user-form-loading[b-718i4blqk3] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.5rem;
    z-index: 10;
}

/* 반응형 디자인 */
@media (max-width: 768px) {
    .user-edit-modal .modal-dialog[b-718i4blqk3] {
        max-width: 95%;
        margin: 1rem auto;
    }
    
    .user-edit-header[b-718i4blqk3] {
        padding: 1rem;
    }
    
    .user-edit-body[b-718i4blqk3] {
        padding: 1.5rem 1rem;
    }
    
    .user-form-grid[b-718i4blqk3] {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .user-role-section[b-718i4blqk3] {
        padding: 1rem;
    }
}

@media (max-width: 576px) {
    .user-edit-modal .modal-dialog[b-718i4blqk3] {
        max-width: 100%;
        margin: 0;
        height: 100vh;
    }
    
    .user-edit-modal .modal-content[b-718i4blqk3] {
        height: 100vh;
        border-radius: 0;
    }
    
    .user-edit-header[b-718i4blqk3] {
        border-radius: 0;
    }
    
    .user-edit-body[b-718i4blqk3] {
        overflow-y: auto;
        flex: 1;
    }
}
/* /Components/Pages/Admins/Monitoring/RealTimeMonitoring.razor.rz.scp.css */
/* Main Dashboard Container */
.monitoring-dashboard[b-oj9657aug8] {
    background-color: #0f172a;
    /* Slate 900 */
    color: #e2e8f0;
    /* Slate 200 */
    padding: 1.5rem;
    min-height: calc(100vh - 64px);
    font-family: 'JetBrains Mono', 'Consolas', monospace;
}

/* Header */
.monitor-header[b-oj9657aug8] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
    border-bottom: 1px solid #334155;
    padding-bottom: 1rem;
}

.monitor-title[b-oj9657aug8] {
    margin: 0;
    font-size: 1.5rem;
    font-weight: 700;
    color: #f8fafc;
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.pulse-icon[b-oj9657aug8] {
    color: #ef4444;
}

.live-indicator[b-oj9657aug8] {
    background-color: #ef4444;
    color: white;
    font-size: 0.75rem;
    font-weight: 800;
    padding: 0.1rem 0.4rem;
    border-radius: 4px;
    margin-left: 1rem;
    animation: pulse-b-oj9657aug8 2s infinite;
}

.server-time[b-oj9657aug8] {
    font-size: 1.2rem;
    font-weight: 500;
    color: #94a3b8;
}

/* Stats Row: 5 Cards Grid */
.stats-row[b-oj9657aug8] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.monitor-card[b-oj9657aug8] {
    background-color: #1e293b;
    /* Slate 800 */
    border: 1px solid #334155;
    border-radius: 8px;
    padding: 1.25rem;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.3);
    overflow: hidden;
}

/* Stat Card Specifics */
.stat-card[b-oj9657aug8] {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    transition: transform 0.2s, box-shadow 0.2s;
}

.stat-card:hover[b-oj9657aug8] {
    transform: translateY(-2px);
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.4);
    border-color: #475569;
}

.stat-icon-wrapper[b-oj9657aug8] {
    background-color: rgba(255, 255, 255, 0.05);
    padding: 0.75rem;
    border-radius: 8px;
    font-size: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
}

.stat-content[b-oj9657aug8] {
    flex: 1;
}

.stat-label[b-oj9657aug8] {
    font-size: 0.75rem;
    color: #94a3b8;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 0.25rem;
}

.stat-value[b-oj9657aug8] {
    font-size: 1.5rem;
    font-weight: 700;
    color: #f1f5f9;
    line-height: 1.2;
}

.stat-value.header-sm[b-oj9657aug8] {
    font-size: 1.25rem;
}

.stat-subtext[b-oj9657aug8] {
    font-size: 0.75rem;
    color: #64748b;
    margin-top: 0.25rem;
}

.stat-progress-mini[b-oj9657aug8] {
    height: 4px;
    background-color: #334155;
    border-radius: 2px;
    margin: 0.5rem 0 0.2rem 0;
    overflow: hidden;
}

/* Colors */
.text-blue[b-oj9657aug8] {
    color: #60a5fa;
}

.text-green[b-oj9657aug8] {
    color: #4ade80;
}

.text-yellow[b-oj9657aug8] {
    color: #facc15;
}

.text-purple[b-oj9657aug8] {
    color: #c084fc;
}

.text-red[b-oj9657aug8] {
    color: #ef4444;
}

.text-orange[b-oj9657aug8] {
    color: #fb923c;
}

.text-gold[b-oj9657aug8] {
    color: #fcd34d;
}

.border-pulse-red[b-oj9657aug8] {
    border-color: #ef4444;
    box-shadow: 0 0 0 1px #ef4444;
    animation: border-pulse-b-oj9657aug8 2s infinite;
}

/* Main Grid Layout */
.monitor-grid[b-oj9657aug8] {
    display: grid;
    grid-template-columns: 2fr 3fr;
    /* 40% 60% approx */
    gap: 1.5rem;
    min-height: 600px;
}

@media (max-width: 1024px) {
    .monitor-grid[b-oj9657aug8] {
        grid-template-columns: 1fr;
    }
}

/* Titles & Headers */
.panel-header[b-oj9657aug8] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid #334155;
}

.panel-title[b-oj9657aug8] {
    margin: 0;
    font-size: 1rem;
    font-weight: 600;
    color: #e2e8f0;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.feed-filters[b-oj9657aug8] {
    display: flex;
    gap: 0.5rem;
}

.filter-chip[b-oj9657aug8] {
    font-size: 0.7rem;
    padding: 0.2rem 0.6rem;
    border-radius: 12px;
    background-color: #334155;
    color: #94a3b8;
    cursor: pointer;
    transition: all 0.2s;
}

.filter-chip:hover[b-oj9657aug8],
.filter-chip.active[b-oj9657aug8] {
    background-color: #475569;
    color: #f1f5f9;
}

/* Panels */
.activity-panel[b-oj9657aug8] {
    display: flex;
    flex-direction: column;
}

.right-panel-column[b-oj9657aug8] {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.chart-panel[b-oj9657aug8] {
    flex: 1;
    /* Takes remaining space if container fixed height, else natural */
    min-height: 250px;
    display: flex;
    flex-direction: column;
}

.trending-panel[b-oj9657aug8] {
    flex: 0 0 auto;
    display: flex;
    flex-direction: column;
}

/* Activity List */
.activity-list[b-oj9657aug8] {
    flex: 1;
    overflow-y: auto;
    max-height: 600px;
    /* Limit height if content grows */
}

/* Scrollbar */
.activity-list[b-oj9657aug8]::-webkit-scrollbar,
.trending-list[b-oj9657aug8]::-webkit-scrollbar {
    width: 4px;
}

.activity-list[b-oj9657aug8]::-webkit-scrollbar-track,
.trending-list[b-oj9657aug8]::-webkit-scrollbar-track {
    background: transparent;
}

.activity-list[b-oj9657aug8]::-webkit-scrollbar-thumb,
.trending-list[b-oj9657aug8]::-webkit-scrollbar-thumb {
    background: #475569;
    border-radius: 2px;
}

.activity-item[b-oj9657aug8] {
    display: flex;
    gap: 1rem;
    padding: 0.75rem 0.5rem;
    border-bottom: 1px solid #334155;
    transition: background-color 0.2s;
}

.activity-item:hover[b-oj9657aug8] {
    background-color: rgba(255, 255, 255, 0.02);
}

.activity-item:last-child[b-oj9657aug8] {
    border-bottom: none;
}

.activity-icon[b-oj9657aug8] {
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    background-color: #334155;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.9rem;
    flex-shrink: 0;
}

.activity-item.status-success .activity-icon[b-oj9657aug8] {
    color: #4ade80;
    background-color: rgba(74, 222, 128, 0.1);
}

.activity-item.status-error .activity-icon[b-oj9657aug8] {
    color: #ef4444;
    background-color: rgba(239, 68, 68, 0.1);
}

.activity-item .activity-icon[b-oj9657aug8] {
    color: #94a3b8;
}

/* Default */

.activity-details[b-oj9657aug8] {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 0.2rem;
}

.activity-main[b-oj9657aug8] {
    font-size: 0.85rem;
    color: #e2e8f0;
}

.activity-user-hl[b-oj9657aug8] {
    font-weight: 600;
    margin-right: 0.5rem;
    color: #f1f5f9;
}

.activity-desc[b-oj9657aug8] {
    color: #cbd5e1;
}

.activity-meta[b-oj9657aug8] {
    display: flex;
    gap: 1rem;
    font-size: 0.7rem;
    color: #64748b;
}

/* Trending List */
.trending-list[b-oj9657aug8] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    max-height: 250px;
    overflow-y: auto;
}

.trending-item[b-oj9657aug8] {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 0.5rem;
    background-color: #0f172a;
    border-radius: 6px;
    border: 1px solid #334155;
}

.prod-thumb[b-oj9657aug8] {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 4px;
    overflow: hidden;
    background-color: #334155;
    flex-shrink: 0;
}

.prod-thumb img[b-oj9657aug8] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.prod-info[b-oj9657aug8] {
    flex: 1;
    min-width: 0;
}

.prod-name[b-oj9657aug8] {
    font-size: 0.9rem;
    font-weight: 600;
    color: #f1f5f9;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.prod-sales[b-oj9657aug8] {
    font-size: 0.75rem;
    color: #94a3b8;
}

.prod-rank[b-oj9657aug8] {
    width: 2rem;
    text-align: center;
    font-size: 0.9rem;
}

.rank-up[b-oj9657aug8] {
    color: #ef4444;
}

/* Hot is Red usually, or Green for up? Let's use Red for Hot/Fire metaphor */
.rank-down[b-oj9657aug8] {
    color: #60a5fa;
}

.rank-same[b-oj9657aug8] {
    color: #64748b;
}


/* Chart */
.chart-container[b-oj9657aug8] {
    position: relative;
    width: 100%;
    height: 200px;
    /* Constrain height */
}

/* Utilities */
.progress-bar-fill[b-oj9657aug8] {
    height: 100%;
    background-color: #94a3b8;
}

.text-yellow+.progress-bar-bg .progress-bar-fill[b-oj9657aug8] {
    background-color: #facc15;
}

.header-sm+.stat-progress-mini .progress-bar-fill[b-oj9657aug8] {
    background-color: #94a3b8;
}

/* Dynamic health color fill logic would need inline style or more complex CSS, simplified here */

.loading-text[b-oj9657aug8] {
    padding: 2rem;
    text-align: center;
    color: #64748b;
    font-style: italic;
}

@keyframes pulse-b-oj9657aug8 {

    0%,
    100% {
        opacity: 1;
    }

    50% {
        opacity: 0.4;
    }
}

@keyframes border-pulse-b-oj9657aug8 {
    0% {
        border-color: rgba(239, 68, 68, 1);
        box-shadow: 0 0 0 0 rgba(239, 68, 68, 0.4);
    }

    70% {
        border-color: rgba(239, 68, 68, 0.5);
        box-shadow: 0 0 0 4px rgba(239, 68, 68, 0);
    }

    100% {
        border-color: rgba(239, 68, 68, 1);
        box-shadow: 0 0 0 0 rgba(239, 68, 68, 0);
    }
}
/* /Components/Pages/Admins/Notices.razor.rz.scp.css */
/* 공지사항 관리 페이지 전용 스타일 */

/* 검색 컨테이너 */
.notices-search-container[b-bl6h7emzpq] {
    display: flex;
    gap: 0.75rem;
    align-items: center;
}

.notices-search-input[b-bl6h7emzpq] {
    flex: 1;
    min-width: 0;
    border-radius: 0.5rem;
    border: 2px solid var(--bs-border-color);
    padding: 0.75rem 1rem;
    font-size: 0.95rem;
    transition: all 0.3s ease;
}

.notices-search-input:focus[b-bl6h7emzpq] {
    border-color: var(--bs-primary);
    box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.25);
}

/* 필터 버튼 */
.notices-filter-buttons[b-bl6h7emzpq] {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.5rem;
}

/* 로딩 상태 */
.notices-loading[b-bl6h7emzpq] {
    text-align: center;
    padding: 3rem;
    color: var(--bs-secondary);
    font-size: 1.1rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* 빈 상태 */
.notices-empty[b-bl6h7emzpq] {
    text-align: center;
    padding: 4rem 2rem;
    background: linear-gradient(145deg, #f8f9fa 0%, #e9ecef 100%);
    border-radius: 1rem;
    border: 1px solid var(--bs-border-color);
}

.notices-empty i[b-bl6h7emzpq] {
    display: block;
    margin-bottom: 1rem;
}

.notices-empty h5[b-bl6h7emzpq] {
    color: var(--bs-dark);
    margin-bottom: 0.5rem;
}

/* 테이블 헤더 */
.notices-table-header[b-bl6h7emzpq] {
    padding: 1.5rem;
    background: linear-gradient(135deg, #dc3545 0%, #fd7e14 100%);
    color: white;
    border-radius: 0.5rem 0.5rem 0 0;
    margin: -0.75rem -0.75rem 0 -0.75rem;
}

.notices-table-title[b-bl6h7emzpq] {
    font-size: 1.125rem;
    font-weight: 600;
    margin: 0 0 0.25rem 0;
    display: flex;
    align-items: center;
}

.notices-table-subtitle[b-bl6h7emzpq] {
    margin: 0;
    opacity: 0.9;
    font-size: 0.9rem;
}

/* 테이블 스타일 */
.notices-table[b-bl6h7emzpq] {
    margin: 0;
}

.notices-table thead[b-bl6h7emzpq] {
    background-color: var(--bs-light);
}

.notices-table thead th[b-bl6h7emzpq] {
    font-weight: 600;
    color: var(--bs-dark);
    border-bottom: 2px solid #dc3545;
    padding: 1rem 0.75rem;
    font-size: 0.9rem;
    white-space: nowrap;
}

.notices-table tbody tr[b-bl6h7emzpq] {
    transition: all 0.2s ease;
}

.notices-table tbody tr:hover[b-bl6h7emzpq] {
    background-color: rgba(220, 53, 69, 0.05);
    transform: translateY(-1px);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.notices-table tbody td[b-bl6h7emzpq] {
    padding: 0.875rem 0.75rem;
    vertical-align: middle;
    border-bottom: 1px solid var(--bs-border-color);
}

/* 공지사항 제목 컨테이너 */
.notice-title-container[b-bl6h7emzpq] {
    max-width: 20rem;
}

.notice-title[b-bl6h7emzpq] {
    font-weight: 600;
    color: var(--bs-dark);
    margin-bottom: 0.25rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.notice-summary[b-bl6h7emzpq] {
    font-size: 0.8rem;
    line-height: 1.3;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

/* 공지사항 유형 배지 */
.notice-type-badge[b-bl6h7emzpq] {
    display: inline-flex;
    align-items: center;
    padding: 0.25rem 0.5rem;
    border-radius: 0.375rem;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.025rem;
}

.notice-type-일반[b-bl6h7emzpq] {
    background-color: var(--bs-secondary);
    color: white;
}

.notice-type-중요[b-bl6h7emzpq] {
    background-color: var(--bs-warning);
    color: var(--bs-dark);
}

.notice-type-긴급[b-bl6h7emzpq] {
    background-color: var(--bs-danger);
    color: white;
}

.notice-type-이벤트[b-bl6h7emzpq] {
    background-color: var(--bs-success);
    color: white;
}

/* 공지사항 상태 배지 */
.notice-status-badge[b-bl6h7emzpq] {
    display: inline-flex;
    align-items: center;
    padding: 0.25rem 0.5rem;
    border-radius: 0.375rem;
    font-size: 0.75rem;
    font-weight: 500;
}

.notice-status-deleted[b-bl6h7emzpq] {
    background-color: var(--bs-danger);
    color: white;
}

.notice-status-draft[b-bl6h7emzpq] {
    background-color: var(--bs-secondary);
    color: white;
}

.notice-status-pinned[b-bl6h7emzpq] {
    background-color: var(--bs-warning);
    color: var(--bs-dark);
}

.notice-status-urgent[b-bl6h7emzpq] {
    background-color: var(--bs-danger);
    color: white;
    animation: pulse-b-bl6h7emzpq 2s infinite;
}

.notice-status-important[b-bl6h7emzpq] {
    background-color: var(--bs-warning);
    color: var(--bs-dark);
}

.notice-status-normal[b-bl6h7emzpq] {
    background-color: var(--bs-success);
    color: white;
}

/* 긴급 공지사항 펄스 애니메이션 */
@keyframes pulse-b-bl6h7emzpq {
    0% { opacity: 1; }
    50% { opacity: 0.7; }
    100% { opacity: 1; }
}

/* 액션 버튼 */
.notice-action-buttons[b-bl6h7emzpq] {
    display: flex;
    gap: 0.375rem;
    justify-content: center;
    flex-wrap: wrap;
}

.notice-action-buttons .btn[b-bl6h7emzpq] {
    padding: 0.375rem 0.5rem;
    font-size: 0.8rem;
    line-height: 1;
    border-radius: 0.375rem;
    transition: all 0.2s ease;
    min-width: 2.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.notice-action-buttons .btn:hover[b-bl6h7emzpq] {
    transform: translateY(-1px);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

/* 페이지네이션 */
.notices-pagination[b-bl6h7emzpq] {
    margin-top: 2rem;
    padding: 1.5rem 0;
}

.notices-pagination .pagination[b-bl6h7emzpq] {
    justify-content: center;
    margin-bottom: 1rem;
}

.notices-pagination .page-link[b-bl6h7emzpq] {
    border-radius: 0.5rem;
    margin: 0 0.125rem;
    padding: 0.5rem 0.75rem;
    font-size: 0.9rem;
    border: 2px solid transparent;
    color: #dc3545;
}

.notices-pagination .page-link:hover[b-bl6h7emzpq] {
    background-color: #dc3545;
    border-color: #dc3545;
    color: white;
    transform: translateY(-1px);
}

.notices-pagination .page-item.active .page-link[b-bl6h7emzpq] {
    background-color: #dc3545;
    border-color: #dc3545;
    color: white;
    font-weight: 600;
}

.notices-pagination .page-item.disabled .page-link[b-bl6h7emzpq] {
    color: var(--bs-secondary);
    background-color: transparent;
    border-color: transparent;
}

.notices-pagination .page-info[b-bl6h7emzpq] {
    text-align: center;
    padding-top: 1rem;
    border-top: 1px solid var(--bs-border-color);
}

/* 통계 카드 향상 */
.card .card-header h6[b-bl6h7emzpq] {
    display: flex;
    align-items: center;
}

.card .card-header h6 i[b-bl6h7emzpq] {
    margin-right: 0.5rem;
}

/* 반응형 디자인 */
@media (max-width: 768px) {
    .notices-search-container[b-bl6h7emzpq] {
        flex-direction: column;
        align-items: stretch;
    }
    
    .notices-search-input[b-bl6h7emzpq] {
        margin-bottom: 0.5rem;
    }
    
    .notices-table-header[b-bl6h7emzpq] {
        padding: 1rem;
    }
    
    .notices-table-title[b-bl6h7emzpq] {
        font-size: 1rem;
    }
    
    .notices-table thead th[b-bl6h7emzpq] {
        padding: 0.75rem 0.5rem;
        font-size: 0.8rem;
    }
    
    .notices-table tbody td[b-bl6h7emzpq] {
        padding: 0.75rem 0.5rem;
        font-size: 0.85rem;
    }
    
    .notice-title-container[b-bl6h7emzpq] {
        max-width: 15rem;
    }
    
    .notice-action-buttons[b-bl6h7emzpq] {
        flex-direction: column;
        gap: 0.25rem;
    }
    
    .notice-action-buttons .btn[b-bl6h7emzpq] {
        font-size: 0.75rem;
        padding: 0.25rem 0.375rem;
    }
    
    .notices-pagination .page-link[b-bl6h7emzpq] {
        padding: 0.375rem 0.5rem;
        font-size: 0.8rem;
    }
}

@media (max-width: 576px) {
    .notices-empty[b-bl6h7emzpq] {
        padding: 2rem 1rem;
    }
    
    .notices-filter-buttons[b-bl6h7emzpq] {
        justify-content: center;
    }
    
    .notices-filter-buttons .btn-group[b-bl6h7emzpq] {
        width: 100%;
    }
    
    .notices-filter-buttons .btn[b-bl6h7emzpq] {
        flex: 1;
        font-size: 0.8rem;
        padding: 0.5rem 0.25rem;
    }
    
    .notices-pagination .page-info .d-flex[b-bl6h7emzpq] {
        flex-direction: column;
        gap: 0.5rem;
    }

    .notice-title-container[b-bl6h7emzpq] {
        max-width: 12rem;
    }

    .notice-title[b-bl6h7emzpq] {
        font-size: 0.9rem;
    }

    .notice-summary[b-bl6h7emzpq] {
        font-size: 0.75rem;
    }
}

/* 테이블 반응형 스크롤 개선 */
@media (max-width: 992px) {
    .table-responsive[b-bl6h7emzpq] {
        border-radius: 0.5rem;
    }
    
    .notices-table[b-bl6h7emzpq] {
        min-width: 50rem;
    }
}

/* 애니메이션 */
@keyframes fadeIn-b-bl6h7emzpq {
    from { opacity: 0; transform: translateY(1rem); }
    to { opacity: 1; transform: translateY(0); }
}

.notices-table tbody tr[b-bl6h7emzpq] {
    animation: fadeIn-b-bl6h7emzpq 0.3s ease-in-out;
}

/* 고대비 모드 지원 */
@media (prefers-contrast: high) {
    .notices-table tbody tr:hover[b-bl6h7emzpq] {
        background-color: var(--bs-light);
        border: 2px solid var(--bs-primary);
    }
    
    .notice-type-badge[b-bl6h7emzpq],
    .notice-status-badge[b-bl6h7emzpq] {
        border: 1px solid var(--bs-dark);
    }
}

/* 다크 모드 지원 준비 */
@media (prefers-color-scheme: dark) {
    .notices-table tbody tr:hover[b-bl6h7emzpq] {
        background-color: rgba(220, 53, 69, 0.1);
    }
}
/* /Components/Pages/Admins/Posts/Components/PostChangeRequestCommonModal.razor.rz.scp.css */
/* 상품 변경 요청 모달 스타일 */

/* 이미지 갤러리 */
.image-gallery[b-x355n15vrq] {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 8px;
}

.thumbnail-image[b-x355n15vrq] {
    max-width: 80px;
    max-height: 80px;
    object-fit: cover;
    border-radius: 4px;
    border: 1px solid #dee2e6;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.thumbnail-image:hover[b-x355n15vrq] {
    transform: scale(1.05);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

/* 대화 이력 타임라인 */
.conversation-timeline[b-x355n15vrq] {
    padding: 20px 0;
}

.field-group[b-x355n15vrq] {
    background: #f8f9fa;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 20px;
}

.timeline-container[b-x355n15vrq] {
    position: relative;
    padding-left: 40px;
}

.timeline-container[b-x355n15vrq]::before {
    content: '';
    position: absolute;
    left: 15px;
    top: 0;
    bottom: 0;
    width: 2px;
    background: #dee2e6;
}

.timeline-item[b-x355n15vrq] {
    position: relative;
    margin-bottom: 30px;
}

.timeline-marker[b-x355n15vrq] {
    position: absolute;
    left: -25px;
    top: 5px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #6c757d;
    border: 2px solid #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.timeline-item[data-status="Pending"] .timeline-marker[b-x355n15vrq] {
    background: #ffc107;
}

.timeline-item[data-status="Approved"] .timeline-marker[b-x355n15vrq] {
    background: #28a745;
}

.timeline-item[data-status="Rejected"] .timeline-marker[b-x355n15vrq] {
    background: #dc3545;
}

.timeline-content[b-x355n15vrq] {
    background: white;
    border-radius: 8px;
    padding: 15px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.timeline-header[b-x355n15vrq] {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e9ecef;
}

.timeline-date[b-x355n15vrq] {
    font-size: 0.875rem;
    color: #6c757d;
    margin-right: 10px;
}

.message-box[b-x355n15vrq] {
    padding: 12px;
    border-radius: 6px;
    position: relative;
}

.seller-message[b-x355n15vrq] {
    background: #e3f2fd;
    border-left: 3px solid #2196f3;
}

.admin-message[b-x355n15vrq] {
    background: #fff3e0;
    border-left: 3px solid #ff9800;
}

.message-box strong[b-x355n15vrq] {
    color: #495057;
    font-size: 0.875rem;
}

.message-box p[b-x355n15vrq] {
    color: #212529;
    margin-top: 8px;
}

/* 보라색 배지 */
.badge.bg-purple[b-x355n15vrq] {
    background: linear-gradient(135deg, #6f42c1 0%, #5a32a3 100%);
    color: white;
}

/* 탭 스타일 개선 */
.nav-tabs[b-x355n15vrq] {
    border-bottom: 2px solid #dee2e6;
}

.nav-tabs .nav-link[b-x355n15vrq] {
    border: none;
    border-bottom: 2px solid transparent;
    color: #6c757d;
    padding: 0.75rem 1rem;
    font-weight: 500;
    transition: all 0.2s ease-in-out;
}

.nav-tabs .nav-link:hover[b-x355n15vrq] {
    color: #0d6efd;
    border-bottom-color: #0d6efd;
    background: transparent;
}

.nav-tabs .nav-link.active[b-x355n15vrq] {
    color: #0d6efd;
    border-bottom-color: #0d6efd;
    background: transparent;
}

.nav-tabs .nav-link i[b-x355n15vrq] {
    font-size: 0.9rem;
}

/* 카드 애니메이션 */
.conversation-item .card[b-x355n15vrq] {
    transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}

.conversation-item .card:hover[b-x355n15vrq] {
    transform: translateX(2px);
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

/* 반응형 디자인 */
@media (max-width: 768px) {
    .conversation-timeline[b-x355n15vrq] {
        padding-left: 0.5rem;
    }

    .conversation-item[b-x355n15vrq] {
        padding-left: 1rem;
    }

    .nav-tabs .nav-link[b-x355n15vrq] {
        padding: 0.5rem 0.75rem;
        font-size: 0.9rem;
    }
}
/* /Components/Pages/Admins/Posts/Components/PostChangeValueDisplay.razor.rz.scp.css */
/* 이미지 갤러리 */
.image-gallery[b-lreqgfbvw2] {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 8px;
}

.thumbnail-image[b-lreqgfbvw2] {
    max-width: 80px;
    max-height: 80px;
    object-fit: contain;
    border-radius: 4px;
    border: 1px solid #dee2e6;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.thumbnail-image:hover[b-lreqgfbvw2] {
    transform: scale(1.05);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
/* /Components/Pages/Admins/Posts/PostChangeHistory.razor.rz.scp.css */
/* 상품 변경 이력 페이지 스타일 */

/* Statistics Cards */
.statistics-dashboard[b-mvt6fk1ii9] {
    margin-bottom: 1.5rem;
}

.stats-card-modern[b-mvt6fk1ii9] {
    background: white;
    border-radius: 0.5rem;
    padding: 0;
    overflow: hidden;
    border: 1px solid #dee2e6;
    transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
    height: 100%;
}

.stats-card-modern:hover[b-mvt6fk1ii9] {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.stats-card-modern[data-stat-type="today"][b-mvt6fk1ii9] {
    border-top: 3px solid #17a2b8;
}

.stats-card-modern[data-stat-type="week"][b-mvt6fk1ii9] {
    border-top: 3px solid #28a745;
}

.stats-card-modern[data-stat-type="major"][b-mvt6fk1ii9] {
    border-top: 3px solid #dc3545;
}

.stats-card-modern[data-stat-type="month"][b-mvt6fk1ii9] {
    border-top: 3px solid #ffc107;
}

.stats-card-content[b-mvt6fk1ii9] {
    padding: 1.25rem;
    display: flex;
    align-items: center;
    gap: 1rem;
}

.stats-icon-wrapper[b-mvt6fk1ii9] {
    width: 48px;
    height: 48px;
    border-radius: 0.375rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    background-color: #f8f9fa;
    flex-shrink: 0;
}

.stats-card-modern[data-stat-type="today"] .stats-icon-wrapper[b-mvt6fk1ii9] {
    color: #17a2b8;
    background-color: rgba(23, 162, 184, 0.1);
}

.stats-card-modern[data-stat-type="week"] .stats-icon-wrapper[b-mvt6fk1ii9] {
    color: #28a745;
    background-color: rgba(40, 167, 69, 0.1);
}

.stats-card-modern[data-stat-type="major"] .stats-icon-wrapper[b-mvt6fk1ii9] {
    color: #dc3545;
    background-color: rgba(220, 53, 69, 0.1);
}

.stats-card-modern[data-stat-type="month"] .stats-icon-wrapper[b-mvt6fk1ii9] {
    color: #ffc107;
    background-color: rgba(255, 193, 7, 0.1);
}

.stats-info[b-mvt6fk1ii9] {
    flex: 1;
}

.stats-label[b-mvt6fk1ii9] {
    display: block;
    font-size: 0.875rem;
    color: #6c757d;
    margin-bottom: 0.25rem;
}

.stats-value[b-mvt6fk1ii9] {
    font-size: 2rem;
    font-weight: 700;
    margin: 0;
    color: #212529;
    line-height: 1;
}

.stats-trend[b-mvt6fk1ii9] {
    display: inline-block;
    font-size: 0.75rem;
    color: #6c757d;
    margin-top: 0.25rem;
}

.stats-card-footer[b-mvt6fk1ii9] {
    padding: 0 1.25rem 0.75rem;
}

.stats-progress[b-mvt6fk1ii9] {
    height: 3px;
    background: #e9ecef;
    border-radius: 2px;
    overflow: hidden;
}

.stats-progress-bar[b-mvt6fk1ii9] {
    height: 100%;
    background-color: #007bff;
    border-radius: 2px;
    transition: width 0.6s ease;
}

.stats-card-modern[data-stat-type="today"] .stats-progress-bar[b-mvt6fk1ii9] {
    background-color: #17a2b8;
}

.stats-card-modern[data-stat-type="week"] .stats-progress-bar[b-mvt6fk1ii9] {
    background-color: #28a745;
}

.stats-card-modern[data-stat-type="major"] .stats-progress-bar[b-mvt6fk1ii9] {
    background-color: #dc3545;
}

.stats-card-modern[data-stat-type="month"] .stats-progress-bar[b-mvt6fk1ii9] {
    background-color: #ffc107;
}

/* Responsive Design */
@media (max-width: 768px) {
    .stats-card-modern[b-mvt6fk1ii9] {
        margin-bottom: 1rem;
    }

    .stats-value[b-mvt6fk1ii9] {
        font-size: 1.5rem;
    }

    .stats-icon-wrapper[b-mvt6fk1ii9] {
        width: 40px;
        height: 40px;
        font-size: 1rem;
    }
}
/* /Components/Pages/Admins/Posts/PostChangeRequestDetail.razor.rz.scp.css */
/* 대화형 타임라인 스타일 */
.conversation-timeline[b-oo1cho4l9r] {
    padding: 20px 0;
}

.field-group[b-oo1cho4l9r] {
    background: #f8f9fa;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 20px;
}

.timeline-container[b-oo1cho4l9r] {
    position: relative;
    padding-left: 40px;
}

.timeline-container[b-oo1cho4l9r]::before {
    content: '';
    position: absolute;
    left: 15px;
    top: 0;
    bottom: 0;
    width: 2px;
    background: #dee2e6;
}

.timeline-item[b-oo1cho4l9r] {
    position: relative;
    margin-bottom: 30px;
}

.timeline-marker[b-oo1cho4l9r] {
    position: absolute;
    left: -25px;
    top: 5px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #6c757d;
    border: 2px solid #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.timeline-item[data-status="PENDING"] .timeline-marker[b-oo1cho4l9r] {
    background: #ffc107;
}

.timeline-item[data-status="APPROVED"] .timeline-marker[b-oo1cho4l9r] {
    background: #28a745;
}

.timeline-item[data-status="REJECTED"] .timeline-marker[b-oo1cho4l9r] {
    background: #dc3545;
}

.timeline-content[b-oo1cho4l9r] {
    background: white;
    border-radius: 8px;
    padding: 15px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.timeline-header[b-oo1cho4l9r] {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e9ecef;
}

.timeline-date[b-oo1cho4l9r] {
    font-size: 0.875rem;
    color: #6c757d;
    margin-right: 10px;
}

.message-box[b-oo1cho4l9r] {
    padding: 12px;
    border-radius: 6px;
    position: relative;
}

.seller-message[b-oo1cho4l9r] {
    background: #e3f2fd;
    border-left: 3px solid #2196f3;
}

.admin-message[b-oo1cho4l9r] {
    background: #fff3e0;
    border-left: 3px solid #ff9800;
}

.message-box strong[b-oo1cho4l9r] {
    color: #495057;
    font-size: 0.875rem;
}

.message-box p[b-oo1cho4l9r] {
    color: #212529;
    margin-top: 8px;
}

/* 보라색 배지 */
.badge.bg-purple[b-oo1cho4l9r] {
    background: linear-gradient(135deg, #6f42c1 0%, #5a32a3 100%);
    color: white;
}

/* Change Type Badges */
.change-type-badge[b-oo1cho4l9r] {
    display: inline-block;
    padding: 0.35em 0.65em;
    font-size: 0.75em;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.375rem;
    transition: all 0.2s ease-in-out;
}

.change-type-badge[data-type="MAJOR"][b-oo1cho4l9r] {
    background: linear-gradient(135deg, #dc3545 0%, #c82333 100%);
    color: white;
    box-shadow: 0 2px 4px rgba(220, 53, 69, 0.3);
}

.change-type-badge[data-type="MINOR"][b-oo1cho4l9r] {
    background: linear-gradient(135deg, #17a2b8 0%, #138496 100%);
    color: white;
    box-shadow: 0 2px 4px rgba(23, 162, 184, 0.3);
}

.change-type-badge[data-type="IMAGE"][b-oo1cho4l9r] {
    background: linear-gradient(135deg, #6f42c1 0%, #5a32a3 100%);
    color: white;
    box-shadow: 0 2px 4px rgba(111, 66, 193, 0.3);
}

/* 클릭 가능한 이미지 스타일 */
.clickable-image[b-oo1cho4l9r] {
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.clickable-image:hover[b-oo1cho4l9r] {
    transform: scale(1.05);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}
/* /Components/Pages/Admins/Posts/PostChangeRequests.razor.rz.scp.css */
/* 상품 변경 요청 페이지 스타일 */

/* 이미지 갤러리 */
.image-gallery[b-uyzsl75tsr] {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 8px;
}

.thumbnail-image[b-uyzsl75tsr] {
    max-width: 80px;
    max-height: 80px;
    object-fit: cover;
    border-radius: 4px;
    border: 1px solid #dee2e6;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.thumbnail-image:hover[b-uyzsl75tsr] {
    transform: scale(1.05);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

/* 대화 이력 타임라인 */
.conversation-timeline[b-uyzsl75tsr] {
    padding: 20px 0;
}

.field-group[b-uyzsl75tsr] {
    background: #f8f9fa;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 20px;
}

.timeline-container[b-uyzsl75tsr] {
    position: relative;
    padding-left: 40px;
}

.timeline-container[b-uyzsl75tsr]::before {
    content: '';
    position: absolute;
    left: 15px;
    top: 0;
    bottom: 0;
    width: 2px;
    background: #dee2e6;
}

.timeline-item[b-uyzsl75tsr] {
    position: relative;
    margin-bottom: 30px;
}

.timeline-marker[b-uyzsl75tsr] {
    position: absolute;
    left: -25px;
    top: 5px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #6c757d;
    border: 2px solid #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.timeline-item[data-status="Pending"] .timeline-marker[b-uyzsl75tsr] {
    background: #ffc107;
}

.timeline-item[data-status="Approved"] .timeline-marker[b-uyzsl75tsr] {
    background: #28a745;
}

.timeline-item[data-status="Rejected"] .timeline-marker[b-uyzsl75tsr] {
    background: #dc3545;
}

.timeline-content[b-uyzsl75tsr] {
    background: white;
    border-radius: 8px;
    padding: 15px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.timeline-header[b-uyzsl75tsr] {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e9ecef;
}

.timeline-date[b-uyzsl75tsr] {
    font-size: 0.875rem;
    color: #6c757d;
    margin-right: 10px;
}

.message-box[b-uyzsl75tsr] {
    padding: 12px;
    border-radius: 6px;
    position: relative;
}

.seller-message[b-uyzsl75tsr] {
    background: #e3f2fd;
    border-left: 3px solid #2196f3;
}

.admin-message[b-uyzsl75tsr] {
    background: #fff3e0;
    border-left: 3px solid #ff9800;
}

.message-box strong[b-uyzsl75tsr] {
    color: #495057;
    font-size: 0.875rem;
}

.message-box p[b-uyzsl75tsr] {
    color: #212529;
    margin-top: 8px;
}

/* 보라색 배지 */
.badge.bg-purple[b-uyzsl75tsr] {
    background: linear-gradient(135deg, #6f42c1 0%, #5a32a3 100%);
    color: white;
}

/* 탭 스타일 개선 */
.nav-tabs[b-uyzsl75tsr] {
    border-bottom: 2px solid #dee2e6;
}

.nav-tabs .nav-link[b-uyzsl75tsr] {
    border: none;
    border-bottom: 2px solid transparent;
    color: #6c757d;
    padding: 0.75rem 1rem;
    font-weight: 500;
    transition: all 0.2s ease-in-out;
}

.nav-tabs .nav-link:hover[b-uyzsl75tsr] {
    color: #0d6efd;
    border-bottom-color: #0d6efd;
    background: transparent;
}

.nav-tabs .nav-link.active[b-uyzsl75tsr] {
    color: #0d6efd;
    border-bottom-color: #0d6efd;
    background: transparent;
}

.nav-tabs .nav-link i[b-uyzsl75tsr] {
    font-size: 0.9rem;
}

/* 카드 애니메이션 */
.conversation-item .card[b-uyzsl75tsr] {
    transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}

.conversation-item .card:hover[b-uyzsl75tsr] {
    transform: translateX(2px);
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

/* 반응형 디자인 */
@media (max-width: 768px) {
    .conversation-timeline[b-uyzsl75tsr] {
        padding-left: 0.5rem;
    }

    .conversation-item[b-uyzsl75tsr] {
        padding-left: 1rem;
    }

    .nav-tabs .nav-link[b-uyzsl75tsr] {
        padding: 0.5rem 0.75rem;
        font-size: 0.9rem;
    }
}
/* /Components/Pages/Admins/SellerAddressApprovals.razor.rz.scp.css */
.stats-card[b-bt1hyk0tz7] {
    transition: transform 0.2s ease-in-out;
}

.stats-card:hover[b-bt1hyk0tz7] {
    transform: translateY(-2px);
}

.stats-number[b-bt1hyk0tz7] {
    font-size: 1.5rem;
    font-weight: 600;
}

[b-bt1hyk0tz7] .bg-purple {
    background-color: #6f42c1 !important;
    color: white;
}

/* DELETE_PENDING 관련 스타일 */
.delete-pending-card[b-bt1hyk0tz7] {
    border-color: #e74c3c !important;
    background: linear-gradient(135deg, #fff5f5 0%, #fff 100%);
}

.text-delete-pending[b-bt1hyk0tz7] {
    color: #e74c3c !important;
}

[b-bt1hyk0tz7] .bg-delete-pending {
    background-color: #e74c3c !important;
    color: white;
}

[b-bt1hyk0tz7] .btn-delete-approve {
    background-color: #e74c3c;
    border-color: #e74c3c;
    color: white;
}

[b-bt1hyk0tz7] .btn-delete-approve:hover {
    background-color: #c0392b;
    border-color: #c0392b;
    color: white;
}

[b-bt1hyk0tz7] .btn-delete-reject {
    background-color: #95a5a6;
    border-color: #95a5a6;
    color: white;
}

[b-bt1hyk0tz7] .btn-delete-reject:hover {
    background-color: #7f8c8d;
    border-color: #7f8c8d;
    color: white;
}
/* /Components/Pages/Admins/SellerChangeHistoryPage.razor.rz.scp.css */
/* 판매자 변경 이력 페이지 스타일 */

/* Change Type Badges - Data Attribute Based Styling */
.change-type-badge[b-qljo3x6u3g] {
    display: inline-block;
    padding: 0.35em 0.65em;
    font-size: 0.75em;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.375rem;
    transition: all 0.2s ease-in-out;
}

.change-type-badge[data-type="MAJOR"][b-qljo3x6u3g] {
    background-color: #dc3545;
    color: white;
}

.change-type-badge[data-type="MINOR"][b-qljo3x6u3g] {
    background-color: #17a2b8;
    color: white;
}

.change-type-badge[data-type="IMAGE"][b-qljo3x6u3g] {
    background-color: #6f42c1;
    color: white;
}

.change-type-badge[data-type="APPROVAL"][b-qljo3x6u3g] {
    background-color: #28a745;
    color: white;
}

.change-type-badge[data-type="REJECTION"][b-qljo3x6u3g] {
    background-color: #ffc107;
    color: #212529;
}

.change-type-badge[data-type="ADMIN"][b-qljo3x6u3g] {
    background-color: #343a40;
    color: white;
}

/* Approval Status Badges - Data Attribute Based Styling */
.approval-status-badge[b-qljo3x6u3g] {
    display: inline-block;
    padding: 0.35em 0.65em;
    font-size: 0.75em;
    font-weight: 600;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.approval-status-badge[data-status="PENDING"][b-qljo3x6u3g] {
    background-color: #ffc107;
    color: #212529;
}

.approval-status-badge[data-status="APPROVED"][b-qljo3x6u3g] {
    background-color: #28a745;
    color: white;
}

.approval-status-badge[data-status="REJECTED"][b-qljo3x6u3g] {
    background-color: #dc3545;
    color: white;
}

/* Field Name Tags */
.field-name-tag[b-qljo3x6u3g] {
    display: inline-block;
    padding: 0.25em 0.4em;
    font-size: 0.85em;
    font-weight: 500;
    background-color: #f8f9fa;
    color: #495057;
    border: 1px solid #dee2e6;
    border-radius: 0.2rem;
    font-family: 'Consolas', 'Monaco', monospace;
}

/* Text Truncation */
.text-truncate-cell[b-qljo3x6u3g] {
    display: inline-block;
    max-width: 200px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
    position: relative;
}

.text-truncate-cell:hover[b-qljo3x6u3g] {
    overflow: visible;
    white-space: normal;
    word-wrap: break-word;
    background-color: #f8f9fa;
    z-index: 10;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    padding: 0.5rem;
    position: absolute;
    min-width: 300px;
    max-width: 500px;
}

/* Statistics Cards */
.statistics-dashboard[b-qljo3x6u3g] {
    margin-bottom: 1.5rem;
}

.stats-card-modern[b-qljo3x6u3g] {
    background: white;
    border-radius: 0.5rem;
    padding: 0;
    overflow: hidden;
    border: 1px solid #dee2e6;
    transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
    height: 100%;
}

.stats-card-modern:hover[b-qljo3x6u3g] {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.stats-card-modern[data-stat-type="today"][b-qljo3x6u3g] {
    border-top: 3px solid #17a2b8;
}

.stats-card-modern[data-stat-type="week"][b-qljo3x6u3g] {
    border-top: 3px solid #28a745;
}

.stats-card-modern[data-stat-type="major"][b-qljo3x6u3g] {
    border-top: 3px solid #dc3545;
}

.stats-card-modern[data-stat-type="month"][b-qljo3x6u3g] {
    border-top: 3px solid #ffc107;
}

.stats-card-content[b-qljo3x6u3g] {
    padding: 1.25rem;
    display: flex;
    align-items: center;
    gap: 1rem;
}

.stats-icon-wrapper[b-qljo3x6u3g] {
    width: 48px;
    height: 48px;
    border-radius: 0.375rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    background-color: #f8f9fa;
    flex-shrink: 0;
}

.stats-card-modern[data-stat-type="today"] .stats-icon-wrapper[b-qljo3x6u3g] {
    color: #17a2b8;
    background-color: rgba(23, 162, 184, 0.1);
}

.stats-card-modern[data-stat-type="week"] .stats-icon-wrapper[b-qljo3x6u3g] {
    color: #28a745;
    background-color: rgba(40, 167, 69, 0.1);
}

.stats-card-modern[data-stat-type="major"] .stats-icon-wrapper[b-qljo3x6u3g] {
    color: #dc3545;
    background-color: rgba(220, 53, 69, 0.1);
}

.stats-card-modern[data-stat-type="month"] .stats-icon-wrapper[b-qljo3x6u3g] {
    color: #ffc107;
    background-color: rgba(255, 193, 7, 0.1);
}

.stats-info[b-qljo3x6u3g] {
    flex: 1;
}

.stats-label[b-qljo3x6u3g] {
    display: block;
    font-size: 0.875rem;
    color: #6c757d;
    margin-bottom: 0.25rem;
}

.stats-value[b-qljo3x6u3g] {
    font-size: 2rem;
    font-weight: 700;
    margin: 0;
    color: #212529;
    line-height: 1;
}

.stats-trend[b-qljo3x6u3g] {
    display: inline-block;
    font-size: 0.75rem;
    color: #6c757d;
    margin-top: 0.25rem;
}

.stats-card-footer[b-qljo3x6u3g] {
    padding: 0 1.25rem 0.75rem;
}

.stats-progress[b-qljo3x6u3g] {
    height: 3px;
    background: #e9ecef;
    border-radius: 2px;
    overflow: hidden;
}

.stats-progress-bar[b-qljo3x6u3g] {
    height: 100%;
    background-color: #007bff;
    border-radius: 2px;
    transition: width 0.6s ease;
}

/* Filter Section */
.filter-card-modern[b-qljo3x6u3g] {
    background: white;
    border: 1px solid #dee2e6;
    border-radius: 0.5rem;
    overflow: hidden;
    margin-bottom: 1.5rem;
}

.filter-header[b-qljo3x6u3g] {
    background-color: #f8f9fa;
    padding: 1rem 1.25rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #dee2e6;
}

.filter-title[b-qljo3x6u3g] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 1rem;
    font-weight: 600;
    color: #495057;
}

.filter-title i[b-qljo3x6u3g] {
    color: #6c757d;
}

.btn-filter-reset[b-qljo3x6u3g] {
    background: white;
    border: 1px solid #dee2e6;
    padding: 0.375rem 0.75rem;
    border-radius: 0.25rem;
    color: #6c757d;
    font-size: 0.875rem;
    cursor: pointer;
    transition: all 0.2s ease;
}

.btn-filter-reset:hover[b-qljo3x6u3g] {
    background-color: #f8f9fa;
    border-color: #adb5bd;
}

.filter-body[b-qljo3x6u3g] {
    padding: 1.25rem;
}

.filter-group[b-qljo3x6u3g] {
    margin-bottom: 0;
}

.filter-label[b-qljo3x6u3g] {
    display: block;
    font-size: 0.875rem;
    font-weight: 500;
    color: #495057;
    margin-bottom: 0.5rem;
}

.filter-label i[b-qljo3x6u3g] {
    margin-right: 0.25rem;
    font-size: 0.875rem;
    color: #6c757d;
}

.input-group-modern[b-qljo3x6u3g] {
    position: relative;
}

.form-control-modern[b-qljo3x6u3g],
.form-select-modern[b-qljo3x6u3g] {
    width: 100%;
    padding: 0.5rem 0.75rem;
    border: 1px solid #ced4da;
    border-radius: 0.375rem;
    background: white;
    font-size: 0.875rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    color: #495057;
}

.form-control-modern:focus[b-qljo3x6u3g],
.form-select-modern:focus[b-qljo3x6u3g] {
    outline: none;
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.form-control-modern[b-qljo3x6u3g]::placeholder {
    color: #6c757d;
}

.input-icon[b-qljo3x6u3g] {
    position: absolute;
    right: 0.75rem;
    top: 50%;
    transform: translateY(-50%);
    color: #6c757d;
    pointer-events: none;
}

.btn-search-modern[b-qljo3x6u3g] {
    width: 100%;
    padding: 0.5rem 0.75rem;
    background-color: #007bff;
    border: none;
    border-radius: 0.375rem;
    color: white;
    font-weight: 500;
    font-size: 0.875rem;
    cursor: pointer;
    transition: background-color 0.15s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.375rem;
}

.btn-search-modern:hover[b-qljo3x6u3g] {
    background-color: #0056b3;
}

/* Table Styles */
.table[b-qljo3x6u3g] {
    margin-bottom: 0;
}

.table thead th[b-qljo3x6u3g] {
    background-color: #f8f9fa;
    color: #495057;
    font-weight: 600;
    font-size: 0.875rem;
    padding: 0.75rem;
    border-bottom: 2px solid #dee2e6;
}

.table tbody tr[b-qljo3x6u3g] {
    transition: background-color 0.15s ease-in-out;
}

.table tbody tr:hover[b-qljo3x6u3g] {
    background-color: #f8f9fa;
}

.table tbody td[b-qljo3x6u3g] {
    padding: 0.75rem;
    vertical-align: middle;
    color: #495057;
    font-size: 0.875rem;
}

/* Action Buttons */
.btn-action[b-qljo3x6u3g] {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    transition: all 0.2s ease-in-out;
}

.btn-action:hover[b-qljo3x6u3g] {
    transform: scale(1.05);
}

/* Excel Export Button */
.btn-export[b-qljo3x6u3g] {
    background-color: #28a745;
    border: none;
    color: white;
    padding: 0.375rem 0.75rem;
    border-radius: 0.375rem;
    font-weight: 500;
    transition: background-color 0.15s ease-in-out;
    display: inline-flex;
    align-items: center;
    gap: 0.375rem;
}

.btn-export:hover[b-qljo3x6u3g] {
    background-color: #218838;
}

/* Modal Styles */
.modal-header[b-qljo3x6u3g] {
    background-color: #f8f9fa;
    border-bottom: 1px solid #dee2e6;
}

.modal-content[b-qljo3x6u3g] {
    border-radius: 0.5rem;
}

/* Loading Spinner */
.spinner-border[b-qljo3x6u3g] {
    width: 2.5rem;
    height: 2.5rem;
    border-width: 0.25em;
}

/* Pagination */
.pagination[b-qljo3x6u3g] {
    margin-top: 1rem;
}

.page-link[b-qljo3x6u3g] {
    color: #007bff;
    border-radius: 0.25rem;
    margin: 0 0.125rem;
}

.page-link:hover[b-qljo3x6u3g] {
    background-color: #f8f9fa;
}

.page-item.active .page-link[b-qljo3x6u3g] {
    background-color: #007bff;
    border-color: #007bff;
}

/* Conversation History Styles */
.conversation-timeline[b-qljo3x6u3g] {
    padding: 1rem 0;
}

.conversation-message[b-qljo3x6u3g] {
    border-left: 3px solid transparent;
    background-color: #f8f9fa;
    transition: all 0.2s ease;
}

.conversation-message.admin-message[b-qljo3x6u3g] {
    border-left-color: #007bff;
    background-color: rgba(0, 123, 255, 0.05);
}

.conversation-message.seller-message[b-qljo3x6u3g] {
    border-left-color: #28a745;
    background-color: rgba(40, 167, 69, 0.05);
}

.conversation-message:hover[b-qljo3x6u3g] {
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.change-values[b-qljo3x6u3g] {
    padding: 0.5rem;
    background-color: rgba(255,255,255,0.8);
    border-radius: 0.25rem;
    font-size: 0.875rem;
}

.old-value[b-qljo3x6u3g], .new-value[b-qljo3x6u3g] {
    padding: 0.25rem 0;
}

.message-text[b-qljo3x6u3g] {
    font-size: 0.9rem;
    color: #495057;
    line-height: 1.5;
}

.field-group[b-qljo3x6u3g] {
    border-bottom: 1px solid #dee2e6;
    padding-bottom: 1rem;
}

.field-group:last-child[b-qljo3x6u3g] {
    border-bottom: none;
}

/* 상세보기 모달 스타일 */
.field-change-card[b-qljo3x6u3g] {
    border: 1px solid #e0e0e0;
    border-radius: 0.5rem;
    padding: 1rem;
    background-color: #fafafa;
}

.field-header[b-qljo3x6u3g] {
    padding-bottom: 0.75rem;
    border-bottom: 2px solid #e0e0e0;
}

.value-box[b-qljo3x6u3g] {
    border: 1px solid #dee2e6;
    border-radius: 0.375rem;
    overflow: hidden;
}

.value-box.old-value .value-header[b-qljo3x6u3g] {
    background-color: #fff5f5;
    border-bottom: 1px solid #ffdddd;
}

.value-box.new-value .value-header[b-qljo3x6u3g] {
    background-color: #f0fff4;
    border-bottom: 1px solid #d4edda;
}

.value-header[b-qljo3x6u3g] {
    padding: 0.75rem;
    font-weight: 500;
}

.value-content[b-qljo3x6u3g] {
    padding: 1rem;
    background-color: white;
    min-height: 80px;
}

.formatted-value[b-qljo3x6u3g] {
    white-space: pre-wrap;
    word-wrap: break-word;
}

.clickable-image[b-qljo3x6u3g] {
    max-height: 200px;
    cursor: pointer;
    transition: transform 0.2s;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.clickable-image:hover[b-qljo3x6u3g] {
    transform: scale(1.05);
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}

/* Responsive Design */
@media (max-width: 768px) {
    .stats-card-modern[b-qljo3x6u3g] {
        margin-bottom: 1rem;
    }
    
    .stats-value[b-qljo3x6u3g] {
        font-size: 1.5rem;
    }
    
    .stats-icon-wrapper[b-qljo3x6u3g] {
        width: 40px;
        height: 40px;
        font-size: 1rem;
    }
    
    .text-truncate-cell[b-qljo3x6u3g] {
        max-width: 150px;
    }
    
    .change-type-badge[b-qljo3x6u3g],
    .approval-status-badge[b-qljo3x6u3g] {
        font-size: 0.7em;
        padding: 0.25em 0.5em;
    }
    
    .field-name-tag[b-qljo3x6u3g] {
        font-size: 0.75em;
    }
}
/* /Components/Pages/Admins/SellerChangeRequests.razor.rz.scp.css */
/* 판매자 변경 요청 관리 페이지 스타일 */

/* 클릭 가능한 이미지 스타일 */
.clickable-image[b-blbzu6h076] {
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.clickable-image:hover[b-blbzu6h076] {
    transform: scale(1.05);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

/* 대화형 타임라인 스타일 */
.conversation-timeline[b-blbzu6h076] {
    padding: 20px 0;
}

.field-group[b-blbzu6h076] {
    background: #f8f9fa;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 20px;
}

.timeline-container[b-blbzu6h076] {
    position: relative;
    padding-left: 40px;
}

.timeline-container[b-blbzu6h076]::before {
    content: '';
    position: absolute;
    left: 15px;
    top: 0;
    bottom: 0;
    width: 2px;
    background: #dee2e6;
}

.timeline-item[b-blbzu6h076] {
    position: relative;
    margin-bottom: 30px;
}

.timeline-marker[b-blbzu6h076] {
    position: absolute;
    left: -25px;
    top: 5px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #6c757d;
    border: 2px solid #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.timeline-item[data-status="PENDING"] .timeline-marker[b-blbzu6h076] {
    background: #ffc107;
}

.timeline-item[data-status="APPROVED"] .timeline-marker[b-blbzu6h076] {
    background: #28a745;
}

.timeline-item[data-status="REJECTED"] .timeline-marker[b-blbzu6h076] {
    background: #dc3545;
}

.timeline-content[b-blbzu6h076] {
    background: white;
    border-radius: 8px;
    padding: 15px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.timeline-header[b-blbzu6h076] {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e9ecef;
}

.timeline-date[b-blbzu6h076] {
    font-size: 0.875rem;
    color: #6c757d;
    margin-right: 10px;
}

.message-box[b-blbzu6h076] {
    padding: 12px;
    border-radius: 6px;
    position: relative;
}

.seller-message[b-blbzu6h076] {
    background: #e3f2fd;
    border-left: 3px solid #2196f3;
}

.admin-message[b-blbzu6h076] {
    background: #fff3e0;
    border-left: 3px solid #ff9800;
}

.message-box strong[b-blbzu6h076] {
    color: #495057;
    font-size: 0.875rem;
}

.message-box p[b-blbzu6h076] {
    color: #212529;
    margin-top: 8px;
}

/* URL 줄임 표시 */
.url-ellipsis[b-blbzu6h076] {
    display: block;
    max-width: 100%;
    overflow: hidden;
}

.url-ellipsis span[b-blbzu6h076] {
    display: inline-block;
    max-width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: middle;
    cursor: help;
}

/* 대화탭 이미지 URL 텍스트 말줄임 */
.conversation-value-text[b-blbzu6h076] {
    max-width: 250px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
}

/* 보라색 배지 */
.badge.bg-purple[b-blbzu6h076] {
    background: linear-gradient(135deg, #6f42c1 0%, #5a32a3 100%);
    color: white;
}

/* Change Type Badges - Data Attribute Based Styling */
.change-type-badge[b-blbzu6h076] {
    display: inline-block;
    padding: 0.35em 0.65em;
    font-size: 0.75em;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.375rem;
    transition: all 0.2s ease-in-out;
}

.change-type-badge[data-type="MAJOR"][b-blbzu6h076] {
    background: linear-gradient(135deg, #dc3545 0%, #c82333 100%);
    color: white;
    box-shadow: 0 2px 4px rgba(220, 53, 69, 0.3);
}

.change-type-badge[data-type="MINOR"][b-blbzu6h076] {
    background: linear-gradient(135deg, #17a2b8 0%, #138496 100%);
    color: white;
    box-shadow: 0 2px 4px rgba(23, 162, 184, 0.3);
}

.change-type-badge[data-type="IMAGE"][b-blbzu6h076] {
    background: linear-gradient(135deg, #6f42c1 0%, #5a32a3 100%);
    color: white;
    box-shadow: 0 2px 4px rgba(111, 66, 193, 0.3);
}

.change-type-badge[data-type="APPROVAL"][b-blbzu6h076] {
    background: linear-gradient(135deg, #28a745 0%, #218838 100%);
    color: white;
    box-shadow: 0 2px 4px rgba(40, 167, 69, 0.3);
}

.change-type-badge[data-type="REJECTION"][b-blbzu6h076] {
    background: linear-gradient(135deg, #ffc107 0%, #e0a800 100%);
    color: #212529;
    box-shadow: 0 2px 4px rgba(255, 193, 7, 0.3);
}

/* Approval Status Badges - Data Attribute Based Styling */
.approval-status-badge[b-blbzu6h076] {
    display: inline-block;
    padding: 0.35em 0.65em;
    font-size: 0.75em;
    font-weight: 600;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.approval-status-badge[data-status="PENDING"][b-blbzu6h076] {
    background: linear-gradient(135deg, #ffc107 0%, #ffb300 100%);
    color: #212529;
    animation: pulse-b-blbzu6h076 2s infinite;
}

.approval-status-badge[data-status="APPROVED"][b-blbzu6h076] {
    background: linear-gradient(135deg, #28a745 0%, #20c997 100%);
    color: white;
}

.approval-status-badge[data-status="REJECTED"][b-blbzu6h076] {
    background: linear-gradient(135deg, #dc3545 0%, #bd2130 100%);
    color: white;
}

/* Field Name Tags */
.field-name-tag[b-blbzu6h076] {
    display: inline-block;
    padding: 0.25em 0.4em;
    font-size: 0.85em;
    font-weight: 500;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    color: #495057;
    border: 1px solid #dee2e6;
    border-radius: 0.2rem;
    font-family: 'Consolas', 'Monaco', monospace;
}

/* Enhanced Text Truncation */
.text-truncate-cell[b-blbzu6h076] {
    display: inline-block;
    max-width: 200px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
    position: relative;
}

.text-truncate-cell:hover[b-blbzu6h076] {
    overflow: visible;
    white-space: normal;
    word-wrap: break-word;
    background-color: #f8f9fa;
    z-index: 10;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    padding: 0.5rem;
    position: absolute;
    min-width: 300px;
    max-width: 500px;
}

/* Enhanced Statistics Cards */
.stats-card[b-blbzu6h076] {
    transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
    border-radius: 0.5rem;
    border-width: 1px;
    border-style: solid;
    background-color: white;
}

.stats-card:hover[b-blbzu6h076] {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.stats-number[b-blbzu6h076] {
    font-size: 2rem;
    font-weight: 700;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* Pulse Animation */
@keyframes pulse-b-blbzu6h076 {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 193, 7, 0.7);
    }
    70% {
        box-shadow: 0 0 0 10px rgba(255, 193, 7, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(255, 193, 7, 0);
    }
}

/* Action Button Enhancement */
.btn-action[b-blbzu6h076] {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    transition: all 0.2s ease-in-out;
}

.btn-action:hover[b-blbzu6h076] {
    transform: scale(1.05);
}

/* 페이지 헤더 */
.seller-profile-header[b-blbzu6h076] {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border-radius: 0.75rem;
    padding: 2rem;
    margin-bottom: 2rem;
    border: 1px solid #dee2e6;
}

.seller-profile-title[b-blbzu6h076] {
    font-size: 1.75rem;
    font-weight: 700;
    color: #212529;
    margin-bottom: 0.5rem;
    display: flex;
    align-items: center;
}

.seller-profile-subtitle[b-blbzu6h076] {
    color: #6c757d;
    margin-bottom: 0;
    font-size: 1rem;
}

/* 통계 카드 */
.stat-card[b-blbzu6h076] {
    border-radius: 0.5rem;
    border-width: 1px;
    border-style: solid;
    background-color: white;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
    transition: transform 0.2s, box-shadow 0.2s;
}

.stat-card.border-warning[b-blbzu6h076] {
    border-color: #ffc107;
}

.stat-card.border-success[b-blbzu6h076] {
    border-color: #28a745;
}

.stat-card.border-danger[b-blbzu6h076] {
    border-color: #dc3545;
}

.stat-card.border-info[b-blbzu6h076] {
    border-color: #17a2b8;
}

.stat-card:hover[b-blbzu6h076] {
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.stat-card .card-body[b-blbzu6h076] {
    padding: 1.25rem;
    position: relative;
}

.stat-card h6[b-blbzu6h076] {
    font-size: 0.875rem;
    font-weight: 600;
    margin-bottom: 0.25rem;
    color: inherit;
}

.stat-card h3[b-blbzu6h076] {
    font-size: 2rem;
    font-weight: 700;
    margin: 0;
    line-height: 1;
}

/* 통계 카드 아이콘 */
.stat-card .card-icon[b-blbzu6h076] {
    position: absolute;
    right: 1.25rem;
    top: 50%;
    transform: translateY(-50%);
    font-size: 2rem;
    opacity: 0.5;
}

/* 필터 섹션 */
.filter-section[b-blbzu6h076] {
    background-color: #f8f9fa;
    border-radius: 8px;
    padding: 1.5rem;
    margin-bottom: 1.5rem;
}

.filter-section .form-select[b-blbzu6h076],
.filter-section .btn[b-blbzu6h076] {
    border-radius: 6px;
}

/* 테이블 스타일 */
.table-container[b-blbzu6h076] {
    background: white;
    border-radius: 0.5rem;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
    border: 1px solid #dee2e6;
    overflow: hidden;
}

.table[b-blbzu6h076] {
    margin-bottom: 0;
}

.table thead th[b-blbzu6h076] {
    background-color: #f8f9fa;
    border-bottom: 2px solid #dee2e6;
    font-weight: 600;
    font-size: 0.875rem;
    padding: 0.75rem;
    color: #495057;
}

.table tbody tr[b-blbzu6h076] {
    transition: background-color 0.2s;
}

.table tbody tr:hover[b-blbzu6h076] {
    background-color: #f8f9fa;
}

.table tbody td[b-blbzu6h076] {
    padding: 0.75rem;
    vertical-align: middle;
    font-size: 0.875rem;
}

/* 뱃지 스타일 */
.badge[b-blbzu6h076] {
    padding: 0.35rem 0.65rem;
    font-weight: 500;
    font-size: 0.75rem;
    border-radius: 4px;
}

.badge.bg-warning[b-blbzu6h076] {
    background-color: #ffc107 !important;
    color: #000;
}

.badge.bg-success[b-blbzu6h076] {
    background-color: #28a745 !important;
}

.badge.bg-danger[b-blbzu6h076] {
    background-color: #dc3545 !important;
}

.badge.bg-info[b-blbzu6h076] {
    background-color: #17a2b8 !important;
}

.badge.bg-primary[b-blbzu6h076] {
    background-color: #007bff !important;
}

/* 버튼 스타일 */
.btn-sm[b-blbzu6h076] {
    padding: 0.375rem 0.75rem;
    font-size: 0.875rem;
    border-radius: 4px;
}

.btn-group .btn[b-blbzu6h076] {
    border-radius: 0;
}

.btn-group .btn:first-child[b-blbzu6h076] {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.btn-group .btn:last-child[b-blbzu6h076] {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

/* 모달 스타일 */
.modal-content[b-blbzu6h076] {
    border-radius: 12px;
    border: none;
}

.modal-header[b-blbzu6h076] {
    background-color: #f8f9fa;
    border-bottom: 1px solid #dee2e6;
    border-radius: 12px 12px 0 0;
}

.modal-title[b-blbzu6h076] {
    font-weight: 600;
}

.modal-body[b-blbzu6h076] {
    padding: 1.5rem;
}

.modal-footer[b-blbzu6h076] {
    background-color: #f8f9fa;
    border-top: 1px solid #dee2e6;
    border-radius: 0 0 12px 12px;
}

/* 상세 정보 테이블 */
.detail-table[b-blbzu6h076] {
    width: 100%;
}

.detail-table th[b-blbzu6h076] {
    width: 30%;
    background-color: #f8f9fa;
    padding: 0.75rem;
    font-weight: 600;
    border: 1px solid #dee2e6;
}

.detail-table td[b-blbzu6h076] {
    padding: 0.75rem;
    border: 1px solid #dee2e6;
}

/* 이미지 미리보기 */
.image-preview-container[b-blbzu6h076] {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    padding: 0.5rem;
}

.image-preview-item[b-blbzu6h076] {
    flex: 1;
    min-width: 200px;
}

.image-preview-item img[b-blbzu6h076] {
    width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.image-preview-label[b-blbzu6h076] {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: 600;
    color: #495057;
}

/* 이미지 카드 스타일 */
.modal-body .card img[b-blbzu6h076] {
    object-fit: contain;
    transition: transform 0.2s ease;
}

.modal-body .card img:hover[b-blbzu6h076] {
    transform: scale(1.05);
}

.modal-body .card .card-header[b-blbzu6h076] {
    padding: 0.75rem;
    font-size: 0.9rem;
}

.modal-body .card .card-body[b-blbzu6h076] {
    padding: 1rem;
}

/* 이미지 없음 표시 */
.modal-body .fa-image-slash[b-blbzu6h076] {
    color: #dee2e6;
}

/* 거절 사유 섹션 */
.reject-section[b-blbzu6h076] {
    background-color: #fff5f5;
    border: 1px solid #f8d7da;
    border-radius: 8px;
    padding: 1rem;
    margin-top: 1rem;
}

.reject-section .alert-warning[b-blbzu6h076] {
    background-color: #fff3cd;
    border-color: #ffc107;
    color: #856404;
}

/* 페이지네이션 */
.pagination[b-blbzu6h076] {
    margin-top: 1.5rem;
    justify-content: center;
}

.pagination .page-link[b-blbzu6h076] {
    border-radius: 4px;
    margin: 0 2px;
    color: #007bff;
}

.pagination .page-item.active .page-link[b-blbzu6h076] {
    background-color: #007bff;
    border-color: #007bff;
}

.pagination .page-item.disabled .page-link[b-blbzu6h076] {
    color: #6c757d;
}

/* 로딩 스피너 */
.spinner-border[b-blbzu6h076] {
    width: 1rem;
    height: 1rem;
    border-width: 0.15rem;
}

.spinner-border-sm[b-blbzu6h076] {
    width: 0.875rem;
    height: 0.875rem;
}

/* 일괄 작업 섹션 */
.bulk-action-section[b-blbzu6h076] {
    background-color: #e7f3ff;
    border: 1px solid #b3d7ff;
    border-radius: 8px;
    padding: 1rem;
    margin-bottom: 1rem;
}

/* 반응형 디자인 */
@media (max-width: 768px) {
    .stat-card[b-blbzu6h076] {
        margin-bottom: 1rem;
    }
    
    .filter-section[b-blbzu6h076] {
        padding: 1rem;
    }
    
    .filter-section .row > div[b-blbzu6h076] {
        margin-bottom: 0.5rem;
    }
    
    .table-responsive[b-blbzu6h076] {
        font-size: 0.875rem;
    }
    
    .modal-dialog[b-blbzu6h076] {
        margin: 0.5rem;
    }
    
    .image-preview-container[b-blbzu6h076] {
        flex-direction: column;
    }
    
    .image-preview-item[b-blbzu6h076] {
        min-width: 100%;
    }
}

/* 텍스트 스타일 */
.text-truncate[b-blbzu6h076] {
    max-width: 200px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.small[b-blbzu6h076] {
    font-size: 0.875rem;
}

.text-muted[b-blbzu6h076] {
    color: #6c757d !important;
}

/* 폼 컨트롤 */
.form-label[b-blbzu6h076] {
    font-weight: 500;
    margin-bottom: 0.5rem;
}

.form-control[b-blbzu6h076],
.form-select[b-blbzu6h076] {
    border-radius: 6px;
    border: 1px solid #ced4da;
}

.form-control:focus[b-blbzu6h076],
.form-select:focus[b-blbzu6h076] {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* 체크박스 */
.form-check-input[b-blbzu6h076] {
    width: 1.25rem;
    height: 1.25rem;
    border-radius: 4px;
}

.form-check-input:checked[b-blbzu6h076] {
    background-color: #007bff;
    border-color: #007bff;
}

/* 알림 메시지 */
.alert[b-blbzu6h076] {
    border-radius: 8px;
    border: none;
}

.alert-info[b-blbzu6h076] {
    background-color: #d1ecf1;
    color: #0c5460;
}

.alert-danger[b-blbzu6h076] {
    background-color: #f8d7da;
    color: #721c24;
}

.alert-success[b-blbzu6h076] {
    background-color: #d4edda;
    color: #155724;
}

/* 아이콘 */
.fas[b-blbzu6h076],
.far[b-blbzu6h076] {
    margin-right: 0.25rem;
}

/* 카드 헤더 */
.card-header[b-blbzu6h076] {
    background-color: #f8f9fa;
    border-bottom: 2px solid #dee2e6;
    padding: 1rem 1.5rem;
    font-weight: 600;
}

/* 빈 상태 */
.empty-state[b-blbzu6h076] {
    text-align: center;
    padding: 3rem 1rem;
}

.empty-state i[b-blbzu6h076] {
    font-size: 3rem;
    color: #dee2e6;
    margin-bottom: 1rem;
}

.empty-state h5[b-blbzu6h076] {
    color: #6c757d;
    margin-bottom: 0.5rem;
}

.empty-state p[b-blbzu6h076] {
    color: #adb5bd;
}
/* /Components/Pages/Admins/SellerCouponApprovals.razor.rz.scp.css */
/* ========================================
   판매자 쿠폰 승인 관리 페이지 스타일
   ======================================== */

/* 통계 카드 */
.stats-card[b-nv8r64zty2] {
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.stats-card:hover[b-nv8r64zty2] {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.stats-number[b-nv8r64zty2] {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.2;
}

.stats-card .card-body[b-nv8r64zty2] {
    padding: 1.25rem;
}

.stats-card h6[b-nv8r64zty2] {
    font-weight: 600;
    font-size: 0.875rem;
    margin-bottom: 0.5rem;
}

/* 탭 스타일 */
.nav-tabs .nav-link[b-nv8r64zty2] {
    border: none;
    color: #6c757d;
    font-weight: 500;
    padding: 0.75rem 1.25rem;
}

.nav-tabs .nav-link:hover[b-nv8r64zty2] {
    border-color: transparent;
    color: #495057;
    background-color: #f8f9fa;
}

.nav-tabs .nav-link.active[b-nv8r64zty2] {
    color: #0d6efd;
    background-color: #fff;
    border-bottom: 3px solid #0d6efd;
    font-weight: 600;
}

.nav-tabs .nav-link .badge[b-nv8r64zty2] {
    font-size: 0.75rem;
    padding: 0.25rem 0.5rem;
}

/* 버튼 그룹 */
.btn-group-sm .btn[b-nv8r64zty2] {
    padding: 0.375rem 0.625rem;
}

/* 테이블 컨테이너 최소 높이 (출렁임 방지) */
.table-responsive[b-nv8r64zty2] {
    min-height: 400px;
}

/* 로딩 상태 */
.loading-container[b-nv8r64zty2] {
    min-height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* 빈 상태 */
.empty-state[b-nv8r64zty2] {
    min-height: 300px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

/* 반응형 */
@media (max-width: 768px) {
    .stats-number[b-nv8r64zty2] {
        font-size: 1.5rem;
    }

    .nav-tabs .nav-link[b-nv8r64zty2] {
        padding: 0.5rem 0.75rem;
        font-size: 0.875rem;
    }

    .card .card-body[b-nv8r64zty2] {
        min-height: 300px;
    }
}
/* /Components/Pages/Admins/SellerDocuments.razor.rz.scp.css */
/* 페이지 전체 스타일 */
.container-fluid[b-dkw8inwgjr] {
    padding: 1.5rem;
}

/* 헤더 스타일 */
h2[b-dkw8inwgjr] {
    color: #495057;
    font-weight: 600;
}

h2 i[b-dkw8inwgjr] {
    color: #6c757d;
}

/* 통계 카드 스타일 */
.card[b-dkw8inwgjr] {
    border-radius: 8px;
    transition: transform 0.2s, box-shadow 0.2s;
}

.card:hover[b-dkw8inwgjr] {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.card-body[b-dkw8inwgjr] {
    padding: 1.25rem;
}

.card-subtitle[b-dkw8inwgjr] {
    font-size: 0.875rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.card-title[b-dkw8inwgjr] {
    font-size: 2rem;
    font-weight: 700;
    color: #212529;
}

/* 검색 필터 카드 */
.card-header[b-dkw8inwgjr] {
    background-color: #f8f9fa;
    border-bottom: 2px solid #e9ecef;
}

.card-header h5[b-dkw8inwgjr] {
    font-weight: 600;
    color: #495057;
}

/* 폼 스타일 */
.form-label[b-dkw8inwgjr] {
    font-weight: 500;
    color: #6c757d;
    margin-bottom: 0.5rem;
}

.form-control[b-dkw8inwgjr], .form-select[b-dkw8inwgjr] {
    border-radius: 6px;
    border: 1px solid #ced4da;
}

.form-control:focus[b-dkw8inwgjr], .form-select:focus[b-dkw8inwgjr] {
    border-color: #667eea;
    box-shadow: 0 0 0 0.2rem rgba(102, 126, 234, 0.25);
}

/* 버튼 스타일 */
.btn[b-dkw8inwgjr] {
    border-radius: 6px;
    font-weight: 500;
    padding: 0.5rem 1rem;
    transition: all 0.2s;
}

.btn:hover[b-dkw8inwgjr] {
    transform: translateY(-1px);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.btn i[b-dkw8inwgjr] {
    font-size: 0.875rem;
}

/* 테이블 스타일 */
.table-responsive[b-dkw8inwgjr] {
    border-radius: 8px;
    overflow: hidden;
}

.table[b-dkw8inwgjr] {
    margin-bottom: 0;
}

.table thead[b-dkw8inwgjr] {
    background-color: #f8f9fa;
}

.table thead th[b-dkw8inwgjr] {
    font-weight: 600;
    color: #495057;
    border-bottom: 2px solid #dee2e6;
    text-transform: uppercase;
    font-size: 0.875rem;
    letter-spacing: 0.5px;
    padding: 1rem 0.75rem;
}

.table tbody td[b-dkw8inwgjr] {
    padding: 0.875rem 0.75rem;
    vertical-align: middle;
}

.table tbody tr[b-dkw8inwgjr] {
    transition: background-color 0.2s;
}

.table tbody tr:hover[b-dkw8inwgjr] {
    background-color: #f8f9fa;
}

/* 배지 스타일 */
.badge[b-dkw8inwgjr] {
    padding: 0.35rem 0.65rem;
    font-weight: 500;
    font-size: 0.75rem;
    border-radius: 4px;
}

.badge i[b-dkw8inwgjr] {
    font-size: 0.7rem;
}

/* 페이지네이션 스타일 */
.pagination[b-dkw8inwgjr] {
    margin-top: 1.5rem;
}

.page-link[b-dkw8inwgjr] {
    color: #667eea;
    border: 1px solid #dee2e6;
    padding: 0.5rem 0.75rem;
    transition: all 0.2s;
}

.page-link:hover[b-dkw8inwgjr] {
    background-color: #667eea;
    color: white;
    border-color: #667eea;
}

.page-item.active .page-link[b-dkw8inwgjr] {
    background-color: #667eea;
    border-color: #667eea;
}

.page-item.disabled .page-link[b-dkw8inwgjr] {
    color: #adb5bd;
    background-color: #fff;
    border-color: #dee2e6;
}

/* 로딩 스피너 */
.spinner-border[b-dkw8inwgjr] {
    width: 2rem;
    height: 2rem;
}

/* 알림 메시지 */
.alert[b-dkw8inwgjr] {
    border-radius: 8px;
    border: none;
    padding: 1rem 1.25rem;
}

.alert-info[b-dkw8inwgjr] {
    background-color: #d1ecf1;
    color: #0c5460;
}

/* 모달 스타일 */
#documentUpdateModal .modal-content[b-dkw8inwgjr] {
    border-radius: 8px;
}

#documentUpdateModal .modal-header[b-dkw8inwgjr] {
    background-color: #f8f9fa;
    border-bottom: 1px solid #dee2e6;
}

#documentUpdateModal .modal-title[b-dkw8inwgjr] {
    font-weight: 600;
    color: #495057;
}

#documentUpdateModal .modal-body[b-dkw8inwgjr] {
    padding: 1.5rem;
}

#documentUpdateModal .form-check[b-dkw8inwgjr] {
    padding: 0.75rem;
    background-color: #f8f9fa;
    border-radius: 6px;
    margin-bottom: 1rem;
}

#documentUpdateModal .form-check-input[b-dkw8inwgjr] {
    margin-top: 0.25rem;
}

#documentUpdateModal .form-check-label[b-dkw8inwgjr] {
    font-weight: 500;
    color: #495057;
}

#documentUpdateModal textarea[b-dkw8inwgjr] {
    min-height: 100px;
    resize: vertical;
}

#documentUpdateModal .modal-footer[b-dkw8inwgjr] {
    background-color: #f8f9fa;
    border-top: 1px solid #dee2e6;
}

/* 반응형 디자인 */
@media (max-width: 768px) {
    .container-fluid[b-dkw8inwgjr] {
        padding: 1rem;
    }
    
    .card-body[b-dkw8inwgjr] {
        padding: 1rem;
    }
    
    .btn[b-dkw8inwgjr] {
        padding: 0.375rem 0.75rem;
        font-size: 0.875rem;
    }
    
    .table[b-dkw8inwgjr] {
        font-size: 0.875rem;
    }
    
    .badge[b-dkw8inwgjr] {
        font-size: 0.7rem;
        padding: 0.25rem 0.5rem;
    }
}

/* 통계 카드 아이콘 */
.card .fa-2x[b-dkw8inwgjr] {
    opacity: 0.3;
}

/* 테이블 작업 버튼 */
.btn-sm[b-dkw8inwgjr] {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
}

.btn-outline-primary:hover[b-dkw8inwgjr] {
    background-color: #667eea;
    border-color: #667eea;
}

.btn-outline-warning:hover[b-dkw8inwgjr] {
    background-color: #ffc107;
    border-color: #ffc107;
    color: #212529;
}

.btn-outline-success:hover[b-dkw8inwgjr] {
    background-color: #28a745;
    border-color: #28a745;
}

/* 퍼센트 표시 */
small.text-success[b-dkw8inwgjr] {
    font-weight: 600;
}

small.text-warning[b-dkw8inwgjr] {
    font-weight: 600;
}

small.text-danger[b-dkw8inwgjr] {
    font-weight: 600;
}
/* /Components/Pages/Admins/Sellers.razor.rz.scp.css */
/* 판매자 관리 페이지 전용 스타일 */

/* 검색 및 필터 영역 */
.sellers-search-container[b-005rteqpw3] {
    display: flex;
    gap: 0.75rem;
    margin-bottom: 1.5rem;
    flex-wrap: wrap;
}

.sellers-search-input[b-005rteqpw3] {
    flex: 1;
    min-width: 20rem;
}

.sellers-filter-buttons[b-005rteqpw3] {
    margin-bottom: 1.5rem;
}

.sellers-filter-buttons .btn-group[b-005rteqpw3] {
    gap: 0.25rem;
}

/* 테이블 스타일링 */
.sellers-table[b-005rteqpw3] {
    font-size: 0.9rem;
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 0.5rem;
    overflow: hidden;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

.sellers-table thead th[b-005rteqpw3] {
    background-color: var(--bs-dark);
    color: white;
    font-weight: 600;
    padding: 1rem 0.75rem;
    text-align: center;
    border: none;
}

.sellers-table tbody td[b-005rteqpw3] {
    padding: 0.875rem 0.75rem;
    vertical-align: middle;
    border-bottom: 1px solid var(--bs-border-color);
}

.sellers-table tbody tr:hover[b-005rteqpw3] {
    background-color: var(--bs-light);
}

/* 상태 배지 */
.seller-status-badge[b-005rteqpw3] {
    font-size: 0.75rem;
    padding: 0.25rem 0.5rem;
    border-radius: 0.375rem;
    font-weight: 500;
}

.seller-status-active[b-005rteqpw3] {
    background-color: var(--bs-success);
    color: white;
}

.seller-status-inactive[b-005rteqpw3] {
    background-color: var(--bs-secondary);
    color: white;
}

.seller-status-deleted[b-005rteqpw3] {
    background-color: var(--bs-danger);
    color: white;
}

.seller-status-pending[b-005rteqpw3] {
    background-color: var(--bs-warning);
    color: var(--bs-dark);
}

.seller-status-rejected[b-005rteqpw3] {
    background-color: var(--bs-danger);
    color: white;
    opacity: 0.8;
}

/* 역할 배지 */
.seller-role-badge[b-005rteqpw3] {
    font-size: 0.75rem;
    padding: 0.25rem 0.5rem;
    border-radius: 0.375rem;
    background-color: var(--bs-info);
    color: white;
    font-weight: 500;
}

/* 액션 버튼 그룹 */
.seller-action-buttons[b-005rteqpw3] {
    display: flex;
    gap: 0.25rem;
    justify-content: center;
    flex-wrap: wrap;
}

.seller-action-buttons .btn[b-005rteqpw3] {
    font-size: 0.75rem;
    padding: 0.375rem 0.75rem;
    border-radius: 0.375rem;
}

/* 페이지네이션 */
.sellers-pagination[b-005rteqpw3] {
    margin-top: 2rem;
}

.sellers-pagination .pagination[b-005rteqpw3] {
    justify-content: center;
    margin-bottom: 1rem;
}

.sellers-pagination .page-info[b-005rteqpw3] {
    text-align: center;
    font-size: 0.9rem;
    color: var(--bs-secondary);
}

/* 로딩/에러 상태 */
.sellers-loading[b-005rteqpw3] {
    text-align: center;
    padding: 3rem 1rem;
    font-style: italic;
    color: var(--bs-secondary);
}

.sellers-empty[b-005rteqpw3] {
    text-align: center;
    padding: 3rem 1rem;
    color: var(--bs-secondary);
}

/* 반응형 디자인 */
@media (max-width: 768px) {
    .sellers-search-container[b-005rteqpw3] {
        flex-direction: column;
    }
    
    .sellers-search-input[b-005rteqpw3] {
        min-width: 100%;
    }
    
    .sellers-table[b-005rteqpw3] {
        font-size: 0.8rem;
    }
    
    .sellers-table thead th[b-005rteqpw3],
    .sellers-table tbody td[b-005rteqpw3] {
        padding: 0.5rem 0.375rem;
    }
    
    .seller-action-buttons[b-005rteqpw3] {
        flex-direction: column;
        gap: 0.125rem;
    }
    
    .seller-action-buttons .btn[b-005rteqpw3] {
        font-size: 0.7rem;
        padding: 0.25rem 0.5rem;
    }
}

@media (max-width: 576px) {
    .sellers-table[b-005rteqpw3] {
        display: block;
        overflow-x: auto;
        white-space: nowrap;
    }
    
    .sellers-filter-buttons .btn-group[b-005rteqpw3] {
        display: flex;
        flex-direction: column;
        width: 100%;
    }
    
    .sellers-filter-buttons .btn[b-005rteqpw3] {
        border-radius: 0.375rem !important;
        margin-bottom: 0.25rem;
    }
}

/* 테이블 헤더 개선 */
.sellers-table-header[b-005rteqpw3] {
    background-color: var(--bs-light);
    padding: 1rem;
    border-radius: 0.5rem 0.5rem 0 0;
    border-bottom: 2px solid var(--bs-border-color);
}

.sellers-table-title[b-005rteqpw3] {
    margin: 0;
    font-size: 1.125rem;
    font-weight: 600;
    color: var(--bs-dark);
}

.sellers-table-subtitle[b-005rteqpw3] {
    margin: 0;
    font-size: 0.875rem;
    color: var(--bs-secondary);
}
/* /Components/Pages/Admins/Users.razor.rz.scp.css */
/* 회원관리 페이지 전용 스타일 */

/* 검색 컨테이너 */
.users-search-container[b-q23lpn5z3w] {
    display: flex;
    gap: 0.75rem;
    align-items: center;
}

.users-search-input[b-q23lpn5z3w] {
    flex: 1;
    min-width: 0;
    border-radius: 0.5rem;
    border: 2px solid var(--bs-border-color);
    padding: 0.75rem 1rem;
    font-size: 0.95rem;
    transition: all 0.3s ease;
}

.users-search-input:focus[b-q23lpn5z3w] {
    border-color: var(--bs-primary);
    box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.25);
}

/* 필터 버튼 */
.users-filter-buttons[b-q23lpn5z3w] {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.5rem;
}

/* 로딩 상태 */
.users-loading[b-q23lpn5z3w] {
    text-align: center;
    padding: 3rem;
    color: var(--bs-secondary);
    font-size: 1.1rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* 빈 상태 */
.users-empty[b-q23lpn5z3w] {
    text-align: center;
    padding: 4rem 2rem;
    background: linear-gradient(145deg, #f8f9fa 0%, #e9ecef 100%);
    border-radius: 1rem;
    border: 1px solid var(--bs-border-color);
}

.users-empty i[b-q23lpn5z3w] {
    display: block;
    margin-bottom: 1rem;
}

.users-empty h5[b-q23lpn5z3w] {
    color: var(--bs-dark);
    margin-bottom: 0.5rem;
}

/* 테이블 헤더 */
.users-table-header[b-q23lpn5z3w] {
    padding: 1.5rem;
    background: linear-gradient(135deg, #0d6efd 0%, #6610f2 100%);
    color: white;
    border-radius: 0.5rem 0.5rem 0 0;
    margin: -0.75rem -0.75rem 0 -0.75rem;
}

.users-table-title[b-q23lpn5z3w] {
    font-size: 1.125rem;
    font-weight: 600;
    margin: 0 0 0.25rem 0;
    display: flex;
    align-items: center;
}

.users-table-subtitle[b-q23lpn5z3w] {
    margin: 0;
    opacity: 0.9;
    font-size: 0.9rem;
}

/* 테이블 스타일 */
.users-table[b-q23lpn5z3w] {
    margin: 0;
}

.users-table thead[b-q23lpn5z3w] {
    background-color: var(--bs-light);
}

.users-table thead th[b-q23lpn5z3w] {
    font-weight: 600;
    color: var(--bs-dark);
    border-bottom: 2px solid var(--bs-primary);
    padding: 1rem 0.75rem;
    font-size: 0.9rem;
    white-space: nowrap;
}

.users-table tbody tr[b-q23lpn5z3w] {
    transition: all 0.2s ease;
}

.users-table tbody tr:hover[b-q23lpn5z3w] {
    background-color: rgba(13, 110, 253, 0.05);
    transform: translateY(-1px);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.users-table tbody td[b-q23lpn5z3w] {
    padding: 0.875rem 0.75rem;
    vertical-align: middle;
    border-bottom: 1px solid var(--bs-border-color);
}

/* 사용자 배지 스타일 */
.user-manager-badge[b-q23lpn5z3w] {
    display: inline-flex;
    align-items: center;
    padding: 0.25rem 0.5rem;
    background: linear-gradient(135deg, #ffc107 0%, #fd7e14 100%);
    color: var(--bs-dark);
    border-radius: 0.375rem;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.025rem;
}

.user-member-badge[b-q23lpn5z3w] {
    display: inline-flex;
    align-items: center;
    padding: 0.25rem 0.5rem;
    background-color: var(--bs-secondary);
    color: white;
    border-radius: 0.375rem;
    font-size: 0.75rem;
    font-weight: 500;
}

.user-role-badge[b-q23lpn5z3w] {
    display: inline-block;
    padding: 0.25rem 0.5rem;
    background-color: var(--bs-info);
    color: white;
    border-radius: 0.375rem;
    font-size: 0.75rem;
    font-weight: 500;
}

/* 액션 버튼 */
.user-action-buttons[b-q23lpn5z3w] {
    display: flex;
    gap: 0.375rem;
    justify-content: center;
    flex-wrap: wrap;
}

.user-action-buttons .btn[b-q23lpn5z3w] {
    padding: 0.375rem 0.5rem;
    font-size: 0.8rem;
    line-height: 1;
    border-radius: 0.375rem;
    transition: all 0.2s ease;
    min-width: 2.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.user-action-buttons .btn:hover[b-q23lpn5z3w] {
    transform: translateY(-1px);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

/* 페이지네이션 */
.users-pagination[b-q23lpn5z3w] {
    margin-top: 2rem;
    padding: 1.5rem 0;
}

.users-pagination .pagination[b-q23lpn5z3w] {
    justify-content: center;
    margin-bottom: 1rem;
}

.users-pagination .page-link[b-q23lpn5z3w] {
    border-radius: 0.5rem;
    margin: 0 0.125rem;
    padding: 0.5rem 0.75rem;
    font-size: 0.9rem;
    border: 2px solid transparent;
    color: var(--bs-primary);
}

.users-pagination .page-link:hover[b-q23lpn5z3w] {
    background-color: var(--bs-primary);
    border-color: var(--bs-primary);
    color: white;
    transform: translateY(-1px);
}

.users-pagination .page-item.active .page-link[b-q23lpn5z3w] {
    background-color: var(--bs-primary);
    border-color: var(--bs-primary);
    color: white;
    font-weight: 600;
}

.users-pagination .page-item.disabled .page-link[b-q23lpn5z3w] {
    color: var(--bs-secondary);
    background-color: transparent;
    border-color: transparent;
}

.users-pagination .page-info[b-q23lpn5z3w] {
    text-align: center;
    padding-top: 1rem;
    border-top: 1px solid var(--bs-border-color);
}

/* 반응형 디자인 */
@media (max-width: 768px) {
    .users-search-container[b-q23lpn5z3w] {
        flex-direction: column;
        align-items: stretch;
    }
    
    .users-search-input[b-q23lpn5z3w] {
        margin-bottom: 0.5rem;
    }
    
    .users-table-header[b-q23lpn5z3w] {
        padding: 1rem;
    }
    
    .users-table-title[b-q23lpn5z3w] {
        font-size: 1rem;
    }
    
    .users-table thead th[b-q23lpn5z3w] {
        padding: 0.75rem 0.5rem;
        font-size: 0.8rem;
    }
    
    .users-table tbody td[b-q23lpn5z3w] {
        padding: 0.75rem 0.5rem;
        font-size: 0.85rem;
    }
    
    .user-action-buttons[b-q23lpn5z3w] {
        flex-direction: column;
        gap: 0.25rem;
    }
    
    .user-action-buttons .btn[b-q23lpn5z3w] {
        font-size: 0.75rem;
        padding: 0.25rem 0.375rem;
    }
    
    .users-pagination .page-link[b-q23lpn5z3w] {
        padding: 0.375rem 0.5rem;
        font-size: 0.8rem;
    }
}

@media (max-width: 576px) {
    .users-empty[b-q23lpn5z3w] {
        padding: 2rem 1rem;
    }
    
    .users-filter-buttons[b-q23lpn5z3w] {
        justify-content: center;
    }
    
    .users-filter-buttons .btn-group[b-q23lpn5z3w] {
        width: 100%;
    }
    
    .users-filter-buttons .btn[b-q23lpn5z3w] {
        flex: 1;
        font-size: 0.8rem;
        padding: 0.5rem 0.25rem;
    }
    
    .users-pagination .page-info .d-flex[b-q23lpn5z3w] {
        flex-direction: column;
        gap: 0.5rem;
    }
}

/* 테이블 반응형 스크롤 개선 */
@media (max-width: 992px) {
    .table-responsive[b-q23lpn5z3w] {
        border-radius: 0.5rem;
    }
    
    .users-table[b-q23lpn5z3w] {
        min-width: 50rem;
    }
}

/* 애니메이션 */
@keyframes fadeIn-b-q23lpn5z3w {
    from { opacity: 0; transform: translateY(1rem); }
    to { opacity: 1; transform: translateY(0); }
}

.users-table tbody tr[b-q23lpn5z3w] {
    animation: fadeIn-b-q23lpn5z3w 0.3s ease-in-out;
}

/* 고대비 모드 지원 */
@media (prefers-contrast: high) {
    .users-table tbody tr:hover[b-q23lpn5z3w] {
        background-color: var(--bs-light);
        border: 2px solid var(--bs-primary);
    }
    
    .user-manager-badge[b-q23lpn5z3w],
    .user-member-badge[b-q23lpn5z3w],
    .user-role-badge[b-q23lpn5z3w] {
        border: 1px solid var(--bs-dark);
    }
}
/* /Components/Pages/CouponDashboard.razor.rz.scp.css */
/* 쿠폰 대시보드 스타일 */

.coupon-dashboard-container[b-4kmsdlfjdg] {
    padding: 1.5rem;
    max-width: 1400px;
    margin: 0 auto;
}

.page-header h3[b-4kmsdlfjdg] {
    font-weight: 600;
    color: #2c3e50;
}

/* KPI 카드 */
.kpi-card[b-4kmsdlfjdg] {
    background: white;
    border-radius: 12px;
    padding: 1.5rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    display: flex;
    align-items: center;
    gap: 1rem;
    transition: transform 0.2s, box-shadow 0.2s;
}

.kpi-card:hover[b-4kmsdlfjdg] {
    transform: translateY(-4px);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}

.kpi-icon[b-4kmsdlfjdg] {
    width: 60px;
    height: 60px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    color: white;
}

.kpi-icon.bg-primary[b-4kmsdlfjdg] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

.kpi-icon.bg-success[b-4kmsdlfjdg] {
    background: linear-gradient(135deg, #11998e 0%, #38ef7d 100%);
}

.kpi-icon.bg-info[b-4kmsdlfjdg] {
    background: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%);
}

.kpi-icon.bg-warning[b-4kmsdlfjdg] {
    background: linear-gradient(135deg, #fa709a 0%, #fee140 100%);
}

.kpi-content[b-4kmsdlfjdg] {
    flex: 1;
}

.kpi-label[b-4kmsdlfjdg] {
    font-size: 0.875rem;
    color: #6c757d;
    margin-bottom: 0.25rem;
}

.kpi-value[b-4kmsdlfjdg] {
    font-size: 1.75rem;
    font-weight: 700;
    color: #2c3e50;
}

/* 카드 */
.card[b-4kmsdlfjdg] {
    border: none;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.card-header[b-4kmsdlfjdg] {
    background: white;
    border-bottom: 1px solid #e9ecef;
    padding: 1.25rem 1.5rem;
    border-radius: 12px 12px 0 0 !important;
}

.card-header h5[b-4kmsdlfjdg] {
    font-weight: 600;
    color: #2c3e50;
}

/* 탭 */
.nav-tabs[b-4kmsdlfjdg] {
    border-bottom: 2px solid #e9ecef;
}

.nav-tabs .nav-link[b-4kmsdlfjdg] {
    border: none;
    color: #6c757d;
    font-weight: 500;
    padding: 0.75rem 1.5rem;
    transition: all 0.2s;
}

.nav-tabs .nav-link:hover[b-4kmsdlfjdg] {
    color: #667eea;
    border-color: transparent;
}

.nav-tabs .nav-link.active[b-4kmsdlfjdg] {
    color: #667eea;
    border-bottom: 2px solid #667eea;
    background: transparent;
}

/* Top 쿠폰 리스트 */
.top-coupon-list .list-group-item[b-4kmsdlfjdg] {
    border: 1px solid #e9ecef;
    border-radius: 8px;
    margin-bottom: 0.75rem;
    padding: 1rem;
    transition: all 0.2s;
}

.top-coupon-list .list-group-item:hover[b-4kmsdlfjdg] {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    transform: translateX(4px);
}

.rank-badge[b-4kmsdlfjdg] {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.rank-number[b-4kmsdlfjdg] {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 1.125rem;
    background: #f8f9fa;
    color: #6c757d;
}

.rank-number.top-3[b-4kmsdlfjdg] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
}

/* 테이블 */
.table[b-4kmsdlfjdg] {
    margin-bottom: 0;
}

.table thead th[b-4kmsdlfjdg] {
    background: #f8f9fa;
    border-bottom: 2px solid #dee2e6;
    font-weight: 600;
    color: #495057;
    padding: 1rem;
}

.table tbody td[b-4kmsdlfjdg] {
    padding: 1rem;
    vertical-align: middle;
}

.table-hover tbody tr:hover[b-4kmsdlfjdg] {
    background-color: #f8f9fa;
}

/* 배지 */
.badge[b-4kmsdlfjdg] {
    padding: 0.375rem 0.75rem;
    font-weight: 500;
}

/* 반응형 */
@media (max-width: 768px) {
    .kpi-card[b-4kmsdlfjdg] {
        flex-direction: column;
        text-align: center;
    }

    .kpi-value[b-4kmsdlfjdg] {
        font-size: 1.5rem;
    }

    .table-responsive[b-4kmsdlfjdg] {
        font-size: 0.875rem;
    }
}

/* 다크모드 */
[data-bs-theme="dark"] .kpi-card[b-4kmsdlfjdg],
[data-bs-theme="dark"] .card[b-4kmsdlfjdg] {
    background: #1e1e1e;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

[data-bs-theme="dark"] .kpi-label[b-4kmsdlfjdg] {
    color: #adb5bd;
}

[data-bs-theme="dark"] .kpi-value[b-4kmsdlfjdg] {
    color: #f8f9fa;
}

[data-bs-theme="dark"] .card-header[b-4kmsdlfjdg] {
    background: #1e1e1e;
    border-bottom-color: #495057;
}

[data-bs-theme="dark"] .card-header h5[b-4kmsdlfjdg] {
    color: #f8f9fa;
}

[data-bs-theme="dark"] .table thead th[b-4kmsdlfjdg] {
    background: #2d2d2d;
    color: #f8f9fa;
}

[data-bs-theme="dark"] .table-hover tbody tr:hover[b-4kmsdlfjdg] {
    background-color: #2d2d2d;
}
/* /Components/Pages/CouponTypeChart.razor.rz.scp.css */
/* 날짜 필터 */
.date-filter-container[b-gkv32iuobg] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.date-filter-container .btn-group .btn[b-gkv32iuobg] {
    min-width: 60px;
}

/* 타입별 분석 */
.type-analysis-container[b-gkv32iuobg] {
    padding: 1rem 0;
}

.type-stats[b-gkv32iuobg] {
    border-top: 1px solid #e9ecef;
    padding-top: 1rem;
}

.stat-row[b-gkv32iuobg] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.5rem;
    border-radius: 8px;
    background: #f8f9fa;
}

.stat-label[b-gkv32iuobg] {
    flex-shrink: 0;
}

.stat-values[b-gkv32iuobg] {
    text-align: right;
}

.stat-values small[b-gkv32iuobg] {
    display: block;
    margin-bottom: 0.25rem;
}

/* 다크모드 */
[data-bs-theme="dark"] .stat-row[b-gkv32iuobg] {
    background: #2d2d2d;
}

[data-bs-theme="dark"] .type-stats[b-gkv32iuobg] {
    border-top-color: #495057;
}
/* /Components/Pages/TopCouponList.razor.rz.scp.css */
/* Top 쿠폰 리스트 */
.top-coupon-list .list-group-item[b-u0cyklu1rd] {
    border: 1px solid #e9ecef;
    border-radius: 8px;
    margin-bottom: 0.75rem;
    padding: 1rem;
    transition: all 0.2s;
}

.top-coupon-list .list-group-item:hover[b-u0cyklu1rd] {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    transform: translateX(4px);
}

.rank-badge[b-u0cyklu1rd] {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.rank-number[b-u0cyklu1rd] {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 1.125rem;
    background: #f8f9fa;
    color: #6c757d;
}

.rank-number.top-3[b-u0cyklu1rd] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
}
/* /Components/Shared/SubscriptionOptionsValidator.razor.rz.scp.css */
.subscription-options-validator[b-lq8a6ovx8y] {
    font-size: 0.95rem;
}

.validation-summary[b-lq8a6ovx8y] {
    line-height: 1.6;
}

.options-detail[b-lq8a6ovx8y] {
    border: 1px solid #dee2e6;
    background-color: #f8f9fa;
}

.menu-items .badge[b-lq8a6ovx8y] {
    font-weight: normal;
    padding: 0.4em 0.8em;
}

.price-items table[b-lq8a6ovx8y] {
    margin-bottom: 0;
    background-color: white;
}

.price-items table td[b-lq8a6ovx8y] {
    padding: 0.5rem;
    vertical-align: middle;
}

.alert-heading[b-lq8a6ovx8y] {
    font-size: 1rem;
    margin-bottom: 0.5rem;
}

.text-muted.small[b-lq8a6ovx8y] {
    font-size: 0.85rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
