.cpg-page.svelte-1jl61bh{min-height:100vh;background:var(--bg-primary);color:var(--text-primary)}.nav.svelte-1jl61bh{position:sticky;top:0;z-index:10;background:color-mix(in srgb,var(--bg-primary) 85%,transparent);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:1px solid var(--border-primary)}.nav-inner.svelte-1jl61bh{max-width:72rem;margin-inline:auto;padding:.75rem 1.5rem;display:flex;align-items:center;justify-content:space-between}.nav-back.svelte-1jl61bh{display:flex;align-items:center;gap:.5rem;text-decoration:none;color:var(--text-primary);transition:opacity .15s}.nav-back.svelte-1jl61bh:hover{opacity:.7}.nav-logo.svelte-1jl61bh{height:2.5rem;width:auto;border-radius:.25rem}.nav-name.svelte-1jl61bh{font-size:.9375rem;font-weight:700}.nav-controls.svelte-1jl61bh{display:flex;align-items:center;gap:.5rem}.hero.svelte-1jl61bh{padding:5rem 1.5rem 4rem;text-align:center;background:linear-gradient(180deg,color-mix(in srgb,var(--accent-primary) 6%,var(--bg-primary)),var(--bg-primary))}.hero-inner.svelte-1jl61bh{max-width:48rem;margin-inline:auto}.hero-badge.svelte-1jl61bh{display:inline-flex;align-items:center;gap:.4rem;font-size:.75rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase;color:var(--accent-primary);background:color-mix(in srgb,var(--accent-primary) 10%,transparent);border:1px solid color-mix(in srgb,var(--accent-primary) 25%,transparent);border-radius:999px;padding:.3rem .75rem;margin-bottom:1.5rem}.hero.svelte-1jl61bh h1:where(.svelte-1jl61bh){font-size:clamp(1.75rem,4vw,2.75rem);font-weight:800;line-height:1.15;margin:0 0 1rem}.hero-sub.svelte-1jl61bh{font-size:1.1rem;color:var(--text-muted);line-height:1.6;margin-bottom:2rem}.btn-primary.svelte-1jl61bh{display:inline-flex;align-items:center;gap:.4rem;background:var(--accent-primary);color:var(--text-button-primary);font-weight:600;font-size:.9375rem;padding:.75rem 1.5rem;border-radius:.5rem;text-decoration:none;transition:opacity .15s,transform .15s}.btn-primary.svelte-1jl61bh:hover{opacity:.88;transform:translateY(-1px)}.btn-primary.large.svelte-1jl61bh{font-size:1rem;padding:.875rem 2rem}.section.svelte-1jl61bh{padding:4rem 1.5rem;max-width:72rem;margin-inline:auto}.section.alt.svelte-1jl61bh{background:var(--bg-secondary);max-width:none}.section.alt.svelte-1jl61bh>:where(.svelte-1jl61bh){max-width:72rem;margin-inline:auto}.section-title.svelte-1jl61bh{font-size:1.75rem;font-weight:800;text-align:center;margin-bottom:.5rem}.section-subtitle.svelte-1jl61bh{font-size:1rem;color:var(--text-muted);text-align:center;margin-bottom:2.5rem;max-width:42rem;margin-left:auto;margin-right:auto;line-height:1.6}.problem-grid.svelte-1jl61bh{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem}.problem-card.svelte-1jl61bh{background:var(--bg-secondary);border:1px solid var(--border-primary);border-radius:.75rem;padding:1.75rem 1.5rem;position:relative;overflow:hidden}.problem-card.svelte-1jl61bh:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:color-mix(in srgb,var(--status-error) 60%,transparent)}.problem-icon.svelte-1jl61bh{width:2.75rem;height:2.75rem;display:flex;align-items:center;justify-content:center;border-radius:.5rem;background:color-mix(in srgb,var(--status-error) 10%,transparent);color:var(--status-error);margin-bottom:1rem}.problem-card.svelte-1jl61bh h3:where(.svelte-1jl61bh){font-size:1rem;font-weight:700;margin:0 0 .5rem}.problem-card.svelte-1jl61bh p:where(.svelte-1jl61bh){font-size:.85rem;color:var(--text-muted);line-height:1.55;margin:0}.pillars-grid.svelte-1jl61bh{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem}.pillar-card.svelte-1jl61bh{background:var(--bg-primary);border:1px solid var(--border-primary);border-radius:.75rem;padding:1.5rem;position:relative;overflow:hidden}.pillar-card.svelte-1jl61bh:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:var(--accent-primary)}.pillar-header.svelte-1jl61bh{display:flex;align-items:center;gap:.75rem;margin-bottom:.75rem}.pillar-number.svelte-1jl61bh{width:1.75rem;height:1.75rem;border-radius:50%;background:var(--accent-primary);color:#fff;font-size:.8rem;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0}.pillar-icon.svelte-1jl61bh{color:var(--accent-primary)}.pillar-card.svelte-1jl61bh h3:where(.svelte-1jl61bh){font-size:.95rem;font-weight:700;margin:0 0 .5rem}.pillar-card.svelte-1jl61bh p:where(.svelte-1jl61bh){font-size:.825rem;color:var(--text-muted);line-height:1.55;margin:0}.cycle-visual.svelte-1jl61bh{display:flex;align-items:center;justify-content:center;gap:.5rem;margin-top:2.5rem;padding:1.25rem;background:var(--bg-primary);border:1px solid var(--border-primary);border-radius:.75rem;flex-wrap:wrap}.cycle-step.svelte-1jl61bh{display:flex;align-items:center;gap:.4rem;font-size:.8rem;font-weight:600;color:var(--text-primary)}.cycle-dot.svelte-1jl61bh{width:.5rem;height:.5rem;border-radius:50%;background:var(--accent-primary)}.cycle-arrow.svelte-1jl61bh{color:var(--text-muted);display:flex;align-items:center}.loop-arrow.svelte-1jl61bh{color:var(--accent-primary);transform:rotate(180deg) scaleX(-1)}.roles-grid.svelte-1jl61bh{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem}.role-card.svelte-1jl61bh{background:var(--bg-secondary);border:1px solid var(--border-primary);border-radius:.75rem;padding:1.75rem 1.5rem;position:relative;overflow:hidden}.role-icon.svelte-1jl61bh{width:2.75rem;height:2.75rem;display:flex;align-items:center;justify-content:center;border-radius:.5rem;background:color-mix(in srgb,var(--role-color) 12%,transparent);color:var(--role-color);margin-bottom:1rem}.role-card.svelte-1jl61bh h3:where(.svelte-1jl61bh){font-size:1rem;font-weight:700;margin:0 0 .5rem;color:var(--role-color)}.role-card.svelte-1jl61bh p:where(.svelte-1jl61bh){font-size:.85rem;color:var(--text-muted);line-height:1.55;margin:0}.role-indicator.svelte-1jl61bh{position:absolute;bottom:0;left:0;right:0;height:3px;background:var(--role-color)}.compliance-grid.svelte-1jl61bh{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem}.compliance-card.svelte-1jl61bh{background:var(--bg-primary);border:1px solid var(--border-primary);border-radius:.75rem;padding:1.25rem}.compliance-tag.svelte-1jl61bh{display:inline-block;font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--accent-primary);background:color-mix(in srgb,var(--accent-primary) 10%,transparent);border:1px solid color-mix(in srgb,var(--accent-primary) 25%,transparent);border-radius:.25rem;padding:.2rem .5rem;margin-bottom:.75rem}.compliance-card.svelte-1jl61bh p:where(.svelte-1jl61bh){font-size:.825rem;color:var(--text-muted);line-height:1.5;margin:0}.outcomes-list.svelte-1jl61bh{max-width:42rem;margin:0 auto;display:flex;flex-direction:column;gap:.75rem}.outcome-item.svelte-1jl61bh{display:flex;align-items:flex-start;gap:.75rem;padding:.75rem 1rem;background:var(--bg-secondary);border:1px solid var(--border-primary);border-radius:.5rem}.check-icon.svelte-1jl61bh{flex-shrink:0;width:1.5rem;height:1.5rem;display:flex;align-items:center;justify-content:center;border-radius:50%;background:color-mix(in srgb,var(--accent-primary) 12%,transparent);color:var(--accent-primary);margin-top:.05rem}.outcome-item.svelte-1jl61bh span:where(.svelte-1jl61bh){font-size:.9rem;line-height:1.5;color:var(--text-secondary)}.cta-section.svelte-1jl61bh{padding:5rem 1.5rem;text-align:center;background:linear-gradient(180deg,var(--bg-primary),color-mix(in srgb,var(--accent-primary) 6%,var(--bg-primary)));border-top:1px solid var(--border-primary)}.cta-inner.svelte-1jl61bh{max-width:36rem;margin-inline:auto}.cta-icon.svelte-1jl61bh{width:3.5rem;height:3.5rem;display:flex;align-items:center;justify-content:center;border-radius:.75rem;background:color-mix(in srgb,var(--accent-primary) 10%,transparent);color:var(--accent-primary);margin:0 auto 1.5rem}.cta-section.svelte-1jl61bh h2:where(.svelte-1jl61bh){font-size:1.75rem;font-weight:800;margin-bottom:.5rem}.cta-sub.svelte-1jl61bh{font-size:1rem;color:var(--text-muted);margin-bottom:2rem;line-height:1.6}.cta-hint.svelte-1jl61bh{display:inline-flex;align-items:center;gap:.35rem;margin-top:1rem;font-size:.75rem;color:var(--text-muted)}.footer.svelte-1jl61bh{padding:1.5rem;text-align:center;border-top:1px solid var(--border-primary)}.footer.svelte-1jl61bh p:where(.svelte-1jl61bh){font-size:.8rem;color:var(--text-muted);margin:0}@media(max-width:1024px){.pillars-grid.svelte-1jl61bh,.compliance-grid.svelte-1jl61bh{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.problem-grid.svelte-1jl61bh,.pillars-grid.svelte-1jl61bh,.roles-grid.svelte-1jl61bh,.compliance-grid.svelte-1jl61bh{grid-template-columns:1fr}.cycle-visual.svelte-1jl61bh{flex-direction:column}.cycle-arrow.svelte-1jl61bh{transform:rotate(90deg)}.loop-arrow.svelte-1jl61bh{transform:rotate(270deg)}}
