* { box-sizing: border-box; }
body { font-family: system-ui, "Segoe UI", Roboto, sans-serif; margin: 0; padding: .75rem; color: #1e293b; background: #eef2f7; line-height: 1.5; }
a { color: #2563eb; }
.shell { max-width: 40rem; margin: 0 auto; background: #fff; padding: 1.15rem 1.1rem 1.5rem; border-radius: 12px; box-shadow: 0 2px 14px rgba(15,23,42,.06); }
.topnav { display: flex; flex-wrap: wrap; gap: .5rem 1rem; align-items: center; margin-bottom: 1rem; font-size: .875rem; }
.topnav a { font-weight: 500; }
h1 { font-size: 1.2rem; font-weight: 700; margin: 0 0 .35rem; }
.sub { font-size: .875rem; color: #64748b; margin: 0 0 1rem; }
.search-wrap { margin-bottom: 1rem; }
#q { width: 100%; padding: .65rem .85rem; font-size: 1rem; border: 1px solid #cbd5e1; border-radius: 10px; }
.cat-filters { display: flex; flex-wrap: wrap; gap: .35rem; margin: .5rem 0 1rem; }
.cat-filters button { font-size: .75rem; padding: .35rem .6rem; border: 1px solid #e2e8f0; background: #f8fafc; border-radius: 999px; cursor: pointer; }
.cat-filters button.on { background: #2563eb; color: #fff; border-color: #2563eb; }
#hits { list-style: none; margin: 0; padding: 0; }
#hits li { margin: 0 0 .35rem; }
#hits a { display: block; padding: .55rem .65rem; background: #f8fafc; border-radius: 8px; text-decoration: none; color: #0f172a; border: 1px solid #e2e8f0; }
#hits a:hover { border-color: #93c5fd; background: #eff6ff; }
#hits .kw { font-size: .72rem; color: #64748b; margin-top: .15rem; }
.nohits { color: #64748b; font-size: .875rem; }
.calc-form { display: grid; gap: .75rem; margin: 1rem 0; }
.calc-form label { display: block; font-size: .8125rem; font-weight: 600; color: #334155; }
.calc-form input, .calc-form select { width: 100%; padding: .55rem .65rem; font-size: 1rem; border: 1px solid #cbd5e1; border-radius: 8px; }
.calc-form button[type=submit], .btn { padding: .65rem 1rem; font-size: 1rem; font-weight: 600; border: 0; border-radius: 8px; background: #2563eb; color: #fff; cursor: pointer; }
.out { margin-top: 1rem; padding: 1rem; background: #f0fdf4; border: 1px solid #86efac; border-radius: 10px; font-size: .9375rem; }
.out strong { color: #166534; }
.disc { font-size: .75rem; color: #64748b; margin: 1rem 0 0; line-height: 1.45; }
.foot { max-width: 40rem; margin: 1rem auto 0; padding: 0 .5rem 2rem; font-size: .8125rem; color: #64748b; }
.foot a { margin-right: .75rem; }

.shell { max-width: 44rem; }
.calc-form fieldset {
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  padding: .85rem 1rem;
  margin: 0 0 .75rem;
  background: #fafbfc;
}
.calc-form legend {
  font-size: .8125rem;
  font-weight: 700;
  color: #334155;
  padding: 0 .35rem;
}
.calc-hint {
  font-size: .78rem;
  color: #64748b;
  margin: -.25rem 0 .5rem;
  line-height: 1.45;
}
.out-rich {
  background: linear-gradient(180deg, #f0fdf4 0%, #ecfdf5 100%);
  border-color: #6ee7b7;
}
.out-warn {
  background: #fffbeb;
  border-color: #fcd34d;
}
.out-warn strong { color: #92400e; }
.co-table {
  width: 100%;
  border-collapse: collapse;
  font-size: .875rem;
  margin: .5rem 0 0;
}
.co-table th {
  text-align: left;
  font-weight: 600;
  color: #475569;
  padding: .35rem .5rem .35rem 0;
  vertical-align: top;
  width: 42%;
  border-bottom: 1px solid #e2e8f0;
}
.co-table td {
  padding: .35rem 0;
  border-bottom: 1px solid #e2e8f0;
  color: #0f172a;
}
.co-table-num th,
.co-table-num td {
  text-align: right;
  border-bottom: 1px solid #e2e8f0;
  padding: .4rem .35rem;
  font-variant-numeric: tabular-nums;
}
.co-table-num thead th {
  font-size: .75rem;
  text-transform: uppercase;
  letter-spacing: .02em;
  color: #64748b;
}
.co-scroll {
  overflow-x: auto;
  margin: .75rem 0 0;
  -webkit-overflow-scrolling: touch;
}
.co-ell {
  text-align: center;
  color: #94a3b8;
  font-style: italic;
}
.co-details {
  margin-top: .85rem;
  border: 1px solid #d1fae5;
  border-radius: 8px;
  background: #fff;
  font-size: .8125rem;
}
.co-details summary {
  cursor: pointer;
  padding: .55rem .75rem;
  font-weight: 600;
  color: #047857;
}
.co-details-body {
  padding: 0 .75rem .65rem;
  color: #475569;
  line-height: 1.5;
}
.co-badge {
  display: inline-block;
  font-size: .7rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .04em;
  padding: .2rem .45rem;
  border-radius: 6px;
  background: #dbeafe;
  color: #1d4ed8;
  margin-left: .35rem;
}
.co-res-title {
  font-size: .9375rem;
  font-weight: 700;
  color: #166534;
  margin: 0 0 .5rem;
}
hr.co-sep {
  border: 0;
  border-top: 1px solid #bbf7d0;
  margin: .75rem 0;
}

.co-web-tier {
  color: #64748b;
  font-weight: 500;
}
.calc-engine-slot {
  display: block;
}
.co-app-promo-host {
  margin: 0 0 0.75rem;
}
.co-app-promo {
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid #c7d2fe;
  background: linear-gradient(135deg, #eef2ff 0%, #f0f9ff 48%, #ecfeff 100%);
  box-shadow: 0 4px 20px rgba(79, 70, 229, 0.08);
}
.co-app-promo-inner {
  position: relative;
  padding: 1rem 1.1rem 1.15rem;
  z-index: 1;
}
.co-app-promo-badge {
  display: inline-block;
  font-size: .65rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #4338ca;
  background: rgba(255, 255, 255, 0.85);
  border: 1px solid #c7d2fe;
  padding: 0.25rem 0.5rem;
  border-radius: 999px;
}
.co-app-promo-kicker {
  margin: 0.5rem 0 0.15rem;
  font-size: 0.78rem;
  font-weight: 600;
  color: #4f46e5;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.co-app-promo-title {
  margin: 0 0 0.45rem;
  font-size: 1.05rem;
  font-weight: 800;
  line-height: 1.25;
  color: #0f172a;
  letter-spacing: -0.02em;
}
.co-app-promo-lead {
  margin: 0 0 0.65rem;
  font-size: 0.875rem;
  line-height: 1.55;
  color: #334155;
}
.co-app-promo-lead strong {
  color: #1e293b;
}
.co-app-promo-list {
  margin: 0 0 0.85rem;
  padding-left: 1.15rem;
  font-size: 0.8125rem;
  line-height: 1.5;
  color: #475569;
}
.co-app-promo-list li {
  margin-bottom: 0.35rem;
}
.co-app-promo-list li:last-child {
  margin-bottom: 0;
}
.co-app-promo-btn {
  display: block;
  width: 100%;
  box-sizing: border-box;
  text-align: center;
  padding: 0.75rem 1rem;
  font-size: 0.9375rem;
  font-weight: 700;
  color: #fff !important;
  text-decoration: none !important;
  border-radius: 10px;
  background: linear-gradient(180deg, #4f46e5 0%, #4338ca 100%);
  box-shadow: 0 3px 14px rgba(67, 56, 202, 0.35);
  border: 0;
  transition: transform 0.12s ease, box-shadow 0.12s ease;
}
.co-app-promo-btn:hover {
  box-shadow: 0 5px 22px rgba(67, 56, 202, 0.45);
}
.co-app-promo-btn:active {
  transform: scale(0.98);
}
.co-app-promo-micro {
  margin: 0.6rem 0 0;
  font-size: 0.72rem;
  line-height: 1.45;
  color: #64748b;
  text-align: center;
}
.co-stub-blur {
  filter: blur(6px);
  user-select: none;
  pointer-events: none;
}
.co-out-restrict {
  position: relative;
  overflow: hidden;
}
.co-restrict-cta-host {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.85rem;
  background: linear-gradient(180deg, rgba(240, 253, 244, 0.12) 0%, rgba(240, 253, 244, 0.92) 100%);
  z-index: 2;
  pointer-events: auto;
}
.co-restrict-btn {
  display: block;
  width: 100%;
  max-width: 20rem;
  box-sizing: border-box;
  text-align: center;
  padding: 0.85rem 1rem;
  font-size: 0.95rem;
  font-weight: 700;
  color: #fff !important;
  text-decoration: none !important;
  border-radius: 10px;
  background: linear-gradient(180deg, #4f46e5 0%, #4338ca 100%);
  box-shadow: 0 4px 18px rgba(67, 56, 202, 0.38);
}
.co-restrict-btn:active {
  transform: scale(0.98);
}
.co-restrict-sub {
  margin: .5rem 0 0;
  font-size: .78rem;
  color: #64748b;
  text-align: center;
}

@media (max-width: 480px) {
  .co-app-promo-inner {
    padding: 0.85rem 0.9rem 1rem;
  }
  .co-app-promo-title {
    font-size: 0.98rem;
  }
}

body{background:#0f172a!important;color:#e2e8f0!important;} .shell{background:#1e293b!important;border:1px solid #334155;} a{color:#38bdf8!important;} h1{color:#f8fafc;}


.shell{ border-radius:12px; } #hits li a{ border-radius:8px; }
