div#content p a {
border-bottom: 1px solid var(--primary-color);
padding-bottom: 2px;
color: var(--primary-color);
background-image: linear-gradient(var(--primary-color), var(--primary-color));
background-position-x: 0;
background-position-y: 100%;
background-repeat: no-repeat;
background-size: 0 1em;
transition: background-size .2s ease-in-out;
}
div#content p a:hover {
background-size: 100% 2em;
color: #fff;
}
.custom-title {
display: flex;
align-items: center;
justify-content: center;
gap: 12px;
margin-bottom: 1.5rem;
}
.custom-title h1,
.custom-title h2,
.custom-title h3,
.custom-title h4,
.custom-title h5 {
width: fit-content;
margin-bottom: 0;
}
.custom-seperator {
flex: 1;
height: 2px;
background: linear-gradient(90deg, #fff 45%, var(--primary-color));
}
.custom-seperator.cright {
flex: 1;
height: 2px;
background: linear-gradient(to left, #fff 45%, var(--primary-color));
}
.toplist-item-rating-start {
background: linear-gradient(90deg, red var(--rating-percent), grey var(--rating-percent));
background-clip: text;
width: fit-content;
font-size: 20px;
letter-spacing: 2px;
color: transparent;
}
.toplist {
display: flex;
flex-direction: column;
gap: 20px;
container: toplist / inline-size;
}
.toplist-item {
display: flex;
align-items: center;
flex-wrap: wrap;
background: #fff;
border-radius: 4px;
border: 1px solid #e5e5e5;
padding: 8px 5px;
box-shadow: 0 0 25px 0 rgb(0 0 0 / 20%);
position: relative;
gap: 8px;
}
.toplist-item-logo {
width: 100px;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
.toplist-item-logo img {
margin: 0;
max-width: 80px;
}
.toplist-item-brand {
flex: 1;
min-width: 200px;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
.toplist-item-brand-name {
font-size: 1.2rem;
font-weight: bold;
width: 100%;
}
.toplist-item-rating {
width: 100%;
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
}
.toplist-item-action {
display: flex;
align-items: center;
justify-content: center;
width: 100%;
gap: 10px;
}
.toplist-item-brand-num {
position: absolute;
}
.toplist-item-action a {
padding: 5px 8px;
border-radius: 25px;
background: var(--primary-color);
color: #fff;
font-size: 1.1rem;
width: 120px;
text-align: center;
}
.toplist-item-action a:hover {
color: #fff;
opacity: 0.8;
}
.toplist-item-action a:first-child {
animation: horizontal-shaking 0.5s linear infinite;
}
.toplist-item-action a:nth-child(2) {
background: #2ecc71;
}
.toplist-item-brand-num {
position: absolute;
top: -12px;
left: 10px;
width: 35px;
height: 35px;
border-radius: 4px;
background: var(--primary-color);
color: #fff;
text-align: center;
line-height: 35px;
font-size: 1.2rem;
}
@container toplist (min-width: 768px) {
.toplist-item {
display: grid;
grid-template-columns: 1fr 1fr 1fr 1fr;
padding: 15px 5px;
}
.toplist-item-logo {
border-right: 1px solid #e5e5e5;
width: auto;
}
.toplist-item-logo img {
margin: 0;
max-width: 100px;
}
.toplist-item-brand {
width: auto;
padding: 5px;
border-right: 1px solid #e5e5e5;
}
.toplist-item-brand-name {
font-size: 1.3rem;
}
.toplist-item-brand-des {
font-size: 1.1rem;
font-weight: 500;
}
.toplist-item-rating {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
border-right: 1px solid #e5e5e5;
width: auto;
}
.toplist-item-rating-point {
font-size: 1.2rem;
font-weight: bold;
}
.toplist-item-action {
flex-direction: column;
}
}
@keyframes horizontal-shaking {
0% {
transform: translateX(0)
}
25% {
transform: translateX(5px)
}
50% {
transform: translateX(-5px)
}
75% {
transform: translateX(5px)
}
100% {
transform: translateX(0)
}
}
.hg-readmore {
position: relative;
}
.hg-readmore-bg {
position: absolute;
bottom: 0;
left: 0;
right: 0;
width: 100%;
height: 200px;
background: linear-gradient(360deg, #fff, transparent);
}
.hg-readmore-wrap {
position: absolute;
bottom: 0;
left: 50%;
transform: translateX(-50%);
display:flex;
align-items: center;
justify-content:center;
width: 100%;
gap: 10px;
}
.wrap-less {
width: 100%;
display: none;
align-items:center;
justify-content:center;
gap: 10px;
margin-bottom: 2rem;
}
.hg-readmore-sep {
flex: 1;
height: 1px;
background: linear-gradient(90deg, #fff 50%, var(--primary-color));
}
.hg-readmore-sep.right {
background: linear-gradient(270deg, #fff 50%, var(--primary-color));
}
.hg-readmore-btn {
padding: 5px 8px;
background-color: var(--primary-color);
color: #fff;
font-weight: 500;
border-radius: 2px;
cursor: pointer;
}
.hg-readless-btn {
padding: 5px 8px;
background-color: var(--primary-color);
color: #fff;
font-weight: 500;
border-radius: 2px;
cursor: pointer;
width: 100px;
margin: 0 auto;
text-align: center;
}
@media only screen and (max-width: 48em) { } .contextual-help, .site-faq, .value-tools {
background: #f8f9fa;
padding: 2rem;
margin: 2rem 0;
border-radius: 12px;
} .quick-explainers {
display: grid;
gap: 1.5rem;
margin: 1.5rem 0;
}
.explainer-item {
display: flex;
gap: 1rem;
padding: 1rem;
background: white;
border-radius: 8px;
box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}
.keo-example {
min-width: 120px;
display: flex;
flex-direction: column;
align-items: center;
font-weight: bold;
font-size: 0.9rem;
} .faq-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
gap: 1rem;
}
.faq-item {
background: white;
padding: 1.5rem;
border-radius: 8px;
box-shadow: 0 2px 8px rgba(0,0,0,0.1);
transition: transform 0.2s ease;
}
.faq-item:hover {
transform: translateX(5px);
}
.faq-item h4 {
margin-bottom: 0.75rem;
color: #333;
font-size: 1.05rem;
} .tools-container {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(310px, 1fr));
gap: 1.5rem;
}
.tool-item {
background: white;
padding: 1.5rem;
border-radius: 8px;
box-shadow: 0 2px 12px rgba(0,0,0,0.1);
}
.calculator, .converter {
display: flex;
flex-direction: column;
gap: 0.5rem;
}
.calculator input, .calculator select,
.converter input, .converter select {
padding: 0.5rem;
border: 1px solid #ddd;
border-radius: 4px;
}
.calculator button, .converter button {
background: #007bff;
color: white;
border: none;
border-radius: 4px;
cursor: pointer;
}
.result-display {
padding: 1.5rem;
background: #f8f9fa;
border-radius: 8px;
min-height: 80px;
display: flex;
align-items: center;
justify-content: center;
text-align: center;
}
.profit { color: #28a745; }
.loss { color: #dc3545; }
.error { color: #dc3545; font-weight: 600; }
.tools-note {
margin-top: 2rem;
} .loading-container {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
padding: 2rem;
background: #f8f9fa;
border-radius: 12px;
margin: 1rem 0;
}
.loading-text {
font-size: 1.1rem;
color: #333;
margin-bottom: 1rem;
font-weight: 500;
}
.progress-bar {
width: 300px;
height: 8px;
background: #e9ecef;
border-radius: 4px;
overflow: hidden;
box-shadow: inset 0 1px 3px rgba(0,0,0,0.1);
margin-bottom: 0.5rem;
}
.progress-fill {
height: 100%;
background: linear-gradient(90deg, #007bff 0%, #0056b3 100%);
border-radius: 4px;
width: 0%;
transition: width 0.3s ease; }
.loading-percentage {
font-size: 0.9rem;
color: #666;
font-weight: 600;
}
.loading {
display: flex;
justify-content: center;
align-items: center;
height: 200px;
color: #666;
font-size: 1.1rem;
} .skeleton-container {
padding: 1.5rem;
background: white;
border-radius: 8px;
box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}
.skeleton-header {
margin-bottom: 1.5rem;
}
.skeleton-line {
height: 20px;
background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
background-size: 200% 100%;
border-radius: 4px;
animation: skeletonLoading 1.5s infinite;
}
.skeleton-title {
width: 60%;
height: 24px;
margin-bottom: 0.5rem;
}
.skeleton-subtitle {
width: 40%;
height: 16px;
}
.skeleton-table {
display: flex;
flex-direction: column;
gap: 0.75rem;
}
.skeleton-row {
display: grid;
grid-template-columns: 2fr 1fr 1fr 80px;
gap: 1rem;
align-items: center;
}
.skeleton-cell {
height: 18px;
background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
background-size: 200% 100%;
border-radius: 4px;
animation: skeletonLoading 1.5s infinite;
}
.skeleton-team { width: 100%; }
.skeleton-odds { width: 60px; }
.skeleton-trend {
width: 40px;
height: 24px;
border-radius: 12px;
} .hero-context {
background: #cccc;
padding: 2rem;
margin-bottom: 2rem;
border-radius: 12px;
border-left: 4px solid #28a745;
}
.intro-text p {
font-size: 1.1rem;
line-height: 1.6;
margin-bottom: 1rem;
color: #333;
}
.quick-legend {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
gap: 1rem;
margin-top: 1.5rem;
}
.legend-item {
display: flex;
align-items: center;
gap: 0.75rem;
padding: 1rem;
background: white;
border-radius: 8px;
box-shadow: 0 2px 8px rgba(0,0,0,0.1);
transition: transform 0.2s ease;
animation: fadeIn 0.6s ease-out;
}
.legend-item:hover {
transform: translateY(-2px);
}
.handicap-example {
font-weight: bold;
font-size: 1.2rem;
color: #007bff;
min-width: 60px;
text-align: center;
background: #e3f2fd;
padding: 0.5rem;
border-radius: 6px;
} .filters-container {
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 1.5rem;
gap: 1rem;
}
.time-filters {
display: flex;
gap: 0.5rem;
}
.filter-btn {
padding: 0.75rem 1.5rem;
border: 2px solid #e9ecef;
background: white;
border-radius: 8px;
cursor: pointer;
font-weight: 600;
transition: all 0.3s ease;
}
.filter-btn:hover {
border-color: #007bff;
color: #007bff;
}
.filter-btn.active {
background: #007bff;
color: white;
border-color: #007bff;
}
.league-filters select {
padding: 0.75rem 1rem;
border: 2px solid #e9ecef;
border-radius: 8px;
font-size: 1rem;
min-width: 200px;
} .market-insights {
margin: 2rem 0;
padding: 2rem;
background: #f8f9fa;
border-radius: 12px;
}
.insights-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
gap: 1.5rem;
margin-top: 1rem;
}
.insight-card {
background: white;
padding: 1.5rem;
border-radius: 8px;
box-shadow: 0 2px 12px rgba(0,0,0,0.1);
position: relative;
transition: transform 0.2s ease;
animation: fadeIn 0.6s ease-out;
}
.insight-card:hover {
transform: translateY(-3px);
}
.insight-card h3 {
margin-bottom: 1rem;
color: #333;
font-size: 1.1rem;
}
.trend-indicator {
position: absolute;
top: 1rem;
right: 1rem;
padding: 0.25rem 0.75rem;
border-radius: 20px;
font-weight: bold;
font-size: 0.9rem;
}
.trend-indicator.up {
background: #d4edda;
color: #155724;
}
.trend-indicator.down {
background: #f8d7da;
color: #721c24;
} .calculator-tool {
background: white;
padding: 2rem;
border-radius: 12px;
box-shadow: 0 2px 16px rgba(0,0,0,0.1);
margin: 2rem 0;
}
.calculator-container {
max-width: 500px;
margin: 0 auto;
}
.calc-input-group {
margin-bottom: 1.5rem;
}
.calc-input-group label {
display: block;
margin-bottom: 0.5rem;
font-weight: 600;
color: #333;
}
.calc-input-group input,
.calc-input-group select {
width: 100%;
border: 2px solid #e9ecef;
border-radius: 6px;
font-size: 1rem;
transition: border-color 0.3s ease;
}
.calc-input-group input:focus,
.calc-input-group select:focus {
outline: none;
border-color: #007bff;
box-shadow: 0 0 0 3px rgba(0,123,255,0.1);
}
.calc-btn {
width: 100%;
background: linear-gradient(135deg, #007bff 0%, #0056b3 100%);
color: white;
border: none;
border-radius: 6px;
font-size: 1.1rem;
font-weight: 600;
cursor: pointer;
transition: all 0.3s ease;
}
.calc-btn:hover {
transform: translateY(-2px);
box-shadow: 0 4px 12px rgba(0,123,255,0.3);
}
.calc-result.success {
background: linear-gradient(135deg, #d4edda 0%, #c3e6cb 100%);
color: #155724;
border-left: 4px solid #28a745;
}
.calc-result.loss {
background: linear-gradient(135deg, #f8d7da 0%, #f1b0b7 100%);
color: #721c24;
border-left: 4px solid #dc3545;
}
.calc-result.neutral {
background: linear-gradient(135deg, #fff3cd 0%, #ffeaa7 100%);
color: #856404;
border-left: 4px solid #ffc107;
}
.calc-result .highlight {
font-weight: bold;
font-size: 1.1rem;
} .faq-section {
margin: 2rem 0;
}
.faq-list {
display: grid;
gap: 1rem;
}
.faq-item {
animation: fadeIn 0.6s ease-out;
} .education-cta {
padding: 2rem;
border-radius: 12px;
margin: 2rem 0;
box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}
.cta-container {
display: grid;
grid-template-columns: 2fr 1fr;
gap: 2rem;
align-items: center;
}
.cta-features {
display: flex;
flex-direction: column;
gap: 0.5rem;
margin-top: 1rem;
}
.cta-features span {
font-size: 0.9rem;
opacity: 0.9;
}
.btn-primary {
display: inline-block;
padding: 1rem 2rem;
background: #28a745;
color: white;
text-decoration: none;
border-radius: 6px;
font-weight: 600;
text-align: center;
transition: all 0.3s ease;
box-shadow: 0 2px 8px rgba(40,167,69,0.3);
}
.btn-primary:hover {
background: #218838;
text-decoration: none;
color: white;
transform: translateY(-2px);
box-shadow: 0 4px 12px rgba(40,167,69,0.4);
}
.cta-note {
font-size: 0.85rem;
opacity: 0.8;
margin-top: 0.5rem;
} @keyframes progressAnimation {
0% { width: 0%; }
50% { width: 70%; }
100% { width: 100%; }
}
@keyframes progressPulse {
0%, 100% { 
background: linear-gradient(90deg, #007bff 0%, #0056b3 100%);
box-shadow: 0 0 5px rgba(0,123,255,0.3);
}
50% { 
background: linear-gradient(90deg, #28a745 0%, #1e7e34 100%);
box-shadow: 0 0 10px rgba(40,167,69,0.5);
}
}
@keyframes skeletonLoading {
0% { background-position: 200% 0; }
100% { background-position: -200% 0; }
}
@keyframes fadeIn {
from { 
opacity: 0; 
transform: translateY(20px); 
}
to { 
opacity: 1; 
transform: translateY(0); 
}
} .skeleton-row:nth-child(1) .skeleton-cell { animation-delay: 0s; }
.skeleton-row:nth-child(2) .skeleton-cell { animation-delay: 0.1s; }
.skeleton-row:nth-child(3) .skeleton-cell { animation-delay: 0.2s; } .filter-btn:focus,
.calc-btn:focus,
.btn-primary:focus {
outline: 2px solid #007bff;
outline-offset: 2px;
}
input:focus,
select:focus {
outline: none;
box-shadow: 0 0 0 3px rgba(0,123,255,0.25);
} @media (max-width: 768px) {
.explainer-item {
flex-direction: column;
text-align: center;
}
.faq-grid, .tools-container {
grid-template-columns: 1fr;
}
.contextual-help, .site-faq, .value-tools,
.hero-context,
.calculator-tool,
.education-cta {
padding: 1rem;
}
.quick-legend,
.insights-grid {
grid-template-columns: 1fr;
}
.cta-container {
grid-template-columns: 1fr;
text-align: center;
}
.legend-item {
flex-direction: column;
text-align: center;
gap: 0.5rem;
}
.filters-container {
flex-direction: column;
align-items: stretch;
}
.time-filters {
justify-content: center;
}
.league-filters select {
min-width: auto;
width: 100%;
}
}