:root {
  --jp-bg:#07111f;
  --jp-bg-2:#09182a;
  --jp-panel:#0b1a2d;
  --jp-panel-2:#0f2238;
  --jp-line:#293a51;
  --jp-line-strong:#3a516d;
  --jp-text:#f8fafc;
  --jp-muted:#a9b7c9;
  --jp-orange:#ff8a32;
  --jp-cyan:#3ddbd9;
  --jp-white:#fff;
  --jp-danger:#fb7185;
  color-scheme:dark;
  font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
}
* { box-sizing:border-box; }
html { scroll-behavior:smooth; }
body { min-width:320px; margin:0; overflow-x:hidden; background:var(--jp-bg); color:var(--jp-text); }
body::before { position:fixed; z-index:-1; inset:0; content:""; background:radial-gradient(circle at 13% 4%,rgba(61,219,217,.07),transparent 26%),radial-gradient(circle at 78% 3%,rgba(255,138,50,.07),transparent 25%); pointer-events:none; }
a { color:inherit; }
button,input { font:inherit; }
button,a { -webkit-tap-highlight-color:transparent; }
button:focus-visible,a:focus-visible,input:focus-visible { outline:3px solid rgba(61,219,217,.52); outline-offset:3px; }
.jp-visually-hidden,.jp-skip { position:absolute!important; width:1px!important; height:1px!important; padding:0!important; margin:-1px!important; overflow:hidden!important; clip:rect(0,0,0,0)!important; white-space:nowrap!important; border:0!important; }
.jp-skip:focus { position:fixed!important; z-index:200; top:10px; left:10px; width:auto!important; height:auto!important; padding:11px 15px!important; margin:0!important; clip:auto!important; border-radius:8px; background:#fff; color:#07111f; }
.jp-header { position:sticky; z-index:100; top:0; display:grid; grid-template-columns:auto 1fr auto; align-items:center; min-height:88px; padding:0 clamp(22px,4.8vw,72px); border-bottom:1px solid var(--jp-line); background:rgba(7,17,31,.93); backdrop-filter:blur(18px); }
.jp-brand { display:flex; align-items:center; gap:13px; text-decoration:none; }
.jp-brand-logo { position:relative; display:block; width:142px; height:44px; overflow:hidden; flex:0 0 auto; border:1px solid rgba(255,255,255,.1); border-radius:5px; background:#fff; }
.jp-brand-logo img { position:absolute; top:50%; left:50%; display:block; width:142px; height:auto; transform:translate(-50%,-50%); }
.jp-brand>span:last-child { padding-left:13px; border-left:1px solid var(--jp-line-strong); color:#dce7f4; font:700 .8rem/1.2 Manrope,sans-serif; }
.jp-primary-nav { display:flex; justify-content:center; gap:clamp(16px,2.4vw,36px); }
.jp-primary-nav a { position:relative; padding:31px 0 28px; color:#ced8e5; font-size:.92rem; font-weight:600; text-decoration:none; }
.jp-primary-nav a:hover,.jp-primary-nav a[aria-current="page"] { color:#fff; }
.jp-primary-nav a[aria-current="page"]::after { position:absolute; right:0; bottom:0; left:0; height:3px; border-radius:3px 3px 0 0; background:var(--jp-orange); content:""; }
.jp-account { display:flex; align-items:center; gap:10px; min-width:156px; padding:9px 11px; border:1px solid var(--jp-line); border-radius:12px; background:rgba(255,255,255,.025); text-decoration:none; }
.jp-account:hover { border-color:var(--jp-line-strong); background:rgba(255,255,255,.045); }
.jp-account-avatar { display:grid; width:34px; height:34px; flex:0 0 auto; place-items:center; border:1px solid rgba(61,219,217,.55); border-radius:50%; background:#102a3c; color:#e9ffff; font-size:.72rem; font-weight:800; }
.jp-account-copy { display:flex; min-width:0; flex:1; flex-direction:column; }
.jp-account-copy small { color:var(--jp-muted); font-size:.63rem; }
.jp-account-copy strong { overflow:hidden; max-width:120px; font-size:.78rem; text-overflow:ellipsis; white-space:nowrap; }
.jp-account svg { width:17px; height:17px; fill:none; stroke:currentColor; stroke-width:2; }
.jp-menu-button,.jp-mobile-nav { display:none; }
main { width:min(1440px,100%); margin:0 auto; }
.jp-hero { display:grid; grid-template-columns:minmax(0,.86fr) minmax(580px,1.14fr); gap:48px; align-items:center; min-height:610px; padding:34px clamp(24px,4.8vw,72px) 46px; }
.jp-back { display:inline-flex; margin-bottom:46px; color:var(--jp-cyan); font-weight:600; text-decoration:none; }
.jp-back:hover { text-decoration:underline; }
.jp-hero h1 { max-width:680px; margin:0; font:800 clamp(3.2rem,5.2vw,5.4rem)/1 Manrope,sans-serif; letter-spacing:-.058em; text-wrap:balance; }
.jp-hero-copy>p { max-width:670px; margin:26px 0 0; color:#c0ccdb; font-size:clamp(1rem,1.4vw,1.2rem); line-height:1.72; }
.jp-hero-actions { display:flex; flex-wrap:wrap; gap:14px; margin-top:34px; }
.jp-button { display:inline-flex; min-height:52px; align-items:center; justify-content:center; gap:14px; padding:0 22px; border:1px solid var(--jp-line-strong); border-radius:9px; background:transparent; color:#fff; font-size:.9rem; font-weight:800; text-decoration:none; }
.jp-button:hover { transform:translateY(-1px); border-color:var(--jp-cyan); }
.jp-button-primary { border-color:var(--jp-orange); background:var(--jp-orange); color:#16100b; }
.jp-button-primary:hover { border-color:#ffa560; background:#ffa05b; }
.jp-button-secondary { color:var(--jp-cyan); }
.jp-product-preview { overflow:hidden; border:1px solid var(--jp-line-strong); border-radius:16px; background:rgba(7,17,31,.72); box-shadow:0 28px 80px rgba(0,0,0,.28); }
.jp-preview-top { display:flex; min-height:72px; align-items:center; justify-content:space-between; gap:16px; padding:12px 18px; border-bottom:1px solid var(--jp-line); }
.jp-preview-vendor { display:flex; align-items:center; gap:10px; }
.jp-preview-vendor img { width:38px; height:30px; object-fit:contain; padding:4px; border-radius:6px; background:#fff; }
.jp-preview-vendor strong { font-size:.8rem; }
.jp-preview-tabs { display:flex; gap:8px; }
.jp-preview-tabs button { min-height:40px; padding:0 11px; border:0; border-bottom:2px solid transparent; background:transparent; color:var(--jp-muted); font-size:.76rem; font-weight:700; cursor:pointer; }
.jp-preview-tabs button[aria-selected="true"] { border-color:var(--jp-cyan); color:var(--jp-cyan); }
.jp-preview-body { display:grid; grid-template-columns:205px 1fr; min-height:408px; }
.jp-preview-body aside { display:flex; flex-direction:column; gap:6px; padding:22px 15px; border-right:1px solid var(--jp-line); background:rgba(9,24,42,.72); }
.jp-preview-body aside>strong { margin:0 8px 13px; font:700 .86rem/1.3 Manrope,sans-serif; }
.jp-preview-body aside>span { display:flex; align-items:center; justify-content:space-between; gap:8px; padding:11px 10px; border-radius:7px; color:var(--jp-muted); font-size:.7rem; }
.jp-preview-body aside>span.is-active { border-left:2px solid var(--jp-cyan); background:#11243a; color:#fff; }
.jp-preview-body aside b { font-size:.62rem; }
.jp-preview-body article { padding:28px 26px; }
.jp-preview-body article>small { color:var(--jp-cyan); font-weight:700; }
.jp-preview-body h2 { max-width:560px; margin:17px 0 10px; font:700 clamp(1.2rem,1.7vw,1.65rem)/1.35 Manrope,sans-serif; letter-spacing:-.02em; }
.jp-preview-body article>p { margin:0 0 18px; color:var(--jp-muted); font-size:.82rem; line-height:1.6; }
.jp-preview-answer { display:flex; gap:12px; align-items:flex-start; margin:9px 0; padding:13px 14px; border:1px solid var(--jp-line); border-radius:8px; color:#cbd6e3; font-size:.76rem; line-height:1.45; }
.jp-preview-answer:first-of-type { border-color:var(--jp-cyan); background:rgba(61,219,217,.035); color:#eefefe; }
.jp-preview-answer span { display:grid; width:20px; height:20px; flex:0 0 auto; place-items:center; border:1px solid currentColor; border-radius:50%; font-size:.61rem; }
.jp-preview-controls { display:flex; justify-content:space-between; gap:12px; margin-top:18px; }
.jp-preview-controls button,.jp-preview-controls a { min-height:40px; padding:0 13px; border:1px solid var(--jp-line-strong); border-radius:7px; background:#0b1a2d; color:#e5eef7; font-size:.72rem; font-weight:700; text-decoration:none; cursor:pointer; }
.jp-preview-controls a { display:inline-flex; align-items:center; border-color:var(--jp-cyan); background:var(--jp-cyan); color:#06131e; }
.jp-preview-explanation { margin-top:14px; padding:12px 14px; border-left:3px solid var(--jp-cyan); border-radius:0 7px 7px 0; background:rgba(61,219,217,.07); color:#cfe8e7; font-size:.72rem; line-height:1.55; }
.jp-logo-rail { overflow:hidden; border-block:1px solid #d9e0e7; background:#f8fafc; }
.jp-logo-list { display:grid; grid-template-columns:repeat(9,minmax(122px,1fr)); gap:0; width:min(1440px,100%); margin:auto; padding:18px clamp(20px,3vw,48px); }
.jp-logo-list span { display:grid; min-height:72px; place-items:center; padding:14px; border-right:1px solid #dde4eb; }
.jp-logo-list span:last-child { border-right:0; }
.jp-logo-list img { display:block; max-width:104px; max-height:42px; object-fit:contain; }
.jp-value { padding:66px clamp(24px,4.8vw,72px); border-bottom:1px solid var(--jp-line); }
.jp-value>div:first-child { display:flex; align-items:end; justify-content:space-between; gap:30px; margin-bottom:34px; }
.jp-value h2,.jp-section-heading h2,.jp-profile-band h2 { margin:0; font:800 clamp(1.9rem,3vw,3rem)/1.08 Manrope,sans-serif; letter-spacing:-.04em; }
.jp-value>div:first-child p { max-width:590px; margin:0; color:var(--jp-muted); line-height:1.6; }
.jp-value-grid { display:grid; grid-template-columns:repeat(3,1fr); }
.jp-value-grid article { display:flex; gap:18px; padding:18px 28px; border-left:1px solid var(--jp-line); }
.jp-value-grid article:first-child { padding-left:0; border-left:0; }
.jp-value-grid article>span { display:grid; width:46px; height:46px; flex:0 0 auto; place-items:center; border:1px solid var(--jp-line-strong); border-radius:9px; color:var(--jp-cyan); font-weight:800; }
.jp-value-grid h3 { margin:2px 0 8px; font:700 1rem/1.25 Manrope,sans-serif; }
.jp-value-grid p { margin:0; color:var(--jp-muted); font-size:.82rem; line-height:1.55; }
.jp-library { padding:72px clamp(24px,4.8vw,72px); scroll-margin-top:100px; }
.jp-section-heading { display:flex; align-items:end; justify-content:space-between; gap:28px; margin-bottom:26px; }
.jp-section-heading h2 span { color:var(--jp-orange); }
.jp-section-heading p { max-width:790px; margin:10px 0 0; color:var(--jp-muted); line-height:1.6; }
.jp-section-heading output { flex:none; color:#cbd6e3; font-size:.86rem; }
.jp-search-wrap { display:grid; gap:18px; margin-bottom:24px; }
.jp-search { position:relative; display:block; }
.jp-search svg { position:absolute; top:18px; left:19px; width:21px; height:21px; fill:none; stroke:var(--jp-muted); stroke-width:1.8; }
.jp-search input { width:100%; height:58px; padding:0 20px 0 54px; border:1px solid var(--jp-line-strong); border-radius:9px; background:#081526; color:#fff; font-size:.95rem; outline:none; }
.jp-search input:focus { border-color:var(--jp-cyan); }
.jp-filters { display:flex; flex-wrap:wrap; gap:10px; }
.jp-filters button { min-height:41px; padding:0 15px; border:1px solid var(--jp-line-strong); border-radius:7px; background:#0a1728; color:#d2dce8; font-size:.78rem; font-weight:700; cursor:pointer; }
.jp-filters button[aria-pressed="true"] { border-color:var(--jp-orange); color:var(--jp-orange); }
.jp-vendor-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); border-top:1px solid var(--jp-line); border-left:1px solid var(--jp-line); }
.jp-vendor-card { display:flex; min-width:0; min-height:222px; flex-direction:column; border-right:1px solid var(--jp-line); border-bottom:1px solid var(--jp-line); background:rgba(9,24,42,.5); }
.jp-vendor-card:hover { background:rgba(15,34,56,.72); }
.jp-vendor-card-main { display:grid; grid-template-columns:112px 1fr; gap:16px; padding:18px; color:inherit; text-decoration:none; }
.jp-vendor-card-main:focus-visible { outline:2px solid var(--jp-cyan); outline-offset:-3px; }
.jp-vendor-logo { display:grid; min-height:100px; place-items:center; padding:14px; border-radius:8px; background:#f8fafc; }
.jp-vendor-logo img { display:block; width:100%; max-height:54px; object-fit:contain; }
.jp-vendor-copy { min-width:0; }
.jp-vendor-copy h3 { margin:4px 0 8px; font:700 1rem/1.25 Manrope,sans-serif; }
.jp-vendor-copy p { min-height:44px; margin:0; color:var(--jp-muted); font-size:.75rem; line-height:1.5; }
.jp-vendor-meta { display:block; margin-top:12px; color:#cad5e2; font-size:.68rem; }
.jp-vendor-meta b { color:var(--jp-cyan); font-weight:700; }
.jp-vendor-actions { display:grid; grid-template-columns:repeat(3,1fr); margin-top:auto; border-top:1px solid var(--jp-line); }
.jp-vendor-actions a { display:flex; min-height:46px; align-items:center; justify-content:center; gap:6px; padding:8px; border-left:1px solid var(--jp-line); color:#d8e2ec; font-size:.68rem; font-weight:700; text-align:center; text-decoration:none; }
.jp-vendor-actions a:first-child { border-left:0; color:var(--jp-cyan); }
.jp-vendor-actions a:hover { background:#10243a; color:#fff; }
.jp-empty { padding:30px; border:1px dashed var(--jp-line-strong); color:var(--jp-muted); text-align:center; }
.jp-profile-band { display:grid; grid-template-columns:auto 1fr auto; gap:22px; align-items:center; margin:0 clamp(24px,4.8vw,72px) 72px; padding:28px 30px; border:1px solid var(--jp-line-strong); border-radius:14px; background:#0a192b; }
.jp-profile-icon { display:grid; width:64px; height:64px; place-items:center; border:2px solid var(--jp-cyan); border-radius:50%; }
.jp-profile-icon svg { width:34px; height:34px; fill:none; stroke:var(--jp-cyan); stroke-width:1.5; }
.jp-profile-band h2 { font-size:1.25rem; letter-spacing:-.02em; }
.jp-profile-band p { margin:7px 0 0; color:var(--jp-muted); line-height:1.55; }
.jp-footer { display:flex; justify-content:space-between; gap:20px; padding:26px clamp(24px,4.8vw,72px); border-top:1px solid var(--jp-line); color:var(--jp-muted); font-size:.78rem; }
.jp-footer a { color:var(--jp-cyan); text-decoration:none; }
@media (max-width:1120px) {
  .jp-header { grid-template-columns:auto 1fr auto; }
  .jp-primary-nav { display:none; }
  .jp-account { justify-self:end; margin-right:52px; }
  .jp-menu-button { position:absolute; right:24px; display:grid; width:40px; height:40px; place-content:center; gap:5px; border:1px solid var(--jp-line); border-radius:9px; background:#0a192b; cursor:pointer; }
  .jp-menu-button span { display:block; width:18px; height:2px; background:#fff; }
  .jp-mobile-nav { position:absolute; top:78px; right:22px; display:grid; min-width:230px; padding:10px; border:1px solid var(--jp-line-strong); border-radius:12px; background:#0a192b; box-shadow:0 22px 60px rgba(0,0,0,.35); }
  .jp-mobile-nav[hidden] { display:none; }
  .jp-mobile-nav a { padding:11px 12px; border-radius:7px; color:#dbe5ef; font-size:.84rem; font-weight:700; text-decoration:none; }
  .jp-mobile-nav a:hover,.jp-mobile-nav a[aria-current="page"] { background:#11243a; color:#fff; }
  .jp-hero { grid-template-columns:1fr; padding-top:52px; }
  .jp-back { margin-bottom:34px; }
  .jp-product-preview { max-width:860px; }
  .jp-logo-list { grid-template-columns:repeat(5,1fr); }
  .jp-logo-list span:nth-child(5) { border-right:0; }
  .jp-logo-list span:nth-child(n+6) { border-top:1px solid #dde4eb; }
  .jp-vendor-grid { grid-template-columns:repeat(2,1fr); }
}
@media (max-width:720px) {
  .jp-header { min-height:74px; padding:0 16px; }
  .jp-brand-logo { width:112px; height:38px; }
  .jp-brand-logo img { width:112px; }
  .jp-brand>span:last-child { display:none; }
  .jp-account { min-width:0; margin-right:46px; padding:7px; border-color:transparent; background:transparent; }
  .jp-account-copy,.jp-account>svg { display:none; }
  .jp-menu-button { right:14px; }
  .jp-mobile-nav { top:68px; right:14px; left:14px; }
  .jp-hero { min-height:0; gap:36px; padding:38px 18px; }
  .jp-back { margin-bottom:30px; font-size:.82rem; }
  .jp-hero h1 { font-size:clamp(2.65rem,13vw,4rem); }
  .jp-hero-copy>p { font-size:.98rem; }
  .jp-hero-actions { flex-direction:column; }
  .jp-button { width:100%; }
  .jp-preview-top { align-items:flex-start; flex-direction:column; }
  .jp-preview-tabs { width:100%; overflow-x:auto; }
  .jp-preview-tabs button { flex:1; }
  .jp-preview-body { grid-template-columns:1fr; }
  .jp-preview-body aside { display:none; }
  .jp-preview-body article { padding:22px 18px; }
  .jp-preview-controls { align-items:stretch; flex-direction:column; }
  .jp-preview-controls button,.jp-preview-controls a { justify-content:center; }
  .jp-logo-list { display:flex; overflow-x:auto; padding:12px; scroll-snap-type:x mandatory; }
  .jp-logo-list span { min-width:132px; min-height:64px; border-top:0!important; scroll-snap-align:start; }
  .jp-value,.jp-library { padding:52px 18px; }
  .jp-value>div:first-child,.jp-section-heading { align-items:flex-start; flex-direction:column; }
  .jp-value-grid { grid-template-columns:1fr; }
  .jp-value-grid article { padding:20px 0; border-top:1px solid var(--jp-line); border-left:0; }
  .jp-value-grid article:first-child { border-top:0; }
  .jp-filters { overflow-x:auto; flex-wrap:nowrap; padding-bottom:4px; }
  .jp-filters button { flex:0 0 auto; }
  .jp-vendor-grid { grid-template-columns:1fr; }
  .jp-vendor-card-main { grid-template-columns:88px 1fr; padding:15px; }
  .jp-vendor-logo { min-height:82px; padding:10px; }
  .jp-vendor-actions a { min-height:50px; padding:8px 4px; font-size:.65rem; }
  .jp-profile-band { grid-template-columns:auto 1fr; margin:0 18px 52px; padding:22px 18px; }
  .jp-profile-icon { width:52px; height:52px; }
  .jp-profile-band .jp-button { grid-column:1/-1; }
  .jp-footer { align-items:flex-start; flex-direction:column; padding-inline:18px; }
}
@media (prefers-reduced-motion:reduce) {
  html { scroll-behavior:auto; }
  * { transition:none!important; }
}
