/* draftclassinsider.com — minimal-whitespace dense layout, vertical margin 0 */

* { margin: 0 !important; padding: 0; box-sizing: border-box; }
*:not(ul):not(ol) { margin-top: 0 !important; margin-bottom: 0 !important; }

html, body {
  margin: 0;
  padding: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.3;
  color: #1a1a1a;
  background: #fafafa;
}

/* headings — tight */
h1 { font-size: 1.5rem; line-height: 1.1; padding: 0; margin: 0 !important; }
h2 { font-size: 1.15rem; line-height: 1.15; padding: 4px 0 2px; }
h3 { font-size: 1rem; line-height: 1.15; padding: 3px 0 1px; }
h4 { font-size: 0.9rem; line-height: 1.1; padding: 2px 0 1px; }

/* tables dense */
table { border-collapse: collapse; width: 100%; font-size: 13px; }
th, td { padding: 2px 6px; text-align: left; border-bottom: 1px solid #e0e0e0; vertical-align: top; }
th { background: #e8ecf1; font-weight: 600; font-size: 12px; }
tr:nth-child(even) td { background: #f6f7f9; }

/* lists */
ul, ol { padding-left: 18px; }
li { padding: 0; }

/* links */
a { color: #0a4dd3; text-decoration: none; }
a:hover { text-decoration: underline; }

/* top bar */
.nav {
  background: #0a1f44;
  color: #fff;
  padding: 6px 12px;
  display: flex;
  align-items: center;
  gap: 16px;
  border-bottom: 3px solid #c8102e;
  position: sticky;
  top: 0;
  z-index: 50;
}
.nav .logo {
  font-weight: 700;
  font-size: 1.05rem;
  letter-spacing: -0.02em;
  color: #fff;
}
.nav .logo span { color: #c8102e; }
.nav a { color: #e4e8f0; font-size: 13px; }
.nav a:hover { color: #fff; text-decoration: underline; }
.nav a.active { color: #fff; font-weight: 600; }

/* content wrap */
.wrap { max-width: 1240px; margin: 0 auto; padding: 4px 10px; }

/* hero strip */
.hero {
  background: linear-gradient(180deg, #0a1f44, #122a5a);
  color: #fff;
  padding: 8px 12px;
  border-bottom: 1px solid #1a3a6e;
}
.hero .kicker { font-size: 11px; text-transform: uppercase; letter-spacing: 0.1em; color: #c8102e; }
.hero h1 { color: #fff; }
.hero .sub { color: #aab3c4; font-size: 13px; }

/* position grid on homepage */
.pos-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 6px;
  padding: 6px 0;
}
.pos-block {
  background: #fff;
  border: 1px solid #d8dde6;
  border-radius: 3px;
  padding: 4px 6px;
}
.pos-block h3 {
  border-bottom: 2px solid #c8102e;
  padding: 2px 0;
  color: #0a1f44;
  font-size: 0.95rem;
}
.pos-block ol { padding-left: 22px; font-size: 12.5px; }
.pos-block ol li { line-height: 1.35; }
.pos-block .school { color: #666; font-size: 11.5px; }
.pos-block .round { color: #c8102e; font-weight: 600; font-size: 11px; float: right; }

/* prospect page */
.prospect-header {
  background: #fff;
  border: 1px solid #d8dde6;
  padding: 6px 10px;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: start;
  gap: 8px;
}
.prospect-header h1 { color: #0a1f44; }
.prospect-header .meta { color: #555; font-size: 13px; }
.prospect-header .proj {
  background: #0a1f44;
  color: #fff;
  padding: 4px 10px;
  border-radius: 3px;
  font-weight: 600;
  font-size: 13px;
}
.prospect-body {
  background: #fff;
  border: 1px solid #d8dde6;
  border-top: none;
  padding: 6px 12px;
}
.prospect-body p { padding: 3px 0; font-size: 13.5px; line-height: 1.45; }
.prospect-body .label { color: #c8102e; font-weight: 700; font-size: 12px; letter-spacing: 0.04em; }
.prospect-body ul { padding-left: 22px; }
.prospect-body ul li { padding: 1px 0; }

/* team page */
.team-header {
  background: #fff;
  border: 1px solid #d8dde6;
  padding: 6px 10px;
}
.pick-card {
  background: #fff;
  border: 1px solid #d8dde6;
  padding: 6px 10px;
  border-left: 4px solid #c8102e;
}
.pick-card h3 { color: #0a1f44; }
.pick-card .reasoning { font-size: 13px; padding: 2px 0; }
.pick-card .alts { font-size: 12px; color: #555; padding: 1px 0; }

/* draft board */
.board-table { background: #fff; }
.board-table .via { color: #c8102e; font-weight: 600; font-size: 11.5px; }
.board-table .team { font-weight: 600; }

/* deep-dive positional section */
.dd-section {
  background: #fff;
  border: 1px solid #d8dde6;
  padding: 4px 8px;
}
.dd-section h2 {
  border-bottom: 2px solid #c8102e;
  color: #0a1f44;
  padding: 2px 0;
}

/* footer */
.footer {
  padding: 8px 12px;
  background: #0a1f44;
  color: #aab3c4;
  font-size: 12px;
  text-align: center;
  border-top: 3px solid #c8102e;
}
.footer a { color: #e4e8f0; }

/* utility classes */
.mb0 { margin-bottom: 0; }
.pad4 { padding: 4px; }
.compact li { line-height: 1.3; }
.wr-type {
  font-size: 11px;
  color: #555;
  font-weight: 600;
  letter-spacing: 0.04em;
}

.round-badge {
  display: inline-block;
  padding: 1px 5px;
  background: #0a1f44;
  color: #fff;
  border-radius: 2px;
  font-size: 11px;
  font-weight: 600;
}

/* 2-col layout for draft board */
.two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}
@media (max-width: 900px) {
  .two-col { grid-template-columns: 1fr; }
  .pos-grid { grid-template-columns: 1fr; }
}

/* images */
.team-logo {
  display: inline-block;
  vertical-align: middle;
  object-fit: contain;
}
.player-img {
  display: block;
  border-radius: 4px;
  object-fit: cover;
  border: 2px solid #0a1f44;
  background: #fff;
}
.prospect-header {
  display: grid !important;
  grid-template-columns: auto 1fr auto;
  gap: 12px;
  align-items: center;
}
.prospect-head-img { line-height: 0; }
.prospect-head-img .player-img { width: 120px; height: 120px; }

.pos-grid .player-img { width: 32px; height: 32px; display: inline-block; vertical-align: middle; margin-right: 4px; border-width: 1px; }

@media (max-width: 700px) {
  .prospect-header { grid-template-columns: auto 1fr; }
  .prospect-head-img .player-img { width: 80px; height: 80px; }
}

/* section header strip */
.section-strip {
  background: #0a1f44;
  color: #fff;
  padding: 4px 10px;
  margin: 4px 0 2px !important;
  font-weight: 600;
  font-size: 0.95rem;
  border-left: 4px solid #c8102e;
}
