/* 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;
  }
}
