:root{--color-bg: #06070d;--color-bg-elevated: #0c0e1a;--color-card: #10131e;--color-border: rgba(255, 255, 255, .08);--color-border-strong: rgba(255, 255, 255, .16);--color-text: #ffffff;--color-text-muted: rgba(255, 255, 255, .62);--color-text-subtle: rgba(255, 255, 255, .38);--color-red: #f11d46;--color-red-soft: #f72850;--color-red-deep: #a91f5f;--gradient-red: linear-gradient(76deg, #ffd874, #f11d46 45%, #460795 99%);--gradient-red-simple: linear-gradient(76deg, #f72850, #a91f5f 99%);--gradient-cultural: linear-gradient(75deg, #a91f5f, #f72850 99%);--color-success: #1bd4a8;--color-amber: #ffb547;--color-danger: #f72850;--max-content: 1200px;--radius-sm: 6px;--radius-md: 12px;--radius-lg: 18px;--shadow-card: 0 1px 0 rgba(255, 255, 255, .03) inset, 0 24px 50px -28px rgba(0, 0, 0, .7)}*,*:before,*:after{box-sizing:border-box}html{-webkit-text-size-adjust:100%;background:var(--color-bg)}body{margin:0;min-height:100vh;font-family:Helvetica Neue,Helvetica,Arial,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:16px;line-height:1.55;color:var(--color-text);background:var(--color-bg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4,p{margin:0}a{color:var(--color-text);text-decoration:none}.site-header{position:relative;width:100%;background:radial-gradient(900px 500px at 12% 0%,rgba(247,40,80,.18),transparent 55%),radial-gradient(700px 400px at 90% 0%,rgba(70,7,149,.22),transparent 60%),linear-gradient(180deg,var(--color-bg-elevated) 0%,var(--color-bg) 100%);overflow:hidden}.site-header:after{content:"";position:absolute;inset:auto 0 0;height:1px;background:linear-gradient(90deg,transparent,rgba(255,255,255,.08),transparent)}.site-header__inner{max-width:var(--max-content);margin:0 auto;padding:2.5rem 3rem 1.5rem}.site-header__brand{display:flex;width:fit-content;margin-bottom:1.75rem;opacity:.95;transition:opacity .16s ease}.site-header__brand:hover{opacity:1}.site-header__brand img{display:block;height:22px;width:auto}.site-header__title{font-size:clamp(1.9rem,3.4vw,2.4rem);font-weight:700;letter-spacing:-.02em;line-height:1.1;color:var(--color-text)}.site-header__subtitle{margin-top:.85rem;font-size:1.05rem;color:var(--color-text-muted);max-width:44rem}.page{max-width:var(--max-content);margin:0 auto;padding:1.5rem 3rem 6rem}.initiatives{display:flex;flex-direction:column;gap:3.5rem}.initiative__header{margin-bottom:1.25rem}.initiative__name{font-size:1.2rem;font-weight:700;letter-spacing:-.01em;color:var(--color-text)}.initiative__description{margin-top:.45rem;color:var(--color-text-muted);max-width:48rem;font-size:.95rem}.initiative__divider{height:1px;width:100%;background:var(--color-border);margin-bottom:1.5rem}.initiative__projects{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.project-card{position:relative;padding:1.25rem 1.4rem 1.4rem;background:var(--color-card);border:1px solid var(--color-border);border-radius:var(--radius-md);box-shadow:var(--shadow-card);display:flex;flex-direction:column;gap:.7rem;transition:border-color .16s ease,transform .16s ease}.project-card:hover{border-color:var(--color-border-strong)}.project-card__header{display:flex;justify-content:space-between;align-items:flex-start;gap:.75rem}.project-card__title{font-size:1rem;font-weight:700;letter-spacing:-.005em;color:var(--color-text);line-height:1.35}.project-card__description{color:var(--color-text-muted);font-size:.92rem;line-height:1.5}.project-card__progress-row{display:flex;align-items:center;gap:1rem;margin-top:.25rem}.project-card__progress{flex:1;height:4px;background:#ffffff14;border-radius:999px;overflow:hidden}.project-card__progress-fill{height:100%;width:0;background:var(--gradient-red-simple);border-radius:inherit;transition:width .24s ease}.project-card.status-completed .project-card__progress-fill{background:var(--color-success)}.project-card.status-paused .project-card__progress-fill,.project-card.status-canceled .project-card__progress-fill{background:#ffffff38}.project-card__progress-label{font-size:.78rem;color:var(--color-text-subtle);white-space:nowrap;flex-shrink:0;letter-spacing:.01em}.status-pill{display:inline-flex;align-items:center;gap:.4rem;padding:.2rem .55rem;font-size:.78rem;font-weight:500;letter-spacing:.005em;border-radius:999px;white-space:nowrap;background:transparent;color:var(--color-text-muted)}.status-pill__dot{width:6px;height:6px;border-radius:50%;background:currentColor}.status-pill--planned{color:var(--color-text-muted)}.status-pill--backlog{color:var(--color-text-subtle)}.status-pill--in_progress{color:var(--color-red-soft)}.status-pill--completed{color:var(--color-success)}.status-pill--paused{color:var(--color-amber)}.status-pill--canceled,.status-pill--other{color:var(--color-text-subtle)}.empty-state{padding:2rem;text-align:center;color:var(--color-text-muted);border:1px dashed var(--color-border);border-radius:var(--radius-md);background:#ffffff03}@media(max-width:880px){.site-header__inner{padding:1.75rem 1.5rem 1rem}.site-header__brand{margin-bottom:1.25rem}.site-header__brand img{height:20px}.page{padding:1rem 1.5rem 4rem}.initiatives{gap:2.75rem}.initiative__projects{grid-template-columns:1fr}}
