@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("/theme/fonts/inter-latin.woff2") format("woff2");
}
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
body {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  color: #1f2937; background: #ffffff; line-height: 1.6; font-size: 16px;
  -webkit-font-smoothing: antialiased;
}
a { color: #2563eb; text-decoration: none; }
a:hover { text-decoration: underline; }
ul, ol { margin: 12px 0; padding-left: 24px; }
.b-nav {
  position: sticky; top: 0; z-index: 100; background: #fff;
  border-bottom: 1px solid #e5e7eb; padding: 0 24px;
}
.b-nav-inner {
  max-width: 1100px; margin: 0 auto; display: flex;
  align-items: center; justify-content: space-between; height: 64px;
}
.b-nav-logo { font-weight: 700; font-size: 18px; color: #111827; }
.b-nav-links { display: flex; gap: 32px; }
.b-nav-links a { color: #6b7280; font-size: 14px; font-weight: 500; }
.b-nav-links a:hover { color: #111827; text-decoration: none; }
.b-nav-cta {
  background: #2563eb; color: #fff !important; padding: 8px 20px;
  border-radius: 6px; font-size: 14px; font-weight: 500;
}
.b-nav-cta:hover { background: #1d4ed8; text-decoration: none; }
.b-hero {
  max-width: 720px; margin: 0 auto; text-align: center;
  padding: 80px 24px 64px;
}
.b-badge {
  display: inline-block; background: #eff6ff; color: #2563eb;
  font-size: 12px; font-weight: 600; padding: 4px 12px;
  border-radius: 9999px; margin-bottom: 16px; text-transform: uppercase;
  letter-spacing: 0.05em;
}
.b-hero h1 {
  font-size: 48px; font-weight: 700; color: #111827;
  line-height: 1.1; margin-bottom: 16px; letter-spacing: -0.02em;
}
.b-hero p {
  font-size: 18px; color: #6b7280; max-width: 540px; margin: 0 auto 32px;
}
.b-hero-actions { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }
.b-btn-primary {
  display: inline-block; background: #2563eb; color: #fff !important;
  padding: 12px 28px; border-radius: 8px; font-size: 15px; font-weight: 600;
}
.b-btn-primary:hover { background: #1d4ed8; text-decoration: none; }
.b-btn-secondary {
  display: inline-block; background: #fff; color: #374151 !important;
  padding: 12px 28px; border-radius: 8px; font-size: 15px; font-weight: 600;
  border: 1px solid #d1d5db;
}
.b-btn-secondary:hover { background: #f9fafb; text-decoration: none; }
.b-section {
  max-width: 1100px; margin: 0 auto; padding: 64px 24px;
}
.b-section-header {
  text-align: center; max-width: 600px; margin: 0 auto 48px;
}
.b-section-header h2 {
  font-size: 32px; font-weight: 700; color: #111827;
  margin-bottom: 12px; letter-spacing: -0.01em;
}
.b-section-header p { font-size: 16px; color: #6b7280; }
.b-divider { border: none; border-top: 1px solid #e5e7eb; margin: 0; }
.b-features {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px;
}
@media (max-width: 768px) {
  .b-features { grid-template-columns: 1fr; }
  .b-hero h1 { font-size: 32px; }
  .b-nav-links { display: none; }
  .b-comparison th, .b-comparison td { padding: 8px; font-size: 13px; }
}
.b-feature-card {
  padding: 24px; border: 1px solid #e5e7eb; border-radius: 12px;
  background: #fff;
}
.b-feature-icon {
  width: 40px; height: 40px; border-radius: 8px; background: #eff6ff;
  display: flex; align-items: center; justify-content: center;
  font-size: 20px; margin-bottom: 16px;
}
.b-feature-card h3 {
  font-size: 16px; font-weight: 600; color: #111827; margin-bottom: 8px;
}
.b-feature-card p { font-size: 14px; color: #6b7280; line-height: 1.5; }
.b-comparison {
  width: 100%; border-collapse: collapse; font-size: 14px;
}
.b-comparison th {
  text-align: left; padding: 12px 16px; font-weight: 600;
  color: #374151; border-bottom: 2px solid #e5e7eb; background: #f9fafb;
}
.b-comparison td {
  padding: 12px 16px; border-bottom: 1px solid #f3f4f6; color: #4b5563;
}
.b-comparison tr:last-child td { border-bottom: none; }
.b-check { color: #059669; font-weight: 600; }
.b-cross { color: #d1d5db; }
.b-partial { color: #d97706; font-size: 12px; }
.b-ownership-grid {
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px;
}
@media (max-width: 640px) { .b-ownership-grid { grid-template-columns: 1fr; } }
.b-ownership-card {
  padding: 20px; border-radius: 8px; background: #f9fafb;
}
.b-ownership-card h4 {
  font-size: 14px; font-weight: 600; color: #111827; margin-bottom: 4px;
}
.b-ownership-card p { font-size: 13px; color: #6b7280; }
.b-cta {
  text-align: center; background: #f9fafb; padding: 64px 24px;
  border-top: 1px solid #e5e7eb; border-bottom: 1px solid #e5e7eb;
}
.b-cta h2 { font-size: 28px; font-weight: 700; color: #111827; margin-bottom: 8px; }
.b-cta p { color: #6b7280; margin-bottom: 24px; }
.b-footer {
  text-align: center; padding: 40px 24px; font-size: 13px; color: #9ca3af;
}
.b-footer a { color: #9ca3af; }
.b-footer a:hover { color: #6b7280; }
#fun-mode-btn {
  background: none; border: none; color: #d1d5db; font-size: 11px;
  cursor: pointer; padding: 4px 8px; margin-top: 12px;
}
#fun-mode-btn:hover { color: #9ca3af; }
#boring-exit-btn {
  position: fixed; bottom: 16px; right: 16px; z-index: 200;
  background: #ffffff; color: #6b7280;
  border: 1px solid #e5e7eb; border-radius: 6px;
  padding: 8px 14px;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 12px; font-weight: 500; line-height: 1;
  cursor: pointer; box-shadow: 0 1px 2px rgba(0,0,0,0.04);
}
#boring-exit-btn:hover { color: #111827; border-color: #d1d5db; }
.b-guide-content { max-width: 720px; margin: 0 auto; }
.b-guide-content h2 { font-size: 24px; font-weight: 600; color: #111827; margin: 32px 0 12px; }
.b-guide-content h3 { font-size: 18px; font-weight: 600; color: #374151; margin: 24px 0 8px; }
.b-guide-content p { margin: 12px 0; color: #4b5563; line-height: 1.7; }
.b-guide-content ul, .b-guide-content ol { margin: 12px 0; padding-left: 24px; color: #4b5563; line-height: 1.8; }
.b-guide-content table { width: 100%; border-collapse: collapse; margin: 16px 0; font-size: 14px; }
.b-guide-content th { text-align: left; padding: 8px 12px; font-weight: 600; border-bottom: 2px solid #e5e7eb; background: #f9fafb; color: #374151; }
.b-guide-content td { padding: 8px 12px; border-bottom: 1px solid #f3f4f6; color: #4b5563; }
.b-guide-content code { background: #f3f4f6; padding: 2px 6px; border-radius: 4px; font-size: 13px; }
.b-guide-content pre { background: #f9fafb; border: 1px solid #e5e7eb; padding: 16px; border-radius: 8px; overflow-x: auto; }
.b-guide-content pre code { background: none; padding: 0; }
.b-guide-content blockquote { border-left: 3px solid #e5e7eb; padding: 8px 16px; margin: 12px 0; color: #6b7280; }
.b-guide-content a { color: #2563eb; }
.b-guide-content a:hover { text-decoration: underline; }
.b-guide-content b, .b-guide-content strong { color: #111827; }
.b-guide-content img { display: block; max-width: 50%; height: auto; margin: 24px auto; border-radius: 16px; border: 1px solid #e5e7eb; box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1); }
@media (max-width: 768px) { .b-guide-content img { max-width: 85%; } }
@media (max-width: 400px) { .b-guide-content img { max-width: 95%; } }
