@layer components{.pp-hero{background:var(--white);text-align:center;padding:64px 0 52px;border-bottom:var(--outline)}.pp-hero-inner{width:100%;max-width:680px;margin:0 auto;padding:0 32px}.pp-hero h1{font-size:46px;font-weight:900;line-height:1.08;letter-spacing:-1.5px;color:var(--black);margin-bottom:16px}.pp-date{display:inline-flex;align-items:center;gap:8px;font-size:13px;font-weight:600;color:var(--text-2);background:var(--gray);padding:8px 16px;border-radius:999px}.pp-hero .section-tag{display:inline-flex;align-items:center;gap:6px;background:var(--white);border:var(--outline);padding:6px 16px;border-radius:999px;box-shadow:3px 3px 0 var(--black);font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.5px;margin-bottom:24px}.pp-container{width:100%;max-width:1160px;margin:0 auto;padding:0 32px}.pp-content{padding:64px 0 96px;background:var(--gray)}.pp-layout{display:grid;align-items:start;max-width:1020px;margin:0 auto;gap:48px}.pp-toc,.pp-body{min-width:0}.pp-body{overflow-wrap:break-word}.pp-toc{position:sticky;top:80px;max-height:calc(100vh - 96px);overflow-y:auto;align-self:start;scrollbar-width:none;padding:0 5px 5px 0}.pp-toc::-webkit-scrollbar{display:none}.pp-intro,.pp-section{scroll-margin-top:80px}.pp-toc-inner{background:var(--white);border:var(--outline);border-radius:var(--radius);padding:20px;box-shadow:4px 4px 0 var(--black)}.pp-toc-heading{font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:1px;color:var(--gray-3);margin-bottom:12px;padding-bottom:10px;border-bottom:1.5px solid var(--gray-2)}.pp-toc nav{display:flex;flex-direction:column;gap:2px}.pp-toc-link{display:block;font-size:13px;font-weight:500;color:var(--text-2);text-decoration:none;padding:6px 10px;border-radius:8px;transition:background .15s,color .15s;line-height:1.35}.pp-toc-link:hover{background:var(--gray);color:var(--text)}.pp-toc-link.active{background:#6366f114;color:var(--primary);font-weight:700}.pp-toc-badge{display:flex;align-items:center;gap:6px;margin-top:14px;padding:8px 12px;background:#6366f112;border:1.5px solid rgba(99,102,241,.2);border-radius:10px;font-size:12px;font-weight:700;color:var(--primary);text-decoration:none;transition:background .15s}.pp-toc-badge:hover{background:#6366f121}.pp-intro{padding:24px 28px;background:var(--white);border:var(--outline);border-radius:var(--radius);margin-bottom:40px;box-shadow:4px 4px 0 var(--black)}.pp-intro p{font-size:16px;line-height:1.75;color:var(--text-2);margin-bottom:12px}.pp-intro p:last-child{margin-bottom:0}.pp-intro a{color:var(--primary);font-weight:600}.pp-intro a:hover{text-decoration:underline}.pp-section{padding-bottom:48px;margin-bottom:48px;border-bottom:1.5px solid var(--gray-2)}.pp-section--last{border-bottom:none;margin-bottom:0;padding-bottom:0}.pp-section-number{font-size:11px;font-weight:800;color:var(--primary);letter-spacing:1.5px;text-transform:uppercase;margin-bottom:8px;opacity:.75}.pp-section-title{font-size:22px;font-weight:900;color:var(--black);letter-spacing:-.4px;line-height:1.2;margin-bottom:16px}.pp-section p{font-size:16px;line-height:1.75;color:var(--text-2);margin-bottom:14px}.pp-section p:last-child{margin-bottom:0}.pp-section a{color:var(--primary);font-weight:600}.pp-section a:hover{text-decoration:underline}.pp-section strong{color:var(--text);font-weight:700}.pp-subsection-title{font-size:14px;font-weight:800;color:var(--black);text-transform:uppercase;letter-spacing:.5px;margin-top:24px;margin-bottom:10px;padding:6px 12px;background:var(--gray);border-left:3px solid var(--primary);border-radius:0 8px 8px 0}.pp-list{display:flex;flex-direction:column;gap:10px;margin-bottom:16px}.pp-list li{font-size:16px;line-height:1.7;color:var(--text-2);padding-left:20px;position:relative}.pp-list li:before{content:"";position:absolute;left:0;top:10px;width:6px;height:6px;border-radius:50%;background:var(--primary);opacity:.6}.pp-list strong{color:var(--text);font-weight:700}.pp-list a{color:var(--primary);font-weight:600}.pp-list a:hover{text-decoration:underline}.pp-basis{display:inline-block;font-size:12px;font-weight:700;color:var(--primary);background:#6366f114;border:1px solid rgba(99,102,241,.2);border-radius:5px;padding:1px 6px;margin-left:4px;white-space:normal}.pp-cards{display:grid;gap:16px;margin-top:16px}.pp-card{display:flex;flex-direction:column;gap:12px;padding:20px;background:var(--white);border:var(--outline);border-radius:14px;box-shadow:3px 3px 0 var(--black)}.pp-card-icon{width:40px;height:40px;border-radius:10px;border:var(--outline);display:flex;align-items:center;justify-content:center;flex-shrink:0}.pp-card h3{font-size:15px;font-weight:800;color:var(--black);margin-bottom:4px}.pp-card p{font-size:16px;line-height:1.65;color:var(--text-2);margin-bottom:0}.pp-card strong{color:var(--text);font-weight:700}.pp-rights-grid{display:grid;gap:14px;margin:16px 0 20px}.pp-right-item{display:flex;gap:12px;align-items:flex-start;padding:16px;background:var(--white);border:var(--outline);border-radius:12px;box-shadow:3px 3px 0 var(--black)}.pp-right-icon{width:36px;height:36px;border-radius:9px;border:var(--outline);display:flex;align-items:center;justify-content:center;flex-shrink:0}.pp-right-item h4{font-size:14px;font-weight:800;color:var(--black);margin-bottom:4px}.pp-right-item p{font-size:15px;line-height:1.6;color:var(--text-2);margin-bottom:0}.pp-callout{display:flex;gap:12px;align-items:flex-start;padding:16px 20px;background:#6366f10f;border:1.5px solid rgba(99,102,241,.25);border-radius:12px;margin-top:16px;font-size:15px;line-height:1.65;color:var(--text-2)}.pp-callout svg{flex-shrink:0;margin-top:2px;color:var(--primary)}.pp-callout strong{color:var(--text);font-weight:700}.pp-callout a{color:var(--primary);font-weight:600}.pp-callout a:hover{text-decoration:underline}.pp-offices{display:grid;gap:14px;margin-top:20px}.pp-office{padding:18px 20px;background:var(--white);border:var(--outline);border-radius:14px;box-shadow:3px 3px 0 var(--black)}.pp-office h4{font-size:14px;font-weight:800;color:var(--black);margin-bottom:6px}.pp-office p{font-size:15px;line-height:1.6;color:var(--text-2);margin-bottom:0}.pp-office-note{font-size:11px;font-weight:600;color:var(--gray-3)}@media(min-width:640px){.pp-cards,.pp-rights-grid,.pp-offices{grid-template-columns:1fr 1fr}}@media(min-width:900px){.pp-layout{grid-template-columns:240px 1fr}}@media(max-width:899px){.pp-toc{position:static;align-self:auto;max-height:none;overflow-y:visible;top:auto}.pp-toc nav{display:grid;grid-template-columns:1fr 1fr;gap:4px}}@media(max-width:639px){.pp-cards,.pp-rights-grid,.pp-offices{grid-template-columns:1fr}.pp-toc nav{grid-template-columns:1fr}.pp-hero h1{font-size:32px}.pp-container{padding:0 20px}}}
