/* /Components/Layout/MainLayout.razor.rz.scp.css */
.main-layout[b-5nfk1niiyb] {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    background: #f0f4f9;
}

/* ===== ナビゲーション ===== */
.toami-nav[b-5nfk1niiyb] {
    background: linear-gradient(135deg, #8B0000 0%, #C8102E 60%, #D4172B 100%);
    box-shadow: 0 2px 10px rgba(200, 16, 46, 0.45);
    position: sticky;
    top: 0;
    z-index: 200;
}

.nav-inner[b-5nfk1niiyb] {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 2rem;
    display: flex;
    align-items: center;
    gap: 1.5rem;
    height: 56px;
}

.nav-brand[b-5nfk1niiyb] {
    display: flex;
    align-items: center;
    gap: 0.625rem;
    text-decoration: none;
    flex-shrink: 0;
}

.nav-logo[b-5nfk1niiyb] {
    width: 22px;
    height: 22px;
    fill: #ffffff;
    flex-shrink: 0;
}

.nav-brand-text[b-5nfk1niiyb] {
    font-size: 0.9375rem;
    font-weight: 700;
    color: #ffffff;
    letter-spacing: -0.01em;
    white-space: nowrap;
}

.nav-links[b-5nfk1niiyb] {
    display: flex;
    align-items: center;
    gap: 0.25rem;
    margin-left: auto;
}

.nav-link[b-5nfk1niiyb] {
    display: inline-flex;
    align-items: center;
    gap: 0.375rem;
    padding: 0.375rem 0.875rem;
    border-radius: 7px;
    font-size: 0.8125rem;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.85);
    text-decoration: none;
    transition: background 0.15s, color 0.15s;
    white-space: nowrap;
}

.nav-link svg[b-5nfk1niiyb] {
    width: 15px;
    height: 15px;
    fill: currentColor;
    flex-shrink: 0;
}

.nav-link:hover[b-5nfk1niiyb] {
    background: rgba(255, 255, 255, 0.15);
    color: #ffffff;
}

.nav-link-sub[b-5nfk1niiyb] {
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.75rem;
}

.nav-link-sub:hover[b-5nfk1niiyb] {
    background: rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.85);
}

.main-content[b-5nfk1niiyb] {
    flex: 1;
}

/* ===== Blazorエラー ===== */
#blazor-error-ui[b-5nfk1niiyb] {
    color-scheme: light only;
    background: #C8102E;
    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;
    color: white;
    font-size: 0.875rem;
}

#blazor-error-ui .dismiss[b-5nfk1niiyb] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}

@media (max-width: 768px) {
    .nav-inner[b-5nfk1niiyb] {
        padding: 0 1rem;
        height: 52px;
    }

    .nav-brand-text[b-5nfk1niiyb] {
        font-size: 0.8125rem;
    }

    .nav-link[b-5nfk1niiyb] {
        padding: 0.3rem 0.5rem;
        font-size: 0.75rem;
    }

    .nav-link svg[b-5nfk1niiyb] {
        display: none;
    }

    .nav-link-sub[b-5nfk1niiyb] {
        display: none;
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-4dwg1e2yc8],
.components-reconnect-repeated-attempt-visible[b-4dwg1e2yc8],
.components-reconnect-failed-visible[b-4dwg1e2yc8],
.components-pause-visible[b-4dwg1e2yc8],
.components-resume-failed-visible[b-4dwg1e2yc8],
.components-rejoining-animation[b-4dwg1e2yc8] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-4dwg1e2yc8],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-4dwg1e2yc8],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-4dwg1e2yc8],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-4dwg1e2yc8],
#components-reconnect-modal.components-reconnect-retrying[b-4dwg1e2yc8],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-4dwg1e2yc8],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-4dwg1e2yc8],
#components-reconnect-modal.components-reconnect-failed[b-4dwg1e2yc8],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-4dwg1e2yc8] {
    display: block;
}


#components-reconnect-modal[b-4dwg1e2yc8] {
    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-4dwg1e2yc8 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-4dwg1e2yc8 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-4dwg1e2yc8 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-4dwg1e2yc8]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-4dwg1e2yc8 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-4dwg1e2yc8 {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-4dwg1e2yc8 {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-4dwg1e2yc8 {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-4dwg1e2yc8] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-4dwg1e2yc8] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-4dwg1e2yc8] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-4dwg1e2yc8] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-4dwg1e2yc8] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-4dwg1e2yc8] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-4dwg1e2yc8] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-4dwg1e2yc8 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-4dwg1e2yc8] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-4dwg1e2yc8 {
    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/AdminLog.razor.rz.scp.css */
/* ===== 検索パネル ===== */
.search-panel[b-532xp4pbbd] {
    background: #fff;
    border-radius: 14px;
    border: 1px solid rgba(200,16,46,0.08);
    box-shadow: 0 1px 3px rgba(200,16,46,0.05);
    padding: 1.125rem 1.5rem;
    margin-bottom: 1.5rem;
}

.search-fields[b-532xp4pbbd] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    align-items: flex-end;
}

.search-field[b-532xp4pbbd] {
    display: flex;
    flex-direction: column;
    gap: 0.3rem;
    flex: 1 1 160px;
    min-width: 130px;
}

.search-field.search-narrow[b-532xp4pbbd] { flex: 0 1 130px; }

.search-label[b-532xp4pbbd] {
    font-size: 0.75rem;
    font-weight: 600;
    color: #475569;
    white-space: nowrap;
}

.search-actions[b-532xp4pbbd] {
    display: flex;
    gap: 0.5rem;
    align-items: flex-end;
    flex-shrink: 0;
    padding-bottom: 0;
}

.btn-search[b-532xp4pbbd] {
    display: inline-flex; align-items: center; gap: 0.35rem;
    padding: 0.5rem 1.125rem;
    background: var(--toami-red); color: #fff;
    border: none; border-radius: 8px;
    font-size: 0.875rem; font-weight: 600;
    cursor: pointer; transition: background 0.15s;
    white-space: nowrap;
}
.btn-search svg[b-532xp4pbbd] { width: 16px; height: 16px; fill: currentColor; }
.btn-search:hover:not(:disabled)[b-532xp4pbbd] { background: var(--toami-red-hover); }
.btn-search:disabled[b-532xp4pbbd] { opacity: 0.6; cursor: not-allowed; }

