/*! tailwindcss v4.2.0 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol',
    'Noto Color Emoji';
    --font-mono: "JetBrains Mono", monospace;
    --spacing: 0.25rem;
    --text-sm: 0.875rem;
    --tracking-wide: 0.025em;
    --tracking-wider: 0.05em;
    --radius-xs: 0.125rem;
    --radius-md: 0.375rem;
    --radius-lg: 0.5rem;
    --radius-xl: 0.75rem;
    --shadow-lg: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    --ease-out: cubic-bezier(0, 0, 0.2, 1);
    --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --color-abyss: #0c0e17;
    --color-deep: #13161f;
    --color-surface: #1a1d2a;
    --color-surface-hover: #232738;
    --color-border-subtle: #282c3e;
    --color-border-accent: #3a3f5c;
    --color-text-primary: #e2e0d8;
    --color-text-secondary: #9a9590;
    --color-text-dim: #5a5860;
    --color-gold-light: #ffd966;
    --color-gold: #f5c542;
    --color-gold-dark: #c49a2a;
    --color-emerald: #50c878;
    --color-enchant: #a855f7;
    --color-nether: #e05252;
    --color-xp: #7dde6f;
    --font-display: "Minecraft", "Silkscreen", monospace;
    --font-body: "Inter", system-ui, -apple-system, "Segoe UI", sans-serif;
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji');
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type='button'], [type='reset'], [type='submit']), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden='until-found'])) {
    display: none !important;
  }
}
@layer utilities {
  .visible {
    visibility: visible;
  }
  .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip-path: inset(50%);
    white-space: nowrap;
    border-width: 0;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .start {
    inset-inline-start: var(--spacing);
  }
  .end {
    inset-inline-end: var(--spacing);
  }
  .block {
    display: block;
  }
  .contents {
    display: contents;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .flex-shrink {
    flex-shrink: 1;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .resize {
    resize: both;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .rounded {
    border-radius: 0.25rem;
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .font-display {
    font-family: var(--font-display);
  }
  .shadow {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .ring {
    --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }
  .backdrop-filter {
    -webkit-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-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, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .ease-in-out {
    --tw-ease: var(--ease-in-out);
    transition-timing-function: var(--ease-in-out);
  }
  .ease-out {
    --tw-ease: var(--ease-out);
    transition-timing-function: var(--ease-out);
  }
}
@layer base {
  *, *::before, *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
  }
  :root {
    --accent-live: #c7a3f0;
    --accent-live-rgb: 199, 163, 240;
    --nav-height: 56px;
    --bg-page: var(--color-abyss);
    --bg-alt: var(--color-deep);
    --surface-card: var(--color-surface);
    --surface-card-hover: var(--color-surface-hover);
    --border-default: var(--color-border-subtle);
    --border-strong: var(--color-border-accent);
    --text-heading: var(--color-text-primary);
    --text-body: var(--color-text-secondary);
    --text-muted: var(--color-text-dim);
    --accent: var(--color-gold);
    --accent-hover: var(--color-gold-light);
    --accent-secondary: var(--color-enchant);
    --status-online: var(--color-emerald);
    --status-error: var(--color-nether);
    --status-positive: var(--color-xp);
    --rarity-common: #e2e8f0;
    --rarity-set: #55ff55;
    --rarity-unique: #ffff55;
    --rarity-rare: #ff55ff;
    --rarity-legendary: #55ffff;
    --rarity-fabled: #ff5555;
    --rarity-mythic: #aa00aa;
    --chart-amber: #a5821e;
    --chart-emerald: #35a35e;
    --chart-teal: #1fa9a6;
    --chart-enchant: #a855f7;
    --chart-nether: #e05252;
    --chart-context: #6b7194;
    --gradient-gold: linear-gradient(135deg, #f5c542, #ffd966, #c49a2a);
    --gradient-enchant: linear-gradient(135deg, #a855f7, #c084fc, #7c3aed);
    --gradient-diamond: linear-gradient(135deg, #5ce8e4, #67e8f9, #22d3ee);
    --text-2xs: 0.7rem;
    --text-xs: 0.75rem;
    --text-sm: 0.875rem;
    --text-base: 1rem;
    --text-lg: 1.125rem;
    --text-xl: 1.35rem;
    --text-2xl: 1.75rem;
    --text-3xl: 2rem;
    --text-4xl: 2.5rem;
    --weight-regular: 400;
    --weight-bold: 700;
    --leading-tight: 1.1;
    --leading-snug: 1.3;
    --leading-normal: 1.6;
    --leading-relaxed: 1.75;
    --tracking-tight: 0.02em;
    --tracking-wide: 0.06em;
    --tracking-wider: 0.1em;
    --tracking-widest: 0.18em;
    --space-1: 0.25rem;
    --space-2: 0.5rem;
    --space-3: 0.75rem;
    --space-4: 1rem;
    --space-5: 1.25rem;
    --space-6: 1.5rem;
    --space-8: 2rem;
    --space-10: 2.5rem;
    --space-12: 3rem;
    --space-16: 4rem;
    --radius-xs: 3px;
    --radius-sm: 4px;
    --radius-md: 6px;
    --radius-lg: 8px;
    --radius-xl: 12px;
    --radius-full: 9999px;
    --z-base: 1;
    --z-overlay: 50;
    --z-nav: 100;
    --z-lightbox: 1000;
    --ease-out-soft: cubic-bezier(0.22, 1, 0.36, 1);
    --ease-in-out-soft: cubic-bezier(0.4, 0, 0.15, 1);
    --dur-fast: 0.15s;
    --dur-base: 0.25s;
    --dur-slow: 0.35s;
    --dur-slower: 0.6s;
    --shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.4);
    --shadow-md: 0 8px 24px rgba(0, 0, 0, 0.25);
    --shadow-lg: 0 16px 48px rgba(0, 0, 0, 0.45);
    --shadow-modal: 0 24px 80px rgba(0, 0, 0, 0.6), 0 0 40px rgba(0, 0, 0, 0.3);
    --bevel-slot: inset 1px 1px 0 rgba(255, 255, 255, 0.06), inset -1px -1px 0 rgba(0, 0, 0, 0.3);
    --glow-gold: 0 0 24px rgba(245, 197, 66, 0.35), 0 0 8px rgba(245, 197, 66, 0.2);
    --glow-gold-soft: 0 0 12px rgba(245, 197, 66, 0.2);
    --glow-enchant: 0 0 28px rgba(168, 85, 247, 0.18);
    --glow-diamond: 0 0 20px rgba(92, 232, 228, 0.15);
    --shadow-card-hover: 0 16px 48px rgba(0, 0, 0, 0.45), 0 0 28px rgba(168, 85, 247, 0.18);
    color-scheme: dark;
    scrollbar-color: var(--color-border-accent) rgba(19, 22, 31, 0.6);
  }
  html, body {
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #0c0e17;
    color: #e2e0d8;
    font-family: 'Inter', system-ui, sans-serif;
    font-size: 14px;
    line-height: 1.5;
  }
  body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  ::selection {
    background: rgba(168, 85, 247, 0.25);
    color: #ffd966;
  }
  ::placeholder {
    color: #5a5860;
    opacity: 1;
  }
}
@layer utilities {
  .text-gold-gradient {
    background: linear-gradient(135deg, #f5c542, #ffd966, #c49a2a);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .text-silver-gradient {
    background: linear-gradient(135deg, #8a8a8a, #c0c0c0, #6e6e6e);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .text-bronze-gradient {
    background: linear-gradient(135deg, #8c6239, #cd7f32, #a0522d);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .scrollbar-thin::-webkit-scrollbar {
    width: 6px;
  }
  .scrollbar-thin::-webkit-scrollbar-track {
    background: transparent;
  }
  .scrollbar-thin::-webkit-scrollbar-thumb {
    background: #282c3e;
    border-radius: 3px;
  }
  .scrollbar-thin::-webkit-scrollbar-thumb:hover {
    background: #4a4e6a;
  }
  .slot-bevel {
    box-shadow: inset 1px 1px 0 rgba(255,255,255,0.06), inset -1px -1px 0 rgba(0,0,0,0.3);
  }
  .divider-gold {
    height: 1px;
    background: linear-gradient(to right, transparent, rgba(245,197,66,0.18) 30%, rgba(245,197,66,0.18) 70%, transparent);
  }
  .focus-ring:focus-visible {
    outline: 2px solid rgba(245,197,66,0.5);
    outline-offset: 2px;
  }
}
@keyframes sidebar-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-in-up {
  from {
    opacity: 0;
    transform: translateY(6px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes search-glow {
  0%, 100% {
    box-shadow: 0 0 8px rgba(245, 197, 66, 0.04);
  }
  50% {
    box-shadow: 0 0 14px rgba(245, 197, 66, 0.1);
  }
}
@keyframes tooltip-enter {
  from {
    opacity: 0;
    transform: translateY(4px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes panel-reveal {
  from {
    opacity: 0;
    transform: translateY(8px) scale(0.98);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
@keyframes pulse-dot {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.4;
  }
}
@keyframes shimmer {
  0% {
    background-position: -200px 0;
  }
  100% {
    background-position: 200px 0;
  }
}
.sidebar-animate {
  animation: sidebar-fade-in 0.35s ease-out both;
}
.leaderboard-item-animate {
  animation: fade-in-up 0.3s ease-out both;
}
.tooltip-animate {
  animation: tooltip-enter 0.12s ease-out both;
}
.panel-reveal {
  animation: panel-reveal 0.25s cubic-bezier(0.22, 1, 0.36, 1) both;
}
.status-pulse {
  animation: pulse-dot 1.5s ease-in-out infinite;
}
.shimmer {
  background: linear-gradient(90deg, transparent 0%, rgba(168,85,247,0.04) 50%, transparent 100%);
  background-size: 400px 100%;
  animation: shimmer 2s ease-in-out infinite;
}
@keyframes hud-slide-up {
  from {
    opacity: 0;
    transform: translateY(100%);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.hud-enter {
  animation: hud-slide-up 0.18s ease-out both;
}
.timeline-slider {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  cursor: pointer;
  background: transparent;
  height: 20px;
}
.timeline-slider::-webkit-slider-runnable-track {
  height: 4px;
  border-radius: 2px;
  background: #282c3e;
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.3);
}
.timeline-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #f5c542;
  border: none;
  margin-top: -5px;
  box-shadow: 0 0 8px rgba(245,197,66,0.3);
  transition: box-shadow 0.15s ease;
}
.timeline-slider:hover::-webkit-slider-thumb {
  box-shadow: 0 0 14px rgba(245,197,66,0.5);
}
.timeline-slider::-moz-range-track {
  height: 4px;
  border-radius: 2px;
  background: #282c3e;
  box-shadow: none;
  border: none;
}
.timeline-slider::-moz-range-thumb {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #f5c542;
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: none;
  transition: border-color 0.15s ease;
}
.timeline-slider:hover::-moz-range-thumb {
  border-color: rgba(0, 0, 0, 0.35);
  box-shadow: none;
}
.timeline-overview-wrap {
  position: relative;
  display: flex;
  align-items: center;
  flex: 1 1 auto;
  min-width: 88px;
  height: 18px;
}
.timeline-focus-band {
  position: absolute;
  top: 7px;
  height: 4px;
  border-radius: 999px;
  background: rgba(245, 197, 66, 0.28);
  box-shadow: 0 0 10px rgba(245, 197, 66, 0.18);
  pointer-events: none;
  z-index: 0;
}
.timeline-overview-slider {
  position: relative;
  z-index: 1;
  height: 18px;
}
.timeline-overview-slider::-webkit-slider-runnable-track {
  height: 3px;
  background: #202432;
}
.timeline-overview-slider::-webkit-slider-thumb {
  width: 10px;
  height: 10px;
  margin-top: -3.5px;
  background: #ffd966;
}
.timeline-overview-slider::-moz-range-track {
  height: 3px;
  background: #202432;
}
.timeline-overview-slider::-moz-range-thumb {
  width: 10px;
  height: 10px;
  background: #ffd966;
}
@keyframes gold-glow-pulse {
  0%, 100% {
    box-shadow: 0 0 10px rgba(245,197,66,0.25);
  }
  50% {
    box-shadow: 0 0 18px rgba(245,197,66,0.45);
  }
}
.sidebar-wrapper {
  position: absolute;
  top: var(--nav-height);
  right: 0;
  bottom: 0;
  width: 380px;
  z-index: 10;
  transform: translateX(100%);
}
.sidebar-wrapper.sidebar-ready {
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.sidebar-toggle {
  pointer-events: auto;
}
.sidebar-resize-handle {
  position: absolute;
  top: 0;
  left: -4px;
  width: 8px;
  height: 100%;
  cursor: col-resize;
  touch-action: none;
  z-index: 12;
}
.sidebar-resize-handle::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 3px;
  width: 2px;
  background: rgba(245, 197, 66, 0);
  transition: background 0.15s ease;
}
.sidebar-resize-handle:hover::before, .sidebar-resize-handle.sidebar-resize-active::before {
  background: rgba(245, 197, 66, 0.35);
}
@media (max-width: 767px) {
  .sidebar-wrapper {
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    max-height: 70vh;
    transform: translateY(100%);
    display: flex;
    flex-direction: column;
  }
  .sidebar-wrapper .sidebar-inner {
    width: 100% !important;
    min-width: 100% !important;
    height: auto !important;
    flex: 1;
    min-height: 0;
    overflow: hidden;
    border-left: none;
    border-top: 1px solid #282c3e;
    border-radius: 16px 16px 0 0;
  }
  .sidebar-toggle {
    display: none !important;
  }
  .sidebar-resize-handle {
    display: none !important;
  }
  .mobile-sidebar-fab {
    display: flex;
  }
  .bottom-sheet-scrim {
    display: block;
  }
}
.bottom-sheet-handle {
  display: none;
  align-items: center;
  justify-content: center;
  padding: 10px 0 4px;
  cursor: grab;
  touch-action: none;
}
.bottom-sheet-handle::before {
  content: '';
  width: 36px;
  height: 4px;
  border-radius: 2px;
  background: #3a3f5c;
}
@media (max-width: 767px) {
  .bottom-sheet-handle {
    display: flex;
  }
}
.bottom-sheet-scrim {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 9;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
.bottom-sheet-scrim.scrim-visible {
  opacity: 1;
  pointer-events: auto;
}
@keyframes peek-card-enter {
  from {
    opacity: 0;
    transform: translateY(16px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.peek-card-animate {
  animation: peek-card-enter 0.2s cubic-bezier(0.22, 1, 0.36, 1) both;
}
@media (max-width: 767px) {
  .timeline-slider::-webkit-slider-thumb {
    width: 24px;
    height: 24px;
    margin-top: -10px;
  }
  .timeline-slider::-moz-range-thumb {
    width: 24px;
    height: 24px;
  }
  .timeline-slider::-webkit-slider-runnable-track {
    height: 6px;
  }
  .timeline-slider::-moz-range-track {
    height: 6px;
  }
}
@media (min-width: 768px) {
  .mobile-sidebar-fab {
    display: none;
  }
  .bottom-sheet-scrim {
    display: none;
  }
}
@keyframes seq-menu-slide-in {
  from {
    opacity: 0;
    transform: translateY(-8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes seq-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes seq-gold-glow-pulse {
  0%, 100% {
    box-shadow: 0 0 12px rgba(245,197,66,0.2), 0 0 4px rgba(245,197,66,0.1);
  }
  50% {
    box-shadow: 0 0 24px rgba(245,197,66,0.35), 0 0 8px rgba(245,197,66,0.2);
  }
}
.seq-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-display);
  letter-spacing: var(--tracking-wide);
  text-transform: uppercase;
  text-decoration: none;
  line-height: 1;
  border-radius: var(--radius-md);
  border: 1px solid transparent;
  cursor: pointer;
  transition: transform var(--dur-base) var(--ease-out-soft), background var(--dur-base) ease, color var(--dur-base) ease, border-color var(--dur-base) ease, box-shadow var(--dur-base) ease;
  white-space: nowrap;
}
.seq-button:disabled, .seq-button[aria-disabled="true"] {
  cursor: not-allowed;
  opacity: 0.45;
}
.seq-button-sm {
  padding: 0.4rem 0.85rem;
  font-size: 0.75rem;
  gap: 0.4rem;
}
.seq-button-md {
  padding: 0.6rem 1.2rem;
  font-size: 0.85rem;
  gap: 0.5rem;
}
.seq-button-lg {
  padding: 0.8rem 1.7rem;
  font-size: 1rem;
  gap: 0.6rem;
}
.seq-button-primary {
  background: var(--color-gold);
  color: var(--color-abyss);
  border-color: var(--color-gold-dark);
  box-shadow: var(--glow-gold-soft);
}
.seq-button-secondary {
  background: transparent;
  color: var(--color-text-secondary);
  border-color: var(--color-border-subtle);
}
.seq-button-ghost {
  background: transparent;
  color: var(--color-gold);
  border-color: transparent;
}
.seq-button-enchant {
  background: rgba(168,85,247,0.12);
  color: var(--color-enchant);
  border-color: rgba(168,85,247,0.4);
}
.seq-button-primary:not(:disabled):not([aria-disabled="true"]):hover {
  background: var(--color-gold-light);
  transform: translateY(-1px);
  box-shadow: var(--glow-gold);
}
.seq-button-secondary:not(:disabled):not([aria-disabled="true"]):hover {
  color: var(--color-text-primary);
  border-color: var(--color-border-accent);
}
.seq-button-ghost:not(:disabled):not([aria-disabled="true"]):hover {
  color: var(--color-gold-light);
}
.seq-button-enchant:not(:disabled):not([aria-disabled="true"]):hover {
  background: rgba(168,85,247,0.2);
  color: #c084fc;
  border-color: rgba(168,85,247,0.6);
}
.seq-card {
  background: var(--surface-card);
  border: 1px solid rgba(245, 197, 66, 0.3);
  border-radius: var(--radius-lg);
  padding: var(--seq-card-padding, 1.25rem);
}
.seq-card-static {
  border-color: var(--color-border-subtle);
}
.seq-card-hoverable {
  transition: transform var(--dur-slow) var(--ease-out-soft), box-shadow var(--dur-slow) ease, border-color var(--dur-slow) ease;
}
.seq-card-hoverable:hover {
  transform: translateY(-6px) scale(1.025);
  box-shadow: var(--shadow-card-hover);
  border-color: rgba(168, 85, 247, 0.5);
}
.seq-field-label {
  color: var(--text-muted);
  font-family: var(--font-display);
  font-size: var(--text-2xs);
  letter-spacing: var(--tracking-wider);
  text-transform: uppercase;
}
.seq-input {
  width: 100%;
  padding: 9px 11px;
  border: 1px solid var(--color-border-subtle);
  background: color-mix(in srgb, #0c0e17 65%, transparent);
  @supports (color: color-mix(in lab, red, red)) {
    background: color-mix(in srgb, var(--color-abyss) 65%, transparent);
  }
  color: var(--text-body);
  font-family: var(--font-body);
  font-size: var(--text-sm);
  transition: border-color var(--dur-fast) ease;
}
.seq-input:focus-visible {
  outline: 2px solid rgba(245, 197, 66, 0.5);
  outline-offset: 2px;
  border-color: color-mix(in srgb, #f5c542 55%, #282c3e);
  @supports (color: color-mix(in lab, red, red)) {
    border-color: color-mix(in srgb, var(--color-gold) 55%, var(--color-border-subtle));
  }
}
.seq-input[aria-invalid="true"] {
  border-color: var(--status-error);
}
.seq-top-nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: var(--z-nav);
  background: rgba(12, 14, 23, 0.8);
  border-bottom: 1px solid var(--color-border-subtle);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.6;
}
.seq-top-nav-shell {
  height: var(--nav-height);
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 clamp(16px, 2vw, 24px);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.seq-nav-brand, .seq-nav-link, .seq-mobile-link {
  position: relative;
  font-family: var(--font-display);
  text-transform: uppercase;
  text-decoration: none;
}
.seq-nav-brand {
  color: var(--color-gold);
  font-size: 13.76px;
  letter-spacing: 0.14em;
  transition: color var(--dur-base) ease, text-shadow var(--dur-base) ease;
}
.seq-nav-desktop {
  display: flex;
  align-items: center;
  gap: clamp(16px, 2vw, 21.6px);
}
.seq-nav-link {
  color: var(--color-text-secondary);
  font-size: 12.48px;
  letter-spacing: var(--tracking-wide);
  line-height: 1;
  transition: color var(--dur-base) ease, text-shadow var(--dur-base) ease;
}
.seq-nav-accent {
  color: rgba(245, 197, 66, 0.82);
}
.seq-nav-session {
  color: var(--text-muted);
}
.seq-nav-brand::after, .seq-nav-link::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -4px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(245, 197, 66, 0.55), transparent);
  opacity: 0;
  transform: scaleX(0);
  transform-origin: left;
  transition: opacity var(--dur-base) ease, transform var(--dur-base) ease;
}
.seq-nav-brand:hover, .seq-nav-link:hover {
  color: var(--color-text-primary);
}
.seq-nav-accent:hover {
  color: var(--color-enchant);
  text-shadow: 0 0 16px rgba(168, 85, 247, 0.3), 0 1px 0 rgba(0, 0, 0, 0.3);
}
.seq-nav-brand:hover::after, .seq-nav-link:hover::after, .seq-nav-brand:focus-visible::after, .seq-nav-link:focus-visible::after {
  opacity: 1;
  transform: scaleX(1);
}
.seq-nav-brand:focus-visible, .seq-nav-link:focus-visible, .seq-mobile-link:focus-visible, .seq-nav-burger:focus-visible {
  outline: 2px solid rgba(168, 85, 247, 0.55);
  outline-offset: 4px;
}
.seq-nav-item {
  display: inline-flex;
  position: relative;
}
.seq-nav-link-active {
  color: var(--color-text-primary) !important;
}
.seq-nav-chevron {
  display: inline-block;
  vertical-align: middle;
  margin-left: 3.2px;
  opacity: 0.65;
  transition: transform 0.2s ease;
}
.seq-nav-chevron-open {
  transform: rotate(180deg);
}
.seq-dropdown {
  position: absolute;
  top: calc(100% + 7.2px);
  left: 0;
  background: rgba(20, 23, 32, 0.97);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid var(--color-border-subtle);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-lg);
  padding: 16px;
  display: flex;
  gap: 12px;
  white-space: nowrap;
  animation: seq-menu-slide-in var(--dur-fast) var(--ease-out-soft) both;
  z-index: 200;
}
.seq-dropdown-col {
  min-width: 220px;
}
.seq-dropdown-group-header {
  display: flex;
  align-items: center;
  gap: 6.4px;
  padding: 3.2px 8px 8px;
  color: var(--color-text-dim);
}
.seq-dropdown-group-label {
  font-family: var(--font-display);
  font-size: 10.88px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--color-text-dim);
  text-decoration: none;
}
.seq-dropdown-group-label:hover {
  color: var(--color-text-secondary);
}
.seq-dropdown-item {
  display: flex;
  gap: 10.4px;
  align-items: flex-start;
  padding: 7.2px 8.8px;
  border-radius: var(--radius-md);
  text-decoration: none;
  transition: background var(--dur-base) ease;
  white-space: normal;
}
.seq-dropdown-item:hover {
  background: rgba(255, 255, 255, 0.05);
}
.seq-dropdown-item-icon {
  margin-top: 1.6px;
  flex-shrink: 0;
  color: var(--color-text-dim);
}
.seq-dropdown-item-text {
  min-width: 0;
}
.seq-dropdown-item-label {
  display: block;
  font-family: var(--font-display);
  font-size: 12.48px;
  letter-spacing: 0.04em;
  color: var(--color-text-primary);
}
.seq-dropdown-item-desc {
  display: block;
  font-size: 11.84px;
  line-height: 1.45;
  color: var(--color-text-dim);
  margin-top: 1.92px;
}
.seq-nav-viewer, .seq-mobile-viewer {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}
.seq-nav-face {
  width: 18px;
  height: 18px;
  image-rendering: pixelated;
}
.seq-account-col {
  min-width: 190px;
}
.seq-account-identity {
  display: flex;
  align-items: center;
  gap: 10.4px;
  padding: 3.2px 8.8px 10.4px;
  margin-bottom: 5.6px;
  border-bottom: 1px solid var(--color-border-subtle);
}
.seq-account-face {
  width: 36px;
  height: 36px;
  image-rendering: pixelated;
}
.seq-account-names {
  display: flex;
  flex-direction: column;
  gap: 1.6px;
  min-width: 0;
}
.seq-account-minecraft {
  font-family: var(--font-display);
  font-size: 12.48px;
  letter-spacing: 0.04em;
  color: var(--color-text-primary);
}
.seq-account-discord {
  font-size: 11.52px;
  color: var(--color-text-dim);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.seq-nav-burger {
  display: none;
  width: 40px;
  height: 40px;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--color-text-secondary);
  cursor: pointer;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5.28px;
  transition: color var(--dur-base) ease;
}
.seq-nav-burger:hover {
  color: var(--color-text-primary);
}
.seq-nav-burger span {
  display: block;
  width: 20px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.seq-nav-burger-line-open-top {
  transform: translateY(6.72px) rotate(45deg);
}
.seq-nav-burger-line-hidden {
  opacity: 0;
}
.seq-nav-burger-line-open-bottom {
  transform: translateY(-6.72px) rotate(-45deg);
}
.seq-nav-mobile-panel {
  display: none;
}
@media (max-width: 860px) {
  .seq-nav-desktop {
    display: none !important;
  }
  .seq-nav-burger {
    display: inline-flex !important;
  }
  .seq-nav-mobile-panel {
    display: block;
    border-top: 1px solid var(--color-border-subtle);
    background: rgba(12, 14, 23, 0.96);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    animation: seq-menu-slide-in 0.2s var(--ease-out-soft) both;
  }
  .seq-nav-mobile-links {
    display: flex;
    flex-direction: column;
    gap: 2.4px;
    max-height: calc(100vh - 56px);
    overflow-y: auto;
    padding: 16px 24px 20px;
  }
  .seq-mobile-link {
    color: var(--color-text-secondary);
    font-size: 15.2px;
    letter-spacing: 0.08em;
    padding: 8px 0;
    transition: color var(--dur-base) ease, text-shadow var(--dur-base) ease;
  }
  .seq-mobile-link::before {
    content: "";
    position: absolute;
    left: -8px;
    top: 10.4px;
    bottom: 10.4px;
    width: 2px;
    border-radius: 999px;
    background: rgba(245, 197, 66, 0.55);
    opacity: 0;
    transform: scaleY(0.15);
    transform-origin: top;
    transition: opacity 0.2s ease, transform 0.2s ease;
  }
  .seq-mobile-link:hover, .seq-mobile-link:focus-visible {
    color: var(--color-text-primary);
  }
  .seq-mobile-link:hover::before, .seq-mobile-link:focus-visible::before {
    opacity: 1;
    transform: scaleY(1);
  }
  .seq-mobile-link.seq-nav-accent:hover, .seq-mobile-link.seq-nav-accent:focus-visible {
    color: var(--color-enchant);
  }
  .seq-mobile-link-active {
    color: var(--color-gold);
  }
  .seq-mobile-subgroup-label {
    font-family: var(--font-display);
    font-size: 10.4px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--color-text-dim);
    padding: 8.8px 0 3.2px 12px;
  }
  .seq-mobile-sublink {
    display: block;
    font-size: 14.08px;
    color: var(--color-text-secondary);
    text-decoration: none;
    padding: 4.48px 0 4.48px 12px;
    transition: color 0.2s ease;
  }
  .seq-mobile-sublink:hover {
    color: var(--color-text-primary);
  }
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-backdrop-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-ease {
  syntax: "*";
  inherits: false;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-border-style: solid;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-outline-style: solid;
      --tw-backdrop-blur: initial;
      --tw-backdrop-brightness: initial;
      --tw-backdrop-contrast: initial;
      --tw-backdrop-grayscale: initial;
      --tw-backdrop-hue-rotate: initial;
      --tw-backdrop-invert: initial;
      --tw-backdrop-opacity: initial;
      --tw-backdrop-saturate: initial;
      --tw-backdrop-sepia: initial;
      --tw-ease: initial;
    }
  }
}
