/*!*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[2].use[1]!./node_modules/next/dist/build/webpack/loaders/next-font-loader/index.js??ruleSet[1].rules[14].oneOf[2].use[2]!./node_modules/next/font/google/target.css?{"path":"app/layout.js","import":"Orbitron","arguments":[{"subsets":["latin"],"weight":["600","700","800"],"variable":"--font-heading"}],"variableName":"headingFont"} ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* latin */
@font-face {
  font-family: '__Orbitron_567d6b';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(/_next/static/media/9a4ee768fed045da-s.p.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin */
@font-face {
  font-family: '__Orbitron_567d6b';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/_next/static/media/9a4ee768fed045da-s.p.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin */
@font-face {
  font-family: '__Orbitron_567d6b';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(/_next/static/media/9a4ee768fed045da-s.p.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}@font-face {font-family: '__Orbitron_Fallback_567d6b';src: local("Arial");ascent-override: 81.50%;descent-override: 19.59%;line-gap-override: 0.00%;size-adjust: 124.05%
}.__className_567d6b {font-family: '__Orbitron_567d6b', '__Orbitron_Fallback_567d6b';font-style: normal
}.__variable_567d6b {--font-heading: '__Orbitron_567d6b', '__Orbitron_Fallback_567d6b'
}

/*!*************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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]!./app/globals.css ***!
  \*************************************************************************************************************************************************************************************************************************************************************/
:root {
  --font-heading: 'Orbitron', system-ui, sans-serif;
  --text-primary: #f4eefe;
  --text-secondary: #d5cbf8;
  --text-muted: #b59de6;
  --surface-strong: rgba(16, 10, 36, 0.86);
  --surface-soft: rgba(24, 16, 52, 0.78);
  --line-strong: rgba(139, 92, 246, 0.44);
  --line-soft: rgba(96, 165, 250, 0.34);
  --focus-ring: rgba(129, 140, 248, 0.5);
  --input-bg: rgba(16, 10, 36, 0.9);
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  min-height: 100vh;
  font-family: var(--font-heading);
  color: var(--text-primary);
  background-color: #0b1020;
  background-image: url('/assets/background.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-heading);
  letter-spacing: 0.045em;
  color: #f8f3ff;
}

button {
  font-family: var(--font-heading);
  letter-spacing: 0.02em;
}

input,
textarea,
select {
  font-family: var(--font-heading);
  color: var(--text-primary);
}

input::placeholder,
textarea::placeholder {
  color: var(--text-muted);
  opacity: 1;
  letter-spacing: 0.01em;
}

input:focus,
textarea:focus,
select:focus {
  outline: 2px solid var(--focus-ring);
  outline-offset: 1px;
}

/* Keep autofill fully on-brand for Chromium/Safari and Firefox. */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-text-fill-color: var(--text-primary);
  caret-color: var(--text-primary);
  box-shadow: 0 0 0 1000px var(--input-bg) inset, 0 0 0 1px var(--line-strong);
  -webkit-box-shadow: 0 0 0 1000px var(--input-bg) inset, 0 0 0 1px var(--line-strong);
  -webkit-transition: background-color 9999s ease-out 0s;
  transition: background-color 9999s ease-out 0s;
}

input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
  color: var(--text-primary);
  background: var(--input-bg);
}

input:autofill,
textarea:autofill,
select:autofill {
  color: var(--text-primary);
  background: var(--input-bg);
}

