@charset "UTF-8";
@import url("https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/css/bootstrap.min.css");
@import url("https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300;400;500;600;700&family=JetBrains+Mono:wght@400;500;600;700;800&family=Inter:wght@300;400;500;600;700&display=swap");
:root {
  --primary: #46A36B;
  --secondary: #ff0080;
  --tertiary: #00ffaa;
  --accent: #46A36B;
  --success: #00ff00;
  --info: #00ffff;
  --warning: #ffff00;
  --danger: #ff4400;
  --bg: #000000;
  --text: #ffffff;
  --muted: #1a1a1a;
  --border: #2d3748;
  --white: #ffffff;
  --light: #f8fafc;
  --dark: #0a0a0a;
  --black: #000000; }

[data-theme="light"] {
  --bg: #ffffff;
  --text: #1a1a1a;
  --muted: #6c757d;
  --border: #e9ecef; }

* {
  box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  font-size: 16px; }

body {
  font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
  background: var(--bg);
  color: var(--text);
  line-height: 1.4;
  margin: 0;
  padding: 0;
  padding-top: 100px;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: background-color 0.3s ease, color 0.3s ease; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Space Grotesk", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.02em;
  margin: 0; }

.display-brutal {
  font-family: "JetBrains Mono", "Courier New", monospace;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: -0.05em;
  line-height: 0.9; }

.text-neon {
  color: #46A36B; }

.text-brutal {
  color: #000000;
  font-weight: 800; }

.brutal-ticker {
  background: #000000;
  border-bottom: 4px solid #46A36B;
  color: #46A36B;
  padding: 12px 0;
  overflow: hidden;
  position: relative; }
  .brutal-ticker::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: repeating-linear-gradient(90deg, transparent, transparent 10px, rgba(0, 255, 136, 0.1) 10px, rgba(0, 255, 136, 0.1) 20px);
    animation: brutal-scan 2s linear infinite; }
  .brutal-ticker .ticker-content {
    display: flex;
    justify-content: center;
    font-family: "JetBrains Mono", "Courier New", monospace;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    z-index: 2; }
  .brutal-ticker .ticker-item {
    display: flex;
    align-items: center;
    margin-right: 40px;
    white-space: nowrap; }
    .brutal-ticker .ticker-item .symbol {
      color: #000000;
      background: #46A36B;
      padding: 4px 8px;
      border-radius: 0;
      font-weight: 800;
      margin-right: 12px; }
    .brutal-ticker .ticker-item .price {
      color: #46A36B;
      margin-right: 8px; }
    .brutal-ticker .ticker-item .change {
      font-weight: 800; }
      .brutal-ticker .ticker-item .change.positive {
        color: #46A36B; }
        .brutal-ticker .ticker-item .change.positive::before {
          content: '▲ '; }
      .brutal-ticker .ticker-item .change.negative {
        color: #ff0080; }
        .brutal-ticker .ticker-item .change.negative::before {
          content: '▼ '; }

.navbar {
  background: var(--bg) !important;
  backdrop-filter: blur(20px);
  padding: 16px 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000; }
  .navbar .navbar-brand {
    font-family: "JetBrains Mono", "Courier New", monospace;
    font-weight: 800;
    font-size: 24px;
    color: #46A36B !important;
    text-transform: uppercase;
    letter-spacing: -1px; }
    .navbar .navbar-brand:hover {
      transform: scale(1.05);
      transition: transform 0.2s ease; }
  .navbar .nav-link {
    font-family: "Space Grotesk", "Helvetica Neue", Arial, sans-serif;
    font-weight: 600;
    color: var(--text) !important;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 0.5px;
    padding: 8px 16px !important;
    margin: 0 4px;
    border: 2px solid transparent;
    transition: all 0.2s ease; }
    .navbar .nav-link:hover {
      color: var(--primary) !important;
      border-color: var(--primary);
      background: rgba(70, 163, 107, 0.1); }

.brutal-hero {
  min-height: 60vh;
  background: var(--bg);
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden; }
  .brutal-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 20% 50%, rgba(0, 255, 136, 0.3) 0%, transparent 50%), radial-gradient(circle at 80% 20%, rgba(255, 0, 128, 0.3) 0%, transparent 50%), radial-gradient(circle at 40% 80%, rgba(0, 255, 170, 0.3) 0%, transparent 50%);
    animation: brutal-pulse 8s ease-in-out infinite; }
  .brutal-hero .hero-glass {
    position: absolute;
    top: 20%;
    right: 10%;
    width: 300px;
    height: 200px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.05) 100%);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 0;
    transform: rotate(-5deg);
    z-index: 1; }
  .brutal-hero .hero-content {
    position: relative;
    z-index: 2; }
    .brutal-hero .hero-content .hero-title {
      font-family: "JetBrains Mono", "Courier New", monospace;
      font-size: clamp(3rem, 8vw, 6rem);
      font-weight: 800;
      text-transform: uppercase;
      letter-spacing: -0.05em;
      line-height: 0.85;
      margin-bottom: 24px;
      color: var(--text); }
      .brutal-hero .hero-content .hero-title .accent {
        color: var(--primary);
        display: block; }
    .brutal-hero .hero-content .hero-subtitle {
      font-family: "Space Grotesk", "Helvetica Neue", Arial, sans-serif;
      font-size: clamp(1rem, 2.5vw, 1.4rem);
      font-weight: 500;
      color: var(--text);
      opacity: 0.8;
      max-width: 600px;
      margin-bottom: 32px;
      line-height: 1.4; }
    .brutal-hero .hero-content .hero-cta {
      background: var(--primary);
      color: var(--black);
      font-family: "Space Grotesk", "Helvetica Neue", Arial, sans-serif;
      font-weight: 700;
      font-size: 16px;
      text-transform: uppercase;
      letter-spacing: 1px;
      padding: 16px 32px;
      border: none;
      border-radius: 0;
      text-decoration: none;
      display: inline-block;
      box-shadow: var(--shadow-dark);
      transition: all 0.2s ease;
      position: relative; }
      .brutal-hero .hero-content .hero-cta:hover {
        background: var(--accent);
        color: var(--black);
        transform: translate(-4px, -4px);
        box-shadow: 12px 12px 0px var(--black); }
      .brutal-hero .hero-content .hero-cta::after {
        content: '→';
        margin-left: 8px;
        transition: transform 0.2s ease; }
      .brutal-hero .hero-content .hero-cta:hover::after {
        transform: translateX(4px); }

