.pp-root{position:relative;min-height:100dvh;background-color:#0e0e0e;color:#c8c8c8;font-family:Inter,sans-serif}.bg-grid{position:fixed;inset:0;background-image:linear-gradient(rgba(245,197,24,.1) 1px,transparent 1px),linear-gradient(90deg,rgba(245,197,24,.1) 1px,transparent 1px);background-size:48px 48px;pointer-events:none;-webkit-mask-image:radial-gradient(ellipse 80% 80% at 50% 50%,transparent 30%,black 100%);mask-image:radial-gradient(ellipse 80% 80% at 50% 50%,transparent 30%,black 100%);z-index:0}.glow{position:fixed;border-radius:50%;filter:blur(100px);pointer-events:none;z-index:0}.glow-1{width:500px;height:500px;background:radial-gradient(circle,rgba(245,197,24,.06) 0%,transparent 70%);top:-120px;right:-120px}.glow-2{width:350px;height:350px;background:radial-gradient(circle,rgba(245,197,24,.04) 0%,transparent 70%);bottom:-80px;left:-80px}.pp-header{position:sticky;top:0;z-index:50;background:#0e0e0ed9;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid rgba(245,197,24,.08)}.header-inner{max-width:1100px;margin:0 auto;padding:.875rem 1.5rem;display:flex;align-items:center;justify-content:space-between}.logo-link{display:flex;align-items:center;gap:.5rem;text-decoration:none}.logo-icon{width:30px;height:30px}.logo-text{font-family:Rajdhani,sans-serif;font-size:1.125rem;font-weight:700;letter-spacing:.08em;color:#f5c518}.back-link{display:flex;align-items:center;gap:.375rem;font-size:.8125rem;color:#666;text-decoration:none;transition:color .18s ease}.back-link:hover{color:#c8c8c8}.pp-layout{position:relative;z-index:1;max-width:1100px;margin:0 auto;padding:2.5rem 1.5rem 5rem;display:grid;grid-template-columns:220px 1fr;gap:3rem;align-items:start}.pp-sidebar{position:sticky;top:4.5rem;max-height:calc(100dvh - 6rem);overflow-y:auto;padding:1.25rem;background:#161616;border:1px solid rgba(245,197,24,.1);border-radius:12px;scrollbar-width:thin;scrollbar-color:#2a2a2a transparent}.toc-heading{font-size:.6875rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:#f5c518;margin-bottom:.875rem}.toc-list{list-style:none;display:flex;flex-direction:column;gap:.125rem}.toc-item{display:block;width:100%;text-align:left;background:none;border:none;padding:.4375rem .625rem;font-size:.78125rem;color:#666;border-radius:6px;cursor:pointer;line-height:1.4;transition:color .15s ease,background .15s ease}.toc-item:hover{color:#c8c8c8;background:#ffffff0a}.toc-item.active{color:#f5c518;background:#f5c51814;font-weight:500}.pp-main{display:flex;flex-direction:column;gap:2.5rem}.pp-hero{display:flex;flex-direction:column;gap:.75rem;padding-bottom:2rem;border-bottom:1px solid #1e1e1e}.hero-badge{display:inline-flex;align-items:center;gap:.375rem;padding:.3125rem .75rem;background:#f5c51814;border:1px solid rgba(245,197,24,.2);border-radius:9999px;font-size:.75rem;font-weight:600;color:#f5c518;width:fit-content}.pp-title{font-size:clamp(1.75rem,4vw,2.25rem);font-weight:800;color:#f0f0f0;letter-spacing:-.02em;line-height:1.2}.pp-subtitle{font-size:.9375rem;color:#666;max-width:58ch;line-height:1.75}.pp-updated{font-size:.8125rem;color:#444}.pp-updated strong{color:#666}.highlight-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:.875rem}.highlight-card{display:flex;flex-direction:column;gap:.5rem;padding:1.125rem;background:#161616;border:1px solid rgba(245,197,24,.1);border-radius:10px;transition:border-color .2s ease,background .2s ease}.highlight-card:hover{border-color:#f5c51838;background:#1a1a1a}.highlight-title{font-size:.875rem;font-weight:600;color:#e0e0e0}.highlight-desc{font-size:.78125rem;color:#666;line-height:1.5}.pp-section{display:flex;flex-direction:column;gap:1rem;scroll-margin-top:5rem}.section-title{font-size:1.0625rem;font-weight:700;color:#e8e8e8;padding-left:.875rem;border-left:2px solid #f5c518;line-height:1.4}.item-group{display:flex;flex-direction:column;gap:.625rem}.group-subtitle{font-size:.8125rem;font-weight:600;color:#a0a0a0;padding:.375rem .75rem;background:#f5c5180a;border-radius:6px;border-left:2px solid rgba(245,197,24,.3)}.section-list{list-style:none;display:flex;flex-direction:column;gap:.625rem}.section-item{display:flex;gap:.75rem;align-items:flex-start}.bullet{flex-shrink:0;width:5px;height:5px;border-radius:50%;background:#f5c51880;margin-top:.5rem}.section-item p{font-size:.9rem;color:#888;line-height:1.75;max-width:72ch}.pp-cta{display:flex;align-items:center;gap:1.25rem;padding:1.375rem 1.5rem;background:#f5c5180a;border:1px solid rgba(245,197,24,.12);border-radius:12px;flex-wrap:wrap}.pp-cta>svg{flex-shrink:0}.pp-cta>div{flex:1;min-width:200px}.cta-title{font-size:.9375rem;font-weight:600;color:#e0e0e0;margin-bottom:.25rem}.cta-desc{font-size:.8125rem;color:#666;line-height:1.6}.btn-contact{display:inline-flex;align-items:center;padding:.5625rem 1.25rem;background:#f5c518;color:#0e0e0e;font-size:.875rem;font-weight:700;border-radius:8px;text-decoration:none;white-space:nowrap;transition:background .18s ease,transform .1s ease,box-shadow .18s ease}.btn-contact:hover{background:#fdd835;transform:translateY(-1px);box-shadow:0 4px 16px #f5c5184d}@media(max-width:768px){.pp-layout{grid-template-columns:1fr;gap:2rem;padding:1.5rem 1rem 4rem}.pp-sidebar{position:static;max-height:none;overflow:visible}.highlight-grid{grid-template-columns:1fr}.pp-cta{flex-direction:column;align-items:flex-start}}
