:root {
  --ink: #17221f;
  --muted: #66716c;
  --line: #d9d3c8;
  --paper: #f5f0e7;
  --paper-bright: #fcfaf5;
  --cream: #ebe2d2;
  --blue: #2563d9;
  --blue-dark: #174cad;
  --blue-pale: #e8f0ff;
  --navy: #112960;
  --radius: 9px;
  --shadow: 0 18px 50px rgba(43, 49, 42, 0.10);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 86% 3%, rgba(198, 219, 255, 0.62), transparent 24rem),
    radial-gradient(circle at 6% 32%, rgba(241, 218, 176, 0.38), transparent 25rem),
    var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
}

a { color: inherit; }
.wrap { width: min(1120px, calc(100% - 48px)); margin-inline: auto; }

.site-header {
  height: 84px;
  display: flex;
  align-items: center;
  gap: 14px;
  border-bottom: 1px solid rgba(204, 198, 186, 0.75);
}
.brand { display: inline-flex; align-items: center; gap: 10px; color: var(--ink); font-size: 15px; font-weight: 750; letter-spacing: -0.035em; text-decoration: none; }
.brand-mark { display: inline-block; width: 14px; height: 14px; border: 3px solid var(--blue); border-top-width: 5px; border-radius: 2px; transform: rotate(45deg); }
.site-header nav { display: flex; gap: 28px; margin-left: auto; }
.site-header nav a, .header-link { color: #58635e; font-size: 13px; font-weight: 550; text-decoration: none; transition: color 0.2s ease; }
.header-link { color: var(--blue); font-weight: 700; padding: 9px 0 9px 7px; }
.support-button { border: 1px solid #b8cbed; border-radius: 5px; padding: 9px 13px; color: var(--blue-dark); background: rgba(239, 245, 255, 0.84); font: 700 12px/1 inherit; cursor: pointer; transition: transform 0.2s ease, background 0.2s ease, box-shadow 0.2s ease; }
.hub-page .support-button { margin-left: auto; }
.site-header a:hover { color: var(--blue); }
.support-button:hover { background: #fff; box-shadow: 0 5px 13px rgba(44, 90, 176, 0.14); transform: translateY(-1px); }

.kicker, .section-number { margin: 0 0 20px; color: var(--blue); font-size: 10px; font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase; }
.section-number { color: #7a817c; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { letter-spacing: -0.06em; }
h1 { font-size: clamp(52px, 7.2vw, 90px); line-height: 0.94; font-weight: 760; }
h2 { font-size: clamp(35px, 4.55vw, 58px); line-height: 0.98; font-weight: 740; }
.typed { color: var(--blue); white-space: nowrap; }
.typed i { display: inline-block; width: 2px; height: 0.78em; margin-left: 6px; vertical-align: -0.06em; background: currentColor; animation: cursor-blink 1.05s step-end infinite; }

.hero { padding: 128px 0 136px; }
.hero h1 { max-width: 970px; text-wrap: balance; }
.hero-copy { max-width: 435px; margin: 48px 4% 0 auto; color: var(--muted); font-size: 17px; line-height: 1.7; }
.hero::after { content: ""; display: block; width: 100%; height: 1px; margin-top: 85px; background: linear-gradient(90deg, var(--ink), rgba(23, 34, 31, 0.05)); }

.intro, .hub-summary { display: grid; grid-template-columns: 28% 1fr; gap: 38px; padding: 108px 0; }
.intro > div, .hub-summary > div { max-width: 720px; }
.intro h2, .hub-summary h2 { margin-bottom: 25px; }
.intro p:last-child, .hub-summary p:last-child { max-width: 595px; color: var(--muted); line-height: 1.75; }

.product-section { position: relative; overflow: hidden; padding: 110px 0 105px; background-color: #e8effa; background-image: linear-gradient(rgba(54, 95, 166, 0.055) 1px, transparent 1px), linear-gradient(90deg, rgba(54, 95, 166, 0.055) 1px, transparent 1px); background-size: 28px 28px; border-top: 1px solid #c6d3e9; border-bottom: 1px solid #c6d3e9; }
.product-section::after { content: ""; position: absolute; right: 7%; bottom: 12%; width: 108px; height: 108px; border: 1px solid rgba(53, 108, 215, 0.18); pointer-events: none; }
.product-head, .product-layout { position: relative; z-index: 1; }
.product-head { display: flex; justify-content: space-between; align-items: flex-end; gap: 34px; }
.product-head .kicker { margin-bottom: 17px; }
.product-head > p { max-width: 285px; margin: 0 0 5px; color: #617080; line-height: 1.65; }
.product-layout { display: grid; grid-template-columns: 1.35fr 0.65fr; gap: 48px; align-items: center; margin-top: 58px; }

.screenshot-placeholder { position: relative; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 10px; overflow: hidden; color: #41639e; text-align: center; background: #f7f5ef; border: 1px solid #8da4cf; border-radius: 6px; box-shadow: 8px 8px 0 rgba(56, 88, 144, 0.14); }
.screenshot-placeholder::before { content: ""; position: absolute; inset: 14px; border: 1px dashed rgba(61, 96, 157, 0.36); border-radius: 2px; }
.screenshot-placeholder::after { content: ""; position: absolute; right: 14px; bottom: 14px; width: 42px; height: 42px; border-right: 2px solid rgba(65, 112, 205, 0.24); border-bottom: 2px solid rgba(65, 112, 205, 0.24); }
.screenshot-placeholder span, .screenshot-placeholder small { position: relative; z-index: 1; }
.screenshot-placeholder span { font-size: 14px; font-weight: 750; }
.screenshot-placeholder small { color: #7287aa; font-size: 12px; }
.wide-placeholder { min-height: 365px; }
.product-copy { padding: 12px 0; }
.product-copy .product-tag { margin-bottom: 17px; color: var(--blue); font-size: 10px; font-weight: 800; letter-spacing: 0.11em; text-transform: uppercase; }
.product-copy h3 { margin-bottom: 18px; font-size: 30px; line-height: 1.04; }
.product-copy > p:not(.product-tag) { color: #5f6d69; font-size: 15px; line-height: 1.7; }
.button { display: inline-block; margin-top: 16px; padding: 13px 17px; color: #fff; background: var(--blue); border: 1px solid #174bac; border-radius: 5px; box-shadow: 4px 4px 0 rgba(18, 49, 114, 0.22); font-size: 13px; font-weight: 750; text-decoration: none; transition: transform 0.2s ease, background 0.2s ease, box-shadow 0.2s ease; }
.button span { margin-left: 10px; }.button:hover { background: var(--blue-dark); box-shadow: 0 12px 23px rgba(34, 90, 202, 0.3); transform: translateY(-2px); }

.ecosystem { padding: 118px 0 112px; }
.ecosystem-head { display: grid; grid-template-columns: 1fr 0.63fr; gap: 56px; align-items: end; }
.ecosystem-head h2 { max-width: 610px; }.ecosystem-head p { margin: 0; color: var(--muted); line-height: 1.72; }
.ecosystem-list { margin-top: 66px; border-top: 1px solid var(--line); }
.ecosystem-list article { display: grid; grid-template-columns: 28% 1fr; gap: 24px; padding: 29px 0; border-bottom: 1px solid var(--line); transition: padding 0.25s ease; }
.ecosystem-list article:hover { padding-left: 10px; }.ecosystem-list article > span { color: var(--blue); font-size: 12px; font-weight: 800; }
.ecosystem-list h3 { margin-bottom: 8px; font-size: 24px; }.ecosystem-list p { max-width: 530px; margin: 0; color: var(--muted); line-height: 1.65; }

.principles { padding: 110px 0 122px; }
.principle-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 53px; }
.principle-grid article { min-height: 210px; padding: 28px; background: rgba(252, 250, 245, 0.65); border: 1px solid var(--line); border-radius: 13px; box-shadow: 0 10px 24px rgba(77, 73, 64, 0.045); }
.principle-grid article::before { content: ""; display: block; width: 8px; height: 8px; margin-bottom: 38px; background: var(--blue); border-radius: 50%; box-shadow: 0 0 0 5px #e1ebff; }
.principle-grid h3 { margin-bottom: 10px; font-size: 20px; }.principle-grid p { max-width: 280px; color: var(--muted); font-size: 14px; line-height: 1.65; }
.principle-grid article:first-child { color: #fff; background: linear-gradient(145deg, #173a87, #112a61); border-color: #173a87; box-shadow: 0 16px 30px rgba(22, 55, 129, 0.2); }.principle-grid article:first-child::before { background: #9dc1ff; box-shadow: 0 0 0 5px rgba(157, 193, 255, 0.18); }.principle-grid article:first-child p { color: #c5d6f6; }.principle-grid article:nth-child(3) { background: #edf3ff; border-color: #c3d5f6; }

.closing { padding: 104px 0; background: linear-gradient(125deg, #112961, #193c87); color: #fff; }
.closing h2 { margin-bottom: 32px; }.closing a { color: #b9d2ff; font-size: 15px; font-weight: 600; }.closing .kicker { color: #9fc1ff; }
.site-footer { min-height: 100px; display: flex; align-items: center; justify-content: space-between; color: #6e7672; font-size: 12px; }.site-footer a { color: var(--ink); font-weight: 700; text-decoration: none; }

.hub-hero { padding: 118px 0 82px; text-align: center; }.hub-hero .kicker { margin-bottom: 23px; }.hub-hero h1 { max-width: 930px; margin-inline: auto; }.hub-hero > p:last-child { max-width: 640px; margin: 32px auto 0; color: var(--muted); line-height: 1.72; }
.hub-screenshot { padding-bottom: 112px; }.hero-placeholder { min-height: 500px; background: linear-gradient(135deg, #f9fbff, #e8f0ff); }.hub-summary { padding-top: 112px; border-top: 1px solid var(--line); }

.ownership-section { position: relative; overflow: hidden; padding: 112px 0; color: #fff; background: linear-gradient(135deg, #11275a, #1a418f); }.ownership-section::after { content: ""; position: absolute; width: 660px; height: 660px; right: -155px; top: -380px; border: 1px solid rgba(197, 219, 255, 0.17); border-radius: 50%; box-shadow: 0 0 0 90px rgba(197, 219, 255, 0.04); }.ownership-section .wrap { position: relative; z-index: 1; }.ownership-section .kicker { color: #a9c6ff; }.ownership-section h2 span { color: #8cb9ff; }.ownership-section p:last-child { max-width: 510px; margin: 34px 0 0; color: #c6d4ef; line-height: 1.72; }

.features { padding: 116px 0; }.feature-heading { display: flex; justify-content: space-between; align-items: flex-end; gap: 25px; }.feature-heading .section-number { margin: 0 0 9px; }.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 58px; }.feature-grid article { min-height: 218px; padding: 25px; background: rgba(252, 250, 245, 0.7); border: 1px solid var(--line); border-radius: 12px; transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease; }.feature-grid article:hover { border-color: #aac2ef; box-shadow: 0 14px 28px rgba(38, 83, 169, 0.1); transform: translateY(-3px); }.feature-grid article > span { display: inline-flex; align-items: center; justify-content: center; width: 29px; height: 29px; color: var(--blue); background: var(--blue-pale); border-radius: 8px; font-size: 11px; font-weight: 800; }.feature-grid h3 { margin: 35px 0 9px; font-size: 20px; }.feature-grid p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.62; }

.feature-directory { padding: 8px 0 118px; }.directory-heading { display: grid; grid-template-columns: 28% 1fr; gap: 38px; margin-bottom: 55px; }.directory-heading h2 { max-width: 670px; }
.feature-window { overflow: hidden; background: var(--paper-bright); border: 1px solid #b5c4df; border-radius: var(--radius); box-shadow: 0 22px 48px rgba(35, 52, 92, 0.12); }.feature-window-bar { height: 48px; display: flex; align-items: center; gap: 12px; padding: 0 17px; color: #536986; background: linear-gradient(90deg, #edf3ff, #e4edff); border-bottom: 1px solid #c6d4ec; font-size: 11px; }.feature-window-bar strong { font-weight: 750; }.window-dots { display: flex; gap: 5px; }.window-dots i { display: block; width: 7px; height: 7px; background: #bac8e2; border-radius: 50%; }.window-dots i:first-child { background: #6091ec; }.window-status { margin-left: auto; color: #7185a6; font-size: 10px; }
.directory-grid { display: grid; grid-template-columns: repeat(3, 1fr); }.directory-grid article { position: relative; min-height: 215px; padding: 26px 23px 28px; border-right: 1px solid #e2ded6; border-bottom: 1px solid #e2ded6; transition: background 0.2s ease; }.directory-grid article:hover { background: #f3f7ff; }.directory-grid article:nth-child(3n) { border-right: 0; }.directory-grid article:nth-last-child(-n + 3) { border-bottom: 0; }.directory-grid h3 { margin: 37px 0 10px; font-size: 18px; }.directory-grid p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.65; }.feature-index { position: absolute; top: 22px; right: 22px; color: #6f87b4; font-size: 10px; font-weight: 800; }.directory-grid mark { padding: 1px 4px; color: var(--blue-dark); background: #dbe8ff; border-radius: 4px; }.directory-grid .acai-feature { background: linear-gradient(145deg, #eff4ff, #e5eeff); }

.placeholder-gallery { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; padding-bottom: 112px; }.small-placeholder { min-height: 305px; }
.price-section { display: grid; grid-template-columns: 1fr 340px; gap: 75px; align-items: center; padding: 85px 0 100px; border-top: 1px solid var(--line); }.price-section h2 { margin-bottom: 22px; }.price-section > div:first-child > p:last-child { max-width: 520px; color: var(--muted); line-height: 1.7; }.price-card { display: flex; flex-direction: column; justify-content: center; min-height: 245px; padding: 31px; background: linear-gradient(145deg, #edf3ff, #dce9ff); border: 1px solid #acc2ec; border-radius: var(--radius); box-shadow: 0 18px 35px rgba(40, 78, 151, 0.13); }.price-label, .price-note { color: #60759d; font-size: 12px; }.price-card strong { margin: 8px 0 2px; color: var(--blue-dark); font-size: 65px; line-height: 1; letter-spacing: -0.09em; }.coming-soon { align-self: flex-start; margin-top: 20px; padding: 7px 10px; color: var(--blue-dark); background: rgba(255, 255, 255, 0.66); border: 1px solid #9fb8e8; border-radius: 999px; font-size: 10px; font-weight: 800; letter-spacing: 0.09em; text-transform: uppercase; }.price-button { align-self: flex-start; margin-top: 15px; }

.support-dialog { width: min(435px, calc(100% - 32px)); margin: auto; padding: 25px; color: var(--ink); background: #fbf8f1; border: 1px solid #b9c6de; border-radius: 17px; box-shadow: 0 28px 90px rgba(22, 33, 58, 0.32); }.support-dialog::backdrop { background: rgba(15, 26, 49, 0.44); backdrop-filter: blur(4px); }.support-dialog-head { display: flex; justify-content: space-between; gap: 18px; align-items: flex-start; }.support-dialog .kicker { margin-bottom: 9px; }.support-dialog h2 { font-size: 28px; }.dialog-close { width: 31px; height: 31px; color: #54605b; background: #fffdf8; border: 1px solid var(--line); border-radius: 50%; font: 500 18px/1 inherit; cursor: pointer; }.chat-placeholder { display: flex; flex-direction: column; justify-content: space-between; min-height: 155px; margin: 24px 0 18px; padding: 18px; background: linear-gradient(135deg, #eff4ff, #e5eeff); border: 1px solid #c2d2f1; border-radius: 11px; }.chat-placeholder > span { color: #7183a5; font-size: 11px; }.chat-bubble { width: max-content; max-width: 92%; padding: 11px 13px; color: #4b5663; background: #fff; border: 1px solid #d7dfeb; border-radius: 9px 9px 9px 2px; font-size: 13px; line-height: 1.45; }.full-button { width: 100%; margin: 0; text-align: center; }

.reveal { transition: opacity 0.72s ease, transform 0.72s cubic-bezier(.2,.75,.25,1); }.js .reveal { opacity: 0; transform: translateY(34px); }.js .reveal.is-visible { opacity: 1; transform: translateY(0); }
@keyframes cursor-blink { 50% { opacity: 0; } }

/* Desktop screen-deck interaction: wheel and swipe move between scenes instead of scrolling a page. */
@media (min-width: 761px) {
  body.deck-mode { height: 100vh; overflow: hidden; }
  body.deck-mode .site-header { position: relative; z-index: 20; }
  body.deck-mode .site-footer { display: none; }
  body.deck-mode main { position: relative; height: calc(100vh - 84px); overflow: hidden; }
  body.deck-mode main > section.screen { position: absolute; inset: 0; z-index: 1; overflow: hidden; opacity: 0; visibility: hidden; pointer-events: none; transform: translateY(52px) scale(0.985); transition: opacity 0.64s ease, transform 0.76s cubic-bezier(.2,.75,.25,1), visibility 0s linear 0.7s; }
  body.deck-mode main > section.screen:not(.screen-active) { opacity: 0; visibility: hidden; pointer-events: none; transition-delay: 0s; }
  body.deck-mode main > section.screen.screen-contained { top: 0; right: auto; bottom: 0; left: 50%; width: min(1120px, calc(100% - 48px)); margin: 0; transform: translate(-50%, 52px) scale(0.985); }
  body.deck-mode main > section.screen.screen-active { z-index: 2; opacity: 1; visibility: visible; pointer-events: auto; transform: translateY(0) scale(1); transition-delay: 0s; }
  body.deck-mode main > section.screen.screen-contained.screen-active { transform: translate(-50%, 0) scale(1); }
  body.deck-mode .hero { display: flex; flex-direction: column; justify-content: center; padding-top: 55px; padding-bottom: 55px; }
  body.deck-mode .hero::after { margin-top: 58px; }
  body.deck-mode .intro, body.deck-mode .hub-summary { align-content: center; padding-top: 42px; padding-bottom: 42px; }
  body.deck-mode .product-section { display: block; padding-top: 50px; padding-bottom: 48px; }
  body.deck-mode .product-section .product-head, body.deck-mode .product-section .product-layout { width: min(1120px, calc(100% - 48px)); flex-shrink: 0; }
  body.deck-mode .ownership-section { display: flex; align-items: center; padding-top: 45px; padding-bottom: 45px; }
  body.deck-mode .product-layout { margin-top: 36px; }.deck-mode .wide-placeholder { min-height: 285px; }
  body.deck-mode .ecosystem, body.deck-mode .principles, body.deck-mode .features, body.deck-mode .feature-directory, body.deck-mode .placeholder-gallery, body.deck-mode .price-section { padding-top: 38px; padding-bottom: 38px; }
  body.deck-mode .ecosystem-list { margin-top: 34px; }.deck-mode .ecosystem-list article { padding-top: 18px; padding-bottom: 18px; }
  body.deck-mode .principles { position: relative; display: flex; flex-direction: column; justify-content: center; isolation: isolate; padding-top: 0; padding-bottom: 0; }.deck-mode .principles::after { content: "VAULTERIC"; position: absolute; right: -24px; bottom: 1px; z-index: 0; color: rgba(41, 91, 191, 0.055); font-size: clamp(86px, 14vw, 205px); font-weight: 800; letter-spacing: -0.1em; pointer-events: none; }.deck-mode .principles > * { position: relative; z-index: 1; }.deck-mode .principle-grid { margin-top: 32px; }.deck-mode .principle-grid article { min-height: 175px; padding: 24px; }.deck-mode .principle-grid article::before { margin-bottom: 26px; }
  body.deck-mode .feature-grid { margin-top: 32px; }.deck-mode .feature-grid article { min-height: 168px; padding: 20px; }.deck-mode .feature-grid h3 { margin-top: 23px; }
  body.deck-mode .directory-heading { align-items: start; margin-bottom: 18px; }.deck-mode .directory-heading h2 { margin-bottom: 0; }.deck-mode .directory-grid article { min-height: 112px; padding: 15px 18px 16px; }.deck-mode .directory-grid h3 { margin: 21px 0 5px; font-size: 14px; }.deck-mode .directory-grid p { font-size: 10.5px; line-height: 1.38; }.deck-mode .feature-index { top: 15px; right: 18px; }.deck-mode .feature-window-bar { height: 38px; }
  body.deck-mode .small-placeholder { min-height: 245px; }.deck-mode .price-section { grid-template-columns: 1fr 310px; gap: 58px; }.deck-mode .price-card { min-height: 205px; padding: 25px; }.deck-mode .price-card strong { font-size: 55px; }.deck-mode .coming-soon { margin-top: 12px; }
  .screen-deck-indicator { position: fixed; z-index: 30; top: 50%; right: 24px; display: flex; flex-direction: column; gap: 8px; transform: translateY(-50%); }
  .screen-deck-indicator button { width: 8px; height: 8px; padding: 0; background: rgba(53, 81, 74, 0.28); border: 0; border-radius: 50%; cursor: pointer; transition: height 0.2s ease, background 0.2s ease; }
  .screen-deck-indicator button.is-active { height: 25px; background: var(--blue); border-radius: 99px; }
  .screen-deck-hint { position: fixed; z-index: 30; right: 25px; bottom: 18px; color: #75817c; font-size: 10px; font-weight: 700; letter-spacing: 0.09em; text-transform: uppercase; }
}

@media (max-width: 760px) {
  .wrap { width: min(100% - 36px, 1120px); }.site-header { height: 73px; }.site-header nav, .site-header .header-link { display: none; }.support-button { margin-left: auto; }
  h1 { font-size: clamp(47px, 13vw, 67px); }.hero { padding: 88px 0 94px; }.hero-copy { margin: 35px 0 0; font-size: 15px; }.hero::after { margin-top: 65px; }
  .intro, .hub-summary { grid-template-columns: 1fr; gap: 27px; padding: 76px 0; }.product-section { padding: 78px 0; }.product-head { display: block; }.product-head > p { margin-top: 22px; }.product-layout { grid-template-columns: 1fr; gap: 31px; margin-top: 43px; }.wide-placeholder { min-height: 240px; }
  .ecosystem { padding: 78px 0; }.ecosystem-head, .directory-heading { grid-template-columns: 1fr; gap: 23px; }.ecosystem-list { margin-top: 41px; }.ecosystem-list article { grid-template-columns: 1fr; gap: 14px; }.ecosystem-list h3 { font-size: 22px; }
  .principles { padding: 78px 0; }.principle-grid { grid-template-columns: 1fr; gap: 13px; margin-top: 39px; }.principle-grid article { min-height: 0; }.closing { padding: 78px 0; }
  .hub-hero { padding: 82px 0 65px; text-align: left; }.hub-hero > p:last-child { margin: 28px 0 0; font-size: 15px; }.hub-screenshot { padding-bottom: 78px; }.hero-placeholder { min-height: 270px; }.ownership-section { padding: 80px 0; }.features { padding: 80px 0; }.feature-heading { display: block; }.feature-grid { grid-template-columns: 1fr; margin-top: 41px; }.feature-grid article { min-height: 0; }.feature-grid h3 { margin-top: 28px; }
  .feature-directory { padding: 0 0 80px; }.directory-heading { margin-bottom: 39px; }.feature-window-bar { padding: 0 12px; }.window-status { display: none; }.directory-grid { grid-template-columns: 1fr; }.directory-grid article, .directory-grid article:nth-child(3n) { border-right: 0; border-bottom: 1px solid #e2ded6; }.directory-grid article:last-child { border-bottom: 0; }
  .placeholder-gallery { grid-template-columns: 1fr; padding-bottom: 80px; }.small-placeholder { min-height: 220px; }.price-section { grid-template-columns: 1fr; gap: 35px; padding: 76px 0; }.price-card { min-height: 205px; }.site-footer { min-height: 82px; }
}

@media (prefers-reduced-motion: reduce) { *, *::before, *::after { animation-duration: .001ms !important; scroll-behavior: auto !important; } .js .reveal { opacity: 1; transform: none; transition: none; } }
