/**
 * Reset some basic elements
 */
body, h1, h2, h3, h4, h5, h6,
p, blockquote, pre, hr,
dl, dd, ol, ul, figure {
  margin: 0;
  padding: 0;
}

/**
 * Basic styling
 */
body {
  font: 400 16px/1.5 -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  color: #111;
  background-color: #fdfdfd;
  -webkit-text-size-adjust: 100%;
  -webkit-font-feature-settings: "kern" 1;
  -moz-font-feature-settings: "kern" 1;
  -o-font-feature-settings: "kern" 1;
  font-feature-settings: "kern" 1;
  font-kerning: normal;
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}

/**
 * Set `margin-bottom` to maintain vertical rhythm
 */
h1, h2, h3, h4, h5, h6,
p, blockquote, pre,
ul, ol, dl, figure,
.highlight {
  margin-bottom: 15px;
}

/**
 * `main` element
 */
main {
  display: block; /* Default value of `display` of `main` element is 'inline' in IE 11. */
}

/**
 * Images
 */
img {
  max-width: 100%;
  vertical-align: middle;
}

/**
 * Figures
 */
figure > img {
  display: block;
}

figcaption {
  font-size: 14px;
}

/**
 * Lists
 */
ul, ol {
  margin-left: 30px;
}

li > ul,
li > ol {
  margin-bottom: 0;
}

/**
 * Headings
 */
h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
}

/**
 * Links
 */
a {
  color: #2a7ae2;
  text-decoration: none;
}
a:visited {
  color: rgb(22.9483471074, 86.2541322314, 168.5516528926);
}
a:hover {
  color: #111;
  text-decoration: underline;
}
.social-media-list a:hover {
  text-decoration: none;
}
.social-media-list a:hover .username {
  text-decoration: underline;
}

/**
 * Blockquotes
 */
blockquote {
  color: #828282;
  border-left: 4px solid #e8e8e8;
  padding-left: 15px;
  font-size: 18px;
  letter-spacing: -1px;
  font-style: italic;
}
blockquote > :last-child {
  margin-bottom: 0;
}

/**
 * Code formatting
 */
pre,
code {
  font-size: 15px;
  border: 1px solid #e8e8e8;
  border-radius: 3px;
  background-color: #eef;
}

code {
  padding: 1px 5px;
}

pre {
  padding: 8px 12px;
  overflow-x: auto;
}
pre > code {
  border: 0;
  padding-right: 0;
  padding-left: 0;
}

/**
 * Wrapper
 */
.wrapper {
  max-width: -webkit-calc(800px - (30px * 2));
  max-width: calc(800px - 30px * 2);
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px;
}
@media screen and (max-width: 800px) {
  .wrapper {
    max-width: -webkit-calc(800px - (30px));
    max-width: calc(800px - (30px));
    padding-right: 15px;
    padding-left: 15px;
  }
}

/**
 * Clearfix
 */
.footer-col-wrapper:after, .wrapper:after {
  content: "";
  display: table;
  clear: both;
}

/**
 * Icons
 */
.svg-icon {
  width: 16px;
  height: 16px;
  display: inline-block;
  fill: #828282;
  padding-right: 5px;
  vertical-align: text-top;
}

.social-media-list li + li {
  padding-top: 5px;
}

/**
 * Tables
 */
table {
  margin-bottom: 30px;
  width: 100%;
  text-align: left;
  color: rgb(62.9, 62.9, 62.9);
  border-collapse: collapse;
  border: 1px solid #e8e8e8;
}
table tr:nth-child(even) {
  background-color: rgb(247.3, 247.3, 247.3);
}
table th, table td {
  padding: 9.999999999px 15px;
}
table th {
  background-color: rgb(239.65, 239.65, 239.65);
  border: 1px solid rgb(221.8, 221.8, 221.8);
  border-bottom-color: rgb(201.4, 201.4, 201.4);
}
table td {
  border: 1px solid #e8e8e8;
}

/**
 * Site header
 */
.site-header {
  border-top: 5px solid rgb(66.25, 66.25, 66.25);
  border-bottom: 1px solid #e8e8e8;
  min-height: 55.95px;
  position: relative;
}

.site-title {
  font-size: 26px;
  font-weight: 300;
  line-height: 54px;
  letter-spacing: -1px;
  margin-bottom: 0;
  float: left;
}
.site-title, .site-title:visited {
  color: rgb(66.25, 66.25, 66.25);
}

