.pg-profile-page{--pp-gold:var(--pg-gold,#d9a320);--pp-gold-bright:var(--pg-yellow,#e8c547);--pp-gold-border:var(--pg-border-gold,rgba(217,163,32,.22));--pp-gold-border-strong:var(--pg-border-section-gold,rgba(217,163,32,.34));--pp-gold-glow:rgba(217,163,32,.16);--pp-gold-glow-strong:rgba(217,163,32,.32);--pp-charcoal:#0e100f;--pp-charcoal-elevated:#141816;--pp-offwhite:var(--pg-offwhite,#f2f0e8);--pp-success:var(--pg-emerald-soft,#2bd67b);min-height:100vh;color:hsla(48,28%,93%,.88);background:var(--pg-bg-base,#0b0d0c);scrollbar-color:var(--pp-gold) #0b0d0c}.pg-profile-page ::-webkit-scrollbar{width:6px;height:6px}.pg-profile-page ::-webkit-scrollbar-track{background:#0b0d0c}.pg-profile-page ::-webkit-scrollbar-thumb{background:linear-gradient(180deg,#e8c547,#d9a320);border-radius:999px}.pg-profile-page ::-webkit-scrollbar-thumb:hover{background:#f5d873}.pg-pfp-editor{scrollbar-color:#d9a320 #0b0d0c}.pg-pfp-editor ::-webkit-scrollbar{width:6px;height:6px}.pg-pfp-editor ::-webkit-scrollbar-track{background:#0b0d0c}.pg-pfp-editor ::-webkit-scrollbar-thumb{background:linear-gradient(180deg,#e8c547,#d9a320);border-radius:999px}.pg-pfp-editor ::-webkit-scrollbar-thumb:hover{background:#f5d873}.pg-profile-page__main{margin:0 auto;width:100%;max-width:1100px;padding:calc(78px + 1rem) .75rem calc(2rem + var(--pg-support-rail-clearance, 4.75rem))}@media (min-width:768px){.pg-profile-page__main{padding:calc(78px + 1.25rem) 1.5rem 2rem}}.pg-profile-panel{border:1px solid var(--pp-gold-border);border-radius:.85rem;background:linear-gradient(180deg,rgba(20,24,22,.95),rgba(11,13,12,.98));box-shadow:0 0 18px var(--pp-gold-glow);padding:.85rem 1rem;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}@media (min-width:768px){.pg-profile-panel{padding:1rem 1.15rem}}.pg-profile-panel:hover{border-color:var(--pp-gold-border-strong);box-shadow:0 0 26px var(--pp-gold-glow-strong);transform:translateY(-2px)}.pg-profile-sections{display:flex;flex-direction:column;gap:.75rem;padding-bottom:1.5rem}.pg-profile-accordion__trigger{width:100%;display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem;text-align:left;background:transparent;border:0;padding:0;cursor:pointer;color:inherit}.pg-profile-accordion__icon{font-size:1.35rem;line-height:1;flex-shrink:0;margin-top:.15rem}.pg-profile-accordion__titles{min-width:0;flex:1}.pg-profile-accordion__title{font-family:var(--font-bebas),sans-serif;font-size:clamp(1.25rem,2vw,1.65rem);letter-spacing:.06em;color:var(--pp-gold-bright);text-shadow:0 0 14px var(--pp-gold-glow);line-height:1.1}.pg-profile-accordion__desc{margin-top:.2rem;font-size:.72rem;font-family:var(--font-space-mono),ui-monospace,monospace;color:hsla(48,28%,93%,.42);letter-spacing:.04em}.pg-profile-accordion__chevron{color:rgba(232,197,71,.7);transition:transform .25s ease;flex-shrink:0;margin-top:.25rem}.pg-profile-accordion__chevron.is-open{transform:rotate(180deg)}.pg-profile-accordion__body{display:grid;transition:grid-template-rows .25s ease,opacity .25s ease,margin-top .25s ease}.pg-profile-accordion__body.is-open{grid-template-rows:1fr;opacity:1;margin-top:.85rem}.pg-profile-accordion__body.is-closed{grid-template-rows:0fr;opacity:0;margin-top:0}.pg-profile-accordion__body>div{overflow:hidden}.pg-profile-hero{display:grid;grid-template-columns:1fr;gap:1rem;margin-bottom:.85rem;padding:1rem;border:1px solid var(--pp-gold-border-strong);border-radius:1rem;background:radial-gradient(ellipse 70% 80% at 15% 40%,rgba(217,163,32,.12),transparent 55%),linear-gradient(160deg,#151914,#0b0d0c 55%,#12100a);box-shadow:0 0 28px var(--pp-gold-glow);overflow:hidden;position:relative}@media (min-width:900px){.pg-profile-hero{grid-template-columns:minmax(200px,280px) 1fr;gap:1.25rem;padding:1.25rem 1.35rem;align-items:stretch}}.pg-profile-hero__mascot{position:relative;display:flex;align-items:center;justify-content:center;min-height:220px;height:100%;overflow:hidden}.pg-profile-hero__mascot img{width:100%;max-width:280px;height:100%;max-height:300px;-o-object-fit:contain;object-fit:contain;-o-object-position:center bottom;object-position:center bottom;filter:drop-shadow(0 8px 24px rgba(217,163,32,.28));animation:pg-profile-mascot-bob 4.5s ease-in-out infinite}@media (min-width:900px){.pg-profile-hero__mascot{min-height:260px}.pg-profile-hero__mascot img{max-height:320px}}@keyframes pg-profile-mascot-bob{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}.pg-profile-passport{display:flex;flex-direction:column;gap:.85rem;min-width:0;border:1px solid var(--pp-gold-border);border-radius:.85rem;background:rgba(0,0,0,.35);padding:.9rem}@media (min-width:640px){.pg-profile-passport{display:grid;grid-template-columns:auto 1fr;gap:1rem 1.15rem;align-items:start}}.pg-profile-passport__avatar{display:flex;justify-content:center}@media (min-width:640px){.pg-profile-passport__avatar{justify-content:flex-start}}.pg-profile-passport__identity{min-width:0;text-align:center}@media (min-width:640px){.pg-profile-passport__identity{text-align:left}}.pg-profile-passport__name{font-family:var(--font-bebas),sans-serif;font-size:clamp(2rem,5vw,3rem);letter-spacing:.05em;color:var(--pp-gold-bright);text-shadow:0 0 18px var(--pp-gold-glow-strong);line-height:.95;word-break:break-word}.pg-profile-passport__meta{display:grid;grid-template-columns:1fr 1fr;gap:.45rem .75rem;margin-top:.7rem}.pg-profile-meta-item{min-width:0}.pg-profile-meta-item__label{font-size:.62rem;font-family:var(--font-space-mono),ui-monospace,monospace;letter-spacing:.12em;text-transform:uppercase;color:hsla(48,28%,93%,.4)}.pg-profile-meta-item__value{margin-top:.1rem;font-size:.82rem;color:hsla(48,28%,93%,.88);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.pg-profile-meta-item__value.is-success{color:var(--pp-success)}.pg-profile-passport__actions{grid-column:1/-1;display:grid;grid-template-columns:1fr 1fr;gap:.55rem}@media (max-width:479px){.pg-profile-passport__actions{grid-template-columns:1fr}}@media (min-width:640px){.pg-profile-passport__actions{grid-template-columns:repeat(4,minmax(0,1fr))}}.pg-profile-btn{display:inline-flex;align-items:center;justify-content:center;gap:.35rem;min-height:2.5rem;padding:.55rem .85rem;border:1.5px solid var(--pp-gold-border-strong);border-radius:.4rem;background:rgba(217,163,32,.08);color:var(--pp-gold-bright);font-family:var(--font-bebas),sans-serif;font-size:.95rem;letter-spacing:.08em;text-transform:uppercase;cursor:pointer;transition:transform .18s ease,box-shadow .18s ease,background .18s ease,border-color .18s ease}.pg-profile-btn:hover:not(:disabled){transform:translateY(-2px);border-color:var(--pp-gold);background:rgba(217,163,32,.16);box-shadow:0 6px 18px var(--pp-gold-glow-strong)}.pg-profile-btn:active:not(:disabled){transform:translateY(0)}.pg-profile-btn:disabled{opacity:.4;cursor:not-allowed}.pg-profile-btn--solid{background:linear-gradient(180deg,#f0d060,#e8c547 25%,#d9a320 75%,#c98f18);color:#17130a;border-color:rgba(255,224,120,.55)}.pg-profile-btn--solid:hover:not(:disabled){background:linear-gradient(180deg,#f5d873,#eed055 50%,#dcb326);color:#17130a}.pg-profile-btn--full{width:100%}.pg-profile-btn--danger{border-color:rgba(255,80,80,.55);background:rgba(255,40,40,.1);color:#ffb4b4}.pg-profile-btn--danger:hover:not(:disabled){border-color:hsla(0,100%,70%,.75);background:rgba(255,40,40,.2);box-shadow:0 6px 18px rgba(255,40,40,.2)}.pg-profile-btn.is-copied:after{content:" ✓";color:var(--pp-success);animation:pg-profile-check-pop .35s ease}@keyframes pg-profile-check-pop{0%{opacity:0;transform:scale(.6)}to{opacity:1;transform:scale(1)}}.pg-profile-flash{animation:pg-profile-gold-flash .55s ease}@keyframes pg-profile-gold-flash{0%{box-shadow:0 0 0 rgba(217,163,32,0)}35%{box-shadow:0 0 36px rgba(232,197,71,.55)}to{box-shadow:0 0 18px var(--pp-gold-glow)}}.pg-profile-card{border:1px solid var(--pp-gold-border);border-radius:.65rem;background:rgba(0,0,0,.28);padding:.7rem .75rem;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.pg-profile-card:hover{transform:translateY(-2px);border-color:var(--pp-gold-border-strong);box-shadow:0 8px 20px rgba(0,0,0,.25),0 0 16px var(--pp-gold-glow)}.pg-profile-card--stat-lg{padding:.9rem .85rem;text-align:center}.pg-profile-card--stat-lg .pg-profile-stat__value{font-size:clamp(1.6rem,3.5vw,2.2rem);min-height:1.15em;display:flex;align-items:center;justify-content:center}.pg-profile-card--stat-lg .pg-profile-stat__label{min-height:2.1em;display:flex;align-items:flex-start;justify-content:center;text-align:center}.pg-profile-card--muted{border-color:hsla(48,28%,93%,.1);opacity:.72}.pg-profile-card--unlocked{border-color:rgba(217,163,32,.55);background:rgba(217,163,32,.08);box-shadow:0 0 14px var(--pp-gold-glow)}.pg-profile-card--unlocked:hover{box-shadow:0 0 22px var(--pp-gold-glow-strong)}.pg-profile-card--current{border-color:rgba(232,197,71,.75);background:rgba(232,197,71,.1);box-shadow:0 0 18px rgba(232,197,71,.25)}.pg-profile-card--locked{border-color:hsla(48,28%,93%,.1);background:rgba(0,0,0,.35);filter:grayscale(.35)}.pg-profile-stat__value{font-family:var(--font-bebas),sans-serif;font-size:1.35rem;letter-spacing:.04em;color:var(--pp-gold-bright);line-height:1}.pg-profile-stat__label{margin-top:.3rem;font-size:.65rem;font-family:var(--font-space-mono),ui-monospace,monospace;letter-spacing:.12em;text-transform:uppercase;color:hsla(48,28%,93%,.4)}.pg-profile-stats-hero{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.55rem}@media (min-width:768px){.pg-profile-stats-hero{grid-template-columns:repeat(4,minmax(0,1fr))}}.pg-profile-stats-sub{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.5rem;margin-top:.55rem}@media (min-width:768px){.pg-profile-stats-sub{grid-template-columns:repeat(4,minmax(0,1fr))}}.pg-profile-streak-top{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.5rem}@media (min-width:768px){.pg-profile-streak-top{grid-template-columns:repeat(4,minmax(0,1fr))}}.pg-profile-timeline{position:relative;margin-top:.85rem;padding:1rem .5rem .85rem;border:1px solid var(--pp-gold-border);border-radius:.65rem;background:rgba(0,0,0,.22);overflow-x:auto;scrollbar-color:var(--pp-gold) rgba(0,0,0,.35);scrollbar-width:thin}.pg-profile-timeline::-webkit-scrollbar{height:6px}.pg-profile-timeline::-webkit-scrollbar-track{background:rgba(0,0,0,.35);border-radius:999px}.pg-profile-timeline::-webkit-scrollbar-thumb{background:linear-gradient(90deg,#c98f18,#e8c547,#d9a320);border-radius:999px;box-shadow:0 0 8px rgba(232,197,71,.35)}.pg-profile-timeline::-webkit-scrollbar-thumb:hover{background:#f5d873}.pg-profile-timeline__track{position:relative;min-width:520px;height:3.1rem;padding:.55rem 0 0}.pg-profile-timeline__path{position:absolute;left:0;right:0;top:.95rem;height:5px;border-radius:999px;background:hsla(48,28%,93%,.1);overflow:hidden}.pg-profile-timeline__path-fill{height:100%;border-radius:inherit;background:linear-gradient(90deg,#c98f18,#e8c547 50%,#f5d873);box-shadow:0 0 14px rgba(232,197,71,.65);transition:width .45s ease}.pg-profile-timeline__node{position:absolute;top:.35rem;z-index:1;display:flex;flex-direction:column;align-items:center;gap:.35rem;text-align:center;transform:translateX(-50%);width:2.5rem}.pg-profile-timeline__dot{width:1.35rem;height:1.35rem;border-radius:999px;border:2px solid hsla(48,28%,93%,.18);background:#0e100f;box-sizing:border-box;transition:background .35s ease,border-color .35s ease,box-shadow .35s ease}.pg-profile-timeline__dot.is-unlocked{border-color:var(--pp-gold-bright);background:linear-gradient(180deg,#f0d060,#e8c547 40%,#d9a320);box-shadow:0 0 12px rgba(232,197,71,.7)}.pg-profile-timeline__dot.is-current{border-color:#f5d873;background:linear-gradient(180deg,#f5d873,#e8c547 45%,#d9a320);box-shadow:0 0 16px rgba(232,197,71,.85);animation:pg-profile-pulse-gold 1.8s ease-in-out infinite}@keyframes pg-profile-pulse-gold{0%,to{box-shadow:0 0 10px rgba(232,197,71,.45)}50%{box-shadow:0 0 18px rgba(232,197,71,.85)}}.pg-profile-timeline__label{font-size:.62rem;font-family:var(--font-space-mono),ui-monospace,monospace;color:hsla(48,28%,93%,.45)}.pg-profile-timeline__dot.is-unlocked+.pg-profile-timeline__label{color:rgba(232,197,71,.85)}.pg-profile-achievements{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.35rem;margin-top:.75rem}@media (min-width:900px){.pg-profile-achievements{grid-template-columns:repeat(8,minmax(0,1fr));gap:.4rem}}.pg-profile-achievement{text-align:center;padding:.4rem .2rem .45rem;min-height:0}@media (min-width:900px){.pg-profile-achievement{padding:.45rem .25rem .5rem}}.pg-profile-achievement__icon{display:flex;align-items:center;justify-content:center;height:2rem;font-size:.95rem;line-height:1}.pg-profile-achievement__img{width:1.85rem;height:1.85rem;-o-object-fit:contain;object-fit:contain;background:transparent;image-rendering:auto}.pg-profile-card--locked .pg-profile-achievement__img{opacity:.4;filter:grayscale(.55)}@media (min-width:900px){.pg-profile-achievement__icon{height:2.35rem;font-size:1.05rem}.pg-profile-achievement__img{width:2.15rem;height:2.15rem}}.pg-profile-achievement__title{margin-top:.2rem;font-size:.62rem;font-weight:600;color:hsla(48,28%,93%,.9);line-height:1.15;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media (min-width:900px){.pg-profile-achievement__title{font-size:.68rem}}.pg-profile-achievement__days{margin-top:.12rem;font-size:.52rem;font-family:var(--font-space-mono),ui-monospace,monospace;letter-spacing:.06em;text-transform:uppercase;color:hsla(48,28%,93%,.4);white-space:nowrap}@media (min-width:900px){.pg-profile-achievement__days{font-size:.55rem}}.pg-profile-achievement.is-unlocked{animation:none}.pg-profile-achievement.is-unlocked:hover{animation:pg-profile-shine .7s ease}@keyframes pg-profile-shine{0%{box-shadow:0 0 14px var(--pp-gold-glow)}40%{box-shadow:0 0 28px hsla(47,87%,71%,.55)}to{box-shadow:0 0 14px var(--pp-gold-glow)}}.pg-pepi{display:flex;flex-direction:column;gap:1.15rem;scroll-margin-top:5.5rem;width:100%;max-width:1080px;margin-inline:auto}.pg-pepi-hero{text-align:center;padding:.35rem .5rem .85rem;background:radial-gradient(ellipse 70% 55% at 50% 35%,rgba(217,163,32,.14),transparent 70%),linear-gradient(180deg,rgba(20,24,22,.55),rgba(0,0,0,.15));border-radius:.75rem}.pg-pepi-hero__label{font-size:.68rem;letter-spacing:.16em;text-transform:uppercase;color:var(--pp-gold-bright)}.pg-pepi-hero__label,.pg-pepi-hero__value{font-family:var(--font-space-mono),ui-monospace,monospace}.pg-pepi-hero__value{margin-top:.2rem;font-size:clamp(2.85rem,12vw,3.6rem);font-weight:700;line-height:.95;letter-spacing:-.02em;color:#f7e9b0;text-shadow:0 0 28px hsla(47,87%,71%,.35)}.pg-pepi-hero__blurb{margin:.45rem auto 0;max-width:18rem;font-size:.78rem;line-height:1.35;color:hsla(48,28%,93%,.58)}.pg-pepi-section{display:flex;flex-direction:column;gap:.45rem}.pg-pepi-section__title{margin:0;font-family:var(--font-space-mono),ui-monospace,monospace;font-size:.7rem;letter-spacing:.14em;text-transform:uppercase;color:hsla(47,87%,71%,.9)}.pg-pepi-empty{margin:0;font-size:.8rem;color:hsla(48,28%,93%,.5)}.pg-pepi-pts{font-family:var(--font-space-mono),ui-monospace,monospace;font-size:.88rem;font-weight:700;letter-spacing:.02em;color:#f5e6a8;white-space:nowrap;line-height:1.1;flex-shrink:0}.pg-pepi-bar{width:100%;height:.42rem;margin-top:.35rem;border-radius:999px;background:hsla(48,28%,93%,.08);overflow:hidden}.pg-pepi-bar__fill{height:100%;border-radius:inherit;background:linear-gradient(90deg,#b8861a,#f0d06a);box-shadow:0 0 10px hsla(47,87%,71%,.35);transition:width .35s ease}.pg-pepi-next__card{padding:.7rem .8rem .75rem;border-radius:.65rem;background:rgba(217,163,32,.07);border:1px solid rgba(217,163,32,.28)}.pg-pepi-next__head{display:flex;align-items:baseline;justify-content:flex-start;flex-wrap:wrap;gap:.65rem 1.25rem}.pg-pepi-next__title{font-size:.95rem;font-weight:600;line-height:1.25;color:hsla(48,28%,93%,.96);min-width:0}.pg-pepi-next__reward{margin-left:auto;font-family:var(--font-space-mono),ui-monospace,monospace;font-size:1.2rem;font-weight:700;color:#f5e6a8;letter-spacing:.02em;flex-shrink:0;text-shadow:0 0 12px hsla(47,87%,71%,.3)}@media (min-width:900px){.pg-pepi-next .pg-pepi-bar,.pg-pepi-next__head,.pg-pepi-next__meta,.pg-pepi-next__remain{max-width:36rem}.pg-pepi-next__reward{margin-left:0}}.pg-pepi-next__meta{margin-top:.4rem;font-family:var(--font-space-mono),ui-monospace,monospace;font-size:.72rem;letter-spacing:.04em;color:hsla(47,87%,71%,.85)}.pg-pepi-next__remain{margin-top:.35rem;font-size:.74rem;color:hsla(48,28%,93%,.55)}.pg-pepi-recent{list-style:none;margin:0;padding:0;display:flex;flex-direction:column}.pg-pepi-recent__row{display:grid;grid-template-columns:2.75rem minmax(0,1fr);gap:.55rem;align-items:baseline;padding:.28rem .1rem;border-top:1px solid hsla(47,87%,71%,.1)}.pg-pepi-recent__row:first-child{border-top:0}.pg-pepi-recent__pts{font-family:var(--font-space-mono),ui-monospace,monospace;font-size:.98rem;font-weight:700;color:#f7e9b0;line-height:1.2;text-align:right;letter-spacing:.02em}.pg-pepi-recent__title{font-size:.8rem;line-height:1.25;color:hsla(48,28%,93%,.78)}.pg-pepi-cats{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.45rem}@media (min-width:720px){.pg-pepi-cats{grid-template-columns:repeat(4,minmax(0,1fr));gap:.5rem}}.pg-pepi-cat{display:flex;flex-direction:column;align-items:flex-start;gap:.12rem;min-height:4.6rem;padding:.55rem .55rem .5rem;border-radius:.55rem;border:1px solid hsla(47,87%,71%,.12);background:rgba(0,0,0,.28);color:inherit;text-align:left;cursor:pointer;transition:background .18s ease,border-color .18s ease,box-shadow .18s ease,opacity .18s ease}.pg-pepi-cat:not(.is-active):hover{border-color:hsla(47,87%,71%,.28);background:rgba(217,163,32,.06)}.pg-pepi-cat.is-active{border-color:hsla(47,87%,71%,.55);background:linear-gradient(165deg,rgba(217,163,32,.22),rgba(217,163,32,.06));box-shadow:0 0 0 1px hsla(47,87%,71%,.12),inset 0 0 18px rgba(217,163,32,.08)}.pg-pepi-cat__icon{display:flex;color:hsla(47,87%,71%,.4);margin-bottom:.1rem}.pg-pepi-cat.is-active .pg-pepi-cat__icon{color:#f0d06a}.pg-pepi-cat__svg{width:1.1rem;height:1.1rem;display:block}.pg-pepi-cat__name{font-family:var(--font-space-mono),ui-monospace,monospace;font-size:.68rem;letter-spacing:.1em;text-transform:uppercase;color:hsla(48,28%,93%,.82);font-weight:700}.pg-pepi-cat.is-active .pg-pepi-cat__name{color:#f5e6a8}.pg-pepi-cat__scan{font-size:.74rem;font-weight:600;line-height:1.25;color:hsla(48,28%,93%,.72);margin-top:.15rem}.pg-pepi-cat.is-active .pg-pepi-cat__scan{color:hsla(48,28%,93%,.92)}.pg-pepi-cat__detail{font-family:var(--font-space-mono),ui-monospace,monospace;font-size:.72rem;font-weight:700;line-height:1.2;color:hsla(47,87%,71%,.72)}.pg-pepi-cat.is-active .pg-pepi-cat__detail{color:#f5e6a8}@media (max-width:360px){.pg-pepi-cat{min-height:4.3rem;padding:.45rem .4rem .42rem}.pg-pepi-cat__scan{font-size:.72rem}}.pg-pepi-cat-panel{margin-top:.15rem;padding:.75rem .85rem .9rem;border-radius:.65rem;background:rgba(10,12,11,.55);border:1px solid hsla(47,87%,71%,.16);width:100%}.pg-pepi-cat-panel__head{margin-bottom:.65rem;padding-bottom:.55rem;border-bottom:1px solid hsla(47,87%,71%,.12)}.pg-pepi-cat-panel__title{margin:0;font-family:var(--font-space-mono),ui-monospace,monospace;font-size:.82rem;letter-spacing:.12em;text-transform:uppercase;color:#f5e6a8}.pg-pepi-cat-panel__intro{margin:.25rem 0 0;font-size:.76rem;line-height:1.35;color:hsla(48,28%,93%,.55)}.pg-pepi-cat-panel__body{width:100%}.pg-pepi-play-groups{display:flex;flex-direction:column;gap:.85rem}.pg-pepi-phase__title{font-family:var(--font-space-mono),ui-monospace,monospace;font-size:.62rem;letter-spacing:.12em;text-transform:uppercase;color:hsla(48,28%,93%,.4);margin-bottom:.15rem}.pg-pepi-phase--current .pg-pepi-phase__title{color:hsla(47,87%,71%,.85)}.pg-pepi-earn{list-style:none;margin:0;padding:0;display:flex;flex-direction:column}.pg-pepi-earn__row{display:grid;grid-template-columns:1.1rem minmax(0,1fr) auto;gap:.5rem;align-items:start;padding:.35rem .2rem;border-radius:.4rem;max-width:28rem}.pg-pepi-earn__row+.pg-pepi-earn__row{margin-top:.05rem}.pg-pepi-earn__row.is-completed{opacity:.72}.pg-pepi-earn__row.is-current{padding:.42rem .45rem;background:rgba(217,163,32,.1);border:1px solid hsla(47,87%,71%,.28);opacity:1}.pg-pepi-earn__row.is-onboarding.is-completed .pg-pepi-earn__title{font-style:italic}.pg-pepi-earn__row.is-open:not(.is-current){opacity:.78}.pg-pepi-earn__mark{width:1rem;height:1rem;margin-top:.12rem;display:inline-flex;align-items:center;justify-content:center;font-size:.72rem;line-height:1;color:hsla(47,87%,71%,.75)}.pg-pepi-earn__mark.is-open{border:0;background:transparent}.pg-pepi-earn__mark.is-progress{color:#f0d06a;font-size:.7rem}.pg-pepi-earn__mark.is-done{color:var(--pp-success,#2bd67b);font-weight:700}.pg-pepi-earn__title{font-size:.84rem;line-height:1.25;color:hsla(48,28%,93%,.92)}.pg-pepi-earn__meta{margin-top:.12rem;font-size:.7rem;color:hsla(48,28%,93%,.45)}.pg-pepi-earn__row.is-completed .pg-pepi-earn__title{color:hsla(48,28%,93%,.62)}.pg-pepi-earn__row.is-current .pg-pepi-earn__title{font-weight:600;color:#f7e9b0}.pg-pepi-earn__row.is-current .pg-pepi-earn__meta{color:hsla(47,87%,71%,.8);font-family:var(--font-space-mono),ui-monospace,monospace;letter-spacing:.03em}.pg-pepi-grouped{display:flex;flex-direction:column;gap:1rem}.pg-pepi-subgroup{display:flex;flex-direction:column;gap:.4rem}.pg-pepi-subgroup+.pg-pepi-subgroup{padding-top:.75rem;border-top:1px solid hsla(47,87%,71%,.1)}.pg-pepi-subgroup__intro{font-size:.74rem;color:hsla(48,28%,93%,.5);margin-bottom:.15rem}.pg-pepi-subgroup__heading{font-size:.78rem;font-weight:600;color:hsla(48,28%,93%,.78);margin-bottom:.15rem}.pg-pepi-subgroup__title{font-family:var(--font-space-mono),ui-monospace,monospace;font-size:.64rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:hsla(47,87%,71%,.88)}.pg-pepi-action-row{display:flex;align-items:baseline;justify-content:space-between;gap:.75rem;max-width:26rem;padding:.35rem .1rem}.pg-pepi-action-row__label{font-size:.8rem;line-height:1.3;color:hsla(48,28%,93%,.88);min-width:0}.pg-pepi-plan-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.5rem;max-width:26rem}.pg-pepi-plan-grid--founder{grid-template-columns:1fr;max-width:14rem}@media (min-width:900px){.pg-pepi-grouped{max-width:48rem}.pg-pepi-plan-grid{max-width:44rem;gap:.75rem}.pg-pepi-plan-grid--founder{max-width:18rem}.pg-pepi-plan{padding:.65rem .75rem .55rem}.pg-pepi-plan__pts{font-size:1.15rem}.pg-pepi-action-row{max-width:32rem}}@media (max-width:360px){.pg-pepi-plan-grid{grid-template-columns:1fr;max-width:12rem}.pg-pepi-plan-grid--founder{max-width:100%}}.pg-pepi-plan{display:flex;flex-direction:column;align-items:flex-start;gap:.2rem;padding:.5rem .55rem .45rem;border-radius:.45rem;background:hsla(48,28%,93%,.04);border:1px solid hsla(47,87%,71%,.14);min-width:0}.pg-pepi-plan__label{font-size:.68rem;line-height:1.2;letter-spacing:.04em;text-transform:uppercase;color:hsla(48,28%,93%,.62)}.pg-pepi-plan__label,.pg-pepi-plan__pts{font-family:var(--font-space-mono),ui-monospace,monospace}.pg-pepi-plan__pts{font-size:1.05rem;font-weight:700;color:#f5e6a8;line-height:1.1}.pg-pepi-footnote{margin:1rem 0 1.25rem;font-size:.72rem;line-height:1.4;color:hsla(48,28%,93%,.58)}.pg-profile-feature-grid{display:grid;grid-template-columns:1fr;gap:.5rem}@media (min-width:640px){.pg-profile-feature-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.pg-profile-details-toggle{margin-top:.65rem;font-size:.75rem;font-family:var(--font-space-mono),ui-monospace,monospace;letter-spacing:.08em;text-transform:uppercase;color:var(--pp-gold-bright);background:transparent;border:0;padding:.35rem 0;cursor:pointer}.pg-profile-details-toggle:hover{color:#f5d873}.pg-profile-referrals-top{display:grid;grid-template-columns:1fr;gap:.75rem}@media (min-width:768px){.pg-profile-referrals-top{grid-template-columns:1fr minmax(120px,160px);align-items:center}}.pg-profile-referrals__mascot img{width:100%;max-width:150px;margin:0 auto;display:block;filter:drop-shadow(0 6px 16px rgba(217,163,32,.25))}.pg-profile-share-row{display:flex;flex-wrap:wrap;gap:.45rem;margin-top:.55rem}.pg-profile-share-btn{min-height:2.25rem;padding:.4rem .75rem;border:1px solid var(--pp-gold-border);border-radius:.35rem;background:rgba(0,0,0,.3);color:var(--pp-gold-bright);font-size:.72rem;font-family:var(--font-space-mono),ui-monospace,monospace;letter-spacing:.06em;text-transform:uppercase;cursor:pointer;transition:transform .15s ease,border-color .15s ease,background .15s ease}.pg-profile-share-btn:hover:not(:disabled){transform:translateY(-1px);border-color:var(--pp-gold);background:rgba(217,163,32,.12)}.pg-profile-share-btn:disabled{opacity:.4;cursor:not-allowed}.pg-profile-ref-stats{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.5rem;margin-top:.65rem}@media (min-width:768px){.pg-profile-ref-stats{grid-template-columns:repeat(3,minmax(0,1fr))}}.pg-profile-account{display:grid;gap:1.35rem}@media (min-width:1024px){.pg-profile-account{grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);align-items:start;gap:1.25rem 2rem}.pg-profile-account__identity{grid-column:1}.pg-profile-account__security,.pg-profile-account__wallet{grid-column:2}.pg-profile-account__footer{grid-column:1/-1}}.pg-profile-section{min-width:0}.pg-profile-section__title{margin:0 0 .45rem;font-family:var(--font-bebas),Impact,sans-serif;font-size:1.2rem;letter-spacing:.08em;text-transform:uppercase;color:var(--pp-gold)}.pg-profile-stack{display:grid;gap:0}.pg-profile-row{display:grid;gap:.2rem 1rem;padding:.7rem 0;border-bottom:1px solid rgba(217,163,32,.12)}.pg-profile-row:last-child{border-bottom:0}@media (min-width:640px){.pg-profile-row--split{grid-template-columns:minmax(7.5rem,10.5rem) minmax(0,1fr) auto;align-items:start}}.pg-profile-row__label{font-size:.72rem;letter-spacing:.03em;color:hsla(48,28%,93%,.5)}.pg-profile-row__value{min-width:0;color:hsla(48,28%,93%,.92);font-size:.9rem;line-height:1.4}.pg-profile-row__hint{margin-top:.2rem;font-size:.75rem;color:hsla(48,28%,93%,.48)}.pg-profile-row__badge{display:inline-block;margin-left:.45rem;font-size:.68rem;letter-spacing:.04em;color:var(--pp-success,#2bd67b)}.pg-profile-row--muted .pg-profile-row__label,.pg-profile-row--muted .pg-profile-row__value{color:hsla(48,28%,93%,.38)}.pg-profile-wallet{display:inline-block;font-family:var(--font-space-mono),ui-monospace,monospace;font-size:.78rem;overflow-wrap:anywhere}.pg-profile-wallet__short{display:none}@media (max-width:639px){.pg-profile-wallet__full{display:none}.pg-profile-wallet__short{display:inline}}.pg-profile-inline-form{display:grid;gap:.45rem;margin-top:.45rem}.pg-profile-input--code{letter-spacing:.18em}.pg-profile-actions{display:flex;flex-wrap:wrap;gap:.45rem;margin-top:.7rem}@media (max-width:768px){.pg-profile-account{padding-bottom:.5rem}.pg-profile-actions{position:relative;z-index:1;padding-bottom:.25rem}.pg-profile-account__footer{padding-bottom:.35rem}}.pg-profile-btn--compact{min-height:2.25rem;padding:.38rem .75rem}.pg-profile-account__footer{display:flex;flex-wrap:wrap;align-items:center;gap:.75rem;padding-top:.15rem}.pg-profile-logout{width:auto}@media (max-width:429px){.pg-profile-actions .pg-profile-btn{flex:1 1 calc(50% - 0.45rem);justify-content:center}.pg-profile-logout{min-width:7.5rem}}.pg-profile-field__label{font-family:inherit}.pg-profile-settings-group{border:none;background:transparent;padding:0;margin-bottom:0}.pg-profile-settings-group__title{font-size:1.2rem;font-family:var(--font-bebas),Impact,sans-serif;letter-spacing:.08em;text-transform:uppercase;color:var(--pp-gold);margin-bottom:.45rem}.pg-profile-field{margin-bottom:.55rem}.pg-profile-field:last-child{margin-bottom:0}.pg-profile-field__label{font-size:.62rem;font-family:var(--font-space-mono),ui-monospace,monospace;letter-spacing:.12em;text-transform:uppercase;color:hsla(48,28%,93%,.4);margin-bottom:.25rem}.pg-profile-plan__row{display:flex;align-items:center;justify-content:space-between;gap:.75rem;min-height:2.1rem;font-size:.875rem;color:hsla(48,28%,93%,.9)}.pg-profile-plan__benefits{margin-top:.55rem;padding-top:.45rem;border-top:1px solid rgba(201,162,39,.18);display:grid;gap:.28rem;font-size:.78rem;line-height:1.35;color:hsla(48,28%,93%,.72)}.pg-profile-plan__benefits p{margin:0}.pg-profile-input,.pg-profile-select{width:100%;border:1px solid var(--pp-gold-border);background:rgba(0,0,0,.55);color:hsla(48,28%,93%,.9);border-radius:.35rem;padding:.55rem .7rem;font-size:.875rem}.pg-profile-input:focus,.pg-profile-select:focus{outline:1px solid var(--pp-gold);border-color:var(--pp-gold)}.pg-profile-muted{font-size:.75rem;color:hsla(48,28%,93%,.45)}.pg-profile-status{font-size:.75rem;color:var(--pp-gold-bright);word-break:break-word}.pg-profile-status.is-success{color:var(--pp-success)}.pg-profile-warning{border:1px solid rgba(245,158,11,.35);background:rgba(245,158,11,.06);border-radius:.5rem;padding:.65rem .75rem;font-size:.72rem;font-family:var(--font-space-mono),ui-monospace,monospace;color:rgba(251,191,36,.85);line-height:1.45}.pg-profile-empty{display:flex;flex-direction:column;align-items:center;gap:.5rem;text-align:center;padding:1rem .5rem}.pg-profile-empty img{width:96px;height:auto;opacity:.85;filter:drop-shadow(0 4px 12px rgba(217,163,32,.2))}.pg-profile-page .pg-profile-identity .text-green-100,.pg-profile-page .pg-profile-identity .text-green-200,.pg-profile-page .pg-profile-identity .text-green-300{color:hsla(48,28%,93%,.88)!important}.pg-profile-page .pg-profile-identity .text-green-500,.pg-profile-page .pg-profile-identity .text-green-700{color:rgba(232,197,71,.75)!important}.pg-profile-page .pg-profile-identity .border-green-700\/60,.pg-profile-page .pg-profile-identity .border-green-800\/70,.pg-profile-page .pg-profile-identity .border-green-900\/60{border-color:var(--pp-gold-border)!important}.pg-profile-page .pg-profile-identity .hover\:bg-green-900\/30:hover{background:rgba(217,163,32,.12)!important}.pg-profile-page .pg-profile-identity .text-emerald-400{color:var(--pp-success)!important}@media (prefers-reduced-motion:reduce){.pg-profile-achievement.is-unlocked:hover,.pg-profile-btn,.pg-profile-card,.pg-profile-hero__mascot img,.pg-profile-panel,.pg-profile-timeline__dot.is-current{animation:none!important;transition:none!important}}