:root{--home-hero-accent-color: var(--eu-blue-light);--home-secondary-cta-color: var(--eu-blue-light);--home-secondary-cta-border: var(--eu-blue-light);--home-secondary-cta-hover-bg: var(--eu-blue);--home-secondary-cta-hover-color: #fff;--home-news-viewall-color: var(--eu-blue-light);--home-watch-shell-bg: linear-gradient(180deg, color-mix(in srgb, var(--eu-blue-light) 10%, var(--surface)) 0%, var(--surface) 100%);--home-watch-shell-border: color-mix(in srgb, var(--eu-blue-light) 18%, var(--border))}html[data-theme=dark]{--home-hero-accent-color: var(--eu-gold);--home-secondary-cta-color: var(--eu-gold);--home-secondary-cta-border: var(--eu-gold);--home-secondary-cta-hover-bg: var(--eu-gold);--home-secondary-cta-hover-color: #1e293b;--home-news-viewall-color: var(--eu-gold);--home-watch-shell-bg: linear-gradient(180deg, color-mix(in srgb, var(--eu-gold) 10%, var(--surface)) 0%, var(--surface) 100%);--home-watch-shell-border: color-mix(in srgb, var(--eu-gold) 22%, var(--border))}.home-main{max-width:1100px;margin:0 auto;padding:0 20px 60px}.home-main>*{animation:fadeInUp .6s ease-out both}.home-main>:nth-child(2){animation-delay:.1s}.home-main>:nth-child(3){animation-delay:.2s}.home-main>:nth-child(4){animation-delay:.3s}.home-hero{text-align:center;padding:56px 0 44px}.home-hero-title{font-family:var(--font-display);font-size:var(--text-3xl);font-weight:var(--font-semibold);color:var(--text);line-height:1.35;letter-spacing:.01em}.home-hero-accent{color:var(--home-hero-accent-color);position:relative}.home-hero-subtitle{margin-top:14px;font-size:1.05rem;color:var(--text-secondary);max-width:640px;margin-left:auto;margin-right:auto;line-height:1.6}.home-news,.home-watch{background:var(--surface);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);border-left:3px solid var(--eu-gold);padding:16px 20px;margin-bottom:28px}.home-watch{background:var(--home-watch-shell-bg);border:1px solid var(--home-watch-shell-border);border-left-width:1px;padding:24px}.home-news-header{display:flex;align-items:center;gap:var(--space-4);margin-bottom:10px}.home-news-badge{background:var(--eu-gold);color:#1e293b;font-size:.68rem;font-weight:var(--font-bold);text-transform:uppercase;letter-spacing:.06em;padding:2px 8px;border-radius:10px}.home-news-title{font-size:var(--text-base);font-weight:var(--font-semibold);color:var(--text)}.home-watch-header{display:flex;justify-content:space-between;align-items:flex-start;gap:var(--space-5);margin-bottom:18px}.home-watch-header-copy{display:flex;align-items:flex-start;gap:var(--space-4)}.home-watch-title{font-family:var(--font-display);font-size:var(--text-xl);font-weight:var(--font-semibold);color:var(--text);margin-bottom:6px}.home-watch-subtitle{max-width:70ch;font-size:var(--text-sm);line-height:1.6;color:var(--text-secondary)}.home-watch-grid{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(0,1fr);gap:16px}.home-watch-panel{display:flex;flex-direction:column;gap:12px;min-width:0;padding:18px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm)}.home-watch-panel--changed{grid-row:span 2}.home-watch-panel--freshness{grid-column:1 / -1}.home-watch-panel-head h3{font-family:var(--font-display);font-size:var(--text-lg);font-weight:var(--font-semibold);color:var(--text)}.home-watch-panel-head p{margin-top:4px;font-size:var(--text-sm);line-height:1.55;color:var(--text-secondary)}.home-watch .home-news-list,.home-watch-list{list-style:none;margin:0;padding:0}.home-watch .home-news-list{display:flex;flex-direction:column;gap:12px}.home-watch-story{padding:16px;border-radius:var(--radius);border:1px solid color-mix(in srgb,var(--home-news-viewall-color) 14%,var(--border));background:color-mix(in srgb,var(--home-news-viewall-color) 4%,var(--surface))}.home-watch-story--empty{background:transparent;border-style:dashed}.home-watch-story-top{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:10px}.home-watch-story-title,.home-watch-mini-title{font-size:var(--text-base);font-weight:var(--font-semibold);color:var(--text)}.home-watch-story-text,.home-watch-mini-text{margin-top:6px;font-size:.92rem;line-height:1.55;color:var(--text-secondary)}.home-watch-story-meta{display:flex;flex-wrap:wrap;gap:8px;margin-top:10px;font-size:.76rem;color:var(--text-secondary);font-weight:var(--font-semibold)}.home-watch-story-links{display:flex;flex-wrap:wrap;gap:12px;margin-top:12px}.home-watch-link{font-size:.82rem;font-weight:var(--font-semibold);color:var(--home-news-viewall-color);text-decoration:none}.home-watch-link:hover,.home-watch-link:focus-visible{text-decoration:underline;text-underline-offset:.14em}.home-watch-action{display:inline-flex;align-items:center;padding:4px 10px;border-radius:999px;font-size:.72rem;font-weight:var(--font-semibold);letter-spacing:.01em}.home-watch-action--critical{background:#dc26261f;color:#b91c1c}.home-watch-action--warm{background:#f59e0b24;color:#b45309}.home-watch-action--watch{background:color-mix(in srgb,var(--eu-blue-light) 16%,transparent);color:var(--eu-blue-light)}.home-watch-action--neutral{background:color-mix(in srgb,var(--text-secondary) 12%,transparent);color:var(--text-secondary)}html[data-theme=dark] .home-watch-action--critical{color:#fca5a5}html[data-theme=dark] .home-watch-action--warm{color:#fcd34d}.home-watch-list{display:flex;flex-direction:column}.home-watch-mini,.home-watch-radar-item{display:flex;gap:12px;padding:14px 0;border-top:1px solid var(--border-light)}.home-watch-mini:first-child,.home-watch-radar-item:first-child{padding-top:0;border-top:none}.home-watch-mini--empty{padding:0;border-top:none;color:var(--text-secondary);font-size:.92rem}.home-watch-mini--loading{height:76px;border-radius:var(--radius)}.home-watch-mini-date{min-width:92px;font-size:.76rem;font-weight:var(--font-semibold);color:var(--home-news-viewall-color)}.home-watch-mini-content{min-width:0;flex:1}.home-watch-radar-item{flex-direction:column;gap:6px}.home-watch-radar-head{display:flex;justify-content:space-between;gap:12px;align-items:center}.home-watch-radar-status{flex-shrink:0;padding:3px 10px;border-radius:999px;font-size:.72rem;font-weight:var(--font-semibold);background:color-mix(in srgb,var(--home-news-viewall-color) 12%,transparent);color:var(--home-news-viewall-color)}.home-watch-radar-milestone{font-size:.8rem;font-weight:var(--font-semibold);color:var(--text)}.home-watch-metrics{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.home-watch-metric{min-height:118px;padding:14px;border-radius:var(--radius);border:1px solid var(--border);background:color-mix(in srgb,var(--bg) 62%,var(--surface))}.home-watch-metric--loading{min-height:118px}.home-watch-metric--fresh{border-color:color-mix(in srgb,var(--status-inforce) 28%,var(--border))}.home-watch-metric--attention{border-color:color-mix(in srgb,var(--eu-gold) 34%,var(--border))}.home-watch-metric--stale{border-color:color-mix(in srgb,#dc2626 24%,var(--border))}.home-watch-metric-label{display:block;font-size:.78rem;font-weight:var(--font-semibold);text-transform:uppercase;letter-spacing:.04em;color:var(--text-secondary)}.home-watch-metric-value{display:block;margin-top:8px;font-family:var(--font-display);font-size:1.35rem;font-weight:var(--font-semibold);color:var(--text)}.home-watch-metric-note{margin-top:8px;font-size:.84rem;line-height:1.5;color:var(--text-secondary)}.home-news-list{list-style:none;padding:0;margin:0}.home-news-item{display:flex;gap:var(--space-5);padding:8px 0;border-bottom:1px solid var(--border-light);font-size:var(--text-sm);line-height:1.5}.home-news-item:last-child{border-bottom:none;padding-bottom:0}.home-news-date{flex-shrink:0;font-size:.75rem;font-weight:var(--font-semibold);color:var(--text-secondary);min-width:80px;padding-top:1px}.home-news-text{color:var(--text)}.home-news-item--loading{align-items:center}.home-news-date--loading,.home-news-text--loading,.news-filter-loading__chip,.news-loading-line,.category-page-loading__title,.category-page-loading__subtitle,.category-card-loading,.myc-loading__eyebrow,.myc-loading__title,.myc-loading__subtitle,.myc-loading__card-title,.myc-loading__card-line{display:block;background:color-mix(in srgb,var(--border) 72%,var(--surface));border:1px solid color-mix(in srgb,var(--border) 88%,var(--surface))}.home-news-date--loading{min-width:80px;width:80px;height:12px;border-radius:999px}.home-news-text--loading{flex:1;width:min(100%,420px);height:14px;border-radius:999px}.home-section{margin-bottom:20px}.home-card{background:var(--surface);border-radius:var(--radius-lg);box-shadow:var(--shadow-md);padding:28px;display:flex;align-items:center;gap:28px;transition:box-shadow .2s}.home-card:hover{box-shadow:var(--shadow-lg)}.home-card--glossary{padding:20px 24px;gap:var(--space-8);border:1px solid var(--border);box-shadow:var(--shadow-sm)}.home-card--glossary:hover{box-shadow:var(--shadow-md)}.home-card--glossary .home-card-text{max-width:62ch;margin-bottom:12px}.home-card-content{flex:1;min-width:0}.home-card-title{font-family:var(--font-display);font-size:var(--text-lg);font-weight:var(--font-semibold);color:var(--text);margin-bottom:8px}.home-card-text{font-size:var(--text-base);color:var(--text-secondary);line-height:1.6;margin-bottom:16px}.home-card-cta{display:inline-flex;align-items:center;gap:var(--space-2);padding:10px 20px;background:var(--eu-blue);color:#fff;text-decoration:none;border-radius:var(--radius);font-size:.88rem;font-weight:var(--font-semibold);transition:background .2s}.home-card-cta:hover{background:var(--eu-blue-light)}.home-card-cta:focus-visible{outline:2px solid var(--eu-gold);outline-offset:2px}.home-card-cta--secondary{background:transparent;color:var(--home-secondary-cta-color);border:1.5px solid var(--home-secondary-cta-border)}.home-card-cta--secondary:hover{background:var(--home-secondary-cta-hover-bg);color:var(--home-secondary-cta-hover-color);border-color:var(--home-secondary-cta-hover-bg)}.home-card-visual{flex-shrink:0}.home-mini-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--space-2);padding:14px;background:var(--bg);border-radius:var(--radius)}.home-mini-dot{width:20px;height:20px;border-radius:4px;opacity:.7}.home-compliance-icon{display:flex;align-items:center;justify-content:center;width:100px;height:100px;background:var(--bg);border-radius:var(--radius-lg);color:var(--text-secondary)}@media(max-width:640px){.home-hero-title{font-size:1.7rem}.home-card{gap:var(--space-7);padding:20px}.home-watch{padding:18px}.home-watch-header,.home-watch-header-copy{flex-direction:column}.home-watch-grid{grid-template-columns:1fr}.home-watch-panel--changed{grid-row:auto}.home-watch-panel--freshness{grid-column:auto}.home-watch-mini,.home-watch-radar-head{flex-direction:column;align-items:flex-start}.home-watch-mini-date{min-width:0}.home-watch-metrics{grid-template-columns:1fr}.home-card-visual{align-self:center}.home-mini-grid{padding:8px;gap:var(--space-1)}.home-mini-dot{width:14px;height:14px}.home-compliance-icon{width:64px;height:64px}.home-news-item{flex-direction:column;gap:2px}.home-hero-subtitle{font-size:.95rem}}.home-news-viewall,.home-news-viewall:visited{display:inline-block;margin-top:10px;font-size:.8rem;font-weight:var(--font-semibold);color:var(--home-news-viewall-color);text-decoration:underline;text-decoration-color:currentColor;text-decoration-thickness:.08em;text-underline-offset:.14em}.home-news-viewall:hover,.home-news-viewall:active{color:var(--home-news-viewall-color)}.news-filter-item-types{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.news-item-type-badge{display:inline-flex;align-items:center;gap:5px;font-size:.68rem;font-weight:var(--font-bold);text-transform:uppercase;letter-spacing:.04em;color:var(--type-color, var(--text-secondary))}.news-type-dot{width:7px;height:7px;border-radius:50%;display:inline-block;flex-shrink:0}.news-institution{margin-top:6px;font-size:.75rem;color:var(--text-secondary);font-weight:var(--font-semibold);text-transform:uppercase;letter-spacing:.03em}.home-news-type-dot{width:6px;height:6px;border-radius:50%;display:inline-block;margin-right:4px;flex-shrink:0;vertical-align:middle}
/*# sourceMappingURL=home.css.map */
