@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&family=Playfair+Display:wght@700;800;900&display=swap";:root{--bg-primary: #0a0e1a;--bg-secondary: #111827;--bg-card: #1a2235;--bg-card-hover: #1f2a40;--bg-elevated: #243049;--text-primary: #f0f4fc;--text-secondary: #94a3b8;--text-muted: #64748b;--border-subtle: rgba(148, 163, 184, .1);--border-medium: rgba(148, 163, 184, .2);--gold: #d4a843;--gold-dim: rgba(212, 168, 67, .15);--blue: #3b82f6;--blue-dim: rgba(59, 130, 246, .15);--teal: #14b8a6;--teal-dim: rgba(20, 184, 166, .15);--emerald: #10b981;--emerald-dim: rgba(16, 185, 129, .15);--purple: #8b5cf6;--purple-dim: rgba(139, 92, 246, .15);--rose: #f43f5e;--rose-dim: rgba(244, 63, 94, .15);--orange: #f97316;--orange-dim: rgba(249, 115, 22, .15);--sidebar-width: 260px;--header-height: 64px}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;background:var(--bg-primary);color:var(--text-primary);line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root{min-height:100vh}.app-layout{display:flex;min-height:100vh}.main-content{flex:1;margin-left:var(--sidebar-width);min-height:100vh;transition:margin-left .3s ease}.page-content{padding:2rem;max-width:1400px;margin:0 auto}.sidebar{position:fixed;left:0;top:0;bottom:0;width:var(--sidebar-width);background:var(--bg-secondary);border-right:1px solid var(--border-subtle);padding:1.5rem 0;z-index:100;display:flex;flex-direction:column;overflow-y:auto;transition:transform .3s ease}.sidebar-brand{padding:0 1.5rem 1.5rem;border-bottom:1px solid var(--border-subtle);margin-bottom:1rem}.sidebar-brand h1{font-family:Playfair Display,serif;font-size:1.3rem;font-weight:800;color:var(--text-primary);letter-spacing:-.02em}.sidebar-brand .brand-period{font-family:Inter,sans-serif;font-size:.75rem;font-weight:500;color:var(--gold);letter-spacing:.08em;text-transform:uppercase;margin-top:.25rem}.sidebar-brand .brand-sub{font-size:.7rem;color:var(--text-muted);margin-top:.15rem}.sidebar-nav{flex:1;padding:.5rem 0}.nav-section-title{font-size:.65rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--text-muted);padding:1rem 1.5rem .5rem}.nav-item{display:flex;align-items:center;gap:.75rem;padding:.65rem 1.5rem;color:var(--text-secondary);text-decoration:none;font-size:.85rem;font-weight:500;transition:all .2s;border-left:3px solid transparent;cursor:pointer}.nav-item:hover{color:var(--text-primary);background:#ffffff08}.nav-item.active{color:var(--gold);background:var(--gold-dim);border-left-color:var(--gold)}.nav-item svg{width:18px;height:18px;flex-shrink:0}.sidebar-footer{padding:1rem 1.5rem;border-top:1px solid var(--border-subtle)}.sidebar-footer a{display:flex;align-items:center;gap:.5rem;color:var(--text-muted);text-decoration:none;font-size:.8rem;transition:color .2s}.sidebar-footer a:hover{color:var(--gold)}.page-header{padding:1.5rem 2rem;border-bottom:1px solid var(--border-subtle);background:#0a0e1acc;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);position:sticky;top:0;z-index:50;display:flex;align-items:center;justify-content:space-between}.page-header h2{font-family:Playfair Display,serif;font-size:1.5rem;font-weight:800;color:var(--text-primary)}.page-header .header-sub{font-size:.8rem;color:var(--text-muted);margin-top:.15rem}.header-actions{display:flex;align-items:center;gap:.75rem}.header-badge{display:flex;align-items:center;gap:.5rem;padding:.4rem .85rem;border-radius:9999px;font-size:.75rem;font-weight:600}.badge-active{background:var(--gold-dim);color:var(--gold);border:1px solid rgba(212,168,67,.3)}.badge-active .pulse-dot{width:6px;height:6px;background:var(--gold);border-radius:50%;animation:pulse-dot 2s ease-in-out infinite}@keyframes pulse-dot{0%,to{opacity:1}50%{opacity:.4}}.card{background:var(--bg-card);border:1px solid var(--border-subtle);border-radius:12px;padding:1.5rem;transition:all .3s ease}.card:hover{border-color:var(--border-medium);background:var(--bg-card-hover)}.card-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}.card-title{font-size:.85rem;font-weight:600;color:var(--text-secondary);text-transform:uppercase;letter-spacing:.05em}.card-value{font-size:2rem;font-weight:800;color:var(--text-primary);line-height:1.2;font-family:Inter,sans-serif}.card-unit{font-size:.85rem;font-weight:400;color:var(--text-muted);margin-left:.25rem}.card-change{display:inline-flex;align-items:center;gap:.25rem;font-size:.8rem;font-weight:600;padding:.2rem .5rem;border-radius:6px;margin-top:.5rem}.card-change.positive{color:var(--emerald);background:var(--emerald-dim)}.card-change.negative{color:var(--rose);background:var(--rose-dim)}.grid-4{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.grid-2{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.grid-2-1{display:grid;grid-template-columns:2fr 1fr;gap:1rem}.grid-1-2{display:grid;grid-template-columns:1fr 2fr;gap:1rem}.section{margin-bottom:2rem}.section-title{font-family:Playfair Display,serif;font-size:1.25rem;font-weight:800;margin-bottom:1rem;color:var(--text-primary)}.section-sub{font-size:.85rem;color:var(--text-muted);margin-bottom:1.5rem;max-width:600px}.progress-bar{width:100%;height:6px;background:#ffffff0f;border-radius:3px;overflow:hidden;margin-top:.75rem}.progress-fill{height:100%;border-radius:3px;transition:width 1s ease-out}.progress-label{display:flex;justify-content:space-between;align-items:center;font-size:.75rem;color:var(--text-muted);margin-top:.35rem}.metric-row{display:flex;align-items:center;justify-content:space-between;padding:.75rem 0;border-bottom:1px solid var(--border-subtle)}.metric-row:last-child{border-bottom:none}.metric-name{font-size:.85rem;color:var(--text-secondary)}.metric-value{font-size:.9rem;font-weight:700;color:var(--text-primary)}.pillar-card{background:var(--bg-card);border:1px solid var(--border-subtle);border-radius:12px;padding:1.5rem;transition:all .3s ease;cursor:pointer;position:relative;overflow:hidden}.pillar-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px}.pillar-card:hover{border-color:var(--border-medium);transform:translateY(-2px)}.pillar-number{font-size:2.5rem;font-weight:900;opacity:.08;position:absolute;top:.5rem;right:1rem;font-family:Playfair Display,serif}.pillar-icon{width:40px;height:40px;border-radius:10px;display:flex;align-items:center;justify-content:center;margin-bottom:1rem}.pillar-icon svg{width:20px;height:20px}.pillar-name{font-size:1rem;font-weight:700;color:var(--text-primary);margin-bottom:.25rem}.pillar-subtitle{font-size:.75rem;color:var(--text-muted);margin-bottom:.75rem}.risk-card{background:var(--bg-card);border:1px solid var(--border-subtle);border-radius:12px;padding:1.25rem;display:flex;gap:1rem;transition:all .3s}.risk-card:hover{border-color:var(--border-medium)}.risk-severity{width:4px;border-radius:2px;flex-shrink:0}.risk-severity.high{background:var(--rose)}.risk-severity.medium{background:var(--orange)}.risk-severity.low{background:var(--emerald)}.risk-name{font-size:.95rem;font-weight:700;color:var(--text-primary);margin-bottom:.25rem}.risk-desc{font-size:.8rem;color:var(--text-muted);margin-bottom:.5rem}.risk-tags{display:flex;gap:.5rem;flex-wrap:wrap}.risk-tag{font-size:.65rem;padding:.2rem .5rem;border-radius:4px;background:#ffffff0d;color:var(--text-muted)}.timeline-container{position:relative;padding-left:2rem}.timeline-line{position:absolute;left:7px;top:0;bottom:0;width:2px;background:var(--border-subtle)}.timeline-item{position:relative;padding-bottom:2rem}.timeline-dot{position:absolute;left:-2rem;top:.25rem;width:16px;height:16px;border-radius:50%;border:3px solid;background:var(--bg-primary);z-index:1}.timeline-dot.active{background:var(--gold);border-color:var(--gold);box-shadow:0 0 12px #d4a84366}.timeline-dot.upcoming{border-color:var(--text-muted)}.timeline-period{font-size:.75rem;font-weight:700;color:var(--gold);text-transform:uppercase;letter-spacing:.05em}.timeline-title{font-size:1.1rem;font-weight:700;color:var(--text-primary);margin:.25rem 0}.timeline-desc{font-size:.85rem;color:var(--text-muted);line-height:1.6}.cascade-flow{display:flex;gap:0;align-items:stretch}.cascade-step{flex:1;text-align:center;padding:1.25rem 1rem;position:relative;background:var(--bg-card);border:1px solid var(--border-subtle)}.cascade-step:first-child{border-radius:12px 0 0 12px}.cascade-step:last-child{border-radius:0 12px 12px 0}.cascade-step-number{font-size:1.5rem;font-weight:900;opacity:.15}.cascade-step-name{font-size:.85rem;font-weight:700;color:var(--text-primary);margin-top:.25rem}.cascade-step-desc{font-size:.7rem;color:var(--text-muted);margin-top:.35rem}.cascade-arrow{position:absolute;right:-8px;top:50%;transform:translateY(-50%);z-index:2;color:var(--text-muted)}.region-bar-container{margin-bottom:1rem}.region-bar-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.35rem}.region-name{font-size:.85rem;font-weight:600;color:var(--text-primary)}.region-value{font-size:.8rem;font-weight:700}.region-bar{width:100%;height:8px;background:#ffffff0f;border-radius:4px;overflow:hidden}.region-bar-fill{height:100%;border-radius:4px;transition:width 1s ease-out}.comp-grid{display:grid;gap:.5rem}.comp-item{display:flex;align-items:center;gap:.75rem;padding:.6rem .75rem;background:#ffffff05;border-radius:8px;font-size:.8rem}.comp-from,.comp-to{font-weight:600;color:var(--text-primary);min-width:120px}.comp-arrow{color:var(--text-muted)}.comp-strength{flex:1;height:4px;background:#ffffff0f;border-radius:2px;overflow:hidden}.comp-strength-fill{height:100%;border-radius:2px;background:var(--gold)}.chart-container{width:100%;height:300px}.chart-container-sm{width:100%;height:200px}.tabs{display:flex;gap:0;border-bottom:1px solid var(--border-subtle);margin-bottom:1.5rem}.tab{padding:.65rem 1.25rem;font-size:.85rem;font-weight:500;color:var(--text-muted);cursor:pointer;border-bottom:2px solid transparent;transition:all .2s;background:none;border-top:none;border-left:none;border-right:none;font-family:inherit}.tab:hover{color:var(--text-secondary)}.tab.active{color:var(--gold);border-bottom-color:var(--gold)}.mobile-overlay{display:none;position:fixed;inset:0;background:#00000080;z-index:90}.mobile-toggle{display:none;position:fixed;top:1rem;left:1rem;z-index:110;background:var(--bg-card);border:1px solid var(--border-subtle);color:var(--text-primary);width:40px;height:40px;border-radius:8px;cursor:pointer;align-items:center;justify-content:center}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--border-medium);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--text-muted)}@media(max-width:1200px){.grid-4{grid-template-columns:repeat(2,1fr)}}@media(max-width:1024px){.grid-3{grid-template-columns:repeat(2,1fr)}.grid-2-1,.grid-1-2{grid-template-columns:1fr}}@media(max-width:768px){.sidebar{transform:translate(-100%)}.sidebar.open{transform:translate(0)}.main-content{margin-left:0}.mobile-toggle{display:flex}.mobile-overlay.visible{display:block}.page-content{padding:1rem}.page-header{padding:1rem 1rem 1rem 3.5rem}.grid-4,.grid-3,.grid-2{grid-template-columns:1fr}.cascade-flow{flex-direction:column}.cascade-step{border-radius:0!important}.cascade-step:first-child{border-radius:12px 12px 0 0!important}.cascade-step:last-child{border-radius:0 0 12px 12px!important}.cascade-arrow{display:none}.page-header h2{font-size:1.2rem}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.animate-in{animation:fadeInUp .5s ease-out forwards}.animate-in:nth-child(1){animation-delay:0s}.animate-in:nth-child(2){animation-delay:.05s}.animate-in:nth-child(3){animation-delay:.1s}.animate-in:nth-child(4){animation-delay:.15s}.animate-in:nth-child(5){animation-delay:.2s}.animate-in:nth-child(6){animation-delay:.25s}.animate-in:nth-child(7){animation-delay:.3s}.animate-in:nth-child(8){animation-delay:.35s}
