@import "https://fonts.googleapis.com/css2?family=Outfit:wght@400;500;600;700;800;900&display=swap";
.pf-wrapped{all:initial;--pf-accent:#1db954;--pf-bg:#121212;--pf-bg-elevated:#282828;--pf-text:#fff;--pf-text-muted:#b3b3b3;--pf-card-bg:#ffffff0d;--pf-card-hover:#ffffff1a;--pf-border:#ffffff1a;--pf-grad-hero:linear-gradient(135deg,#af2896cc,#509bf5cc);--pf-grad-orange-red:linear-gradient(135deg,#ff4632cc,#ff8c00cc);--pf-grad-green-blue:linear-gradient(135deg,#1ed760cc,#148ce6cc);--pf-grad-purple-pink:linear-gradient(135deg,#8c19ffcc,#e61e8ccc);--pf-grad-yellow-pink:linear-gradient(135deg,#fac81ecc,#e61e8ccc);--pf-grad-cyan-blue:linear-gradient(135deg,#1edcf0cc,#1464f0cc);--pf-grad-dark:linear-gradient(to bottom,#121212,#000);background:var(--pf-bg);min-height:100vh;color:var(--pf-text);font-family:Outfit,system-ui,-apple-system,sans-serif;display:block;overflow-x:hidden}.pf-wrapped *{box-sizing:border-box}.pf-wrapped a{color:inherit;text-decoration:none}.pf-wrapped__container{flex-direction:column;gap:40px;max-width:600px;margin:0 auto;padding:0 0 120px;display:flex}@media (min-width:768px){.pf-wrapped__container{gap:60px;max-width:600px;padding:40px 20px}}.pf-wrapped__header{z-index:50;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(#121212e6 0%,#12121200 100%);justify-content:space-between;align-items:center;padding:24px;display:flex;position:sticky;top:0}.pf-wrapped__header-brand{letter-spacing:-.01em;opacity:.5;color:var(--pf-text);align-items:center;gap:8px;font-size:1.25rem;font-weight:700;display:flex}.pf-wrapped__header-dot{background:var(--pf-accent);border-radius:50%;width:16px;height:16px}.pf-wrapped__theme-toggle{width:48px;height:48px;color:var(--pf-text);cursor:pointer;background:#ffffff1a;border:none;border-radius:50%;justify-content:center;align-items:center;transition:background .2s;display:flex}.pf-wrapped__theme-toggle:hover{background:#fff3}.pf-wrapped__theme-toggle svg{width:20px;height:20px}.pf-wrapped__slide{flex-direction:column;justify-content:center;width:100%;min-height:90vh;padding:40px 24px;display:flex;position:relative;overflow:hidden}.pf-wrapped__slide--hero{background:var(--pf-grad-hero);border-radius:32px;margin:16px;box-shadow:0 20px 40px #00000080}@media (min-width:768px){.pf-wrapped__slide--hero{margin:0}}.pf-wrapped__slide-bg{z-index:0;opacity:.6;mix-blend-mode:overlay;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E");position:absolute;inset:0}.pf-wrapped__slide-content{z-index:10;text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:24px;height:100%;display:flex;position:relative}.pf-wrapped__hero-top{margin-bottom:0}.pf-wrapped__hero-label{text-transform:uppercase;letter-spacing:.1em;color:var(--pf-accent);margin-bottom:0;font-size:1.25rem;font-weight:800;display:block}.pf-wrapped__hero-center{flex-direction:column;align-items:center;display:flex}.pf-wrapped__profile-img{object-fit:cover;border:4px solid var(--pf-accent);border-radius:50%;width:160px;height:160px;margin-bottom:32px;box-shadow:0 10px 40px #0006}.pf-wrapped__title{letter-spacing:-.03em;text-align:center;margin:0 0 16px;font-size:clamp(3rem,10vw,5rem);font-weight:900;line-height:1.1}.pf-wrapped__subtitle{color:#ffffffe6;text-align:center;max-width:480px;margin:0;font-size:clamp(1.25rem,4vw,2rem);font-weight:700;line-height:1.3}.pf-wrapped__contact{flex-wrap:wrap;justify-content:center;gap:12px;margin-top:16px;display:flex}.pf-wrapped__contact-link{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0000004d;border-radius:30px;align-items:center;gap:8px;padding:12px 20px;font-weight:600;transition:transform .2s,background .2s;display:inline-flex}.pf-wrapped__contact-link:hover{background:#00000080;transform:scale(1.05)}.pf-wrapped__contact-link svg{flex-shrink:0;width:16px;height:16px}.pf-wrapped__section{background-color:var(--pf-bg-elevated);border-radius:32px;margin:16px;padding:40px 24px;position:relative;overflow:hidden;box-shadow:0 10px 30px #0000004d}@media (min-width:768px){.pf-wrapped__section{margin:0;padding:60px 40px}}.pf-wrapped__section--orange-red{background:var(--pf-grad-orange-red)}.pf-wrapped__section--green-blue{background:var(--pf-grad-green-blue)}.pf-wrapped__section--purple-pink{background:var(--pf-grad-purple-pink)}.pf-wrapped__section--yellow-pink{background:var(--pf-grad-yellow-pink)}.pf-wrapped__section--cyan-blue{background:var(--pf-grad-cyan-blue)}.pf-wrapped__section--accent{background:var(--pf-accent);color:#000}.pf-wrapped__section-title{letter-spacing:-.02em;margin:0 0 40px;font-size:clamp(2rem,8vw,3.5rem);font-weight:900;line-height:1.1}.pf-wrapped__section--accent .pf-wrapped__section-title{color:#000}.pf-wrapped__item{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0003;border:1px solid #ffffff0d;border-radius:20px;margin-bottom:20px;padding:24px}.pf-wrapped__item-header{margin-bottom:16px}.pf-wrapped__item-title{margin:0 0 4px;font-size:1.5rem;font-weight:800}.pf-wrapped__section--accent .pf-wrapped__item-title{color:#000}.pf-wrapped__item-subtitle{color:#fffc;margin:0 0 8px;font-size:1.2rem;font-weight:600}.pf-wrapped__section--accent .pf-wrapped__item-subtitle{color:#000000b3}.pf-wrapped__item-meta{color:#fff9;flex-wrap:wrap;align-items:center;gap:12px;font-size:.9rem;font-weight:600;display:flex}.pf-wrapped__section--accent .pf-wrapped__item-meta{color:#0009}.pf-wrapped__stat-row{align-items:center;gap:24px;margin-bottom:40px;display:flex}.pf-wrapped__stat-number{letter-spacing:-.05em;color:#fff;text-shadow:0 0 40px var(--pf-accent);font-size:clamp(5rem,15vw,8rem);font-weight:900;line-height:1}.pf-wrapped__stat-label{color:#ffffffe6;font-size:clamp(1.5rem,4vw,2.5rem);font-weight:800;line-height:1.1}.pf-wrapped__ranking-list{flex-direction:column;gap:20px;display:flex}.pf-wrapped__ranking-item{align-items:center;gap:16px;display:flex}.pf-wrapped__ranking-number{text-align:center;opacity:.8;width:40px;font-size:2.5rem;font-weight:900}.pf-wrapped__ranking-bar-wrapper{flex:1}.pf-wrapped__ranking-name{margin-bottom:8px;font-size:1.5rem;font-weight:800}.pf-wrapped__ranking-bar-bg{background:#0000004d;border-radius:6px;height:12px;overflow:hidden}.pf-wrapped__ranking-bar-fill{background:var(--pf-accent);border-radius:6px;height:100%}.pf-wrapped__section--accent .pf-wrapped__ranking-bar-fill{background:#000}.pf-wrapped__section--accent .pf-wrapped__ranking-number{color:#000}.pf-wrapped__prose{color:#ffffffe6;font-size:1.1rem;line-height:1.6}.pf-wrapped__section--accent .pf-wrapped__prose{color:#000c}.pf-wrapped__prose p{margin:0 0 16px}.pf-wrapped__prose p:last-child{margin-bottom:0}.pf-wrapped__prose ul{margin:16px 0;padding-left:24px;list-style:outside}.pf-wrapped__prose ol{margin:16px 0;padding-left:24px;list-style:decimal}.pf-wrapped__prose li{margin-bottom:8px}.pf-wrapped__prose a{color:#fff;text-underline-offset:4px;font-weight:600;text-decoration:underline;text-decoration-thickness:2px}.pf-wrapped__section--accent .pf-wrapped__prose a{color:#000}.pf-wrapped__prose strong{color:#fff;font-weight:800}.pf-wrapped__section--accent .pf-wrapped__prose strong{color:#000}.pf-wrapped__chips{flex-wrap:wrap;gap:12px;margin-top:20px;display:flex}.pf-wrapped__chip{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff26;border:1px solid #ffffff1a;border-radius:30px;padding:10px 20px;font-size:1rem;font-weight:700}.pf-wrapped__section--accent .pf-wrapped__chip{color:#000;background:#0000001a;border-color:#0000001a}.pf-wrapped__projects{grid-template-columns:1fr;gap:20px;display:grid}.pf-wrapped__project-card{background:#0000004d;border-radius:20px;flex-direction:column;height:100%;display:flex;overflow:hidden}.pf-wrapped__project-content{flex-direction:column;flex:1;padding:24px;display:flex}.pf-wrapped__scores-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:16px;display:grid}.pf-wrapped__item--centered{text-align:center}.pf-wrapped__score-label{color:#fffc;text-transform:uppercase;letter-spacing:.05em;margin:0 0 8px;font-size:1rem;font-weight:700}.pf-wrapped__score-value{color:var(--pf-accent);margin:0 0 8px;font-size:clamp(2.5rem,8vw,4rem);font-weight:900;line-height:1.1}.pf-wrapped__item-meta--centered{justify-content:center}.pf-wrapped__item-meta--stacked{flex-direction:column;align-items:flex-start;gap:8px}.pf-wrapped__item-meta--spaced{margin-bottom:12px}.pf-wrapped__item--row{justify-content:space-between;align-items:center;gap:16px;display:flex}.pf-wrapped__item-date{color:#fff9;white-space:nowrap;font-size:.9rem;font-weight:600}.pf-wrapped__references-grid{grid-template-columns:1fr;gap:16px;display:grid}@media (min-width:480px){.pf-wrapped__references-grid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr))}}.pf-wrapped__ref-relationship{color:#ffffffb3;margin:0;font-style:italic}.pf-wrapped__ref-email{color:var(--pf-accent);align-items:center;gap:8px;font-weight:600;transition:opacity .2s;display:inline-flex}.pf-wrapped__ref-email:hover{opacity:.7}.pf-wrapped__section--glance{background:var(--pf-bg-elevated);border:1px solid var(--pf-border)}.pf-wrapped__glance-grid{grid-template-columns:repeat(2,1fr);gap:24px;margin-bottom:32px;display:grid}@media (min-width:480px){.pf-wrapped__glance-grid{grid-template-columns:repeat(auto-fit,minmax(120px,1fr))}}.pf-wrapped__glance-item{text-align:center;background:#ffffff0d;border-radius:16px;padding:16px 8px}.pf-wrapped__glance-value{letter-spacing:-.03em;color:var(--pf-accent);font-size:clamp(2.5rem,8vw,4rem);font-weight:900;line-height:1}.pf-wrapped__glance-label{text-transform:uppercase;letter-spacing:.08em;color:var(--pf-text-muted);margin-top:8px;font-size:.85rem;font-weight:700}.pf-wrapped__glance-highlight{border:1px solid var(--pf-border);background:#ffffff0d;border-radius:16px;align-items:center;gap:16px;padding:20px 24px;display:flex}.pf-wrapped__glance-highlight-label{text-transform:uppercase;letter-spacing:.1em;color:var(--pf-text-muted);white-space:nowrap;font-size:.8rem;font-weight:700}.pf-wrapped__glance-highlight-value{color:var(--pf-accent);font-size:1.5rem;font-weight:900}.pf-wrapped:not(.pf-wrapped--dark) .pf-wrapped__glance-item{background:#0000000a}.pf-wrapped:not(.pf-wrapped--dark) .pf-wrapped__glance-highlight{background:#0000000a;border-color:#00000014}.pf-wrapped__insight{justify-content:center;align-items:center;min-height:60vh;display:flex}.pf-wrapped__insight-content{text-align:center;flex-direction:column;align-items:center;gap:16px;max-width:480px;margin:0 auto;display:flex}.pf-wrapped__insight-top-label{text-transform:uppercase;letter-spacing:.15em;color:#ffffffb3;font-size:.85rem;font-weight:700}.pf-wrapped__insight-big-text{letter-spacing:-.03em;word-break:break-word;margin:0;font-size:clamp(2.5rem,10vw,5rem);font-weight:900;line-height:1.1}.pf-wrapped__insight-sub-text{color:#fffc;margin:0;font-size:clamp(1.1rem,3vw,1.5rem);font-weight:600;line-height:1.4}.pf-wrapped__remaining{color:#fffc;font-size:.95rem}.pf-wrapped__remaining-item{margin-bottom:8px}.pf-wrapped__share-card{background:linear-gradient(160deg,#1a1a2e 0%,#16213e 30%,#0f3460 60%,#533483 100%);padding:0;overflow:hidden}.pf-wrapped__share-inner{text-align:center;flex-direction:column;align-items:center;gap:20px;padding:48px 32px;display:flex;position:relative}.pf-wrapped__share-inner:before{content:"";opacity:.3;mix-blend-mode:overlay;pointer-events:none;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E");position:absolute;inset:0}.pf-wrapped__share-header{text-transform:uppercase;letter-spacing:.1em;color:#ffffff80;z-index:1;align-items:center;gap:8px;font-size:.85rem;font-weight:700;display:flex;position:relative}.pf-wrapped__share-header .pf-wrapped__header-dot{width:12px;height:12px}.pf-wrapped__share-avatar{object-fit:cover;border:3px solid var(--pf-accent);z-index:1;border-radius:50%;width:80px;height:80px;position:relative}.pf-wrapped__share-name{color:#fff;z-index:1;margin:0;font-size:1.8rem;font-weight:900;line-height:1.1;position:relative}.pf-wrapped__share-personality{color:var(--pf-accent);z-index:1;font-size:1.2rem;font-weight:800;position:relative}.pf-wrapped__share-stats{z-index:1;grid-template-columns:repeat(3,1fr);gap:16px;width:100%;max-width:360px;margin:8px 0;display:grid;position:relative}.pf-wrapped__share-stat{text-align:center}.pf-wrapped__share-stat-value{color:#fff;font-size:1.8rem;font-weight:900;line-height:1}.pf-wrapped__share-stat-label{text-transform:uppercase;letter-spacing:.08em;color:#ffffff80;margin-top:4px;font-size:.65rem;font-weight:700}.pf-wrapped__share-highlight{color:#ffffffb3;z-index:1;background:#ffffff14;border-radius:20px;padding:8px 20px;font-size:1rem;font-weight:700;position:relative}.pf-wrapped:not(.pf-wrapped--dark){--pf-bg:#f5f0eb;--pf-bg-elevated:#fff;--pf-text:#1a1a1a;--pf-text-muted:#555;--pf-card-bg:#00000008;--pf-border:#0000001a;--pf-grad-hero:linear-gradient(135deg,#9b2797,#4a8fe7);--pf-grad-orange-red:linear-gradient(135deg,#e84430,#f59e0b);--pf-grad-green-blue:linear-gradient(135deg,#16a34a,#2563eb);--pf-grad-purple-pink:linear-gradient(135deg,#7c3aed,#db2777);--pf-grad-yellow-pink:linear-gradient(135deg,#eab308,#db2777);--pf-grad-cyan-blue:linear-gradient(135deg,#06b6d4,#2563eb)}.pf-wrapped:not(.pf-wrapped--dark) .pf-wrapped__header{background:linear-gradient(#f5f0ebf2 0%,#f5f0eb00 100%)}.pf-wrapped:not(.pf-wrapped--dark) .pf-wrapped__section{box-shadow:0 10px 30px #00000026}.pf-wrapped:not(.pf-wrapped--dark) .pf-wrapped__slide--hero{box-shadow:0 20px 40px #0003}.pf-wrapped:not(.pf-wrapped--dark) .pf-wrapped__section--glance{background:var(--pf-bg-elevated);color:var(--pf-text)}.pf-wrapped:not(.pf-wrapped--dark) .pf-wrapped__section--glance .pf-wrapped__section-title{color:var(--pf-text)}.pf-wrapped:not(.pf-wrapped--dark) .pf-wrapped__item{background:#fff3;border:1px solid #ffffff26}.pf-wrapped:not(.pf-wrapped--dark) .pf-wrapped__project-card{background:#ffffff26}.pf-wrapped:not(.pf-wrapped--dark) .pf-wrapped__chip{background:#fff3;border-color:#ffffff26}.pf-wrapped:not(.pf-wrapped--dark) .pf-wrapped__contact-link{background:#ffffff40}.pf-wrapped:not(.pf-wrapped--dark) .pf-wrapped__contact-link:hover{background:#fff6}.pf-wrapped:not(.pf-wrapped--dark) .pf-wrapped__theme-toggle{color:var(--pf-text);background:#00000014}.pf-wrapped:not(.pf-wrapped--dark) .pf-wrapped__theme-toggle:hover{background:#00000026}.pf-wrapped:not(.pf-wrapped--dark) .pf-wrapped__ranking-bar-bg{background:#ffffff4d}.pf-wrapped:not(.pf-wrapped--dark) .pf-wrapped__item-date{color:#ffffffb3}.pf-wrapped:not(.pf-wrapped--dark) .pf-wrapped__slide--hero,.pf-wrapped:not(.pf-wrapped--dark) .pf-wrapped__slide--hero .pf-wrapped__title{color:#fff}.pf-wrapped:not(.pf-wrapped--dark) .pf-wrapped__slide--hero .pf-wrapped__subtitle{color:#ffffffe6}.pf-wrapped:not(.pf-wrapped--dark) .pf-wrapped__section:not(.pf-wrapped__section--glance),.pf-wrapped:not(.pf-wrapped--dark) .pf-wrapped__section:not(.pf-wrapped__section--glance) .pf-wrapped__section-title,.pf-wrapped:not(.pf-wrapped--dark) .pf-wrapped__insight .pf-wrapped__insight-big-text,.pf-wrapped:not(.pf-wrapped--dark) .pf-wrapped__stat-number{color:#fff}.pf-wrapped:not(.pf-wrapped--dark) .pf-wrapped__stat-label{color:#ffffffe6}.pf-wrapped:not(.pf-wrapped--dark) .pf-wrapped__item-title{color:#fff}.pf-wrapped:not(.pf-wrapped--dark) .pf-wrapped__item-subtitle{color:#fffc}.pf-wrapped:not(.pf-wrapped--dark) .pf-wrapped__item-meta{color:#fff9}.pf-wrapped:not(.pf-wrapped--dark) .pf-wrapped__prose{color:#ffffffe6}.pf-wrapped:not(.pf-wrapped--dark) .pf-wrapped__insight-top-label{color:#ffffffb3}.pf-wrapped:not(.pf-wrapped--dark) .pf-wrapped__insight-sub-text{color:#fffc}.pf-wrapped:not(.pf-wrapped--dark) .pf-wrapped__ranking-name{color:#fff}.pf-wrapped:not(.pf-wrapped--dark) .pf-wrapped__ranking-number{color:#fffc}.pf-wrapped:not(.pf-wrapped--dark) .pf-wrapped__slide-bg{opacity:.3}.pf-wrapped--dark{--pf-bg:#000;--pf-bg-elevated:#1a1a1a;--pf-text:#fff;--pf-text-muted:#b3b3b3}
