.menu-store a{font-weight:900!important;color:#333333!important}.menu-highlight a{color:#c0392b!important;font-weight:900!important;display:inline-block;animation:menuShake 2.5s ease-in-out 2;transform-origin:center}@keyframes menuShake{0%{transform:translateX(0)}5%{transform:translateX(-3px) rotate(-3deg)}10%{transform:translateX(3px) rotate(3deg)}15%{transform:translateX(-3px) rotate(-3deg)}20%{transform:translateX(3px) rotate(3deg)}25%{transform:translateX(0)}100%{transform:translateX(0)}}@import url("https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght@9..144,400;9..144,600;9..144,700&family=DM+Sans:wght@400;500;600&display=swap");
:root {
--etfc-cream: #faf8f3;
--etfc-warm: #f5f1e8;
--etfc-tan: #e8e2d3;
--etfc-green: #2d5a3d;
--etfc-green-light: #4a7c5c;
--etfc-gold: #c9a227;
--etfc-gold-light: #e8d59a;
--etfc-brown: #5c4a3d;
--etfc-brown-light: #8b7355;
--etfc-text: #2c2a26;
--etfc-muted: #6b6560;
} .etfc-dashboard {
font-family: 'DM Sans', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
color: var(--etfc-text);
background: linear-gradient(180deg, var(--etfc-cream) 0%, var(--etfc-warm) 100%);
padding: 32px;
border-radius: 20px;
position: relative;
overflow: hidden;
line-height: 1.5;
}
.etfc-dashboard::before {
content: '';
position: absolute;
top: 0;
right: 0;
width: 400px;
height: 400px;
background: radial-gradient(circle at top right, rgba(201,162,39,0.08) 0%, transparent 70%);
pointer-events: none;
}
.etfc-dashboard * {
box-sizing: border-box;
} .etfc-card {
background: #ffffff;
border-radius: 16px;
padding: 24px;
box-shadow: 0 2px 12px rgba(92,74,61,0.06);
position: relative;
}
.etfc-card-title {
display: inline-flex;
align-items: center;
gap: 8px;
font-size: 10px;
font-weight: 600;
text-transform: uppercase;
letter-spacing: 0.12em;
color: var(--etfc-brown-light);
margin: 0 0 16px 0;
}
.etfc-card-title svg {
width: 14px;
height: 14px;
opacity: 0.7;
}
.etfc-card-title span {
font-weight: 400;
text-transform: none;
letter-spacing: 0;
} .etfc-grid-top {
display: grid;
grid-template-columns: 340px 1fr 280px;
gap: 20px;
margin-bottom: 20px;
}
.etfc-grid-bottom {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 20px;
} .etfc-status-card {
display: flex;
flex-direction: column;
}
.etfc-status-headline {
font-family: 'Fraunces', Georgia, serif;
font-size: 32px;
font-weight: 700;
line-height: 1.1;
margin: 0 0 8px 0;
background: linear-gradient(135deg, #d4890a 0%, #c9a227 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
}
.etfc-status-headline.level-none {
background: linear-gradient(135deg, #4a7c5c 0%, #2d5a3d 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
}
.etfc-status-headline.level-d2,
.etfc-status-headline.level-d3,
.etfc-status-headline.level-d4 {
background: linear-gradient(135deg, #c94a1a 0%, #a33d15 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
}
.etfc-status-code {
display: inline-block;
font-size: 13px;
font-weight: 600;
color: var(--etfc-brown);
background: var(--etfc-gold-light);
padding: 4px 14px;
border-radius: 20px;
margin-bottom: 16px;
}
.etfc-status-date {
display: flex;
align-items: center;
gap: 8px;
font-size: 13px;
color: var(--etfc-muted);
margin-bottom: 20px;
}
.etfc-status-date svg {
width: 16px;
height: 16px;
opacity: 0.6;
} .etfc-regional-map {
flex: 1;
display: flex;
align-items: center;
justify-content: center;
background: var(--etfc-cream);
border-radius: 12px;
padding: 16px;
margin-bottom: 16px;
min-height: 180px;
}
.etfc-regional-map svg {
width: 100%;
max-width: 260px;
height: auto;
filter: drop-shadow(0 2px 4px rgba(92,74,61,0.12));
} .etfc-legend {
display: flex;
flex-wrap: wrap;
gap: 4px 14px;
padding-top: 14px;
border-top: 1px solid var(--etfc-tan);
}
.etfc-legend-item {
display: flex;
align-items: center;
gap: 6px;
font-size: 10px;
color: var(--etfc-muted);
}
.etfc-legend-swatch {
width: 10px;
height: 10px;
border-radius: 50%;
border: 1px solid rgba(0,0,0,0.1);
} .etfc-trend-card {
display: flex;
flex-direction: column;
}
.etfc-trend-chart {
flex: 1;
background: var(--etfc-cream);
border-radius: 12px;
padding: 20px;
margin-bottom: 16px;
min-height: 180px;
}
.etfc-trend-chart svg {
width: 100%;
height: 100%;
display: block;
}
.etfc-trend-footer {
font-size: 11px;
color: var(--etfc-muted);
line-height: 1.5;
padding-left: 12px;
border-left: 2px solid var(--etfc-gold-light);
} .etfc-impact-card {
background: linear-gradient(180deg, #f8f6f0 0%, #f2efe5 100%);
border: 1px solid var(--etfc-tan);
}
.etfc-impact-card .etfc-card-title {
color: var(--etfc-green);
}
.etfc-impact-list {
list-style: none;
margin: 0;
padding: 0;
}
.etfc-impact-item {
display: flex;
gap: 14px;
padding: 14px 0;
border-bottom: 1px solid var(--etfc-tan);
}
.etfc-impact-item:last-child {
border-bottom: none;
padding-bottom: 0;
}
.etfc-impact-item:first-child {
padding-top: 0;
}
.etfc-impact-icon {
width: 64px;
height: 64px;
background: #ffffff;
border-radius: 16px;
display: flex;
align-items: center;
justify-content: center;
flex-shrink: 0;
overflow: hidden;
box-shadow: 0 6px 16px rgba(0,0,0,0.06);
}
.etfc-impact-icon img {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
}
.etfc-impact-content h4 {
font-size: 13px;
font-weight: 600;
color: var(--etfc-text);
margin: 0 0 4px 0;
}
.etfc-impact-content p {
font-size: 12px;
color: var(--etfc-muted);
margin: 0;
line-height: 1.45;
}
.etfc-impact-link {
display: flex;
align-items: center;
gap: 8px;
margin-top: 18px;
padding-top: 16px;
border-top: 1px solid var(--etfc-tan);
font-size: 12px;
font-weight: 600;
color: var(--etfc-green);
text-decoration: none;
transition: gap 0.2s ease;
}
.etfc-impact-link:hover {
gap: 12px;
}
.etfc-impact-link svg {
width: 16px;
height: 16px;
} .etfc-compare-card .etfc-card-title {
margin-bottom: 20px;
}
.etfc-compare-grid {
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 12px;
}
.etfc-compare-item {
background: var(--etfc-cream);
border-radius: 12px;
padding: 16px 12px;
text-align: center;
transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.etfc-compare-item:hover {
transform: translateY(-2px);
box-shadow: 0 4px 12px rgba(92,74,61,0.1);
}
.etfc-compare-name {
font-size: 12px;
font-weight: 600;
color: var(--etfc-text);
margin-bottom: 12px;
}
.etfc-compare-map {
height: 60px;
display: flex;
align-items: center;
justify-content: center;
margin-bottom: 12px;
}
.etfc-compare-map svg {
width: 55px;
height: 55px;
filter: drop-shadow(0 1px 3px rgba(92,74,61,0.15));
}
.etfc-compare-code {
font-family: 'Fraunces', Georgia, serif;
font-size: 20px;
font-weight: 700;
margin-bottom: 4px;
}
.etfc-compare-label {
font-size: 10px;
color: var(--etfc-muted);
} .etfc-history-card .etfc-card-title {
margin-bottom: 8px;
}
.etfc-history-subtitle {
display: inline-block;
font-size: 11px;
color: var(--etfc-muted);
background: var(--etfc-warm);
padding: 4px 10px;
border-radius: 6px;
margin-bottom: 20px;
}
.etfc-history-content {
display: grid;
grid-template-columns: 1fr auto;
gap: 24px;
align-items: center;
}
.etfc-history-status h3 {
font-size: 14px;
font-weight: 500;
color: var(--etfc-muted);
margin: 0 0 8px 0;
}
.etfc-history-level {
font-family: 'Fraunces', Georgia, serif;
font-size: 22px;
font-weight: 600;
margin-bottom: 16px;
}
.etfc-history-comparison {
font-size: 13px;
color: var(--etfc-muted);
line-height: 1.5;
padding: 12px 16px;
background: #fef3e6;
border-left: 3px solid var(--etfc-gold);
border-radius: 0 8px 8px 0;
}
.etfc-history-comparison strong {
color: var(--etfc-brown);
font-weight: 600;
}
.etfc-history-map {
width: 130px;
height: 130px;
background: var(--etfc-cream);
border-radius: 12px;
display: flex;
align-items: center;
justify-content: center;
}
.etfc-history-map svg {
width: 100px;
height: 100px;
filter: drop-shadow(0 1px 3px rgba(92,74,61,0.15));
} .etfc-footer {
display: flex;
justify-content: space-between;
align-items: center;
margin-top: 24px;
padding-top: 20px;
border-top: 1px solid var(--etfc-tan);
font-size: 11px;
color: var(--etfc-muted);
}
.etfc-footer a {
color: var(--etfc-green);
text-decoration: none;
font-weight: 500;
}
.etfc-footer a:hover {
text-decoration: underline;
} @media (max-width: 1100px) {
.etfc-grid-top {
grid-template-columns: 1fr 1fr;
}
.etfc-grid-top .etfc-impact-card {
grid-column: 1 / -1;
}
.etfc-impact-list {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 0 24px;
}
.etfc-impact-item {
border-bottom: none;
padding: 10px 0;
}
}
@media (max-width: 900px) {
.etfc-grid-bottom {
grid-template-columns: 1fr;
}
}
@media (max-width: 700px) {
.etfc-dashboard {
padding: 20px;
border-radius: 16px;
}
.etfc-grid-top {
grid-template-columns: 1fr;
}
.etfc-impact-list {
grid-template-columns: 1fr;
}
.etfc-compare-grid {
grid-template-columns: repeat(2, 1fr);
}
.etfc-history-content {
grid-template-columns: 1fr;
text-align: center;
}
.etfc-history-map {
width: 100%;
max-width: 160px;
margin: 0 auto;
}
.etfc-footer {
flex-direction: column;
gap: 8px;
text-align: center;
}
.etfc-status-headline {
font-size: 26px;
}
}