.btn-clear[b-532xp4pbbd] {
    display: inline-flex; align-items: center; gap: 0.35rem;
    padding: 0.5rem 1rem;
    background: #fff; color: #374151;
    border: 1px solid #d1d5db; border-radius: 8px;
    font-size: 0.875rem; font-weight: 500;
    cursor: pointer; transition: background 0.15s;
    white-space: nowrap;
}
.btn-clear svg[b-532xp4pbbd] { width: 15px; height: 15px; fill: currentColor; }
.btn-clear:hover:not(:disabled)[b-532xp4pbbd] { background: #f9fafb; }
.btn-clear:disabled[b-532xp4pbbd] { opacity: 0.5; cursor: not-allowed; }

@media (max-width: 768px) {
    .search-fields[b-532xp4pbbd] { flex-direction: column; }
    .search-field[b-532xp4pbbd], .search-field.search-narrow[b-532xp4pbbd] { flex: 1 1 auto; min-width: 0; }
    .search-actions[b-532xp4pbbd] { width: 100%; }
    .btn-search[b-532xp4pbbd], .btn-clear[b-532xp4pbbd] { flex: 1; justify-content: center; }
}

.col-terminal[b-532xp4pbbd] { max-width: 120px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.col-date[b-532xp4pbbd] {
    white-space: nowrap;
    font-size: 0.8125rem;
    color: #475569;
    font-family: 'SFMono-Regular', 'Consolas', monospace;
}

.ip-text[b-532xp4pbbd] {
    font-family: 'SFMono-Regular', 'Consolas', monospace;
    font-size: 0.8125rem;
    color: #475569;
}

.status-badge[b-532xp4pbbd] {
    display: inline-block;
    font-size: 0.75rem;
    font-weight: 600;
    border-radius: 20px;
    padding: 0.2rem 0.7rem;
    border: 1px solid;
    white-space: nowrap;
}
.status-success[b-532xp4pbbd] { background: #f0fdf4; color: #15803d; border-color: #bbf7d0; }
.status-error[b-532xp4pbbd]   { background: #fff0f0; color: #C8102E;  border-color: #fecaca; }
.status-logout[b-532xp4pbbd]  { background: #f8f5ff; color: #6d28d9;  border-color: #ddd6fe; }
.status-unknown[b-532xp4pbbd] { background: #f8fafc; color: #64748b;  border-color: #e2e8f0; }

/* ===== ページネーション ===== */
.pagination[b-532xp4pbbd] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.5rem;
    margin-top: 1.5rem;
}

.page-btn[b-532xp4pbbd] {
    display: inline-flex; align-items: center; gap: 0.3rem;
    padding: 0.5rem 1rem;
    border: 1px solid #d1d5db; border-radius: 8px;
    background: #fff; color: #C8102E;
    font-size: 0.875rem; font-weight: 500;
    cursor: pointer; transition: background 0.15s, border-color 0.15s;
}
.page-btn svg[b-532xp4pbbd] { width: 16px; height: 16px; fill: currentColor; }
.page-btn:hover:not(:disabled)[b-532xp4pbbd] { background: #fff0f0; border-color: #C8102E; }
.page-btn:disabled[b-532xp4pbbd] { opacity: 0.4; cursor: not-allowed; }

.page-info[b-532xp4pbbd] { font-size: 0.8125rem; color: #64748b; }

/* ===== アーカイブ通知バナー ===== */
.archive-banner[b-532xp4pbbd] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.75rem 1.125rem;
    border-radius: 10px;
    margin-bottom: 1.25rem;
    font-size: 0.875rem;
    font-weight: 500;
    flex-wrap: wrap;
}
.archive-banner svg[b-532xp4pbbd] { width: 18px; height: 18px; flex-shrink: 0; fill: currentColor; }

.archive-banner-success[b-532xp4pbbd] { background: #f0fdf4; color: #15803d; border: 1px solid #bbf7d0; }
.archive-banner-warning[b-532xp4pbbd] { background: #fffbeb; color: #92400e; border: 1px solid #fde68a; }
.archive-banner-error[b-532xp4pbbd]   { background: #fef2f2; color: #991b1b; border: 1px solid #fecaca; }

.banner-actions[b-532xp4pbbd] { margin-left: auto; display: flex; align-items: center; gap: 0.5rem; flex-shrink: 0; }

.btn-archive[b-532xp4pbbd] {
    display: inline-flex; align-items: center; gap: 0.35rem;
    padding: 0.4rem 0.875rem;
    background: #d97706; color: #fff;
    border: none; border-radius: 7px;
    font-size: 0.8125rem; font-weight: 600;
    cursor: pointer; transition: background 0.15s; white-space: nowrap;
}
.btn-archive svg[b-532xp4pbbd] { width: 14px; height: 14px; fill: currentColor; }
.btn-archive:hover[b-532xp4pbbd] { background: #b45309; }

.btn-archive-link[b-532xp4pbbd] {
    display: inline-flex; align-items: center;
    padding: 0.375rem 0.75rem;
    background: rgba(21, 128, 61, 0.1); color: #15803d;
    border: 1px solid #bbf7d0; border-radius: 7px;
    font-size: 0.8125rem; font-weight: 600;
    text-decoration: none; white-space: nowrap; transition: background 0.15s;
}
.btn-archive-link:hover[b-532xp4pbbd] { background: rgba(21, 128, 61, 0.18); }

.banner-loading[b-532xp4pbbd] { font-size: 0.8125rem; color: #92400e; }
/* /Components/Pages/AdminSyain.razor.rz.scp.css */
/* ===== 検索パネル ===== */
.search-panel[b-j1vwx3j39x] {
    background: #fff;
    border-radius: 14px;
    border: 1px solid rgba(200,16,46,0.08);
    box-shadow: 0 1px 3px rgba(200,16,46,0.05);
    padding: 1.125rem 1.5rem;
    margin-bottom: 1.5rem;
}

.search-fields[b-j1vwx3j39x] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    align-items: flex-end;
}

.search-field[b-j1vwx3j39x] {
    display: flex;
    flex-direction: column;
    gap: 0.3rem;
    flex: 1 1 150px;
    min-width: 130px;
}

.search-field.search-wide[b-j1vwx3j39x]   { flex: 1 1 220px; }
.search-field.search-narrow[b-j1vwx3j39x] { flex: 0 1 130px; }

.search-label[b-j1vwx3j39x] {
    font-size: 0.75rem;
    font-weight: 600;
    color: #475569;
    white-space: nowrap;
}

.search-actions[b-j1vwx3j39x] {
    display: flex;
    gap: 0.5rem;
    align-items: flex-end;
    flex-shrink: 0;
}

.btn-search[b-j1vwx3j39x] {
    display: inline-flex; align-items: center; gap: 0.35rem;
    padding: 0.5rem 1.125rem;
    background: var(--toami-red); color: #fff;
    border: none; border-radius: 8px;
    font-size: 0.875rem; font-weight: 600;
    cursor: pointer; transition: background 0.15s;
    white-space: nowrap;
}
.btn-search svg[b-j1vwx3j39x] { width: 16px; height: 16px; fill: currentColor; }
.btn-search:hover[b-j1vwx3j39x] { background: var(--toami-red-hover); }

.btn-clear[b-j1vwx3j39x] {
    display: inline-flex; align-items: center; gap: 0.35rem;
    padding: 0.5rem 1rem;
    background: #fff; color: #374151;
    border: 1px solid #d1d5db; border-radius: 8px;
    font-size: 0.875rem; font-weight: 500;
    cursor: pointer; transition: background 0.15s;
    white-space: nowrap;
}
.btn-clear svg[b-j1vwx3j39x] { width: 15px; height: 15px; fill: currentColor; }
.btn-clear:hover[b-j1vwx3j39x] { background: #f9fafb; }

@media (max-width: 768px) {
    .search-fields[b-j1vwx3j39x] { flex-direction: column; }
    .search-field[b-j1vwx3j39x], .search-field.search-wide[b-j1vwx3j39x], .search-field.search-narrow[b-j1vwx3j39x] { flex: 1 1 auto; min-width: 0; }
    .search-actions[b-j1vwx3j39x] { width: 100%; }
    .btn-search[b-j1vwx3j39x], .btn-clear[b-j1vwx3j39x] { flex: 1; justify-content: center; }
}

.pw-expired[b-j1vwx3j39x] { color: #C8102E; font-weight: 600; }
.pw-warn[b-j1vwx3j39x]    { color: #d97706; font-weight: 600; }

.linked-badge[b-j1vwx3j39x]   { font-size: 0.7rem; font-weight: 600; background: #f0fdf4; color: #15803d; border: 1px solid #bbf7d0; border-radius: 20px; padding: 0.2rem 0.6rem; }
.unlinked-badge[b-j1vwx3j39x] { font-size: 0.7rem; font-weight: 600; background: #f8fafc; color: #94a3b8; border: 1px solid #e2e8f0; border-radius: 20px; padding: 0.2rem 0.6rem; }

/* ===== Hanko連携セル ===== */
.hanko-cell[b-j1vwx3j39x] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex-wrap: nowrap;
}

.hanko-id-short[b-j1vwx3j39x] {
    font-family: 'SFMono-Regular', 'Consolas', monospace;
    font-size: 0.75rem;
    color: #475569;
    background: #f1f5f9;
    border: 1px solid #cbd5e1;
    border-radius: 6px;
    padding: 0.2rem 0.5rem;
    cursor: pointer;
    transition: background 0.12s, color 0.12s;
    white-space: nowrap;
    user-select: none;
}
.hanko-id-short:hover[b-j1vwx3j39x] { background: #e0e7ef; color: #1e293b; }

.btn-session[b-j1vwx3j39x] {
    display: inline-flex; align-items: center; gap: 0.3rem;
    background: #fff0f0; color: var(--toami-red);
    border: 1px solid #fecaca;
    font-size: 0.75rem; font-weight: 600;
    padding: 0.25rem 0.625rem; border-radius: 7px;
    cursor: pointer; transition: background 0.15s, color 0.15s;
    white-space: nowrap;
}
.btn-session:hover[b-j1vwx3j39x] { background: var(--toami-red); color: #fff; }

.btn-icon[b-j1vwx3j39x] { width: 13px; height: 13px; fill: currentColor; flex-shrink: 0; }

/* ===== Hanko ID 全文表示 ===== */
.hanko-id-full-label[b-j1vwx3j39x] {
    font-size: 0.75rem; font-weight: 600; color: #64748b;
    text-transform: uppercase; letter-spacing: 0.05em;
    margin: 0 0 0.5rem;
}
.hanko-id-full[b-j1vwx3j39x] {
    font-family: 'SFMono-Regular', 'Consolas', monospace;
    font-size: 0.875rem; color: #1e293b;
    background: #f8fafc; border: 1px solid #e2e8f0;
    border-radius: 8px; padding: 0.75rem 1rem;
    word-break: break-all; line-height: 1.6;
    margin: 0;
}

/* ===== セッションダイアログ ===== */
.session-dialog-panel[b-j1vwx3j39x] { max-width: 680px; }

.dialog-subtitle[b-j1vwx3j39x] {
    margin: 0.2rem 0 0;
    font-size: 0.75rem;
    color: rgba(255,255,255,0.65);
}

.session-count-badge[b-j1vwx3j39x] {
    display: inline-flex; align-items: center;
    background: #fff0f0; color: var(--toami-red);
    border: 1px solid #fecaca; border-radius: 20px;
    padding: 0.25rem 0.875rem;
    font-size: 0.75rem; font-weight: 600;
    margin-bottom: 1rem;
}

.session-list[b-j1vwx3j39x] { display: flex; flex-direction: column; gap: 0.875rem; }

.session-card[b-j1vwx3j39x] {
    border: 1px solid #e2e8f0; border-radius: 12px;
    overflow: hidden; transition: box-shadow 0.15s;
}
.session-card:hover[b-j1vwx3j39x] { box-shadow: 0 4px 16px rgba(200,16,46,0.08); }

.session-card-header[b-j1vwx3j39x] {
    background: #f8fafc; border-bottom: 1px solid #e2e8f0;
    padding: 0.625rem 1rem;
}

.session-id-badge[b-j1vwx3j39x] {
    font-family: 'SFMono-Regular', 'Consolas', monospace;
    font-size: 0.7rem; color: #475569;
    word-break: break-all;
}

.session-card-body[b-j1vwx3j39x] {
    padding: 0.875rem 1rem;
    display: grid; grid-template-columns: 1fr 1fr;
    gap: 0.625rem 1.5rem;
}

.session-field[b-j1vwx3j39x] { display: flex; flex-direction: column; gap: 0.2rem; }
.session-field-ua[b-j1vwx3j39x] { grid-column: 1 / -1; }

.session-field-label[b-j1vwx3j39x] {
    font-size: 0.6875rem; font-weight: 600;
    text-transform: uppercase; letter-spacing: 0.06em; color: #94a3b8;
}
.session-field-value[b-j1vwx3j39x] { font-size: 0.8125rem; color: #334155; word-break: break-word; }
.session-ua[b-j1vwx3j39x] { font-size: 0.75rem; color: #64748b; line-height: 1.5; }
.session-active[b-j1vwx3j39x]  { color: #15803d; font-weight: 600; }
.session-expired[b-j1vwx3j39x] { color: var(--toami-red); font-weight: 600; }

.session-card-footer[b-j1vwx3j39x] {
    padding: 0.625rem 1rem; background: #fafafa;
    border-top: 1px solid #f1f5f9;
    display: flex; align-items: center; gap: 0.5rem;
}

.btn-delete-session[b-j1vwx3j39x] {
    display: inline-flex; align-items: center; gap: 0.35rem;
    background: #fff0f0; color: var(--toami-red);
    border: 1px solid #fecaca;
    font-size: 0.8125rem; padding: 0.35rem 0.875rem;
    border-radius: 7px; font-weight: 500;
    cursor: pointer; transition: background 0.15s, color 0.15s;
}
.btn-delete-session:hover[b-j1vwx3j39x] { background: var(--toami-red); color: #fff; }

.btn-confirm-delete[b-j1vwx3j39x] {
    display: inline-flex; align-items: center; gap: 0.35rem;
    background: var(--toami-red); color: #fff; border: none;
    font-size: 0.8125rem; padding: 0.35rem 0.875rem;
    border-radius: 7px; font-weight: 600;
    cursor: pointer; transition: background 0.15s;
}
.btn-confirm-delete:hover:not(:disabled)[b-j1vwx3j39x] { background: var(--toami-red-hover); }
.btn-confirm-delete:disabled[b-j1vwx3j39x] { opacity: 0.6; cursor: not-allowed; }

.btn-cancel-confirm[b-j1vwx3j39x] {
    background: #f8fafc; color: #374151;
    border: 1px solid #d1d5db;
    font-size: 0.8125rem; padding: 0.35rem 0.75rem;
    border-radius: 7px; font-weight: 500;
    cursor: pointer; transition: background 0.15s;
}
.btn-cancel-confirm:hover:not(:disabled)[b-j1vwx3j39x] { background: #e5e7eb; }
.btn-cancel-confirm:disabled[b-j1vwx3j39x] { opacity: 0.5; cursor: not-allowed; }

.confirm-text[b-j1vwx3j39x] { font-size: 0.8125rem; color: #374151; font-weight: 500; }

.btn-spinner-sm[b-j1vwx3j39x] {
    width: 13px; height: 13px;
    border: 2px solid rgba(255,255,255,0.3); border-top-color: #fff;
    border-radius: 50%; animation: admin-spin 0.7s linear infinite;
    flex-shrink: 0;
}

@media (max-width: 768px) {
    .session-card-body[b-j1vwx3j39x] { grid-template-columns: 1fr; }
    .hanko-cell[b-j1vwx3j39x] { flex-wrap: wrap; }
}
/* /Components/Pages/AdminSystem.razor.rz.scp.css */
.systems-grid[b-godqdyztep] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 1.25rem;
}

.system-card[b-godqdyztep] {
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 1px 3px rgba(200,16,46,0.06), 0 4px 16px rgba(200,16,46,0.08);
    border: 1px solid rgba(200,16,46,0.08);
    overflow: hidden;
    transition: box-shadow 0.15s, transform 0.15s;
}
.system-card:hover[b-godqdyztep]         { box-shadow: 0 4px 20px rgba(200,16,46,0.14); transform: translateY(-1px); }
.system-card.card-disabled[b-godqdyztep] { opacity: 0.55; }

.system-card-header[b-godqdyztep] {
    background: linear-gradient(135deg, #8B0000 0%, #C8102E 100%);
    padding: 1.125rem 1.25rem;
    display: flex; align-items: center; gap: 0.75rem;
}

.system-icon[b-godqdyztep] {
    width: 40px; height: 40px;
    background: rgba(255,255,255,0.15);
    border: 1px solid rgba(255,255,255,0.25);
    border-radius: 10px;
    display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.system-icon svg[b-godqdyztep] { width: 22px; height: 22px; fill: rgba(255,255,255,0.9); }

.system-card-info[b-godqdyztep] {
    flex: 1; min-width: 0;
    display: flex; flex-direction: column; gap: 0.2rem;
}

.system-name[b-godqdyztep] {
    font-size: 0.9375rem; font-weight: 700; color: #fff;
    white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}

.system-key-badge[b-godqdyztep] {
    font-family: 'SFMono-Regular', 'Consolas', monospace;
    font-size: 0.7rem; color: rgba(255,255,255,0.7);
    background: rgba(255,255,255,0.12);
    border-radius: 4px; padding: 0.1rem 0.4rem;
    display: inline-block; align-self: flex-start;
}

.system-card-meta[b-godqdyztep] {
    padding: 0.75rem 1.25rem;
    display: flex; gap: 1.5rem;
    background: #f8fafc; border-bottom: 1px solid #e2e8f0;
}
.meta-item[b-godqdyztep]  { font-size: 0.8125rem; color: #475569; }
.meta-label[b-godqdyztep] { font-size: 0.65rem; font-weight: 600; text-transform: uppercase; color: #94a3b8; letter-spacing: 0.05em; margin-right: 0.3rem; }

.system-card-actions[b-godqdyztep] { padding: 0.75rem 1.25rem; display: flex; gap: 0.5rem; }

/* active-badge / inactive-badge はapp.cssで定義済み */

.form-hint[b-godqdyztep]  { font-size: 0.75rem; color: #64748b; }
.text-muted[b-godqdyztep] { color: #94a3b8; }
/* /Components/Pages/AdminUser.razor.rz.scp.css */
/* ===== Admin Container ===== */
.admin-container[b-c2t8snki0m] {
    min-height: calc(100vh - 56px);
    background-color: #f0f4f9;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Yu Gothic UI', sans-serif;
}

/* ===== Header ===== */
.admin-header[b-c2t8snki0m] {
    background: linear-gradient(135deg, #8B0000 0%, #C8102E 60%, #D4172B 100%);
    padding: 1.75rem 2.5rem;
    box-shadow: 0 4px 24px rgba(200, 16, 46, 0.35);
}

.admin-header-inner[b-c2t8snki0m] {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1.5rem;
}

.admin-title-area[b-c2t8snki0m] {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.admin-icon[b-c2t8snki0m] {
    width: 52px;
    height: 52px;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    backdrop-filter: blur(4px);
}

.admin-icon svg[b-c2t8snki0m] {
    width: 28px;
    height: 28px;
    fill: rgba(255, 255, 255, 0.9);
}

.admin-title[b-c2t8snki0m] {
    font-size: 1.625rem;
    font-weight: 700;
    color: #ffffff;
    margin: 0;
    letter-spacing: -0.025em;
    line-height: 1.2;
}

.admin-subtitle[b-c2t8snki0m] {
    font-size: 0.8125rem;
    color: rgba(255, 255, 255, 0.6);
    margin: 0.3rem 0 0;
}

.stat-badge[b-c2t8snki0m] {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 14px;
    padding: 0.875rem 1.75rem;
    backdrop-filter: blur(8px);
    flex-shrink: 0;
}

.stat-number[b-c2t8snki0m] {
    font-size: 2rem;
    font-weight: 700;
    color: #ffffff;
    line-height: 1;
}

.stat-label[b-c2t8snki0m] {
    font-size: 0.6875rem;
    color: rgba(255, 255, 255, 0.65);
    margin-top: 0.3rem;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

/* ===== Body ===== */
.admin-body[b-c2t8snki0m] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 2rem 2.5rem 3rem;
}

/* ===== Alert ===== */
.alert[b-c2t8snki0m] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.875rem 1.25rem;
    border-radius: 10px;
    font-size: 0.875rem;
    font-weight: 500;
    margin-bottom: 1.5rem;
}

.alert-icon[b-c2t8snki0m] {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
}

.alert-error[b-c2t8snki0m] {
    background: #fff0f0;
    border: 1px solid #fecaca;
    border-left: 4px solid #C8102E;
    color: #7a000e;
}

.alert-error .alert-icon[b-c2t8snki0m] {
    fill: #C8102E;
}

.alert-success[b-c2t8snki0m] {
    background: #f0fdf4;
    border: 1px solid #bbf7d0;
    border-left: 4px solid #22c55e;
    color: #15803d;
}

.alert-success .alert-icon[b-c2t8snki0m] {
    fill: #22c55e;
}

/* ===== Loading ===== */
.loading-container[b-c2t8snki0m] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 6rem 0;
}

.loading-spinner[b-c2t8snki0m] {
    width: 44px;
    height: 44px;
    border: 3px solid #dde4ef;
    border-top-color: #C8102E;
    border-radius: 50%;
    animation: spin-b-c2t8snki0m 0.75s linear infinite;
    margin-bottom: 1.25rem;
}

@keyframes spin-b-c2t8snki0m {
    to { transform: rotate(360deg); }
}

.loading-text[b-c2t8snki0m] {
    font-size: 0.875rem;
    color: #7e8fa8;
    margin: 0;
}

/* ===== Empty State ===== */
.empty-state[b-c2t8snki0m] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 6rem 0;
    color: #94a3b8;
}

.empty-icon[b-c2t8snki0m] {
    width: 52px;
    height: 52px;
    fill: #cbd5e1;
    margin-bottom: 1rem;
}

.empty-state p[b-c2t8snki0m] {
    font-size: 0.9375rem;
    margin: 0;
}

/* ===== Table ===== */
.table-wrapper[b-c2t8snki0m] {
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 1px 3px rgba(200, 16, 46, 0.06), 0 8px 24px rgba(200, 16, 46, 0.09);
    overflow: hidden;
    border: 1px solid rgba(200, 16, 46, 0.07);
}

.admin-table[b-c2t8snki0m] {
    width: 100%;
    border-collapse: collapse;
}

.admin-table thead[b-c2t8snki0m] {
    background: linear-gradient(to right, #8B0000, #C8102E);
}

.admin-table thead th[b-c2t8snki0m] {
    padding: 1rem 1.5rem;
    text-align: left;
    font-size: 0.7rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: rgba(255, 255, 255, 0.75);
    border: none;
    white-space: nowrap;
}

.admin-table tbody tr[b-c2t8snki0m] {
    border-bottom: 1px solid #f1f5f9;
    transition: background-color 0.12s ease;
}

.admin-table tbody tr:last-child[b-c2t8snki0m] {
    border-bottom: none;
}

.admin-table tbody tr:hover[b-c2t8snki0m] {
    background-color: #fff5f5;
}

.admin-table tbody td[b-c2t8snki0m] {
    padding: 1rem 1.5rem;
    vertical-align: middle;
    font-size: 0.875rem;
    color: #334155;
}

/* ===== ID Badge ===== */
.col-id[b-c2t8snki0m] {
    width: 1%;
    white-space: nowrap;
}

.id-badge[b-c2t8snki0m] {
    font-family: 'SFMono-Regular', 'Consolas', 'Liberation Mono', monospace;
    font-size: 0.7rem;
    background: #f8f9fa;
    color: #475569;
    padding: 0.3rem 0.625rem;
    border-radius: 6px;
    border: 1px solid #cbd5e1;
    display: inline-block;
    max-width: 320px;
    word-break: break-all;
    line-height: 1.4;
}

/* ===== Email Tag ===== */
.col-emails[b-c2t8snki0m] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
    align-items: center;
}

.email-tag[b-c2t8snki0m] {
    display: inline-flex;
    align-items: center;
    background: #fff0f0;
    color: #C8102E;
    border: 1px solid #fecaca;
    border-radius: 20px;
    padding: 0.25rem 0.8rem;
    font-size: 0.8125rem;
    line-height: 1.5;
}

/* ===== Action Buttons ===== */
.btn-action[b-c2t8snki0m] {
    padding: 0.4rem 1rem;
    border-radius: 7px;
    font-size: 0.8125rem;
    font-weight: 500;
    border: none;
    cursor: pointer;
    transition: background-color 0.15s ease, color 0.15s ease, box-shadow 0.15s ease;
    white-space: nowrap;
}

.col-actions[b-c2t8snki0m] {
    width: 1%;
    white-space: nowrap;
}

.btn-session[b-c2t8snki0m] {
    display: inline-flex;
    align-items: center;
    gap: 0.375rem;
    background: #fff0f0;
    color: #C8102E;
    border: 1px solid #fecaca;
}

.btn-session:hover[b-c2t8snki0m] {
    background: #C8102E;
    color: #ffffff;
    box-shadow: 0 2px 8px rgba(200, 16, 46, 0.35);
}

.btn-icon[b-c2t8snki0m] {
    width: 14px;
    height: 14px;
    fill: currentColor;
    flex-shrink: 0;
}

/* ===== Dialog ===== */
.dialog-backdrop[b-c2t8snki0m] {
    position: fixed;
    inset: 0;
    background: rgba(60, 0, 10, 0.45);
    backdrop-filter: blur(3px);
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.5rem;
    animation: fadeIn-b-c2t8snki0m 0.15s ease;
}

@keyframes fadeIn-b-c2t8snki0m {
    from { opacity: 0; }
    to   { opacity: 1; }
}

.dialog-panel[b-c2t8snki0m] {
    background: #ffffff;
    border-radius: 18px;
    box-shadow: 0 24px 80px rgba(200, 16, 46, 0.25);
    width: 100%;
    max-width: 680px;
    max-height: 85vh;
    display: flex;
    flex-direction: column;
    animation: slideUp-b-c2t8snki0m 0.2s ease;
    overflow: hidden;
}

@keyframes slideUp-b-c2t8snki0m {
    from { transform: translateY(12px); opacity: 0; }
    to   { transform: translateY(0);    opacity: 1; }
}

.dialog-header[b-c2t8snki0m] {
    background: linear-gradient(135deg, #8B0000 0%, #C8102E 60%, #D4172B 100%);
    padding: 1.5rem 1.75rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    flex-shrink: 0;
}

.dialog-title-area[b-c2t8snki0m] {
    display: flex;
    align-items: center;
    gap: 0.875rem;
    min-width: 0;
}

.dialog-header-icon[b-c2t8snki0m] {
    width: 36px;
    height: 36px;
    fill: rgba(255, 255, 255, 0.85);
    flex-shrink: 0;
}

.dialog-title[b-c2t8snki0m] {
    font-size: 1.125rem;
    font-weight: 700;
    color: #ffffff;
    margin: 0;
    line-height: 1.2;
}

.dialog-subtitle[b-c2t8snki0m] {
    margin: 0.25rem 0 0;
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.55);
    overflow: hidden;
}

.dialog-userid[b-c2t8snki0m] {
    font-family: 'SFMono-Regular', 'Consolas', monospace;
    font-size: 0.7rem;
    word-break: break-all;
}

.dialog-close[b-c2t8snki0m] {
    width: 34px;
    height: 34px;
    border: none;
    background: rgba(255, 255, 255, 0.12);
    border-radius: 8px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: background 0.15s;
}

.dialog-close:hover[b-c2t8snki0m] {
    background: rgba(255, 255, 255, 0.22);
}

.dialog-close svg[b-c2t8snki0m] {
    width: 18px;
    height: 18px;
    fill: rgba(255, 255, 255, 0.85);
}

.dialog-body[b-c2t8snki0m] {
    overflow-y: auto;
    padding: 1.5rem 1.75rem;
    flex: 1;
}

/* ===== Session List ===== */
.session-count-badge[b-c2t8snki0m] {
    display: inline-flex;
    align-items: center;
    background: #fff0f0;
    color: #C8102E;
    border: 1px solid #fecaca;
    border-radius: 20px;
    padding: 0.25rem 0.875rem;
    font-size: 0.75rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

.session-list[b-c2t8snki0m] {
    display: flex;
    flex-direction: column;
    gap: 0.875rem;
}

.session-card[b-c2t8snki0m] {
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    overflow: hidden;
    transition: box-shadow 0.15s;
}

.session-card:hover[b-c2t8snki0m] {
    box-shadow: 0 4px 16px rgba(200, 16, 46, 0.08);
}

.session-card-header[b-c2t8snki0m] {
    background: #f8fafc;
    border-bottom: 1px solid #e2e8f0;
    padding: 0.625rem 1rem;
}

.session-id-badge[b-c2t8snki0m] {
    font-family: 'SFMono-Regular', 'Consolas', monospace;
    font-size: 0.7rem;
    color: #475569;
    word-break: break-all;
}

.session-card-body[b-c2t8snki0m] {
    padding: 0.875rem 1rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.625rem 1.5rem;
}

.session-field[b-c2t8snki0m] {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
}

.session-field-ua[b-c2t8snki0m] {
    grid-column: 1 / -1;
}

.session-field-label[b-c2t8snki0m] {
    font-size: 0.6875rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #94a3b8;
}

.session-field-value[b-c2t8snki0m] {
    font-size: 0.8125rem;
    color: #334155;
    word-break: break-word;
}

.session-ua[b-c2t8snki0m] {
    font-size: 0.75rem;
    color: #64748b;
    line-height: 1.5;
}

.session-active[b-c2t8snki0m] {
    color: #15803d;
    font-weight: 600;
}

.session-expired[b-c2t8snki0m] {
    color: #C8102E;
    font-weight: 600;
}

/* ===== Session Card Footer (delete) ===== */
.session-card-footer[b-c2t8snki0m] {
    padding: 0.625rem 1rem;
    background: #fafafa;
    border-top: 1px solid #f1f5f9;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.btn-delete-session[b-c2t8snki0m] {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    background: #fff0f0;
    color: #C8102E;
    border: 1px solid #fecaca;
    font-size: 0.8125rem;
    padding: 0.35rem 0.875rem;
    border-radius: 7px;
    font-weight: 500;
    cursor: pointer;
    transition: background 0.15s, color 0.15s;
}

.btn-delete-session:hover[b-c2t8snki0m] {
    background: #C8102E;
    color: #fff;
}

.btn-confirm-delete[b-c2t8snki0m] {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    background: #C8102E;
    color: #fff;
    border: none;
    font-size: 0.8125rem;
    padding: 0.35rem 0.875rem;
    border-radius: 7px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.15s;
}

.btn-confirm-delete:hover:not(:disabled)[b-c2t8snki0m] {
    background: #A0001C;
}

.btn-confirm-delete:disabled[b-c2t8snki0m] {
    opacity: 0.6;
    cursor: not-allowed;
}

.btn-cancel-confirm[b-c2t8snki0m] {
    background: #f8fafc;
    color: #374151;
    border: 1px solid #d1d5db;
    font-size: 0.8125rem;
    padding: 0.35rem 0.75rem;
    border-radius: 7px;
    font-weight: 500;
    cursor: pointer;
    transition: background 0.15s;
}

.btn-cancel-confirm:hover:not(:disabled)[b-c2t8snki0m] {
    background: #e5e7eb;
}

.btn-cancel-confirm:disabled[b-c2t8snki0m] {
    opacity: 0.5;
    cursor: not-allowed;
}

.confirm-text[b-c2t8snki0m] {
    font-size: 0.8125rem;
    color: #374151;
    font-weight: 500;
}

.btn-spinner-sm[b-c2t8snki0m] {
    width: 13px;
    height: 13px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-top-color: #fff;
    border-radius: 50%;
    animation: spin-b-c2t8snki0m 0.7s linear infinite;
    flex-shrink: 0;
}

/* ===== Responsive ===== */
@media (max-width: 768px) {
    .admin-header[b-c2t8snki0m] {
        padding: 1.5rem 1.25rem;
    }

    .admin-header-inner[b-c2t8snki0m] {
        flex-direction: column;
        align-items: flex-start;
    }

    .stat-badge[b-c2t8snki0m] {
        flex-direction: row;
        gap: 0.625rem;
        padding: 0.625rem 1rem;
        align-self: stretch;
        justify-content: center;
    }

    .stat-number[b-c2t8snki0m] {
        font-size: 1.25rem;
    }

    .admin-body[b-c2t8snki0m] {
        padding: 1.25rem 1rem 2rem;
    }

    .admin-table thead th[b-c2t8snki0m],
    .admin-table tbody td[b-c2t8snki0m] {
        padding: 0.75rem 1rem;
    }

    .id-badge[b-c2t8snki0m] {
        max-width: 180px;
    }

    .session-card-body[b-c2t8snki0m] {
        grid-template-columns: 1fr;
    }
}
/* /Components/Pages/Admin/LogArchive.razor.rz.scp.css */
.col-num[b-ck11srzrlx] {
    text-align: right;
    white-space: nowrap;
    font-family: 'SFMono-Regular', 'Consolas', monospace;
    font-size: 0.8125rem;
}

.col-filename[b-ck11srzrlx] {
    font-family: 'SFMono-Regular', 'Consolas', monospace;
    font-size: 0.8125rem;
    color: #475569;
    word-break: break-all;
    max-width: 220px;
}

.col-date[b-ck11srzrlx] {
    white-space: nowrap;
    font-size: 0.8125rem;
    color: #475569;
    font-family: 'SFMono-Regular', 'Consolas', monospace;
}

.col-biko[b-ck11srzrlx] {
    color: #64748b;
    font-size: 0.8125rem;
    max-width: 180px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.col-ops[b-ck11srzrlx] {
    white-space: nowrap;
    text-align: center;
}

.month-badge[b-ck11srzrlx] {
    display: inline-block;
    background: #fff0f0;
    color: #C8102E;
    border: 1px solid rgba(200,16,46,0.2);
    border-radius: 6px;
    padding: 0.2rem 0.65rem;
    font-size: 0.8125rem;
    font-weight: 700;
    white-space: nowrap;
}

.month-badge-current[b-ck11srzrlx] {
    background: #e2e8f0;
    color: #64748b;
    border-color: rgba(100,116,139,0.2);
}

.archive-not-ready[b-ck11srzrlx] {
    font-size: 0.8rem;
    color: #94a3b8;
    font-style: italic;
    margin-right: 0.375rem;
    cursor: default;
}

/* ダウンロードボタン */
.btn-dl[b-ck11srzrlx] {
    display: inline-flex; align-items: center; gap: 0.3rem;
    padding: 0.375rem 0.75rem;
    background: #1e40af; color: #fff;
    border: none; border-radius: 7px;
    font-size: 0.8125rem; font-weight: 600;
    cursor: pointer; transition: background 0.15s;
    white-space: nowrap; margin-right: 0.375rem;
}
.btn-dl svg[b-ck11srzrlx] { width: 15px; height: 15px; fill: currentColor; }
.btn-dl:hover:not(:disabled)[b-ck11srzrlx] { background: #1e3a8a; }
.btn-dl:disabled[b-ck11srzrlx] { opacity: 0.5; cursor: not-allowed; }

/* プレビューボタン */
.btn-preview[b-ck11srzrlx] {
    display: inline-flex; align-items: center; gap: 0.3rem;
    padding: 0.375rem 0.75rem;
    background: #fff; color: #374151;
    border: 1px solid #d1d5db; border-radius: 7px;
    font-size: 0.8125rem; font-weight: 500;
    cursor: pointer; transition: background 0.15s;
    white-space: nowrap;
}
.btn-preview svg[b-ck11srzrlx] { width: 15px; height: 15px; fill: currentColor; }
.btn-preview:hover:not(:disabled)[b-ck11srzrlx] { background: #f9fafb; border-color: #9ca3af; }
.btn-preview:disabled[b-ck11srzrlx] { opacity: 0.5; cursor: not-allowed; }

.no-file[b-ck11srzrlx] {
    color: #9ca3af;
    font-size: 0.8125rem;
    font-style: italic;
}

/* 成功アラート（ページ固有） */
.alert-success-la[b-ck11srzrlx] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.875rem 1.25rem;
    background: #f0fdf4;
    color: #15803d;
    border: 1px solid #bbf7d0;
    border-radius: 10px;
    margin-bottom: 1.25rem;
    font-size: 0.875rem;
    font-weight: 500;
}
.alert-success-la .alert-icon[b-ck11srzrlx] { width: 20px; height: 20px; fill: currentColor; }

.alert-close-btn[b-ck11srzrlx] {
    margin-left: auto;
    background: none;
    border: none;
    cursor: pointer;
    font-size: 0.875rem;
    color: inherit;
    padding: 0 0.25rem;
    opacity: 0.7;
    flex-shrink: 0;
}
.alert-close-btn:hover[b-ck11srzrlx] { opacity: 1; }

/* テスト実行パネル */
.test-archive-panel[b-ck11srzrlx] {
    background: #fffbeb;
    border: 1px solid #fde68a;
    border-radius: 10px;
    padding: 1rem 1.25rem;
    margin-bottom: 1.25rem;
}

.test-panel-title[b-ck11srzrlx] {
    font-size: 0.9375rem;
    font-weight: 700;
    color: #92400e;
    margin: 0 0 0.75rem;
}

.test-archive-form[b-ck11srzrlx] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    flex-wrap: wrap;
}

.form-input[b-ck11srzrlx] {
    padding: 0.375rem 0.625rem;
    border: 1px solid #d1d5db;
    border-radius: 7px;
    font-size: 0.875rem;
    color: #374151;
    background: #fff;
}

.btn-primary[b-ck11srzrlx] {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.375rem 1rem;
    background: #d97706;
    color: #fff;
    border: none;
    border-radius: 7px;
    font-size: 0.875rem;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.15s;
}
.btn-primary:hover:not(:disabled)[b-ck11srzrlx] { background: #b45309; }
.btn-primary:disabled[b-ck11srzrlx] { opacity: 0.55; cursor: not-allowed; }

.btn-spinner[b-ck11srzrlx] {
    display: inline-block;
    width: 13px;
    height: 13px;
    border: 2px solid rgba(255,255,255,0.4);
    border-top-color: #fff;
    border-radius: 50%;
    animation: spin-b-ck11srzrlx 0.7s linear infinite;
}
@keyframes spin-b-ck11srzrlx { to { transform: rotate(360deg); } }

.text-error[b-ck11srzrlx] {
    margin-top: 0.5rem;
    font-size: 0.875rem;
    color: #dc2626;
    font-weight: 500;
}

.text-success[b-ck11srzrlx] {
    margin-top: 0.5rem;
    font-size: 0.875rem;
    color: #15803d;
    font-weight: 500;
}
/* /Components/Pages/AuthVerify.razor.rz.scp.css */
/* ===== 左右2カラムレイアウト ===== */
.emp-login-root[b-rg2thk1lp8] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    display: flex;
    background: #f1f5f9;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Yu Gothic UI', sans-serif;
}

.emp-left-panel[b-rg2thk1lp8] {
    flex: 0 0 48%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 1.5rem;
    position: relative;
    overflow: hidden;
}

.emp-right-panel[b-rg2thk1lp8] {
    flex: 1;
    margin: 0.75rem;
    border-radius: 1rem;
    overflow: hidden;
    position: relative;
    background: #0a0f2a;
}

/* ===== 左パネル：ロゴ・タイトル ===== */
.emp-main-logo[b-rg2thk1lp8] {
    width: 90px;
    margin-bottom: 0.75rem;
}

.emp-system-name[b-rg2thk1lp8] {
    font-size: 1.5rem;
    font-weight: bold;
    color: #1e3a8a;
    margin-bottom: 0.2rem;
}

.emp-system-subtitle[b-rg2thk1lp8] {
    font-size: 0.85rem;
    color: #64748b;
    margin-bottom: 1.5rem;
}

.emp-copyright[b-rg2thk1lp8] {
    position: absolute;
    bottom: 1rem;
    font-size: 0.75rem;
    color: #94a3b8;
}

/* ===== 認証状態カード ===== */
.hanko-wrapper[b-rg2thk1lp8] {
    width: 82%;
    background: rgba(255, 255, 255, 0.94);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    border-radius: 16px;
    box-shadow:
        0 16px 48px rgba(10, 14, 50, 0.4),
        0 1px 0 rgba(255, 255, 255, 0.6) inset,
        0 0 0 1px rgba(35, 49, 136, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.6);
    overflow: hidden;
    animation: slideUp-b-rg2thk1lp8 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.verify-card-expired.hanko-wrapper[b-rg2thk1lp8] {
    box-shadow:
        0 16px 48px rgba(180, 24, 32, 0.35),
        0 1px 0 rgba(255, 255, 255, 0.5) inset,
        0 0 0 1px rgba(228, 33, 40, 0.2);
}

@keyframes slideUp-b-rg2thk1lp8 {
    from { transform: translateY(14px); opacity: 0; }
    to   { transform: translateY(0);    opacity: 1; }
}

/* ===== カードヘッダー（Checking デフォルト：青） ===== */
.login-header[b-rg2thk1lp8] {
    background: linear-gradient(135deg, #131b58 0%, #233188 55%, #2c3da5 100%);
    padding: 1.25rem 1.5rem;
    display: flex;
    align-items: center;
    gap: 0.875rem;
    position: relative;
    overflow: hidden;
    transition: background 0.4s ease;
}

.login-header[b-rg2thk1lp8]::before {
    content: '';
    position: absolute;
    bottom: 0; left: 0; right: 0;
    height: 3px;
    background: linear-gradient(90deg, transparent, #E42128, transparent);
    opacity: 0.8;
}

.login-header[b-rg2thk1lp8]::after {
    content: '';
    position: absolute;
    top: -40px; right: -40px;
    width: 140px; height: 140px;
    background: radial-gradient(circle, rgba(228, 33, 40, 0.25), transparent 70%);
    border-radius: 50%;
    pointer-events: none;
}

/* ===== Success：緑ヘッダー ===== */
.verify-card-success .login-header[b-rg2thk1lp8] {
    background: linear-gradient(135deg, #1a7a4a 0%, #2ecc71 100%);
}

.verify-card-success .login-header[b-rg2thk1lp8]::before {
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.35), transparent);
}

.verify-card-success .login-header[b-rg2thk1lp8]::after {
    background: radial-gradient(circle, rgba(46, 204, 113, 0.3), transparent 70%);
}

/* ===== Expired：レッドヘッダー ===== */
.verify-card-expired .login-header[b-rg2thk1lp8] {
    background: linear-gradient(135deg, #6b0010 0%, #b81820 45%, #E42128 100%);
}

.verify-card-expired .login-header[b-rg2thk1lp8]::before {
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.35), transparent);
}

.verify-card-expired .login-header[b-rg2thk1lp8]::after {
    background: radial-gradient(circle, rgba(228, 33, 40, 0.4), transparent 70%);
}

/* ===== ヘッダーアイコン ===== */
.verify-icon-wrap[b-rg2thk1lp8] {
    flex-shrink: 0;
    display: flex;
    align-items: center;
}

.login-logo[b-rg2thk1lp8] {
    width: 34px;
    height: 34px;
    fill: rgba(255, 255, 255, 0.92);
    flex-shrink: 0;
    filter: drop-shadow(0 0 8px rgba(228, 33, 40, 0.5));
}

.verify-logo-success[b-rg2thk1lp8] {
    filter: drop-shadow(0 0 8px rgba(46, 204, 113, 0.6));
}

.verify-logo-expired[b-rg2thk1lp8] {
    filter: drop-shadow(0 0 10px rgba(228, 33, 40, 0.7));
}

/* チェックマーク描画アニメーション */
.check-path[b-rg2thk1lp8] {
    stroke-dasharray: 20;
    stroke-dashoffset: 20;
    animation: drawCheck-b-rg2thk1lp8 0.4s ease-out 0.15s forwards;
}

@keyframes drawCheck-b-rg2thk1lp8 {
    to { stroke-dashoffset: 0; }
}

/* ===== ヘッダーテキスト ===== */
.login-title[b-rg2thk1lp8] {
    font-size: 1rem;
    font-weight: 700;
    color: #ffffff;
    margin: 0;
    line-height: 1.2;
    letter-spacing: 0.02em;
}

.login-subtitle[b-rg2thk1lp8] {
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.6);
    margin: 0.2rem 0 0;
}

/* 【4】Expired サブタイトル：フォントを大きく・くっきり */
.login-subtitle-expired[b-rg2thk1lp8] {
    font-size: 0.875rem;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.5;
}

/* ===== カードボディ ===== */
.verify-body[b-rg2thk1lp8] {
    padding: 1.75rem 1.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    min-height: 120px;
    justify-content: center;
}

/* ===== Checking：スピナー ===== */
.verify-spinner[b-rg2thk1lp8] {
    width: 2rem;
    height: 2rem;
    border: 2.5px solid rgba(35, 49, 136, 0.18);
    border-top-color: #233188;
    border-radius: 50%;
    animation: authSpin-b-rg2thk1lp8 0.7s linear infinite;
    flex-shrink: 0;
}

@keyframes authSpin-b-rg2thk1lp8 {
    to { transform: rotate(360deg); }
}

.verify-checking-text[b-rg2thk1lp8] {
    font-size: 0.8125rem;
    color: #94a3b8;
    margin: 0;
}

/* ===== Success / Expired：本文テキスト ===== */
.verify-state-text[b-rg2thk1lp8] {
    font-size: 0.875rem;
    line-height: 1.6;
    text-align: center;
    margin: 0;
}

.verify-success-text[b-rg2thk1lp8] {
    color: #15803d;
}

.verify-expired-text[b-rg2thk1lp8] {
    color: #7f1d1d;
    margin-bottom: 0.25rem;
}

/* ===== 【3】Expired ボタン（レッド系） ===== */
.emp-btn-expired[b-rg2thk1lp8] {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.375rem;
    padding: 0.8125rem 1.25rem;
    background: linear-gradient(135deg, #6b0010 0%, #b81820 45%, #E42128 100%);
    color: #ffffff;
    font-size: 0.9375rem;
    font-weight: 700;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    letter-spacing: 0.03em;
    text-decoration: none;
    transition: opacity 0.15s, transform 0.1s;
}

.emp-btn-expired:hover[b-rg2thk1lp8] {
    opacity: 0.88;
    transform: translateY(-1px);
}

/* ===== 右パネル スライドショー ===== */
.rp-slideshow[b-rg2thk1lp8] {
    position: absolute;
    inset: 0;
}

/* 5秒×3枚 = 15s サイクル */
.rp-slide[b-rg2thk1lp8] {
    position: absolute;
    inset: 0;
    opacity: 0;
    overflow: hidden;
    animation: slideFade-b-rg2thk1lp8 15s ease-in-out infinite;
}

.rp-slide-photo[b-rg2thk1lp8] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

/* ===== 画像なし時のグラデーションフォールバック ===== */
.rp-slide-1[b-rg2thk1lp8] {
    background:
        radial-gradient(ellipse at 80% 20%, rgba(61, 77, 168, 0.5) 0%, transparent 55%),
        radial-gradient(ellipse at 10% 80%, rgba(35, 49, 136, 0.6) 0%, transparent 50%),
        linear-gradient(145deg, #070c2a 0%, #111840 35%, #233188 75%, #2d3da8 100%);
}

.rp-slide-2[b-rg2thk1lp8] {
    background:
        radial-gradient(ellipse at 20% 30%, rgba(228, 33, 40, 0.4) 0%, transparent 50%),
        radial-gradient(ellipse at 85% 75%, rgba(180, 20, 28, 0.5) 0%, transparent 55%),
        linear-gradient(145deg, #2a0008 0%, #6b0010 38%, #b81820 72%, #E42128 100%);
}

.rp-slide-3[b-rg2thk1lp8] {
    background:
        radial-gradient(ellipse at 15% 20%, rgba(35, 49, 136, 0.6) 0%, transparent 45%),
        radial-gradient(ellipse at 90% 80%, rgba(228, 33, 40, 0.5) 0%, transparent 45%),
        linear-gradient(135deg, #0a0f38 0%, #233188 42%, #9e1520 68%, #E42128 100%);
}

/* ===== フォールバック用 blob ===== */
.slide-blob[b-rg2thk1lp8] {
    position: absolute;
    border-radius: 50%;
    animation: floatBlob-b-rg2thk1lp8 12s ease-in-out infinite alternate;
}

.blob-a[b-rg2thk1lp8] { width: 600px; height: 600px; top: -200px; right: -160px; }
.blob-b[b-rg2thk1lp8] { width: 450px; height: 450px; bottom: -160px; left: -110px; animation-delay: -6s; animation-duration: 15s; }

.rp-slide-1 .blob-a[b-rg2thk1lp8] { background: radial-gradient(circle, rgba(130, 160, 255, 0.22), transparent 68%); }
.rp-slide-1 .blob-b[b-rg2thk1lp8] { background: radial-gradient(circle, rgba(90, 115, 210, 0.18), transparent 68%); }
.rp-slide-2 .blob-a[b-rg2thk1lp8] { background: radial-gradient(circle, rgba(255, 130, 138, 0.18), transparent 68%); }
.rp-slide-2 .blob-b[b-rg2thk1lp8] { background: radial-gradient(circle, rgba(228, 33, 40, 0.22), transparent 68%); }
.rp-slide-3 .blob-a[b-rg2thk1lp8] { background: radial-gradient(circle, rgba(100, 140, 255, 0.18), transparent 68%); }
.rp-slide-3 .blob-b[b-rg2thk1lp8] { background: radial-gradient(circle, rgba(255, 90, 100, 0.18), transparent 68%); }
@keyframes floatBlob-b-rg2thk1lp8 {
    0%   { transform: translate(0, 0) scale(1); }
    100% { transform: translate(30px, -22px) scale(1.08); }
}

@keyframes slideFade-b-rg2thk1lp8 {
    0%, 100% { opacity: 0; }
    5%, 28%  { opacity: 1; }
    33%      { opacity: 0; }
}

/* ===== レスポンシブ：スマホは1カラム ===== */
@media (max-width: 768px) {
    .emp-login-root[b-rg2thk1lp8]  { flex-direction: column; }
    .emp-right-panel[b-rg2thk1lp8] { display: none; }
    .emp-left-panel[b-rg2thk1lp8]  { flex: 1; padding: 1.25rem; overflow-y: auto; }
    .hanko-wrapper[b-rg2thk1lp8]   { width: 100%; }
}
/* /Components/Pages/EmployeeLogin.razor.rz.scp.css */
/* ================================================================
   Iron Minimalism — アイアン・ミニマリズム
   カラーパレット: ガンメタル / スチールブルー / ディープネイビー
   ================================================================ */
:root[b-nb6i3iulf5] {
    --im-bg:          #edf0f4;
    --im-navy:        #1a2535;
    --im-navy-mid:    #243245;
    --im-navy-light:  #2e3f56;
    --im-steel:       #546e7a;
    --im-steel-light: #78909c;
    --im-gunmetal:    #37474f;
    --im-border:      #9cb4c0;          /* ガンメタルボーダー（視認性高め） */
    --im-border-soft: #c2d4dc;          /* 薄めボーダー（カード外枠等） */
    --im-border-focus:#2c4a60;          /* フォーカス時の濃いスチールブルー */
    --im-text:        #1a2535;
    --im-text-mid:    #455a64;
    --im-text-light:  #78909c;
    --im-white:       #ffffff;
    --im-error:       #b71c1c;
    --im-error-bg:    #fdf2f2;
    --font-en:        'Barlow', 'Segoe UI', sans-serif;
    --font-ja:        'Noto Sans JP', 'Yu Gothic UI', 'Hiragino Sans', sans-serif;
}

/* ================================================================
   LAYOUT
   ================================================================ */
.emp-login-root[b-nb6i3iulf5] {
    display: flex;
    height: 100vh;
    width: 100vw;
    overflow: hidden;
    font-family: var(--font-ja);
    background: var(--im-bg);
}

/* ================================================================
   LEFT PANEL — コンクリート調オフホワイト背景
   ================================================================ */
.emp-left-panel[b-nb6i3iulf5] {
    flex: 1;
    min-width: 420px;
    background-color: var(--im-bg);
    /* コンクリート調の微細グリッド */
    background-image:
        repeating-linear-gradient(0deg,   transparent, transparent 39px, rgba(55,71,79,0.055) 39px, rgba(55,71,79,0.055) 40px),
        repeating-linear-gradient(90deg,  transparent, transparent 39px, rgba(55,71,79,0.055) 39px, rgba(55,71,79,0.055) 40px);
    display: flex;
    flex-direction: column;
    position: relative;
    overflow-y: auto;
    overflow-x: hidden;
}

/* 右端の区切り線 */
.emp-left-panel[b-nb6i3iulf5]::after {
    content: '';
    position: absolute;
    right: 0;
    top: 10%;
    bottom: 10%;
    width: 1px;
    background: linear-gradient(to bottom, transparent, var(--im-border), transparent);
    pointer-events: none;
}

/* ================================================================
   BRAND HEADER — グループ会社ロゴ（スティッキー固定）
   ================================================================ */
.brand-header[b-nb6i3iulf5] {
    position: sticky;
    top: 0;
    z-index: 10;
    background-color: var(--im-bg);
    background-image:
        repeating-linear-gradient(0deg,   transparent, transparent 39px, rgba(96,125,139,0.045) 39px, rgba(96,125,139,0.045) 40px),
        repeating-linear-gradient(90deg,  transparent, transparent 39px, rgba(96,125,139,0.045) 39px, rgba(96,125,139,0.045) 40px);
    /* パネル幅に応じて左右パディングを自動調整し、コンテンツを中央寄せ */
    padding: 22px max(32px, calc(50% - 194px)) 18px;
    border-bottom: 1px solid var(--im-border-soft);
}

.brand-mark[b-nb6i3iulf5] {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 18px;
}

.brand-icon[b-nb6i3iulf5] {
    width: 36px;
    height: 36px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.brand-icon svg[b-nb6i3iulf5] {
    width: 36px;
    height: 36px;
}

.brand-text[b-nb6i3iulf5] {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.brand-en[b-nb6i3iulf5] {
    font-family: var(--font-en);
    font-weight: 600;
    font-size: 17px;
    letter-spacing: 0.12em;
    color: var(--im-navy);
    line-height: 1;
}

.brand-ja[b-nb6i3iulf5] {
    font-size: 10px;
    font-weight: 400;
    letter-spacing: 0.08em;
    color: #37474f;
}

/* ================================================================
   GROUP COMPANY LOGOS — 6社グリッド
   ================================================================ */
.group-logos[b-nb6i3iulf5] {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.group-logos-label[b-nb6i3iulf5] {
    font-family: var(--font-en);
    font-size: 9px;
    font-weight: 500;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #546e7a;
}

.group-logos-grid[b-nb6i3iulf5] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 6px;
}

.group-chip[b-nb6i3iulf5] {
    display: flex;
    align-items: center;
    gap: 7px;
    padding: 6px 10px;
    border: 1px solid var(--im-border-soft);
    border-radius: 0;
    background: linear-gradient(135deg, rgba(255,255,255,0.75) 0%, rgba(230,238,244,0.85) 100%);
    transition: background 0.2s, border-color 0.2s, box-shadow 0.2s;
    cursor: default;
}

.group-chip:hover[b-nb6i3iulf5] {
    background: linear-gradient(135deg, #ffffff 0%, rgba(220,234,240,0.95) 100%);
    border-color: var(--im-border);
    box-shadow: 0 1px 4px rgba(55,71,79,0.12);
}

.chip-icon[b-nb6i3iulf5] {
    width: 18px;
    height: 18px;
    background: var(--im-navy);
    border-radius: 1px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--font-en);
    font-size: 9px;
    font-weight: 600;
    color: rgba(180,210,230,0.9);
    flex-shrink: 0;
}

.chip-label[b-nb6i3iulf5] {
    font-family: var(--font-en);
    font-size: 9px;
    font-weight: 500;
    letter-spacing: 0.06em;
    color: var(--im-gunmetal);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* ================================================================
   FORM AREA — 垂直センタリング
   ================================================================ */
.form-area[b-nb6i3iulf5] {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    max-width: 460px;
    margin: 0 auto;          /* 水平中央寄せ */
    padding: 28px 36px 24px;
    box-sizing: border-box;
}

.form-eyebrow[b-nb6i3iulf5] {
    font-family: var(--font-en);
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: #455a64;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 8px;
}

.form-eyebrow[b-nb6i3iulf5]::before {
    content: '';
    display: inline-block;
    width: 24px;
    height: 1px;
    background: #455a64;
}

.form-headline[b-nb6i3iulf5] {
    font-family: var(--font-ja);
    font-size: 24px;
    font-weight: 300;
    color: #1a2535;
    letter-spacing: 0.04em;
    margin-bottom: 6px;
    line-height: 1.3;
}

.form-headline strong[b-nb6i3iulf5] {
    font-weight: 700;
    color: #1a2535;
}

.form-desc[b-nb6i3iulf5] {
    font-size: 12px;
    color: #546e7a;
    margin-bottom: 24px;
    font-weight: 400;
    letter-spacing: 0.02em;
}

/* ================================================================
   HANKO WRAPPER — フォームカード
   ================================================================ */
.hanko-wrapper[b-nb6i3iulf5] {
    background: var(--im-white);
    border: 1.5px solid var(--im-border);
    border-radius: 0;
    box-shadow:
        0 4px 16px rgba(26,37,53,0.1),
        0 1px 4px rgba(26,37,53,0.06);
    /* 上部にスチールブルーのアクセントライン */
    border-top: 3px solid var(--im-gunmetal);
}

.emp-form-body[b-nb6i3iulf5] {
    padding: 24px 24px 20px;
}

/* ================================================================
   FORM ELEMENTS — インプット・ラベル
   ================================================================ */
.emp-input-group[b-nb6i3iulf5] {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-bottom: 16px;
}

.emp-label[b-nb6i3iulf5] {
    font-family: var(--font-en);
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #37474f;
}

.emp-input-wrap[b-nb6i3iulf5] {
    position: relative;
    display: flex;
    align-items: center;
}

.emp-input-icon[b-nb6i3iulf5] {
    position: absolute;
    left: 13px;
    width: 16px;
    height: 16px;
    color: var(--im-steel-light);
    pointer-events: none;
    flex-shrink: 0;
}

.emp-input[b-nb6i3iulf5] {
    width: 100%;
    height: 50px;
    padding: 0 14px 0 42px;
    background: #f8fafb;
    border: 1.5px solid var(--im-border);   /* ガンメタルボーダー */
    border-radius: 0;                        /* シャープな矩形 */
    font-family: var(--font-ja);
    font-size: 14px;
    font-weight: 300;
    color: var(--im-text);
    outline: none;
    transition: border-color 0.18s, box-shadow 0.18s, background 0.18s;
    letter-spacing: 0.04em;
    appearance: none;
    box-sizing: border-box;
}

.emp-input[b-nb6i3iulf5]::placeholder {
    color: #7a9aaa;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0.02em;
}

.emp-input:focus[b-nb6i3iulf5] {
    background: var(--im-white);
    border-color: var(--im-border-focus);   /* 濃いスチールブルー */
    box-shadow:
        0 0 0 3px rgba(44,74,96,0.12),
        inset 0 1px 3px rgba(44,74,96,0.05);
}

.emp-input:disabled[b-nb6i3iulf5] {
    background: #eceff1;
    color: var(--im-text-light);
    cursor: not-allowed;
    border-color: var(--im-border-soft);
}

.emp-input-error[b-nb6i3iulf5] {
    border-color: var(--im-error) !important;
    background: #fff8f8;
}

.emp-input-error:focus[b-nb6i3iulf5] {
    box-shadow: 0 0 0 3px rgba(183,28,28,0.1) !important;
}

/* ================================================================
   ERROR MESSAGE
   ================================================================ */
.emp-error[b-nb6i3iulf5] {
    display: flex;
    align-items: center;
    gap: 8px;
    background: var(--im-error-bg);
    border: 1px solid rgba(183,28,28,0.2);
    border-left: 3px solid var(--im-error);
    border-radius: 2px;
    padding: 10px 12px;
    font-size: 12px;
    color: var(--im-error);
    margin-bottom: 16px;
    font-family: var(--font-ja);
}

.emp-error svg[b-nb6i3iulf5] {
    width: 14px;
    height: 14px;
    fill: var(--im-error);
    flex-shrink: 0;
}

/* ================================================================
   SUBMIT BUTTON — メタリックシマーアニメーション
   ================================================================ */
.emp-btn[b-nb6i3iulf5] {
    width: 100%;
    height: 52px;
    background: linear-gradient(160deg, #1a2535 0%, #1f3045 40%, #253b56 100%);
    border: none;
    border-radius: 0;            /* シャープ */
    color: #b8d4e8;
    font-family: var(--font-en);
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    position: relative;
    overflow: hidden;
    transition: color 0.25s;
    margin-top: 4px;
}

/* メタリックシマー — 鈍い金属光沢の走り */
.emp-btn[b-nb6i3iulf5]::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(
        160deg,
        rgba(26,37,53,1)   0%,
        rgba(31,48,69,1)  40%,
        rgba(37,59,86,1)  100%
    );
    transition: opacity 0.3s;
}

.emp-btn[b-nb6i3iulf5]::after {
    content: '';
    position: absolute;
    top: 0;
    left: -120%;
    width: 70%;
    height: 100%;
    background: linear-gradient(
        90deg,
        transparent                    0%,
        rgba(160, 200, 230, 0.08)     25%,
        rgba(200, 225, 245, 0.22)     50%,  /* ハイライト中心 */
        rgba(160, 200, 230, 0.08)     75%,
        transparent                  100%
    );
    transform: skewX(-20deg);
    transition: left 0s;
}

.emp-btn:hover:not(:disabled)[b-nb6i3iulf5] {
    color: #daeef8;
}

.emp-btn:hover:not(:disabled)[b-nb6i3iulf5]::before {
    background: linear-gradient(
        160deg,
        rgba(35,52,74,1)   0%,
        rgba(42,62,88,1)  40%,
        rgba(50,72,100,1) 100%
    );
}

.emp-btn:hover:not(:disabled)[b-nb6i3iulf5]::after {
    left: 140%;
    transition: left 0.7s cubic-bezier(0.4, 0, 0.2, 1);
}

.emp-btn:active:not(:disabled)[b-nb6i3iulf5] {
    transform: scale(0.998);
}

.emp-btn:disabled[b-nb6i3iulf5] {
    opacity: 0.55;
    cursor: not-allowed;
}

.emp-btn-icon[b-nb6i3iulf5] {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    fill: none;
    position: relative;
    z-index: 1;
}

/* ボタンテキストを ::before/::after より前面に */
.emp-btn span[b-nb6i3iulf5], .emp-btn-spinner[b-nb6i3iulf5] {
    position: relative;
    z-index: 1;
}

.emp-btn-spinner[b-nb6i3iulf5] {
    width: 15px;
    height: 15px;
    border: 1.5px solid rgba(184,212,232,0.3);
    border-top-color: rgba(184,212,232,0.85);
    border-radius: 50%;
    animation: empSpin-b-nb6i3iulf5 0.75s linear infinite;
    flex-shrink: 0;
}

@keyframes empSpin-b-nb6i3iulf5 {
    to { transform: rotate(360deg); }
}

/* ================================================================
   COPYRIGHT
   ================================================================ */
.emp-copyright[b-nb6i3iulf5] {
    padding: 14px 32px 18px;
    font-size: 10px;
    font-family: var(--font-en);
    letter-spacing: 0.06em;
    color: var(--im-text-light);
    border-top: 1px solid rgba(96,125,139,0.1);
}

/* ================================================================
   RIGHT PANEL — 写真スライドショー（既存を保持）
   ================================================================ */
.emp-right-panel[b-nb6i3iulf5] {
    flex: 1;
    position: relative;
    overflow: hidden;
    background: #0a0f1a;
}

.rp-slideshow[b-nb6i3iulf5] {
    position: absolute;
    inset: 0;
}

.rp-slide[b-nb6i3iulf5] {
    position: absolute;
    inset: 0;
    opacity: 0;
    animation: slideFade-b-nb6i3iulf5 20s ease-in-out infinite;
}

.rp-slide-photo[b-nb6i3iulf5] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

@keyframes slideFade-b-nb6i3iulf5 {
    0%, 100% { opacity: 0; }
    4%, 22%  { opacity: 1; }
    26%      { opacity: 0; }
}

.emp-right-overlay[b-nb6i3iulf5] {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to top,
        rgba(10, 18, 35, 0.65) 0%,
        rgba(10, 18, 35, 0.1) 50%,
        transparent 100%
    );
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 3rem;
    pointer-events: none;
}

.emp-catch-line[b-nb6i3iulf5] {
    width: 28px;
    height: 2px;
    background: var(--im-steel-light);
    margin-bottom: 14px;
}

.emp-catch-copy[b-nb6i3iulf5] {
    font-size: 1.75rem;
    font-weight: 300;
    color: rgba(255,255,255,0.92);
    line-height: 1.4;
    margin-bottom: 10px;
    font-family: var(--font-ja);
    letter-spacing: 0.04em;
}

.emp-catch-sub[b-nb6i3iulf5] {
    font-size: 13px;
    color: rgba(255,255,255,0.6);
    line-height: 1.8;
    font-family: var(--font-ja);
    font-weight: 300;
}

/* ================================================================
   CONFLICT DIALOG
   ================================================================ */
.conflict-overlay[b-nb6i3iulf5] {
    position: fixed;
    inset: 0;
    background: rgba(10,18,35,0.65);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9998;
    animation: conflictFadeIn-b-nb6i3iulf5 0.2s ease;
}

@keyframes conflictFadeIn-b-nb6i3iulf5 {
    from { opacity: 0; }
    to   { opacity: 1; }
}

.conflict-dialog[b-nb6i3iulf5] {
    width: 90%;
    max-width: 420px;
    background: var(--im-white);
    border: 1px solid var(--im-border);
    border-radius: 2px;
    box-shadow: 0 16px 64px rgba(10,18,35,0.35);
    overflow: hidden;
    animation: dialogSlideUp-b-nb6i3iulf5 0.22s cubic-bezier(0.16, 1, 0.3, 1);
}

@keyframes dialogSlideUp-b-nb6i3iulf5 {
    from { transform: translateY(12px); opacity: 0; }
    to   { transform: translateY(0);    opacity: 1; }
}

.conflict-header[b-nb6i3iulf5] {
    background: var(--im-navy);
    padding: 1rem 1.375rem;
    display: flex;
    align-items: center;
    gap: 0.875rem;
    position: relative;
    overflow: hidden;
}

.conflict-header[b-nb6i3iulf5]::after {
    content: '';
    position: absolute;
    bottom: 0; left: 0; right: 0;
    height: 1.5px;
    background: linear-gradient(90deg, transparent, rgba(144,164,174,0.5), transparent);
}

.conflict-icon[b-nb6i3iulf5] {
    width: 26px;
    height: 26px;
    fill: rgba(207,228,244,0.9);
    flex-shrink: 0;
}

.conflict-title[b-nb6i3iulf5] {
    font-size: 14px;
    font-weight: 500;
    color: #cfe4f4;
    margin: 0;
    line-height: 1.3;
    font-family: var(--font-ja);
}

.conflict-subtitle[b-nb6i3iulf5] {
    font-size: 11px;
    color: var(--im-steel-light);
    margin: 3px 0 0;
    font-family: var(--font-ja);
}

.conflict-body[b-nb6i3iulf5] {
    padding: 1.25rem 1.375rem;
}

.conflict-msg[b-nb6i3iulf5] {
    font-size: 13px;
    color: var(--im-text);
    line-height: 1.7;
    margin: 0;
    font-family: var(--font-ja);
}

.conflict-actions[b-nb6i3iulf5] {
    display: flex;
    gap: 8px;
    padding: 0 1.375rem 1.25rem;
}

.conflict-btn-force[b-nb6i3iulf5] {
    flex: 1;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    background: linear-gradient(135deg, var(--im-navy) 0%, var(--im-navy-mid) 100%);
    border: none;
    border-radius: 2px;
    color: #cfe4f4;
    font-family: var(--font-en);
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    transition: background 0.2s;
}

.conflict-btn-force[b-nb6i3iulf5]::after {
    content: '';
    position: absolute;
    top: 0; left: -80%; width: 60%; height: 100%;
    background: linear-gradient(90deg, transparent, rgba(180,215,240,0.15), transparent);
    transform: skewX(-18deg);
    transition: left 0s;
}

.conflict-btn-force:hover:not(:disabled)[b-nb6i3iulf5] {
    background: linear-gradient(135deg, var(--im-navy-mid) 0%, var(--im-navy-light) 100%);
}

.conflict-btn-force:hover:not(:disabled)[b-nb6i3iulf5]::after {
    left: 130%;
    transition: left 0.55s ease;
}

.conflict-btn-force svg[b-nb6i3iulf5] {
    width: 14px;
    height: 14px;
    fill: currentColor;
    flex-shrink: 0;
}

.conflict-btn-force:disabled[b-nb6i3iulf5] {
    opacity: 0.6;
    cursor: not-allowed;
}

.conflict-btn-cancel[b-nb6i3iulf5] {
    padding: 0 18px;
    height: 42px;
    background: transparent;
    border: 1px solid var(--im-border);
    border-radius: 2px;
    color: var(--im-text-mid);
    font-size: 13px;
    font-family: var(--font-ja);
    cursor: pointer;
    transition: background 0.15s, border-color 0.15s;
}

.conflict-btn-cancel:hover:not(:disabled)[b-nb6i3iulf5] {
    background: rgba(96,125,139,0.07);
    border-color: rgba(96,125,139,0.45);
}

.conflict-btn-cancel:disabled[b-nb6i3iulf5] {
    opacity: 0.6;
    cursor: not-allowed;
}

/* ================================================================
   RESPONSIVE
   ================================================================ */
@media (max-width: 768px) {
    .emp-login-root[b-nb6i3iulf5] { flex-direction: column; }
    .emp-right-panel[b-nb6i3iulf5] { display: none; }
    .emp-left-panel[b-nb6i3iulf5] { width: 100%; height: 100vh; }
    .brand-header[b-nb6i3iulf5] { position: sticky; top: 0; }
    .group-logos-grid[b-nb6i3iulf5] { grid-template-columns: repeat(2, 1fr); }
}
/* /Components/Pages/Home.razor.rz.scp.css */
/* ===== スライドショー背景 ===== */
.slideshow-bg[b-h0odrmep4d] {
    position: fixed;
    inset: 0;
    z-index: -1;
    overflow: hidden;
}

.slideshow-overlay[b-h0odrmep4d] {
    position: absolute;
    inset: 0;
    background: linear-gradient(160deg, rgba(10,14,46,0.45) 0%, rgba(0,0,0,0.25) 50%, rgba(80,5,10,0.35) 100%);
    z-index: 5;
    pointer-events: none;
}

/* 斜め格子パターン */
.slideshow-bg[b-h0odrmep4d]::after {
    content: '';
    position: absolute;
    inset: 0;
    background-image: repeating-linear-gradient(
        45deg,
        transparent,
        transparent 60px,
        rgba(255,255,255,0.018) 60px,
        rgba(255,255,255,0.018) 62px
    );
    z-index: 4;
    pointer-events: none;
}

.slide[b-h0odrmep4d] {
    position: absolute;
    inset: 0;
    opacity: 0;
    animation: slideFade-b-h0odrmep4d 28s ease-in-out infinite;
    overflow: hidden;
}

/* slide-1: ブランドブルー深海 */
.slide-1[b-h0odrmep4d] {
    background:
        radial-gradient(ellipse at 80% 20%, rgba(61,77,168,0.5) 0%, transparent 55%),
        radial-gradient(ellipse at 10% 80%, rgba(35,49,136,0.6) 0%, transparent 50%),
        linear-gradient(145deg, #070c2a 0%, #111840 35%, #233188 75%, #2d3da8 100%);
    animation-delay: 0s;
}

/* slide-2: ブランドレッド炎 */
.slide-2[b-h0odrmep4d] {
    background:
        radial-gradient(ellipse at 20% 30%, rgba(228,33,40,0.4) 0%, transparent 50%),
        radial-gradient(ellipse at 85% 75%, rgba(180,20,28,0.5) 0%, transparent 55%),
        linear-gradient(145deg, #2a0008 0%, #6b0010 38%, #b81820 72%, #E42128 100%);
    animation-delay: 7s;
}

/* slide-3: ブルーからレッドへ対角 */
.slide-3[b-h0odrmep4d] {
    background:
        radial-gradient(ellipse at 15% 20%, rgba(35,49,136,0.6) 0%, transparent 45%),
        radial-gradient(ellipse at 90% 80%, rgba(228,33,40,0.5) 0%, transparent 45%),
        linear-gradient(135deg, #0a0f38 0%, #233188 42%, #9e1520 68%, #E42128 100%);
    animation-delay: 14s;
}

/* slide-4: レッドからブルーへ対角 */
.slide-4[b-h0odrmep4d] {
    background:
        radial-gradient(ellipse at 85% 15%, rgba(228,33,40,0.5) 0%, transparent 45%),
        radial-gradient(ellipse at 10% 85%, rgba(35,49,136,0.55) 0%, transparent 45%),
        linear-gradient(135deg, #E42128 0%, #9e1520 30%, #1a2060 65%, #233188 100%);
    animation-delay: 21s;
}

@keyframes slideFade-b-h0odrmep4d {
    0%, 100% { opacity: 0; }
    4%, 22%  { opacity: 1; }
    26%      { opacity: 0; }
}

/* ブロブ（光の玉） */
.slide-blob[b-h0odrmep4d] {
    position: absolute;
    border-radius: 50%;
    animation: floatBlob-b-h0odrmep4d 12s ease-in-out infinite alternate;
}

.blob-a[b-h0odrmep4d] {
    width: 750px;
    height: 750px;
    top: -260px;
    right: -200px;
}

.blob-b[b-h0odrmep4d] {
    width: 550px;
    height: 550px;
    bottom: -200px;
    left: -140px;
    animation-delay: -6s;
    animation-duration: 15s;
}

.slide-1 .blob-a[b-h0odrmep4d] { background: radial-gradient(circle, rgba(130,160,255,0.22), transparent 68%); }
.slide-1 .blob-b[b-h0odrmep4d] { background: radial-gradient(circle, rgba(90,115,210,0.18), transparent 68%); }
.slide-2 .blob-a[b-h0odrmep4d] { background: radial-gradient(circle, rgba(255,130,138,0.18), transparent 68%); }
.slide-2 .blob-b[b-h0odrmep4d] { background: radial-gradient(circle, rgba(228,33,40,0.22), transparent 68%); }
.slide-3 .blob-a[b-h0odrmep4d] { background: radial-gradient(circle, rgba(100,140,255,0.18), transparent 68%); }
.slide-3 .blob-b[b-h0odrmep4d] { background: radial-gradient(circle, rgba(255,90,100,0.18), transparent 68%); }
.slide-4 .blob-a[b-h0odrmep4d] { background: radial-gradient(circle, rgba(255,90,100,0.2), transparent 68%); }
.slide-4 .blob-b[b-h0odrmep4d] { background: radial-gradient(circle, rgba(80,100,210,0.2), transparent 68%); }

@keyframes floatBlob-b-h0odrmep4d {
    0%   { transform: translate(0, 0) scale(1); }
    100% { transform: translate(30px, -22px) scale(1.08); }
}

/* ===== ホームコンテナ ===== */
.home-container[b-h0odrmep4d] {
    min-height: calc(100vh - 56px);
    background: transparent;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Yu Gothic UI', sans-serif;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 2.5rem 1.5rem 3rem;
    gap: 1.5rem;
}

/* ===== パスワード警告 ===== */
.pw-alert[b-h0odrmep4d] {
    width: 100%;
    max-width: 640px;
    display: flex;
    align-items: center;
    gap: 0.625rem;
    padding: 0.75rem 1.125rem;
    border-radius: 10px;
    font-size: 0.875rem;
    font-weight: 500;
}

.pw-alert svg[b-h0odrmep4d] {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
}

.pw-alert-danger[b-h0odrmep4d] {
    background: #fff0f1;
    border: 1px solid #fecdd0;
    border-left: 4px solid #E42128;
    color: #6b0008;
}
.pw-alert-danger svg[b-h0odrmep4d] { fill: #E42128; }

.pw-alert-warn[b-h0odrmep4d] {
    background: #fffbeb;
    border: 1px solid #fde68a;
    border-left: 4px solid #d97706;
    color: #92400e;
}
.pw-alert-warn svg[b-h0odrmep4d] { fill: #d97706; }

/* ===== ログインエリア ===== */
.login-area[b-h0odrmep4d] {
    width: 100%;
    max-width: 640px;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

/* ===== Hankoラッパー ===== */
.hanko-wrapper[b-h0odrmep4d] {
    background: rgba(255, 255, 255, 0.94);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    border-radius: 18px;
    box-shadow:
        0 20px 60px rgba(10, 14, 50, 0.45),
        0 1px 0 rgba(255,255,255,0.6) inset,
        0 0 0 1px rgba(35,49,136,0.12);
    border: 1px solid rgba(255, 255, 255, 0.6);
    overflow: hidden;
}

.login-header[b-h0odrmep4d] {
    background: linear-gradient(135deg, #131b58 0%, #233188 55%, #2c3da5 100%);
    padding: 1.375rem 1.625rem;
    display: flex;
    align-items: center;
    gap: 0.875rem;
    position: relative;
    overflow: hidden;
}

/* ヘッダーの装飾ライン */
.login-header[b-h0odrmep4d]::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, transparent, #E42128, transparent);
    opacity: 0.8;
}

/* ヘッダー右上の装飾円 */
.login-header[b-h0odrmep4d]::after {
    content: '';
    position: absolute;
    top: -40px;
    right: -40px;
    width: 140px;
    height: 140px;
    background: radial-gradient(circle, rgba(228,33,40,0.25), transparent 70%);
    border-radius: 50%;
    pointer-events: none;
}

.login-logo[b-h0odrmep4d] {
    width: 34px;
    height: 34px;
    fill: rgba(255, 255, 255, 0.92);
    flex-shrink: 0;
    filter: drop-shadow(0 0 8px rgba(228,33,40,0.5));
}

.login-title[b-h0odrmep4d] {
    font-size: 1rem;
    font-weight: 700;
    color: #ffffff;
    margin: 0;
    line-height: 1.2;
    letter-spacing: 0.02em;
}

.login-subtitle[b-h0odrmep4d] {
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.6);
    margin: 0.2rem 0 0;
}

/* ===== ユーザーカード ===== */
.user-card[b-h0odrmep4d] {
    background: rgba(255, 255, 255, 0.94);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    border-radius: 18px;
    box-shadow:
        0 20px 60px rgba(10, 14, 50, 0.45),
        0 1px 0 rgba(255,255,255,0.6) inset,
        0 0 0 1px rgba(35,49,136,0.12);
    border: 1px solid rgba(255, 255, 255, 0.6);
    overflow: hidden;
    animation: slideUp-b-h0odrmep4d 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

@keyframes slideUp-b-h0odrmep4d {
    from { transform: translateY(14px); opacity: 0; }
    to   { transform: translateY(0);    opacity: 1; }
}

.user-card-header[b-h0odrmep4d] {
    background: linear-gradient(135deg, #131b58 0%, #233188 55%, #2c3da5 100%);
    padding: 1.25rem 1.625rem;
    display: flex;
    align-items: center;
    gap: 0.875rem;
    position: relative;
    overflow: hidden;
}

.user-card-header[b-h0odrmep4d]::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, transparent, #E42128, transparent);
    opacity: 0.8;
}

.user-card-header[b-h0odrmep4d]::after {
    content: '';
    position: absolute;
    top: -40px;
    right: -40px;
    width: 130px;
    height: 130px;
    background: radial-gradient(circle, rgba(228,33,40,0.22), transparent 70%);
    border-radius: 50%;
    pointer-events: none;
}

.user-avatar[b-h0odrmep4d] {
    width: 42px;
    height: 42px;
    background: rgba(255, 255, 255, 0.15);
    border: 1.5px solid rgba(255, 255, 255, 0.28);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.user-avatar svg[b-h0odrmep4d] {
    width: 23px;
    height: 23px;
    fill: rgba(255, 255, 255, 0.92);
}

.user-info[b-h0odrmep4d] {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 0.1rem;
}

.user-name[b-h0odrmep4d] {
    font-size: 1rem;
    font-weight: 700;
    color: #ffffff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.user-id-text[b-h0odrmep4d] {
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.62);
}

.user-id-mono[b-h0odrmep4d] {
    font-family: 'SFMono-Regular', 'Consolas', monospace;
    font-size: 0.65rem;
}

.auth-badge[b-h0odrmep4d] {
    font-size: 0.6875rem;
    font-weight: 600;
    background: rgba(34, 197, 94, 0.18);
    color: #86efac;
    border: 1px solid rgba(34, 197, 94, 0.32);
    border-radius: 20px;
    padding: 0.2rem 0.7rem;
    letter-spacing: 0.04em;
    flex-shrink: 0;
}

.btn-logout[b-h0odrmep4d] {
    display: inline-flex;
    align-items: center;
    gap: 0.375rem;
    padding: 0.375rem 0.875rem;
    border-radius: 8px;
    font-size: 0.8125rem;
    font-weight: 600;
    cursor: pointer;
    border: 1px solid rgba(228,33,40,0.38);
    background: rgba(228, 33, 40, 0.18);
    color: #fca5a5;
    transition: background 0.15s, color 0.15s, border-color 0.15s;
    white-space: nowrap;
    flex-shrink: 0;
}

.btn-logout:hover:not(:disabled)[b-h0odrmep4d] {
    background: rgba(228, 33, 40, 0.48);
    border-color: rgba(252, 165, 165, 0.7);
    color: #ffffff;
}

.btn-logout:disabled[b-h0odrmep4d] {
    opacity: 0.6;
    cursor: not-allowed;
}

.btn-logout-icon[b-h0odrmep4d] {
    width: 15px;
    height: 15px;
    fill: currentColor;
    flex-shrink: 0;
}

.btn-logout-spinner[b-h0odrmep4d] {
    width: 13px;
    height: 13px;
    border: 2px solid rgba(252, 165, 165, 0.3);
    border-top-color: #fca5a5;
    border-radius: 50%;
    animation: spin-b-h0odrmep4d 0.7s linear infinite;
    flex-shrink: 0;
}

@keyframes spin-b-h0odrmep4d {
    to { transform: rotate(360deg); }
}

.user-card-body[b-h0odrmep4d] {
    padding: 1.375rem 1.625rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem 2rem;
}

.session-field[b-h0odrmep4d] {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.session-label[b-h0odrmep4d] {
    font-size: 0.6875rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.07em;
    color: #94a3b8;
}

.session-value[b-h0odrmep4d] {
    font-size: 0.875rem;
    color: #1e2a5e;
}

.val-valid[b-h0odrmep4d]  { color: #15803d; font-weight: 600; }
.val-expired[b-h0odrmep4d] { color: #E42128; font-weight: 600; }

.kengen-badge[b-h0odrmep4d] {
    display: inline-block;
    font-size: 0.75rem;
    font-weight: 600;
    background: #f0f2fc;
    color: #233188;
    border: 1px solid #c8ceee;
    border-radius: 6px;
    padding: 0.15rem 0.5rem;
}

/* ===== システム一覧 ===== */
.systems-section[b-h0odrmep4d] {
    background: rgba(255, 255, 255, 0.94);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    border-radius: 18px;
    box-shadow:
        0 20px 60px rgba(10, 14, 50, 0.45),
        0 1px 0 rgba(255,255,255,0.6) inset,
        0 0 0 1px rgba(35,49,136,0.12);
    border: 1px solid rgba(255, 255, 255, 0.6);
    padding: 1.375rem 1.625rem;
}

.systems-title[b-h0odrmep4d] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.875rem;
    font-weight: 700;
    color: #233188;
    margin: 0 0 1rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.systems-title svg[b-h0odrmep4d] {
    width: 16px;
    height: 16px;
    fill: #233188;
}

.systems-grid[b-h0odrmep4d] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
    gap: 0.75rem;
}

.system-card[b-h0odrmep4d] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    padding: 1rem 0.75rem;
    background: #f7f8fd;
    border: 1px solid #dde2f5;
    border-radius: 12px;
    cursor: pointer;
    transition: border-color 0.18s, box-shadow 0.18s, background 0.18s, transform 0.18s;
    text-align: center;
}

.system-card:hover[b-h0odrmep4d] {
    border-color: #233188;
    box-shadow: 0 4px 16px rgba(35, 49, 136, 0.16);
    background: #eef0fa;
    transform: translateY(-2px);
}

.system-icon[b-h0odrmep4d] {
    width: 42px;
    height: 42px;
    background: linear-gradient(135deg, #1a2060 0%, #233188 100%);
    border-radius: 11px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 10px rgba(35, 49, 136, 0.3);
}

.system-icon svg[b-h0odrmep4d] {
    width: 22px;
    height: 22px;
    fill: #ffffff;
}

.system-name[b-h0odrmep4d] {
    font-size: 0.8125rem;
    font-weight: 600;
    color: #1e2a5e;
}

.system-key[b-h0odrmep4d] {
    font-size: 0.7rem;
    font-family: 'SFMono-Regular', 'Consolas', monospace;
    color: #5060a8;
    background: #e4e8f5;
    border-radius: 4px;
    padding: 0.1rem 0.4rem;
}

@media (max-width: 600px) {
    .user-card-body[b-h0odrmep4d] {
        grid-template-columns: 1fr;
    }

    .user-card-header[b-h0odrmep4d] {
        flex-wrap: wrap;
    }
}

.success-dialog[b-h0odrmep4d] {
    position: fixed;
    top: 50%; /* ← 2rem から変更 */
    left: 50%;
    transform: translateX(-50%) translateY(-50%); /* ← translateY(-50%) を追加 */
    background: linear-gradient(135deg, #131b58 0%, #233188 55%, #2c3da5 100%);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    border-radius: 14px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    box-shadow: 0 20px 60px rgba(10, 14, 50, 0.55), 0 1px 0 rgba(255, 255, 255, 0.15) inset, 0 0 0 1px rgba(35, 49, 136, 0.4);
    color: rgba(255, 255, 255, 0.95);
    padding: 0.875rem 1.625rem;
    display: flex;
    align-items: center;
    gap: 0.625rem;
    font-size: 0.9375rem;
    font-weight: 600;
    z-index: 9999;
    white-space: nowrap;
    overflow: hidden;
    animation: fadeInDown 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.success-dialog[b-h0odrmep4d]::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, transparent, rgba(34, 197, 94, 0.7), transparent);
}

.success-dialog svg[b-h0odrmep4d] {
    width: 1.25rem;
    height: 1.25rem;
    fill: #86efac;
    flex-shrink: 0;
}

@@keyframes fadeInDown {
    from[b-h0odrmep4d] {
        opacity: 0;
        transform: translateX(-50%) translateY(-60%);
    }
    /* ← -1rem → -60% */
    to[b-h0odrmep4d] {
        opacity: 1;
        transform: translateX(-50%) translateY(-50%);
    }
    /* ← 0 → -50% */
}

/* ===== hanko-auth の「Create account」リンク非表示（CSS補助） ===== */
/* Shadow DOM 注入（JS側）が主な手段。CSS の ::part() は補助として残す。 */
/* pointer-events は削除済み（フォーム操作に影響するため）。             */
hanko-auth[b-h0odrmep4d] {
    visibility: hidden;
    --hanko-color-link: transparent;
}

hanko-auth::part(container) a:last-child[b-h0odrmep4d],
hanko-auth::part(container) p:last-child[b-h0odrmep4d] {
    display: none !important;
}

hanko-auth[b-h0odrmep4d]::part(footer) {
    display: none !important;
}

/* ===== 競合ユーザー警告ダイアログ ===== */
.conflict-overlay[b-h0odrmep4d] {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9998;
    animation: conflictFadeIn 0.2s ease;
}

@@keyframes conflictFadeIn {
    from[b-h0odrmep4d] { opacity: 0; }
    to[b-h0odrmep4d]   { opacity: 1; }
}

.conflict-dialog[b-h0odrmep4d] {
    width: 90%;
    max-width: 440px;
    background: #ffffff;
    border-radius: 16px;
    box-shadow:
        0 24px 64px rgba(10, 14, 50, 0.5),
        0 1px 0 rgba(255, 255, 255, 0.8) inset;
    overflow: hidden;
    animation: slideUp-b-h0odrmep4d 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}

.conflict-header[b-h0odrmep4d] {
    background: linear-gradient(135deg, #7f1d1d 0%, #b91c1c 55%, #dc2626 100%);
    padding: 1.25rem 1.5rem;
    display: flex;
    align-items: center;
    gap: 0.875rem;
    position: relative;
    overflow: hidden;
}

.conflict-header[b-h0odrmep4d]::before {
    content: '';
    position: absolute;
    bottom: 0; left: 0; right: 0;
    height: 3px;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
}

.conflict-icon[b-h0odrmep4d] {
    width: 32px;
    height: 32px;
    fill: rgba(255, 255, 255, 0.95);
    flex-shrink: 0;
    filter: drop-shadow(0 0 6px rgba(252, 165, 165, 0.6));
}

.conflict-title[b-h0odrmep4d] {
    font-size: 0.9375rem;
    font-weight: 700;
    color: #ffffff;
    margin: 0;
    line-height: 1.3;
}

.conflict-subtitle[b-h0odrmep4d] {
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.7);
    margin: 0.15rem 0 0;
}

.conflict-body[b-h0odrmep4d] {
    padding: 1.5rem;
}

.conflict-msg[b-h0odrmep4d] {
    font-size: 0.875rem;
    color: #374151;
    line-height: 1.65;
    margin: 0;
}

.conflict-actions[b-h0odrmep4d] {
    display: flex;
    gap: 0.75rem;
    padding: 0 1.5rem 1.5rem;
}

.conflict-btn-force[b-h0odrmep4d] {
    flex: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.375rem;
    padding: 0.75rem 1rem;
    background: linear-gradient(135deg, #7f1d1d 0%, #dc2626 100%);
    color: #ffffff;
    font-size: 0.875rem;
    font-weight: 700;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    letter-spacing: 0.02em;
    transition: opacity 0.15s, transform 0.1s;
}

.conflict-btn-force svg[b-h0odrmep4d] {
    width: 16px;
    height: 16px;
    fill: #ffffff;
    flex-shrink: 0;
}

.conflict-btn-force:hover[b-h0odrmep4d] {
    opacity: 0.88;
    transform: translateY(-1px);
}

.conflict-btn-cancel[b-h0odrmep4d] {
    padding: 0.75rem 1.25rem;
    background: #f1f5f9;
    color: #64748b;
    font-size: 0.875rem;
    font-weight: 600;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    cursor: pointer;
    transition: background 0.15s, color 0.15s;
}

.conflict-btn-cancel:hover[b-h0odrmep4d] {
    background: #e2e8f0;
    color: #334155;
}
/* /Components/Pages/PasswordChange.razor.rz.scp.css */
/* ===== ページルート ===== */
.pwchange-root[b-u0yfe8qc70] {
    display: flex;
    min-height: 100vh;
    background: #f1f5f9;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Yu Gothic UI', sans-serif;
}

/* ===== 左パネル ===== */
.emp-left-panel[b-u0yfe8qc70] {
    flex: 0 0 48%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 2rem;
    position: relative;
}

.emp-main-logo[b-u0yfe8qc70] {
    width: 120px;
    margin-bottom: 1rem;
}

.emp-system-name[b-u0yfe8qc70] {
    font-size: 1.8rem;
    font-weight: bold;
    color: #1e3a8a;
    margin-bottom: 0.25rem;
}

.emp-system-subtitle[b-u0yfe8qc70] {
    font-size: 0.9rem;
    color: #64748b;
    margin-bottom: 2rem;
}

.emp-copyright[b-u0yfe8qc70] {
    position: absolute;
    bottom: 1.5rem;
    font-size: 0.75rem;
    color: #94a3b8;
}

/* ===== カード（hanko-wrapper） ===== */
.hanko-wrapper[b-u0yfe8qc70] {
    width: 80%;
    background: rgba(255, 255, 255, 0.94);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    border-radius: 18px;
    box-shadow:
        0 20px 60px rgba(10, 14, 50, 0.45),
        0 1px 0 rgba(255, 255, 255, 0.6) inset,
        0 0 0 1px rgba(35, 49, 136, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.6);
    overflow: hidden;
    animation: slideUp-b-u0yfe8qc70 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

@keyframes slideUp-b-u0yfe8qc70 {
    from { transform: translateY(14px); opacity: 0; }
    to   { transform: translateY(0);    opacity: 1; }
}

/* ===== カードヘッダー（共通） ===== */
.login-header[b-u0yfe8qc70] {
    background: linear-gradient(135deg, #131b58 0%, #233188 55%, #2c3da5 100%);
    padding: 1.375rem 1.625rem;
    display: flex;
    align-items: center;
    gap: 0.875rem;
    position: relative;
    overflow: hidden;
}

.login-header[b-u0yfe8qc70]::before {
    content: '';
    position: absolute;
    bottom: 0; left: 0; right: 0;
    height: 3px;
    background: linear-gradient(90deg, transparent, #E42128, transparent);
    opacity: 0.8;
}

.login-header[b-u0yfe8qc70]::after {
    content: '';
    position: absolute;
    top: -40px; right: -40px;
    width: 140px; height: 140px;
    background: radial-gradient(circle, rgba(228,33,40,0.25), transparent 70%);
    border-radius: 50%;
    pointer-events: none;
}

.login-logo[b-u0yfe8qc70] {
    width: 34px;
    height: 34px;
    fill: rgba(255, 255, 255, 0.92);
    flex-shrink: 0;
    filter: drop-shadow(0 0 8px rgba(228,33,40,0.5));
}

.login-title[b-u0yfe8qc70] {
    font-size: 1rem;
    font-weight: 700;
    color: #ffffff;
    margin: 0;
    line-height: 1.2;
    letter-spacing: 0.02em;
}

.login-subtitle[b-u0yfe8qc70] {
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.6);
    margin: 0.2rem 0 0;
}

/* ===== パスワードカードヘッダー（橙系オーバーライド） ===== */
.pwchange-header[b-u0yfe8qc70] {
    background: linear-gradient(135deg, #78350f 0%, #b45309 55%, #d97706 100%) !important;
}

.pwchange-header[b-u0yfe8qc70]::before {
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.35), transparent) !important;
}

.pwchange-header[b-u0yfe8qc70]::after {
    background: radial-gradient(circle, rgba(251, 191, 36, 0.3), transparent 70%) !important;
}

/* ===== カードボディ ===== */
.pwchange-body[b-u0yfe8qc70] {
    padding: 1.75rem 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    min-height: 200px;
    justify-content: center;
}

/* ===== ローディング ===== */
.pwchange-spinner-wrap[b-u0yfe8qc70] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.75rem;
}

.verify-spinner[b-u0yfe8qc70] {
    width: 2rem;
    height: 2rem;
    border: 2.5px solid rgba(180, 83, 9, 0.18);
    border-top-color: #b45309;
    border-radius: 50%;
    animation: authSpin-b-u0yfe8qc70 0.7s linear infinite;
}

@keyframes authSpin-b-u0yfe8qc70 {
    to { transform: rotate(360deg); }
}

.verify-checking-text[b-u0yfe8qc70] {
    font-size: 0.8125rem;
    color: #94a3b8;
    margin: 0;
}

/* ===== セッションエラー ===== */
.pwchange-session-error[b-u0yfe8qc70] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.75rem;
    padding: 0.5rem 0;
    text-align: center;
}

.pwchange-session-error svg[b-u0yfe8qc70] {
    width: 36px;
    height: 36px;
    fill: #E42128;
}

.pwchange-session-error p[b-u0yfe8qc70] {
    font-size: 0.875rem;
    color: #374151;
    margin: 0;
}

.pwchange-login-link[b-u0yfe8qc70] {
    display: inline-flex;
    align-items: center;
    padding: 0.625rem 1.25rem;
    background: linear-gradient(135deg, #6b0010 0%, #E42128 100%);
    color: #ffffff;
    font-size: 0.875rem;
    font-weight: 700;
    border-radius: 8px;
    text-decoration: none;
    transition: opacity 0.15s;
}

.pwchange-login-link:hover[b-u0yfe8qc70] { opacity: 0.88; }

/* ===== 成功メッセージ ===== */
.pwchange-success[b-u0yfe8qc70] {
    display: flex;
    align-items: center;
    gap: 0.625rem;
    padding: 0.875rem 1rem;
    background: #f0fdf4;
    border: 1px solid #bbf7d0;
    border-left: 4px solid #22c55e;
    border-radius: 8px;
    color: #14532d;
    font-size: 0.875rem;
    font-weight: 500;
    animation: slideUp-b-u0yfe8qc70 0.25s ease;
}

.pwchange-success svg[b-u0yfe8qc70] {
    width: 18px;
    height: 18px;
    fill: #22c55e;
    flex-shrink: 0;
}

/* ===== エラーメッセージ ===== */
.pwchange-error[b-u0yfe8qc70] {
    display: flex;
    align-items: center;
    padding: 0.75rem 1rem;
    background: #fff0f1;
    border: 1px solid #fecdd0;
    border-left: 4px solid #E42128;
    border-radius: 8px;
    color: #6b0008;
    font-size: 0.8125rem;
    font-weight: 500;
}

/* ===== フォーム ===== */
.pwchange-form[b-u0yfe8qc70] {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.pwchange-field[b-u0yfe8qc70] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.pwchange-label[b-u0yfe8qc70] {
    font-size: 0.875rem;
    font-weight: 600;
    color: #374151;
}

.pwchange-input[b-u0yfe8qc70] {
    width: 100%;
    min-height: 48px;
    padding: 0.75rem 0.875rem;
    border: 1.5px solid #fcd34d;
    border-radius: 8px;
    font-size: 1rem;
    color: #111827;
    background: #fffbf2;
    transition: border-color 0.15s, box-shadow 0.15s, background 0.15s;
    box-sizing: border-box;
    outline: none;
    font-family: inherit;
}

/* 詳細度を上げて他CSSによる上書きを防止 */
.pwchange-body .pwchange-input[b-u0yfe8qc70] {
    min-height: 48px !important;
    padding: 0.75rem 0.875rem !important;
    font-size: 1rem !important;
    box-sizing: border-box !important;
}

.pwchange-input:focus[b-u0yfe8qc70] {
    border-color: #b45309;
    box-shadow: 0 0 0 3px rgba(180, 83, 9, 0.18);
    background: #ffffff;
}

.pwchange-validation[b-u0yfe8qc70] {
    font-size: 0.75rem;
    color: #E42128;
}

/* ===== アクションボタン ===== */
.pwchange-actions[b-u0yfe8qc70] {
    display: flex;
    gap: 0.75rem;
    padding-top: 0.25rem;
}

.pwchange-btn-submit[b-u0yfe8qc70] {
    flex: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.8125rem 1.25rem;
    background: linear-gradient(135deg, #78350f 0%, #d97706 100%);
    color: #ffffff;
    font-size: 0.9375rem;
    font-weight: 700;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    letter-spacing: 0.02em;
    transition: opacity 0.15s, transform 0.1s;
}

.pwchange-btn-submit:hover:not(:disabled)[b-u0yfe8qc70] {
    opacity: 0.88;
    transform: translateY(-1px);
}

.pwchange-btn-submit:disabled[b-u0yfe8qc70] {
    opacity: 0.65;
    cursor: not-allowed;
}

.pwchange-btn-skip[b-u0yfe8qc70] {
    padding: 0.8125rem 1.25rem;
    background: #f1f5f9;
    color: #64748b;
    font-size: 0.875rem;
    font-weight: 600;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    cursor: pointer;
    transition: background 0.15s, color 0.15s;
    white-space: nowrap;
}

.pwchange-btn-skip:hover[b-u0yfe8qc70] {
    background: #e2e8f0;
    color: #334155;
}

.btn-logout-spinner[b-u0yfe8qc70] {
    width: 13px;
    height: 13px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-top-color: #ffffff;
    border-radius: 50%;
    animation: authSpin-b-u0yfe8qc70 0.7s linear infinite;
    flex-shrink: 0;
}

/* ===== 右パネル ===== */
.emp-right-panel[b-u0yfe8qc70] {
    flex: 1;
    margin: 1rem;
    border-radius: 1rem;
    overflow: hidden;
    position: relative;
    background: #0a0f2a;
}

.rp-slideshow[b-u0yfe8qc70] {
    position: absolute;
    inset: 0;
}

.rp-slide[b-u0yfe8qc70] {
    position: absolute;
    inset: 0;
    opacity: 0;
    animation: slideFade-b-u0yfe8qc70 20s ease-in-out infinite;
}

@keyframes slideFade-b-u0yfe8qc70 {
    0%, 100% { opacity: 0; }
    4%, 22%  { opacity: 1; }
    26%      { opacity: 0; }
}

.rp-slide-photo[b-u0yfe8qc70] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.emp-right-overlay[b-u0yfe8qc70] {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.38) 0%, rgba(0, 0, 0, 0) 55%);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 3rem;
    pointer-events: none;
}

.emp-catch-line[b-u0yfe8qc70] {
    width: 2rem;
    height: 3px;
    background: #ef4444;
    margin-bottom: 1rem;
}

.emp-catch-copy[b-u0yfe8qc70] {
    font-size: 2rem;
    font-weight: bold;
    color: white;
    line-height: 1.4;
    margin-bottom: 1rem;
}

.emp-catch-sub[b-u0yfe8qc70] {
    font-size: 0.95rem;
    color: rgba(255, 255, 255, 0.85);
    line-height: 1.7;
}

/* ===== レスポンシブ ===== */
@media (max-width: 768px) {
    .pwchange-root[b-u0yfe8qc70]   { flex-direction: column; }
    .emp-right-panel[b-u0yfe8qc70] { display: none; }
    .emp-left-panel[b-u0yfe8qc70]  { flex: 1; padding: 1.25rem; overflow-y: auto; justify-content: flex-start; padding-top: 2rem; }
    .hanko-wrapper[b-u0yfe8qc70]   { width: 100%; }
}
/* /Components/Pages/PasswordExpiryWarningDialog.razor.rz.scp.css */
.pw-warn-overlay[b-zvuqps41hj] {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9998;
    animation: fadeIn-b-zvuqps41hj 0.2s ease;
}

@keyframes fadeIn-b-zvuqps41hj {
    from { opacity: 0; }
    to   { opacity: 1; }
}

.pw-warn-dialog[b-zvuqps41hj] {
    width: 90%;
    max-width: 440px;
    background: #ffffff;
    border-radius: 16px;
    box-shadow:
        0 24px 64px rgba(10, 14, 50, 0.5),
        0 1px 0 rgba(255, 255, 255, 0.8) inset;
    overflow: hidden;
    animation: slideUp-b-zvuqps41hj 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}

@keyframes slideUp-b-zvuqps41hj {
    from { transform: translateY(20px); opacity: 0; }
    to   { transform: translateY(0);    opacity: 1; }
}

.pw-warn-header[b-zvuqps41hj] {
    background: linear-gradient(135deg, #78350f 0%, #b45309 55%, #d97706 100%);
    padding: 1.25rem 1.5rem;
    display: flex;
    align-items: center;
    gap: 0.875rem;
    position: relative;
    overflow: hidden;
}

.pw-warn-header[b-zvuqps41hj]::before {
    content: '';
    position: absolute;
    bottom: 0; left: 0; right: 0;
    height: 3px;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
}

.pw-warn-icon[b-zvuqps41hj] {
    width: 32px;
    height: 32px;
    fill: rgba(255, 255, 255, 0.95);
    flex-shrink: 0;
    filter: drop-shadow(0 0 6px rgba(253, 230, 138, 0.6));
}

.pw-warn-title[b-zvuqps41hj] {
    font-size: 0.9375rem;
    font-weight: 700;
    color: #ffffff;
    margin: 0;
    line-height: 1.3;
}

.pw-warn-subtitle[b-zvuqps41hj] {
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.7);
    margin: 0.15rem 0 0;
}

.pw-warn-body[b-zvuqps41hj] {
    padding: 1.5rem;
}

.pw-warn-msg[b-zvuqps41hj] {
    font-size: 0.875rem;
    color: #374151;
    line-height: 1.65;
    margin: 0;
}

.pw-warn-days[b-zvuqps41hj] {
    color: #b45309;
    font-size: 1rem;
}

.pw-warn-actions[b-zvuqps41hj] {
    display: flex;
    gap: 0.75rem;
    padding: 0 1.5rem 1.5rem;
}

.pw-warn-btn-change[b-zvuqps41hj] {
    flex: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.375rem;
    padding: 0.75rem 1rem;
    background: linear-gradient(135deg, #78350f 0%, #d97706 100%);
    color: #ffffff;
    font-size: 0.9rem;
    font-weight: 700;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    letter-spacing: 0.02em;
    transition: opacity 0.15s, transform 0.1s;
}

.pw-warn-btn-change svg[b-zvuqps41hj] {
    width: 16px;
    height: 16px;
    fill: #ffffff;
    flex-shrink: 0;
}

.pw-warn-btn-change:hover[b-zvuqps41hj] {
    opacity: 0.88;
    transform: translateY(-1px);
}

.pw-warn-btn-skip[b-zvuqps41hj] {
    padding: 0.75rem 1.25rem;
    background: #f1f5f9;
    color: #64748b;
    font-size: 0.875rem;
    font-weight: 600;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    cursor: pointer;
    transition: background 0.15s, color 0.15s;
}

.pw-warn-btn-skip:hover[b-zvuqps41hj] {
    background: #e2e8f0;
    color: #334155;
}
