/* Fonts are served from this domain, so no visitor IP address is sent to Google (see /privacy). */
@font-face{font-family:'Montserrat';font-style:normal;font-weight:100 900;font-display:swap;src:url(/fonts/montserrat-latin.woff2) format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD}
@font-face{font-family:'Montserrat';font-style:normal;font-weight:100 900;font-display:swap;src:url(/fonts/montserrat-latin-ext.woff2) format('woff2');unicode-range:U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF}
@font-face{font-family:'Plus Jakarta Sans';font-style:normal;font-weight:200 800;font-display:swap;src:url(/fonts/jakarta-latin.woff2) format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD}
@font-face{font-family:'Plus Jakarta Sans';font-style:normal;font-weight:200 800;font-display:swap;src:url(/fonts/jakarta-latin-ext.woff2) format('woff2');unicode-range:U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF}

/* Paytimum, coming soon. Palette is the frozen brand palette from README_brand.txt. */
:root {
  --navy: #050B3D;
  --violet: #6B16F5;
  --purple: #A514E8;
  --magenta: #F20AA8;
  --pink: #FF2785;
  --orange: #FF8A22;
  --blue: #1268F3;
  --cyan: #08D5E8;
  --ink-2: #3B4066;
  --muted: #6A6F90;
  --card: #F4F6FC;
  --card-2: #EEF2FB;
  --grad: linear-gradient(90deg, #F20AA8 0%, #A514E8 45%, #1268F3 100%);
  --display: 'Montserrat', 'Plus Jakarta Sans', system-ui, sans-serif;
  --text: 'Plus Jakarta Sans', system-ui, -apple-system, 'Segoe UI', sans-serif;
  --wrap: 1200px;
  --gutter: 24px;
  --bg: #FFFFFF;
  --rule: #E3E8F4;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; overflow-x: clip; }
/* hidden, then clip: iOS scrolls sideways past a body that is only hidden */
body { overflow-x: hidden; overflow-x: clip; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--navy);
  font-family: var(--text);
  font-size: 16px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
h1, h2, h3, p { margin: 0; }
.wrap { width: min(100% - 2 * var(--gutter), var(--wrap)); margin-inline: auto; }
.gbar { display: block; width: 64px; height: 4px; border-radius: 2px; background: var(--grad); }
.ic, .go { width: 22px; height: 22px; color: var(--blue); flex: none; }
:focus-visible { outline: 2px solid var(--blue); outline-offset: 3px; border-radius: 6px; }

/* ---------- header ---------- */
.site-header { padding: 22px 0 6px; position: relative; z-index: 5; }
.bar { display: flex; align-items: flex-start; justify-content: space-between; }
.brand img { width: clamp(168px, 17vw, 232px); height: auto; }
/* Samsung Internet ignores the site's dark theme and darkens the light page itself, so neither the
   navy nor the white wordmark is safe there. It gets the brand's gradient-wordmark lockup, which
   reads on white and on dark alike. The class is set in the head, before anything is drawn. */
.brand .logo-uni { display: none; }
.is-samsung .brand picture { display: none; }
.is-samsung .brand .logo-uni { display: block; }
.contact-link {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 14px; font-weight: 500; padding: 8px 0;
}
.contact-link .ic { width: 18px; height: 18px; transition: transform .25s ease; }
.contact-link:hover .ic { transform: translateX(4px); }

/* ---------- hero ---------- */
.hero { padding: 10px 0 34px; position: relative; }
.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.12fr);
  align-items: center;
  gap: 16px;
}
.hero-copy { position: relative; z-index: 3; padding-top: 18px; }
.eyebrow {
  font-size: 13px; font-weight: 500; letter-spacing: .34em; line-height: 2.1;
  text-transform: uppercase; margin-bottom: 18px;
}
.title {
  font-family: var(--display); font-weight: 800; text-transform: uppercase;
  font-size: clamp(44px, 7.4vw, 108px); line-height: .9; letter-spacing: -.012em;
}
.title span { display: block; }
.title .soon { color: var(--blue); }
.hero .gbar { margin: 30px 0 34px; }
.pillars { font-size: 13px; font-weight: 500; letter-spacing: .3em; text-transform: uppercase; }
.pillars i { font-style: normal; color: var(--muted); margin: 0 .7em; letter-spacing: 0; }

