/*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --spacing: 0.25rem;
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  *,
  ::after,
  ::before,
  ::backdrop,
  ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html,
  :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b,
  strong {
    font-weight: bolder;
  }
  code,
  kbd,
  samp,
  pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub,
  sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol,
  ul,
  menu {
    list-style: none;
  }
  img,
  svg,
  video,
  canvas,
  audio,
  iframe,
  embed,
  object {
    display: block;
    vertical-align: middle;
  }
  img,
  video {
    max-width: 100%;
    height: auto;
  }
  button,
  input,
  select,
  optgroup,
  textarea,
  ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or
    (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit,
  ::-webkit-datetime-edit-year-field,
  ::-webkit-datetime-edit-month-field,
  ::-webkit-datetime-edit-day-field,
  ::-webkit-datetime-edit-hour-field,
  ::-webkit-datetime-edit-minute-field,
  ::-webkit-datetime-edit-second-field,
  ::-webkit-datetime-edit-millisecond-field,
  ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button,
  input:where([type="button"], [type="reset"], [type="submit"]),
  ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button,
  ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .relative {
    position: relative;
  }
  .start {
    inset-inline-start: var(--spacing);
  }
  .table {
    display: table;
  }
  .antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
:root {
  --ink: #03101b;
  --line: #173549;
  --blue: #0b8df6;
  --cyan: #35baff;
  --text: #f4f9fd;
  --muted: #94a9b8;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background: var(--ink);
  color: var(--text);
  font-family: Arial,Helvetica,sans-serif;
}
.shell {
  width: min(1180px,calc(100% - 44px));
  margin: auto;
}
.hero {
  position: relative;
  min-height: 790px;
  overflow: hidden;
  background: radial-gradient(circle at 22% 48%,rgba(17,109,167,.38),transparent 36%),linear-gradient(180deg,rgba(2,12,22,.48),#03101b 92%),linear-gradient(125deg,#04111e,#0a324d 55%,#03101b);
}
.hero:after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 38%;
  opacity: .55;
  background: #020b12;
  clip-path: polygon(0 68%,5% 27%,9% 69%,14% 12%,19% 68%,24% 33%,29% 70%,35% 18%,40% 68%,45% 39%,50% 69%,55% 15%,61% 70%,67% 30%,72% 68%,78% 19%,84% 69%,90% 36%,95% 16%,100% 68%,100% 100%,0 100%);
}
.nav {
  position: relative;
  z-index: 5;
  height: 92px;
  display: flex;
  align-items: center;
  gap: 42px;
  border-bottom: 1px solid rgba(101,171,215,.18);
}
.brand img {
  display: block;
  width: 205px;
  height: 72px;
  object-fit: contain;
}
.navLinks {
  display: flex;
  gap: 32px;
  margin-left: auto;
}
.nav a {
  color: #dce9f1;
  text-decoration: none;
  font-size: .75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .04em;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  padding: 15px 22px;
  border-radius: 5px;
  color: #fff !important;
  background: linear-gradient(135deg,#1199ff,#0871dd);
  text-decoration: none;
  text-transform: uppercase;
  font-size: .72rem;
  font-weight: 800;
  box-shadow: 0 10px 26px rgba(5,121,224,.2);
}
.buttonSmall {
  padding: 12px 18px;
}
.heroGrid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: .88fr 1.12fr;
  align-items: center;
  gap: 48px;
  min-height: 655px;
}
.eyebrow {
  margin: 0 0 13px;
  color: var(--cyan);
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.hero h1 {
  margin: 0;
  font-size: clamp(3rem,5.1vw,5.15rem);
  line-height: 1.04;
  letter-spacing: -.045em;
}
.hero h1 em {
  color: var(--blue);
  font-style: normal;
}
.lead {
  max-width: 550px;
  margin: 23px 0;
  color: #d2dee6;
  font-size: 1rem;
  line-height: 1.65;
}
.heroActions {
  display: flex;
  gap: 14px;
}
.ghost {
  border: 1px solid #365366;
  background: rgba(3,15,25,.5);
  box-shadow: none;
}
.trust {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  margin-top: 35px;
  color: #b7c8d3;
  font-size: .68rem;
  font-weight: 750;
  text-transform: uppercase;
}
.productFrame {
  border: 1px solid #1d638e;
  border-radius: 9px;
  overflow: hidden;
  background: #06141f;
  box-shadow: 0 40px 90px rgba(0,0,0,.48);
  transform: perspective(1200px) rotateY(-2deg);
}
.windowBar {
  height: 30px;
  padding: 10px 13px;
  background: #07121a;
}
.windowBar i {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 6px;
  border-radius: 50%;
  background: #fb5570;
}
.windowBar i:nth-child(2) {
  background: #ffc34c;
}
.windowBar i:nth-child(3) {
  background: #44d36d;
}
.productBody {
  display: grid;
  grid-template-columns: 145px 1fr;
  min-height: 405px;
}
.productBody aside {
  display: flex;
  flex-direction: column;
  gap: 7px;
  padding: 17px 10px;
  border-right: 1px solid #153146;
  background: #06121c;
}
.productBody aside img {
  width: 42px;
  margin: 0 auto 2px;
}
.productBody aside b {
  text-align: center;
  font-size: .7rem;
  letter-spacing: .16em;
}
.productBody aside a {
  padding: 8px 9px;
  border-radius: 4px;
  color: #91a9b8;
  font-size: .57rem;
}
.productBody aside a.active {
  color: #fff;
  background: #087fea;
}
.dashboard {
  padding: 18px;
}
.dashboard>p {
  margin: 0 0 15px;
  font-weight: 800;
}
.stats {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 7px;
}
.stats article {
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #0a1d2a;
}
.stats strong,.stats small {
  display: block;
}
.stats strong {
  font-size: .9rem;
}
.stats small {
  margin-top: 5px;
  color: #71899a;
  font-size: .46rem;
}
.stats .ok strong {
  color: #61e381;
}
.recent {
  margin-top: 10px;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #081924;
  font-size: .58rem;
}
.recent>b {
  display: block;
  margin-bottom: 8px;
}
.backupRow {
  display: grid;
  grid-template-columns: 1fr 55px 48px;
  padding: 7px 2px;
  border-top: 1px solid #132d3f;
  color: #b7c9d5;
}
.backupRow small {
  color: #7690a2;
}
.backupRow i {
  color: #6be58b;
  font-style: normal;
}
.quick {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 7px;
  margin-top: 9px;
}
.quick span {
  padding: 11px 7px;
  border: 1px solid var(--line);
  border-radius: 5px;
  color: #afd8ef;
  background: #0a2030;
  font-size: .55rem;
  text-align: center;
}
@media (max-width:900px) {
  .navLinks {
    display: none;
  }
  .heroGrid {
    grid-template-columns: 1fr;
    padding: 55px 0 90px;
  }
  .productFrame {
    transform: none;
  }
  .hero {
    min-height: auto;
  }
}
@media (max-width:600px) {
  .shell {
    width: min(100% - 28px,1180px);
  }
  .nav {
    height: 76px;
  }
  .brand img {
    width: 160px;
  }
  .buttonSmall {
    display: none;
  }
  .hero h1 {
    font-size: 2.8rem;
  }
  .heroActions {
    align-items: stretch;
    flex-direction: column;
  }
  .trust {
    gap: 12px;
  }
  .productFrame {
    display: none;
  }
}
