@charset "UTF-8";/*
! tailwindcss v3.4.1 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}::before,
::after {
  --tw-content: '';
}/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/abbr:where([title]) {
  text-decoration: underline dotted;
}/*
Remove the default font size and weight for headings.
*/h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}/*
Reset links to optimize for opt-in styling instead of opt-out.
*/a {
  color: inherit;
  text-decoration: inherit;
}/*
Add the correct font weight in Edge and Safari.
*/b,
strong {
  font-weight: bolder;
}/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}/*
Add the correct font size in all browsers.
*/small {
  font-size: 80%;
}/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}sub {
  bottom: -0.25em;
}sup {
  top: -0.5em;
}/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}/*
Remove the inheritance of text transform in Edge and Firefox.
*/button,
select {
  text-transform: none;
}/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}/*
Use the modern Firefox focus style for all focusable elements.
*/:-moz-focusring {
  outline: auto;
}/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/:-moz-ui-invalid {
  box-shadow: none;
}/*
Add the correct vertical alignment in Chrome and Firefox.
*/progress {
  vertical-align: baseline;
}/*
Correct the cursor style of increment and decrement buttons in Safari.
*/::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}/*
Remove the inner padding in Chrome and Safari on macOS.
*/::-webkit-search-decoration {
  -webkit-appearance: none;
}/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}/*
Add the correct display in Chrome and Safari.
*/summary {
  display: list-item;
}/*
Removes the default spacing and border for appropriate elements.
*/blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}fieldset {
  margin: 0;
  padding: 0;
}legend {
  padding: 0;
}ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}/*
Reset default styling for dialogs.
*/dialog {
  padding: 0;
}/*
Prevent resizing textareas horizontally by default.
*/textarea {
  resize: vertical;
}/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}/*
Set the default cursor for buttons.
*/button,
[role="button"] {
  cursor: pointer;
}/*
Make sure disabled buttons don't get the pointer cursor.
*/:disabled {
  cursor: default;
}/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/img,
video {
  max-width: 100%;
  height: auto;
}/* Make elements with the HTML hidden attribute stay hidden by default */[hidden] {
  display: none;
}*, ::before, ::after{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}::backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}.\!container{
  width: 100% !important;
}.container{
  width: 100%;
}@media (min-width: 640px){.\!container{
    max-width: 640px !important;
  }.container{
    max-width: 640px;
  }
}@media (min-width: 768px){.\!container{
    max-width: 768px !important;
  }.container{
    max-width: 768px;
  }
}@media (min-width: 1024px){.\!container{
    max-width: 1024px !important;
  }.container{
    max-width: 1024px;
  }
}@media (min-width: 1280px){.\!container{
    max-width: 1280px !important;
  }.container{
    max-width: 1280px;
  }
}@media (min-width: 1536px){.\!container{
    max-width: 1536px !important;
  }.container{
    max-width: 1536px;
  }
}.visible{
  visibility: visible;
}.absolute{
  position: absolute;
}.relative{
  position: relative;
}.sticky{
  position: sticky;
}.left-0{
  left: 0px;
}.top-0{
  top: 0px;
}.top-full{
  top: 100%;
}.z-50{
  z-index: 50;
}.col-span-2{
  grid-column: span 2 / span 2;
}.mx-auto{
  margin-left: auto;
  margin-right: auto;
}.my-24{
  margin-top: 6rem;
  margin-bottom: 6rem;
}.mr-2{
  margin-right: 0.5rem;
}.mt-10{
  margin-top: 2.5rem;
}.mt-12{
  margin-top: 3rem;
}.mt-14{
  margin-top: 3.5rem;
}.mt-16{
  margin-top: 4rem;
}.mt-20{
  margin-top: 5rem;
}.mt-24{
  margin-top: 6rem;
}.mt-28{
  margin-top: 7rem;
}.mt-4{
  margin-top: 1rem;
}.mt-5{
  margin-top: 1.25rem;
}.mt-6{
  margin-top: 1.5rem;
}.mt-8{
  margin-top: 2rem;
}.block{
  display: block;
}.inline{
  display: inline;
}.flex{
  display: flex;
}.\!table{
  display: table !important;
}.table{
  display: table;
}.\!grid{
  display: grid !important;
}.grid{
  display: grid;
}.hidden{
  display: none;
}.w-24{
  width: 6rem;
}.w-4{
  width: 1rem;
}.w-48{
  width: 12rem;
}.w-5{
  width: 1.25rem;
}.w-full{
  width: 100%;
}.max-w-\[1120px\]{
  max-width: 1120px;
}.max-w-\[50\%\]{
  max-width: 50%;
}.max-w-\[90\%\]{
  max-width: 90%;
}.grid-cols-1{
  grid-template-columns: repeat(1, minmax(0, 1fr));
}.grid-cols-2{
  grid-template-columns: repeat(2, minmax(0, 1fr));
}.grid-cols-3{
  grid-template-columns: repeat(3, minmax(0, 1fr));
}.flex-col{
  flex-direction: column;
}.items-center{
  align-items: center;
}.justify-between{
  justify-content: space-between;
}.gap-4{
  gap: 1rem;
}.gap-8{
  gap: 2rem;
}.gap-x-4{
  column-gap: 1rem;
}.border{
  border-width: 1px;
}.bg-\[\#0A1128\]{
  --tw-bg-opacity: 1;
  background-color: rgb(10 17 40 / var(--tw-bg-opacity));
}.p-4{
  padding: 1rem;
}.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}.py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}.text-center{
  text-align: center;
}.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}.shadow{
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}.filter{
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}.transition{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}.ease-in-out{
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}.section-head{font-size:15px;font-family:Inter,sans-serif;font-weight:400;color:#8fa3bf}.section-head p{margin:1em 0}.section-title{font-family:Inter,sans-serif;font-weight:600;font-size:28px;color:#f0f4f8;margin:0}.section-lead b{font-weight:800;color:#1282a2}.eyebrow{display:inline-flex;align-items:center;gap:8px;background:#001f54;color:#6fb3d9;font-size:13px;padding:6px 14px;border-radius:20px;margin-bottom:22px}.eyebrow-plain{font-size:15px;color:#8fa3bf;font-weight:500;margin-bottom:10px;letter-spacing:.02em}.dot{width:6px;height:6px;border-radius:50%;background:#4ade80;display:inline-block}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;font-size:14px;font-weight:500;padding:10px 20px;border-radius:8px;border:none;cursor:pointer;font-family:Inter,sans-serif;transition:transform .12s ease,background .15s ease}.btn:active{transform:scale(.97)}.btn-primary{background:#1282a2;color:#0a1128!important}.btn-primary:hover{background:#16a0c9}.btn-ghost{background:0 0;color:#f0f4f8;border:1px solid #034078}.btn-ghost:hover{border-color:#6fb3d9}.btn-sm{padding:8px 16px;font-size:13px}body{scroll-behavior:smooth;background:#0a1128}h1,h2,h3,h4,h5,h6{font-family:Inter,sans-serif;font-weight:600;color:#f0f4f8;letter-spacing:-.3px}h2{font-size:28px;display:block;margin-block-start:.83em;margin-block-end:.83em;margin-inline-start:0;margin-inline-end:0;unicode-bidi:isolate}.steps{position:relative}.steps-row{display:grid;grid-template-columns:repeat(5,1fr);gap:16px;position:relative}.about-timeline::before,.steps-row::before{content:"";position:absolute;top:22px;left:calc(10% + 2px);right:calc(10% + 2px);height:1px;background:#034078;z-index:0}.step{position:relative;z-index:1;text-align:left}.step-num{width:44px;height:44px;border-radius:50%;background:#001f54;border:1px solid #034078;display:flex;align-items:center;justify-content:center;font-family:"JetBrains Mono",monospace;font-size:15px;font-weight:600;color:#6fb3d9;margin-bottom:16px}.step.done .step-num{background:#1282a2;border-color:#1282a2;color:#0a1128}.step h3{font-size:14px;font-weight:600;margin-bottom:6px}.step p{font-size:13px;color:#8fa3bf;line-height:1.55}.step-time{display:inline-flex;align-items:center;gap:5px;font-size:11px;color:#6fb3d9;margin-top:10px;background:#001f54;padding:3px 9px;border-radius:10px}@media (max-width:860px){.steps-row{grid-template-columns:1fr;gap:28px}.steps-row::before{display:none}}.feature-category-label{font-size:12px;text-transform:uppercase;font-weight:600;color:#6fb3d9;margin-bottom:14px}.feature-icon{width:38px;height:38px;border-radius:9px;color:#6fb3d9;background:#034078;display:flex;justify-content:center;align-items:center;margin-bottom:14px}.staff .feature-picture img{border-radius:50%;border:3px solid #1282a2}.staff .staff-title{font-family:"Jetbrains Mono",monospace;font-weight:500;font-size:12px;color:#1282a2;margin-top:5px}.feature-title{font-family:Inter,sans-serif}.feature-description{font-size:14px;font-family:Inter,sans-serif;color:#8fa3bf;margin:10px 0}.feature-card{background:#001f54;border:1px solid transparent;border-radius:16px;padding:22px;transition:ease-in-out .2s}.feature-card:hover{border:1px solid #1282a2}.feature-card:hover .feature-icon{transition:ease-in-out .2s;color:#0a1128;background:#1282a2}.hw-value{font-family:"JetBrains Mono",monospace;font-size:24px;font-weight:800;margin-bottom:4px}.hw-label{font-family:Inter,sans-serif;font-size:13px;color:#6fb3d9;font-weight:500;margin-bottom:10px}.checklist-grid{gap:10px}.checklist-item{display:flex;align-items:center;gap:12px;background:#001f54;border:1px solid #001f54;color:#6fb3d9;border-radius:8px;padding:14px 18px;transition:ease-in-out .2s}.checklist-item:hover{transition:ease-in-out .2s;border:1px solid #034078;color:#1282a2}.checklist-item i{color:#6fb3d9;font-size:18px;flex-shrink:0}.checklist-item span{font-size:12px;font-weight:600;letter-spacing:.03em;text-transform:uppercase;color:#f0f4f8}@media (max-width:860px){.checklist-grid{grid-template-columns:1fr}}.cta-banner{font-family:Inter,sans-serif;background:#1282a2;border-radius:16px;padding:36px 40px;display:flex;justify-content:space-between;align-items:center;gap:20px;flex-wrap:wrap}.cta-banner h3{color:#0a1128;font-size:19px;font-weight:600;margin-bottom:4px}.cta-banner p{color:#0a1128;font-weight:500;opacity:.9;font-size:13px}.cta-banner .btn-primary{background:#0a1128;color:#f0f4f8!important}.cta-banner .btn-primary:hover{background:#000}#navbar{font-family:Inter,sans-serif;font-size:14px;backdrop-filter:blur(8px);padding:16px 0;border-bottom:1px solid rgba(255,255,255,.06)}#navbar li a{color:#8fa3bf}#navbar li a:hover{color:#f0f4f8}#navbar .active{color:#6fb3d9;font-weight:500}.nav-dropdown{position:relative}.nav-dropdown-trigger{display:flex;align-items:center;gap:4px;cursor:pointer;background:0 0;border:none;font-family:Inter,sans-serif;font-size:14px;color:#8fa3bf;padding:0}.nav-dropdown-trigger:hover,.nav-dropdown-trigger[aria-expanded=true]{color:#f0f4f8}.nav-dropdown-trigger[aria-expanded=true] i{transform:rotate(180deg)}.nav-dropdown-trigger i{transition:transform .15s ease}.nav-dropdown-menu{position:absolute;top:calc(100% + 14px);left:50%;width:310px;background:#001f54;border:1px solid #034078;border-radius:10px;padding:8px;opacity:0;visibility:hidden;transform:translateX(-50%) translateY(-6px);transition:opacity .15s ease,transform .15s ease;box-shadow:0 12px 28px rgba(0,0,0,.35);z-index:60}.nav-dropdown-menu.open{opacity:1;visibility:visible;transform:translateX(-50%) translateY(0)}.nav-dropdown-item{display:flex;align-items:center;gap:12px;padding:10px;border-radius:8px;color:#f0f4f8;cursor:pointer;width:100%;text-align:left;background:0 0;border:none;font-family:Inter,sans-serif}.nav-dropdown-item:focus-visible,.nav-dropdown-item:hover{background:#034078;outline:0}.nav-dropdown-item .game-icon-tile{width:36px;height:36px;border-radius:9px;background:#034078;display:flex;align-items:center;justify-content:center;flex-shrink:0}.nav-dropdown-item:hover .game-icon-tile{background:#1282a2}.nav-dropdown-item .game-icon-tile i{font-size:18px;color:#6fb3d9;transition:color .15s ease}.nav-dropdown-item:hover .game-icon-tile i{color:#0a1128}.nav-dropdown-item .item-body{flex:1;min-width:0}.nav-dropdown-item .item-title{display:flex;align-items:center;gap:6px;font-size:13px;font-weight:500}.nav-dropdown-item small{display:block;font-size:11px;color:#8fa3bf;margin-top:1px}.nav-dropdown-item .item-price{font-size:11px;color:#6fb3d9;font-family:"Jetbrains Mono",monospace;white-space:nowrap}.nav-dropdown-item .check{color:#1282a2;font-size:16px;flex-shrink:0}@media (max-width:860px){.nav-dropdown-menu{position:static;display:none;width:100%;max-width:none;box-shadow:none;transform:none;margin-top:8px;grid-template-columns:1fr}.nav-dropdown-menu.open{display:block;opacity:1;visibility:visible;margin-left:auto;margin-right:auto}.nav-dropdown{width:100%}.nav-dropdown-trigger{width:100%;justify-content:center}.nav-dropdown-menu,.nav-dropdown-menu.open{position:static!important;top:auto!important;left:0!important;width:100%!important;max-width:none!important;transform:none!important;grid-template-columns:1fr;box-shadow:none;margin-top:8px}.nav-dropdown-menu{display:none}.nav-dropdown-menu.open{display:block;opacity:1;visibility:visible}}footer{border-top:1px solid #034078;padding:48px 0 32px}.footer-top{display:flex;justify-content:space-between;gap:40px;flex-wrap:wrap;margin-bottom:36px}.footer-cols{display:flex;gap:40px;flex-wrap:wrap}.footer-description{font-size:13px;color:#8fa3bf}.footer-col h4{font-size:12px;color:#8fa3bf;font-weight:500;margin-bottom:14px;letter-spacing:.03em}.footer-col a{display:block;font-size:14px;color:#f0f4f8;margin-bottom:10px}.footer-col a:hover{color:#6fb3d9}.footer-bottom{display:flex;justify-content:space-between;align-items:center;font-size:13px;color:#8fa3bf;border-top:1px solid #034078;padding-top:24px;flex-wrap:wrap;gap:12px}.footer-status{display:flex;align-items:center;gap:6px}.footer-status .status-dot{display:inline-block;width:8px;height:8px;border-radius:50%;background:#4ade80;animation:pulse-green 2s ease-in-out infinite}.footer-status.degraded .status-dot{background:#f0b43c;animation:pulse-orange 2s ease-in-out infinite}.footer-status.down .status-dot{background:#ef5350;animation:pulse-red 2s ease-in-out infinite}@keyframes pulse-green{0%,100%{opacity:1;box-shadow:0 0 0 0 rgba(74,222,128,.5)}50%{opacity:.7;box-shadow:0 0 0 4px rgba(74,222,128,0)}}@keyframes pulse-orange{0%,100%{opacity:1;box-shadow:0 0 0 0 rgba(240,180,60,.5)}50%{opacity:.7;box-shadow:0 0 0 4px rgba(240,180,60,0)}}@keyframes pulse-red{0%,100%{opacity:1;box-shadow:0 0 0 0 rgba(239,83,80,.5)}50%{opacity:.7;box-shadow:0 0 0 4px rgba(239,83,80,0)}}.hero{position:relative;overflow:hidden}.hero .container{margin:100px auto;gap:48px}.hero-grid{position:absolute;inset:0;z-index:-5;background-image:linear-gradient(rgba(18,130,162,.14) 1px,transparent 1px),linear-gradient(90deg,rgba(18,130,162,.14) 1px,transparent 1px);background-size:42px 42px;mask-image:radial-gradient(ellipse 70% 60% at 30% 30%,#000 0,transparent 75%)}.hero-title{font-family:Inter,sans-serif;font-size:44px;font-weight:600;line-height:1.15;letter-spacing:-.5px;color:#f0f4f8}.hero-lead{font-size:16px;max-width:480px;margin:1em 0;color:#8fa3bf}.hero-actions{gap:12px}.dash-card{background:#001f54;border:1px solid #034078;border-radius:16px;padding:20px}.dash-card .console-text{font-family:"Jetbrains Mono",monospace;color:#8fa3bf;display:flex;align-items:center;font-size:11px}.dash-head{color:#8fa3bf;display:flex;justify-content:space-between;align-items:center;margin-bottom:16px;font-size:13px}.dash-status{display:flex;align-items:center;gap:6px;color:#4ade80;font-size:12px}.dash-graph{width:100%;height:70px;margin-bottom:14px}.dash-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;font-family:"JetBrains Mono",monospace;color:#f0f4f8}.dash-stats div p:first-child{font-size:11px;color:#8fa3bf;margin-bottom:4px}.dash-stats div p:last-child{font-size:17px;font-weight:600;font-family:"JetBrains Mono",monospace}.loader-strip{display:flex;align-items:center;justify-content:center;gap:28px;flex-wrap:wrap;padding:20px 0;border-top:1px solid #034078;border-bottom:1px solid #034078;margin-top:40px}.loader-strip .loader-item{display:flex;align-items:center;gap:8px;font-size:13px;color:#8fa3bf;font-family:"Jetbrains Mono",monospace}.loader-strip .loader-item i{font-size:16px;color:#6fb3d9}.partners-hero-inner{display:grid;grid-template-columns:1.1fr 1fr;gap:48px;align-items:center}.partners-hero-graphic{position:relative;width:100%;max-width:480px;margin:0 auto}.partners-hero-graphic svg{width:100%;height:auto;display:block}.hub-ring{fill:none;stroke:#1282a2;stroke-width:1.5;opacity:.4}.hub-fill{fill:#1282a2}.node-ring{fill:none;stroke:#034078;stroke-width:1.5}.node-fill{fill:#001f54;stroke:#034078;stroke-width:1.5}.node-line{stroke:#034078;stroke-width:1.5;stroke-dasharray:4 4}.path-dot{fill:#6fb3d9}.hero-graphic-icon{position:absolute;transform:translate(-50%,-50%);font-size:20px;color:#6fb3d9}.about-stat-value{font-size:26px;font-weight:700;font-family:"Jetbrains Mono",monospace;color:#6fb3d9;margin-bottom:6px}.about-stat-label{font-size:13px;color:#8fa3bf}.about-stat-card{background:#001f54;border:1px solid #034078;border-radius:19px;padding:24px;text-align:center}.dash-status{display:inline-flex;align-items:center;gap:6px;color:#4ade80;font-size:14px}.dash-status .dot{width:8px;height:8px;border-radius:50%;background-color:#4ade80;display:inline-block;position:relative}.dash-status .dot::before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;border-radius:50%;background-color:#4ade80;animation:dashPulse 2s infinite}@keyframes dashPulse{0%{transform:scale(1);opacity:.7}100%{transform:scale(2.5);opacity:0}}.ddos-banner{gap:48px;align-items:center;background:#001f54;border:1px solid #034078;border-radius:16px;padding:48px}.ddos-graphic{display:flex;align-items:center;justify-content:center}.ddos-shield-outer{fill:#034078;opacity:.5}.ddos-shield-inner{fill:#034078}.ddos-check{stroke:#6fb3d9;fill:none}.ddos-node-line{stroke:#034078;stroke-width:1;stroke-dasharray:3 3}.ddos-node-dot{fill:#6fb3d9}.ddos-content h3{font-size:24px;font-weight:600;letter-spacing:-.3px;margin-bottom:8px}.ddos-subtitle{color:#6fb3d9;font-weight:600;font-size:15px;margin-bottom:16px}.ddos-desc{color:#8fa3bf;font-size:14px;line-height:1.65;margin-bottom:28px;max-width:520px}.ddos-divider{border-top:1px solid #034078;margin-bottom:28px}.ddos-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.ddos-stat .num{font-size:28px;font-weight:700;font-family:"Jetbrains Mono",monospace;color:#f0f4f8;margin-bottom:6px}.ddos-stat .label{font-size:13px;color:#8fa3bf;font-weight:500;line-height:1.4}.badge-popular{font-size:9px;font-weight:600;text-transform:uppercase;letter-spacing:.03em;background:#1282a2;color:#0a1128;padding:1px 6px;border-radius:8px}.selector-row{display:flex;align-items:center;justify-content:space-between;gap:20px;flex-wrap:wrap;margin-bottom:32px}.game-tabs{display:flex;gap:4px;border-bottom:1px solid #034078;margin-bottom:28px;overflow-x:auto;scrollbar-width:none}.game-tabs::-webkit-scrollbar{display:none}.game-tab{display:flex;align-items:center;gap:4px;flex-shrink:0;white-space:nowrap;padding:12px 12px;background:0 0;border:none;border-bottom:2px solid transparent;margin-bottom:-1px;color:#8fa3bf;font-family:Inter,sans-serif;font-size:14px;cursor:pointer;transition:color .15s ease,border-color .15s ease}.game-tab i.game-tab-icon{font-size:17px;color:#8fa3bf;transition:color .15s ease}.game-tab:hover{color:#f0f4f8}.game-tab.active{color:#f0f4f8;border-color:#1282a2}.game-tab.active i.game-tab-icon{color:#6fb3d9}.game-tab .badge-popular{margin-left:2px}.billing-toggle{display:flex;align-items:center;gap:10px;background:#001f54;border:1px solid #034078;border-radius:10px;padding:4px}.billing-toggle button{background:0 0;border:none;color:#8fa3bf;font-family:Inter,sans-serif;font-size:13px;padding:8px 16px;border-radius:6px;cursor:pointer}.billing-toggle button.active{background:#1282a2;color:#0a1128;font-weight:500}.plans{display:grid;gap:16px}.plan-card{background:#001f54;border:1px solid #034078;border-radius:16px;padding:24px;display:flex;flex-direction:column}.plan-card.featured{border-color:#1282a2;position:relative}.plan-badge{position:absolute;top:-11px;left:24px;background:#1282a2;color:#0a1128;font-size:11px;font-weight:600;padding:4px 10px;border-radius:12px}.plan-name{font-family:Inter,sans-serif;color:#f0f4f8;font-size:15px;font-weight:600;margin-bottom:6px}.plan-desc{font-size:13px;color:#8fa3bf;margin-bottom:18px;min-height:34px}.plan-price{display:flex;align-items:baseline;gap:4px;margin-bottom:20px}.plan-price .amount{color:#f0f4f8;font-size:30px;font-weight:600;font-family:"Jetbrains Mono",monospace}.plan-price .period{font-size:13px;color:#8fa3bf}.plan-billed-note{font-size:12px;color:#8fa3bf;margin-top:-14px;margin-bottom:16px}.plan-billed-note .val{color:#f0f4f8;font-family:"Jetbrains Mono",monospace}.plan-specs{list-style:none;margin-bottom:22px;flex:1}.plan-specs li{display:flex;align-items:center;gap:8px;font-size:13px;color:#8fa3bf;padding:6px 0}.plan-specs li i{color:#6fb3d9;font-size:15px}.plan-specs li span.val{color:#f0f4f8;font-family:"Jetbrains Mono",monospace}.plan-migration-badge{display:inline-flex;align-items:center;gap:5px;font-size:11px;color:#4ade80;background:rgba(74,222,128,.1);border:1px solid rgba(74,222,128,.25);padding:4px 9px;border-radius:20px;margin-bottom:16px;width:fit-content}.plan-migration-badge i{font-size:13px}.plans-guarantee{display:flex;align-items:center;justify-content:center;gap:8px;margin-top:20px;font-size:13px;color:#8fa3bf;text-align:center}.plans-guarantee i{color:#6fb3d9;font-size:15px}.plans-enterprise{display:flex;align-items:center;justify-content:center;gap:16px;flex-wrap:wrap;margin-top:20px;padding:20px 28px;border:1px dashed #034078;border-radius:16px;text-align:center}.plans-enterprise p{font-size:14px;color:#8fa3bf;max-width:440px}.plans-enterprise strong{color:#f0f4f8;font-weight:600}.compare-toggle{display:flex;align-items:center;gap:6px;background:0 0;border:1px solid #034078;color:#8fa3bf;font-family:Inter,sans-serif;font-size:13px;padding:10px 16px;border-radius:10px;cursor:pointer;transition:border-color .15s ease,color .15s ease}.compare-toggle:hover{border-color:#6fb3d9;color:#f0f4f8}.compare-toggle i.chev{transition:transform .15s ease;font-size:15px}.compare-toggle[aria-expanded=true]{color:#6fb3d9;border-color:#6fb3d9}.compare-toggle[aria-expanded=true] i.chev{transform:rotate(180deg)}.compare-wrap{max-height:0;overflow:hidden;transition:max-height .25s ease;margin-bottom:0}.compare-wrap.open{max-height:900px;margin-bottom:32px}.compare-table-outer{overflow-x:auto;border:1px solid #034078;border-radius:16px;margin-top:20px;background:#001f54}table.compare-table{width:100%;border-collapse:collapse;font-size:13px}table.compare-table td,table.compare-table th{padding:14px 18px;text-align:left;white-space:nowrap;border-bottom:1px solid #034078}table.compare-table tr:last-child td,table.compare-table tr:last-child th{border-bottom:none}table.compare-table th.row-label{color:#8fa3bf;font-weight:500;position:sticky;left:0;background:#001f54;white-space:nowrap}table.compare-table thead th{color:#f0f4f8;font-weight:600;background:#001f54}table.compare-table thead th.row-label{background:#034078}table.compare-table thead th .plan-col-name{display:block;font-size:13px}table.compare-table thead th .plan-col-price{display:block;font-size:12px;color:#6fb3d9;font-family:"Jetbrains Mono",monospace;font-weight:400;margin-top:2px}table.compare-table td{font-family:"Jetbrains Mono",monospace;color:#f0f4f8}table.compare-table td.featured-col,table.compare-table th.featured-col{background:rgba(18,130,162,.08)}table.compare-table td i.ti-check{color:#4ade80;font-size:16px}table.compare-table td i.ti-x{color:#8fa3bf;font-size:16px;opacity:.5}.plans-guarantee{display:flex;align-items:center;justify-content:center;gap:8px;margin-top:20px;font-size:13px;color:#8fa3bf;text-align:center}.plans-guarantee i{color:#6fb3d9;font-size:15px}.plans-enterprise{display:flex;align-items:center;justify-content:center;gap:16px;flex-wrap:wrap;margin-top:20px;padding:20px 28px;border:1px dashed #034078;border-radius:16px;text-align:center}.plans-enterprise p{font-size:14px;color:#8fa3bf;max-width:440px}.plans-enterprise strong{color:#f0f4f8;font-weight:600}.faq-item{font-family:Inter;border-bottom:1px solid #034078}.faq-q{color:#f0f4f8;display:flex;justify-content:space-between;align-items:center;cursor:pointer;padding:20px 0;font-size:15px;font-weight:500}.faq-q i{color:#8fa3bf;transition:transform .15s ease;font-size:18px}.faq-item.open .faq-q i{transform:rotate(45deg);color:#6fb3d9}.faq-a{max-height:0;overflow:hidden;transition:max-height .2s ease}.faq-item.open .faq-a{max-height:200px}.faq-a p{padding-bottom:20px;font-size:14px;color:#8fa3bf;max-width:640px}.addon-card{background:#001f54;border:1px solid #034078;border-radius:16px;padding:24px;display:flex;flex-direction:column}.addon-icon{width:38px;height:38px;border-radius:9px;background:#034078;color:#6fb3d9;display:flex;align-items:center;justify-content:center;margin-bottom:14px}.addon-icon i{font-size:19px;color:#6fb3d9}.addon-card h3{font-size:15px;font-weight:600;margin-bottom:6px}.addon-price{font-size:13px;color:#6fb3d9;font-family:"Jetbrains Mono",monospace;margin-bottom:10px}.addon-card p.addon-desc{font-size:13px;color:#8fa3bf;margin-bottom:18px;flex:1}.domains-banner{display:flex;align-items:center;justify-content:space-between;gap:32px;flex-wrap:wrap;background:#001f54;border:1px solid #034078;border-radius:16px;padding:36px 40px}.domains-banner .domains-copy{max-width:480px}.domains-banner h2{margin-bottom:8px}.domains-banner p{color:#8fa3bf;font-size:14px}.domains-search{display:flex;gap:8px;background:#0a1128;border:1px solid #034078;border-radius:10px;padding:6px 6px 6px 16px;align-items:center}.domains-search input{flex:1;background:0 0;border:none;color:#f0f4f8;font-family:Inter,sans-serif;font-size:14px;outline:0}.domains-search input::placeholder{color:#8fa3bf}.network-banner{display:grid;grid-template-columns:1.3fr 1fr;gap:32px;align-items:stretch}#worldMap{width:100%;border-radius:16px;border:1px solid #034078;background:#001f54;padding:16px;display:flex;align-items:center}.map-landmass{fill:#034078}.map-connector{stroke:#6fb3d9;stroke-width:1.2}.map-ping-dot{fill:#6fb3d9}.map-ping-ring{fill:none;stroke:#6fb3d9;stroke-width:1.2;opacity:0;transform-origin:center;transform-box:fill-box;animation:mapPing 2.2s ease-out infinite}.map-ping-ring-delay{animation-delay:1.1s}.map-badge{fill:#1282a2}.map-badge-text{fill:#0a1128;font-family:Inter,sans-serif;font-size:14px;font-weight:700}@keyframes mapPing{0%{transform:scale(.3);opacity:.7}100%{transform:scale(1.8);opacity:0}}.ping-card{background:#001f54;border:1px solid #034078;border-radius:16px;padding:28px;display:flex;flex-direction:column}.ping-card h3{font-family:Inter,sans-serif;font-size:17px;font-weight:600;margin-bottom:8px}.ping-card p.ping-desc{color:#8fa3bf;font-size:14px;margin-bottom:20px}.ping-result{display:flex;align-items:baseline;gap:8px;margin-bottom:20px;min-height:44px}.ping-result .ping-value{font-size:32px;font-weight:700;font-family:"Jetbrains Mono",monospace;color:#6fb3d9}.ping-result .ping-unit{font-size:14px;color:#8fa3bf}.ping-status{font-size:13px;color:#8fa3bf;margin-bottom:20px}.ping-card .btn{margin-top:auto}@media (max-width:860px){.network-banner{grid-template-columns:1fr}#worldMap{height:280px}}.partner-options .inner .partner-option{background:#001f54;border:1px solid #034078;border-radius:16px;padding:22px}.legal-nav-strip{display:flex;gap:4px;border-bottom:1px solid #034078;margin-bottom:32px;overflow-x:auto;scrollbar-width:none}.legal-nav-strip::-webkit-scrollbar{display:none}.legal-nav-strip a{display:flex;align-items:center;gap:8px;flex-shrink:0;white-space:nowrap;padding:12px 18px;border:none;border-bottom:2px solid transparent;margin-bottom:-1px;color:#8fa3bf;font-family:Inter,sans-serif;font-size:14px;text-decoration:none;transition:color .15s ease,border-color .15s ease}.legal-nav-strip a i{font-size:16px;color:#8fa3bf;transition:color .15s ease}.legal-nav-strip a:hover{color:#f0f4f8}.legal-nav-strip a.active{color:#f0f4f8;border-color:#1282a2}.legal-nav-strip a.active i{color:#6fb3d9}.legal-content h2{font-size:20px;font-weight:600}.legal-content h2:first-child{margin-top:0}.legal-content p{color:#8fa3bf;font-size:15px;line-height:1.75;margin-bottom:4px}.legal-content ul{color:#8fa3bf;font-size:15px;line-height:1.75;padding-left:22px}.legal-content li{margin-bottom:6px}.legal-content strong{color:#f0f4f8}.legal-sub-heading{margin-left:24px}.legal-sub-text{margin-left:48px}.legal-text{margin-left:24px}.sla-table-wrap{overflow-x:auto;margin-left:48px}table.sla-table{border-collapse:collapse;width:100%;max-width:800px;background-color:#001f54;border:1px solid #034078;border-radius:10px;overflow:hidden;font-family:Inter,sans-serif}table.sla-table td,table.sla-table th{border-bottom:1px solid #034078;padding:12px 16px;text-align:left;color:#f0f4f8;font-size:14px}table.sla-table th{font-family:Inter,sans-serif;font-weight:600;color:#f0f4f8;background-color:#0a1128}table.sla-table td:nth-child(1),table.sla-table td:nth-child(2){font-family:"JetBrains Mono",monospace;font-weight:500}table.sla-table td:nth-child(3){font-family:"JetBrains Mono",monospace;font-weight:500;color:#6fb3d9}table.sla-table tr:last-child td{border-bottom:none}table.sla-table tr:hover td{background-color:rgba(18,130,162,.08)}.error-code{font-family:"Jetbrains Mono",monospace;font-size:100px;font-weight:700;color:#034078;line-height:1;margin-bottom:8px;letter-spacing:-2px}.error-status-badge{display:inline-flex;align-items:center;gap:8px;background:#001f54;border:1px solid #034078;border-radius:20px;padding:8px 16px;margin-bottom:28px;font-family:"Jetbrains Mono",monospace;font-size:13px}.error-status-badge .path{color:#8fa3bf}.error-status-badge .status-offline{display:flex;align-items:center;gap:6px;color:#ef5350}.error-status-badge .status-offline .dot{width:6px;height:6px;border-radius:50%;background:#f87171}.error-hero h1{font-size:30px;font-weight:600;margin-bottom:12px;letter-spacing:-.5px}.error-hero p{color:#8fa3bf;font-size:15px;max-width:440px;margin:0 auto 32px}.error-actions{display:flex;gap:12px;justify-content:center;flex-wrap:wrap;margin-bottom:48px}@media (min-width: 768px){.md\:static{
    position: static;
  }.md\:flex{
    display: flex;
  }.md\:hidden{
    display: none;
  }.md\:w-auto{
    width: auto;
  }.md\:max-w-\[1120px\]{
    max-width: 1120px;
  }.md\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.md\:flex-row{
    flex-direction: row;
  }.md\:space-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2rem * var(--tw-space-x-reverse));
    margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
  }.md\:bg-transparent{
    background-color: transparent;
  }.md\:p-0{
    padding: 0px;
  }
}@media (min-width: 1024px){.lg\:my-48{
    margin-top: 12rem;
    margin-bottom: 12rem;
  }.lg\:max-w-\[1120px\]{
    max-width: 1120px;
  }.lg\:max-w-\[50\%\]{
    max-width: 50%;
  }.lg\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.lg\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.lg\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }.lg\:gap-32{
    gap: 8rem;
  }.lg\:gap-36{
    gap: 9rem;
  }
}