/* MemeDance Terms - Shared Styles (앱 다크 테마와 정렬) */
body {
  font-family: "Pretendard", -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Malgun Gothic", sans-serif;
  line-height: 1.6;
  color: #e5e5e5;
  background: #121212;
  max-width: 800px;
  margin: 0 auto;
  padding: 20px;
  word-break: keep-all;
}

h1 {
  color: #fff;
  border-bottom: 2px solid rgba(255,255,255,0.15);
  padding-bottom: 10px;
  margin-bottom: 20px;
  font-size: 24px;
}

h2 {
  color: #eee;
  margin-top: 30px;
  margin-bottom: 15px;
  font-size: 1.5em;
  border-bottom: 1px solid rgba(255,255,255,0.15);
  padding-bottom: 5px;
}

h3 {
  color: #ddd;
  margin-top: 25px;
  margin-bottom: 10px;
  font-size: 1.1em;
  font-weight: bold;
}

p {
  margin-bottom: 15px;
  font-size: 15px;
}

ul, ol {
  margin-bottom: 15px;
  padding-left: 20px;
  font-size: 15px;
}

li {
  margin-bottom: 10px;
}

strong {
  color: #fff;
}

a {
  color: #00FF94;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.date-info {
  color: rgba(255,255,255,0.6);
  font-size: 0.9em;
  margin-bottom: 30px;
}

/* 공통 박스 스타일 - 다크 테마 */
.highlight-box {
  background-color: rgba(0, 255, 148, 0.08);
  border-left: 4px solid #00FF94;
  padding: 15px;
  margin: 20px 0;
}

.warning-box {
  background-color: rgba(255, 193, 7, 0.15);
  border-left: 4px solid #ffc107;
  padding: 15px;
  margin: 20px 0;
}

.warning-box-danger {
  background-color: rgba(220, 53, 69, 0.15);
  border-left: 4px solid #dc3545;
  padding: 15px;
  margin: 20px 0;
}

.important-box {
  background-color: rgba(0, 255, 148, 0.08);
  border: 1px solid rgba(0, 255, 148, 0.3);
  padding: 15px;
  margin: 20px 0;
  border-radius: 5px;
}

.notice-box {
  background-color: rgba(255, 193, 7, 0.12);
  border: 2px solid #ffc107;
  padding: 18px;
  margin: 20px 0;
  border-radius: 6px;
  box-shadow: 0 2px 8px rgba(255, 193, 7, 0.15);
}

.notice-box .notice-title {
  color: #ffc107;
  font-weight: bold;
  font-size: 15px;
  margin-bottom: 12px;
}

.notice-box ul {
  margin-bottom: 0;
}

.alert-text {
  color: #ff6b6b;
  font-weight: bold;
}

.text-danger {
  color: #ff6b6b;
  font-weight: bold;
  margin-top: 10px;
}

.highlight {
  color: #00FF94;
  font-weight: bold;
}

.footer-date {
  margin-top: 50px;
  color: rgba(255,255,255,0.6);
  font-size: 14px;
  border-top: 1px solid rgba(255,255,255,0.15);
  padding-top: 20px;
}

.exception-note {
  color: rgba(255,255,255,0.6);
  font-size: 0.95em;
  margin-left: 20px;
  font-style: italic;
}

/* 개인정보처리방침 테이블 (한국 필수 양식) */
table {
  width: 100%;
  border-collapse: collapse;
  margin: 15px 0;
  font-size: 14px;
}

th, td {
  border: 1px solid rgba(255,255,255,0.2);
  padding: 10px;
  text-align: left;
}

th {
  background-color: rgba(30, 30, 30, 0.8);
  font-weight: bold;
  color: #ccc;
  width: 30%;
}