.hero-visual { position: relative; aspect-ratio: 1.2; }
.hero-visual img { position: absolute; height: auto; }
.v-p { width: 64%; right: 0; top: -6%; }
.v-floor {
  position: absolute; left: 4%; right: 2%; bottom: -2%; height: 22%;
  background: radial-gradient(closest-side, rgba(5, 11, 61, .16), rgba(5, 11, 61, 0));
}
.v-phone { width: 26%; left: 25%; top: 10%; z-index: 2; filter: drop-shadow(0 26px 30px rgba(5, 11, 61, .22)); }
.v-pos { width: 36%; right: 1%; bottom: 2%; z-index: 3; filter: drop-shadow(0 24px 26px rgba(5, 11, 61, .2)); }
.v-card { width: 47%; left: 7%; bottom: 1%; z-index: 4; filter: drop-shadow(0 22px 26px rgba(5, 11, 61, .25)); }

@media (prefers-reduced-motion: no-preference) {
  .v-phone { animation: float 7s ease-in-out infinite; }
  .v-card { animation: float 7s ease-in-out -2.4s infinite; }
  .v-pos { animation: float 8s ease-in-out -4s infinite; }
  .v-p { animation: drift 12s ease-in-out infinite; }
}
@keyframes float { 50% { transform: translateY(-9px); } }
@keyframes drift { 50% { transform: translate(-6px, 6px) rotate(-1deg); } }

/* ---------- section heads ---------- */
.products { padding: 22px 0 8px; }
.sec-head { display: flex; align-items: center; gap: 28px; margin-bottom: 18px; }
.sec-title {
  font-size: clamp(19px, 2.1vw, 25px); font-weight: 400; letter-spacing: .15em;
  text-transform: uppercase; white-space: nowrap;
}
.sec-title b { color: var(--blue); font-weight: 800; margin-left: .45em; }
.sec-line { flex: 1; height: 1px; background: linear-gradient(90deg, rgba(18, 104, 243, .55), rgba(18, 104, 243, .25)); }
.sec-note { font-size: 15px; line-height: 1.3; color: var(--ink-2); min-width: 190px; }

/* ---------- product cards ---------- */
.pcard, .bcard {
  background: var(--card);
  border-radius: 14px;
  position: relative;
  transition: transform .3s ease, box-shadow .3s ease, background-color .3s ease;
}
/* The cards are showcases, not links: the products are not available yet, so nothing on them
   lifts or points anywhere (Alan, 13/09). */
h3 { font-size: 17px; font-weight: 700; line-height: 1.25; letter-spacing: -.005em; }

