.cxcae-articles-page {
padding: 0 20px;
max-width: 1100px;
margin: 0 auto;
box-sizing: border-box;
}
.cxcae-articles-heading {
margin-bottom: 8px;
}
.cxcae-articles-intro {
max-width: 640px;
color: #444;
font-size: 16px;
line-height: 1.6;
margin-bottom: 8px;
}
.cxcae-articles-grid {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
gap: 24px;
margin: 24px 0;
}
.cxcae-card {
display: flex;
flex-direction: column;
background: #fff;
border-radius: 10px;
padding: 22px 22px 20px;
text-decoration: none;
color: #1A1A2E;
box-shadow: 0 2px 10px rgba(26, 26, 46, 0.08);
border: 1px solid #eee;
position: relative;
overflow: hidden;
transition: transform 0.15s ease, box-shadow 0.15s ease;
}
.cxcae-card:hover,
.cxcae-card:focus {
transform: translateY(-3px);
box-shadow: 0 8px 20px rgba(26, 26, 46, 0.14);
color: #1A1A2E;
}
.cxcae-card-bar {
position: absolute;
top: 0;
left: 0;
right: 0;
height: 5px;
}
.cxcae-accent-orange .cxcae-card-bar { background: #F37626; }
.cxcae-accent-red .cxcae-card-bar { background: #E63946; }
.cxcae-accent-purple .cxcae-card-bar { background: #9B5DE5; }
.cxcae-accent-blue .cxcae-card-bar { background: #195CA3; }
.cxcae-accent-teal .cxcae-card-bar { background: #1E9E8C; }
.cxcae-card-meta {
display: flex;
align-items: center;
justify-content: space-between;
gap: 8px;
margin-top: 8px;
}
.cxcae-card-date {
font-size: 12px;
text-transform: uppercase;
letter-spacing: 0.05em;
color: #888;
}
.cxcae-card-category {
font-size: 11px;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 0.03em;
padding: 3px 8px;
border-radius: 999px;
color: #fff;
white-space: nowrap;
}
.cxcae-accent-orange .cxcae-card-category { background: #F37626; }
.cxcae-accent-red .cxcae-card-category { background: #E63946; }
.cxcae-accent-purple .cxcae-card-category { background: #9B5DE5; }
.cxcae-accent-blue .cxcae-card-category { background: #195CA3; }
.cxcae-accent-teal .cxcae-card-category { background: #1E9E8C; }
.cxcae-card-title {
font-weight: 700;
font-size: 19px;
line-height: 1.3;
margin-top: 10px;
margin-bottom: 10px;
}
.cxcae-card-excerpt {
font-size: 14px;
line-height: 1.5;
color: #444;
flex-grow: 1;
}
.cxcae-card-link {
margin-top: 16px;
font-weight: 600;
font-size: 14px;
}
.cxcae-accent-orange .cxcae-card-link { color: #F37626; }
.cxcae-accent-red .cxcae-card-link { color: #E63946; }
.cxcae-accent-purple .cxcae-card-link { color: #9B5DE5; }
.cxcae-accent-blue .cxcae-card-link { color: #195CA3; }
.cxcae-accent-teal .cxcae-card-link { color: #1E9E8C; }
.cxcae-articles-empty {
color: #666;
}
.cxcae-cta {
margin-top: 36px;
padding: 24px 26px;
border-radius: 10px;
background: #1A1A2E;
color: #fff;
}
.cxcae-cta-title {
font-size: 18px;
font-weight: 700;
margin: 0 0 6px;
}
.cxcae-cta-text {
font-size: 14px;
color: #cfd0e0;
margin: 0 0 16px;
}
.cxcae-cta-buttons {
display: flex;
flex-wrap: wrap;
gap: 10px;
}
.cxcae-cta-btn {
display: inline-block;
padding: 10px 16px;
border-radius: 6px;
font-weight: 600;
font-size: 14px;
text-decoration: none;
color: #fff;
}
.cxcae-cta-phone { background: #F37626; }
.cxcae-cta-email { background: #195CA3; }
.cxcae-cta-web { background: #1E9E8C; }
.cxcae-cta-btn:hover,
.cxcae-cta-btn:focus {
filter: brightness(1.08);
color: #fff;
}
.cxcae-recent-posts {
list-style: none;
margin: 0;
padding: 0;
}
.cxcae-recent-posts li {
padding: 8px 0;
border-bottom: 1px solid #eee;
}
.cxcae-recent-posts-date {
display: block;
font-size: 12px;
color: #888;
}
.cxcae-categories {
list-style: none;
margin: 0;
padding: 0;
}
.cxcae-categories li {
padding: 6px 0;
}.cxcsr-race {
max-width: 640px;
margin: 32px auto;
padding: 28px 24px;
background: #f6f7f7;
border-radius: 12px;
box-sizing: border-box;
text-align: center;
}
.cxcsr-title {
margin-top: 0;
margin-bottom: 6px;
}
.cxcsr-intro {
color: #444;
max-width: 480px;
margin: 0 auto 24px;
line-height: 1.5;
}
.cxcsr-lane {
text-align: left;
margin-bottom: 18px;
}
.cxcsr-lane-header {
display: flex;
justify-content: space-between;
align-items: baseline;
margin-bottom: 6px;
font-size: 14px;
font-weight: 600;
color: #1A1A2E;
}
.cxcsr-lane-timer {
font-variant-numeric: tabular-nums;
color: #666;
font-weight: 700;
}
.cxcsr-track {
background: #e2e2e2;
border-radius: 999px;
height: 16px;
overflow: hidden;
}
.cxcsr-fill {
height: 100%;
width: 0%;
border-radius: 999px;
}
.cxcsr-fill-slow {
background: linear-gradient(90deg, #E63946, #F37626);
}
.cxcsr-fill-fast {
background: linear-gradient(90deg, #1E9E8C, #195CA3);
}
.cxcsr-race.cxcsr-playing .cxcsr-fill-slow {
animation-name: cxcsr-slow-fill;
animation-timing-function: linear;
animation-fill-mode: forwards;
}
.cxcsr-race.cxcsr-playing .cxcsr-fill-fast {
animation-name: cxcsr-fast-fill;
animation-timing-function: ease-out;
animation-fill-mode: forwards;
}
@keyframes cxcsr-slow-fill {
0%   { width: 0%; }
10%  { width: 22%; }
14%  { width: 22%; }
32%  { width: 48%; }
36%  { width: 48%; }
58%  { width: 58%; }
66%  { width: 58%; }
88%  { width: 92%; }
100% { width: 100%; }
}
@keyframes cxcsr-fast-fill {
0%   { width: 0%; }
100% { width: 100%; }
}
.cxcsr-replay {
display: inline-block;
margin: 6px auto 18px;
background: #1A1A2E;
color: #fff;
border: none;
padding: 10px 20px;
border-radius: 6px;
font-weight: 600;
cursor: pointer;
font-size: 14px;
}
.cxcsr-replay:hover {
filter: brightness(1.15);
}
.cxcsr-disclaimer {
font-size: 12px;
color: #888;
max-width: 480px;
margin: 0 auto 16px;
line-height: 1.5;
}
.cxcsr-cta {
display: inline-block;
font-weight: 700;
color: #195CA3;
text-decoration: none;
}
.cxcsr-cta:hover {
text-decoration: underline;
}.cxctb-badges {
display: flex;
flex-wrap: wrap;
justify-content: center;
align-items: center;
gap: 14px;
margin: 24px auto;
padding: 0 20px;
max-width: 900px;
box-sizing: border-box;
}
.cxctb-badge {
display: inline-flex;
align-items: center;
gap: 8px;
background: #fff;
border: 1px solid #e2e2e2;
border-radius: 999px;
padding: 8px 16px;
font-size: 14px;
font-weight: 600;
color: #1A1A2E;
max-width: 100%;
box-sizing: border-box;
}
.cxctb-badge-label {
white-space: normal;
word-break: break-word;
}
.cxctb-badge-icon {
flex-shrink: 0;
}
.cxctb-flag {
border-radius: 3px;
box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.08);
}
.cxctb-accent-red .cxctb-badge-icon { color: #E63946; }
.cxctb-accent-purple .cxctb-badge-icon { color: #9B5DE5; }
.cxctb-accent-blue .cxctb-badge-icon { color: #195CA3; }
.cxctb-accent-teal .cxctb-badge-icon { color: #1E9E8C; }
.cxctb-accent-orange .cxctb-badge-icon { color: #F37626; } .cxctb-theme-dark .cxctb-badge {
background: rgba(255, 255, 255, 0.12);
border-color: rgba(255, 255, 255, 0.35);
color: #fff;
backdrop-filter: blur(4px);
}
@media (max-width: 480px) {
.cxctb-badge {
font-size: 13px;
padding: 7px 12px;
align-items: flex-start;
}
.cxctb-badge-icon {
margin-top: 1px;
}
}