.breaking-banner {
  background: linear-gradient(90deg, #46A36B 0%, #ff0080 50%, #00ffaa 100%);
  color: #000000;
  padding: 8px 0;
  font-family: "JetBrains Mono", "Courier New", monospace;
  font-weight: 800;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: center;
  animation: brutal-flash 2s ease-in-out infinite; }
  .breaking-banner .breaking-text {
    display: inline-block;
    animation: brutal-shake 0.5s ease-in-out infinite; }

.news-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 32px;
  padding: 64px 0; }
  .news-grid .news-card {
    background: var(--muted);
    border: 3px solid var(--primary);
    border-radius: 0;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease; }
    .news-grid .news-card:hover {
      transform: translate(-8px, -8px);
      box-shadow: 16px 16px 0px var(--primary);
      border-color: var(--accent); }
      .news-grid .news-card:hover .card-image {
        transform: scale(1.05); }
    .news-grid .news-card .card-category {
      position: absolute;
      top: 16px;
      left: 16px;
      background: var(--black);
      color: var(--primary);
      border: 2px solid var(--primary);
      font-family: "JetBrains Mono", "Courier New", monospace;
      font-weight: 800;
      font-size: 12px;
      text-transform: uppercase;
      padding: 8px 12px;
      border-radius: 0;
      z-index: 2; }
    .news-grid .news-card .card-image {
      height: 200px;
      background: linear-gradient(45deg, #46A36B 0%, #46A36B 100%);
      transition: transform 0.3s ease;
      position: relative;
      background-size: cover !important;
      background-position: center !important;
      background-repeat: no-repeat !important; }
      .news-grid .news-card .card-image::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: 50%;
        background: linear-gradient(transparent, rgba(0, 0, 0, 0.6));
        pointer-events: none; }
    .news-grid .news-card .card-content {
      padding: 24px; }
      .news-grid .news-card .card-content .card-meta {
        font-family: "JetBrains Mono", "Courier New", monospace;
        font-size: 12px;
        font-weight: 600;
        color: var(--primary);
        text-transform: uppercase;
        letter-spacing: 1px;
        margin-bottom: 12px; }
      .news-grid .news-card .card-content .card-title {
        font-family: "Space Grotesk", "Helvetica Neue", Arial, sans-serif;
        font-size: 20px;
        font-weight: 700;
        color: var(--text);
        line-height: 1.2;
        margin-bottom: 12px; }
        .news-grid .news-card .card-content .card-title a {
          color: inherit;
          text-decoration: none; }
          .news-grid .news-card .card-content .card-title a:hover {
            color: var(--primary); }
      .news-grid .news-card .card-content .card-excerpt {
        color: var(--text);
        opacity: 0.7;
        font-size: 14px;
        line-height: 1.5;
        margin-bottom: 16px; }
      .news-grid .news-card .card-content .read-more {
        color: #46A36B;
        font-family: "Space Grotesk", "Helvetica Neue", Arial, sans-serif;
        font-weight: 600;
        font-size: 14px;
        text-transform: uppercase;
        text-decoration: none;
        display: inline-flex;
        align-items: center;
        gap: 8px; }
        .news-grid .news-card .card-content .read-more:hover {
          color: #46A36B; }
        .news-grid .news-card .card-content .read-more::after {
          content: '▶';
          transition: transform 0.2s ease; }
        .news-grid .news-card .card-content .read-more:hover::after {
          transform: translateX(4px); }

.glass-section {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.05) 100%);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  margin: 64px 0;
  padding: 48px;
  position: relative; }
  .glass-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: repeating-linear-gradient(45deg, transparent, transparent 50px, rgba(0, 255, 136, 0.05) 50px, rgba(0, 255, 136, 0.05) 100px); }
  .glass-section .section-title {
    font-family: "JetBrains Mono", "Courier New", monospace;
    font-size: clamp(2rem, 5vw, 3.5rem);
    font-weight: 800;
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 16px; }
    .glass-section .section-title .accent {
      color: #46A36B; }
  .glass-section .section-subtitle {
    font-family: "Space Grotesk", "Helvetica Neue", Arial, sans-serif;
    font-size: 18px;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 32px; }

.events-brutal {
  background: linear-gradient(135deg, #000000 0%, #1a1a1a 100%);
  padding: 80px 0;
  position: relative;
  overflow: hidden; }
  .events-brutal::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, transparent 30%, rgba(0, 255, 136, 0.1) 30%, rgba(0, 255, 136, 0.1) 70%, transparent 70%), linear-gradient(-45deg, transparent 30%, rgba(255, 0, 128, 0.1) 30%, rgba(255, 0, 128, 0.1) 70%, transparent 70%);
    background-size: 60px 60px;
    animation: brutal-move 10s linear infinite; }
  .events-brutal .events-content {
    position: relative;
    z-index: 2;
    text-align: center; }
    .events-brutal .events-content .events-title {
      font-family: "JetBrains Mono", "Courier New", monospace;
      font-size: clamp(2.5rem, 6vw, 4.5rem);
      font-weight: 800;
      text-transform: uppercase;
      color: #46A36B;
      margin-bottom: 24px;
      line-height: 0.9; }
    .events-brutal .events-content .events-subtitle {
      font-family: "Space Grotesk", "Helvetica Neue", Arial, sans-serif;
      font-size: 20px;
      color: #ffffff;
      max-width: 600px;
      margin: 0 auto 32px;
      line-height: 1.4; }
    .events-brutal .events-content .events-cta {
      background: #ff0080;
      color: #ffffff;
      font-family: "Space Grotesk", "Helvetica Neue", Arial, sans-serif;
      font-weight: 700;
      font-size: 18px;
      text-transform: uppercase;
      letter-spacing: 1px;
      padding: 20px 40px;
      border: none;
      border-radius: 0;
      text-decoration: none;
      display: inline-block;
      box-shadow: 8px 8px 0px #000000;
      transition: all 0.3s ease; }
      .events-brutal .events-content .events-cta:hover {
        background: #46A36B;
        color: #000000;
        transform: translate(-6px, -6px);
        box-shadow: 16px 16px 0px #000000; }

.brutal-footer {
  background: var(--bg);
  border-top: 4px solid var(--primary);
  padding: 48px 0 24px; }
  .brutal-footer .footer-title {
    font-family: "JetBrains Mono", "Courier New", monospace;
    font-weight: 800;
    font-size: 24px;
    color: #46A36B;
    text-transform: uppercase;
    margin-bottom: 16px; }
  .brutal-footer .footer-text {
    color: var(--text);
    opacity: 0.7;
    line-height: 1.6;
    margin-bottom: 24px; }
  .brutal-footer .footer-link {
    color: var(--text);
    text-decoration: none;
    font-weight: 500;
    transition: color 0.2s ease; }
    .brutal-footer .footer-link:hover {
      color: var(--primary); }
  .brutal-footer .footer-bottom {
    border-top: 2px solid #1a1a1a;
    margin-top: 32px;
    padding-top: 24px;
    text-align: center;
    color: rgba(255, 255, 255, 0.5);
    font-family: "JetBrains Mono", "Courier New", monospace;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px; }

@keyframes brutal-scroll {
  0% {
    transform: translateX(100%); }
  100% {
    transform: translateX(-100%); } }

@keyframes brutal-scan {
  0% {
    transform: translateX(-100%); }
  100% {
    transform: translateX(100%); } }

@keyframes brutal-pulse {
  0%, 100% {
    opacity: 1; }
  50% {
    opacity: 0.7; } }

@keyframes brutal-flash {
  0%, 100% {
    opacity: 1; }
  50% {
    opacity: 0.8; } }

@keyframes brutal-shake {
  0%, 100% {
    transform: translateX(0); }
  25% {
    transform: translateX(-2px); }
  75% {
    transform: translateX(2px); } }

@keyframes brutal-move {
  0% {
    background-position: 0 0; }
  100% {
    background-position: 60px 60px; } }

@media (max-width: 768px) {
  body {
    padding-top: 80px; }
  .brutal-hero {
    min-height: 35vh !important; }
    .brutal-hero .hero-glass {
      display: none; }
    .brutal-hero .hero-title {
      font-size: clamp(2rem, 8vw, 3rem) !important;
      margin-bottom: 12px !important; }
    .brutal-hero .hero-subtitle {
      font-size: 16px !important;
      margin-bottom: 20px !important; }
  .news-grid {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 32px 0; }
  .glass-section {
    padding: 32px 24px;
    margin: 32px 0; }
  .events-brutal {
    padding: 48px 0; } }

#theme-toggle {
  transition: all 0.3s ease;
  border-radius: 4px; }
  #theme-toggle:hover {
    transform: scale(1.05);
    box-shadow: 0 0 10px var(--primary); }
  #theme-toggle:active {
    transform: scale(0.95); }

