
body{font-family:-apple-system,"Apple SD Gothic Neo","Malgun Gothic",sans-serif;
line-height:1.75;max-width:760px;margin:0 auto;padding:20px;color:#1f2937}
h1{font-size:1.7rem;line-height:1.35}h2{margin-top:2rem;font-size:1.25rem}
table{border-collapse:collapse;width:100%;margin:1rem 0;font-size:.95rem}
th,td{border:1px solid #e5e7eb;padding:7px 9px;text-align:left}
th{background:#f8fafc}
nav{margin:1.2rem 0;padding:.8rem;background:#f8fafc;border-radius:8px;
font-size:.92rem;line-height:2}
a{color:#2563eb}
.src{color:#6b7280;font-size:.87rem;margin-top:2.5rem;
border-top:1px solid #e5e7eb;padding-top:1rem}
.cookie-consent {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: white;
  border-top: 1px solid var(--gray-200, #e2e8f0);
  box-shadow: 0 -4px 12px rgba(0,0,0,0.08);
  padding: 16px;
  animation: cookieSlideUp 0.3s ease;
}
@keyframes cookieSlideUp { from { transform: translateY(100%); } to { transform: translateY(0); } }
@media (prefers-reduced-motion: reduce) {
  .cookie-consent { animation: none; }
}
.cookie-consent-inner {
  max-width: 960px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}
.cookie-consent-inner p { font-size: 14px; color: var(--gray-700, #334155); margin: 0; }
.cookie-consent-inner a { color: #0369A1; font-weight: 500; }
.cookie-consent-actions { display: flex; gap: 8px; flex-shrink: 0; }
.cookie-btn { padding: 8px 20px; border-radius: 8px; font-size: 14px; font-weight: 500; cursor: pointer; border: none; transition: all 0.15s; font-family: inherit; }
.cookie-btn:focus-visible { outline: 3px solid #0369a1; outline-offset: 2px; }
.cookie-btn-decline { background: var(--gray-100, #f1f5f9); color: var(--gray-700, #334155); }
.cookie-btn-decline:hover { background: var(--gray-200, #e2e8f0); }
.cookie-btn-accept { background: #0284C7; color: white; }
.cookie-btn-accept:hover { background: #0284C7; }

.inline-cta {
  background: linear-gradient(135deg, #F0F9FF, #EFF6FF);
  border: 1px solid #BFDBFE;
  border-radius: 16px;
  padding: 24px;
  text-align: center;
  margin: 32px 0;
}
.inline-cta p {
  font-size: 16px;
  font-weight: 600;
  color: #1E293B;
  margin-bottom: 12px;
}
.social-share {
  text-align: center;
  padding: 24px 0;
  margin-top: 32px;
  border-top: 1px solid #E2E8F0;
}
.social-share p {
  font-size: 14px;
  color: #64748B;
  margin-bottom: 12px;
}
.social-share-btns {
  display: flex;
  justify-content: center;
  gap: 8px;
  flex-wrap: wrap;
}
.social-btn {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 8px 16px;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  border: 1px solid #E2E8F0;
  background: white;
  color: #475569;
  cursor: pointer;
  transition: all 0.15s;
}
.social-btn:hover { background: #F8FAFC; border-color: #CBD5E1; }

  
