:root {
  color-scheme: dark;
  font-family: "Segoe UI", Arial, sans-serif;
  color: #f3f6fc;
  background: #080c13;
}
* {
  box-sizing: border-box;
}
body {
  margin: 0;
  background: radial-gradient(ellipse at top right, #203648, transparent 55%);
  min-height: 100vh;
}
main {
  max-width: 960px;
  margin: 0 auto;
  padding: 60px 28px;
}
h1,
h2 {
  font-family: Impact, "Arial Narrow", sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 1.05;
}
h1 {
  font-size: clamp(40px, 6vw, 72px);
  margin: 22px 0;
  padding-left: 20px;
  border-left: 5px solid #ff8a5b;
}
h2 {
  font-size: 32px;
}
p {
  color: #b8c7dc;
  font-size: 14px;
  line-height: 1.7;
}
.eyebrow {
  color: #4db8ff;
  letter-spacing: 2px;
  font-size: 12px;
  font-weight: 800;
}
small {
  display: block;
  color: #adbed5;
  font-size: 12px;
  margin-top: 5px;
}
.rankings {
  padding: 0;
  list-style: none;
  border: 1px solid #35445b;
  border-radius: 10px;
  overflow: hidden;
  background: #111925;
}
.comparison-boards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}
.comparison-board {
  min-width: 0;
}
.comparison-board .rankings li {
  padding: 18px 12px;
  gap: 12px;
}
.comparison-board li strong {
  font-size: 17px;
}
.comparison-board .rank {
  font-size: 30px;
}
.comparison-board li > b {
  font-size: 24px;
}
.rankings li.highlighted {
  background: #214d67;
}
.rankings li {
  display: flex;
  gap: 24px;
  align-items: center;
  padding: 24px;
  border-bottom: 1px solid #2b374b;
}
.rankings li:first-child {
  background: linear-gradient(110deg, #1b3c55, #102638);
}
.rankings li:last-child {
  border-bottom: 0;
}
li div {
  flex: 1;
  min-width: 0;
}
li strong {
  font-size: 19px;
}
.rank {
  font:
    italic 40px Impact,
    "Arial Narrow",
    sans-serif;
  color: #aabbd4;
}
li:first-child .rank,
li:first-child > b {
  color: #4db8ff;
}
li > b {
  font:
    32px Impact,
    "Arial Narrow",
    sans-serif;
  text-align: right;
}
li > b small {
  font:
    10px "Segoe UI",
    sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
}
button,
a {
  padding: 12px 18px;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  border-radius: 6px;
  color: #eef4fc;
  background: #233148;
  border: 1px solid #485d7b;
  margin: 5px 6px 5px 0;
  text-decoration: none;
  font:
    700 13px "Segoe UI",
    sans-serif;
  cursor: pointer;
}
button:first-of-type {
  background: #4db8ff;
  color: #071724;
  border-color: #4db8ff;
}
button:hover,
a:hover {
  filter: brightness(1.2);
}
table {
  border-collapse: collapse;
  width: 100%;
  font-size: 13px;
}
td,
th {
  border: 1px solid #34435a;
  padding: 14px;
  text-align: left;
}
th {
  background: #1e2b3f;
}
caption {
  text-align: left;
  color: #adbed5;
  margin: 16px 0;
}
.scroll {
  overflow: auto;
}
blockquote,
article {
  background: #152032;
  border-left: 3px solid #ff8a5b;
  padding: 20px;
  margin: 24px 0;
  line-height: 1.7;
  white-space: pre-wrap;
}
blockquote footer {
  color: #adbed5;
  margin-top: 12px;
}
:focus-visible {
  outline: 3px solid #4db8ff;
  outline-offset: 4px;
}
@media (max-width: 600px) {
  .comparison-boards {
    grid-template-columns: 1fr;
  }
  main {
    padding: 30px 18px;
  }
  .rankings li {
    padding: 18px 12px;
    gap: 14px;
  }
  li strong {
    font-size: 16px;
  }
  .rank {
    font-size: 30px;
  }
  li > b {
    font-size: 25px;
  }
}

.shared-notebook {
  max-width: 1060px;
}
.notebook-masthead {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 32px;
}
.notebook-logo {
  width: 130px;
  max-height: 90px;
  object-fit: contain;
}
.notebook-profile {
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 24px;
  background: #111925;
  border: 1px solid #283448;
  border-radius: 10px;
}
.notebook-profile > div {
  min-width: 0;
}
.notebook-profile h1 {
  border: 0;
  padding: 0;
  margin: 12px 0;
  font-size: clamp(36px, 5vw, 60px);
  overflow-wrap: anywhere;
}
.notebook-profile p {
  margin: 8px 0;
}
.notebook-player-photo {
  width: 150px;
  height: 164px;
  object-fit: cover;
  object-position: center;
  border-radius: 6px;
  background: #233148;
}
.notebook-consensus {
  margin-left: auto;
  text-align: center;
}
.notebook-consensus strong {
  display: block;
  font:
    58px Impact,
    "Arial Narrow",
    sans-serif;
  color: #4db8ff;
}
.notebook-ranks,
.notebook-comps {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}
.notebook-ranks {
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
}
.notebook-ranks > div {
  padding: 18px;
  background: #172537;
  border-radius: 8px;
  overflow-wrap: anywhere;
}
.notebook-ranks strong {
  display: block;
  margin-top: 8px;
  font:
    30px Impact,
    "Arial Narrow",
    sans-serif;
  color: #4db8ff;
}
article.notebook-comp {
  display: flex;
  align-items: center;
  gap: 18px;
  margin: 0;
  padding: 16px;
  border: 1px solid #283448;
  border-radius: 8px;
  white-space: normal;
}
.notebook-comp img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 6px;
  background: #1c344b;
}
.notebook-comp > div {
  min-width: 0;
  overflow-wrap: anywhere;
}
.notebook-comp h3 {
  font-size: 24px;
  line-height: 1.2;
  margin: 7px 0;
}
.notebook-comp .eyebrow {
  font-size: 10px;
}
article.notebook-note {
  white-space: normal;
  border-left-color: #4db8ff;
  border-radius: 6px;
}
.notebook-note header {
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  overflow-wrap: anywhere;
}
.notebook-note time {
  font-size: 12px;
  color: #adbed5;
}
.notebook-note p {
  white-space: pre-wrap;
  overflow-wrap: anywhere;
  color: #f3f6fc;
}
.notebook-pagination {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.notebook-footer {
  margin-top: 36px;
  padding-top: 20px;
  border-top: 1px solid #283448;
}
@media (max-width: 600px) {
  .notebook-masthead {
    align-items: flex-start;
  }
  .notebook-logo {
    width: 85px;
    max-height: 65px;
  }
  .notebook-profile {
    padding: 16px;
    gap: 16px;
    flex-wrap: wrap;
  }
  .notebook-player-photo {
    width: 100px;
    height: 115px;
  }
  .notebook-profile > div:not(.notebook-consensus) {
    flex: 1;
  }
  .notebook-profile h1 {
    font-size: 32px;
  }
  .notebook-consensus {
    display: flex;
    align-items: center;
    gap: 12px;
    width: 100%;
  }
  .notebook-consensus strong {
    font-size: 36px;
  }
  .notebook-comps {
    grid-template-columns: 1fr;
  }
  .notebook-comp img {
    width: 75px;
    height: 80px;
  }
}

.shared-notebook {
  border-top: 6px solid #4db8ff;
}
.notebook-masthead h2 {
  font-size: clamp(28px, 4vw, 44px);
  margin: 10px 0;
  overflow-wrap: anywhere;
}
.notebook-signoff {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.notebook-signoff strong {
  font:
    28px Impact,
    "Arial Narrow",
    sans-serif;
}
.notebook-signoff span {
  color: #4db8ff;
  font-size: 14px;
}


.contact-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.65fr);
  margin-top: 48px;
  border: 1px solid #334960;
  border-radius: 16px;
  overflow: hidden;
  background: #101925;
  box-shadow: 0 24px 64px #0003;
}
.contact-intro {
  display: flex;
  flex-direction: column;
  padding: 32px 26px;
  border-top: 4px solid #4db8ff;
  background: linear-gradient(145deg, #1d3a53, #122538 65%, #101f2e);
  position: relative;
}
.contact-intro::after {
  content: "";
  position: absolute;
  bottom: 62px;
  right: 0;
  width: 90px;
  height: 100px;
  background: repeating-linear-gradient(125deg, transparent 0 15px, #4db8ff0b 15px 17px);
  pointer-events: none;
}
.contact-kicker {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #95d5ff;
  font-size: 9px;
  line-height: 1.5;
  font-weight: 800;
  letter-spacing: 1.6px;
}
.contact-kicker > span {
  font-size: 24px;
  line-height: 1;
}
.contact-panel h2 {
  margin: 28px 0 18px;
  font-size: clamp(38px, 4.2vw, 54px);
  letter-spacing: -0.8px;
}
.contact-intro p {
  font-size: 14px;
  line-height: 1.8;
  color: #c2d5e5;
  margin-bottom: 32px;
}
.contact-intro-footer {
  display: grid;
  gap: 18px;
  margin-top: auto;
  color: #acc8dc;
  font-size: 11px;
  line-height: 1.7;
}
.contact-rule { width: 30px; height: 3px; background: #4db8ff; }
.contact-fields { min-width: 0; padding: 32px; }
.contact-form { display: grid; gap: 24px; }
.contact-row { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 16px; }
.contact-form label { display: grid; gap: 10px; min-width: 0; color: #d9e6f2; font-size: 12px; line-height: 1.5; font-weight: 600; }
.contact-form input, .contact-form select, .contact-form textarea {
  width: 100%; min-width: 0; padding: 13px 14px; border: 1px solid #3a5068; border-radius: 8px;
  background: #0b131e; color: #f3f6fc; font: 15px/1.5 "Segoe UI", Arial, sans-serif;
  transition: border-color 150ms, box-shadow 150ms;
}
.contact-form input, .contact-form select { min-height: 50px; }
.contact-form textarea { resize: vertical; min-height: 174px; }
.contact-form input::placeholder, .contact-form textarea::placeholder { color: #879bb0; opacity: 1; }
.contact-form input:hover, .contact-form select:hover, .contact-form textarea:hover { border-color: #69829b; }
.contact-form :focus-visible { outline: 2px solid #4db8ff; outline-offset: 3px; }
.contact-actions { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.contact-actions small { margin: 0; max-width: 220px; color: #9fb1c5; font-size: 11px; line-height: 1.7; }
.contact-form button {
  display: flex; align-items: center; justify-content: center; gap: 22px; flex-shrink: 0;
  min-height: 50px; padding: 13px 20px; border: 1px solid #7ecaff; border-radius: 8px;
  background: #4db8ff; color: #071421; font: 700 14px "Segoe UI", Arial, sans-serif; cursor: pointer;
  box-shadow: 0 6px 20px #4db8ff14;
}
.contact-form button:hover { background: #82cdff; }
.contact-form button span { font-size: 20px; line-height: 1; }
.contact-error { padding: 12px 16px; border: 1px solid #8c4f40; border-radius: 8px; background: #351e1b; color: #ffcabd; }
.contact-trap { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); }
.contact-sent { display: block; padding: 36px; border-top: 4px solid #4db8ff; background: linear-gradient(125deg, #1d3a53, #101925); }
@media (max-width: 760px) {
  .contact-panel { grid-template-columns: 1fr; margin-top: 36px; }
  .contact-intro { padding: 24px; }
  .contact-panel h2 { margin: 18px 0 12px; font-size: 42px; }
  .contact-intro p { margin-bottom: 0; }
  .contact-intro-footer { display: none; }
  .contact-fields { padding: 24px; }
  .contact-actions { flex-direction: column-reverse; align-items: stretch; gap: 16px; }
  .contact-actions small { max-width: none; }
  .contact-form button { width: 100%; }
}
@media (max-width: 480px) {
  .contact-row { grid-template-columns: 1fr; gap: 20px; }
  .contact-fields { padding: 22px; }
  .contact-form input, .contact-form select, .contact-form textarea { font-size: 16px; }
}
.receipt-stamp { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 16px 0; margin-bottom: 24px; border-bottom: 1px dashed #4db8ff80; }
.receipt-stamp > span { display: inline-flex; align-items: center; gap: 12px; color: #4db8ff; font: 700 24px/1.2 "Segoe UI", sans-serif; letter-spacing: 3px; }
.receipt-stamp svg { width: 24px; height: 28px; fill: none; stroke: currentColor; stroke-width: 1.6; }
.receipt-stamp time { color: #adbed5; font-size: 13px; }
a.receipt-domain { color: #4db8ff; font-size: 22px; font-weight: 700; text-decoration: none; }
a.receipt-domain:hover { text-decoration: underline; }
.notebook-note header { flex-wrap: wrap; gap: 8px 20px; }
@media (max-width: 600px) { .receipt-stamp { flex-direction: column; align-items: flex-start; } }