.site-nav {
  float: right;
  line-height: 54px;
}
.site-nav .nav-trigger {
  display: none;
}
.site-nav .menu-icon {
  display: none;
}
.site-nav .page-link {
  color: #111;
  line-height: 1.5;
}
.site-nav .page-link:not(:last-child) {
  margin-right: 20px;
}
@media screen and (max-width: 600px) {
  .site-nav {
    position: absolute;
    top: 9px;
    right: 15px;
    background-color: #fdfdfd;
    border: 1px solid #e8e8e8;
    border-radius: 5px;
    text-align: right;
  }
  .site-nav label[for=nav-trigger] {
    display: block;
    float: right;
    width: 36px;
    height: 36px;
    z-index: 2;
    cursor: pointer;
  }
  .site-nav .menu-icon {
    display: block;
    float: right;
    width: 36px;
    height: 26px;
    line-height: 0;
    padding-top: 10px;
    text-align: center;
  }
  .site-nav .menu-icon > svg {
    fill: rgb(66.25, 66.25, 66.25);
  }
  .site-nav input ~ .trigger {
    clear: both;
    display: none;
  }
  .site-nav input:checked ~ .trigger {
    display: block;
    padding-bottom: 5px;
  }
  .site-nav .page-link {
    display: block;
    margin-left: 20px;
    padding: 5px 10px;
  }
  .site-nav .page-link:not(:last-child) {
    margin-right: 0;
  }
}

/**
 * Site footer
 */
.site-footer {
  border-top: 1px solid #e8e8e8;
  padding: 30px 0;
}

.footer-heading {
  font-size: 18px;
  margin-bottom: 15px;
}

.contact-list,
.social-media-list {
  list-style: none;
  margin-left: 0;
}

.footer-col-wrapper {
  font-size: 15px;
  color: #828282;
  margin-left: -15px;
}

.footer-col {
  float: left;
  margin-bottom: 15px;
  padding-left: 15px;
}

.footer-col-1 {
  width: -webkit-calc(35% - (30px / 2));
  width: calc(35% - 30px / 2);
}

.footer-col-2 {
  width: -webkit-calc(20% - (30px / 2));
  width: calc(20% - 30px / 2);
}

.footer-col-3 {
  width: -webkit-calc(45% - (30px / 2));
  width: calc(45% - 30px / 2);
}

@media screen and (max-width: 800px) {
  .footer-col-1,
  .footer-col-2 {
    width: -webkit-calc(50% - (30px / 2));
    width: calc(50% - 30px / 2);
  }
  .footer-col-3 {
    width: -webkit-calc(100% - (30px / 2));
    width: calc(100% - 30px / 2);
  }
}
@media screen and (max-width: 600px) {
  .footer-col {
    float: none;
    width: -webkit-calc(100% - (30px / 2));
    width: calc(100% - 30px / 2);
  }
}
/**
 * Page content
 */
.page-content {
  padding: 30px 0;
  flex: 1;
}

.page-heading {
  font-size: 32px;
}

.post-list-heading {
  font-size: 28px;
}

.post-list {
  margin-left: 0;
  list-style: none;
}
.post-list > li {
  margin-bottom: 30px;
}

.post-meta {
  font-size: 14px;
  color: #828282;
}

.post-link {
  display: block;
  font-size: 24px;
}

/**
 * Posts
 */
.post-header {
  margin-bottom: 30px;
}

.post-title {
  font-size: 42px;
  letter-spacing: -1px;
  line-height: 1;
}
@media screen and (max-width: 800px) {
  .post-title {
    font-size: 36px;
  }
}

.post-content {
  margin-bottom: 30px;
}
.post-content h2 {
  font-size: 32px;
}
@media screen and (max-width: 800px) {
  .post-content h2 {
    font-size: 28px;
  }
}
.post-content h3 {
  font-size: 26px;
}
@media screen and (max-width: 800px) {
  .post-content h3 {
    font-size: 22px;
  }
}
.post-content h4 {
  font-size: 20px;
}
@media screen and (max-width: 800px) {
  .post-content h4 {
    font-size: 18px;
  }
}

/**
 * Syntax highlighting styles
 */
