/*!*****************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[12].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[12].use[3]!./src/app/globals.css ***!
  \*****************************************************************************************************************************************************************************************************************************************************************/
*, ::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:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::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:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}/*
! tailwindcss v3.4.19 | 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 */
  -o-tab-size: 4;
     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]) {
  -webkit-text-decoration: underline dotted;
          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 */
  letter-spacing: 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,
input:where([type='button']),
input:where([type='reset']),
input:where([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::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

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]:where(:not([hidden="until-found"])) {
  display: none;
}
.\!visible {
  visibility: visible !important;
}
.visible {
  visibility: visible;
}
.fixed {
  position: fixed;
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
}
.inset-0 {
  inset: 0px;
}
.top-24 {
  top: 6rem;
}
.z-10 {
  z-index: 10;
}
.z-50 {
  z-index: 50;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-1\.5 {
  margin-top: 0.375rem;
  margin-bottom: 0.375rem;
}
.mb-10 {
  margin-bottom: 2.5rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-5 {
  margin-bottom: 1.25rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.mr-2 {
  margin-right: 0.5rem;
}
.mt-0\.5 {
  margin-top: 0.125rem;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-10 {
  margin-top: 2.5rem;
}
.mt-12 {
  margin-top: 3rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.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-block {
  display: inline-block;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.h-10 {
  height: 2.5rem;
}
.h-12 {
  height: 3rem;
}
.h-14 {
  height: 3.5rem;
}
.h-16 {
  height: 4rem;
}
.h-2 {
  height: 0.5rem;
}
.h-20 {
  height: 5rem;
}
.h-3\.5 {
  height: 0.875rem;
}
.h-4 {
  height: 1rem;
}
.h-44 {
  height: 11rem;
}
.h-5 {
  height: 1.25rem;
}
.h-6 {
  height: 1.5rem;
}
.h-8 {
  height: 2rem;
}
.h-9 {
  height: 2.25rem;
}
.min-h-0 {
  min-height: 0px;
}
.min-h-32 {
  min-height: 8rem;
}
.min-h-36 {
  min-height: 9rem;
}
.min-h-5 {
  min-height: 1.25rem;
}
.min-h-\[2\.25rem\] {
  min-height: 2.25rem;
}
.min-h-screen {
  min-height: 100vh;
}
.w-10 {
  width: 2.5rem;
}
.w-12 {
  width: 3rem;
}
.w-14 {
  width: 3.5rem;
}
.w-16 {
  width: 4rem;
}
.w-20 {
  width: 5rem;
}
.w-3\.5 {
  width: 0.875rem;
}
.w-4 {
  width: 1rem;
}
.w-5 {
  width: 1.25rem;
}
.w-6 {
  width: 1.5rem;
}
.w-8 {
  width: 2rem;
}
.w-9 {
  width: 2.25rem;
}
.w-full {
  width: 100%;
}
.min-w-0 {
  min-width: 0px;
}
.min-w-full {
  min-width: 100%;
}
.max-w-2xl {
  max-width: 42rem;
}
.max-w-3xl {
  max-width: 48rem;
}
.max-w-4xl {
  max-width: 56rem;
}
.max-w-7xl {
  max-width: 80rem;
}
.max-w-\[1400px\] {
  max-width: 1400px;
}
.max-w-md {
  max-width: 28rem;
}
.max-w-sm {
  max-width: 24rem;
}
.max-w-xl {
  max-width: 36rem;
}
.flex-1 {
  flex: 1 1 0%;
}
.shrink-0 {
  flex-shrink: 0;
}
.cursor-not-allowed {
  cursor: not-allowed;
}
.cursor-pointer {
  cursor: pointer;
}
.list-none {
  list-style-type: none;
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-\[1\.2fr_1\.6fr_1\.2fr_\.9fr_1fr_1\.4fr_auto\] {
  grid-template-columns: 1.2fr 1.6fr 1.2fr .9fr 1fr 1.4fr auto;
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.place-items-center {
  place-items: center;
}
.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-1 {
  gap: 0.25rem;
}
.gap-12 {
  gap: 3rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-5 {
  gap: 1.25rem;
}
.gap-6 {
  gap: 1.5rem;
}
.space-y-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}
.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.space-y-5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
}
.space-y-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}
.divide-y > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}
.divide-white\/10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 255 255 / 0.1);
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-x-auto {
  overflow-x: auto;
}
.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.break-all {
  word-break: break-all;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-2xl {
  border-radius: 1rem;
}
.rounded-3xl {
  border-radius: 1.5rem;
}
.rounded-\[1\.15rem\] {
  border-radius: 1.15rem;
}
.rounded-\[1\.25rem\] {
  border-radius: 1.25rem;
}
.rounded-\[1\.2rem\] {
  border-radius: 1.2rem;
}
.rounded-\[1\.4rem\] {
  border-radius: 1.4rem;
}
.rounded-\[1\.5rem\] {
  border-radius: 1.5rem;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-md {
  border-radius: 0.375rem;
}
.rounded-xl {
  border-radius: 0.75rem;
}
.border {
  border-width: 1px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-l-\[3px\] {
  border-left-width: 3px;
}
.border-t {
  border-top-width: 1px;
}
.border-\[\#19233f\] {
  --tw-border-opacity: 1;
  border-color: rgb(25 35 63 / var(--tw-border-opacity, 1));
}
.border-\[\#2f4f9a\] {
  --tw-border-opacity: 1;
  border-color: rgb(47 79 154 / var(--tw-border-opacity, 1));
}
.border-\[\#4e5568\] {
  --tw-border-opacity: 1;
  border-color: rgb(78 85 104 / var(--tw-border-opacity, 1));
}
.border-\[\#6f8cff\]\/40 {
  border-color: rgb(111 140 255 / 0.4);
}
.border-arctic-accent\/55 {
  border-color: rgb(47 87 255 / 0.55);
}
.border-blue-400\/30 {
  border-color: rgb(96 165 250 / 0.3);
}
.border-emerald-300\/30 {
  border-color: rgb(110 231 183 / 0.3);
}
.border-emerald-400\/30 {
  border-color: rgb(52 211 153 / 0.3);
}
.border-red-300\/20 {
  border-color: rgb(252 165 165 / 0.2);
}
.border-red-400\/30 {
  border-color: rgb(248 113 113 / 0.3);
}
.border-rose-300\/20 {
  border-color: rgb(253 164 175 / 0.2);
}
.border-white\/10 {
  border-color: rgb(255 255 255 / 0.1);
}
.border-white\/15 {
  border-color: rgb(255 255 255 / 0.15);
}
.border-white\/\[\.075\] {
  border-color: rgb(255 255 255 / .075);
}
.border-white\/\[\.07\] {
  border-color: rgb(255 255 255 / .07);
}
.border-white\/\[\.085\] {
  border-color: rgb(255 255 255 / .085);
}
.border-white\/\[\.08\] {
  border-color: rgb(255 255 255 / .08);
}
.border-white\/\[\.12\] {
  border-color: rgb(255 255 255 / .12);
}
.bg-\[\#060c1c\] {
  --tw-bg-opacity: 1;
  background-color: rgb(6 12 28 / var(--tw-bg-opacity, 1));
}
.bg-\[\#090d1d\]\/70 {
  background-color: rgb(9 13 29 / 0.7);
}
.bg-\[\#0b1733\] {
  --tw-bg-opacity: 1;
  background-color: rgb(11 23 51 / var(--tw-bg-opacity, 1));
}
.bg-\[\#111317\] {
  --tw-bg-opacity: 1;
  background-color: rgb(17 19 23 / var(--tw-bg-opacity, 1));
}
.bg-\[\#1e1f22\] {
  --tw-bg-opacity: 1;
  background-color: rgb(30 31 34 / var(--tw-bg-opacity, 1));
}
.bg-\[\#2b2d31\] {
  --tw-bg-opacity: 1;
  background-color: rgb(43 45 49 / var(--tw-bg-opacity, 1));
}
.bg-\[\#2c7cff\] {
  --tw-bg-opacity: 1;
  background-color: rgb(44 124 255 / var(--tw-bg-opacity, 1));
}
.bg-\[\#3157ff\] {
  --tw-bg-opacity: 1;
  background-color: rgb(49 87 255 / var(--tw-bg-opacity, 1));
}
.bg-\[\#3157ff\]\/15 {
  background-color: rgb(49 87 255 / 0.15);
}
.bg-\[\#5865f2\] {
  --tw-bg-opacity: 1;
  background-color: rgb(88 101 242 / var(--tw-bg-opacity, 1));
}
.bg-\[\#6f8cff\]\/15 {
  background-color: rgb(111 140 255 / 0.15);
}
.bg-amber-400\/10 {
  background-color: rgb(251 191 36 / 0.1);
}
.bg-arctic-accent\/10 {
  background-color: rgb(47 87 255 / 0.1);
}
.bg-arctic-accent\/15 {
  background-color: rgb(47 87 255 / 0.15);
}
.bg-black\/30 {
  background-color: rgb(0 0 0 / 0.3);
}
.bg-black\/45 {
  background-color: rgb(0 0 0 / 0.45);
}
.bg-black\/70 {
  background-color: rgb(0 0 0 / 0.7);
}
.bg-blue-500\/10 {
  background-color: rgb(59 130 246 / 0.1);
}
.bg-blue-500\/15 {
  background-color: rgb(59 130 246 / 0.15);
}
.bg-emerald-400\/10 {
  background-color: rgb(52 211 153 / 0.1);
}
.bg-emerald-500\/10 {
  background-color: rgb(16 185 129 / 0.1);
}
.bg-emerald-500\/15 {
  background-color: rgb(16 185 129 / 0.15);
}
.bg-red-400\/10 {
  background-color: rgb(248 113 113 / 0.1);
}
.bg-red-500\/10 {
  background-color: rgb(239 68 68 / 0.1);
}
.bg-rose-400\/10 {
  background-color: rgb(251 113 133 / 0.1);
}
.bg-slate-400\/10 {
  background-color: rgb(148 163 184 / 0.1);
}
.bg-white\/10 {
  background-color: rgb(255 255 255 / 0.1);
}
.bg-white\/5 {
  background-color: rgb(255 255 255 / 0.05);
}
.bg-white\/\[\.035\] {
  background-color: rgb(255 255 255 / .035);
}
.bg-white\/\[\.03\] {
  background-color: rgb(255 255 255 / .03);
}
.bg-white\/\[\.04\] {
  background-color: rgb(255 255 255 / .04);
}
.bg-white\/\[\.06\] {
  background-color: rgb(255 255 255 / .06);
}
.bg-white\/\[\.07\] {
  background-color: rgb(255 255 255 / .07);
}
.bg-white\/\[0\.03\] {
  background-color: rgb(255 255 255 / 0.03);
}
.bg-white\/\[0\.04\] {
  background-color: rgb(255 255 255 / 0.04);
}
.bg-\[radial-gradient\(circle_at_70\%_30\%\2c rgba\(111\2c 140\2c 255\2c 0\.26\)\2c transparent_45\%\)\2c linear-gradient\(160deg\2c \#0c1224_0\%\2c \#091126_100\%\)\] {
  background-image: radial-gradient(circle at 70% 30%,rgba(111,140,255,0.26),transparent 45%),linear-gradient(160deg,#0c1224 0%,#091126 100%);
}
.bg-gradient-to-br {
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
}
.from-cyan-400 {
  --tw-gradient-from: #22d3ee var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(34 211 238 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.to-blue-500 {
  --tw-gradient-to: #3b82f6 var(--tw-gradient-to-position);
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.p-1\.5 {
  padding: 0.375rem;
}
.p-2 {
  padding: 0.5rem;
}
.p-3 {
  padding: 0.75rem;
}
.p-3\.5 {
  padding: 0.875rem;
}
.p-4 {
  padding: 1rem;
}
.p-5 {
  padding: 1.25rem;
}
.p-6 {
  padding: 1.5rem;
}
.p-7 {
  padding: 1.75rem;
}
.p-8 {
  padding: 2rem;
}
.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.px-1\.5 {
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-2\.5 {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.py-0\.5 {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-1\.5 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.pb-10 {
  padding-bottom: 2.5rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pb-6 {
  padding-bottom: 1.5rem;
}
.pl-3 {
  padding-left: 0.75rem;
}
.pt-2 {
  padding-top: 0.5rem;
}
.pt-5 {
  padding-top: 1.25rem;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.font-mono {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-9xl {
  font-size: 8rem;
  line-height: 1;
}
.text-\[1\.08rem\] {
  font-size: 1.08rem;
}
.text-\[10px\] {
  font-size: 10px;
}
.text-\[11px\] {
  font-size: 11px;
}
.text-\[12px\] {
  font-size: 12px;
}
.text-\[13px\] {
  font-size: 13px;
}
.text-\[15px\] {
  font-size: 15px;
}
.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.font-black {
  font-weight: 900;
}
.font-bold {
  font-weight: 700;
}
.font-extrabold {
  font-weight: 800;
}
.font-medium {
  font-weight: 500;
}
.font-semibold {
  font-weight: 600;
}
.uppercase {
  text-transform: uppercase;
}
.not-italic {
  font-style: normal;
}
.leading-5 {
  line-height: 1.25rem;
}
.leading-6 {
  line-height: 1.5rem;
}
.leading-none {
  line-height: 1;
}
.leading-relaxed {
  line-height: 1.625;
}
.tracking-\[-\.04em\] {
  letter-spacing: -.04em;
}
.tracking-\[-\.05em\] {
  letter-spacing: -.05em;
}
.tracking-\[-0\.035em\] {
  letter-spacing: -0.035em;
}
.tracking-\[-0\.03em\] {
  letter-spacing: -0.03em;
}
.tracking-\[-0\.04em\] {
  letter-spacing: -0.04em;
}
.tracking-\[\.18em\] {
  letter-spacing: .18em;
}
.tracking-\[0\.12em\] {
  letter-spacing: 0.12em;
}
.tracking-\[0\.14em\] {
  letter-spacing: 0.14em;
}
.tracking-\[0\.18em\] {
  letter-spacing: 0.18em;
}
.tracking-\[0\.2em\] {
  letter-spacing: 0.2em;
}
.tracking-tight {
  letter-spacing: -0.025em;
}
.tracking-wide {
  letter-spacing: 0.025em;
}
.tracking-wider {
  letter-spacing: 0.05em;
}
.text-\[\#00a8fc\] {
  --tw-text-opacity: 1;
  color: rgb(0 168 252 / var(--tw-text-opacity, 1));
}
.text-\[\#3f86ff\] {
  --tw-text-opacity: 1;
  color: rgb(63 134 255 / var(--tw-text-opacity, 1));
}
.text-\[\#4b8bff\] {
  --tw-text-opacity: 1;
  color: rgb(75 139 255 / var(--tw-text-opacity, 1));
}
.text-\[\#6f8cff\] {
  --tw-text-opacity: 1;
  color: rgb(111 140 255 / var(--tw-text-opacity, 1));
}
.text-\[\#7d99ff\] {
  --tw-text-opacity: 1;
  color: rgb(125 153 255 / var(--tw-text-opacity, 1));
}
.text-\[\#8b99b8\] {
  --tw-text-opacity: 1;
  color: rgb(139 153 184 / var(--tw-text-opacity, 1));
}
.text-\[\#8ba1ff\] {
  --tw-text-opacity: 1;
  color: rgb(139 161 255 / var(--tw-text-opacity, 1));
}
.text-\[\#b5bac1\] {
  --tw-text-opacity: 1;
  color: rgb(181 186 193 / var(--tw-text-opacity, 1));
}
.text-\[\#c9ced6\] {
  --tw-text-opacity: 1;
  color: rgb(201 206 214 / var(--tw-text-opacity, 1));
}
.text-\[\#dbdee1\] {
  --tw-text-opacity: 1;
  color: rgb(219 222 225 / var(--tw-text-opacity, 1));
}
.text-\[\#f3f4f6\] {
  --tw-text-opacity: 1;
  color: rgb(243 244 246 / var(--tw-text-opacity, 1));
}
.text-amber-300 {
  --tw-text-opacity: 1;
  color: rgb(252 211 77 / var(--tw-text-opacity, 1));
}
.text-amber-300\/85 {
  color: rgb(252 211 77 / 0.85);
}
.text-arctic-accent2 {
  --tw-text-opacity: 1;
  color: rgb(126 162 255 / var(--tw-text-opacity, 1));
}
.text-blue-200 {
  --tw-text-opacity: 1;
  color: rgb(191 219 254 / var(--tw-text-opacity, 1));
}
.text-blue-300 {
  --tw-text-opacity: 1;
  color: rgb(147 197 253 / var(--tw-text-opacity, 1));
}
.text-blue-300\/85 {
  color: rgb(147 197 253 / 0.85);
}
.text-blue-300\/90 {
  color: rgb(147 197 253 / 0.9);
}
.text-blue-500 {
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity, 1));
}
.text-emerald-100 {
  --tw-text-opacity: 1;
  color: rgb(209 250 229 / var(--tw-text-opacity, 1));
}
.text-emerald-200 {
  --tw-text-opacity: 1;
  color: rgb(167 243 208 / var(--tw-text-opacity, 1));
}
.text-emerald-300 {
  --tw-text-opacity: 1;
  color: rgb(110 231 183 / var(--tw-text-opacity, 1));
}
.text-red-200 {
  --tw-text-opacity: 1;
  color: rgb(254 202 202 / var(--tw-text-opacity, 1));
}
.text-red-300 {
  --tw-text-opacity: 1;
  color: rgb(252 165 165 / var(--tw-text-opacity, 1));
}
.text-rose-200 {
  --tw-text-opacity: 1;
  color: rgb(254 205 211 / var(--tw-text-opacity, 1));
}
.text-transparent {
  color: transparent;
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.text-white\/30 {
  color: rgb(255 255 255 / 0.3);
}
.text-white\/35 {
  color: rgb(255 255 255 / 0.35);
}
.text-white\/40 {
  color: rgb(255 255 255 / 0.4);
}
.text-white\/45 {
  color: rgb(255 255 255 / 0.45);
}
.text-white\/50 {
  color: rgb(255 255 255 / 0.5);
}
.text-white\/55 {
  color: rgb(255 255 255 / 0.55);
}
.text-white\/60 {
  color: rgb(255 255 255 / 0.6);
}
.text-white\/65 {
  color: rgb(255 255 255 / 0.65);
}
.text-white\/70 {
  color: rgb(255 255 255 / 0.7);
}
.text-white\/75 {
  color: rgb(255 255 255 / 0.75);
}
.text-white\/80 {
  color: rgb(255 255 255 / 0.8);
}
.text-white\/90 {
  color: rgb(255 255 255 / 0.9);
}
.underline {
  text-decoration-line: underline;
}
.line-through {
  text-decoration-line: line-through;
}
.underline-offset-2 {
  text-underline-offset: 2px;
}
.opacity-55 {
  opacity: 0.55;
}
.shadow-\[0_0_34px_rgba\(49\2c 87\2c 255\2c \.28\)\] {
  --tw-shadow: 0 0 34px rgba(49,87,255,.28);
  --tw-shadow-colored: 0 0 34px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_0_34px_rgba\(49\2c 87\2c 255\2c \.35\)\] {
  --tw-shadow: 0 0 34px rgba(49,87,255,.35);
  --tw-shadow-colored: 0 0 34px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_20px_55px_-35px_rgba\(60\2c 115\2c 255\2c 0\.55\)\] {
  --tw-shadow: 0 20px 55px -35px rgba(60,115,255,0.55);
  --tw-shadow-colored: 0 20px 55px -35px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.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);
}
.backdrop-blur {
  --tw-backdrop-blur: blur(8px);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.backdrop-blur-sm {
  --tw-backdrop-blur: blur(4px);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.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;
}

:root {
  color-scheme: dark;
  --ad-bg: #050505;
  --ad-panel: rgba(255,255,255,.045);
  --ad-panel-strong: rgba(255,255,255,.065);
  --ad-line: rgba(255,255,255,.09);
  --ad-text: #f5f7ff;
  --ad-muted: rgba(245,247,255,.62);
  --ad-blue: #3157ff;
  --ad-blue-2: #5e7cff;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-height: 100vh;
  background: var(--ad-bg);
  color: var(--ad-text);
  font-feature-settings: "ss01", "cv01", "cv02";
}
a { color: inherit; text-decoration: none; }
::-moz-selection { background: rgba(49,87,255,.45); }
::selection { background: rgba(49,87,255,.45); }

body::before {
  content: '';
  position: fixed;
  inset: 0;
  z-index: -4;
  pointer-events: none;
  background:
    radial-gradient(circle at 82% 28%, rgba(49,87,255,.13), transparent 32rem),
    radial-gradient(circle at 18% 75%, rgba(70,99,255,.08), transparent 28rem),
    #050505;
}

/* Shared brand */
.brand-badge {
  border: 1px solid rgba(255,255,255,.14);
  background:
    radial-gradient(circle at 38% 22%, rgba(255,255,255,.28), transparent 2.2rem),
    linear-gradient(135deg, #3157ff 0%, #0a0a0c 60%, #6b44ff 100%);
  box-shadow: 0 0 34px rgba(49,87,255,.26), inset 0 0 0 1px rgba(255,255,255,.08);
}

/* Public landing */
.site-page {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  background:
    linear-gradient(90deg, #050505 0%, #050505 36%, rgba(5,5,5,.93) 56%, #050505 100%);
}
.site-page::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 72% 49%, rgba(49,87,255,.15), transparent 34rem),
    linear-gradient(90deg, transparent 0 45%, rgba(49,87,255,.07) 60%, transparent 82%);
}
.site-page::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 0;
  opacity: .32;
  pointer-events: none;
  background-image:
    radial-gradient(circle, rgba(255,255,255,.06) 1px, transparent 1px),
    linear-gradient(to right, rgba(255,255,255,.025) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(255,255,255,.018) 1px, transparent 1px);
  background-size: 72px 72px, 96px 96px, 96px 96px;
  -webkit-mask-image: linear-gradient(to bottom, transparent 0%, black 16%, black 80%, transparent 100%);
          mask-image: linear-gradient(to bottom, transparent 0%, black 16%, black 80%, transparent 100%);
}
.site-header {
  position: relative;
  z-index: 3;
  width: min(1240px, calc(100% - 48px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 1rem;
  padding: 2rem 0;
}
.site-nav {
  display: inline-flex;
  gap: .2rem;
  padding: .28rem;
  border-radius: 1rem;
  background: rgba(255,255,255,.045);
  border: 1px solid rgba(255,255,255,.075);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.05);
}
.site-nav a {
  min-width: 5.4rem;
  border-radius: .78rem;
  padding: .76rem 1.05rem;
  text-align: center;
  color: rgba(255,255,255,.62);
  font-size: .78rem;
  font-weight: 900;
  transition: .18s ease;
}
.site-nav a:hover,
.site-nav a.active { background: rgba(255,255,255,.09); color: #fff; }
.site-actions { justify-self: end; display: flex; align-items: center; gap: .7rem; }
.header-icon,
.header-login {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 2.55rem;
  border: 1px solid rgba(255,255,255,.08);
  background: rgba(255,255,255,.035);
  color: #fff;
  font-size: .78rem;
  font-weight: 900;
  transition: .18s ease;
}
.header-icon { width: 2.55rem; border-radius: .8rem; }
.header-login { border-radius: .8rem; padding: 0 1.05rem; }
.header-icon:hover,
.header-login:hover { border-color: rgba(49,87,255,.35); background: rgba(49,87,255,.12); transform: translateY(-1px); }

.return-home-btn {
  transition: background-color .18s ease, transform .18s ease;
}
.return-home-btn:hover {
  background-color: var(--ad-blue-2) !important;
  transform: translateY(-1px);
}

.hero-wrap {
  position: relative;
  z-index: 2;
  width: min(1240px, calc(100% - 48px));
  margin: 0 auto;
  min-height: calc(100vh - 7.5rem);
  display: grid;
  grid-template-columns: minmax(0, 560px) minmax(0, 1fr);
  gap: 4rem;
  align-items: center;
  padding: 4rem 0 7rem;
}
.hero-kicker {
  display: inline-flex;
  margin-bottom: 1.8rem;
  border-radius: .45rem;
  border: 1px solid rgba(49,87,255,.24);
  background: rgba(49,87,255,.14);
  padding: .64rem .95rem;
  color: #7792ff;
  font-size: .74rem;
  font-weight: 950;
}
.hero-pretitle { margin: 0 0 .75rem; color: rgba(255,255,255,.9); font-weight: 950; font-size: 1.12rem; }
.hero-title {
  margin: 0;
  max-width: 620px;
  color: #fff;
  font-size: clamp(4.2rem, 8vw, 7.4rem);
  line-height: .86;
  letter-spacing: -.082em;
  font-weight: 1000;
  text-shadow: 0 28px 80px rgba(0,0,0,.55);
}
.hero-copy {
  margin: 1.8rem 0 0;
  max-width: 540px;
  color: rgba(255,255,255,.66);
  font-size: 1.02rem;
  line-height: 1.86;
  font-weight: 650;
}
.hero-buttons { margin-top: 2.1rem; display: flex; gap: .9rem; flex-wrap: wrap; }
.primary-cta,
.secondary-cta,
.ghost-cta {
  min-height: 3rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .65rem;
  border-radius: .82rem;
  padding: 0 1.25rem;
  font-size: .84rem;
  font-weight: 950;
  transition: transform .18s ease, background .18s ease, border-color .18s ease, box-shadow .18s ease;
}
.primary-cta { background: #3157ff; color: #fff; box-shadow: 0 18px 52px rgba(49,87,255,.28); }
.primary-cta:hover { background: #4265ff; transform: translateY(-1px); box-shadow: 0 22px 64px rgba(49,87,255,.36); }
.secondary-cta { border: 1px solid rgba(255,255,255,.10); background: rgba(255,255,255,.045); color: #fff; }
.secondary-cta:hover { border-color: rgba(255,255,255,.16); background: rgba(255,255,255,.075); transform: translateY(-1px); }
.ghost-cta { border: 1px solid rgba(255,255,255,.075); background: rgba(255,255,255,.025); color: rgba(255,255,255,.72); }
.ghost-cta:hover { background: rgba(255,255,255,.055); color: #fff; }
.hero-pills { margin-top: 1.8rem; display: flex; flex-wrap: wrap; gap: .6rem; }
.hero-pills span { border: 1px solid rgba(255,255,255,.075); background: rgba(255,255,255,.03); border-radius: 999px; padding: .52rem .76rem; color: rgba(255,255,255,.55); font-size: .7rem; font-weight: 850; }
.hero-visual { position: relative; min-height: 520px; display: flex; align-items: center; justify-content: center; }
.hub-orb { position: absolute; right: 2%; width: min(42vw, 620px); height: min(42vw, 620px); border-radius: 50%; background: radial-gradient(circle at 40% 30%, rgba(255,255,255,.1), rgba(49,87,255,.22) 28%, rgba(49,87,255,.06) 58%, transparent 68%); filter: blur(1px); opacity: .72; }
.dashboard-preview {
  position: relative;
  width: min(100%, 520px);
  border: 1px solid rgba(255,255,255,.095);
  background: linear-gradient(180deg, rgba(15,17,25,.86), rgba(9,10,14,.74));
  box-shadow: 0 40px 110px rgba(0,0,0,.55), 0 0 80px rgba(49,87,255,.14);
  border-radius: 1.35rem;
  padding: 1rem;
  backdrop-filter: blur(18px);
  transform: perspective(900px) rotateY(-8deg) rotateX(4deg);
}
.preview-bar { display:flex; align-items:center; justify-content:space-between; gap:1rem; border-bottom: 1px solid rgba(255,255,255,.075); padding: .7rem .7rem 1rem; }
.preview-dots { display:flex; gap:.4rem; }
.preview-dots span { width:.5rem; height:.5rem; border-radius:50%; background: rgba(255,255,255,.18); }
.preview-content { display:grid; gap:.75rem; padding: 1rem .2rem .2rem; }
.preview-row { display:flex; align-items:center; justify-content:space-between; gap:1rem; border:1px solid rgba(255,255,255,.075); background: rgba(255,255,255,.035); border-radius:1rem; padding: .95rem; }
.preview-row strong { display:block; font-size:.86rem; color:#fff; }
.preview-row span { display:block; margin-top:.2rem; font-size:.72rem; color:rgba(255,255,255,.45); font-weight:700; }
.preview-status { border-radius: 999px; background: rgba(34,197,94,.12); color: #86efac; padding: .4rem .6rem; font-size:.68rem; font-weight:950; }

/* App shell */
.dashboard-bg {
  min-height: 100vh;
  background:
    radial-gradient(circle at 78% 4%, rgba(49,87,255,.13), transparent 26rem),
    linear-gradient(180deg, #050505, #070707 55%, #050505);
}
.dashboard-bg::before {
  content:'';
  position:fixed;
  inset:0;
  z-index:0;
  pointer-events:none;
  opacity:.22;
  background-image:
    radial-gradient(circle, rgba(255,255,255,.05) 1px, transparent 1px),
    linear-gradient(to right, rgba(255,255,255,.02) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(255,255,255,.02) 1px, transparent 1px);
  background-size: 70px 70px, 96px 96px, 96px 96px;
}
.app-layout { position: relative; z-index: 1; min-height: 100vh; display: grid; grid-template-columns: 286px minmax(0, 1fr); }
.side-panel { position: sticky; top:0; height:100vh; border-right:1px solid rgba(255,255,255,.075); background: rgba(5,5,5,.72); backdrop-filter: blur(20px); padding:1.4rem; display:flex; flex-direction:column; gap:1.4rem; }
.side-nav { display:grid; gap:.35rem; }
.side-nav a { display:flex; align-items:center; gap:.8rem; min-height:2.75rem; border-radius:.9rem; padding:0 .9rem; color:rgba(255,255,255,.56); font-size:.84rem; font-weight:850; transition:.16s ease; }
.side-nav a:hover, .side-nav a.active { color:#fff; background:rgba(255,255,255,.06); }
.side-nav .soon { margin-left:auto; font-size:.64rem; color:rgba(255,255,255,.28); }
.side-module-item {
  display:flex;
  align-items:center;
  gap:.7rem;
  min-height:2.65rem;
  border-radius:.9rem;
  padding:0 .9rem;
  border:1px solid rgba(255,255,255,.065);
  background:rgba(255,255,255,.025);
  color:rgba(255,255,255,.72);
  font-size:.8rem;
  font-weight:800;
}
.module-state-owned,
.module-state-unowned {
  margin-left:auto;
  border-radius:999px;
  padding:.2rem .55rem;
  font-size:.62rem;
  font-weight:900;
  letter-spacing:.04em;
  text-transform:uppercase;
}
.module-state-owned {
  color:#8ff0b2;
  background:rgba(16,185,129,.14);
}
.module-state-unowned {
  color:#ff9b9b;
  background:rgba(239,68,68,.14);
}
.side-foot { margin-top:auto; display:grid; gap:.7rem; }
.profile-pill { display:flex; align-items:center; gap:.75rem; border:1px solid rgba(255,255,255,.075); background:rgba(255,255,255,.035); border-radius:1rem; padding:.65rem; }
.profile-pill img { width:2.3rem; height:2.3rem; border-radius:.75rem; -o-object-fit:cover; object-fit:cover; }
.profile-pill .avatar-fallback { width:2.3rem; height:2.3rem; border-radius:.75rem; background:#3157ff; }
.main-panel { min-width:0; }
.topbar { position:sticky; top:0; z-index:10; height:4.6rem; border-bottom:1px solid rgba(255,255,255,.065); background:rgba(5,5,5,.65); backdrop-filter:blur(18px); display:flex; align-items:center; justify-content:space-between; gap:1rem; padding:0 2rem; }
.topbar-left { display:flex; align-items:center; gap:1rem; min-width:0; }
.topbar-title { color:rgba(255,255,255,.46); font-size:.78rem; font-weight:850; }
.topbar-nav { display:inline-flex; align-items:center; gap:.45rem; }
.topbar-nav a {
  display:inline-flex;
  align-items:center;
  gap:.45rem;
  min-height:2.1rem;
  border-radius:.7rem;
  padding:0 .72rem;
  border:1px solid rgba(255,255,255,.08);
  background:rgba(255,255,255,.03);
  color:rgba(255,255,255,.72);
  font-size:.74rem;
  font-weight:900;
  transition:.16s ease;
}
.topbar-nav a:hover {
  color:#fff;
  border-color:rgba(49,87,255,.35);
  background:rgba(49,87,255,.12);
}
.content-wrap { width:min(1180px, calc(100% - 48px)); margin:0 auto; padding:3rem 0 5rem; }
.mobile-bottom-nav { display:none; }
.page-eyebrow { display:inline-flex; align-items:center; gap:.5rem; border:1px solid rgba(49,87,255,.22); background:rgba(49,87,255,.13); border-radius:.45rem; padding:.58rem .85rem; color:#7d99ff; font-size:.72rem; font-weight:950; }
.page-title { margin: 1.1rem 0 0; color:#fff; font-size: clamp(3rem, 5.4vw, 5.3rem); line-height:.88; letter-spacing:-.075em; font-weight:1000; }
.page-subtitle { margin-top:1.3rem; max-width: 760px; color:rgba(255,255,255,.58); line-height:1.75; font-weight:650; }

.panel-clean { border: 1px solid rgba(255,255,255,.075); background: rgba(255,255,255,.035); box-shadow: 0 26px 90px rgba(0,0,0,.28); }
.card-clean { border: 1px solid rgba(255,255,255,.07); background: rgba(255,255,255,.032); }
.stat-card { border: 1px solid rgba(255,255,255,.07); background: rgba(255,255,255,.035); border-radius: 1.15rem; padding: 1.15rem; }
.product-card { position:relative; overflow:hidden; border:1px solid rgba(255,255,255,.075); background:linear-gradient(180deg, rgba(255,255,255,.05), rgba(255,255,255,.026)); border-radius:1.25rem; padding:1.3rem; transition:.18s ease; }
.product-card:hover { transform: translateY(-2px); border-color: rgba(49,87,255,.34); background:rgba(255,255,255,.052); }
.product-card::after { content:''; position:absolute; right:-3rem; top:-3rem; width:9rem; height:9rem; border-radius:999px; background:rgba(49,87,255,.12); filter:blur(28px); }
.input-base { width:100%; border-radius:.78rem; border:1px solid rgba(255,255,255,.10); background:rgba(255,255,255,.045); padding:.75rem .85rem; color:#fff; outline:none; transition:border-color .16s, box-shadow .16s, background .16s; }
.input-base:focus { border-color:rgba(49,87,255,.72); box-shadow:0 0 0 4px rgba(49,87,255,.14); background:rgba(255,255,255,.065); }
.input-label { display:block; margin-bottom:.42rem; color:rgba(255,255,255,.68); font-size:.76rem; font-weight:900; }
select.input-base option { background:#0b0b0d; color:#fff; }

@media (max-width: 1040px) {
  .site-header { grid-template-columns: 1fr auto; width:min(100% - 32px, 1240px); }
  .site-nav { display:none; }
  .hero-wrap { width:min(100% - 32px, 1240px); grid-template-columns: 1fr; gap: 2rem; padding-top: 3.5rem; }
  .hero-visual { min-height: auto; justify-content: flex-start; }
  .dashboard-preview { transform: none; width: 100%; }
  .hero-title { font-size: clamp(4rem, 16vw, 6.6rem); }
  .app-layout { grid-template-columns: 1fr; }
  .side-panel { position:relative; height:auto; border-right:0; border-bottom:1px solid rgba(255,255,255,.075); }
  .side-nav.global-nav { display:none; }
  .side-nav { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .content-wrap { width:min(100% - 32px, 1180px); padding-bottom:7rem; }
  .topbar-left { width:100%; justify-content:space-between; }
  .topbar-title { display:none; }

  .mobile-bottom-nav {
    position: fixed;
    left: .75rem;
    right: .75rem;
    bottom: calc(.75rem + env(safe-area-inset-bottom, 0px));
    z-index: 40;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .45rem;
    border: 1px solid rgba(255,255,255,.11);
    background: rgba(5,5,5,.88);
    backdrop-filter: blur(16px);
    border-radius: 1rem;
    padding: .45rem;
    box-shadow: 0 18px 40px rgba(0,0,0,.35);
  }

  .mobile-bottom-nav.has-server-overview {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .mobile-bottom-nav a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .4rem;
    min-height: 2.8rem;
    border-radius: .75rem;
    border: 1px solid rgba(255,255,255,.08);
    background: rgba(255,255,255,.04);
    color: rgba(255,255,255,.86);
    font-size: .73rem;
    font-weight: 900;
    letter-spacing: .01em;
    text-align: center;
    transition: .16s ease;
  }

  .mobile-bottom-nav a:hover {
    border-color: rgba(49,87,255,.5);
    background: rgba(49,87,255,.16);
    color: #fff;
  }
}

.account-chip,
.account-mini {
  display:inline-flex;
  align-items:center;
  gap:.65rem;
  border:1px solid rgba(255,255,255,.10);
  background:rgba(255,255,255,.045);
  color:#fff;
  font-size:.82rem;
  font-weight:950;
  border-radius:.95rem;
  padding:.48rem .75rem;
  transition:.16s ease;
}
.account-chip:hover,
.account-mini:hover { border-color:rgba(49,87,255,.45); background:rgba(255,255,255,.075); transform:translateY(-1px); }
.account-chip img,
.account-mini img { width:1.75rem; height:1.75rem; border-radius:.7rem; -o-object-fit:cover; object-fit:cover; }
.account-mini img,
.account-mini span { width:1.55rem; height:1.55rem; border-radius:.55rem; }
.account-chip-fallback,
.account-mini span { display:block; background:#3157ff; }
.admin-table { width:100%; border-collapse:separate; border-spacing:0 .65rem; }
.admin-table th { padding:0 .9rem .25rem; color:rgba(255,255,255,.36); text-align:left; font-size:.72rem; font-weight:950; text-transform:uppercase; letter-spacing:.12em; }
.admin-table td { padding:1rem .9rem; background:rgba(255,255,255,.035); border-top:1px solid rgba(255,255,255,.07); border-bottom:1px solid rgba(255,255,255,.07); color:rgba(255,255,255,.72); font-size:.86rem; font-weight:750; }
.admin-table tr td:first-child { border-left:1px solid rgba(255,255,255,.07); border-radius:.9rem 0 0 .9rem; }
.admin-table tr td:last-child { border-right:1px solid rgba(255,255,255,.07); border-radius:0 .9rem .9rem 0; }
.last\:border-b-0:last-child {
  border-bottom-width: 0px;
}
.hover\:-translate-y-0\.5:hover {
  --tw-translate-y: -0.125rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.hover\:border-\[\#6f8cff\]\/80:hover {
  border-color: rgb(111 140 255 / 0.8);
}
.hover\:border-arctic-accent\/35:hover {
  border-color: rgb(47 87 255 / 0.35);
}
.hover\:border-blue-500\/40:hover {
  border-color: rgb(59 130 246 / 0.4);
}
.hover\:border-white\/30:hover {
  border-color: rgb(255 255 255 / 0.3);
}
.hover\:bg-\[\#3f8bff\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(63 139 255 / var(--tw-bg-opacity, 1));
}
.hover\:bg-\[\#6f8cff\]\/25:hover {
  background-color: rgb(111 140 255 / 0.25);
}
.hover\:bg-blue-500\/20:hover {
  background-color: rgb(59 130 246 / 0.2);
}
.hover\:bg-blue-500\/25:hover {
  background-color: rgb(59 130 246 / 0.25);
}
.hover\:bg-emerald-500\/20:hover {
  background-color: rgb(16 185 129 / 0.2);
}
.hover\:bg-emerald-500\/25:hover {
  background-color: rgb(16 185 129 / 0.25);
}
.hover\:bg-red-400\/15:hover {
  background-color: rgb(248 113 113 / 0.15);
}
.hover\:bg-red-500\/20:hover {
  background-color: rgb(239 68 68 / 0.2);
}
.hover\:bg-white\/10:hover {
  background-color: rgb(255 255 255 / 0.1);
}
.hover\:bg-white\/\[\.052\]:hover {
  background-color: rgb(255 255 255 / .052);
}
.hover\:bg-white\/\[\.055\]:hover {
  background-color: rgb(255 255 255 / .055);
}
.hover\:bg-white\/\[\.08\]:hover {
  background-color: rgb(255 255 255 / .08);
}
.hover\:bg-white\/\[\.1\]:hover {
  background-color: rgb(255 255 255 / .1);
}
.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.disabled\:cursor-not-allowed:disabled {
  cursor: not-allowed;
}
.disabled\:text-emerald-200\/50:disabled {
  color: rgb(167 243 208 / 0.5);
}
.disabled\:text-white\/45:disabled {
  color: rgb(255 255 255 / 0.45);
}
.disabled\:opacity-60:disabled {
  opacity: 0.6;
}
@media (min-width: 640px) {

  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 768px) {

  .md\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .md\:mt-16 {
    margin-top: 4rem;
  }

  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .md\:grid-cols-\[1\.2fr_0\.8fr_0\.8fr_0\.8fr\] {
    grid-template-columns: 1.2fr 0.8fr 0.8fr 0.8fr;
  }

  .md\:flex-row {
    flex-direction: row;
  }

  .md\:items-center {
    align-items: center;
  }

  .md\:justify-between {
    justify-content: space-between;
  }

  .md\:p-10 {
    padding: 2.5rem;
  }

  .md\:pb-14 {
    padding-bottom: 3.5rem;
  }

  .md\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .md\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
@media (min-width: 1024px) {

  .lg\:grid {
    display: grid;
  }

  .lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lg\:grid-cols-\[1\.2fr_1\.6fr_1\.2fr_\.9fr_1fr_1\.4fr_auto\] {
    grid-template-columns: 1.2fr 1.6fr 1.2fr .9fr 1fr 1.4fr auto;
  }

  .lg\:grid-cols-\[360px_1fr\] {
    grid-template-columns: 360px 1fr;
  }

  .lg\:items-center {
    align-items: center;
  }

  .lg\:gap-3 {
    gap: 0.75rem;
  }

  .lg\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (min-width: 1280px) {

  .xl\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .xl\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .xl\:grid-cols-\[1fr_420px\] {
    grid-template-columns: 1fr 420px;
  }
}

