.cfpro-match-report {
max-width: 100%;
margin: 0;
padding: 0;
} .cfpro-mr-score-banner {
background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%);
color: white;
padding: 40px 20px 20px;
margin: 0 0 40px 0;
}
.cfpro-mr-score-inner {
max-width: 1200px;
margin: 0 auto;
display: flex;
align-items: center;
justify-content: space-between;
gap: 40px;
}
.cfpro-mr-team-section {
display: flex;
flex-direction: column;
align-items: center;
gap: 15px;
flex: 1;
}
.cfpro-mr-team-logo {
width: 100px;
height: 100px;
object-fit: contain;
}
.cfpro-mr-team-name {
font-size: 20px;
font-weight: 700;
text-align: center;
text-transform: uppercase;
letter-spacing: 1px;
}
.cfpro-mr-score-box {
background: rgba(255, 255, 255, 0.1);
border: 3px solid rgba(255, 255, 255, 0.3);
border-radius: 16px;
padding: 30px 50px;
text-align: center;
}
.cfpro-mr-final-score {
display: flex;
align-items: center;
gap: 20px;
font-size: 72px;
font-weight: 900;
line-height: 1;
}
.cfpro-mr-score-num {
min-width: 80px;
}
.cfpro-mr-score-sep {
font-size: 72px;
font-weight: 300;
color: rgba(255, 255, 255, 0.5);
}
.cfpro-mr-result-badge {
display: inline-block;
margin-top: 15px;
padding: 8px 24px;
border-radius: 20px;
font-size: 14px;
font-weight: 700;
letter-spacing: 1px;
}
.cfpro-mr-result-win {
background: #10b981;
color: white;
}
.cfpro-mr-result-loss {
background: #ef4444;
color: white;
}
.cfpro-mr-result-draw {
background: #6b7280;
color: white;
} .cfpro-mr-meta-bar {
max-width: 1200px;
margin: 30px auto 0;
display: flex;
flex-wrap: wrap;
gap: 20px;
justify-content: center;
padding-top: 20px;
border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.cfpro-mr-meta-item {
display: flex;
align-items: center;
gap: 8px;
font-size: 14px;
color: rgba(255, 255, 255, 0.9);
}
.cfpro-mr-meta-item svg {
opacity: 0.7;
} .cfpro-mr-title {
max-width: 1200px;
margin: 0 auto 30px;
padding: 0 20px;
font-size: 42px;
font-weight: 700;
color: #1e293b;
line-height: 1.2;
}
.cfpro-mr-featured-image {
max-width: 1200px;
margin: 0 auto 40px;
padding: 0 20px;
}
.cfpro-mr-featured-image img {
width: 100%;
height: auto;
display: block;
border-radius: 12px;
} .cfpro-mr-container {
max-width: 1200px;
margin: 0 auto;
padding: 0 20px;
display: grid;
grid-template-columns: 1fr 340px;
gap: 40px;
} .cfpro-mr-sidebar {
position: sticky;
top: 20px;
align-self: start;
} .cfpro-mr-motm-card {
background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%);
border-radius: 12px;
padding: 24px;
margin-bottom: 24px;
text-align: center;
}
.cfpro-mr-motm-icon {
font-size: 48px;
line-height: 1;
margin-bottom: 12px;
}
.cfpro-mr-motm-content h3 {
margin: 0 0 8px 0;
font-size: 12px;
font-weight: 700;
letter-spacing: 1px;
color: #92400e;
text-transform: uppercase;
}
.cfpro-mr-motm-name {
margin: 0;
font-size: 20px;
font-weight: 700;
color: #78350f;
} .cfpro-mr-info-box {
background: white;
border: 1px solid #e5e7eb;
border-radius: 8px;
padding: 24px;
margin-bottom: 24px;
}
.cfpro-mr-info-box h3 {
margin: 0 0 16px 0;
font-size: 14px;
font-weight: 700;
color: #ef4444;
text-transform: uppercase;
letter-spacing: 0.5px;
display: flex;
align-items: center;
gap: 8px;
}
.cfpro-mr-info-box h3:before {
content: '';
width: 4px;
height: 16px;
background: #ef4444;
border-radius: 2px;
}
.cfpro-mr-info-list {
list-style: none;
margin: 0;
padding: 0;
}
.cfpro-mr-info-list li {
display: flex;
justify-content: space-between;
padding: 12px 0;
border-bottom: 1px solid #f3f4f6;
}
.cfpro-mr-info-list li:last-child {
border-bottom: none;
}
.cfpro-mr-info-label {
font-size: 14px;
color: #6b7280;
font-weight: 500;
}
.cfpro-mr-info-value {
font-size: 14px;
color: #1f2937;
font-weight: 600;
text-align: right;
} .cfpro-mr-content {
min-width: 0;
}
.cfpro-mr-section {
margin-bottom: 40px;
}
.cfpro-mr-section h2 {
font-size: 28px;
font-weight: 700;
color: #1e293b;
margin: 0 0 20px 0;
padding-bottom: 12px;
border-bottom: 3px solid #e2e8f0;
}
.cfpro-mr-text {
font-size: 18px;
line-height: 1.8;
color: #334155;
}
.cfpro-mr-text p {
margin-bottom: 20px;
}
.cfpro-mr-highlights {
list-style: none;
margin: 0;
padding: 0;
}
.cfpro-mr-highlights li {
padding: 12px 0 12px 30px;
position: relative;
border-bottom: 1px solid #e2e8f0;
font-size: 16px;
color: #334155;
}
.cfpro-mr-highlights li:before {
content: "→";
position: absolute;
left: 0;
color: #2563eb;
font-weight: 700;
}
.cfpro-mr-highlights li:last-child {
border-bottom: none;
} .cfpro-mr-goals-section {
margin-top: 60px;
padding-top: 40px;
border-top: 3px solid #e2e8f0;
}
.cfpro-mr-goals-list {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
gap: 30px;
}
.cfpro-mr-team-goals h3 {
font-size: 20px;
font-weight: 700;
color: #1e293b;
margin: 0 0 20px 0;
padding-bottom: 10px;
border-bottom: 2px solid #e2e8f0;
}
.cfpro-mr-goal-item {
display: flex;
gap: 15px;
padding: 15px;
background: #f8fafc;
border-left: 4px solid #3b82f6;
border-radius: 4px;
margin-bottom: 12px;
}
.cfpro-mr-goal-time {
font-size: 16px;
font-weight: 700;
color: #3b82f6;
min-width: 50px;
}
.cfpro-mr-goal-details {
flex: 1;
}
.cfpro-mr-goal-scorer {
font-size: 16px;
font-weight: 700;
color: #1e293b;
display: block;
margin-bottom: 4px;
}
.cfpro-mr-goal-assists {
font-size: 14px;
color: #64748b;
font-style: italic;
} .cfpro-mr-share-buttons {
display: flex;
gap: 12px;
margin-bottom: 16px;
}
.cfpro-mr-share-link {
display: inline-flex;
align-items: center;
justify-content: center;
width: 40px;
height: 40px;
border-radius: 4px;
background: #f3f4f6;
color: #1f2937;
transition: all 0.2s;
text-decoration: none;
}
.cfpro-mr-share-link:hover {
background: #e5e7eb;
transform: translateY(-2px);
}
.cfpro-mr-all-reports-link {
margin: 0;
padding-top: 16px;
border-top: 1px solid #f3f4f6;
}
.cfpro-mr-all-reports-link a {
color: #ef4444;
text-decoration: none;
font-size: 14px;
font-weight: 600;
display: flex;
align-items: center;
gap: 4px;
}
.cfpro-mr-all-reports-link a:hover {
color: #dc2626;
}
.cfpro-mr-all-reports-link a:after {
content: '←';
font-size: 16px;
} .cfpro-mr-archive {
max-width: 1200px;
margin: 0 auto;
padding: 40px 20px;
}
.cfpro-mr-archive-header {
text-align: center;
margin-bottom: 40px;
}
.cfpro-mr-archive-header h1 {
font-size: 42px;
font-weight: 700;
color: #1e293b;
margin: 0 0 16px 0;
}
.cfpro-mr-archive-description {
font-size: 18px;
color: #64748b;
}
.cfpro-mr-grid {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
gap: 30px;
margin-bottom: 40px;
}
.cfpro-mr-card {
background: white;
border: 1px solid #e2e8f0;
border-radius: 12px;
overflow: hidden;
transition: all 0.3s;
}
.cfpro-mr-card:hover {
box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
transform: translateY(-4px);
}
.cfpro-mr-card-image {
width: 100%;
height: 200px;
overflow: hidden;
}
.cfpro-mr-card-image img {
width: 100%;
height: 100%;
object-fit: cover;
transition: transform 0.3s;
}
.cfpro-mr-card:hover .cfpro-mr-card-image img {
transform: scale(1.05);
}
.cfpro-mr-card-content {
padding: 24px;
}
.cfpro-mr-card-score {
display: flex;
align-items: center;
justify-content: space-between;
gap: 15px;
margin-bottom: 16px;
padding-bottom: 16px;
border-bottom: 2px solid #e2e8f0;
}
.cfpro-mr-card-team {
display: flex;
align-items: center;
gap: 8px;
flex: 1;
}
.cfpro-mr-card-badge {
width: 32px;
height: 32px;
object-fit: contain;
}
.cfpro-mr-card-team-name {
font-size: 14px;
font-weight: 600;
color: #334155;
}
.cfpro-mr-card-score-display {
display: flex;
align-items: center;
gap: 8px;
}
.cfpro-mr-card-score-number {
font-size: 24px;
font-weight: 700;
color: #1e293b;
}
.cfpro-mr-card-vs {
color: #94a3b8;
font-size: 18px;
}
.cfpro-mr-card-ot {
background: #f59e0b;
color: white;
padding: 2px 6px;
border-radius: 4px;
font-size: 11px;
font-weight: 700;
}
.cfpro-mr-card-title {
font-size: 20px;
font-weight: 700;
margin: 0 0 12px 0;
}
.cfpro-mr-card-title a {
color: #1e293b;
text-decoration: none;
}
.cfpro-mr-card-title a:hover {
color: #2563eb;
}
.cfpro-mr-card-meta {
display: flex;
gap: 12px;
margin-bottom: 12px;
font-size: 14px;
color: #64748b;
}
.cfpro-mr-card-date,
.cfpro-mr-card-competition {
font-weight: 500;
}
.cfpro-mr-card-excerpt {
font-size: 15px;
line-height: 1.6;
color: #475569;
margin-bottom: 16px;
}
.cfpro-mr-card-link {
display: inline-block;
color: #2563eb;
font-weight: 600;
text-decoration: none;
transition: color 0.2s;
}
.cfpro-mr-card-link:hover {
color: #1d4ed8;
}
.cfpro-mr-pagination {
margin-top: 40px;
text-align: center;
}
.cfpro-mr-no-reports {
text-align: center;
padding: 60px 20px;
font-size: 18px;
color: #64748b;
} @media (max-width: 1024px) {
.cfpro-mr-container {
grid-template-columns: 1fr;
}
.cfpro-mr-sidebar {
position: static;
}
}
@media (max-width: 768px) {
.cfpro-mr-score-inner {
gap: 15px;
padding: 0 10px;
}
.cfpro-mr-team-section {
gap: 8px;
flex: 1;
min-width: 0;
}
.cfpro-mr-team-logo {
width: 60px;
height: 60px;
}
.cfpro-mr-team-name {
font-size: 14px;
line-height: 1.2;
}
.cfpro-mr-score-box {
padding: 15px 20px;
flex-shrink: 0;
}
.cfpro-mr-final-score {
font-size: 42px;
gap: 12px;
}
.cfpro-mr-score-sep {
font-size: 42px;
}
.cfpro-mr-result-badge {
font-size: 11px;
padding: 6px 16px;
margin-top: 8px;
}
.cfpro-mr-title {
font-size: 32px;
}
.cfpro-mr-section h2 {
font-size: 24px;
}
.cfpro-mr-text {
font-size: 16px;
}
.cfpro-mr-goals-list {
grid-template-columns: 1fr;
}
}
@media (max-width: 480px) {
.cfpro-mr-score-banner {
padding: 30px 15px 15px;
}
.cfpro-mr-team-logo {
width: 60px;
height: 60px;
}
.cfpro-mr-final-score {
font-size: 48px;
}
.cfpro-mr-score-box {
padding: 20px 30px;
}
.cfpro-mr-title {
font-size: 24px;
}
.cfpro-mr-meta-bar {
flex-direction: column;
align-items: flex-start;
gap: 10px;
}
}