.highlight {
  background: #fff;
}
.highlighter-rouge .highlight {
  background: #eef;
}
.highlight .c {
  color: #998;
  font-style: italic;
}
.highlight .err {
  color: #a61717;
  background-color: #e3d2d2;
}
.highlight .k {
  font-weight: bold;
}
.highlight .o {
  font-weight: bold;
}
.highlight .cm {
  color: #998;
  font-style: italic;
}
.highlight .cp {
  color: #999;
  font-weight: bold;
}
.highlight .c1 {
  color: #998;
  font-style: italic;
}
.highlight .cs {
  color: #999;
  font-weight: bold;
  font-style: italic;
}
.highlight .gd {
  color: #000;
  background-color: #fdd;
}
.highlight .gd .x {
  color: #000;
  background-color: #faa;
}
.highlight .ge {
  font-style: italic;
}
.highlight .gr {
  color: #a00;
}
.highlight .gh {
  color: #999;
}
.highlight .gi {
  color: #000;
  background-color: #dfd;
}
.highlight .gi .x {
  color: #000;
  background-color: #afa;
}
.highlight .go {
  color: #888;
}
.highlight .gp {
  color: #555;
}
.highlight .gs {
  font-weight: bold;
}
.highlight .gu {
  color: #aaa;
}
.highlight .gt {
  color: #a00;
}
.highlight .kc {
  font-weight: bold;
}
.highlight .kd {
  font-weight: bold;
}
.highlight .kp {
  font-weight: bold;
}
.highlight .kr {
  font-weight: bold;
}
.highlight .kt {
  color: #458;
  font-weight: bold;
}
.highlight .m {
  color: #099;
}
.highlight .s {
  color: #d14;
}
.highlight .na {
  color: #008080;
}
.highlight .nb {
  color: #0086B3;
}
.highlight .nc {
  color: #458;
  font-weight: bold;
}
.highlight .no {
  color: #008080;
}
.highlight .ni {
  color: #800080;
}
.highlight .ne {
  color: #900;
  font-weight: bold;
}
.highlight .nf {
  color: #900;
  font-weight: bold;
}
.highlight .nn {
  color: #555;
}
.highlight .nt {
  color: #000080;
}
.highlight .nv {
  color: #008080;
}
.highlight .ow {
  font-weight: bold;
}
.highlight .w {
  color: #bbb;
}
.highlight .mf {
  color: #099;
}
.highlight .mh {
  color: #099;
}
.highlight .mi {
  color: #099;
}
.highlight .mo {
  color: #099;
}
.highlight .sb {
  color: #d14;
}
.highlight .sc {
  color: #d14;
}
.highlight .sd {
  color: #d14;
}
.highlight .s2 {
  color: #d14;
}
.highlight .se {
  color: #d14;
}
.highlight .sh {
  color: #d14;
}
.highlight .si {
  color: #d14;
}
.highlight .sx {
  color: #d14;
}
.highlight .sr {
  color: #009926;
}
.highlight .s1 {
  color: #d14;
}
.highlight .ss {
  color: #990073;
}
.highlight .bp {
  color: #999;
}
.highlight .vc {
  color: #008080;
}
.highlight .vg {
  color: #008080;
}
.highlight .vi {
  color: #008080;
}
.highlight .il {
  color: #099;
}

:root {
  --brand: #2563eb;
  --brand-dark: #1d4ed8;
  --brand-light: #eff6ff;
  --gold: #f2cb05;
  --text: #2c3e50;
  --text-muted: #5a6c7d;
  --border: #dee2e6;
  --bg: #ffffff;
  --surface: #f8f9fa;
  --radius: 6px;
  --shadow: 0 1px 3px rgba(0,0,0,0.08);
}

.hero-section {
  background: linear-gradient(rgba(15, 30, 70, 0.72), rgba(15, 30, 70, 0.72)), url("/assets/img/board-closeup.png") center/cover no-repeat;
  padding: 64px 40px;
  margin: 24px 0;
  border-radius: var(--radius);
}
.hero-section h1 {
  font-size: 2.5rem;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 0.75rem;
  line-height: 1.2;
  margin-top: 0;
}
.hero-section .hero-subtitle {
  font-size: 1.15rem;
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 0;
  max-width: 600px;
  line-height: 1.5;
}
.hero-section .hero-stats {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 32px;
}
.hero-section .hero-stats .stat-item {
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: var(--radius);
  padding: 16px 20px;
  text-align: center;
  min-width: 100px;
}
.hero-section .hero-stats .stat-item .stat-number {
  display: block;
  font-size: 2rem;
  font-weight: 800;
  color: #ffffff;
}
.hero-section .hero-stats .stat-item .stat-label {
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.75);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.section-divider {
  border: none;
  border-top: 1px solid var(--border);
  margin: 40px 0;
}
.section-divider .divider-icon {
  display: none;
}

