@import url('https://fonts.googleapis.com/css2?family=Silkscreen:wght@400;700&family=VT323&display=swap');

*, ::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;
}

.\!container{
  width: 100% !important;
}

.container{
  width: 100%;
}

@media (min-width: 640px){

  .\!container{
    max-width: 640px !important;
  }

  .container{
    max-width: 640px;
  }
}

@media (min-width: 768px){

  .\!container{
    max-width: 768px !important;
  }

  .container{
    max-width: 768px;
  }
}

@media (min-width: 1024px){

  .\!container{
    max-width: 1024px !important;
  }

  .container{
    max-width: 1024px;
  }
}

@media (min-width: 1280px){

  .\!container{
    max-width: 1280px !important;
  }

  .container{
    max-width: 1280px;
  }
}

@media (min-width: 1536px){

  .\!container{
    max-width: 1536px !important;
  }

  .container{
    max-width: 1536px;
  }
}

.sr-only{
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.pointer-events-none{
  pointer-events: none;
}

.pointer-events-auto{
  pointer-events: auto;
}

.visible{
  visibility: visible;
}

.invisible{
  visibility: hidden;
}

.collapse{
  visibility: collapse;
}

.fixed{
  position: fixed;
}

.absolute{
  position: absolute;
}

.relative{
  position: relative;
}

.inset-0{
  inset: 0px;
}

.inset-x-0{
  left: 0px;
  right: 0px;
}

.inset-x-3{
  left: 0.75rem;
  right: 0.75rem;
}

.inset-x-4{
  left: 1rem;
  right: 1rem;
}

.-right-1{
  right: -0.25rem;
}

.-right-2{
  right: -0.5rem;
}

.-top-1{
  top: -0.25rem;
}

.bottom-0{
  bottom: 0px;
}

.bottom-2{
  bottom: 0.5rem;
}

.bottom-3{
  bottom: 0.75rem;
}

.bottom-4{
  bottom: 1rem;
}

.left-0{
  left: 0px;
}

.left-3{
  left: 0.75rem;
}

.left-\[7px\]{
  left: 7px;
}

.right-0{
  right: 0px;
}

.right-3{
  right: 0.75rem;
}

.right-4{
  right: 1rem;
}

.top-0{
  top: 0px;
}

.top-16{
  top: 4rem;
}

.top-2{
  top: 0.5rem;
}

.top-3{
  top: 0.75rem;
}

.top-4{
  top: 1rem;
}

.top-full{
  top: 100%;
}

.z-10{
  z-index: 10;
}

.z-20{
  z-index: 20;
}

.z-50{
  z-index: 50;
}

.z-\[1000\]{
  z-index: 1000;
}

.z-\[1400\]{
  z-index: 1400;
}

.z-\[2000\]{
  z-index: 2000;
}

.z-\[2001\]{
  z-index: 2001;
}

.z-\[2040\]{
  z-index: 2040;
}

.z-\[2050\]{
  z-index: 2050;
}

.z-\[2070\]{
  z-index: 2070;
}

.z-\[2100\]{
  z-index: 2100;
}

.z-\[900\]{
  z-index: 900;
}

.mx-4{
  margin-left: 1rem;
  margin-right: 1rem;
}

.mx-auto{
  margin-left: auto;
  margin-right: auto;
}

.mb-0\.5{
  margin-bottom: 0.125rem;
}

.mb-1{
  margin-bottom: 0.25rem;
}

.mb-2{
  margin-bottom: 0.5rem;
}

.mb-3{
  margin-bottom: 0.75rem;
}

.mb-4{
  margin-bottom: 1rem;
}

.mb-8{
  margin-bottom: 2rem;
}

.ml-1{
  margin-left: 0.25rem;
}

.ml-2{
  margin-left: 0.5rem;
}

.ml-3{
  margin-left: 0.75rem;
}

.ml-\[1px\]{
  margin-left: 1px;
}

.ml-auto{
  margin-left: auto;
}

.mr-1{
  margin-right: 0.25rem;
}

.mr-2{
  margin-right: 0.5rem;
}

.mt-0\.5{
  margin-top: 0.125rem;
}

.mt-1{
  margin-top: 0.25rem;
}

.mt-1\.5{
  margin-top: 0.375rem;
}

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

.mt-2{
  margin-top: 0.5rem;
}

.mt-3{
  margin-top: 0.75rem;
}

.mt-4{
  margin-top: 1rem;
}

.mt-auto{
  margin-top: auto;
}

.line-clamp-2{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.block{
  display: block;
}

.inline-block{
  display: inline-block;
}

.inline{
  display: inline;
}

.flex{
  display: flex;
}

.inline-flex{
  display: inline-flex;
}

.table{
  display: table;
}

.grid{
  display: grid;
}

.contents{
  display: contents;
}

.hidden{
  display: none;
}

.h-1\.5{
  height: 0.375rem;
}

.h-10{
  height: 2.5rem;
}

.h-11{
  height: 2.75rem;
}

.h-12{
  height: 3rem;
}

.h-14{
  height: 3.5rem;
}

.h-16{
  height: 4rem;
}

.h-2{
  height: 0.5rem;
}

.h-2\.5{
  height: 0.625rem;
}

.h-20{
  height: 5rem;
}

.h-24{
  height: 6rem;
}

.h-28{
  height: 7rem;
}

.h-3{
  height: 0.75rem;
}

.h-3\.5{
  height: 0.875rem;
}

.h-4{
  height: 1rem;
}

.h-40{
  height: 10rem;
}

.h-44{
  height: 11rem;
}

.h-5{
  height: 1.25rem;
}

.h-6{
  height: 1.5rem;
}

.h-7{
  height: 1.75rem;
}

.h-8{
  height: 2rem;
}

.h-9{
  height: 2.25rem;
}

.h-\[1\.05em\]{
  height: 1.05em;
}

.h-\[18rem\]{
  height: 18rem;
}

.h-\[2px\]{
  height: 2px;
}

.h-\[52dvh\]{
  height: 52dvh;
}

.h-\[52px\]{
  height: 52px;
}

.h-\[64px\]{
  height: 64px;
}

.h-\[min\(88vh\2c 56rem\)\]{
  height: min(88vh, 56rem);
}

.h-auto{
  height: auto;
}

.h-dvh{
  height: 100dvh;
}

.h-full{
  height: 100%;
}

.h-px{
  height: 1px;
}

.h-screen{
  height: 100vh;
}

.max-h-32{
  max-height: 8rem;
}

.max-h-40{
  max-height: 10rem;
}

.max-h-48{
  max-height: 12rem;
}

.max-h-\[24rem\]{
  max-height: 24rem;
}

.max-h-\[26rem\]{
  max-height: 26rem;
}

.max-h-\[28rem\]{
  max-height: 28rem;
}

.max-h-\[620px\]{
  max-height: 620px;
}

.max-h-\[85dvh\]{
  max-height: 85dvh;
}

.max-h-\[85vh\]{
  max-height: 85vh;
}

.max-h-\[88vh\]{
  max-height: 88vh;
}

.max-h-\[min\(32rem\2c calc\(100vh-8rem\)\)\]{
  max-height: min(32rem, calc(100vh - 8rem));
}

.max-h-\[min\(88vh\2c 56rem\)\]{
  max-height: min(88vh, 56rem);
}

.min-h-0{
  min-height: 0px;
}

.min-h-32{
  min-height: 8rem;
}

.min-h-\[100dvh\]{
  min-height: 100dvh;
}

.min-h-\[120px\]{
  min-height: 120px;
}

.min-h-\[132px\]{
  min-height: 132px;
}

.min-h-\[148px\]{
  min-height: 148px;
}

.min-h-\[240px\]{
  min-height: 240px;
}

.min-h-\[3rem\]{
  min-height: 3rem;
}

.min-h-\[420px\]{
  min-height: 420px;
}

.min-h-\[44px\]{
  min-height: 44px;
}

.min-h-\[52px\]{
  min-height: 52px;
}

.min-h-\[7\.5rem\]{
  min-height: 7.5rem;
}

.min-h-\[7rem\]{
  min-height: 7rem;
}

.min-h-\[96px\]{
  min-height: 96px;
}

.min-h-\[calc\(100dvh-7rem\)\]{
  min-height: calc(100dvh - 7rem);
}

.min-h-screen{
  min-height: 100vh;
}

.w-1\.5{
  width: 0.375rem;
}

.w-1\/2{
  width: 50%;
}

.w-1\/3{
  width: 33.333333%;
}

.w-10{
  width: 2.5rem;
}

.w-11{
  width: 2.75rem;
}

.w-12{
  width: 3rem;
}

.w-14{
  width: 3.5rem;
}

.w-16{
  width: 4rem;
}

.w-2{
  width: 0.5rem;
}

.w-2\.5{
  width: 0.625rem;
}

.w-2\/3{
  width: 66.666667%;
}

.w-20{
  width: 5rem;
}

.w-24{
  width: 6rem;
}

.w-28{
  width: 7rem;
}

.w-3{
  width: 0.75rem;
}

.w-3\.5{
  width: 0.875rem;
}

.w-3\/4{
  width: 75%;
}

.w-32{
  width: 8rem;
}

.w-4{
  width: 1rem;
}

.w-4\/5{
  width: 80%;
}

.w-40{
  width: 10rem;
}

.w-48{
  width: 12rem;
}

.w-5{
  width: 1.25rem;
}

.w-5\/6{
  width: 83.333333%;
}

.w-56{
  width: 14rem;
}

.w-6{
  width: 1.5rem;
}

.w-7{
  width: 1.75rem;
}

.w-8{
  width: 2rem;
}

.w-9{
  width: 2.25rem;
}

.w-\[18rem\]{
  width: 18rem;
}

.w-\[2px\]{
  width: 2px;
}

.w-\[52px\]{
  width: 52px;
}

.w-\[58px\]{
  width: 58px;
}

.w-\[64px\]{
  width: 64px;
}

.w-\[70px\]{
  width: 70px;
}

.w-\[calc\(100vw-1rem\)\]{
  width: calc(100vw - 1rem);
}

.w-\[min\(28rem\2c calc\(100vw-2rem\)\)\]{
  width: min(28rem, calc(100vw - 2rem));
}

.w-auto{
  width: auto;
}

.w-fit{
  width: -moz-fit-content;
  width: fit-content;
}

.w-full{
  width: 100%;
}

.min-w-0{
  min-width: 0px;
}

.min-w-5{
  min-width: 1.25rem;
}

.min-w-\[1\.1rem\]{
  min-width: 1.1rem;
}

.min-w-\[116px\]{
  min-width: 116px;
}

.min-w-\[12rem\]{
  min-width: 12rem;
}

.min-w-\[150px\]{
  min-width: 150px;
}

.min-w-\[168px\]{
  min-width: 168px;
}

.min-w-\[180px\]{
  min-width: 180px;
}

.min-w-\[1rem\]{
  min-width: 1rem;
}

.min-w-\[2\.5rem\]{
  min-width: 2.5rem;
}

.min-w-\[4\.5rem\]{
  min-width: 4.5rem;
}

.max-w-2xl{
  max-width: 42rem;
}

.max-w-3xl{
  max-width: 48rem;
}

.max-w-4xl{
  max-width: 56rem;
}

.max-w-5xl{
  max-width: 64rem;
}

.max-w-6xl{
  max-width: 72rem;
}

.max-w-7xl{
  max-width: 80rem;
}

.max-w-\[58px\]{
  max-width: 58px;
}

.max-w-\[60px\]{
  max-width: 60px;
}

.max-w-\[70px\]{
  max-width: 70px;
}

.max-w-\[88rem\]{
  max-width: 88rem;
}

.max-w-\[980px\]{
  max-width: 980px;
}

.max-w-\[calc\(100vw-1rem\)\]{
  max-width: calc(100vw - 1rem);
}

.max-w-\[calc\(100vw-2rem\)\]{
  max-width: calc(100vw - 2rem);
}

.max-w-full{
  max-width: 100%;
}

.max-w-lg{
  max-width: 32rem;
}

.max-w-md{
  max-width: 28rem;
}

.max-w-sm{
  max-width: 24rem;
}

.max-w-xl{
  max-width: 36rem;
}

.flex-1{
  flex: 1 1 0%;
}

.flex-none{
  flex: none;
}

.flex-shrink-0{
  flex-shrink: 0;
}

.shrink-0{
  flex-shrink: 0;
}

.-translate-y-1\/3{
  --tw-translate-y: -33.333333%;
  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));
}

.translate-x-1\/3{
  --tw-translate-x: 33.333333%;
  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));
}

.rotate-180{
  --tw-rotate: 180deg;
  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));
}

.rotate-90{
  --tw-rotate: 90deg;
  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));
}

.scale-110{
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  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));
}

.\!transform{
  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)) !important;
}

.transform{
  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));
}

@keyframes bounce{

  0%, 100%{
    transform: translateY(-25%);
    animation-timing-function: cubic-bezier(0.8,0,1,1);
  }

  50%{
    transform: none;
    animation-timing-function: cubic-bezier(0,0,0.2,1);
  }
}

.animate-bounce{
  animation: bounce 1s infinite;
}

@keyframes pulse{

  50%{
    opacity: .5;
  }
}

.animate-pulse{
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

@keyframes spin{

  to{
    transform: rotate(360deg);
  }
}

.animate-spin{
  animation: spin 1s linear infinite;
}

.cursor-pointer{
  cursor: pointer;
}

.select-none{
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.resize-none{
  resize: none;
}

.resize{
  resize: both;
}

.list-decimal{
  list-style-type: decimal;
}

.list-none{
  list-style-type: none;
}

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

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

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

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

.flex-col{
  flex-direction: column;
}

.flex-wrap{
  flex-wrap: wrap;
}

.items-start{
  align-items: flex-start;
}

.items-end{
  align-items: flex-end;
}

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

.items-baseline{
  align-items: baseline;
}

.items-stretch{
  align-items: stretch;
}

.justify-end{
  justify-content: flex-end;
}

.justify-center{
  justify-content: center;
}

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

.gap-0{
  gap: 0px;
}

.gap-0\.5{
  gap: 0.125rem;
}

.gap-1{
  gap: 0.25rem;
}

.gap-1\.5{
  gap: 0.375rem;
}

.gap-2{
  gap: 0.5rem;
}

.gap-2\.5{
  gap: 0.625rem;
}

.gap-3{
  gap: 0.75rem;
}

.gap-4{
  gap: 1rem;
}

.gap-x-4{
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}

.gap-y-1{
  row-gap: 0.25rem;
}

.-space-x-2 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(-0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(-0.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-0\.5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.125rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.125rem * var(--tw-space-y-reverse));
}

.space-y-1 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}

.space-y-1\.5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.375rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.375rem * var(--tw-space-y-reverse));
}

.space-y-2 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}

.space-y-2\.5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.625rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.625rem * var(--tw-space-y-reverse));
}

.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-\[rgba\(104\2c 75\2c 36\2c 0\.16\)\] > :not([hidden]) ~ :not([hidden]){
  border-color: rgba(104,75,36,0.16);
}

.self-start{
  align-self: flex-start;
}

.overflow-auto{
  overflow: auto;
}

.overflow-hidden{
  overflow: hidden;
}

.overflow-visible{
  overflow: visible;
}

.overflow-x-auto{
  overflow-x: auto;
}

.overflow-y-auto{
  overflow-y: auto;
}

.overflow-x-hidden{
  overflow-x: hidden;
}

.truncate{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.whitespace-nowrap{
  white-space: nowrap;
}

.whitespace-pre-line{
  white-space: pre-line;
}

.whitespace-pre-wrap{
  white-space: pre-wrap;
}

.break-words{
  overflow-wrap: break-word;
}

.break-all{
  word-break: break-all;
}

.rounded{
  border-radius: 0.25rem;
}

.rounded-2xl{
  border-radius: 1rem;
}

.rounded-3xl{
  border-radius: 1.5rem;
}

.rounded-\[16px\]{
  border-radius: 16px;
}

.rounded-\[20px\]{
  border-radius: 20px;
}

.rounded-\[24px\]{
  border-radius: 24px;
}

.rounded-\[28px\]{
  border-radius: 28px;
}

.rounded-full{
  border-radius: 9999px;
}

.rounded-lg{
  border-radius: 0.5rem;
}

.rounded-md{
  border-radius: 0.375rem;
}

.rounded-sm{
  border-radius: 0.125rem;
}

.rounded-xl{
  border-radius: 0.75rem;
}

.rounded-t-\[1rem\]{
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}

.rounded-t-\[inherit\]{
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}

.border{
  border-width: 1px;
}

.border-0{
  border-width: 0px;
}

.border-2{
  border-width: 2px;
}

.border-b{
  border-bottom-width: 1px;
}

.border-b-0{
  border-bottom-width: 0px;
}

.border-l{
  border-left-width: 1px;
}

.border-l-2{
  border-left-width: 2px;
}

.border-r{
  border-right-width: 1px;
}

.border-t{
  border-top-width: 1px;
}

.border-\[\#2d2550\]{
  --tw-border-opacity: 1;
  border-color: rgb(45 37 80 / var(--tw-border-opacity, 1));
}

.border-\[\#3d2f63\]{
  --tw-border-opacity: 1;
  border-color: rgb(61 47 99 / var(--tw-border-opacity, 1));
}

.border-\[\#4d3b74\]{
  --tw-border-opacity: 1;
  border-color: rgb(77 59 116 / var(--tw-border-opacity, 1));
}

.border-\[\#d6b06a\]\/20{
  border-color: rgb(214 176 106 / 0.2);
}

.border-\[\#d6b06a\]\/40{
  border-color: rgb(214 176 106 / 0.4);
}

.border-\[rgba\(104\2c 75\2c 36\2c 0\.18\)\]{
  border-color: rgba(104,75,36,0.18);
}

.border-\[rgba\(104\2c 75\2c 36\2c 0\.22\)\]{
  border-color: rgba(104,75,36,0.22);
}

.border-\[rgba\(104\2c 75\2c 36\2c 0\.28\)\]{
  border-color: rgba(104,75,36,0.28);
}

.border-\[rgba\(104\2c 75\2c 36\2c 0\.3\)\]{
  border-color: rgba(104,75,36,0.3);
}

.border-\[rgba\(104\2c 75\2c 36\2c 0\.32\)\]{
  border-color: rgba(104,75,36,0.32);
}

.border-\[rgba\(104\2c 75\2c 36\2c 0\.5\)\]{
  border-color: rgba(104,75,36,0.5);
}

.border-\[rgba\(104\2c 75\2c 36\2c 0\.6\)\]{
  border-color: rgba(104,75,36,0.6);
}

.border-\[rgba\(104\2c 80\2c 52\2c 0\.4\)\]{
  border-color: rgba(104,80,52,0.4);
}

.border-\[rgba\(104\2c 80\2c 52\2c 0\.68\)\]{
  border-color: rgba(104,80,52,0.68);
}

.border-\[rgba\(107\2c 141\2c 93\2c 0\.52\)\]{
  border-color: rgba(107,141,93,0.52);
}

.border-\[rgba\(111\2c 84\2c 47\2c 0\.18\)\]{
  border-color: rgba(111,84,47,0.18);
}

.border-\[rgba\(111\2c 84\2c 47\2c 0\.22\)\]{
  border-color: rgba(111,84,47,0.22);
}

.border-\[rgba\(111\2c 84\2c 47\2c 0\.24\)\]{
  border-color: rgba(111,84,47,0.24);
}

.border-\[rgba\(111\2c 84\2c 47\2c 0\.25\)\]{
  border-color: rgba(111,84,47,0.25);
}

.border-\[rgba\(111\2c 84\2c 47\2c 0\.28\)\]{
  border-color: rgba(111,84,47,0.28);
}

.border-\[rgba\(111\2c 84\2c 47\2c 0\.3\)\]{
  border-color: rgba(111,84,47,0.3);
}

.border-\[rgba\(111\2c 84\2c 47\2c 0\.5\)\]{
  border-color: rgba(111,84,47,0.5);
}

.border-\[rgba\(112\2c 84\2c 47\2c 0\.36\)\]{
  border-color: rgba(112,84,47,0.36);
}

.border-\[rgba\(114\2c 88\2c 54\2c 0\.28\)\]{
  border-color: rgba(114,88,54,0.28);
}

.border-\[rgba\(118\2c 63\2c 19\2c 0\.72\)\]{
  border-color: rgba(118,63,19,0.72);
}

.border-\[rgba\(118\2c 87\2c 47\2c 0\.28\)\]{
  border-color: rgba(118,87,47,0.28);
}

.border-\[rgba\(121\2c 142\2c 94\2c 0\.52\)\]{
  border-color: rgba(121,142,94,0.52);
}

.border-\[rgba\(122\2c 198\2c 205\2c 0\.44\)\]{
  border-color: rgba(122,198,205,0.44);
}

.border-\[rgba\(122\2c 96\2c 49\2c 0\.42\)\]{
  border-color: rgba(122,96,49,0.42);
}

.border-\[rgba\(122\2c 98\2c 48\2c 0\.52\)\]{
  border-color: rgba(122,98,48,0.52);
}

.border-\[rgba\(125\2c 98\2c 55\2c 0\.26\)\]{
  border-color: rgba(125,98,55,0.26);
}

.border-\[rgba\(125\2c 98\2c 55\2c 0\.3\)\]{
  border-color: rgba(125,98,55,0.3);
}

.border-\[rgba\(126\2c 102\2c 62\2c 0\.25\)\]{
  border-color: rgba(126,102,62,0.25);
}

.border-\[rgba\(126\2c 102\2c 62\2c 0\.26\)\]{
  border-color: rgba(126,102,62,0.26);
}

.border-\[rgba\(126\2c 102\2c 62\2c 0\.28\)\]{
  border-color: rgba(126,102,62,0.28);
}

.border-\[rgba\(126\2c 102\2c 62\2c 0\.32\)\]{
  border-color: rgba(126,102,62,0.32);
}

.border-\[rgba\(126\2c 102\2c 62\2c 0\.35\)\]{
  border-color: rgba(126,102,62,0.35);
}

.border-\[rgba\(126\2c 102\2c 62\2c 0\.38\)\]{
  border-color: rgba(126,102,62,0.38);
}

.border-\[rgba\(126\2c 72\2c 58\2c 0\.84\)\]{
  border-color: rgba(126,72,58,0.84);
}

.border-\[rgba\(128\2c 96\2c 55\2c 0\.18\)\]{
  border-color: rgba(128,96,55,0.18);
}

.border-\[rgba\(128\2c 96\2c 55\2c 0\.24\)\]{
  border-color: rgba(128,96,55,0.24);
}

.border-\[rgba\(128\2c 96\2c 55\2c 0\.35\)\]{
  border-color: rgba(128,96,55,0.35);
}

.border-\[rgba\(132\2c 102\2c 60\2c 0\.45\)\]{
  border-color: rgba(132,102,60,0.45);
}

.border-\[rgba\(133\2c 103\2c 60\2c 0\.4\)\]{
  border-color: rgba(133,103,60,0.4);
}

.border-\[rgba\(133\2c 205\2c 146\2c 0\.44\)\]{
  border-color: rgba(133,205,146,0.44);
}

.border-\[rgba\(143\2c 109\2c 63\2c 0\.28\)\]{
  border-color: rgba(143,109,63,0.28);
}

.border-\[rgba\(143\2c 109\2c 63\2c 0\.34\)\]{
  border-color: rgba(143,109,63,0.34);
}

.border-\[rgba\(143\2c 109\2c 63\2c 0\.46\)\]{
  border-color: rgba(143,109,63,0.46);
}

.border-\[rgba\(143\2c 109\2c 63\2c 0\.58\)\]{
  border-color: rgba(143,109,63,0.58);
}

.border-\[rgba\(143\2c 109\2c 63\2c 0\.8\)\]{
  border-color: rgba(143,109,63,0.8);
}

.border-\[rgba\(144\2c 108\2c 62\2c 0\.3\)\]{
  border-color: rgba(144,108,62,0.3);
}

.border-\[rgba\(144\2c 108\2c 62\2c 0\.5\)\]{
  border-color: rgba(144,108,62,0.5);
}

.border-\[rgba\(144\2c 108\2c 62\2c 0\.78\)\]{
  border-color: rgba(144,108,62,0.78);
}

.border-\[rgba\(145\2c 212\2c 139\2c 0\.5\)\]{
  border-color: rgba(145,212,139,0.5);
}

.border-\[rgba\(153\2c 69\2c 49\2c 0\.9\)\]{
  border-color: rgba(153,69,49,0.9);
}

.border-\[rgba\(153\2c 94\2c 73\2c 0\.52\)\]{
  border-color: rgba(153,94,73,0.52);
}

.border-\[rgba\(154\2c 185\2c 197\2c 0\.42\)\]{
  border-color: rgba(154,185,197,0.42);
}

.border-\[rgba\(160\2c 110\2c 40\2c 0\.5\)\]{
  border-color: rgba(160,110,40,0.5);
}

.border-\[rgba\(160\2c 140\2c 40\2c 0\.5\)\]{
  border-color: rgba(160,140,40,0.5);
}

.border-\[rgba\(164\2c 126\2c 70\2c 0\.52\)\]{
  border-color: rgba(164,126,70,0.52);
}

.border-\[rgba\(168\2c 125\2c 64\2c 0\.2\)\]{
  border-color: rgba(168,125,64,0.2);
}

.border-\[rgba\(168\2c 125\2c 64\2c 0\.32\)\]{
  border-color: rgba(168,125,64,0.32);
}

.border-\[rgba\(168\2c 125\2c 64\2c 0\.35\)\]{
  border-color: rgba(168,125,64,0.35);
}

.border-\[rgba\(168\2c 125\2c 64\2c 0\.5\)\]{
  border-color: rgba(168,125,64,0.5);
}

.border-\[rgba\(168\2c 87\2c 64\2c 0\.45\)\]{
  border-color: rgba(168,87,64,0.45);
}

.border-\[rgba\(170\2c 146\2c 132\2c 0\.42\)\]{
  border-color: rgba(170,146,132,0.42);
}

.border-\[rgba\(171\2c 156\2c 231\2c 0\.46\)\]{
  border-color: rgba(171,156,231,0.46);
}

.border-\[rgba\(174\2c 140\2c 74\2c 0\.42\)\]{
  border-color: rgba(174,140,74,0.42);
}

.border-\[rgba\(180\2c 120\2c 40\2c 0\.5\)\]{
  border-color: rgba(180,120,40,0.5);
}

.border-\[rgba\(180\2c 145\2c 40\2c 0\.4\)\]{
  border-color: rgba(180,145,40,0.4);
}

.border-\[rgba\(180\2c 145\2c 40\2c 0\.6\)\]{
  border-color: rgba(180,145,40,0.6);
}

.border-\[rgba\(180\2c 190\2c 198\2c 0\.35\)\]{
  border-color: rgba(180,190,198,0.35);
}

.border-\[rgba\(180\2c 60\2c 60\2c 0\.5\)\]{
  border-color: rgba(180,60,60,0.5);
}

.border-\[rgba\(187\2c 224\2c 237\2c 0\.18\)\]{
  border-color: rgba(187,224,237,0.18);
}

.border-\[rgba\(188\2c 154\2c 97\2c 0\.18\)\]{
  border-color: rgba(188,154,97,0.18);
}

.border-\[rgba\(188\2c 154\2c 97\2c 0\.22\)\]{
  border-color: rgba(188,154,97,0.22);
}

.border-\[rgba\(188\2c 154\2c 97\2c 0\.24\)\]{
  border-color: rgba(188,154,97,0.24);
}

.border-\[rgba\(188\2c 154\2c 97\2c 0\.26\)\]{
  border-color: rgba(188,154,97,0.26);
}

.border-\[rgba\(188\2c 154\2c 97\2c 0\.28\)\]{
  border-color: rgba(188,154,97,0.28);
}

.border-\[rgba\(188\2c 154\2c 97\2c 0\.35\)\]{
  border-color: rgba(188,154,97,0.35);
}

.border-\[rgba\(188\2c 154\2c 97\2c 0\.38\)\]{
  border-color: rgba(188,154,97,0.38);
}

.border-\[rgba\(188\2c 154\2c 97\2c 0\.4\)\]{
  border-color: rgba(188,154,97,0.4);
}

.border-\[rgba\(194\2c 227\2c 239\2c 0\.12\)\]{
  border-color: rgba(194,227,239,0.12);
}

.border-\[rgba\(194\2c 227\2c 239\2c 0\.14\)\]{
  border-color: rgba(194,227,239,0.14);
}

.border-\[rgba\(194\2c 227\2c 239\2c 0\.2\)\]{
  border-color: rgba(194,227,239,0.2);
}

.border-\[rgba\(195\2c 227\2c 239\2c 0\.18\)\]{
  border-color: rgba(195,227,239,0.18);
}

.border-\[rgba\(198\2c 156\2c 83\2c 0\.72\)\]{
  border-color: rgba(198,156,83,0.72);
}

.border-\[rgba\(198\2c 225\2c 236\2c 0\.34\)\]{
  border-color: rgba(198,225,236,0.34);
}

.border-\[rgba\(202\2c 232\2c 245\2c 0\.42\)\]{
  border-color: rgba(202,232,245,0.42);
}

.border-\[rgba\(210\2c 239\2c 250\2c 0\.32\)\]{
  border-color: rgba(210,239,250,0.32);
}

.border-\[rgba\(210\2c 239\2c 250\2c 0\.4\)\]{
  border-color: rgba(210,239,250,0.4);
}

.border-\[rgba\(214\2c 130\2c 130\2c 0\.48\)\]{
  border-color: rgba(214,130,130,0.48);
}

.border-\[rgba\(214\2c 183\2c 120\2c 0\.08\)\]{
  border-color: rgba(214,183,120,0.08);
}

.border-\[rgba\(214\2c 183\2c 120\2c 0\.12\)\]{
  border-color: rgba(214,183,120,0.12);
}

.border-\[rgba\(214\2c 183\2c 120\2c 0\.14\)\]{
  border-color: rgba(214,183,120,0.14);
}

.border-\[rgba\(214\2c 183\2c 120\2c 0\.16\)\]{
  border-color: rgba(214,183,120,0.16);
}

.border-\[rgba\(214\2c 183\2c 120\2c 0\.18\)\]{
  border-color: rgba(214,183,120,0.18);
}

.border-\[rgba\(214\2c 183\2c 120\2c 0\.2\)\]{
  border-color: rgba(214,183,120,0.2);
}

.border-\[rgba\(214\2c 183\2c 120\2c 0\.22\)\]{
  border-color: rgba(214,183,120,0.22);
}

.border-\[rgba\(214\2c 183\2c 120\2c 0\.24\)\]{
  border-color: rgba(214,183,120,0.24);
}

.border-\[rgba\(214\2c 183\2c 120\2c 0\.28\)\]{
  border-color: rgba(214,183,120,0.28);
}

.border-\[rgba\(214\2c 183\2c 120\2c 0\.32\)\]{
  border-color: rgba(214,183,120,0.32);
}

.border-\[rgba\(214\2c 183\2c 120\2c 0\.34\)\]{
  border-color: rgba(214,183,120,0.34);
}

.border-\[rgba\(214\2c 183\2c 120\2c 0\.45\)\]{
  border-color: rgba(214,183,120,0.45);
}

.border-\[rgba\(214\2c 183\2c 120\2c 0\.58\)\]{
  border-color: rgba(214,183,120,0.58);
}

.border-\[rgba\(222\2c 184\2c 104\2c 0\.18\)\]{
  border-color: rgba(222,184,104,0.18);
}

.border-\[rgba\(223\2c 191\2c 129\2c 0\.2\)\]{
  border-color: rgba(223,191,129,0.2);
}

.border-\[rgba\(226\2c 184\2c 117\2c 0\.42\)\]{
  border-color: rgba(226,184,117,0.42);
}

.border-\[rgba\(231\2c 197\2c 119\2c 0\.42\)\]{
  border-color: rgba(231,197,119,0.42);
}

.border-\[rgba\(232\2c 204\2c 140\2c 0\.48\)\]{
  border-color: rgba(232,204,140,0.48);
}

.border-\[rgba\(245\2c 211\2c 122\2c 0\.35\)\]{
  border-color: rgba(245,211,122,0.35);
}

.border-\[rgba\(43\2c 30\2c 18\2c 0\.15\)\]{
  border-color: rgba(43,30,18,0.15);
}

.border-\[rgba\(74\2c 56\2c 32\2c 0\.2\)\]{
  border-color: rgba(74,56,32,0.2);
}

.border-\[rgba\(74\2c 56\2c 32\2c 0\.3\)\]{
  border-color: rgba(74,56,32,0.3);
}

.border-\[rgba\(74\2c 56\2c 32\2c 0\.4\)\]{
  border-color: rgba(74,56,32,0.4);
}

.border-\[rgba\(80\2c 100\2c 130\2c 0\.45\)\]{
  border-color: rgba(80,100,130,0.45);
}

.border-\[rgba\(80\2c 130\2c 80\2c 0\.5\)\]{
  border-color: rgba(80,130,80,0.5);
}

.border-\[rgba\(80\2c 80\2c 80\2c 0\.4\)\]{
  border-color: rgba(80,80,80,0.4);
}

.border-\[rgba\(90\2c 80\2c 70\2c 0\.4\)\]{
  border-color: rgba(90,80,70,0.4);
}

.border-\[rgba\(91\2c 74\2c 54\2c 0\.26\)\]{
  border-color: rgba(91,74,54,0.26);
}

.border-\[rgba\(95\2c 73\2c 42\2c 0\.3\)\]{
  border-color: rgba(95,73,42,0.3);
}

.border-\[var\(--cat-capability-border\)\]{
  border-color: var(--cat-capability-border);
}

.border-\[var\(--cat-close-border\)\]{
  border-color: var(--cat-close-border);
}

.border-\[var\(--cat-custom-border\)\]{
  border-color: var(--cat-custom-border);
}

.border-\[var\(--cat-growth-border\)\]{
  border-color: var(--cat-growth-border);
}

.border-\[var\(--cat-guild-border\)\]{
  border-color: var(--cat-guild-border);
}

.border-\[var\(--cat-negotiate-border\)\]{
  border-color: var(--cat-negotiate-border);
}

.border-\[var\(--cat-operations-border\)\]{
  border-color: var(--cat-operations-border);
}

.border-\[var\(--cat-personal-border\)\]{
  border-color: var(--cat-personal-border);
}

.border-\[var\(--cat-revenue-border\)\]{
  border-color: var(--cat-revenue-border);
}

.border-\[var\(--cat-scout-border\)\]{
  border-color: var(--cat-scout-border);
}

.border-\[var\(--cat-siege-border\)\]{
  border-color: var(--cat-siege-border);
}

.border-\[var\(--cat-technical-border\)\]{
  border-color: var(--cat-technical-border);
}

.border-amber-300\/70{
  border-color: rgb(252 211 77 / 0.7);
}

.border-amber-500\/30{
  border-color: rgb(245 158 11 / 0.3);
}

.border-amber-700\/25{
  border-color: rgb(180 83 9 / 0.25);
}

.border-amber-700\/30{
  border-color: rgb(180 83 9 / 0.3);
}

.border-amber-700\/35{
  border-color: rgb(180 83 9 / 0.35);
}

.border-amber-700\/40{
  border-color: rgb(180 83 9 / 0.4);
}

.border-amber-700\/50{
  border-color: rgb(180 83 9 / 0.5);
}

.border-amber-700\/60{
  border-color: rgb(180 83 9 / 0.6);
}

.border-amber-800\/50{
  border-color: rgb(146 64 14 / 0.5);
}

.border-amber-800\/60{
  border-color: rgb(146 64 14 / 0.6);
}

.border-amber-900\/20{
  border-color: rgb(120 53 15 / 0.2);
}

.border-amber-900\/30{
  border-color: rgb(120 53 15 / 0.3);
}

.border-cyan-700\/40{
  border-color: rgb(14 116 144 / 0.4);
}

.border-emerald-700\/35{
  border-color: rgb(4 120 87 / 0.35);
}

.border-emerald-700\/40{
  border-color: rgb(4 120 87 / 0.4);
}

.border-emerald-700\/50{
  border-color: rgb(4 120 87 / 0.5);
}

.border-emerald-700\/60{
  border-color: rgb(4 120 87 / 0.6);
}

.border-emerald-800\/40{
  border-color: rgb(6 95 70 / 0.4);
}

.border-green-800\/50{
  border-color: rgb(22 101 52 / 0.5);
}

.border-indigo-700\/50{
  border-color: rgb(67 56 202 / 0.5);
}

.border-indigo-900\/30{
  border-color: rgb(49 46 129 / 0.3);
}

.border-indigo-900\/40{
  border-color: rgb(49 46 129 / 0.4);
}

.border-indigo-900\/50{
  border-color: rgb(49 46 129 / 0.5);
}

.border-orange-700\/40{
  border-color: rgb(194 65 12 / 0.4);
}

.border-red-200\/20{
  border-color: rgb(254 202 202 / 0.2);
}

.border-red-700\/35{
  border-color: rgb(185 28 28 / 0.35);
}

.border-red-700\/40{
  border-color: rgb(185 28 28 / 0.4);
}

.border-red-700\/50{
  border-color: rgb(185 28 28 / 0.5);
}

.border-red-700\/60{
  border-color: rgb(185 28 28 / 0.6);
}

.border-red-800\/40{
  border-color: rgb(153 27 27 / 0.4);
}

.border-red-800\/50{
  border-color: rgb(153 27 27 / 0.5);
}

.border-red-900\/50{
  border-color: rgb(127 29 29 / 0.5);
}

.border-red-900\/70{
  border-color: rgb(127 29 29 / 0.7);
}

.border-rose-700\/35{
  border-color: rgb(190 18 60 / 0.35);
}

.border-sky-700\/25{
  border-color: rgb(3 105 161 / 0.25);
}

.border-sky-700\/35{
  border-color: rgb(3 105 161 / 0.35);
}

.border-sky-700\/40{
  border-color: rgb(3 105 161 / 0.4);
}

.border-sky-800\/50{
  border-color: rgb(7 89 133 / 0.5);
}

.border-stone-700\/35{
  border-color: rgb(68 64 60 / 0.35);
}

.border-stone-700\/40{
  border-color: rgb(68 64 60 / 0.4);
}

.border-transparent{
  border-color: transparent;
}

.border-l-\[rgba\(122\2c 198\2c 205\2c 0\.72\)\]{
  border-left-color: rgba(122,198,205,0.72);
}

.border-l-\[rgba\(133\2c 205\2c 146\2c 0\.72\)\]{
  border-left-color: rgba(133,205,146,0.72);
}

.border-l-\[rgba\(145\2c 212\2c 139\2c 0\.8\)\]{
  border-left-color: rgba(145,212,139,0.8);
}

.border-l-\[rgba\(154\2c 185\2c 197\2c 0\.65\)\]{
  border-left-color: rgba(154,185,197,0.65);
}

.border-l-\[rgba\(170\2c 146\2c 132\2c 0\.7\)\]{
  border-left-color: rgba(170,146,132,0.7);
}

.border-l-\[rgba\(171\2c 156\2c 231\2c 0\.76\)\]{
  border-left-color: rgba(171,156,231,0.76);
}

.border-l-\[rgba\(180\2c 190\2c 198\2c 0\.55\)\]{
  border-left-color: rgba(180,190,198,0.55);
}

.border-l-\[rgba\(194\2c 227\2c 239\2c 0\.45\)\]{
  border-left-color: rgba(194,227,239,0.45);
}

.border-l-\[rgba\(214\2c 130\2c 130\2c 0\.78\)\]{
  border-left-color: rgba(214,130,130,0.78);
}

.border-l-\[rgba\(226\2c 184\2c 117\2c 0\.7\)\]{
  border-left-color: rgba(226,184,117,0.7);
}

.bg-\[\#0f0c1a\]{
  --tw-bg-opacity: 1;
  background-color: rgb(15 12 26 / var(--tw-bg-opacity, 1));
}

.bg-\[\#0f1324\]\/80{
  background-color: rgb(15 19 36 / 0.8);
}

.bg-\[\#161127\]{
  --tw-bg-opacity: 1;
  background-color: rgb(22 17 39 / var(--tw-bg-opacity, 1));
}

.bg-\[\#1a1530\]{
  --tw-bg-opacity: 1;
  background-color: rgb(26 21 48 / var(--tw-bg-opacity, 1));
}

.bg-\[\#1d1d31\]\/85{
  background-color: rgb(29 29 49 / 0.85);
}

.bg-\[\#5f4522\]{
  --tw-bg-opacity: 1;
  background-color: rgb(95 69 34 / var(--tw-bg-opacity, 1));
}

.bg-\[\#7a5b31\]{
  --tw-bg-opacity: 1;
  background-color: rgb(122 91 49 / var(--tw-bg-opacity, 1));
}

.bg-\[\#8c6731\]{
  --tw-bg-opacity: 1;
  background-color: rgb(140 103 49 / var(--tw-bg-opacity, 1));
}

.bg-\[\#b68a46\]{
  --tw-bg-opacity: 1;
  background-color: rgb(182 138 70 / var(--tw-bg-opacity, 1));
}

.bg-\[\#b78b45\]{
  --tw-bg-opacity: 1;
  background-color: rgb(183 139 69 / var(--tw-bg-opacity, 1));
}

.bg-\[\#d2b06d\]{
  --tw-bg-opacity: 1;
  background-color: rgb(210 176 109 / var(--tw-bg-opacity, 1));
}

.bg-\[\#d6b06a\]{
  --tw-bg-opacity: 1;
  background-color: rgb(214 176 106 / var(--tw-bg-opacity, 1));
}

.bg-\[\#d7b56f\]{
  --tw-bg-opacity: 1;
  background-color: rgb(215 181 111 / var(--tw-bg-opacity, 1));
}

.bg-\[rgba\(0\2c 0\2c 0\2c 0\.12\)\]{
  background-color: rgba(0,0,0,0.12);
}

.bg-\[rgba\(0\2c 0\2c 0\2c 0\.15\)\]{
  background-color: rgba(0,0,0,0.15);
}

.bg-\[rgba\(0\2c 0\2c 0\2c 0\.2\)\]{
  background-color: rgba(0,0,0,0.2);
}

.bg-\[rgba\(10\2c 16\2c 20\2c 0\.14\)\]{
  background-color: rgba(10,16,20,0.14);
}

.bg-\[rgba\(10\2c 7\2c 5\2c 0\.94\)\]{
  background-color: rgba(10,7,5,0.94);
}

.bg-\[rgba\(10\2c 8\2c 6\2c 0\.82\)\]{
  background-color: rgba(10,8,6,0.82);
}

.bg-\[rgba\(100\2c 100\2c 100\2c 0\.5\)\]{
  background-color: rgba(100,100,100,0.5);
}

.bg-\[rgba\(102\2c 81\2c 171\2c 0\.28\)\]{
  background-color: rgba(102,81,171,0.28);
}

.bg-\[rgba\(11\2c 17\2c 22\2c 0\.1\)\]{
  background-color: rgba(11,17,22,0.1);
}

.bg-\[rgba\(11\2c 17\2c 22\2c 0\.14\)\]{
  background-color: rgba(11,17,22,0.14);
}

.bg-\[rgba\(11\2c 9\2c 7\2c 0\.7\)\]{
  background-color: rgba(11,9,7,0.7);
}

.bg-\[rgba\(116\2c 82\2c 42\2c 0\.08\)\]{
  background-color: rgba(116,82,42,0.08);
}

.bg-\[rgba\(12\2c 10\2c 8\2c 0\.35\)\]{
  background-color: rgba(12,10,8,0.35);
}

.bg-\[rgba\(120\2c 132\2c 144\2c 0\.2\)\]{
  background-color: rgba(120,132,144,0.2);
}

.bg-\[rgba\(120\2c 60\2c 20\2c 0\.1\)\]{
  background-color: rgba(120,60,20,0.1);
}

.bg-\[rgba\(120\2c 60\2c 20\2c 0\.15\)\]{
  background-color: rgba(120,60,20,0.15);
}

.bg-\[rgba\(13\2c 11\2c 8\2c 0\.75\)\]{
  background-color: rgba(13,11,8,0.75);
}

.bg-\[rgba\(14\2c 12\2c 9\2c 0\.82\)\]{
  background-color: rgba(14,12,9,0.82);
}

.bg-\[rgba\(14\2c 22\2c 28\2c 0\.08\)\]{
  background-color: rgba(14,22,28,0.08);
}

.bg-\[rgba\(14\2c 22\2c 28\2c 0\.12\)\]{
  background-color: rgba(14,22,28,0.12);
}

.bg-\[rgba\(142\2c 97\2c 46\2c 0\.6\)\]{
  background-color: rgba(142,97,46,0.6);
}

.bg-\[rgba\(144\2c 62\2c 62\2c 0\.28\)\]{
  background-color: rgba(144,62,62,0.28);
}

.bg-\[rgba\(166\2c 118\2c 54\2c 0\.24\)\]{
  background-color: rgba(166,118,54,0.24);
}

.bg-\[rgba\(17\2c 12\2c 8\2c 0\.5\)\]{
  background-color: rgba(17,12,8,0.5);
}

.bg-\[rgba\(17\2c 14\2c 10\2c 0\.82\)\]{
  background-color: rgba(17,14,10,0.82);
}

.bg-\[rgba\(176\2c 120\2c 42\2c 0\.78\)\]{
  background-color: rgba(176,120,42,0.78);
}

.bg-\[rgba\(18\2c 12\2c 7\2c 0\.72\)\]{
  background-color: rgba(18,12,7,0.72);
}

.bg-\[rgba\(18\2c 12\2c 7\2c 0\.97\)\]{
  background-color: rgba(18,12,7,0.97);
}

.bg-\[rgba\(18\2c 13\2c 8\2c 0\.4\)\]{
  background-color: rgba(18,13,8,0.4);
}

.bg-\[rgba\(18\2c 16\2c 12\2c 0\.72\)\]{
  background-color: rgba(18,16,12,0.72);
}

.bg-\[rgba\(19\2c 14\2c 10\2c 0\.85\)\]{
  background-color: rgba(19,14,10,0.85);
}

.bg-\[rgba\(20\2c 15\2c 40\2c 0\.5\)\]{
  background-color: rgba(20,15,40,0.5);
}

.bg-\[rgba\(20\2c 15\2c 40\2c 0\.6\)\]{
  background-color: rgba(20,15,40,0.6);
}

.bg-\[rgba\(20\2c 15\2c 40\2c 0\.7\)\]{
  background-color: rgba(20,15,40,0.7);
}

.bg-\[rgba\(20\2c 16\2c 12\2c 0\.45\)\]{
  background-color: rgba(20,16,12,0.45);
}

.bg-\[rgba\(20\2c 16\2c 12\2c 0\.5\)\]{
  background-color: rgba(20,16,12,0.5);
}

.bg-\[rgba\(20\2c 16\2c 12\2c 0\.62\)\]{
  background-color: rgba(20,16,12,0.62);
}

.bg-\[rgba\(20\2c 30\2c 50\2c 0\.65\)\]{
  background-color: rgba(20,30,50,0.65);
}

.bg-\[rgba\(20\2c 45\2c 20\2c 0\.7\)\]{
  background-color: rgba(20,45,20,0.7);
}

.bg-\[rgba\(214\2c 176\2c 106\2c 0\.06\)\]{
  background-color: rgba(214,176,106,0.06);
}

.bg-\[rgba\(214\2c 183\2c 120\2c 0\.12\)\]{
  background-color: rgba(214,183,120,0.12);
}

.bg-\[rgba\(214\2c 183\2c 120\2c 0\.55\)\]{
  background-color: rgba(214,183,120,0.55);
}

.bg-\[rgba\(22\2c 16\2c 12\2c 0\.16\)\]{
  background-color: rgba(22,16,12,0.16);
}

.bg-\[rgba\(22\2c 16\2c 12\2c 0\.2\)\]{
  background-color: rgba(22,16,12,0.2);
}

.bg-\[rgba\(22\2c 16\2c 12\2c 0\.94\)\]{
  background-color: rgba(22,16,12,0.94);
}

.bg-\[rgba\(23\2c 17\2c 12\2c 0\.72\)\]{
  background-color: rgba(23,17,12,0.72);
}

.bg-\[rgba\(24\2c 18\2c 13\2c 0\.58\)\]{
  background-color: rgba(24,18,13,0.58);
}

.bg-\[rgba\(24\2c 18\2c 13\2c 0\.62\)\]{
  background-color: rgba(24,18,13,0.62);
}

.bg-\[rgba\(244\2c 224\2c 180\2c 0\.88\)\]{
  background-color: rgba(244,224,180,0.88);
}

.bg-\[rgba\(25\2c 18\2c 12\2c 0\.96\)\]{
  background-color: rgba(25,18,12,0.96);
}

.bg-\[rgba\(255\2c 243\2c 215\2c 0\.72\)\]{
  background-color: rgba(255,243,215,0.72);
}

.bg-\[rgba\(255\2c 244\2c 222\2c 0\.78\)\]{
  background-color: rgba(255,244,222,0.78);
}

.bg-\[rgba\(255\2c 248\2c 230\2c 0\.06\)\]{
  background-color: rgba(255,248,230,0.06);
}

.bg-\[rgba\(255\2c 250\2c 241\2c 0\.45\)\]{
  background-color: rgba(255,250,241,0.45);
}

.bg-\[rgba\(255\2c 252\2c 246\2c 0\.72\)\]{
  background-color: rgba(255,252,246,0.72);
}

.bg-\[rgba\(26\2c 20\2c 14\2c 0\.72\)\]{
  background-color: rgba(26,20,14,0.72);
}

.bg-\[rgba\(26\2c 40\2c 50\2c 0\.22\)\]{
  background-color: rgba(26,40,50,0.22);
}

.bg-\[rgba\(26\2c 40\2c 50\2c 0\.24\)\]{
  background-color: rgba(26,40,50,0.24);
}

.bg-\[rgba\(27\2c 20\2c 13\2c 0\.42\)\]{
  background-color: rgba(27,20,13,0.42);
}

.bg-\[rgba\(27\2c 20\2c 13\2c 0\.55\)\]{
  background-color: rgba(27,20,13,0.55);
}

.bg-\[rgba\(27\2c 22\2c 16\2c 0\.82\)\]{
  background-color: rgba(27,22,16,0.82);
}

.bg-\[rgba\(28\2c 18\2c 10\2c 0\.52\)\]{
  background-color: rgba(28,18,10,0.52);
}

.bg-\[rgba\(28\2c 20\2c 13\2c 0\.9\)\]{
  background-color: rgba(28,20,13,0.9);
}

.bg-\[rgba\(28\2c 20\2c 14\2c 0\.72\)\]{
  background-color: rgba(28,20,14,0.72);
}

.bg-\[rgba\(30\2c 20\2c 12\2c 0\.8\)\]{
  background-color: rgba(30,20,12,0.8);
}

.bg-\[rgba\(30\2c 22\2c 14\2c 0\.6\)\]{
  background-color: rgba(30,22,14,0.6);
}

.bg-\[rgba\(30\2c 22\2c 15\2c 0\.4\)\]{
  background-color: rgba(30,22,15,0.4);
}

.bg-\[rgba\(30\2c 25\2c 20\2c 0\.6\)\]{
  background-color: rgba(30,25,20,0.6);
}

.bg-\[rgba\(30\2c 30\2c 30\2c 0\.5\)\]{
  background-color: rgba(30,30,30,0.5);
}

.bg-\[rgba\(35\2c 44\2c 24\2c 0\.7\)\]{
  background-color: rgba(35,44,24,0.7);
}

.bg-\[rgba\(37\2c 26\2c 17\2c 0\.42\)\]{
  background-color: rgba(37,26,17,0.42);
}

.bg-\[rgba\(40\2c 28\2c 18\2c 0\.9\)\]{
  background-color: rgba(40,28,18,0.9);
}

.bg-\[rgba\(40\2c 30\2c 18\2c 0\.9\)\]{
  background-color: rgba(40,30,18,0.9);
}

.bg-\[rgba\(42\2c 28\2c 16\2c 0\.78\)\]{
  background-color: rgba(42,28,16,0.78);
}

.bg-\[rgba\(44\2c 31\2c 20\2c 0\.72\)\]{
  background-color: rgba(44,31,20,0.72);
}

.bg-\[rgba\(47\2c 31\2c 18\2c 0\.22\)\]{
  background-color: rgba(47,31,18,0.22);
}

.bg-\[rgba\(47\2c 31\2c 18\2c 0\.26\)\]{
  background-color: rgba(47,31,18,0.26);
}

.bg-\[rgba\(47\2c 31\2c 18\2c 0\.28\)\]{
  background-color: rgba(47,31,18,0.28);
}

.bg-\[rgba\(47\2c 31\2c 18\2c 0\.34\)\]{
  background-color: rgba(47,31,18,0.34);
}

.bg-\[rgba\(47\2c 31\2c 18\2c 0\.46\)\]{
  background-color: rgba(47,31,18,0.46);
}

.bg-\[rgba\(47\2c 31\2c 18\2c 0\.62\)\]{
  background-color: rgba(47,31,18,0.62);
}

.bg-\[rgba\(47\2c 31\2c 18\2c 0\.9\)\]{
  background-color: rgba(47,31,18,0.9);
}

.bg-\[rgba\(50\2c 33\2c 12\2c 0\.7\)\]{
  background-color: rgba(50,33,12,0.7);
}

.bg-\[rgba\(50\2c 38\2c 10\2c 0\.75\)\]{
  background-color: rgba(50,38,10,0.75);
}

.bg-\[rgba\(50\2c 40\2c 10\2c 0\.6\)\]{
  background-color: rgba(50,40,10,0.6);
}

.bg-\[rgba\(52\2c 34\2c 18\2c 0\.58\)\]{
  background-color: rgba(52,34,18,0.58);
}

.bg-\[rgba\(53\2c 124\2c 132\2c 0\.26\)\]{
  background-color: rgba(53,124,132,0.26);
}

.bg-\[rgba\(53\2c 29\2c 22\2c 0\.82\)\]{
  background-color: rgba(53,29,22,0.82);
}

.bg-\[rgba\(53\2c 38\2c 23\2c 0\.7\)\]{
  background-color: rgba(53,38,23,0.7);
}

.bg-\[rgba\(53\2c 38\2c 23\2c 0\.96\)\]{
  background-color: rgba(53,38,23,0.96);
}

.bg-\[rgba\(58\2c 28\2c 21\2c 0\.68\)\]{
  background-color: rgba(58,28,21,0.68);
}

.bg-\[rgba\(58\2c 41\2c 23\2c 0\.95\)\]{
  background-color: rgba(58,41,23,0.95);
}

.bg-\[rgba\(58\2c 43\2c 17\2c 0\.76\)\]{
  background-color: rgba(58,43,17,0.76);
}

.bg-\[rgba\(58\2c 43\2c 24\2c 0\.82\)\]{
  background-color: rgba(58,43,24,0.82);
}

.bg-\[rgba\(6\2c 10\2c 14\2c 0\.12\)\]{
  background-color: rgba(6,10,14,0.12);
}

.bg-\[rgba\(60\2c 20\2c 20\2c 0\.6\)\]{
  background-color: rgba(60,20,20,0.6);
}

.bg-\[rgba\(60\2c 35\2c 10\2c 0\.6\)\]{
  background-color: rgba(60,35,10,0.6);
}

.bg-\[rgba\(60\2c 42\2c 22\2c 0\.45\)\]{
  background-color: rgba(60,42,22,0.45);
}

.bg-\[rgba\(60\2c 60\2c 60\2c 0\.3\)\]{
  background-color: rgba(60,60,60,0.3);
}

.bg-\[rgba\(62\2c 126\2c 71\2c 0\.3\)\]{
  background-color: rgba(62,126,71,0.3);
}

.bg-\[rgba\(64\2c 132\2c 83\2c 0\.26\)\]{
  background-color: rgba(64,132,83,0.26);
}

.bg-\[rgba\(7\2c 6\2c 5\2c 0\.55\)\]{
  background-color: rgba(7,6,5,0.55);
}

.bg-\[rgba\(71\2c 50\2c 28\2c 0\.5\)\]{
  background-color: rgba(71,50,28,0.5);
}

.bg-\[rgba\(73\2c 50\2c 15\2c 0\.9\)\]{
  background-color: rgba(73,50,15,0.9);
}

.bg-\[rgba\(73\2c 54\2c 31\2c 0\.32\)\]{
  background-color: rgba(73,54,31,0.32);
}

.bg-\[rgba\(74\2c 56\2c 32\2c 0\.3\)\]{
  background-color: rgba(74,56,32,0.3);
}

.bg-\[rgba\(74\2c 56\2c 32\2c 0\.6\)\]{
  background-color: rgba(74,56,32,0.6);
}

.bg-\[rgba\(82\2c 122\2c 141\2c 0\.24\)\]{
  background-color: rgba(82,122,141,0.24);
}

.bg-\[rgba\(83\2c 57\2c 24\2c 0\.75\)\]{
  background-color: rgba(83,57,24,0.75);
}

.bg-\[rgba\(87\2c 43\2c 30\2c 0\.52\)\]{
  background-color: rgba(87,43,30,0.52);
}

.bg-\[rgba\(88\2c 42\2c 14\2c 0\.88\)\]{
  background-color: rgba(88,42,14,0.88);
}

.bg-\[rgba\(92\2c 63\2c 27\2c 0\.22\)\]{
  background-color: rgba(92,63,27,0.22);
}

.bg-\[rgba\(92\2c 63\2c 27\2c 0\.45\)\]{
  background-color: rgba(92,63,27,0.45);
}

.bg-\[rgba\(97\2c 79\2c 70\2c 0\.25\)\]{
  background-color: rgba(97,79,70,0.25);
}

.bg-\[rgba\(99\2c 69\2c 37\2c 0\.42\)\]{
  background-color: rgba(99,69,37,0.42);
}

.bg-\[var\(--accent-gold\)\]{
  background-color: var(--accent-gold);
}

.bg-\[var\(--cat-capability-bg\)\]{
  background-color: var(--cat-capability-bg);
}

.bg-\[var\(--cat-close-bg\)\]{
  background-color: var(--cat-close-bg);
}

.bg-\[var\(--cat-custom-bg\)\]{
  background-color: var(--cat-custom-bg);
}

.bg-\[var\(--cat-growth-bg\)\]{
  background-color: var(--cat-growth-bg);
}

.bg-\[var\(--cat-guild-bg\)\]{
  background-color: var(--cat-guild-bg);
}

.bg-\[var\(--cat-negotiate-bg\)\]{
  background-color: var(--cat-negotiate-bg);
}

.bg-\[var\(--cat-operations-bg\)\]{
  background-color: var(--cat-operations-bg);
}

.bg-\[var\(--cat-personal-bg\)\]{
  background-color: var(--cat-personal-bg);
}

.bg-\[var\(--cat-revenue-bg\)\]{
  background-color: var(--cat-revenue-bg);
}

.bg-\[var\(--cat-scout-bg\)\]{
  background-color: var(--cat-scout-bg);
}

.bg-\[var\(--cat-siege-bg\)\]{
  background-color: var(--cat-siege-bg);
}

.bg-\[var\(--cat-technical-bg\)\]{
  background-color: var(--cat-technical-bg);
}

.bg-\[var\(--text-dim\)\]{
  background-color: var(--text-dim);
}

.bg-\[var\(--text-faint\)\]{
  background-color: var(--text-faint);
}

.bg-\[var\(--text-warm\)\]{
  background-color: var(--text-warm);
}

.bg-amber-400{
  --tw-bg-opacity: 1;
  background-color: rgb(251 191 36 / var(--tw-bg-opacity, 1));
}

.bg-amber-900\/30{
  background-color: rgb(120 53 15 / 0.3);
}

.bg-amber-900\/35{
  background-color: rgb(120 53 15 / 0.35);
}

.bg-amber-900\/50{
  background-color: rgb(120 53 15 / 0.5);
}

.bg-amber-950\/15{
  background-color: rgb(69 26 3 / 0.15);
}

.bg-amber-950\/20{
  background-color: rgb(69 26 3 / 0.2);
}

.bg-amber-950\/25{
  background-color: rgb(69 26 3 / 0.25);
}

.bg-blue-500{
  --tw-bg-opacity: 1;
  background-color: rgb(59 130 246 / var(--tw-bg-opacity, 1));
}

.bg-cyan-400{
  --tw-bg-opacity: 1;
  background-color: rgb(34 211 238 / var(--tw-bg-opacity, 1));
}

.bg-cyan-950\/25{
  background-color: rgb(8 51 68 / 0.25);
}

.bg-emerald-400{
  --tw-bg-opacity: 1;
  background-color: rgb(52 211 153 / var(--tw-bg-opacity, 1));
}

.bg-emerald-600{
  --tw-bg-opacity: 1;
  background-color: rgb(5 150 105 / var(--tw-bg-opacity, 1));
}

.bg-emerald-950\/15{
  background-color: rgb(2 44 34 / 0.15);
}

.bg-emerald-950\/20{
  background-color: rgb(2 44 34 / 0.2);
}

.bg-emerald-950\/25{
  background-color: rgb(2 44 34 / 0.25);
}

.bg-gray-500{
  --tw-bg-opacity: 1;
  background-color: rgb(107 114 128 / var(--tw-bg-opacity, 1));
}

.bg-green-900\/30{
  background-color: rgb(20 83 45 / 0.3);
}

.bg-orange-400{
  --tw-bg-opacity: 1;
  background-color: rgb(251 146 60 / var(--tw-bg-opacity, 1));
}

.bg-orange-950\/25{
  background-color: rgb(67 20 7 / 0.25);
}

.bg-pink-500{
  --tw-bg-opacity: 1;
  background-color: rgb(236 72 153 / var(--tw-bg-opacity, 1));
}

.bg-purple-500{
  --tw-bg-opacity: 1;
  background-color: rgb(168 85 247 / var(--tw-bg-opacity, 1));
}

.bg-purple-800{
  --tw-bg-opacity: 1;
  background-color: rgb(107 33 168 / var(--tw-bg-opacity, 1));
}

.bg-red-400{
  --tw-bg-opacity: 1;
  background-color: rgb(248 113 113 / var(--tw-bg-opacity, 1));
}

.bg-red-500{
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity, 1));
}

.bg-red-600{
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
}

.bg-red-900\/30{
  background-color: rgb(127 29 29 / 0.3);
}

.bg-red-950\/20{
  background-color: rgb(69 10 10 / 0.2);
}

.bg-red-950\/25{
  background-color: rgb(69 10 10 / 0.25);
}

.bg-rose-950\/15{
  background-color: rgb(76 5 25 / 0.15);
}

.bg-sky-400{
  --tw-bg-opacity: 1;
  background-color: rgb(56 189 248 / var(--tw-bg-opacity, 1));
}

.bg-sky-900\/30{
  background-color: rgb(12 74 110 / 0.3);
}

.bg-sky-950\/15{
  background-color: rgb(8 47 73 / 0.15);
}

.bg-sky-950\/25{
  background-color: rgb(8 47 73 / 0.25);
}

.bg-stone-400{
  --tw-bg-opacity: 1;
  background-color: rgb(168 162 158 / var(--tw-bg-opacity, 1));
}

.bg-stone-900\/30{
  background-color: rgb(28 25 23 / 0.3);
}

.bg-yellow-500{
  --tw-bg-opacity: 1;
  background-color: rgb(234 179 8 / var(--tw-bg-opacity, 1));
}

.bg-\[linear-gradient\(180deg\2c rgba\(37\2c 26\2c 17\2c 0\.8\)\2c rgba\(25\2c 18\2c 12\2c 0\.8\)\)\]{
  background-image: linear-gradient(180deg,rgba(37,26,17,0.8),rgba(25,18,12,0.8));
}

.bg-\[linear-gradient\(180deg\2c rgba\(48\2c 34\2c 21\2c 0\.94\)\2c rgba\(20\2c 15\2c 10\2c 0\.98\)\)\]{
  background-image: linear-gradient(180deg,rgba(48,34,21,0.94),rgba(20,15,10,0.98));
}

.bg-\[linear-gradient\(180deg\2c rgba\(56\2c 40\2c 25\2c 0\.95\)\2c rgba\(24\2c 18\2c 12\2c 0\.98\)\)\]{
  background-image: linear-gradient(180deg,rgba(56,40,25,0.95),rgba(24,18,12,0.98));
}

.bg-\[linear-gradient\(180deg\2c rgba\(68\2c 31\2c 23\2c 0\.95\)\2c rgba\(24\2c 13\2c 10\2c 0\.98\)\)\]{
  background-image: linear-gradient(180deg,rgba(68,31,23,0.95),rgba(24,13,10,0.98));
}

.bg-\[linear-gradient\(180deg\2c rgba\(74\2c 53\2c 30\2c 0\.94\)\2c rgba\(28\2c 20\2c 13\2c 0\.98\)\)\]{
  background-image: linear-gradient(180deg,rgba(74,53,30,0.94),rgba(28,20,13,0.98));
}

.bg-\[linear-gradient\(180deg\2c rgba\(78\2c 29\2c 20\2c 0\.94\)\2c rgba\(29\2c 14\2c 10\2c 0\.98\)\)\]{
  background-image: linear-gradient(180deg,rgba(78,29,20,0.94),rgba(29,14,10,0.98));
}

.bg-\[linear-gradient\(180deg\2c rgba\(96\2c 68\2c 36\2c 0\.98\)\2c rgba\(62\2c 41\2c 22\2c 0\.98\)\)\]{
  background-image: linear-gradient(180deg,rgba(96,68,36,0.98),rgba(62,41,22,0.98));
}

.bg-\[linear-gradient\(90deg\2c \#3f6a3e\2c \#7fc37b\)\]{
  background-image: linear-gradient(90deg,#3f6a3e,#7fc37b);
}

.bg-\[linear-gradient\(90deg\2c \#886231\2c \#d0b06e\)\]{
  background-image: linear-gradient(90deg,#886231,#d0b06e);
}

.bg-\[radial-gradient\(circle\2c rgba\(122\2c 182\2c 206\2c 0\.36\)_0\%\2c rgba\(44\2c 69\2c 83\2c 0\.4\)_40\%\2c rgba\(15\2c 19\2c 23\2c 0\.68\)_100\%\)\]{
  background-image: radial-gradient(circle,rgba(122,182,206,0.36) 0%,rgba(44,69,83,0.4) 40%,rgba(15,19,23,0.68) 100%);
}

.bg-\[radial-gradient\(circle\2c rgba\(163\2c 216\2c 234\2c 0\.26\)_0\%\2c rgba\(84\2c 126\2c 148\2c 0\.2\)_28\%\2c rgba\(20\2c 30\2c 38\2c 0\)_72\%\)\]{
  background-image: radial-gradient(circle,rgba(163,216,234,0.26) 0%,rgba(84,126,148,0.2) 28%,rgba(20,30,38,0) 72%);
}

.bg-\[radial-gradient\(circle_at_30\%_30\%\2c rgba\(117\2c 87\2c 49\2c 0\.96\)\2c rgba\(41\2c 29\2c 17\2c 0\.98\)\)\]{
  background-image: radial-gradient(circle at 30% 30%,rgba(117,87,49,0.96),rgba(41,29,17,0.98));
}

.bg-\[radial-gradient\(circle_at_35\%_30\%\2c rgba\(255\2c 229\2c 154\2c 0\.94\)\2c rgba\(201\2c 150\2c 53\2c 0\.92\)_58\%\2c rgba\(118\2c 77\2c 20\2c 0\.96\)\)\]{
  background-image: radial-gradient(circle at 35% 30%,rgba(255,229,154,0.94),rgba(201,150,53,0.92) 58%,rgba(118,77,20,0.96));
}

.bg-\[radial-gradient\(circle_at_center\2c rgba\(68\2c 94\2c 110\2c 0\.22\)_0\%\2c rgba\(15\2c 20\2c 24\2c 0\.78\)_46\%\2c rgba\(6\2c 8\2c 10\2c 0\.94\)_100\%\)\]{
  background-image: radial-gradient(circle at center,rgba(68,94,110,0.22) 0%,rgba(15,20,24,0.78) 46%,rgba(6,8,10,0.94) 100%);
}

.bg-\[radial-gradient\(circle_at_top\2c rgba\(125\2c 94\2c 52\2c 0\.16\)\2c rgba\(16\2c 12\2c 9\2c 0\.96\)\)\]{
  background-image: radial-gradient(circle at top,rgba(125,94,52,0.16),rgba(16,12,9,0.96));
}

.bg-\[radial-gradient\(circle_at_top\2c rgba\(125\2c 94\2c 52\2c 0\.2\)\2c rgba\(16\2c 12\2c 9\2c 0\.95\)\)\]{
  background-image: radial-gradient(circle at top,rgba(125,94,52,0.2),rgba(16,12,9,0.95));
}

.bg-\[radial-gradient\(circle_at_top\2c rgba\(140\2c 198\2c 219\2c 0\.12\)_0\%\2c rgba\(15\2c 21\2c 27\2c 0\)_74\%\)\]{
  background-image: radial-gradient(circle at top,rgba(140,198,219,0.12) 0%,rgba(15,21,27,0) 74%);
}

.bg-\[radial-gradient\(circle_at_top\2c rgba\(214\2c 183\2c 120\2c 0\.12\)_0\%\2c rgba\(15\2c 12\2c 10\2c 0\)_72\%\)\]{
  background-image: radial-gradient(circle at top,rgba(214,183,120,0.12) 0%,rgba(15,12,10,0) 72%);
}

.bg-\[radial-gradient\(circle_at_top\2c rgba\(222\2c 186\2c 120\2c 0\.16\)_0\%\2c rgba\(15\2c 12\2c 10\2c 0\)_72\%\)\]{
  background-image: radial-gradient(circle at top,rgba(222,186,120,0.16) 0%,rgba(15,12,10,0) 72%);
}

.bg-gradient-to-r{
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}

.bg-gradient-to-t{
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}

.from-\[\#0e1021\]{
  --tw-gradient-from: #0e1021 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(14 16 33 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-\[\#7f5a25\]{
  --tw-gradient-from: #7f5a25 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(127 90 37 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-\[rgba\(13\2c 9\2c 6\2c 0\.92\)\]{
  --tw-gradient-from: rgba(13,9,6,0.92) var(--tw-gradient-from-position);
  --tw-gradient-to: rgba(13, 9, 6, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.via-\[rgba\(13\2c 9\2c 6\2c 0\.2\)\]{
  --tw-gradient-to: rgba(13, 9, 6, 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgba(13,9,6,0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-transparent{
  --tw-gradient-to: rgb(0 0 0 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), transparent var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.to-\[\#d6b06a\]{
  --tw-gradient-to: #d6b06a var(--tw-gradient-to-position);
}

.to-\[rgba\(0\2c 0\2c 0\2c 0\.35\)\]{
  --tw-gradient-to: rgba(0,0,0,0.35) var(--tw-gradient-to-position);
}

.to-transparent{
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
}

.object-cover{
  -o-object-fit: cover;
     object-fit: cover;
}

.object-center{
  -o-object-position: center;
     object-position: center;
}

.object-top{
  -o-object-position: top;
     object-position: top;
}

.p-0{
  padding: 0px;
}

.p-1{
  padding: 0.25rem;
}

.p-2{
  padding: 0.5rem;
}

.p-2\.5{
  padding: 0.625rem;
}

.p-3{
  padding: 0.75rem;
}

.p-4{
  padding: 1rem;
}

.p-5{
  padding: 1.25rem;
}

.p-6{
  padding: 1.5rem;
}

.p-8{
  padding: 2rem;
}

.px-0\.5{
  padding-left: 0.125rem;
  padding-right: 0.125rem;
}

.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;
}

.px-8{
  padding-left: 2rem;
  padding-right: 2rem;
}

.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-10{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.py-12{
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.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-5{
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.py-6{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.py-8{
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.py-px{
  padding-top: 1px;
  padding-bottom: 1px;
}

.pb-0{
  padding-bottom: 0px;
}

.pb-0\.5{
  padding-bottom: 0.125rem;
}

.pb-1\.5{
  padding-bottom: 0.375rem;
}

.pb-12{
  padding-bottom: 3rem;
}

.pb-2{
  padding-bottom: 0.5rem;
}

.pb-3{
  padding-bottom: 0.75rem;
}

.pb-4{
  padding-bottom: 1rem;
}

.pb-6{
  padding-bottom: 1.5rem;
}

.pb-\[max\(0\.75rem\2c env\(safe-area-inset-bottom\)\)\]{
  padding-bottom: max(0.75rem, env(safe-area-inset-bottom));
}

.pl-14{
  padding-left: 3.5rem;
}

.pl-2{
  padding-left: 0.5rem;
}

.pl-4{
  padding-left: 1rem;
}

.pl-5{
  padding-left: 1.25rem;
}

.pr-1{
  padding-right: 0.25rem;
}

.pr-4{
  padding-right: 1rem;
}

.pr-8{
  padding-right: 2rem;
}

.pt-1{
  padding-top: 0.25rem;
}

.pt-12{
  padding-top: 3rem;
}

.pt-2{
  padding-top: 0.5rem;
}

.pt-3{
  padding-top: 0.75rem;
}

.pt-4{
  padding-top: 1rem;
}

.text-left{
  text-align: left;
}

.text-center{
  text-align: center;
}

.text-right{
  text-align: right;
}

.align-\[-0\.18em\]{
  vertical-align: -0.18em;
}

.font-mono{
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

.font-sans{
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.font-serif{
  font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
}

.text-2xl{
  font-size: 1.5rem;
  line-height: 2rem;
}

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

.text-4xl{
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.text-5xl{
  font-size: 3rem;
  line-height: 1;
}

.text-\[10px\]{
  font-size: 10px;
}

.text-\[11px\]{
  font-size: 11px;
}

.text-\[12px\]{
  font-size: 12px;
}

.text-\[22px\]{
  font-size: 22px;
}

.text-\[8px\]{
  font-size: 8px;
}

.text-\[9px\]{
  font-size: 9px;
}

.text-\[clamp\(0\.95rem\2c 1\.5vw\2c 1\.35rem\)\]{
  font-size: clamp(0.95rem, 1.5vw, 1.35rem);
}

.text-\[clamp\(1rem\2c 1\.8vw\2c 1\.35rem\)\]{
  font-size: clamp(1rem, 1.8vw, 1.35rem);
}

.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-bold{
  font-weight: 700;
}

.font-medium{
  font-weight: 500;
}

.font-normal{
  font-weight: 400;
}

.font-semibold{
  font-weight: 600;
}

.uppercase{
  text-transform: uppercase;
}

.capitalize{
  text-transform: capitalize;
}

.normal-case{
  text-transform: none;
}

.italic{
  font-style: italic;
}

.leading-6{
  line-height: 1.5rem;
}

.leading-none{
  line-height: 1;
}

.leading-relaxed{
  line-height: 1.625;
}

.leading-snug{
  line-height: 1.375;
}

.leading-tight{
  line-height: 1.25;
}

.tracking-\[0\.02em\]{
  letter-spacing: 0.02em;
}

.tracking-\[0\.03em\]{
  letter-spacing: 0.03em;
}

.tracking-\[0\.08em\]{
  letter-spacing: 0.08em;
}

.tracking-\[0\.12em\]{
  letter-spacing: 0.12em;
}

.tracking-\[0\.14em\]{
  letter-spacing: 0.14em;
}

.tracking-\[0\.16em\]{
  letter-spacing: 0.16em;
}

.tracking-\[0\.18em\]{
  letter-spacing: 0.18em;
}

.tracking-\[0\.1em\]{
  letter-spacing: 0.1em;
}

.tracking-\[0\.22em\]{
  letter-spacing: 0.22em;
}

.tracking-\[0\.28em\]{
  letter-spacing: 0.28em;
}

.tracking-wider{
  letter-spacing: 0.05em;
}

.tracking-widest{
  letter-spacing: 0.1em;
}

.text-\[\#7ea3b2\]{
  --tw-text-opacity: 1;
  color: rgb(126 163 178 / var(--tw-text-opacity, 1));
}

.text-\[\#96d7f2\]{
  --tw-text-opacity: 1;
  color: rgb(150 215 242 / var(--tw-text-opacity, 1));
}

.text-\[\#9fc0ce\]{
  --tw-text-opacity: 1;
  color: rgb(159 192 206 / var(--tw-text-opacity, 1));
}

.text-\[\#a0968a\]{
  --tw-text-opacity: 1;
  color: rgb(160 150 138 / var(--tw-text-opacity, 1));
}

.text-\[\#a99374\]{
  --tw-text-opacity: 1;
  color: rgb(169 147 116 / var(--tw-text-opacity, 1));
}

.text-\[\#b8cde0\]{
  --tw-text-opacity: 1;
  color: rgb(184 205 224 / var(--tw-text-opacity, 1));
}

.text-\[\#b8cfda\]{
  --tw-text-opacity: 1;
  color: rgb(184 207 218 / var(--tw-text-opacity, 1));
}

.text-\[\#bda985\]{
  --tw-text-opacity: 1;
  color: rgb(189 169 133 / var(--tw-text-opacity, 1));
}

.text-\[\#c0b8b0\]{
  --tw-text-opacity: 1;
  color: rgb(192 184 176 / var(--tw-text-opacity, 1));
}

.text-\[\#c0e0b0\]{
  --tw-text-opacity: 1;
  color: rgb(192 224 176 / var(--tw-text-opacity, 1));
}

.text-\[\#c5f0f3\]{
  --tw-text-opacity: 1;
  color: rgb(197 240 243 / var(--tw-text-opacity, 1));
}

.text-\[\#c7ac82\]{
  --tw-text-opacity: 1;
  color: rgb(199 172 130 / var(--tw-text-opacity, 1));
}

.text-\[\#c7dde7\]{
  --tw-text-opacity: 1;
  color: rgb(199 221 231 / var(--tw-text-opacity, 1));
}

.text-\[\#c9a766\]{
  --tw-text-opacity: 1;
  color: rgb(201 167 102 / var(--tw-text-opacity, 1));
}

.text-\[\#c9a86c\]{
  --tw-text-opacity: 1;
  color: rgb(201 168 108 / var(--tw-text-opacity, 1));
}

.text-\[\#c9b28a\]{
  --tw-text-opacity: 1;
  color: rgb(201 178 138 / var(--tw-text-opacity, 1));
}

.text-\[\#c9e4ef\]{
  --tw-text-opacity: 1;
  color: rgb(201 228 239 / var(--tw-text-opacity, 1));
}

.text-\[\#d0f3da\]{
  --tw-text-opacity: 1;
  color: rgb(208 243 218 / var(--tw-text-opacity, 1));
}

.text-\[\#d4e6ee\]{
  --tw-text-opacity: 1;
  color: rgb(212 230 238 / var(--tw-text-opacity, 1));
}

.text-\[\#d4ebf4\]{
  --tw-text-opacity: 1;
  color: rgb(212 235 244 / var(--tw-text-opacity, 1));
}

.text-\[\#d5dde3\]{
  --tw-text-opacity: 1;
  color: rgb(213 221 227 / var(--tw-text-opacity, 1));
}

.text-\[\#d5f4cf\]{
  --tw-text-opacity: 1;
  color: rgb(213 244 207 / var(--tw-text-opacity, 1));
}

.text-\[\#d6bc86\]{
  --tw-text-opacity: 1;
  color: rgb(214 188 134 / var(--tw-text-opacity, 1));
}

.text-\[\#d7edf6\]{
  --tw-text-opacity: 1;
  color: rgb(215 237 246 / var(--tw-text-opacity, 1));
}

.text-\[\#d8c29c\]{
  --tw-text-opacity: 1;
  color: rgb(216 194 156 / var(--tw-text-opacity, 1));
}

.text-\[\#d9b8a7\]{
  --tw-text-opacity: 1;
  color: rgb(217 184 167 / var(--tw-text-opacity, 1));
}

.text-\[\#daba72\]{
  --tw-text-opacity: 1;
  color: rgb(218 186 114 / var(--tw-text-opacity, 1));
}

.text-\[\#dbe7bf\]{
  --tw-text-opacity: 1;
  color: rgb(219 231 191 / var(--tw-text-opacity, 1));
}

.text-\[\#dcc08a\]{
  --tw-text-opacity: 1;
  color: rgb(220 192 138 / var(--tw-text-opacity, 1));
}

.text-\[\#dcecf3\]{
  --tw-text-opacity: 1;
  color: rgb(220 236 243 / var(--tw-text-opacity, 1));
}

.text-\[\#e0d9ff\]{
  --tw-text-opacity: 1;
  color: rgb(224 217 255 / var(--tw-text-opacity, 1));
}

.text-\[\#e2d3ca\]{
  --tw-text-opacity: 1;
  color: rgb(226 211 202 / var(--tw-text-opacity, 1));
}

.text-\[\#e3f3ff\]{
  --tw-text-opacity: 1;
  color: rgb(227 243 255 / var(--tw-text-opacity, 1));
}

.text-\[\#e4c98d\]{
  --tw-text-opacity: 1;
  color: rgb(228 201 141 / var(--tw-text-opacity, 1));
}

.text-\[\#e7d5b1\]{
  --tw-text-opacity: 1;
  color: rgb(231 213 177 / var(--tw-text-opacity, 1));
}

.text-\[\#e8d7b4\]{
  --tw-text-opacity: 1;
  color: rgb(232 215 180 / var(--tw-text-opacity, 1));
}

.text-\[\#eadfc9\]{
  --tw-text-opacity: 1;
  color: rgb(234 223 201 / var(--tw-text-opacity, 1));
}

.text-\[\#f0a0a0\]{
  --tw-text-opacity: 1;
  color: rgb(240 160 160 / var(--tw-text-opacity, 1));
}

.text-\[\#f0c070\]{
  --tw-text-opacity: 1;
  color: rgb(240 192 112 / var(--tw-text-opacity, 1));
}

.text-\[\#f0c5b8\]{
  --tw-text-opacity: 1;
  color: rgb(240 197 184 / var(--tw-text-opacity, 1));
}

.text-\[\#f0c8ad\]{
  --tw-text-opacity: 1;
  color: rgb(240 200 173 / var(--tw-text-opacity, 1));
}

.text-\[\#f0d090\]{
  --tw-text-opacity: 1;
  color: rgb(240 208 144 / var(--tw-text-opacity, 1));
}

.text-\[\#f0d0c3\]{
  --tw-text-opacity: 1;
  color: rgb(240 208 195 / var(--tw-text-opacity, 1));
}

.text-\[\#f0dec1\]{
  --tw-text-opacity: 1;
  color: rgb(240 222 193 / var(--tw-text-opacity, 1));
}

.text-\[\#f0e070\]{
  --tw-text-opacity: 1;
  color: rgb(240 224 112 / var(--tw-text-opacity, 1));
}

.text-\[\#f0e4cb\]{
  --tw-text-opacity: 1;
  color: rgb(240 228 203 / var(--tw-text-opacity, 1));
}

.text-\[\#f0fbff\]{
  --tw-text-opacity: 1;
  color: rgb(240 251 255 / var(--tw-text-opacity, 1));
}

.text-\[\#f2d0d0\]{
  --tw-text-opacity: 1;
  color: rgb(242 208 208 / var(--tw-text-opacity, 1));
}

.text-\[\#f2fbff\]{
  --tw-text-opacity: 1;
  color: rgb(242 251 255 / var(--tw-text-opacity, 1));
}

.text-\[\#f4ddcb\]{
  --tw-text-opacity: 1;
  color: rgb(244 221 203 / var(--tw-text-opacity, 1));
}

.text-\[\#f5d5cb\]{
  --tw-text-opacity: 1;
  color: rgb(245 213 203 / var(--tw-text-opacity, 1));
}

.text-\[\#f5d97a\]{
  --tw-text-opacity: 1;
  color: rgb(245 217 122 / var(--tw-text-opacity, 1));
}

.text-\[\#f5dfbe\]{
  --tw-text-opacity: 1;
  color: rgb(245 223 190 / var(--tw-text-opacity, 1));
}

.text-\[\#f5e8cb\]{
  --tw-text-opacity: 1;
  color: rgb(245 232 203 / var(--tw-text-opacity, 1));
}

.text-\[\#fff0c8\]{
  --tw-text-opacity: 1;
  color: rgb(255 240 200 / var(--tw-text-opacity, 1));
}

.text-\[\#fff0d0\]{
  --tw-text-opacity: 1;
  color: rgb(255 240 208 / var(--tw-text-opacity, 1));
}

.text-\[\#fff1d3\]{
  --tw-text-opacity: 1;
  color: rgb(255 241 211 / var(--tw-text-opacity, 1));
}

.text-\[\#fff2d8\]{
  --tw-text-opacity: 1;
  color: rgb(255 242 216 / var(--tw-text-opacity, 1));
}

.text-\[rgba\(116\2c 74\2c 29\2c 0\.58\)\]{
  color: rgba(116,74,29,0.58);
}

.text-\[rgba\(124\2c 72\2c 24\2c 0\.78\)\]{
  color: rgba(124,72,24,0.78);
}

.text-\[rgba\(126\2c 79\2c 34\2c 0\.8\)\]{
  color: rgba(126,79,34,0.8);
}

.text-\[rgba\(168\2c 125\2c 64\2c 0\.6\)\]{
  color: rgba(168,125,64,0.6);
}

.text-\[rgba\(168\2c 125\2c 64\2c 0\.7\)\]{
  color: rgba(168,125,64,0.7);
}

.text-\[rgba\(168\2c 125\2c 64\2c 0\.75\)\]{
  color: rgba(168,125,64,0.75);
}

.text-\[rgba\(210\2c 185\2c 148\2c 0\.85\)\]{
  color: rgba(210,185,148,0.85);
}

.text-\[rgba\(214\2c 176\2c 106\2c 0\.7\)\]{
  color: rgba(214,176,106,0.7);
}

.text-\[rgba\(241\2c 227\2c 197\2c 0\.68\)\]{
  color: rgba(241,227,197,0.68);
}

.text-\[rgba\(241\2c 227\2c 197\2c 0\.8\)\]{
  color: rgba(241,227,197,0.8);
}

.text-\[rgba\(242\2c 228\2c 196\2c 0\.95\)\]{
  color: rgba(242,228,196,0.95);
}

.text-\[rgba\(255\2c 230\2c 186\2c 0\.92\)\]{
  color: rgba(255,230,186,0.92);
}

.text-\[rgba\(43\2c 30\2c 18\2c 0\.55\)\]{
  color: rgba(43,30,18,0.55);
}

.text-\[rgba\(43\2c 30\2c 18\2c 0\.72\)\]{
  color: rgba(43,30,18,0.72);
}

.text-\[rgba\(43\2c 30\2c 18\2c 0\.76\)\]{
  color: rgba(43,30,18,0.76);
}

.text-\[rgba\(43\2c 30\2c 18\2c 0\.82\)\]{
  color: rgba(43,30,18,0.82);
}

.text-\[rgba\(43\2c 30\2c 18\2c 0\.88\)\]{
  color: rgba(43,30,18,0.88);
}

.text-\[rgba\(43\2c 30\2c 18\2c 0\.9\)\]{
  color: rgba(43,30,18,0.9);
}

.text-\[rgba\(49\2c 26\2c 8\2c 0\.94\)\]{
  color: rgba(49,26,8,0.94);
}

.text-\[rgba\(67\2c 38\2c 14\2c 0\.92\)\]{
  color: rgba(67,38,14,0.92);
}

.text-\[rgba\(96\2c 61\2c 22\2c 0\.86\)\]{
  color: rgba(96,61,22,0.86);
}

.text-\[var\(--accent-bone\)\]{
  color: var(--accent-bone);
}

.text-\[var\(--accent-gold\)\]{
  color: var(--accent-gold);
}

.text-\[var\(--accent-red\)\]{
  color: var(--accent-red);
}

.text-\[var\(--cat-capability-text\)\]{
  color: var(--cat-capability-text);
}

.text-\[var\(--cat-close-text\)\]{
  color: var(--cat-close-text);
}

.text-\[var\(--cat-custom-text\)\]{
  color: var(--cat-custom-text);
}

.text-\[var\(--cat-growth-text\)\]{
  color: var(--cat-growth-text);
}

.text-\[var\(--cat-guild-text\)\]{
  color: var(--cat-guild-text);
}

.text-\[var\(--cat-negotiate-text\)\]{
  color: var(--cat-negotiate-text);
}

.text-\[var\(--cat-operations-text\)\]{
  color: var(--cat-operations-text);
}

.text-\[var\(--cat-personal-text\)\]{
  color: var(--cat-personal-text);
}

.text-\[var\(--cat-revenue-text\)\]{
  color: var(--cat-revenue-text);
}

.text-\[var\(--cat-scout-text\)\]{
  color: var(--cat-scout-text);
}

.text-\[var\(--cat-siege-text\)\]{
  color: var(--cat-siege-text);
}

.text-\[var\(--cat-technical-text\)\]{
  color: var(--cat-technical-text);
}

.text-\[var\(--settings-text-primary\)\]{
  color: var(--settings-text-primary);
}

.text-\[var\(--settings-text-secondary\)\]{
  color: var(--settings-text-secondary);
}

.text-\[var\(--text-dim\)\]{
  color: var(--text-dim);
}

.text-\[var\(--text-faint\)\]{
  color: var(--text-faint);
}

.text-\[var\(--text-ink\)\]{
  color: var(--text-ink);
}

.text-\[var\(--text-link\)\]{
  color: var(--text-link);
}

.text-\[var\(--text-main\)\]{
  color: var(--text-main);
}

.text-\[var\(--text-muted\)\]{
  color: var(--text-muted);
}

.text-\[var\(--text-secondary\)\]{
  color: var(--text-secondary);
}

.text-\[var\(--text-warm\)\]{
  color: var(--text-warm);
}

.text-amber-100{
  --tw-text-opacity: 1;
  color: rgb(254 243 199 / var(--tw-text-opacity, 1));
}

.text-amber-100\/80{
  color: rgb(254 243 199 / 0.8);
}

.text-amber-100\/85{
  color: rgb(254 243 199 / 0.85);
}

.text-amber-200{
  --tw-text-opacity: 1;
  color: rgb(253 230 138 / var(--tw-text-opacity, 1));
}

.text-amber-200\/80{
  color: rgb(253 230 138 / 0.8);
}

.text-amber-300{
  --tw-text-opacity: 1;
  color: rgb(252 211 77 / var(--tw-text-opacity, 1));
}

.text-amber-300\/80{
  color: rgb(252 211 77 / 0.8);
}

.text-amber-400{
  --tw-text-opacity: 1;
  color: rgb(251 191 36 / var(--tw-text-opacity, 1));
}

.text-amber-50\/90{
  color: rgb(255 251 235 / 0.9);
}

.text-blue-400{
  --tw-text-opacity: 1;
  color: rgb(96 165 250 / var(--tw-text-opacity, 1));
}

.text-cyan-200{
  --tw-text-opacity: 1;
  color: rgb(165 243 252 / 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-emerald-400{
  --tw-text-opacity: 1;
  color: rgb(52 211 153 / var(--tw-text-opacity, 1));
}

.text-emerald-400\/70{
  color: rgb(52 211 153 / 0.7);
}

.text-emerald-500{
  --tw-text-opacity: 1;
  color: rgb(16 185 129 / var(--tw-text-opacity, 1));
}

.text-gray-300{
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity, 1));
}

.text-gray-400{
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}

.text-gray-500{
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}

.text-gray-600{
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}

.text-green-300{
  --tw-text-opacity: 1;
  color: rgb(134 239 172 / var(--tw-text-opacity, 1));
}

.text-indigo-300\/60{
  color: rgb(165 180 252 / 0.6);
}

.text-indigo-300\/70{
  color: rgb(165 180 252 / 0.7);
}

.text-indigo-400{
  --tw-text-opacity: 1;
  color: rgb(129 140 248 / var(--tw-text-opacity, 1));
}

.text-indigo-400\/80{
  color: rgb(129 140 248 / 0.8);
}

.text-orange-200{
  --tw-text-opacity: 1;
  color: rgb(254 215 170 / var(--tw-text-opacity, 1));
}

.text-pink-400{
  --tw-text-opacity: 1;
  color: rgb(244 114 182 / var(--tw-text-opacity, 1));
}

.text-purple-400{
  --tw-text-opacity: 1;
  color: rgb(192 132 252 / var(--tw-text-opacity, 1));
}

.text-red-100{
  --tw-text-opacity: 1;
  color: rgb(254 226 226 / var(--tw-text-opacity, 1));
}

.text-red-200{
  --tw-text-opacity: 1;
  color: rgb(254 202 202 / var(--tw-text-opacity, 1));
}

.text-red-200\/70{
  color: rgb(254 202 202 / 0.7);
}

.text-red-300{
  --tw-text-opacity: 1;
  color: rgb(252 165 165 / var(--tw-text-opacity, 1));
}

.text-red-300\/80{
  color: rgb(252 165 165 / 0.8);
}

.text-red-400{
  --tw-text-opacity: 1;
  color: rgb(248 113 113 / var(--tw-text-opacity, 1));
}

.text-sky-100{
  --tw-text-opacity: 1;
  color: rgb(224 242 254 / var(--tw-text-opacity, 1));
}

.text-sky-100\/80{
  color: rgb(224 242 254 / 0.8);
}

.text-sky-200{
  --tw-text-opacity: 1;
  color: rgb(186 230 253 / var(--tw-text-opacity, 1));
}

.text-sky-300{
  --tw-text-opacity: 1;
  color: rgb(125 211 252 / var(--tw-text-opacity, 1));
}

.text-sky-300\/80{
  color: rgb(125 211 252 / 0.8);
}

.text-sky-50{
  --tw-text-opacity: 1;
  color: rgb(240 249 255 / var(--tw-text-opacity, 1));
}

.text-sky-50\/90{
  color: rgb(240 249 255 / 0.9);
}

.text-stone-100{
  --tw-text-opacity: 1;
  color: rgb(245 245 244 / var(--tw-text-opacity, 1));
}

.text-stone-200{
  --tw-text-opacity: 1;
  color: rgb(231 229 228 / var(--tw-text-opacity, 1));
}

.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.text-yellow-300{
  --tw-text-opacity: 1;
  color: rgb(253 224 71 / var(--tw-text-opacity, 1));
}

.text-yellow-400{
  --tw-text-opacity: 1;
  color: rgb(250 204 21 / var(--tw-text-opacity, 1));
}

.placeholder-\[rgba\(210\2c 185\2c 148\2c 0\.4\)\]::-moz-placeholder{
  color: rgba(210,185,148,0.4);
}

.placeholder-\[rgba\(210\2c 185\2c 148\2c 0\.4\)\]::placeholder{
  color: rgba(210,185,148,0.4);
}

.placeholder-\[var\(--text-faint\)\]::-moz-placeholder{
  color: var(--text-faint);
}

.placeholder-\[var\(--text-faint\)\]::placeholder{
  color: var(--text-faint);
}

.accent-\[\#d8b46f\]{
  accent-color: #d8b46f;
}

.opacity-0{
  opacity: 0;
}

.opacity-100{
  opacity: 1;
}

.opacity-30{
  opacity: 0.3;
}

.opacity-40{
  opacity: 0.4;
}

.opacity-50{
  opacity: 0.5;
}

.opacity-60{
  opacity: 0.6;
}

.opacity-70{
  opacity: 0.7;
}

.opacity-80{
  opacity: 0.8;
}

.shadow{
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-2xl{
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px 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_-10px_20px_rgba\(0\2c 0\2c 0\2c 0\.08\)\2c inset_0_0_0_1px_rgba\(245\2c 223\2c 177\2c 0\.08\)\]{
  --tw-shadow: 0 -10px 20px rgba(0,0,0,0.08),inset 0 0 0 1px rgba(245,223,177,0.08);
  --tw-shadow-colored: 0 -10px 20px var(--tw-shadow-color), inset 0 0 0 1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-\[0_0_0_1px_rgba\(160\2c 207\2c 226\2c 0\.06\)\]{
  --tw-shadow: 0 0 0 1px rgba(160,207,226,0.06);
  --tw-shadow-colored: 0 0 0 1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-\[0_0_30px_rgba\(91\2c 68\2c 148\2c 0\.35\)\]{
  --tw-shadow: 0 0 30px rgba(91,68,148,0.35);
  --tw-shadow-colored: 0 0 30px 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_60px_rgba\(96\2c 154\2c 182\2c 0\.24\)\]{
  --tw-shadow: 0 0 60px rgba(96,154,182,0.24);
  --tw-shadow-colored: 0 0 60px 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_10px_24px_rgba\(0\2c 0\2c 0\2c 0\.28\)\]{
  --tw-shadow: 0 10px 24px rgba(0,0,0,0.28);
  --tw-shadow-colored: 0 10px 24px 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_12px_28px_rgba\(0\2c 0\2c 0\2c 0\.32\)\]{
  --tw-shadow: 0 12px 28px rgba(0,0,0,0.32);
  --tw-shadow-colored: 0 12px 28px 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_12px_40px_rgba\(120\2c 53\2c 15\2c 0\.2\)\]{
  --tw-shadow: 0 12px 40px rgba(120,53,15,0.2);
  --tw-shadow-colored: 0 12px 40px 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_14px_34px_rgba\(0\2c 0\2c 0\2c 0\.38\)\]{
  --tw-shadow: 0 14px 34px rgba(0,0,0,0.38);
  --tw-shadow-colored: 0 14px 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_18px_44px_rgba\(0\2c 0\2c 0\2c 0\.28\)\]{
  --tw-shadow: 0 18px 44px rgba(0,0,0,0.28);
  --tw-shadow-colored: 0 18px 44px 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_4px_12px_rgba\(35\2c 19\2c 9\2c 0\.22\)\]{
  --tw-shadow: 0 4px 12px rgba(35,19,9,0.22);
  --tw-shadow-colored: 0 4px 12px 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-\[inset_0_0_0_1px_rgba\(255\2c 248\2c 215\2c 0\.32\)\2c 0_0_18px_rgba\(201\2c 150\2c 53\2c 0\.24\)\]{
  --tw-shadow: inset 0 0 0 1px rgba(255,248,215,0.32),0 0 18px rgba(201,150,53,0.24);
  --tw-shadow-colored: inset 0 0 0 1px var(--tw-shadow-color), 0 0 18px 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-\[inset_0_1px_0_rgba\(218\2c 241\2c 249\2c 0\.08\)\]{
  --tw-shadow: inset 0 1px 0 rgba(218,241,249,0.08);
  --tw-shadow-colored: inset 0 1px 0 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;
}

.outline{
  outline-style: solid;
}

.outline-2{
  outline-width: 2px;
}

.outline-offset-4{
  outline-offset: 4px;
}

.outline-offset-\[-4px\]{
  outline-offset: -4px;
}

.outline-\[rgba\(214\2c 183\2c 120\2c 0\.72\)\]{
  outline-color: rgba(214,183,120,0.72);
}

.ring-1{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.ring-\[rgba\(188\2c 154\2c 97\2c 0\.22\)\]{
  --tw-ring-color: rgba(188,154,97,0.22);
}

.ring-\[rgba\(241\2c 216\2c 162\2c 0\.55\)\]{
  --tw-ring-color: rgba(241,216,162,0.55);
}

.blur-\[4px\]{
  --tw-blur: blur(4px);
  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);
}

.drop-shadow-lg{
  --tw-drop-shadow: drop-shadow(0 10px 8px rgb(0 0 0 / 0.04)) drop-shadow(0 4px 3px rgb(0 0 0 / 0.1));
  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);
}

.saturate-50{
  --tw-saturate: saturate(.5);
  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);
}

.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-\[10px\]{
  --tw-backdrop-blur: blur(10px);
  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-\[12px\]{
  --tw-backdrop-blur: blur(12px);
  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-\[2px\]{
  --tw-backdrop-blur: blur(2px);
  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-\[3px\]{
  --tw-backdrop-blur: blur(3px);
  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-\[6px\]{
  --tw-backdrop-blur: blur(6px);
  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-\[8px\]{
  --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-md{
  --tw-backdrop-blur: blur(12px);
  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;
}

.transition-all{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-colors{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-opacity{
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-transform{
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.duration-300{
  transition-duration: 300ms;
}

.duration-500{
  transition-duration: 500ms;
}

.ease-out{
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.\[text-shadow\:0_1px_1px_rgba\(0\2c 0\2c 0\2c 0\.65\)\]{
  text-shadow: 0 1px 1px rgba(0,0,0,0.65);
}

.\[text-shadow\:0_2px_0_rgba\(0\2c 0\2c 0\2c 0\.65\)\]{
  text-shadow: 0 2px 0 rgba(0,0,0,0.65);
}

:root {
  --bg-void: #0d0b08;
  --bg-shell: #17120d;
  --bg-shell-2: #221912;
  --bg-parchment: #d7c6a5;
  --bg-parchment-soft: #bca788;
  --panel: rgba(34, 25, 16, 0.92);
  --panel-strong: rgba(25, 18, 11, 0.96);
  --panel-inset: rgba(15, 11, 8, 0.9);
  --trim: #6f542f;
  --trim-soft: rgba(188, 154, 97, 0.26);
  --trim-bright: #d5b67a;
  --trim-edge: rgba(233, 212, 168, 0.18);
  --text-main: #eadfca;
  --text-dim: #b9aa8d;
  --text-faint: #9a8c73;
  --text-ink: #2b1e12;
  --accent-bone: #efe2c7;
  --accent-gold: #c9a766;
  --accent-moss: #6f7a52;
  --accent-oxblood: #6b241a;
  --accent-slate: #5f6f82;
  --accent-red: #7b2318;
  --wood-shadow: #1f140c;
  --wood-base: #4f3720;
  --wood-mid: #6f4d2c;
  --wood-highlight: #c79c62;
  --wood-inset-top: #22170f;
  --wood-inset-bottom: #120c08;
  --wood-danger: #7a2f22;
  --wood-danger-border: #b56d58;
  --wood-moss: #5d7347;
  --wood-slate: #5f6f82;
  --frame-texture: url("/emberforge-v2/props/uploads/darkframetile/darkframetile-muted.png");
  --frame-inset-texture: url("/emberforge-v2/props/uploads/lightinsettile/lightinsettile-muted.png");
  --frame-button-texture: url("/emberforge-v2/props/uploads/woodbuttontile/woodbuttontile.png");
  --frame-edge-top: url("/emberforge-v2/props/uploads/borderedgeaccenttile/borderedgeaccenttile-muted.png");
  --frame-edge-bottom: url("/emberforge-v2/props/uploads/borderedgeaccenttile/borderedgeaccenttile-muted-bottom.png");
  --frame-edge-left: url("/emberforge-v2/props/uploads/borderedgeaccenttile/borderedgeaccenttile-muted-left.png");
  --frame-edge-right: url("/emberforge-v2/props/uploads/borderedgeaccenttile/borderedgeaccenttile-muted-right.png");
  --frame-corner-tr: url("/emberforge-v2/props/uploads/cornerjoinaccenttile/cornerjoinaccenttile-tr-muted.png");
  --frame-corner-tl: url("/emberforge-v2/props/uploads/cornerjoinaccenttile/cornerjoinaccenttile-tl-muted.png");
  --frame-corner-br: url("/emberforge-v2/props/uploads/cornerjoinaccenttile/cornerjoinaccenttile-br-muted.png");
  --frame-corner-bl: url("/emberforge-v2/props/uploads/cornerjoinaccenttile/cornerjoinaccenttile-bl-muted.png");
  --focus-ring: #d7b067;
  --focus-shadow: rgba(215, 176, 103, 0.32);
  --v1-bg-app: #120c07;
  --v1-bg-wood: #211309;
  --v1-bg-wood-2: #2b1a0f;
  --v1-bg-panel: #1d150d;
  --v1-bg-parchment: #2a2116;
  --v1-bg-parchment-soft: #342819;
  --v1-bg-card: #2f2417;
  --v1-border-dark: #0d0804;
  --v1-border-brown: #5a3b1d;
  --v1-border-brass: #9c6b2e;
  --v1-border-brass-soft: #6f4a22;
  --v1-text-main: #f3e4c5;
  --v1-text-muted: #b99f77;
  --v1-text-soft: #d6c09a;
  --v1-text-heading: #ffe8b0;
  --v1-accent-gold: #c28a36;
  --v1-accent-gold-bright: #e0ad52;
  --v1-accent-orange: #f28a16;
  --v1-accent-orange-soft: #b65a12;
  --v1-accent-green: #6f9b55;
  --v1-accent-red: #b85a3c;
  --v1-shadow-deep: rgba(0, 0, 0, 0.65);
  --v1-shadow-soft: rgba(0, 0, 0, 0.35);
  --v1-highlight-warm: rgba(255, 210, 135, 0.12);
  --v1-header-woodgrain: url("/emberforge-v2/textures/uploads/dark-woodgrain-header/dark-woodgrain-header.png");

  /* category colors (dark) */
  --cat-scout-text: #bad2dc;
  --cat-scout-border: rgba(90,111,136,0.85);
  --cat-scout-bg: rgba(27,33,42,0.42);
  --cat-siege-text: #d7b78a;
  --cat-siege-border: rgba(145,118,70,0.84);
  --cat-siege-bg: rgba(52,37,18,0.4);
  --cat-negotiate-text: #d1e0bf;
  --cat-negotiate-border: rgba(91,108,76,0.84);
  --cat-negotiate-bg: rgba(26,35,24,0.42);
  --cat-close-text: #e0beb7;
  --cat-close-border: rgba(117,93,72,0.84);
  --cat-close-bg: rgba(41,28,21,0.44);
  --cat-guild-text: #dfc07c;
  --cat-guild-border: rgba(169,132,79,0.88);
  --cat-guild-bg: rgba(58,39,18,0.44);
  --cat-revenue-text: #dfc07c;
  --cat-revenue-border: rgba(149,118,68,0.7);
  --cat-revenue-bg: rgba(54,38,20,0.42);
  --cat-technical-text: #bad2dc;
  --cat-technical-border: rgba(92,113,120,0.72);
  --cat-technical-bg: rgba(23,31,34,0.42);
  --cat-operations-text: #d7b78a;
  --cat-operations-border: rgba(128,92,57,0.84);
  --cat-operations-bg: rgba(43,29,19,0.42);
  --cat-capability-text: #c9c5e5;
  --cat-capability-border: rgba(97,94,125,0.72);
  --cat-capability-bg: rgba(28,26,38,0.42);
  --cat-growth-text: #d1e0bf;
  --cat-growth-border: rgba(101,120,80,0.72);
  --cat-growth-bg: rgba(28,34,24,0.42);
  --cat-personal-text: #e0beb7;
  --cat-personal-border: rgba(126,83,76,0.72);
  --cat-personal-bg: rgba(40,24,21,0.44);
  --cat-custom-text: var(--text-dim);
  --cat-custom-border: rgba(107,91,72,0.84);
  --cat-custom-bg: rgba(29,23,18,0.4);

  /* shared semantic colors */
  --text-warm: #f0e2c9;
  --text-link: #d7bf8a;
}

/* ── Light theme (sunlit parchment) ────────────────────────────── */

[data-theme="light"] {
  --bg-void: #e8dcc4;
  --bg-shell: #ddd0b4;
  --bg-shell-2: #d2c4a6;
  --bg-parchment: #f4ead2;
  --bg-parchment-soft: #e6d8bc;
  --panel: rgba(244, 234, 210, 0.94);
  --panel-strong: rgba(232, 220, 194, 0.97);
  --panel-inset: rgba(220, 208, 182, 0.92);
  --trim: #a08050;
  --trim-soft: rgba(140, 110, 65, 0.22);
  --trim-bright: #8b6b3a;
  --trim-edge: rgba(120, 90, 50, 0.18);
  --text-main: #2b1e12;
  --text-dim: #2e1f0f;
  --text-faint: #3d2a15;
  --text-ink: #2b1e12;
  --accent-bone: #3d2e1c;
  --accent-gold: #8b6520;
  --accent-moss: #4a5c32;
  --accent-oxblood: #8b2e1e;
  --accent-slate: #4a5a6e;
  --accent-red: #9b2e1e;
  --text-warm: #3d2e1c;
  --text-link: #7a5c30;
  --wood-shadow: #7d623f;
  --wood-base: #b48a58;
  --wood-mid: #c99f6a;
  --wood-highlight: #f1ddb3;
  --wood-inset-top: #f6eddc;
  --wood-inset-bottom: #e4d4b4;
  --wood-danger: #a64a3a;
  --wood-danger-border: #d18b7b;
  --wood-moss: #627a4d;
  --wood-slate: #5b6d84;
  --frame-texture: url("/emberforge-v2/props/uploads/darkframetile/darkframetile-sunlit.png");
  --frame-inset-texture: url("/emberforge-v2/props/uploads/lightinsettile/lightinsettile-sunlit.png");
  --frame-edge-top: url("/emberforge-v2/props/uploads/borderedgeaccenttile/borderedgeaccenttile-sunlit.png");
  --frame-edge-bottom: url("/emberforge-v2/props/uploads/borderedgeaccenttile/borderedgeaccenttile-sunlit-bottom.png");
  --frame-edge-left: url("/emberforge-v2/props/uploads/borderedgeaccenttile/borderedgeaccenttile-sunlit-left.png");
  --frame-edge-right: url("/emberforge-v2/props/uploads/borderedgeaccenttile/borderedgeaccenttile-sunlit-right.png");
  --frame-corner-tr: url("/emberforge-v2/props/uploads/cornerjoinaccenttile/cornerjoinaccenttile-tr-sunlit.png");
  --frame-corner-tl: url("/emberforge-v2/props/uploads/cornerjoinaccenttile/cornerjoinaccenttile-tl-sunlit.png");
  --frame-corner-br: url("/emberforge-v2/props/uploads/cornerjoinaccenttile/cornerjoinaccenttile-br-sunlit.png");
  --frame-corner-bl: url("/emberforge-v2/props/uploads/cornerjoinaccenttile/cornerjoinaccenttile-bl-sunlit.png");
  --focus-ring: #8b6520;
  --focus-shadow: rgba(139, 101, 32, 0.22);
  --v1-bg-app: #fbf4e6;
  --v1-bg-wood: #4a2f18;
  --v1-bg-wood-2: #2b1a0f;
  --v1-bg-panel: #f3e7cf;
  --v1-bg-parchment: #fbf4e6;
  --v1-bg-parchment-soft: #d9bf8c;
  --v1-bg-card: #fff7e9;
  --v1-border-dark: #2b1a0f;
  --v1-border-brown: #7a4f20;
  --v1-border-brass: #b78335;
  --v1-border-brass-soft: #7a4f20;
  --v1-text-main: #2a1d12;
  --v1-text-muted: #6d5840;
  --v1-text-soft: #7a4f20;
  --v1-text-heading: #2a1d12;
  --v1-accent-gold: #b78335;
  --v1-accent-gold-bright: #e0ad52;
  --v1-accent-orange: #f28a16;
  --v1-accent-orange-soft: #b65a12;
  --v1-accent-green: #5f8c45;
  --v1-accent-red: #8b2e1e;
  --v1-shadow-deep: rgba(86, 54, 23, 0.18);
  --v1-shadow-soft: rgba(86, 54, 23, 0.1);
  --v1-highlight-warm: rgba(255, 255, 245, 0.6);
  --v1-header-woodgrain: url("/emberforge-v2/textures/uploads/light-woodgrain-header/light-woodgrain-header.png");

  /* category colors (light) */
  --cat-scout-text: #3a5a6e;
  --cat-scout-border: rgba(90,111,136,0.4);
  --cat-scout-bg: rgba(160,190,215,0.22);
  --cat-siege-text: #7a5c2a;
  --cat-siege-border: rgba(145,118,70,0.4);
  --cat-siege-bg: rgba(210,185,140,0.22);
  --cat-negotiate-text: #3e5a2a;
  --cat-negotiate-border: rgba(91,108,76,0.4);
  --cat-negotiate-bg: rgba(170,200,150,0.22);
  --cat-close-text: #6e3e34;
  --cat-close-border: rgba(117,93,72,0.4);
  --cat-close-bg: rgba(210,175,165,0.22);
  --cat-guild-text: #7a5c1e;
  --cat-guild-border: rgba(169,132,79,0.45);
  --cat-guild-bg: rgba(215,190,135,0.22);
  --cat-revenue-text: #7a5c1e;
  --cat-revenue-border: rgba(149,118,68,0.38);
  --cat-revenue-bg: rgba(215,190,135,0.22);
  --cat-technical-text: #3a5a6e;
  --cat-technical-border: rgba(92,113,120,0.38);
  --cat-technical-bg: rgba(160,190,210,0.22);
  --cat-operations-text: #7a5c2a;
  --cat-operations-border: rgba(128,92,57,0.4);
  --cat-operations-bg: rgba(210,185,140,0.22);
  --cat-capability-text: #4a4468;
  --cat-capability-border: rgba(97,94,125,0.38);
  --cat-capability-bg: rgba(185,180,215,0.22);
  --cat-growth-text: #3e5a2a;
  --cat-growth-border: rgba(101,120,80,0.38);
  --cat-growth-bg: rgba(170,200,150,0.22);
  --cat-personal-text: #6e3e34;
  --cat-personal-border: rgba(126,83,76,0.38);
  --cat-personal-bg: rgba(210,175,165,0.22);
  --cat-custom-text: var(--text-dim);
  --cat-custom-border: rgba(107,91,72,0.38);
  --cat-custom-bg: rgba(190,175,155,0.2);
}

[data-theme="light"] body {
  background:
    radial-gradient(circle at 50% -8%, rgba(160, 130, 80, 0.1), transparent 28%),
    radial-gradient(circle at 14% 18%, rgba(140, 115, 75, 0.08), transparent 28%),
    linear-gradient(180deg, #e8dcc4 0%, #ddd0b4 100%);
  color: var(--text-main);
}

:where(
  button,
  a[href],
  input,
  select,
  textarea,
  summary,
  [tabindex]:not([tabindex="-1"])
):focus-visible {
  outline: 2px solid var(--focus-ring);
  outline-offset: 3px;
  box-shadow: 0 0 0 4px var(--focus-shadow);
}

[data-theme="light"] .app-shell {
  background:
    radial-gradient(circle at 50% -12%, rgba(180, 155, 110, 0.12), transparent 24%),
    radial-gradient(circle at 0% 20%, rgba(170, 145, 100, 0.1), transparent 34%),
    radial-gradient(circle at 100% 16%, rgba(165, 140, 100, 0.08), transparent 28%),
    linear-gradient(180deg, rgba(232, 220, 196, 0.85), rgba(218, 206, 180, 0.95));
}

[data-theme="light"] .app-content {
  background:
    linear-gradient(180deg, rgba(240, 232, 214, 0.22), rgba(228, 218, 196, 0.5)),
    repeating-linear-gradient(0deg, rgba(120, 95, 55, 0.025) 0 1px, transparent 1px 5px);
}

[data-theme="light"] .app-content::before {
  background:
    radial-gradient(circle at 12% 15%, rgba(180, 155, 100, 0.06), transparent 18%),
    radial-gradient(circle at 80% 10%, rgba(180, 155, 100, 0.04), transparent 15%),
    radial-gradient(circle at 50% 100%, rgba(160, 135, 85, 0.08), transparent 26%);
}

[data-theme="light"] .app-content::after {
  border-color: rgba(160, 128, 80, 0.2);
}

[data-theme="light"] .screen-frame {
  border-color: rgba(160, 128, 80, 0.5);
  box-shadow:
    inset 0 0 0 1px rgba(255, 250, 235, 0.3),
    inset 0 0 0 5px rgba(220, 208, 182, 0.4),
    0 18px 38px rgba(120, 95, 55, 0.1);
}

[data-theme="light"] .screen-frame::after {
  border-color: rgba(160, 128, 80, 0.18);
}

/* Panels */

[data-theme="light"] .bg-panel {
  background:
    linear-gradient(180deg, rgba(158, 119, 73, 0.12) 0, rgba(158, 119, 73, 0.06) 18%, rgba(72, 49, 23, 0.1) 18%, rgba(72, 49, 23, 0.1) 100%),
    var(--frame-texture);
  background-size: auto, 224px 224px;
  border-color: #6e4e2b;
  box-shadow:
    inset 0 2px 0 rgba(255, 248, 230, 0.36),
    inset 2px 0 0 rgba(255, 242, 214, 0.2),
    inset 0 0 0 2px #8f6b40,
    inset 0 -3px 0 #7b5934,
    0 4px 0 #7b5934,
    0 8px 16px rgba(120, 95, 55, 0.12);
}

[data-theme="light"] .bg-panel-strong {
  background:
    linear-gradient(180deg, rgba(168, 129, 78, 0.14) 0, rgba(168, 129, 78, 0.08) 16%, rgba(76, 51, 24, 0.12) 16%, rgba(76, 51, 24, 0.12) 100%),
    var(--frame-texture);
  background-size: auto, 224px 224px;
  border-color: #6e4e2b;
  box-shadow:
    inset 0 2px 0 rgba(255, 249, 234, 0.4),
    inset 2px 0 0 rgba(255, 240, 214, 0.2),
    inset 0 0 0 2px #8f6b40,
    inset 0 -3px 0 #76532f,
    0 5px 0 #76532f,
    0 10px 18px rgba(120, 95, 55, 0.14);
}

[data-theme="light"] .bg-inset {
  background:
    linear-gradient(180deg, rgba(98, 72, 44, 0.34) 0, rgba(98, 72, 44, 0.26) 18%, rgba(44, 29, 16, 0.22) 18%, rgba(44, 29, 16, 0.22) 100%),
    linear-gradient(180deg, rgba(150, 117, 74, 0.08) 0, rgba(150, 117, 74, 0.03) 18%, rgba(0, 0, 0, 0.04) 18%, rgba(0, 0, 0, 0.04) 100%),
    var(--frame-inset-texture);
  background-size: auto, auto, 184px 184px;
  border-color: #8a6840;
  box-shadow:
    inset 0 2px 0 rgba(255, 251, 240, 0.42),
    inset 0 0 0 2px #c4a274,
    inset 0 -2px 0 rgba(146, 111, 65, 0.3);
}

/* Panel corner ornaments */

[data-theme="light"] .bg-panel::before,
[data-theme="light"] .bg-panel-strong::before,
[data-theme="light"] .bg-inset::before {
  border-top-color: rgba(140, 110, 65, 0.35);
  border-left-color: rgba(140, 110, 65, 0.35);
}

[data-theme="light"] .bg-panel::after,
[data-theme="light"] .bg-panel-strong::after,
[data-theme="light"] .bg-inset::after {
  border-right-color: rgba(140, 110, 65, 0.25);
  border-bottom-color: rgba(140, 110, 65, 0.25);
}

/* Ornate elements */

[data-theme="light"] .ornate-header::after {
  background: linear-gradient(90deg, #7f5b33 0 24%, #d9b57c 24% 76%, #7f5b33 76% 100%);
}

[data-theme="light"] .ornate-header::before {
  display: none;
}

[data-theme="light"] .ornate-divider::before {
  background: linear-gradient(90deg, #7f5b33 0 24%, #d9b57c 24% 76%, #7f5b33 76% 100%);
}

[data-theme="light"] .ornate-divider::after {
  display: none;
}

[data-theme="light"] .ornate-medallion {
  border-color: #6e4e2b;
  background:
    repeating-linear-gradient(90deg, rgba(255, 247, 225, 0.12) 0 4px, rgba(191, 153, 96, 0.08) 4px 10px, rgba(168, 129, 73, 0.12) 10px 16px),
    linear-gradient(180deg, #dcc193 0%, #c89e65 22%, #ad804f 22%, #ad804f 100%);
  box-shadow:
    inset 0 3px 0 rgba(255, 252, 240, 0.4),
    inset 0 0 0 3px #8f6b40,
    inset 0 -4px 0 #7b5934,
    0 6px 0 #7b5934;
}

[data-theme="light"] .ornate-modal {
  border-color: transparent;
  background: none;
  box-shadow: none;
}

[data-theme="light"] .ornate-modal::before {
  display: none;
}

[data-theme="light"] .ornate-modal::after {
  display: none;
}

[data-theme="light"] .modal-scrim {
  background:
    radial-gradient(circle at 50% 30%, rgba(180, 155, 110, 0.12), transparent 36%),
    rgba(200, 185, 155, 0.82);
}

[data-theme="light"] .crest-lockup {
  color: #6b4e2a;
}

[data-theme="light"] .crest-lockup::before {
  border-color: rgba(160, 128, 80, 0.4);
  box-shadow:
    inset 0 0 0 5px rgba(230, 218, 192, 0.5),
    inset 0 1px 0 rgba(255, 255, 255, 0.3);
}

[data-theme="light"] .crest-lockup::after {
  color: rgba(140, 110, 65, 0.72);
  background: rgba(240, 232, 214, 0.98);
}

/* Cards & chips */

[data-theme="light"] .folio-card {
  border-color: #6e4e2b;
  background:
    repeating-linear-gradient(0deg, rgba(255, 246, 225, 0.05) 0 2px, rgba(255, 246, 225, 0.015) 2px 6px),
    repeating-linear-gradient(90deg, rgba(170, 126, 69, 0.08) 0 3px, rgba(219, 183, 120, 0.05) 3px 9px, rgba(148, 106, 54, 0.11) 9px 15px),
    linear-gradient(180deg, #d8bf97 0%, #cba875 12%, #b58d5c 12%, #b58d5c 100%);
  box-shadow:
    inset 0 3px 0 rgba(255, 249, 234, 0.34),
    inset 0 0 0 3px #8f6b40,
    inset 0 -5px 0 #7b5934,
    0 6px 0 #7b5934;
}

[data-theme="light"] .folio-card::before {
  background:
    linear-gradient(135deg, rgba(255, 252, 240, 0.2) 0%, transparent 36%),
    radial-gradient(circle at 85% 12%, rgba(200, 175, 120, 0.08), transparent 18%);
}

[data-theme="light"] .folio-card--selected {
  box-shadow:
    inset 0 0 0 1px rgba(255, 252, 240, 0.5),
    inset 0 0 0 4px rgba(235, 224, 200, 0.3),
    0 0 0 1px rgba(160, 128, 80, 0.6),
    0 8px 20px rgba(120, 95, 55, 0.14);
}

[data-theme="light"] .folio-kicker {
  border-color: rgba(160, 128, 80, 0.35);
  background: rgba(235, 224, 200, 0.6);
}

[data-theme="light"] .folio-rule {
  background: linear-gradient(90deg, transparent, rgba(160, 128, 80, 0.35), transparent);
}

[data-theme="light"] .folio-meta {
  border-color: rgba(160, 128, 80, 0.35);
  background: rgba(228, 218, 194, 0.6);
}

[data-theme="light"] .realm-segment {
  border-color: rgba(145, 115, 75, 0.42);
  background: rgba(247, 239, 222, 0.98);
  color: #4f3e2a;
  box-shadow: inset 0 0 0 1px rgba(255, 250, 240, 0.45);
}

[data-theme="light"] .realm-segment:hover {
  border-color: rgba(145, 115, 75, 0.58);
  background: rgba(243, 233, 213, 1);
  color: #2f2215;
}

[data-theme="light"] .realm-segment--active {
  border-color: rgba(139, 101, 32, 0.72);
  background: linear-gradient(180deg, rgba(231, 214, 178, 0.98), rgba(219, 199, 160, 1));
  color: #2b1e12;
  box-shadow:
    inset 0 1px 0 rgba(255, 247, 228, 0.6),
    inset 0 0 0 1px rgba(151, 116, 58, 0.22);
}

[data-theme="light"] .folio-parchment {
  border-color: #8b6840;
  background:
    repeating-linear-gradient(0deg, rgba(120, 90, 52, 0.03) 0 2px, rgba(255, 252, 244, 0.02) 2px 6px),
    linear-gradient(180deg, #f6ecd7 0%, #ebd9b7 18%, #e0c69b 18%, #e0c69b 100%);
  box-shadow:
    inset 0 3px 0 rgba(255, 255, 248, 0.42),
    inset 0 0 0 3px #d0b07e,
    inset 0 -4px 0 rgba(146, 111, 65, 0.24);
}

[data-theme="light"] .dossier-chip {
  border-color: #8b6840;
  background: linear-gradient(180deg, #f2e2c2 0%, #e2ca9d 50%, #d6ba8a 50%, #d6ba8a 100%);
}

[data-theme="light"] .status-seal {
  border-color: #8b6840;
  background:
    linear-gradient(180deg, #f2e2c2 0%, #e2ca9d 50%, #d6ba8a 50%, #d6ba8a 100%);
  box-shadow:
    inset 0 2px 0 rgba(255, 255, 248, 0.35),
    inset 0 0 0 2px #d0b07e,
    inset 0 -3px 0 rgba(146, 111, 65, 0.22);
}

[data-theme="light"] .status-seal--available { color: #6b4e2a; }

[data-theme="light"] .status-seal--critical { color: #8b2e1e; border-color: rgba(180, 60, 60, 0.5); }

[data-theme="light"] .status-seal--high { color: #8b6520; border-color: rgba(180, 130, 40, 0.45); }

[data-theme="light"] .status-seal--medium { color: #6b4e2a; }

[data-theme="light"] .status-seal--low { color: #5a6068; border-color: rgba(110, 120, 130, 0.35); }

[data-theme="light"] .status-seal--active { color: #3a5568; border-color: rgba(90, 108, 130, 0.4); }

[data-theme="light"] .status-seal--completed { color: #3a5a28; border-color: rgba(90, 115, 70, 0.4); }

[data-theme="light"] .status-seal--locked { color: #6b5e48; }

[data-theme="light"] .status-seal--archived { color: #7a6e58; }

[data-theme="light"] .status-seal--growth { color: #3a5a28; border-color: rgba(90, 110, 70, 0.4); }

[data-theme="light"] .status-seal--maintenance { color: #3a4a62; border-color: rgba(85, 100, 120, 0.4); }

[data-theme="light"] .status-seal--firefighting { color: #7a3a2e; border-color: rgba(130, 75, 65, 0.42); }

/* Banners & toasts */

[data-theme="light"] .utility-banner {
  border-color: rgba(160, 128, 80, 0.4);
  background:
    linear-gradient(180deg, rgba(245, 238, 222, 0.96), rgba(236, 226, 204, 0.98));
  box-shadow:
    inset 0 0 0 1px rgba(255, 252, 240, 0.4),
    inset 0 0 0 3px rgba(232, 222, 200, 0.3);
}

[data-theme="light"] .utility-banner::before {
  background:
    linear-gradient(125deg, rgba(255, 252, 240, 0.15) 0%, transparent 40%),
    radial-gradient(circle at 86% 14%, rgba(200, 175, 120, 0.06), transparent 22%);
}

[data-theme="light"] .dispatch-toast {
  border-color: rgba(160, 128, 80, 0.55);
  background:
    linear-gradient(180deg, rgba(250, 243, 228, 0.98), rgba(240, 232, 212, 0.98));
  box-shadow:
    inset 0 0 0 1px rgba(255, 252, 240, 0.4),
    inset 0 0 0 3px rgba(235, 224, 200, 0.3),
    0 18px 60px rgba(120, 95, 55, 0.14);
}

[data-theme="light"] .dispatch-toast::before {
  background:
    linear-gradient(125deg, rgba(255, 252, 240, 0.2) 0%, transparent 40%),
    radial-gradient(circle at 88% 14%, rgba(200, 175, 120, 0.06), transparent 20%);
}

[data-theme="light"] .dispatch-toast .toast-body {
  color: #3d2e1c;
}

[data-theme="light"] .dispatch-toast .toast-title {
  color: #5a3a1a;
}

/* Page title & nav */

[data-theme="light"] .page-title {
  color: #6b4e2a;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
}

[data-theme="light"] .nav-shell {
  background: none;
  border-bottom-color: transparent;
  box-shadow: none;
}

[data-theme="light"] .nav-shell::before {
  display: none;
}

[data-theme="light"] .nav-shell::after {
  display: none;
}

[data-theme="light"] .nav-brand {
  color: #6b4e2a;
}

[data-theme="light"] .nav-brand-subtext {
  color: rgba(92, 74, 52, 0.7);
}

[data-theme="light"] .nav-brand-wrap::before {
  color: rgba(140, 110, 65, 0.6);
}

[data-theme="light"] .nav-rail {
  border-color: transparent;
  background: none;
  box-shadow: none;
}

[data-theme="light"] .nav-rail::before,
[data-theme="light"] .nav-rail::after {
  border-color: rgba(160, 128, 80, 0.35);
  background: linear-gradient(180deg, rgba(238, 228, 206, 0.9), rgba(222, 212, 190, 0.95));
}

[data-theme="light"] .nav-tab {
  color: var(--text-dim);
  background: none;
  border-color: transparent;
}

[data-theme="light"] .nav-tab:hover {
  color: #3d2e1c;
  background: none;
  border-color: transparent;
}

[data-theme="light"] .nav-tab-active {
  color: #2b1e12;
  background: none;
  border-color: transparent;
  box-shadow: none;
}

[data-theme="light"] .nav-journey-badge {
  border-color: transparent;
  background: none;
  box-shadow: none;
}

[data-theme="light"] .settings-menu {
  border-color: transparent;
  background: none;
  box-shadow: none;
}

[data-theme="light"] .settings-menu-item {
  color: #2f2216;
}

[data-theme="light"] .settings-menu-item:hover {
  background: rgba(205, 186, 145, 0.52);
  color: #1f140c;
}

[data-theme="light"] .settings-menu-item--bordered {
  border-bottom-color: rgba(140, 110, 65, 0.24);
}

/* Buttons */

[data-theme="light"] .metal-button {
  color: #3d2e1c;
  border-color: #6e4e2b;
  background: linear-gradient(180deg, #dfc79f 0%, #d4b385 22%, #bf9968 22%, #bf9968 100%);
  box-shadow:
    inset 0 2px 0 rgba(255, 249, 234, 0.42),
    inset 2px 0 0 rgba(255, 241, 214, 0.2),
    inset 0 0 0 2px #9d7647,
    inset 0 -3px 0 #86623b,
    0 4px 0 #86623b;
}

[data-theme="light"] .metal-button-primary {
  color: #2b1e12;
  border-color: #6e4e2b;
  background: linear-gradient(180deg, #f0c779 0%, #ddaa54 22%, #c18434 22%, #c18434 100%);
  box-shadow:
    inset 0 2px 0 rgba(255, 247, 226, 0.45),
    inset 2px 0 0 rgba(255, 237, 196, 0.24),
    inset 0 0 0 2px #a66e2f,
    inset 0 -3px 0 #8f5924,
    0 4px 0 #8f5924;
}

[data-theme="light"] .metal-button-danger {
  color: #fff3ef;
  border-color: #6b3128;
  background: linear-gradient(180deg, #cc7664 0%, #b95b4c 22%, #9c463a 22%, #9c463a 100%);
  box-shadow:
    inset 0 2px 0 rgba(255, 221, 215, 0.28),
    inset 2px 0 0 rgba(255, 210, 201, 0.16),
    inset 0 0 0 2px #7f382d,
    inset 0 -3px 0 #6f2d24,
    0 4px 0 #6f2d24;
}

/* Inputs */

[data-theme="light"] .field-input {
  background: linear-gradient(180deg, #fbf5e8 0%, #f1e4c9 18%, #e8d3b0 18%, #e8d3b0 100%);
  border-color: #8b6840;
  box-shadow:
    inset 0 2px 0 rgba(255, 255, 245, 0.5),
    inset 0 0 0 2px #d6b180,
    inset 0 -2px 0 rgba(146, 111, 65, 0.18);
}

[data-theme="light"] .field-input:focus,
[data-theme="light"] .field-input:focus-visible {
  border-color: #b57f33;
  box-shadow:
    inset 0 2px 0 rgba(255, 255, 245, 0.54),
    inset 0 0 0 2px #d6b180,
    0 0 0 2px rgba(181, 127, 51, 0.18);
}

/* Leaflet / Quest Map */

[data-theme="light"] .leaflet-container {
  background: #e8dcc4;
}

[data-theme="light"] .quest-map {
  background:
    radial-gradient(circle at 50% 50%, rgba(180, 170, 150, 0.08), rgba(225, 215, 192, 0.9) 76%),
    linear-gradient(180deg, #e2d8c2 0%, #d8ceb6 100%);
  box-shadow:
    inset 0 0 0 1px rgba(160, 128, 80, 0.4),
    inset 0 0 0 12px rgba(225, 215, 192, 0.15);
}

[data-theme="light"] .quest-map .leaflet-tile-pane {
  filter: saturate(0.9) brightness(1.05) contrast(1.1);
}

[data-theme="light"] .quest-map .leaflet-control-zoom a {
  background: rgba(240, 232, 212, 0.95);
  color: #5c4a34;
  border-bottom-color: rgba(160, 128, 80, 0.35);
  border-right-color: rgba(160, 128, 80, 0.35);
  box-shadow: inset 0 0 0 1px rgba(255, 250, 235, 0.3);
}

[data-theme="light"] .quest-map .leaflet-control-attribution {
  background: rgba(240, 232, 212, 0.9);
  color: #5c4a34;
  border-top-color: rgba(160, 128, 80, 0.3);
  border-left-color: rgba(160, 128, 80, 0.2);
}

[data-theme="light"] .quest-map::after {
  color: rgba(160, 128, 80, 0.2);
  background:
    radial-gradient(circle at 50% 50%, rgba(180, 155, 100, 0.06) 0%, rgba(160, 128, 80, 0.04) 62%, transparent 70%);
}

[data-theme="light"] .home-base-pin__label {
  background: rgba(240, 232, 212, 0.92);
  border-color: rgba(160, 128, 80, 0.4);
  color: #3d2e1c;
}

/* Scrollbar */

[data-theme="light"] ::-webkit-scrollbar-track { background: #e2d8c2; }

[data-theme="light"] ::-webkit-scrollbar-thumb { background: #c4b494; border-radius: 3px; }

/* Emberforge — keep map dark, adapt surrounding UI */

[data-theme="light"] .emberforge-hotspot__label {
  background: rgba(240, 232, 212, 0.95);
  border-color: rgba(160, 128, 80, 0.4);
  box-shadow:
    0 6px 14px rgba(120, 95, 55, 0.12),
    inset 0 1px 0 rgba(255, 252, 240, 0.4);
}

[data-theme="light"] .emberforge-hotspot__building {
  color: #5c4a34;
}

[data-theme="light"] .emberforge-hotspot__resident {
  color: rgba(43, 30, 18, 0.85);
}

[data-theme="light"] .emberforge-hotspot__meta {
  color: rgba(43, 30, 18, 0.6);
}

[data-theme="light"] .emberforge-quest-watch {
  border-color: rgba(160, 128, 80, 0.4);
  background:
    linear-gradient(180deg, rgba(245, 238, 222, 0.96), rgba(236, 226, 204, 0.98)),
    radial-gradient(circle at top, rgba(200, 175, 120, 0.06), transparent 45%);
  box-shadow:
    inset 0 1px 0 rgba(255, 252, 240, 0.3),
    0 4px 10px rgba(120, 95, 55, 0.06);
}

[data-theme="light"] .emberforge-roster-item {
  border-color: rgba(160, 128, 80, 0.28);
  background:
    linear-gradient(180deg, rgba(245, 238, 222, 0.9), rgba(238, 228, 206, 0.95)),
    radial-gradient(circle at left, rgba(200, 175, 120, 0.05), transparent 45%);
}

[data-theme="light"] .emberforge-roster-item:hover,
[data-theme="light"] .emberforge-roster-item:focus-visible,
[data-theme="light"] .emberforge-roster-item.is-previewed {
  border-color: rgba(160, 128, 80, 0.5);
  box-shadow:
    inset 0 1px 0 rgba(255, 252, 240, 0.3),
    0 6px 14px rgba(120, 95, 55, 0.08);
}

[data-theme="light"] .emberforge-roster-item.is-selected {
  border-color: rgba(160, 128, 80, 0.65);
  background:
    linear-gradient(180deg, rgba(235, 222, 192, 0.95), rgba(225, 212, 182, 0.98)),
    radial-gradient(circle at left, rgba(200, 175, 120, 0.1), transparent 46%);
  box-shadow:
    inset 0 1px 0 rgba(255, 252, 240, 0.4),
    0 8px 16px rgba(120, 95, 55, 0.1);
}

/* Markdown content */

[data-theme="light"] .markdown-content h1,
[data-theme="light"] .markdown-content h2,
[data-theme="light"] .markdown-content h3,
[data-theme="light"] .markdown-content h4 {
  color: #6b4e2a;
}

[data-theme="light"] .markdown-content strong {
  color: #2b1e12;
}

[data-theme="light"] .markdown-content a {
  color: #7a5c30;
  text-decoration-color: rgba(122, 92, 48, 0.35);
}

[data-theme="light"] .markdown-content a:hover {
  text-decoration-color: #7a5c30;
}

[data-theme="light"] .markdown-content li::marker {
  color: #7a5c30;
}

[data-theme="light"] .markdown-content li > input[type="checkbox"] {
  accent-color: #8b6520;
}

[data-theme="light"] .markdown-content code {
  background: rgba(220, 210, 188, 0.5);
  border-color: rgba(160, 128, 80, 0.25);
  color: #2b1e12;
}

[data-theme="light"] .markdown-content pre {
  background: rgba(225, 215, 192, 0.6);
  border-color: rgba(160, 128, 80, 0.28);
}

[data-theme="light"] .markdown-content pre code {
  color: #3d2e1c;
}

[data-theme="light"] .markdown-content th {
  background: rgba(200, 175, 130, 0.2);
  color: #6b4e2a;
  border-bottom-color: rgba(160, 128, 80, 0.35);
}

[data-theme="light"] .markdown-content td {
  border-bottom-color: rgba(160, 128, 80, 0.12);
}

[data-theme="light"] .markdown-content tr:nth-child(even) td {
  background: rgba(220, 210, 188, 0.25);
}

[data-theme="light"] .markdown-content blockquote {
  border-left-color: rgba(160, 128, 80, 0.4);
}

[data-theme="light"] .markdown-content hr {
  border-top-color: rgba(160, 128, 80, 0.25);
}

html, body, #root {
  width: 100%;
  min-height: 100dvh;
  overflow-x: hidden;
}

html {
  font-size: 16px;
}

@media (max-width: 640px) {
  html { font-size: 15px; }
  /* px-based Tailwind arbitrary sizes don't scale with rem, bump manually */
  .text-\[10px\] { font-size: 0.72rem; }
  .text-\[11px\] { font-size: 0.78rem; }
}

body {
  margin: 0;
  background:
    radial-gradient(circle at 50% -8%, rgba(182, 147, 88, 0.16), transparent 28%),
    radial-gradient(circle at 14% 18%, rgba(92, 67, 34, 0.18), transparent 28%),
    linear-gradient(180deg, #241911 0%, #100c08 100%);
  color: var(--text-main);
  font-family: "VT323", monospace;
  min-height: 100vh;
  font-size: 1.28rem;
  line-height: 1.2;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Silkscreen", monospace;
  letter-spacing: 0.02em;
}

.app-shell {
  min-height: 100dvh;
  background:
    radial-gradient(circle at 50% -12%, rgba(198, 165, 104, 0.18), transparent 24%),
    radial-gradient(circle at 0% 20%, rgba(76, 53, 30, 0.22), transparent 34%),
    radial-gradient(circle at 100% 16%, rgba(64, 48, 33, 0.18), transparent 28%),
    linear-gradient(180deg, rgba(36, 27, 18, 0.82), rgba(10, 8, 6, 0.98));
}

.app-content {
  position: relative;
  padding: 0.6rem;
  background:
    linear-gradient(180deg, rgba(14, 10, 7, 0.22), rgba(14, 10, 7, 0.64)),
    repeating-linear-gradient(0deg, rgba(255, 245, 221, 0.014) 0 1px, transparent 1px 5px);
}

.app-content::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 12% 15%, rgba(214, 182, 122, 0.04), transparent 18%),
    radial-gradient(circle at 80% 10%, rgba(214, 182, 122, 0.04), transparent 15%),
    radial-gradient(circle at 50% 100%, rgba(87, 63, 31, 0.12), transparent 26%);
}

.app-content::after {
  content: "";
  position: absolute;
  inset: 18px;
  pointer-events: none;
  border: 1px solid rgba(141, 110, 68, 0.16);
  clip-path: polygon(20px 0, calc(100% - 20px) 0, 100% 20px, 100% calc(100% - 20px), calc(100% - 20px) 100%, 20px 100%, 0 calc(100% - 20px), 0 20px);
}

.screen-frame {
  border: 1px solid rgba(114, 84, 44, 0.86);
  box-shadow:
    inset 0 0 0 1px rgba(232, 214, 177, 0.05),
    inset 0 0 0 5px rgba(41, 29, 17, 0.72),
    0 18px 38px rgba(0, 0, 0, 0.34);
}

.screen-frame::after {
  content: "";
  position: absolute;
  inset: 12px;
  pointer-events: none;
  border: 1px solid rgba(122, 90, 50, 0.28);
  clip-path: polygon(18px 0, calc(100% - 18px) 0, 100% 18px, 100% calc(100% - 18px), calc(100% - 18px) 100%, 18px 100%, 0 calc(100% - 18px), 0 18px);
}

.bg-panel,
.bg-panel-strong,
.bg-inset {
  position: relative;
  border-radius: 0;
}

.bg-panel {
  background:
    linear-gradient(180deg, rgba(112, 84, 52, 0.15) 0, rgba(112, 84, 52, 0.07) 12%, rgba(18, 11, 6, 0.13) 12%, rgba(18, 11, 6, 0.13) 100%),
    var(--frame-texture);
  background-size: auto, 224px 224px;
  border: 5px solid #24150b;
  box-shadow:
    inset 0 3px 0 rgba(255, 229, 182, 0.2),
    inset 3px 0 0 rgba(237, 195, 127, 0.12),
    inset 0 0 0 3px #4f341b,
    inset 0 -5px 0 #352111,
    0 6px 0 #1c1008,
    0 12px 0 rgba(28, 16, 8, 0.45);
}

.bg-panel-strong {
  background:
    linear-gradient(180deg, rgba(118, 88, 54, 0.16) 0, rgba(118, 88, 54, 0.08) 14%, rgba(19, 11, 6, 0.14) 14%, rgba(19, 11, 6, 0.14) 100%),
    var(--frame-texture);
  background-size: auto, 224px 224px;
  border: 5px solid #24150a;
  box-shadow:
    inset 0 3px 0 rgba(255, 236, 198, 0.22),
    inset 3px 0 0 rgba(236, 199, 137, 0.14),
    inset 0 0 0 3px #59381b,
    inset 0 -5px 0 #311d0f,
    0 7px 0 #1f1209,
    0 14px 0 rgba(31, 18, 9, 0.45);
}

.bg-inset {
  background:
    linear-gradient(180deg, rgba(52, 38, 23, 0.58) 0, rgba(52, 38, 23, 0.5) 14%, rgba(16, 10, 6, 0.34) 14%, rgba(16, 10, 6, 0.34) 100%),
    linear-gradient(180deg, rgba(106, 81, 54, 0.08) 0, rgba(106, 81, 54, 0.03) 14%, rgba(0, 0, 0, 0.04) 14%, rgba(0, 0, 0, 0.04) 100%),
    var(--frame-inset-texture);
  background-size: auto, auto, 184px 184px;
  border: 5px solid #2a180d;
  box-shadow:
    inset 0 3px 0 rgba(236, 214, 171, 0.08),
    inset 0 0 0 3px #090604,
    inset 0 -4px 0 rgba(0, 0, 0, 0.42);
}

.bg-panel::before,
.bg-panel::after,
.bg-panel-strong::before,
.bg-panel-strong::after,
.bg-inset::before,
.bg-inset::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  pointer-events: none;
  opacity: 0.8;
}

.bg-panel::before,
.bg-panel-strong::before,
.bg-inset::before {
  top: 5px;
  left: 5px;
  border-top: 3px solid rgba(255, 225, 171, 0.2);
  border-left: 3px solid rgba(255, 225, 171, 0.2);
}

.bg-panel::after,
.bg-panel-strong::after,
.bg-inset::after {
  right: 5px;
  bottom: 5px;
  border-right: 3px solid rgba(31, 18, 9, 0.7);
  border-bottom: 3px solid rgba(31, 18, 9, 0.7);
}

.ornate-header {
  position: relative;
  padding-bottom: 0.75rem;
}

.ornate-header::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #4b3018 0 22%, #d4a35c 22% 78%, #4b3018 78% 100%);
}

.ornate-header::before {
  display: none;
}

.ornate-divider {
  position: relative;
  height: 16px;
}

.ornate-divider::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 4px;
  transform: translateY(-50%);
  background: linear-gradient(90deg, #4b3018 0 22%, #d4a35c 22% 78%, #4b3018 78% 100%);
}

.ornate-divider::after {
  display: none;
}

.ornate-medallion {
  position: relative;
  border-radius: 0;
  border: 4px solid #24150b;
  background:
    repeating-linear-gradient(90deg, rgba(255, 223, 163, 0.05) 0 4px, rgba(130, 92, 52, 0.12) 4px 10px, rgba(74, 48, 26, 0.08) 10px 16px),
    linear-gradient(180deg, #8b6438 0%, #7b5630 24%, #684622 24%, #684622 100%);
  box-shadow:
    inset 0 3px 0 rgba(255, 229, 182, 0.18),
    inset 0 0 0 3px #4f341b,
    inset 0 -4px 0 #352111,
    0 6px 0 #1c1008;
}

.ornate-modal {
  position: relative;
  border-radius: 0;
  border: 0;
  background: none;
  box-shadow: none;
}

@media (max-width: 640px) {
  .ornate-modal {
    max-width: calc(100vw - 1rem);
    border-radius: 0;
  }

  .ornate-modal::before,
  .ornate-modal::after {
    width: 18px;
    height: 18px;
  }

  .ornate-modal::before {
    top: 10px;
    left: 10px;
  }

  .ornate-modal::after {
    right: 10px;
    bottom: 10px;
  }
}

.ornate-modal::before,
.ornate-modal::after {
  display: none;
}

.dialogue-board {
  position: relative;
  width: 100%;
  max-width: 980px;
  border-radius: 6px;
  border: 3px solid rgba(102, 49, 12, 0.96);
  background:
    linear-gradient(180deg, rgba(218, 132, 46, 0.98), rgba(170, 94, 30, 0.98));
  box-shadow:
    inset 0 2px 0 rgba(255, 225, 170, 0.38),
    inset 2px 0 0 rgba(255, 214, 148, 0.22),
    inset 0 0 0 3px rgba(131, 67, 20, 0.94),
    inset 0 -3px 0 rgba(109, 52, 15, 0.94),
    0 0 0 3px rgba(58, 26, 8, 0.92),
    0 12px 0 rgba(58, 26, 8, 0.32),
    0 18px 36px rgba(24, 12, 5, 0.4);
}

.dialogue-board::before {
  content: "";
  position: absolute;
  inset: 8px;
  border: 2px solid rgba(120, 60, 18, 0.72);
  border-radius: 2px;
  box-shadow:
    inset 0 1px 0 rgba(255, 223, 170, 0.2),
    inset 0 -1px 0 rgba(94, 45, 13, 0.34);
  pointer-events: none;
}

.dialogue-board__surface {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 256px;
  gap: 10px;
  height: 304px;
  align-items: center;
  padding: 18px 14px;
}

.dialogue-board__panel {
  position: relative;
  min-width: 0;
  border-radius: 2px;
  border: 2px solid rgba(123, 63, 18, 0.84);
  box-shadow:
    inset 0 1px 0 rgba(255, 236, 198, 0.24),
    inset 1px 0 0 rgba(255, 232, 188, 0.14),
    inset 0 0 0 2px rgba(146, 88, 36, 0.16);
}

.dialogue-board__text-panel {
  background:
    repeating-linear-gradient(180deg, rgba(165, 114, 58, 0.06) 0 2px, transparent 2px 18px),
    linear-gradient(180deg, rgba(251, 218, 162, 0.98), rgba(234, 189, 126, 0.98));
}

.dialogue-board__text-panel::before,
.dialogue-board__portrait-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background:
    linear-gradient(180deg, rgba(255, 243, 216, 0.12), transparent 20%),
    linear-gradient(90deg, rgba(255, 243, 216, 0.06), transparent 14%);
  pointer-events: none;
}

.dialogue-board__text-inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  height: 252px;
  padding: 12px 16px 12px;
}

.dialogue-board__portrait-panel {
  background:
    linear-gradient(180deg, rgba(229, 146, 52, 0.98), rgba(184, 102, 33, 0.98));
  padding: 12px;
}

.dialogue-board__portrait-frame {
  position: relative;
  flex: 1;
  min-height: 142px;
  width: 100%;
  overflow: hidden;
  border-radius: 2px;
  border: 3px solid rgba(135, 73, 21, 0.92);
  background:
    linear-gradient(180deg, rgba(252, 223, 179, 0.98), rgba(234, 193, 135, 0.98));
  box-shadow:
    inset 0 1px 0 rgba(255, 246, 224, 0.34),
    inset 1px 0 0 rgba(255, 242, 213, 0.22),
    inset 0 0 0 2px rgba(252, 239, 216, 0.26),
    inset 0 0 0 5px rgba(137, 82, 33, 0.14);
}

.dialogue-board__nameplate {
  position: relative;
  margin-top: 12px;
  width: 100%;
  border-radius: 2px;
  border: 2px solid rgba(160, 112, 61, 0.9);
  background:
    linear-gradient(180deg, rgba(244, 226, 195, 0.98), rgba(228, 202, 160, 0.98));
  box-shadow:
    inset 0 1px 0 rgba(255, 250, 236, 0.46),
    inset 1px 0 0 rgba(255, 246, 224, 0.22),
    inset 0 0 0 2px rgba(144, 98, 49, 0.1);
}

.dialogue-board__nameplate::before,
.dialogue-board__nameplate::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 10px;
  height: calc(100% - 10px);
  border-radius: 1px;
  transform: translateY(-50%);
  background:
    linear-gradient(180deg, rgba(217, 195, 159, 0.98), rgba(181, 154, 116, 0.98));
  border: 2px solid rgba(156, 120, 76, 0.66);
}

.dialogue-board__nameplate::before {
  left: 6px;
}

.dialogue-board__nameplate::after {
  right: 6px;
}

.dialogue-board__portrait-inner {
  position: relative;
  z-index: 1;
  display: flex;
  height: 252px;
  flex-direction: column;
}

.dialogue-board__copy-wrap {
  display: flex;
  align-items: stretch;
}

.dialogue-board__copy {
  width: 100%;
  line-height: 1.54;
  text-shadow: 1px 0 0 rgba(96, 50, 14, 0.08);
}

.dialogue-board__advance-indicator {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 28px;
  height: 28px;
  color: rgba(119, 63, 18, 0.92);
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1;
  animation: dialogue-board-nudge 1.15s ease-in-out infinite;
  text-shadow:
    1px 0 0 rgba(255, 233, 192, 0.36),
    0 1px 0 rgba(255, 233, 192, 0.18);
}

.dialogue-board > button[aria-label="Close dialogue"] {
  border-radius: 2px;
  border: 2px solid rgba(136, 78, 26, 0.94);
  background:
    linear-gradient(180deg, rgba(240, 211, 168, 0.98), rgba(196, 157, 108, 0.98));
  box-shadow:
    inset 0 1px 0 rgba(255, 248, 231, 0.52),
    inset 1px 0 0 rgba(255, 245, 222, 0.28),
    inset 0 0 0 2px rgba(137, 92, 41, 0.12),
    0 3px 0 rgba(90, 47, 16, 0.28),
    0 6px 14px rgba(35, 19, 9, 0.16);
  color: rgba(95, 42, 12, 0.92);
}

.dialogue-board > button[aria-label="Close dialogue"]:hover {
  background:
    linear-gradient(180deg, rgba(244, 218, 181, 0.98), rgba(207, 166, 114, 0.98));
}

.folio-board-panel {
  border-radius: 6px;
  border: 3px solid rgba(103, 51, 14, 0.96);
  background:
    linear-gradient(180deg, rgba(212, 131, 45, 0.98), rgba(151, 84, 29, 0.98));
  box-shadow:
    inset 0 2px 0 rgba(255, 231, 187, 0.34),
    inset 2px 0 0 rgba(255, 219, 160, 0.18),
    inset 0 0 0 3px rgba(104, 54, 17, 0.84),
    inset 0 -3px 0 rgba(94, 45, 13, 0.78),
    0 0 0 3px rgba(56, 25, 8, 0.86),
    0 20px 40px rgba(0, 0, 0, 0.42);
}

.ornate-modal.folio-board-panel::before {
  inset: 8px;
  width: auto;
  height: auto;
  top: 8px;
  left: 8px;
  right: 8px;
  bottom: 8px;
  border-radius: 2px;
  border: 2px solid rgba(99, 53, 17, 0.54);
}

.ornate-modal.folio-board-panel::after {
  display: none;
}

.folio-board-header {
  position: relative;
  z-index: 1;
  border-bottom: 2px solid rgba(116, 63, 21, 0.78);
  background:
    linear-gradient(180deg, rgba(232, 171, 90, 0.22), rgba(122, 70, 24, 0.02));
  padding: 1rem 1.2rem 0.9rem;
}

.folio-board-body {
  position: relative;
  z-index: 1;
  border-radius: 2px;
  margin: 0.8rem;
  border: 2px solid rgba(126, 69, 22, 0.82);
  background:
    repeating-linear-gradient(180deg, rgba(180, 127, 71, 0.045) 0 2px, transparent 2px 18px),
    linear-gradient(180deg, rgba(250, 223, 183, 0.96), rgba(229, 191, 139, 0.96));
  box-shadow:
    inset 0 1px 0 rgba(255, 244, 219, 0.28),
    inset 1px 0 0 rgba(255, 239, 208, 0.16),
    inset 0 0 0 2px rgba(114, 60, 18, 0.16);
  color: rgba(51, 28, 10, 0.92);
}

.folio-board-body::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background:
    linear-gradient(180deg, rgba(255, 245, 224, 0.08), transparent 26%);
  pointer-events: none;
}

.folio-board-body > * {
  position: relative;
  z-index: 1;
}

@media (max-width: 760px) {
  .dialogue-board__surface {
    grid-template-columns: minmax(0, 1fr);
    height: 392px;
  }

  .dialogue-board__portrait-panel {
    display: grid;
    grid-template-columns: 92px minmax(0, 1fr);
    align-items: stretch;
    gap: 10px;
  }

  .dialogue-board__text-inner {
    height: 214px;
  }

  .dialogue-board__portrait-inner {
    height: 112px;
  }

  .dialogue-board__portrait-frame {
    min-height: 92px;
  }

  .dialogue-board__nameplate {
    margin-top: 0;
    align-self: center;
  }
}

@keyframes dialogue-board-nudge {
  0%, 100% {
    transform: translateX(0);
    opacity: 0.72;
  }
  50% {
    transform: translateX(6px);
    opacity: 1;
  }
}

.modal-scrim {
  background:
    radial-gradient(circle at 50% 30%, rgba(96, 68, 33, 0.18), transparent 36%),
    rgba(8, 6, 4, 0.9);
  backdrop-filter: blur(3px);
}

.modal-scrim--no-blur {
  background: transparent !important;
  backdrop-filter: none !important;
}

.crest-lockup {
  position: relative;
  width: 96px;
  height: 96px;
  margin: 0 auto;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #efd8a2;
  font-size: 1.6rem;
  font-family: "Silkscreen", monospace;
}

.crest-lockup::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 0;
  border: 4px solid #24150b;
  box-shadow:
    inset 0 3px 0 rgba(255, 229, 182, 0.18),
    inset 0 0 0 3px #4f341b,
    inset 0 -4px 0 #352111;
}

.crest-lockup::after {
  display: none;
}

.panel-pad {
  padding: 1rem;
}

.touch-target {
  min-height: 44px;
  min-width: 44px;
}

.folio-card {
  position: relative;
  overflow: hidden;
  border-radius: 0;
  border: 5px solid #24150a;
  background:
    repeating-linear-gradient(0deg, rgba(255, 231, 190, 0.05) 0 2px, rgba(255, 231, 190, 0.015) 2px 6px),
    repeating-linear-gradient(90deg, rgba(60, 35, 16, 0.18) 0 3px, rgba(146, 102, 54, 0.09) 3px 10px, rgba(88, 56, 29, 0.16) 10px 16px),
    linear-gradient(180deg, #8b6438 0%, #7b5630 12%, #684622 12%, #684622 100%);
  box-shadow:
    inset 0 3px 0 rgba(255, 229, 182, 0.2),
    inset 0 0 0 3px #4f341b,
    inset 0 -5px 0 #352111,
    0 6px 0 #1c1008,
    0 12px 0 rgba(28, 16, 8, 0.45);
}

.folio-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(255, 236, 198, 0.08), transparent 22%);
  pointer-events: none;
}

.folio-card--selected {
  box-shadow:
    inset 0 3px 0 rgba(255, 236, 198, 0.12),
    inset 0 0 0 3px #4f341b,
    inset 0 -5px 0 #352111,
    0 0 0 3px #d4a35c,
    0 6px 0 #1c1008;
}

.folio-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  border-radius: 0;
  border: 3px solid #2a190d;
  background: linear-gradient(180deg, #392415 0%, #2c1a10 50%, #20120b 50%, #20120b 100%);
  padding: 0.22rem 0.65rem;
  color: var(--text-dim);
  font-size: 0.58rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-family: "Silkscreen", monospace;
}

.folio-rule {
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(206, 171, 112, 0.45), transparent);
}

.folio-meta {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  border-radius: 0;
  border: 3px solid #2a190d;
  background: linear-gradient(180deg, #392415 0%, #2c1a10 50%, #20120b 50%, #20120b 100%);
  padding: 0.22rem 0.6rem;
  color: var(--text-dim);
}

.realm-segment {
  border-radius: 999px;
  border: 1px solid rgba(104, 75, 36, 0.32);
  background: rgba(26, 20, 14, 0.72);
  color: var(--text-dim);
  transition: color 160ms ease, border-color 160ms ease, background-color 160ms ease, box-shadow 160ms ease;
}

.realm-segment:hover {
  border-color: rgba(162, 127, 76, 0.48);
  color: var(--text-warm);
}

.realm-segment--active {
  border-color: rgba(214, 176, 112, 0.8);
  background: rgba(92, 63, 27, 0.42);
  color: var(--text-warm);
  box-shadow: inset 0 0 0 1px rgba(227, 194, 137, 0.16);
}

.folio-parchment {
  position: relative;
  border-radius: 0;
  border: 5px solid #8b6840;
  background:
    repeating-linear-gradient(0deg, rgba(120, 90, 52, 0.03) 0 2px, rgba(255, 252, 244, 0.02) 2px 6px),
    linear-gradient(180deg, #e9d6b0 0%, #dbc08f 18%, #ccb07d 18%, #ccb07d 100%);
  color: var(--text-ink);
  box-shadow:
    inset 0 3px 0 rgba(255, 247, 229, 0.35),
    inset 0 0 0 3px #d0b07e,
    inset 0 -4px 0 rgba(103, 73, 40, 0.18);
}

.folio-parchment::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background:
    repeating-linear-gradient(0deg, rgba(92, 72, 46, 0.025) 0 1px, transparent 1px 5px),
    radial-gradient(circle at 20% 18%, rgba(255, 245, 220, 0.16), transparent 20%);
  pointer-events: none;
}

.folio-parchment > * {
  position: relative;
  z-index: 1;
}

.dossier-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  border-radius: 0;
  border: 3px solid #2a190d;
  background: linear-gradient(180deg, #392415 0%, #2c1a10 50%, #20120b 50%, #20120b 100%);
  padding: 0.28rem 0.72rem;
  color: var(--accent-bone);
  font-size: 0.62rem;
  font-family: "Silkscreen", monospace;
}

.status-seal {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  border-radius: 0;
  border: 3px solid #2a190d;
  background:
    linear-gradient(180deg, #392415 0%, #2c1a10 50%, #20120b 50%, #20120b 100%);
  padding: 0.3rem 0.72rem;
  color: var(--accent-bone);
  font-size: 0.58rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  box-shadow:
    inset 0 2px 0 rgba(248, 229, 189, 0.07),
    inset 0 0 0 2px rgba(63, 45, 24, 0.45),
    inset 0 -3px 0 rgba(0, 0, 0, 0.2);
  font-family: "Silkscreen", monospace;
}

.status-seal--available {
  border-color: rgba(166, 130, 79, 0.52);
  color: #ead7b0;
}

/* Quest priority seals */

.status-seal--critical {
  border-color: rgba(220, 60, 60, 0.7);
  color: #f5a0a0;
}

.status-seal--high {
  border-color: rgba(220, 160, 50, 0.65);
  color: #f0d080;
}

.status-seal--medium {
  border-color: rgba(166, 130, 79, 0.52);
  color: #ead7b0;
}

.status-seal--low {
  border-color: rgba(120, 130, 140, 0.45);
  color: #b0b8c0;
}

.status-seal--active {
  border-color: rgba(109, 124, 143, 0.58);
  color: #d2dde8;
}

.status-seal--completed {
  border-color: rgba(109, 131, 84, 0.56);
  color: #d9e6c5;
}

.status-seal--locked {
  border-color: rgba(113, 96, 73, 0.5);
  color: #b8a88a;
}

.status-seal--archived {
  border-color: rgba(88, 72, 55, 0.46);
  color: #9c8c74;
}

.status-seal--growth {
  border-color: rgba(111, 126, 88, 0.56);
  color: #d6e2c1;
}

.status-seal--maintenance {
  border-color: rgba(103, 116, 139, 0.56);
  color: #d3dceb;
}

.status-seal--firefighting {
  border-color: rgba(143, 92, 79, 0.58);
  color: #e8ccc2;
}

.utility-banner {
  position: relative;
  overflow: hidden;
  border-radius: 18px;
  border: 1px solid rgba(141, 107, 58, 0.56);
  background:
    linear-gradient(180deg, rgba(52, 37, 23, 0.94), rgba(24, 17, 11, 0.96));
  padding: 0.9rem 1rem;
  box-shadow:
    inset 0 0 0 1px rgba(231, 207, 163, 0.04),
    inset 0 0 0 3px rgba(34, 24, 15, 0.72);
}

.utility-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(125deg, rgba(243, 230, 201, 0.04) 0%, transparent 40%),
    radial-gradient(circle at 86% 14%, rgba(201, 167, 102, 0.06), transparent 22%);
  pointer-events: none;
}

.utility-banner > * {
  position: relative;
  z-index: 1;
}

.utility-banner--moss {
  border-color: rgba(113, 136, 88, 0.46);
}

.utility-banner--slate {
  border-color: rgba(98, 114, 136, 0.5);
}

.utility-banner--oxblood {
  border-color: rgba(136, 74, 61, 0.52);
}

.dispatch-toast {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  border: 1px solid rgba(141, 106, 61, 0.74);
  background:
    linear-gradient(180deg, rgba(58, 41, 24, 0.98), rgba(25, 18, 12, 0.98));
  box-shadow:
    inset 0 0 0 1px rgba(232, 208, 163, 0.05),
    inset 0 0 0 3px rgba(38, 26, 16, 0.8),
    0 18px 60px rgba(0, 0, 0, 0.45);
}

.dispatch-toast::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(125deg, rgba(243, 231, 204, 0.05) 0%, transparent 40%),
    radial-gradient(circle at 88% 14%, rgba(201, 167, 102, 0.08), transparent 20%);
  pointer-events: none;
}

.page-title {
  color: color-mix(in srgb, var(--wood-highlight) 70%, var(--text-warm) 30%);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 0.92rem;
  text-shadow:
    0 2px 0 rgba(0, 0, 0, 0.4),
    2px 0 0 rgba(0, 0, 0, 0.16);
}

.section-kicker {
  color: var(--text-faint);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.72rem;
  font-family: "Silkscreen", monospace;
}

.text-xs {
  font-size: 0.92rem;
}

.text-sm {
  font-size: 1rem;
}

.text-\[10px\] {
  font-size: 0.76rem;
}

.text-\[11px\] {
  font-size: 0.82rem;
}

.wood-frame-shell,
.wood-frame-button,
.ornate-modal {
  position: relative;
  overflow: visible;
  border-radius: 0;
}

.wood-frame-shell {
  background:
    linear-gradient(180deg, rgba(112, 84, 52, 0.15) 0, rgba(112, 84, 52, 0.07) 12%, rgba(18, 11, 6, 0.13) 12%, rgba(18, 11, 6, 0.13) 100%),
    var(--frame-texture);
  background-size: auto, 224px 224px;
  border: 6px solid #24150b;
  box-shadow:
    inset 0 3px 0 rgba(229, 198, 145, 0.11),
    inset 3px 0 0 rgba(204, 164, 108, 0.07),
    inset 0 0 0 4px #4a2f17,
    inset 0 -6px 0 #2b180b,
    0 8px 0 #170c06,
    0 14px 0 rgba(23, 12, 6, 0.42);
}

.wood-frame-shell--strong {
  background:
    linear-gradient(180deg, rgba(118, 88, 54, 0.16) 0, rgba(118, 88, 54, 0.08) 14%, rgba(19, 11, 6, 0.14) 14%, rgba(19, 11, 6, 0.14) 100%),
    var(--frame-texture);
  background-size: auto, 224px 224px;
  box-shadow:
    inset 0 3px 0 rgba(235, 204, 152, 0.12),
    inset 3px 0 0 rgba(214, 176, 118, 0.08),
    inset 0 0 0 4px #4a2f17,
    inset 0 -6px 0 #26160b,
    0 8px 0 #170c06,
    0 14px 0 rgba(23, 12, 6, 0.42);
}

.wood-frame-shell--inset {
  background:
    linear-gradient(180deg, rgba(52, 38, 23, 0.58) 0, rgba(52, 38, 23, 0.5) 14%, rgba(16, 10, 6, 0.34) 14%, rgba(16, 10, 6, 0.34) 100%),
    linear-gradient(180deg, rgba(106, 81, 54, 0.08) 0, rgba(106, 81, 54, 0.03) 14%, rgba(0, 0, 0, 0.04) 14%, rgba(0, 0, 0, 0.04) 100%),
    var(--frame-inset-texture);
  background-size: auto, auto, 184px 184px;
  border: 5px solid #3a220f;
  box-shadow:
    inset 0 2px 0 rgba(204, 178, 136, 0.08),
    inset 0 0 0 3px rgba(58, 34, 15, 0.8),
    inset 0 -4px 0 rgba(0, 0, 0, 0.2),
    0 5px 0 rgba(23, 12, 6, 0.7);
}

.wood-frame-button {
  background:
    linear-gradient(180deg, rgba(255, 241, 214, 0.08) 0, rgba(255, 241, 214, 0.03) 14%, rgba(0, 0, 0, 0.06) 14%, rgba(0, 0, 0, 0.06) 100%),
    var(--frame-button-texture);
  background-size: auto, 132px 132px;
  border: 5px solid #2a190d;
  box-shadow:
    inset 0 3px 0 rgba(237, 214, 169, 0.08),
    inset 3px 0 0 rgba(237, 214, 169, 0.04),
    inset 0 0 0 3px #120b07,
    inset 0 -4px 0 rgba(0, 0, 0, 0.28),
    0 6px 0 rgba(25, 17, 10, 0.94);
}

.wood-frame-button--active {
  background:
    linear-gradient(180deg, rgba(255, 247, 228, 0.16) 0, rgba(255, 247, 228, 0.08) 14%, rgba(0, 0, 0, 0.04) 14%, rgba(0, 0, 0, 0.04) 100%),
    var(--frame-button-texture);
  border-color: #e1af63;
}

.wood-frame-shell > *:not(.wood-frame-chrome),
.wood-frame-button > *:not(.wood-frame-chrome),
.ornate-modal > *:not(.wood-frame-chrome) {
  position: relative;
  z-index: 2;
}

.wood-frame-chrome {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
}

.wood-frame-edge {
  position: absolute;
  opacity: 0.74;
}

.wood-frame-edge--top,
.wood-frame-edge--bottom {
  left: 30px;
  right: 30px;
  height: 21px;
  background-repeat: repeat-x;
  background-size: auto 100%;
}

.wood-frame-edge--top {
  top: -7px;
  background-image: var(--frame-edge-top);
}

.wood-frame-edge--bottom {
  bottom: -7px;
  background-image: var(--frame-edge-bottom);
}

.wood-frame-edge--left,
.wood-frame-edge--right {
  top: 30px;
  bottom: 30px;
  width: 21px;
  background-repeat: repeat-y;
  background-size: 100% auto;
}

.wood-frame-edge--left {
  left: -7px;
  background-image: var(--frame-edge-left);
}

.wood-frame-edge--right {
  right: -7px;
  background-image: var(--frame-edge-right);
}

.wood-frame-corner {
  position: absolute;
  width: 62px;
  aspect-ratio: 748 / 568;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.74;
}

.wood-frame-corner--tl {
  top: -9px;
  left: -9px;
  background-image: var(--frame-corner-tl);
}

.wood-frame-corner--tr {
  top: -9px;
  right: -9px;
  background-image: var(--frame-corner-tr);
}

.wood-frame-corner--bl {
  bottom: -9px;
  left: -9px;
  background-image: var(--frame-corner-bl);
}

.wood-frame-corner--br {
  right: -9px;
  bottom: -9px;
  background-image: var(--frame-corner-br);
}

.wood-frame-chrome--hero .wood-frame-edge--top,
.wood-frame-chrome--hero .wood-frame-edge--bottom {
  left: 34px;
  right: 34px;
  height: 23px;
}

.wood-frame-chrome--hero .wood-frame-edge--left,
.wood-frame-chrome--hero .wood-frame-edge--right {
  top: 34px;
  bottom: 34px;
  width: 23px;
}

.wood-frame-chrome--hero .wood-frame-corner {
  width: 70px;
}

.wood-frame-chrome--hero .wood-frame-corner--tl {
  top: -10px;
  left: -10px;
}

.wood-frame-chrome--hero .wood-frame-corner--tr {
  top: -10px;
  right: -10px;
}

.wood-frame-chrome--hero .wood-frame-corner--bl {
  bottom: -10px;
  left: -10px;
}

.wood-frame-chrome--hero .wood-frame-corner--br {
  right: -10px;
  bottom: -10px;
}

.wood-frame-chrome--compact .wood-frame-edge--top,
.wood-frame-chrome--compact .wood-frame-edge--bottom {
  left: 16px;
  right: 16px;
  height: 12px;
}

.wood-frame-chrome--compact .wood-frame-edge--top {
  top: -4px;
}

.wood-frame-chrome--compact .wood-frame-edge--bottom {
  bottom: -4px;
}

.wood-frame-chrome--compact .wood-frame-edge--left,
.wood-frame-chrome--compact .wood-frame-edge--right {
  top: 16px;
  bottom: 16px;
  width: 12px;
}

.wood-frame-chrome--compact .wood-frame-edge--left {
  left: -4px;
}

.wood-frame-chrome--compact .wood-frame-edge--right {
  right: -4px;
}

.wood-frame-chrome--compact .wood-frame-corner {
  width: 34px;
}

.wood-frame-chrome--compact .wood-frame-corner--tl {
  top: -5px;
  left: -5px;
}

.wood-frame-chrome--compact .wood-frame-corner--tr {
  top: -5px;
  right: -5px;
}

.wood-frame-chrome--compact .wood-frame-corner--bl {
  bottom: -5px;
  left: -5px;
}

.wood-frame-chrome--compact .wood-frame-corner--br {
  right: -5px;
  bottom: -5px;
}

.nav-shell {
  position: relative;
  background:
    radial-gradient(circle at 10% 0%, rgba(201, 156, 91, 0.18), transparent 28%),
    repeating-linear-gradient(90deg, rgba(255, 218, 154, 0.035) 0 7px, rgba(57, 33, 17, 0.12) 7px 18px),
    linear-gradient(180deg, #4a2f18 0%, #2b1a0f 48%, #1b1009 100%);
  border-bottom: 2px solid #7a4f20;
  box-shadow:
    inset 0 1px 0 rgba(255, 230, 180, 0.16),
    inset 0 -3px 0 rgba(16, 9, 5, 0.72),
    0 10px 24px rgba(23, 12, 5, 0.38);
}

.nav-shell::before {
  display: none;
}

.nav-shell::after {
  display: none;
}

.nav-brand-wrap {
  position: relative;
  min-width: 14rem;
  display: grid;
  grid-template-columns: 2.25rem minmax(0, 1fr);
  grid-template-rows: auto auto;
  -moz-column-gap: 0.65rem;
       column-gap: 0.65rem;
  align-items: center;
  padding: 0.55rem 0.85rem;
  border: 1px solid rgba(183, 131, 53, 0.78);
  border-radius: 6px;
  background:
    linear-gradient(135deg, rgba(255, 248, 226, 0.48), transparent 42%),
    linear-gradient(180deg, #fbf4e6 0%, #ead5a9 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 244, 0.75),
    inset 0 0 0 2px rgba(122, 79, 32, 0.12),
    0 3px 0 rgba(25, 13, 6, 0.54);
}

.nav-brand-wrap::before {
  display: none;
}

.nav-brand-crest {
  grid-row: 1 / span 2;
  display: inline-flex;
  width: 2.25rem;
  height: 2.25rem;
  align-items: center;
  justify-content: center;
  color: #f3e7cf;
  border: 1px solid rgba(122, 79, 32, 0.74);
  border-radius: 6px;
  background:
    linear-gradient(180deg, #b78335, #7a4f20);
  box-shadow:
    inset 0 1px 0 rgba(255, 232, 184, 0.4),
    inset 0 -2px 0 rgba(43, 26, 15, 0.42);
}

.nav-brand {
  color: #2a1d12;
  font-family: "Silkscreen", monospace;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-size: 0.7rem;
  line-height: 1;
}

.nav-brand-subtext {
  color: #6d5840;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-family: "Silkscreen", monospace;
}

.nav-rail {
  position: relative;
  padding: 0.34rem;
  border: 1px solid rgba(183, 131, 53, 0.58);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(87, 55, 27, 0.86), rgba(37, 22, 12, 0.92));
  box-shadow:
    inset 0 1px 0 rgba(255, 218, 154, 0.12),
    inset 0 0 0 1px rgba(23, 13, 6, 0.72),
    0 3px 0 rgba(17, 9, 4, 0.65);
}

.nav-rail::before,
.nav-rail::after {
  display: none;
}

.nav-rail::before {
  left: -8px;
}

.nav-rail::after {
  right: -8px;
}

.nav-tab {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  color: #e7d0a5;
  border: 1px solid rgba(183, 131, 53, 0.55);
  border-radius: 5px;
  background:
    linear-gradient(180deg, rgba(92, 58, 28, 0.96), rgba(45, 27, 14, 0.98));
  box-shadow:
    inset 0 1px 0 rgba(255, 229, 181, 0.12),
    inset 0 -2px 0 rgba(12, 7, 4, 0.42),
    0 2px 0 rgba(17, 9, 4, 0.54);
  transition: color 0.18s ease, background 0.18s ease, border-color 0.18s ease, transform 0.18s ease;
  font-family: "Silkscreen", monospace;
  text-transform: uppercase;
}

.nav-tab:hover {
  color: #fbf4e6;
  border-color: rgba(214, 174, 104, 0.8);
  transform: translateY(-1px);
}

.nav-tab-active {
  color: #fff2d2;
  border-color: #b78335;
  background:
    linear-gradient(180deg, rgba(38, 23, 12, 1), rgba(65, 39, 19, 1));
  box-shadow:
    inset 0 2px 4px rgba(0, 0, 0, 0.42),
    inset 0 0 0 1px rgba(183, 131, 53, 0.28),
    0 1px 0 rgba(255, 227, 178, 0.06);
  transform: translateY(1px);
}

.nav-tab-icon {
  color: #d8b36f;
}

.nav-badge {
  color: #fbf4e6;
  border: 1px solid rgba(255, 200, 200, 0.36);
  background: #dc2626;
  box-shadow: 0 2px 0 rgba(80, 10, 10, 0.48);
}

.nav-journey-badge {
  border-radius: 0;
  border: 0;
  background: none;
  box-shadow: none;
}

.settings-menu {
  border: 0;
  background: none;
  box-shadow: none;
}

.settings-menu-item {
  color: var(--text-warm);
}

.settings-menu-item:hover {
  background: rgba(73, 54, 31, 0.38);
}

.settings-menu-item--bordered {
  border-bottom: 1px solid rgba(128, 96, 55, 0.18);
}

/* Fellowship v1.0 polish */

.fellowship-sidebar {
  color: #2a1d12;
  background:
    radial-gradient(circle at 18% 0%, rgba(255, 250, 233, 0.5), transparent 28%),
    repeating-linear-gradient(0deg, rgba(122, 79, 32, 0.025) 0 1px, transparent 1px 5px),
    linear-gradient(180deg, #fbf4e6 0%, #f3e7cf 52%, #e6d0a7 100%) !important;
  border-right: 1px solid rgba(122, 79, 32, 0.45) !important;
  box-shadow:
    inset -1px 0 0 rgba(255, 250, 234, 0.54),
    5px 0 18px rgba(58, 35, 16, 0.18);
}

.fellowship-sidebar-header {
  background:
    linear-gradient(180deg, rgba(255, 251, 238, 0.55), rgba(217, 191, 140, 0.18));
  border-bottom-color: rgba(122, 79, 32, 0.28) !important;
}

.fellowship-sidebar-header h1,
.fellowship-sidebar-row__label,
.fellowship-thread-header__title {
  color: #2a1d12 !important;
}

.fellowship-sidebar-group-label {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  color: #7a4f20 !important;
  font-weight: 700;
}

.fellowship-sidebar-group-label::after {
  content: "";
  height: 1px;
  flex: 1;
  background: linear-gradient(90deg, rgba(122, 79, 32, 0.36), transparent);
}

.fellowship-sidebar-row {
  min-height: 4.25rem;
  border-radius: 7px !important;
  border: 1px solid rgba(122, 79, 32, 0.16) !important;
  background:
    linear-gradient(180deg, rgba(255, 250, 236, 0.56), rgba(230, 206, 166, 0.18));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 245, 0.46),
    0 2px 6px rgba(91, 60, 24, 0.06);
}

.fellowship-sidebar-row:hover,
.fellowship-sidebar-row:focus-visible {
  border-color: rgba(183, 131, 53, 0.42) !important;
  background:
    linear-gradient(180deg, rgba(255, 252, 242, 0.76), rgba(229, 202, 155, 0.32)) !important;
}

.fellowship-sidebar-row.is-unread:not(.is-active) {
  border-color: rgba(242, 138, 22, 0.38) !important;
  background:
    linear-gradient(180deg, rgba(255, 249, 232, 0.82), rgba(242, 214, 166, 0.36)) !important;
}

.fellowship-sidebar-row.is-active {
  border-color: rgba(183, 131, 53, 0.72) !important;
  background:
    linear-gradient(180deg, #f6e6bf 0%, #dec18a 100%) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 242, 0.62),
    inset 0 0 0 1px rgba(122, 79, 32, 0.12),
    0 3px 9px rgba(91, 60, 24, 0.14);
}

.fellowship-sidebar-row__subtitle,
.fellowship-thread-header__subtitle {
  color: #6d5840 !important;
}

.fellowship-sidebar-row__dot {
  opacity: 0;
  background: #5f8c45;
  box-shadow: 0 0 0 3px rgba(95, 140, 69, 0.15);
}

.fellowship-sidebar-row__dot.is-unread {
  opacity: 1;
  background: #f28a16;
  box-shadow: 0 0 0 3px rgba(242, 138, 22, 0.18);
}

.fellowship-sidebar img,
.fellowship-sidebar-council-avatar,
.fellowship-thread-avatar {
  border-radius: 7px !important;
  border-color: rgba(122, 79, 32, 0.58) !important;
  box-shadow:
    inset 0 0 0 1px rgba(255, 241, 208, 0.25),
    0 2px 0 rgba(122, 79, 32, 0.18);
}

.fellowship-sidebar-council-avatar,
.fellowship-thread-avatar--council {
  background:
    linear-gradient(180deg, #b78335, #7a4f20) !important;
}

.fellowship-version-plaque {
  border: 1px solid rgba(122, 79, 32, 0.58);
  border-radius: 6px;
  padding: 0.5rem 0.75rem;
  color: #7a4f20;
  background:
    linear-gradient(180deg, #f7e9c9, #d9bf8c);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 242, 0.5),
    0 3px 0 rgba(122, 79, 32, 0.22);
  font-family: "Silkscreen", monospace;
  font-size: 0.62rem;
  letter-spacing: 0.08em;
  text-align: center;
  text-transform: uppercase;
}

.fellowship-thread-header {
  color: #2a1d12;
  background:
    linear-gradient(180deg, rgba(255, 251, 239, 0.94), rgba(240, 224, 194, 0.94)) !important;
  border-bottom: 1px solid rgba(122, 79, 32, 0.32) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 245, 0.6),
    0 2px 10px rgba(86, 54, 23, 0.06);
}

.fellowship-tool-button,
.fellowship-composer-icon-button {
  display: inline-flex;
  width: 2.5rem;
  height: 2.5rem;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(122, 79, 32, 0.55);
  border-radius: 6px;
  color: #7a4f20;
  background:
    linear-gradient(180deg, #fbf4e6, #d9bf8c);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 246, 0.6),
    inset 0 -2px 0 rgba(122, 79, 32, 0.16),
    0 2px 0 rgba(91, 60, 24, 0.16);
  transition: transform 0.12s ease, filter 0.12s ease, border-color 0.12s ease;
}

.fellowship-tool-button:hover,
.fellowship-composer-icon-button:hover {
  border-color: rgba(183, 131, 53, 0.85);
  filter: brightness(1.03);
  transform: translateY(-1px);
}

.fellowship-thread-scroll {
  background:
    radial-gradient(circle at 18% 0%, rgba(255, 252, 240, 0.46), transparent 30%),
    radial-gradient(circle at 88% 12%, rgba(217, 191, 140, 0.18), transparent 26%),
    repeating-linear-gradient(0deg, rgba(122, 79, 32, 0.022) 0 1px, transparent 1px 6px),
    linear-gradient(180deg, #fbf4e6 0%, #f3e7cf 100%);
}

.fellowship-date-separator > div {
  background: linear-gradient(90deg, transparent, rgba(122, 79, 32, 0.38), transparent);
}

.fellowship-date-separator > span {
  border: 1px solid rgba(122, 79, 32, 0.34);
  border-radius: 999px;
  padding: 0.25rem 0.7rem;
  color: #6d5840;
  background: rgba(251, 244, 230, 0.9);
  box-shadow: inset 0 1px 0 rgba(255, 255, 245, 0.6);
  font-family: "Silkscreen", monospace;
  letter-spacing: 0.04em;
}

.fellowship-unread-separator > div {
  background: linear-gradient(90deg, transparent, rgba(242, 138, 22, 0.78), transparent);
}

.fellowship-unread-separator > span {
  border: 1px solid rgba(242, 138, 22, 0.58);
  border-radius: 999px;
  padding: 0.25rem 0.7rem;
  color: #7a3d08;
  background: rgba(255, 241, 215, 0.96);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 245, 0.72),
    0 2px 6px rgba(122, 79, 32, 0.12);
  font-family: "Silkscreen", monospace;
  letter-spacing: 0.04em;
}

.fellowship-message-row {
  color: #2a1d12;
  transition: background 0.14s ease, box-shadow 0.14s ease;
}

.fellowship-message-row:hover {
  background: rgba(217, 191, 140, 0.12);
}

.fellowship-message-row.is-unread {
  box-shadow: inset 3px 0 0 rgba(242, 138, 22, 0.58);
}

.fellowship-message-row.is-mentioned {
  background: rgba(183, 131, 53, 0.14) !important;
}

.fellowship-message-body {
  width: 100%;
  max-width: none;
  color: #2a1d12 !important;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 0.99rem;
  line-height: 1.58;
}

.fellowship-message-row .micro-copy,
.fellowship-message-row .text-\[var\(--text-faint\)\] {
  color: #80684b !important;
}

.fellowship-attachment-card {
  color: #2a1d12 !important;
  border-color: rgba(122, 79, 32, 0.44) !important;
  background:
    linear-gradient(135deg, rgba(255, 252, 240, 0.38), transparent 36%),
    linear-gradient(180deg, #fbf4e6, #ead5a9) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 246, 0.62),
    0 5px 12px rgba(86, 54, 23, 0.12);
}

.fellowship-attachment-card:hover {
  border-color: rgba(183, 131, 53, 0.72) !important;
  background:
    linear-gradient(135deg, rgba(255, 252, 240, 0.5), transparent 36%),
    linear-gradient(180deg, #fff7e9, #e6ca96) !important;
}

.fellowship-attachment-card__icon {
  color: #7a4f20 !important;
  border-color: rgba(122, 79, 32, 0.42) !important;
  background:
    linear-gradient(180deg, #f3e7cf, #d9bf8c) !important;
}

.fellowship-quest-banner {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  min-height: 2.1rem;
  padding: 0.45rem 0.7rem;
  border: 1px solid rgba(122, 79, 32, 0.68);
  border-radius: 6px;
  color: #2a1d12;
  background:
    linear-gradient(135deg, rgba(255, 248, 224, 0.42), transparent 38%),
    linear-gradient(180deg, #f0d18f 0%, #c99143 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 243, 211, 0.62),
    inset 0 -2px 0 rgba(122, 79, 32, 0.22),
    0 3px 0 rgba(91, 60, 24, 0.2),
    0 8px 18px rgba(86, 54, 23, 0.1);
  font-family: "Silkscreen", monospace;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.fellowship-quest-banner:hover {
  filter: brightness(1.04);
  transform: translateY(-1px);
}

.fellowship-composer {
  background:
    repeating-linear-gradient(90deg, rgba(255, 218, 154, 0.035) 0 7px, rgba(57, 33, 17, 0.12) 7px 18px),
    linear-gradient(180deg, #4a2f18 0%, #2b1a0f 100%) !important;
  border-top: 2px solid #7a4f20 !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 230, 180, 0.14),
    0 -8px 22px rgba(67, 41, 18, 0.16);
}

.fellowship-composer-row {
  padding: 0.35rem;
  border: 1px solid rgba(183, 131, 53, 0.48);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(87, 55, 27, 0.82), rgba(37, 22, 12, 0.92));
  box-shadow:
    inset 0 1px 0 rgba(255, 227, 178, 0.12),
    inset 0 0 0 1px rgba(18, 10, 5, 0.58);
}

.fellowship-composer .field-input {
  min-height: 2.75rem;
  border: 1px solid rgba(122, 79, 32, 0.62);
  border-radius: 7px;
  color: #2a1d12;
  background:
    repeating-linear-gradient(0deg, rgba(122, 79, 32, 0.022) 0 1px, transparent 1px 6px),
    linear-gradient(180deg, #fbf4e6, #f3e7cf);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 245, 0.6),
    inset 0 0 0 1px rgba(217, 191, 140, 0.35);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1rem;
  line-height: 1.38;
}

.fellowship-composer .field-input::-moz-placeholder {
  color: #80684b;
}

.fellowship-composer .field-input::placeholder {
  color: #80684b;
}

.fellowship-composer .metal-button-primary {
  min-height: 2.75rem;
  border-width: 1px;
  border-radius: 6px;
  color: #2a1d12;
  background:
    linear-gradient(180deg, #e7b65e, #b78335);
  box-shadow:
    inset 0 1px 0 rgba(255, 237, 198, 0.52),
    inset 0 -2px 0 rgba(122, 79, 32, 0.34),
    0 3px 0 rgba(52, 31, 15, 0.54);
}

/* ── Bottom tab bar (mobile only, hidden sm+) ── */

.bottom-tab-bar {
  background:
    linear-gradient(0deg, rgba(18, 13, 8, 1), rgba(45, 32, 20, 0.98));
  border-top: 1px solid rgba(141, 107, 58, 0.9);
  box-shadow:
    inset 0 1px 0 rgba(242, 218, 171, 0.07),
    0 -8px 24px rgba(0, 0, 0, 0.22);
  padding-bottom: env(safe-area-inset-bottom);
}

.bottom-tab {
  min-height: 56px;
  padding-top: 6px;
  padding-bottom: 6px;
  font-family: "Silkscreen", monospace;
  font-size: 0.52rem;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: var(--text-dim);
  border-top: 2px solid transparent;
  transition: color 0.15s ease, background 0.15s ease, border-color 0.15s ease;
}

.bottom-tab:hover {
  color: var(--text-warm);
  background: rgba(55, 38, 22, 0.4);
}

.bottom-tab--active {
  color: #f0d990;
  border-top-color: rgba(215, 181, 116, 0.75);
  background: rgba(40, 28, 16, 0.55);
}

[data-theme="light"] .bottom-tab-bar {
  background: linear-gradient(0deg, rgba(228, 218, 194, 0.99), rgba(240, 232, 212, 0.98));
  border-top-color: rgba(160, 128, 80, 0.55);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.4),
    0 -4px 12px rgba(120, 95, 55, 0.08);
}

[data-theme="light"] .bottom-tab {
  color: var(--text-dim);
}

[data-theme="light"] .bottom-tab:hover {
  color: #3d2e1c;
  background: rgba(220, 208, 180, 0.5);
}

[data-theme="light"] .bottom-tab--active {
  color: #6b4e2a;
  border-top-color: rgba(140, 110, 65, 0.75);
  background: rgba(220, 208, 180, 0.45);
}

/* ── Compact scroll list rows ── */

.scroll-row {
  transition: background 0.12s ease;
  text-align: left;
}

.scroll-row:hover,
.scroll-row:active {
  background: rgba(60, 42, 22, 0.45);
}

.scroll-section-label {
  font-family: "Silkscreen", monospace;
  font-size: 0.56rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--text-faint);
  background: rgba(18, 13, 8, 0.55);
  border-bottom: 1px solid rgba(104, 75, 36, 0.22);
}

[data-theme="light"] .scroll-row:hover,
[data-theme="light"] .scroll-row:active {
  background: rgba(210, 196, 170, 0.45);
}

[data-theme="light"] .scroll-section-label {
  background: rgba(230, 220, 200, 0.65);
  border-bottom-color: rgba(160, 128, 80, 0.28);
}

.metal-button,
.metal-button-danger,
.metal-button-primary,
.wood-button,
.wood-button-danger,
.wood-button-primary {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0;
  font-family: "Silkscreen", monospace;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  transition: transform 0.12s ease, filter 0.12s ease, opacity 0.18s ease, box-shadow 0.12s ease;
  box-shadow:
    inset 0 3px 0 rgba(252, 237, 205, 0.16),
    inset 3px 0 0 rgba(252, 237, 205, 0.08),
    inset 0 0 0 3px rgba(66, 45, 22, 0.76),
    inset 0 -4px 0 rgba(0, 0, 0, 0.26),
    0 6px 0 rgba(30, 20, 12, 0.94);
}

.metal-button,
.wood-button {
  color: #f3e2bd;
  border: 4px solid #2a190d;
  background:
    repeating-linear-gradient(90deg, rgba(255, 224, 170, 0.04) 0 4px, rgba(110, 70, 34, 0.12) 4px 10px, rgba(73, 47, 23, 0.08) 10px 16px),
    linear-gradient(180deg, #91683a 0%, #7c5630 24%, #664324 24%, #664324 100%);
}

.metal-button-primary,
.wood-button-primary {
  color: #fff3d1;
  border: 4px solid #2a190d;
  background:
    repeating-linear-gradient(90deg, rgba(255, 231, 180, 0.05) 0 4px, rgba(174, 114, 39, 0.14) 4px 10px, rgba(134, 83, 28, 0.08) 10px 16px),
    linear-gradient(180deg, #d1994f 0%, #b97c38 24%, #965d26 24%, #965d26 100%);
}

.metal-button-danger,
.wood-button-danger {
  color: #f3d4ca;
  border: 4px solid #2a130e;
  background:
    repeating-linear-gradient(90deg, rgba(255, 216, 209, 0.04) 0 4px, rgba(130, 52, 40, 0.16) 4px 10px, rgba(98, 37, 29, 0.08) 10px 16px),
    linear-gradient(180deg, #b85a47 0%, #994435 24%, #793025 24%, #793025 100%);
}

.metal-button:hover,
.metal-button-primary:hover,
.metal-button-danger:hover,
.wood-button:hover,
.wood-button-primary:hover,
.wood-button-danger:hover {
  transform: translateY(-1px);
  filter: brightness(1.04);
}

.metal-button:active,
.metal-button-primary:active,
.metal-button-danger:active,
.wood-button:active,
.wood-button-primary:active,
.wood-button-danger:active {
  transform: translateY(3px);
  box-shadow:
    inset 0 1px 0 rgba(252, 237, 205, 0.08),
    inset 0 0 0 3px rgba(66, 45, 22, 0.76),
    inset 0 4px 0 rgba(0, 0, 0, 0.18),
    0 2px 0 rgba(30, 20, 12, 0.94);
}

@media (max-width: 640px) {
  .panel-pad {
    padding: 0.85rem;
  }
}

.field-input {
  width: 100%;
  background:
    repeating-linear-gradient(90deg, rgba(255, 223, 174, 0.03) 0 4px, rgba(37, 23, 13, 0.06) 4px 12px, rgba(18, 12, 7, 0.08) 12px 18px),
    linear-gradient(180deg, #24170e 0%, #1a1009 18%, #130c08 18%, #130c08 100%);
  border: 4px solid #2b1a0e;
  color: var(--text-main);
  border-radius: 0;
  box-shadow:
    inset 0 3px 0 rgba(229, 205, 160, 0.08),
    inset 0 0 0 3px #090604,
    inset 0 -3px 0 rgba(0, 0, 0, 0.3);
}

.field-input:focus,
.field-input:focus-visible {
  border-color: #d4a35c;
  box-shadow:
    inset 0 2px 0 rgba(241, 223, 183, 0.08),
    inset 0 0 0 2px #1b1008,
    0 0 0 2px rgba(180, 132, 58, 0.18);
}

.panel-note {
  color: var(--text-dim);
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.18);
}

.support-copy {
  color: var(--text-dim);
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.18);
}

.meta-copy {
  color: color-mix(in srgb, var(--text-dim) 92%, var(--text-main) 8%);
}

.micro-copy {
  color: color-mix(in srgb, var(--text-dim) 88%, var(--text-main) 12%);
  font-family: "VT323", monospace;
  letter-spacing: 0;
}

.link {
  color: var(--text-link);
  text-decoration: underline;
  text-decoration-thickness: 1.5px;
  text-underline-offset: 0.16em;
  text-decoration-color: color-mix(in srgb, var(--text-link) 42%, transparent 58%);
  transition: color 0.15s ease, text-decoration-color 0.15s ease;
}

.link:hover {
  color: var(--text-warm);
  text-decoration-color: currentColor;
}

.link:focus-visible {
  text-decoration-color: currentColor;
}

.skeleton-block,
.skeleton-line,
.skeleton-chip,
.skeleton-avatar,
.skeleton-button {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(255, 240, 212, 0.04), rgba(255, 240, 212, 0.12), rgba(255, 240, 212, 0.04)),
    linear-gradient(180deg, rgba(54, 39, 24, 0.92), rgba(22, 16, 11, 0.96));
  border: 1px solid rgba(135, 101, 56, 0.32);
}

.skeleton-block::after,
.skeleton-line::after,
.skeleton-chip::after,
.skeleton-avatar::after,
.skeleton-button::after {
  content: "";
  position: absolute;
  inset: 0;
  transform: translateX(-100%);
  background: linear-gradient(90deg, transparent, rgba(255, 247, 230, 0.18), transparent);
  animation: skeletonSweep 1.5s ease-in-out infinite;
}

.skeleton-line {
  height: 0.78rem;
  border-radius: 999px;
}

.skeleton-chip {
  height: 1.15rem;
  width: 5rem;
  border-radius: 999px;
}

.skeleton-avatar {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 999px;
}

.skeleton-button {
  height: 2.4rem;
  width: 8rem;
  border-radius: 0.8rem;
}

.skeleton-card {
  border-radius: 18px;
  border: 1px solid rgba(104, 75, 36, 0.36);
  background: rgba(28, 20, 14, 0.62);
  padding: 1rem;
}

.skeleton-card__header,
.skeleton-card__meta {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.skeleton-card__body {
  display: grid;
  gap: 0.5rem;
  margin-top: 0.85rem;
}

.skeleton-card__footer {
  display: flex;
  gap: 0.5rem;
  margin-top: 0.95rem;
}

.loading-progress {
  border-radius: 18px;
  border: 1px solid rgba(141, 107, 58, 0.44);
  background: linear-gradient(180deg, rgba(47, 34, 21, 0.96), rgba(20, 15, 10, 0.98));
  padding: 1rem;
  box-shadow:
    inset 0 0 0 1px rgba(231, 207, 163, 0.04),
    inset 0 0 0 3px rgba(34, 24, 15, 0.48);
}

.loading-progress__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
}

.loading-progress__title {
  font-family: "Silkscreen", monospace;
  font-size: 0.72rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--text-warm);
}

.loading-progress__elapsed {
  color: var(--text-dim);
  font-family: "VT323", monospace;
  font-size: 1rem;
}

.loading-progress__bar {
  margin-top: 0.8rem;
  height: 0.7rem;
  overflow: hidden;
  border-radius: 999px;
  border: 1px solid rgba(141, 107, 58, 0.34);
  background: rgba(18, 12, 8, 0.72);
}

.loading-progress__fill {
  height: 100%;
  width: var(--progress-width, 32%);
  border-radius: inherit;
  background:
    repeating-linear-gradient(90deg, rgba(255, 235, 196, 0.18) 0 8px, rgba(201, 167, 102, 0.32) 8px 16px),
    linear-gradient(90deg, rgba(201, 167, 102, 0.82), rgba(232, 201, 138, 0.92));
  transition: width 0.3s ease;
}

.loading-progress__copy {
  margin-top: 0.7rem;
  color: var(--text-dim);
  line-height: 1.45;
}

.loading-progress__stages {
  display: grid;
  gap: 0.45rem;
  margin-top: 0.85rem;
}

.loading-progress__stage {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  color: var(--text-faint);
  font-size: 0.94rem;
}

.loading-progress__stage-dot {
  width: 0.72rem;
  height: 0.72rem;
  border-radius: 999px;
  border: 1px solid rgba(141, 107, 58, 0.4);
  background: rgba(28, 20, 13, 0.8);
  flex: none;
}

.loading-progress__stage.is-active,
.loading-progress__stage.is-complete {
  color: var(--text-main);
}

.loading-progress__stage.is-active .loading-progress__stage-dot {
  background: #d4a35c;
  box-shadow: 0 0 0 3px rgba(212, 163, 92, 0.18);
}

.loading-progress__stage.is-complete .loading-progress__stage-dot {
  background: #7ea15f;
  border-color: rgba(126, 161, 95, 0.64);
}

[data-theme="light"] .skeleton-block,
[data-theme="light"] .skeleton-line,
[data-theme="light"] .skeleton-chip,
[data-theme="light"] .skeleton-avatar,
[data-theme="light"] .skeleton-button {
  background:
    linear-gradient(90deg, rgba(255, 249, 236, 0.3), rgba(255, 249, 236, 0.5), rgba(255, 249, 236, 0.3)),
    linear-gradient(180deg, rgba(232, 221, 198, 0.94), rgba(217, 204, 177, 0.96));
  border-color: rgba(148, 112, 63, 0.24);
}

[data-theme="light"] .skeleton-card {
  background: rgba(242, 233, 212, 0.82);
  border-color: rgba(154, 118, 69, 0.24);
}

[data-theme="light"] .loading-progress {
  border-color: rgba(148, 112, 63, 0.3);
  background: linear-gradient(180deg, rgba(247, 239, 222, 0.98), rgba(232, 220, 196, 0.98));
  box-shadow:
    inset 0 1px 0 rgba(255, 248, 234, 0.42),
    inset 0 0 0 2px rgba(255, 242, 216, 0.32);
}

[data-theme="light"] .loading-progress__title {
  color: #5c4324;
}

[data-theme="light"] .loading-progress__elapsed,
[data-theme="light"] .loading-progress__copy {
  color: #6f5f48;
}

[data-theme="light"] .loading-progress__bar {
  background: rgba(210, 194, 167, 0.58);
  border-color: rgba(148, 112, 63, 0.22);
}

@keyframes skeletonSweep {
  100% {
    transform: translateX(100%);
  }
}

.quest-card-trigger {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  border: 0;
  margin: 0;
}

.feedback-message,
.error-message,
.success-message,
.info-message {
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
  border-radius: 14px;
  border: 1px solid rgba(141, 107, 58, 0.42);
  padding: 0.75rem 0.9rem;
  font-size: 0.95rem;
  line-height: 1.45;
  background: linear-gradient(180deg, rgba(49, 35, 21, 0.94), rgba(24, 17, 11, 0.96));
  box-shadow:
    inset 0 0 0 1px rgba(231, 207, 163, 0.04),
    inset 0 0 0 3px rgba(34, 24, 15, 0.56);
}

.feedback-message::before,
.error-message::before,
.success-message::before,
.info-message::before {
  flex: none;
  font-family: "Silkscreen", monospace;
  font-size: 0.7rem;
  line-height: 1.4;
  margin-top: 0.1rem;
}

.error-message {
  border-color: rgba(152, 82, 69, 0.52);
  color: #f3d4ca;
  background: linear-gradient(180deg, rgba(72, 38, 30, 0.96), rgba(31, 18, 15, 0.98));
}

.error-message::before {
  content: "WARN";
  color: #f0aa98;
}

.success-message {
  border-color: rgba(106, 134, 88, 0.52);
  color: #d8e8cc;
  background: linear-gradient(180deg, rgba(42, 53, 31, 0.96), rgba(20, 25, 15, 0.98));
}

.success-message::before {
  content: "OK";
  color: #b8d78d;
}

.info-message,
.feedback-message {
  border-color: rgba(98, 114, 136, 0.52);
  color: #d8e1ea;
  background: linear-gradient(180deg, rgba(32, 42, 53, 0.96), rgba(17, 22, 29, 0.98));
}

.info-message::before,
.feedback-message::before {
  content: "INFO";
  color: #a9c2db;
}

[data-theme="light"] .feedback-message,
[data-theme="light"] .error-message,
[data-theme="light"] .success-message,
[data-theme="light"] .info-message {
  box-shadow:
    inset 0 1px 0 rgba(255, 248, 234, 0.42),
    inset 0 0 0 2px rgba(255, 242, 216, 0.32);
}

[data-theme="light"] .error-message {
  border-color: rgba(176, 93, 74, 0.44);
  color: #6e3024;
  background: linear-gradient(180deg, rgba(250, 231, 224, 0.98), rgba(240, 209, 198, 0.98));
}

[data-theme="light"] .error-message::before {
  color: #96392d;
}

[data-theme="light"] .success-message {
  border-color: rgba(105, 130, 83, 0.44);
  color: #31502a;
  background: linear-gradient(180deg, rgba(238, 245, 225, 0.98), rgba(216, 229, 193, 0.98));
}

[data-theme="light"] .success-message::before {
  color: #4b6b3c;
}

[data-theme="light"] .info-message,
[data-theme="light"] .feedback-message {
  border-color: rgba(98, 114, 136, 0.36);
  color: #33485e;
  background: linear-gradient(180deg, rgba(234, 240, 246, 0.98), rgba(214, 224, 236, 0.98));
}

[data-theme="light"] .info-message::before,
[data-theme="light"] .feedback-message::before {
  color: #47607a;
}

.pixel-label {
  font-family: "Silkscreen", monospace;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.retro-display {
  font-family: "Silkscreen", monospace;
}

.retro-body {
  font-family: "VT323", monospace;
}

.wood-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0 0 0.9rem;
  border-bottom: 4px solid #3f2815;
  box-shadow: inset 0 -3px 0 rgba(225, 190, 131, 0.12);
}

.wood-title-group {
  min-width: 0;
}

.wood-section-card {
  display: grid;
  gap: 0.75rem;
}

.wood-option-card {
  position: relative;
  overflow: visible;
  width: 100%;
  text-align: left;
  border-radius: 0;
  border: 5px solid #2a190d;
  background: linear-gradient(180deg, #3b2517 0%, #2d1c11 18%, #20140c 18%, #20140c 100%);
  color: var(--text-main);
  box-shadow:
    inset 0 3px 0 rgba(237, 214, 169, 0.08),
    inset 3px 0 0 rgba(237, 214, 169, 0.04),
    inset 0 0 0 3px #120b07,
    inset 0 -4px 0 rgba(0, 0, 0, 0.28),
    0 6px 0 rgba(25, 17, 10, 0.94);
  transition: transform 0.12s ease, filter 0.12s ease, border-color 0.12s ease;
}

.wood-option-card::before {
  content: none;
}

.wood-option-card:hover {
  transform: translateY(-1px);
  filter: brightness(1.04);
}

.wood-option-card--selected {
  background:
    repeating-linear-gradient(90deg, rgba(255, 231, 180, 0.05) 0 4px, rgba(134, 83, 28, 0.14) 4px 10px, rgba(92, 57, 24, 0.08) 10px 16px),
    linear-gradient(180deg, #7d522a 0%, #694320 18%, #533316 18%, #533316 100%);
  border-color: #d4a35c;
  box-shadow:
    inset 0 3px 0 rgba(255, 233, 191, 0.14),
    inset 3px 0 0 rgba(255, 233, 191, 0.08),
    inset 0 0 0 3px #3a2412,
    inset 0 -4px 0 rgba(0, 0, 0, 0.22),
    0 6px 0 rgba(25, 17, 10, 0.94);
}

.wood-option-card__label {
  display: block;
  color: #f1ddb3;
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  font-family: "Silkscreen", monospace;
}

.wood-option-card__note {
  display: block;
  margin-top: 0.3rem;
  color: var(--text-dim);
  font-size: 1rem;
  line-height: 1.05;
  font-family: "VT323", monospace;
}

.wood-inline-note {
  color: var(--text-dim);
  font-size: 1.05rem;
  line-height: 1.08;
  font-family: "VT323", monospace;
}

.wood-status-banner,
.wood-danger-panel {
  border-radius: 0;
  border: 5px solid #2a190d;
  box-shadow:
    inset 0 3px 0 rgba(237, 214, 169, 0.08),
    inset 0 0 0 3px #120b07,
    inset 0 -4px 0 rgba(0, 0, 0, 0.22);
}

.wood-status-banner {
  background:
    repeating-linear-gradient(90deg, rgba(255, 221, 172, 0.04) 0 4px, rgba(65, 40, 21, 0.14) 4px 10px, rgba(39, 24, 13, 0.08) 10px 16px),
    linear-gradient(180deg, #3a2415 0%, #2e1b10 18%, #20120b 18%, #20120b 100%);
}

.wood-status-banner--moss {
  border-color: #587041;
}

.wood-status-banner--slate {
  border-color: #5e7187;
}

.wood-status-banner__text {
  color: var(--text-main);
}

.wood-status-banner__meta {
  color: var(--text-dim);
}

.wood-status-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  border-radius: 0;
  border: 3px solid #2a190d;
  background: linear-gradient(180deg, #392415 0%, #2c1a10 50%, #20120b 50%, #20120b 100%);
  padding: 0.15rem 0.45rem;
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.wood-status-chip--healthy {
  border-color: color-mix(in srgb, var(--wood-moss) 55%, var(--wood-base) 45%);
  color: #d8e9c8;
}

.wood-status-chip--degraded {
  border-color: color-mix(in srgb, var(--wood-highlight) 48%, var(--wood-base) 52%);
  color: #f1ddb3;
}

.wood-status-chip--down {
  border-color: color-mix(in srgb, var(--wood-danger-border) 72%, var(--wood-danger) 28%);
  color: #f3d0c8;
}

.wood-danger-panel {
  background:
    repeating-linear-gradient(90deg, rgba(255, 214, 206, 0.035) 0 4px, rgba(90, 35, 28, 0.16) 4px 10px, rgba(58, 21, 18, 0.08) 10px 16px),
    linear-gradient(180deg, #56231b 0%, #431812 18%, #320f0d 18%, #320f0d 100%);
  border-color: #9a5648;
}

.settings-page {
  display: grid;
  gap: 1rem;
  --settings-frame-texture: url("/emberforge-v2/props/uploads/darkframetile/darkframetile-muted.png");
  --settings-inset-texture: url("/emberforge-v2/props/uploads/lightinsettile/lightinsettile-muted.png");
  --settings-button-texture: url("/emberforge-v2/props/uploads/woodbuttontile/woodbuttontile.png");
  --settings-edge-top: url("/emberforge-v2/props/uploads/borderedgeaccenttile/borderedgeaccenttile-muted.png");
  --settings-edge-bottom: url("/emberforge-v2/props/uploads/borderedgeaccenttile/borderedgeaccenttile-muted-bottom.png");
  --settings-edge-left: url("/emberforge-v2/props/uploads/borderedgeaccenttile/borderedgeaccenttile-muted-left.png");
  --settings-edge-right: url("/emberforge-v2/props/uploads/borderedgeaccenttile/borderedgeaccenttile-muted-right.png");
  --settings-corner-tr: url("/emberforge-v2/props/uploads/cornerjoinaccenttile/cornerjoinaccenttile-tr-muted.png");
  --settings-corner-tl: url("/emberforge-v2/props/uploads/cornerjoinaccenttile/cornerjoinaccenttile-tl-muted.png");
  --settings-corner-br: url("/emberforge-v2/props/uploads/cornerjoinaccenttile/cornerjoinaccenttile-br-muted.png");
  --settings-corner-bl: url("/emberforge-v2/props/uploads/cornerjoinaccenttile/cornerjoinaccenttile-bl-muted.png");
  --settings-text-primary: #f1e4c8;
  --settings-text-secondary: #d3c1a0;
  --settings-text-muted: #b19d7f;
  --settings-text-on-light: #110a05;
  --settings-text-on-light-secondary: #261608;
  --settings-text-on-light-muted: #3a2814;
}

.settings-hero {
  position: relative;
  overflow: visible;
  background:
    linear-gradient(180deg, rgba(118, 88, 54, 0.16) 0, rgba(118, 88, 54, 0.08) 14%, rgba(19, 11, 6, 0.14) 14%, rgba(19, 11, 6, 0.14) 100%),
    var(--settings-frame-texture);
  background-size: auto, 224px 224px;
  border-width: 6px;
  box-shadow:
    inset 0 3px 0 rgba(235, 204, 152, 0.12),
    inset 3px 0 0 rgba(214, 176, 118, 0.08),
    inset 0 0 0 4px #4a2f17,
    inset 0 -6px 0 #26160b,
    0 8px 0 #170c06,
    0 14px 0 rgba(23, 12, 6, 0.42);
}

.settings-hero::before {
  content: none;
}

.settings-hero::after {
  content: "";
  position: absolute;
  inset: 18px;
  pointer-events: none;
  border: 4px solid rgba(70, 42, 18, 0.86);
  background:
    linear-gradient(180deg, rgba(54, 40, 25, 0.68) 0, rgba(54, 40, 25, 0.58) 16%, rgba(18, 11, 6, 0.46) 16%, rgba(18, 11, 6, 0.46) 100%),
    linear-gradient(180deg, rgba(116, 89, 58, 0.1) 0, rgba(116, 89, 58, 0.04) 16%, rgba(0, 0, 0, 0.05) 16%, rgba(0, 0, 0, 0.05) 100%),
    var(--settings-inset-texture);
  background-size: auto, auto, 192px 192px;
  box-shadow:
    inset 0 2px 0 rgba(218, 192, 146, 0.1),
    inset 0 0 0 3px rgba(47, 27, 12, 0.84),
    inset 0 -4px 0 rgba(0, 0, 0, 0.24);
  z-index: 0;
}

.settings-hero__inner {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1rem;
}

.settings-hero__seal {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border: 4px solid #24150b;
  background:
    repeating-linear-gradient(90deg, rgba(255, 224, 170, 0.04) 0 4px, rgba(110, 70, 34, 0.12) 4px 10px, rgba(73, 47, 23, 0.08) 10px 16px),
    linear-gradient(180deg, #91683a 0%, #7c5630 24%, #664324 24%, #664324 100%);
  color: #f3e2bd;
  box-shadow:
    inset 0 3px 0 rgba(252, 237, 205, 0.16),
    inset 0 0 0 3px rgba(66, 45, 22, 0.76),
    inset 0 -4px 0 rgba(0, 0, 0, 0.26),
    0 6px 0 rgba(30, 20, 12, 0.94);
}

.settings-stack {
  display: grid;
  gap: 1rem;
}

.settings-panel {
  position: relative;
  overflow: visible;
  background:
    linear-gradient(180deg, rgba(112, 84, 52, 0.15) 0, rgba(112, 84, 52, 0.07) 12%, rgba(18, 11, 6, 0.13) 12%, rgba(18, 11, 6, 0.13) 100%),
    var(--settings-frame-texture);
  background-size: auto, 224px 224px;
  border-width: 6px;
  box-shadow:
    inset 0 3px 0 rgba(229, 198, 145, 0.11),
    inset 3px 0 0 rgba(204, 164, 108, 0.07),
    inset 0 0 0 4px #4a2f17,
    inset 0 -6px 0 #2b180b,
    0 8px 0 #170c06,
    0 14px 0 rgba(23, 12, 6, 0.42);
}

.settings-panel::before {
  content: none;
}

.settings-panel::after {
  content: "";
  position: absolute;
  inset: 16px;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(50, 37, 23, 0.66) 0, rgba(50, 37, 23, 0.56) 16%, rgba(17, 10, 6, 0.44) 16%, rgba(17, 10, 6, 0.44) 100%),
    linear-gradient(180deg, rgba(110, 85, 56, 0.08) 0, rgba(110, 85, 56, 0.03) 16%, rgba(0, 0, 0, 0.05) 16%, rgba(0, 0, 0, 0.05) 100%),
    var(--settings-inset-texture);
  background-size: auto, auto, 192px 192px;
  border: 4px solid rgba(67, 39, 17, 0.84);
  box-shadow:
    inset 0 2px 0 rgba(214, 187, 144, 0.08),
    inset 0 0 0 3px rgba(47, 27, 12, 0.8),
    inset 0 -4px 0 rgba(0, 0, 0, 0.24);
  opacity: 1;
  z-index: 0;
}

.settings-section {
  display: grid;
  gap: 0.9rem;
}

.settings-grid {
  display: grid;
  gap: 0.75rem;
}

.settings-form-grid {
  display: grid;
  gap: 0.75rem;
}

.settings-field {
  display: grid;
  gap: 0.35rem;
}

.settings-field__label {
  color: var(--settings-text-secondary);
  font-family: "Silkscreen", monospace;
  font-size: 0.63rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.settings-field__help {
  color: var(--settings-text-secondary);
  font-family: "VT323", monospace;
  font-size: 1.02rem;
  line-height: 1.15;
}

.settings-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  align-items: center;
}

.settings-panel-content {
  position: relative;
  z-index: 1;
}

.settings-panel-corners {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 2;
}

.settings-panel-corners--compact {
  z-index: 1;
}

.settings-panel-corner {
  position: absolute;
  width: 62px;
  aspect-ratio: 748 / 568;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.74;
}

.settings-hero .settings-panel-corner {
  width: 70px;
}

.settings-panel-corners--compact .settings-panel-corner {
  width: 34px;
}

.settings-panel-edge {
  position: absolute;
  opacity: 0.74;
}

.settings-panel-corners--compact .settings-panel-edge {
  opacity: 0.74;
}

.settings-panel-edge--top,
.settings-panel-edge--bottom {
  left: 30px;
  right: 30px;
  height: 21px;
}

.settings-panel-edge--top {
  top: -7px;
  background-image: var(--settings-edge-top);
  background-repeat: repeat-x;
  background-size: auto 100%;
}

.settings-panel-edge--bottom {
  bottom: -7px;
  background-image: var(--settings-edge-bottom);
  background-repeat: repeat-x;
  background-size: auto 100%;
}

.settings-panel-edge--left,
.settings-panel-edge--right {
  top: 30px;
  bottom: 30px;
  width: 21px;
  background-repeat: repeat-y;
  background-size: 100% auto;
}

.settings-panel-edge--left {
  left: -7px;
  background-image: var(--settings-edge-left);
}

.settings-panel-edge--right {
  right: -7px;
  background-image: var(--settings-edge-right);
}

.settings-hero .settings-panel-edge--top,
.settings-hero .settings-panel-edge--bottom {
  left: 34px;
  right: 34px;
  height: 23px;
}

.settings-hero .settings-panel-edge--left,
.settings-hero .settings-panel-edge--right {
  top: 34px;
  bottom: 34px;
  width: 23px;
}

.settings-panel-corners--compact .settings-panel-edge--top,
.settings-panel-corners--compact .settings-panel-edge--bottom {
  left: 16px;
  right: 16px;
  height: 12px;
}

.settings-panel-corners--compact .settings-panel-edge--top {
  top: -4px;
}

.settings-panel-corners--compact .settings-panel-edge--bottom {
  bottom: -4px;
}

.settings-panel-corners--compact .settings-panel-edge--left,
.settings-panel-corners--compact .settings-panel-edge--right {
  top: 16px;
  bottom: 16px;
  width: 12px;
}

.settings-panel-corners--compact .settings-panel-edge--left {
  left: -4px;
}

.settings-panel-corners--compact .settings-panel-edge--right {
  right: -4px;
}

.settings-panel-corner--tl {
  top: -9px;
  left: -9px;
  background-image: var(--settings-corner-tl);
}

.settings-panel-corner--tr {
  top: -9px;
  right: -9px;
  background-image: var(--settings-corner-tr);
}

.settings-panel-corner--bl {
  bottom: -9px;
  left: -9px;
  background-image: var(--settings-corner-bl);
}

.settings-panel-corner--br {
  right: -9px;
  bottom: -9px;
  background-image: var(--settings-corner-br);
}

.settings-hero .settings-panel-corner--tl,
.settings-hero .settings-panel-corner--tr,
.settings-hero .settings-panel-corner--bl,
.settings-hero .settings-panel-corner--br {
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}

.settings-hero .settings-panel-corner--tl {
  top: -10px;
  left: -10px;
}

.settings-hero .settings-panel-corner--tr {
  top: -10px;
  right: -10px;
}

.settings-hero .settings-panel-corner--bl {
  bottom: -10px;
  left: -10px;
}

.settings-hero .settings-panel-corner--br {
  right: -10px;
  bottom: -10px;
}

.settings-panel-corners--compact .settings-panel-corner--tl {
  top: -5px;
  left: -5px;
}

.settings-panel-corners--compact .settings-panel-corner--tr {
  top: -5px;
  right: -5px;
}

.settings-panel-corners--compact .settings-panel-corner--bl {
  bottom: -5px;
  left: -5px;
}

.settings-panel-corners--compact .settings-panel-corner--br {
  right: -5px;
  bottom: -5px;
}

.settings-status-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  align-items: center;
}

.settings-service-row {
  display: grid;
  gap: 0.45rem;
}

.settings-service-row__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  align-items: center;
}

.settings-service-note {
  color: var(--settings-text-secondary);
  font-family: "VT323", monospace;
  font-size: 1.02rem;
  line-height: 1.12;
}

.settings-wood-card {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(52, 38, 23, 0.58) 0, rgba(52, 38, 23, 0.5) 14%, rgba(16, 10, 6, 0.34) 14%, rgba(16, 10, 6, 0.34) 100%),
    linear-gradient(180deg, rgba(106, 81, 54, 0.08) 0, rgba(106, 81, 54, 0.03) 14%, rgba(0, 0, 0, 0.04) 14%, rgba(0, 0, 0, 0.04) 100%),
    var(--settings-inset-texture);
  background-size: auto, auto, 184px 184px;
  border: 5px solid #3a220f;
  box-shadow:
    inset 0 2px 0 rgba(204, 178, 136, 0.08),
    inset 0 0 0 3px rgba(58, 34, 15, 0.8),
    inset 0 -4px 0 rgba(0, 0, 0, 0.2),
    0 5px 0 rgba(23, 12, 6, 0.7);
}

.settings-wood-card::before {
  content: "";
  position: absolute;
  inset: 6px;
  pointer-events: none;
  border: 3px solid rgba(98, 63, 28, 0.7);
  background:
    linear-gradient(180deg, rgba(68, 50, 30, 0.42) 0, rgba(68, 50, 30, 0.32) 18%, rgba(19, 11, 6, 0.22) 18%, rgba(19, 11, 6, 0.22) 100%),
    linear-gradient(180deg, rgba(116, 89, 58, 0.05) 0, rgba(116, 89, 58, 0.02) 18%, rgba(0, 0, 0, 0.04) 18%, rgba(0, 0, 0, 0.04) 100%),
    var(--settings-inset-texture);
  background-size: auto, auto, 168px 168px;
  opacity: 0.62;
}

.settings-wood-card > * {
  position: relative;
  z-index: 1;
}

.settings-attribution {
  display: grid;
  gap: 0.45rem;
  padding-top: 0.15rem;
}

.settings-attribution a {
  font-family: "VT323", monospace;
  font-size: 1rem;
}

.settings-panel .page-title,
.settings-hero .page-title {
  color: var(--settings-text-primary);
}

.settings-panel .panel-note,
.settings-hero .panel-note {
  color: var(--settings-text-secondary);
}

.settings-panel .section-kicker,
.settings-hero .section-kicker {
  color: var(--settings-text-secondary);
}

.settings-page .wood-option-card__label {
  color: var(--settings-text-primary);
}

.settings-page .wood-option-card__note,
.settings-page .wood-inline-note,
.settings-page .wood-status-banner__text {
  color: var(--settings-text-secondary);
}

.settings-page .wood-option-card,
.settings-page .metal-button,
.settings-page .metal-button-primary,
.settings-page .metal-button-danger {
  background-size: auto, 132px 132px;
}

.settings-page .wood-option-card {
  background:
    linear-gradient(180deg, rgba(255, 241, 214, 0.08) 0, rgba(255, 241, 214, 0.03) 14%, rgba(0, 0, 0, 0.06) 14%, rgba(0, 0, 0, 0.06) 100%),
    var(--settings-button-texture);
  border-width: 5px;
}

.settings-page .wood-option-card::before {
  content: none;
}

.settings-page .wood-option-card > *:not(.settings-panel-corners) {
  position: relative;
  z-index: 2;
}

.settings-page .wood-option-card--selected {
  background:
    linear-gradient(180deg, rgba(255, 247, 228, 0.16) 0, rgba(255, 247, 228, 0.08) 14%, rgba(0, 0, 0, 0.04) 14%, rgba(0, 0, 0, 0.04) 100%),
    var(--settings-button-texture);
  border-color: #e1af63;
}

.settings-page .metal-button,
.settings-page .metal-button-primary,
.settings-page .metal-button-danger {
  background-image:
    linear-gradient(180deg, rgba(255, 241, 214, 0.1) 0, rgba(255, 241, 214, 0.03) 18%, rgba(0, 0, 0, 0.08) 18%, rgba(0, 0, 0, 0.08) 100%),
    var(--settings-button-texture);
}

.settings-page .field-input {
  background:
    linear-gradient(180deg, rgba(46, 34, 22, 0.56) 0, rgba(46, 34, 22, 0.46) 16%, rgba(16, 9, 6, 0.32) 16%, rgba(16, 9, 6, 0.32) 100%),
    linear-gradient(180deg, rgba(108, 82, 54, 0.05) 0, rgba(108, 82, 54, 0.02) 16%, rgba(0, 0, 0, 0.05) 16%, rgba(0, 0, 0, 0.05) 100%),
    var(--settings-inset-texture);
  background-size: auto, auto, 168px 168px;
}

[data-theme="light"] .settings-hero,
[data-theme="light"] .settings-panel {
  --settings-frame-texture: url("/emberforge-v2/props/uploads/darkframetile/darkframetile-sunlit.png");
  --settings-inset-texture: url("/emberforge-v2/props/uploads/lightinsettile/lightinsettile-sunlit.png");
  --settings-edge-top: url("/emberforge-v2/props/uploads/borderedgeaccenttile/borderedgeaccenttile-sunlit.png");
  --settings-edge-bottom: url("/emberforge-v2/props/uploads/borderedgeaccenttile/borderedgeaccenttile-sunlit-bottom.png");
  --settings-edge-left: url("/emberforge-v2/props/uploads/borderedgeaccenttile/borderedgeaccenttile-sunlit-left.png");
  --settings-edge-right: url("/emberforge-v2/props/uploads/borderedgeaccenttile/borderedgeaccenttile-sunlit-right.png");
  --settings-corner-tr: url("/emberforge-v2/props/uploads/cornerjoinaccenttile/cornerjoinaccenttile-tr-sunlit.png");
  --settings-corner-tl: url("/emberforge-v2/props/uploads/cornerjoinaccenttile/cornerjoinaccenttile-tl-sunlit.png");
  --settings-corner-br: url("/emberforge-v2/props/uploads/cornerjoinaccenttile/cornerjoinaccenttile-br-sunlit.png");
  --settings-corner-bl: url("/emberforge-v2/props/uploads/cornerjoinaccenttile/cornerjoinaccenttile-bl-sunlit.png");
  color: var(--settings-text-on-light);
  background:
    linear-gradient(180deg, rgba(255, 243, 220, 0.38) 0, rgba(255, 243, 220, 0.28) 100%),
    linear-gradient(180deg, rgba(196, 152, 90, 0.18) 0, rgba(196, 152, 90, 0.08) 12%, rgba(140, 100, 50, 0.10) 12%, rgba(140, 100, 50, 0.10) 100%),
    var(--settings-frame-texture);
  background-size: auto, auto, 224px 224px;
  box-shadow:
    inset 0 4px 0 rgba(255, 249, 236, 0.28),
    inset 4px 0 0 rgba(245, 211, 156, 0.12),
    inset 0 0 0 4px #7b5b2f,
    inset 0 -6px 0 #5d3f1f,
    0 8px 0 #3a230d,
    0 14px 0 rgba(58, 35, 13, 0.26);
}

[data-theme="light"] .settings-panel::after,
[data-theme="light"] .settings-hero::after {
  background:
    linear-gradient(180deg, rgba(255, 250, 238, 0.82) 0, rgba(255, 246, 228, 0.64) 16%, rgba(240, 220, 185, 0.38) 16%, rgba(240, 220, 185, 0.38) 100%),
    linear-gradient(180deg, rgba(187, 148, 94, 0.08) 0, rgba(187, 148, 94, 0.03) 16%, rgba(0, 0, 0, 0.03) 16%, rgba(0, 0, 0, 0.03) 100%),
    var(--settings-inset-texture);
  background-size: auto, auto, 192px 192px;
}

[data-theme="light"] .settings-panel::after,
[data-theme="light"] .settings-hero::after,
[data-theme="light"] .settings-wood-card::before {
  border-color: rgba(128, 90, 42, 0.74);
}

[data-theme="light"] .settings-wood-card {
  background:
    linear-gradient(180deg, rgba(255, 249, 237, 0.90) 0, rgba(252, 242, 222, 0.76) 14%, rgba(240, 222, 188, 0.52) 14%, rgba(240, 222, 188, 0.52) 100%),
    linear-gradient(180deg, rgba(187, 148, 94, 0.08) 0, rgba(187, 148, 94, 0.03) 14%, rgba(0, 0, 0, 0.03) 14%, rgba(0, 0, 0, 0.03) 100%),
    var(--settings-inset-texture);
  background-size: auto, auto, 184px 184px;
  border-color: #8b6840;
  box-shadow:
    inset 0 2px 0 rgba(255, 250, 238, 0.48),
    inset 0 0 0 3px rgba(196, 162, 116, 0.82),
    inset 0 -4px 0 rgba(134, 96, 52, 0.2),
    0 5px 0 rgba(111, 79, 40, 0.42);
}

[data-theme="light"] .settings-wood-card::before {
  background:
    linear-gradient(180deg, rgba(255, 250, 240, 0.8) 0, rgba(248, 238, 216, 0.48) 18%, rgba(217, 198, 163, 0.22) 18%, rgba(217, 198, 163, 0.22) 100%),
    linear-gradient(180deg, rgba(187, 148, 94, 0.05) 0, rgba(187, 148, 94, 0.02) 18%, rgba(0, 0, 0, 0.02) 18%, rgba(0, 0, 0, 0.02) 100%),
    var(--settings-inset-texture);
  background-size: auto, auto, 168px 168px;
  opacity: 1;
}

[data-theme="light"] .settings-panel .page-title,
[data-theme="light"] .settings-hero .page-title {
  color: var(--settings-text-on-light);
  text-shadow: none;
}

[data-theme="light"] .settings-panel .section-kicker,
[data-theme="light"] .settings-hero .section-kicker {
  color: var(--settings-text-on-light-secondary);
}

[data-theme="light"] .settings-panel .panel-note,
[data-theme="light"] .settings-hero .panel-note,
[data-theme="light"] .settings-field__help,
[data-theme="light"] .settings-service-note,
[data-theme="light"] .settings-page .wood-option-card__note,
[data-theme="light"] .settings-page .wood-inline-note,
[data-theme="light"] .settings-page .wood-status-banner__text {
  color: var(--settings-text-on-light-secondary);
  text-shadow: none;
}

[data-theme="light"] .settings-field__label,
[data-theme="light"] .settings-page .wood-option-card__label {
  color: var(--settings-text-on-light);
}

[data-theme="light"] .settings-page .wood-option-card {
  color: var(--settings-text-on-light);
  background:
    linear-gradient(180deg, rgba(255, 248, 232, 0.76) 0, rgba(245, 228, 198, 0.52) 14%, rgba(204, 173, 125, 0.18) 14%, rgba(204, 173, 125, 0.18) 100%),
    var(--settings-button-texture);
}

[data-theme="light"] .settings-page .wood-option-card--selected {
  background:
    linear-gradient(180deg, rgba(255, 251, 240, 0.92) 0, rgba(248, 233, 205, 0.72) 14%, rgba(215, 183, 127, 0.28) 14%, rgba(215, 183, 127, 0.28) 100%),
    var(--settings-button-texture);
  border-color: #8f6b40;
}

[data-theme="light"] .settings-page .metal-button,
[data-theme="light"] .settings-page .metal-button-primary {
  color: #2b1e12;
}

[data-theme="light"] .settings-page .field-input {
  color: var(--settings-text-on-light);
  background:
    linear-gradient(180deg, rgba(255, 251, 242, 0.92) 0, rgba(246, 235, 212, 0.8) 16%, rgba(226, 208, 176, 0.46) 16%, rgba(226, 208, 176, 0.46) 100%),
    linear-gradient(180deg, rgba(187, 148, 94, 0.05) 0, rgba(187, 148, 94, 0.02) 16%, rgba(0, 0, 0, 0.03) 16%, rgba(0, 0, 0, 0.03) 100%),
    var(--settings-inset-texture);
  background-size: auto, auto, 168px 168px;
  border-color: #8b6840;
  box-shadow:
    inset 0 2px 0 rgba(255, 255, 245, 0.58),
    inset 0 0 0 2px rgba(214, 177, 128, 0.88),
    inset 0 -2px 0 rgba(146, 111, 65, 0.18);
}

[data-theme="light"] .settings-page .field-input::-moz-placeholder {
  color: var(--settings-text-on-light-muted);
}

[data-theme="light"] .settings-page .field-input::placeholder {
  color: var(--settings-text-on-light-muted);
}

[data-theme="light"] .fellowship-sidebar {
  background: rgba(252, 244, 227, 0.94);
  border-right-color: rgba(145, 109, 62, 0.34);
}

[data-theme="light"] .fellowship-sidebar-header {
  border-bottom-color: rgba(145, 109, 62, 0.28);
}

[data-theme="light"] .fellowship-sidebar-group-label {
  color: #5a3b1c;
}

[data-theme="light"] .fellowship-sidebar-row {
  border-color: rgba(145, 109, 62, 0.18) !important;
}

[data-theme="light"] .fellowship-sidebar-row:hover,
[data-theme="light"] .fellowship-sidebar-row:focus-visible {
  background: rgba(233, 207, 162, 0.36) !important;
  border-color: rgba(145, 109, 62, 0.3) !important;
}

[data-theme="light"] .fellowship-sidebar-row.is-active {
  background: rgba(222, 188, 134, 0.48) !important;
  border-color: rgba(145, 109, 62, 0.42) !important;
}

[data-theme="light"] .fellowship-sidebar-row__label {
  color: var(--text-main) !important;
}

[data-theme="light"] .fellowship-sidebar-row__subtitle {
  color: var(--text-faint) !important;
}

[data-theme="light"] .fellowship-sidebar-council-avatar {
  background: rgba(181, 134, 68, 0.34) !important;
  border-color: rgba(145, 109, 62, 0.44) !important;
}

[data-theme="light"] .fellowship-thread-header {
  background: rgba(250, 241, 223, 0.92) !important;
  border-bottom-color: rgba(145, 109, 62, 0.3) !important;
}

[data-theme="light"] .fellowship-thread-header__title {
  color: var(--text-main) !important;
}

[data-theme="light"] .fellowship-thread-header__subtitle {
  color: var(--text-faint) !important;
}

[data-theme="light"] .fellowship-thread-header .fellowship-thread-avatar--council {
  background: rgba(181, 134, 68, 0.34) !important;
  border-color: rgba(145, 109, 62, 0.44) !important;
}

[data-theme="light"] .fellowship-chat-card {
  color: var(--text-main) !important;
  border-color: #8b6840 !important;
  background:
    repeating-linear-gradient(0deg, rgba(120, 90, 52, 0.025) 0 2px, rgba(255, 252, 244, 0.02) 2px 6px),
    linear-gradient(180deg, #f8eed9 0%, #ead8b6 18%, #ddc49a 18%, #ddc49a 100%) !important;
  box-shadow:
    inset 0 3px 0 rgba(255, 255, 248, 0.42),
    inset 0 0 0 3px #d0b07e,
    inset 0 -4px 0 rgba(146, 111, 65, 0.22),
    0 5px 0 rgba(135, 96, 52, 0.3) !important;
}

[data-theme="light"] .fellowship-attachment-bar,
[data-theme="light"] .fellowship-drop-banner,
[data-theme="light"] .fellowship-attachment-card,
[data-theme="light"] .fellowship-chat-note {
  color: var(--text-main) !important;
  border-color: rgba(139, 104, 64, 0.58) !important;
  background:
    linear-gradient(180deg, rgba(255, 248, 232, 0.92), rgba(232, 210, 174, 0.82)) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 248, 0.48),
    inset 0 0 0 1px rgba(208, 176, 126, 0.6) !important;
}

[data-theme="light"] .fellowship-attachment-card:hover {
  background:
    linear-gradient(180deg, rgba(255, 250, 238, 0.96), rgba(226, 201, 158, 0.9)) !important;
}

[data-theme="light"] .fellowship-attachment-card__icon {
  color: #5a3b1c !important;
  border-color: rgba(139, 104, 64, 0.5) !important;
  background: rgba(214, 183, 127, 0.42) !important;
}

[data-theme="light"] .settings-status-row .text-\[var\(--text-dim\)\],
[data-theme="light"] .settings-service-row .text-\[var\(--text-dim\)\] {
  color: var(--settings-text-on-light-secondary);
}

@media (max-width: 640px) {
  .text-\[11px\],
  .meta-copy,
  .support-copy,
  .micro-copy {
    font-size: 0.86rem;
    line-height: 1.2;
  }

  .text-\[10px\] {
    font-size: 0.79rem;
    line-height: 1.2;
  }

  .settings-field__label {
    font-size: 0.69rem;
  }

  .settings-field__help,
  .settings-service-note {
    font-size: 1.08rem;
    line-height: 1.18;
  }
}

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

/* Leaflet overrides */

.leaflet-container {
  background: #19120d;
}

.quest-map {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 50%, rgba(68, 78, 96, 0.12), rgba(20, 18, 16, 0.94) 76%),
    linear-gradient(180deg, #27221d 0%, #14110f 100%);
  box-shadow:
    inset 0 0 0 1px rgba(104, 75, 36, 0.6),
    inset 0 0 0 12px rgba(34, 24, 14, 0.18);
}

.quest-map::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 340;
  background:
    linear-gradient(115deg, rgba(75, 90, 112, 0.06) 0%, transparent 34%, rgba(34, 39, 48, 0.12) 100%),
    repeating-linear-gradient(0deg, rgba(60, 67, 78, 0.035) 0 2px, transparent 2px 7px),
    repeating-linear-gradient(90deg, rgba(72, 78, 88, 0.025) 0 1px, transparent 1px 6px),
    radial-gradient(circle at 16% 22%, rgba(88, 102, 124, 0.06) 0 12%, transparent 13% 100%),
    radial-gradient(circle at 78% 70%, rgba(78, 88, 106, 0.05) 0 10%, transparent 11% 100%);
  mix-blend-mode: multiply;
  opacity: 0.54;
}

.quest-map::after {
  content: "✦";
  position: absolute;
  right: 18px;
  top: 18px;
  width: 88px;
  height: 88px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  border: 1px solid rgba(121, 88, 44, 0.5);
  color: rgba(196, 166, 108, 0.34);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 28px;
  letter-spacing: 0.12em;
  background:
    radial-gradient(circle at 50% 50%, rgba(153, 119, 68, 0.12) 0%, rgba(78, 56, 31, 0.1) 62%, transparent 70%);
  box-shadow:
    inset 0 0 0 6px rgba(95, 67, 32, 0.08),
    0 0 0 1px rgba(242, 220, 167, 0.06);
  opacity: 0.34;
  pointer-events: none;
  z-index: 341;
}

.quest-map .leaflet-tile-pane {
  filter: saturate(0.82) hue-rotate(8deg) brightness(0.94) contrast(1.42);
  opacity: 0.99;
}

.quest-map .leaflet-control-zoom a {
  background: rgba(56, 39, 22, 0.92);
  color: #ecd7a2;
  border-bottom: 1px solid #6a4d27;
  border-right: 1px solid #6a4d27;
  box-shadow: inset 0 0 0 1px rgba(242, 220, 167, 0.08);
  font-family: Georgia, "Times New Roman", serif;
}

.quest-map .leaflet-control-attribution {
  background: rgba(41, 28, 17, 0.82);
  color: #d6c295;
  border-top: 1px solid rgba(114, 82, 43, 0.5);
  border-left: 1px solid rgba(114, 82, 43, 0.35);
}

.quest-map-atmosphere {
  background:
    radial-gradient(circle at 50% 50%, transparent 32%, rgba(18, 16, 13, 0.28) 54%, rgba(7, 6, 6, 0.82) 100%),
    radial-gradient(circle at 18% 26%, rgba(74, 88, 108, 0.045) 0 5%, transparent 6% 100%),
    radial-gradient(circle at 76% 64%, rgba(72, 82, 98, 0.04) 0 5%, transparent 6% 100%),
    repeating-linear-gradient(135deg, rgba(52, 56, 64, 0.03) 0 2px, transparent 2px 8px);
  background-size: auto, 240px 240px, 280px 280px, 200px 200px;
  mix-blend-mode: multiply;
  opacity: 0.52;
  z-index: 450;
  filter: blur(0.25px);
}

.quest-map .leaflet-overlay-pane path {
  filter: drop-shadow(0 0 8px rgba(251, 191, 36, 0.12));
}

/* Custom pin styles */

.pin-new { background: radial-gradient(circle at 35% 35%, #a3a3a3 0%, #66614f 55%, #32291d 100%); border: 2px solid #d6c8a5; }

.pin-drafted { background: radial-gradient(circle at 35% 35%, #9bb9ce 0%, #4f7088 55%, #263746 100%); border: 2px solid #d8cbad; }

.pin-contacted { background: radial-gradient(circle at 35% 35%, #f0d587 0%, #b6802a 55%, #4f3413 100%); border: 2px solid #f5dfaf; }

.pin-replied { background: radial-gradient(circle at 35% 35%, #9bc7a6 0%, #557d60 55%, #253828 100%); border: 2px solid #dccda9; }

.pin-meeting { background: radial-gradient(circle at 35% 35%, #f0c18b 0%, #ab6c34 55%, #4a2912 100%); border: 2px solid #ecd3a9; }

.pin-quote { background: radial-gradient(circle at 35% 35%, #c8b1db 0%, #6d527f 55%, #31253a 100%); border: 2px solid #e3d6b6; }

.pin-closed-won { background: radial-gradient(circle at 35% 35%, #c9d59a 0%, #73863d 55%, #34401a 100%); border: 3px solid #f4e5b2; }

.pin-closed-lost { background: radial-gradient(circle at 35% 35%, #c58f85 0%, #7f4233 55%, #321510 100%); border: 2px solid #d8b79e; opacity: 0.72; }

.pin-disqualified { background: radial-gradient(circle at 35% 35%, #918578 0%, #584f44 55%, #2d2824 100%); border: 2px solid #b9ab90; opacity: 0.52; }

.lead-pin {
  position: relative;
  border-radius: 999px 999px 999px 999px;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.04em;
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  cursor: pointer;
  color: #fff6dc;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.55);
  box-shadow:
    0 6px 14px rgba(28, 19, 10, 0.42),
    inset 0 1px 0 rgba(255, 244, 215, 0.28);
  transition: transform 0.15s, box-shadow 0.15s;
}

.lead-pin::before {
  content: "";
  position: absolute;
  inset: -8px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(240, 209, 136, 0.42) 0%, rgba(240, 209, 136, 0.1) 44%, transparent 72%);
  opacity: 0;
  transform: scale(0.8);
  transition: opacity 0.15s, transform 0.15s;
}

.lead-pin__core {
  position: relative;
  z-index: 1;
}

.lead-pin:hover {
  transform: scale(1.12);
  box-shadow:
    0 10px 18px rgba(28, 19, 10, 0.5),
    inset 0 1px 0 rgba(255, 244, 215, 0.36);
}

.lead-pin.large { width: 36px; height: 36px; font-size: 12px; }

.lead-pin.selected {
  transform: scale(1.22);
  box-shadow:
    0 0 0 3px rgba(247, 225, 174, 0.72),
    0 0 24px rgba(227, 193, 114, 0.58),
    0 10px 18px rgba(28, 19, 10, 0.5),
    inset 0 1px 0 rgba(255, 244, 215, 0.36);
}

.lead-pin.selected::before {
  opacity: 1;
  transform: scale(1.15);
}

.legend-pin {
  width: 16px;
  height: 16px;
  min-width: 16px;
  font-size: 9px;
  box-shadow: none;
}

.lead-rumor {
  position: relative;
  width: 22px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background:
    radial-gradient(circle at 50% 50%, rgba(233, 214, 165, 0.84) 0%, rgba(153, 113, 61, 0.56) 42%, rgba(34, 26, 19, 0.84) 100%);
  border: 1px solid rgba(235, 205, 149, 0.52);
  color: #f4e6c4;
  font-size: 12px;
  box-shadow:
    0 0 0 2px rgba(66, 46, 20, 0.18),
    0 0 14px rgba(161, 118, 58, 0.16);
  opacity: 0.86;
}

.lead-rumor::before {
  content: "";
  position: absolute;
  inset: -10px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(232, 205, 143, 0.28) 0%, rgba(190, 142, 72, 0.08) 44%, transparent 72%);
  opacity: 0;
  transform: scale(0.75);
  transition: opacity 0.18s, transform 0.18s;
}

.lead-rumor__core {
  position: relative;
  z-index: 1;
}

.lead-rumor:hover {
  transform: scale(1.18);
  opacity: 0.92;
}

.lead-rumor.selected {
  transform: scale(1.28);
  box-shadow:
    0 0 0 3px rgba(231, 213, 169, 0.56),
    0 0 24px rgba(190, 142, 72, 0.4);
  opacity: 0.98;
}

.lead-rumor.selected::before {
  opacity: 1;
  transform: scale(1.2);
}

.lead-rumor.stale-intel {
  background:
    radial-gradient(circle at 50% 50%, rgba(184, 205, 222, 0.62) 0%, rgba(97, 122, 142, 0.4) 42%, rgba(26, 31, 37, 0.86) 100%);
  border: 1px solid rgba(184, 205, 222, 0.42);
  color: #d7e4ef;
  box-shadow:
    0 0 0 2px rgba(39, 55, 70, 0.18),
    0 0 12px rgba(111, 144, 170, 0.12);
  opacity: 0.74;
}

.lead-rumor.stale-intel::before {
  background: radial-gradient(circle, rgba(184, 205, 222, 0.2) 0%, rgba(111, 144, 170, 0.06) 44%, transparent 72%);
}

.lead-rumor.stale-intel:hover {
  opacity: 0.88;
}

.lead-rumor.stale-intel.selected {
  box-shadow:
    0 0 0 3px rgba(197, 219, 235, 0.42),
    0 0 22px rgba(111, 144, 170, 0.28);
}

.home-base-pin {
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #f5e4b4;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.75);
  font-family: Georgia, "Times New Roman", serif;
}

.home-base-pin__icon {
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: radial-gradient(circle at 35% 35%, #f8e7b0 0%, #c28b30 52%, #684518 100%);
  border: 2px solid rgba(255, 230, 166, 0.85);
  box-shadow:
    0 0 0 3px rgba(86, 58, 23, 0.18),
    0 0 18px rgba(244, 211, 141, 0.34);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
}

.home-base-pin__label {
  padding: 4px 8px;
  border-radius: 999px;
  background: rgba(35, 23, 12, 0.88);
  border: 1px solid rgba(219, 181, 95, 0.42);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  white-space: nowrap;
}

/* Scrollbar */

::-webkit-scrollbar { width: 6px; }

::-webkit-scrollbar-track { background: #1a1530; }

::-webkit-scrollbar-thumb { background: #2d2550; border-radius: 3px; }

.clip-hat {
  clip-path: polygon(50% 0%, 90% 100%, 10% 100%);
}

.clip-beard {
  clip-path: polygon(0% 0%, 100% 0%, 80% 100%, 20% 100%);
}

@keyframes beardSway {
  0%, 100% { transform: translateX(-50%) rotate(0deg); }
  50% { transform: translateX(-50%) rotate(2deg); }
}

@keyframes staffGlow {
  0%, 100% { box-shadow: 0 0 4px rgba(147, 231, 255, 0.4); }
  50% { box-shadow: 0 0 14px rgba(147, 231, 255, 0.95); }
}

@keyframes starTwinkle {
  0%, 100% { opacity: 0.3; transform: scale(0.9); }
  50% { opacity: 1; transform: scale(1.2); }
}

@keyframes castShake {
  0%, 100% { transform: translateY(0px); }
  25% { transform: translateY(-2px); }
  75% { transform: translateY(2px); }
}

@keyframes towerWatch {
  0%, 100% { box-shadow: 0 0 30px rgba(91, 68, 148, 0.25); }
  50% { box-shadow: 0 0 40px rgba(245, 158, 11, 0.28); }
}

@keyframes emberforgeBadgePulse {
  0%, 72%, 100% {
    transform: translate(30%, -82%) scale(1);
    box-shadow:
      inset 0 1px 0 rgba(255, 232, 232, 0.18),
      0 6px 14px rgba(0, 0, 0, 0.34),
      0 0 0 0 rgba(232, 49, 49, 0.45);
  }
  8% {
    transform: translate(30%, -82%) scale(1.1);
    box-shadow:
      inset 0 1px 0 rgba(255, 232, 232, 0.22),
      0 8px 18px rgba(0, 0, 0, 0.4),
      0 0 0 10px rgba(232, 49, 49, 0);
  }
  16% {
    transform: translate(30%, -82%) scale(1.08);
    box-shadow:
      inset 0 1px 0 rgba(255, 232, 232, 0.22),
      0 8px 18px rgba(0, 0, 0, 0.4),
      0 0 0 8px rgba(232, 49, 49, 0);
  }
}

.wizard-beard {
  animation: beardSway 3.2s ease-in-out infinite;
}

.wizard-staff-glow {
  animation: staffGlow 2s ease-in-out infinite;
}

.wizard-star {
  animation: starTwinkle 1.8s ease-in-out infinite;
}

.wizard-star-delay {
  animation-delay: 0.9s;
}

.wizard-brow {
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
}

.wizard-casting {
  animation: castShake 0.5s linear infinite;
}

.wizard-tower-watch {
  animation: towerWatch 3s ease-in-out infinite;
}

.emberforge-map-frame {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  border-radius: 24px;
  border: 1px solid rgba(129, 96, 55, 0.88);
  background: #130d08;
  box-shadow:
    inset 0 0 0 1px rgba(233, 211, 171, 0.04),
    inset 0 0 0 4px rgba(35, 24, 14, 0.82),
    0 18px 36px rgba(0, 0, 0, 0.28);
}

.emberforge-map-frame__atmosphere {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
}

.emberforge-map-frame__ember {
  position: absolute;
  width: 16rem;
  height: 16rem;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(241, 174, 94, 0.18) 0%, rgba(241, 174, 94, 0.08) 40%, transparent 72%);
  filter: blur(18px);
  opacity: 0.2;
  animation: emberforgeAtmosphereFloat 18s linear infinite;
}

.emberforge-map-frame__ember--1 {
  left: -4%;
  top: 10%;
}

.emberforge-map-frame__ember--2 {
  right: -8%;
  top: 22%;
  width: 18rem;
  height: 18rem;
  animation-delay: -6s;
}

.emberforge-map-frame__ember--3 {
  left: 32%;
  bottom: -20%;
  width: 20rem;
  height: 20rem;
  animation-delay: -12s;
}

.emberforge-map-frame::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 2;
  background:
    radial-gradient(circle at 18% 22%, rgba(255, 178, 94, 0.12), transparent 14%),
    radial-gradient(circle at 53% 28%, rgba(255, 118, 54, 0.12), transparent 16%),
    radial-gradient(circle at 77% 20%, rgba(240, 227, 180, 0.1), transparent 12%),
    radial-gradient(circle at 71% 44%, rgba(142, 180, 122, 0.08), transparent 18%);
  mix-blend-mode: screen;
  animation: emberforgeTownGlow 9s ease-in-out infinite;
}

.emberforge-map-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 2;
  background:
    linear-gradient(180deg, rgba(13, 9, 6, 0.04), rgba(8, 6, 4, 0.14)),
    radial-gradient(circle at 50% 0%, rgba(255, 233, 188, 0.08), transparent 30%);
}

.emberforge-hotspot {
  position: absolute;
  display: block;
  z-index: 3;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 22px;
  outline: none;
  transform: translate3d(0, 0, 0);
  transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

.emberforge-hotspot::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: radial-gradient(circle at 50% 50%, rgba(221, 190, 124, 0.2), rgba(97, 63, 26, 0.04) 68%, transparent 75%);
  opacity: 0;
  transition: opacity 0.18s ease, transform 0.18s ease;
}

.emberforge-hotspot__ambient {
  position: absolute;
  inset: -18%;
  pointer-events: none;
  z-index: 0;
  opacity: 0.72;
  mix-blend-mode: screen;
}

.emberforge-hotspot__ambient::before,
.emberforge-hotspot__ambient::after {
  content: "";
  position: absolute;
}

.emberforge-hotspot__spotlight {
  position: absolute;
  inset: -10%;
  border-radius: inherit;
  background: radial-gradient(circle at 50% 50%, rgba(239, 214, 166, 0.3), rgba(239, 214, 166, 0.08) 38%, transparent 72%);
  opacity: 0;
  transform: scale(0.86);
  transition: opacity 0.18s ease, transform 0.18s ease;
}

.emberforge-hotspot:hover,
.emberforge-hotspot:focus-visible,
.emberforge-hotspot.is-selected,
.emberforge-hotspot.is-previewed,
.emberforge-hotspot.is-inspected {
  z-index: 8;
  border-color: transparent;
  box-shadow: none;
}

.emberforge-hotspot:hover::before,
.emberforge-hotspot:focus-visible::before,
.emberforge-hotspot.is-selected::before,
.emberforge-hotspot.is-previewed::before,
.emberforge-hotspot.is-inspected::before {
  opacity: 1;
  transform: scale(1.02);
}

.emberforge-hotspot:hover .emberforge-hotspot__spotlight,
.emberforge-hotspot:focus-visible .emberforge-hotspot__spotlight,
.emberforge-hotspot.is-selected .emberforge-hotspot__spotlight,
.emberforge-hotspot.is-previewed .emberforge-hotspot__spotlight,
.emberforge-hotspot.is-inspected .emberforge-hotspot__spotlight {
  opacity: 1;
  transform: scale(1);
}

.emberforge-hotspot:hover .emberforge-hotspot__pin,
.emberforge-hotspot:focus-visible .emberforge-hotspot__pin,
.emberforge-hotspot.is-selected .emberforge-hotspot__pin,
.emberforge-hotspot.is-previewed .emberforge-hotspot__pin,
.emberforge-hotspot.is-inspected .emberforge-hotspot__pin {
  transform: translate(-50%, -50%) scale(1.06);
  box-shadow:
    0 0 0 1px rgba(241, 214, 159, 0.35),
    0 0 22px rgba(218, 161, 74, 0.28);
}

.emberforge-hotspot.is-selected .emberforge-hotspot__pin {
  transform: translate(-50%, -50%) scale(1.12);
  box-shadow:
    0 0 0 2px rgba(241, 214, 159, 0.45),
    0 0 30px rgba(225, 168, 77, 0.34);
}

.emberforge-hotspot.has-available .emberforge-hotspot__pin {
  animation: emberforgeReadyPulse 4.8s ease-in-out infinite;
}

.emberforge-hotspot.is-busy .emberforge-hotspot__pin {
  box-shadow:
    inset 0 1px 0 rgba(255, 238, 203, 0.14),
    inset 0 0 0 1px rgba(55, 38, 20, 0.56),
    0 10px 22px rgba(0, 0, 0, 0.26),
    0 0 26px rgba(239, 180, 88, 0.16);
}

.emberforge-hotspot.has-ambition .emberforge-hotspot__pin {
  box-shadow:
    inset 0 1px 0 rgba(255, 238, 203, 0.14),
    inset 0 0 0 1px rgba(55, 38, 20, 0.56),
    0 10px 22px rgba(0, 0, 0, 0.26),
    0 0 18px rgba(212, 168, 52, 0.38),
    0 0 36px rgba(212, 168, 52, 0.14);
  animation: emberforgeAmbitionGlow 3.6s ease-in-out infinite;
}

@keyframes emberforgeAmbitionGlow {
  0%, 100% {
    box-shadow:
      inset 0 1px 0 rgba(255, 238, 203, 0.14),
      inset 0 0 0 1px rgba(55, 38, 20, 0.56),
      0 10px 22px rgba(0, 0, 0, 0.26),
      0 0 18px rgba(212, 168, 52, 0.38),
      0 0 36px rgba(212, 168, 52, 0.14);
  }
  50% {
    box-shadow:
      inset 0 1px 0 rgba(255, 238, 203, 0.14),
      inset 0 0 0 1px rgba(55, 38, 20, 0.56),
      0 10px 22px rgba(0, 0, 0, 0.26),
      0 0 26px rgba(212, 168, 52, 0.55),
      0 0 50px rgba(212, 168, 52, 0.22);
  }
}

.emberforge-hotspot__pin {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  width: 46px;
  height: 46px;
  transform: translate(-50%, -50%);
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background:
    radial-gradient(circle at 30% 30%, rgba(255, 238, 198, 0.16), transparent 32%),
    linear-gradient(180deg, rgba(82, 57, 29, 0.94), rgba(35, 24, 14, 0.98));
  border: 1px solid rgba(205, 169, 107, 0.52);
  box-shadow:
    inset 0 1px 0 rgba(255, 238, 203, 0.14),
    inset 0 0 0 1px rgba(55, 38, 20, 0.56),
    0 8px 18px rgba(0, 0, 0, 0.22);
  font-size: 1.05rem;
  pointer-events: none;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.emberforge-hotspot__sigil {
  width: 30px;
  height: 30px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background:
    radial-gradient(circle at 30% 30%, rgba(255, 237, 204, 0.18), transparent 34%),
    linear-gradient(180deg, rgba(101, 71, 37, 0.96), rgba(46, 31, 17, 0.98));
  border: 1px solid rgba(224, 195, 140, 0.4);
  color: #ead3a1;
  box-shadow:
    inset 0 1px 0 rgba(255, 240, 213, 0.12),
    0 3px 8px rgba(0, 0, 0, 0.18);
}

.emberforge-hotspot__label {
  position: absolute;
  left: 50%;
  top: calc(50% + 2.35rem);
  z-index: 2;
  transform: translate(-50%, 0.35rem);
  min-width: 10.5rem;
  max-width: 14rem;
  padding: 0.45rem 0.65rem;
  border-radius: 14px;
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
  background: rgba(28, 19, 11, 0.92);
  border: 1px solid rgba(188, 151, 95, 0.34);
  box-shadow:
    0 10px 22px rgba(0, 0, 0, 0.28),
    inset 0 1px 0 rgba(255, 238, 198, 0.08);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.18s ease, transform 0.18s ease;
}

.emberforge-hotspot:hover .emberforge-hotspot__label,
.emberforge-hotspot:focus-visible .emberforge-hotspot__label,
.emberforge-hotspot.is-selected .emberforge-hotspot__label,
.emberforge-hotspot.is-previewed .emberforge-hotspot__label,
.emberforge-hotspot.is-inspected .emberforge-hotspot__label {
  opacity: 1;
  transform: translate(-50%, 0);
}

.emberforge-hotspot__building {
  color: #efe0be;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.emberforge-hotspot__resident {
  color: rgba(234, 223, 200, 0.88);
  font-size: 0.72rem;
  line-height: 1.25;
}

.emberforge-hotspot__meta {
  display: flex;
  gap: 0.45rem;
  flex-wrap: wrap;
  color: rgba(234, 223, 200, 0.65);
  font-size: 0.62rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.emberforge-hotspot__badge {
  position: absolute;
  left: 50%;
  top: 50%;
  min-width: 24px;
  height: 24px;
  padding: 0 6px;
  transform: translate(30%, -82%);
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(180deg, rgba(236, 56, 56, 1), rgba(159, 18, 18, 1));
  border: 1px solid rgba(255, 229, 229, 0.62);
  color: #fffafa;
  font-family: "Silkscreen", monospace;
  font-size: 0.72rem;
  line-height: 1;
  box-shadow:
    inset 0 1px 0 rgba(255, 232, 232, 0.18),
    0 6px 14px rgba(0, 0, 0, 0.34);
  pointer-events: none;
  z-index: 2;
  animation: emberforgeBadgePulse 4.8s ease-in-out infinite;
}

.emberforge-hotspot__mail-badge {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(26%, -118%);
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  min-width: 30px;
  height: 24px;
  padding: 0 7px;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(245, 211, 122, 0.98), rgba(197, 131, 31, 0.98));
  border: 1px solid rgba(255, 244, 212, 0.72);
  color: #2d1705;
  font-family: "Silkscreen", monospace;
  font-size: 0.67rem;
  line-height: 1;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.2),
    0 6px 14px rgba(0, 0, 0, 0.34);
  pointer-events: none;
  z-index: 3;
  animation: emberforgeBadgePulse 4.8s ease-in-out infinite;
}

.emberforge-hotspot__ambient--forge::before,
.emberforge-hotspot__ambient--forge::after {
  left: 46%;
  top: 18%;
  width: 1.8rem;
  height: 1.8rem;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(255, 198, 122, 0.34) 0%, rgba(255, 198, 122, 0.08) 48%, transparent 72%);
  filter: blur(6px);
  animation: emberforgeSmokeRise 6.5s ease-in-out infinite;
}

.emberforge-hotspot__ambient--forge::after {
  left: 38%;
  top: 24%;
  width: 1.35rem;
  height: 1.35rem;
  animation-delay: -3.2s;
}

.emberforge-hotspot__ambient--clockwork::before,
.emberforge-hotspot__ambient--clockwork::after {
  left: 50%;
  top: 50%;
  border-radius: 999px;
  transform: translate(-50%, -50%);
}

.emberforge-hotspot__ambient--clockwork::before {
  width: 3.5rem;
  height: 3.5rem;
  border: 1px dashed rgba(137, 202, 225, 0.42);
  animation: emberforgeGearSpin 10s linear infinite;
}

.emberforge-hotspot__ambient--clockwork::after {
  width: 2.2rem;
  height: 2.2rem;
  border: 1px solid rgba(137, 202, 225, 0.26);
  animation: emberforgeGearSpin 7s linear infinite reverse;
}

.emberforge-hotspot__ambient--watch::before {
  left: 44%;
  top: 18%;
  width: 4.5rem;
  height: 4.5rem;
  background: conic-gradient(from 0deg, rgba(240, 225, 190, 0), rgba(240, 225, 190, 0.24), rgba(240, 225, 190, 0));
  clip-path: polygon(50% 50%, 78% 0, 100% 0, 100% 100%, 78% 100%);
  transform-origin: 20% 50%;
  animation: emberforgeWatchSweep 5.5s ease-in-out infinite;
  opacity: 0.5;
}

.emberforge-hotspot__ambient--watch::after {
  left: 46%;
  top: 38%;
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 999px;
  background: rgba(245, 226, 186, 0.7);
  box-shadow: 0 0 10px rgba(245, 226, 186, 0.5);
}

.emberforge-hotspot__ambient--arcane::before,
.emberforge-hotspot__ambient--arcane::after {
  left: 50%;
  top: 50%;
  border-radius: 999px;
  transform: translate(-50%, -50%);
}

.emberforge-hotspot__ambient--arcane::before {
  width: 4rem;
  height: 4rem;
  border: 1px solid rgba(251, 226, 154, 0.48);
  box-shadow: 0 0 26px rgba(251, 226, 154, 0.18);
  animation: emberforgeArcanePulse 4.4s ease-in-out infinite;
}

.emberforge-hotspot__ambient--arcane::after {
  width: 1.05rem;
  height: 1.05rem;
  background: radial-gradient(circle, rgba(255, 234, 172, 0.86) 0%, rgba(255, 234, 172, 0) 72%);
  animation: emberforgeArcanePulse 3.2s ease-in-out infinite reverse;
}

.emberforge-hotspot__ambient--trail::before {
  left: 22%;
  top: 50%;
  width: 3.4rem;
  height: 0.12rem;
  background: linear-gradient(90deg, rgba(188, 225, 175, 0), rgba(188, 225, 175, 0.72), rgba(188, 225, 175, 0));
  transform: rotate(-12deg);
  animation: emberforgeTrailSweep 4.8s ease-in-out infinite;
}

.emberforge-hotspot__ambient--trail::after {
  left: 62%;
  top: 38%;
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 999px;
  background: rgba(188, 225, 175, 0.72);
  box-shadow: 0 0 12px rgba(188, 225, 175, 0.45);
  animation: emberforgeTrailSweep 4.8s ease-in-out infinite -2.1s;
}

.emberforge-hotspot__ambient--lantern::before,
.emberforge-hotspot__ambient--lantern::after {
  top: 36%;
  width: 1.1rem;
  height: 1.1rem;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(255, 212, 140, 0.56) 0%, rgba(255, 212, 140, 0) 72%);
  animation: emberforgeLanternFlicker 3.8s ease-in-out infinite;
}

.emberforge-hotspot__ambient--lantern::before {
  left: 36%;
}

.emberforge-hotspot__ambient--lantern::after {
  right: 34%;
  animation-delay: -1.9s;
}

.emberforge-hotspot--proving-forge .emberforge-hotspot__spotlight {
  background: radial-gradient(circle at 50% 50%, rgba(255, 142, 61, 0.36), rgba(255, 142, 61, 0.08) 38%, transparent 72%);
}

.emberforge-hotspot--clockwork-atelier .emberforge-hotspot__spotlight {
  background: radial-gradient(circle at 50% 50%, rgba(107, 183, 209, 0.3), rgba(107, 183, 209, 0.08) 40%, transparent 74%);
}

.emberforge-hotspot--ironwatch-barracks .emberforge-hotspot__spotlight {
  background: radial-gradient(circle at 50% 50%, rgba(224, 192, 146, 0.28), rgba(224, 192, 146, 0.06) 40%, transparent 74%);
}

.emberforge-hotspot--farseer-tower .emberforge-hotspot__spotlight {
  background: radial-gradient(circle at 50% 50%, rgba(244, 220, 151, 0.34), rgba(244, 220, 151, 0.08) 38%, transparent 72%);
}

.emberforge-hotspot--ember-stores .emberforge-hotspot__spotlight {
  background: radial-gradient(circle at 50% 50%, rgba(244, 94, 94, 0.34), rgba(244, 94, 94, 0.08) 38%, transparent 72%);
}

.emberforge-hotspot--ledgerhall .emberforge-hotspot__spotlight {
  background: radial-gradient(circle at 50% 50%, rgba(206, 164, 82, 0.32), rgba(206, 164, 82, 0.08) 40%, transparent 74%);
}

.emberforge-hotspot--ranger-lodge .emberforge-hotspot__spotlight {
  background: radial-gradient(circle at 50% 50%, rgba(122, 176, 108, 0.3), rgba(122, 176, 108, 0.08) 40%, transparent 74%);
}

@keyframes emberforgeTownGlow {
  0%, 100% {
    opacity: 0.74;
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(1.02);
  }
}

@keyframes emberforgeAtmosphereFloat {
  0% {
    transform: translate3d(0, 0, 0) scale(1);
  }
  50% {
    transform: translate3d(0.75rem, -0.5rem, 0) scale(1.06);
  }
  100% {
    transform: translate3d(0, 0, 0) scale(1);
  }
}

@keyframes emberforgeReadyPulse {
  0%, 100% {
    box-shadow:
      inset 0 1px 0 rgba(255, 238, 203, 0.14),
      inset 0 0 0 1px rgba(55, 38, 20, 0.56),
      0 8px 18px rgba(0, 0, 0, 0.22),
      0 0 0 rgba(226, 170, 82, 0);
  }
  50% {
    box-shadow:
      inset 0 1px 0 rgba(255, 238, 203, 0.18),
      inset 0 0 0 1px rgba(55, 38, 20, 0.56),
      0 10px 20px rgba(0, 0, 0, 0.25),
      0 0 18px rgba(226, 170, 82, 0.18);
  }
}

@keyframes emberforgeSmokeRise {
  0% {
    transform: translate3d(0, 0.35rem, 0) scale(0.78);
    opacity: 0;
  }
  18% {
    opacity: 0.46;
  }
  100% {
    transform: translate3d(0.3rem, -1.65rem, 0) scale(1.34);
    opacity: 0;
  }
}

@keyframes emberforgeGearSpin {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

@keyframes emberforgeWatchSweep {
  0%, 100% {
    transform: rotate(-28deg);
    opacity: 0.22;
  }
  50% {
    transform: rotate(22deg);
    opacity: 0.56;
  }
}

@keyframes emberforgeArcanePulse {
  0%, 100% {
    transform: translate(-50%, -50%) scale(0.9);
    opacity: 0.32;
  }
  50% {
    transform: translate(-50%, -50%) scale(1.12);
    opacity: 0.82;
  }
}

@keyframes emberforgeTrailSweep {
  0%, 100% {
    transform: translate3d(-0.35rem, 0, 0) rotate(-12deg);
    opacity: 0.28;
  }
  50% {
    transform: translate3d(0.45rem, 0, 0) rotate(-12deg);
    opacity: 0.82;
  }
}

@keyframes emberforgeLanternFlicker {
  0%, 100% {
    transform: scale(0.94);
    opacity: 0.34;
  }
  35% {
    transform: scale(1.08);
    opacity: 0.74;
  }
  62% {
    transform: scale(0.98);
    opacity: 0.48;
  }
}

.emberforge-quest-watch {
  padding: 0.8rem 0.9rem;
  border-radius: 18px;
  border: 1px solid rgba(117, 86, 48, 0.48);
  background:
    linear-gradient(180deg, rgba(42, 30, 19, 0.94), rgba(25, 18, 11, 0.98)),
    radial-gradient(circle at top, rgba(229, 199, 140, 0.06), transparent 45%);
  box-shadow:
    inset 0 1px 0 rgba(255, 233, 190, 0.05),
    0 8px 18px rgba(0, 0, 0, 0.18);
}

.emberforge-roster-item {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 0.8rem;
  padding: 0.7rem 0.85rem;
  border-radius: 18px;
  border: 1px solid rgba(116, 85, 48, 0.34);
  background:
    linear-gradient(180deg, rgba(34, 25, 17, 0.88), rgba(20, 15, 10, 0.94)),
    radial-gradient(circle at left, rgba(225, 191, 132, 0.05), transparent 45%);
  transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.emberforge-roster-item:hover,
.emberforge-roster-item:focus-visible,
.emberforge-roster-item.is-previewed {
  transform: translateY(-1px);
  border-color: rgba(198, 158, 96, 0.54);
  box-shadow:
    inset 0 1px 0 rgba(255, 233, 190, 0.06),
    0 10px 20px rgba(0, 0, 0, 0.2);
}

.emberforge-roster-item.is-selected {
  border-color: rgba(222, 184, 117, 0.74);
  background:
    linear-gradient(180deg, rgba(62, 43, 24, 0.92), rgba(28, 20, 12, 0.98)),
    radial-gradient(circle at left, rgba(225, 191, 132, 0.12), transparent 46%);
  box-shadow:
    inset 0 1px 0 rgba(255, 233, 190, 0.08),
    0 12px 24px rgba(0, 0, 0, 0.22);
}

.player-sprite-debug__card {
  border: 1px solid rgba(128, 96, 55, 0.24);
  background:
    linear-gradient(180deg, rgba(255, 246, 227, 0.06), rgba(58, 35, 19, 0.14)),
    rgba(20, 14, 10, 0.72);
  border-radius: 22px;
  padding: 1rem;
  display: grid;
  gap: 0.9rem;
}

.player-sprite-debug__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: space-between;
  align-items: end;
}

.player-sprite-debug__direction {
  font-size: 0.95rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--text-warm);
}

.player-sprite-debug__source {
  font-size: 0.78rem;
  color: var(--text-faint);
}

.player-sprite-debug__stats {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  font-size: 0.74rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--text-faint);
}

.player-sprite-debug__row-strip,
.player-sprite-debug__frame {
  position: relative;
  overflow: hidden;
  image-rendering: pixelated;
  border-radius: 16px;
  background:
    linear-gradient(180deg, rgba(250, 245, 232, 0.06), rgba(35, 24, 17, 0.45)),
    rgba(10, 8, 7, 0.82);
  border: 1px solid rgba(181, 138, 79, 0.18);
}

.player-sprite-debug__sheet-image {
  position: absolute;
  top: 0;
  left: 0;
  max-width: none;
  image-rendering: pixelated;
}

.player-sprite-debug__centerline,
.player-sprite-debug__baseline {
  position: absolute;
  pointer-events: none;
}

.player-sprite-debug__centerline {
  top: 0;
  bottom: 0;
  left: 50%;
  width: 1px;
  transform: translateX(-0.5px);
  background: rgba(255, 96, 96, 0.9);
  box-shadow: 0 0 0 1px rgba(255, 96, 96, 0.08);
}

.player-sprite-debug__centerline--row {
  left: 24px;
}

.player-sprite-debug__baseline {
  left: 0;
  right: 0;
  height: 1px;
  background: rgba(96, 204, 255, 0.88);
  box-shadow: 0 0 0 1px rgba(96, 204, 255, 0.08);
}

.player-sprite-debug__frames {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(74px, 1fr));
  gap: 0.75rem;
}

.player-sprite-debug__frame-slot {
  display: grid;
  gap: 0.35rem;
}

.player-sprite-debug__frame-label {
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  color: var(--text-faint);
}

.player-sprite-tuner__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 1rem;
}

.player-sprite-tuner__toolbar {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem 1rem;
  align-items: end;
  justify-content: space-between;
}

.player-sprite-tuner__select-wrap {
  display: grid;
  gap: 0.3rem;
  min-width: 12rem;
}

.player-sprite-tuner__select-wrap span,
.player-sprite-tuner__checkbox span {
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  color: var(--text-faint);
}

.player-sprite-tuner__select {
  border-radius: 12px;
  border: 1px solid rgba(181, 138, 79, 0.28);
  background: linear-gradient(180deg, rgba(58, 42, 28, 0.96), rgba(34, 24, 16, 0.98));
  color: rgba(248, 235, 205, 0.96);
  padding: 0.65rem 0.8rem;
  font-weight: 600;
}

.player-sprite-tuner__select option {
  background: #2b1d13;
  color: rgba(248, 235, 205, 0.96);
}

.player-sprite-tuner__checkbox {
  display: flex;
  align-items: center;
  gap: 0.55rem;
}

.player-sprite-tuner__checkbox input {
  accent-color: #d9a85a;
}

.player-sprite-tuner__checkbox span {
  color: rgba(248, 235, 205, 0.92);
  font-weight: 600;
}

.player-sprite-tuner__button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
}

.player-sprite-tuner__button-row .metal-button-primary,
.player-sprite-tuner__button-row .metal-button {
  color: rgba(248, 235, 205, 0.96);
}

.player-sprite-tuner__saved-summary {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.player-sprite-tuner__persist {
  border-radius: 14px;
  padding: 0.7rem 0.9rem;
  background: rgba(52, 75, 39, 0.4);
  border: 1px solid rgba(134, 182, 111, 0.24);
  color: rgba(232, 244, 220, 0.96);
  font-size: 0.84rem;
  white-space: pre-wrap;
}

.player-sprite-tuner__persist.is-error {
  background: rgba(92, 43, 31, 0.52);
  border-color: rgba(201, 112, 90, 0.32);
  color: rgba(252, 224, 216, 0.96);
}

.player-sprite-tuner__readiness {
  border-radius: 18px;
  padding: 0.9rem 1rem;
  display: grid;
  gap: 0.7rem;
  border: 1px solid rgba(181, 138, 79, 0.24);
}

.player-sprite-tuner__readiness.is-ready {
  background: linear-gradient(180deg, rgba(56, 83, 44, 0.46), rgba(20, 39, 16, 0.62));
}

.player-sprite-tuner__readiness.is-blocked {
  background: linear-gradient(180deg, rgba(88, 55, 29, 0.5), rgba(34, 21, 12, 0.72));
}

.player-sprite-tuner__readiness-title {
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.11em;
  color: rgba(250, 237, 206, 0.96);
}

.player-sprite-tuner__readiness-copy {
  font-size: 0.88rem;
  color: rgba(237, 223, 194, 0.9);
}

.player-sprite-tuner__coverage-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 0.55rem;
}

.player-sprite-tuner__coverage-pill {
  display: flex;
  justify-content: space-between;
  gap: 0.5rem;
  padding: 0.45rem 0.6rem;
  border-radius: 12px;
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.player-sprite-tuner__coverage-pill.is-direct {
  background: rgba(46, 88, 49, 0.62);
  color: rgba(234, 244, 215, 0.96);
}

.player-sprite-tuner__coverage-pill.is-mirror {
  background: rgba(53, 65, 98, 0.58);
  color: rgba(224, 233, 250, 0.96);
}

.player-sprite-tuner__coverage-pill.is-missing {
  background: rgba(95, 47, 35, 0.58);
  color: rgba(250, 221, 208, 0.96);
}

.player-sprite-tuner__saved-pill {
  padding: 0.35rem 0.55rem;
  border-radius: 999px;
  border: 1px solid rgba(181, 138, 79, 0.18);
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: rgba(229, 210, 176, 0.92);
  background: rgba(52, 37, 25, 0.78);
  font-weight: 600;
}

.player-sprite-tuner__saved-pill.is-saved {
  color: rgba(255, 232, 181, 0.98);
  border-color: rgba(210, 170, 106, 0.44);
  background: linear-gradient(180deg, rgba(119, 78, 34, 0.88), rgba(77, 50, 24, 0.94));
}

.player-sprite-tuner__panel {
  display: grid;
  gap: 0.5rem;
}

.player-sprite-tuner__panel-title {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--text-faint);
}

.player-sprite-tuner__canvas {
  width: 100%;
  display: block;
  border-radius: 18px;
  border: 1px solid rgba(181, 138, 79, 0.18);
  background:
    linear-gradient(180deg, rgba(250, 245, 232, 0.06), rgba(35, 24, 17, 0.45)),
    rgba(10, 8, 7, 0.82);
}

.player-sprite-tuner__canvas--processed {
  image-rendering: pixelated;
}

.player-sprite-tuner__field-wrap {
  display: grid;
  gap: 0.2rem;
  min-width: 10rem;
}

.player-sprite-tuner__field-wrap span {
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  color: var(--text-faint);
}

.player-sprite-tuner__input {
  border-radius: 12px;
  border: 1px solid rgba(181, 138, 79, 0.28);
  background: linear-gradient(180deg, rgba(58, 42, 28, 0.96), rgba(34, 24, 16, 0.98));
  color: rgba(248, 235, 205, 0.96);
  padding: 0.45rem 0.65rem;
  font-weight: 600;
}

.player-sprite-tuner__divider {
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(181, 138, 79, 0.35), transparent);
}

.player-sprite-tuner__controls {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
  gap: 0.85rem 1rem;
}

.player-sprite-tuner__workspace {
  display: grid;
  grid-template-columns: minmax(320px, 440px) minmax(0, 1fr);
  gap: 0.85rem;
  align-items: start;
}

.player-sprite-tuner__workspace-sidebar {
  min-width: 0;
}

.player-sprite-tuner__workspace-preview {
  min-width: 0;
  position: sticky;
  top: 0.9rem;
}

.player-sprite-tuner__editor-layout {
  display: block;
  max-height: calc(100vh - 7.2rem);
  overflow-y: auto;
  padding-right: 0.2rem;
}

.player-sprite-tuner__editor-column {
  display: grid;
  gap: 0.65rem;
  align-content: start;
}

.player-sprite-tuner__editor-card,
.player-sprite-tuner__create-card {
  border-radius: 18px;
  border: 1px solid rgba(181, 138, 79, 0.2);
  background: linear-gradient(180deg, rgba(43, 31, 21, 0.72), rgba(22, 16, 12, 0.88));
  padding: 0.7rem 0.8rem;
  display: grid;
  gap: 0.55rem;
}

.player-sprite-tuner__controls-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 0.5rem 0.65rem;
  align-items: start;
}

.player-sprite-tuner__scale-presets {
  display: grid;
  gap: 0.45rem;
  align-content: start;
}

.player-sprite-tuner__scale-presets-label {
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--text-faint);
}

.player-sprite-tuner__scale-presets-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
}

.player-sprite-tuner__control {
  display: grid;
  gap: 0.2rem;
  align-content: start;
}

.player-sprite-tuner__control-main {
  display: block;
}

.player-sprite-tuner__control-label {
  display: flex;
  justify-content: space-between;
  gap: 0.5rem;
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--text-faint);
}

.player-sprite-tuner__control input {
  width: 100%;
}

.player-sprite-tuner__control-number {
  border-radius: 10px;
  border: 1px solid rgba(181, 138, 79, 0.28);
  background: rgba(23, 17, 12, 0.7);
  color: var(--text-main);
  padding: 0.42rem 0.55rem;
  font-size: 0.9rem;
}

.player-sprite-tuner__control-nudges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
}

.player-sprite-tuner__anchor-list {
  display: grid;
  gap: 0.8rem;
}

.player-sprite-tuner__anchor-card {
  display: grid;
  gap: 0.75rem;
  padding: 0.85rem;
  border-radius: 14px;
  border: 1px solid rgba(229, 197, 139, 0.16);
  background: rgba(18, 14, 11, 0.42);
}

.player-sprite-tuner__anchor-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
}

.player-sprite-tuner__create-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 0.75rem 0.9rem;
}

.player-sprite-tuner__readout {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  font-size: 0.78rem;
  color: var(--text-dim);
}

.player-sprite-tuner__building-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}

.player-sprite-tuner__asset-type-card {
  border-radius: 18px;
  border: 1px solid rgba(181, 138, 79, 0.2);
  background: linear-gradient(180deg, rgba(70, 48, 26, 0.42), rgba(29, 20, 13, 0.7));
  padding: 0.95rem 1rem;
  display: grid;
  gap: 0.35rem;
}

.player-sprite-tuner__asset-type-label {
  font-size: 0.74rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: rgba(255, 221, 158, 0.92);
  font-weight: 700;
}

.player-sprite-tuner__asset-type-copy {
  font-size: 0.86rem;
  line-height: 1.5;
  color: rgba(235, 221, 194, 0.9);
}

.player-sprite-tuner__building-preview {
  min-height: 18rem;
  border-radius: 18px;
  border: 1px solid rgba(181, 138, 79, 0.18);
  background:
    linear-gradient(180deg, rgba(250, 245, 232, 0.06), rgba(35, 24, 17, 0.45)),
    rgba(10, 8, 7, 0.82);
  display: grid;
  place-items: center;
  overflow: hidden;
}

.player-sprite-tuner__building-preview-stage {
  position: relative;
}

.player-sprite-tuner__world-grid,
.player-sprite-tuner__world-grid-major {
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: 16px;
}

.player-sprite-tuner__world-grid {
  background-image:
    linear-gradient(rgba(214, 188, 134, 0.12) 1px, transparent 1px),
    linear-gradient(90deg, rgba(214, 188, 134, 0.12) 1px, transparent 1px);
}

.player-sprite-tuner__world-grid-major {
  background-image:
    linear-gradient(rgba(214, 188, 134, 0.05) 2px, transparent 2px),
    linear-gradient(90deg, rgba(214, 188, 134, 0.05) 2px, transparent 2px);
  background-size: 64px 64px;
  opacity: 0.7;
}

.player-sprite-tuner__world-tile-label {
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 0.25rem 0.5rem;
  border-radius: 999px;
  background: rgba(25, 18, 12, 0.86);
  border: 1px solid rgba(181, 138, 79, 0.26);
  color: rgba(241, 226, 196, 0.84);
  font-size: 0.68rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  pointer-events: none;
}

.player-sprite-tuner__world-silhouette {
  position: absolute;
  width: 14px;
  border-radius: 10px 10px 4px 4px;
  background: linear-gradient(180deg, rgba(217, 197, 156, 0.88), rgba(92, 70, 42, 0.94));
  box-shadow:
    inset 0 0 0 1px rgba(255, 240, 206, 0.18),
    0 0 0 1px rgba(34, 23, 12, 0.45);
  pointer-events: none;
}

.player-sprite-tuner__world-silhouette::before {
  content: "";
  position: absolute;
  top: -8px;
  left: 50%;
  width: 10px;
  height: 10px;
  margin-left: -5px;
  border-radius: 999px;
  background: rgba(217, 197, 156, 0.96);
  box-shadow: 0 0 0 1px rgba(34, 23, 12, 0.45);
}

.player-sprite-tuner__tile-preview-stage {
  width: 100%;
  height: 100%;
  border-radius: 16px;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.05),
    inset 0 0 0 6px rgba(0, 0, 0, 0.08);
  background-color: rgba(18, 14, 11, 0.84);
  image-rendering: pixelated;
}

.player-sprite-tuner__building-image {
  position: absolute;
  max-width: none;
  max-height: none;
  image-rendering: pixelated;
}

.player-sprite-tuner__building-overlay {
  position: absolute;
  pointer-events: none;
  box-sizing: border-box;
}

.player-sprite-tuner__building-overlay--footprint {
  border: 2px solid rgba(156, 255, 107, 0.95);
  box-shadow: inset 0 0 0 1px rgba(156, 255, 107, 0.18);
}

.player-sprite-tuner__building-overlay--door {
  border: 2px solid rgba(255, 209, 102, 0.95);
  box-shadow: inset 0 0 0 1px rgba(255, 209, 102, 0.18);
}

.player-sprite-tuner__building-origin {
  position: absolute;
  width: 12px;
  height: 12px;
  margin-left: -6px;
  margin-top: -6px;
  border-radius: 999px;
  background: rgba(255, 122, 162, 0.96);
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.4);
  pointer-events: none;
}

.player-sprite-tuner__building-baseline {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 18px;
  height: 1px;
  background: rgba(96, 204, 255, 0.88);
  box-shadow: 0 0 0 1px rgba(96, 204, 255, 0.08);
}

.player-sprite-tuner__preview-caption {
  padding: 0 1rem 0.9rem;
  text-align: center;
  color: var(--text-faint);
  font-size: 0.78rem;
  line-height: 1.45;
}

.player-sprite-tuner__building-empty {
  padding: 1.5rem;
  text-align: center;
  color: var(--text-faint);
  font-size: 0.88rem;
  line-height: 1.5;
}

@media (max-width: 960px) {
  .player-sprite-tuner__workspace {
    grid-template-columns: 1fr;
  }

  .player-sprite-tuner__workspace-preview {
    position: static;
  }

  .player-sprite-tuner__editor-layout {
    max-height: none;
    overflow: visible;
  }
}

@media (max-width: 640px) {
  .emberforge-map-frame {
    border-radius: 18px;
  }

  .emberforge-map-frame__ember {
    opacity: 0.14;
  }

  .emberforge-hotspot__pin {
    width: 48px;
    height: 48px;
    font-size: 1.1rem;
  }

  .emberforge-hotspot__badge {
    min-width: 22px;
    height: 22px;
    padding: 0 5px;
    font-size: 0.68rem;
  }

  .emberforge-hotspot__label {
    min-width: 9rem;
    max-width: 11rem;
    top: calc(50% + 2.1rem);
    padding: 0.4rem 0.55rem;
  }

  .emberforge-hotspot__building {
    font-size: 0.62rem;
  }

  .emberforge-hotspot__resident {
    font-size: 0.68rem;
  }

  .emberforge-hotspot__meta {
    font-size: 0.58rem;
  }

  .player-sprite-debug__row-strip {
    transform-origin: left top;
    transform: scale(0.88);
    margin-bottom: -8px;
  }
}

@media (max-width: 480px) {
  .panel-pad {
    padding: 0.7rem;
  }

  .emberforge-map-frame {
    border-radius: 14px;
  }

  .emberforge-hotspot__pin {
    width: 36px;
    height: 36px;
  }

  .emberforge-hotspot__sigil svg {
    width: 14px;
    height: 14px;
  }

  .emberforge-hotspot__badge {
    min-width: 18px;
    height: 18px;
    padding: 0 3px;
    font-size: 0.56rem;
  }

  .emberforge-hotspot__label {
    min-width: 6.5rem;
    max-width: 9rem;
    top: calc(50% + 1.6rem);
    padding: 0.3rem 0.45rem;
  }

  .emberforge-hotspot__building {
    font-size: 0.56rem;
  }

  .emberforge-hotspot__resident {
    font-size: 0.62rem;
  }

  .emberforge-hotspot__meta {
    font-size: 0.52rem;
  }
}

/* ── Markdown content (AI delegate outputs) ──────────────────────── */

.markdown-content {
  line-height: 1.65;
  color: var(--text-main);
}

.markdown-content h1,
.markdown-content h2,
.markdown-content h3,
.markdown-content h4 {
  font-family: 'Silkscreen', monospace;
  color: #d6b06a;
  margin-top: 1.25em;
  margin-bottom: 0.5em;
  line-height: 1.3;
}

.markdown-content h1 { font-size: 1.25rem; }

.markdown-content h2 { font-size: 1.1rem; }

.markdown-content h3 { font-size: 0.95rem; }

.markdown-content h4 { font-size: 0.85rem; }

.markdown-content h1:first-child,
.markdown-content h2:first-child,
.markdown-content h3:first-child,
.markdown-content h4:first-child {
  margin-top: 0;
}

.markdown-content p {
  margin-bottom: 0.75em;
}

.markdown-content p:last-child {
  margin-bottom: 0;
}

.markdown-content strong {
  color: #efe0c4;
  font-weight: 600;
}

.markdown-content em {
  color: var(--text-dim);
}

.markdown-content a {
  color: var(--text-link);
  text-decoration: underline;
  text-decoration-thickness: 1.5px;
  text-underline-offset: 0.16em;
  text-decoration-color: color-mix(in srgb, var(--text-link) 42%, transparent 58%);
  transition: color 0.15s ease, text-decoration-color 0.15s ease;
}

.markdown-content a:hover {
  color: var(--text-warm);
  text-decoration-color: currentColor;
}

/* Lists */

.markdown-content ul,
.markdown-content ol {
  padding-left: 1.5em;
  margin-bottom: 0.75em;
}

.markdown-content ul {
  list-style: disc;
}

.markdown-content ol {
  list-style: decimal;
}

.markdown-content li {
  margin-bottom: 0.25em;
}

.markdown-content li::marker {
  color: #d6b06a;
}

/* Task lists (GFM) */

.markdown-content li > input[type="checkbox"] {
  accent-color: #d6b06a;
  margin-right: 0.5em;
}

/* Code — inline */

.markdown-content code {
  font-family: 'Fira Code', 'Cascadia Code', 'JetBrains Mono', monospace;
  font-size: 0.85em;
  background: rgba(15, 11, 8, 0.7);
  border: 1px solid rgba(111, 84, 47, 0.3);
  border-radius: 4px;
  padding: 0.15em 0.4em;
  color: #eadfca;
}

/* Code — fenced blocks */

.markdown-content pre {
  background: rgba(15, 11, 8, 0.85);
  border: 1px solid rgba(111, 84, 47, 0.35);
  border-radius: 8px;
  padding: 0.85em 1em;
  margin-bottom: 0.75em;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.markdown-content pre code {
  background: none;
  border: none;
  padding: 0;
  font-size: 0.82em;
  line-height: 1.55;
  color: #d5cbb5;
}

/* Tables */

.markdown-content table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 0.75em;
  font-size: 0.9em;
}

.markdown-content th {
  background: rgba(111, 84, 47, 0.2);
  color: #d6b06a;
  font-weight: 600;
  text-align: left;
  padding: 0.5em 0.75em;
  border-bottom: 1px solid rgba(111, 84, 47, 0.4);
}

.markdown-content td {
  padding: 0.4em 0.75em;
  border-bottom: 1px solid rgba(111, 84, 47, 0.15);
}

.markdown-content tr:nth-child(even) td {
  background: rgba(15, 11, 8, 0.3);
}

/* Block quotes */

.markdown-content blockquote {
  border-left: 3px solid rgba(214, 176, 106, 0.4);
  padding-left: 1em;
  margin-left: 0;
  margin-bottom: 0.75em;
  color: var(--text-dim);
  font-style: italic;
}

/* Horizontal rules */

.markdown-content hr {
  border: none;
  border-top: 1px solid rgba(111, 84, 47, 0.3);
  margin: 1em 0;
}

/* Quest Board v1.0 polish */

.quest-ledger-page {
  color: #2a1d12;
  background:
    radial-gradient(circle at 18% 0%, rgba(255, 252, 240, 0.34), transparent 30%),
    radial-gradient(circle at 86% 10%, rgba(217, 191, 140, 0.14), transparent 25%),
    repeating-linear-gradient(0deg, rgba(122, 79, 32, 0.022) 0 1px, transparent 1px 6px),
    linear-gradient(180deg, #fbf4e6 0%, #f3e7cf 100%);
}

.quest-ledger-page .section-kicker {
  color: #7a4f20;
  font-weight: 700;
  text-shadow: none;
}

.quest-page-header {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  padding: 1rem 1.1rem;
  border: 1px solid rgba(122, 79, 32, 0.5);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 252, 240, 0.52), transparent 36%),
    linear-gradient(180deg, #fbf4e6 0%, #e8d2a4 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 245, 0.7),
    inset 0 -2px 0 rgba(122, 79, 32, 0.12),
    0 8px 18px rgba(86, 54, 23, 0.12);
}

.quest-page-header__emblem {
  display: inline-flex;
  width: 2.75rem;
  height: 2.75rem;
  align-items: center;
  justify-content: center;
  flex: none;
  border: 1px solid rgba(122, 79, 32, 0.68);
  border-radius: 8px;
  color: #fff2d2;
  background:
    linear-gradient(180deg, #b78335 0%, #7a4f20 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 243, 211, 0.42),
    inset 0 -2px 0 rgba(42, 29, 18, 0.24),
    0 3px 0 rgba(91, 60, 24, 0.2);
}

.quest-page-header__title {
  margin-top: 0.1rem;
  color: #2a1d12;
  font-family: "Silkscreen", monospace;
  font-size: clamp(1.05rem, 2vw, 1.45rem);
  letter-spacing: 0.04em;
  line-height: 1.2;
  text-transform: uppercase;
}

.quest-section {
  overflow: hidden;
  border: 1px solid rgba(122, 79, 32, 0.58);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(74, 47, 24, 0.98), rgba(43, 26, 15, 0.98));
  box-shadow:
    inset 0 1px 0 rgba(255, 230, 180, 0.12),
    0 10px 22px rgba(70, 43, 20, 0.14);
}

.quest-section__header {
  min-height: 3.25rem;
  padding: 0.75rem 0.9rem;
  background:
    linear-gradient(180deg, rgba(255, 250, 232, 0.36), rgba(136, 85, 28, 0.16)),
    linear-gradient(90deg, rgba(122, 79, 32, 0.18), transparent 32%, rgba(122, 79, 32, 0.14)),
    var(--v1-header-woodgrain),
    linear-gradient(180deg, #eac582 0%, #c9954f 100%);
  background-size: auto, auto, 320px 160px, auto;
  border-bottom: 1px solid rgba(183, 131, 53, 0.48);
}

.quest-section__title-wrap {
  min-width: 0;
  color: #5f3c17;
}

.quest-section__icon {
  color: #7a4f20;
}

.quest-section__title {
  color: #2a1d12;
  font-family: "Silkscreen", monospace;
  font-size: 0.9rem;
  letter-spacing: 0.08em;
  line-height: 1.15;
  text-transform: uppercase;
}

.quest-count-badge {
  display: inline-flex;
  min-width: 2.15rem;
  min-height: 1.65rem;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(122, 79, 32, 0.62);
  border-radius: 999px;
  padding: 0.18rem 0.65rem;
  color: #2a1d12;
  background:
    linear-gradient(180deg, #f7e9c9 0%, #d9bf8c 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 242, 0.58),
    0 2px 0 rgba(30, 19, 10, 0.22);
  font-family: "Silkscreen", monospace;
  font-size: 0.72rem;
}

.quest-section__body {
  padding: 1rem;
  color: #2a1d12;
  background:
    radial-gradient(circle at 12% 0%, rgba(255, 252, 240, 0.36), transparent 28%),
    repeating-linear-gradient(0deg, rgba(122, 79, 32, 0.022) 0 1px, transparent 1px 6px),
    linear-gradient(180deg, #fbf4e6 0%, #f3e7cf 100%);
}

.quest-section__locked-tone {
  color: #7a4f20;
}

.quest-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(122, 79, 32, 0.46);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 252, 240, 0.5), transparent 34%),
    linear-gradient(180deg, #fff7e9 0%, #ead5a9 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 246, 0.7),
    inset 0 -2px 0 rgba(122, 79, 32, 0.08),
    0 5px 12px rgba(86, 54, 23, 0.11);
}

.quest-card:hover,
.quest-card:focus-visible {
  border-color: rgba(183, 131, 53, 0.78);
  background:
    linear-gradient(135deg, rgba(255, 252, 240, 0.62), transparent 34%),
    linear-gradient(180deg, #fffaf0 0%, #e8cf9c 100%);
}

.quest-card__inner {
  display: flex;
  align-items: flex-start;
  gap: 0.9rem;
  padding: 0.95rem;
}

.quest-card__main {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
  padding-top: 0.05rem;
}

.quest-card__title {
  color: #2a1d12;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.04rem;
  font-weight: 700;
  line-height: 1.22;
}

.quest-card__chips {
  margin-top: 0.05rem;
}

.quest-card__deeds {
  color: #6d5840;
  font-family: Georgia, "Times New Roman", serif;
  line-height: 1.3;
}

.quest-card__actions {
  display: flex;
  min-width: 8.5rem;
  align-items: center;
  justify-content: flex-end;
  gap: 0.5rem;
  align-self: center;
  flex-wrap: wrap;
}

.quest-narrator__portrait {
  border: 1px solid rgba(122, 79, 32, 0.68);
  border-radius: 7px;
  background:
    linear-gradient(180deg, #b78335, #7a4f20);
  box-shadow:
    inset 0 0 0 1px rgba(255, 241, 208, 0.25),
    0 2px 0 rgba(122, 79, 32, 0.2),
    0 5px 10px rgba(86, 54, 23, 0.12);
}

.quest-narrator__portrait--empty {
  color: #e4c98d;
}

.quest-narrator__lock {
  border: 1px solid rgba(122, 79, 32, 0.72);
  color: #fbf4e6;
  background: rgba(43, 26, 15, 0.96);
  box-shadow: 0 2px 0 rgba(30, 19, 10, 0.24);
}

.quest-narrator__name {
  color: #6d5840;
  font-family: "Silkscreen", monospace;
  letter-spacing: 0.02em;
}

.quest-chip {
  display: inline-flex;
  align-items: center;
  min-height: 1.55rem;
  border: 1px solid rgba(122, 79, 32, 0.38);
  border-radius: 999px;
  padding: 0.22rem 0.6rem;
  color: #6d5840;
  background:
    linear-gradient(180deg, rgba(255, 252, 240, 0.72), rgba(217, 191, 140, 0.34));
  box-shadow: inset 0 1px 0 rgba(255, 255, 245, 0.58);
  font-family: "Silkscreen", monospace;
  font-size: 0.64rem;
  letter-spacing: 0.04em;
  line-height: 1;
  text-transform: uppercase;
}

.quest-chip--reward {
  color: #7a4f20;
  border-color: rgba(183, 131, 53, 0.58);
  background:
    linear-gradient(180deg, #f7e9c9, #dec18a);
}

.quest-button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.35rem;
  border-radius: 6px;
  padding: 0.52rem 0.85rem;
  font-family: "Silkscreen", monospace;
  font-size: 0.72rem;
  letter-spacing: 0.04em;
  line-height: 1;
  text-transform: uppercase;
  transition: transform 0.12s ease, filter 0.12s ease, border-color 0.12s ease, box-shadow 0.12s ease;
}

.quest-button--primary {
  color: #2a1d12;
  border: 1px solid rgba(122, 79, 32, 0.78);
  background:
    linear-gradient(135deg, rgba(255, 248, 224, 0.4), transparent 38%),
    linear-gradient(180deg, #f0d18f 0%, #c99143 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 243, 211, 0.66),
    inset 0 -2px 0 rgba(122, 79, 32, 0.22),
    0 3px 0 rgba(91, 60, 24, 0.2);
}

.quest-button--secondary {
  color: #5b4128;
  border: 1px solid rgba(122, 79, 32, 0.5);
  background:
    linear-gradient(180deg, #fbf4e6 0%, #d9bf8c 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 246, 0.6),
    inset 0 -2px 0 rgba(122, 79, 32, 0.14),
    0 2px 0 rgba(91, 60, 24, 0.14);
}

.quest-button:hover {
  border-color: rgba(183, 131, 53, 0.88);
  filter: brightness(1.04);
  transform: translateY(-1px);
}

.quest-button:active {
  transform: translateY(1px);
}

.quest-button:disabled {
  cursor: not-allowed;
}

.quest-action-state {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  min-height: 2.35rem;
  border-radius: 6px;
  padding: 0.5rem 0.8rem;
  font-family: "Silkscreen", monospace;
  font-size: 0.72rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.quest-action-state--complete {
  color: #284b2d;
  border: 1px solid rgba(78, 122, 62, 0.46);
  background: linear-gradient(180deg, #e4edc6, #b9ce84);
}

.quest-action-state--abandon {
  color: #6b241a;
  border: 1px solid rgba(126, 64, 50, 0.42);
  background: linear-gradient(180deg, #ead1c6, #c99583);
}

.quest-ledger-page .panel-note,
.quest-ledger-page .support-copy {
  color: #6d5840;
}

.quest-ledger-page .text-red-200 {
  color: #7b2318;
}

:root:not([data-theme="light"]) .fellowship-sidebar {
  color: var(--v1-text-main);
  background:
    radial-gradient(circle at 18% 0%, rgba(224, 173, 82, 0.1), transparent 28%),
    repeating-linear-gradient(0deg, rgba(156, 107, 46, 0.035) 0 1px, transparent 1px 5px),
    linear-gradient(180deg, var(--v1-bg-parchment-soft) 0%, var(--v1-bg-parchment) 52%, var(--v1-bg-panel) 100%) !important;
  border-right-color: rgba(156, 107, 46, 0.55) !important;
  box-shadow:
    inset -1px 0 0 var(--v1-highlight-warm),
    6px 0 22px var(--v1-shadow-soft);
}

:root:not([data-theme="light"]) .fellowship-sidebar-header {
  background:
    linear-gradient(180deg, rgba(255, 210, 135, 0.1), rgba(156, 107, 46, 0.1));
  border-bottom-color: rgba(156, 107, 46, 0.38) !important;
}

:root:not([data-theme="light"]) .fellowship-sidebar-header h1,
:root:not([data-theme="light"]) .fellowship-sidebar-row__label,
:root:not([data-theme="light"]) .fellowship-thread-header__title {
  color: var(--v1-text-heading) !important;
}

:root:not([data-theme="light"]) .fellowship-sidebar-group-label {
  color: var(--v1-accent-gold-bright) !important;
}

:root:not([data-theme="light"]) .fellowship-sidebar-group-label::after {
  background: linear-gradient(90deg, rgba(224, 173, 82, 0.36), transparent);
}

:root:not([data-theme="light"]) .fellowship-sidebar-row {
  border-color: rgba(156, 107, 46, 0.22) !important;
  background:
    linear-gradient(180deg, rgba(69, 48, 29, 0.74), rgba(31, 22, 14, 0.62));
  box-shadow:
    inset 0 1px 0 var(--v1-highlight-warm),
    0 3px 9px rgba(0, 0, 0, 0.16);
}

:root:not([data-theme="light"]) .fellowship-sidebar-row:hover,
:root:not([data-theme="light"]) .fellowship-sidebar-row:focus-visible {
  border-color: rgba(224, 173, 82, 0.48) !important;
  background:
    linear-gradient(180deg, rgba(78, 54, 31, 0.88), rgba(41, 29, 18, 0.74)) !important;
}

:root:not([data-theme="light"]) .fellowship-sidebar-row.is-unread:not(.is-active) {
  border-color: rgba(242, 138, 22, 0.42) !important;
  background:
    linear-gradient(180deg, rgba(84, 55, 25, 0.9), rgba(43, 28, 15, 0.78)) !important;
}

:root:not([data-theme="light"]) .fellowship-sidebar-row.is-active {
  border-color: rgba(224, 173, 82, 0.72) !important;
  background:
    linear-gradient(180deg, rgba(84, 57, 28, 0.98), rgba(48, 32, 18, 0.98)) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 210, 135, 0.18),
    inset 0 0 0 1px rgba(194, 138, 54, 0.18),
    0 0 0 1px rgba(13, 8, 4, 0.55),
    0 0 18px rgba(242, 138, 22, 0.08);
}

:root:not([data-theme="light"]) .fellowship-sidebar-row__subtitle,
:root:not([data-theme="light"]) .fellowship-thread-header__subtitle {
  color: var(--v1-text-muted) !important;
}

:root:not([data-theme="light"]) .fellowship-sidebar-row__dot {
  background: var(--v1-accent-green);
  box-shadow: 0 0 0 3px rgba(111, 155, 85, 0.16);
}

:root:not([data-theme="light"]) .fellowship-sidebar-row__dot.is-unread {
  background: var(--v1-accent-orange);
  box-shadow:
    0 0 0 3px rgba(242, 138, 22, 0.18),
    0 0 14px rgba(242, 138, 22, 0.28);
}

:root:not([data-theme="light"]) .fellowship-sidebar img,
:root:not([data-theme="light"]) .fellowship-sidebar-council-avatar,
:root:not([data-theme="light"]) .fellowship-thread-avatar {
  border-color: rgba(156, 107, 46, 0.7) !important;
  box-shadow:
    inset 0 0 0 1px rgba(255, 210, 135, 0.12),
    0 2px 0 rgba(13, 8, 4, 0.65),
    0 6px 12px rgba(0, 0, 0, 0.24);
}

:root:not([data-theme="light"]) .fellowship-sidebar-council-avatar,
:root:not([data-theme="light"]) .fellowship-thread-avatar--council {
  background:
    linear-gradient(180deg, var(--v1-accent-gold), var(--v1-border-brass-soft)) !important;
}

:root:not([data-theme="light"]) .fellowship-version-plaque {
  color: var(--v1-text-heading);
  border-color: rgba(156, 107, 46, 0.68);
  background:
    linear-gradient(180deg, rgba(75, 51, 27, 0.96), rgba(43, 29, 17, 0.98));
  box-shadow:
    inset 0 1px 0 var(--v1-highlight-warm),
    0 3px 0 rgba(13, 8, 4, 0.58);
}

:root:not([data-theme="light"]) .fellowship-thread-header {
  color: var(--v1-text-main);
  background:
    linear-gradient(180deg, rgba(52, 40, 25, 0.98), rgba(29, 21, 13, 0.98)) !important;
  border-bottom-color: rgba(156, 107, 46, 0.48) !important;
  box-shadow:
    inset 0 1px 0 var(--v1-highlight-warm),
    0 4px 16px var(--v1-shadow-soft);
}

:root:not([data-theme="light"]) .fellowship-tool-button,
:root:not([data-theme="light"]) .fellowship-composer-icon-button {
  color: var(--v1-text-heading);
  border-color: rgba(156, 107, 46, 0.62);
  background:
    linear-gradient(180deg, var(--v1-bg-card), var(--v1-bg-parchment-soft));
  box-shadow:
    inset 0 1px 0 var(--v1-highlight-warm),
    inset 0 -2px 0 rgba(13, 8, 4, 0.38),
    0 2px 0 rgba(13, 8, 4, 0.55);
}

:root:not([data-theme="light"]) .fellowship-thread-scroll {
  background:
    radial-gradient(circle at 18% 0%, rgba(224, 173, 82, 0.11), transparent 30%),
    radial-gradient(circle at 88% 12%, rgba(242, 138, 22, 0.08), transparent 26%),
    repeating-linear-gradient(0deg, rgba(156, 107, 46, 0.03) 0 1px, transparent 1px 6px),
    linear-gradient(180deg, var(--v1-bg-parchment) 0%, var(--v1-bg-panel) 100%);
}

:root:not([data-theme="light"]) .fellowship-date-separator > div {
  background: linear-gradient(90deg, transparent, rgba(156, 107, 46, 0.48), transparent);
}

:root:not([data-theme="light"]) .fellowship-date-separator > span {
  color: var(--v1-text-muted);
  border-color: rgba(156, 107, 46, 0.44);
  background: rgba(29, 21, 13, 0.92);
  box-shadow: inset 0 1px 0 var(--v1-highlight-warm);
}

:root:not([data-theme="light"]) .fellowship-unread-separator > div {
  background: linear-gradient(90deg, transparent, rgba(242, 138, 22, 0.78), transparent);
}

:root:not([data-theme="light"]) .fellowship-unread-separator > span {
  color: #f6c56f;
  border-color: rgba(242, 138, 22, 0.54);
  background: rgba(37, 24, 13, 0.94);
  box-shadow:
    inset 0 1px 0 var(--v1-highlight-warm),
    0 2px 8px rgba(0, 0, 0, 0.18);
}

:root:not([data-theme="light"]) .fellowship-message-row {
  color: var(--v1-text-main);
}

:root:not([data-theme="light"]) .fellowship-message-row:hover {
  background: rgba(156, 107, 46, 0.1);
}

:root:not([data-theme="light"]) .fellowship-message-row.is-unread {
  box-shadow: inset 3px 0 0 rgba(242, 138, 22, 0.62);
}

:root:not([data-theme="light"]) .fellowship-message-row.is-mentioned {
  background: rgba(242, 138, 22, 0.13) !important;
}

:root:not([data-theme="light"]) .fellowship-message-body {
  color: var(--v1-text-main) !important;
}

:root:not([data-theme="light"]) .fellowship-message-row .micro-copy,
:root:not([data-theme="light"]) .fellowship-message-row .text-\[var\(--text-faint\)\] {
  color: var(--v1-text-muted) !important;
}

:root:not([data-theme="light"]) .fellowship-attachment-card {
  color: var(--v1-text-main) !important;
  border-color: rgba(156, 107, 46, 0.5) !important;
  background:
    linear-gradient(135deg, rgba(255, 210, 135, 0.08), transparent 36%),
    linear-gradient(180deg, var(--v1-bg-card), var(--v1-bg-parchment-soft)) !important;
  box-shadow:
    inset 0 1px 0 var(--v1-highlight-warm),
    0 6px 16px var(--v1-shadow-soft);
}

:root:not([data-theme="light"]) .fellowship-attachment-card:hover {
  border-color: rgba(224, 173, 82, 0.78) !important;
  background:
    linear-gradient(135deg, rgba(255, 210, 135, 0.12), transparent 36%),
    linear-gradient(180deg, #3b2b19, #2a2116) !important;
}

:root:not([data-theme="light"]) .fellowship-attachment-card__icon {
  color: var(--v1-text-heading) !important;
  border-color: rgba(156, 107, 46, 0.58) !important;
  background:
    linear-gradient(180deg, var(--v1-bg-parchment-soft), var(--v1-bg-panel)) !important;
}

:root:not([data-theme="light"]) .fellowship-quest-banner {
  color: #211309;
  border-color: rgba(224, 173, 82, 0.72);
  background:
    linear-gradient(135deg, rgba(255, 210, 135, 0.32), transparent 38%),
    linear-gradient(180deg, var(--v1-accent-gold-bright) 0%, var(--v1-accent-orange-soft) 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 232, 184, 0.36),
    inset 0 -2px 0 rgba(13, 8, 4, 0.35),
    0 3px 0 rgba(13, 8, 4, 0.58),
    0 0 18px rgba(242, 138, 22, 0.14);
}

:root:not([data-theme="light"]) .fellowship-composer {
  background:
    repeating-linear-gradient(90deg, rgba(255, 210, 135, 0.035) 0 7px, rgba(13, 8, 4, 0.24) 7px 18px),
    linear-gradient(180deg, var(--v1-bg-wood-2) 0%, var(--v1-bg-wood) 100%) !important;
  border-top-color: var(--v1-border-brass-soft) !important;
  box-shadow:
    inset 0 1px 0 var(--v1-highlight-warm),
    0 -10px 28px var(--v1-shadow-soft);
}

:root:not([data-theme="light"]) .fellowship-composer-row {
  border-color: rgba(156, 107, 46, 0.56);
  background:
    linear-gradient(180deg, rgba(43, 26, 15, 0.92), rgba(18, 12, 7, 0.96));
  box-shadow:
    inset 0 1px 0 var(--v1-highlight-warm),
    inset 0 0 0 1px rgba(13, 8, 4, 0.74);
}

:root:not([data-theme="light"]) .fellowship-composer .field-input {
  color: var(--v1-text-main);
  border-color: rgba(156, 107, 46, 0.64);
  background:
    repeating-linear-gradient(0deg, rgba(156, 107, 46, 0.035) 0 1px, transparent 1px 6px),
    linear-gradient(180deg, var(--v1-bg-parchment-soft), var(--v1-bg-parchment));
  box-shadow:
    inset 0 1px 0 var(--v1-highlight-warm),
    inset 0 0 0 1px rgba(13, 8, 4, 0.34);
}

:root:not([data-theme="light"]) .fellowship-composer .field-input::-moz-placeholder {
  color: var(--v1-text-muted);
}

:root:not([data-theme="light"]) .fellowship-composer .field-input::placeholder {
  color: var(--v1-text-muted);
}

:root:not([data-theme="light"]) .fellowship-composer .metal-button-primary {
  color: #211309;
  background:
    linear-gradient(180deg, var(--v1-accent-gold-bright), var(--v1-accent-gold));
  box-shadow:
    inset 0 1px 0 rgba(255, 232, 184, 0.42),
    inset 0 -2px 0 rgba(13, 8, 4, 0.34),
    0 3px 0 rgba(13, 8, 4, 0.58);
}

:root:not([data-theme="light"]) .quest-ledger-page {
  color: var(--v1-text-main);
  background:
    radial-gradient(circle at 18% 0%, rgba(224, 173, 82, 0.1), transparent 30%),
    radial-gradient(circle at 86% 10%, rgba(242, 138, 22, 0.07), transparent 25%),
    repeating-linear-gradient(0deg, rgba(156, 107, 46, 0.03) 0 1px, transparent 1px 6px),
    linear-gradient(180deg, var(--v1-bg-app) 0%, var(--v1-bg-panel) 100%);
}

:root:not([data-theme="light"]) .quest-ledger-page .section-kicker {
  color: var(--v1-accent-gold-bright);
}

:root:not([data-theme="light"]) .quest-page-header {
  border-color: rgba(156, 107, 46, 0.58);
  background:
    linear-gradient(135deg, rgba(255, 210, 135, 0.1), transparent 36%),
    linear-gradient(180deg, var(--v1-bg-card) 0%, var(--v1-bg-parchment) 100%);
  box-shadow:
    inset 0 1px 0 var(--v1-highlight-warm),
    inset 0 -2px 0 rgba(13, 8, 4, 0.32),
    0 10px 24px var(--v1-shadow-soft);
}

:root:not([data-theme="light"]) .quest-page-header__emblem {
  color: var(--v1-text-heading);
  border-color: rgba(224, 173, 82, 0.68);
  background:
    linear-gradient(180deg, var(--v1-accent-gold), var(--v1-border-brass-soft));
  box-shadow:
    inset 0 1px 0 rgba(255, 232, 184, 0.32),
    inset 0 -2px 0 rgba(13, 8, 4, 0.44),
    0 3px 0 rgba(13, 8, 4, 0.58);
}

:root:not([data-theme="light"]) .quest-page-header__title {
  color: var(--v1-text-heading);
}

:root:not([data-theme="light"]) .quest-section {
  border-color: rgba(156, 107, 46, 0.6);
  background:
    linear-gradient(180deg, var(--v1-bg-wood-2), var(--v1-bg-wood));
  box-shadow:
    inset 0 1px 0 var(--v1-highlight-warm),
    0 12px 28px var(--v1-shadow-soft);
}

:root:not([data-theme="light"]) .quest-section__header {
  background:
    linear-gradient(180deg, rgba(255, 210, 135, 0.07), rgba(13, 8, 4, 0.38)),
    linear-gradient(90deg, rgba(13, 8, 4, 0.42), transparent 34%, rgba(13, 8, 4, 0.34)),
    var(--v1-header-woodgrain),
    linear-gradient(180deg, var(--v1-bg-wood-2) 0%, var(--v1-bg-wood) 100%);
  background-size: auto, auto, 320px 160px, auto;
  border-bottom-color: rgba(156, 107, 46, 0.58);
}

:root:not([data-theme="light"]) .quest-section__title-wrap,
:root:not([data-theme="light"]) .quest-section__icon {
  color: var(--v1-accent-gold-bright);
}

:root:not([data-theme="light"]) .quest-section__title {
  color: var(--v1-text-heading);
}

:root:not([data-theme="light"]) .quest-count-badge {
  color: var(--v1-text-heading);
  border-color: rgba(156, 107, 46, 0.66);
  background:
    linear-gradient(180deg, rgba(75, 51, 27, 0.98), rgba(43, 29, 17, 0.98));
  box-shadow:
    inset 0 1px 0 var(--v1-highlight-warm),
    0 2px 0 rgba(13, 8, 4, 0.58);
}

:root:not([data-theme="light"]) .quest-section__body {
  color: var(--v1-text-main);
  background:
    radial-gradient(circle at 12% 0%, rgba(224, 173, 82, 0.09), transparent 28%),
    repeating-linear-gradient(0deg, rgba(156, 107, 46, 0.03) 0 1px, transparent 1px 6px),
    linear-gradient(180deg, var(--v1-bg-parchment) 0%, var(--v1-bg-panel) 100%);
}

:root:not([data-theme="light"]) .quest-section__locked-tone {
  color: var(--v1-text-muted);
}

:root:not([data-theme="light"]) .quest-card {
  border-color: rgba(156, 107, 46, 0.5);
  background:
    linear-gradient(135deg, rgba(255, 210, 135, 0.08), transparent 34%),
    linear-gradient(180deg, var(--v1-bg-card) 0%, var(--v1-bg-parchment) 100%);
  box-shadow:
    inset 0 1px 0 var(--v1-highlight-warm),
    inset 0 -2px 0 rgba(13, 8, 4, 0.24),
    0 6px 16px var(--v1-shadow-soft);
}

:root:not([data-theme="light"]) .quest-card:hover,
:root:not([data-theme="light"]) .quest-card:focus-visible {
  border-color: rgba(224, 173, 82, 0.8);
  background:
    linear-gradient(135deg, rgba(255, 210, 135, 0.12), transparent 34%),
    linear-gradient(180deg, #3b2b19 0%, #2a2116 100%);
}

:root:not([data-theme="light"]) .quest-card__title {
  color: var(--v1-text-main);
}

:root:not([data-theme="light"]) .quest-card__deeds,
:root:not([data-theme="light"]) .quest-narrator__name,
:root:not([data-theme="light"]) .quest-ledger-page .panel-note,
:root:not([data-theme="light"]) .quest-ledger-page .support-copy {
  color: var(--v1-text-muted);
}

:root:not([data-theme="light"]) .quest-narrator__portrait {
  border-color: rgba(156, 107, 46, 0.72);
  background:
    linear-gradient(180deg, var(--v1-accent-gold), var(--v1-border-brass-soft));
  box-shadow:
    inset 0 0 0 1px rgba(255, 210, 135, 0.12),
    0 2px 0 rgba(13, 8, 4, 0.65),
    0 6px 12px rgba(0, 0, 0, 0.24);
}

:root:not([data-theme="light"]) .quest-narrator__lock {
  border-color: rgba(156, 107, 46, 0.74);
  color: var(--v1-text-heading);
  background: rgba(18, 12, 7, 0.96);
}

:root:not([data-theme="light"]) .quest-chip {
  color: var(--v1-text-soft);
  border-color: rgba(156, 107, 46, 0.44);
  background:
    linear-gradient(180deg, rgba(59, 43, 25, 0.9), rgba(34, 25, 16, 0.86));
  box-shadow: inset 0 1px 0 var(--v1-highlight-warm);
}

:root:not([data-theme="light"]) .quest-chip--reward {
  color: var(--v1-text-heading);
  border-color: rgba(224, 173, 82, 0.58);
  background:
    linear-gradient(180deg, rgba(92, 61, 25, 0.96), rgba(58, 38, 19, 0.94));
}

:root:not([data-theme="light"]) .quest-button--primary {
  color: #211309;
  border-color: rgba(224, 173, 82, 0.76);
  background:
    linear-gradient(135deg, rgba(255, 210, 135, 0.32), transparent 38%),
    linear-gradient(180deg, var(--v1-accent-gold-bright) 0%, var(--v1-accent-gold) 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 232, 184, 0.42),
    inset 0 -2px 0 rgba(13, 8, 4, 0.34),
    0 3px 0 rgba(13, 8, 4, 0.58),
    0 0 16px rgba(242, 138, 22, 0.1);
}

:root:not([data-theme="light"]) .quest-button--secondary {
  color: var(--v1-text-soft);
  border-color: rgba(156, 107, 46, 0.52);
  background:
    linear-gradient(180deg, var(--v1-bg-card) 0%, var(--v1-bg-parchment-soft) 100%);
  box-shadow:
    inset 0 1px 0 var(--v1-highlight-warm),
    inset 0 -2px 0 rgba(13, 8, 4, 0.34),
    0 2px 0 rgba(13, 8, 4, 0.5);
}

:root:not([data-theme="light"]) .quest-action-state--complete {
  color: #dff0c8;
  border-color: rgba(111, 155, 85, 0.52);
  background: linear-gradient(180deg, rgba(58, 83, 43, 0.92), rgba(33, 54, 29, 0.92));
}

:root:not([data-theme="light"]) .quest-action-state--abandon {
  color: #f0c8b8;
  border-color: rgba(184, 90, 60, 0.52);
  background: linear-gradient(180deg, rgba(95, 48, 35, 0.92), rgba(58, 30, 24, 0.92));
}

:root:not([data-theme="light"]) .quest-ledger-page .text-red-200 {
  color: #f0b8a6;
}

@media (max-width: 700px) {
  .quest-page-header {
    padding: 0.9rem;
  }

  .quest-section__header {
    align-items: flex-start;
    flex-direction: column;
  }

  .quest-card__inner {
    flex-wrap: wrap;
    gap: 0.75rem;
  }

  .quest-card__main {
    flex-basis: calc(100% - 4.25rem);
  }

  .quest-card__actions {
    width: 100%;
    min-width: 0;
    justify-content: flex-start;
    padding-left: 4.25rem;
  }
}

.hover\:bg-\[rgba\(112\2c 55\2c 18\2c 0\.94\)\]:hover{
  background-color: rgba(112,55,18,0.94);
}

.hover\:bg-\[rgba\(214\2c 183\2c 120\2c 0\.08\)\]:hover{
  background-color: rgba(214,183,120,0.08);
}

.hover\:bg-\[rgba\(255\2c 248\2c 230\2c 0\.08\)\]:hover{
  background-color: rgba(255,248,230,0.08);
}

.hover\:bg-\[rgba\(56\2c 38\2c 22\2c 0\.84\)\]:hover{
  background-color: rgba(56,38,22,0.84);
}

.hover\:bg-\[rgba\(60\2c 42\2c 22\2c 0\.2\)\]:hover{
  background-color: rgba(60,42,22,0.2);
}

.hover\:bg-\[rgba\(73\2c 54\2c 31\2c 0\.22\)\]:hover{
  background-color: rgba(73,54,31,0.22);
}

.hover\:bg-\[rgba\(73\2c 54\2c 31\2c 0\.25\)\]:hover{
  background-color: rgba(73,54,31,0.25);
}

.hover\:bg-\[rgba\(73\2c 54\2c 31\2c 0\.32\)\]:hover{
  background-color: rgba(73,54,31,0.32);
}

.hover\:bg-\[rgba\(73\2c 54\2c 31\2c 0\.38\)\]:hover{
  background-color: rgba(73,54,31,0.38);
}

.hover\:bg-\[var\(--text-warm\)\]:hover{
  background-color: var(--text-warm);
}

.hover\:bg-\[linear-gradient\(180deg\2c rgba\(58\2c 41\2c 25\2c 0\.95\)\2c rgba\(23\2c 17\2c 11\2c 0\.98\)\)\]:hover{
  background-image: linear-gradient(180deg,rgba(58,41,25,0.95),rgba(23,17,11,0.98));
}

.hover\:text-\[\#eadfca\]:hover{
  --tw-text-opacity: 1;
  color: rgb(234 223 202 / var(--tw-text-opacity, 1));
}

.hover\:text-\[var\(--accent-bone\)\]:hover{
  color: var(--accent-bone);
}

.hover\:text-\[var\(--text-main\)\]:hover{
  color: var(--text-main);
}

.hover\:text-\[var\(--text-warm\)\]:hover{
  color: var(--text-warm);
}

.hover\:text-red-200:hover{
  --tw-text-opacity: 1;
  color: rgb(254 202 202 / var(--tw-text-opacity, 1));
}

.focus\:border-\[\#d6b06a\]:focus{
  --tw-border-opacity: 1;
  border-color: rgb(214 176 106 / var(--tw-border-opacity, 1));
}

.focus\:border-\[rgba\(168\2c 125\2c 64\2c 0\.6\)\]:focus{
  border-color: rgba(168,125,64,0.6);
}

.focus\:border-\[rgba\(174\2c 140\2c 74\2c 0\.45\)\]:focus{
  border-color: rgba(174,140,74,0.45);
}

.focus\:border-\[rgba\(188\2c 154\2c 97\2c 0\.48\)\]:focus{
  border-color: rgba(188,154,97,0.48);
}

.active\:border-\[rgba\(214\2c 183\2c 120\2c 0\.8\)\]:active{
  border-color: rgba(214,183,120,0.8);
}

.active\:bg-\[rgba\(58\2c 38\2c 18\2c 0\.92\)\]:active{
  background-color: rgba(58,38,18,0.92);
}

.disabled\:cursor-not-allowed:disabled{
  cursor: not-allowed;
}

.disabled\:opacity-30:disabled{
  opacity: 0.3;
}

.disabled\:opacity-40:disabled{
  opacity: 0.4;
}

.disabled\:opacity-50:disabled{
  opacity: 0.5;
}

.disabled\:opacity-60:disabled{
  opacity: 0.6;
}

.group:hover .group-hover\:opacity-100{
  opacity: 1;
}

@media (min-width: 640px){

  .sm\:ml-auto{
    margin-left: auto;
  }

  .sm\:block{
    display: block;
  }

  .sm\:inline{
    display: inline;
  }

  .sm\:flex{
    display: flex;
  }

  .sm\:inline-flex{
    display: inline-flex;
  }

  .sm\:hidden{
    display: none;
  }

  .sm\:h-52{
    height: 13rem;
  }

  .sm\:w-72{
    width: 18rem;
  }

  .sm\:w-96{
    width: 24rem;
  }

  .sm\:w-\[27rem\]{
    width: 27rem;
  }

  .sm\:w-auto{
    width: auto;
  }

  .sm\:max-w-\[24rem\]{
    max-width: 24rem;
  }

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

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

  .sm\:grid-cols-\[112px_minmax\(0\2c 1fr\)\]{
    grid-template-columns: 112px minmax(0,1fr);
  }

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

  .sm\:items-start{
    align-items: flex-start;
  }

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

  .sm\:justify-start{
    justify-content: flex-start;
  }

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

  .sm\:gap-5{
    gap: 1.25rem;
  }

  .sm\: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));
  }

  .sm\:p-4{
    padding: 1rem;
  }

  .sm\:p-5{
    padding: 1.25rem;
  }

  .sm\:p-6{
    padding: 1.5rem;
  }

  .sm\:px-5{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .sm\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .sm\:py-6{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .sm\:pb-5{
    padding-bottom: 1.25rem;
  }

  .sm\:pb-6{
    padding-bottom: 1.5rem;
  }

  .sm\:pt-16{
    padding-top: 4rem;
  }

  .sm\:text-\[10px\]{
    font-size: 10px;
  }
}

@media (min-width: 768px){

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

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

  .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-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

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

  .md\:items-start{
    align-items: flex-start;
  }

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

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

@media (min-width: 1024px){

  .lg\:w-80{
    width: 20rem;
  }

  .lg\:max-w-sm{
    max-width: 24rem;
  }

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

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

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

  .lg\:items-start{
    align-items: flex-start;
  }

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

@media (min-width: 1280px){

  .xl\:sticky{
    position: sticky;
  }

  .xl\:top-4{
    top: 1rem;
  }

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

  .xl\:block{
    display: block;
  }

  .xl\:h-full{
    height: 100%;
  }

  .xl\:min-h-0{
    min-height: 0px;
  }

  .xl\:flex-1{
    flex: 1 1 0%;
  }

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

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

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

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

  .xl\:grid-cols-\[1\.15fr_0\.85fr\]{
    grid-template-columns: 1.15fr 0.85fr;
  }

  .xl\:grid-cols-\[188px_minmax\(0\2c 1fr\)\]{
    grid-template-columns: 188px minmax(0,1fr);
  }

  .xl\:grid-cols-\[20rem_minmax\(0\2c 1fr\)\]{
    grid-template-columns: 20rem minmax(0,1fr);
  }

  .xl\:grid-cols-\[minmax\(0\2c 0\.82fr\)_minmax\(0\2c 1\.18fr\)\]{
    grid-template-columns: minmax(0,0.82fr) minmax(0,1.18fr);
  }

  .xl\:grid-cols-\[minmax\(0\2c 1\.05fr\)_minmax\(0\2c 0\.95fr\)\]{
    grid-template-columns: minmax(0,1.05fr) minmax(0,0.95fr);
  }

  .xl\:grid-cols-\[minmax\(0\2c 1\.08fr\)_minmax\(0\2c 0\.92fr\)\]{
    grid-template-columns: minmax(0,1.08fr) minmax(0,0.92fr);
  }

  .xl\:grid-cols-\[minmax\(0\2c 1\.2fr\)_minmax\(0\2c 0\.8fr\)\]{
    grid-template-columns: minmax(0,1.2fr) minmax(0,0.8fr);
  }

  .xl\:grid-cols-\[minmax\(0\2c 1\.34fr\)_minmax\(20rem\2c 24rem\)\]{
    grid-template-columns: minmax(0,1.34fr) minmax(20rem,24rem);
  }

  .xl\:grid-cols-\[minmax\(0\2c 1fr\)_minmax\(0\2c 1\.2fr\)\]{
    grid-template-columns: minmax(0,1fr) minmax(0,1.2fr);
  }

  .xl\:grid-cols-\[minmax\(20rem\2c 0\.82fr\)_minmax\(0\2c 1\.18fr\)\]{
    grid-template-columns: minmax(20rem,0.82fr) minmax(0,1.18fr);
  }

  .xl\:justify-start{
    justify-content: flex-start;
  }

  .xl\:overflow-hidden{
    overflow: hidden;
  }

  .xl\:overflow-y-auto{
    overflow-y: auto;
  }

  .xl\:pb-0{
    padding-bottom: 0px;
  }

  .xl\:pr-1{
    padding-right: 0.25rem;
  }
}

@media (min-width: 1536px){

  .\32xl\:grid-cols-\[22rem_minmax\(0\2c 1fr\)\]{
    grid-template-columns: 22rem minmax(0,1fr);
  }

  .\32xl\:grid-cols-\[minmax\(0\2c 1\.46fr\)_minmax\(22rem\2c 25rem\)\]{
    grid-template-columns: minmax(0,1.46fr) minmax(22rem,25rem);
  }
}
