/* v7/widgets/dev/dev-sidebar.css - 개발 모드 전용 사이드바 위젯 스타일 */

.dev-sidebar-widget {
    border: 1px dashed var(--wa-color-brand-600, #dc2626);
}

.dev-sidebar-profile {
    text-align: center;
    padding: 0.3rem 0;
}

.dev-sidebar-nickname {
    font-size: 0.9em;
    font-weight: 600;
}

.dev-sidebar-info {
    display: flex;
    flex-direction: column;
    gap: 0.3rem;
    margin-top: 0.4rem;
    padding-top: 0.4rem;
    border-top: 1px solid var(--wa-color-neutral-200, #e5e7eb);
}

.dev-sidebar-row {
    display: flex;
    align-items: baseline;
    gap: 0.4rem;
    font-size: 0.8em;
    line-height: 1.3;
}

.dev-sidebar-label {
    flex-shrink: 0;
    font-weight: 600;
    color: var(--wa-color-brand-600, #dc2626);
    font-family: monospace;
}

.dev-sidebar-value {
    color: var(--wa-color-text-quiet, #999);
    word-break: break-all;
    font-family: monospace;
    font-size: 0.9em;
}

.dev-sidebar-session {
    font-size: 0.8em;
}

.dev-sidebar-nologin {
    text-align: center;
    padding: 0.5rem 0;
    color: var(--wa-color-text-quiet, #999);
    font-size: 0.85em;
}