.info-callout,
.warning-callout,
.action-callout {
  padding: 20px 24px;
  border-radius: var(--radius);
  margin: 24px 0;
  border-left: 4px solid;
}
.info-callout .callout-title,
.warning-callout .callout-title,
.action-callout .callout-title {
  font-weight: 700;
  font-size: 1rem;
  margin-bottom: 8px;
  color: var(--text);
}
.info-callout .callout-content,
.warning-callout .callout-content,
.action-callout .callout-content {
  color: var(--text-muted);
  margin: 0;
}
.info-callout .callout-content a,
.warning-callout .callout-content a,
.action-callout .callout-content a {
  color: var(--brand);
}

.info-callout {
  background: var(--brand-light);
  border-left-color: var(--brand);
}
.info-callout .callout-title {
  color: var(--brand-dark);
}

.warning-callout {
  background: #fff8e6;
  border-left-color: #e6a817;
}
.warning-callout .callout-title {
  color: #b5800d;
}

.action-callout {
  background: #edf7ed;
  border-left-color: #4caf50;
}
.action-callout .callout-title {
  color: #2e7d32;
}

.game-types-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px;
  margin: 32px 0;
}

.game-type-card {
  background: var(--bg);
  border: 1px solid var(--border);
  border-left: 4px solid var(--brand);
  border-radius: var(--radius);
  padding: 24px;
  box-shadow: var(--shadow);
  transition: border-left-color 0.2s ease, box-shadow 0.2s ease;
}
.game-type-card:hover {
  border-left-color: var(--brand-dark);
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.12);
}
.game-type-card .card-icon {
  font-size: 1.8rem;
  margin-bottom: 12px;
  display: block;
}
.game-type-card h3 {
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--text);
  margin-bottom: 8px;
  margin-top: 0;
}
.game-type-card .card-subtitle {
  font-size: 0.9rem;
  color: var(--brand);
  font-weight: 600;
  margin-bottom: 12px;
}
.game-type-card .card-details {
  list-style: none;
  padding: 0;
  margin: 16px 0 0;
}
.game-type-card .card-details li {
  padding: 6px 0;
  color: var(--text-muted);
  border-bottom: 1px solid var(--border);
  font-size: 0.95rem;
}
.game-type-card .card-details li:last-child {
  border-bottom: none;
}
.game-type-card .card-details li strong {
  color: var(--text);
}

.stats-highlight {
  display: inline-block;
  background: var(--gold);
  color: var(--text);
  padding: 2px 10px;
  border-radius: 4px;
  font-weight: 700;
  font-size: 0.95rem;
}

.icon-text {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 8px 0;
}
.icon-text .icon {
  font-size: 1.1rem;
  min-width: 22px;
}
.icon-text .text {
  flex: 1;
}

.games-list {
  margin: 24px 0;
}

.game-card {
  background: var(--bg);
  border: 1px solid var(--border);
  border-left: 4px solid var(--brand);
  border-radius: var(--radius);
  padding: 18px 20px;
  margin: 12px 0;
  box-shadow: var(--shadow);
  transition: border-left-color 0.2s ease;
}
.game-card:hover {
  border-left-color: var(--brand-dark);
}
.game-card h4 {
  margin: 0 0 8px;
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--text);
}
.game-card p {
  margin: 4px 0;
  color: var(--text-muted);
  font-size: 0.95rem;
}
.game-card em {
  display: inline-block;
  background: #edf7ed;
  color: #2e7d32;
  padding: 2px 8px;
  border-radius: 4px;
  font-style: normal;
  font-size: 0.85rem;
  font-weight: 600;
  border: 1px solid #c3e6c3;
}

.next-game-highlight {
  position: relative;
  background: var(--brand-light);
  border: 1px solid var(--brand);
  border-left: 5px solid var(--brand);
  border-radius: var(--radius);
  padding: 20px 24px;
  margin: 16px 0;
  cursor: pointer;
  transition: box-shadow 0.2s ease;
}
.next-game-highlight:hover {
  box-shadow: 0 3px 10px rgba(56, 144, 146, 0.2);
}
.next-game-highlight h2, .next-game-highlight h3, .next-game-highlight h4 {
  margin: 0 0 8px;
  color: var(--text);
  font-weight: 700;
}
.next-game-highlight h2 {
  font-size: 1.2rem;
  color: var(--brand-dark);
}
.next-game-highlight h3 {
  font-size: 1.4rem;
}
.next-game-highlight p {
  margin: 4px 0;
  color: var(--text-muted);
  font-size: 0.95rem;
}
.next-game-highlight p strong {
  color: var(--text);
}

