*{margin:0;padding:0;box-sizing:border-box}
html{scroll-behavior:smooth}
body{font-family:'Open Sans',sans-serif;color:#ffffff;min-height:100vh;overflow-x:hidden}
img{display:block;max-width:100%}
a{color:#fc7a57;text-decoration:none}
body{background:#003049}
.pi-grid{min-height:100vh;display:grid;grid-template-columns:1fr 2fr 1fr;grid-template-rows:auto 1fr auto;gap:1rem;padding:1.5rem;position:relative}
.pi-deco1{grid-column:1;grid-row:1 / span 2;background:linear-gradient(180deg,#004a6f 0%,transparent 100%);border-radius:16px;opacity:.5}
.pi-deco2{grid-column:3;grid-row:1 / span 2;background:linear-gradient(180deg,transparent 0%,#004a6f 100%);border-radius:16px;opacity:.5}
.pi-deco3{grid-column:1 / span 3;grid-row:3;height:4px;background:linear-gradient(90deg,transparent 0%,#fc7a57 50%,transparent 100%);opacity:.3;border-radius:2px}
.pi-center{grid-column:2;grid-row:1 / span 2;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:2rem}
.pi-pic{width:84px;height:84px;border-radius:20px;margin-bottom:1.5rem;box-shadow:0 8px 30px rgba(252,122,87,0.3);animation:pi-spin 4s linear infinite}
.pi-h{font-family:'Poppins',sans-serif;font-size:2.4rem;font-weight:800;color:#fc7a57;margin-bottom:.5rem}
.pi-tag{font-size:1.2rem;font-weight:600;margin-bottom:1rem;opacity:.9}
.pi-body{font-size:1rem;line-height:1.65;opacity:.6;margin-bottom:2rem;max-width:400px}
.pi-enter{display:flex;gap:.5rem;width:100%;max-width:380px}
.pi-addr{flex:1;padding:.8rem 1rem;border:1px solid rgba(252,122,87,0.3);background:rgba(255,255,255,.05);color:#ffffff;border-radius:12px;font-size:.9rem;outline:none}
.pi-addr:focus{border-color:#fc7a57}
.pi-addr::placeholder{color:rgba(255,255,255,.35)}
.pi-go{padding:.8rem 1.4rem;background:#fc7a57;color:#003049;border:none;border-radius:12px;font-weight:700;cursor:pointer;white-space:nowrap}
.pi-go:hover{box-shadow:0 6px 20px rgba(252,122,87,0.3)}
.pi-done{color:#fc7a57;font-size:.85rem;margin-top:1rem;display:none}
.pi-end{grid-column:1 / span 3;grid-row:4;text-align:center;padding-top:1rem;font-size:.78rem;opacity:.3}
@keyframes pi-spin{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}
@media(max-width:768px){.pi-grid{grid-template-columns:1fr}.pi-deco1,.pi-deco2,.pi-deco3{display:none}.pi-center{grid-column:1;grid-row:1}.pi-enter{flex-direction:column}.pi-go{width:100%}}

/* ===== Extended layout for enriched index ===== */
.pi-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 2rem;background:rgba(0,0,0,.25);position:sticky;top:0;z-index:50;backdrop-filter:blur(8px)}
.pi-brand-wrap{display:flex;align-items:center;gap:.6rem}
.pi-logo{width:40px;height:40px;border-radius:10px}
.pi-brand{font-family:'Poppins',sans-serif;font-size:1.3rem;font-weight:800;color:#fc7a57}
.pi-nav{display:flex;gap:1.5rem}
.pi-nav-link{color:rgba(255,255,255,.7);font-size:.95rem;font-weight:600;transition:color .2s}
.pi-nav-link:hover,.pi-nav-link.pi-active{color:#fc7a57}
.pi-hero{padding:5rem 2rem 4rem;text-align:center;background:linear-gradient(135deg,#004a6f 0%,#003049 100%);clip-path:polygon(0 0,100% 0,100% 85%,0 100%)}
.pi-hero-inner{max-width:760px;margin:0 auto}
.pi-hero-title{font-family:'Poppins',sans-serif;font-size:2.4rem;font-weight:800;line-height:1.3;margin-bottom:1.2rem;color:#fff}
.pi-hero-sub{font-size:1.05rem;line-height:1.7;opacity:.7;margin-bottom:2.2rem}
.pi-hero .pi-enter{margin:0 auto}
.pi-stats{display:flex;flex-wrap:wrap;justify-content:center;gap:2rem;padding:3rem 2rem;background:rgba(252,122,87,.04)}
.pi-stat{display:flex;flex-direction:column;align-items:center;min-width:120px}
.pi-stat-num{font-family:'Poppins',sans-serif;font-size:2rem;font-weight:800;color:#fc7a57}
.pi-stat-label{font-size:.85rem;opacity:.6;margin-top:.3rem}
.pi-section{padding:4rem 2rem;max-width:1000px;margin:0 auto}
.pi-section-title{font-family:'Poppins',sans-serif;font-size:1.8rem;font-weight:800;text-align:center;margin-bottom:.6rem}
.pi-section-desc{text-align:center;opacity:.6;font-size:.95rem;margin-bottom:2.5rem;max-width:600px;margin-left:auto;margin-right:auto}
.pi-alt{background:rgba(255,255,255,.02);max-width:none}
.pi-alt .pi-section-title,.pi-alt .pi-section-desc{padding-left:2rem;padding-right:2rem}
.pi-instruments{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}
.pi-instrument{background:rgba(255,255,255,.04);border:1px solid rgba(252,122,87,.15);border-radius:14px;padding:1.8rem 1.5rem;transition:border-color .2s,transform .2s}
.pi-instrument:hover{border-color:#fc7a57;transform:translateY(-4px)}
.pi-instrument h3{font-family:'Poppins',sans-serif;font-size:1.15rem;font-weight:700;color:#fc7a57;margin-bottom:.5rem}
.pi-instrument p{font-size:.9rem;line-height:1.55;opacity:.6}
.pi-features{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}
.pi-feature{background:rgba(255,255,255,.04);border-radius:14px;padding:1.5rem;text-align:center;border:1px solid rgba(252,122,87,.1)}
.pi-feature h3{font-family:'Poppins',sans-serif;font-size:1.05rem;font-weight:700;color:#fc7a57;margin-bottom:.4rem}
.pi-feature p{font-size:.85rem;line-height:1.5;opacity:.6}
.pi-why{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}
.pi-why-card{background:rgba(255,255,255,.04);border-radius:14px;padding:1.5rem;text-align:center}
.pi-why-card h3{font-family:'Poppins',sans-serif;font-size:1.05rem;font-weight:700;color:#fc7a57;margin-bottom:.4rem}
.pi-why-card p{font-size:.85rem;line-height:1.5;opacity:.6}
.pi-table-wrap{overflow-x:auto;max-width:700px;margin:0 auto}
.pi-market-table{width:100%;border-collapse:collapse}
.pi-market-table th,.pi-market-table td{padding:.75rem 1rem;text-align:center;border-bottom:1px solid rgba(255,255,255,.08)}
.pi-market-table th{color:#fc7a57;font-weight:700;font-size:.85rem}
.pi-market-table td{font-size:.95rem;opacity:.8}
.pi-market-table td:first-child{font-weight:600;color:#fff}
.pi-market-note{text-align:center;font-size:.78rem;opacity:.4;margin-top:1rem}
.pi-news{display:flex;flex-direction:column;gap:1rem;max-width:760px;margin:0 auto}
.pi-news-card{display:flex;flex-direction:column;background:rgba(255,255,255,.04);border:1px solid rgba(252,122,87,.1);border-radius:12px;padding:1.2rem 1.5rem;transition:border-color .2s,transform .2s}
.pi-news-card:hover{border-color:#fc7a57;transform:translateX(4px)}
.pi-news-date{font-size:.78rem;color:#fc7a57;font-weight:600;margin-bottom:.4rem}
.pi-news-title{font-size:1.05rem;font-weight:600;color:#fff;margin-bottom:.3rem}
.pi-news-prev{font-size:.88rem;line-height:1.5;opacity:.6}
.pi-news-all{display:block;text-align:center;margin-top:2rem;color:#fc7a57;font-weight:600}
.pi-pager{display:flex;align-items:center;justify-content:center;gap:1rem;margin-top:2.5rem;flex-wrap:wrap}
.pi-page-btn{display:inline-block;padding:.6rem 1.2rem;background:rgba(252,122,87,.1);border:1px solid rgba(252,122,87,.3);border-radius:8px;color:#fc7a57;font-weight:600;font-size:.9rem;transition:background .2s}
.pi-page-btn:hover{background:rgba(252,122,87,.2)}
.pi-page-info{font-size:.9rem;opacity:.6}
.pi-article{max-width:760px;margin:0 auto}
.pi-article-meta{font-size:.85rem;color:#fc7a57;font-weight:600;margin-bottom:1.5rem}
.pi-article-body{font-size:1rem;line-height:1.85;opacity:.8}
.pi-article-body p{margin-bottom:1.2rem}
.pi-back{display:inline-block;margin-bottom:2rem;color:#fc7a57;font-weight:600;font-size:.9rem}
.pi-loading,.pi-error{text-align:center;opacity:.5;padding:2rem}
.pi-error{color:#fc7a57}
.pi-about{max-width:680px;margin:0 auto;font-size:1rem;line-height:1.75;opacity:.7}
.pi-cta{background:linear-gradient(135deg,#004a6f 0%,#003049 100%);padding:4rem 2rem;text-align:center}
.pi-cta-inner{max-width:560px;margin:0 auto}
.pi-cta-title{font-family:'Poppins',sans-serif;font-size:1.8rem;font-weight:800;margin-bottom:.6rem}
.pi-cta-sub{font-size:.95rem;opacity:.6;margin-bottom:2rem;line-height:1.6}
.pi-cta .pi-enter{margin:0 auto}
.pi-footer{background:#000;padding:2rem;border-top:1px solid rgba(252,122,87,.15)}
.pi-footer-inner{max-width:1000px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem}
.pi-footer-brand{display:flex;align-items:center;gap:.5rem}
.pi-footer-logo{width:32px;height:32px;border-radius:8px}
.pi-footer-nav{display:flex;gap:1.2rem}
.pi-footer-nav a{color:rgba(255,255,255,.6);font-size:.9rem;transition:color .2s}
.pi-footer-nav a:hover{color:#fc7a57}
.pi-credit{font-size:.8rem;opacity:.4}
@media(max-width:600px){
  .pi-enter{flex-direction:column}.pi-go{width:100%}
  .pi-instruments,.pi-features,.pi-why{grid-template-columns:1fr}
  .pi-header{padding:.8rem 1rem}
  .pi-hero{padding:3rem 1.2rem}
  .pi-hero-title{font-size:1.6rem}
  .pi-section{padding:2.5rem 1.2rem}
  .pi-stats{gap:1.2rem;padding:2rem 1rem}
  .pi-footer-inner{flex-direction:column;text-align:center}
}