:root{--panda-gradient:linear-gradient(135deg,#22d3ee,#34d399)}html.dark{--x-color-primary-600:rgb(34,211,238);--x-color-primary-500:rgb(103,232,249)}html{--x-color-primary-600:rgb(8,145,178);--x-color-primary-500:rgb(6,182,212)}.panda-gradient{background:var(--panda-gradient);-webkit-background-clip:text;background-clip:text;color:transparent}.hero-card{display:grid;grid-gap:1.25rem;gap:1.25rem;padding:2.5rem 2rem;margin:1.5rem 0 2.5rem;border-radius:1.25rem;border:1px solid rgba(255,255,255,.06);background:radial-gradient(circle at 0 0,rgba(34,211,238,.12),transparent 45%),radial-gradient(circle at 100% 100%,rgba(52,211,153,.12),transparent 45%),rgba(255,255,255,.02)}html:not(.dark) .hero-card{border-color:rgba(0,0,0,.06);background:radial-gradient(circle at 0 0,rgba(34,211,238,.08),transparent 45%),radial-gradient(circle at 100% 100%,rgba(52,211,153,.08),transparent 45%),rgba(0,0,0,.02)}.hero-card h1{font-size:2.25rem;font-weight:800;letter-spacing:-.02em;margin:0}.hero-card .hero-sub{max-width:38rem;color:rgba(255,255,255,.6)}html:not(.dark) .hero-card .hero-sub{color:rgba(0,0,0,.6)}.hero-card .hero-actions{display:flex;gap:.75rem;flex-wrap:wrap}.hero-card a.cta-primary{display:inline-flex;align-items:center;gap:.5rem;padding:.65rem 1.1rem;border-radius:.65rem;font-weight:600;font-size:.9rem;background:var(--panda-gradient);color:white!important;text-decoration:none!important;transition:opacity .15s ease}.hero-card a.cta-primary:hover{opacity:.9}.hero-card a.cta-secondary{display:inline-flex;align-items:center;gap:.5rem;padding:.65rem 1.1rem;border-radius:.65rem;font-weight:600;font-size:.9rem;border:1px solid rgba(255,255,255,.12);color:rgba(255,255,255,.85)!important;text-decoration:none!important}html:not(.dark) .hero-card a.cta-secondary{border-color:rgba(0,0,0,.12);color:rgba(0,0,0,.85)!important}.topic-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));grid-gap:1rem;gap:1rem;margin:1.5rem 0}.topic-card{display:block;padding:1.25rem 1.1rem;border-radius:.85rem;border:1px solid rgba(255,255,255,.06);background:rgba(255,255,255,.02);text-decoration:none!important;transition:border-color .15s ease,transform .15s ease}html:not(.dark) .topic-card{border-color:rgba(0,0,0,.06);background:rgba(0,0,0,.015)}.topic-card:hover{border-color:rgba(34,211,238,.35);transform:translateY(-2px)}.topic-card .topic-emoji{font-size:1.4rem;display:block;margin-bottom:.4rem}.topic-card .topic-title{font-weight:600;margin-bottom:.25rem}.topic-card .topic-desc{font-size:.85rem;color:rgba(255,255,255,.55);margin:0}html:not(.dark) .topic-card .topic-desc{color:rgba(0,0,0,.55)}.topic-card .topic-icon{color:#22d3ee;margin-bottom:.5rem;display:block}.cta-card{margin-top:2rem;padding:1.5rem;border-radius:12px;text-align:center;border:1px solid rgba(34,211,238,.25);background:radial-gradient(circle at 0 0,rgba(34,211,238,.15),transparent 55%),radial-gradient(circle at 100% 100%,rgba(52,211,153,.15),transparent 55%),rgba(255,255,255,.02)}html:not(.dark) .cta-card{border-color:rgba(13,148,136,.25);background:radial-gradient(circle at 0 0,rgba(34,211,238,.1),transparent 55%),radial-gradient(circle at 100% 100%,rgba(52,211,153,.1),transparent 55%),rgba(0,0,0,.015)}.cta-card h2{margin-top:0;margin-bottom:.5rem}.cta-card p{margin:0 0 1rem;color:rgba(255,255,255,.6)}html:not(.dark) .cta-card p{color:rgba(0,0,0,.6)}.pp-navbar-brand{display:flex;align-items:center;gap:.5rem;font-weight:700}.pp-navbar-brand-logo{height:28px;width:28px;display:block}.pp-navbar-brand-badge{margin-left:.25rem;padding:.05rem .4rem;border-radius:.35rem;background:linear-gradient(135deg,#22d3ee,#34d399);color:#0a0f1a;font-size:.65rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em}.pp-footer{border-top:1px solid rgba(255,255,255,.06);padding:3rem 1.5rem}html:not(.dark) .pp-footer{border-top-color:rgba(0,0,0,.06)}.pp-footer-inner{margin:0 auto;max-width:72rem}.pp-footer-row{display:flex;flex-direction:column;align-items:center;justify-content:space-between;gap:2rem}@media (min-width:768px){.pp-footer-row{flex-direction:row;align-items:flex-start}}.pp-footer-brand{display:flex;flex-direction:column;align-items:center;gap:.5rem}@media (min-width:768px){.pp-footer-brand{align-items:flex-start}}.pp-footer-logo-row{display:flex;align-items:center;gap:.5rem;font-size:.875rem;font-weight:600}.pp-footer-logo{height:2.5rem;width:2.5rem}.pp-footer-name{background:linear-gradient(90deg,#22d3ee,#34d399);-webkit-background-clip:text;background-clip:text;color:transparent}.pp-footer-sub{font-size:.75rem;color:rgba(255,255,255,.2);margin:0}html:not(.dark) .pp-footer-sub{color:rgba(0,0,0,.35)}.pp-footer-sub-dim{color:rgba(255,255,255,.15)}html:not(.dark) .pp-footer-sub-dim{color:rgba(0,0,0,.25)}.pp-footer-cta{display:inline-flex;align-items:center;gap:.5rem;margin-top:.75rem;padding:.5rem 1.25rem;border-radius:.5rem;background:linear-gradient(90deg,#06b6d4,#10b981);font-size:.875rem;font-weight:600;color:white!important;text-decoration:none!important;transition:opacity .15s ease}.pp-footer-cta:hover{opacity:.9}.pp-footer-cta svg{transition:transform .15s ease}.pp-footer-cta:hover svg{transform:translateX(.25rem)}.pp-footer-links-col{display:flex;flex-direction:column;align-items:center;gap:.75rem}@media (min-width:768px){.pp-footer-links-col{align-items:flex-end}}.pp-footer-links{display:flex;flex-wrap:wrap;justify-content:center;column-gap:1.5rem;row-gap:.5rem;font-size:.875rem}.pp-footer-links a{color:rgba(255,255,255,.3)!important;text-decoration:none!important;transition:color .15s ease}.pp-footer-links a:hover{color:rgba(255,255,255,.5)!important}html:not(.dark) .pp-footer-links a{color:rgba(0,0,0,.45)!important}html:not(.dark) .pp-footer-links a:hover{color:rgba(0,0,0,.7)!important}.pp-footer-copy{font-size:.75rem;color:rgba(255,255,255,.2);margin:0}html:not(.dark) .pp-footer-copy{color:rgba(0,0,0,.35)}