.next-game-stretched-link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
  text-decoration: none;
}
.next-game-stretched-link:focus {
  outline: 2px solid var(--brand);
  outline-offset: 2px;
  border-radius: var(--radius);
}

.social-media-section {
  background: var(--surface);
  border-radius: var(--radius);
  padding: 32px 24px;
  margin: 24px 0;
  text-align: center;
}
.social-media-section .social-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--text);
  margin-bottom: 8px;
}
.social-media-section .social-subtitle {
  color: var(--text-muted);
  margin-bottom: 24px;
}
.social-media-section .social-buttons {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}

.social-button {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 22px;
  border-radius: var(--radius);
  text-decoration: none;
  font-weight: 700;
  font-size: 1rem;
  transition: opacity 0.15s ease;
  min-width: 180px;
  justify-content: center;
}
.social-button:hover {
  opacity: 0.88;
  text-decoration: none;
}
.social-button .social-icon {
  font-size: 1.2rem;
}

.social-button.discord {
  background: #5865f2;
  color: #ffffff;
}
.social-button.discord:hover {
  color: #ffffff;
}

.social-button.facebook {
  background: #1877f2;
  color: #ffffff;
}
.social-button.facebook:hover {
  color: #ffffff;
}

.social-links-compact {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin: 16px 0;
  flex-wrap: wrap;
}
.social-links-compact .social-link-compact {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  border-radius: var(--radius);
  text-decoration: none;
  font-weight: 600;
  font-size: 0.9rem;
  border: 1px solid;
  transition: opacity 0.15s ease;
}
.social-links-compact .social-link-compact:hover {
  opacity: 0.8;
  text-decoration: none;
}
.social-links-compact .discord-compact {
  background: rgba(88, 101, 242, 0.08);
  color: #5865f2;
  border-color: rgba(88, 101, 242, 0.3);
}
.social-links-compact .facebook-compact {
  background: rgba(24, 119, 242, 0.08);
  color: #1877f2;
  border-color: rgba(24, 119, 242, 0.3);
}

.signup-section {
  background: var(--surface);
  padding: 20px 24px;
  border-radius: var(--radius);
  margin: 20px 0;
}

.signup-section-links {
  margin-top: 16px;
  padding-top: 12px;
  border-top: 1px solid var(--border);
}

.organizer-profile-card {
  background: var(--bg);
  border: 1px solid var(--border);
  border-left: 4px solid var(--brand);
  border-radius: var(--radius);
  padding: 28px;
  margin: 24px 0;
  box-shadow: var(--shadow);
}
.organizer-profile-card .profile-text {
  font-size: 1.05rem;
  line-height: 1.7;
  color: var(--text-muted);
}
.organizer-profile-card .profile-text p strong {
  color: var(--text);
}
.organizer-profile-card .contact-info-callout {
  background: var(--surface);
  border-radius: var(--radius);
  padding: 18px;
  margin-top: 20px;
  border-left: 4px solid var(--brand);
}
.organizer-profile-card .contact-info-callout h4 {
  color: var(--brand-dark);
  margin-bottom: 12px;
}
.organizer-profile-card .contact-info-callout ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.organizer-profile-card .contact-info-callout ul li {
  padding: 6px 0;
  color: var(--text-muted);
  border-bottom: 1px solid var(--border);
}
.organizer-profile-card .contact-info-callout ul li:last-child {
  border-bottom: none;
}
.organizer-profile-card .contact-info-callout ul li strong {
  color: var(--text);
  margin-right: 6px;
}
.organizer-profile-card .contact-info-callout ul li a {
  color: var(--brand);
  text-decoration: none;
  font-weight: 600;
}
.organizer-profile-card .contact-info-callout ul li a:hover {
  text-decoration: underline;
}

.community-story-section {
  margin: 32px 0;
}
.community-story-section > p {
  font-size: 1.1rem;
  line-height: 1.7;
  color: var(--text-muted);
  margin-bottom: 32px;
}

.community-values-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 20px;
  margin: 24px 0;
}

