.tds-timeline-wrapper { margin: 25px 0; width: 100%; }
.tds-timeline-card { position: relative; border-radius: 20px; padding: 30px 25px 45px; overflow: hidden; box-shadow: 0 12px 30px rgba(0,0,0,0.15); }
.tds-timeline-header { text-align: center; margin-bottom: 20px; font-weight: 400; font-size: 12px; }
.tds-steps { display: flex; justify-content: space-between; position: relative; z-index: 5; }
.tds-step { flex: 1; text-align: center; }
.tds-step-top { font-weight: 700; margin-bottom: 10px; font-size: 16px; }
.tds-line-wrap { position: absolute; height: 8px; top: 62%; z-index: 1; }
.tds-line { position: absolute; width: 100%; height: 100%; border-radius: 4px; background: rgba(0,0,0,0.1); }
.tds-progress { position: absolute; height: 100%; border-radius: 4px; transition: width 0.6s ease; }
.tds-marker { width: 20px; height: 20px; border-radius: 50%; border: 4px solid #ddd; background: #fff; margin: 0 auto; position: relative; top: 6px; z-index: 10; box-sizing: border-box; }
.tds-today-marker { border-color: #10b981; box-shadow: 0 0 0 5px rgba(16,185,129,0.3); transform: scale(1.1); }
.tds-today-badge { position: absolute; top: 32px; left: 50%; transform: translateX(-50%); background: #10b981; color: #fff; font-size: 11px; padding: 2px 10px; border-radius: 10px; white-space: nowrap; }
.m-label { display: none; } .tds-theme-pink .tds-timeline-card { background: #ffd6d6; } .tds-theme-pink .tds-progress { background: #2f9e44; }
.tds-theme-blue .tds-timeline-card { background: #d6e4ff; } .tds-theme-blue .tds-progress { background: #1c7ed6; }
.tds-theme-green .tds-timeline-card { background: #d8f5d0; } .tds-theme-green .tds-progress { background: #2b8a3e; }
.tds-theme-dark .tds-timeline-card { background: #1f2933; color: #f9fafb; } .tds-theme-dark .tds-line { background: #4b5563; } .tds-theme-dark .tds-progress { background: #10b981; }
@media (max-width: 768px) { .d-label { display: none; } .m-label { display: inline; } .tds-line-wrap { top: auto; bottom: 15px; } .tds-today-badge { display: none; } }.cf-card {
border-radius: 12px;
box-shadow: 0 4px 12px rgba(15,23,42,0.08);
margin: 16px 0;
background: #ffffff;
max-width: 100%;
}
.cf-card-header {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: center;
margin-bottom: 12px;
}
.cf-title {
font-size: 18px;
font-weight: 700;
display: flex;
align-items: center;
color: #b9004e;
gap: 8px;
}
.cf-title-icon {
width: 18px;
height: 18px;
border-radius: 4px;
display: inline-flex;
align-items: center;
justify-content: center;
font-size: 12px;
background: #eef2ff;
color: #4f46e5;
}
.cf-toggle-wrap {
margin: 10px 0 5px 0; 
display: flex;
justify-content: flex-end; 
gap: 8px;
}
.cf-toggle-btn {
padding: 5px 12px;
border-radius: 20px;
border: 1px solid #94a3b8; 
background: #f1f5f9;      
color: #334155;           
font-size: 14px;
font-weight: 600;
cursor: pointer;
transition: all 0.2s;
}
.cf-toggle-btn:hover {
background: #e2e8f0;
}
.cf-toggle-active {
background: #4f46e5;
border-color: #4f46e5;
color: #ffffff;
}
.cf-table-wrap {
width: 100%;
overflow-x: auto;
margin-top: 5px;
}
.cf-table {
width: 100%;
border-collapse: collapse;
min-width: 500px;
}
.cf-table th,
.cf-table td {
padding: 10px 12px;
border-bottom: 1px solid #e5e7eb;
font-size: 15px;
text-align: right;
white-space: nowrap;
}
.cf-table th:first-child,
.cf-table td:first-child {
text-align: left;
}
.cf-table thead {
background: #ccccff; 
}
.cf-header-unit {
display: block;
font-size: 13px;
font-weight: 400;
margin-top: 2px;
}
.cf-table tbody tr:nth-child(odd) {
background: #f9fafb;
}
.cf-chart-wrap {
position: relative;
height: 320px;
margin-top: 16px;
display: none;
}
.cf-summary-box {
background: #f8fafc;
border: 1px solid #e2e8f0;
border-radius: 6px;
padding: 3px;
margin-bottom: 15px;
font-size: 15px;
line-height: 1.6;
}
.cf-summary-section-title {
font-size: 12px;
text-transform: uppercase;
color: #0000ff;
font-weight: 700;
margin-bottom: 6px;
letter-spacing: 0.5px;
}
.cf-summary-text {
margin-bottom: 12px;
font-size: 15px;
}
.cf-summary-text strong {
color: #1e293b;
}
.cf-summary-grid {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(155px, 1fr));
gap: 10px;
}
.cf-metric-card {
background: #fff;
border: 1px solid #e5e7eb;
border-radius: 6px;
padding: 6px 6px;
display: flex;
flex-direction: column;
}
.cf-metric-name {
color: #663300;
font-weight: 500;
margin-bottom: 4px;
text-transform: uppercase;
font-size: 12px;
}
.cf-metric-stats {
display: flex;
align-items: baseline;
gap: 6px;
font-weight: 600;
font-size: 14px;
}
.cf-divider {
border: 0;
border-top: 1px dashed #cbd5e1;
margin: 16px 0;
}
.cf-up { color: #03762d; }
.cf-down { color: #d00000; }
.cf-neutral { color: #64748b; }
@media (max-width: 640px) {
.cf-card { padding: 0px; }
.cf-title { font-size: 16px; }
.cf-chart-wrap { height: 300px; }
}
.cf-shortcode-box {
background: #eef2ff;
border: 1px solid #c7d2fe;
padding: 15px;
border-radius: 6px;
margin-bottom: 20px;
}
.cf-shortcode-box code {
background: #fff;
padding: 2px 6px;
font-size: 1.1em;
user-select: all;
}