
:root, .short-theme, .lp-shell, body {
  --short-ink: var(--color-text-main);
  --short-muted: var(--color-text-muted);
  --short-lime: var(--color-primary);
  --short-line: var(--color-card-border);
  --short-glass: var(--color-card-bg);

  --lp-bg: transparent;
  --lp-paper: var(--color-card-bg);
  --lp-ink: var(--color-text-main);
  --lp-muted: var(--color-text-muted);
  --lp-line: var(--color-card-border-subtle);
  --lp-green: var(--color-primary-dark);
  --lp-accent: var(--color-primary);
  --lp-soft: var(--color-primary-soft);
}

:root {
  --theme-bg-image: url('../level/sky.png');
  --theme-bg-size: cover;
  --theme-bg-pos: center top;
  --theme-bg-repeat: no-repeat;
  --theme-bg-attachment: fixed;
}

body.short-theme {
  background-color: var(--color-bg-page, #a8d8f8) !important;
  background-image: url('../level/sky.png') !important;
  background-attachment: var(--theme-bg-attachment, fixed) !important;
  background-size: var(--theme-bg-size, cover) !important;
  background-position: var(--theme-bg-pos, center top) !important;
  background-repeat: var(--theme-bg-repeat, no-repeat) !important;
  background-blend-mode: var(--theme-bg-blend, normal) !important;
  color: var(--color-text-main, #0b1a2b) !important;
}

[data-theme-mode="dark"] body.short-theme {
  background-image: var(--theme-bg-image, none) !important;
}

@media (max-width: 760px) {
  body.short-theme {
    background-position: 26% 0 !important;
    background-repeat: repeat-y !important;
    background-size: auto 850px !important;
    background-attachment: scroll !important;
  }
}

.short-pill.short-lime, .lp-button.lp-button-dark, .short-lime {
  background: var(--color-primary) !important;
  color: var(--color-primary-text) !important;
}
.short-pill.short-lime:hover, .lp-button.lp-button-dark:hover, .short-lime:hover {
  background: var(--color-primary-hover) !important;
  color: var(--color-primary-text) !important;
}

.short-deployment-count {
  background: var(--color-hero-banner-count-bg) !important;
  color: var(--color-hero-banner-count-text) !important;
}

.short-deployment-body {
  background: var(--color-hero-banner-body-bg) !important;
}

.short-float-a {
  background: var(--color-float-block-a-bg) !important;
  color: var(--color-float-block-a-text) !important;
}
.short-float-b {
  background: var(--color-float-block-b-bg) !important;
  color: var(--color-float-block-b-text) !important;
}
.short-float-c {
  background: var(--color-float-block-c-bg) !important;
  color: var(--color-float-block-c-text) !important;
}

.short-glass, .lp-wizard, .lp-catalog, .lp-create-preview, .budget-card, .trade-card, .vault-card, .terminal-side, .terminal-list {
  background: var(--color-card-bg) !important;
  border-color: var(--color-card-border) !important;
  color: var(--color-text-main) !important;
}

.short-nav {
  color: var(--color-nav-text) !important;
}
.short-nav-links a {
  color: var(--color-nav-text) !important;
}
.short-nav-links a:hover, .short-nav-links a[aria-current="page"] {
  color: var(--color-primary) !important;
}

.short-footer {
  background: var(--color-footer-bg) !important;
  border-color: var(--color-footer-border) !important;
}

.lp-tabs button.is-active, .market-filters button[aria-pressed="true"] {
  background: var(--color-primary) !important;
  color: var(--color-primary-text) !important;
}

.lp-steps li.is-active {
  color: var(--color-primary-dark) !important;
}
.lp-steps li.is-active > span {
  background: var(--color-primary-soft) !important;
  color: var(--color-primary-dark) !important;
  border-color: var(--color-primary) !important;
}

.lp-deploy-slot.is-live {
  border-color: var(--color-primary) !important;
  background: var(--color-primary-soft) !important;
  color: var(--color-primary-dark) !important;
}
.lp-deploy-slot.is-live .lp-deploy-pulse {
  background: var(--color-primary) !important;
}

.trade-card .route-action, .desk-primary {
  background: var(--color-primary) !important;
  color: var(--color-primary-text) !important;
}

*{box-sizing:border-box}html{background:var(--cream);scroll-behavior:smooth}body{background:var(--cream);color:var(--ink);margin:0;font:500 14px/1.5 Manrope,Arial,sans-serif}button,a,input{font:inherit}button{cursor:pointer}a{color:inherit;text-decoration:none}.game-shell{min-height:100vh;overflow:hidden}.game-nav{border-bottom:1px solid var(--line);z-index:10;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#f8f5eeed;align-items:center;gap:36px;height:78px;padding:0 clamp(20px,5vw,72px);display:flex;position:sticky;top:0}.game-logo{letter-spacing:-.04em;align-items:center;gap:10px;font:800 12px/.9 Manrope;display:flex}.game-logo i{background:var(--ink);width:37px;height:37px;color:var(--lime);border-radius:50%;place-items:center;font:italic 900 21px/1 Fraunces,serif;display:grid}.game-nav nav{gap:24px;margin-left:auto;font-size:12px;font-weight:800;display:flex}.game-nav nav a{border-bottom:2px solid #0000;padding:7px 0}.game-nav nav a:hover{border-color:var(--red)}.game-status{color:var(--muted);align-items:center;gap:7px;font:500 11px/1 DM Mono,monospace;display:flex}.game-status span{background:#b3b9c2;border-radius:50%;width:7px;height:7px}.game-status span.online{background:#f06a0a;box-shadow:0 0 0 4px #ffe0c2}.game-nav>button{background:var(--ink);color:var(--paper);border:0;border-radius:999px;padding:11px 17px;font-size:11px;font-weight:800}.game-notice{z-index:30;background:var(--ink);color:#fff;border:0;border-radius:9px;padding:13px 18px;font:500 11px DM Mono;position:fixed;bottom:26px;right:26px;box-shadow:0 13px 35px #19223b44}.home-hero{background:radial-gradient(circle at 70% 40%,#ffe2ca 0 18%,#0000 19%),linear-gradient(112deg,#f8f5ee 0 56%,#ff8a25 56% 100%);grid-template-columns:minmax(0,1.05fr) minmax(420px,.95fr);gap:30px;min-height:635px;padding:clamp(55px,8vw,125px) clamp(22px,7vw,110px) 72px;display:grid}.hero-copy{z-index:1;position:relative}.eyebrow{color:var(--red);letter-spacing:.1em;margin:0;font:700 10px/1.2 DM Mono}.hero-copy h1,.page-heading h1{letter-spacing:-.08em;margin:25px 0 0;font:900 clamp(52px,7vw,112px)/.82 Fraunces,Georgia,serif}.hero-copy h1 em,.page-heading h1 em{color:var(--red);font-style:italic}.intro{max-width:440px;margin:35px 0;font-size:15px;line-height:1.75}.hero-actions{align-items:center;gap:22px;display:flex}.hero-actions a:first-child{background:var(--ink);color:#fff;border-radius:999px;align-items:center;gap:22px;padding:15px 19px;font-size:11px;font-weight:800;display:inline-flex}.hero-actions a:first-child b{color:var(--lime);font-size:18px}.hero-actions a:last-child{text-underline-offset:5px;font-size:11px;font-weight:800;text-decoration:underline}.hero-orb{align-self:center;min-height:380px;position:relative}.orbit{border:1px solid #7892af;border-radius:50%;position:absolute;inset:10% 8%;transform:rotate(-26deg)}.orbit-b{inset:27% -7%;transform:rotate(28deg)}.ball{background:var(--red);color:var(--paper);letter-spacing:-.1em;border-radius:50%;place-items:center;font:900 clamp(45px,6vw,76px)/1 Fraunces;display:grid;position:absolute;inset:21% 25%;box-shadow:inset -22px -20px #d74836,18px 22px #7ba6d7}.ball small{letter-spacing:.15em;font:700 9px DM Mono;position:absolute;bottom:24%}.orb-note{background:#f9f7f0cc;border:1px solid #7d9abb;border-radius:8px;padding:12px 14px;font:500 10px/1.5 DM Mono;position:absolute;transform:rotate(-5deg)}.note-a{top:12%;left:0}.note-b{bottom:4%;right:1%;transform:rotate(5deg)}.score-strip{border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:var(--paper);grid-template-columns:1.5fr repeat(3,1fr);display:grid}.score-strip div{border-right:1px solid var(--line);flex-direction:column;justify-content:center;min-height:135px;padding:22px clamp(16px,3vw,46px);display:flex}.score-strip div:last-child{border:0}.score-strip small,.watch-stats span,.budget-card>span,.vault-card>span{color:var(--muted);letter-spacing:.08em;font:500 9px DM Mono}.score-strip strong{letter-spacing:-.07em;margin-top:9px;font:800 clamp(20px,2.4vw,34px)/1 Manrope}.score-strip div:first-child strong{color:var(--red);font:900 45px/1 Fraunces}.score-strip span{color:var(--muted);margin-top:5px;font-size:11px}.home-story{background:var(--sky);grid-template-columns:125px 1.5fr 1fr;gap:45px;padding:120px clamp(22px,8vw,130px);display:grid}.story-stamp{color:var(--red);letter-spacing:-.1em;font:900 64px/.75 Fraunces}.story-stamp span{color:var(--ink);letter-spacing:.06em;margin-top:15px;font:700 10px/1.25 DM Mono;display:block}.home-story h2{letter-spacing:-.07em;margin:18px 0 0;font:900 clamp(30px,4vw,58px)/.95 Fraunces}.home-story>p{align-self:end;margin:0;font-size:14px;line-height:1.8}.home-cards{grid-template-columns:1fr 1fr;display:grid}.home-cards article{flex-direction:column;min-height:410px;padding:54px clamp(25px,6vw,100px);display:flex}.home-cards span{letter-spacing:.1em;font:700 10px DM Mono}.home-cards h3{letter-spacing:-.08em;margin:33px 0 0;font:900 clamp(42px,5vw,72px)/.85 Fraunces}.home-cards article>b{letter-spacing:-.12em;margin-top:auto;font:900 clamp(80px,11vw,160px)/.7 Fraunces}.home-cards p{color:#384158;max-width:300px;margin:22px 0;font-size:13px;line-height:1.7}.home-cards a{text-underline-offset:6px;font-size:11px;font-weight:800;text-decoration:underline}.onchain-card{background:var(--yellow)}.offchain-card{background:var(--blue)}.page-main{max-width:1380px;margin:0 auto;padding:clamp(55px,8vw,110px) clamp(20px,5vw,72px) 90px}.page-heading{grid-template-columns:1.4fr .6fr;align-items:end;gap:50px;margin-bottom:65px;display:grid}.page-heading h1{margin-top:18px;font-size:clamp(50px,6.4vw,100px)}.page-heading>p:last-child{max-width:390px;margin:0 0 7px;font-size:14px;line-height:1.85}.page-heading.split{grid-template-columns:1fr 1fr}.featured{border:1px solid var(--ink);background:var(--paper);grid-template-columns:1.2fr 1fr .74fr;min-height:370px;display:grid}.featured>div{border-right:1px solid var(--ink);padding:38px}.featured>div:last-child{border:0}.featured-symbol span,.featured-price small,.pressure-wheel small,.roster-head{letter-spacing:.08em;font:700 9px DM Mono}.featured-symbol h2{color:var(--red);letter-spacing:-.13em;margin:44px 0 0;font:900 110px/.75 Fraunces}.featured-symbol p{color:var(--muted);margin:16px 0;font-size:12px}.featured-symbol button{color:#476b98;text-underline-offset:5px;background:0 0;border:0;margin-top:34px;font:500 10px DM Mono;text-decoration:underline}.featured-price{background:var(--lime);flex-direction:column;display:flex}.featured-price>b{letter-spacing:-.1em;margin:64px 0 12px;font:900 clamp(51px,6vw,90px)/.8 Fraunces}.featured-price>strong{font:700 12px DM Mono}.featured-price div{gap:10px;margin-top:auto;display:grid}.featured-price div span{justify-content:space-between;font-size:10px;display:flex}.featured-price div b{font-family:DM Mono}.pressure-wheel{background:var(--ink);color:var(--paper);text-align:center;flex-direction:column;justify-content:center;display:flex}.pressure-wheel b{border:15px solid var(--red);letter-spacing:-.08em;border-radius:50%;place-items:center;width:180px;height:180px;margin:24px auto;font:900 38px/.8 Fraunces;display:grid}.pressure-wheel span{color:#b8c5d9;font-size:10px}.roster{border-top:2px solid var(--ink);margin-top:65px}.roster-head{color:var(--muted);justify-content:space-between;padding:18px 0;display:flex}.roster article{border-top:1px solid var(--line);grid-template-columns:60px 100px minmax(180px,1fr) 100px 120px 70px;align-items:center;gap:20px;min-height:86px;padding:0 16px;display:grid}.roster article.selected{background:var(--lime)}.roster article>span{color:var(--muted);font:500 11px DM Mono}.roster strong{font:900 25px/1 Fraunces}.roster p{color:var(--muted);margin:0;font-size:12px}.roster article>b{font:800 18px Manrope}.roster article small{color:var(--muted);font:500 9px DM Mono}.roster a{text-underline-offset:4px;font:800 10px DM Mono;text-decoration:underline}.watch-stats{border:1px solid var(--ink);grid-template-columns:repeat(3,1fr);display:grid}.watch-stats div{border-right:1px solid var(--ink);background:var(--paper);min-height:135px;padding:22px 28px}.watch-stats div:last-child{border:0}.watch-stats b{letter-spacing:-.1em;margin-top:20px;font:900 51px/.8 Fraunces;display:block}.watch-table{border-top:2px solid var(--ink);margin-top:55px}.watch-table header,.watch-table article{grid-template-columns:80px minmax(220px,1.6fr) 1fr 1fr 80px 115px;align-items:center;gap:15px;padding:0 16px;display:grid}.watch-table header{min-height:47px;color:var(--muted);letter-spacing:.07em;font:500 9px DM Mono}.watch-table article{border-top:1px solid var(--line);min-height:76px}.watch-table article>span{color:var(--muted);font:500 10px DM Mono}.watch-table strong{color:var(--red);font:900 20px/1 Fraunces;display:block}.watch-table small{color:var(--muted);margin-top:6px;font-size:10px;display:block}.watch-table article>b{font:500 12px DM Mono}.reconcile,.current{letter-spacing:.05em;font:700 9px DM Mono}.reconcile{color:var(--red)}.current{color:#a94300}.route-grid{border:1px solid var(--ink);background:var(--paper);grid-template-columns:.9fr 1.1fr .78fr;align-items:stretch;display:grid}.route-grid>*{border-right:1px solid var(--ink);padding:32px}.route-grid>:last-child{border:0}.budget-card{background:var(--blue);flex-direction:column;display:flex}.budget-card>b{letter-spacing:-.1em;margin:75px 0 20px;font:900 clamp(60px,7vw,92px)/.8 Fraunces}.budget-card p{margin-top:auto;font-size:11px;line-height:1.8}.budget-line{background:#93b9e2;border-radius:9px;height:10px;margin-top:25px;overflow:hidden}.budget-line i{background:var(--red);height:100%;display:block}.trade-card header{justify-content:space-between;align-items:center;font:900 27px Fraunces;display:flex}.trade-card header i{color:var(--red);font-style:normal}.trade-card label{color:var(--muted);justify-content:space-between;margin-top:55px;font:500 9px DM Mono;display:flex}.trade-card label b{color:var(--red)}.amount-input{border-bottom:2px solid var(--ink);align-items:end;display:flex}.amount-input input{letter-spacing:-.08em;background:0 0;border:0;outline:0;width:100%;font:900 70px/.95 Fraunces}.amount-input span{margin-bottom:12px;font:500 12px DM Mono}.trade-card>p{justify-content:space-between;font-size:11px;display:flex}.presets{grid-template-columns:repeat(3,1fr);gap:7px;margin-top:28px;display:grid}.presets button,.network-link{border:1px solid var(--line);background:var(--paper);color:var(--ink);border-radius:5px;padding:10px;font:700 10px DM Mono}.route-action{background:var(--ink);color:#fff;border:0;border-radius:999px;width:100%;margin-top:30px;padding:17px;font:800 11px Manrope}.network-link{width:100%;margin-top:10px}.vault-card{background:var(--ink);color:var(--paper);flex-direction:column;display:flex}.vault-card>strong{color:var(--lime);margin:28px 0 35px;font:500 10px DM Mono}.vault-card>div{border-top:1px solid #46516a;justify-content:space-between;padding:14px 0;display:flex}.vault-card small{color:#b9c4d5;font:500 9px DM Mono}.vault-card b{font:500 11px DM Mono}.vault-card a{color:var(--lime);text-underline-offset:5px;margin-top:auto;font:700 10px DM Mono;text-decoration:underline}.game-footer{border-top:1px solid var(--line);color:var(--muted);letter-spacing:.06em;justify-content:space-between;gap:20px;padding:22px clamp(20px,5vw,72px);font:500 9px DM Mono;display:flex}@media (max-width:900px){.game-nav{gap:15px}.game-nav nav{display:none}.game-status{margin-left:auto}.home-hero{grid-template-columns:1fr;padding-bottom:38px}.hero-orb{min-height:310px}.score-strip{grid-template-columns:1fr 1fr}.score-strip div{border-bottom:1px solid var(--line)}.home-story{grid-template-columns:80px 1fr;gap:25px}.home-story>p{grid-column:2}.featured,.route-grid{grid-template-columns:1fr}.featured>div,.route-grid>*{border-right:0;border-bottom:1px solid var(--ink)}.featured>div:last-child,.route-grid>:last-child{border:0}.roster article{grid-template-columns:40px 80px 1fr 80px}.roster article small,.roster article a{display:none}.page-heading{grid-template-columns:1fr}.page-heading>p:last-child{margin:0}.watch-table{overflow:auto}.watch-table header,.watch-table article{min-width:730px}.game-footer{flex-wrap:wrap}.home-cards{grid-template-columns:1fr}.home-cards article{min-height:340px}}@media (max-width:560px){.game-nav{height:66px;padding:0 18px}.game-logo i{width:33px;height:33px}.game-status{display:none}.game-nav>button{margin-left:auto}.hero-copy h1,.page-heading h1{font-size:55px}.home-hero{padding:55px 21px}.hero-actions{flex-direction:column;align-items:flex-start}.home-story{padding:65px 21px;display:block}.story-stamp{margin-bottom:30px}.home-story>p{margin-top:28px}.score-strip{display:block}.score-strip div{border-right:0;min-height:105px}.home-cards article{padding:38px 25px}.page-main{padding:58px 20px}.page-heading{margin-bottom:42px}.featured-symbol h2{font-size:88px}.pressure-wheel b{width:150px;height:150px}.roster{overflow:auto}.roster article{min-width:600px}.watch-stats{grid-template-columns:1fr}.watch-stats div{border-right:0;border-bottom:1px solid var(--ink)}.game-footer{gap:11px;display:grid}.route-grid>*{padding:25px}.budget-card>b{margin:55px 0 15px}.amount-input input{font-size:56px}}.candle-logo{background:var(--ink);border-radius:9px;justify-content:center;align-items:flex-end;gap:3px;width:42px;height:42px;padding:7px 6px;display:flex!important}.game-logo .candle-logo i{background:var(--lime);width:5px;height:auto;font:inherit;border-radius:1px;display:block;position:relative}.game-logo .candle-logo i:before{content:"";background:var(--lime);width:1px;height:calc(100% + 10px);position:absolute;top:-5px;left:2px}.game-logo .candle-logo i:first-child{height:8px}.game-logo .candle-logo i:nth-child(2){height:13px}.game-logo .candle-logo i:nth-child(3){height:18px}.game-logo .candle-logo i:nth-child(4){background:var(--red);height:24px}.game-logo .candle-logo i:nth-child(4):before{background:var(--red)}.infra-hero{background:linear-gradient(112deg,#f8f5ee 0 56%,#d9e9ff 56% 100%)}.rail-map{align-self:center;min-height:420px;position:relative}.rail-source,.rail-core,.broker-node{z-index:2;background:#fffdf8;border:1px solid #6d7e97;border-radius:10px;flex-direction:column;padding:16px;display:flex;position:absolute;box-shadow:7px 8px #8fb1dc}.rail-source{width:180px;top:44px;left:0}.rail-source.right{top:58px;left:auto;right:0}.rail-source span,.rail-core small,.rail-source small,.broker-node small{color:var(--muted);font:500 8px/1.5 DM Mono}.rail-source b{margin:9px 0 4px;font:800 16px/1 Manrope}.rail-core{background:var(--ink);color:#fff;width:150px;box-shadow:8px 9px 0 var(--red);text-align:center;align-items:center;top:175px;left:50%;transform:translate(-50%)}.rail-core .candle-logo{background:0 0}.rail-core strong{margin:9px 0 3px;font:900 32px/1 Fraunces}.rail-line{z-index:1;transform-origin:0;background:#5877a0;height:2px;position:absolute}.rail-line.one{width:230px;top:135px;left:150px;transform:rotate(21deg)}.rail-line.two{width:210px;top:220px;left:52%;transform:rotate(-35deg)}.broker-node{background:var(--yellow);width:125px;font:800 12px Manrope;bottom:12px;left:25%;box-shadow:6px 7px #d7ab32}.origin-section{background:var(--ink);color:#fff;grid-template-columns:1.25fr .75fr;gap:70px;padding:105px clamp(22px,8vw,130px);display:grid}.origin-section h2{color:var(--lime);letter-spacing:-.07em;margin:22px 0 30px;font:900 clamp(35px,5vw,72px)/.95 Fraunces}.origin-section a{text-underline-offset:6px;font:700 10px DM Mono;text-decoration:underline}.origin-section>p{color:#bec9d8;align-self:end;margin:0;font-size:14px;line-height:1.9}.pipeline{background:#edf4ff;grid-template-columns:1.2fr 1fr;gap:0;padding:100px clamp(22px,7vw,110px);display:grid}.pipeline header{grid-row:1/4;padding-right:70px}.pipeline h2{letter-spacing:-.07em;margin:20px 0 0;font:900 clamp(38px,5vw,70px)/.92 Fraunces}.pipeline article{border-top:1px solid #9babbe;grid-template-columns:60px 1fr;gap:20px;padding:27px 0;display:grid}.pipeline article>span{color:var(--red);font:700 11px DM Mono}.pipeline article b{font:800 18px Manrope}.pipeline article p{color:var(--muted);margin:7px 0 0;font-size:12px;line-height:1.7}.rail-explainer{border:1px solid var(--ink);background:var(--paper);grid-template-columns:1fr 60px 1fr;margin-bottom:38px;display:grid}.rail-explainer>div{padding:28px}.rail-explainer>i{border-left:1px solid var(--ink);border-right:1px solid var(--ink);background:var(--yellow);place-items:center;font:900 14px Fraunces;display:grid}.rail-explainer span{color:var(--red);font:700 9px DM Mono}.rail-explainer b{margin-top:18px;font:900 28px/1 Fraunces;display:block}.rail-explainer p{color:var(--muted);margin:12px 0 0;font-size:11px;line-height:1.7}@media (max-width:900px){.rail-map{min-height:390px}.origin-section,.pipeline{grid-template-columns:1fr}.pipeline header{grid-row:auto;padding:0 0 45px}.rail-explainer{grid-template-columns:1fr}.rail-explainer>i{border:0;border-top:1px solid var(--ink);border-bottom:1px solid var(--ink);height:45px}}@media (max-width:560px){.rail-map{min-height:430px}.rail-source{width:145px}.rail-source.right{top:78px}.rail-core{top:210px}.rail-line.one{width:180px;top:145px;left:100px}.rail-line.two{width:140px;top:245px}.origin-section,.pipeline{padding:65px 21px}.infra-hero{background:linear-gradient(165deg,#f8f5ee 0 50%,#d9e9ff 50%)}.game-logo .candle-logo i{width:4px}.candle-logo{width:36px;height:36px}.game-logo>span:last-child{font-size:10px}}.candle-logo{background:#f7f4ee;border:1px solid #c9c6bc;border-radius:10px;flex:none;width:42px;height:42px;padding:0;overflow:hidden;display:block!important}.candle-logo img{object-fit:cover;width:100%;height:100%;display:block;transform:scale(1.3)}.candle-logo .logo-field{fill:var(--ink);stroke:var(--ink);stroke-width:2px}.candle-logo .logo-trend,.candle-logo .logo-arrow{fill:none;stroke:var(--red);stroke-width:2.25px;stroke-linecap:round;stroke-linejoin:round}.candle-logo .logo-candles path{fill:none;stroke:var(--lime);stroke-width:1.5px;stroke-linecap:round}.candle-logo .logo-candles rect{fill:var(--lime)}.game-logo{letter-spacing:.01em;gap:12px}.game-logo>span:last-child{font-size:11px;line-height:.92}.infra-hero{background:linear-gradient(110deg,#f8f5ee 0 55%,#dceaff 55% 100%);grid-template-columns:minmax(0,1.03fr) minmax(500px,.97fr);gap:clamp(35px,5vw,82px)}.infra-hero .hero-copy h1{font-size:clamp(50px,5.25vw,86px);line-height:.86}.rail-map{min-height:0;box-shadow:none;background:#fffdf8bd;border:1px solid #7891ad;align-self:center;padding:30px 28px 24px;position:relative}.rail-map:before,.rail-map:after{content:"";border-style:solid;border-color:var(--red);width:10px;height:10px;position:absolute}.rail-map:before{border-width:3px 0 0 3px;top:-1px;left:-1px}.rail-map:after{border-width:0 3px 3px 0;bottom:-1px;right:-1px}.rail-kicker{color:#52657e;letter-spacing:.1em;align-items:center;gap:9px;margin:0 0 25px;font:700 9px/1 DM Mono;display:flex}.rail-kicker span{background:#f06a0a;border-radius:50%;width:7px;height:7px;box-shadow:0 0 0 4px #dfeebc}.market-rail{grid-template-columns:minmax(118px,1fr) 42px minmax(112px,.9fr) 42px minmax(118px,1fr);align-items:center;display:grid}.rail-source,.rail-core,.broker-node{z-index:2;width:auto;box-shadow:none;text-align:left;display:flex;position:relative;inset:auto;transform:none}.rail-source{background:#fffdf8;border:1px solid #7891ad;border-radius:0;min-height:124px;padding:17px 16px}.rail-source span,.rail-source small,.rail-core small,.broker-node span,.broker-node small{color:#5c6e85;letter-spacing:.04em;font:600 8px/1.45 DM Mono}.rail-source b{letter-spacing:-.07em;margin:auto 0 7px;font:800 clamp(22px,2.1vw,31px)/.9 Manrope}.rail-chain{background:#eef5ff}.rail-connector{z-index:1;background:#7891ad;height:2px;position:relative}.rail-connector:after{content:"";border-top:2px solid #7891ad;border-right:2px solid #7891ad;width:6px;height:6px;position:absolute;top:50%;right:-1px;transform:translateY(-50%)rotate(45deg)}.rail-connector span{color:#6c7b90;letter-spacing:.06em;font:600 7px/1 DM Mono;position:absolute;bottom:8px;left:50%;transform:translate(-50%)}.rail-connector i{display:none}.rail-core{border:2px solid var(--ink);background:var(--ink);color:#fff;text-align:center;border-radius:0;justify-content:center;align-items:center;min-height:154px;padding:17px 12px}.rail-core .candle-logo{border-color:#fff;border-radius:11px;width:58px;height:58px}.rail-core .logo-field{fill:#fff;stroke:#fff}.rail-core .logo-candles path{stroke:var(--ink)}.rail-core .logo-candles rect{fill:var(--ink)}.rail-core strong{letter-spacing:-.06em;margin:12px 0 5px;font:900 31px/.85 Fraunces}.rail-core small{color:#aebbd0;letter-spacing:.1em;font-size:7px}.broker-rail{grid-template-columns:minmax(118px,1fr) 42px minmax(112px,.9fr) 42px minmax(118px,1fr);margin-top:0;display:grid;position:relative}.broker-rail>i{background:#7891ad;grid-column:3;justify-self:center;width:1px;height:34px}.broker-node{background:var(--yellow);min-height:54px;color:var(--ink);border:1px solid #ba9634;border-radius:0;grid-area:2/1/auto/6;grid-template-columns:.8fr 1.15fr 1.25fr;align-items:center;gap:16px;margin:0 54px;padding:11px 16px;font:800 11px/1.1 Manrope;display:grid}.broker-node span,.broker-node small{color:#745d21}.rail-legend{color:#66758a;letter-spacing:.07em;gap:20px;margin-top:22px;font:500 7px/1 DM Mono;display:flex}.rail-legend span{align-items:center;gap:7px;display:flex}.rail-legend i{background:#7891ad;width:16px;height:1px;display:block}.rail-legend span:last-child i{background:var(--red)}@media (max-width:1050px){.infra-hero{grid-template-columns:1fr;gap:55px}.rail-map{justify-self:center;width:min(100%,690px)}}@media (max-width:560px){.game-logo .candle-logo{width:38px;height:38px}.infra-hero{background:linear-gradient(168deg,#f8f5ee 0 49%,#dceaff 49% 100%);gap:42px}.infra-hero .hero-copy h1{font-size:48px;line-height:.88}.rail-map{width:100%;min-height:0;padding:24px 18px 20px}.market-rail{grid-template-columns:1fr;gap:0}.rail-source,.rail-core{width:100%;min-height:96px}.rail-core{min-height:122px}.rail-core .candle-logo{width:54px;height:54px}.rail-connector{justify-self:center;width:2px;height:30px}.rail-connector:after{inset:auto auto -1px 50%;transform:translate(-50%)rotate(135deg)}.rail-connector span{bottom:10px;left:calc(50% + 34px)}.broker-rail{flex-direction:column;align-items:center;display:flex}.broker-rail>i{width:2px;height:30px}.broker-node{text-align:center;grid-template-columns:1fr;gap:5px;width:100%;margin:0}.rail-legend{justify-content:center}}.pump-mark-axis{fill:none;stroke:#657168;stroke-width:1.5px}.pump-mark-bars,.pump-mark-pulse,.pump-mark-arrow{fill:none;stroke:#ff8a25;stroke-linecap:square}.pump-mark-bars{stroke-width:3px}.pump-mark-pulse,.pump-mark-arrow{stroke-width:2.5px;stroke-linejoin:miter}.fee-hero{background:linear-gradient(112deg,var(--cream) 0 56%,#e5eeeb 56% 100%);grid-template-columns:minmax(0,1.08fr) minmax(0,1fr);gap:clamp(32px,5vw,80px);padding-top:70px}.fee-hero .hero-copy h1{letter-spacing:-.07em;font-size:clamp(66px,7.8vw,110px);line-height:.87}.hero-promise{letter-spacing:-.035em;margin:28px 0 14px;font:800 20px/1.4 Manrope,Arial,sans-serif}.fee-hero .intro{max-width:470px;margin:0 0 28px;font-size:14px}.hero-scope{max-width:330px;color:var(--muted);margin:20px 0 0;font-size:11px;line-height:1.6}.fee-map{background:var(--paper);border:1px solid #b5c5be;align-self:center;min-width:0;padding:24px}.fee-map>header{color:#54665d;justify-content:space-between;align-items:center;gap:12px;font:500 9px/1.4 DM Mono,monospace;display:flex}.model-tag{white-space:nowrap;background:#e9eeea;padding:5px 7px;font-size:8px}.fee-map-input{border:1px solid var(--line);flex-direction:column;margin:27px 0 0;padding:20px;display:flex}.fee-map-input>span,.fee-map-budget span{letter-spacing:.045em;font:500 9px/1.5 DM Mono,monospace}.fee-map-input>b{letter-spacing:-.05em;margin:11px 0 7px;font:800 32px/1 Manrope,Arial,sans-serif}.fee-map small{color:var(--muted);font:500 10px/1.5 Manrope,Arial,sans-serif;display:block}.fee-map-rate{color:#94450f;justify-content:center;align-items:center;gap:13px;padding:18px 0;font:500 11px DM Mono,monospace;display:flex}.fee-map-rate i{background:#bccdad;flex:1;height:1px}.fee-map-budget{background:var(--ink);color:var(--paper);align-items:center;gap:17px;padding:23px 19px;display:flex}.fee-map-budget .candle-logo{width:56px;height:56px}.fee-map-budget strong{letter-spacing:-.05em;margin:9px 0;font:800 clamp(25px,3vw,40px)/1 Manrope,Arial,sans-serif;display:block}.fee-map-budget small{color:#c3cdde}.fee-map-split{color:var(--muted);justify-content:center;align-items:center;gap:13px;margin:10px 0;font-size:11px;display:flex}.fee-map-split>span{color:var(--ink);font-size:20px}.fee-map-routes{border:1px solid var(--line);grid-template-columns:1fr 1fr;display:grid}.fee-map-routes>a{flex-direction:column;gap:9px;min-width:0;padding:16px;transition:background .2s;display:flex}.fee-map-routes>a+a{border-left:1px solid var(--line)}.fee-map-routes span{color:var(--muted);font:500 9px DM Mono,monospace}.fee-map-routes b{font-size:13px}.fee-map>footer{color:var(--muted);justify-content:space-between;gap:15px;margin-top:18px;font:500 9px DM Mono,monospace;display:flex}.fee-map>footer b{color:var(--ink)}.continuation-strip{border-block:1px solid var(--line);background:var(--paper);grid-template-columns:1fr 1.65fr 1fr;align-items:center;gap:30px;padding:32px clamp(22px,7vw,110px);display:grid}.continuation-strip>span,.continuation-strip>a{font:500 10px/1.6 DM Mono,monospace}.continuation-strip>span{color:var(--muted)}.continuation-strip>p{margin:0;font-size:17px;line-height:1.5}.continuation-strip>a{text-underline-offset:5px;justify-self:end;text-decoration:underline}.fee-pipeline{background:#edf2eb;scroll-margin-top:95px}.fee-pipeline header>p:last-child{max-width:320px;color:var(--muted);margin-top:26px;line-height:1.8}.fee-pipeline h2 em{color:#9a4e1b}.fee-pipeline article b{font-size:20px}.fee-pipeline article p{font-size:13px}.origin-copy p{color:#c5cedd;margin:0 0 22px;font-size:14px;line-height:1.85}.origin-copy{align-self:center}.fee-origin h2{font-size:clamp(33px,4.4vw,64px);line-height:1.02}.fee-origin h2 em{color:var(--paper)}.fee-origin a{line-height:2}.fee-destinations article{gap:0;min-height:350px}.fee-destinations h3{font-size:clamp(35px,4vw,56px);line-height:1}.nearby-links{flex-wrap:wrap;gap:24px;margin-top:28px;display:flex}.nearby-links a{color:var(--muted);font-size:11px}.game-footer a:hover{text-underline-offset:4px;text-decoration:underline}.desk-nav{border-bottom:1px solid var(--line);background:var(--paper);white-space:nowrap;gap:28px;padding:17px clamp(20px,5vw,72px);font-size:11px;font-weight:700;display:flex;overflow:auto}.desk-nav a{border-bottom:2px solid #0000;padding:5px 0}.terminal-main{max-width:1500px;padding-top:50px}.terminal-heading{grid-template-columns:1.3fr 1fr;align-items:end;gap:50px;margin-bottom:35px;display:grid}.terminal-heading h1{letter-spacing:-.065em;margin:15px 0 0;font:800 clamp(32px,3.8vw,54px)/1.06 Manrope,Arial,sans-serif}.terminal-heading h1 em{color:#8f4b22;font-style:normal}.terminal-heading>p{max-width:385px;color:var(--muted);margin:0;font-size:13px;line-height:1.8}.terminal-metrics{border:1px solid var(--line);background:var(--paper);grid-template-columns:repeat(4,minmax(0,1fr));margin-bottom:30px;display:grid}.terminal-metrics article{min-width:0;padding:22px 20px}.terminal-metrics article+article{border-left:1px solid var(--line)}.terminal-metrics span{color:var(--muted);font:500 9px/1.5 DM Mono,monospace}.terminal-metrics b{letter-spacing:-.05em;margin:15px 0 9px;font:800 30px/1 Manrope,Arial,sans-serif;display:block}.terminal-metrics small{color:var(--muted);font-size:10px;line-height:1.5;display:block}.terminal-workspace{grid-template-columns:minmax(0,1fr) 265px;align-items:start;gap:25px;display:grid}.terminal-list{border:1px solid var(--line);background:var(--paper);min-width:0}.terminal-tools{gap:15px;padding:20px;display:flex}.terminal-tools label{flex-direction:column;gap:8px;min-width:0;display:flex}.terminal-tools label>span{color:var(--muted);font-size:10px;font-weight:700}.terminal-search{flex:1}.terminal-tools input,.terminal-tools select{background:var(--paper);color:var(--ink);border:1px solid #b4bfc5;border-radius:3px;width:100%;min-width:0;padding:11px;font:500 12px Manrope,Arial,sans-serif}.market-filters{flex-wrap:wrap;align-items:center;gap:7px;padding:0 20px 18px;display:flex}.market-filters button{border:1px solid var(--line);color:var(--muted);background:0 0;border-radius:4px;padding:8px 11px;font-size:10px}.market-filters button[aria-pressed=true]{background:var(--ink);color:var(--paper);border-color:var(--ink)}.market-filters>span{color:var(--muted);margin-left:auto;font:500 10px DM Mono,monospace}.terminal-table-scroll{overflow:auto}.terminal-table{border-collapse:collapse;text-align:left;width:100%;min-width:620px}.terminal-table th{border-block:1px solid var(--line);color:var(--muted);background:#f1f3ee;padding:13px 15px;font:500 9px DM Mono,monospace}.terminal-table td{border-bottom:1px solid #e1e4de;padding:15px;font:500 11px DM Mono,monospace}.terminal-table td:first-child{max-width:240px}.terminal-table td strong{font:800 15px Manrope,Arial,sans-serif}.terminal-table td small{color:var(--muted);margin-top:5px;font:500 9px/1.4 Manrope,Arial,sans-serif;display:block}.terminal-table td small.reconcile{color:#ac503c}.terminal-table td a{border:1px solid var(--line);place-items:center;min-width:28px;min-height:30px;display:grid}.path-onchain,.path-broker{white-space:nowrap;color:#9a4e1b;background:#edf3e7;padding:6px 7px;font-size:9px;display:inline-block}.table-note,.terminal-empty{color:var(--muted);margin:0;padding:16px 20px;font-size:10px;line-height:1.6}.terminal-empty{padding:35px 20px;font-size:13px}.terminal-side{background:var(--ink);color:var(--paper);padding:24px}.terminal-side h2{letter-spacing:-.04em;margin:18px 0;font:700 24px/1.15 Manrope,Arial,sans-serif}.terminal-side>p{color:#bac6d6;font-size:12px;line-height:1.8}.terminal-side>div{border-bottom:1px solid #424d65;padding:17px 0;font-size:10px}.terminal-side>div span{color:#a6b5c9;margin-bottom:7px;display:block}.terminal-side>div b{font:500 12px DM Mono,monospace}.terminal-side>a{color:#c7d1de;margin-top:20px;font-size:10px;display:block}.terminal-side>a.desk-primary{background:var(--lime);color:var(--ink);text-align:center;padding:14px 10px;font-weight:800}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible{outline-offset:4px;outline:2px solid #8f4b22}@media (max-width:1100px){.fee-hero{gap:35px;padding-inline:35px}.terminal-workspace{grid-template-columns:1fr}.terminal-side{max-width:none}.terminal-heading{gap:25px}.terminal-metrics b{font-size:26px}}@media (max-width:900px){.game-nav{flex-wrap:wrap;gap:14px;height:auto;min-height:78px;padding-block:14px}.game-nav .game-logo{margin-right:auto}.game-nav nav{white-space:nowrap;order:5;gap:24px;width:100%;margin:0;font-size:11px;display:flex;overflow:auto}.fee-hero{grid-template-columns:1fr;gap:40px;padding:50px 28px}.fee-hero .hero-copy h1{font-size:85px}.fee-map{justify-self:center;width:100%;max-width:600px}.continuation-strip{grid-template-columns:1fr;gap:15px}.continuation-strip>a{justify-self:start}.terminal-heading{grid-template-columns:1fr}.terminal-metrics{grid-template-columns:1fr 1fr}.terminal-metrics article:nth-child(3){border-left:0}.terminal-metrics article:nth-child(n+3){border-top:1px solid var(--line)}.desk-nav{gap:23px;padding-block:11px}}@media (max-width:560px){.fee-hero{padding:40px 20px}.fee-hero .hero-copy h1{font-size:72px}.fee-hero .eyebrow{font-size:9px;line-height:1.6}.hero-promise{font-size:18px}.fee-map{padding:18px}.fee-map>header{gap:6px;font-size:8px}.model-tag{font-size:7px}.fee-map-budget{gap:12px;padding:18px 13px}.fee-map-budget .candle-logo{width:46px;height:46px}.fee-map-budget span{font-size:8px}.fee-map-routes>a{padding:13px 10px}.fee-map-routes b{font-size:11px}.fee-origin h2{font-size:34px}.terminal-main{padding-top:30px}.terminal-heading h1{font-size:34px}.terminal-metrics article{padding:17px 13px}.terminal-metrics b{font-size:25px}.terminal-tools{gap:10px;padding:15px}.terminal-tools label:last-child{max-width:130px}.market-filters{padding:0 15px 15px}.market-filters>span{width:100%;margin-top:8px}}:root{--ink:#101d2c;--cream:#f6f4f0;--paper:#fffdf9;--blue:#dcecff;--sky:#eef6ff;--red:#d95d00;--lime:#ff8a25;--yellow:#ffe0b5;--line:#cbd8e2;--muted:#687582}html,body{background:var(--cream)}.pump-mark{width:100%;height:100%;display:block}.pump-mark-field{fill:#101d2c}.pump-mark-monogram{fill:#ff8a25}.pump-mark-arrow{fill:#101d2c}.pump-mark{background:#030503;border-radius:8px;width:100%;height:100%;display:block;overflow:hidden}.pump-mark-image{object-fit:cover;width:100%;height:100%;display:block}.game-nav{background:#fafcf7f0}.game-logo>span:last-child{letter-spacing:-.075em;font:850 15px/.86 Manrope,Arial,sans-serif}.game-logo>span:last-child>span{color:#c55400;letter-spacing:.08em;margin-top:4px;font:700 8px/1.2 DM Mono,monospace;display:block}.candle-logo{background:0 0;border:0;border-radius:9px;padding:0}.candle-logo .pump-mark{width:100%;height:100%}.fee-hero{background:linear-gradient(112deg,var(--cream) 0 56%,#f3e5dc 56% 100%)}.hero-copy h1 em,.fee-pipeline h2 em,.terminal-heading h1 em{color:#bd4a00}.fee-map{background:var(--paper);border-color:#aebcaf}.fee-map-rate{color:#ad4000}.fee-map-rate i{background:#efad7b}.fee-map-budget,.terminal-side{background:#101d2c}.fee-map-routes>a:hover{background:#fff0e6}.origin-section{background:#101d2c}.origin-section h2{color:#ff8a25}.fee-pipeline{background:#e8efe6}.fee-destinations .onchain-card{background:#dce8d6}.fee-destinations .offchain-card{background:#e7ede5}.desk-nav a[aria-current=page]{border-color:#d95d00}.market-filters button[aria-pressed=true]{background:#101d2c;border-color:#101d2c}.terminal-table tbody tr:hover{background:#edf3e9}.path-onchain{color:#a23f00;background:#e5f3cb}.path-broker{color:#536159;background:#e7ece8}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible{outline-color:#d95d00}
@font-face{font-family:ShortSans;src:url(../level/geist.woff2@v=2)format("woff2");font-style:normal;font-weight:100 900;font-display:swap}:root{--short-ink:#0b1a2b;--short-muted:#44566b;--short-lime:#ff7a1a;--short-line:#ffffffd1;--short-glass:#ffffffa6}html:has(.short-theme){background:#c7e8ff;scroll-padding-top:108px}body.short-theme{color:var(--short-ink);background:#a8d8f8 url('../level/sky.png') center top/cover no-repeat fixed;margin:0;font-family:ShortSans,Arial,sans-serif;font-size:15px;line-height:1.6}.short-theme *{box-sizing:border-box}.short-theme :is(h1,h2,h3,h4,p,button,input,select,a,small,span,b,strong,label,summary,footer){font-family:ShortSans,Arial,sans-serif!important}.short-theme em{font-family:Georgia,serif!important}.short-theme :is(code,pre){font-family:Courier New,monospace}.short-theme :is(h1,h2,h3){letter-spacing:-.045em;text-wrap:balance;font-weight:600}.short-theme :is(button,a,input,select,summary):focus-visible{outline-offset:4px;outline:3px solid #285eaa}.short-theme a{color:inherit;text-decoration:none}.short-theme button{cursor:pointer}.short-theme :is(a,button){-webkit-tap-highlight-color:transparent;transition:background .2s,transform .2s,box-shadow .2s}.short-theme button:disabled{cursor:not-allowed;opacity:.5}.short-theme :is(.short-pill,.lp-button):active{transform:translateY(1px)}.short-sr{clip-path:inset(50%);width:1px;height:1px;position:absolute;overflow:hidden}.short-skip{z-index:100;background:#fff;padding:12px 20px;position:fixed;top:-80px;left:20px}.short-skip:focus{top:12px}.short-nav{z-index:40;justify-content:space-between;align-items:center;gap:20px;max-width:1280px;min-height:90px;margin:0 auto;padding:20px 32px;display:flex;position:relative}.short-brand{flex-shrink:0;align-items:center;gap:9px;display:flex}.short-brand>span{letter-spacing:-.05em;font-size:20px;font-weight:850;line-height:1}.short-brand small{letter-spacing:.02em;margin-top:5px;font-size:11px;font-weight:600;display:block}.short-brand img{filter:drop-shadow(0 4px 5px #a84e2430)}.short-nav-links{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#fff8;border:1px solid #fffb;border-radius:99px;align-items:center;padding:5px;display:flex;box-shadow:0 5px 22px #2452760a}.short-nav-links a{white-space:nowrap;letter-spacing:.1em;text-transform:uppercase;border-radius:99px;padding:9px 13px;font-size:10px;font-weight:750}.short-nav-links a:hover,.short-nav-links a[aria-current=page]{background:#fff;box-shadow:0 2px 6px #1a4a6920}.short-nav-actions{align-items:center;gap:12px;display:flex}.short-nav-status{white-space:nowrap;color:#244d60;font-size:10px}.short-nav-links .short-menu-social,.short-menu-button{display:none!important}.short-theme .short-pill{color:#0b1a2b;letter-spacing:.1em;text-transform:uppercase;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);white-space:nowrap;background:#ffffffa6;border:1px solid #ffffffb8;border-radius:99px;justify-content:center;align-items:center;gap:10px;min-height:44px;padding:12px 22px;font-size:11px;font-weight:750;line-height:1.3;display:inline-flex}.short-theme .short-lime{background:var(--short-lime);border-color:#ff9a3d;box-shadow:0 5px 22px #ff7a1a28}.short-theme .short-pill:hover{background:#fff;transform:translateY(-2px);box-shadow:0 8px 20px #2b5c771a}.short-theme .short-lime:hover{background:#ff8a25}.short-glass{background:var(--short-glass);border:1px solid var(--short-line);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-radius:28px;box-shadow:0 16px 40px #24516d08}.short-micro{letter-spacing:.16em;text-transform:uppercase;color:#36596c;margin:0 0 19px;font-size:10px;font-weight:750;line-height:1.4}.short-hero{text-align:center;max-width:1440px;min-height:700px;margin:0 auto;padding:43px 24px 64px;position:relative}.short-hero-kicker{letter-spacing:.18em;color:#fff;text-shadow:0 1px 8px #3571aa;margin:3px 0 27px;font-size:10px;font-weight:750}.short-hero-kicker span{background:var(--short-lime);border-radius:50%;width:6px;height:6px;margin:0 8px 1px 0;display:inline-block}.short-hero-art{max-width:1040px;margin:0 auto;padding:30px 15px 16px;position:relative}.short-hero h1{margin:0}.short-wordmark{z-index:2;filter:drop-shadow(0 22px 25px #33687c24);width:100%;height:auto;animation:.8s ease-out both short-rise;display:block;position:relative}.short-float{color:#359cc4;text-shadow:0 3px #fff;z-index:1;background:linear-gradient(135deg,#f9ffff,#c4e9fc);border:2px solid #e4f9ff;border-radius:24px;place-items:center;width:100px;height:100px;font-size:58px;font-weight:800;animation:7s ease-in-out infinite short-bob;display:grid;position:absolute;box-shadow:inset -7px -8px 12px #5280983a,inset 4px 4px 6px #fff,10px 18px 20px #29638d30}.short-float-a{bottom:5px;left:-44px;transform:rotate(-16deg)}.short-float-b{color:#fff3e8;background:linear-gradient(135deg,#ff902b,#d85a00);border-color:#ff841f;animation-delay:-2s;top:6px;right:-50px;transform:rotate(17deg)}.short-float-c{color:#ffad5c;filter:blur(.8px);background:linear-gradient(135deg,#435d6f,#132b40);border-color:#788893;border-radius:18px;width:62px;height:62px;font-size:34px;animation-delay:-4s;top:-65px;right:180px;transform:rotate(-12deg)}.short-hero-copy{color:#fff;text-shadow:0 2px 10px #477ca27a;letter-spacing:-.025em;max-width:600px;margin:28px auto 30px;font-size:24px;line-height:1.42}.short-hero-copy em,.short-section h2 em{font-family:Georgia,serif;font-style:italic;font-weight:400}.short-hero-actions{flex-wrap:wrap;justify-content:center;gap:10px;display:flex}.short-hero-caption{color:#1b5975;justify-content:center;align-items:center;gap:8px;margin-top:32px;font-size:11px;display:flex}.short-hero-caption>span:last-child{border-left:1px solid #35749445;margin-left:14px;padding-left:20px}.short-live-dot{background:#d85a00;border-radius:50%;flex:0 0 6px;width:6px;height:6px;display:inline-block;box-shadow:0 0 0 3px #ff7a1a22}.short-section{width:min(1152px,100% - 48px);margin:0 auto;padding:72px 0;scroll-margin-top:20px}.short-intro{width:min(1024px,100% - 48px);padding-top:0}.short-intro-panel{padding:50px 56px}.short-section h2{letter-spacing:-.04em;margin:0;font-size:clamp(36px,4.7vw,60px);font-weight:600;line-height:1.03}.short-intro-copy{color:#42556a;grid-template-columns:repeat(3,1fr);gap:32px;margin-top:36px;font-size:14px;line-height:1.65;display:grid}.short-intro-copy p{margin:0}.short-intro-copy strong{color:var(--short-ink);font-weight:700}.short-section-title{text-align:center;margin-bottom:44px}.short-section-title>p:last-child:not(.short-micro){color:#42627a;max-width:480px;margin:22px auto 0;font-size:14px}.short-steps{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;display:grid}.short-step{flex-direction:column;padding:28px;display:flex;position:relative}.short-step-number{letter-spacing:.12em;color:#53718a;font-size:11px}.short-step-art{place-items:center;height:170px;margin:-8px 0 16px;display:grid}.short-step-art>span{color:#a23f00;background:linear-gradient(135deg,#ffb363,#ea6608);border-radius:30px;place-items:center;width:104px;height:104px;font-size:76px;font-weight:650;display:grid;transform:rotate(-10deg);box-shadow:inset -7px -7px 12px #ff7a1a4d,inset 5px 5px 5px #fff9,10px 14px 22px #ff7a1a1c}.short-art-build>span{color:#6598b4;background:linear-gradient(135deg,#fff,#cee9f5);transform:rotate(12deg);box-shadow:inset -6px -6px 12px #6599b34d,inset 5px 5px 5px #fff,10px 14px 22px #3f627e1c}.short-step-art img{object-fit:contain;width:165px;height:165px}.short-step h3{letter-spacing:-.035em;margin:0 0 12px;font-size:24px}.short-step>p{color:#485c71;margin:0 0 25px;font-size:14px;line-height:1.7}.short-step>a{border-top:1px solid #7a9aaf26;justify-content:space-between;margin-top:auto;padding-top:20px;font-size:12px;font-weight:650;display:flex}.short-universe{padding:28px}.short-universe-top{justify-content:space-between;align-items:center;gap:12px;padding-bottom:24px;display:flex}.short-universe-top>span{letter-spacing:.1em;align-items:center;gap:9px;font-size:10px;font-weight:700;display:flex}.short-universe-top>a{font-size:12px;font-weight:600}.short-stock-grid{grid-template-columns:repeat(8,minmax(0,1fr));gap:10px;display:grid}.short-stock-grid>a{background:#ffffff4d;border:1px solid #fff8;border-radius:18px;flex-direction:column;align-items:center;padding:16px 8px 13px;display:flex;position:relative}.short-stock-grid>a:hover{background:#fff;transform:translateY(-4px)}.short-stock-grid>a.is-live:after{content:"";background:#d85a00;border-radius:50%;width:5px;height:5px;position:absolute;top:10px;right:10px}.short-company-icon{color:#4c7890;background:#fff;border-radius:13px;place-items:center;width:45px;height:45px;font-size:13px;font-weight:700;display:grid;overflow:hidden;box-shadow:0 3px 10px #51708e0f}.short-company-icon img{object-fit:contain;width:100%;height:100%;padding:7px}.short-stock-grid b{letter-spacing:.03em;margin-top:10px;font-size:11px}.short-stock-grid>a>span:last-child{color:#627b8e;margin-top:2px;font-size:9px}.short-note{color:#557185;text-align:center;margin:23px 0 0;font-size:11px}.short-proof{padding:36px}.short-proof-summary{grid-template-columns:280px 1fr;align-items:center;gap:48px;padding:0 20px 30px;display:grid}.short-proof-summary>img{width:100%;height:auto}.short-proof-summary h3{letter-spacing:-.07em;margin:18px 0;font-size:84px;font-weight:600;line-height:1}.short-proof-summary h3 span{letter-spacing:-.03em;margin-left:15px;font-size:22px}.short-proof-summary p{color:#4a6276;max-width:440px;font-size:14px}.short-proof-links{flex-wrap:wrap;gap:8px;margin-top:24px;display:flex}.short-contracts{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;display:grid}.short-contracts a{background:#ffffff7a;border:1px solid #fff9;border-radius:13px;align-items:center;gap:12px;padding:14px 18px;font-size:12px;display:flex}.short-contracts a:hover{background:#fff}.short-contracts a>span:first-child{align-items:center;gap:9px;min-width:84px;font-weight:700;display:flex}.short-contracts a>span:last-child{margin-left:auto}.short-contracts code{color:#5b7489;font-size:11px}.short-terminal-promo{grid-template-columns:1.1fr .9fr;align-items:center;gap:40px;padding:48px;display:grid}.short-terminal-promo h2{font-size:44px}.short-terminal-promo p:not(.short-micro){color:#4a6276;max-width:400px;margin:24px 0;font-size:14px}.short-mini-terminal{background:#f6fbffc7;border:1px solid #fff;border-radius:22px;overflow:hidden;transform:rotate(2deg);box-shadow:8px 15px 30px #3a739a10}.short-mini-terminal>header{letter-spacing:.07em;border-bottom:1px solid #cde1ed;align-items:center;gap:10px;padding:22px;font-size:10px;font-weight:700;display:flex}.short-mini-terminal>header>span:last-child{margin-left:auto}.short-mini-terminal>a{border-bottom:1px solid #dce9f2;grid-template-columns:70px 1fr 15px;align-items:center;gap:8px;padding:23px 22px;font-size:12px;display:grid}.short-mini-terminal>a:hover{background:#ffead8}.short-mini-terminal>a>span:first-child{color:#678297;font-size:10px}.short-mini-terminal>footer{text-align:center;color:#608197;padding:20px;font-size:10px}.short-faq{max-width:768px}.short-faq details{border-radius:18px;margin-bottom:10px;overflow:hidden}.short-faq summary{cursor:pointer;justify-content:space-between;gap:20px;padding:22px 26px;font-size:15px;font-weight:600;list-style:none;display:flex}.short-faq summary::-webkit-details-marker{display:none}.short-faq summary>span{color:#52758f;font-size:22px;font-weight:400;line-height:1}.short-faq details[open] summary>span{transform:rotate(45deg)}.short-faq details>p{color:#465e73;margin:0;padding:0 26px 24px;font-size:14px;line-height:1.75}.short-final-cta{text-align:center;padding:42px 0 95px}.short-final-cta img{width:min(620px,90%);height:auto;margin:10px auto 30px;display:block}.short-final-cta>.short-pill{min-width:210px}.short-footer{background:#f2faff7a;border-top:1px solid #fff;grid-template-columns:1fr 1fr;align-items:center;gap:30px;padding:45px max(24px,50vw - 544px);display:grid}.short-footer-brand{letter-spacing:-.04em;font-size:26px;font-weight:850}.short-footer-brand span{font-size:18px;font-weight:500}.short-footer p{color:#5b7489;margin:8px 0;font-size:12px}.short-footer nav{flex-wrap:wrap;justify-content:flex-end;gap:22px;font-size:12px;display:flex}.short-footer small{color:#648096;border-top:1px solid #b9d5e444;grid-column:1/-1;padding-top:23px;font-size:10px}.short-theme .lp-shell{--lp-bg:transparent;--lp-paper:#ffffffb3;--lp-ink:#0b1a2b;--lp-muted:#546e83;--lp-line:#a7c5d74d;--lp-green:#a94300;--lp-accent:#ff7a1a;--lp-soft:#eaf6ff;background:0 0;min-height:100dvh;font-family:ShortSans,Arial,sans-serif;font-size:14px;display:block}.short-theme .lp-body{width:100%;min-width:0;margin:0}.short-theme .lp-main{max-width:1280px;margin:0 auto;padding:42px 36px 80px}.short-theme .lp-topbar{color:#244c67;background:0 0;border-bottom:1px solid #ffffff8a;max-width:1208px;height:auto;min-height:50px;margin:0 auto;padding:18px 0;position:static}.short-theme .lp-topbar>div{font-size:12px}.short-theme .lp-version{color:#2f647f;font-size:10px}.short-theme .lp-mobile-brand{display:none}.short-theme .lp-top-actions .lp-button{min-height:35px;padding:8px 15px}.short-theme .lp-topbar>div>span{color:#406a83}.short-theme .lp-topbar b{color:#14364d}.short-theme :is(.lp-button,.lp-row-action){box-shadow:none;letter-spacing:0;border-radius:99px;font-size:12px;font-weight:650}.short-theme .lp-button{min-height:43px;padding:12px 20px}.short-theme .lp-button-dark{background:#ff7a1a;border:1px solid #ff9b3f;color:#0b1a2b!important}.short-theme .lp-button-dark:hover{background:#ff8a25}.short-theme .lp-button-outline{color:#203b4f;background:#ffffffb3;border-color:#fff}.short-theme .lp-text-link{color:#244f67;font-size:12px}.short-theme .lp-eyebrow{letter-spacing:.12em;color:#315b72;font-size:10px}.short-theme .lp-eyebrow>span{background:#ff7a1a}.short-theme .lp-hero{grid-template-columns:1.1fr .9fr;align-items:center;gap:50px;padding:10px 0 42px}.short-theme .lp-hero h1{letter-spacing:-.045em;margin:20px 0;font-family:ShortSans,Arial,sans-serif;font-size:clamp(40px,4.5vw,62px);font-weight:600;line-height:1.02}.short-theme .lp-hero h1 em,.short-theme .lp-page-heading h1 em{color:inherit;letter-spacing:-.04em;font-family:Georgia,serif;font-weight:400}.short-theme .lp-lead{color:#2b526c;max-width:480px;font-size:15px;line-height:1.7}.short-theme .lp-hero-footnote{color:#355e78;font-size:11px}.short-workspace-art{place-items:center;min-height:300px;display:grid;position:relative}.short-workspace-art>img{object-fit:contain;filter:drop-shadow(0 20px 18px #3c699127);width:290px;height:290px;animation:7s ease-in-out infinite short-bob}.short-workspace-art>span{letter-spacing:.08em;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffffa8;border:1px solid #fff;border-radius:99px;padding:10px 16px;font-size:10px;font-weight:700;position:absolute;bottom:10px}.short-theme :is(.lp-metrics,.lp-first-launch,.lp-project-card,.lp-catalog,.lp-wizard,.lp-create-preview,.lp-operation-card,.lp-event-list,.lp-project-config,.lp-mechanism-flow,.lp-rights-panel){-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#ffffffb8;border:1px solid #ffffffe0;border-radius:22px;box-shadow:0 10px 30px #1c527509}.short-theme .lp-metrics{margin:12px 0 28px;overflow:hidden}.short-theme .lp-metrics>div{border-color:#b6d0e24d;padding:23px 26px}.short-theme .lp-metrics b{letter-spacing:-.04em;font-size:32px;font-weight:600}.short-theme .lp-metrics small{letter-spacing:0;font-size:11px;font-weight:400}.short-theme .lp-metrics span{font-size:11px}.short-theme .lp-rights-panel{gap:22px;margin-bottom:38px;padding:26px}.short-theme .lp-rights-panel h3{font-size:22px}.short-theme .lp-rights-panel p{font-size:12px;line-height:1.7}.short-theme .lp-rights-panel>svg{color:#a94300}.short-theme .lp-first-launch{padding:24px 28px}.short-theme .lp-first-icon{color:#963b00;background:#ffd8b2;border:1px solid #fff;border-radius:16px}.short-theme .lp-first-launch h3{font-size:18px}.short-theme .lp-first-launch p{font-size:12px}.short-theme .lp-launch-section{margin-bottom:42px}.short-theme .lp-section-heading{margin:0 0 22px}.short-theme .lp-section-heading h2{font-size:28px;font-weight:600}.short-theme .lp-section-heading .lp-quiet{font-size:12px}.short-theme .lp-catalog>.lp-section-heading{padding:27px 27px 0}.short-theme .lp-catalog-tools{border-color:#bfd6e45c;flex-wrap:wrap;gap:14px;padding:18px 24px}.short-theme .lp-tabs{flex-wrap:wrap;gap:4px}.short-theme .lp-tabs button{color:#375a70;white-space:nowrap;border-radius:99px;padding:9px 13px;font-size:11px}.short-theme .lp-tabs button.is-active{color:#0b1a2b;background:#ff7a1a;border-color:#0000}.short-theme .lp-search{background:#ffffffcf;border:1px solid #bad4e180;border-radius:99px;min-width:225px;padding:10px 15px}.short-theme .lp-search input{font-size:12px}.short-theme .lp-catalog-caption{color:#536e82;background:#ffffff24;border-color:#c1d7e65e;padding:14px 26px;font-size:10px}.short-theme .lp-catalog-caption select{background:#ffffff80;border:1px solid #c7dce7;border-radius:8px;padding:7px;font-size:10px}.short-theme .lp-asset-table{min-width:1050px}.short-theme .lp-asset-table th{color:#587184;letter-spacing:.04em;background:#eaf5fdbf;border-color:#d3e5ef;padding:15px 20px;font-size:10px;font-weight:600}.short-theme .lp-asset-table td{border-color:#bed4e547;padding:18px 20px;font-size:12px}.short-theme .lp-asset-table tr:hover td{background:#ffffffb8}.short-theme .lp-company-cell strong{color:#17384c;font-size:13px;font-weight:700}.short-theme .lp-company-cell>div>span{color:#5b758a;font-size:11px}.short-theme :is(.lp-stock-logo,.lp-stock-logo-small){background:#fff;border-color:#fff;border-radius:12px;width:38px;height:38px}.short-theme .lp-sector{background:#eff7fbc7;border-color:#c9dfea66;border-radius:99px;padding:5px 9px;font-size:10px}.short-theme .lp-instrument{color:#9d4100;background:#ffe1c3;border-radius:6px;padding:4px 9px}.short-theme .lp-phase{border-color:#bad4df;border-radius:99px;font-size:9px;font-weight:700}.short-theme .lp-phase-1{color:#853500;background:#ffddb9;border-color:#ffc078}.short-theme .lp-phase-2{color:#5a7182;background:#eaf2f7}.short-theme .lp-numeric{font-variant-numeric:tabular-nums}.short-theme .lp-asset-table td small{color:#668096;margin-top:4px;font-size:9px}.short-theme .lp-row-action{color:#244d65;background:#ffffffa3;border:1px solid #c6dce7;padding:8px 13px}.short-theme .lp-deploy-slot{color:#526f83;background:#eef7fc;border-color:#bad0de;border-radius:11px}.short-theme .lp-deploy-slot b{letter-spacing:0;font-size:10px}.short-theme .lp-deploy-slot small{font-size:9px}.short-theme .lp-deploy-slot.is-live{color:#963b00;background:#ffead7;border-color:#ffbe78}.short-theme .lp-deploy-slot.is-compact{padding:9px}.short-theme .lp-pagination{padding:18px 25px;font-size:11px}.short-theme .lp-pagination button{background:#fff;border-color:#c7dce8;border-radius:99px}.short-theme .lp-page-heading{margin-bottom:35px}.short-theme .lp-page-heading h1{font-family:ShortSans,Arial,sans-serif;font-size:48px;font-weight:600;line-height:1.1}.short-theme .lp-page-heading p{color:#3f637b;font-size:14px}.short-theme .lp-wizard{padding:30px}.short-theme .lp-create-preview{padding:28px}.short-theme .lp-create-preview h2{font-size:29px}.short-theme .lp-step-tabs{border-color:#c2d6e4}.short-theme .lp-step-tabs button{border-radius:99px;font-size:12px}.short-theme .lp-asset-options>button{background:#ffffff80;border:1px solid #d0e2ec;border-radius:14px;padding:14px;font-size:12px}.short-theme .lp-asset-options>button.is-selected{background:#ffeddb;border-color:#d45e0c}.short-theme .lp-asset-options>button strong{font-size:13px}.short-theme .lp-asset-options>button small{font-size:11px}.short-theme :is(.lp-form-grid input,.lp-form-grid select,.lp-operation-card input){background:#ffffffd9;border-color:#b7d0df;border-radius:10px;min-height:44px;font-size:14px}.short-theme .lp-form-grid label{font-size:12px}.short-theme .lp-form-grid small{font-size:11px}.short-theme .lp-wizard-actions{border-color:#c5dce8}.short-theme .lp-review{background:#ffffff5c;border-color:#c0d6e4;border-radius:14px}.short-theme .lp-project-card{padding:24px}.short-theme .lp-project-card h3{font-size:24px}.short-theme .lp-project-card footer{font-size:11px}.short-theme .lp-badge{color:#963b00;background:#ffead8;border-radius:99px;padding:5px 9px;font-size:9px}.short-theme .lp-operation-card{padding:26px}.short-theme .lp-purchase-card{background:#e6f5ffb8}.short-theme .lp-mechanism-flow{gap:24px;padding:30px}.short-theme .lp-mechanism-flow h3{font-size:23px}.short-theme .lp-mechanism-flow p{font-size:13px}.short-theme .lp-event-list{padding:25px}.short-theme .lp-empty p{font-size:13px}.short-theme .lp-error,.short-theme .lp-warning{border-radius:14px;font-size:12px}.short-theme .lp-footer{color:#52748b;background:#f1faff99;border-top:1px solid #fff;flex-wrap:wrap;justify-content:space-between;gap:22px;padding:25px 36px;font-size:10px;display:flex}.short-theme .game-shell{--ink:#0b1a2b;--cream:#eaf6ff;--paper:#f7fcff;--blue:#b8dfff;--sky:#e7f6ff;--red:#426c81;--lime:#ff7a1a;--yellow:#ffdcb8;--line:#b6d1e2;--muted:#587387;background:0 0;min-height:100dvh;overflow:clip}.short-theme .desk-nav{background:0 0;border-bottom:1px solid #ffffff8c;justify-content:center;gap:12px;max-width:1208px;margin:0 auto;padding:13px 36px;position:static}.short-theme .desk-nav a{color:#2f5670;background:#ffffff4d;border:0;border-radius:99px;padding:9px 18px;font-size:11px}.short-theme .desk-nav a[aria-current=page]{color:#0b1a2b;background:#ffffffcf;box-shadow:0 3px 10px #38729115}.short-theme .page-main{max-width:1280px;padding:48px 36px 90px}.short-theme :is(.terminal-heading,.page-heading){gap:35px;margin-bottom:40px}.short-theme :is(.terminal-heading h1,.page-heading h1){letter-spacing:-.05em;font-family:ShortSans,Arial,sans-serif;font-size:clamp(42px,4.5vw,64px);font-weight:600;line-height:1.05}.short-theme :is(.terminal-heading h1 em,.page-heading h1 em){color:inherit;font-family:Georgia,serif;font-weight:400}.short-theme .eyebrow{color:#325e77;letter-spacing:.13em;font-size:10px}.short-theme :is(.terminal-heading>p,.page-heading>p:last-child){color:#325772;font-size:14px;line-height:1.7}.short-theme .terminal-metrics{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#ffffffa6;border:1px solid #fff;border-radius:22px;overflow:hidden}.short-theme .terminal-metrics>div{background:0 0;border-color:#bfd5e280;padding:24px}.short-theme .terminal-metrics b{letter-spacing:-.035em;font-family:ShortSans,Arial,sans-serif;font-size:30px;font-weight:600;line-height:1.25}.short-theme .terminal-metrics small,.short-theme .terminal-metrics span{color:#4b6e85;font-size:10px}.short-theme :is(.terminal-list,.terminal-side,.featured,.watch-stats,.watch-table,.route-grid,.rail-explainer){-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#ffffffb0;border:1px solid #fff;border-radius:22px;overflow:hidden;box-shadow:0 10px 30px #1c527509}.short-theme .terminal-workspace{gap:20px;margin-top:28px}.short-theme .terminal-tools{border-color:#d0e1eb;gap:15px;padding:24px}.short-theme .terminal-tools input{background:#fff;border-color:#bcd5e2;border-radius:12px;font-size:14px}.short-theme .terminal-tools select{background:#fff;border-color:#bcd5e2;border-radius:12px;padding:10px;font-size:12px}.short-theme .terminal-tools label>span{color:#456c84;font-size:10px}.short-theme .market-filters{gap:6px;padding:0 24px 20px}.short-theme .market-filters button{color:#426178;background:#e5f0f8;border:0;border-radius:99px;padding:9px 13px;font-size:11px}.short-theme .market-filters button[aria-pressed=true]{color:#0b1a2b;background:#ff7a1a}.short-theme .market-filters>span{color:#53758c;font-size:10px}.short-theme .terminal-table th{color:#58768b;background:#e6f3fc;border-color:#c5dce9;padding:15px 20px;font-size:10px}.short-theme .terminal-table td{font-variant-numeric:tabular-nums;border-color:#c6ddea73;padding:18px 20px;font-size:12px}.short-theme .terminal-table strong{color:#23455c;font-family:ShortSans,Arial,sans-serif;font-size:14px;font-weight:700}.short-theme .terminal-table small{color:#607e92;font-size:10px}.short-theme .terminal-table tr:hover{background:#ffffffb3}.short-theme :is(.path-onchain,.path-broker){border-radius:99px;padding:5px 9px;font-size:9px}.short-theme .path-onchain{color:#963b00;background:#ffe2c7}.short-theme .path-broker{color:#516d82;background:#e2edf6}.short-theme .terminal-side{color:#213e38;background:#fff0e3c9;padding:28px}.short-theme .terminal-side h2{letter-spacing:-.04em;font-family:ShortSans,Arial,sans-serif;font-size:32px;font-weight:600;line-height:1.1}.short-theme .terminal-side p{color:#647080;font-size:13px}.short-theme .terminal-side>div{border-color:#f0a66d66}.short-theme .terminal-side a{color:#8e3800;font-size:11px}.short-theme .terminal-side a.desk-primary{color:#17251a;background:#ff7a1a;border-radius:99px;padding:13px 17px;font-size:10px}.short-theme .table-note{color:#607c90;padding:15px 24px;font-size:10px}.short-theme .featured>div{border-color:#c2d9e780;padding:32px}.short-theme .featured-symbol h2{color:#1e465d;letter-spacing:-.07em;font-family:ShortSans,Arial,sans-serif;font-size:82px;font-weight:700}.short-theme .featured-price{background:#ffe2c7cc}.short-theme .featured-price>b{letter-spacing:-.06em;font-family:ShortSans,Arial,sans-serif;font-size:66px;font-weight:600}.short-theme .pressure-wheel{color:#264b64;background:#e1f1fc}.short-theme .pressure-wheel b{letter-spacing:-.05em;border:13px solid #ff8a25;font-family:ShortSans,Arial,sans-serif;font-size:36px}.short-theme .pressure-wheel span{color:#587b92}.short-theme .roster{background:#fff8;border-color:#8eb5cd66;border-radius:20px;padding:10px 20px}.short-theme .roster article{border-color:#aacbdf66}.short-theme .roster article.selected{background:#ffe2c8;border-radius:12px}.short-theme .roster strong{font-family:ShortSans,Arial,sans-serif;font-size:19px;font-weight:650}.short-theme .watch-stats>div{background:0 0;border-color:#c1d9e8}.short-theme .watch-stats b{letter-spacing:-.05em;font-family:ShortSans,Arial,sans-serif;font-size:46px;font-weight:600}.short-theme .watch-table{padding:12px 20px;overflow-x:auto}.short-theme .watch-table strong{color:#28516a;font-family:ShortSans,Arial,sans-serif;font-size:18px;font-weight:650}.short-theme .watch-table :is(header,article){border-color:#bfdae980}.short-theme .watch-table article>b{font-variant-numeric:tabular-nums;font-family:ShortSans,Arial,sans-serif}.short-theme .rail-explainer{color:#315770;gap:30px;margin-bottom:24px;padding:28px}.short-theme .rail-explainer>div{background:0 0}.short-theme .rail-explainer b{font-size:16px}.short-theme .rail-explainer p{font-size:12px}.short-theme .route-grid>*{border-color:#bed8e8}.short-theme .budget-card{background:#e2f4ffd1}.short-theme .budget-card>b{letter-spacing:-.06em;font-family:ShortSans,Arial,sans-serif;font-size:64px;font-weight:600}.short-theme .budget-card p{color:#4f7187;font-size:12px}.short-theme .budget-line{background:#bdd8eb}.short-theme .budget-line i{background:#e36509}.short-theme .trade-card{background:#ffffff9c}.short-theme .trade-card header{font-family:ShortSans,Arial,sans-serif;font-size:24px;font-weight:650}.short-theme .amount-input input{letter-spacing:-.04em;font-family:ShortSans,Arial,sans-serif;font-size:62px}.short-theme .amount-input{border-color:#9fc0d5}.short-theme .presets button{background:#eef7fd;border-color:#c1dbe9;border-radius:99px;font-size:11px}.short-theme .route-action{color:#132a20;background:#ff7a1a;border-radius:99px;font-size:12px}.short-theme .network-link{background:#fff;border-color:#c1dbe9;border-radius:99px}.short-theme .vault-card{color:#2f3f52;background:#ffead9}.short-theme .vault-card>span,.short-theme .vault-card small{color:#776052}.short-theme .vault-card>strong{color:#963b00}.short-theme .vault-card>div{border-color:#efad7b80}.short-theme .vault-card a{color:#963b00}.short-theme .game-footer{color:#55778e;letter-spacing:0;background:#eaf7ffb3;border-color:#fff;flex-wrap:wrap;padding:26px 36px;font-size:10px}.short-theme .game-notice{color:#274d64;background:#f3fcff;border:1px solid #fff;border-radius:99px;box-shadow:0 10px 30px #235d7d33}@keyframes short-bob{0%,to{translate:0}50%{translate:0 -12px}}@keyframes short-rise{0%{opacity:0;translate:0 18px}to{opacity:1;translate:0}}@media (min-width:1550px){.short-hero{min-height:790px;padding-top:75px}.short-hero-art{max-width:1140px}}@media (max-width:1100px){.short-nav{gap:15px;padding:18px 24px}.short-nav-links a{padding:9px;font-size:9px}.short-nav-status,.short-brand>span{display:none}.short-float-a{bottom:-35px;left:0}.short-float-b{top:-25px;right:0}.short-hero-art{max-width:850px;padding:40px 40px 20px}.short-theme .lp-topbar{margin:0 36px}.short-theme .lp-hero{gap:25px}.short-theme .lp-catalog-tools{display:block}.short-theme .lp-search{max-width:350px;margin-top:15px}.short-stock-grid{grid-template-columns:repeat(6,minmax(0,1fr))}}@media (max-width:760px){body.short-theme{background-position:26% 0;background-repeat:repeat-y;background-size:auto 850px;background-attachment:scroll}.short-nav{min-height:78px;padding:16px 18px}.short-brand>span{font-size:18px;display:block}.short-brand img{width:39px;height:39px}.short-nav-actions{gap:7px}.short-theme .short-nav-actions .short-pill{min-height:38px;padding:10px 14px;font-size:9px}.short-menu-button{display:inline-flex!important}.short-nav-links{background:#f0fafff2;border-radius:22px;padding:12px;display:none;position:absolute;top:76px;left:18px;right:18px;box-shadow:0 18px 35px #184b752e}.short-nav-links.is-open{grid-template-columns:1fr 1fr;gap:4px;display:grid}.short-nav-links a{padding:13px 14px;font-size:11px}.short-nav-links .short-menu-social{border-top:1px solid #bfdbe9;border-radius:0;grid-column:1/-1;margin-top:5px;display:block!important}.short-hero{min-height:560px;padding:34px 15px 45px}.short-hero-kicker{letter-spacing:.14em;margin:15px 0 39px;font-size:9px}.short-hero-art{padding:28px 8px 20px}.short-float{border-radius:15px;width:50px;height:50px;font-size:29px}.short-float-a{bottom:-34px;left:12px}.short-float-b{top:-28px;right:5px}.short-float-c{border-radius:11px;width:37px;height:37px;font-size:20px;top:-38px;right:28%}.short-hero-copy{max-width:340px;margin:35px auto 25px;font-size:21px}.short-hero-actions{gap:8px}.short-theme .short-hero-actions .short-pill{min-height:40px;padding:11px 15px;font-size:9px}.short-hero-caption{flex-wrap:wrap;gap:6px;margin-top:25px;font-size:9px}.short-hero-caption>span:last-child{margin-left:3px;padding-left:10px}.short-section{width:calc(100% - 32px);padding:45px 0}.short-intro{padding-top:0}.short-intro-panel{padding:28px}.short-section h2{font-size:36px;line-height:1.08}.short-intro-copy{grid-template-columns:1fr;gap:17px;margin-top:24px;font-size:13px}.short-section-title{margin-bottom:28px}.short-micro{margin-bottom:15px;font-size:9px}.short-steps{grid-template-columns:1fr;gap:14px}.short-step{min-height:310px;padding:25px}.short-step-art{width:130px;height:125px;position:absolute;top:10px;right:16px}.short-step-art>span{width:78px;height:78px;font-size:55px}.short-step-art img{width:125px;height:125px}.short-step h3{margin-top:70px;font-size:24px}.short-step>p{max-width:460px;font-size:13px}.short-universe{padding:17px}.short-universe-top{align-items:flex-start;font-size:9px}.short-universe-top>span{max-width:165px;font-size:8px}.short-universe-top>a{font-size:10px}.short-stock-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:7px}.short-stock-grid>a{border-radius:14px;padding:13px 5px}.short-company-icon{border-radius:10px;width:37px;height:37px}.short-stock-grid b{font-size:10px}.short-stock-grid>a>span:last-child{font-size:8px}.short-proof{padding:24px}.short-proof-summary{grid-template-columns:1fr;gap:10px;padding:0 0 25px}.short-proof-summary>img{width:180px;margin:0 auto}.short-proof-summary h3{font-size:64px}.short-proof-summary h3 span{font-size:18px}.short-proof-links .short-pill{padding:11px 15px;font-size:9px}.short-contracts{grid-template-columns:1fr}.short-contracts a{padding:12px;font-size:11px}.short-contracts code{font-size:10px}.short-terminal-promo{grid-template-columns:1fr;gap:30px;padding:27px}.short-terminal-promo h2{font-size:34px}.short-mini-terminal{transform:none}.short-mini-terminal>a{grid-template-columns:60px 1fr 12px;padding:20px 16px;font-size:11px}.short-faq summary{padding:19px 21px;font-size:14px}.short-faq details>p{padding:0 21px 22px;font-size:13px}.short-final-cta{padding-bottom:65px}.short-footer{grid-template-columns:1fr;gap:20px;padding:30px 24px}.short-footer nav{justify-content:flex-start;gap:20px;font-size:11px}.short-footer small{padding-top:18px}.short-theme .lp-main{padding:28px 18px 60px}.short-theme .lp-topbar{margin:0 18px;padding:12px 0}.short-theme .lp-topbar>div{font-size:10px}.short-theme .lp-version{display:none}.short-theme .lp-top-actions .lp-button{min-height:32px;padding:8px 12px;font-size:10px}.short-theme .lp-hero{flex-direction:column;align-items:stretch;gap:0;padding:10px 0 26px;display:flex}.short-theme .lp-hero h1{margin:17px 0;font-size:43px}.short-theme .lp-lead{font-size:14px}.short-theme .lp-hero-footnote{font-size:10px}.short-workspace-art{min-height:205px;margin-top:20px}.short-workspace-art>img{width:205px;height:205px}.short-workspace-art>span{font-size:9px;bottom:0}.short-theme .lp-metrics{grid-template-columns:1fr 1fr}.short-theme .lp-metrics>div{border-bottom:1px solid #b6d0e24d;padding:19px}.short-theme .lp-metrics b{font-size:28px}.short-theme .lp-metrics small{font-size:9px}.short-theme .lp-rights-panel{gap:12px;padding:22px}.short-theme .lp-rights-panel>svg{width:20px}.short-theme .lp-rights-panel h3{font-size:21px}.short-theme .lp-rights-panel p{font-size:11px}.short-theme .lp-first-launch{flex-wrap:wrap;gap:15px;padding:20px}.short-theme .lp-first-launch h3{font-size:17px}.short-theme .lp-first-launch .lp-button{width:100%;margin-left:0}.short-theme .lp-section-heading h2{font-size:26px}.short-theme .lp-catalog>.lp-section-heading{padding:23px 19px 0}.short-theme .lp-catalog-tools{padding:16px}.short-theme .lp-tabs{gap:4px}.short-theme .lp-tabs button{padding:8px 10px;font-size:10px}.short-theme .lp-search{width:100%;min-width:0;max-width:none}.short-theme .lp-catalog-caption{flex-direction:column;align-items:flex-start;gap:12px;padding:12px 17px;display:flex}.short-theme .lp-page-heading h1{font-size:37px}.short-theme .lp-wizard{padding:20px}.short-theme .lp-create-preview{padding:24px}.short-theme .lp-form-grid{grid-template-columns:1fr}.short-theme .lp-asset-options{grid-template-columns:1fr 1fr}.short-theme .lp-footer{gap:12px;padding:24px 18px;font-size:9px}.short-theme .lp-mechanism-flow{padding:23px}.short-theme .lp-project-grid{grid-template-columns:1fr}.short-theme .lp-button{font-size:11px}.short-theme .lp-page-heading p{font-size:13px}.short-theme .desk-nav{white-space:nowrap;justify-content:flex-start;gap:6px;margin:0 18px;padding:7px 0 16px;overflow:auto}.short-theme .desk-nav a{flex-shrink:0;padding:9px 12px;font-size:9px}.short-theme .page-main{padding:32px 18px 65px}.short-theme :is(.terminal-heading,.page-heading){grid-template-columns:1fr;gap:18px;margin-bottom:28px}.short-theme :is(.terminal-heading h1,.page-heading h1){font-size:42px;line-height:1.04}.short-theme :is(.terminal-heading>p,.page-heading>p:last-child){font-size:13px}.short-theme .terminal-metrics{grid-template-columns:1fr 1fr}.short-theme .terminal-metrics>div{padding:18px}.short-theme .terminal-metrics b{font-size:25px}.short-theme .terminal-workspace{grid-template-columns:1fr}.short-theme .terminal-tools{grid-template-columns:1fr;padding:20px;display:grid}.short-theme .market-filters{flex-wrap:wrap;padding:0 18px 18px}.short-theme .market-filters button{padding:8px 10px;font-size:10px}.short-theme .terminal-table{min-width:650px}.short-theme .terminal-side{padding:25px}.short-theme .featured{grid-template-columns:1fr}.short-theme .featured>div{border:0;border-bottom:1px solid #c2d9e780}.short-theme .featured-price>b{margin:25px 0}.short-theme .roster{padding:10px}.short-theme .roster article{grid-template-columns:26px 65px 1fr;gap:8px;padding:12px 6px}.short-theme .roster article>p{font-size:11px}.short-theme .roster article>b{grid-column:3;font-size:15px}.short-theme .watch-stats{grid-template-columns:1fr 1fr 1fr}.short-theme .watch-stats>div{min-height:115px;padding:17px 12px}.short-theme .watch-stats b{font-size:30px}.short-theme .watch-stats span{font-size:8px}.short-theme .watch-table{padding:8px 12px}.short-theme .watch-table :is(header,article){grid-template-columns:45px 170px 100px 115px 65px 105px;gap:10px;min-width:670px;display:grid}.short-theme .watch-table :is(header,article)>*{display:block}.short-theme .rail-explainer{grid-template-columns:1fr;gap:15px;padding:23px}.short-theme .route-grid{grid-template-columns:1fr}.short-theme .route-grid>*{border:0;border-bottom:1px solid #c2d9e780;padding:27px}.short-theme .budget-card>b{margin:30px 0;font-size:58px}.short-theme .game-footer{gap:16px;padding:24px 18px;font-size:9px}}@media (prefers-reduced-motion:reduce){html:has(.short-theme){scroll-behavior:auto}.short-theme *{transition:none!important;animation:none!important}}.short-theme .lp-topbar>div,.short-theme .lp-topbar>div>span,.short-theme .lp-topbar b{font-size:11px;font-family:ShortSans,Arial,sans-serif!important}.short-theme .lp-wizard-body{padding:24px 0}.short-theme .lp-wizard-body>p{color:#4c6c82;font-size:13px;line-height:1.7}.short-theme .lp-steps{gap:17px;padding:0 0 24px}.short-theme .lp-steps li{color:#587990;gap:7px;font-size:11px}.short-theme .lp-steps li.is-active{color:#843300}.short-theme .lp-steps li.is-active>span{color:#843300;background:#ffd5aa;border-color:#ffca95}.short-theme .lp-definition{font-size:12px}.short-theme .lp-definition>div{border-color:#bfd9e673}.short-theme .lp-definition dt{color:#5b788d}.short-theme .lp-consent{color:#385e74;font-size:12px;line-height:1.6}.short-theme .lp-session-note{color:#5b7b91;font-size:11px}.short-theme .lp-modal{color:#173b53;background:#f3faff;border:1px solid #fff;border-radius:24px;box-shadow:0 24px 75px #17476635}.short-theme .lp-modal-backdrop{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#244a6c66}.short-theme .lp-mechanism-detail{gap:35px;padding:38px 10px}.short-theme .lp-mechanism-detail h2{font-size:30px;font-weight:600;line-height:1.15}.short-theme .lp-mechanism-detail p{color:#3d637b;font-size:13px;line-height:1.75}.short-theme .lp-mechanism-links{flex-wrap:wrap;gap:22px}.short-theme .lp-project-heading{grid-template-columns:52px minmax(0,1fr) auto;align-items:center;gap:18px;display:grid}.short-theme .lp-project-heading>div{min-width:0}.short-theme .lp-project-heading h1{overflow-wrap:anywhere;word-break:normal;margin:8px 0;font-size:40px;font-weight:600;line-height:1.12}.short-theme .lp-project-heading p{color:#345f7a;font-size:13px}.short-theme .lp-project-heading>.lp-button{margin:0}@media (max-width:760px){.short-theme .lp-project-heading{grid-template-columns:42px minmax(0,1fr);gap:14px}.short-theme .lp-project-heading h1{word-break:normal;overflow-wrap:break-word;text-wrap:pretty;font-size:31px}.short-theme .lp-project-heading>.lp-button{grid-column:1/-1;justify-self:start;margin-top:4px}.short-theme .lp-project-heading p{font-size:11px;line-height:1.6}.short-theme .lp-steps{align-items:flex-start;gap:10px;padding-bottom:20px}.short-theme .lp-steps li{text-align:center;flex-direction:column;flex:1;gap:7px;font-size:10px}.short-theme .lp-steps li>span{width:25px;height:25px;font-size:10px}.short-theme .lp-asset-options{grid-template-columns:1fr;max-height:390px}.short-theme .lp-asset-options>button{gap:12px;padding:13px}.short-theme .lp-asset-options>button b{font-size:12px}.short-theme .lp-asset-options>button small{max-width:180px;font-size:11px}.short-theme .lp-wizard-body h2{font-size:23px}.short-theme .lp-wizard-footer{padding:18px 0 0}.short-theme .lp-mechanism-detail{padding:28px 5px}.short-theme .lp-mechanism-detail h2{font-size:28px}.short-hero-kicker{margin-bottom:62px}}.short-deployment{background:#edfaffeb;border:1px solid #ffffffd9;border-radius:28px;grid-template-columns:230px minmax(0,1fr);margin:0 0 38px;display:grid;overflow:hidden;box-shadow:0 14px 40px #17486b0d}.short-deployment-count{color:#17283b;background:#ff7a1a;flex-direction:column;justify-content:center;align-items:flex-start;padding:30px;display:flex;position:relative}.short-deployment-status{letter-spacing:.12em;align-items:center;gap:7px;font-size:10px;font-weight:750;display:flex}.short-deployment-status i{background:#8a3500;border-radius:50%;width:6px;height:6px}.short-deployment-count>strong{letter-spacing:-.085em;font-variant-numeric:tabular-nums;margin:18px 0 12px;font-size:112px;font-weight:550;line-height:1}.short-deployment-count>span:not(:first-child){font-size:15px;font-weight:550;line-height:1.4}.short-deployment-count>small{letter-spacing:.13em;color:#7a360f;margin-top:27px;font-size:9px}.short-deployment-body{min-width:0;padding:30px 34px}.short-deployment-heading{justify-content:space-between;align-items:center;gap:20px;display:flex}.short-deployment-heading p{letter-spacing:.15em;color:#4e6a7c;margin:0 0 10px;font-size:9px;font-weight:700}.short-theme .short-deployment-heading h2{letter-spacing:-.055em;color:#102f40;margin:0;font-size:32px;font-weight:600;line-height:1.03}.short-deployment-heading h2 em{font-family:Georgia,serif;font-weight:400}.short-deployment-supply{color:#557184;text-align:right;white-space:nowrap;flex-direction:column;gap:6px;font-size:10px;display:flex}.short-deployment-supply b{letter-spacing:-.055em;color:#173b4d;font-size:35px;font-weight:500;line-height:1}.short-deployment-tokens{grid-template-columns:repeat(5,minmax(0,1fr));gap:7px;margin:24px 0;display:grid}.short-deployment-tokens a{color:#26495c;background:#ffffff96;border:1px solid #c8dfe8;border-radius:11px;justify-content:space-between;align-items:center;gap:6px;padding:12px 11px;font-size:12px;font-weight:600;transition:background .18s,border-color .18s,transform .18s;display:flex}.short-deployment-tokens a svg{color:#6b8898;flex-shrink:0}.short-deployment-tokens a:hover{background:#ffb366;border-color:#e78b43;transform:translateY(-2px)}.short-deployment-empty{color:#26495c;background:#ffffff96;border:1px solid #c8dfe8;border-radius:11px;grid-column:1/-1;padding:15px 16px;font-size:12px;font-weight:600;line-height:1.45}.short-deployment-footer{color:#526e7f;border-top:1px solid #c5dfe9;justify-content:space-between;align-items:center;gap:15px;padding-top:17px;font-size:11px;display:flex}.short-deployment-footer>span{align-items:center;gap:7px;display:flex}.short-deployment-footer i{background:#849ba5;border-radius:50%;width:5px;height:5px}.short-deployment-footer>div{gap:20px;display:flex}.short-deployment-footer a{color:#24495d;align-items:center;gap:5px;font-weight:650;display:inline-flex}.short-deployment-footer a:hover{color:#a23f00}.short-brand img{object-fit:contain;filter:drop-shadow(0 3px 3px #a84e2425);transform:scale(1.16)}@media (max-width:1050px){.short-deployment{grid-template-columns:180px minmax(0,1fr)}.short-deployment-count{padding:24px}.short-deployment-body{padding:25px}.short-deployment-tokens{grid-template-columns:repeat(5,minmax(0,1fr))}.short-deployment-tokens a{padding:11px 8px;font-size:10px}.short-deployment-tokens a svg{width:12px}.short-deployment-footer{flex-direction:column;align-items:flex-start;gap:12px}}@media (max-width:760px){.short-deployment{border-radius:22px;grid-template-columns:1fr}.short-deployment-count{grid-template-columns:92px 1fr;align-items:center;gap:8px 18px;padding:22px 24px;display:grid}.short-deployment-status{grid-area:1/2;font-size:9px}.short-deployment-count>strong{grid-area:1/1/4;margin:0;font-size:82px}.short-deployment-count>span:not(:first-child){grid-area:2/2;font-size:13px}.short-deployment-count>small{grid-area:3/2;margin:0;font-size:8px}.short-deployment-body{padding:25px 20px 22px}.short-theme .short-deployment-heading h2{font-size:29px}.short-deployment-heading{gap:10px}.short-deployment-supply{white-space:normal;max-width:66px;font-size:8px}.short-deployment-supply b{font-size:29px}.short-deployment-tokens{grid-template-columns:repeat(2,minmax(0,1fr));gap:7px;margin:21px 0}.short-deployment-tokens a{padding:12px;font-size:12px}.short-deployment-tokens a svg{width:15px}.short-deployment-footer{gap:15px;font-size:10px}.short-deployment-footer>div{justify-content:space-between;gap:12px;width:100%}}

.lp-shell{--lp-bg:#f6f8f7;--lp-paper:#fff;--lp-ink:#19332d;--lp-muted:#78857e;--lp-line:#e1e7e3;--lp-green:#20634a;--lp-accent:#d9f58c;--lp-soft:#edf3ee;background:var(--lp-bg);min-height:100vh;color:var(--lp-ink);letter-spacing:-.015em;font:500 13px/1.6 Manrope,Arial,sans-serif;display:flex}.lp-shell *{box-sizing:border-box}.lp-shell button,.lp-shell input,.lp-shell select{font:inherit;color:inherit}.lp-shell button{transition:background .16s,transform .16s}.lp-shell button:disabled{cursor:not-allowed;opacity:.45}.lp-shell button:not(:disabled):active{transform:translateY(1px)}.lp-shell a,.lp-shell button,.lp-shell input,.lp-shell select{outline-offset:4px}.lp-shell :focus-visible{outline:2px solid var(--lp-green)}.lp-shell h1,.lp-shell h2,.lp-shell h3,.lp-shell p{margin:0}.lp-shell h1,.lp-shell h2,.lp-shell h3{letter-spacing:-.045em}.lp-shell h2{font-size:23px;font-weight:800;line-height:1.25}.lp-shell svg{flex-shrink:0}.lp-shell a{transition:color .16s,background .16s}.lp-sr{clip:rect(0,0,0,0);width:1px;height:1px;position:absolute;overflow:hidden}.lp-skip{z-index:100;background:#fff;padding:10px;position:fixed;top:-60px;left:20px}.lp-skip:focus{top:10px}.lp-sidebar{border-right:1px solid var(--lp-line);background:#fff;flex-direction:column;flex:0 0 218px;width:218px;height:100dvh;padding:29px 17px 20px;display:flex;position:sticky;top:0}.lp-logo{align-items:center;gap:11px;padding:0 8px 32px;display:flex}.lp-logo img{aspect-ratio:1;object-fit:cover;border:1px solid var(--lp-line);border-radius:9px;width:40px;height:40px}.lp-logo>span{letter-spacing:-.055em;font-size:17px;font-weight:800;line-height:1.05}.lp-logo>span>span{display:block}.lp-workspace{border:1px solid var(--lp-line);border-radius:7px;align-items:center;gap:9px;margin-bottom:30px;padding:11px 9px;font-size:10px;font-weight:800;display:flex}.lp-workspace-icon{background:var(--lp-soft);color:var(--lp-green);border-radius:5px;place-items:center;width:29px;height:29px;font-size:16px;display:grid}.lp-workspace small{color:var(--lp-muted);font-size:9px;font-weight:500;display:block}.lp-workspace>svg{color:var(--lp-muted);margin-left:auto}.lp-nav-label{letter-spacing:.11em;color:#87968d;margin:0 12px 11px;font:500 9px DM Mono,monospace}.lp-sidebar nav{flex-direction:column;gap:4px;margin-bottom:32px;display:flex}.lp-sidebar nav a{color:#748078;border-radius:6px;align-items:center;gap:11px;min-height:40px;padding:8px 11px;font-size:11px;font-weight:700;display:flex}.lp-sidebar nav a.is-active{background:var(--lp-soft);color:var(--lp-green)}.lp-sidebar nav a>span{border:1px solid var(--lp-line);background:#fff;border-radius:4px;margin-left:auto;padding:0 5px;font:500 9px DM Mono}.lp-sidebar nav a>svg:last-child:not(:first-child){margin-left:auto}.lp-sidebar-bottom{margin-top:auto}.lp-environment{border:1px solid var(--lp-line);border-radius:6px;align-items:center;gap:10px;padding:13px 10px;font-size:10px;font-weight:700;display:flex}.lp-environment small{color:var(--lp-muted);font-size:8px;font-weight:500;display:block}.lp-environment>span{background:#bca25c;border-radius:50%;width:6px;height:6px;margin-left:auto}.lp-sidebar-bottom>a{color:#77827c;justify-content:space-between;align-items:center;padding:17px 9px 0;font-size:10px;display:flex}.lp-body{flex:1;min-width:0}.lp-topbar{border-bottom:1px solid var(--lp-line);background:#fff;justify-content:space-between;align-items:center;height:76px;padding:0 38px;display:flex}.lp-topbar>div:first-child{color:#859187;align-items:center;gap:15px;font-size:11px;display:flex}.lp-topbar b{color:var(--lp-ink);font-weight:700}.lp-top-actions{align-items:center;gap:22px;display:flex}.lp-version{letter-spacing:.08em;color:var(--lp-muted);font:400 8px DM Mono}.lp-button{white-space:nowrap;border:1px solid #0000;border-radius:5px;justify-content:center;align-items:center;gap:12px;min-height:39px;padding:11px 16px;font-size:11px;font-weight:700;display:inline-flex}.lp-button-dark{background:var(--lp-ink);color:#fff!important}.lp-button-dark:hover{background:#2f5848}.lp-button-outline{color:var(--lp-ink);background:#fff;border-color:#d8e1da}.lp-button-outline:hover{background:#f0f5f0}.lp-topbar .lp-button{min-height:35px;padding:9px 12px;font-size:10px}.lp-text-link{color:var(--lp-green);align-items:center;gap:8px;font-size:11px;font-weight:700;display:inline-flex}.lp-text-link:hover{color:#559369}.lp-sandbox-banner{color:#817349;background:#f4f1e5;border-bottom:1px solid #e7e3d5;align-items:center;gap:9px;min-height:37px;padding:8px 38px;font-size:9px;display:flex}.lp-sandbox-banner b{font-size:9px}.lp-sandbox-banner>a{white-space:nowrap;align-items:center;gap:6px;margin-left:auto;display:flex}.lp-main{max-width:1660px;min-height:calc(100vh - 180px);margin:0 auto;padding:37px 38px 70px}.lp-mobile-brand,.lp-mobile-nav{display:none}.lp-eyebrow{color:#648173;letter-spacing:.09em;align-items:center;gap:8px;font:500 9px/1.4 DM Mono,monospace;display:flex}.lp-eyebrow>span{background:#789f55;border-radius:50%;width:5px;height:5px}.lp-hero{grid-template-columns:1.2fr 1fr;align-items:center;gap:35px;padding:20px 0 40px;display:grid}.lp-hero h1{letter-spacing:-.065em;margin:21px 0 18px;font-size:clamp(32px,3.2vw,53px);font-weight:800;line-height:1.15}.lp-lead{color:#738177;max-width:450px;font-size:12px;line-height:1.9}.lp-hero-actions{flex-wrap:wrap;align-items:center;gap:22px;margin-top:25px;display:flex}.lp-hero-footnote{color:#8b958e;font-size:9px;margin-top:23px!important}.lp-launch-map{background:#ebf1e9;border:1px solid #dfe7db;border-radius:8px;padding:21px 22px;position:relative;overflow:hidden}.lp-launch-map:before{content:"";opacity:.6;pointer-events:none;background-image:radial-gradient(#adbdac .6px,#0000 .6px);background-size:12px 12px;position:absolute;inset:0}.lp-launch-map>*{position:relative}.lp-map-top,.lp-map-bottom{letter-spacing:.05em;color:#6f836e;justify-content:space-between;align-items:center;font:400 8px DM Mono;display:flex}.lp-map-tokens{grid-template-columns:1.2fr 45px 1fr;align-items:center;min-height:230px;padding:29px 0 26px;display:grid}.lp-community-stamp{color:#fff;background:#213e33;border-radius:6px;padding:18px 16px;transform:rotate(-4deg);box-shadow:0 7px 18px #294d3017}.lp-community-stamp>span,.lp-equity-stamp>span{letter-spacing:.06em;color:#a6bc9e;font:400 7px DM Mono}.lp-community-stamp b{letter-spacing:-.065em;margin:21px 0 15px;font-size:34px;line-height:1.06;display:block}.lp-community-stamp b>span{color:var(--lp-accent);margin-left:5px}.lp-community-stamp small{color:#bbccbd;font-size:8px}.lp-stamp-connector{color:#759165;flex-direction:column;align-items:center;gap:6px;font:500 7px DM Mono;display:flex}.lp-equity-stamp{background:#fafff4;border:1px solid #cddac6;border-radius:6px;padding:16px 13px;transform:rotate(5deg)}.lp-equity-stamp>span{color:#8c9884}.lp-equity-stamp>div{flex-direction:column;gap:11px;margin:15px 0;display:flex}.lp-equity-stamp b{letter-spacing:-.045em;font-size:23px}.lp-equity-stamp small{color:#94a187;font-size:7px}.lp-map-bottom{border-top:1px solid #d1deca;justify-content:flex-start;gap:7px;padding-top:14px;font-size:8px}.lp-map-grid{margin-left:auto;font-size:19px}.lp-asset-mark{letter-spacing:-.035em;border-radius:9px;flex:none;place-items:center;width:49px;height:49px;font-size:18px;font-weight:800;line-height:1;display:grid}.lp-mark-small{border-radius:6px;width:36px;height:36px;font-size:13px}.lp-tone-0{color:#527767;background:#e8efec}.lp-tone-1{color:#7c72a0;background:#eceaf8}.lp-tone-2{color:#958441;background:#eeeada}.lp-tone-3{color:#5a8594;background:#e0edf1}.lp-tone-4{color:#7c904a;background:#e8eddb}.lp-metrics{border:1px solid var(--lp-line);background:#fff;border-radius:7px;grid-template-columns:repeat(4,minmax(0,1fr));margin-bottom:36px;display:grid}.lp-metrics>div{border-right:1px solid var(--lp-line);min-width:0;padding:19px 21px}.lp-metrics>div:last-child{border:0}.lp-metrics>div>span{color:#88938b;font-size:9px}.lp-metrics b{letter-spacing:-.05em;font-variant-numeric:tabular-nums;margin-top:8px;font-size:27px;font-weight:700;line-height:1.35;display:block}.lp-metrics b small{letter-spacing:0;color:#89958d;margin-left:9px;font-size:9px;font-weight:500;display:inline-block}.lp-metrics .lp-metric-text{letter-spacing:-.025em;padding-top:6px;font-size:15px}.lp-metrics .lp-metric-text small{margin:4px 0 0;font-size:8px;display:block}.lp-dot{background:#9db477;border-radius:50%;width:6px;height:6px;margin-right:7px;display:inline-block}.lp-section-heading{justify-content:space-between;align-items:center;gap:16px;margin-bottom:19px;display:flex}.lp-section-heading .lp-eyebrow{margin-bottom:8px;font-size:8px}.lp-section-heading h2>span{border:1px solid var(--lp-line);vertical-align:middle;color:#87918a;letter-spacing:0;background:#fff;border-radius:5px;place-items:center;min-width:21px;height:21px;margin-left:7px;font:500 10px DM Mono;display:inline-grid}.lp-launch-section{margin:0 0 37px;scroll-margin-top:25px}.lp-first-launch{background:#fff;border:1px dashed #cddbcf;border-radius:7px;align-items:center;gap:20px;padding:25px;display:flex}.lp-first-icon{color:#8daa7c;background:#f0f5ee;border-radius:9px;place-items:center;width:49px;height:49px;display:grid}.lp-first-launch h3{letter-spacing:-.025em;font-size:14px}.lp-first-launch p{color:var(--lp-muted);margin-top:4px;font-size:10px}.lp-first-launch>a,.lp-first-launch>button{margin-left:auto}.lp-project-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;display:grid}.lp-project-card{border:1px solid var(--lp-line);background:#fff;border-radius:8px;min-width:0;padding:20px}.lp-project-card:hover{border-color:#a4bda6;box-shadow:0 4px 16px #243e2810}.lp-project-card>div{align-items:center;gap:9px;display:flex}.lp-project-card>div>.lp-asset-mark{border-radius:7px;width:35px;height:35px;font-size:13px}.lp-project-card>div>svg{color:#9ba79e;margin-left:auto}.lp-project-card .lp-badge{padding:3px 5px;font-size:7px}.lp-project-card h3{overflow-wrap:anywhere;margin-top:19px;font-size:18px}.lp-project-card>p{color:#8b998f;align-items:center;gap:12px;margin-top:8px;font:500 10px DM Mono;display:flex}.lp-project-card footer{border-top:1px solid var(--lp-line);color:#7e8f82;justify-content:space-between;gap:5px;margin-top:20px;padding-top:15px;font-size:9px;display:flex}.lp-quiet{color:#93a097;font:400 9px DM Mono}.lp-catalog{border:1px solid var(--lp-line);background:#fff;border-radius:8px;padding:24px 0 0;overflow:hidden}.lp-catalog>.lp-section-heading{padding:0 24px}.lp-catalog-tools{justify-content:space-between;align-items:center;gap:15px;padding:3px 24px 18px;display:flex}.lp-tabs{flex-wrap:wrap;gap:5px;display:flex}.lp-tabs button{color:#8a978e;white-space:nowrap;background:0 0;border:0;border-radius:5px;padding:7px 10px;font-size:9px}.lp-tabs button.is-active{color:#527747;background:#edf3e9;font-weight:800}.lp-tabs button:hover{background:#f2f5f0}.lp-search{border:1px solid var(--lp-line);color:#91a095;background:#fff;border-radius:5px;align-items:center;gap:8px;min-width:0;padding:7px 10px;display:flex}.lp-search input{background:0 0;border:0;width:100%;min-width:0;font-size:10px;outline:0!important}.lp-search input::placeholder{color:#a0aaa3}.lp-search:focus-within{border-color:#73957b;box-shadow:0 0 0 2px #20634a15}.lp-search button{background:0 0;border:0;place-items:center;padding:0;display:grid}.lp-catalog-tools>.lp-search{flex:1;min-width:175px;max-width:228px}.lp-catalog-caption{color:#9aa39a;background:#fafbf9;border-top:1px solid #edf0eb;border-bottom:1px solid #edf0eb;justify-content:space-between;align-items:center;gap:12px;padding:10px 24px;font-size:8px;display:flex}.lp-catalog-caption>span{align-items:center;gap:6px;display:flex}.lp-catalog-caption label{white-space:nowrap;align-items:center;gap:8px;display:flex}.lp-catalog-caption select{color:#728675;background:0 0;border:0;max-width:185px;font-size:8px}.lp-table-scroll{overflow-x:auto}.lp-asset-table{border-collapse:collapse;text-align:left;width:100%}.lp-asset-table th{color:#94a095;white-space:nowrap;background:#fff;padding:13px 18px;font:400 8px DM Mono}.lp-asset-table th:first-child,.lp-asset-table td:first-child{padding-left:24px}.lp-asset-table td{border-top:1px solid #eef2ed;padding:14px 18px;font-size:11px}.lp-asset-table tbody tr:hover{background:#fcfdfb}.lp-company-cell{align-items:center;gap:11px;min-width:180px;display:flex}.lp-company-cell strong{letter-spacing:-.005em;font-size:11px}.lp-company-cell span:not(.lp-asset-mark){color:#9aa59d;text-overflow:ellipsis;white-space:nowrap;max-width:205px;font-size:9px;display:block;overflow:hidden}.lp-sector{color:#8e9b91;max-width:185px;font-size:9px;line-height:1.5;display:inline-block}.lp-asset-table small{color:#a0aaa3;white-space:nowrap;margin-top:4px;font-size:8px;display:block}.lp-numeric{font-variant-numeric:tabular-nums;white-space:nowrap}.lp-instrument{color:#527964;font:500 10px DM Mono}.lp-row-action{white-space:nowrap;border:1px solid #e3e9e1;border-radius:4px;align-items:center;gap:10px;padding:6px 9px;font-size:9px;font-weight:700;display:inline-flex}.lp-row-action:hover{background:#edf4e7;border-color:#c5d5bc}.lp-pagination{border-top:1px solid var(--lp-line);color:#929f94;justify-content:space-between;align-items:center;padding:15px 24px;font:400 9px DM Mono;display:flex}.lp-pagination>div{align-items:center;gap:15px;display:flex}.lp-pagination button{border:1px solid var(--lp-line);background:#fff;border-radius:4px;place-items:center;width:28px;height:27px;display:grid}.lp-footer{border-top:1px solid var(--lp-line);color:#99a49b;justify-content:space-between;gap:15px;padding:20px 38px;font-size:8px;display:flex}.lp-footer>span:first-child{letter-spacing:.04em;color:#7f9385;font:500 8px DM Mono}.lp-footer>span:first-child>span{color:#a5afa8;margin-left:8px}.lp-footer a{align-items:center;gap:4px;display:flex}.lp-empty{text-align:center;color:#8a9a8d;padding:35px 20px}.lp-empty>svg{color:#a4b7a6;margin-bottom:12px}.lp-empty h3{color:#4e6a58;margin-bottom:6px;font-size:15px}.lp-empty p{font-size:11px}.lp-loading{color:#829889;justify-content:center;align-items:center;gap:10px;min-height:140px;font-size:12px;display:flex}.lp-spin{animation:1s linear infinite lp-spin}@keyframes lp-spin{to{transform:rotate(360deg)}}.lp-error,.lp-warning,.lp-success{color:#9e6354;overflow-wrap:anywhere;background:#fff3ef;border:1px solid #e7cfc9;border-radius:6px;align-items:center;gap:10px;margin:0 0 20px;padding:12px 16px;font-size:11px;display:flex}.lp-warning{color:#908252;background:#faf6e9;border-color:#e9dfc2}.lp-success{color:#53794c;background:#edf6e9;border-color:#d5e6ca}.lp-error button,.lp-warning button{white-space:nowrap;background:0 0;border:0;margin-left:auto;font-size:11px;text-decoration:underline}.lp-error a{margin-left:12px;text-decoration:underline}.lp-back{color:#89998e;align-items:center;gap:8px;margin-bottom:30px;font-size:10px;display:inline-flex}.lp-page-heading{margin-bottom:35px}.lp-page-heading h1{letter-spacing:-.055em;margin:14px 0 17px;font-size:clamp(34px,3.5vw,52px);font-weight:800;line-height:1.15}.lp-page-heading h1 em{color:#73947c;font-style:normal}.lp-page-heading>p{color:#87958b;max-width:570px;font-size:12px}.lp-create-grid{grid-template-columns:minmax(0,1fr) 290px;align-items:start;gap:25px;display:grid}.lp-wizard{border:1px solid var(--lp-line);background:#fff;border-radius:8px;overflow:hidden}.lp-steps{border-bottom:1px solid var(--lp-line);gap:24px;margin:0;padding:22px 25px;list-style:none;display:flex}.lp-steps li{color:#a1aaa4;align-items:center;gap:8px;font-size:9px;font-weight:600;display:flex}.lp-steps li>span{border:1px solid #e3e8e2;border-radius:50%;place-items:center;width:24px;height:24px;font:400 9px DM Mono;display:grid}.lp-steps li.is-active{color:#466b54}.lp-steps li.is-active>span{color:#6d9151;background:#edf3e8;border-color:#d5e3cb}.lp-wizard-body{padding:28px}.lp-wizard-body>h2{font-size:22px}.lp-wizard-body>p{color:#929d95;margin-top:10px;margin-bottom:24px;font-size:11px;line-height:1.8}.lp-wizard-body>.lp-search{padding:11px 13px}.lp-asset-options{grid-template-columns:1fr 1fr;gap:9px;max-height:435px;margin-top:18px;padding:3px;display:grid;overflow-y:auto}.lp-asset-options>button{text-align:left;border:1px solid var(--lp-line);background:#fff;border-radius:6px;align-items:center;gap:10px;min-width:0;padding:11px;display:flex}.lp-asset-options>button:hover{background:#f7faf5}.lp-asset-options>button>span:not(.lp-asset-mark){min-width:0}.lp-asset-options>button b{font-size:11px;display:block}.lp-asset-options>button small{color:#919d93;white-space:nowrap;text-overflow:ellipsis;max-width:140px;font-size:8px;display:block;overflow:hidden}.lp-asset-options>button>svg{color:#99b481;margin-left:auto}.lp-asset-options .lp-asset-mark{width:30px;height:30px;font-size:10px}.lp-wizard-footer{border-top:1px solid var(--lp-line);background:#fcfdfa;justify-content:space-between;align-items:center;gap:15px;padding:20px 28px;display:flex}.lp-wizard-footer>span{color:#a0aaa2;font:400 9px DM Mono}.lp-wizard>.lp-error,.lp-wizard>.lp-busy{margin:0 28px 20px}.lp-busy{color:#6f8a62;background:#eff6e9;border-radius:5px;align-items:center;gap:9px;padding:13px;font-size:10px;display:flex}.lp-create-preview{background:#edf2e9;border:1px solid #dde7d6;border-radius:8px;padding:25px;position:sticky;top:22px}.lp-create-preview>.lp-asset-mark{width:65px;height:65px;margin:24px 0 18px;font-size:22px}.lp-create-preview>h2{font-size:34px}.lp-create-preview>p{color:#7d8e78;margin-top:7px;font-size:11px}.lp-create-preview>.lp-sector{margin-top:9px}.lp-preview-token{color:#7c9276;border-top:1px solid #d7e2ce;border-bottom:1px solid #d7e2ce;justify-content:space-between;gap:10px;margin-top:19px;padding:13px 0;font-size:10px;display:flex}.lp-preview-token b{color:#4f7447;font:500 11px DM Mono}.lp-create-preview>.lp-preview-note{margin-top:16px;font-size:9px;line-height:1.8}.lp-preview-math{background:#fafff5;border:1px solid #d8e4ce;border-radius:5px;margin-top:25px;padding:18px}.lp-preview-math>span{color:#9ba995;letter-spacing:.04em;font:500 8px DM Mono}.lp-preview-math p{color:#7f9479;margin-top:15px;font-size:10px}.lp-preview-math>b{color:#a6b69a;margin-top:9px;font-size:9px;font-weight:500;display:block}.lp-preview-math>strong{letter-spacing:-.05em;color:#547849;margin:14px 0 3px;font-size:25px;display:block}.lp-preview-math small{color:#9baa92;font-size:8px}.lp-form-grid{grid-template-columns:1fr 1fr;gap:21px 20px;display:grid}.lp-form-grid label{font-size:10px;font-weight:700;display:block}.lp-form-grid input{background:#fcfdfa;border:1px solid #dfe6db;border-radius:5px;width:100%;margin:8px 0 6px;padding:11px 12px;font-size:12px;display:block}.lp-form-grid small{color:#9ba69e;font-size:9px;font-weight:500;line-height:1.6;display:block}.lp-form-grid .lp-full{grid-column:1/-1}.lp-review-name{background:#f7faf3;border:1px solid #e4ebdd;border-radius:6px;align-items:center;gap:12px;margin-bottom:17px;padding:18px;display:flex}.lp-review-name h3{overflow-wrap:anywhere;font-size:17px}.lp-review-name>div>span{color:#91a085;font:400 9px DM Mono}.lp-badge{color:#789368;white-space:nowrap;background:#eef5e7;border:1px solid #dde9d3;border-radius:4px;align-items:center;gap:5px;padding:4px 8px;font-size:8px;font-weight:600;display:inline-flex}.lp-review-name>.lp-badge{margin-left:auto}.lp-definition{margin:0}.lp-definition>div{border-bottom:1px solid #edf1e9;justify-content:space-between;align-items:center;gap:14px;padding:12px 0;display:flex}.lp-definition dt{color:#91a08e;font-size:10px}.lp-definition dd{color:#4c6a4f;text-align:right;font-variant-numeric:tabular-nums;margin:0;font-size:10px;font-weight:600}.lp-consent{color:#7d8d7c;cursor:pointer;background:#f8f8f0;border:1px solid #e8e8d6;border-radius:5px;align-items:flex-start;gap:10px;margin-top:24px;padding:15px;font-size:10px;line-height:1.8;display:flex}.lp-consent input{accent-color:#447356;flex-shrink:0;width:15px;height:15px;margin:4px 0}.lp-session-note{color:#a2aca1!important;margin-bottom:0!important;font-size:9px!important}.lp-project-heading{align-items:center;gap:18px;margin-bottom:20px;display:flex}.lp-project-heading>.lp-asset-mark{border-radius:12px;width:66px;height:66px;font-size:24px}.lp-project-heading h1{overflow-wrap:anywhere;margin:7px 0 8px;font-size:32px;line-height:1.25}.lp-project-heading p{color:#91a08f;flex-wrap:wrap;align-items:center;gap:12px;font:400 10px DM Mono;display:flex}.lp-project-heading>button{margin-left:auto}.lp-project-status{color:#96a18f;flex-wrap:wrap;align-items:center;gap:17px;margin-bottom:25px;font-size:9px;display:flex}.lp-project-metrics{margin-bottom:24px}.lp-project-metrics b{overflow-wrap:anywhere;font-size:26px}.lp-project-metrics b small{margin-left:0;font-size:9px;display:block}.lp-operation-grid{grid-template-columns:1fr 1fr;gap:23px;margin-bottom:35px;display:grid}.lp-operation-card{border:1px solid var(--lp-line);background:#fff;border-radius:8px;flex-direction:column;padding:25px;display:flex}.lp-operation-card>header{align-items:center;gap:12px;display:flex}.lp-operation-card>header>svg,.lp-operation-card>header>.lp-asset-mark{color:#789074;margin-left:auto}.lp-operation-card h2{margin-top:5px;font-size:19px}.lp-operation-card .lp-eyebrow{font-size:7px}.lp-step-number{color:#90a282;border:1px solid #e0e8da;border-radius:6px;flex-shrink:0;place-items:center;width:30px;height:30px;font:400 10px DM Mono;display:grid}.lp-operation-card>p{color:#97a190;min-height:57px;margin-top:18px;font-size:10px;line-height:1.9}.lp-amount-label{color:#8c9d83;margin:24px 0 12px;font-size:9px;display:block}.lp-amount-input{border-bottom:1px solid #d6e2cc;align-items:center;gap:12px;padding:7px 0 10px;display:flex}.lp-amount-input input{letter-spacing:-.05em;background:0 0;border:0;outline:0;width:100%;min-width:0;font-size:35px}.lp-amount-input span{color:#9eac92;font:400 10px DM Mono}.lp-amount-presets{gap:8px;margin-bottom:10px;display:flex}.lp-amount-presets button{color:#7f9571;background:#fafcf7;border:1px solid #e1e8da;border-radius:4px;padding:5px 11px;font:400 9px DM Mono}.lp-full-button{width:100%;margin-top:20px}.lp-operation-card>.lp-definition{margin-top:auto}.lp-purchase-card{background:#eff5e9;border-color:#dce6d3}.lp-purchase-card>.lp-definition>div{border-color:#dbe5d2}.lp-purchase-amount{margin-bottom:16px;padding:27px 0 18px}.lp-purchase-amount>span{color:#8b9f7d;font-size:9px;display:block}.lp-purchase-amount>strong{letter-spacing:-.065em;font-size:42px;font-weight:700;line-height:1.3}.lp-purchase-amount small{color:#92a580;letter-spacing:0;margin-left:10px;font:400 11px DM Mono}.lp-project-bottom{grid-template-columns:minmax(0,1fr) 295px;gap:24px;display:grid}.lp-receipts{min-width:0}.lp-receipts>.lp-section-heading{margin-bottom:9px}.lp-section-note{color:#9da797;font-size:10px;margin-bottom:21px!important}.lp-event-list{border:1px solid var(--lp-line);background:#fff;border-radius:7px}.lp-event-list>button{border:0;border-bottom:1px solid var(--lp-line);text-align:left;background:0 0;align-items:center;gap:12px;width:100%;padding:17px;display:flex}.lp-event-list>button:last-child{border-bottom:0}.lp-event-list>button:hover{background:#f8fbf4}.lp-event-icon{color:#90a17e;background:#edf3e8;border-radius:7px;flex:none;place-items:center;width:33px;height:33px;display:grid}.lp-event-fee{color:#8a98b8;background:#edf0f8}.lp-event-purchase{color:#9bb475;background:#eff4df}.lp-event-list b{font-size:11px;font-weight:700;display:block}.lp-event-list small{color:#a1aa9a;margin-top:4px;font-size:8px;display:block}.lp-event-list code{color:#a1ad99;white-space:nowrap;margin-left:auto;font:400 8px DM Mono}.lp-event-list>button>svg{color:#9fad94}.lp-project-config{border:1px solid var(--lp-line);background:#fff;border-radius:7px;padding:24px}.lp-project-config h3{margin:10px 0 20px;font-size:21px}.lp-address{border-bottom:1px solid var(--lp-line);padding:12px 0}.lp-address>span{color:#92a089;font-size:9px}.lp-address>div{justify-content:space-between;align-items:center;margin-top:6px;display:flex}.lp-address code{color:#648157;font:400 10px DM Mono}.lp-address button{color:#a0ae95;background:0 0;border:0;align-items:center;padding:3px;display:flex}.lp-project-config .lp-definition{margin-top:12px}.lp-project-config>p{color:#a0a994;margin-top:16px;font-size:9px;line-height:1.9}.lp-modal-backdrop{z-index:50;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#18362970;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.lp-modal{background:#fff;border-radius:10px;width:100%;max-width:530px;padding:35px;position:relative;box-shadow:0 25px 80px #17332430}.lp-modal-close{color:#93a388;background:0 0;border:0;padding:5px;position:absolute;top:15px;right:17px}.lp-modal h2{margin:20px 0 13px;font-size:26px}.lp-modal>p{color:#8a9e7c;margin-bottom:25px;font-size:11px}.lp-full-hash{overflow-wrap:anywhere;max-width:295px;font-size:9px;font-weight:400;display:block}.lp-modal>.lp-button{margin-top:25px}.lp-mechanism-flow{border:1px solid var(--lp-line);background:#fff;border-radius:8px;grid-template-columns:repeat(3,minmax(0,1fr));margin:35px 0 50px;display:grid;overflow:hidden}.lp-mechanism-flow article{border-right:1px solid var(--lp-line);padding:28px;position:relative}.lp-mechanism-flow article:last-child{border:0}.lp-mechanism-flow article>svg{color:#8eaa7e;margin:35px 0 23px;display:block}.lp-mechanism-flow h2{margin-bottom:13px;font-size:20px}.lp-mechanism-flow p{color:#97a28f;font-size:11px;line-height:1.85}.lp-mechanism-detail{grid-template-columns:1fr 1fr;gap:60px;margin-bottom:35px;display:grid}.lp-mechanism-detail h2{margin:15px 0 23px;font-size:32px;line-height:1.2}.lp-mechanism-detail p{color:#8d9d82;margin-bottom:17px;font-size:12px;line-height:1.9}.lp-rights-panel{background:#eef4e7;border:1px solid #dbe7cd;border-radius:7px;align-items:flex-start;gap:22px;padding:26px;display:flex}.lp-rights-panel>svg{color:#99b37f}.lp-rights-panel h3{margin-bottom:9px;font-size:18px}.lp-rights-panel p{color:#8b9b7b;max-width:780px;font-size:11px;line-height:1.8}.lp-mechanism-links{flex-wrap:wrap;align-items:center;gap:25px;margin-top:27px;display:flex}@media (min-width:1600px){.lp-main{padding-top:55px}.lp-hero{gap:65px}.lp-hero h1{font-size:57px}.lp-launch-map{justify-self:end;width:100%;max-width:490px}.lp-map-tokens{padding-top:40px;padding-bottom:40px}.lp-community-stamp b{font-size:43px}.lp-hero .lp-lead{font-size:14px}.lp-metrics>div{padding:23px 27px}.lp-catalog-tools{padding-top:10px}.lp-asset-table td{padding-top:18px;padding-bottom:18px}}@media (max-width:1200px){.lp-sidebar{flex-basis:190px;width:190px;padding-left:12px;padding-right:12px}.lp-main{padding:30px 26px 50px}.lp-topbar{padding:0 26px}.lp-sandbox-banner{padding-left:26px;padding-right:26px}.lp-hero{grid-template-columns:1.15fr 1fr;gap:22px}.lp-hero h1{font-size:35px}.lp-hero-actions{gap:16px}.lp-hero-actions .lp-text-link{font-size:10px}.lp-launch-map{padding:18px}.lp-map-tokens{grid-template-columns:1.2fr 32px 1fr;min-height:205px}.lp-community-stamp{padding:14px 12px}.lp-community-stamp b{font-size:29px}.lp-equity-stamp{padding:13px 10px}.lp-equity-stamp b{font-size:20px}.lp-equity-stamp>.lp-asset-mark{width:38px;height:38px}.lp-map-top{font-size:6px}.lp-map-bottom{font-size:7px}.lp-catalog-tools{flex-wrap:wrap}.lp-catalog-tools>.lp-search{max-width:none}.lp-asset-table th,.lp-asset-table td{padding-left:14px;padding-right:14px}.lp-metrics>div{padding:15px}.lp-metrics b small{margin-left:0;display:block}.lp-metrics .lp-metric-text{font-size:13px}.lp-create-grid{grid-template-columns:minmax(0,1fr) 250px;gap:19px}.lp-wizard-body{padding:23px}.lp-create-preview{padding:21px}.lp-steps{gap:15px;padding:18px 21px}.lp-steps li{gap:5px;font-size:8px}.lp-project-grid{grid-template-columns:1fr 1fr}.lp-project-bottom{grid-template-columns:minmax(0,1fr) 260px;gap:18px}.lp-project-config{padding:19px}.lp-operation-card{padding:21px}.lp-event-list code{display:none}}@media (max-width:1000px){.lp-sidebar{flex-basis:176px;width:176px}.lp-logo{gap:8px;padding-left:4px}.lp-logo>span{font-size:15px}.lp-logo img{width:34px;height:34px}.lp-workspace{gap:6px;padding:10px 7px}.lp-workspace>svg{display:none}.lp-hero{grid-template-columns:1fr}.lp-hero h1{font-size:43px}.lp-hero .lp-lead{max-width:560px}.lp-launch-map{display:none}.lp-metrics{grid-template-columns:1fr 1fr}.lp-metrics>div:nth-child(2){border-right:0}.lp-metrics>div:nth-child(-n+2){border-bottom:1px solid var(--lp-line)}.lp-create-grid{grid-template-columns:1fr}.lp-create-preview{display:none;position:static}.lp-catalog-caption{align-items:flex-start}.lp-catalog-caption>span{align-items:flex-start;max-width:330px;line-height:1.7}.lp-asset-table{min-width:680px}.lp-project-bottom{grid-template-columns:1fr}.lp-project-config{max-width:none}.lp-operation-grid{gap:15px}.lp-operation-card{padding:18px}.lp-operation-card h2{font-size:16px}.lp-operation-card>header{gap:7px}.lp-operation-card>header>svg{display:none}.lp-footer{flex-wrap:wrap;padding:20px 26px}.lp-sandbox-banner>a{display:none}.lp-project-heading h1{font-size:27px}.lp-project-heading>button{padding:9px;font-size:9px}.lp-mechanism-flow article{padding:21px}.lp-mechanism-flow h2{font-size:17px}.lp-mechanism-detail{gap:30px}.lp-mechanism-detail h2{font-size:27px}}@media (max-width:760px){.lp-sidebar{display:none}.lp-topbar{height:64px;padding:0 20px}.lp-topbar>div:first-child{gap:9px;font-size:10px}.lp-mobile-brand{color:var(--lp-green);font-weight:800;display:inline}.lp-topbar>div:first-child>b{font-size:10px}.lp-version{display:none}.lp-sandbox-banner{align-items:flex-start;padding:9px 20px;font-size:8px;line-height:1.6}.lp-sandbox-banner>svg{margin-top:2px}.lp-mobile-nav{border-bottom:1px solid var(--lp-line);color:#72856f;white-space:nowrap;background:#fff;gap:24px;padding:13px 20px;font-size:10px;display:flex;overflow:auto}.lp-main{padding:28px 20px 45px}.lp-hero{padding-top:2px;padding-bottom:28px}.lp-hero h1{margin-top:18px;font-size:37px}.lp-lead{max-width:460px;font-size:11px}.lp-hero-actions{gap:18px;margin-top:21px}.lp-hero-footnote{font-size:8px;margin-top:19px!important}.lp-metrics{margin-bottom:29px}.lp-metrics>div{padding:15px 17px}.lp-metrics b{font-size:25px}.lp-metrics>div>span{font-size:8px}.lp-metrics .lp-metric-text{font-size:13px}.lp-metrics b small{font-size:8px}.lp-section-heading h2{font-size:21px}.lp-first-launch{flex-wrap:wrap;gap:14px;padding:19px}.lp-first-icon{width:39px;height:39px}.lp-first-launch>div:nth-child(2){flex:1}.lp-first-launch h3{font-size:12px}.lp-first-launch p{font-size:9px}.lp-first-launch>a{width:100%;margin-top:2px}.lp-launch-section{margin-bottom:28px}.lp-catalog{padding-top:20px}.lp-catalog>.lp-section-heading{padding:0 18px}.lp-catalog-tools{padding:0 18px 14px;display:block}.lp-tabs{gap:4px;margin-bottom:15px}.lp-tabs button{padding:7px 8px;font-size:8px}.lp-catalog-tools>.lp-search{max-width:none;padding:10px}.lp-catalog-caption{flex-direction:column;gap:8px;padding:10px 18px}.lp-catalog-caption>span{max-width:none}.lp-pagination{padding:14px 18px;font-size:8px}.lp-footer{padding:20px;font-size:8px;display:block}.lp-footer>span,.lp-footer>a{margin-bottom:8px;display:block}.lp-quiet{font-size:8px}.lp-project-grid{grid-template-columns:1fr 1fr}.lp-project-card{padding:15px}.lp-project-card .lp-badge{display:none}.lp-project-card h3{font-size:17px}.lp-project-card footer{flex-direction:column;font-size:8px}.lp-back{margin-bottom:22px}.lp-page-heading h1{font-size:35px}.lp-page-heading>p{font-size:11px}.lp-steps{justify-content:space-between;gap:0;padding:17px}.lp-steps li{gap:5px;font-size:8px}.lp-steps li>span{width:21px;height:21px;font-size:8px}.lp-wizard-body{padding:22px 18px}.lp-wizard-body>h2{font-size:20px}.lp-asset-options{gap:7px;max-height:405px}.lp-asset-options>button{gap:7px;padding:10px 7px}.lp-asset-options>button small{max-width:105px;font-size:7px}.lp-asset-options>button b{font-size:10px}.lp-asset-options .lp-asset-mark{width:27px;height:27px;font-size:9px}.lp-asset-options>button>svg{width:12px}.lp-wizard-footer{padding:18px}.lp-form-grid{gap:19px 14px}.lp-form-grid label{font-size:9px}.lp-form-grid small{font-size:8px}.lp-review-name{gap:10px;padding:14px}.lp-review-name .lp-badge{display:none}.lp-review-name h3{font-size:15px}.lp-consent{font-size:9px}.lp-wizard>.lp-error,.lp-wizard>.lp-busy{margin-left:18px;margin-right:18px}.lp-project-heading{flex-wrap:wrap;gap:12px}.lp-project-heading>.lp-asset-mark{width:48px;height:48px;font-size:19px}.lp-project-heading h1{font-size:24px}.lp-project-heading>div{flex:1;min-width:0}.lp-project-heading p{gap:8px;font-size:9px}.lp-project-heading>button{margin-left:60px}.lp-project-status{gap:10px;font-size:8px}.lp-operation-grid{grid-template-columns:1fr}.lp-operation-card{padding:22px}.lp-operation-card h2{font-size:20px}.lp-operation-card>header{gap:10px}.lp-operation-card>p{min-height:0}.lp-operation-card .lp-definition{margin-top:7px}.lp-operation-card>.lp-full-button{margin-top:20px}.lp-purchase-amount{margin-bottom:10px;padding:24px 0 13px}.lp-event-list>button{gap:9px;padding:14px 12px}.lp-event-list b{font-size:10px}.lp-event-list small{font-size:7px}.lp-modal{padding:29px 23px}.lp-modal h2{font-size:23px}.lp-full-hash{max-width:185px;font-size:8px}.lp-modal .lp-definition>div:last-child{display:block}.lp-modal .lp-definition>div:last-child dd{text-align:left;margin-top:10px}.lp-modal .lp-full-hash{max-width:none}.lp-mechanism-flow{grid-template-columns:1fr;margin:28px 0 35px}.lp-mechanism-flow article{border-right:0;border-bottom:1px solid var(--lp-line);padding:25px}.lp-mechanism-flow article>svg{margin:20px 0 17px}.lp-mechanism-flow h2{font-size:22px}.lp-mechanism-detail{grid-template-columns:1fr;gap:25px}.lp-mechanism-detail h2{font-size:29px}.lp-mechanism-detail p{font-size:11px}.lp-rights-panel{gap:13px;padding:22px}.lp-rights-panel h3{font-size:16px}.lp-rights-panel p{font-size:10px}.lp-mechanism-links{flex-direction:column;align-items:flex-start;gap:20px}}@media (max-width:390px){.lp-main{padding-left:15px;padding-right:15px}.lp-hero h1{font-size:32px}.lp-topbar{padding-left:15px;padding-right:15px}.lp-topbar .lp-button{gap:5px;padding:8px;font-size:9px}.lp-hero-actions{gap:15px}.lp-hero-actions>.lp-button{width:100%}.lp-project-grid,.lp-form-grid{grid-template-columns:1fr}.lp-steps li{font-size:7px}.lp-wizard-footer>.lp-button{padding-left:12px;padding-right:12px;font-size:10px}.lp-asset-options>button small{max-width:80px}.lp-metrics .lp-metric-text{font-size:12px}}@media (prefers-reduced-motion:reduce){.lp-shell *{scroll-behavior:auto!important;transition:none!important;animation:none!important}}.lp-shell{--lp-bg:#f3efe5;--lp-paper:#fbf9f2;--lp-ink:#242520;--lp-muted:#77766e;--lp-line:#d7d1c4;--lp-green:#c65f3b;--lp-accent:#df714b;--lp-soft:#ebe6db;background:var(--lp-bg);letter-spacing:-.01em;font-family:Instrument Sans,Arial,sans-serif;font-size:14px;display:block}.lp-shell h1,.lp-shell h2,.lp-shell h3{letter-spacing:-.045em;text-wrap:balance}.lp-shell code,.lp-shell .lp-eyebrow,.lp-shell .lp-version,.lp-shell .lp-nav-label,.lp-shell .lp-instrument{font-family:IBM Plex Mono,DM Mono,monospace}.lp-shell :focus-visible{outline-color:var(--lp-accent)}.lp-sidebar{z-index:30;border:0;border-bottom:1px solid var(--lp-line);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#fbf9f2f0;flex-direction:row;align-items:center;gap:5px;width:100%;height:72px;padding:0 clamp(22px,3vw,48px);display:flex;position:sticky;top:0}.lp-logo{gap:10px;margin-right:25px;padding:0}.lp-logo img{border-color:#cfc8ba;border-radius:7px;width:38px;height:38px}.lp-logo>span{color:#1e201c;font-size:15px;line-height:.95}.lp-workspace,.lp-nav-label,.lp-environment{display:none}.lp-sidebar nav{flex-direction:row;gap:1px;margin:0;display:flex}.lp-sidebar nav:nth-of-type(2){margin-left:auto}.lp-sidebar nav a{color:#68675f;border-radius:3px;min-height:34px;padding:7px 10px;font-size:11px;font-weight:600}.lp-sidebar nav a:hover{color:#22231f;background:#ece7dc}.lp-sidebar nav a.is-active{color:#fff;background:#252621}.lp-sidebar nav a>span{color:inherit;background:0 0;border:0;font-family:IBM Plex Mono}.lp-sidebar nav svg{width:14px}.lp-sidebar-bottom{margin:0 0 0 8px}.lp-sidebar-bottom>a{color:#6e6b63;gap:6px;height:34px;padding:7px 9px;font-family:IBM Plex Mono;font-size:9px}.lp-body{min-width:0}.lp-topbar{background:var(--lp-paper);border-color:var(--lp-line);height:51px;padding:0 clamp(22px,3vw,48px)}.lp-topbar>div:first-child{letter-spacing:.02em;font-family:IBM Plex Mono;font-size:9px}.lp-version{color:#9a958b}.lp-sandbox-banner{color:#746754;background:#e9e2d4;border-color:#d7cdbc;min-height:34px;padding:7px clamp(22px,3vw,48px);font-family:IBM Plex Mono;font-size:9px}.lp-main{max-width:1480px;padding:54px clamp(22px,4vw,64px) 100px}.lp-button{border-radius:3px;font-size:11px;transition:transform .2s cubic-bezier(.2,.8,.2,1),background .2s,color .2s}.lp-button-dark:hover{background:#c65f3b;transform:translateY(-2px)}.lp-button-outline{background:0 0;border-color:#cfc8ba}.lp-eyebrow{color:#9a5a42;font-size:9px}.lp-hero{grid-template-columns:minmax(360px,.78fr) minmax(620px,1.22fr);align-items:center;gap:clamp(38px,5vw,80px);padding:22px 0 65px}.lp-hero h1{letter-spacing:-.065em;max-width:610px;margin:24px 0;font-size:clamp(48px,5vw,76px);font-weight:650;line-height:.98}.lp-hero h1 em{color:#c65f3b;font-style:normal}.lp-lead{color:#65645d;text-wrap:pretty;max-width:570px;font-size:14px;line-height:1.75}.lp-hero-actions{margin-top:30px}.lp-hero-footnote{color:#8e8a80;font-family:IBM Plex Mono;font-size:9px;margin-top:27px!important}.lp-live-route{color:#f5f0e7;background:#242520;border:1px solid #1d1e1a;border-radius:4px;min-height:410px;position:relative;overflow:hidden;box-shadow:16px 18px #ded7ca}.lp-live-route>header,.lp-live-route>footer{letter-spacing:.045em;border-bottom:1px solid #44443e;justify-content:space-between;align-items:center;height:48px;padding:0 18px;font-family:IBM Plex Mono;font-size:8px;display:flex}.lp-live-route>header span,.lp-live-route>footer b{align-items:center;gap:8px;display:flex}.lp-live-route>header i,.lp-live-route>footer b i{background:#dc704a;border-radius:50%;width:7px;height:7px;animation:1.8s ease-in-out infinite lp-beacon;box-shadow:0 0 0 4px #dc704a24}.lp-live-route>header b{color:#bdb8ad;font-weight:500}.lp-live-route>footer{color:#aaa69d;border-top:1px solid #44443e;border-bottom:0;height:51px}.lp-live-route>footer b{color:#cac5ba;font-weight:500}.lp-route-stage{grid-template-columns:1fr 65px 1fr 65px 1fr;align-items:center;min-height:310px;padding:34px 20px;display:grid;position:relative}.lp-route-grid-lines{opacity:.16;background-image:linear-gradient(#76756d 1px,#0000 1px),linear-gradient(90deg,#76756d 1px,#0000 1px);background-size:24px 24px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#0000,#000 25% 75%,#0000);mask-image:linear-gradient(#0000,#000 25% 75%,#0000)}.lp-route-node{z-index:2;color:#22231f;background:#efeadf;border:1px solid #77746c;border-radius:2px;flex-direction:column;align-items:flex-start;min-width:0;min-height:170px;padding:17px;display:flex;position:relative;box-shadow:6px 7px #12130f}.lp-route-node small{color:#79756c;letter-spacing:.08em;font-family:IBM Plex Mono;font-size:7px}.lp-route-node .lp-stock-logo{margin:24px 0 10px}.lp-route-node strong{letter-spacing:-.05em;font-size:20px;line-height:1}.lp-route-node>span{color:#77736b;margin-top:8px;font-size:9px}.lp-route-node code{color:#8e3d28;margin:27px 0 10px;font-size:11px}.lp-node-token{color:#211d19;background:#d86c47;border-color:#f29a7d;transform:translateY(-11px)}.lp-route-wire{z-index:1;background:#77766e;height:1px;position:relative;overflow:visible}.lp-route-wire:after{content:"›";color:#c65f3b;font:22px/1 IBM Plex Mono;position:absolute;top:-11px;right:-3px}.lp-route-wire i{background:#e77a52;border-radius:50%;width:7px;height:7px;animation:2.8s cubic-bezier(.4,0,.2,1) infinite lp-packet;position:absolute;top:-3px}.lp-route-wire i:nth-child(2){animation-delay:.9s}.lp-route-wire i:nth-child(3){animation-delay:1.8s}.lp-wire-b i{animation-duration:3.4s}.lp-stock-logo{background:#fff;border:1px solid #d7d0c4;border-radius:4px;place-items:center;width:49px;height:49px;display:grid;overflow:hidden}.lp-stock-logo img{object-fit:contain;width:100%;height:100%;padding:6px;display:block}.lp-stock-logo-small{border-radius:3px;width:36px;height:36px}.lp-stock-logo-small img{padding:4px}.lp-deploy-slot{color:#656258;background:#f4f0e7;border:1px dashed #bdb5a7;border-radius:3px;align-items:center;gap:9px;min-width:180px;padding:10px;display:flex}.lp-deploy-slot>div{min-width:0}.lp-deploy-slot b,.lp-deploy-slot small{display:block}.lp-deploy-slot b{letter-spacing:.02em;font:500 8px IBM Plex Mono}.lp-deploy-slot small{color:#999288;white-space:nowrap;margin-top:2px;font:400 8px IBM Plex Mono}.lp-deploy-pulse{background:#e3ddd1;border:1px solid #a39b8e;border-radius:50%;flex:none;width:7px;height:7px}.lp-deploy-slot.is-live{color:#8d3f28;background:#f7e4da;border-style:solid;border-color:#d67a5b}.lp-deploy-slot.is-live .lp-deploy-pulse{background:#d35f38;border:0;box-shadow:0 0 0 4px #d35f3820}.lp-deploy-slot>svg{margin-left:auto}.lp-deploy-slot.is-compact{background:0 0;min-width:165px;padding:8px}.lp-create-preview>.lp-deploy-slot,.lp-project-config>.lp-deploy-slot{margin:16px 0}.lp-metrics{border-color:var(--lp-line);background:var(--lp-paper);box-shadow:none;border-radius:3px}.lp-metrics>div{border-color:var(--lp-line)}.lp-metrics b{font-family:Instrument Sans;font-weight:650}.lp-first-launch,.lp-project-card,.lp-catalog,.lp-wizard,.lp-create-preview,.lp-operation-card,.lp-event-list,.lp-project-config,.lp-mechanism-flow,.lp-rights-panel{border-color:var(--lp-line);background:var(--lp-paper);box-shadow:none;border-radius:3px}.lp-catalog{overflow:hidden}.lp-catalog-tools,.lp-catalog-caption{border-color:var(--lp-line)}.lp-tabs button,.lp-search,.lp-pagination button,.lp-amount-presets button{border-radius:2px}.lp-tabs button.is-active{color:#fff;background:#282923}.lp-asset-table{min-width:1080px}.lp-asset-table th{color:#7c776e;background:#ede8de;font-family:IBM Plex Mono;font-size:8px}.lp-asset-table td{border-color:#e1dbcf}.lp-company-cell{min-width:205px}.lp-company-cell strong{color:#a84b31;font-family:IBM Plex Mono}.lp-company-cell>div>span{max-width:175px}.lp-instrument{color:#a74d32;background:#eee7da;border-radius:2px}.lp-row-action{color:#9e472f}.lp-row-action:hover{transform:translate(2px)}.lp-sector{background:#f1ece3;border-color:#d6cec1;border-radius:2px}.lp-page-heading h1{font-family:Instrument Sans;font-weight:650}.lp-create-preview>.lp-stock-logo{margin:25px 0 18px}.lp-asset-options>button{border-radius:2px}.lp-project-config h3{font-weight:650}.lp-footer{border-color:var(--lp-line);color:#817c72;background:#eae4d9;font-family:IBM Plex Mono}@keyframes lp-packet{0%{opacity:0;left:0;transform:scale(.5)}15%{opacity:1}85%{opacity:1}to{opacity:0;left:calc(100% - 4px);transform:scale(1)}}@keyframes lp-beacon{50%{opacity:.45;transform:scale(.78)}}@media (max-width:1380px){.lp-sidebar nav:nth-of-type(2){display:none}.lp-sidebar-bottom{margin-left:auto}}@media (max-width:1180px){.lp-hero{grid-template-columns:1fr}.lp-live-route{max-width:850px}.lp-route-node{min-height:155px}}@media (max-width:760px){.lp-sidebar{display:none}.lp-topbar{background:var(--lp-paper)}.lp-main{padding-top:36px}.lp-hero{padding-bottom:47px;display:block}.lp-hero h1{font-size:45px}.lp-live-route{min-height:0;margin-top:42px;box-shadow:8px 9px #ddd5c7}.lp-route-stage{grid-template-columns:1fr;gap:20px;padding:26px 20px}.lp-route-node{min-height:128px}.lp-route-node .lp-stock-logo{margin:17px 0 8px}.lp-node-token{transform:none}.lp-route-wire{justify-self:center;width:1px;height:20px}.lp-route-wire:after{top:6px;right:-7px;transform:rotate(90deg)}.lp-route-wire i,.lp-live-route>header b{display:none}.lp-live-route>footer code{white-space:nowrap;max-width:190px;overflow:hidden}.lp-asset-table{min-width:1050px}.lp-deploy-slot{min-width:165px}}.lp-shell{--lp-bg:#eef2eb;--lp-paper:#fafcf7;--lp-ink:#101713;--lp-muted:#69736c;--lp-line:#cbd4c9;--lp-green:#719900;--lp-accent:#9bca13;--lp-soft:#e4eadf;background:var(--lp-bg)}.lp-sidebar{background:#fafcf7f0}.lp-logo{gap:11px}.lp-logo .pump-mark{flex:none;width:38px;height:38px}.lp-logo>span{letter-spacing:-.075em;font-size:17px;font-weight:780}.lp-logo>span>span{color:#719900;letter-spacing:.06em;margin-top:4px;font:600 8px/1 IBM Plex Mono,monospace}.lp-sidebar nav a:hover{background:#e7ece3}.lp-sidebar nav a.is-active{background:#101713}.lp-sidebar-bottom>a{color:#60705e}.lp-button-dark{background:#101713}.lp-button-dark:hover{background:#9bca13;color:#101713!important}.lp-text-link{color:#648900}.lp-eyebrow{color:#69870f}.lp-eyebrow>span{background:#9bca13}.lp-sandbox-banner{color:#5d6b5f;background:#e4eadd;border-color:#d1dacd}.lp-sandbox-banner b{color:#688d00}.lp-hero h1 em,.lp-page-heading h1 em{color:#719900}.lp-lead{color:#5d685f}.lp-live-route{color:#f3f6ed;background:#101713;border-color:#101713;box-shadow:16px 18px #ccd8c5}.lp-live-route>header,.lp-live-route>footer{border-color:#39443c}.lp-live-route>header i,.lp-live-route>footer b i{background:#b6e42d;box-shadow:0 0 0 4px #b6e42d22}.lp-live-route>footer code span{color:#c8f64c}.lp-route-grid-lines{opacity:.2;background-image:linear-gradient(#68746b 1px,#0000 1px),linear-gradient(90deg,#68746b 1px,#0000 1px)}.lp-route-node{color:#101713;background:#f1f4ed;border-color:#748076;box-shadow:6px 7px #060a07}.lp-route-node code{color:#5c7c00}.lp-node-token{color:#101713;background:#c8f64c;border-color:#e4ff92}.lp-node-token small,.lp-node-token>span{color:#46580d}.lp-node-token code{color:#273600}.lp-node-vault{background:#dbe3d7}.lp-route-wire{background:#718078}.lp-route-wire:after{color:#b8e533}.lp-route-wire i{background:#c8f64c}.lp-metrics,.lp-first-launch,.lp-project-card,.lp-catalog,.lp-wizard,.lp-create-preview,.lp-operation-card,.lp-event-list,.lp-project-config,.lp-mechanism-flow,.lp-rights-panel{background:var(--lp-paper)}.lp-dot{background:#9bca13}.lp-tabs button.is-active{background:#101713}.lp-asset-table th{color:#667269;background:#e4e9e0}.lp-asset-table tr:hover td{background:#eef3e9}.lp-company-cell strong,.lp-instrument,.lp-row-action{color:#638800}.lp-instrument{background:#e6eddb}.lp-asset-options>button.is-selected{background:#edf5da;border-color:#93bd23}.lp-purchase-card{background:#e6eddf}.lp-footer{color:#667267;background:#e1e7dc}.lp-deploy-slot.is-live{color:#5b7a05;background:#edf6d7;border-color:#86aa23}.lp-deploy-slot.is-live .lp-deploy-pulse{background:#9bca13;box-shadow:0 0 0 4px #9bca1320}@media (max-width:760px){.lp-live-route{box-shadow:8px 9px #ccd8c5}}@media (max-width:420px){.lp-hero h1{font-size:39px}.lp-lead{font-size:12px}.lp-live-route>header,.lp-live-route>footer{padding:0 12px}.lp-route-stage{padding:21px 14px}.lp-route-node{min-height:120px}.lp-topbar{padding-left:15px;padding-right:15px}}@media (prefers-reduced-motion:reduce){.lp-route-wire i,.lp-live-route>header i,.lp-live-route>footer b i{animation:none!important}}.lp-phase{text-transform:uppercase;white-space:nowrap;border:1px solid #cbd4c7;border-radius:2px;justify-content:center;align-items:center;min-width:58px;padding:5px 8px;font:700 8px IBM Plex Mono,DM Mono,monospace;display:inline-flex}.lp-phase-1{color:#fff;background:#101713;border-color:#101713}.lp-phase-2{color:#667269;background:#e4e9e0}.lp-table-scroll{position:relative}

/* ==========================================================================
   LEVEL HIGH CONTRAST & READABILITY ARCHITECTURE
   ========================================================================== */

/* 1. Hero Kicker Pill Badge (for non-clouds backgrounds) */
.short-hero-kicker {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  letter-spacing: 0.14em !important;
  text-transform: uppercase !important;
  color: var(--color-primary-dark, #843300) !important;
  background: var(--color-primary-soft, #fff2e6) !important;
  border: 1px solid var(--color-primary, #ff7a1a) !important;
  border-radius: 999px !important;
  padding: 8px 20px !important;
  margin: 0 auto 30px !important;
  font-size: 11px !important;
  font-weight: 800 !important;
  text-shadow: none !important;
  box-shadow: 0 4px 14px rgba(255, 122, 26, 0.16) !important;
}
.short-hero-kicker span {
  background: var(--color-primary, #ff7a1a) !important;
  box-shadow: 0 0 8px var(--color-primary, #ff7a1a) !important;
  width: 7px !important;
  height: 7px !important;
  margin-right: 8px !important;
  display: inline-block !important;
  border-radius: 50% !important;
}

/* 2. Hero Headline & Main Copy */
.short-hero-copy {
  color: var(--color-text-main, #0b1a2b) !important;
  text-shadow: none !important;
  letter-spacing: -0.025em !important;
  max-width: 660px !important;
  margin: 32px auto 32px !important;
  font-size: 26px !important;
  font-weight: 600 !important;
  line-height: 1.45 !important;
}
.short-hero-copy em {
  color: var(--color-primary, #ff7a1a) !important;
  font-style: italic !important;
  font-weight: 700 !important;
  text-shadow: none !important;
}

/* 3. Hero Caption & Live Indicator */
.short-hero-caption {
  color: var(--color-text-main, #0b1a2b) !important;
  font-weight: 750 !important;
  font-size: 12px !important;
  margin-top: 36px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}
.short-hero-caption > span:last-child {
  border-left: 1.5px solid rgba(16, 47, 64, 0.25) !important;
  color: var(--color-text-muted, #334e68) !important;
  margin-left: 14px !important;
  padding-left: 16px !important;
  font-weight: 650 !important;
}
.short-live-dot {
  background: var(--color-primary, #ff7a1a) !important;
  box-shadow: 0 0 0 3px rgba(255, 122, 26, 0.25) !important;
}

/* 4. Action Buttons in Hero & Globally */
.short-theme .short-pill:not(.short-lime),
.short-hero-actions .short-pill:not(.short-lime) {
  background: rgba(255, 255, 255, 0.95) !important;
  color: var(--color-text-main, #0b1a2b) !important;
  border: 1.5px solid rgba(16, 47, 64, 0.22) !important;
  box-shadow: 0 4px 14px rgba(16, 47, 64, 0.08) !important;
  font-weight: 750 !important;
}
.short-theme .short-pill:not(.short-lime):hover,
.short-hero-actions .short-pill:not(.short-lime):hover {
  background: #ffffff !important;
  border-color: var(--color-primary, #ff7a1a) !important;
  color: var(--color-primary-dark, #843300) !important;
  box-shadow: 0 6px 20px rgba(16, 47, 64, 0.12) !important;
  transform: translateY(-2px) !important;
}
.short-theme .short-lime,
.short-pill.short-lime {
  background: var(--color-primary, #ff7a1a) !important;
  color: #ffffff !important;
  font-weight: 800 !important;
  border: 1.5px solid rgba(255, 255, 255, 0.3) !important;
  box-shadow: 0 4px 18px var(--color-primary-glow, rgba(255, 122, 26, 0.35)) !important;
}
.short-theme .short-lime:hover,
.short-pill.short-lime:hover {
  background: var(--color-primary-hover, #ff8c36) !important;
  box-shadow: 0 6px 22px var(--color-primary-glow, rgba(255, 122, 26, 0.45)) !important;
  transform: translateY(-2px) !important;
}

/* 5. Navigation Bar Links & Badges */
.short-nav-links {
  background: rgba(255, 255, 255, 0.95) !important;
  border: 1.5px solid rgba(16, 47, 64, 0.16) !important;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08) !important;
}
.short-nav-links a {
  color: var(--color-text-main, #0b1a2b) !important;
  font-weight: 800 !important;
  letter-spacing: 0.08em !important;
}
.short-nav-links a:hover,
.short-nav-links a[aria-current="page"] {
  background: var(--color-primary, #ff7a1a) !important;
  color: #ffffff !important;
}

/* ==========================================================================
   AUTHENTIC ORIGINAL LEVEL THEME FOR CLOUDS SKY BACKGROUND
   ========================================================================== */
:is(:root:not([data-bg]), [data-bg="clouds"]):not([data-theme-mode="dark"]) .short-hero-kicker {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  color: #fff !important;
  text-shadow: 0 1px 8px #3571aa !important;
  font-size: 10px !important;
  letter-spacing: .18em !important;
  padding: 0 !important;
  margin: 3px 0 27px !important;
  display: block !important;
}
:is(:root:not([data-bg]), [data-bg="clouds"]):not([data-theme-mode="dark"]) .short-hero-kicker span {
  background: var(--color-primary, #ff7a1a) !important;
  box-shadow: none !important;
  border-radius: 50% !important;
  width: 6px !important;
  height: 6px !important;
  margin: 0 8px 1px 0 !important;
  display: inline-block !important;
}
:is(:root:not([data-bg]), [data-bg="clouds"]):not([data-theme-mode="dark"]) .short-hero-copy {
  color: #fff !important;
  text-shadow: 0 2px 10px #477ca27a !important;
  font-size: 24px !important;
  font-weight: 400 !important;
  max-width: 600px !important;
  margin: 28px auto 30px !important;
  line-height: 1.42 !important;
}
:is(:root:not([data-bg]), [data-bg="clouds"]):not([data-theme-mode="dark"]) .short-hero-copy em {
  color: #fff !important;
  font-family: Georgia, serif !important;
  font-style: italic !important;
  font-weight: 400 !important;
  text-shadow: 0 2px 10px #477ca27a !important;
}
:is(:root:not([data-bg]), [data-bg="clouds"]):not([data-theme-mode="dark"]) .short-hero-caption {
  color: #1b5975 !important;
  font-size: 11px !important;
  font-weight: 500 !important;
}
:is(:root:not([data-bg]), [data-bg="clouds"]):not([data-theme-mode="dark"]) .short-nav-links {
  background: rgba(255, 255, 255, 0.55) !important;
  border: 1px solid rgba(255, 255, 255, 0.75) !important;
  box-shadow: 0 5px 22px rgba(36, 82, 118, 0.05) !important;
  backdrop-filter: blur(18px) !important;
  -webkit-backdrop-filter: blur(18px) !important;
}
:is(:root:not([data-bg]), [data-bg="clouds"]):not([data-theme-mode="dark"]) .short-nav-links a {
  color: #0b1a2b !important;
  font-weight: 750 !important;
}
:is(:root:not([data-bg]), [data-bg="clouds"]):not([data-theme-mode="dark"]) .short-nav-links a:hover,
:is(:root:not([data-bg]), [data-bg="clouds"]):not([data-theme-mode="dark"]) .short-nav-links a[aria-current="page"] {
  background: #ffffff !important;
  color: #0b1a2b !important;
  box-shadow: 0 2px 6px rgba(26, 74, 105, 0.12) !important;
}
:is(:root:not([data-bg]), [data-bg="clouds"]):not([data-theme-mode="dark"]) .short-theme .short-pill:not(.short-lime),
:is(:root:not([data-bg]), [data-bg="clouds"]):not([data-theme-mode="dark"]) .short-hero-actions .short-pill:not(.short-lime) {
  background: rgba(255, 255, 255, 0.65) !important;
  border: 1px solid rgba(255, 255, 255, 0.75) !important;
  color: #0b1a2b !important;
  box-shadow: 0 4px 14px rgba(36, 81, 109, 0.06) !important;
  backdrop-filter: blur(12px) !important;
  -webkit-backdrop-filter: blur(12px) !important;
}
:is(:root:not([data-bg]), [data-bg="clouds"]):not([data-theme-mode="dark"]) .short-theme .short-pill:not(.short-lime):hover,
:is(:root:not([data-bg]), [data-bg="clouds"]):not([data-theme-mode="dark"]) .short-hero-actions .short-pill:not(.short-lime):hover {
  background: #ffffff !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 8px 20px rgba(43, 92, 119, 0.12) !important;
  border-color: rgba(255, 255, 255, 0.95) !important;
  color: #0b1a2b !important;
}
.short-brand > span {
  color: var(--color-text-main, #0b1a2b) !important;
  font-weight: 900 !important;
}
.short-brand small {
  color: var(--color-primary-dark, #843300) !important;
  font-weight: 750 !important;
}
.short-nav-status {
  color: var(--color-text-muted, #334e68) !important;
  font-weight: 700 !important;
}

/* 6. Section Glass Cards & Content (Light Mode Base) */
.short-glass {
  background: rgba(255, 255, 255, 0.92) !important;
  border: 1.5px solid rgba(16, 47, 64, 0.14) !important;
  box-shadow: 0 14px 40px rgba(16, 47, 64, 0.08) !important;
}
.short-micro {
  color: #c2410c !important;
  font-weight: 800 !important;
  letter-spacing: 0.16em !important;
  text-transform: uppercase !important;
}
.short-section h2 {
  color: #0b1a2b !important;
  font-weight: 750 !important;
}
.short-section h2 em {
  color: #ea580c !important;
  font-weight: 750 !important;
}
.short-intro-copy {
  color: #334e68 !important;
  font-size: 14.5px !important;
  line-height: 1.65 !important;
}
.short-intro-copy strong {
  color: #0b1a2b !important;
  font-weight: 800 !important;
}
.short-section-title > p:last-child:not(.short-micro) {
  color: #334e68 !important;
  font-weight: 600 !important;
  font-size: 15px !important;
}

/* 7. Steps & Company Universe (Light Mode Base) */
.short-step {
  background: rgba(255, 255, 255, 0.92) !important;
  border: 1.5px solid rgba(16, 47, 64, 0.14) !important;
}
.short-step-number {
  color: #c2410c !important;
  font-weight: 800 !important;
}
.short-step h3 {
  color: #0b1a2b !important;
  font-weight: 800 !important;
}
.short-step > p {
  color: #334e68 !important;
  font-weight: 550 !important;
}
.short-step > a {
  border-top: 1.5px solid rgba(16, 47, 64, 0.12) !important;
  color: #c2410c !important;
  font-weight: 800 !important;
}
.short-universe-top > span {
  color: #0b1a2b !important;
  font-weight: 800 !important;
}
.short-universe-top > a {
  color: #c2410c !important;
  font-weight: 800 !important;
  font-size: 12px !important;
}
.short-universe-top > a:hover {
  color: #ea580c !important;
  text-decoration: underline !important;
}
.short-stock-grid > a {
  background: #ffffff !important;
  border: 1.5px solid rgba(16, 47, 64, 0.14) !important;
  box-shadow: 0 3px 10px rgba(16, 47, 64, 0.05) !important;
}
.short-stock-grid > a:hover {
  background: #fff8f3 !important;
  border-color: #ff7a1a !important;
  box-shadow: 0 8px 24px rgba(255, 122, 26, 0.14) !important;
  transform: translateY(-3px) !important;
}
.short-stock-grid b {
  color: #0b1a2b !important;
  font-weight: 800 !important;
  font-size: 11px !important;
}
.short-stock-grid > a > span:last-child {
  color: #475569 !important;
  font-weight: 700 !important;
  font-size: 10px !important;
}
.short-stock-grid > a.is-live > span:last-child {
  color: #c2410c !important;
  font-weight: 800 !important;
}
.short-stock-grid > a.is-live:after {
  background: #ff7a1a !important;
  box-shadow: 0 0 8px #ff7a1a !important;
}
.short-company-icon {
  background: #ffffff !important;
  border: 1px solid rgba(16, 47, 64, 0.1) !important;
}
.short-note {
  color: #334e68 !important;
  font-weight: 600 !important;
}

/* 8. Proof, Receipts, Contracts & Mini-terminal (Light Mode Base) */
.short-proof-summary h3 {
  color: #0b1a2b !important;
  font-weight: 800 !important;
}
.short-proof-summary h3 span {
  color: #1e293b !important;
  font-weight: 600 !important;
}
.short-proof-summary p {
  color: #334e68 !important;
  font-weight: 550 !important;
  font-size: 14px !important;
}
.short-proof-summary .short-micro {
  color: #c2410c !important;
  font-weight: 800 !important;
}
.short-contracts a {
  background: #ffffff !important;
  border: 1.5px solid rgba(16, 47, 64, 0.16) !important;
  color: #0b1a2b !important;
  font-weight: 750 !important;
  box-shadow: 0 2px 6px rgba(16, 47, 64, 0.04) !important;
}
.short-contracts a:hover {
  background: #fff8f3 !important;
  border-color: #ff7a1a !important;
  box-shadow: 0 6px 16px rgba(255, 122, 26, 0.14) !important;
  transform: translateY(-2px) !important;
}
.short-contracts a > span:first-child {
  color: #0b1a2b !important;
  font-weight: 800 !important;
  font-size: 13px !important;
}
.short-contracts code {
  background: rgba(255, 122, 26, 0.08) !important;
  border: 1px solid rgba(255, 122, 26, 0.22) !important;
  border-radius: 6px !important;
  padding: 2px 7px !important;
  color: #9a3412 !important;
  font-weight: 750 !important;
  font-size: 11.5px !important;
}
.short-contracts a > span:last-child {
  color: #ff7a1a !important;
  font-weight: 800 !important;
}

.short-terminal-promo {
  background: rgba(255, 255, 255, 0.92) !important;
  border: 1.5px solid rgba(16, 47, 64, 0.14) !important;
}
.short-terminal-promo h2 {
  color: #0b1a2b !important;
}
.short-terminal-promo h2 em {
  color: #ea580c !important;
}
.short-terminal-promo p:not(.short-micro) {
  color: #334e68 !important;
  font-weight: 550 !important;
}
.short-mini-terminal {
  background: #ffffff !important;
  border: 1.5px solid rgba(16, 47, 64, 0.16) !important;
  box-shadow: 0 12px 35px rgba(16, 47, 64, 0.08) !important;
}
.short-mini-terminal > header {
  background: #f8fafc !important;
  border-bottom: 1.5px solid rgba(16, 47, 64, 0.12) !important;
  color: #0b1a2b !important;
  font-weight: 800 !important;
}
.short-mini-terminal > a {
  border-bottom: 1px solid rgba(16, 47, 64, 0.08) !important;
}
.short-mini-terminal > a:hover {
  background: #fff8f3 !important;
}
.short-mini-terminal > a > span:first-child {
  color: #475569 !important;
  font-weight: 700 !important;
}
.short-mini-terminal > a > b {
  color: #0b1a2b !important;
  font-weight: 750 !important;
}
.short-mini-terminal > a > span:last-child {
  color: #ff7a1a !important;
  font-weight: 800 !important;
}
.short-mini-terminal > footer {
  color: #475569 !important;
  font-weight: 600 !important;
}

.short-faq details {
  background: rgba(255, 255, 255, 0.92) !important;
  border: 1.5px solid rgba(16, 47, 64, 0.14) !important;
}
.short-faq summary {
  color: #0b1a2b !important;
  font-weight: 750 !important;
}
.short-faq summary > span {
  color: #ff7a1a !important;
  font-weight: 800 !important;
}
.short-faq details > p {
  color: #334e68 !important;
  font-weight: 550 !important;
}

.short-footer {
  background: rgba(255, 255, 255, 0.9) !important;
  border-top: 1.5px solid rgba(16, 47, 64, 0.14) !important;
  color: #334e68 !important;
}
.short-footer-brand {
  color: #0b1a2b !important;
}
.short-footer nav a {
  color: #0b1a2b !important;
  font-weight: 700 !important;
}
.short-footer nav a:hover {
  color: #ff7a1a !important;
}
.short-footer small {
  color: #64748b !important;
  font-weight: 600 !important;
  border-top-color: rgba(16, 47, 64, 0.12) !important;
}

/* 9. Launchpad, Terminal & Desk Contrast (Light Mode Base) */
.short-theme :is(.lp-metrics, .lp-first-launch, .lp-project-card, .lp-catalog, .lp-wizard, .lp-create-preview, .lp-operation-card, .lp-event-list, .lp-project-config, .lp-mechanism-flow, .lp-rights-panel) {
  background: rgba(255, 255, 255, 0.9) !important;
  border: 1.5px solid rgba(16, 47, 64, 0.14) !important;
  box-shadow: 0 10px 30px rgba(16, 47, 64, 0.06) !important;
}
.short-theme .lp-metrics b,
.short-theme .terminal-metrics b {
  color: #0b1a2b !important;
  font-weight: 750 !important;
}
.short-theme .lp-metrics small,
.short-theme .lp-metrics span,
.short-theme .terminal-metrics small,
.short-theme .terminal-metrics span {
  color: #334e68 !important;
  font-weight: 650 !important;
}
.short-theme .lp-asset-table th,
.short-theme .terminal-table th {
  color: #0b1a2b !important;
  background: rgba(235, 245, 252, 0.95) !important;
  border-bottom: 2px solid rgba(16, 47, 64, 0.16) !important;
  font-weight: 800 !important;
}
.short-theme .lp-asset-table td,
.short-theme .terminal-table td {
  color: #0b1a2b !important;
  border-bottom: 1px solid rgba(16, 47, 64, 0.1) !important;
  font-weight: 600 !important;
}
.short-theme .lp-company-cell strong,
.short-theme .terminal-table strong {
  color: #0b1a2b !important;
  font-weight: 800 !important;
}
.short-theme .lp-company-cell > div > span,
.short-theme .terminal-table small {
  color: #334e68 !important;
  font-weight: 650 !important;
}

/* Precise Terminal Layout & Elements */
.terminal-asset-cell {
  display: flex;
  align-items: center;
  gap: 10px;
}
.terminal-asset-icon {
  width: 28px;
  height: 28px;
  border-radius: 7px;
  object-fit: cover;
  flex-shrink: 0;
  border: 1px solid rgba(16, 47, 64, 0.08);
  background: #ffffff;
}
.terminal-row-open {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 32px !important;
  height: 32px !important;
  min-width: 32px !important;
  min-height: 32px !important;
  max-width: 32px !important;
  max-height: 32px !important;
  padding: 0 !important;
  background: rgba(255, 255, 255, 0.85) !important;
  border: 1px solid rgba(16, 47, 64, 0.16) !important;
  border-radius: 8px !important;
  color: var(--color-text-main, #0b1a2b) !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  text-decoration: none !important;
  transition: all 0.15s ease;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
}
.terminal-row-open:hover {
  background: var(--color-primary, #ff7a1a) !important;
  border-color: var(--color-primary, #ff7a1a) !important;
  color: #ffffff !important;
  transform: translateY(-1px) scale(1.05);
  box-shadow: 0 4px 10px rgba(255, 122, 26, 0.35);
}
.terminal-proxy-num {
  font-family: 'DM Mono', monospace, monospace;
  font-weight: 700;
  font-size: 12px;
}
.short-theme .terminal-table tr.selected-row {
  background: rgba(255, 122, 26, 0.09) !important;
}
.short-theme .terminal-table tr.selected-row td:first-child {
  border-left: 3px solid var(--color-primary, #ff7a1a);
}
.desk-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  border-top: 1px solid rgba(240, 166, 109, 0.35);
  font-size: 11px;
}
.desk-row span {
  color: #556c80;
}
.desk-row b {
  color: #102f40;
  font-weight: 700;
}

.short-theme .desk-nav a {
  color: #0b1a2b !important;
  background: rgba(255, 255, 255, 0.85) !important;
  border: 1px solid rgba(16, 47, 64, 0.14) !important;
  font-weight: 700 !important;
}
.short-theme .desk-nav a[aria-current="page"] {
  color: #ffffff !important;
  background: var(--color-primary, #ff7a1a) !important;
  border-color: var(--color-primary, #ff7a1a) !important;
  box-shadow: 0 4px 12px rgba(255, 122, 26, 0.3) !important;
}

/* ==========================================================================
   10. UNIFIED DARK THEME CONTRAST ARCHITECTURE
   Supports: dark-obsidian, cyberpunk-neon, binance-gold, solana-purple,
             cyber-matrix, midnight-neon, and any [data-theme-mode="dark"]
   ========================================================================== */
:is([data-theme="dark-obsidian"], [data-theme="cyberpunk-neon"], [data-theme="binance-gold"], [data-theme="solana-purple"], [data-theme="cyber-matrix"], [data-theme="midnight-neon"], [data-theme-mode="dark"]) .short-hero-kicker {
  background: rgba(255, 122, 26, 0.15) !important;
  color: #ff9d42 !important;
  border-color: rgba(255, 122, 26, 0.45) !important;
}
:is([data-theme="dark-obsidian"], [data-theme="cyberpunk-neon"], [data-theme="binance-gold"], [data-theme="solana-purple"], [data-theme="cyber-matrix"], [data-theme="midnight-neon"], [data-theme-mode="dark"]) .short-hero-copy {
  color: #f8fafc !important;
}
:is([data-theme="dark-obsidian"], [data-theme="cyberpunk-neon"], [data-theme="binance-gold"], [data-theme="solana-purple"], [data-theme="cyber-matrix"], [data-theme="midnight-neon"], [data-theme-mode="dark"]) .short-hero-copy em {
  color: #ff9d42 !important;
}
:is([data-theme="dark-obsidian"], [data-theme="cyberpunk-neon"], [data-theme="binance-gold"], [data-theme="solana-purple"], [data-theme="cyber-matrix"], [data-theme="midnight-neon"], [data-theme-mode="dark"]) .short-hero-caption {
  color: #f8fafc !important;
}
:is([data-theme="dark-obsidian"], [data-theme="cyberpunk-neon"], [data-theme="binance-gold"], [data-theme="solana-purple"], [data-theme="cyber-matrix"], [data-theme="midnight-neon"], [data-theme-mode="dark"]) .short-hero-caption > span:last-child {
  border-left-color: rgba(255, 255, 255, 0.25) !important;
  color: #cbd5e1 !important;
}
:is([data-theme="dark-obsidian"], [data-theme="cyberpunk-neon"], [data-theme="binance-gold"], [data-theme="solana-purple"], [data-theme="cyber-matrix"], [data-theme="midnight-neon"], [data-theme-mode="dark"]) .short-nav-links {
  background: rgba(18, 25, 41, 0.92) !important;
  border-color: rgba(255, 255, 255, 0.16) !important;
}
:is([data-theme="dark-obsidian"], [data-theme="cyberpunk-neon"], [data-theme="binance-gold"], [data-theme="solana-purple"], [data-theme="cyber-matrix"], [data-theme="midnight-neon"], [data-theme-mode="dark"]) .short-nav-links a {
  color: #f8fafc !important;
}
:is([data-theme="dark-obsidian"], [data-theme="cyberpunk-neon"], [data-theme="binance-gold"], [data-theme="solana-purple"], [data-theme="cyber-matrix"], [data-theme="midnight-neon"], [data-theme-mode="dark"]) .short-brand > span {
  color: #ffffff !important;
}
:is([data-theme="dark-obsidian"], [data-theme="cyberpunk-neon"], [data-theme="binance-gold"], [data-theme="solana-purple"], [data-theme="cyber-matrix"], [data-theme="midnight-neon"], [data-theme-mode="dark"]) .short-brand small {
  color: #ff9d42 !important;
}
:is([data-theme="dark-obsidian"], [data-theme="cyberpunk-neon"], [data-theme="binance-gold"], [data-theme="solana-purple"], [data-theme="cyber-matrix"], [data-theme="midnight-neon"], [data-theme-mode="dark"]) .short-nav-status {
  color: #cbd5e1 !important;
}
:is([data-theme="dark-obsidian"], [data-theme="cyberpunk-neon"], [data-theme="binance-gold"], [data-theme="solana-purple"], [data-theme="cyber-matrix"], [data-theme="midnight-neon"], [data-theme-mode="dark"]) .short-theme .short-pill:not(.short-lime),
:is([data-theme="dark-obsidian"], [data-theme="cyberpunk-neon"], [data-theme="binance-gold"], [data-theme="solana-purple"], [data-theme="cyber-matrix"], [data-theme="midnight-neon"], [data-theme-mode="dark"]) .short-hero-actions .short-pill:not(.short-lime),
:is([data-theme="dark-obsidian"], [data-theme="cyberpunk-neon"], [data-theme="binance-gold"], [data-theme="solana-purple"], [data-theme="cyber-matrix"], [data-theme="midnight-neon"], [data-theme-mode="dark"]) .short-proof-links .short-pill:not(.short-lime) {
  background: rgba(255, 255, 255, 0.12) !important;
  color: #ffffff !important;
  border: 1.5px solid rgba(255, 255, 255, 0.25) !important;
  font-weight: 750 !important;
}
:is([data-theme="dark-obsidian"], [data-theme="cyberpunk-neon"], [data-theme="binance-gold"], [data-theme="solana-purple"], [data-theme="cyber-matrix"], [data-theme="midnight-neon"], [data-theme-mode="dark"]) .short-theme .short-pill:not(.short-lime):hover,
:is([data-theme="dark-obsidian"], [data-theme="cyberpunk-neon"], [data-theme="binance-gold"], [data-theme="solana-purple"], [data-theme="cyber-matrix"], [data-theme="midnight-neon"], [data-theme-mode="dark"]) .short-hero-actions .short-pill:not(.short-lime):hover,
:is([data-theme="dark-obsidian"], [data-theme="cyberpunk-neon"], [data-theme="binance-gold"], [data-theme="solana-purple"], [data-theme="cyber-matrix"], [data-theme="midnight-neon"], [data-theme-mode="dark"]) .short-proof-links .short-pill:not(.short-lime):hover {
  background: rgba(255, 255, 255, 0.22) !important;
  border-color: rgba(255, 255, 255, 0.45) !important;
  color: #ffffff !important;
}
:is([data-theme="dark-obsidian"], [data-theme="cyberpunk-neon"], [data-theme="binance-gold"], [data-theme="solana-purple"], [data-theme="cyber-matrix"], [data-theme="midnight-neon"], [data-theme-mode="dark"]) .short-glass {
  background: rgba(18, 25, 41, 0.88) !important;
  border-color: rgba(255, 255, 255, 0.14) !important;
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.5) !important;
}
:is([data-theme="dark-obsidian"], [data-theme="cyberpunk-neon"], [data-theme="binance-gold"], [data-theme="solana-purple"], [data-theme="cyber-matrix"], [data-theme="midnight-neon"], [data-theme-mode="dark"]) .short-micro {
  color: #ff9a3c !important;
  font-weight: 800 !important;
}
:is([data-theme="dark-obsidian"], [data-theme="cyberpunk-neon"], [data-theme="binance-gold"], [data-theme="solana-purple"], [data-theme="cyber-matrix"], [data-theme="midnight-neon"], [data-theme-mode="dark"]) .short-section h2 {
  color: #f8fafc !important;
}
:is([data-theme="dark-obsidian"], [data-theme="cyberpunk-neon"], [data-theme="binance-gold"], [data-theme="solana-purple"], [data-theme="cyber-matrix"], [data-theme="midnight-neon"], [data-theme-mode="dark"]) .short-section h2 em {
  color: #ff9a3c !important;
}
:is([data-theme="dark-obsidian"], [data-theme="cyberpunk-neon"], [data-theme="binance-gold"], [data-theme="solana-purple"], [data-theme="cyber-matrix"], [data-theme="midnight-neon"], [data-theme-mode="dark"]) .short-section-title > p:last-child:not(.short-micro) {
  color: #cbd5e1 !important;
  font-weight: 600 !important;
  font-size: 15px !important;
}
:is([data-theme="dark-obsidian"], [data-theme="cyberpunk-neon"], [data-theme="binance-gold"], [data-theme="solana-purple"], [data-theme="cyber-matrix"], [data-theme="midnight-neon"], [data-theme-mode="dark"]) .short-intro-panel {
  background: rgba(18, 25, 41, 0.88) !important;
  border-color: rgba(255, 255, 255, 0.14) !important;
}
:is([data-theme="dark-obsidian"], [data-theme="cyberpunk-neon"], [data-theme="binance-gold"], [data-theme="solana-purple"], [data-theme="cyber-matrix"], [data-theme="midnight-neon"], [data-theme-mode="dark"]) .short-intro-copy {
  color: #cbd5e1 !important;
}
:is([data-theme="dark-obsidian"], [data-theme="cyberpunk-neon"], [data-theme="binance-gold"], [data-theme="solana-purple"], [data-theme="cyber-matrix"], [data-theme="midnight-neon"], [data-theme-mode="dark"]) .short-intro-copy strong {
  color: #ffffff !important;
}
:is([data-theme="dark-obsidian"], [data-theme="cyberpunk-neon"], [data-theme="binance-gold"], [data-theme="solana-purple"], [data-theme="cyber-matrix"], [data-theme="midnight-neon"], [data-theme-mode="dark"]) .short-step {
  background: rgba(18, 25, 41, 0.85) !important;
  border-color: rgba(255, 255, 255, 0.14) !important;
}
:is([data-theme="dark-obsidian"], [data-theme="cyberpunk-neon"], [data-theme="binance-gold"], [data-theme="solana-purple"], [data-theme="cyber-matrix"], [data-theme="midnight-neon"], [data-theme-mode="dark"]) .short-step-number {
  color: #ff9a3c !important;
  font-weight: 800 !important;
}
:is([data-theme="dark-obsidian"], [data-theme="cyberpunk-neon"], [data-theme="binance-gold"], [data-theme="solana-purple"], [data-theme="cyber-matrix"], [data-theme="midnight-neon"], [data-theme-mode="dark"]) .short-step h3 {
  color: #f8fafc !important;
}
:is([data-theme="dark-obsidian"], [data-theme="cyberpunk-neon"], [data-theme="binance-gold"], [data-theme="solana-purple"], [data-theme="cyber-matrix"], [data-theme="midnight-neon"], [data-theme-mode="dark"]) .short-step > p {
  color: #cbd5e1 !important;
}
:is([data-theme="dark-obsidian"], [data-theme="cyberpunk-neon"], [data-theme="binance-gold"], [data-theme="solana-purple"], [data-theme="cyber-matrix"], [data-theme="midnight-neon"], [data-theme-mode="dark"]) .short-step > a {
  border-top-color: rgba(255, 255, 255, 0.14) !important;
  color: #ff9a3c !important;
  font-weight: 800 !important;
}

/* Company Universe & Grid in Dark Theme */
:is([data-theme="dark-obsidian"], [data-theme="cyberpunk-neon"], [data-theme="binance-gold"], [data-theme="solana-purple"], [data-theme="cyber-matrix"], [data-theme="midnight-neon"], [data-theme-mode="dark"]) .short-universe-top > span {
  color: #f8fafc !important;
  font-weight: 800 !important;
}
:is([data-theme="dark-obsidian"], [data-theme="cyberpunk-neon"], [data-theme="binance-gold"], [data-theme="solana-purple"], [data-theme="cyber-matrix"], [data-theme="midnight-neon"], [data-theme-mode="dark"]) .short-universe-top > a {
  color: #ff9a3c !important;
  font-weight: 800 !important;
}
:is([data-theme="dark-obsidian"], [data-theme="cyberpunk-neon"], [data-theme="binance-gold"], [data-theme="solana-purple"], [data-theme="cyber-matrix"], [data-theme="midnight-neon"], [data-theme-mode="dark"]) .short-universe-top > a:hover {
  color: #ffb366 !important;
  text-decoration: underline !important;
}
:is([data-theme="dark-obsidian"], [data-theme="cyberpunk-neon"], [data-theme="binance-gold"], [data-theme="solana-purple"], [data-theme="cyber-matrix"], [data-theme="midnight-neon"], [data-theme-mode="dark"]) .short-stock-grid > a {
  background: rgba(255, 255, 255, 0.08) !important;
  border-color: rgba(255, 255, 255, 0.16) !important;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.3) !important;
}
:is([data-theme="dark-obsidian"], [data-theme="cyberpunk-neon"], [data-theme="binance-gold"], [data-theme="solana-purple"], [data-theme="cyber-matrix"], [data-theme="midnight-neon"], [data-theme-mode="dark"]) .short-stock-grid > a:hover {
  background: rgba(255, 255, 255, 0.16) !important;
  border-color: #ff7a1a !important;
  transform: translateY(-3px) !important;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.5) !important;
}
:is([data-theme="dark-obsidian"], [data-theme="cyberpunk-neon"], [data-theme="binance-gold"], [data-theme="solana-purple"], [data-theme="cyber-matrix"], [data-theme="midnight-neon"], [data-theme-mode="dark"]) .short-stock-grid b {
  color: #ffffff !important;
  font-weight: 800 !important;
  font-size: 11px !important;
}
:is([data-theme="dark-obsidian"], [data-theme="cyberpunk-neon"], [data-theme="binance-gold"], [data-theme="solana-purple"], [data-theme="cyber-matrix"], [data-theme="midnight-neon"], [data-theme-mode="dark"]) .short-stock-grid > a > span:last-child {
  color: #94a3b8 !important;
  font-weight: 700 !important;
  font-size: 10px !important;
}
:is([data-theme="dark-obsidian"], [data-theme="cyberpunk-neon"], [data-theme="binance-gold"], [data-theme="solana-purple"], [data-theme="cyber-matrix"], [data-theme="midnight-neon"], [data-theme-mode="dark"]) .short-stock-grid > a.is-live > span:last-child {
  color: #ff9a3c !important;
  font-weight: 800 !important;
}
:is([data-theme="dark-obsidian"], [data-theme="cyberpunk-neon"], [data-theme="binance-gold"], [data-theme="solana-purple"], [data-theme="cyber-matrix"], [data-theme="midnight-neon"], [data-theme-mode="dark"]) .short-stock-grid > a.is-live:after {
  background: #ff7a1a !important;
  box-shadow: 0 0 8px #ff7a1a !important;
}
:is([data-theme="dark-obsidian"], [data-theme="cyberpunk-neon"], [data-theme="binance-gold"], [data-theme="solana-purple"], [data-theme="cyber-matrix"], [data-theme="midnight-neon"], [data-theme-mode="dark"]) .short-company-icon {
  background: #ffffff !important;
  border-color: rgba(255, 255, 255, 0.2) !important;
}
:is([data-theme="dark-obsidian"], [data-theme="cyberpunk-neon"], [data-theme="binance-gold"], [data-theme="solana-purple"], [data-theme="cyber-matrix"], [data-theme="midnight-neon"], [data-theme-mode="dark"]) .short-note {
  color: #cbd5e1 !important;
  font-weight: 600 !important;
}

/* Proof & Contract Pills in Dark Theme */
:is([data-theme="dark-obsidian"], [data-theme="cyberpunk-neon"], [data-theme="binance-gold"], [data-theme="solana-purple"], [data-theme="cyber-matrix"], [data-theme="midnight-neon"], [data-theme-mode="dark"]) .short-proof {
  background: rgba(18, 25, 41, 0.88) !important;
  border-color: rgba(255, 255, 255, 0.14) !important;
}
:is([data-theme="dark-obsidian"], [data-theme="cyberpunk-neon"], [data-theme="binance-gold"], [data-theme="solana-purple"], [data-theme="cyber-matrix"], [data-theme="midnight-neon"], [data-theme-mode="dark"]) .short-proof-summary h3 {
  color: #ffffff !important;
  font-weight: 800 !important;
}
:is([data-theme="dark-obsidian"], [data-theme="cyberpunk-neon"], [data-theme="binance-gold"], [data-theme="solana-purple"], [data-theme="cyber-matrix"], [data-theme="midnight-neon"], [data-theme-mode="dark"]) .short-proof-summary h3 span {
  color: #f8fafc !important;
}
:is([data-theme="dark-obsidian"], [data-theme="cyberpunk-neon"], [data-theme="binance-gold"], [data-theme="solana-purple"], [data-theme="cyber-matrix"], [data-theme="midnight-neon"], [data-theme-mode="dark"]) .short-proof-summary p {
  color: #cbd5e1 !important;
  font-weight: 550 !important;
}
:is([data-theme="dark-obsidian"], [data-theme="cyberpunk-neon"], [data-theme="binance-gold"], [data-theme="solana-purple"], [data-theme="cyber-matrix"], [data-theme="midnight-neon"], [data-theme-mode="dark"]) .short-contracts a {
  background: rgba(255, 255, 255, 0.08) !important;
  border: 1.5px solid rgba(255, 255, 255, 0.2) !important;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.35) !important;
}
:is([data-theme="dark-obsidian"], [data-theme="cyberpunk-neon"], [data-theme="binance-gold"], [data-theme="solana-purple"], [data-theme="cyber-matrix"], [data-theme="midnight-neon"], [data-theme-mode="dark"]) .short-contracts a:hover {
  background: rgba(255, 255, 255, 0.16) !important;
  border-color: #ff7a1a !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 6px 20px rgba(255, 122, 26, 0.25) !important;
}
:is([data-theme="dark-obsidian"], [data-theme="cyberpunk-neon"], [data-theme="binance-gold"], [data-theme="solana-purple"], [data-theme="cyber-matrix"], [data-theme="midnight-neon"], [data-theme-mode="dark"]) .short-contracts a > span:first-child {
  color: #ffffff !important;
  font-weight: 800 !important;
  font-size: 13px !important;
}
:is([data-theme="dark-obsidian"], [data-theme="cyberpunk-neon"], [data-theme="binance-gold"], [data-theme="solana-purple"], [data-theme="cyber-matrix"], [data-theme="midnight-neon"], [data-theme-mode="dark"]) .short-contracts code {
  background: rgba(255, 255, 255, 0.08) !important;
  border: 1px solid rgba(255, 255, 255, 0.18) !important;
  border-radius: 6px !important;
  padding: 2px 7px !important;
  color: #fbbf24 !important;
  font-weight: 750 !important;
  font-size: 11.5px !important;
}
:is([data-theme="dark-obsidian"], [data-theme="cyberpunk-neon"], [data-theme="binance-gold"], [data-theme="solana-purple"], [data-theme="cyber-matrix"], [data-theme="midnight-neon"], [data-theme-mode="dark"]) .short-contracts a > span:last-child {
  color: #ff9a3c !important;
  font-weight: 800 !important;
}

/* Terminal Promo & Mini Terminal in Dark Theme */
:is([data-theme="dark-obsidian"], [data-theme="cyberpunk-neon"], [data-theme="binance-gold"], [data-theme="solana-purple"], [data-theme="cyber-matrix"], [data-theme="midnight-neon"], [data-theme-mode="dark"]) .short-terminal-promo {
  background: rgba(18, 25, 41, 0.88) !important;
  border-color: rgba(255, 255, 255, 0.14) !important;
}
:is([data-theme="dark-obsidian"], [data-theme="cyberpunk-neon"], [data-theme="binance-gold"], [data-theme="solana-purple"], [data-theme="cyber-matrix"], [data-theme="midnight-neon"], [data-theme-mode="dark"]) .short-terminal-promo h2 {
  color: #f8fafc !important;
}
:is([data-theme="dark-obsidian"], [data-theme="cyberpunk-neon"], [data-theme="binance-gold"], [data-theme="solana-purple"], [data-theme="cyber-matrix"], [data-theme="midnight-neon"], [data-theme-mode="dark"]) .short-terminal-promo h2 em {
  color: #ff9a3c !important;
}
:is([data-theme="dark-obsidian"], [data-theme="cyberpunk-neon"], [data-theme="binance-gold"], [data-theme="solana-purple"], [data-theme="cyber-matrix"], [data-theme="midnight-neon"], [data-theme-mode="dark"]) .short-terminal-promo p:not(.short-micro) {
  color: #cbd5e1 !important;
  font-weight: 550 !important;
}
:is([data-theme="dark-obsidian"], [data-theme="cyberpunk-neon"], [data-theme="binance-gold"], [data-theme="solana-purple"], [data-theme="cyber-matrix"], [data-theme="midnight-neon"], [data-theme-mode="dark"]) .short-mini-terminal {
  background: #151e31 !important;
  border-color: rgba(255, 255, 255, 0.18) !important;
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.5) !important;
}
:is([data-theme="dark-obsidian"], [data-theme="cyberpunk-neon"], [data-theme="binance-gold"], [data-theme="solana-purple"], [data-theme="cyber-matrix"], [data-theme="midnight-neon"], [data-theme-mode="dark"]) .short-mini-terminal > header {
  background: #1a263d !important;
  color: #ffffff !important;
  border-bottom-color: rgba(255, 255, 255, 0.14) !important;
  font-weight: 800 !important;
}
:is([data-theme="dark-obsidian"], [data-theme="cyberpunk-neon"], [data-theme="binance-gold"], [data-theme="solana-purple"], [data-theme="cyber-matrix"], [data-theme="midnight-neon"], [data-theme-mode="dark"]) .short-mini-terminal > header > span:last-child {
  color: #ff9a3c !important;
}
:is([data-theme="dark-obsidian"], [data-theme="cyberpunk-neon"], [data-theme="binance-gold"], [data-theme="solana-purple"], [data-theme="cyber-matrix"], [data-theme="midnight-neon"], [data-theme-mode="dark"]) .short-mini-terminal > a {
  border-bottom-color: rgba(255, 255, 255, 0.1) !important;
}
:is([data-theme="dark-obsidian"], [data-theme="cyberpunk-neon"], [data-theme="binance-gold"], [data-theme="solana-purple"], [data-theme="cyber-matrix"], [data-theme="midnight-neon"], [data-theme-mode="dark"]) .short-mini-terminal > a:hover {
  background: rgba(255, 255, 255, 0.08) !important;
}
:is([data-theme="dark-obsidian"], [data-theme="cyberpunk-neon"], [data-theme="binance-gold"], [data-theme="solana-purple"], [data-theme="cyber-matrix"], [data-theme="midnight-neon"], [data-theme-mode="dark"]) .short-mini-terminal > a > span:first-child {
  color: #94a3b8 !important;
  font-weight: 700 !important;
}
:is([data-theme="dark-obsidian"], [data-theme="cyberpunk-neon"], [data-theme="binance-gold"], [data-theme="solana-purple"], [data-theme="cyber-matrix"], [data-theme="midnight-neon"], [data-theme-mode="dark"]) .short-mini-terminal > a > b {
  color: #ffffff !important;
  font-weight: 750 !important;
}
:is([data-theme="dark-obsidian"], [data-theme="cyberpunk-neon"], [data-theme="binance-gold"], [data-theme="solana-purple"], [data-theme="cyber-matrix"], [data-theme="midnight-neon"], [data-theme-mode="dark"]) .short-mini-terminal > a > span:last-child {
  color: #ff9a3c !important;
  font-weight: 800 !important;
}
:is([data-theme="dark-obsidian"], [data-theme="cyberpunk-neon"], [data-theme="binance-gold"], [data-theme="solana-purple"], [data-theme="cyber-matrix"], [data-theme="midnight-neon"], [data-theme-mode="dark"]) .short-mini-terminal > footer {
  color: #94a3b8 !important;
  font-weight: 600 !important;
}

/* FAQ & Footer in Dark Theme */
:is([data-theme="dark-obsidian"], [data-theme="cyberpunk-neon"], [data-theme="binance-gold"], [data-theme="solana-purple"], [data-theme="cyber-matrix"], [data-theme="midnight-neon"], [data-theme-mode="dark"]) .short-faq details {
  background: rgba(18, 25, 41, 0.85) !important;
  border-color: rgba(255, 255, 255, 0.14) !important;
}
:is([data-theme="dark-obsidian"], [data-theme="cyberpunk-neon"], [data-theme="binance-gold"], [data-theme="solana-purple"], [data-theme="cyber-matrix"], [data-theme="midnight-neon"], [data-theme-mode="dark"]) .short-faq summary {
  color: #ffffff !important;
  font-weight: 750 !important;
}
:is([data-theme="dark-obsidian"], [data-theme="cyberpunk-neon"], [data-theme="binance-gold"], [data-theme="solana-purple"], [data-theme="cyber-matrix"], [data-theme="midnight-neon"], [data-theme-mode="dark"]) .short-faq summary > span {
  color: #ff9a3c !important;
  font-weight: 800 !important;
}
:is([data-theme="dark-obsidian"], [data-theme="cyberpunk-neon"], [data-theme="binance-gold"], [data-theme="solana-purple"], [data-theme="cyber-matrix"], [data-theme="midnight-neon"], [data-theme-mode="dark"]) .short-faq details > p {
  color: #cbd5e1 !important;
  font-weight: 550 !important;
}
:is([data-theme="dark-obsidian"], [data-theme="cyberpunk-neon"], [data-theme="binance-gold"], [data-theme="solana-purple"], [data-theme="cyber-matrix"], [data-theme="midnight-neon"], [data-theme-mode="dark"]) .short-footer {
  background: rgba(11, 16, 27, 0.95) !important;
  border-top-color: rgba(255, 255, 255, 0.12) !important;
  color: #cbd5e1 !important;
}
:is([data-theme="dark-obsidian"], [data-theme="cyberpunk-neon"], [data-theme="binance-gold"], [data-theme="solana-purple"], [data-theme="cyber-matrix"], [data-theme="midnight-neon"], [data-theme-mode="dark"]) .short-footer-brand {
  color: #ffffff !important;
}
:is([data-theme="dark-obsidian"], [data-theme="cyberpunk-neon"], [data-theme="binance-gold"], [data-theme="solana-purple"], [data-theme="cyber-matrix"], [data-theme="midnight-neon"], [data-theme-mode="dark"]) .short-footer nav a {
  color: #ffffff !important;
  font-weight: 750 !important;
}
:is([data-theme="dark-obsidian"], [data-theme="cyberpunk-neon"], [data-theme="binance-gold"], [data-theme="solana-purple"], [data-theme="cyber-matrix"], [data-theme="midnight-neon"], [data-theme-mode="dark"]) .short-footer nav a:hover {
  color: #ff9a3c !important;
}
:is([data-theme="dark-obsidian"], [data-theme="cyberpunk-neon"], [data-theme="binance-gold"], [data-theme="solana-purple"], [data-theme="cyber-matrix"], [data-theme="midnight-neon"], [data-theme-mode="dark"]) .short-footer small {
  color: #94a3b8 !important;
  border-top-color: rgba(255, 255, 255, 0.1) !important;
}

/* App pages tables & panels in Dark Theme */
:is([data-theme="dark-obsidian"], [data-theme="cyberpunk-neon"], [data-theme="binance-gold"], [data-theme="solana-purple"], [data-theme="cyber-matrix"], [data-theme="midnight-neon"], [data-theme-mode="dark"]) :is(.lp-metrics, .lp-first-launch, .lp-project-card, .lp-catalog, .lp-wizard, .lp-create-preview, .lp-operation-card, .lp-event-list, .lp-project-config, .lp-mechanism-flow, .lp-rights-panel) {
  background: rgba(18, 25, 41, 0.88) !important;
  border-color: rgba(255, 255, 255, 0.14) !important;
}
:is([data-theme="dark-obsidian"], [data-theme="cyberpunk-neon"], [data-theme="binance-gold"], [data-theme="solana-purple"], [data-theme="cyber-matrix"], [data-theme="midnight-neon"], [data-theme-mode="dark"]) .lp-asset-table th,
:is([data-theme="dark-obsidian"], [data-theme="cyberpunk-neon"], [data-theme="binance-gold"], [data-theme="solana-purple"], [data-theme="cyber-matrix"], [data-theme="midnight-neon"], [data-theme-mode="dark"]) .terminal-table th {
  background: rgba(20, 30, 48, 0.95) !important;
  color: #ffffff !important;
  border-bottom-color: rgba(255, 255, 255, 0.15) !important;
}
:is([data-theme="dark-obsidian"], [data-theme="cyberpunk-neon"], [data-theme="binance-gold"], [data-theme="solana-purple"], [data-theme="cyber-matrix"], [data-theme="midnight-neon"], [data-theme-mode="dark"]) .lp-asset-table td,
:is([data-theme="dark-obsidian"], [data-theme="cyberpunk-neon"], [data-theme="binance-gold"], [data-theme="solana-purple"], [data-theme="cyber-matrix"], [data-theme="midnight-neon"], [data-theme-mode="dark"]) .terminal-table td {
  color: #ffffff !important;
  border-bottom-color: rgba(255, 255, 255, 0.08) !important;
}
:is([data-theme="dark-obsidian"], [data-theme="cyberpunk-neon"], [data-theme="binance-gold"], [data-theme="solana-purple"], [data-theme="cyber-matrix"], [data-theme="midnight-neon"], [data-theme-mode="dark"]) .lp-company-cell strong,
:is([data-theme="dark-obsidian"], [data-theme="cyberpunk-neon"], [data-theme="binance-gold"], [data-theme="solana-purple"], [data-theme="cyber-matrix"], [data-theme="midnight-neon"], [data-theme-mode="dark"]) .terminal-table strong {
  color: #ffffff !important;
}
:is([data-theme="dark-obsidian"], [data-theme="cyberpunk-neon"], [data-theme="binance-gold"], [data-theme="solana-purple"], [data-theme="cyber-matrix"], [data-theme="midnight-neon"], [data-theme-mode="dark"]) .lp-company-cell > div > span,
:is([data-theme="dark-obsidian"], [data-theme="cyberpunk-neon"], [data-theme="binance-gold"], [data-theme="solana-purple"], [data-theme="cyber-matrix"], [data-theme="midnight-neon"], [data-theme-mode="dark"]) .terminal-table small {
  color: #94a3b8 !important;
}
:is([data-theme="dark-obsidian"], [data-theme="cyberpunk-neon"], [data-theme="binance-gold"], [data-theme="solana-purple"], [data-theme="cyber-matrix"], [data-theme="midnight-neon"], [data-theme-mode="dark"]) .short-theme .desk-nav a {
  background: rgba(255, 255, 255, 0.1) !important;
  color: #ffffff !important;
  border-color: rgba(255, 255, 255, 0.16) !important;
}