.value-card {
  background: var(--bg);
  border: 1px solid var(--border);
  border-top: 4px solid var(--brand);
  border-radius: var(--radius);
  padding: 22px;
  text-align: center;
  box-shadow: var(--shadow);
  transition: box-shadow 0.2s ease;
}
.value-card:hover {
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}
.value-card .value-icon {
  font-size: 2rem;
  margin-bottom: 12px;
  display: block;
}
.value-card h4 {
  color: var(--text);
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 10px;
}
.value-card p {
  color: var(--text-muted);
  line-height: 1.6;
  font-size: 0.95rem;
  margin: 0;
}

.gaming-experience-section {
  margin: 32px 0;
}

.experience-timeline {
  position: relative;
  padding-left: 28px;
}
.experience-timeline::before {
  content: "";
  position: absolute;
  left: 12px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: var(--brand);
  border-radius: 2px;
}

.timeline-item {
  position: relative;
  margin-bottom: 28px;
  padding-left: 28px;
}
.timeline-item::before {
  content: "";
  position: absolute;
  left: -7px;
  top: 6px;
  width: 14px;
  height: 14px;
  background: var(--brand);
  border-radius: 50%;
  border: 2px solid var(--bg);
}
.timeline-item .timeline-time {
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--brand);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 6px;
}
.timeline-item .timeline-content h4 {
  color: var(--text);
  font-size: 1.05rem;
  font-weight: 700;
  margin-bottom: 6px;
}
.timeline-item .timeline-content p {
  color: var(--text-muted);
  line-height: 1.6;
  font-size: 0.95rem;
  margin: 0;
}

.community-stats-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 20px;
  margin: 32px 0;
}

.stat-card {
  background: var(--bg);
  border: 1px solid var(--border);
  border-top: 4px solid var(--brand);
  border-radius: var(--radius);
  padding: 22px;
  text-align: center;
  box-shadow: var(--shadow);
}
.stat-card .stat-number {
  font-size: 2.2rem;
  font-weight: 900;
  color: var(--brand);
  display: block;
  margin-bottom: 8px;
}
.stat-card .stat-label {
  font-size: 0.85rem;
  color: var(--text-muted);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.faq-section {
  margin: 32px 0;
}

.faq-item {
  background: var(--bg);
  border: 1px solid var(--border);
  border-left: 4px solid var(--brand);
  border-radius: var(--radius);
  padding: 22px;
  margin-bottom: 16px;
  box-shadow: var(--shadow);
}
.faq-item h4 {
  color: var(--text);
  font-size: 1.05rem;
  font-weight: 700;
  margin-bottom: 10px;
  margin-top: 0;
}
.faq-item p {
  color: var(--text-muted);
  line-height: 1.7;
  margin: 0;
}
.faq-item p a {
  color: var(--brand);
  text-decoration: none;
  font-weight: 600;
}
.faq-item p a:hover {
  text-decoration: underline;
}

.cta-buttons {
  display: flex;
  gap: 16px;
  margin-top: 20px;
  flex-wrap: wrap;
}

.cta-button {
  display: inline-flex;
  align-items: center;
  padding: 12px 28px;
  border-radius: var(--radius);
  text-decoration: none;
  font-weight: 700;
  font-size: 1rem;
  transition: opacity 0.15s ease;
  min-width: 160px;
  justify-content: center;
}
.cta-button:hover {
  opacity: 0.88;
  text-decoration: none;
}
.cta-button.primary {
  background: var(--brand);
  color: #ffffff;
}
.cta-button.primary:hover {
  color: #ffffff;
}
.cta-button.secondary {
  background: var(--text);
  color: #ffffff;
}
.cta-button.secondary:hover {
  color: #ffffff;
}

.game-card-with-photos {
  background: var(--bg);
  border: 1px solid var(--border);
  border-left: 5px solid var(--brand);
  border-radius: var(--radius);
  padding: 28px;
  margin: 32px 0;
  box-shadow: var(--shadow);
}
.game-card-with-photos .game-header {
  margin-bottom: 20px;
}
.game-card-with-photos .game-header h3 {
  color: var(--text);
  font-size: 1.6rem;
  font-weight: 800;
  margin-bottom: 8px;
  margin-top: 0;
}
.game-card-with-photos .game-header .game-date strong {
  display: inline-block;
  background: var(--brand-light);
  color: var(--brand-dark);
  border: 1px solid var(--brand);
  padding: 4px 16px;
  border-radius: var(--radius);
  font-size: 0.95rem;
  font-weight: 700;
}

.photo-gallery-section {
  margin: 20px 0;
}

.photo-gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 12px;
  margin-bottom: 12px;
}
.photo-gallery-grid .gallery-photo {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: var(--radius);
  transition: opacity 0.2s ease;
  cursor: pointer;
}
.photo-gallery-grid .gallery-photo:hover {
  opacity: 0.9;
}
.photo-gallery-grid .gallery-photo.featured-photo {
  grid-column: span 2;
  height: 300px;
  border: 2px solid var(--brand);
}
.photo-gallery-grid .gallery-photo.winner-photo {
  border: 2px solid var(--gold);
}

