/*!*******************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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.17 | 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;
}

/* ============================================================
   Arvile — Highbit Pixel Art Design System
   16-bit SNES chrome on anthracite. Sharp pixels, no blur,
   no rounded corners, no gradients.
   ============================================================ */

:root {
  /* Base palette — anthracite / near-black */
  --dw-bg: #0a0e14;
  --dw-bg-elevated: #111722;
  --dw-bg-card: #0d1218;
  --dw-border: rgba(255, 255, 255, 0.06);
  --dw-border-strong: rgba(255, 255, 255, 0.12);
  --dw-border-accent: rgba(245, 158, 11, 0.4);

  /* Text */
  --dw-text: #e2e8f0;
  --dw-text-muted: #64748b;
  --dw-text-dim: #475569;

  /* Accents */
  --dw-amber: #f59e0b;
  --dw-amber-dim: rgba(245, 158, 11, 0.15);
  --dw-teal: #0d9488;
  --dw-teal-dim: rgba(13, 148, 136, 0.15);
  --dw-red: #9f1239;
  --dw-red-dim: rgba(159, 18, 57, 0.15);
  --dw-blue: #2563eb;
  --dw-blue-dim: rgba(37, 99, 235, 0.15);

  /* Fonts — pixel UI, mono for numbers */
  --dw-font-ui: var(--font-pixel), 'Pixelify Sans', system-ui, sans-serif;
  --dw-font-mono: var(--font-jetbrains), 'JetBrains Mono', monospace;

  /* Radius — always square */
  --dw-radius: 0px;
  --dw-radius-sm: 0px;
  --dw-radius-md: 0px;
  --dw-radius-lg: 0px;
  --dw-px: 2px;
}

/* Reset — no light mode, this is a dark-only app */
body {
  color: var(--dw-text);
  background-color: var(--dw-bg);
  font-family: var(--dw-font-ui);
  -webkit-font-smoothing: none;
  -moz-osx-font-smoothing: unset;
  font-smooth: never;
}

/* Grid background — coordinate system feel, barely visible */
.dw-grid-bg {
  background-color: var(--dw-bg);
  background-image:
    linear-gradient(rgba(245, 158, 11, 0.04) 2px, transparent 2px),
    linear-gradient(90deg, rgba(245, 158, 11, 0.04) 2px, transparent 2px);
  background-size: 16px 16px;
}

/* Scanline texture for elevated surfaces (subtle CRT feel) */
.dw-scanline {
  position: relative;
}
.dw-scanline::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: repeating-linear-gradient(
    0deg,
    transparent,
    transparent 2px,
    rgba(255, 255, 255, 0.008) 2px,
    rgba(255, 255, 255, 0.008) 3px
  );
  pointer-events: none;
}

/* Pixel-art assets — nearest-neighbour scale, never blur */
.dw-pixel {
  image-rendering: pixelated;
  image-rendering: crisp-edges;
}

/* ============================================================
   Components
   ============================================================ */

/* Cards — chunky 2px pixel chrome (generated panel is a portrait frame, not a 9-slice) */
.dw-card {
  background-color: var(--dw-bg-card);
  border: var(--dw-px) solid var(--dw-border-strong);
  box-shadow:
    0 var(--dw-px) 0 #000,
    var(--dw-px) 0 0 #000,
    0 calc(-1 * var(--dw-px)) 0 rgba(245, 158, 11, 0.25);
  border-radius: 0;
  position: relative;
  image-rendering: pixelated;
}

/* Active/important card with amber left bar */
.dw-card-active {
  border-left: 2px solid var(--dw-amber);
}

/* Danger card with red left bar */
.dw-card-danger {
  border-left: 2px solid var(--dw-red);
}

