.atlas-graph-breadcrumb{border-bottom:1px solid rgba(15,23,42,.08);background:#fff}.atlas-graph-breadcrumb .container{display:flex;flex-wrap:wrap;gap:.5rem;align-items:center;padding-top:.85rem;padding-bottom:.85rem;font-size:.86rem}.atlas-graph-breadcrumb a{color:var(--atlas-primary,#0b1f4d);text-decoration:none}.atlas-graph-breadcrumb span[aria-current=page]{color:var(--atlas-text-muted,#64748b)}.atlas-graph-breadcrumb__separator{color:#94a3b8}.atlas-graph-hero{padding:clamp(4rem,8vw,7rem) 0;color:#fff;background:linear-gradient(135deg,rgba(7,19,48,.98),rgba(11,31,77,.9))}.atlas-graph-hero h1,.atlas-graph-error h1{max-width:900px;margin:.5rem 0 1rem;font-family:"EB Garamond",serif;font-size:clamp(2.8rem,6vw,5.4rem);line-height:.98}.atlas-graph-hero p{max-width:760px;margin:0;font-size:clamp(1rem,1.4vw,1.25rem);line-height:1.7;color:rgba(255,255,255,.84)}.atlas-graph-eyebrow,.atlas-graph-card__type{display:inline-block;color:var(--atlas-accent,#0ea5e9);font-size:.72rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase}.atlas-graph-collection{padding:clamp(3.5rem,7vw,6.5rem) 0;background:var(--atlas-background,#f8fafc)}.atlas-graph-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.25rem}.atlas-graph-card{min-height:250px;border:1px solid rgba(15,23,42,.08);border-radius:18px;background:#fff;box-shadow:0 18px 50px rgba(15,23,42,.07);transition:transform .2s ease,box-shadow .2s ease}.atlas-graph-card:hover{transform:translateY(-4px);box-shadow:0 24px 60px rgba(15,23,42,.12)}.atlas-graph-card__body{display:flex;min-height:250px;flex-direction:column;padding:2rem}.atlas-graph-card h2{margin:.8rem 0 1.5rem;font-family:"EB Garamond",serif;font-size:clamp(1.65rem,2.2vw,2.25rem);line-height:1.08}.atlas-graph-card h2 a{color:var(--atlas-primary,#0b1f4d);text-decoration:none}.atlas-graph-card__link{margin-top:auto;color:var(--atlas-primary,#0b1f4d);font-weight:700;text-decoration:none}.atlas-graph-card__link i{margin-left:.45rem}.atlas-graph-empty{padding:3rem;border-radius:18px;text-align:center;background:#fff}.atlas-graph-error{min-height:65vh;display:flex;align-items:center;padding:5rem 0;color:#fff;background:#071330}.atlas-graph-error p{max-width:650px;margin-bottom:2rem;color:rgba(255,255,255,.78)}@media(max-width:991px){.atlas-graph-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:640px){.atlas-graph-grid{grid-template-columns:1fr}.atlas-graph-card,.atlas-graph-card__body{min-height:210px}}