.photo-gallery-caption {
  background: var(--surface);
  border-radius: var(--radius);
  padding: 12px 16px;
  border-left: 4px solid var(--brand);
}
.photo-gallery-caption p {
  margin: 0;
  color: var(--text-muted);
  font-size: 0.95rem;
  line-height: 1.6;
}
.photo-gallery-caption p strong {
  color: var(--text);
}

.winner-spotlight {
  background: #fffbeb;
  border-radius: var(--radius);
  padding: 20px;
  margin: 20px 0;
  text-align: center;
  border: 1px solid var(--gold);
}
.winner-spotlight .winner-crown {
  font-size: 1.8rem;
  margin-bottom: 8px;
  display: block;
}
.winner-spotlight h4 {
  color: #92680c;
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 8px;
}
.winner-spotlight p {
  color: #7d6030;
  font-weight: 600;
  margin: 0;
}
.winner-spotlight p strong {
  color: #92680c;
}

.game-results-section {
  margin: 20px 0;
}
.game-results-section h4 {
  color: var(--text);
  font-size: 1.15rem;
  font-weight: 700;
  margin-bottom: 12px;
}

.results-table-wrapper {
  overflow-x: auto;
  border-radius: var(--radius);
  border: 1px solid var(--border);
}

.results-table {
  width: 100%;
  border-collapse: collapse;
  background: var(--bg);
}
.results-table thead {
  background: var(--brand);
}
.results-table thead th {
  color: #ffffff;
  font-weight: 700;
  padding: 12px;
  text-align: left;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.4px;
}
.results-table tbody tr {
  transition: background 0.15s ease;
}
.results-table tbody tr:nth-child(even) {
  background: var(--surface);
}
.results-table tbody tr:hover {
  background: var(--brand-light);
}
.results-table tbody tr.winner-row {
  background: #fffbeb;
  border-left: 3px solid var(--gold);
}
.results-table tbody tr.winner-row:hover {
  background: #fff5d6;
}
.results-table tbody tr.podium-row {
  background: #f0f8ff;
  border-left: 3px solid #87ceeb;
}
.results-table tbody tr.podium-row:hover {
  background: #e6f3ff;
}
.results-table tbody tr td {
  padding: 10px 12px;
  border-bottom: 1px solid var(--border);
  font-weight: 500;
}
.results-table tbody tr td:last-child {
  border-bottom: none;
}

.rank-badge {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 3px 9px;
  border-radius: 4px;
  font-size: 0.85rem;
  font-weight: 700;
}
.rank-badge.gold {
  background: #ffd700;
  color: #7a5c00;
}
.rank-badge.silver {
  background: #c8c8c8;
  color: #505050;
}
.rank-badge.bronze {
  background: #cd7f32;
  color: #ffffff;
}

.player-cell strong {
  color: var(--text);
}

.nation-base, .nation-name, .nation-parthia, .nation-egypt, .nation-indus, .nation-hellas, .nation-nubia, .nation-iberia, .nation-persia, .nation-rome, .nation-kushan, .nation-hatti, .nation-dravidia, .nation-carthage, .nation-babylon, .nation-celt, .nation-maurya, .nation-assyria, .nation-saba, .nation-minoa {
  display: inline-block;
  padding: 4px 12px;
  border-radius: 4px;
  font-weight: 700;
  font-size: 0.85rem;
  text-align: center;
}

.nation-minoa {
  background: #7CB342;
  color: #ffffff;
}

.nation-saba {
  background: #E57373;
  color: #ffffff;
}

.nation-assyria {
  background: #42A5F5;
  color: #ffffff;
}

.nation-maurya {
  background: #F44336;
  color: #ffffff;
}

.nation-celt {
  background: #388E3C;
  color: #ffffff;
}

.nation-babylon {
  background: #757575;
  color: #ffffff;
}

.nation-carthage {
  background: #FF9800;
  color: #ffffff;
}

.nation-dravidia {
  background: #1A237E;
  color: #ffffff;
}