.bg-brutal {
  background: #000000; }

.border-neon {
  border: 2px solid #46A36B; }

.shadow-brutal {
  box-shadow: 8px 8px 0px #000000; }

.hover-lift {
  transition: transform 0.3s ease; }
  .hover-lift:hover {
    transform: translate(-4px, -4px); }

.hover-neon {
  transition: all 0.3s ease; }
  .hover-neon:hover {
    color: #46A36B; }

::-webkit-scrollbar {
  width: 12px; }

::-webkit-scrollbar-track {
  background: #000000; }

::-webkit-scrollbar-thumb {
  background: #46A36B;
  border-radius: 0; }

::-webkit-scrollbar-thumb:hover {
  background: #46A36B; }

.hero-news-card {
  height: 100%;
  position: relative;
  overflow: hidden;
  border: 2px solid #46A36B;
  background: #000000; }
  .hero-news-card .hero-image-container {
    position: relative;
    width: 100%;
    height: 400px;
    overflow: hidden; }
  .hero-news-card .hero-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block; }
  .hero-news-card .hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.4) 40%, rgba(0, 0, 0, 0.8) 100%); }
  .hero-news-card .hero-content-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 32px;
    color: white;
    z-index: 2; }
  .hero-news-card .hero-meta {
    font-family: "JetBrains Mono", "Courier New", monospace;
    font-size: 12px;
    font-weight: 700;
    color: #46A36B;
    margin-bottom: 8px;
    letter-spacing: 1px; }
  .hero-news-card .hero-title {
    font-family: "Space Grotesk", "Helvetica Neue", Arial, sans-serif;
    font-size: clamp(1.5rem, 4vw, 2.5rem);
    font-weight: 900;
    line-height: 1.2;
    margin-bottom: 16px; }
    .hero-news-card .hero-title a {
      color: white;
      text-decoration: none;
      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8); }
      .hero-news-card .hero-title a:hover {
        color: #46A36B; }
  .hero-news-card .hero-excerpt {
    font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
    font-size: 16px;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.9);
    margin: 0; }

.secondary-pinned-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin: 20px 20px 20px 20px; }

