/* Visual tokens match desktop/frontend/src/styles.css. Web text sizes and document scrolling remain independent of the Wails layout. */
:root {
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Microsoft YaHei", sans-serif;
  color: var(--text);
  background: var(--bg);
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  font-size: 14px;
  color-scheme: dark;
  --bg: #111318;
  --main: #1a1c22;
  --sidebar: #17191f;
  --topbar: #191b21;
  --panel: #1d2027;
  --panel-2: #20232a;
  --panel-3: #252830;
  --line: #2b2e36;
  --text: #f3f4f6;
  --muted: #a7acb7;
  --subtle: #8d929d;
  --accent: #ff4d5e;
  --blue: #1597ff;
  --green: #27c96f;
  --amber: #f2c94c;
  --danger: #ff6675;
  --blue-soft: #153a52;
  --green-soft: #192f25;
  --amber-soft: #332d20;
  --danger-soft: #35232a;
  --ink: var(--text);
  --soft: var(--panel-2);
  --white: var(--panel);
  scroll-behavior: smooth;
  scrollbar-color: #3b3f49 transparent
}
* {
  box-sizing: border-box
}
body {
  margin: 0;
  background: var(--main);
  min-width: 320px;
  line-height: 1.65
}
a {
  color: inherit;
  text-decoration: none;
  transition: color .15s ease
}
button,input {
  font: inherit
}
button {
  cursor: pointer
}
button,a,input,summary {
  outline-offset: 4px
}
button:focus-visible,a:focus-visible,input:focus-visible,summary:focus-visible {
  outline: 2px solid var(--blue)
}
button:disabled {
  opacity: .5;
  cursor: not-allowed
}
button {
  color: inherit
}
h1,h2,h3,p {
  margin: 0
}
button {
  border: 0
}
input {
  min-width: 0
}
button,a {
  touch-action: manipulation
}
::selection {
  background: #ff4d5e80;
  color: var(--text)
}
.icon {
  width: 21px;
  height: 21px;
  flex-shrink: 0;
  vertical-align: middle
}
[hidden] {
  display: none!important
}
.container {
  width: min(1152px,calc(100% - 80px));
  margin-inline: auto
}
.muted {
  color: var(--muted)
}
.skip-link {
  position: fixed;
  left: 16px;
  top: -100px;
  z-index: 100;
  background: var(--panel-3);
  padding: 12px;
  border: 1px solid var(--blue);
  border-radius: 7px
}
.skip-link:focus {
  top: 12px
}
.preview-bar {
  text-align: center;
  font-size: 11px;
  letter-spacing: .25px;
  background: var(--amber-soft);
  color: #e1c583;
  padding: 8px 20px;
  border-bottom: 1px solid #4a402b
}
.site-header {
  position: relative;
  z-index: 10;
  background: var(--topbar);
  border-bottom: 1px solid var(--line)
}
.main-nav {
  display: flex;
  height: 76px;
  align-items: center;
  gap: 44px
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  white-space: nowrap;
  font-size: 22px;
  letter-spacing: -.7px;
  color: var(--text);
  line-height: 1
}
.brand span {
  font-weight: 430
}
.brand b {
  font-weight: 760
}
.nav-links {
  display: flex;
  gap: 8px;
  font-size: 13px;
  color: var(--muted)
}
.nav-links a:hover,.nav-links a[aria-current] {
  color: var(--text);
  background: var(--panel-3)
}
.nav-actions {
  margin-left: auto;
  display: flex;
  gap: 28px;
  align-items: center;
  white-space: nowrap
}
.nav-login {
  font-size: 12px;
  color: var(--muted)
}
.language-switch {
  min-width: 34px;
  padding: 4px 8px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.4;
  text-align: center
}
.language-switch:hover {
  border-color: var(--subtle);
  color: var(--text)
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 42px;
  border: 1px solid #168de9;
  border-radius: 7px;
  background: var(--blue);
  color: #fff;
  padding: 10px 18px;
  font-size: 12px;
  font-weight: 580;
  line-height: 1.5;
  text-align: center;
  transition: background .15s ease, border-color .15s ease, color .15s ease;
  box-shadow: 0 5px 16px #1597ff20
}
.button:hover {
  background: #31a5ff;
  transform: none
}
.button>.icon {
  width: 16px;
  height: 16px
}
.button.secondary {
  color: #d4d7de;
  background: #22252d;
  border-color: #343842;
  box-shadow: none
}
.button.secondary:hover {
  background: #292c34;
  border-color: #444954
}
.button.danger {
  color: #ffdce2;
  background: #8f2639;
  border-color: #bc3c54;
  box-shadow: 0 5px 16px #8f263933
}
.button.danger:hover {
  background: #a92d44;
  border-color: #d14b63
}
.button.disabled {
  color: var(--subtle);
  border-color: var(--line);
  background: var(--panel-2);
  cursor: not-allowed;
  transform: none;
  box-shadow: none
}
.menu-toggle {
  display: none
}
.eyebrow {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 1.8px;
  line-height: 1.8;
  color: var(--subtle);
  display: flex;
  align-items: center;
  gap: 9px
}
.status-dot {
  display: inline-block;
  background: var(--green);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  box-shadow: 0 0 0 3px #27c96f16
}
.hero {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  align-items: stretch;
  min-height: 520px;
  gap: 0;
  padding-block: 0;
  margin: 32px auto 24px;
  border: 1px solid #30333c;
  border-radius: 10px;
  background: var(--panel);
  overflow: hidden
}
.hero h1 {
  font-size: 44px;
  letter-spacing: -1.8px;
  font-weight: 680;
  line-height: 1.38;
  margin: 20px 0
}
.hero h1 em,.center-heading h1 em,.auth-intro h1 em {
  color: var(--accent);
  font-style: normal;
  font-weight: inherit
}
.lead {
  font-size: 14px;
  line-height: 2;
  color: var(--muted);
  font-weight: 400
}
.hero-actions {
  display: flex;
  gap: 12px;
  margin-top: 26px;
  flex-wrap: wrap
}
.hero-note {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 11px;
  color: var(--subtle);
  margin-top: 22px;
  flex-wrap: wrap
}
.hero-note>.icon {
  width: 13px;
  height: 13px
}
.hero-note>span {
  color: #565c67
}
.hero-visual {
  height: 100%;
  position: relative;
  isolation: isolate;
  min-height: 460px;
  align-self: stretch;
  background-color: #1b1e24;
  overflow: hidden
}
.visual-grid {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(#242831 1px, transparent 1px), linear-gradient(90deg, #242831 1px, transparent 1px);
  background-size: 38px 38px;
  opacity: 1;
  mask-image: radial-gradient(ellipse, #000 20%, transparent 75%)
}
.orbit {
  position: absolute;
  border: 1px solid var(--line);
  border-radius: 50%;
  width: 365px;
  height: 365px;
  left: 91px;
  top: 34px;
  transform: rotate(-28deg);
  border-color: #353944
}
.orbit-two {
  width: 440px;
  height: 225px;
  left: 16px;
  top: 123px;
  border-style: dashed;
  opacity: .7
}
.floating-label {
  font-family: Consolas,monospace;
  letter-spacing: 1.6px;
  font-size: 11px;
  color: var(--subtle);
  display: flex;
  align-items: center;
  gap: 18px
}
.label-top {
  position: absolute;
  left: 59px;
  top: 18px
}
.label-bottom {
  position: absolute;
  right: 12px;
  bottom: 34px;
  font-size: 11px
}
.label-bottom>.icon {
  width: 33px
}
.terminal-card {
  position: absolute;
  left: 18px;
  top: 79px;
  width: 330px;
  border-radius: 10px;
  border: 1px solid var(--line);
  background: var(--panel-2);
  box-shadow: 0 17px 36px #0004;
  transform: rotate(-5deg);
  border-color: #363a44
}
.window-chrome {
  height: 37px;
  border-bottom: 1px solid #343842;
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 0 14px;
  background: var(--panel-3);
  border-radius: 9px 9px 0 0
}
.window-chrome i {
  width: 5px;
  height: 5px;
  background: var(--accent);
  border-radius: 50%
}
.window-chrome i:nth-child(2) {
  background: var(--amber)
}
.window-chrome i:nth-child(3) {
  background: var(--green)
}
.window-chrome span {
  font: 8px Consolas,monospace;
  color: var(--subtle);
  margin-left: 50px
}
.terminal-content {
  padding: 22px 25px;
  font: 11px/1.7 Consolas,monospace;
  color: var(--text)
}
.terminal-content p>span {
  color: var(--blue);
  margin-right: 6px
}
.terminal-muted {
  font-size: 11px;
  color: var(--muted);
  margin-top: 12px
}
.terminal-line {
  width: 190px;
  height: 4px;
  border-radius: 2px;
  background: #343944;
  margin-top: 15px
}
.terminal-line.short {
  width: 138px;
  margin-top: 7px
}
.terminal-success {
  color: var(--green);
  font-size: 11px;
  margin-top: 24px
}
.terminal-success>.icon {
  width: 12px;
  height: 12px;
  margin-right: 7px
}
.bell-object {
  position: absolute;
  right: 32px;
  top: 112px;
  width: 145px;
  height: 151px;
  border-radius: 30px;
  background: linear-gradient(145deg, #292c34, #1e2128);
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotate(10deg);
  border: 1px solid #3a3e48;
  box-shadow: 14px 20px 35px #0007, inset 0 1px #ffffff0d
}
.bell-object>.icon {
  width: 80px;
  height: 80px;
  stroke-width: 1.5;
  color: var(--text);
  filter: none;
  transform: rotate(-20deg)
}
.bell-object>span {
  position: absolute;
  top: 20px;
  right: 22px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: var(--green);
  border: 3px solid #1b1e24
}
.mail-card {
  display: flex;
  align-items: center;
  gap: 13px;
  position: absolute;
  left: 72px;
  bottom: 71px;
  width: 360px;
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 20px 17px;
  background: var(--panel-2);
  box-shadow: 0 14px 40px #0005;
  transform: rotate(3deg);
  border-color: #3a3e48
}
.mail-symbol {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 39px;
  height: 42px;
  border-radius: 10px;
  background: var(--blue-soft);
  color: #8fd0ff
}
.mail-card>div {
  flex: 1
}
.mail-card b {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 11px;
  color: var(--muted);
  font-weight: 450
}
.mail-card b small {
  font-size: 11px;
  color: var(--muted)
}
.mail-card strong {
  display: block;
  margin-top: 7px;
  font-size: 12px;
  color: var(--text);
  font-weight: 600
}
.mail-card p {
  font-size: 11px;
  color: var(--muted);
  margin-top: 7px
}
.mail-dot {
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--green);
  right: 15px;
  bottom: 24px
}
.visual-caption {
  position: absolute;
  bottom: 18px;
  left: 0;
  font-size: 10px;
  color: var(--subtle);
  letter-spacing: .25px;
  width: 100%;
  text-align: center;
  padding: 0 10px
}
.compatibility {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  display: flex;
  align-items: center;
  gap: 27px;
  padding-block: 25px;
  color: var(--muted);
  font-size: 11px;
  background: var(--panel-2);
  border: 1px solid var(--line);
  border-radius: 9px;
  padding: 20px 24px
}
.compatibility>span:first-child {
  font-size: 11px;
  margin-right: 30px
}
.compatibility>div:not(.compatibility-end) {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 550;
  font-size: 15px;
  color: var(--text)
}
.claude-mark {
  font-size: 26px;
  color: #d97757
}
.compatibility .plus {
  color: var(--muted)
}
.compatibility .compatibility-end {
  margin-left: auto;
  display: flex;
  gap: 10px;
  align-items: center;
  font-size: 11px;
  color: var(--muted)
}
.compatibility-end i {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: var(--panel)
}
.section {
  padding-block: 68px
}
.center-heading h2,.final-cta h2 {
  font-size: 30px;
  line-height: 1.55;
  letter-spacing: -.9px;
  font-weight: 650;
  margin-top: 15px
}
.how-section {
  background: var(--sidebar);
  border-block: 1px solid var(--line);
  padding-block: 60px
}
.center-heading {
  text-align: center;
  margin-bottom: 40px
}
.center-heading .eyebrow {
  justify-content: center
}
.center-heading h1 {
  font-size: 43px;
  font-weight: 680;
  line-height: 1.5;
  letter-spacing: -1.8px;
  margin: 20px 0
}
.center-heading>p {
  font-size: 14px;
  line-height: 1.9;
  color: var(--muted);
  margin-top: 15px
}
.steps {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 60px;
  padding: 12px 25px 28px
}
.steps article>span,.setup-grid article>span {
  display: block;
  font: 500 26px Consolas, monospace;
  font-style: normal;
  color: var(--blue);
  margin-bottom: 18px
}
.steps h3,.setup-grid h3 {
  font-size: 15px;
  font-weight: 620;
  margin-bottom: 12px
}
.steps p,.setup-grid p {
  font-size: 13px;
  line-height: 1.9;
  color: var(--muted)
}
.fine-print {
  font-size: 11px;
  line-height: 1.9;
  color: var(--muted)
}
.pricing-grid {
  display: grid;
  grid-template-columns: repeat(4,minmax(0,1fr));
  gap: 14px
}
.price-card {
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 9px;
  background: var(--panel);
  display: flex;
  flex-direction: column;
  position: relative
}
.price-card.featured {
  background: var(--panel-2);
  border-color: #28678e;
  box-shadow: inset 0 3px 0 var(--blue)
}
.price-card.trial-featured {
  border-color: #28678e;
  background: linear-gradient(155deg,#132a3b 0%,var(--panel-2) 58%);
  box-shadow: inset 0 3px 0 var(--blue),0 16px 42px #0b203355;
  transform: translateY(-7px)
}
.trial-badge {
  position: absolute;
  top: 14px;
  right: 14px;
  padding: 4px 8px;
  border: 1px solid #2a7bb0;
  border-radius: 999px;
  background: var(--blue-soft);
  color: #8fd0ff;
  font-size: 9px;
  font-weight: 650;
  letter-spacing: .2px
}
.trial-featured .plan-eyebrow {
  color: #8fd0ff
}
.trial-featured>.button {
  background: var(--blue);
  border-color: #1e86d8;
  box-shadow: 0 6px 20px #1597ff26
}
.trial-featured>.button:hover {
  background: #3aa5ff
}
.plan-eyebrow {
  font: 8px Consolas,monospace;
  letter-spacing: 1.4px;
  color: var(--muted);
  margin-bottom: 22px
}
.price-card h3 {
  font-size: 20px;
  font-weight: 650;
  margin-bottom: 12px
}
.price-card>p {
  font-size: 12px;
  color: var(--muted);
  line-height: 1.8
}
.price {
  font-size: 32px;
  letter-spacing: -.7px;
  font-weight: 600;
  margin-top: 27px;
  display: flex;
  gap: 8px;
  align-items: baseline;
  flex-wrap: wrap;
  font-variant-numeric: tabular-nums
}
.price small {
  font-size: 11px;
  color: var(--muted);
  font-weight: 400;
  letter-spacing: 0
}
.price-card .billing-note {
  font-size: 11px;
  margin-top: 8px;
  min-height: 30px
}
.check-list {
  padding: 22px 0 9px;
  margin: 0;
  list-style: none;
  border-top: 1px solid var(--line);
  margin-top: 17px;
  min-height: 145px
}
.check-list li {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  color: #c3c8d2;
  margin-bottom: 13px
}
.check-list .icon {
  width: 13px;
  height: 13px;
  color: var(--green)
}
.price-card>.button {
  width: 100%;
  margin-top: auto;
  font-size: 11px
}
.pricing-disclosure {
  text-align: center;
  font-size: 12px;
  color: var(--muted);
  line-height: 2.1;
  margin: 26px auto 0;
  max-width: 790px
}
.pricing-disclosure .icon {
  width: 13px;
  height: 13px;
  margin-right: 7px
}
.pricing-disclosure a,.policy-content a,.notice a,.checkbox a,.faq a {
  color: #80c7ff;
  text-decoration: underline;
  text-underline-offset: 3px
}
.final-cta {
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 43px 50px;
  background: var(--panel);
  border: 1px solid #343842;
  border-radius: 10px;
  margin-bottom: 68px;
  isolation: isolate
}
.final-cta h2 {
  font-size: 30px;
  font-weight: 650
}
.final-cta p {
  font-size: 13px;
  color: var(--muted);
  margin-top: 17px
}
.final-cta>.button {
  z-index: 1;
  margin-right: 16px
}
.cta-bell {
  position: absolute;
  right: 165px;
  bottom: -64px;
  transform: rotate(-22deg);
  z-index: -1
}
.cta-bell>.icon {
  width: 220px;
  height: 220px;
  color: #2b303b;
  stroke-width: 1
}
.site-footer {
  background: var(--sidebar);
  border-top: 1px solid var(--line)
}
.footer-top {
  display: grid;
  grid-template-columns: 2fr 1fr 1.3fr 1fr;
  gap: 35px;
  padding-block: 48px
}
.footer-brand .brand {
  font-size: 22px
}
.footer-brand p {
  font-size: 12px;
  color: var(--muted);
  line-height: 2;
  margin: 18px 0
}
.footer-private {
  font-size: 11px;
  color: var(--muted);
  display: flex;
  gap: 6px;
  align-items: center
}
.footer-private>.icon {
  width: 12px;
  height: 12px
}
.footer-top h3 {
  font-size: 12px;
  font-weight: 620;
  margin-bottom: 20px;
  color: #e9ebef
}
.footer-top>div:not(:first-child)>a,.footer-top>div:not(:first-child)>.muted {
  display: block;
  font-size: 11px;
  color: var(--muted);
  margin-bottom: 15px;
  overflow-wrap: anywhere
}
.footer-top a:hover {
  color: var(--blue)
}
.footer-top a>.icon {
  width: 11px;
  height: 11px;
  margin-left: 4px
}
.footer-bottom {
  border-top: 1px solid var(--line);
  padding-block: 20px;
  display: flex;
  justify-content: space-between;
  gap: 25px;
  font-size: 11px;
  color: var(--muted);
  line-height: 1.8
}
.download-section {
  max-width: 1000px
}
.download-card {
  display: flex;
  gap: 25px;
  align-items: center;
  flex-wrap: wrap;
  background: var(--panel);
  border: 1px solid var(--line);
  padding: 35px;
  border-radius: 10px
}
.os-icon {
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: var(--blue-soft);
  color: #8fd0ff;
  border-color: #155f8f
}
.os-icon>.icon {
  width: 32px;
  height: 32px;
  fill: var(--blue-soft);
  stroke-width: 1.2
}
.tag {
  font: 9px Consolas,monospace;
  letter-spacing: 1.1px;
  color: var(--muted)
}
.download-card h3 {
  font-size: 20px;
  font-weight: 650;
  margin: 10px 0
}
.download-card p {
  font-size: 11px;
  color: var(--muted)
}
.download-card>.button {
  margin-left: auto
}
.download-details {
  flex-basis: 100%;
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
  border-top: 1px solid var(--line);
  padding-top: 22px;
  font-size: 11px;
  color: var(--muted)
}
.download-details details {
  width: 100%;
  line-height: 2
}
.download-details code {
  display: block;
  overflow-wrap: anywhere;
  background: var(--panel-3);
  padding: 9px 12px;
  border-radius: 5px;
  color: #d8dbe2
}
.download-details details>a {
  display: inline-block;
  margin-top: 8px;
  text-decoration: underline
}
.setup-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 28px;
  margin: 50px 0
}
.notice {
  padding: 16px 18px;
  border: 1px solid var(--line);
  background: var(--blue-soft);
  color: #b8dcf5;
  border-radius: 7px;
  font-size: 12px;
  line-height: 1.9;
  border-color: #155f8f
}
.notice.warning {
  border-color: #4a402b;
  background: var(--amber-soft);
  color: #e1c583
}
.faq {
  max-width: 720px;
  margin: 70px auto 0
}
.faq>h2 {
  font-size: 24px;
  font-weight: 650;
  margin-bottom: 25px
}
.faq details {
  border-bottom: 1px solid var(--line);
  padding: 20px 0
}
.faq summary {
  font-size: 13px;
  cursor: pointer;
  font-weight: 550
}
.faq p {
  font-size: 13px;
  line-height: 2;
  color: var(--muted);
  margin-top: 15px
}
.auth-layout {
  display: grid;
  grid-template-columns: 1fr 440px;
  gap: 80px;
  align-items: center;
  min-height: 690px;
  padding-block: 70px
}
.auth-intro h1 {
  font-size: 43px;
  font-weight: 680;
  line-height: 1.5;
  letter-spacing: -1.5px;
  margin: 24px 0
}
.auth-card {
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 35px;
  background: var(--panel);
  box-shadow: 0 16px 48px #0003
}
.auth-icon {
  display: flex;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
  background: var(--blue-soft);
  border: 1px solid var(--line);
  border-radius: 10px;
  color: #8fd0ff;
  margin-bottom: 23px;
  border-color: #155f8f
}
.auth-card h2 {
  font-size: 24px;
  font-weight: 650;
  margin-bottom: 13px
}
.auth-card>p {
  font-size: 12px;
  line-height: 1.9;
  color: var(--muted);
  margin-bottom: 25px
}
.auth-card>.notice {
  margin: 15px 0
}
form>label:not(.checkbox) {
  display: block;
  font-size: 12px;
  margin: 20px 0 10px;
  color: #c8cbd2
}
form>input {
  width: 100%;
  height: 46px;
  padding: 0 14px;
  background: var(--panel-3);
  border: 1px solid var(--line);
  border-radius: 7px;
  color: var(--text);
  font-size: 14px;
  border-color: #3a3f49
}
input::placeholder {
  color: var(--subtle);
  font-size: 12px
}
.checkbox {
  display: flex;
  gap: 9px;
  align-items: flex-start;
  margin: 20px 0;
  font-size: 11px;
  color: var(--muted);
  line-height: 1.9
}
.checkbox input {
  accent-color: var(--blue);
  flex-shrink: 0;
  width: 15px;
  height: 15px;
  margin: 3px 0
}
.auth-card form>.button {
  width: 100%
}
.code-input {
  letter-spacing: 10px;
  text-align: center;
  font-size: 26px
}
#code-recipient {
  font-size: 11px;
  line-height: 1.8;
  margin: 0 0 10px;
  overflow-wrap: anywhere
}
#code-form>.button {
  margin-top: 20px
}
.form-links {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin-top: 17px
}
.form-links button {
  background: none;
  padding: 5px 0;
  color: var(--muted);
  font-size: 11px
}
.policy-layout {
  display: grid;
  grid-template-columns: 245px 1fr;
  gap: 70px;
  padding-block: 65px 100px
}
.policy-layout aside {
  position: sticky;
  top: 30px;
  align-self: start;
  background: var(--sidebar);
  padding: 22px 16px;
  border: 1px solid var(--line);
  border-radius: 9px
}
.policy-layout aside h2 {
  font-size: 19px;
  font-weight: 500;
  margin-top: 15px;
  line-height: 1.6
}
.policy-layout aside nav {
  display: flex;
  flex-direction: column;
  margin-top: 28px;
  gap: 6px
}
.policy-layout aside nav>a {
  padding: 13px 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 12px;
  color: var(--muted);
  border-radius: 6px
}
.policy-layout aside nav>a[aria-current] {
  background: var(--panel-3);
  color: var(--text);
  box-shadow: inset 3px 0 0 var(--accent)
}
.policy-layout aside nav .icon {
  width: 15px;
  height: 15px
}
.policy-content h1 {
  font-size: 34px;
  letter-spacing: -1px;
  font-weight: 650;
  margin-bottom: 20px
}
.policy-date {
  font-size: 11px;
  color: var(--muted);
  margin: 18px 0
}
.merchant-info {
  padding: 20px 23px;
  border: 1px solid var(--line);
  background: var(--panel-2);
  border-radius: 8px;
  margin: 25px 0 33px;
  font-size: 12px;
  line-height: 2
}
.merchant-info p {
  color: var(--muted);
  overflow-wrap: anywhere
}
.policy-content section {
  margin-top: 33px
}
.policy-content section>h2 {
  font-size: 18px;
  font-weight: 620;
  margin-bottom: 17px
}
.policy-content section>p {
  font-size: 14px;
  line-height: 2;
  color: #b5bbc6;
  margin-top: 12px;
  overflow-wrap: anywhere
}
.contact-section {
  max-width: 1020px
}
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px
}
.panel {
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 9px;
  background: var(--panel)
}
.panel h2 {
  font-size: 23px;
  font-weight: 650;
  margin: 20px 0 14px
}
.panel h3 {
  font-size: 17px;
  font-weight: 620;
  margin-bottom: 12px
}
.panel p {
  font-size: 13px;
  line-height: 2;
  color: var(--muted)
}
.contact-grid .panel>.icon {
  width: 27px;
  height: 27px;
  color: #8fd0ff
}
.contact-grid .panel>.button {
  margin-top: 26px;
  font-size: 11px;
  gap: 15px
}
.contact-link {
  font-size: 18px;
  overflow-wrap: anywhere;
  color: #80c7ff;
  margin: 26px 0 17px
}
.contact-link>.muted {
  font-size: 14px
}
.under-link {
  display: block;
  font-size: 11px;
  margin-top: 20px;
  text-decoration: underline;
  color: #80c7ff
}
.merchant-public {
  border-top: 1px solid var(--line);
  margin-top: 42px;
  padding-top: 30px
}
.merchant-public h3 {
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 16px
}
.merchant-public p {
  font-size: 11px;
  line-height: 2;
  color: var(--muted)
}
.result-section {
  padding-block: 90px 130px;
  text-align: center;
  min-height: 500px;
  max-width: 780px
}
.result-section>.auth-icon {
  margin-inline: auto
}
.result-section h1 {
  font-size: 33px;
  font-weight: 650;
  margin: 20px 0
}
.result-section p {
  font-size: 13px;
  line-height: 2;
  color: var(--muted);
  margin-bottom: 28px
}
.result-section>.button {
  margin: 0 15px 15px
}
.result-section>a:not(.button),.result-section>.muted {
  font-size: 12px
}
.result-section>.eyebrow {
  justify-content: center
}
.account-section {
  padding-block: 55px 80px
}
.page-heading h1 {
  font-size: 32px;
  font-weight: 680;
  letter-spacing: -1px;
  margin: 12px 0
}
.page-heading p {
  font-size: 12px;
  color: var(--muted)
}
.page-heading {
  margin-bottom: 32px
}
.account-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25px;
  padding: 22px 24px;
  border-block: 1px solid var(--line);
  border: 1px solid var(--line);
  border-radius: 9px;
  background: var(--panel)
}
.account-top>div {
  display: flex;
  align-items: center;
  gap: 15px;
  min-width: 0
}
.avatar {
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #3a2530, #293341);
  border: 1px solid var(--line);
  color: var(--text);
  width: 46px;
  height: 46px;
  border-radius: 50%;
  flex-shrink: 0;
  border-color: #353944
}
.account-top h2 {
  font-size: 17px;
  font-weight: 620;
  overflow-wrap: anywhere
}
.account-top p {
  font-size: 11px;
  color: var(--muted);
  margin-top: 8px
}
.text-button {
  padding: 10px;
  background: none;
  font-size: 11px;
  color: var(--muted);
  flex-shrink: 0
}
.account-grid {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 20px
}
.plan-panel {
  background: var(--panel-2)
}
.panel-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 24px 0 16px
}
.panel-actions .button {
  font-size: 11px;
  padding: 10px 15px;
  gap: 14px
}
.panel .fine-print {
  font-size: 11px;
  color: var(--muted)
}
.account-grid .panel>.eyebrow {
  margin-bottom: 20px
}
.usage-number {
  display: flex;
  gap: 12px;
  align-items: baseline;
  margin: 27px 0 13px
}
.usage-number>b {
  font-size: 36px;
  font-weight: 600;
  color: var(--text)
}
.usage-number>span {
  font-size: 12px;
  color: var(--muted)
}
.devices-panel {
  margin-top: 20px
}
.panel-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px
}
.panel-header h3 {
  margin-bottom: 6px
}
.panel-header p {
  font-size: 11px
}
.panel-header>.button {
  font-size: 11px;
  padding: 9px 13px;
  min-height: 38px
}
.device-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding: 17px 0;
  border-top: 1px solid var(--line);
  margin-top: 18px
}
.device-row h4 {
  font-size: 13px;
  font-weight: 500;
  margin: 0 0 7px;
  overflow-wrap: anywhere
}
.device-row p {
  font-size: 11px;
  color: var(--muted)
}
.device-row button {
  border: 1px solid var(--line);
  background: var(--danger-soft);
  padding: 8px 12px;
  color: #ffabb5;
  font-size: 11px;
  border-radius: 6px;
  border-color: #66343f
}
.empty-devices {
  padding: 24px 0 4px;
  font-size: 12px;
  color: var(--muted)
}
.account-pricing {
  margin-top: 55px
}
.account-pricing>h2 {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 26px
}
.checkout-dialog {
  width: min(680px,calc(100% - 32px));
  max-height: calc(100dvh - 40px);
  padding: 0;
  border: 1px solid #3b5266;
  border-radius: 12px;
  background: var(--panel-2);
  color: var(--text);
  box-shadow: 0 28px 90px #000a;
  overflow: auto
}
.checkout-dialog::backdrop {
  background: #07090db8;
  backdrop-filter: blur(5px)
}
.checkout-dialog-card {
  position: relative;
  padding: 34px
}
.checkout-dialog-card>.eyebrow {
  color: #8fd0ff;
  margin-bottom: 12px
}
.checkout-dialog-card h2 {
  font-size: 25px;
  line-height: 1.4
}
.checkout-intro {
  color: var(--muted);
  font-size: 12px;
  margin-top: 10px
}
.dialog-close {
  position: absolute;
  top: 17px;
  right: 18px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--panel-3);
  border: 1px solid var(--line);
  color: var(--muted);
  font-size: 22px;
  line-height: 1
}
.dialog-close:hover {
  color: var(--text);
  border-color: var(--subtle)
}
.checkout-selection {
  padding: 14px 16px;
  margin: 14px 0 18px;
  border-radius: 8px;
  background: #191c22;
  border: 1px solid var(--line)
}
.checkout-selection strong {
  display: block;
  font-size: 14px;
  font-weight: 600
}
.checkout-selection p {
  color: var(--muted);
  font-size: 11px;
  line-height: 1.8;
  margin-top: 5px
}
.checkout-dialog .checkbox {
  font-size: 12px
}
.checkout-login-note {
  color: var(--muted);
  font-size: 11px;
  margin-bottom: 12px
}
.checkout-dialog form>.button,.checkout-dialog-card>#checkout-continue {
  width: 100%;
  margin-top: 5px
}
.dialog-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 5px
}
.dialog-actions .button {
  width: 100%;
  margin: 0
}
.cancel-dialog .checkout-selection {
  margin-top: 20px
}
.payment-summary {
  margin-top: 10px;
  color: var(--muted);
  font-size: 10px
}
.payment-options {
  display: grid;
  grid-template-columns: repeat(auto-fit,minmax(170px,1fr));
  gap: 10px;
  margin: 18px 0
}
.payment-option {
  display: flex;
  align-items: center;
  gap: 11px;
  min-height: 64px;
  padding: 12px 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel-3);
  cursor: pointer
}
.payment-option:has(input:checked) {
  border-color: var(--blue);
  box-shadow: 0 0 0 1px color-mix(in srgb,var(--blue) 35%,transparent)
}
.payment-option input {
  accent-color: var(--blue)
}
.payment-option span {
  display: grid;
  gap: 5px
}
.payment-option b {
  font-size: 12px;
  font-weight: 550
}
.payment-option small {
  color: var(--muted);
  font-size: 10px
}
.account-support {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  margin-top: 35px;
  font-size: 11px;
  color: var(--muted)
}
.account-support>a {
  text-decoration: underline
}
.account-support>.icon {
  width: 15px;
  height: 15px
}
#toast {
  position: fixed;
  bottom: 25px;
  left: 50%;
  transform: translateX(-50%);
  max-width: calc(100% - 30px);
  padding: 14px 20px;
  background: var(--panel-3);
  border: 1px solid var(--line);
  box-shadow: 0 12px 30px #0005;
  border-radius: 8px;
  color: var(--text);
  font-size: 12px;
  line-height: 1.8;
  z-index: 100;
  border-color: #3a3f49
}
.hero-copy,.hero-visual,.account-top>div>div {
  min-width: 0
}
html {
  scroll-padding-top: 24px
}
::-webkit-scrollbar {
  width: 9px;
  height: 9px
}
::-webkit-scrollbar-thumb {
  background: #3b3f49;
  border-radius: 8px;
  border: 2px solid transparent;
  background-clip: padding-box
}
::-webkit-scrollbar-thumb:hover {
  background: #515764;
  background-clip: padding-box
}
h1,h2,h3 {
  color: var(--text)
}
.brand-symbol {
  position: relative;
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  flex-shrink: 0;
  border: 1px solid #323640;
  border-radius: 9px;
  background: #23262e
}
.brand-symbol>.icon {
  width: 21px;
  height: 21px;
  stroke-width: 2.1
}
.brand-symbol i {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  border: 2px solid var(--sidebar);
  background: var(--green)
}
.nav-links a {
  position: relative;
  padding: 8px 13px;
  border-radius: 7px
}
.nav-links a[aria-current]::after {
  content: "";
  position: absolute;
  left: 13px;
  right: 13px;
  bottom: 0;
  height: 2px;
  border-radius: 2px;
  background: var(--accent)
}
.nav-login:hover {
  color: var(--text)
}
.button:active {
  transform: translateY(1px)
}
.hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 44px 36px;
  border-right: 1px solid var(--line)
}
.price-card.trial-featured .plan-eyebrow {
  color: #8fd0ff
}
form>input:focus {
  border-color: var(--blue)
}
.policy-layout aside nav>a:hover {
  background: var(--panel-2);
  color: var(--text)
}
.page-heading h1::after {
  content: ".";
  color: var(--accent)
}
.text-button:hover,.form-links button:hover {
  color: var(--blue)
}
.device-row button:hover {
  background: #482c35
}
@media(min-width:1450px) {
  .hero {
    min-height: 560px
  }
  .hero h1 {
    font-size: 48px
  }
  .hero-visual {
    transform: none;
    min-height: 460px;
    align-self: center;
    height: 100%
  }
}
@media(max-width:1100px) {
  .pricing-grid {
    grid-template-columns: repeat(2,minmax(0,1fr))
  }
  .main-nav {
    gap: 35px
  }
  .nav-links {
    gap: 23px
  }
  .nav-actions {
    gap: 22px
  }
  .hero h1 {
    font-size: 36px;
    letter-spacing: -1.6px
  }
  .hero-visual {
    transform: none;
    transform-origin: center right;
    min-height: 440px;
    align-self: center;
    height: 100%
  }
  .hero {
    gap: 0;
    grid-template-columns: 1fr 1fr;
    min-height: 490px
  }
  .hero-note {
    gap: 7px;
    font-size: 11px
  }
  .hero-actions .button {
    padding: 12px 15px;
    gap: 14px
  }
  .compatibility>span:first-child {
    margin-right: 0
  }
  .auth-layout {
    gap: 45px
  }
  .policy-layout {
    gap: 40px;
    grid-template-columns: 210px 1fr
  }
  .download-card>.button {
    margin-left: 89px
  }
  .footer-top {
    gap: 25px
  }
  .account-grid {
    grid-template-columns: 1.6fr 1fr
  }
}
@media(max-width:800px) {
  .container {
    width: calc(100% - 40px)
  }
  .main-nav {
    height: 75px;
    gap: 18px
  }
  .brand {
    font-size: 23px
  }
  .nav-links {
    gap: 2px;
    font-size: 12px
  }
  .nav-actions {
    gap: 15px
  }
  .hero {
    grid-template-columns: minmax(0,1fr);
    padding-block: 0;
    text-align: center;
    min-height: 0
  }
  .hero-copy>.eyebrow {
    justify-content: center;
    font-size: 10px
  }
  .hero h1 {
    font-size: 49px;
    margin: 20px 0
  }
  .hero-actions,.hero-note {
    justify-content: center
  }
  .hero-visual {
    width: 500px;
    max-width: 100%;
    margin: 0 auto;
    height: 390px;
    transform: none;
    transform-origin: center;
    min-height: 0;
    align-self: center
  }
  .visual-caption {
    bottom: 12px;
    left: 0
  }
  .hero .lead {
    font-size: 13px
  }
  .compatibility {
    flex-wrap: wrap;
    justify-content: center;
    gap: 18px;
    padding-block: 23px
  }
  .compatibility>span:first-child {
    flex-basis: 100%;
    text-align: center
  }
  .compatibility .compatibility-end {
    display: none
  }
  .section {
    padding-block: 60px
  }
  .steps {
    gap: 26px;
    padding-inline: 4px
  }
  .pricing-grid {
    gap: 12px
  }
  .price-card {
    padding: 24px 18px
  }
  .price {
    font-size: 25px
  }
  .check-list li {
    font-size: 11px
  }
  .plan-eyebrow {
    font-size: 11px
  }
  .price-card .billing-note {
    font-size: 11px;
    min-height: 40px
  }
  .final-cta {
    padding: 33px;
    gap: 20px;
    margin-bottom: 60px
  }
  .final-cta h2 {
    font-size: 25px
  }
  .final-cta>.button {
    margin-right: 0;
    font-size: 11px;
    gap: 12px;
    padding: 12px 16px
  }
  .final-cta p {
    font-size: 11px
  }
  .footer-top {
    grid-template-columns: 1.5fr 1fr 1fr;
    gap: 30px
  }
  .footer-brand {
    grid-column: 1/-1
  }
  .footer-brand p {
    margin: 14px 0
  }
  .footer-bottom {
    font-size: 11px;
    flex-direction: column;
    gap: 8px
  }
  .auth-layout {
    grid-template-columns: 1fr;
    gap: 35px;
    padding-block: 45px
  }
  .auth-intro {
    text-align: center
  }
  .auth-intro .eyebrow {
    justify-content: center
  }
  .auth-intro h1 {
    font-size: 34px;
    margin: 15px 0
  }
  .auth-card {
    width: min(440px,100%);
    margin: auto
  }
  .policy-layout {
    grid-template-columns: 1fr;
    padding-block: 40px 65px;
    gap: 35px
  }
  .policy-layout aside {
    position: static
  }
  .policy-layout aside h2 {
    font-size: 18px
  }
  .policy-layout aside nav {
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 18px;
    gap: 4px
  }
  .policy-layout aside nav>a {
    font-size: 11px;
    padding: 10px 12px
  }
  .policy-layout aside nav .icon {
    display: none
  }
  .policy-content h1 {
    font-size: 29px
  }
  .policy-content section>p {
    font-size: 12px
  }
  .policy-content section>h2 {
    font-size: 17px
  }
  .account-grid {
    grid-template-columns: 1fr
  }
  .account-pricing .pricing-grid {
    grid-template-columns: 1fr
  }
  .account-pricing .check-list {
    min-height: 0
  }
  .account-pricing .price-card .billing-note {
    min-height: 0
  }
  .account-pricing .price-card {
    padding: 26px
  }
  .account-pricing .price-card>.button {
    max-width: 320px
  }
  .contact-grid {
    gap: 16px
  }
  .panel {
    padding: 24px
  }
  .contact-grid .panel h2 {
    font-size: 20px
  }
  .contact-grid .panel p {
    font-size: 11px
  }
  .hero-copy {
    padding: 36px 28px;
    border-right: 0;
    border-bottom: 1px solid var(--line)
  }
  .hero-visual {
    border-radius: 0 0 9px 9px
  }
}
@media(max-width:560px) {
  .preview-bar {
    font-size: 11px;
    padding: 7px 16px
  }
  .main-nav {
    height: 68px;
    position: relative;
    gap: 14px
  }
  .brand {
    font-size: 22px
  }
  .brand>.icon {
    width: 27px;
    height: 27px
  }
  .nav-actions {
    margin-left: auto
  }
  .nav-login {
    font-size: 11px
  }
  .menu-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    background: var(--panel-3);
    order: 3;
    margin-left: 3px;
    color: var(--muted);
    border-radius: 7px
  }
  .menu-toggle>.icon {
    width: 20px;
    height: 20px
  }
  .nav-links {
    display: none;
    position: absolute;
    top: 67px;
    left: -20px;
    right: -20px;
    padding: 20px;
    background: var(--topbar);
    border-bottom: 1px solid var(--line);
    box-shadow: 0 12px 15px #0003;
    justify-content: center;
    gap: 4px
  }
  .nav-links.open {
    display: flex
  }
  .hero {
    padding-top: 0
  }
  .hero-copy>.eyebrow {
    font-size: 9px;
    letter-spacing: .8px
  }
  .hero h1 {
    font-size: 32px;
    letter-spacing: -1.5px;
    margin: 23px 0 18px
  }
  .hero .lead {
    font-size: 12px;
    line-height: 2
  }
  .hero-actions {
    margin-top: 25px;
    gap: 10px
  }
  .hero-actions .button {
    font-size: 11px;
    gap: 12px;
    padding: 11px 14px;
    min-height: 43px
  }
  .hero-note {
    font-size: 11px;
    margin-top: 17px
  }
  .hero-visual {
    height: 355px;
    margin-top: 0;
    width: 100%;
    transform: none;
    min-height: 0;
    align-self: center
  }
  .orbit-one {
    width: 260px;
    height: 260px;
    left: 58px;
    top: 43px
  }
  .orbit-two {
    width: 330px;
    height: 170px;
    left: 5px;
    top: 92px
  }
  .terminal-card {
    width: 240px;
    left: 8px;
    top: 65px
  }
  .window-chrome {
    height: 28px;
    padding: 0 11px
  }
  .window-chrome span {
    margin-left: 27px;
    font-size: 11px
  }
  .terminal-content {
    padding: 16px 17px;
    font-size: 11px
  }
  .terminal-muted {
    font-size: 11px;
    margin-top: 9px
  }
  .terminal-line {
    width: 150px;
    margin-top: 9px;
    height: 3px
  }
  .terminal-line.short {
    width: 110px
  }
  .terminal-success {
    font-size: 11px;
    margin-top: 18px
  }
  .bell-object {
    width: 105px;
    height: 112px;
    right: 13px;
    top: 90px;
    border-radius: 28px
  }
  .bell-object>.icon {
    width: 59px;
    height: 59px
  }
  .bell-object>span {
    width: 8px;
    height: 8px;
    right: 15px;
    top: 15px
  }
  .mail-card {
    width: 84%;
    left: 8%;
    bottom: 58px;
    padding: 14px 12px;
    gap: 10px
  }
  .mail-symbol {
    width: 31px;
    height: 35px;
    border-radius: 8px
  }
  .mail-symbol>.icon {
    width: 17px;
    height: 17px
  }
  .mail-card strong {
    font-size: 11px
  }
  .mail-card p {
    font-size: 11px
  }
  .mail-card b,.mail-card b small {
    font-size: 11px
  }
  .label-top {
    font-size: 9px;
    top: 22px;
    left: 22px
  }
  .label-bottom {
    font-size: 9px;
    bottom: 34px;
    right: 5px
  }
  .label-bottom>.icon {
    width: 24px
  }
  .visual-caption {
    left: 0;
    bottom: 10px;
    font-size: 10px
  }
  .compatibility>div:not(.compatibility-end) {
    font-size: 13px
  }
  .compatibility>span:first-child {
    font-size: 11px
  }
  .center-heading h2 {
    font-size: 26px;
    margin-top: 12px
  }
  .eyebrow {
    font-size: 11px;
    letter-spacing: 1.4px
  }
  .how-section {
    padding-block: 45px
  }
  .center-heading {
    margin-bottom: 30px
  }
  .center-heading h1 {
    font-size: 31px;
    letter-spacing: -1px;
    line-height: 1.6;
    margin: 15px 0
  }
  .center-heading>p {
    font-size: 11px;
    padding-inline: 5px
  }
  .steps {
    grid-template-columns: 1fr;
    gap: 28px;
    padding-inline: 12px
  }
  .steps article {
    padding-left: 52px;
    position: relative
  }
  .steps article>span {
    position: absolute;
    left: 0;
    top: -6px;
    font-size: 27px
  }
  .steps h3 {
    font-size: 15px;
    margin-bottom: 7px
  }
  .steps p {
    font-size: 11px
  }
  .pricing-grid {
    grid-template-columns: 1fr;
    gap: 16px
  }
  .price-card {
    padding: 27px
  }
  .plan-eyebrow {
    font-size: 11px;
    margin-bottom: 18px
  }
  .price {
    font-size: 32px;
    margin-top: 22px
  }
  .price small {
    font-size: 11px
  }
  .price-card .billing-note {
    font-size: 11px;
    min-height: 0
  }
  .check-list {
    min-height: 0;
    padding-top: 21px
  }
  .check-list li {
    font-size: 12px
  }
  .price-card>.button {
    font-size: 12px
  }
  .pricing-disclosure {
    font-size: 11px;
    margin-top: 20px
  }
  .final-cta {
    padding: 30px;
    display: block
  }
  .final-cta>.button {
    margin-top: 25px
  }
  .final-cta h2 {
    font-size: 28px
  }
  .final-cta p {
    font-size: 11px
  }
  .cta-bell {
    right: -36px;
    bottom: -45px
  }
  .footer-top {
    grid-template-columns: 1fr 1.2fr;
    gap: 28px;
    padding-block: 35px
  }
  .footer-brand {
    grid-column: 1/-1
  }
  .footer-top>div:last-child {
    grid-column: 1/-1;
    display: flex;
    gap: 17px;
    align-items: baseline;
    flex-wrap: wrap
  }
  .footer-top>div:last-child>h3 {
    width: 100%;
    margin-bottom: 0
  }
  .footer-top>div:last-child>a {
    margin-bottom: 0;
    font-size: 11px
  }
  .footer-top h3 {
    margin-bottom: 18px
  }
  .footer-top>div:not(:first-child)>a {
    font-size: 11px
  }
  .footer-bottom {
    font-size: 11px;
    padding-block: 17px
  }
  .download-card {
    padding: 25px;
    gap: 17px;
    display: grid;
    grid-template-columns: 52px 1fr
  }
  .os-icon {
    width: 52px;
    height: 52px;
    border-radius: 12px
  }
  .os-icon>.icon {
    width: 25px;
    height: 25px
  }
  .download-card h3 {
    font-size: 17px;
    line-height: 1.6
  }
  .download-card p {
    font-size: 11px;
    line-height: 1.9
  }
  .download-card>.button {
    margin: 7px 0 0;
    grid-column: 1/-1;
    width: 100%
  }
  .download-details {
    grid-column: 1/-1;
    gap: 10px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    font-size: 11px
  }
  .download-details code {
    font-size: 11px;
    max-width: 100%;
    word-break: break-all
  }
  .setup-grid {
    grid-template-columns: 1fr;
    gap: 24px;
    margin-block: 35px
  }
  .setup-grid>article {
    padding-left: 48px;
    position: relative
  }
  .setup-grid article>span {
    position: absolute;
    left: 0;
    top: -5px;
    font-size: 25px
  }
  .setup-grid h3 {
    margin-bottom: 8px
  }
  .setup-grid p {
    font-size: 11px
  }
  .notice {
    font-size: 11px;
    padding: 13px 15px
  }
  .auth-intro h1 {
    font-size: 29px
  }
  .auth-intro>p {
    font-size: 11px
  }
  .auth-card {
    padding: 27px 24px;
    border-radius: 11px
  }
  .auth-layout {
    padding-block: 35px 45px;
    gap: 27px
  }
  .auth-card h2 {
    font-size: 22px
  }
  .auth-card>.notice {
    font-size: 11px
  }
  .checkbox {
    font-size: 11px
  }
  .policy-layout {
    gap: 26px
  }
  .policy-content h1 {
    font-size: 28px
  }
  .policy-content section>p {
    font-size: 12px;
    line-height: 2
  }
  .merchant-info {
    padding: 18px;
    font-size: 11px
  }
  .policy-layout aside nav>a {
    padding: 9px 11px;
    font-size: 11px
  }
  .policy-layout aside nav {
    gap: 0;
    justify-content: space-between
  }
  .contact-grid {
    grid-template-columns: 1fr
  }
  .contact-link {
    font-size: 17px
  }
  .merchant-public p {
    font-size: 11px
  }
  .result-section {
    padding-block: 60px 80px
  }
  .result-section h1 {
    font-size: 26px
  }
  .result-section p {
    font-size: 12px
  }
  .page-heading h1 {
    font-size: 30px
  }
  .account-top {
    gap: 14px;
    align-items: flex-start;
    padding: 18px;
    flex-wrap: wrap
  }
  .account-top h2 {
    font-size: 13px
  }
  .account-top p {
    font-size: 11px;
    line-height: 1.8
  }
  .avatar {
    width: 35px;
    height: 35px
  }
  .avatar>.icon {
    width: 17px;
    height: 17px
  }
  .account-top>div {
    gap: 10px
  }
  .text-button {
    font-size: 11px;
    padding: 7px 0
  }
  .panel {
    padding: 22px
  }
  .plan-panel h2 {
    font-size: 21px
  }
  .panel-actions>.button {
    font-size: 11px;
    gap: 10px
  }
  .panel p {
    font-size: 11px
  }
  .panel .fine-print {
    font-size: 11px
  }
  .panel-header {
    align-items: flex-start;
    flex-direction: column;
    gap: 14px
  }
  .panel-header p {
    font-size: 11px
  }
  .account-pricing>h2 {
    font-size: 21px;
    line-height: 1.6
  }
  .checkout-dialog .checkbox {
    font-size: 11px
  }
  .checkout-dialog-card {
    padding: 29px 20px 22px
  }
  .checkout-dialog-card h2 {
    padding-right: 34px;
    font-size: 21px
  }
  .checkout-dialog .payment-options {
    grid-template-columns: 1fr
  }
  .dialog-actions {
    grid-template-columns: 1fr
  }
  .price-card.trial-featured {
    transform: none
  }
  .account-support {
    font-size: 11px
  }
  .device-row {
    gap: 14px
  }
  .device-row h4 {
    font-size: 12px
  }
  .device-row p {
    font-size: 11px
  }
  .device-row button {
    font-size: 11px;
    white-space: nowrap
  }
  .hero-copy {
    padding: 30px 18px
  }
  .hero-note {
    font-size: 11px;
    line-height: 1.8
  }
  .hero-actions {
    gap: 8px
  }
  .hero-actions .button {
    padding-inline: 12px
  }
  .nav-links a {
    padding: 8px 10px
  }
  .policy-layout aside {
    padding: 18px 12px
  }
  .brand-symbol {
    width: 32px;
    height: 32px
  }
}
@media(prefers-reduced-motion:reduce) {
  :root {
    scroll-behavior: auto
  }
  *,*:before,*:after {
    transition: none!important;
    animation: none!important
  }
}
