/* 전체 배경 및 공간 확보 */
.sysinfo-body {
    background: #0b0f1a !important; 
    margin: 0;
    padding-top: 70px !important;
    padding-bottom: 90px !important;
}

.sysinfo-container {
    padding: 15px;
    max-width: 600px;
    margin: 0 auto;
}

/* 카드 스타일: 황금색 테두리 */
.sysinfo-card {
    background: #161c2d;
    border-radius: 15px;
    padding: 25px;
    border: 1px solid #ecc94b; /* 황금색 테두리 */
    box-shadow: 0 4px 15px rgba(0,0,0,0.5);
}

/* 제목 가독성 강화 */
.info-title-text {
    color: #ecc94b; /* 황금색 */
    font-size: 1.3rem;
    font-weight: 800;
    margin-bottom: 25px;
    border-bottom: 1px solid #2d3748;
    padding-bottom: 15px;
}

/* 본문 글씨: 흰색 */
.info-content {
    color: #ffffff;
    line-height: 1.8;
    font-size: 15px;
    min-height: 200px;
    word-break: break-all;
    white-space: pre-wrap; /* 줄바꿈 유지 */
}

/* 뒤로가기 버튼 */
.action-area {
    margin-top: 30px;
    text-align: center;
}

.back-btn {
    background: #ecc94b;
    border: none;
    color: #1a202c;
    padding: 12px 30px;
    border-radius: 8px;
    font-weight: bold;
    cursor: pointer;
}

.loading-msg { color: #a0aec0; text-align: center; }