/* Buttons — solid, no gradients, hover brightness */
.dw-btn {
  font-family: var(--dw-font-ui);
  font-weight: 700;
  font-size: 0.875rem;
  padding: 0.5rem 1rem;
  border-radius: 0;
  cursor: pointer;
  border: var(--dw-px) solid #000;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  image-rendering: pixelated;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.dw-btn-primary {
  color: #0a0e14;
  border: none;
  background-color: transparent;
  background-image: url('/pixel/ui/button.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  image-rendering: pixelated;
  text-shadow: 0 1px 0 rgba(146, 64, 14, 0.7);
  box-shadow: none;
}
.dw-btn-primary:hover {
  filter: brightness(1.08);
}
.dw-btn-ghost {
  color: var(--dw-text);
  border: none;
  background-color: transparent;
  background-image: url('/pixel/ui/button-ghost.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  image-rendering: pixelated;
  box-shadow: none;
}
.dw-btn-ghost:hover {
  filter: brightness(1.12);
  color: var(--dw-text);
}

/* Chunky 2px stepper — SP +/−, no stretched 9-slice plate */
.dw-btn-step {
  min-width: 28px;
  min-height: 28px;
  padding: 0;
  justify-content: center;
  border: 2px solid #000;
  background-color: var(--dw-bg-elevated);
  background-image: none;
  color: var(--dw-text);
  font-family: var(--dw-font-mono);
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  box-shadow: none;
}
.dw-btn-step:hover {
  filter: brightness(1.12);
  color: var(--dw-amber);
}

.dw-btn-danger {
  color: #e2e8f0;
  border: none;
  background-color: transparent;
  background-image: url('/pixel/ui/button-danger.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  image-rendering: pixelated;
  box-shadow: none;
}
.dw-btn-danger:hover {
  filter: brightness(1.12);
}

/* Inventory / paper-doll slots — empty 2px frame, no fake item art */
.dw-slot {
  width: 48px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: var(--dw-px) solid var(--dw-border-strong);
  background-color: transparent;
  image-rendering: pixelated;
  border-radius: 0;
}

/* Inputs — thin border, dark background, focus = amber ring */
.dw-input {
  width: 100%;
  padding: 0.625rem 0.875rem;
  background-color: var(--dw-bg-elevated);
  border: var(--dw-px) solid var(--dw-border-strong);
  border-radius: 0;
  color: var(--dw-text);
  font-family: var(--dw-font-ui);
  font-size: 0.9rem;
  outline: none;
}
.dw-input:focus {
  border-color: var(--dw-amber);
  box-shadow: none;
}
.dw-input::-moz-placeholder {
  color: var(--dw-text-dim);
}
.dw-input::placeholder {
  color: var(--dw-text-dim);
}

/* Mono numbers — for stats, coordinates, IDs */
.dw-mono {
  font-family: var(--dw-font-mono);
  font-variant-numeric: tabular-nums;
  letter-spacing: -0.02em;
}

/* Labels — small, uppercase, muted */
.dw-label {
  font-size: 0.6875rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--dw-text-muted);
}

/* Section headers */
.dw-section-title {
  font-size: 1rem;
  font-weight: 600;
  color: var(--dw-text);
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1rem;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid var(--dw-border);
}

/* Status dots */
.dw-status {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 0;
  image-rendering: pixelated;
}
.dw-status-online {
  background-color: var(--dw-teal);
}
.dw-status-offline {
  background-color: var(--dw-text-dim);
}
.dw-status-alert {
  background-color: var(--dw-red);
}
.dw-status-pulse {
  animation: dw-pulse 2s ease-in-out infinite;
}

@keyframes dw-pulse {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.4; }
}

@keyframes dw-chip-pop {
  0% { transform: scale(0.7); opacity: 0; }
  60% { transform: scale(1.1); opacity: 1; }
  100% { transform: scale(1); opacity: 1; }
}

/* Progress bars — PixelLab bar.png frame, fill inset */
.dw-bar {
  width: 100%;
  height: 14px;
  padding: 3px 4px;
  background-color: #0a0e14;
  background-image: url('/pixel/ui/bar.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  border: none;
  border-radius: 0;
  overflow: hidden;
  image-rendering: pixelated;
}
.dw-bar-fill {
  height: 100%;
  image-rendering: pixelated;
}
.dw-bar-fill-health { background-color: var(--dw-red); }
.dw-bar-fill-mana { background-color: var(--dw-blue); }
.dw-bar-fill-energy { background-color: var(--dw-teal); }
.dw-bar-fill-xp { background-color: var(--dw-amber); }

.dw-bar-framed {
  /* framed is now the default .dw-bar look */
}

/* Resource chips — compact mono counters */
.dw-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
  padding: 0.25rem 0.5rem;
  background-color: var(--dw-bg-elevated);
  border: var(--dw-px) solid var(--dw-border-strong);
  border-radius: 0;
  font-family: var(--dw-font-mono);
  font-size: 0.8125rem;
  font-variant-numeric: tabular-nums;
  image-rendering: pixelated;
}

/* Selection chips — not primary button.png plates */
.dw-chip-select {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.375rem;
  padding: 0.375rem 0.75rem;
  background-color: var(--dw-bg-elevated);
  border: var(--dw-px) solid var(--dw-border-strong);
  border-radius: 0;
  color: var(--dw-text-muted);
  font-family: var(--dw-font-ui);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  cursor: pointer;
  image-rendering: pixelated;
}
.dw-chip-select:hover {
  border-color: var(--dw-amber);
  color: var(--dw-amber);
}
.dw-chip-select-active {
  border-color: var(--dw-amber);
  background-color: var(--dw-amber-dim);
  color: var(--dw-amber);
}

/* Map markers */
.dw-map-marker {
  position: absolute;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
.dw-map-marker-player {
  width: 12px;
  height: 12px;
  border: 2px solid #e2e8f0;
  background: transparent;
  box-shadow: 0 0 8px rgba(226, 232, 240, 0.3);
}
.dw-map-marker-dungeon {
  width: 10px;
  height: 10px;
  background-color: var(--dw-amber);
  box-shadow: 0 0 12px var(--dw-amber-dim);
  animation: dw-pulse 3s ease-in-out infinite;
}
.dw-map-marker-resource {
  width: 6px;
  height: 6px;
  background-color: var(--dw-teal);
}
.dw-map-marker-rift {
  width: 12px;
  height: 12px;
  background-color: var(--dw-red);
  transform: translate(-50%, -50%) rotate(45deg);
  animation: dw-pulse 1.5s ease-in-out infinite;
}

/* Error banner */
.dw-error {
  background-color: var(--dw-red-dim);
  border: var(--dw-px) solid rgba(159, 18, 57, 0.5);
  border-left: var(--dw-px) solid var(--dw-red);
  border-radius: 0;
  padding: 0.75rem 1rem;
  color: #fca5a5;
  font-size: 0.875rem;
}

/* Loading state */
.dw-loading {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: var(--dw-text-muted);
  font-size: 0.875rem;
}
.dw-loading-spinner {
  width: 12px;
  height: 12px;
  border: var(--dw-px) solid var(--dw-border-strong);
  border-top-color: var(--dw-amber);
  border-radius: 0;
  animation: dw-spin 0.8s steps(8) infinite;
}
@keyframes dw-spin {
  to { transform: rotate(360deg); }
}

/* Navigation */
.dw-nav {
  display: flex;
  align-items: center;
  gap: 0;
  border-bottom: var(--dw-px) solid var(--dw-border-strong);
  background-color: var(--dw-bg);
}
.dw-nav-link {
  padding: 0.75rem 1rem;
  font-size: 0.8125rem;
  font-weight: 700;
  color: var(--dw-text-muted);
  text-decoration: none;
  border-bottom: var(--dw-px) solid transparent;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.dw-nav-link:hover {
  color: var(--dw-text);
}
.dw-nav-link-active {
  color: var(--dw-amber);
  border-bottom-color: var(--dw-amber);
}

/* Utility */
.dw-divider {
  height: 1px;
  background-color: var(--dw-border);
  margin: 1rem 0;
}

.dw-muted { color: var(--dw-text-muted); }
.dw-dim { color: var(--dw-text-dim); }
.dw-amber { color: var(--dw-amber); }
.dw-teal { color: var(--dw-teal); }
.dw-red { color: var(--dw-red); }

/* Hide scrollbar but keep functionality */
.dw-hide-scrollbar::-webkit-scrollbar { display: none; }
.dw-hide-scrollbar { -ms-overflow-style: none; scrollbar-width: none; }
/* ============================================================
   HUD shell — banner bar, navigation rail / dock, panels
   Design handoff: "Arvile browser UI — shell and screen frames"
   ============================================================ */

/* ---- Frame ---- */
.dw-shell {
  height: 100vh;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

/* ---- Banner bar ---- */
.dw-shell-banner {
  flex: none;
  height: 76px;
  display: flex;
  align-items: stretch;
  background-color: var(--dw-bg-card);
  border-bottom: 2px solid #000;
  box-shadow: 0 2px 0 rgba(245, 158, 11, 0.35);
  position: relative;
  z-index: 20;
}
/* Combat carries the red under-glow instead of amber */
.dw-shell-banner-danger {
  box-shadow: 0 2px 0 rgba(159, 18, 57, 0.45);
}

.dw-shell-brand {
  flex: none;
  width: 210px;
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 0 18px;
  background-color: var(--dw-bg-elevated);
  border-right: 2px solid #000;
  text-decoration: none;
}
.dw-shell-brand-name {
  font-family: var(--dw-font-ui);
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.14em;
  line-height: 1;
  color: var(--dw-amber);
  text-shadow: 0 2px 0 #000;
}
.dw-shell-brand-sub {
  font-family: var(--dw-font-mono);
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 0.2em;
  color: var(--dw-text-dim);
  margin-top: 3px;
  text-transform: uppercase;
}
.dw-shell-banner-danger .dw-shell-brand-sub {
  color: var(--dw-red);
}

.dw-shell-context {
  flex: 1;
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 0 20px;
  overflow-x: auto;
  overflow-y: hidden;
}

/* Active context chip — amber ring marks the subject of the screen */
.dw-chip-context {
  flex: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 11px;
  background-color: var(--dw-bg-elevated);
  box-shadow: 0 0 0 2px var(--dw-amber);
}
.dw-chip-context-name {
  font-family: var(--dw-font-ui);
  font-size: 16px;
  font-weight: 700;
  white-space: nowrap;
}
.dw-chip-context-level {
  font-family: var(--dw-font-mono);
  font-size: 11px;
  font-weight: 700;
  color: var(--dw-amber);
  white-space: nowrap;
}

/* Stat chip — label and value in one mono run */
.dw-chip-stat {
  flex: none;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 6px 10px;
  background-color: var(--dw-bg-elevated);
  box-shadow: 0 0 0 2px #000;
  font-family: var(--dw-font-mono);
  font-size: 11px;
  font-weight: 700;
  color: #94a3b8;
  white-space: nowrap;
}
.dw-chip-stat-loss { color: var(--dw-red); }
.dw-chip-stat-amber { color: var(--dw-amber); }
.dw-chip-stat-teal { color: var(--dw-teal); }

/* Resource chips — pushed right */
.dw-shell-resources {
  margin-left: auto;
  flex: none;
  display: flex;
  gap: 7px;
}
.dw-chip-res {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 5px 9px;
  background-color: var(--dw-bg-elevated);
  box-shadow: 0 0 0 2px #000;
  font-family: var(--dw-font-mono);
  font-size: 12px;
  font-weight: 700;
  white-space: nowrap;
}
.dw-chip-res-mana {
  box-shadow: 0 0 0 2px rgba(13, 148, 136, 0.5);
  color: var(--dw-teal);
}

/* ---- Body (rail + content) ---- */
.dw-shell-body {
  flex: 1;
  min-height: 0;
  display: flex;
  position: relative;
}

.dw-shell-rail {
  flex: none;
  width: 88px;
  display: flex;
  flex-direction: column;
  background-color: var(--dw-bg-card);
  border-right: 2px solid #000;
  box-shadow: 2px 0 0 rgba(245, 158, 11, 0.35);
  position: relative;
  z-index: 10;
}
.dw-rail-item {
  position: relative;
  flex: 0 1 72px;
  min-height: 44px;
  min-width: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  border: none;
  border-bottom: 2px solid #000;
  border-left: 3px solid transparent;
  color: #94a3b8;
  cursor: pointer;
}
.dw-rail-item:hover,
.dw-rail-item:focus-visible {
  background-color: var(--dw-bg-elevated);
  color: var(--dw-amber);
}
.dw-rail-item-active {
  background-color: var(--dw-bg-elevated);
  border-left-color: var(--dw-amber);
  color: var(--dw-amber);
}
/* Label flyout — instant, no animation, keyboard focus shows it too */
.dw-rail-tip {
  display: none;
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
  margin-left: 2px;
  padding: 6px 10px;
  background-color: var(--dw-bg-elevated);
  box-shadow: 0 0 0 2px #000;
  font-family: var(--dw-font-ui);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--dw-amber);
  white-space: nowrap;
  pointer-events: none;
  z-index: 40;
}
.dw-rail-item:hover .dw-rail-tip,
.dw-rail-item:focus-visible .dw-rail-tip {
  display: block;
}

/* ---- Content area ---- */
.dw-shell-content {
  flex: 1;
  min-width: 0;
  min-height: 0;
  display: flex;
  flex-direction: column;
  overflow: auto;
  padding: 20px 22px;
}
.dw-shell-content-flush {
  padding: 0;
}
/* Keeps clear of the pinned desktop action slot */
@media (min-width: 1024px) {
  .dw-shell-content-reserved {
    padding-bottom: 108px;
  }
  .dw-shell-content-flush.dw-shell-content-reserved {
    padding-bottom: 88px;
  }
}

/* ---- Primary action slot ---- */
.dw-action-slot {
  flex: none;
  width: 200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 0 18px;
  background-color: var(--dw-bg-elevated);
  border-left: 2px solid #000;
}
/* Desktop: pinned bottom-right of the screen frame */
.dw-action-slot-rail {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 88px;
  border-top: 2px solid #000;
  z-index: 15;
}
.dw-btn-action {
  width: 100%;
  font-family: var(--dw-font-ui);
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--dw-bg);
  background-color: var(--dw-amber);
  border: none;
  border-radius: 0;
  padding: 11px;
  box-shadow: 0 4px 0 #92400e, 0 0 0 2px #000;
  cursor: pointer;
}
.dw-btn-action:hover:not(:disabled) {
  filter: brightness(1.1);
}
.dw-btn-action:disabled {
  opacity: 0.55;
  cursor: default;
}
.dw-action-value {
  font-family: var(--dw-font-mono);
  font-size: 22px;
  font-weight: 700;
  color: var(--dw-amber);
  line-height: 1;
}
.dw-action-hint {
  font-family: var(--dw-font-mono);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.08em;
  color: var(--dw-text-dim);
  text-transform: uppercase;
  text-align: center;
}

/* ---- Mobile dock ---- */
.dw-shell-dock {
  display: none;
  flex: none;
  height: 104px;
  align-items: stretch;
  background-color: var(--dw-bg-card);
  border-top: 2px solid #000;
  box-shadow: 0 -2px 0 rgba(245, 158, 11, 0.35);
  position: relative;
  z-index: 20;
}
.dw-shell-dock-danger {
  height: 118px;
  box-shadow: 0 -2px 0 rgba(159, 18, 57, 0.45);
}
.dw-dock-items {
  flex: 1;
  display: flex;
  align-items: stretch;
  min-width: 0;
}
.dw-dock-item {
  flex: 1;
  min-width: 44px;
  min-height: 44px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  background-color: transparent;
  border: none;
  border-right: 2px solid #000;
  border-top: 3px solid transparent;
  color: #94a3b8;
  cursor: pointer;
}
.dw-dock-item:hover,
.dw-dock-item:focus-visible {
  background-color: var(--dw-bg-elevated);
  color: var(--dw-amber);
}
.dw-dock-item-active {
  background-color: var(--dw-bg-elevated);
  border-top-color: var(--dw-amber);
  color: var(--dw-amber);
}
.dw-dock-label {
  font-family: var(--dw-font-ui);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.dw-dock-more {
  display: none;
}
/* Full-width sheet for the destinations that do not fit */
.dw-dock-sheet {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 100%;
  display: flex;
  flex-direction: column;
  background-color: var(--dw-bg-card);
  border-top: 2px solid #000;
  box-shadow: 0 -2px 0 rgba(245, 158, 11, 0.35);
  z-index: 30;
}
.dw-dock-sheet .dw-dock-item {
  flex: none;
  flex-direction: row;
  justify-content: flex-start;
  gap: 12px;
  height: 56px;
  padding: 0 18px;
  border-right: none;
  border-bottom: 2px solid #000;
  border-top: none;
  border-left: 3px solid transparent;
}
.dw-dock-sheet .dw-dock-item-active {
  border-left-color: var(--dw-amber);
  border-top-color: transparent;
}

@media (max-width: 1023.98px) {
  .dw-shell-rail { display: none; }
  .dw-action-slot-rail { display: none; }
  .dw-shell-dock { display: flex; }
}
@media (max-width: 767.98px) {
  .dw-shell-brand { width: auto; padding: 0 12px; }
}
/* Nine columns stop fitting — five stay, the rest move behind MORE */
@media (max-width: 419.98px) {
  .dw-dock-item-overflow { display: none; }
  .dw-dock-more { display: flex; }
}
@media (max-width: 559.98px) {
  .dw-shell-dock { flex-wrap: wrap; height: auto; }
  .dw-shell-dock .dw-dock-items { flex: 1 0 100%; height: 104px; }
  .dw-shell-dock .dw-action-slot {
    width: 100%;
    border-left: none;
    border-top: 2px solid #000;
    padding: 10px 18px;
  }
}

/* ---- Focus ---- */
.dw-shell a:focus-visible,
.dw-shell button:focus-visible,
.dw-shell input:focus-visible,
.dw-shell select:focus-visible,
.dw-shell textarea:focus-visible {
  outline: 2px solid var(--dw-amber);
  outline-offset: 0;
}

/* ============================================================
   Panel — one treatment, used on every screen.
   Extends .dw-card: use as `class="dw-card dw-panel"`.
   ============================================================ */
.dw-panel {
  background-color: var(--dw-bg-card);
  border: none;
  box-shadow: 0 0 0 2px #000, inset 0 0 0 2px #1c2433;
  padding: 16px;
  display: flex;
  flex-direction: column;
  min-height: 0;
}
.dw-panel-header {
  flex: none;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
}
.dw-panel-title {
  font-family: var(--dw-font-ui);
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--dw-amber);
}
.dw-panel-count {
  margin-left: auto;
  font-family: var(--dw-font-mono);
  font-size: 11px;
  font-weight: 700;
  color: var(--dw-text-dim);
}
.dw-panel-body {
  flex: 1;
  min-height: 0;
  overflow: auto;
}

/* Group label inside a panel */
.dw-group-label {
  font-family: var(--dw-font-mono);
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 0.18em;
  color: var(--dw-text-dim);
  text-transform: uppercase;
  margin: 4px 0 2px;
}

/* List rows — separated by gap, never by borders */
.dw-row-list {
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.dw-row {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 9px 10px;
  background-color: var(--dw-bg-elevated);
  box-shadow: 0 0 0 2px #000;
  text-align: left;
  color: var(--dw-text);
  border: none;
  width: 100%;
}
.dw-row-interactive { cursor: pointer; }
.dw-row-interactive:hover,
.dw-row-interactive:focus-visible {
  box-shadow: 0 0 0 2px var(--dw-amber);
}
.dw-row-main { flex: 1; min-width: 0; }
.dw-row-name {
  font-family: var(--dw-font-ui);
  font-size: 13px;
  font-weight: 600;
}
.dw-row-sub {
  font-family: var(--dw-font-mono);
  font-size: 9px;
  font-weight: 500;
  color: var(--dw-text-dim);
  margin-top: 2px;
}
.dw-row-value {
  font-family: var(--dw-font-mono);
  font-size: 11px;
  font-weight: 700;
  color: var(--dw-amber);
  text-align: right;
  white-space: nowrap;
}
.dw-row-active {
  box-shadow: 0 0 0 2px var(--dw-amber);
}

/* Disabled / unavailable row */
.dw-row-disabled {
  background-color: var(--dw-bg);
  box-shadow: 0 0 0 2px #1c2433;
  opacity: 0.55;
  cursor: default;
}
.dw-row-disabled:hover { box-shadow: 0 0 0 2px #1c2433; }
.dw-row-disabled img { filter: grayscale(1); }
.dw-row-disabled .dw-row-value { color: var(--dw-text-dim); }

/* Numbers, counts, timestamps — mono, no exceptions */
.dw-num {
  font-family: var(--dw-font-mono);
  font-variant-numeric: tabular-nums;
  font-weight: 700;
}

/* ---- Screen content grids ---- */
.dw-cols-3 {
  flex: 1;
  min-height: 0;
  display: grid;
  grid-template-columns: 300px 1fr 340px;
  gap: 18px;
}
.dw-cols-hero {
  flex: 1;
  min-height: 0;
  display: grid;
  grid-template-columns: 400px 1fr 380px;
  gap: 18px;
}
.dw-cols-quests {
  flex: 1;
  min-height: 0;
  display: grid;
  grid-template-columns: 440px 1fr;
  gap: 18px;
}
/* Crafting: stations across the top, then ingredients / bench / requirements */
.dw-cols-craft {
  flex: 1;
  min-height: 0;
  display: grid;
  grid-template-columns: 330px 1fr 340px;
  gap: 18px;
}
.dw-cols-map {
  flex: 1;
  min-height: 0;
  display: grid;
  grid-template-columns: 1fr 360px;
}
.dw-col {
  display: flex;
  flex-direction: column;
  gap: 18px;
  min-height: 0;
}
@media (max-width: 1279.98px) {
  .dw-cols-3,
  .dw-cols-hero,
  .dw-cols-quests,
  .dw-cols-craft {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 899.98px) {
  .dw-cols-quests {
  flex: 1;
  min-height: 0;
  display: grid;
  grid-template-columns: 440px 1fr;
  gap: 18px;
}
/* Crafting: stations across the top, then ingredients / bench / requirements */
.dw-cols-craft {
  flex: 1;
  min-height: 0;
  display: grid;
  grid-template-columns: 330px 1fr 340px;
  gap: 18px;
}
.dw-cols-map {
    grid-template-columns: 1fr;
  }
}

/* ---- Station chips — the shell's chip vocabulary, one cell per station ---- */
.dw-chip-station {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 12px;
  background-color: var(--dw-bg-elevated);
  box-shadow: 0 0 0 2px #000;
  border: none;
  border-radius: 0;
  font-family: var(--dw-font-ui);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #94a3b8;
  cursor: pointer;
}
.dw-chip-station:hover {
  box-shadow: 0 0 0 2px var(--dw-amber);
  color: var(--dw-amber);
}
.dw-chip-station-active {
  box-shadow: 0 0 0 2px var(--dw-amber);
  color: var(--dw-amber);
}

/* ---- Crafting bench tiles ---- */
.dw-craft-tile {
  width: 62px;
  height: 62px;
  background-color: var(--dw-bg-elevated);
  box-shadow: 0 0 0 2px #000;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dw-craft-tile-empty {
  background-color: var(--dw-bg);
  box-shadow: 0 0 0 2px #1c2433;
  color: var(--dw-text-dim);
  font-family: var(--dw-font-mono);
  font-size: 20px;
  font-weight: 700;
}
.dw-craft-result {
  width: 200px;
  height: 200px;
  background-color: var(--dw-bg);
  box-shadow: 0 0 0 2px var(--dw-amber), inset 0 0 34px rgba(245, 158, 11, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
}

/*!*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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":"src/app/layout.tsx","import":"Pixelify_Sans","arguments":[{"subsets":["latin"],"weight":["400","500","700"],"variable":"--font-pixel"}],"variableName":"pixelify"} ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* cyrillic */
@font-face {
  font-family: '__Pixelify_Sans_1996e1';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/_next/static/media/aaf0e744731a46d3-s.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* latin-ext */
@font-face {
  font-family: '__Pixelify_Sans_1996e1';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/_next/static/media/9cb204d1bfdb6539-s.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: '__Pixelify_Sans_1996e1';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/_next/static/media/c565b14407d34fed-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;
}
/* cyrillic */
@font-face {
  font-family: '__Pixelify_Sans_1996e1';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/_next/static/media/aaf0e744731a46d3-s.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* latin-ext */
@font-face {
  font-family: '__Pixelify_Sans_1996e1';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/_next/static/media/9cb204d1bfdb6539-s.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: '__Pixelify_Sans_1996e1';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/_next/static/media/c565b14407d34fed-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;
}
/* cyrillic */
@font-face {
  font-family: '__Pixelify_Sans_1996e1';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/_next/static/media/aaf0e744731a46d3-s.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* latin-ext */
@font-face {
  font-family: '__Pixelify_Sans_1996e1';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/_next/static/media/9cb204d1bfdb6539-s.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: '__Pixelify_Sans_1996e1';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/_next/static/media/c565b14407d34fed-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: '__Pixelify_Sans_Fallback_1996e1';src: local("Arial");ascent-override: 81.70%;descent-override: 24.87%;line-gap-override: 0.00%;size-adjust: 112.61%
}.__className_1996e1 {font-family: '__Pixelify_Sans_1996e1', '__Pixelify_Sans_Fallback_1996e1';font-style: normal
}.__variable_1996e1 {--font-pixel: '__Pixelify_Sans_1996e1', '__Pixelify_Sans_Fallback_1996e1'
}

/*!**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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":"src/app/layout.tsx","import":"JetBrains_Mono","arguments":[{"subsets":["latin"],"variable":"--font-jetbrains"}],"variableName":"jetbrainsMono"} ***!
  \**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* cyrillic-ext */
@font-face {
  font-family: '__JetBrains_Mono_3c557b';
  font-style: normal;
  font-weight: 100 800;
  font-display: swap;
  src: url(/_next/static/media/886030b0b59bc5a7-s.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: '__JetBrains_Mono_3c557b';
  font-style: normal;
  font-weight: 100 800;
  font-display: swap;
  src: url(/_next/static/media/0aa834ed78bf6d07-s.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek */
@font-face {
  font-family: '__JetBrains_Mono_3c557b';
  font-style: normal;
  font-weight: 100 800;
  font-display: swap;
  src: url(/_next/static/media/67957d42bae0796d-s.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* vietnamese */
@font-face {
  font-family: '__JetBrains_Mono_3c557b';
  font-style: normal;
  font-weight: 100 800;
  font-display: swap;
  src: url(/_next/static/media/f911b923c6adde36-s.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: '__JetBrains_Mono_3c557b';
  font-style: normal;
  font-weight: 100 800;
  font-display: swap;
  src: url(/_next/static/media/939c4f875ee75fbb-s.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: '__JetBrains_Mono_3c557b';
  font-style: normal;
  font-weight: 100 800;
  font-display: swap;
  src: url(/_next/static/media/bb3ef058b751a6ad-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: '__JetBrains_Mono_Fallback_3c557b';src: local("Arial");ascent-override: 75.79%;descent-override: 22.29%;line-gap-override: 0.00%;size-adjust: 134.59%
}.__className_3c557b {font-family: '__JetBrains_Mono_3c557b', '__JetBrains_Mono_Fallback_3c557b';font-style: normal
}.__variable_3c557b {--font-jetbrains: '__JetBrains_Mono_3c557b', '__JetBrains_Mono_Fallback_3c557b'
}

