.header{position:fixed;top:0;left:0;right:0;z-index:100;background:#1a1133bf;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-bottom:1px solid rgba(244,175,71,.12);transition:background .3s}.header-container{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;width:100%;max-width:1560px;margin-inline:auto;min-height:70px;padding:.5rem 5vw}.logo{display:flex;align-items:center;gap:.5rem;flex-shrink:0}.logo-img{display:block;height:52px;width:auto;object-fit:contain;mix-blend-mode:lighten}.nav-desktop{display:flex;align-items:center;gap:.25rem;margin-left:auto;margin-right:1rem}.nav-item{position:relative}.nav-trigger,.nav-link-direct{display:inline-flex;align-items:center;gap:.35rem;padding:.5rem .75rem;color:#ffffffeb;font-size:.9375rem;font-weight:400;white-space:nowrap;border-radius:2px;transition:background .15s,color .15s}.nav-trigger:hover,.nav-item.is-open .nav-trigger,.nav-link-direct:hover{background:#add8e659;color:#fff}.nav-item.is-open .nav-trigger svg{transform:rotate(180deg)}.nav-trigger svg{transition:transform .2s}.nav-dropdown{position:absolute;top:100%;left:0;min-width:220px;padding-top:.35rem;opacity:0;visibility:hidden;transform:translateY(4px);transition:opacity .2s,transform .2s,visibility .2s;pointer-events:none}.nav-item.is-open .nav-dropdown,.nav-item:hover .nav-dropdown{opacity:1;visibility:visible;transform:translateY(0);pointer-events:auto}.nav-dropdown ul{list-style:none;margin:0;padding:.5rem 0;background:#fff;border-radius:2px;box-shadow:0 8px 24px #0000002e}.nav-dropdown-link{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.625rem 1.25rem;color:#333;font-size:.9375rem;font-weight:400;transition:background .15s,color .15s}.nav-dropdown-link:hover{background:#f5f5f5;color:#1a6fb5}.nav-dropdown-link svg{flex-shrink:0;color:#666}.header-actions{display:flex;align-items:center;gap:.75rem}.social-links{display:flex;align-items:center;gap:.875rem}.social-link{display:flex;align-items:center;justify-content:center;color:#ffffffd9;transition:color .2s}.social-link:hover{color:var(--pi-gold)}.icon-btn{display:flex;align-items:center;justify-content:center;color:#fff;padding:.25rem;transition:color .2s}.icon-btn:hover{color:var(--pi-gold)}.menu-toggle,.nav-mobile{display:none}@media(max-width:1024px){.nav-desktop,.social-links{display:none}.menu-toggle{display:flex}.nav-mobile{display:flex;flex-direction:column;gap:0;padding:0 1rem 1rem;border-top:1px solid rgba(255,255,255,.08);background:var(--pi-hero-bg)}.nav-mobile-group{border-bottom:1px solid rgba(255,255,255,.06)}.nav-mobile-trigger{display:flex;align-items:center;justify-content:space-between;width:100%;padding:.875rem 0;color:#ffffffeb;font-size:.9375rem;text-align:left}.nav-mobile-trigger.is-expanded svg{transform:rotate(180deg)}.nav-mobile-trigger svg{transition:transform .2s}.nav-mobile-submenu{list-style:none;padding:0 0 .75rem 1rem;margin:0}.nav-mobile-sublink{display:flex;align-items:center;justify-content:space-between;gap:.5rem;padding:.5rem 0;color:#ffffffbf;font-size:.875rem}.nav-mobile-sublink:hover{color:var(--pi-gold)}.nav-mobile .nav-link-direct{display:block;padding:.875rem 0;border-bottom:1px solid rgba(255,255,255,.06)}}@media(max-width:640px){.header-container{min-height:56px;padding:.5rem 1rem;gap:.75rem}.logo-img{height:38px}.header-actions{gap:.5rem}.icon-btn{padding:.35rem}}.hero{position:relative;background:transparent;overflow:hidden}.hero-container{position:relative;z-index:1;display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:2rem;width:100%;max-width:1560px;margin-inline:auto;padding-top:calc(70px + 3rem);padding-bottom:4rem;padding-inline:5vw;min-height:100vh}.hero-copy{max-width:680px}.hero-copy h1{font-size:clamp(2rem,4.5vw,3.5rem);font-weight:700;line-height:1.15;color:#fff;letter-spacing:-.02em;margin-bottom:1.5rem}.hero-highlight{background:#ffffff2e;padding:.05em .2em;border-radius:2px}.hero-subtitle{font-size:clamp(1.0625rem,1.8vw,1.25rem);line-height:1.6;color:#ffffffe0;margin-bottom:2.25rem;max-width:580px}.hero-cta{display:inline-flex;align-items:center;gap:.625rem;padding:.95rem 1.75rem;border:2px solid var(--pi-gold);color:var(--pi-gold);font-size:1.0625rem;font-weight:600;background:transparent;transition:background .2s,color .2s}.hero-cta:hover{background:#ffc10714}.hero-media{position:absolute;right:5vw;top:0;bottom:0;width:45%;display:flex;justify-content:flex-end;align-items:flex-end;z-index:1;pointer-events:auto}.hero-media-mobile{display:none}.hero-video-link{position:relative;display:block;width:100%;max-width:560px;height:calc(100% - 70px);margin-bottom:0;background-size:contain;background-position:right bottom;background-repeat:no-repeat;transition:transform .3s cubic-bezier(.34,1.56,.64,1)}.hero-video-link:hover{transform:translateY(-8px) scale(1.02)}.hero-youtube-embed{position:relative;width:100%;padding-bottom:56.25%;border-radius:12px;overflow:hidden;box-shadow:0 8px 32px #0000004d}.hero-youtube-embed iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:none}@media(max-width:900px){.hero-container{grid-template-columns:1fr;min-height:auto;padding-top:calc(56px + 2.5rem);padding-bottom:2.5rem;padding-inline:1.25rem;gap:2rem}.hero-copy{max-width:none;display:flex;flex-direction:column;align-items:center}.hero-copy h1{font-size:clamp(1.625rem,6vw,2.25rem);text-align:center}.hero-highlight{display:inline}.hero-subtitle{font-size:1rem;margin-bottom:1.75rem;text-align:center;margin-inline:auto}.hero-cta{display:inline-flex;width:max-content;max-width:100%;margin-inline:auto;justify-content:center;padding:.9rem 1.8rem}.hero-media-desktop{display:none}.hero-media-mobile{position:relative;right:auto;top:auto;bottom:auto;width:100%;display:block;margin-top:.5rem}}@media(min-width:901px){.hero-highlight{background:none;padding:0}}.mining-intro{width:100%;overflow:hidden;background-color:#fff}.mining-intro-banner{position:relative;background-color:#783a8c;padding:5rem 0 7rem;text-align:center;color:#fff}.banner-content{display:flex;flex-direction:column;gap:.5rem;width:min(1560px,90vw);margin-inline:auto;padding:0 5vw}.banner-line{font-size:clamp(1.25rem,2.5vw,2.2rem);line-height:1.3;margin:0}.banner-line.bold-text{font-weight:700;color:#fff}.banner-line.light-text{font-weight:300;color:#ffffffd9;margin-top:.5rem}.wave-divider{position:absolute;left:0;right:0;bottom:-1px;width:100%;height:80px;line-height:0;z-index:2}.wave-divider svg{display:block;width:100%;height:100%}.mining-intro-solution{background:#fff;padding:6rem 0 7rem;color:#111}.solution-grid{display:grid;grid-template-columns:1.1fr .9fr;align-items:center;gap:5rem;width:min(1560px,90vw);margin-inline:auto;padding:0 5vw}.solution-content{max-width:580px}.solution-title{font-size:clamp(2rem,4vw,3rem);font-weight:700;line-height:1.2;color:var(--pi-purple);margin-bottom:1.5rem;letter-spacing:-.01em}.solution-desc{font-size:clamp(1.0625rem,1.8vw,1.25rem);line-height:1.6;color:#4a4a4a;margin-bottom:2.5rem}.solution-btn{display:inline-flex;align-items:center;gap:.75rem;background-color:var(--pi-purple);color:#fff;padding:1rem 2rem;border-radius:8px;font-size:1.0625rem;font-weight:600;box-shadow:0 4px 18px #6b2d8b40;transition:transform .2s,box-shadow .2s,background-color .2s}.solution-btn:hover{background-color:#552170;transform:translateY(-2px);box-shadow:0 8px 24px #6b2d8b59}.btn-arrow{font-size:1.2rem;transition:transform .2s}.solution-btn:hover .btn-arrow{transform:translate(4px)}.solution-visual{position:relative;width:100%;max-width:520px;height:520px;margin-inline:auto;display:flex;justify-content:center;align-items:center}.phone-mockup-wrapper{position:absolute;width:330px;height:auto;transform:translate(-30px);filter:drop-shadow(0 24px 64px rgba(0,0,0,.15))}.phone-mockup-badge{width:100%;height:auto;display:block}.floating-gold-coin{position:absolute;width:360px;height:auto;z-index:5;filter:drop-shadow(0 20px 40px rgba(0,0,0,.25));animation:float 6s ease-in-out infinite;transform:translate(30px)}@keyframes float{0%{transform:translateY(0) translate(30px)}50%{transform:translateY(-15px) translate(30px)}to{transform:translateY(0) translate(30px)}}.solution-cards-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2.5rem;margin-top:6rem;width:100%;max-width:1560px;margin-inline:auto;padding:0 5vw}.solution-card{background:#fff;border-radius:16px;padding:4.5rem 3rem;text-align:center;box-shadow:0 16px 48px #0000000a;border:1px solid rgba(0,0,0,.03);transition:transform .3s ease,box-shadow .3s ease;display:flex;flex-direction:column;align-items:center;min-height:400px;justify-content:center}.solution-card:hover{transform:translateY(-6px);box-shadow:0 24px 64px #00000012}.solution-card-icon{color:var(--pi-purple);margin-bottom:2rem;display:flex;align-items:center;justify-content:center;transition:transform .3s ease}.solution-card:hover .solution-card-icon{transform:scale(1.1)}.solution-card h3{font-size:1.6rem;font-weight:700;color:#111;margin-bottom:1.25rem;letter-spacing:-.01em}.solution-card p{font-size:1.125rem;line-height:1.6;color:#666;margin:0}@media(max-width:900px){.mining-intro-banner{padding:4rem 0 5rem}.banner-line{font-size:clamp(1.125rem,4.5vw,1.625rem)}.wave-divider{height:40px}.mining-intro-solution{padding:4rem 0 5rem}.solution-grid{grid-template-columns:1fr;gap:3.5rem;text-align:center}.solution-content{max-width:none;display:flex;flex-direction:column;align-items:center}.solution-btn{padding:.9rem 1.8rem}.solution-visual{height:400px;max-width:360px}.phone-mockup-wrapper{width:210px}.floating-gold-coin{width:220px}.solution-cards-grid{grid-template-columns:1fr;gap:2rem;margin-top:4rem}.solution-card{padding:2.5rem 2rem}}.sticky-download{position:fixed;bottom:0;left:0;right:0;z-index:200;background:#fff;box-shadow:0 -8px 32px #00000014;padding:1.25rem 0;border-radius:24px 24px 0 0;border-top:1px solid rgba(0,0,0,.04)}.sticky-download-inner{display:flex;align-items:center;justify-content:space-between;gap:2rem;width:100%;max-width:1560px;margin-inline:auto;padding-inline:5vw}.sticky-download-text{display:flex;flex-direction:column;gap:.25rem;min-width:0}.sticky-download-text strong{font-size:1.125rem;font-weight:700;color:#111;letter-spacing:-.01em}.sticky-download-text span{font-size:.9375rem;color:#666}.sticky-download-btn{flex-shrink:0;padding:.8rem 2.2rem;background:#f4af47;color:#1a1133;font-weight:700;font-size:1rem;border-radius:6px;transition:transform .2s ease,background-color .2s ease;box-shadow:0 4px 16px #f4af4740}.sticky-download-btn:hover{background:#e59e35;transform:translateY(-2px);box-shadow:0 6px 20px #f4af4759}@media(max-width:600px){.sticky-download{padding:1rem 0;border-radius:16px 16px 0 0}.sticky-download-inner{gap:1rem}.sticky-download-text strong{font-size:.9375rem}.sticky-download-text span{font-size:.8125rem}.sticky-download-btn{padding:.6rem 1.25rem;font-size:.875rem}}.download{background:linear-gradient(135deg,#7f368d,#4a3d88);border:none;padding:6rem 0;color:#fff;overflow:hidden}.download-grid{display:grid;grid-template-columns:1fr 1.1fr;gap:5rem;align-items:center;width:min(1560px,90vw);margin-inline:auto;padding:0 5vw}.download-visual{display:flex;justify-content:center;align-items:center;width:100%}.download-app-mockup{width:100%;max-width:360px;height:auto;display:block;filter:drop-shadow(0 32px 64px rgba(0,0,0,.3));transition:transform .3s ease}.download-app-mockup:hover{transform:translateY(-6px)}.download-content{display:flex;flex-direction:column;justify-content:center}.download-title{font-size:clamp(1.8rem,3.5vw,2.6rem);font-weight:700;line-height:1.25;color:#f4af47;margin-bottom:1.5rem;letter-spacing:-.01em}.download-desc{color:#ffffffe6;margin-bottom:2.5rem;font-size:clamp(1.0625rem,1.8vw,1.2rem);line-height:1.6;max-width:600px}.store-badges{display:flex;flex-wrap:wrap;gap:1.25rem}.store-badge-link{display:inline-block;border-radius:8px;overflow:hidden}.store-badges img{height:54px;width:auto;display:block;transition:transform .2s ease,opacity .2s ease}.store-badges a:hover img{transform:translateY(-2px);opacity:.95}@media(max-width:900px){.download{padding:4rem 0}.download-grid{grid-template-columns:1fr;gap:3.5rem;text-align:center}.download-visual{order:2}.download-app-mockup{max-width:320px}.download-content{order:1;align-items:center}.download-desc{margin-inline:auto}.store-badges{justify-content:center}.store-badges img{height:48px}}.marketplace-white-page{background-color:#fff;color:#000;min-height:100vh;width:100%;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;padding-bottom:100px;position:relative}.marketplace-nav-top{position:sticky;top:0;left:0;right:0;z-index:210;background-color:#792582;color:#fff;display:flex;align-items:center;justify-content:space-between;padding:.95rem 1.5rem;box-shadow:0 2px 6px #0000000d;width:100%}.nav-top-back{background:none;border:none;color:#fff;font-size:1.35rem;font-weight:400;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:.2rem .4rem;transition:opacity .2s}.nav-top-back:hover{opacity:.8}.nav-top-title{display:flex;align-items:center;gap:.35rem;font-size:.95rem;font-weight:600}.nav-top-logo-circle{width:20px;height:20px;background-color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;overflow:hidden;padding:2px}.logo-pi-img{width:100%;height:100%;object-fit:contain;display:block}.marketplace-content-wrapper{padding:1.5rem 1rem;max-width:430px;margin-inline:auto;width:100%}.marketplace-welcome{display:flex;align-items:center;justify-content:center;gap:.5rem;margin-top:1rem;margin-bottom:2rem}.welcome-logo-circle{width:24px;height:24px;background-color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;overflow:hidden;box-shadow:0 2px 4px #e49e3026;padding:2px}.welcome-pi-img{width:100%;height:100%;object-fit:contain;display:block}.marketplace-welcome h2{font-size:1.15rem;font-weight:700;color:#e49e30;margin:0;letter-spacing:-.01em}.marketplace-grid-section{margin-bottom:3rem}.grid-section-title{font-size:.95rem;font-weight:700;color:#555;margin-top:0;margin-bottom:1.75rem;letter-spacing:-.01em}.core-apps-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem .5rem}@media(min-width:768px){.core-apps-grid{grid-template-columns:repeat(4,1fr);gap:1.25rem .75rem}}.core-app-item{display:flex;flex-direction:column;align-items:center;text-align:center;gap:.4rem;cursor:pointer}.core-app-icon-box{width:44px;height:44px;border:1.5px solid #8c4ca4;border-radius:11px;display:flex;align-items:center;justify-content:center;color:#8c4ca4;background-color:#fff;transition:transform .2s ease,background-color .2s ease;overflow:hidden}.core-app-img-icon{width:100%;height:100%;object-fit:cover;display:block}.core-app-item:hover .core-app-icon-box{transform:scale(1.05);background-color:#faf5fc}.core-app-icon-box svg{width:20px;height:20px;display:block;stroke-width:1.5}.core-app-name{font-size:.72rem;font-weight:600;color:#8c4ca4}.third-party-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}.third-party-card{background-color:#fff;border:1px solid #e8e8e8;border-radius:14px;overflow:hidden;box-shadow:0 4px 16px #00000008;display:flex;flex-direction:column;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.third-party-card:hover{transform:translateY(-3px);box-shadow:0 6px 20px #0000000f}.card-preview-banner{height:120px;padding:.85rem 1.25rem;display:flex;flex-direction:column;justify-content:space-between;position:relative;background-size:cover;background-position:center;background-repeat:no-repeat}.card-preview-banner:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:#0003;z-index:1}.badge-tag{align-self:flex-start;font-size:.65rem;font-weight:700;padding:.2rem .45rem;border-radius:4px;text-transform:uppercase;z-index:2}.tag-staked-app,.tag-staked-service{background-color:#f4af47;color:#1a1133}.banner-pi-brand{display:flex;align-items:center;gap:.25rem;color:#fff;align-self:flex-end;z-index:2}.banner-pi-symbol{width:16px;height:16px;background-color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;overflow:hidden;padding:1.5px}.banner-pi-img{width:100%;height:100%;object-fit:contain;display:block}.banner-pi-text{font-size:.72rem;font-weight:600}.card-body-row{display:flex;align-items:center;padding:.85rem 1rem;gap:.75rem;border-top:1px solid #f1f5f9}.card-app-logo{width:40px;height:40px;border-radius:8px;object-fit:cover;border:1px solid #e8e8e8;display:block}.card-app-meta{flex:1;min-width:0}.card-app-title-row{display:flex;align-items:center;gap:.3rem}.card-app-title-row h4{font-size:.88rem;font-weight:700;color:#111;margin:0}.app-badge-m{background-color:#8c4ca4;color:#fff;font-size:.6rem;font-weight:700;padding:.05rem .25rem;border-radius:3px;line-height:1}.card-app-desc{font-size:.75rem;color:#777;margin:.1rem 0 0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.card-app-staked{text-align:right;display:flex;flex-direction:column;align-items:flex-end;gap:.02rem;font-size:.8rem}.card-app-staked strong{font-weight:700}.staked-arrow{font-weight:700;font-size:.7rem}.staked-red{color:#e11d48}.staked-green{color:#10b981}.marketplace-tab-bar{position:fixed;bottom:0;left:0;right:0;width:100%;z-index:220;background-color:#fff;border-top:1px solid #ececec;display:flex;justify-content:space-around;padding:.85rem 1.5rem;box-shadow:0 -4px 16px #0000000a}.tab-item{display:flex;flex-direction:column;align-items:center;gap:.25rem;background:none;border:none;color:#8c8c8c;font-size:.75rem;font-weight:600;cursor:pointer;transition:color .2s ease;padding:.25rem 1rem}.tab-icon{width:22px;height:22px;stroke-width:2;display:block}.tab-item.active,.tab-item:hover{color:#792582}@media(max-width:600px){.marketplace-content-wrapper{padding:.75rem}}.wallet-unlock-page{background-color:#fff;color:#000;min-height:100vh;width:100%;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif}.wallet-nav-top{position:sticky;top:0;left:0;right:0;z-index:210;background-color:#792582;color:#fff;display:flex;align-items:center;justify-content:space-between;padding:.95rem 1.5rem;box-shadow:0 2px 6px #0000000d;width:100%}.wallet-header-icon{width:20px;height:20px;stroke:#fff;display:block}.wallet-unlock-content{display:flex;flex-direction:column;align-items:center;padding:2.5rem 1rem}.wallet-card-container{width:100%;max-width:430px;margin-inline:auto;display:flex;flex-direction:column;gap:1rem}.passphrase-textarea{width:100%;height:190px;border:1px solid #d1d5db;border-radius:10px;padding:1.25rem;font-size:1rem;line-height:1.5;color:#111;outline:none;resize:none;font-family:inherit;transition:border-color .2s ease}.passphrase-textarea:focus{border-color:#792582}.passphrase-textarea::placeholder{color:#777}.btn-unlock-passphrase,.btn-unlock-fingerprint{width:100%;padding:.8rem 1.5rem;font-size:.95rem;font-weight:600;border-radius:8px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:opacity .2s ease,transform .1s ease}.btn-unlock-passphrase:active,.btn-unlock-fingerprint:active{transform:scale(.99)}.btn-unlock-passphrase{background-color:#fff;border:1.5px solid #792582;color:#792582}.btn-unlock-passphrase:hover{background-color:#7925820a}.btn-unlock-fingerprint{background-color:#792582;border:none;color:#fff}.btn-unlock-fingerprint:hover{opacity:.9}.wallet-fingerprint-error{color:#ef4444;font-size:.88rem;font-weight:600;text-align:center;margin:.25rem 0;animation:fadeIn .2s ease-in-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(-3px)}to{opacity:1;transform:translateY(0)}}.wallet-warning-notes{margin-top:1rem;font-size:.82rem;line-height:1.6;color:#555;display:flex;flex-direction:column;gap:.75rem}.wallet-warning-notes p{margin:0}.wallet-link-purple{color:#792582;text-decoration:underline;font-weight:600}.wallet-link-purple:hover{opacity:.8}.footer{border-top:1px solid rgba(255,255,255,.05);padding:5rem 0;background-color:#222;color:#fff}.footer-grid{display:grid;grid-template-columns:1.1fr 1.1fr .8fr;gap:4rem;align-items:flex-start;width:min(1560px,90vw);margin-inline:auto;padding:0 5vw}.footer-links-column{display:flex;flex-direction:column;gap:1.15rem}.footer-links-column a{color:#ffffffa6;font-size:1.0625rem;line-height:1.4;text-decoration:none;transition:color .2s ease;width:fit-content}.footer-links-column a:hover{color:#f4af47}.footer-brand-side{display:flex;justify-content:flex-end;align-items:flex-start;width:100%}.footer-logo-img{width:100%;max-width:250px;height:auto;display:block;opacity:.95;transition:opacity .2s ease}.footer-logo-img:hover{opacity:1}@media(max-width:900px){.footer{padding:4rem 0}.footer-grid{grid-template-columns:1fr;gap:3rem;text-align:center}.footer-links-column{align-items:center}.footer-brand-side{justify-content:center;margin-top:1rem}.footer-logo-img{max-width:200px}}.site-main{padding-top:0}.hero-header-group{position:relative;overflow:hidden}.hero-header-bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;pointer-events:none}.hero-header-bg img{width:100%;height:100%;object-fit:cover;object-position:center right}.hero-header-group>.hero{position:relative;z-index:1}@media(max-width:900px){.site-main{padding-bottom:5rem}.hero-header-bg img{object-position:75% center}}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--pi-gold: #ffc107;--pi-gold-dark: #e6ac00;--pi-orange: #f0a020;--pi-hero-bg: #2e1a47;--pi-purple: #6b2d8b;--pi-purple-deep: #3d1a52;--pi-bg: #1a1133;--pi-surface: #241540;--pi-text: #f5f0fa;--pi-muted: #a89bb8;--pi-border: rgba(244, 175, 71, .2);--radius: 12px;--radius-lg: 20px;font-family:Inter,system-ui,-apple-system,sans-serif;line-height:1.6;color:var(--pi-text);background-color:var(--pi-bg);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}html{scroll-behavior:smooth}body{min-width:320px;overflow-x:hidden}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}button{font:inherit;cursor:pointer;border:none;background:none}.container{width:100%;max-width:1560px;margin-inline:auto;padding-inline:5vw}.section{padding:5rem 0}.section-title{font-size:clamp(1.75rem,4vw,2.5rem);font-weight:700;text-align:center;margin-bottom:.75rem}.section-subtitle{text-align:center;color:var(--pi-muted);max-width:560px;margin:0 auto 3rem}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.875rem 1.75rem;border-radius:999px;font-weight:600;transition:transform .2s,box-shadow .2s,background .2s}.btn-primary{background:linear-gradient(135deg,var(--pi-gold),var(--pi-gold-dark));color:#1a0f00;box-shadow:0 4px 24px #f4af4759}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 32px #f4af4773}.btn-outline{border:2px solid var(--pi-gold);color:var(--pi-gold)}.btn-outline:hover{background:#f4af471a}body.marketplace-active{background-color:#fff;color:#000}
