:root{font-family:Manrope,Segoe UI,system-ui,sans-serif;line-height:1.4;font-weight:400;color:#fff;background-color:#f2f1f6;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{margin:0}body{min-width:320px;min-height:100vh;background:#f2f1f6}button{font-family:inherit}:root{--bg: #f2f1f6;--card: #ffffff;--muted: #9c97a6;--text: #2b2833;--accent: #5a4f93;--accent-2: #6f63b6;--shadow: 0 12px 28px rgba(52, 45, 72, .12);--radius-lg: 26px;--radius-md: 18px}*{box-sizing:border-box}.app{min-height:100vh;background:radial-gradient(1200px 700px at 50% -200px,#e9e6f2 10%,var(--bg) 60%);display:flex;justify-content:center;padding:28px 16px 60px;color:var(--text)}.screen{width:min(520px,100%);display:flex;flex-direction:column;gap:22px;padding-top:190px;padding-bottom:120px}.hero-card{position:relative;height:150px;border-bottom-left-radius:24px;border-bottom-right-radius:24px;overflow:hidden;box-shadow:none;background:linear-gradient(140deg,#00000026,#00000059),linear-gradient(110deg,#fff,#f2f2f2,#fff);width:100vw;margin-left:calc(50% - 50vw);position:fixed;top:0;left:0;z-index:10}.hero-overlay{position:absolute;inset:0;background:radial-gradient(250px 120px at 20% 20%,rgba(255,255,255,.4),transparent 60%),linear-gradient(180deg,#0000001f,#00000073)}.hero-content{position:relative;height:100%;display:flex;align-items:center;gap:18px;padding:22px}.crest{width:80px;height:80px;border-radius:20px;background:#fff;display:grid;place-items:center;color:#4b2b10;font-weight:800;letter-spacing:1px;box-shadow:0 8px 18px #0000001f;overflow:hidden}.crest img{width:80%;height:80%;object-fit:contain;border-radius:16px;background:transparent;padding:8px;display:block}.hero-title{color:#fff;text-transform:uppercase;letter-spacing:1px;font-size:12px;display:flex;flex-direction:column;gap:4px}.hero-title strong{font-size:19px;letter-spacing:2px}.section{display:flex;flex-direction:column;gap:12px}.layout-grid{display:flex;flex-direction:column;gap:22px}.section-title{text-align:center;font-size:16px;letter-spacing:.3px;color:#3b3744}.card{background:var(--card);border-radius:var(--radius-lg);padding:18px;box-shadow:var(--shadow);display:flex;flex-direction:column;gap:14px}.field{display:flex;flex-direction:column;gap:8px}.field-label{font-size:13px;color:var(--muted)}.field-input{background:#f5f4f7;border-radius:999px;padding:12px 16px;display:flex;align-items:center;gap:12px;font-weight:700;letter-spacing:1px}.field-value{font-size:18px;border:none;background:transparent;color:inherit;font-weight:700;letter-spacing:1px;width:100%;outline:none}.icon{width:36px;height:36px;border-radius:12px;background:#e8e3f2;display:grid;place-items:center;color:var(--accent)}.icon svg{width:20px;height:20px;stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.icon.solid svg{fill:currentColor;stroke:none}.icon i{font-size:20px;line-height:1;color:currentColor}.dropdown{display:flex;align-items:center;gap:12px;background:var(--card);border-radius:var(--radius-lg);padding:16px 18px;box-shadow:var(--shadow);border:none;width:100%;text-align:left;cursor:pointer}.load-error{font-size:12px;color:#b24b4b;padding-left:8px}.dropdown-text{flex:1;display:flex;flex-direction:column;gap:4px}.dropdown-title{font-weight:700;font-size:18px}.dropdown-sub{font-size:13px;color:var(--muted)}.toc-card{background:#f7f6f9;border-radius:18px;padding:12px 16px;display:flex;flex-direction:column;gap:6px;color:#59536b;box-shadow:inset 0 0 0 1px #0000000a}.toc-title{font-size:12px;font-weight:600;letter-spacing:.4px;text-transform:uppercase;color:#7a7487}.toc-body{font-size:13px;display:flex;flex-direction:column;gap:2px}.caret{font-size:20px;color:var(--muted)}.modal-backdrop{position:fixed;inset:0;background:#1612248c;display:grid;place-items:center;padding:24px;z-index:20}.modal{width:min(520px,100%);background:#fff;border-radius:22px;padding:18px;box-shadow:0 20px 40px #120e1e40;display:flex;flex-direction:column;gap:14px;max-height:min(70vh,520px)}.modal-header{display:flex;align-items:center;justify-content:space-between;gap:12px}.modal-title{font-size:18px;font-weight:700;color:#2f2b3b}.modal-subtitle{font-size:12px;color:#7a7487}.modal-close{border:none;background:#f2eff8;color:#4b4658;border-radius:999px;padding:6px 14px;font-weight:600;cursor:pointer}.modal-list{display:flex;flex-direction:column;gap:10px;overflow:auto;padding-right:4px}.modal-item{border:none;background:#f7f6f9;border-radius:16px;padding:12px 14px;display:flex;flex-direction:column;gap:4px;text-align:left;cursor:pointer;box-shadow:inset 0 0 0 1px #0000000a}.modal-item.active{background:#ebe7f6;box-shadow:inset 0 0 0 2px #5a4f9359}.modal-item-title{font-size:15px;font-weight:700;color:#2f2b3b}.modal-item-sub{font-size:12px;color:#6f687b}.modal-empty{font-size:13px;color:#7a7487;text-align:center;padding:16px 0}.chips{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.chip{background:#f0eef4;border:none;padding:14px 0;border-radius:18px;font-weight:600;color:#383343;box-shadow:inset 0 0 0 1px #0000000a}.chip.active{background:var(--accent);color:#fff;box-shadow:0 10px 18px #5a4f9340}.chip-muted{grid-column:1 / -1;text-align:center;color:#7a7487}.chip-loading{grid-column:1 / -1;text-align:center;color:#4b4658}.payment{background:var(--accent);color:#fff;padding:16px 18px;border-radius:24px;display:flex;align-items:center;justify-content:space-between;box-shadow:0 14px 24px #5a4f9359;position:relative}.payment-full{width:100%}.payment-info{display:flex;flex-direction:column;gap:4px}.payment-label{font-size:12px;opacity:.85}.payment-amount{font-size:32px;font-weight:700;letter-spacing:1px}.pay-btn{background:#fff;color:var(--accent);border:none;border-radius:999px;padding:12px 24px;font-weight:700;font-size:18px;box-shadow:inset 0 0 0 2px #5a4f9326}.quote-error{position:absolute;left:18px;bottom:-20px;font-size:12px;color:#b24b4b}.quote-hash{position:absolute;right:18px;bottom:-20px;font-size:11px;color:#ffffffb3}.footer{display:flex;justify-content:center;gap:8px;padding:22px 18px;border-radius:0;background:#d1d0d3;color:#fff;font-weight:600;width:100vw;margin-left:calc(50% - 50vw);position:fixed;bottom:0;left:0;z-index:10}@media(max-width:420px){.screen{gap:18px;padding-top:170px;padding-bottom:110px}.hero-card{height:150px}.chips{grid-template-columns:repeat(2,1fr)}.payment{flex-direction:column;gap:12px;align-items:flex-start}.pay-btn{align-self:stretch;text-align:center}}@media(min-width:900px){.app{padding:40px 32px 70px}.screen{width:min(920px,100%);gap:28px;padding-top:240px;padding-bottom:140px}.hero-card{height:180px}.section-title{text-align:left;font-size:18px;padding-left:8px}.layout-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}.layout-grid .section{align-self:start}.payment-full{grid-column:1 / -1}.card,.dropdown,.payment{border-radius:28px}.field-input{padding:14px 18px}.field-value{font-size:20px}.chips{grid-template-columns:repeat(3,1fr)}.payment{padding:20px 24px}.payment-amount{font-size:36px}}.index-container{--jp-purple: #59518d;--jp-purple-deep: #433c70;--jp-purple-soft: #756bab;--jp-cream: #f6f9f9;min-height:100vh;padding:28px 20px 72px;background:radial-gradient(circle at top left,rgba(117,107,171,.2),transparent 32%),radial-gradient(circle at top right,rgba(89,81,141,.18),transparent 28%),linear-gradient(180deg,#f8fafc,#eef4f5);color:#102033;font-family:Space Grotesk,Segoe UI,sans-serif}.index-shell{max-width:1180px;margin:0 auto;display:grid;gap:28px}.hero-section{position:relative;overflow:hidden;display:grid;gap:26px;padding:36px;border-radius:32px;background:linear-gradient(135deg,#433c70f5,#59518deb),linear-gradient(135deg,#433c70,#756bab);color:var(--jp-cream);box-shadow:0 28px 60px #0f172a29}.hero-section:after{content:"";position:absolute;inset:auto -10% -38% auto;width:280px;height:280px;border-radius:999px;background:radial-gradient(circle,rgba(246,249,249,.2),transparent 68%);pointer-events:none}.hero-copy{position:relative;z-index:1;max-width:760px}.hero-badge{display:inline-flex;align-items:center;gap:8px;padding:8px 14px;border-radius:999px;background:#f6f9f924;color:#f6f9f9e0;font-size:.84rem;letter-spacing:.04em;text-transform:uppercase}.hero-copy h1{margin:18px 0 14px;font-size:clamp(2.3rem,4vw,4rem);line-height:1.02;letter-spacing:-.04em}.hero-copy p{max-width:660px;margin:0;color:#f6f9f9d1;font-size:1.02rem;line-height:1.72}.hero-actions{display:flex;flex-wrap:wrap;gap:14px;margin-top:26px}.primary-btn,.secondary-btn,.site-action{border:none;border-radius:16px;font:inherit;cursor:pointer;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease,background-color .18s ease}.primary-btn,.secondary-btn{display:inline-flex;align-items:center;justify-content:center;min-height:52px;padding:0 22px;text-decoration:none;font-weight:700}.primary-btn{background:var(--jp-cream);color:var(--jp-purple);box-shadow:0 16px 30px #433c703d}.secondary-btn{background:#f6f9f914;color:var(--jp-cream);border:1px solid rgba(246,249,249,.18)}.primary-btn:hover,.secondary-btn:hover,.site-action:hover{transform:translateY(-1px)}.hero-stats{position:relative;z-index:1;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.stat-card{padding:18px 20px;border-radius:22px;background:#f6f9f91a;border:1px solid rgba(246,249,249,.12);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.stat-card strong{display:block;margin-top:8px;font-size:1.8rem;letter-spacing:-.04em}.stat-label{display:block;color:#f6f9f9c2;font-size:.9rem}.download-panel{position:relative;z-index:1;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.store-badge{display:flex;align-items:center;gap:14px;padding:16px 18px;border-radius:20px;background:#fffffff5;color:#102033;text-decoration:none;box-shadow:0 18px 40px #090e1924}.store-icon{display:inline-flex;align-items:center;justify-content:center;width:46px;height:46px;border-radius:14px;background:var(--jp-purple);color:var(--jp-cream);flex-shrink:0}.store-icon svg{width:24px;height:24px;fill:currentColor}.store-copy{display:flex;flex-direction:column;gap:2px}.store-copy strong{font-size:1rem}.store-caption{font-size:.82rem;color:#64748b;text-transform:uppercase;letter-spacing:.05em}.directory-section{padding:34px;border-radius:32px;background:#ffffffe6;border:1px solid rgba(148,163,184,.18);box-shadow:0 24px 50px #0f172a14;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.section-header{display:flex;justify-content:space-between;align-items:flex-end;gap:20px;margin-bottom:20px}.section-kicker{display:inline-block;margin-bottom:10px;color:#ea580c;font-size:.82rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.section-header h2{margin:0;font-size:clamp(1.8rem,2.4vw,2.5rem);line-height:1.06}.section-header p{margin:8px 0 0;color:#475569;line-height:1.7}.site-toolbar{display:grid;grid-template-columns:minmax(0,1fr) 220px;gap:12px;margin-bottom:12px}.search-field,.filter-field{display:flex;align-items:center;gap:10px;min-height:50px;padding:0 14px;border-radius:18px;background:#f8fafc;border:1px solid #dbe4ec}.search-field input,.filter-field select{width:100%;border:none;outline:none;background:transparent;color:#102033;font:inherit}.search-field input::placeholder{color:#64748b}.search-icon{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;color:#64748b;flex-shrink:0}.search-icon svg{width:18px;height:18px;fill:currentColor}.filter-field span{color:#64748b;font-size:.82rem;font-weight:700;white-space:nowrap;text-transform:uppercase;letter-spacing:.04em}.toolbar-summary{margin-bottom:18px;color:#64748b;font-size:.9rem}.toolbar-summary strong{color:#102033}.directory-state{padding:22px;border-radius:22px;background:#f8fafc;border:1px solid #dbe4ec;color:#475569}.directory-state.error{background:#fff7ed;border-color:#fdba74;color:#9a3412}.site-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.site-card{overflow:hidden;border-radius:28px;background:#fff;border:1px solid #e2e8f0;box-shadow:0 18px 42px #0f172a14}.site-card-banner{position:relative;min-height:148px;padding:18px;display:flex;align-items:flex-start;justify-content:flex-start;background:linear-gradient(180deg,#0f172a0f,#0f172aad),linear-gradient(135deg,#0f172a,#1d4ed8);background-size:cover;background-position:center}.site-type-pill{display:inline-flex;align-items:center;min-height:34px;padding:0 14px;border-radius:999px;background:#ffffff29;color:#f8fafc;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);font-size:.82rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase}.site-card-body{display:grid;gap:18px;padding:22px}.site-brand{display:grid;grid-template-columns:auto 1fr;gap:14px;align-items:center}.site-brand h3{margin:0;font-size:1.15rem;line-height:1.35}.site-subtitle{margin:6px 0 0;color:#64748b;font-size:.92rem}.site-logo,.site-logo-fallback{width:60px;height:60px;border-radius:18px;object-fit:cover;background:#f8fafc;border:1px solid #dbe4ec}.site-logo-fallback{display:inline-flex;align-items:center;justify-content:center;color:#ea580c;font-weight:800;letter-spacing:.06em}.site-toc{min-height:74px;margin:0;color:#334155;font-size:.92rem;line-height:1.7;white-space:pre-line}.site-card-actions{display:flex;flex-wrap:wrap;gap:12px}.site-action{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 18px;text-decoration:none;font-weight:700;font-size:.92rem}.site-action.primary{background:#102033;color:#f8fafc}.site-action.secondary{background:#fff7ed;color:#c2410c;border:1px solid #fdba74}@media(max-width:980px){.hero-stats,.download-panel{grid-template-columns:1fr}.site-grid,.site-toolbar{grid-template-columns:repeat(2,minmax(0,1fr))}.search-field{grid-column:1 / -1}.section-header{flex-direction:column;align-items:stretch}}@media(max-width:720px){.index-container{padding-inline:14px}.hero-section,.directory-section{padding:24px;border-radius:24px}.hero-actions,.site-card-actions,.site-toolbar{flex-direction:column}.primary-btn,.secondary-btn,.site-action,.search-field,.filter-field{width:100%}.site-brand{grid-template-columns:1fr}.site-logo,.site-logo-fallback{width:72px;height:72px}.site-grid,.site-toolbar{grid-template-columns:1fr}}.payment-result-page{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:24px;background:linear-gradient(135deg,#eff6ff,#dbeafe)}.payment-result-card{width:100%;max-width:520px;background:#fff;border-radius:20px;padding:32px 24px;box-shadow:0 16px 40px #00000014;text-align:center}.status-icon{width:72px;height:72px;margin:0 auto 20px;border-radius:999px;display:flex;align-items:center;justify-content:center;font-size:32px;font-weight:700}.status-icon.success{background:#dcfce7;color:#16a34a}.status-icon.failed{background:#fee2e2;color:#dc2626}.status-icon.pending{background:#fef3c7;color:#d97706}.payment-result-card h1{margin:0 0 10px;font-size:28px;color:#0f172a}.payment-description{margin:0 0 10px;color:#475569;font-size:16px}.payment-message{margin:0 0 24px;color:#64748b;font-size:14px}.payment-details{margin-top:24px;border-top:1px solid #e2e8f0;padding-top:16px;text-align:left}.detail-row{display:flex;justify-content:space-between;gap:16px;padding:12px 0;border-bottom:1px solid #f1f5f9}.detail-row span{color:#64748b;font-size:14px}.detail-row strong{color:#0f172a;font-size:14px;text-align:right;word-break:break-word}.text-success{color:#16a34a!important;text-transform:capitalize}.text-failed{color:#dc2626!important;text-transform:capitalize}.text-pending{color:#d97706!important;text-transform:capitalize}.payment-actions{display:flex;gap:12px;justify-content:center;flex-wrap:wrap;margin-top:28px}.primary-btn,.secondary-btn{text-decoration:none;padding:12px 18px;border-radius:12px;font-weight:600;transition:.2s ease}.primary-btn{background:#2563eb;color:#fff}.primary-btn:hover{background:#1d4ed8}.secondary-btn{background:#e2e8f0;color:#0f172a}.secondary-btn:hover{background:#cbd5e1}
