/* Entry point for your PostCSS build */
/*! modern-normalize v3.0.1 | MIT License | https://github.com/sindresorhus/modern-normalize */
/*
Document
========
*/
/**
Use a better box model (opinionated).
*/
*,
::before,
::after {
	box-sizing: border-box;
}
html {
	/* Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3) */
	font-family:
		system-ui,
		'Segoe UI',
		Roboto,
		Helvetica,
		Arial,
		sans-serif,
		'Apple Color Emoji',
		'Segoe UI Emoji';
	line-height: 1.15; /* 1. Correct the line height in all browsers. */
	-webkit-text-size-adjust: 100%; /* 2. Prevent adjustments of font size after orientation changes in iOS. */
	-moz-tab-size: 4;
	  -o-tab-size: 4;
	     tab-size: 4; /* 3. Use a more readable tab size (opinionated). */
}
/*
Sections
========
*/
body {
	margin: 0; /* Remove the margin in all browsers. */
}
/*
Text-level semantics
====================
*/
/**
Add the correct font weight in Chrome and Safari.
*/
b,
strong {
	font-weight: bolder;
}
/**
1. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
2. Correct the odd 'em' font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
	font-family:
		ui-monospace,
		SFMono-Regular,
		Consolas,
		'Liberation Mono',
		Menlo,
		monospace; /* 1 */
	font-size: 1em; /* 2 */
}
/**
Add the correct font size in all browsers.
*/
small {
	font-size: 80%;
}
/**
Prevent 'sub' and 'sup' elements from affecting the line height in all browsers.
*/
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sub {
	bottom: -0.25em;
}
sup {
	top: -0.5em;
}
/*
Tabular data
============
*/
/**
Correct table border color inheritance in Chrome and Safari. (https://issues.chromium.org/issues/40615503, https://bugs.webkit.org/show_bug.cgi?id=195016)
*/
table {
	border-color: currentcolor;
}
/*
Forms
=====
*/
/**
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
*/
button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}
/**
Correct the inability to style clickable types in iOS and Safari.
*/
button,
[type='button'],
[type='reset'],
[type='submit'] {
	-webkit-appearance: button;
}
/**
Remove the padding so developers are not caught out when they zero out 'fieldset' elements in all browsers.
*/
legend {
	padding: 0;
}
/**
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
	vertical-align: baseline;
}
/**
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
	height: auto;
}
/**
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type='search'] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}
/**
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
	-webkit-appearance: none;
}
/**
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to 'inherit' in Safari.
*/
::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}
/*
Interactive
===========
*/
/*
Add the correct display in Chrome and Safari.
*/
summary {
	display: list-item;
}
/* Base Styles */
/* Component Styles */
/* Utility Styles */
.ev-card {
  background: linear-gradient(135deg, rgb(51 65 85 / 50%), rgb(30 41 59 / 50%));
  border: 1px solid rgb(71 85 105 / 50%);
  border-radius: 1.5rem;
  box-shadow: 0 20px 35px -24px rgb(0 0 0 / 60%);
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 1.75rem;
  position: relative;
  transition:
    border-color 200ms ease,
    box-shadow 200ms ease,
    transform 200ms ease;
}
.ev-card:hover {
  border-color: rgb(16 185 129 / 30%);
  box-shadow: 0 24px 45px -18px rgb(16 185 129 / 20%);
  transform: translateY(-4px);
}
.ev-card-body {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-top: 1.2rem;
}
.ev-card-confidence {
  align-items: center;
  border-radius: 999px;
  display: inline-flex;
  font-size: 0.68rem;
  font-weight: 600;
  gap: 0.25rem;
  padding: 0.25rem 0.6rem;
  white-space: nowrap;
}
.ev-card-confidence-value {
  opacity: 0.85;
}
.ev-card-details-content {
  background: rgb(30 41 59 / 50%);
  border: 1px solid rgb(71 85 105 / 50%);
  border-radius: 0.75rem;
  padding: 1rem;
}
.ev-card-matchup {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}
.ev-card-matchup-link {
  color: #ffffff;
  font-size: 1.05rem;
  font-weight: 600;
  text-decoration: none;
  transition: color 150ms ease;
}
.ev-card-matchup-link:hover {
  color: #10b981;
}
.ev-card-meta {
  color: #94a3b8;
  display: flex;
  flex-wrap: wrap;
  font-size: 0.8rem;
  gap: 0.5rem;
}
.ev-card-meta span + span::before {
  color: #64748b;
  content: "•";
  margin-right: 0.45rem;
}
.ev-card-metrics {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
}
.ev-card-metrics div {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.ev-card-metrics dd {
  color: #ffffff;
  font-size: 0.95rem;
  font-weight: 600;
}
.ev-card-metrics dt {
  color: #94a3b8;
  font-size: 0.68rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.ev-card-note {
  color: #cbd5e1;
  font-size: 0.85rem;
}
.ev-card-pick {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
}
.ev-card-pick-label {
  color: #94a3b8;
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.ev-card-pick-value {
  color: #ffffff;
  font-size: 1.2rem;
  font-weight: 600;
}
.ev-card-top {
  align-items: flex-start;
  display: flex;
  gap: 0.75rem;
  justify-content: space-between;
}
.ev-control-input {
  color: #cbd5e1;
  display: inline-flex;
  flex-direction: column;
  font-size: 0.75rem;
  gap: 0.25rem;
}
.ev-control-input input {
  background: rgb(51 65 85 / 50%);
  border: 1px solid rgb(71 85 105 / 50%);
  border-radius: 0.75rem;
  color: #ffffff;
  font-size: 0.85rem;
  padding: 0.35rem 0.6rem;
  width: 6rem;
}
.ev-control-input input:focus {
  border-color: #10b981;
  box-shadow: 0 0 0 1px rgb(16 185 129 / 20%);
  outline: none;
}
.ev-control-inputs {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}
.ev-control-reset {
  background: rgb(51 65 85 / 50%);
  border: 1px solid rgb(71 85 105 / 50%);
  border-radius: 0.75rem;
  color: #cbd5e1;
  font-size: 0.8rem;
  font-weight: 500;
  padding: 0.4rem 0.9rem;
  transition:
    background-color 150ms ease,
    border-color 150ms ease,
    color 150ms ease;
}
.ev-control-reset:hover {
  background: rgb(71 85 105 / 70%);
  border-color: rgb(100 116 139 / 70%);
  color: #ffffff;
}
.ev-filter-chip {
  align-items: center;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 999px;
  color: #475569;
  display: inline-flex;
  font-size: 0.875rem;
  font-weight: 500;
  gap: 0.35rem;
  justify-content: center;
  min-width: 3.5rem;
  padding: 0.35rem 1rem;
  transition:
    background-color 150ms ease,
    border-color 150ms ease,
    color 150ms ease;
}
.ev-filter-chip-control {
  cursor: pointer;
  height: 100%;
  inset: 0;
  opacity: 0;
  position: absolute;
  width: 100%;
}
.ev-filter-chip-control:checked + .ev-filter-chip {
  background: linear-gradient(135deg, #0f172a, #1e293b);
  border-color: #0f172a;
  box-shadow: 0 12px 22px -14px rgb(15 23 42 / 60%);
  color: #ffffff;
}
.ev-filter-chip-control:focus-visible + .ev-filter-chip {
  outline: 2px solid #6366f1;
  outline-offset: 2px;
}
.ev-filter-chip-control:not(:checked) + .ev-filter-chip:hover {
  border-color: #cbd5f5;
  color: #1f2937;
}
.ev-league-chip {
  position: relative;
}
.ev-league-chip-input {
  cursor: pointer;
  inset: 0;
  opacity: 0;
  position: absolute;
}
.ev-league-chip-label {
  align-items: center;
  background: rgb(51 65 85 / 30%);
  border: 1px solid rgb(71 85 105 / 50%);
  border-radius: 999px;
  color: #cbd5e1;
  display: inline-flex;
  font-size: 0.85rem;
  font-weight: 600;
  gap: 0.35rem;
  justify-content: center;
  padding: 0.45rem 0.95rem;
  transition:
    background-color 150ms ease,
    border-color 150ms ease,
    box-shadow 150ms ease,
    color 150ms ease;
}
.ev-league-chip-input:checked + .ev-league-chip-label {
  background: linear-gradient(
    135deg,
    rgb(16 185 129 / 20%),
    rgb(5 150 105 / 30%)
  );
  border-color: rgb(16 185 129 / 50%);
  box-shadow: 0 15px 28px -20px rgb(16 185 129 / 30%);
  color: #10b981;
}
.ev-league-chip-input:not(:checked) + .ev-league-chip-label:hover {
  background: rgb(51 65 85 / 50%);
  border-color: rgb(100 116 139 / 70%);
  color: #ffffff;
}
.ev-league-group {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.ev-opportunity-controls {
  background: rgb(51 65 85 / 30%);
  border: 1px solid rgb(71 85 105 / 50%);
  border-radius: 1.25rem;
  box-shadow: 0 18px 32px -22px rgb(0 0 0 / 40%);
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 1.25rem;
}
.ev-summary-pill {
  align-items: center;
  background: rgb(51 65 85 / 30%);
  border: 1px solid rgb(71 85 105 / 50%);
  border-radius: 999px;
  color: #cbd5e1;
  display: inline-flex;
  font-size: 0.8rem;
  gap: 0.35rem;
  padding: 0.35rem 0.9rem;
}
.ev-summary-pill strong {
  color: #ffffff;
  font-weight: 600;
}
.ev-summary-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-bottom: 1.5rem;
}
@media (width >= 768px) {
  .ev-opportunity-controls {
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
  }
}
:root {
  --void-black: #0b0c10;
  --carbon: #1f2833;
  --gunmetal: #2c3e50;
  --neon-lime: #d3fd00;
  --hyper-blue: #0013f7;
  --signal-pink: #ff2a68;
  --text-high: #ffffff;
  --text-mid: #cbd5e1;
  --text-low: #94a3b8;
}
/* Background overlays pulled from the React mock to set the overall mood */
.grid-overlay {
  background-image:
    linear-gradient(rgb(255 255 255 / 6%) 1px, transparent 1px),
    linear-gradient(90deg, rgb(255 255 255 / 4%) 1px, transparent 1px);
  background-size: 120px 120px;
  opacity: 0.25;
}
.noise-overlay {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E");
  mix-blend-mode: soft-light;
  opacity: 0.05;
}
.glow-spot {
  filter: blur(60px);
  opacity: 0.35;
  pointer-events: none;
  position: absolute;
}
.glow-spot-lime {
  background: radial-gradient(circle, rgb(211 253 0 / 40%), transparent 50%);
}
.glow-spot-blue {
  background: radial-gradient(circle, rgb(0 19 247 / 35%), transparent 50%);
}
.glow-spot-pink {
  background: radial-gradient(circle, rgb(255 42 104 / 35%), transparent 50%);
}
body {
  background-color: var(--void-black);
  color: var(--text-high);
}
.glass-surface {
  backdrop-filter: blur(14px);
  background: linear-gradient(135deg, rgb(31 40 51 / 80%), rgb(17 24 39 / 85%));
  border: 1px solid rgb(255 255 255 / 8%);
  box-shadow: 0 20px 60px rgb(0 0 0 / 45%);
}
.cyber-card {
  background: linear-gradient(135deg, rgb(44 62 80 / 90%), rgb(15 23 42 / 92%));
  border: 1px solid rgb(255 255 255 / 8%);
  border-radius: 1.25rem;
  box-shadow: 0 24px 48px -28px rgb(0 0 0 / 80%);
  overflow: hidden;
  position: relative;
  transition:
    border-color 200ms ease,
    box-shadow 200ms ease,
    transform 180ms ease;
}
.cyber-card::before {
  background: linear-gradient(
    90deg,
    var(--hyper-blue),
    var(--neon-lime),
    var(--signal-pink)
  );
  content: "";
  height: 4px;
  inset: 0;
  opacity: 0.75;
  position: absolute;
}
.cyber-card:hover {
  border-color: rgb(211 253 0 / 35%);
  box-shadow: 0 32px 64px -32px rgb(211 253 0 / 30%);
  transform: translateY(-4px);
}
.cyber-pill {
  align-items: center;
  background: rgb(44 62 80 / 75%);
  border: 1px solid rgb(255 255 255 / 12%);
  border-radius: 999px;
  display: inline-flex;
  font-size: 0.7rem;
  font-weight: 700;
  gap: 0.35rem;
  letter-spacing: 0.06em;
  padding: 0.32rem 0.75rem;
  text-transform: uppercase;
}
.cyber-pill-lime {
  background: rgb(211 253 0 / 8%);
  border-color: rgb(211 253 0 / 35%);
  color: var(--neon-lime);
}
.cyber-pill-blue {
  background: rgb(0 19 247 / 8%);
  border-color: rgb(0 19 247 / 35%);
  color: #9cb4ff;
}
.cyber-pill-pink {
  background: rgb(255 42 104 / 8%);
  border-color: rgb(255 42 104 / 35%);
  color: #ff6f9b;
}
.stat-chip {
  background: rgb(31 40 51 / 70%);
  border: 1px solid rgb(255 255 255 / 8%);
  border-radius: 0.9rem;
  color: var(--text-mid);
  display: inline-flex;
  font-size: 0.8rem;
  gap: 0.5rem;
  padding: 0.65rem 0.9rem;
}
.stat-chip strong {
  color: var(--text-high);
  font-variant-numeric: tabular-nums;
}
.cyber-divider {
  background: linear-gradient(
    90deg,
    var(--hyper-blue),
    var(--neon-lime),
    var(--signal-pink)
  );
  height: 1px;
  opacity: 0.45;
}
/* Line Movement Chart Styles */
@keyframes pulse {
  0%,
  100% {
    opacity: 1;
  }

  50% {
    opacity: 0.5;
  }
}
.animate-pulse {
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}
.glass {
  backdrop-filter: blur(14px);
  background: linear-gradient(135deg, rgb(31 40 51 / 60%), rgb(17 24 39 / 70%));
  border: 1px solid rgb(255 255 255 / 8%);
}
.line-movement-tooltip {
  font-size: 0.75rem;
  max-width: 280px;
}
