.pp-page{position:relative;background:transparent;font-family:DM Sans,sans-serif;color:#c3d7e6d9;min-height:100vh}.pp-hero{position:relative;z-index:10;padding:120px 0 50px;background:transparent}.pp-hero-inner{width:100%;max-width:1180px;margin:0 auto;padding:0 24px;display:grid;grid-template-columns:1.4fr 1fr;gap:48px;align-items:center}.pp-hero-copy{min-width:0}@media(max-width:900px){.pp-hero-inner{grid-template-columns:1fr}.pp-hero-visual{display:none}}.pp-hero-h1{font-family:DM Sans,sans-serif;font-size:clamp(34px,5vw,62px);line-height:1.05;font-weight:700;color:#fff;margin:0 0 20px;letter-spacing:-.02em}.pp-hero-h1 .pp-blue{color:var(--gold-l, #E5C86A)}.pp-hero-curated{font-size:16px;line-height:1.7;color:#c3d7e6d9;margin:0;font-weight:300}.pp-hero-curated strong{color:#fff;font-weight:600}.pp-hero-visual{min-height:300px;display:flex;align-items:center;justify-content:center;position:relative}.pp-hv-svg{width:100%;max-width:440px;height:auto;display:block}@keyframes pp-spin-cw{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes pp-spin-ccw{0%{transform:rotate(360deg)}to{transform:rotate(0)}}@keyframes pp-ring-pulse{0%,to{opacity:.2}50%{opacity:.55}}@keyframes pp-soft-pulse{0%,to{opacity:.4}50%{opacity:.95}}.pp-ring-outer{transform-origin:220px 170px;animation:pp-spin-cw 80s linear infinite}.pp-ring-mid{transform-origin:220px 170px;animation:pp-spin-ccw 60s linear infinite}.pp-ring-pulse{transform-origin:220px 170px;animation:pp-ring-pulse 4s ease-in-out infinite}.pp-ring-pulse-2{transform-origin:220px 170px;animation:pp-ring-pulse 4s ease-in-out infinite 1.3s}.pp-node{animation:pp-soft-pulse 3s ease-in-out infinite}.pp-node-2{animation:pp-soft-pulse 3s ease-in-out infinite .6s}.pp-node-3{animation:pp-soft-pulse 3s ease-in-out infinite 1.2s}.pp-node-4{animation:pp-soft-pulse 3s ease-in-out infinite 1.8s}.pp-body{max-width:1180px;margin:0 auto;padding:24px 24px 96px;display:grid;grid-template-columns:1fr 260px;grid-template-areas:"content toc";gap:64px;align-items:start;position:relative;z-index:10}.pp-content{grid-area:content;min-width:0}.pp-toc{grid-area:toc}@media(max-width:900px){.pp-hero-visual{display:none!important}.pp-toc{display:none}.pp-body{grid-template-columns:1fr;grid-template-areas:"content";gap:32px;padding:32px 20px 64px}}.pp-toc-select-wrap{display:none}.pp-toc-select{width:100%;max-width:380px;background:#0a1220eb;border:1px solid rgba(110,154,184,.32);color:#d2e1f0eb;border-radius:8px;padding:11px 38px 11px 14px;font-size:14px;font-family:DM Sans,sans-serif;appearance:none;-webkit-appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23A0C0D0' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 14px center;cursor:pointer}.pp-toc-select:focus{outline:none;border-color:#c9a84c8c}@media(max-width:900px){.pp-toc-select-wrap{display:block;margin-top:18px}}.pp-toc{position:sticky;top:96px;align-self:start;max-height:calc(100vh - 120px);overflow-y:auto;scrollbar-width:none;-ms-overflow-style:none;padding-left:20px}.pp-toc::-webkit-scrollbar{display:none}.pp-toc-label{font-size:11px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:#a0b9cd8c;margin-bottom:14px}.pp-toc ol{list-style:none;padding:0;margin:0;counter-reset:toc}.pp-toc li{counter-increment:toc;margin-bottom:8px}.pp-toc a{display:flex;gap:12px;font-size:13px;color:#c3d7e6d9;font-weight:300;text-decoration:none;line-height:1.45;padding:6px 10px;border-radius:8px;transition:all .2s}.pp-toc a:before{content:counter(toc,decimal-leading-zero);color:#a0b9cd73;font-variant-numeric:tabular-nums;font-size:11.5px;font-weight:600}.pp-toc a:hover{color:#fff;background:#6e9ab81a}.pp-content h2{font-family:DM Sans,sans-serif;font-size:24px;font-weight:700;color:#fff;margin:56px 0 18px;letter-spacing:-.01em;scroll-margin-top:96px}.pp-content h2:first-child{margin-top:0}.pp-content .pp-h-num{font-size:13px;font-weight:600;color:var(--gold-l, #E5C86A);letter-spacing:.1em;display:flex;align-items:center;gap:14px;margin-bottom:14px;text-transform:uppercase}.pp-content .pp-h-num:after{content:"";flex:1;height:2px;background:#6e9ab82e;border-radius:2px}.pp-content h3{font-size:15px;font-weight:700;color:#fff;margin:22px 0 8px}.pp-content p{font-size:15px;line-height:1.72;color:#c3d7e6d9;margin:0 0 14px;font-weight:300}.pp-content p strong{color:#fff;font-weight:600}.pp-content a{color:var(--gold-l, #E5C86A);text-decoration:underline;text-underline-offset:2px}.pp-content .pp-callout{background:#6e9ab80f;border-left:3px solid var(--gold, #C9A84C);padding:18px 22px;border-radius:0 10px 10px 0;margin:22px 0;font-size:14.5px;line-height:1.65;color:#c3d7e6d9}.pp-content .pp-callout strong{color:#fff}.pp-divider{height:1px;background:#6e9ab82e;margin:48px 0 28px}.pp-footnote{font-size:12.5px;color:#a0b9cd8c;margin-top:0;line-height:1.6;font-style:italic}