.personal { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.pcard {
  display: grid; grid-template-columns: 40% minmax(0, 1fr) auto; align-items: center;
  min-height: 132px; padding-right: 28px; overflow: hidden;
}
.pcard-media { position: relative; align-self: stretch; }
.pcard-text { padding: 20px 12px 20px 10px; }
.pcard-text p { font-size: 15px; color: var(--ink-2); margin-top: 4px; }
.m-wallet img { position: absolute; width: auto; height: 190%; left: 50%; top: 10px; transform: translateX(-50%) rotate(-3deg); }
.m-card img { position: absolute; width: 92%; left: 50%; top: 50%; transform: translate(-50%, -50%); filter: drop-shadow(0 14px 16px rgba(5, 11, 61, .22)); }

.biz { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 8px; }
.bcard { display: flex; flex-direction: column; padding: 18px 20px 20px; min-height: 172px; }
.bcard-media { height: 104px; position: relative; margin-bottom: 14px; }
.bcard-media > img:not([class]) { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: contain; filter: drop-shadow(0 10px 12px rgba(5, 11, 61, .16)); }
.bcard-foot { display: flex; align-items: flex-end; justify-content: space-between; gap: 8px; margin-top: auto; }
.bcard-foot h3 { font-size: 15px; }
.bcard-foot p { font-size: 13px; color: var(--ink-2); line-height: 1.35; margin-top: 3px; }
.combo { position: relative; }
.combo .c-laptop { position: absolute; right: 0; bottom: 6px; width: 84%; height: auto; filter: drop-shadow(0 10px 12px rgba(5, 11, 61, .16)); }
.combo .c-phone { position: absolute; left: 2%; bottom: 0; height: 78%; width: auto; filter: drop-shadow(0 8px 10px rgba(5, 11, 61, .2)); }

/* ---------- band ---------- */
.band {
  position: relative; margin-top: 22px;
  display: grid; grid-template-columns: 30% 1fr 22%;
  align-items: stretch;
  min-height: clamp(150px, 11.5vw, 190px);
  background: linear-gradient(90deg, #fff 0%, #fff 58%, #E4EDFD 76%, #F2F6FE 100%);
}
/* The whole P mark beside the text, never cropped (Alan, 2026-09-13). */
.band-ribbon { position: absolute; left: 3vw; top: 50%; transform: translateY(-50%); width: 9vw; max-width: 132px; pointer-events: none; z-index: 1; }
.band-ribbon img { width: 100%; height: auto; }
.band-left, .band-right { display: flex; flex-direction: column; justify-content: center; gap: 14px; position: relative; z-index: 2; }
.band-left { padding-left: max(15.5vw, 150px); }
.band-right { padding-left: 11%; background: linear-gradient(118deg, rgba(255, 255, 255, 0) 0 35%, rgba(255, 255, 255, .55) 35% 36%, rgba(255, 255, 255, 0) 36%); }
.spaced { font-size: 13px; font-weight: 500; letter-spacing: .42em; line-height: 1.95; text-transform: uppercase; }
.band .gbar { width: 48px; height: 3px; }
.band-photo { position: relative; overflow: hidden; clip-path: polygon(22% 0, 100% 0, 100% 100%, 0 100%); }
.band-photo img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 55% 50%; }

/* ---------- contact ---------- */
.contact { padding: 54px 0 30px; }
.contact .wrap { width: min(100% - 2 * var(--gutter), 1340px); }
.contact-grid {
  display: grid;
  grid-template-columns: auto 1px auto 1px auto auto;
  grid-template-areas: "title vr1 tagline vr2 person lines";
  align-items: center; gap: 0 clamp(18px, 2.3vw, 36px);
}
.c-lines a { white-space: nowrap; }
@media (min-width: 1360px) { .contact h2 { white-space: nowrap; } }
.c-left, .c-right { display: contents; }
.nw { white-space: nowrap; }
.c-title { grid-area: title; }
.vr { width: 1px; align-self: stretch; background: rgba(18, 104, 243, .45); margin: 6px 0; }
.vr1 { grid-area: vr1; } .vr2 { grid-area: vr2; }
.c-tagline { grid-area: tagline; font-size: 16px; line-height: 1.4; color: var(--ink-2); }
.c-person { grid-area: person; }
.c-lines { grid-area: lines; }
.kicker { font-size: 12px; font-weight: 600; letter-spacing: .3em; text-transform: uppercase; margin-bottom: 8px; }
.contact h2 { font-family: var(--display); font-weight: 800; font-size: clamp(30px, 3.1vw, 40px); line-height: 1.08; letter-spacing: -.015em; }
.c-title .gbar { margin-top: 14px; width: 44px; height: 3px; }
.name { font-weight: 700; font-size: 15px; }
.role { font-size: 14px; color: var(--ink-2); margin-top: 2px; }
.c-lines { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: auto auto; gap: 10px 44px; }
.c-lines li:nth-child(3) { grid-column: 2; grid-row: 1; }
.c-lines a { display: inline-flex; align-items: center; gap: 12px; font-size: 14px; transition: color .2s ease; overflow-wrap: anywhere; }
.c-lines a:hover { color: var(--blue); }
.ci { width: 20px; height: 20px; color: var(--blue); flex: none; }

/* ---------- footer ---------- */
.site-footer { padding: 18px 0 34px; }
.foot { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.brand.small img { width: 132px; }
.legal { font-size: 12px; color: var(--ink-2); display: flex; flex-wrap: wrap; gap: 6px 0; }
.legal > span, .legal .links a { padding: 0 16px; }
.legal .links a { border-left: 1px solid rgba(5, 11, 61, .35); }
.legal .links a:hover { color: var(--blue); }

/* ---------- reveal ---------- */
@media (prefers-reduced-motion: no-preference) {
  .js [data-reveal] { opacity: 0; transform: translateY(18px); transition: opacity .7s ease, transform .7s cubic-bezier(.2, .7, .2, 1); }
  .js [data-reveal].is-in { opacity: 1; transform: none; }
  .hero-visual { animation: rise 1.1s cubic-bezier(.2, .7, .2, 1) both .15s; }
}
@keyframes rise { from { opacity: 0; transform: translateY(24px); } }

/* ---------- document pages (privacy, terms, 404) ---------- */
.doc { padding: 34px 0 60px; }
.doc .wrap { max-width: 760px; }
.doc .kicker { color: var(--blue); }
.doc h1 { font-family: var(--display); font-weight: 800; font-size: clamp(32px, 5vw, 48px); line-height: 1.05; letter-spacing: -.015em; }
.doc .gbar { margin: 18px 0 28px; }
.doc h2 { font-size: 18px; font-weight: 700; margin: 30px 0 8px; }
.doc p, .doc li { color: var(--ink-2); font-size: 16px; line-height: 1.65; }
.doc p + p { margin-top: 12px; }
.doc ul { padding-left: 20px; margin: 8px 0 0; }
.doc a { color: var(--blue); }
.doc .updated { font-size: 13px; color: var(--muted); margin-top: 36px; }
.btn {
  display: inline-flex; align-items: center; gap: 10px; margin-top: 28px;
  background: var(--navy); color: #fff !important; padding: 13px 22px; border-radius: 999px; font-weight: 600; font-size: 15px;
  transition: background-color .2s ease;
}
.btn:hover { background: var(--blue); }
.btn .ic { color: #fff; width: 18px; height: 18px; }

/* ---------- tablet ---------- */
@media (max-width: 980px) {
  .biz-scroller { overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; padding-bottom: 6px; }
  .biz-scroller::-webkit-scrollbar { display: none; }
  .biz { grid-template-columns: repeat(5, 210px); width: max-content; padding-inline: var(--gutter); margin: 0; }
  .bcard { scroll-snap-align: start; scroll-margin-left: var(--gutter); }
  .contact-grid {
    grid-template-columns: minmax(0, 1.05fr) 1px minmax(0, 1fr);
    grid-template-areas: "left vr1 right";
    align-items: stretch;
    gap: 0 clamp(18px, 4vw, 40px);
  }
  .c-left, .c-right { display: flex; flex-direction: column; gap: 24px; }
  .c-left { grid-area: left; }
  .c-right { grid-area: right; justify-content: center; }
  .vr2 { display: none; }
  .c-lines { grid-template-columns: 1fr; gap: 12px; }
  .c-lines li:nth-child(3) { grid-column: auto; grid-row: auto; }
  .band { grid-template-columns: 44% 1fr; }
  .band-right { display: none; }
  .band-left { padding-left: max(18vw, 90px); }
}

/* ---------- phone ---------- */
@media (max-width: 640px) {
  :root { --gutter: 20px; }
  .site-header { padding-top: 18px; }
  .brand img { width: 172px; }
  .hero { padding-bottom: 20px; }
  /* Phone hero: the eyebrow gets its own row, the title sits BESIDE the picture and the pillars
     get a row under it, so no line of text runs under the picture. .hero-copy is display:contents
     so this grid places its children directly. */
  .hero-grid {
    display: grid; position: relative; padding-top: 26px;
    grid-template-columns: minmax(0, 1fr) 44%;
    grid-template-rows: auto 1fr 1fr auto;
    grid-template-areas: "eyebrow eyebrow" "title visual" "bar visual" "pillars pillars";
    column-gap: 6px;
  }
  .hero-copy { display: contents; }
  .eyebrow { grid-area: eyebrow; font-size: 9.5px; letter-spacing: .24em; margin-bottom: 6px; }
  .title { grid-area: title; align-self: end; font-size: clamp(34px, 10vw, 48px); position: relative; z-index: 3; }
  .hero .gbar { grid-area: bar; align-self: start; margin: 20px 0 0; width: 40px; height: 3px; }
  .pillars { grid-area: pillars; margin-top: 16px; font-size: 9px; letter-spacing: .2em; }
  .pillars i { margin: 0 .45em; }
  .hero-visual { grid-area: visual; position: relative; margin-right: calc(-1 * var(--gutter)); aspect-ratio: 1; z-index: 1; }
  .v-p { width: 90%; right: -2%; top: -2%; }
  .v-phone { width: 36%; left: 18%; top: 12%; }
  .v-pos { width: 46%; right: 2%; bottom: 4%; }
  .v-card { width: 62%; left: 0; bottom: 0; }
  .v-floor { bottom: -6%; }
  .products { padding-top: 20px; }
  .sec-head { gap: 14px; }
  .sec-title { font-size: 18px; letter-spacing: .12em; }
  .sec-note { font-size: 11.5px; min-width: 0; max-width: 128px; }
  .personal { gap: 10px; }
  .pcard { grid-template-columns: 1fr; padding: 0; min-height: 0; }
  .pcard-media { height: 118px; overflow: hidden; }
  .pcard-text { position: relative; z-index: 1; }
  .c-lines a { white-space: normal; overflow-wrap: anywhere; }
  .m-wallet img { height: 210%; top: 12px; }
  .pcard-text { padding: 10px 14px 16px; }
  .pcard-text h3 { font-size: 14.5px; }
  .pcard-text p { font-size: 12.5px; }
  .pcard .go { position: absolute; right: 12px; top: 12px; width: 18px; height: 18px; z-index: 2; }
  .biz { grid-template-columns: repeat(5, 150px); gap: 8px; }
  .bcard { padding: 14px 14px 16px; min-height: 180px; }
  .bcard-media { height: 88px; }
  .bcard-foot { flex-direction: column; align-items: flex-start; }
  .bcard-foot h3 { font-size: 13.5px; }
  .bcard-foot p { font-size: 12px; }
  .bcard .go { width: 18px; height: 18px; position: absolute; right: 12px; top: 12px; }
  .band { grid-template-columns: 58% 1fr; min-height: 150px; margin-top: 26px; }
  .band-ribbon { left: var(--gutter); width: 18vw; }
  .band-photo img { object-position: 88% 50%; }
  .band-left { padding-left: calc(var(--gutter) + 18vw + 12px); }
  .spaced { font-size: 10px; letter-spacing: .32em; }
  .band-photo { clip-path: polygon(34% 0, 100% 0, 100% 100%, 0 100%); }
  .contact { padding-top: 40px; }
  .contact-grid { grid-template-columns: minmax(0, .9fr) 1px minmax(0, 1.1fr); column-gap: 16px; }
  .contact h2 { font-size: clamp(21px, 6vw, 26px); }
  .c-left, .c-right { gap: 20px; }
  .kicker { font-size: 10px; }
  .c-tagline { font-size: 13px; }
  .name { font-size: 13.5px; }
  .role { font-size: 12px; }
  .c-lines a { font-size: 12px; gap: 8px; white-space: nowrap; overflow-wrap: normal; }
  .ci { width: 16px; height: 16px; }
  /* logo on top, the lines under it: a phrase never breaks in the middle */
  .foot { flex-direction: column; align-items: flex-start; gap: 16px; border-top: 1px solid #E6EAF4; padding-top: 22px; }
  .brand.small img { width: 132px; }
  .legal { font-size: 12px; flex-direction: column; align-items: flex-start; gap: 8px; }
  .legal > span { padding: 0; white-space: nowrap; }
  .legal .links { display: flex; flex-wrap: wrap; }
  .legal .links a { white-space: nowrap; padding: 0 12px; }
  .legal .links a:first-child { border-left: 0; padding-left: 0; }
}

/* ---------- legal pages ---------- */
.doc ul + p { margin-top: 12px; }
.doc .meta { font-size: 13px; color: var(--muted); margin: -12px 0 26px; }
.doc strong { color: var(--navy); font-weight: 700; }
.toc { background: var(--card); border-radius: 14px; padding: 20px 26px; margin: 28px 0 8px; }
.toc ol { margin: 0; padding-left: 20px; columns: 2; column-gap: 36px; }
.toc li { font-size: 14px; line-height: 1.9; break-inside: avoid; }
.toc a { color: var(--navy); }
.toc a:hover { color: var(--blue); }
.doc h2 { scroll-margin-top: 20px; }
.table-scroll { overflow-x: auto; margin: 12px 0 14px; border-radius: 12px; border: 1px solid #E3E8F4; }
.doc table { width: 100%; border-collapse: collapse; font-size: 14px; min-width: 560px; }
.doc th { text-align: left; background: var(--card); color: var(--navy); font-weight: 700; padding: 12px 14px; }
.doc td { padding: 12px 14px; border-top: 1px solid #E3E8F4; color: var(--ink-2); vertical-align: top; line-height: 1.5; }
@media (max-width: 640px) {
  .toc { padding: 16px 18px; }
  .toc ol { columns: 1; }
  .doc p, .doc li { font-size: 15px; }
  /* a phone reads the table as one card per row, each field labelled */
  .table-scroll { overflow: visible; border: 0; }
  .doc table { min-width: 0; }
  .doc thead { display: none; }
  .doc tr { display: block; background: var(--card); border-radius: 12px; padding: 6px 16px; margin-bottom: 10px; }
  .doc td { display: block; border: 0; padding: 8px 0; }
  .doc td + td { border-top: 1px solid #E3E8F4; }
  .doc td::before { content: attr(data-label); display: block; font-size: 11px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--blue); margin-bottom: 2px; }
}

/* ---------- dark mode ----------
   The site follows the phone's own setting. Declaring it (meta color-scheme) is also what stops a
   browser in dark mode from darkening the white page by itself, which made the navy wordmark
   vanish. The logo swaps to the brand's light version in <picture>, not here. */
@media (prefers-color-scheme: dark) {
  :root {
    --bg: #070A1E;
    --navy: #FFFFFF;
    --ink-2: #B9BEDA;
    --muted: #8C92B4;
    --card: #10152E;
    --card-2: #141A38;
    --blue: #4C8DFF;
    --rule: #1E2545;
  }
  .band { background: linear-gradient(90deg, var(--bg) 0%, var(--bg) 58%, #0F1838 76%, #0B1230 100%); }
  .band-right { background: linear-gradient(118deg, rgba(255, 255, 255, 0) 0 35%, rgba(255, 255, 255, .08) 35% 36%, rgba(255, 255, 255, 0) 36%); }
  .v-floor { background: radial-gradient(closest-side, rgba(0, 0, 0, .55), rgba(0, 0, 0, 0)); }
  .sec-line { background: linear-gradient(90deg, rgba(76, 141, 255, .55), rgba(76, 141, 255, .2)); }
  .vr { background: rgba(76, 141, 255, .4); }
  .legal .links a { border-color: rgba(255, 255, 255, .3); }
  .foot { border-top-color: var(--rule); }
  .table-scroll, .doc td, .doc td + td { border-color: var(--rule); }
  .btn { background: var(--blue); }
  .btn:hover { background: #FFFFFF; color: var(--bg) !important; }
  .btn:hover .ic { color: var(--bg); }
}