.nation-hatti {
  background: #E91E63;
  color: #ffffff;
}

.nation-kushan {
  background: #8D6E63;
  color: #ffffff;
}

.nation-rome {
  background: #C62828;
  color: #ffffff;
}

.nation-persia {
  background: #673AB7;
  color: #ffffff;
}

.nation-iberia {
  background: #546E7A;
  color: #ffffff;
}

.nation-nubia {
  background: #26A69A;
  color: #ffffff;
}

.nation-hellas {
  background: #FFEB3B;
  color: #2c3e50;
}

.nation-indus {
  background: #2E7D32;
  color: #ffffff;
}

.nation-egypt {
  background: #D7CCC8;
  color: #2c3e50;
}

.nation-parthia {
  background: #689F38;
  color: #ffffff;
}

.nation-name {
  background: #e8f5e8;
  color: #2e7d32;
  border: 1px solid #c3e6c3;
}

.nation-badge-small {
  padding: 2px 8px;
  font-size: 0.78rem;
}

.nation-badge-large {
  padding: 8px 18px;
  font-size: 1rem;
}

.game-stats-section {
  margin: 20px 0;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(110px, 1fr));
  gap: 12px;
  margin-top: 12px;
}

.stat-item {
  background: var(--bg);
  border: 1px solid var(--border);
  border-top: 3px solid var(--brand);
  border-radius: var(--radius);
  padding: 14px;
  text-align: center;
}
.stat-item .stat-icon {
  font-size: 1.3rem;
  margin-bottom: 6px;
  display: block;
}
.stat-item .stat-value {
  font-size: 1.4rem;
  font-weight: 800;
  color: var(--brand);
  display: block;
  margin-bottom: 4px;
}
.stat-item .stat-label {
  font-size: 0.75rem;
  color: var(--text-muted);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.achievements-section {
  margin: 32px 0;
}

.achievement-stats-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
  margin: 24px 0;
}

.achievement-card {
  background: var(--bg);
  border: 1px solid var(--border);
  border-top: 4px solid var(--brand);
  border-radius: var(--radius);
  padding: 24px;
  text-align: center;
  box-shadow: var(--shadow);
  transition: box-shadow 0.2s ease;
}
.achievement-card:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
}
.achievement-card .achievement-icon {
  font-size: 2.5rem;
  margin-bottom: 12px;
  display: block;
}
.achievement-card .achievement-number {
  font-size: 2.2rem;
  font-weight: 900;
  color: var(--brand);
  display: block;
  margin-bottom: 8px;
}
.achievement-card .achievement-label {
  font-size: 1rem;
  color: var(--text);
  font-weight: 700;
  margin-bottom: 8px;
}
.achievement-card .achievement-description {
  font-size: 0.9rem;
  color: var(--text-muted);
  line-height: 1.5;
}

.stat-number,
.ast-position,
.final-score {
  font-weight: 700;
  color: var(--text);
}

@media (max-width: 768px) {
  .hero-section {
    padding: 40px 20px;
  }
  .hero-section h1 {
    font-size: 2rem;
  }
  .hero-section .hero-stats {
    gap: 12px;
  }
  .hero-section .hero-stats .stat-item {
    padding: 12px 16px;
  }
  .hero-section .hero-stats .stat-item .stat-number {
    font-size: 1.6rem;
  }
  .game-types-grid,
  .community-values-grid,
  .achievement-stats-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .community-stats-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
  .social-media-section .social-buttons {
    flex-direction: column;
    align-items: center;
  }
  .cta-buttons {
    flex-direction: column;
  }
  .social-links-compact {
    flex-direction: column;
    align-items: center;
  }
  .game-card-with-photos {
    padding: 20px;
    margin: 24px 0;
  }
  .photo-gallery-grid {
    grid-template-columns: 1fr;
  }
  .photo-gallery-grid .gallery-photo.featured-photo {
    grid-column: span 1;
  }
  .results-table {
    font-size: 0.85rem;
  }
  .results-table thead th {
    padding: 8px 10px;
    font-size: 0.75rem;
  }
  .results-table tbody td {
    padding: 8px 10px;
  }
  .stats-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .experience-timeline {
    padding-left: 20px;
  }
  .experience-timeline::before {
    left: 8px;
  }
  .timeline-item {
    padding-left: 24px;
  }
  .timeline-item::before {
    left: -5px;
    width: 12px;
    height: 12px;
  }
}

/*# sourceMappingURL=main.css.map */