.secondary-pinned-card {
  position: relative;
  overflow: hidden;
  border: none;
  background: #000000; }
  .secondary-pinned-card .secondary-image {
    position: relative;
    width: 100%;
    height: 200px;
    overflow: hidden; }
    .secondary-pinned-card .secondary-image img, .secondary-pinned-card .secondary-image .secondary-placeholder {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block; }
    .secondary-pinned-card .secondary-image .secondary-overlay {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: linear-gradient(180deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.4) 60%, rgba(0, 0, 0, 0.9) 100%); }
    .secondary-pinned-card .secondary-image .secondary-content {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      padding: 16px;
      color: white;
      z-index: 2; }
    .secondary-pinned-card .secondary-image .secondary-meta {
      font-family: "JetBrains Mono", "Courier New", monospace;
      font-size: 10px;
      font-weight: 700;
      color: #46A36B;
      margin-bottom: 6px;
      letter-spacing: 1px; }
    .secondary-pinned-card .secondary-image .secondary-title {
      font-family: "Space Grotesk", "Helvetica Neue", Arial, sans-serif;
      font-size: 14px;
      font-weight: 700;
      line-height: 1.2;
      margin: 0; }
      .secondary-pinned-card .secondary-image .secondary-title a {
        color: white;
        text-decoration: none;
        text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8); }
        .secondary-pinned-card .secondary-image .secondary-title a:hover {
          color: #46A36B; }

.sidebar-content {
  background: rgba(0, 0, 0, 0.8);
  border: 2px solid #46A36B;
  padding: 24px;
  height: 100%;
  backdrop-filter: blur(10px); }

.pinned-headlines {
  margin-bottom: 24px; }

.latest-headlines .latest-first .headline-title a {
  color: #46A36B; }

.headline-item {
  padding: 16px 0; }
  .headline-item .headline-meta {
    font-family: "JetBrains Mono", "Courier New", monospace;
    font-size: 10px;
    font-weight: 700;
    color: #46A36B;
    margin-bottom: 8px;
    letter-spacing: 1px; }
  .headline-item .headline-title {
    font-family: "Space Grotesk", "Helvetica Neue", Arial, sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.3;
    margin: 0; }
    .headline-item .headline-title a {
      color: white;
      text-decoration: none; }
      .headline-item .headline-title a:hover {
        color: #46A36B; }

.headline-divider {
  height: 1px;
  background: linear-gradient(90deg, transparent 0%, #46A36B 50%, transparent 100%);
  margin: 0; }

.section-divider {
  height: 2px;
  background: #46A36B;
  margin: 24px 0;
  position: relative; }
  .section-divider::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 8px;
    height: 8px;
    background: #46A36B;
    border-radius: 50%; }

@media (max-width: 768px) {
  .hero-news-card .hero-image-container {
    height: 250px; }
  .hero-news-card .hero-content-overlay {
    padding: 20px; }
  .hero-news-card .hero-title {
    font-size: clamp(1.2rem, 5vw, 1.8rem);
    margin-bottom: 12px; }
  .hero-news-card .hero-excerpt {
    font-size: 14px; }
  .secondary-pinned-grid {
    grid-template-columns: 1fr;
    gap: 16px;
    margin: 16px 16px 16px 16px; }
    .secondary-pinned-grid .secondary-pinned-card .secondary-image {
      height: 180px; }
      .secondary-pinned-grid .secondary-pinned-card .secondary-image .secondary-content {
        padding: 12px; }
      .secondary-pinned-grid .secondary-pinned-card .secondary-image .secondary-title {
        font-size: 13px; }
  .sidebar-content {
    margin-top: 24px;
    padding: 20px; }
  .headline-item {
    padding: 12px 0; }
    .headline-item .headline-title {
      font-size: 13px; } }
