:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--color-background:#f5f5f4;--color-surface:#fff;--color-surface-muted:#f9fafb;--color-border:#11182714;--color-border-strong:#1118271f;--color-text-primary:#111827;--color-text-secondary:#4b5563;--color-text-tertiary:#9ca3af;--color-accent:#2563eb;--color-accent-soft:#eef2ff;--color-accent-muted:#2563eb1f;--color-success:#0f766e;--color-warning:#b45309;--font-size-h1:clamp(2.4rem,4vw,3.2rem);--font-size-h2:clamp(1.8rem,3vw,2.2rem);--font-size-h3:clamp(1.4rem,2.2vw,1.6rem);--font-size-body:clamp(1rem,1.4vw,1.05rem);--font-size-small:clamp(.92rem,1.2vw,.98rem);--spacing-xs:.25rem;--spacing-sm:.5rem;--spacing-md:1rem;--spacing-lg:1.5rem;--spacing-xl:2.5rem;--spacing-xxl:3.5rem;--radius-sm:.5rem;--radius-md:.75rem;--radius-lg:1rem;--shadow-soft:0 14px 45px #0f172a14;--shadow-card:0 12px 34px #0f172a0f}*{box-sizing:border-box}body{color:var(--color-text-primary);background:linear-gradient(135deg,#f2f4f8e6,#f9fafbcc);min-height:100vh;margin:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}a{color:inherit}.text-h1{font-size:var(--font-size-h1);letter-spacing:-.02em;font-weight:600;line-height:1.1}.text-h2{font-size:var(--font-size-h2);font-weight:600;line-height:1.2}.text-h3{font-size:var(--font-size-h3);font-weight:600;line-height:1.3}.text-body{font-size:var(--font-size-body);color:var(--color-text-secondary);line-height:1.6}.text-small{font-size:var(--font-size-small);color:var(--color-text-tertiary);line-height:1.5}.page-container{max-width:1120px;padding:var(--spacing-xxl)clamp(1rem,5vw,2.5rem)var(--spacing-xl);margin:0 auto}.content-card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);box-shadow:var(--shadow-soft);padding:clamp(2rem,5vw,3.5rem)}.badge{border:1px solid var(--color-border);background:var(--color-surface-muted);color:var(--color-text-secondary);font-size:var(--font-size-small);border-radius:999px;align-items:center;gap:.4rem;padding:.35rem .9rem;transition:transform .2s;display:inline-flex}.badge:hover{transform:translateY(-1px)}.hero{text-align:center;border:1px solid var(--color-border);border-radius:var(--radius-lg);box-shadow:var(--shadow-card);margin-bottom:var(--spacing-xl);background:linear-gradient(145deg,#fffffff2,#f7f9ffcc);padding:clamp(1.5rem,4vw,2.5rem)}.hero__image-container{margin-bottom:var(--spacing-lg);justify-content:center;display:flex}.hero__image{object-fit:cover;border:3px solid var(--color-border-strong);width:clamp(120px,20vw,180px);height:clamp(120px,20vw,180px);box-shadow:var(--shadow-card);background:var(--color-surface-muted);border-radius:50%}.hero__title{margin:0 0 var(--spacing-sm);color:var(--color-text-primary)}.hero__headline{margin:0 0 var(--spacing-sm);color:var(--color-text-secondary)}.hero__subheadline{margin:0 0 var(--spacing-md);color:var(--color-text-secondary)}.hero__mission{max-width:640px;margin:var(--spacing-md)auto var(--spacing-lg);border-left:4px solid var(--color-accent);background:var(--color-accent-soft);color:var(--color-text-primary);padding:1rem 1.5rem;font-style:italic}.hero__badges{flex-wrap:wrap;justify-content:center;gap:.6rem;display:flex}.section{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);box-shadow:var(--shadow-card);margin-bottom:var(--spacing-lg);padding:clamp(1.5rem,3vw,2.25rem);transition:transform .2s,box-shadow .2s}.section:hover{transform:translateY(-4px);box-shadow:0 20px 45px #0f172a1a}.section--highlightList{background:var(--color-surface-muted)}.section--callout-info{border-left:4px solid var(--color-accent)}.section--callout-success{border-left:4px solid var(--color-success)}.section--callout-warning{border-left:4px solid var(--color-warning)}.section__title{margin-top:0;margin-bottom:var(--spacing-md);color:var(--color-text-primary)}.section__lede{margin-bottom:var(--spacing-md);color:var(--color-text-secondary);font-weight:600}.section__body p{margin:0 0 1rem}.section__body ul{color:var(--color-text-secondary);margin:0;padding-left:1.5rem}.highlight-chips{flex-wrap:wrap;gap:.5rem;display:flex}.highlight-chips .badge{border-color:var(--color-border-strong);background:var(--color-surface)}.highlight-bullets{margin:0;padding-left:1.2rem}.highlight-bullets li{margin-bottom:.6rem}.link-grid{flex-wrap:wrap;gap:.75rem;display:flex}.link-grid a{border:1px solid var(--color-accent);background:var(--color-accent-soft);color:var(--color-accent);border-radius:999px;align-items:center;padding:.45rem 1rem;text-decoration:none;display:flex}.link-icon{opacity:.8;margin-right:.5rem;font-size:1em;line-height:1;display:inline-block}.link-label{flex:1}.link-grid a:hover{background:#2563eb1f}.cta-list{margin:0;padding-left:1.2rem}.cta-list li{margin-bottom:.5rem}.timeline{margin:0;padding:0;list-style:none;position:relative}.timeline:before{content:"";background:var(--color-border-strong);width:2px;position:absolute;top:.25rem;bottom:0;left:1rem}.timeline__item{grid-template-columns:2rem 1fr;align-items:flex-start;gap:1.25rem;padding-bottom:1.2rem;display:grid;position:relative}.timeline__dot{background:var(--color-accent);border:2px solid var(--color-surface);width:12px;height:12px;box-shadow:0 0 0 4px var(--color-accent-muted);border-radius:999px;justify-self:center;margin-top:.2rem;position:relative}.timeline__panel{border-radius:var(--radius-md);background:var(--color-surface-muted);border:1px solid var(--color-border);padding:1rem 1.25rem}.timeline__title{color:var(--color-text-primary);margin:0 0 .35rem}.timeline__subtitle{color:var(--color-text-secondary);margin:0 0 .35rem;font-weight:500}.timeline__period{color:var(--color-text-tertiary);font-size:var(--font-size-small);text-transform:uppercase;letter-spacing:.08em;margin:0 0 .5rem}.timeline__description{color:var(--color-text-secondary);margin:0}.home-hero{text-align:center;border-radius:var(--radius-lg);box-shadow:var(--shadow-card);margin-bottom:var(--spacing-xl);background:linear-gradient(150deg,#2563eb14,#10b9810d);border:1px solid #2563eb1f;padding:clamp(2rem,5vw,3rem)}.home-hero__title{color:var(--color-text-primary);margin:0 0 .75rem}.home-hero__subtitle{color:var(--color-text-secondary);font-size:var(--font-size-body);margin:0;line-height:1.6}.home-hero__cohort{color:var(--color-text-secondary);letter-spacing:.14em;text-transform:uppercase;background:#1118270f;border-radius:999px;margin-top:.75rem;padding:.2rem .75rem;font-size:.85rem;display:inline-block}.insights-section{margin-top:var(--spacing-xxl);gap:var(--spacing-xl);flex-direction:column;display:flex}.insights-summary{gap:var(--spacing-md);grid-template-columns:repeat(auto-fit,minmax(160px,1fr));display:grid}.insights-summary__item{background:var(--color-surface-muted);border:1px solid var(--color-border);border-radius:var(--radius-md);padding:var(--spacing-md);flex-direction:column;gap:.35rem;display:flex}.insights-summary__item span{color:var(--color-text-tertiary);letter-spacing:.08em;text-transform:uppercase;font-size:.85rem}.insights-summary__item strong{color:var(--color-text-primary);font-size:1.35rem}.insights-grid{grid-template-columns:repeat(auto-fit,minmax(360px,1fr));gap:clamp(1.5rem,3vw,2.25rem);display:grid}.insights-grid--two{grid-template-columns:repeat(auto-fit,minmax(380px,1fr))}.insights-map-row{flex-direction:column;width:100%;display:flex}.insights-card{border:1px solid var(--color-border);border-radius:var(--radius-lg);background:var(--color-surface);box-shadow:var(--shadow-card);padding:var(--spacing-md);gap:var(--spacing-md);flex-direction:column;display:flex}.insights-tip{background:var(--color-surface-muted);border-radius:var(--radius-md);padding:var(--spacing-md);color:var(--color-text-secondary);border:1px dashed #2563eb59;font-size:.95rem}.insights-card__header{justify-content:space-between;align-items:center;gap:var(--spacing-sm);display:flex}.insights-card__header h3{color:var(--color-text-primary);margin:0;font-size:1.1rem;font-weight:600}.insights-card__subtitle{color:var(--color-text-tertiary);margin:0;font-size:.92rem}.insights-action-button{border:1px solid var(--color-border);background:var(--color-surface-muted);color:var(--color-text-secondary);cursor:pointer;border-radius:999px;padding:.35rem .9rem;font-size:.85rem;transition:background .2s,transform .2s}.insights-action-button:disabled{opacity:.55;cursor:not-allowed}.insights-action-button:not(:disabled):hover{background:var(--color-accent-soft);color:var(--color-accent);transform:translateY(-1px)}.insights-map-container{height:420px;padding-bottom:0}.insights-map{border-radius:var(--radius-md);flex:1;height:360px;overflow:hidden}.map-marker{cursor:pointer;background:#38bdf8d9;border:none;border-radius:50%;transition:transform .2s,box-shadow .2s;box-shadow:0 6px 18px #0e749059}.map-marker--active,.map-marker:hover{transform:scale(1.15);box-shadow:0 10px 22px #0e749073}.map-popup__content{color:#0f172a;flex-direction:column;gap:.2rem;font-size:.9rem;display:flex}.map-popup__content strong{font-weight:600}.map-popup__archetypes{color:#1f2937;margin:.2rem 0 0;font-size:.85rem}.insights-heatmap{height:460px}.insights-heatmap__body{min-height:360px;padding:0 1.5rem var(--spacing-sm)2.5rem;flex:1;justify-content:center;display:flex}.insights-heatmap__chart{width:min(100%,640px)}.heatmap-chip-group{flex-direction:column;gap:.45rem;display:flex}.heatmap-chip-group__label{text-transform:uppercase;letter-spacing:.08em;color:var(--color-text-tertiary);font-size:.8rem}.heatmap-chip-list{flex-wrap:wrap;gap:.4rem;display:flex}.heatmap-tooltip{color:#f8fafc;border-radius:var(--radius-sm);background:#111827eb;flex-direction:column;gap:.15rem;padding:.6rem .8rem;font-size:.85rem;display:flex}.heatmap-tooltip strong{font-weight:600}.insights-heatmap__body canvas{border-radius:var(--radius-md)}.filter-panel{gap:var(--spacing-md)}.filter-panel__content{gap:var(--spacing-md);flex-direction:column;display:flex}.filter-panel__section{flex-direction:column;gap:.5rem;display:flex}.filter-label{color:var(--color-text-secondary);letter-spacing:.04em;text-transform:uppercase;font-size:.85rem;font-weight:600}.filter-search-input{border-radius:var(--radius-md);border:1px solid var(--color-border);background:var(--color-surface-muted);width:100%;padding:.65rem .85rem;font-size:.95rem;transition:border .2s,box-shadow .2s}.filter-search-input:focus{border-color:#2563eb61;outline:none;box-shadow:0 0 0 3px #2563eb1f}.filter-chip-group{flex-wrap:wrap;gap:.5rem;display:flex}.filter-chip{border:1px solid var(--color-border);background:var(--color-surface-muted);color:var(--color-text-secondary);cursor:pointer;border-radius:999px;padding:.35rem .85rem;font-size:.85rem;transition:background .2s,color .2s,transform .2s}.filter-chip:hover{transform:translateY(-1px)}.filter-chip--active{background:var(--color-accent-soft);color:var(--color-accent);border-color:#2563eb66}.profile-results__header{margin-bottom:var(--spacing-md);justify-content:space-between;align-items:center;display:flex}.profile-results__header h2{font-size:var(--font-size-h2);margin:0}.profile-results__meta{color:var(--color-text-tertiary);font-size:.9rem}.insights-controls{justify-content:space-between;align-items:center;gap:var(--spacing-md);margin-top:var(--spacing-lg);margin-bottom:var(--spacing-lg);flex-wrap:wrap;display:flex}.insights-active-filters{flex-wrap:wrap;align-items:center;gap:.6rem;display:flex}.insights-active-filters__list{flex-wrap:wrap;gap:.4rem;display:flex}.insights-active-filters__label{color:var(--color-text-tertiary);letter-spacing:.05em;text-transform:uppercase;font-size:.85rem}.filter-chip--dismissible{align-items:center;gap:.35rem;display:inline-flex}.filter-chip--dismissible button{color:inherit;cursor:pointer;background:0 0;border:none;padding:0;font-size:.95rem;line-height:1}.profile-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;display:grid}.profile-card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);box-shadow:var(--shadow-card);color:inherit;flex-direction:column;gap:.75rem;padding:1.5rem;text-decoration:none;transition:transform .2s,box-shadow .2s;display:flex}.profile-card:hover{transform:translateY(-6px);box-shadow:0 22px 35px #0f172a1f}.profile-card__header{align-items:center;gap:1rem;display:flex}.profile-card__avatar{object-fit:cover;background:var(--color-surface-muted);border-radius:50%;flex-shrink:0;width:64px;height:64px;box-shadow:0 6px 14px #0f172a26}.profile-card__avatar--placeholder{color:var(--color-text-secondary);justify-content:center;align-items:center;font-size:1.1rem;font-weight:600;display:flex}.profile-card__info{flex:1;min-width:0}.profile-card__title{color:var(--color-text-primary);text-overflow:ellipsis;white-space:nowrap;margin:0;overflow:hidden}.profile-card__subtitle{color:var(--color-text-secondary);text-overflow:ellipsis;white-space:nowrap;margin:.25rem 0 0;overflow:hidden}.profile-card__teaser{font-size:var(--font-size-small);color:var(--color-text-secondary);margin:0;font-style:italic;line-height:1.6}.profile-card__cta{color:var(--color-accent);justify-content:flex-end;margin-top:1.25rem;font-size:.92rem;display:flex}.profile-card__badges{flex-wrap:wrap;gap:.4rem;margin-top:.75rem;display:flex}.profile-card__badge{background:var(--color-surface-muted);border:1px solid var(--color-border);color:var(--color-text-secondary);border-radius:999px;padding:.2rem .75rem;font-size:.75rem}.profile-card__meta{color:var(--color-text-tertiary);margin-top:.6rem;font-size:.85rem}.profile-card__meta strong{color:var(--color-text-secondary);font-weight:600}@media (max-width:768px){.content-card,.hero,.section,.profile-card{border-radius:var(--radius-md);padding:clamp(1.25rem,4vw,1.75rem)}.timeline:before{left:.8rem}.timeline__item{grid-template-columns:1.6rem 1fr;gap:1rem}.profile-card__header{align-items:flex-start}.profile-card__avatar{width:56px;height:56px}.insights-grid{grid-template-columns:1fr}.insights-map{height:300px}.insights-controls{flex-direction:column;align-items:flex-start}}

