/*! tailwindcss v4.2.1 | 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: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New',
    monospace;
    --spacing: 0.25rem;
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --color-warning: #4a8fff;
    --color-muted: #666680;
  }
}
@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 {
  .collapse {
    visibility: collapse;
  }
  .visible {
    visibility: visible;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .start {
    inset-inline-start: var(--spacing);
  }
  .end {
    inset-inline-end: var(--spacing);
  }
  .col-12 {
    grid-column: 12;
  }
  .container {
    width: 100%;
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .ms-1 {
    margin-inline-start: calc(var(--spacing) * 1);
  }
  .ms-auto {
    margin-inline-start: auto;
  }
  .me-1 {
    margin-inline-end: calc(var(--spacing) * 1);
  }
  .me-2 {
    margin-inline-end: calc(var(--spacing) * 2);
  }
  .mt-3 {
    margin-top: calc(var(--spacing) * 3);
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .mt-auto {
    margin-top: auto;
  }
  .mb-1 {
    margin-bottom: calc(var(--spacing) * 1);
  }
  .mb-3 {
    margin-bottom: calc(var(--spacing) * 3);
  }
  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .table {
    display: table;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }
  .p-4 {
    padding: calc(var(--spacing) * 4);
  }
  .p-5 {
    padding: calc(var(--spacing) * 5);
  }
  .py-4 {
    padding-block: calc(var(--spacing) * 4);
  }
  .py-5 {
    padding-block: calc(var(--spacing) * 5);
  }
  .pt-3 {
    padding-top: calc(var(--spacing) * 3);
  }
  .text-center {
    text-align: center;
  }
  .text-muted {
    color: var(--color-muted);
  }
  .text-warning {
    color: var(--color-warning);
  }
  .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,);
  }
}
:root {
  --ws-bg: #0d0d0f;
  --ws-bg-card: #141418;
  --ws-bg-input: #1a1a20;
  --ws-border: #2a2a35;
  --ws-gold: #4a8fff;
  --ws-gold-light: #7ab3ff;
  --ws-text: #d0d0d8;
  --ws-text-muted: #666680;
  --ws-danger: #c0392b;
  --ws-success: #27ae60;
  --ws-radius: 10px;
  --ws-radius-lg: 16px;
  --ws-shadow: 0 8px 32px rgba(0,0,0,0.6);
  --ws-glow: 0 0 20px rgba(74,143,255,0.15);
  --ws-copy-icon: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%234a8fff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'><rect x='9' y='9' width='13' height='13' rx='2'/%3E<rect x='2' y='2' width='13' height='13' rx='2'/%3E</svg>");
  --ws-check-icon: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2300ff99' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='M20 6L9 17l-5-5'/%3E</svg>");
}
@layer base {
  *, *::before, *::after {
    box-sizing: border-box;
  }
  html, body {
    height: 100%;
    margin: 0;
  }
  body {
    background-color: var(--ws-bg);
    background-image: linear-gradient(to bottom, rgba(13,13,15,0.60) 0%, rgba(13,13,15,0.82) 45%, rgba(13,13,15,0.97) 100% ), url('../../img/background.jpg');
    background-size: cover;
    background-position: top center;
    background-attachment: fixed;
    color: var(--ws-text);
    font-family: 'Segoe UI', system-ui, -apple-system, sans-serif;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
  }
  ::-webkit-scrollbar {
    width: 6px;
  }
  ::-webkit-scrollbar-track {
    background: var(--ws-bg);
  }
  ::-webkit-scrollbar-thumb {
    background: var(--ws-border);
    border-radius: 3px;
  }
  ::-webkit-scrollbar-thumb:hover {
    background: var(--ws-gold);
  }
}
@layer components {
  .container {
    width: 100%;
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .container-fluid {
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
  .row > * {
    flex-shrink: 0;
    width: 100%;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .row.g-0 {
    margin-left: 0;
    margin-right: 0;
  }
  .row.g-0 > * {
    padding-left: 0;
    padding-right: 0;
  }
  .row.g-3 {
    gap: 1rem;
    margin: 0;
  }
  .row.g-3 > * {
    padding: 0;
  }
  .col-12 {
    width: 100%;
  }
  .col-sm-10, .col-md-2, .col-md-4, .col-md-7, .col-md-8, .col-md-10, .col-lg-5, .col-xl-4 {
    width: 100%;
  }
  @media (min-width: 576px) {
    .col-sm-10 {
      width: 83.333%;
    }
  }
  @media (min-width: 768px) {
    .col-md-2 {
      width: 16.667%;
    }
    .col-md-4 {
      width: 33.333%;
    }
    .col-md-7 {
      width: 58.333%;
    }
    .col-md-8 {
      width: 66.667%;
    }
    .col-md-10 {
      width: 83.333%;
    }
  }
  @media (min-width: 992px) {
    .col-lg-5 {
      width: 41.667%;
    }
  }
  @media (min-width: 1200px) {
    .col-xl-4 {
      width: 33.333%;
    }
  }
  .ws-navbar {
    background: rgba(13,13,15,0.95);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid var(--ws-border);
    padding: 0.75rem 0;
    position: sticky;
    top: 0;
    z-index: 1000;
  }
  .ws-navbar .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 0.5rem;
  }
  .ws-brand {
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--ws-gold) !important;
    letter-spacing: 0.03em;
    text-decoration: none;
  }
  .ws-brand:hover {
    color: var(--ws-gold-light) !important;
  }
  .navbar-collapse {
    display: none;
    width: 100%;
  }
  .navbar-collapse.show {
    display: block;
  }
  @media (min-width: 992px) {
    .navbar-collapse {
      display: flex !important;
      width: auto;
      flex: 1;
    }
  }
  .navbar-nav {
    display: flex;
    flex-direction: column;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 0.25rem;
  }
  @media (min-width: 992px) {
    .navbar-nav {
      flex-direction: row;
      align-items: center;
      margin-left: auto;
    }
  }
  .nav-link {
    color: var(--ws-text) !important;
    font-size: 0.9rem;
    padding: 0.4rem 0.9rem;
    border-radius: var(--ws-radius);
    transition: color 0.2s, background 0.2s;
    text-decoration: none;
    display: block;
    white-space: nowrap;
  }
  .nav-link:hover {
    color: var(--ws-gold) !important;
    background: rgba(74,143,255,0.08);
  }
  .navbar-toggler {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.4rem 0.6rem;
    background: transparent;
    border: 1px solid var(--ws-border);
    border-radius: var(--ws-radius);
    cursor: pointer;
    color: var(--ws-text);
  }
  .navbar-toggler:hover {
    border-color: var(--ws-gold);
  }
  .navbar-toggler-icon {
    display: inline-block;
    width: 1.5rem;
    height: 1.5rem;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2874%2C 143%2C 255%2C 0.8%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
  }
  @media (min-width: 992px) {
    .navbar-toggler {
      display: none;
    }
  }
  .ws-lang-switcher {
    position: relative;
    margin-left: 1rem;
  }
  .ws-lang-toggle {
    display: flex;
    align-items: center;
    gap: 6px;
    background: rgba(74, 143, 255, 0.06);
    border: 1px solid rgba(74, 143, 255, 0.2);
    border-radius: 6px;
    padding: 4px 10px;
    color: var(--ws-text-muted);
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    cursor: pointer;
    transition: color 0.2s, border-color 0.2s;
  }
  .ws-lang-toggle:hover {
    color: var(--ws-gold);
    border-color: rgba(255, 200, 87, 0.35);
  }
  .ws-lang-chevron {
    font-size: 0.6rem;
    transition: transform 0.2s;
  }
  .ws-lang-switcher.open .ws-lang-chevron {
    transform: rotate(180deg);
  }
  .ws-lang-dropdown {
    display: none;
    position: absolute;
    right: 0;
    top: calc(100% + 6px);
    min-width: 155px;
    background: var(--ws-bg-card);
    border: 1px solid rgba(74, 143, 255, 0.2);
    border-radius: 8px;
    overflow: hidden;
    z-index: 99999;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.45);
  }
  .ws-lang-switcher.open .ws-lang-dropdown {
    display: block;
  }
  .ws-lang-option {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 14px;
    color: var(--ws-text-muted);
    text-decoration: none;
    font-size: 0.82rem;
    transition: background 0.15s, color 0.15s;
  }
  .ws-lang-option:hover {
    background: rgba(74, 143, 255, 0.08);
    color: #fff;
  }
  .ws-lang-option.ws-lang-active {
    color: var(--ws-gold);
    background: rgba(255, 200, 87, 0.06);
  }
  .ws-lang-code {
    font-weight: 700;
    font-size: 0.72rem;
    letter-spacing: 0.05em;
    min-width: 24px;
  }
  .ws-lang-name {
    color: inherit;
    font-weight: 400;
  }
  .ws-card {
    background: var(--ws-bg-card);
    border: 1px solid var(--ws-border);
    border-radius: var(--ws-radius-lg);
    box-shadow: var(--ws-shadow);
    position: relative;
    overflow: hidden;
  }
  .ws-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, transparent, var(--ws-gold), transparent);
  }
  .ws-page-wrapper {
    flex: 1;
    padding: 2rem 1rem;
    min-height: calc(100vh - 60px);
  }
  .ws-logo-icon {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(74,143,255,0.15) 0%, transparent 70%);
    border: 2px solid rgba(74,143,255,0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    font-size: 2rem;
    color: var(--ws-gold);
    box-shadow: 0 0 24px rgba(74,143,255,0.2);
  }
  .ws-title {
    color: var(--ws-gold);
    font-weight: 700;
    font-size: 1.6rem;
    letter-spacing: 0.04em;
    text-shadow: 0 0 20px rgba(74,143,255,0.4);
  }
  .ws-label {
    color: var(--ws-text);
    font-size: 0.875rem;
    font-weight: 500;
    margin-bottom: 0.4rem;
    display: block;
  }
  .ws-input {
    background: var(--ws-bg-input) !important;
    border: 1px solid var(--ws-border) !important;
    color: var(--ws-text) !important;
    border-radius: var(--ws-radius) !important;
    padding: 0.6rem 0.9rem !important;
    font-size: 0.95rem;
    transition: border-color 0.2s, box-shadow 0.2s;
    width: 100%;
  }
  .ws-input:focus {
    border-color: var(--ws-gold) !important;
    box-shadow: 0 0 0 3px rgba(74,143,255,0.15) !important;
    outline: none;
  }
  .ws-input::placeholder {
    color: var(--ws-text-muted);
  }
  .input-group {
    display: flex;
    align-items: stretch;
  }
  .input-group .ws-input {
    border-radius: var(--ws-radius) 0 0 var(--ws-radius) !important;
    flex: 1;
    min-width: 0;
  }
  .ws-btn-toggle-pass {
    background: var(--ws-bg-input);
    border: 1px solid var(--ws-border);
    border-left: none;
    color: var(--ws-text-muted);
    border-radius: 0 var(--ws-radius) var(--ws-radius) 0;
    padding: 0.6rem 0.9rem;
    transition: color 0.2s;
    cursor: pointer;
    flex-shrink: 0;
  }
  .ws-btn-toggle-pass:hover {
    color: var(--ws-gold);
  }
  .ws-btn-primary {
    background: linear-gradient(135deg, #4a8fff 0%, #2d6dd4 100%);
    border: none;
    color: #fff;
    font-weight: 700;
    letter-spacing: 0.04em;
    border-radius: var(--ws-radius);
    padding: 0.65rem 1.5rem;
    transition: opacity 0.2s, box-shadow 0.2s, transform 0.1s;
    box-shadow: 0 4px 15px rgba(74,143,255,0.3);
    cursor: pointer;
    display: inline-block;
    text-align: center;
    text-decoration: none;
  }
  .ws-btn-primary:hover:not(:disabled) {
    opacity: 0.92;
    box-shadow: 0 6px 20px rgba(74,143,255,0.45);
    transform: translateY(-1px);
    color: #fff;
  }
  .ws-btn-primary:active:not(:disabled) {
    transform: translateY(0);
  }
  .ws-btn-primary:disabled {
    opacity: 0.4;
    cursor: not-allowed;
  }
  .d-grid {
    display: grid;
  }
  .d-grid .ws-btn-primary {
    width: 100%;
  }
  .alert {
    border-radius: var(--ws-radius);
    font-size: 0.875rem;
    border: 1px solid;
    padding: 0.75rem 1rem;
    margin-bottom: 1rem;
  }
  .alert-dismissible {
    position: relative;
    padding-right: 3rem;
  }
  .alert-danger {
    background: rgba(192,57,43,0.15);
    border-color: rgba(192,57,43,0.4);
    color: #e74c3c;
  }
  .alert-success {
    background: rgba(39,174,96,0.15);
    border-color: rgba(39,174,96,0.4);
    color: #2ecc71;
  }
  .alert-warning {
    background: rgba(74,143,255,0.12);
    border-color: rgba(74,143,255,0.35);
    color: var(--ws-gold-light);
  }
  .alert-info {
    background: rgba(52,152,219,0.12);
    border-color: rgba(52,152,219,0.35);
    color: #5dade2;
  }
  .btn-close {
    position: absolute;
    top: 0.5rem;
    right: 0.75rem;
    background: transparent;
    border: none;
    cursor: pointer;
    color: currentColor;
    opacity: 0.5;
    font-size: 1.25rem;
    line-height: 1;
    padding: 0;
  }
  .btn-close::before {
    content: '×';
  }
  .btn-close:hover {
    opacity: 1;
  }
  .ws-welcome-banner {
    background: var(--ws-bg-card);
    border: 1px solid var(--ws-border);
    border-radius: var(--ws-radius-lg);
    padding: 1.5rem 2rem;
    position: relative;
    overflow: hidden;
  }
  .ws-welcome-banner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, var(--ws-gold), transparent);
  }
  .ws-avatar {
    font-size: 3rem;
    color: var(--ws-gold);
    opacity: 0.9;
  }
  .ws-balance-badge {
    text-align: center;
    background: rgba(74,143,255,0.08);
    border: 1px solid rgba(74,143,255,0.2);
    border-radius: var(--ws-radius);
    padding: 0.75rem 1.25rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
  }
  .ws-section-title {
    color: var(--ws-text);
    font-weight: 600;
    font-size: 1.1rem;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid var(--ws-border);
    margin: 0;
  }
  .ws-category-card {
    background: var(--ws-bg-card);
    border: 1px solid var(--ws-border);
    border-radius: var(--ws-radius);
    cursor: pointer;
    transition: border-color 0.2s, box-shadow 0.2s, transform 0.15s;
    height: 100%;
  }
  .ws-category-card:hover {
    border-color: var(--ws-gold);
    box-shadow: 0 4px 16px rgba(74,143,255,0.15);
    transform: translateY(-2px);
  }
  .ws-category-icon {
    font-size: 1.8rem;
    color: var(--ws-gold);
  }
  .ws-item-card {
    background: var(--ws-bg-card);
    border: 1px solid var(--ws-border);
    border-radius: var(--ws-radius);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: border-color 0.2s, box-shadow 0.2s, transform 0.15s;
    height: 100%;
  }
  .ws-item-card:hover {
    border-color: var(--ws-gold);
    box-shadow: 0 4px 20px rgba(74,143,255,0.18);
    transform: translateY(-3px);
  }
  .ws-item-img-wrapper {
    background: rgba(0,0,0,0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.25rem;
    min-height: 100px;
  }
  .ws-item-img {
    max-width: 64px;
    max-height: 64px;
    image-rendering: pixelated;
    filter: drop-shadow(0 2px 6px rgba(74,143,255,0.3));
  }
  .ws-item-body {
    padding: 0.75rem 1rem;
    flex: 1;
  }
  .ws-item-name {
    font-size: 0.85rem;
    font-weight: 600;
    color: var(--ws-text);
    margin-bottom: 0.4rem;
    line-height: 1.3;
  }
  .ws-item-price {
    font-size: 0.875rem;
    color: var(--ws-gold);
    font-weight: 600;
  }
  .ws-item-footer {
    padding: 0.5rem 0.75rem 0.75rem;
  }
  .ws-info-box {
    background: rgba(74,143,255,0.05);
    border: 1px dashed rgba(74,143,255,0.25);
    border-radius: var(--ws-radius-lg);
    color: var(--ws-text-muted);
    padding: 2rem 1rem;
  }
  .ws-info-box h5 {
    color: var(--ws-text);
  }
  .ws-footer {
    background: rgba(0,0,0,0.4);
    border-top: 1px solid var(--ws-border);
    color: var(--ws-text-muted);
    font-size: 0.82rem;
    margin-top: auto;
    padding: 1rem 0;
  }
  .webshop-packages-list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
  }
  .webshop-package-box {
    display: flex;
    flex-direction: column;
    width: 160px;
    cursor: pointer;
    border-radius: 12px;
    border: 1px solid var(--ws-border);
    background: var(--ws-bg-card);
    overflow: hidden;
    transition: border-color 0.2s, box-shadow 0.2s, transform 0.18s;
    box-shadow: 0 4px 16px rgba(0,0,0,0.4);
  }
  .webshop-package-box:hover {
    border-color: var(--ws-gold);
    box-shadow: 0 6px 28px rgba(74,143,255,0.2), 0 0 0 1px rgba(74,143,255,0.15);
    transform: translateY(-3px);
  }
  .webshop-package-img-wrap {
    position: relative;
    width: 160px;
    height: 280px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    background: linear-gradient(160deg, #12121c 0%, #0a0a12 100%);
    overflow: hidden;
    flex-shrink: 0;
  }
  .webshop-package-img-wrap > img {
    width: 160px;
    height: 280px;
    object-fit: fill;
    display: block;
    transition: transform 0.3s ease;
  }
  .webshop-package-box:hover .webshop-package-img-wrap > img {
    transform: scale(1.06);
  }
  .webshop-package-price-badge {
    position: absolute;
    top: 8px;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(0,0,0,0.7);
    color: var(--ws-gold);
    font-size: 0.78em;
    font-weight: 700;
    padding: 3px 10px;
    border-radius: 20px;
    white-space: nowrap;
    z-index: 3;
    backdrop-filter: blur(4px);
    border: 1px solid rgba(74,143,255,0.3);
    letter-spacing: 0.02em;
  }
  .webshop-package-footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    padding: 12px 12px 14px;
    background: var(--ws-bg-card);
  }
  .webshop-package-title-top {
    font-size: 0.88em;
    font-weight: 700;
    text-align: center;
    color: var(--ws-text);
    letter-spacing: 0.2px;
    line-height: 1.3;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-break: break-word;
    width: 100%;
  }
  .webshop-package-btn-overlay {
    display: inline-block;
    width: 100%;
    background: linear-gradient(135deg, #4a8fff, #2d6dd4);
    color: #fff;
    font-weight: 700;
    padding: 7px 0;
    border-radius: 7px;
    text-decoration: none;
    font-size: 0.83em;
    text-align: center;
    transition: opacity 0.18s, transform 0.1s;
    box-shadow: 0 2px 10px rgba(74,143,255,0.3);
  }
  .webshop-package-btn-overlay:hover {
    opacity: 0.88;
    transform: translateY(-1px);
    color: #fff;
  }
  .ws-pkg-class-strip {
    position: absolute;
    bottom: 8px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    gap: 3px;
    z-index: 3;
    cursor: default;
    background: rgba(0,0,0,0.62);
    backdrop-filter: blur(4px);
    border: 1px solid rgba(74,143,255,0.18);
    border-radius: 20px;
    padding: 3px 6px;
    transition: border-color 0.15s, background 0.15s;
  }
  .ws-pkg-class-strip:hover {
    background: rgba(0,0,0,0.78);
    border-color: rgba(74,143,255,0.35);
  }
  .ws-pkg-class-avatar {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    object-fit: cover;
    object-position: top center;
    border: 1.5px solid rgba(255,255,255,0.12);
    filter: brightness(0.88) saturate(0.85);
    transition: filter 0.15s, transform 0.15s;
    display: block;
    flex-shrink: 0;
  }
  .ws-pkg-class-strip:hover .ws-pkg-class-avatar {
    filter: brightness(1.05) saturate(1.15);
    transform: translateY(-1px);
  }
  .ws-pkg-class-more {
    font-size: 0.65em;
    font-weight: 700;
    color: rgba(200,208,238,0.7);
    letter-spacing: 0.02em;
    padding-left: 2px;
    white-space: nowrap;
  }
  .webshop-package-locked {
    opacity: 0.45;
    filter: grayscale(60%);
    pointer-events: none;
  }
  .webshop-package-locked .webshop-package-overlay {
    pointer-events: auto;
  }
  .webshop-package-locked-badge {
    position: absolute;
    top: 10px;
    left: 10px;
    background: rgba(255,85,85,.9);
    color: #fff;
    font-weight: 700;
    font-size: .8em;
    padding: 5px 8px;
    border-radius: 6px;
    z-index: 5;
  }
  #webshop-details-modal, #webshop-history-modal {
    display: none;
    position: fixed;
    z-index: 9999;
    inset: 0;
    width: 100vw;
    height: 100vh;
  }
  .webshop-modal-backdrop {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,.88);
    backdrop-filter: blur(10px);
    z-index: 9999;
  }
  .webshop-modal-content {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #0e0e16;
    border: 1px solid rgba(74,143,255,0.18);
    border-radius: 18px;
    box-shadow: 0 0 0 1px rgba(74,143,255,0.06), 0 20px 60px rgba(0,0,0,0.9), 0 0 80px rgba(74,143,255,0.06);
    padding: 32px 28px 28px;
    min-width: min(860px, 96vw);
    max-width: 96vw;
    max-height: 90vh;
    overflow-y: auto;
    z-index: 10000;
  }
  .webshop-modal-content::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent 5%, rgba(74,143,255,0.5) 50%, transparent 95%);
  }
  .webshop-modal-close {
    position: absolute;
    top: 14px;
    right: 16px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3em;
    color: #555;
    cursor: pointer;
    font-weight: bold;
    line-height: 1;
    border-radius: 50%;
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.07);
    transition: color 0.15s, background 0.15s, border-color 0.15s;
    z-index: 10;
  }
  .webshop-modal-close:hover {
    color: #fff;
    background: rgba(255,85,85,0.15);
    border-color: rgba(255,85,85,0.3);
  }
  .webshop-class-filter, .webshop-cat-filter {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    align-items: center;
  }
  .ws-filter-btn {
    display: inline-block;
    padding: 5px 13px;
    border-radius: 6px;
    font-size: .82em;
    font-weight: 600;
    color: var(--ws-text-muted);
    background: rgba(255,255,255,.04);
    border: 1px solid var(--ws-border);
    text-decoration: none;
    cursor: pointer;
    transition: color 0.15s, border-color 0.15s, background 0.15s;
  }
  .ws-filter-btn:hover, .ws-filter-btn.active {
    color: var(--ws-gold);
    border-color: rgba(74,143,255,.35);
    background: rgba(74,143,255,.08);
  }
  .webshop-class-filter {
    gap: 8px;
    align-items: flex-end;
  }
  .ws-filter-class-btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    padding: 6px 6px 5px;
    border-radius: 8px;
    width: 66px;
    text-align: center;
    background: rgba(13,13,15,0.7);
    border: 1px solid var(--ws-border);
    color: var(--ws-text-muted);
    font-size: .72em;
    font-weight: 600;
    letter-spacing: .02em;
    text-decoration: none;
    cursor: pointer;
    transition: border-color 0.18s, box-shadow 0.18s, transform 0.12s, color 0.15s, background 0.15s;
    backdrop-filter: blur(4px);
  }
  .ws-filter-class-btn:hover {
    border-color: rgba(74,143,255,.5);
    box-shadow: 0 0 12px rgba(74,143,255,.18), inset 0 0 12px rgba(74,143,255,.04);
    color: var(--ws-gold);
    transform: translateY(-2px);
    background: rgba(74,143,255,.06);
  }
  .ws-filter-class-btn.active {
    border-color: var(--ws-gold);
    box-shadow: 0 0 16px rgba(74,143,255,.3), inset 0 0 16px rgba(74,143,255,.06);
    color: var(--ws-gold);
    background: rgba(74,143,255,.08);
  }
  .ws-class-avatar {
    width: 52px;
    height: 52px;
    object-fit: cover;
    object-position: top center;
    border-radius: 6px;
    border: 1px solid rgba(255,255,255,.08);
    display: block;
    transition: border-color 0.18s;
    filter: brightness(0.85) saturate(0.9);
  }
  .ws-filter-class-btn:hover .ws-class-avatar, .ws-filter-class-btn.active .ws-class-avatar {
    border-color: rgba(74,143,255,.4);
    filter: brightness(1) saturate(1.1);
  }
  .ws-filter-class-btn span {
    display: block;
    line-height: 1.1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
  }
  @media (max-width: 576px) {
    .ws-filter-class-btn {
      width: 54px;
    }
    .ws-class-avatar {
      width: 42px;
      height: 42px;
    }
    .ws-filter-class-btn {
      font-size: .68em;
    }
  }
  .ws-history-link {
    color: var(--ws-gold);
    font-size: .9em;
    font-weight: 600;
    text-decoration: none;
    opacity: .85;
    transition: opacity 0.15s;
  }
  .ws-history-link:hover {
    opacity: 1;
    color: var(--ws-gold-light);
  }
  .webshop-code-wrapper {
    display: flex;
    align-items: center;
    gap: 8px;
    min-width: 0;
  }
  .webshop-code-box {
    font-family: monospace;
    font-weight: 700;
    color: #4a8fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 260px;
    padding: 7px 10px;
    background: rgba(74,143,255,.06);
    border-radius: 6px;
    border: 1px solid rgba(74,143,255,.15);
  }
  .webshop-copy-btn {
    width: 32px;
    height: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border: 1px solid var(--ws-border);
    border-radius: 6px;
    cursor: pointer;
    background-image: var(--ws-copy-icon);
    background-repeat: no-repeat;
    background-position: center;
    transition: background-color 0.12s, transform 0.08s;
  }
  .webshop-copy-btn:hover {
    background-color: rgba(74,143,255,.08);
    transform: translateY(-1px);
  }
  .webshop-copy-btn.success {
    background-image: var(--ws-check-icon);
    border-color: rgba(0,255,153,.2);
  }
  .item-table-tooltip {
    position: relative;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
  }
  .item-table-tooltip-content {
    display: none;
    position: fixed;
    z-index: 99999;
    min-width: 200px;
    max-width: 320px;
    max-height: 300px;
    overflow: auto;
    background: rgba(10,16,32,.98);
    border: 1.5px solid #555;
    border-radius: 10px;
    box-shadow: 0 4px 24px #000b;
    padding: 16px;
    font-size: 1em;
    color: #f3f6fa;
    white-space: normal;
    word-break: break-word;
  }
  .item-table-tooltip:hover .item-table-tooltip-content {
    display: block;
  }
  .item-table-tooltip-content img {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  @media (max-width: 600px) {
    .webshop-packages-list {
      gap: 12px;
    }
    .webshop-package-box {
      width: 130px;
    }
    .webshop-package-img-wrap {
      width: 130px;
      height: 220px;
    }
    .webshop-package-img-wrap > img {
      width: 130px;
      height: 220px;
    }
    .webshop-modal-content {
      padding: 20px 14px 16px;
    }
    .webshop-code-box {
      max-width: 180px;
    }
  }
  @media (max-width: 576px) {
    .ws-welcome-banner {
      padding: 1rem 1.25rem;
    }
    .ws-title {
      font-size: 1.3rem;
    }
    .ws-logo-icon {
      width: 56px;
      height: 56px;
      font-size: 1.6rem;
    }
  }
}
@layer utilities {
  .d-flex {
    display: flex;
  }
  .d-block {
    display: block;
  }
  .d-none {
    display: none;
  }
  .d-inline-block {
    display: inline-block;
  }
  .align-items-center {
    align-items: center;
  }
  .align-items-start {
    align-items: flex-start;
  }
  .justify-content-center {
    justify-content: center;
  }
  .justify-content-between {
    justify-content: space-between;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .ms-auto {
    margin-left: auto !important;
  }
  .ms-1 {
    margin-left: 0.25rem;
  }
  .ms-2 {
    margin-left: 0.5rem;
  }
  .me-1 {
    margin-right: 0.25rem;
  }
  .me-2 {
    margin-right: 0.5rem;
  }
  .me-3 {
    margin-right: 1rem;
  }
  .fw-bold {
    font-weight: 700;
  }
  .fw-600 {
    font-weight: 600;
  }
  .small {
    font-size: 0.875em;
  }
  .w-100 {
    width: 100%;
  }
  .text-right {
    text-align: right;
  }
  .text-warning {
    color: var(--ws-gold) !important;
  }
  .text-muted {
    color: var(--ws-text-muted) !important;
  }
  .text-danger {
    color: #e74c3c !important;
  }
  .btn-lg {
    padding: 0.5rem 1rem;
    font-size: 1.1rem;
  }
  .btn {
    cursor: pointer;
  }
  .overflow-x-auto {
    overflow-x: auto;
  }
}
@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-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  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-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
    }
  }
}
