:root {
    --tokyo-bg: #f0f0f3;
    --tokyo-surface: #ffffff;
    --tokyo-black: #000000;
    --tokyo-text: #1c2024;
    --tokyo-muted: #60646c;
    --tokyo-muted-strong: #555860;
    --tokyo-muted-soft: #b0b4ba;
    --tokyo-link: #0d74ce;
    --tokyo-border: #e0e1e6;
    --tokyo-border-strong: #d9d9e0;
    --tokyo-shadow-soft: 0 3px 6px rgba(0, 0, 0, 0.08), 0 2px 4px rgba(0, 0, 0, 0.07);
    --tokyo-shadow-elevated: 0 10px 20px rgba(0, 0, 0, 0.1), 0 3px 6px rgba(0, 0, 0, 0.05);
    --tokyo-radius-sm: 8px;
    --tokyo-radius-md: 16px;
    --tokyo-radius-lg: 24px;
    --tokyo-radius-pill: 9999px;
}

html {
    scrollbar-gutter: stable;
    scrollbar-color: #00f5d4 rgba(5, 6, 9, 0.92);
    scrollbar-width: thin;
}

@supports not (scrollbar-gutter: stable) {
    html {
        overflow-y: scroll;
    }
}

html::-webkit-scrollbar {
    width: 13px;
}

html::-webkit-scrollbar-track {
    background:
        linear-gradient(180deg, rgba(5, 6, 9, 0.98), rgba(9, 14, 21, 0.94)),
        rgba(5, 6, 9, 0.96);
    border-left: 1px solid rgba(184, 248, 255, 0.10);
}

html::-webkit-scrollbar-thumb {
    border: 3px solid rgba(5, 6, 9, 0.96);
    border-radius: 999px;
    background:
        linear-gradient(180deg, var(--mineradio-gold), var(--mineradio-cyan) 48%, var(--mineradio-blue)),
        #00f5d4;
    box-shadow: inset 0 0 10px rgba(255, 255, 255, 0.22), 0 0 18px rgba(0, 245, 212, 0.28);
}

html::-webkit-scrollbar-thumb:hover {
    background:
        linear-gradient(180deg, #fff0a6, var(--mineradio-cyan) 46%, #6d8cff),
        #00f5d4;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

body.tokyo-theme {
    margin: 0;
    background: var(--tokyo-bg);
    color: var(--tokyo-text);
    font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 15px;
    line-height: 1.4;
}

a {
    color: inherit;
    text-decoration: none;
}

img {
    max-width: 100%;
    display: block;
}

.tokyo-page-frame {
    min-height: 100vh;
}

.tokyo-main {
    padding-bottom: 72px;
    margin-top: 18px;
}

#pjax-container {
    transition: opacity 0.18s ease;
}

#pjax-container.is-pjax-loading {
    opacity: 0.68;
    pointer-events: none;
}

.tokyo-shell {
    width: min(1360px, calc(100% - 32px));
    margin: 0 auto;
}

.tokyo-shell--narrow {
    width: min(960px, calc(100% - 32px));
}

.tokyo-nav-shell {
    position: sticky;
    top: 0;
    z-index: 1030;
    padding: 14px 0 0;
}

.tokyo-nav-wrap {
    width: min(1360px, calc(100% - 32px));
    margin: 0 auto;
}

.tokyo-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    flex-wrap: nowrap;
    border: 1px solid rgba(224, 225, 230, 0.95);
    border-radius: var(--tokyo-radius-pill);
    background: rgba(240, 240, 243, 0.88);
    backdrop-filter: blur(18px);
    box-shadow: var(--tokyo-shadow-soft);
    padding: 10px 16px;
}

.tokyo-brand-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    flex: 0 0 auto;
    min-width: 0;
}

.tokyo-brand {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    min-width: 0;
}

.tokyo-brand-mark {
    width: 42px;
    height: 42px;
    border-radius: var(--tokyo-radius-pill);
    object-fit: cover;
    border: 1px solid var(--tokyo-border-strong);
    background: var(--tokyo-surface);
    flex: 0 0 42px;
}

.tokyo-brand-chip {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 5px;
    max-width: 100%;
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
}

.tokyo-brand-chip::after {
    content: "";
    display: block;
    width: 100%;
    min-width: 54px;
    height: 3px;
    border-radius: 999px;
    background: linear-gradient(90deg,
    rgba(28, 32, 36, 0.9) 0%,
    rgba(28, 32, 36, 0.58) 38%,
    rgba(28, 32, 36, 0.18) 74%,
    rgba(28, 32, 36, 0) 100%);
}

.tokyo-brand-name {
    display: block;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: var(--tokyo-black);
    font-size: 1rem;
    font-weight: 800;
    line-height: 1.05;
    letter-spacing: -0.04em;
}

.tokyo-nav-toggle {
    border: 1px solid var(--tokyo-border-strong);
    border-radius: var(--tokyo-radius-pill);
    padding: 8px 12px;
    background: var(--tokyo-surface);
    color: var(--tokyo-text);
    box-shadow: none;
}

.tokyo-nav-toggle:focus,
.tokyo-nav-toggle:focus-visible,
.tokyo-nav-toggle:not(:disabled):not(.disabled):active {
    outline: none;
    box-shadow: none !important;
}

.tokyo-nav-toggle .navbar-toggler-icon {
    width: 22px;
    height: 22px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba(28,32,36,0.92)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M5 7h20M5 15h20M5 23h20'/%3E%3C/svg%3E");
}

.tokyo-nav-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    width: 100%;
}

.tokyo-nav .navbar-collapse {
    flex-grow: 1;
    min-width: 0;
}

.tokyo-nav-links {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0;
    padding: 0;
}

.tokyo-nav-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    border-radius: var(--tokyo-radius-pill);
    color: var(--tokyo-muted);
    font-size: 0.88rem;
    font-weight: 500;
    letter-spacing: -0.02em;
    transition: 0.2s ease;
}

.tokyo-notice-trigger {
    border: 0;
    background: transparent;
    appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
    font: inherit;
    line-height: inherit;
    text-align: left;
}

.tokyo-nav-link:hover,
.tokyo-nav-link.is-active {
    color: var(--tokyo-text);
    background: var(--tokyo-surface);
    box-shadow: var(--tokyo-shadow-soft);
}

.tokyo-nav-tools {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-left: auto;
}

.tokyo-searchbox {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    height: 42px;
    min-width: 0;
    width: min(100%, 300px);
    padding: 0 12px;
    border: 1px solid var(--tokyo-border-strong);
    border-radius: var(--tokyo-radius-pill);
    background: var(--tokyo-surface);
    color: var(--tokyo-muted);
}

.tokyo-searchbox input {
    width: 100%;
    border: 0;
    outline: 0;
    background: transparent;
    color: var(--tokyo-text);
    font-size: 0.88rem;
}

.tokyo-searchbox input::placeholder {
    color: var(--tokyo-muted-soft);
}

.tokyo-auth-actions {
    display: flex;
    align-items: center;
    gap: 10px;
}

.tokyo-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 40px;
    padding: 0 16px;
    border: 1px solid var(--tokyo-border-strong);
    border-radius: var(--tokyo-radius-pill);
    font-size: 0.86rem;
    font-weight: 600;
    letter-spacing: -0.02em;
    appearance: none;
    -webkit-appearance: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, color 0.2s ease;
    cursor: pointer;
}

.tokyo-button i,
.tokyo-commodity-action-link i,
.tokyo-commodity-action-disabled i,
.optional-card i,
.qty-group button i {
    font-size: 0.92em;
    line-height: 1;
    flex-shrink: 0;
}

.tokyo-button:hover {
    transform: translateY(-1px);
    box-shadow: var(--tokyo-shadow-soft);
}

.tokyo-button-dark {
    border-color: var(--tokyo-black);
    background: var(--tokyo-black);
    color: var(--tokyo-surface);
}

.tokyo-button-light {
    background: var(--tokyo-surface);
    color: var(--tokyo-text);
}

.tokyo-user-chip {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    min-height: 42px;
    padding: 5px 10px 5px 7px;
    border: 1px solid var(--tokyo-border-strong);
    border-radius: var(--tokyo-radius-pill);
    background: var(--tokyo-surface);
    color: var(--tokyo-text);
    box-shadow: none;
    appearance: none;
    -webkit-appearance: none;
}

.tokyo-user-chip::after {
    margin-left: 10px;
    margin-top: 0;
    align-self: center;
    vertical-align: middle;
    position: relative;
    top: 1px;
    flex-shrink: 0;
}

.tokyo-user-avatar {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    object-fit: cover;
    background: #ececf0;
}

.tokyo-user-meta {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;
}

.tokyo-user-name {
    font-size: 0.8rem;
    font-weight: 600;
    line-height: 1.1;
}

.tokyo-user-balance {
    color: var(--tokyo-muted);
    font-size: 0.68rem;
    line-height: 1.1;
}

.tokyo-user-dropdown {
    min-width: 0;
}

.tokyo-dropdown-menu {
    padding: 10px;
    border: 1px solid var(--tokyo-border);
    border-radius: 18px;
    box-shadow: var(--tokyo-shadow-elevated);
}

.tokyo-dropdown-menu .dropdown-item {
    display: flex;
    align-items: center;
    gap: 10px;
    border-radius: 12px;
    padding: 10px 12px;
}

.tokyo-dropdown-menu .dropdown-item i {
    width: 16px;
    color: var(--tokyo-muted);
}

.tokyo-hero,
.tokyo-item-header,
.tokyo-query-header {
    display: flex;
    justify-content: space-between;
    gap: 18px;
    padding: 38px 0 22px;
}

.tokyo-eyebrow,
.panel-kicker {
    margin: 0 0 12px;
    color: var(--tokyo-muted);
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.tokyo-hero h1,
.tokyo-page-title,
.panel-title-lg {
    margin: 0;
    color: var(--tokyo-black);
    font-size: clamp(1.9rem, 4vw, 3.2rem);
    font-weight: 800;
    letter-spacing: -0.06em;
    line-height: 1.05;
}

.tokyo-hero-summary,
.tokyo-page-summary,
.tokyo-current-meta,
.tokyo-muted {
    margin: 14px 0 0;
    max-width: 760px;
    color: var(--tokyo-muted);
    font-size: 0.94rem;
    line-height: 1.45;
}

.tokyo-hero-meta {
    display: grid;
    gap: 14px;
    align-content: end;
    min-width: 280px;
}

.tokyo-meta-card {
    padding: 20px 22px;
    border: 1px solid var(--tokyo-border);
    border-radius: var(--tokyo-radius-lg);
    background: var(--tokyo-surface);
    box-shadow: var(--tokyo-shadow-soft);
}

.tokyo-meta-label {
    display: block;
    margin-bottom: 8px;
    color: var(--tokyo-muted);
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.tokyo-meta-card strong {
    color: var(--tokyo-text);
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: -0.02em;
}

.panel {
    border: 1px solid var(--tokyo-border);
    border-radius: 24px;
    background: var(--tokyo-surface);
    box-shadow: var(--tokyo-shadow-soft);
}

.panel-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 14px;
    padding: 22px 22px 16px;
    border-bottom: 1px solid var(--tokyo-border);
}

.panel-title {
    margin: 0;
    color: var(--tokyo-black);
    font-size: clamp(1.2rem, 1.8vw, 1.9rem);
    font-weight: 700;
    letter-spacing: -0.05em;
    line-height: 1.1;
}

.card-content-no-password,
.card-password-section {
    margin-top: 12px;
}

.panel-body {
    padding: 22px;
}

.tokyo-shop-layout {
    display: grid;
    grid-template-columns: minmax(340px, 390px) minmax(0, 1fr);
    gap: 24px;
    align-items: start;
    margin-top: 26px;
}

.tokyo-sidebar-panel {
    position: sticky;
    top: 104px;
}

.tokyo-catalog-panel {
    align-self: start;
}

.tokyo-index-heading,
.tokyo-catalog-heading {
    min-height: 110px;
}

.tokyo-index-heading {
    align-items: center;
}

.tokyo-index-heading-copy {
    display: grid;
    gap: 6px;
    min-width: 0;
}

.tokyo-index-panel-title {
    font-size: clamp(1rem, 1.4vw, 1.45rem);
    line-height: 1.15;
    letter-spacing: -0.04em;
}

.tokyo-category-tree {
    display: grid;
    align-content: start;
    grid-auto-rows: max-content;
    gap: 6px;
    max-height: calc(100vh - 180px);
    overflow-x: hidden;
    overflow-y: auto;
    padding-right: 2px;
}

.tokyo-mobile-filter-trigger,
.tokyo-mobile-sidebar-close,
.tokyo-mobile-sidebar-backdrop,
.tokyo-pill-mobile-only {
    display: none;
}

.tokyo-commodity-tags .tokyo-pill-mobile-only,
.tokyo-pill.tokyo-pill-mobile-meta,
.tokyo-pill.tokyo-pill-mobile-price,
.tokyo-pill.tokyo-pill-mobile-member {
    display: none !important;
}

.tokyo-category-node {
    display: grid;
    align-content: start;
    gap: 6px;
}

.tokyo-category-row {
    --tokyo-depth: 0;
    display: flex;
    align-items: center;
    gap: 0;
    min-width: 0;
    padding-left: calc(var(--tokyo-depth) * 16px);
}

.tokyo-category-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    border: 1px solid var(--tokyo-border);
    border-radius: var(--tokyo-radius-pill);
    background: var(--tokyo-bg);
    color: var(--tokyo-muted);
    appearance: none;
    -webkit-appearance: none;
    transition: 0.2s ease;
    flex: 0 0 24px;
}

.tokyo-category-toggle.is-expanded i {
    transform: rotate(90deg);
}

.tokyo-category-toggle i {
    transition: transform 0.2s ease;
}

.tokyo-category-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    min-width: 0;
    max-width: 100%;
    padding: 8px 10px;
    border: 1px solid transparent;
    border-radius: var(--tokyo-radius-pill);
    background: transparent;
    color: var(--tokyo-muted-strong);
    font-size: 0.88rem;
    font-weight: 500;
    text-align: left;
    appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
    transition: 0.2s ease;
}

.tokyo-category-link:hover,
.tokyo-category-link.is-active {
    border-color: var(--tokyo-border-strong);
    background: var(--tokyo-surface);
    color: var(--tokyo-text);
    box-shadow: var(--tokyo-shadow-soft);
}

.tokyo-category-icon {
    width: 24px;
    height: 24px;
    border-radius: var(--tokyo-radius-pill);
    border: 1px solid var(--tokyo-border);
    background: center / cover no-repeat var(--tokyo-bg);
    flex: 0 0 24px;
}

.tokyo-category-copy {
    min-width: 0;
    flex: 1 1 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    width: 100%;
    overflow: hidden;
}

.tokyo-category-name {
    display: block;
    min-width: 0;
    flex: 1 1 auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tokyo-category-side {
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
    flex-shrink: 0;
    margin-left: 8px;
}

.tokyo-category-count {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 28px;
    height: 22px;
    padding: 0 8px;
    border-radius: var(--tokyo-radius-pill);
    background: var(--tokyo-bg);
    color: var(--tokyo-muted);
    font-size: 0.7rem;
    font-weight: 700;
}

.tokyo-tree-feedback {
    padding: 14px 4px;
    color: var(--tokyo-muted);
    font-size: 0.86rem;
}

.tokyo-catalog-heading {
    position: relative;
    align-items: flex-start;
    padding-right: 404px;
}

.tokyo-catalog-body {
    padding-top: 22px;
}

.tokyo-catalog-tools {
    position: absolute;
    top: 18px;
    right: 22px;
    display: flex;
    align-items: center;
    gap: 0;
    justify-content: flex-end;
    flex-wrap: nowrap;
    width: min(100%, 360px);
    min-width: 0;
}

.tokyo-search-combo {
    display: flex;
    align-items: center;
    width: 100%;
    min-width: 0;
    padding: 4px;
    border: 1px solid var(--tokyo-border-strong);
    border-radius: var(--tokyo-radius-pill);
    background: var(--tokyo-surface);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.65);
    gap: 6px;
}

.tokyo-searchbox-combo {
    flex: 1 1 auto;
    width: auto;
    height: 38px;
    min-width: 0;
    padding: 0 0 0 14px;
    border: 0;
    background: transparent;
    box-shadow: none;
}

.tokyo-searchbox-combo i {
    color: var(--tokyo-muted);
    font-size: 0.92rem;
}

.tokyo-searchbox-combo input {
    font-size: 0.86rem;
}

.tokyo-search-combo .tokyo-button {
    min-height: 34px;
    padding: 0 15px;
    border-width: 1px;
    box-shadow: none;
    flex: 0 0 auto;
}

.tokyo-search-combo .tokyo-button:hover {
    transform: none;
}

.tokyo-catalog-summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 14px;
}

.tokyo-result-count {
    display: inline-flex;
    align-items: center;
    min-height: 32px;
    padding: 0 12px;
    border-radius: var(--tokyo-radius-pill);
    background: var(--tokyo-bg);
    color: var(--tokyo-muted-strong);
    font-size: 0.78rem;
    font-weight: 600;
}

.tokyo-current-meta {
    margin-top: 4px;
    font-size: 0.82rem;
    line-height: 1.45;
}

.tokyo-table-wrap {
    position: relative;
    overflow: hidden;
    border: 1px solid var(--tokyo-border);
    border-radius: 18px;
    background: #fcfcfd;
    min-height: var(--tokyo-table-stable-height, 0);
    transition: min-height 0.2s ease;
}

.tokyo-table-wrap.is-loading .tokyo-commodity-table {
    opacity: 0.32;
}

.tokyo-table-loading {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: rgba(252, 252, 253, 0.72);
    backdrop-filter: blur(3px);
    color: var(--tokyo-muted-strong);
    font-size: 0.82rem;
    font-weight: 600;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.18s ease;
    z-index: 2;
}

.tokyo-table-wrap.is-loading .tokyo-table-loading {
    opacity: 1;
}

.tokyo-table-loading-spinner {
    width: 16px;
    height: 16px;
    border: 2px solid rgba(28, 32, 36, 0.12);
    border-top-color: rgba(28, 32, 36, 0.84);
    border-radius: 50%;
    animation: tokyo-spin 0.8s linear infinite;
}

.tokyo-commodity-table {
    width: 100%;
    table-layout: fixed;
    border-collapse: separate;
    border-spacing: 0;
}

.tokyo-commodity-col-price {
    width: 108px;
}

.tokyo-commodity-col-stock {
    width: 98px;
}

.tokyo-commodity-col-sold {
    width: 58px;
}

.tokyo-commodity-col-action {
    width: 118px;
}

.tokyo-commodity-table thead th {
    padding: 14px 16px;
    border-bottom: 1px solid var(--tokyo-border);
    color: var(--tokyo-muted);
    background: rgba(240, 240, 243, 0.6);
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    white-space: nowrap;
}

.tokyo-commodity-table thead th:first-child,
.tokyo-commodity-table tbody td:first-child {
    text-align: left;
}

.tokyo-commodity-table thead th:nth-child(2),
.tokyo-commodity-table thead th:nth-child(3),
.tokyo-commodity-table thead th:nth-child(4),
.tokyo-commodity-table tbody td:nth-child(2),
.tokyo-commodity-table tbody td:nth-child(3),
.tokyo-commodity-table tbody td:nth-child(4) {
    text-align: center;
}

.tokyo-commodity-table thead th:nth-child(5),
.tokyo-commodity-table tbody td:nth-child(5) {
    text-align: right;
}

.tokyo-commodity-table tbody td {
    padding: 15px 16px;
    border-bottom: 1px solid var(--tokyo-border);
    vertical-align: middle;
}

.tokyo-commodity-table tbody tr {
    transition: background 0.2s ease;
}

.tokyo-commodity-table tbody tr:last-child td {
    border-bottom: 0;
}

.tokyo-commodity-row:hover {
    background: rgba(255, 255, 255, 0.75);
}

.tokyo-commodity-main {
    min-width: 260px;
}

.tokyo-commodity-anchor {
    display: flex;
    align-items: center;
    gap: 12px;
    width: 100%;
    min-width: 0;
}

.tokyo-commodity-thumb {
    width: 42px;
    height: 42px;
    border-radius: 14px;
    border: 1px solid var(--tokyo-border);
    background: center / cover no-repeat var(--tokyo-bg);
    flex: 0 0 42px;
}

.tokyo-commodity-copy {
    display: grid;
    gap: 6px;
    min-width: 0;
}

.tokyo-commodity-name {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: var(--tokyo-text);
    font-size: 0.92rem;
    font-weight: 600;
    letter-spacing: -0.03em;
}

.tokyo-commodity-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.tokyo-pill {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    min-height: 21px;
    padding: 0 8px;
    border-radius: var(--tokyo-radius-pill);
    background: var(--tokyo-bg);
    color: var(--tokyo-muted-strong);
    font-size: 0.66rem;
    font-weight: 700;
    letter-spacing: 0.02em;
}

.tokyo-pill.tokyo-pill-primary {
    background: rgba(13, 116, 206, 0.1);
    color: var(--tokyo-link);
}

.tokyo-pill.tokyo-pill-success {
    background: rgba(26, 162, 81, 0.1);
    color: #127b3c;
}

.tokyo-pill.tokyo-pill-mobile-meta {
    background: rgba(240, 240, 243, 0.9);
    color: var(--tokyo-muted-strong);
}

.tokyo-pill.tokyo-pill-mobile-price {
    background: linear-gradient(180deg, rgba(205, 165, 72, 0.18), rgba(205, 165, 72, 0.1));
    color: #9a6a12;
    border: 1px solid rgba(186, 145, 47, 0.18);
    box-shadow: inset 0 1px 0 rgba(255, 248, 229, 0.66);
}

.tokyo-pill.tokyo-pill-mobile-member {
    background: rgba(13, 116, 206, 0.08);
    color: var(--tokyo-link);
}

.tokyo-commodity-price {
    color: var(--tokyo-black);
    white-space: nowrap;
}

.tokyo-commodity-price-stack {
    display: inline-grid;
    justify-items: center;
    gap: 5px;
}

.tokyo-commodity-price-main {
    color: var(--tokyo-black);
    font-size: 0.94rem;
    font-weight: 700;
    letter-spacing: -0.03em;
}

.tokyo-commodity-price-note {
    display: inline-flex;
    align-items: center;
    min-height: 18px;
    padding: 0 7px;
    border: 1px solid rgba(13, 116, 206, 0.14);
    border-radius: var(--tokyo-radius-pill);
    background: rgba(13, 116, 206, 0.08);
    color: var(--tokyo-link);
    font-size: 0.62rem;
    font-weight: 700;
    letter-spacing: 0;
    box-shadow: 0 4px 10px rgba(13, 116, 206, 0.08);
}

.tokyo-commodity-muted {
    color: var(--tokyo-muted);
    font-size: 0.84rem;
    white-space: nowrap;
    text-align: center;
}

.tokyo-commodity-action {
    white-space: nowrap;
    text-align: right;
}

.tokyo-commodity-action-link,
.tokyo-commodity-action-disabled {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    min-height: 34px;
    padding: 0 12px;
    border-radius: var(--tokyo-radius-pill);
    font-size: 0.78rem;
    font-weight: 700;
}

.tokyo-commodity-action-link {
    background: var(--tokyo-black);
    color: var(--tokyo-surface);
}

.tokyo-commodity-action-disabled {
    background: var(--tokyo-bg);
    color: var(--tokyo-muted-soft);
}

.tokyo-empty-row td {
    padding: 22px 16px;
    color: var(--tokyo-muted);
    text-align: center;
}

.tokyo-item-panel,
.tokyo-description-panel,
.tokyo-query-panel {
    margin-bottom: 22px;
}

.tokyo-item-cover-card {
    --tokyo-item-cover-height: 360px;
    position: relative;
    height: var(--tokyo-item-cover-height);
    min-height: 360px;
    overflow: hidden;
    border: 1px solid var(--tokyo-border);
    border-radius: 26px;
    background: var(--tokyo-bg);
}

.tokyo-item-cover-trigger {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: zoom-in;
    overflow: hidden;
}

.item-cover {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 0;
    object-fit: cover;
    object-position: center;
    transition: transform 0.28s ease;
}

.tokyo-item-cover-trigger:hover .item-cover,
.tokyo-item-cover-trigger:focus-visible .item-cover {
    transform: scale(1.02);
}

.tokyo-item-cover-trigger:focus-visible {
    outline: 2px solid rgba(0, 0, 0, 0.12);
    outline-offset: -2px;
}

.tokyo-item-cover-hint {
    position: absolute;
    right: 16px;
    bottom: 16px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    min-height: 32px;
    padding: 0 12px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: var(--tokyo-radius-pill);
    background: rgba(255, 255, 255, 0.86);
    color: var(--tokyo-text);
    box-shadow: 0 10px 24px rgba(22, 25, 31, 0.12);
    font-size: 0.76rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    backdrop-filter: blur(12px);
}

.tokyo-image-layer {
    overflow: hidden;
    border: 1px solid rgba(214, 219, 228, 0.9) !important;
    border-radius: 30px !important;
    background: rgba(255, 255, 255, 0.96) !important;
    box-shadow: 0 24px 64px rgba(20, 24, 31, 0.24) !important;
}

.tokyo-image-layer .layui-layer-content {
    width: 100% !important;
    height: 100% !important;
    overflow: hidden !important;
    padding: 14px;
    background: transparent;
    box-sizing: border-box;
}

.tokyo-image-preview {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    min-height: 220px;
}

.tokyo-image-preview img {
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    border-radius: 22px;
    background: var(--tokyo-surface);
    object-fit: contain;
    cursor: zoom-out;
}

.tokyo-item-form-wrap {
    display: grid;
    gap: 16px;
    align-content: start;
    align-self: flex-start;
}

.tokyo-item-inline-title {
    margin: 0;
    color: var(--tokyo-black);
    font-size: clamp(1.28rem, 1.7vw, 1.95rem);
    font-weight: 800;
    line-height: 1.12;
    letter-spacing: -0.04em;
    word-break: break-word;
}

.tokyo-item-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: flex-start;
}

.tokyo-item-badges .badge-soft {
    flex: 0 0 auto;
    align-self: flex-start;
    white-space: nowrap;
}

.badge-soft {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    min-height: 28px;
    padding: 0 10px;
    border-radius: var(--tokyo-radius-pill);
    font-size: 0.72rem;
    font-weight: 700;
    line-height: 1;
}

.badge-soft-primary {
    background: rgba(13, 116, 206, 0.1);
    color: var(--tokyo-link);
}

.badge-soft-success {
    background: rgba(26, 162, 81, 0.1);
    color: #127b3c;
}

.badge-soft-info {
    background: rgba(71, 194, 255, 0.14);
    color: #0a76aa;
}

.shared-button {
    cursor: pointer;
}

.badge-soft-danger,
.badge-soft-muted {
    background: rgba(176, 180, 186, 0.2);
    color: var(--tokyo-muted);
}

.tokyo-item-price .price {
    display: inline-flex;
    align-items: baseline;
    justify-content: flex-start;
    gap: 4px;
    min-height: 34px;
    margin: 0;
    color: var(--tokyo-black);
    line-height: 1;
    min-width: 124px;
    font-size: 1.8rem;
    font-weight: 800;
}

.tokyo-item-price .unit {
    margin-right: 0;
    flex: 0 0 auto;
    font-size: 0.92rem;
    font-weight: 700;
    line-height: 1;
    transform: translateY(-0.02em);
}

.tokyo-item-price .price-amount {
    display: inline-block;
    font-size: 1.68rem;
    font-weight: 800;
    letter-spacing: -0.06em;
    line-height: 0.96;
}

.tokyo-item-price {
    display: flex;
    align-items: flex-end;
    min-height: 38px;
    margin: 0;
    line-height: 1;
}

.tokyo-item-price .price.is-loading {
    align-items: center;
}

.tokyo-item-price .price-spinner {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    min-width: 124px;
    min-height: 38px;
}

.tokyo-item-price .icon-spin {
    font-size: 1rem;
}

.tokyo-field {
    display: grid;
    gap: 8px;
}

.form-label {
    color: var(--tokyo-muted-strong);
    font-size: 0.8rem;
    font-weight: 600;
}

.form-control,
.optional-card {
    width: 100%;
    min-height: 42px;
    border: 1px solid var(--tokyo-border-strong);
    border-radius: 14px;
    background: var(--tokyo-surface);
    color: var(--tokyo-text);
    font-size: 0.88rem;
    box-shadow: none;
}

.optional-card {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.form-control {
    padding: 0 12px;
}

.form-control:focus {
    border-color: #2547d0;
    box-shadow: 0 0 0 3px rgba(37, 71, 208, 0.12);
}

.sku-list {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 8px;
    padding-top: 6px;
    overflow: visible;
    isolation: isolate;
}

.sku {
    display: inline-flex;
    align-items: center;
    position: relative;
    gap: 0;
    min-height: 38px;
    padding: 0 12px;
    border: 1px solid var(--tokyo-border-strong);
    border-radius: var(--tokyo-radius-pill);
    background: var(--tokyo-surface);
    color: var(--tokyo-muted-strong);
    font-size: 0.8rem;
    font-weight: 600;
    overflow: visible;
    z-index: 0;
}

.sku.has-money {
    padding-right: 14px;
}

.sku-label {
    display: block;
    min-width: 0;
}

.sku.is-primary {
    border-color: var(--tokyo-black);
    background: var(--tokyo-black);
    color: var(--tokyo-surface);
}

.sku:hover,
.sku:focus-visible,
.sku.is-primary {
    z-index: 4;
}

.badge-money {
    --tokyo-badge-money-bg: #f7f8fa;
    --tokyo-badge-money-border: rgba(18, 22, 28, 0.08);
    --tokyo-badge-money-shadow: 0 10px 20px rgba(18, 22, 28, 0.14);
    position: absolute;
    top: -22px;
    right: -16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 24px;
    padding: 0 10px;
    border-radius: var(--tokyo-radius-pill);
    background: var(--tokyo-badge-money-bg);
    color: var(--tokyo-text);
    border: 1px solid var(--tokyo-badge-money-border);
    box-shadow: var(--tokyo-badge-money-shadow);
    font-size: 0.66rem;
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
    transform: none;
    pointer-events: none;
    isolation: isolate;
    z-index: 5;
}

.badge-money::after {
    content: '';
    position: absolute;
    left: 10px;
    bottom: -6px;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 7px solid var(--tokyo-badge-money-bg);
    filter: drop-shadow(0 1px 0 var(--tokyo-badge-money-border));
    z-index: -1;
}

.sku.is-primary .badge-money {
    --tokyo-badge-money-bg: #ffffff;
    --tokyo-badge-money-border: rgba(18, 22, 28, 0.1);
    --tokyo-badge-money-shadow: 0 12px 24px rgba(18, 22, 28, 0.18);
    color: var(--tokyo-text);
}

.qty-group {
    width: min(188px, 100%);
    max-width: 188px;
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr) 44px;
    align-items: stretch;
    overflow: hidden;
    border: 1px solid var(--tokyo-border-strong);
    border-radius: 999px;
    background: var(--tokyo-surface);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.68);
}

.qty-group button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 0;
    border: 0;
    background: rgba(24, 28, 34, 0.04);
    color: var(--tokyo-text);
    font-weight: 700;
    appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
}

.qty-group button:first-child {
    border-right: 1px solid var(--tokyo-border);
}

.qty-group button:last-child {
    border-left: 1px solid var(--tokyo-border);
}

.qty-group .form-control {
    min-width: 0;
    width: 100%;
    height: 100%;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    padding: 0 10px;
    color: var(--tokyo-text);
    font-size: 1rem;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    opacity: 1;
    appearance: textfield;
    -moz-appearance: textfield;
    -webkit-appearance: none;
}

.qty-group .form-control::-webkit-outer-spin-button,
.qty-group .form-control::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.tokyo-captcha-group {
    display: flex;
    align-items: center;
    gap: 6px;
    width: min(100%, 300px);
    max-width: 300px;
    min-height: 42px;
    padding: 0;
    border: 1px solid var(--tokyo-border-strong);
    border-radius: var(--tokyo-radius-pill);
    background: var(--tokyo-surface);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.65);
}

.tokyo-captcha-group .captcha-input {
    flex: 1 1 auto;
    min-width: 0;
    height: 34px;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    padding: 0 12px;
}

.tokyo-captcha-group .captcha-input:focus {
    background: transparent;
    box-shadow: none;
}

.tokyo-captcha-group .input-group-append {
    position: relative;
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    padding-left: 6px;
}

.tokyo-captcha-group .input-group-append::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 1px;
    height: 24px;
    background: var(--tokyo-border);
    transform: translateY(-50%);
}

.captcha-img,
.input-group-text {
    border: 0;
    background-color: rgba(255, 255, 255, 0);
}

.captcha-img {
    display: block;
    width: 86px;
    height: 42px;
    object-fit: cover;
    cursor: pointer;
    border-radius: 999px;
}

.cash-pay {
    padding: 14px;
    border: 1px solid var(--tokyo-border);
    border-radius: 18px;
    background: var(--tokyo-bg);
}

.pay-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.pay-list .pay {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-height: 40px;
    padding: 0 14px;
    border: 1px solid var(--tokyo-border-strong);
    border-radius: var(--tokyo-radius-pill);
    background: var(--tokyo-surface);
    color: var(--tokyo-text);
    font-size: 0.8rem;
    font-weight: 600;
    cursor: pointer;
}

.pay-list .pay img {
    width: 16px;
    height: 16px;
    object-fit: contain;
}

.tokyo-login-required-pay {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 14px 16px;
    border: 1px solid var(--tokyo-border-strong);
    border-radius: 16px;
    background: var(--tokyo-surface);
}

.tokyo-login-required-copy {
    display: grid;
    gap: 4px;
    min-width: 0;
}

.tokyo-login-required-copy strong {
    color: var(--tokyo-text);
    font-size: 0.88rem;
    font-weight: 700;
    letter-spacing: -0.02em;
}

.tokyo-login-required-copy span {
    color: var(--tokyo-muted);
    font-size: 0.8rem;
    line-height: 1.45;
}

.wholesale-table {
    border-collapse: separate;
    border-spacing: 0;
    overflow: hidden;
    border-radius: 16px;
}

.wholesale-table th,
.wholesale-table td {
    padding: 12px 14px;
    border-color: var(--tokyo-border);
}

.tokyo-description-body {
    overflow-wrap: anywhere;
}

.tokyo-description-panel .panel-header {
    justify-content: flex-start;
}

.tokyo-description-panel .panel-title {
    font-size: clamp(1rem, 1.35vw, 1.45rem);
    letter-spacing: -0.04em;
}

.tokyo-query-form {
    display: flex;
    gap: 12px;
    align-items: center;
}

.tokyo-query-form .form-control {
    flex: 1;
}

.tokyo-empty-state {
    display: grid;
    place-items: center;
    gap: 8px;
    min-height: 190px;
    text-align: center;
}

.tokyo-empty-state i {
    color: var(--tokyo-muted);
    font-size: 1.7rem;
}

.tokyo-empty-state h3 {
    margin: 0;
    color: var(--tokyo-black);
    font-size: 1.18rem;
    font-weight: 700;
    letter-spacing: -0.04em;
}

.tokyo-empty-state p {
    margin: 0;
    max-width: 520px;
    color: var(--tokyo-muted);
}

.order-list {
    display: grid;
    gap: 16px;
}

.order-item {
    padding: 20px;
    border: 1px solid var(--tokyo-border);
    border-radius: 20px;
    background: #fbfbfc;
}

.order-header {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    padding-bottom: 16px;
    margin-bottom: 16px;
    border-bottom: 1px solid var(--tokyo-border);
}

.order-left,
.order-right,
.order-basic,
.order-amount {
    display: grid;
    gap: 6px;
}

.status-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 30px;
    padding: 0 10px;
    border-radius: var(--tokyo-radius-pill);
    font-size: 0.72rem;
    font-weight: 700;
}

.status-pending {
    background: rgba(171, 100, 0, 0.12);
    color: #8c5200;
}

.status-paid,
.status-shipped {
    background: rgba(26, 162, 81, 0.1);
    color: #127b3c;
}

.status-waiting-shipment {
    background: rgba(13, 116, 206, 0.1);
    color: var(--tokyo-link);
}

.order-no {
    color: var(--tokyo-black);
    font-size: 0.92rem;
    font-weight: 700;
}

.order-time,
.payment-time,
.payment-dst,
.amount-label {
    color: var(--tokyo-muted);
    font-size: 0.8rem;
}

.amount-value {
    color: var(--tokyo-black);
    font-size: 1.28rem;
    font-weight: 800;
    letter-spacing: -0.05em;
}

.payment-method {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.payment-icon {
    width: 18px;
    height: 18px;
    object-fit: contain;
}

.goods-section {
    display: flex;
    gap: 14px;
    align-items: center;
    padding-bottom: 16px;
}

.goods-thumb {
    flex: 0 0 64px;
}

.goods-image {
    width: 64px;
    height: 64px;
    border-radius: 16px;
    object-fit: cover;
    border: 1px solid var(--tokyo-border);
}

.goods-details {
    display: grid;
    gap: 8px;
    min-width: 0;
}

.goods-name {
    margin: 0;
    color: var(--tokyo-black);
    font-size: 0.96rem;
    font-weight: 700;
    letter-spacing: -0.03em;
}

.goods-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.goods-sku,
.shipment-badge {
    display: inline-flex;
    align-items: center;
    min-height: 24px;
    padding: 0 9px;
    border-radius: var(--tokyo-radius-pill);
    font-size: 0.7rem;
    font-weight: 700;
}

.a-badge-success,
.shipment-paid {
    background: rgba(26, 162, 81, 0.1);
    color: #127b3c;
}

.a-badge-primary {
    background: rgba(13, 116, 206, 0.1);
    color: var(--tokyo-link);
}

.a-badge-warning,
.shipment-waiting {
    background: rgba(171, 100, 0, 0.12);
    color: #8c5200;
}

.card-section {
    margin-top: 12px;
    padding-top: 16px;
    border-top: 1px solid var(--tokyo-border);
}

.shipment-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    flex-wrap: wrap;
}

.card-display {
    padding: 14px;
    border: 1px solid var(--tokyo-border);
    border-radius: 16px;
    background: var(--tokyo-surface);
    color: var(--tokyo-text);
    font-family: "JetBrains Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
    font-size: 0.84rem;
    white-space: pre-wrap;
    word-break: break-all;
}

.password-form .input-group {
    display: flex;
    align-items: center;
    width: 100%;
    gap: 6px;
    padding: 4px;
    border: 1px solid var(--tokyo-border-strong);
    border-radius: var(--tokyo-radius-pill);
    background: var(--tokyo-surface);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.65);
}

.password-form .form-control {
    flex: 1 1 auto;
    min-width: 0;
    width: auto;
    height: 38px;
    padding: 0 0 0 14px;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.password-form .form-control:focus {
    background: transparent;
    box-shadow: none;
}

.view-card-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 40px;
    padding: 0 15px;
    border: 1px solid var(--tokyo-black) !important;
    border-radius: var(--tokyo-radius-pill) !important;
    border-top-left-radius: var(--tokyo-radius-pill) !important;
    border-bottom-left-radius: var(--tokyo-radius-pill) !important;
    background: var(--tokyo-black) !important;
    color: var(--tokyo-surface) !important;
    font-weight: 600;
    font-size: 0.82rem;
    box-shadow: none;
    flex: 0 0 auto;
}

.card-loading {
    margin-top: 12px;
}

.loading-content {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 40px;
    padding: 0 14px;
    border-radius: var(--tokyo-radius-pill);
    background: var(--tokyo-bg);
    color: var(--tokyo-muted);
}

.tokyo-inline-note {
    margin-top: 18px;
    padding: 14px 16px;
    border: 1px solid var(--tokyo-border);
    border-radius: 18px;
    background: var(--tokyo-bg);
    color: var(--tokyo-muted-strong);
}

.tokyo-notice-modal {
    display: flex;
    flex-direction: column;
    gap: 0;
    height: 100%;
    max-height: min(calc(100vh - 40px), 760px);
    overflow: hidden;
}

.tokyo-notice-modal-head {
    display: grid;
    gap: 8px;
    padding: 24px 24px 18px;
    border-bottom: 1px solid var(--tokyo-border);
    background: linear-gradient(180deg, rgba(240, 240, 243, 0.58), rgba(255, 255, 255, 0));
}

.tokyo-notice-kicker {
    color: var(--tokyo-muted);
    font-size: 0.74rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.tokyo-notice-title {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin: 0;
    color: var(--tokyo-black);
    font-size: 1.35rem;
    font-weight: 800;
    letter-spacing: -0.05em;
}

.tokyo-notice-title i {
    color: var(--tokyo-muted-strong);
    font-size: 1rem;
}

.tokyo-notice-popup-inner {
    flex: 1 1 auto;
    min-height: 0;
    padding: 12px 14px 18px;
    color: var(--tokyo-text);
    font-size: 0.9rem;
    line-height: 1.75;
    overflow-wrap: anywhere;
    overflow-y: auto;
}

.tokyo-notice-actions {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    padding: 0 24px 12px;
}

.tokyo-notice-tip {
    margin: 0;
    padding: 0 24px 22px;
    text-align: right;
    color: var(--tokyo-muted);
    font-size: 0.76rem;
    line-height: 1.5;
}

.tokyo-layer-popup {
    overflow: hidden;
    border: 1px solid var(--tokyo-border) !important;
    border-radius: 28px !important;
    background: var(--tokyo-surface) !important;
    box-shadow: var(--tokyo-shadow-elevated) !important;
}

.tokyo-layer-popup .layui-layer-content {
    height: 100% !important;
    overflow: hidden !important;
    background: var(--tokyo-surface);
}

.component-popup {
    border-radius: 28px !important;
    border: 1px solid var(--tokyo-border) !important;
    background: rgba(255, 255, 255, 0.94) !important;
    box-shadow: var(--tokyo-shadow-elevated) !important;
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
}

.component-popup .layui-layer-content {
    background: linear-gradient(180deg, rgba(248, 249, 252, 0.94) 0%, rgba(255, 255, 255, 0.96) 28%);
}

.component-popup .layui-layer-title {
    border-bottom: 1px solid rgba(220, 224, 231, 0.72) !important;
    background: rgba(255, 255, 255, 0.7) !important;
    color: var(--tokyo-black) !important;
    font-size: 1.02rem !important;
    font-weight: 700 !important;
    letter-spacing: -0.03em;
}

.component-popup .layui-layer-btn {
    border-top: 1px solid rgba(220, 224, 231, 0.72) !important;
    background: rgba(255, 255, 255, 0.72);
}

.component-popup .mcy-card {
    padding: 18px;
    border: 1px solid var(--tokyo-border);
    border-radius: 24px;
    background: linear-gradient(135deg, rgba(249, 250, 252, 0.96), rgba(255, 255, 255, 0.92));
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.85);
}

.component-popup .hex-query-form,
.component-popup .table-search {
    display: flex;
    align-items: center;
    gap: 6px;
    margin: 0 0 18px;
    padding: 4px;
    border: 1px solid var(--tokyo-border-strong);
    border-radius: var(--tokyo-radius-pill);
    background: var(--tokyo-surface);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.65);
}

.component-popup .hex-query-form .layui-input-inline,
.component-popup .table-search .layui-input-inline {
    float: none !important;
    display: flex;
    align-items: center;
    margin: 0 !important;
    width: auto !important;
    padding-top: 0 !important;
}

.component-popup .hex-query-form .layui-input-inline:first-child,
.component-popup .table-search .layui-input-inline:first-child {
    flex: 1 1 auto;
    min-width: 0;
}

.component-popup .hex-query-form .layui-input-inline:last-child,
.component-popup .table-search .layui-input-inline:last-child {
    flex: 0 0 auto;
}

.component-popup .hex-query-form .layui-input,
.component-popup .table-search .layui-input {
    height: 38px !important;
    min-height: 38px;
    padding: 0 14px !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    color: var(--tokyo-text);
    font-size: 0.86rem;
    box-shadow: none !important;
}

.component-popup .hex-query-form .layui-input:focus,
.component-popup .table-search .layui-input:focus {
    background: transparent !important;
    box-shadow: none !important;
}

.component-popup .hex-query-form .queryBtn,
.component-popup .hex-query-form .query-button,
.component-popup .table-search .queryBtn,
.component-popup .table-search .query-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 34px;
    padding: 0 15px;
    border: 1px solid var(--tokyo-black) !important;
    border-radius: var(--tokyo-radius-pill);
    background: var(--tokyo-black) !important;
    color: #ffffff !important;
    font-size: 0.86rem;
    font-weight: 700;
    box-shadow: none;
}

.component-popup .hex-query-form .queryBtn:hover,
.component-popup .hex-query-form .queryBtn:focus-visible,
.component-popup .hex-query-form .query-button:hover,
.component-popup .hex-query-form .query-button:focus-visible,
.component-popup .table-search .queryBtn:hover,
.component-popup .table-search .queryBtn:focus-visible,
.component-popup .table-search .query-button:hover,
.component-popup .table-search .query-button:focus-visible {
    background: #141922 !important;
    color: #ffffff !important;
}

@media (max-width: 767.98px) {
    .component-popup .hex-query-form,
    .component-popup .table-search {
        flex-wrap: wrap;
    }

    .component-popup .hex-query-form .layui-input-inline:first-child,
    .component-popup .table-search .layui-input-inline:first-child,
    .component-popup .hex-query-form .layui-input-inline:last-child,
    .component-popup .table-search .layui-input-inline:last-child {
        width: 100% !important;
    }

    .component-popup .hex-query-form .queryBtn,
    .component-popup .hex-query-form .query-button,
    .component-popup .table-search .queryBtn,
    .component-popup .table-search .query-button {
        width: 100%;
    }
}

.component-popup .bootstrap-table {
    color: var(--tokyo-text);
}

.component-popup .bootstrap-table .fixed-table-toolbar {
    margin: 0;
}

.component-popup .bootstrap-table .fixed-table-toolbar::after {
    display: none;
}

.component-popup .bootstrap-table .fixed-table-container {
    overflow: hidden;
    border: 1px solid rgba(221, 225, 232, 0.86);
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.82);
}

.component-popup .bootstrap-table .fixed-table-container .table {
    border-collapse: separate;
    border-spacing: 0;
    background: transparent;
}

.component-popup .bootstrap-table .fixed-table-container .table thead th {
    background: #f6f7fa;
    color: var(--tokyo-muted-strong);
    font-size: 0.82rem !important;
    font-weight: 700;
    border-color: rgba(221, 225, 232, 0.9) !important;
}

.component-popup .bootstrap-table .fixed-table-container .table thead th .th-inner {
    padding: 16px 18px;
}

.component-popup .bootstrap-table .fixed-table-container .table tbody tr {
    font-size: 0.94rem !important;
    color: var(--tokyo-text);
}

.component-popup .bootstrap-table .fixed-table-container .table tbody tr:hover {
    background: rgba(17, 24, 39, 0.025);
}

.component-popup .bootstrap-table .fixed-table-container .table tbody tr.selected td {
    background: rgba(17, 24, 39, 0.05);
}

.component-popup .bootstrap-table .fixed-table-container .table td {
    padding: 20px 18px;
    border-color: rgba(229, 232, 238, 0.84) !important;
    background: transparent;
    color: var(--tokyo-text);
    font-size: 0.94rem !important;
    line-height: 1.55;
}

.component-popup .bootstrap-table .fixed-table-container .table .bs-checkbox {
    width: 56px;
    text-align: center;
}

.component-popup .bootstrap-table .fixed-table-container .table .bs-checkbox input[type="radio"],
.component-popup .bootstrap-table .fixed-table-container .table .bs-checkbox input[type="checkbox"] {
    width: 18px;
    height: 18px;
    accent-color: var(--tokyo-black);
    cursor: pointer;
}

.component-popup .bootstrap-table .fixed-table-container .table tbody tr.no-records-found td {
    padding: 28px 18px;
    color: var(--tokyo-muted);
    font-size: 0.9rem !important;
}

.component-popup .bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading {
    background: rgba(255, 255, 255, 0.82);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

.component-popup .bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap .loading-text {
    color: var(--tokyo-muted);
}

.component-popup .bootstrap-table .a-badge-primary {
    min-height: 36px;
    padding: 0 14px;
    border-radius: 14px;
    background: rgba(10, 118, 170, 0.12);
    color: #0a76aa;
    font-size: 0.9rem;
    font-weight: 700;
    box-shadow: none;
}

.component-popup .bootstrap-table .fixed-table-pagination {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 14px;
    padding: 16px 4px 0;
}

.component-popup .bootstrap-table .fixed-table-pagination::after {
    display: none;
}

.component-popup .bootstrap-table .fixed-table-pagination > .pagination-detail,
.component-popup .bootstrap-table .fixed-table-pagination > .pagination {
    float: none !important;
    margin: 0 !important;
}

.component-popup .bootstrap-table .fixed-table-pagination > .pagination-detail {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
    color: var(--tokyo-muted);
    font-size: 0.82rem;
}

.component-popup .bootstrap-table .fixed-table-pagination > .pagination {
    display: flex;
    align-items: center;
}

.component-popup .bootstrap-table .fixed-table-pagination > .pagination-detail .page-list,
.component-popup .bootstrap-table .fixed-table-pagination > .pagination-detail .pagination-info {
    margin: 0;
}

.component-popup .bootstrap-table .fixed-table-pagination > .pagination-detail .page-list .btn-group .btn {
    min-height: 36px;
    padding: 0 14px;
    border: 1px solid rgba(221, 225, 232, 0.9);
    border-radius: 12px !important;
    background: #ffffff;
    color: var(--tokyo-black);
    box-shadow: none;
}

.component-popup .bootstrap-table .fixed-table-pagination > .pagination-detail .page-list .btn-group .dropdown-menu {
    padding: 8px;
    border: 1px solid rgba(221, 225, 232, 0.9);
    border-radius: 14px;
    box-shadow: 0 18px 36px rgba(15, 23, 42, 0.12);
}

.component-popup .bootstrap-table .fixed-table-pagination > .pagination ul.pagination {
    gap: 8px;
}

.component-popup .bootstrap-table .fixed-table-pagination > .pagination ul.pagination .page-item .page-link {
    min-width: 36px;
    height: 36px;
    padding: 0 12px;
    border: 1px solid rgba(221, 225, 232, 0.9);
    border-radius: 12px;
    background: #ffffff;
    color: var(--tokyo-muted-strong);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: none;
}

.component-popup .bootstrap-table .fixed-table-pagination > .pagination ul.pagination .page-item.active .page-link {
    border-color: var(--tokyo-black);
    background: var(--tokyo-black);
    color: #ffffff;
}

.component-popup .bootstrap-table .fixed-table-pagination > .pagination ul.pagination .page-item.disabled .page-link {
    background: rgba(244, 246, 248, 0.92);
    color: rgba(120, 126, 136, 0.72);
}

.tokyo-closed-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 22px;
}

.tokyo-footer {
    padding: 0 0 24px;
}

.tokyo-footer-wrap {
    width: min(1360px, calc(100% - 32px));
    margin: 0 auto;
    padding: 16px 20px;
    border: 1px solid var(--tokyo-border);
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.72);
    box-shadow: var(--tokyo-shadow-soft);
    display: flex;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
}

.tokyo-footer-wrap--single {
    justify-content: center;
}

.tokyo-footer-copy,
.tokyo-footer-icp {
    color: var(--tokyo-muted);
    font-size: 0.8rem;
}

.tokyo-footer-copy {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.icon-spin {
    animation: tokyo-spin 0.9s linear infinite;
}

@keyframes tokyo-spin {
    from {
        transform: rotate(0deg);
    }

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

@media (max-width: 1199px) {
    .tokyo-nav {
        flex-wrap: wrap;
        align-items: stretch;
    }

    .tokyo-brand-wrap {
        width: 100%;
    }

    .tokyo-nav .navbar-collapse {
        width: 100%;
        margin-top: 12px;
    }

    .tokyo-nav-main {
        width: 100%;
        justify-content: flex-start;
        align-items: stretch;
        flex-direction: column;
        gap: 12px;
        padding-top: 12px;
        border-top: 1px solid rgba(217, 217, 224, 0.9);
    }

    .tokyo-index-heading,
    .tokyo-catalog-heading {
        min-height: auto;
    }

    .tokyo-catalog-heading {
        padding-right: 22px;
    }

    .tokyo-catalog-tools {
        position: static;
        width: 100%;
    }

    .tokyo-nav-links {
        width: 100%;
        flex-direction: column;
        align-items: stretch;
        flex-wrap: nowrap;
        gap: 8px;
    }

    .tokyo-nav-links .nav-item {
        width: 100%;
    }

    .tokyo-nav-tools {
        width: 100%;
        margin-left: 0;
        justify-content: flex-start;
        flex-wrap: wrap;
        gap: 8px;
    }

    .tokyo-auth-actions {
        width: 100%;
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
    }

    .tokyo-auth-actions .tokyo-button {
        width: 100%;
    }

    .tokyo-user-dropdown {
        width: 100%;
    }

    .tokyo-user-chip {
        width: 100%;
    }
}

@media (max-width: 1024px) {
    .tokyo-shop-layout {
        grid-template-columns: 1fr;
    }

    .tokyo-sidebar-panel {
        position: static;
    }

    .tokyo-category-tree {
        max-height: none;
    }

    .tokyo-hero,
    .tokyo-item-header,
    .tokyo-query-header {
        flex-direction: column;
    }
}

@media (max-width: 767px) {
    body.tokyo-mobile-drawer-open {
        overflow: hidden;
    }

    .tokyo-shell,
    .tokyo-shell--narrow,
    .tokyo-nav-wrap,
    .tokyo-footer-wrap {
        width: calc(100% - 20px);
    }

    .tokyo-main {
        padding-bottom: 72px;
        margin-top: 18px;
    }

    .tokyo-nav-shell {
        position: static;
        z-index: auto;
        padding-top: 10px;
    }

    .tokyo-nav {
        border-radius: 28px;
        padding: 12px;
    }

    .tokyo-brand-wrap {
        align-items: center;
        gap: 12px;
    }

    .tokyo-brand {
        flex: 1 1 auto;
        min-width: 0;
    }

    .tokyo-brand-name {
        font-size: 0.92rem;
    }

    .tokyo-nav-toggle {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 52px;
        height: 52px;
        padding: 0;
        flex: 0 0 52px;
    }

    .tokyo-nav-links {
        gap: 8px;
    }

    .tokyo-nav-link {
        width: 100%;
        justify-content: flex-start;
        min-height: 44px;
        padding: 0 14px;
        border: 1px solid var(--tokyo-border-strong);
        background: rgba(255, 255, 255, 0.72);
        box-shadow: none;
    }

    .tokyo-nav-tools {
        gap: 10px;
    }

    .tokyo-user-chip {
        min-height: 48px;
        justify-content: space-between;
        padding: 8px 12px 8px 8px;
    }

    .tokyo-user-dropdown {
        position: relative;
    }

    .tokyo-dropdown-menu {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
        position: static !important;
        inset: auto !important;
        transform: none !important;
        width: 100%;
        min-width: 0;
        margin-top: 8px !important;
        padding: 8px;
        border-radius: 20px;
        box-shadow: var(--tokyo-shadow-soft);
    }

    .tokyo-dropdown-divider-wrap {
        display: none;
    }

    .tokyo-dropdown-menu .dropdown-item {
        min-height: 76px;
        padding: 12px;
        border-radius: 14px;
        font-size: 0.94rem;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        gap: 10px;
        border: 1px solid var(--tokyo-border-strong);
        background: rgba(255, 255, 255, 0.72);
    }

    .tokyo-dropdown-menu .dropdown-item i {
        width: auto;
        font-size: 1.05rem;
    }

    .tokyo-dropdown-entry-danger {
        grid-column: 1 / -1;
    }

    .tokyo-dropdown-entry-danger .dropdown-item {
        min-height: 46px;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        border-color: rgba(222, 39, 39, 0.16);
        background: rgba(255, 250, 250, 0.96);
    }

    .panel-header,
    .panel-body,
    .order-item {
        padding-left: 18px;
        padding-right: 18px;
    }

    .tokyo-catalog-tools,
    .tokyo-query-form,
    .tokyo-footer-wrap,
    .order-header,
    .goods-section {
        flex-direction: column;
        align-items: stretch;
    }

    .tokyo-catalog-body {
        padding-top: 18px;
    }

    .tokyo-catalog-tools {
        flex-direction: column;
        align-items: stretch;
        gap: 10px;
    }

    .tokyo-catalog-heading {
        flex-direction: column;
        align-items: stretch;
        gap: 12px;
    }

    .tokyo-index-panel-title {
        font-size: 1.18rem;
    }

    .tokyo-notice-actions {
        flex-direction: column-reverse;
    }

    .tokyo-notice-actions .tokyo-button {
        width: 100%;
    }

    .tokyo-notice-popup-inner {
        max-height: none;
    }

    .tokyo-search-combo {
        flex: 1 1 auto;
        flex-direction: column;
        min-width: 0;
        padding: 0;
        border: 0;
        background: transparent;
        box-shadow: none;
        gap: 10px;
    }

    .tokyo-searchbox-combo {
        min-height: 44px;
        border: 1px solid var(--tokyo-border-strong);
        border-radius: var(--tokyo-radius-pill);
        background: var(--tokyo-surface);
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.65);
    }

    .tokyo-search-combo .tokyo-button {
        width: 100%;
    }

    .tokyo-mobile-filter-trigger {
        display: inline-flex;
        flex: 0 0 auto;
        min-width: 0;
        width: 100%;
    }

    .tokyo-shop-layout {
        position: relative;
        margin-top: 12px;
    }

    .tokyo-sidebar-panel {
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        z-index: 1050;
        display: flex;
        flex-direction: column;
        width: min(84vw, 336px);
        height: auto;
        border-radius: 0 24px 24px 0;
        transform: translateX(calc(-100% - 12px));
        transition: transform 0.24s ease;
        box-shadow: var(--tokyo-shadow-elevated);
        overflow: hidden;
    }

    body.tokyo-mobile-drawer-open .tokyo-sidebar-panel {
        transform: translateX(0);
    }

    .tokyo-mobile-sidebar-backdrop {
        display: block;
        position: fixed;
        inset: 0;
        z-index: 1040;
        border: 0;
        background: rgba(28, 32, 36, 0.26);
        opacity: 0;
        pointer-events: none;
        transition: opacity 0.2s ease;
    }

    body.tokyo-mobile-drawer-open .tokyo-mobile-sidebar-backdrop {
        opacity: 1;
        pointer-events: auto;
    }

    .tokyo-mobile-sidebar-close {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 34px;
        height: 34px;
        border: 1px solid var(--tokyo-border-strong);
        border-radius: var(--tokyo-radius-pill);
        background: var(--tokyo-bg);
        color: var(--tokyo-text);
        flex: 0 0 34px;
    }

    .tokyo-sidebar-panel .panel-body {
        flex: 1 1 auto;
        min-height: 0;
        display: flex;
        overflow: hidden;
        padding-bottom: calc(18px + env(safe-area-inset-bottom, 0px));
    }

    .tokyo-category-tree {
        align-content: start;
        grid-auto-rows: max-content;
        gap: 2px;
        flex: 1 1 auto;
        max-height: 100%;
        padding-right: 4px;
    }

    .tokyo-category-node {
        gap: 2px;
    }

    .tokyo-category-row {
        padding-left: calc(var(--tokyo-depth) * 12px);
    }

    .tokyo-category-link {
        padding: 7px 8px;
    }

    .tokyo-searchbox,
    .tokyo-query-form .form-control,
    .tokyo-button {
        width: 100%;
    }

    .tokyo-commodity-table,
    .tokyo-commodity-table thead,
    .tokyo-commodity-table tbody,
    .tokyo-commodity-table tr,
    .tokyo-commodity-table th,
    .tokyo-commodity-table td {
        display: block;
        width: 100%;
    }

    .tokyo-commodity-table thead {
        display: none;
    }

    .tokyo-commodity-table tbody tr {
        padding: 6px 0;
    }

    .tokyo-commodity-table tbody td {
        padding: 12px 16px;
        border-bottom: 0;
    }

    .tokyo-commodity-row td:nth-child(2),
    .tokyo-commodity-row td:nth-child(3),
    .tokyo-commodity-row td:nth-child(4),
    .tokyo-commodity-row td:nth-child(5) {
        display: none;
    }

    .tokyo-commodity-row {
        border-bottom: 1px solid var(--tokyo-border);
    }

    .tokyo-commodity-row:last-child {
        border-bottom: 0;
    }

    .tokyo-commodity-main,
    .tokyo-commodity-action {
        min-width: 0;
    }

    .tokyo-commodity-action {
        text-align: left;
        padding-top: 0;
    }

    .tokyo-commodity-price,
    .tokyo-commodity-muted {
        text-align: left;
    }

    .tokyo-commodity-price-stack {
        justify-items: start;
    }

    .tokyo-pill-mobile-only,
    .tokyo-commodity-tags .tokyo-pill-mobile-only,
    .tokyo-pill.tokyo-pill-mobile-meta,
    .tokyo-pill.tokyo-pill-mobile-price,
    .tokyo-pill.tokyo-pill-mobile-member {
        display: inline-flex !important;
    }

    .tokyo-commodity-tags {
        gap: 5px;
    }

    .tokyo-commodity-main {
        padding: 4px 0;
    }

    .tokyo-commodity-name {
        white-space: normal;
        line-height: 1.35;
    }

    .tokyo-commodity-table tbody td:not(.tokyo-commodity-main):not(.tokyo-commodity-action)::before {
        content: attr(data-label);
        display: block;
        margin-bottom: 4px;
        color: var(--tokyo-muted);
        font-size: 0.76rem;
        font-weight: 700;
        letter-spacing: 0.08em;
        text-transform: uppercase;
    }

    .tokyo-item-cover-card,
    .tokyo-item-cover-trigger {
        min-height: 280px;
    }

    .tokyo-item-cover-card {
        height: auto;
        min-height: 280px;
        aspect-ratio: 1 / 1;
    }

    .item-cover {
        min-height: 280px;
    }

    .tokyo-item-inline-title {
        font-size: 1.12rem;
        line-height: 1.16;
    }

    .tokyo-image-layer {
        border-radius: 24px !important;
    }

    .tokyo-image-layer .layui-layer-content {
        padding: 10px;
    }

    .tokyo-image-preview {
        min-width: 0;
        min-height: 180px;
    }

    .tokyo-image-preview img {
        border-radius: 18px;
    }

    .tokyo-item-cover-hint {
        right: 12px;
        bottom: 12px;
        min-height: 28px;
        padding: 0 10px;
        font-size: 0.72rem;
    }

    .sku-list {
        padding-top: 4px;
    }

    .qty-group {
        width: 100%;
        max-width: none;
    }

    .badge-money {
        top: -10px;
        right: -10px;
        min-height: 20px;
        padding: 0 7px;
        font-size: 0.62rem;
    }

    .badge-money::after {
        left: 10px;
        bottom: -5px;
        border-left-width: 4px;
        border-right-width: 4px;
        border-top-width: 5px;
    }

    .password-form .input-group {
        display: grid;
        grid-template-columns: 1fr;
        gap: 10px;
        padding: 0;
        border: 0;
        border-radius: 0;
        background: transparent;
        box-shadow: none;
    }

    .password-form .form-control {
        width: 100%;
        min-height: 42px;
        height: auto;
        padding: 0 12px;
        border: 1px solid var(--tokyo-border-strong);
        border-radius: 14px !important;
        border-top-right-radius: 14px !important;
        border-bottom-right-radius: 14px !important;
        background: var(--tokyo-surface);
    }

    .password-form .view-card-btn {
        width: 100%;
        min-height: 42px;
        border-radius: var(--tokyo-radius-pill) !important;
        border-top-left-radius: var(--tokyo-radius-pill) !important;
        border-bottom-left-radius: var(--tokyo-radius-pill) !important;
    }
}

/* Mineradio liquid stage theme */
:root {
    --tokyo-bg: #050609;
    --tokyo-surface: rgba(10, 13, 18, 0.92);
    --tokyo-black: #f8fbff;
    --tokyo-text: #f4f8ff;
    --tokyo-muted: #9aa8b8;
    --tokyo-muted-strong: #c2ccda;
    --tokyo-muted-soft: #657183;
    --tokyo-link: #00f5d4;
    --tokyo-border: rgba(150, 239, 255, 0.16);
    --tokyo-border-strong: rgba(244, 210, 138, 0.32);
    --tokyo-shadow-soft: 0 18px 48px rgba(0, 0, 0, 0.34), 0 0 22px rgba(0, 245, 212, 0.08);
    --tokyo-shadow-elevated: 0 28px 88px rgba(0, 0, 0, 0.52), 0 0 46px rgba(36, 66, 255, 0.16);
    --tokyo-radius-sm: 8px;
    --tokyo-radius-md: 8px;
    --tokyo-radius-lg: 8px;
    --tokyo-radius-pill: 9999px;
    --mineradio-cyan: #00f5d4;
    --mineradio-blue: #2b65ff;
    --mineradio-gold: #fac900;
    --mineradio-champagne: #f4d28a;
    --mineradio-danger: #ff5367;
    --mineradio-panel: rgba(8, 11, 15, 0.82);
    --mineradio-panel-strong: rgba(12, 17, 24, 0.94);
    --mineradio-glass: linear-gradient(135deg, rgba(255, 255, 255, 0.16), rgba(0, 245, 212, 0.055) 38%, rgba(43, 101, 255, 0.075) 74%, rgba(250, 201, 0, 0.09));
    --mineradio-glass-border: rgba(184, 248, 255, 0.22);
    --mineradio-glass-edge: rgba(244, 210, 138, 0.42);
    --mineradio-cursor-x: 50vw;
    --mineradio-cursor-y: 20vh;
    --mineradio-liquid-backdrop: radial-gradient(circle at 18% 22%, rgba(0, 245, 212, 0.22), transparent 28%), radial-gradient(circle at 78% 18%, rgba(250, 201, 0, 0.15), transparent 24%), radial-gradient(circle at 52% 82%, rgba(43, 101, 255, 0.18), transparent 32%);
    --mineradio-liquid-card: radial-gradient(circle at 16% 18%, rgba(255, 255, 255, 0.20), transparent 22%), radial-gradient(circle at 78% 30%, rgba(0, 245, 212, 0.18), transparent 26%), radial-gradient(circle at 38% 88%, rgba(250, 201, 0, 0.13), transparent 30%), linear-gradient(128deg, rgba(255, 255, 255, 0.13), rgba(0, 245, 212, 0.055) 36%, rgba(43, 101, 255, 0.075) 68%, rgba(250, 201, 0, 0.08));
}

body.mineradio-theme,
body.mineradio-theme * {
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
}

body.mineradio-theme {
    position: relative;
    min-height: 100vh;
    overflow-x: hidden;
    background:
        var(--mineradio-liquid-backdrop),
        linear-gradient(118deg, rgba(0, 245, 212, 0.16) 0%, transparent 26%, transparent 68%, rgba(250, 201, 0, 0.10) 100%),
        linear-gradient(64deg, transparent 0%, rgba(43, 101, 255, 0.12) 42%, transparent 72%),
        repeating-linear-gradient(112deg, rgba(255, 255, 255, 0.026) 0 1px, transparent 1px 44px),
        linear-gradient(145deg, #030406 0%, #08090b 46%, #101015 100%);
    background-size: 140% 140%, 170% 170%, 160% 160%, auto, auto;
    color: var(--tokyo-text);
    font-family: Inter, "Noto Sans SC", "Microsoft YaHei", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    isolation: isolate;
    animation: mineradio-liquid-backdrop-flow 20s ease-in-out infinite alternate;
}

body.mineradio-theme::before,
body.mineradio-theme::after {
    content: "";
    position: fixed;
    pointer-events: none;
    z-index: -2;
}

body.mineradio-theme::before {
    inset: 0;
    background:
        linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px),
        linear-gradient(180deg, rgba(255, 255, 255, 0.026) 1px, transparent 1px);
    background-size: 72px 72px;
    mask-image: linear-gradient(180deg, #000 0%, rgba(0, 0, 0, 0.72) 46%, transparent 84%);
    opacity: 0.62;
}

body.mineradio-theme::after {
    width: 40rem;
    height: 18rem;
    left: calc(var(--mineradio-cursor-x) - 20rem);
    top: calc(var(--mineradio-cursor-y) - 9rem);
    background: radial-gradient(ellipse at 50% 50%, rgba(255, 255, 255, 0.10), rgba(0, 245, 212, 0.15) 34%, rgba(43, 101, 255, 0.07) 58%, transparent 78%);
    mix-blend-mode: screen;
    opacity: 0.82;
    z-index: -1;
    transition: opacity 0.22s ease;
    animation: mineradio-liquid-cursor-wave 6.4s ease-in-out infinite alternate;
}

.mineradio-glass-defs {
    position: absolute;
    width: 0;
    height: 0;
    overflow: hidden;
}

body.mineradio-theme a,
body.mineradio-theme .tokyo-nav-link,
body.mineradio-theme .dropdown-item {
    color: inherit;
}

body.mineradio-theme .tokyo-page-frame {
    position: relative;
    z-index: 1;
    min-height: 100vh;
}

body.mineradio-theme .tokyo-main {
    margin-top: 18px;
    padding-bottom: 86px;
}

body.mineradio-theme .mineradio-scroll-top {
    position: fixed;
    right: 26px;
    bottom: 26px;
    z-index: 1040;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    padding: 0;
    border: 1px solid rgba(184, 248, 255, 0.26);
    border-radius: 999px;
    color: #050609;
    background:
        linear-gradient(135deg, rgba(250, 201, 0, 0.96), rgba(244, 210, 138, 0.88) 40%, rgba(0, 245, 212, 0.82)),
        rgba(5, 6, 9, 0.92);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.36),
        0 18px 40px rgba(0, 0, 0, 0.36),
        0 0 28px rgba(0, 245, 212, 0.18);
    cursor: pointer;
    opacity: 0;
    pointer-events: none;
    transform: translateY(14px) scale(0.88);
    transition: opacity 0.22s ease, transform 0.22s ease, box-shadow 0.22s ease;
}

body.mineradio-theme .mineradio-scroll-top.is-visible {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0) scale(1);
}

body.mineradio-theme .mineradio-scroll-top:hover,
body.mineradio-theme .mineradio-scroll-top:focus-visible {
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.46),
        0 20px 44px rgba(0, 0, 0, 0.42),
        0 0 34px rgba(250, 201, 0, 0.20),
        0 0 38px rgba(0, 245, 212, 0.24);
    transform: translateY(-3px) scale(1.04);
}

body.mineradio-theme .mineradio-scroll-top i {
    font-size: 1.1rem;
}

body.mineradio-theme .tokyo-shell {
    width: min(1500px, calc(100% - 42px));
}

body.mineradio-theme .tokyo-shell--narrow {
    width: min(980px, calc(100% - 42px));
}

body.mineradio-theme .tokyo-nav-shell {
    padding-top: 16px;
}

body.mineradio-theme .tokyo-nav-wrap {
    width: min(1500px, calc(100% - 42px));
}

body.mineradio-theme .tokyo-nav,
body.mineradio-theme .panel,
body.mineradio-theme .tokyo-footer-wrap,
body.mineradio-theme .tokyo-dropdown-menu,
body.mineradio-theme .tokyo-notice-modal,
body.mineradio-theme .component-popup .bootstrap-table .fixed-table-container {
    position: relative;
    overflow: hidden;
    border: 1px solid var(--mineradio-glass-border);
    border-radius: 8px;
    background: var(--mineradio-liquid-card), var(--mineradio-glass), var(--mineradio-panel);
    background-size: 190% 190%, 170% 170%, 150% 150%, auto, auto;
    background-position: 0% 28%, 100% 18%, 44% 100%, 0 0, 0 0;
    background-blend-mode: screen, screen, screen, normal, normal;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.22),
        inset 0 -1px 0 rgba(0, 0, 0, 0.46),
        0 18px 52px rgba(0, 0, 0, 0.42),
        0 0 0 1px rgba(0, 245, 212, 0.04);
    animation: mineradio-liquid-card-flow 14s ease-in-out infinite alternate;
}

body.mineradio-theme .tokyo-nav::before,
body.mineradio-theme .panel::before,
body.mineradio-theme .tokyo-footer-wrap::before,
body.mineradio-theme .tokyo-dropdown-menu::before,
body.mineradio-theme .tokyo-notice-modal::before,
body.mineradio-theme .component-popup .bootstrap-table .fixed-table-container::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    pointer-events: none;
    background:
        radial-gradient(circle at 18% 18%, rgba(255, 255, 255, 0.26), transparent 20%),
        radial-gradient(circle at 78% 70%, rgba(0, 245, 212, 0.18), transparent 26%),
        linear-gradient(115deg, rgba(255, 255, 255, 0.18), transparent 34%),
        linear-gradient(72deg, transparent 0%, rgba(250, 201, 0, 0.12) 45%, transparent 76%),
        linear-gradient(148deg, rgba(0, 245, 212, 0.14), transparent 40%);
    background-size: 180% 180%, 160% 160%, 140% 140%, 160% 160%, 100% 100%;
    background-position: 0% 0%, 100% 100%, 0% 0%, 40% 50%, 0 0;
    filter: url(#mineradio-glass-prism);
    opacity: 0.78;
    animation: mineradio-liquid-caustic-flow 9s ease-in-out infinite alternate;
}

body.mineradio-theme .tokyo-nav > *,
body.mineradio-theme .panel > *,
body.mineradio-theme .tokyo-footer-wrap > *,
body.mineradio-theme .tokyo-dropdown-menu > *,
body.mineradio-theme .tokyo-notice-modal > * {
    position: relative;
    z-index: 1;
}

body.mineradio-theme .tokyo-nav {
    min-height: 72px;
    padding: 12px 16px;
    overflow: visible;
    transform-style: preserve-3d;
}

@media (min-width: 1200px) {
    body.mineradio-theme .tokyo-nav {
        height: 72px;
        align-items: center;
    }
}

body.mineradio-theme .tokyo-user-dropdown {
    position: relative;
    z-index: 8;
}

body.mineradio-theme .tokyo-user-dropdown .tokyo-dropdown-menu {
    position: absolute !important;
    top: calc(100% + 8px) !important;
    right: 0 !important;
    left: auto !important;
    transform: none !important;
    min-width: 198px;
    width: max-content;
    max-width: min(260px, calc(100vw - 32px));
    margin: 0 !important;
    z-index: 1080;
}

body.mineradio-theme .tokyo-user-dropdown .tokyo-dropdown-menu:not(.show) {
    display: none !important;
}

body.mineradio-theme .tokyo-brand-mark {
    width: 46px;
    height: 46px;
    border: 1px solid rgba(250, 201, 0, 0.44);
    background: #050609;
    box-shadow: 0 0 24px rgba(250, 201, 0, 0.15), inset 0 0 18px rgba(0, 245, 212, 0.11);
}

body.mineradio-theme .tokyo-brand-name,
body.mineradio-theme .tokyo-page-title,
body.mineradio-theme .panel-title,
body.mineradio-theme .tokyo-item-inline-title,
body.mineradio-theme .tokyo-hero h1 {
    color: #f8fbff;
    letter-spacing: 0;
    text-shadow: 0 0 24px rgba(0, 245, 212, 0.16);
}

body.mineradio-theme .tokyo-brand-chip::after {
    background: linear-gradient(90deg, var(--mineradio-gold), var(--mineradio-cyan), var(--mineradio-blue), transparent);
    box-shadow: 0 0 18px rgba(0, 245, 212, 0.38);
}

body.mineradio-theme .tokyo-nav-link,
body.mineradio-theme .tokyo-button,
body.mineradio-theme .tokyo-user-chip,
body.mineradio-theme .tokyo-searchbox,
body.mineradio-theme .tokyo-search-combo,
body.mineradio-theme .form-control,
body.mineradio-theme .optional-card,
body.mineradio-theme .qty-group,
body.mineradio-theme .sku,
body.mineradio-theme .pay-list .pay {
    border-color: rgba(184, 248, 255, 0.18);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.13), rgba(0, 245, 212, 0.035) 52%, rgba(250, 201, 0, 0.055));
    color: var(--tokyo-text);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.18),
        inset 0 -1px 0 rgba(0, 0, 0, 0.34),
        0 12px 30px rgba(0, 0, 0, 0.24);
}

body.mineradio-theme .tokyo-nav-link:hover,
body.mineradio-theme .tokyo-nav-link.is-active,
body.mineradio-theme .tokyo-button:hover,
body.mineradio-theme .tokyo-user-chip:hover,
body.mineradio-theme .sku:hover,
body.mineradio-theme .sku.is-primary,
body.mineradio-theme .optional-card:hover,
body.mineradio-theme .pay-list .pay:hover,
body.mineradio-theme .pay-list .pay.selected {
    border-color: rgba(250, 201, 0, 0.56);
    color: #ffffff;
    background:
        linear-gradient(135deg, rgba(250, 201, 0, 0.22), rgba(0, 245, 212, 0.12), rgba(43, 101, 255, 0.14)),
        rgba(9, 13, 20, 0.94);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.24),
        0 16px 36px rgba(0, 0, 0, 0.34),
        0 0 28px rgba(0, 245, 212, 0.14);
}

body.mineradio-theme .cash-pay.mineradio-pay-sold-out {
    border-color: rgba(255, 104, 104, 0.34);
    background:
        linear-gradient(135deg, rgba(255, 104, 104, 0.10), transparent 44%, rgba(0, 245, 212, 0.06)),
        rgba(5, 6, 9, 0.88);
}

body.mineradio-theme .cash-pay.mineradio-pay-unavailable:not(.mineradio-pay-sold-out) {
    display: block !important;
    border-color: rgba(250, 201, 0, 0.34);
    background:
        linear-gradient(135deg, rgba(250, 201, 0, 0.09), transparent 44%, rgba(0, 245, 212, 0.07)),
        rgba(5, 6, 9, 0.88);
}

body.mineradio-theme .cash-pay.mineradio-pay-sold-out .pay-list .pay,
body.mineradio-theme .cash-pay.mineradio-pay-sold-out .pay-list .pay:hover,
body.mineradio-theme .cash-pay.mineradio-pay-sold-out .pay-list .pay:focus-visible,
body.mineradio-theme .cash-pay.mineradio-pay-unavailable .pay-list .pay,
body.mineradio-theme .cash-pay.mineradio-pay-unavailable .pay-list .pay:hover,
body.mineradio-theme .cash-pay.mineradio-pay-unavailable .pay-list .pay:focus-visible {
    cursor: not-allowed;
    opacity: 0.58;
    border-color: rgba(255, 104, 104, 0.28);
    color: rgba(216, 236, 255, 0.72);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.07), rgba(255, 104, 104, 0.08));
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12);
    transform: none;
}

body.mineradio-theme .mineradio-pay-disabled-note {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 12px;
    padding: 9px 11px;
    border: 1px solid rgba(255, 104, 104, 0.28);
    border-radius: 8px;
    color: #ffd2d2;
    background: rgba(255, 104, 104, 0.08);
    font-size: 0.82rem;
    font-weight: 800;
}

body.mineradio-theme .mineradio-pay-disabled-note i {
    color: #fac900;
}

body.mineradio-theme .mineradio-pay-disabled-note.is-seckill {
    border-color: rgba(250, 201, 0, 0.32);
    color: #fff0a8;
    background: rgba(250, 201, 0, 0.08);
}

body.mineradio-theme .tokyo-button-dark,
body.mineradio-theme .tokyo-commodity-action-link,
body.mineradio-theme .view-card-btn,
body.mineradio-theme .btn-search-query {
    border-color: rgba(250, 201, 0, 0.62);
    background:
        linear-gradient(135deg, rgba(250, 201, 0, 0.95), rgba(244, 210, 138, 0.88) 42%, rgba(0, 245, 212, 0.74) 100%);
    color: #050609;
    text-shadow: none;
    box-shadow: 0 16px 34px rgba(250, 201, 0, 0.14), 0 0 30px rgba(0, 245, 212, 0.12);
}

body.mineradio-theme .tokyo-button-light {
    color: var(--tokyo-text);
}

body.mineradio-theme .tokyo-nav-toggle {
    background: rgba(5, 6, 9, 0.78);
    border-color: rgba(184, 248, 255, 0.22);
}

body.mineradio-theme .tokyo-nav-toggle .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba(0,245,212,0.92)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M5 7h20M5 15h20M5 23h20'/%3E%3C/svg%3E");
}

body.mineradio-theme .mineradio-stage {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(340px, 460px);
    gap: 34px;
    align-items: center;
    min-height: 264px;
    margin: 28px 0 24px;
    padding: 34px;
    border: 1px solid rgba(184, 248, 255, 0.18);
    border-radius: 8px;
    background:
        linear-gradient(120deg, rgba(255, 255, 255, 0.13), rgba(0, 245, 212, 0.06) 42%, rgba(43, 101, 255, 0.1)),
        rgba(5, 7, 11, 0.86);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.22),
        inset 0 -1px 0 rgba(0, 0, 0, 0.46),
        0 34px 88px rgba(0, 0, 0, 0.42),
        0 0 42px rgba(0, 245, 212, 0.08);
    transform-style: preserve-3d;
    overflow: hidden;
}

body.mineradio-theme .mineradio-stage::before,
body.mineradio-theme .mineradio-stage::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    border-radius: inherit;
}

body.mineradio-theme .mineradio-stage::before {
    background:
        linear-gradient(108deg, rgba(0, 245, 212, 0.20) 0%, transparent 28%, transparent 66%, rgba(250, 201, 0, 0.17) 100%),
        linear-gradient(155deg, rgba(255, 255, 255, 0.16), transparent 34%);
    filter: url(#mineradio-glass-prism);
    opacity: 0.72;
}

body.mineradio-theme .mineradio-stage::after {
    border: 1px solid rgba(250, 201, 0, 0.12);
    box-shadow: inset 0 0 44px rgba(0, 245, 212, 0.08);
}

body.mineradio-theme .mineradio-stage-copy,
body.mineradio-theme .mineradio-stage-visual {
    position: relative;
    z-index: 1;
}

body.mineradio-theme .mineradio-stage-kicker,
body.mineradio-theme .tokyo-eyebrow,
body.mineradio-theme .panel-kicker,
body.mineradio-theme .tokyo-notice-kicker {
    color: var(--mineradio-champagne);
    letter-spacing: 0.08em;
}

body.mineradio-theme .mineradio-stage h1 {
    margin: 0;
    color: #ffffff;
    font-size: clamp(2.4rem, 6vw, 5.6rem);
    font-weight: 900;
    line-height: 0.95;
    letter-spacing: 0;
    text-shadow: 0 0 34px rgba(0, 245, 212, 0.22), 0 0 58px rgba(43, 101, 255, 0.18);
}

body.mineradio-theme .mineradio-stage-title span {
    display: inline-block;
    transform-origin: center bottom;
    animation: mineradio-title-bounce 2.4s cubic-bezier(0.22, 1, 0.36, 1) infinite;
    animation-delay: calc(var(--i) * 0.055s);
    will-change: transform;
}

body.mineradio-theme .mineradio-stage p {
    max-width: 760px;
    margin: 18px 0 0;
    color: #cbd6e4;
    font-size: 1rem;
    line-height: 1.7;
}

body.mineradio-theme .mineradio-stage-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 24px;
}

body.mineradio-theme .mineradio-stage-pills span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 36px;
    padding: 0 13px;
    border: 1px solid rgba(184, 248, 255, 0.18);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    color: #e9f7ff;
    font-size: 0.82rem;
    font-weight: 700;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.16);
}

body.mineradio-theme .mineradio-stage-pills i {
    color: var(--mineradio-cyan);
}

body.mineradio-theme .mineradio-stage-visual {
    display: grid;
    grid-template-columns: 120px minmax(0, 1fr);
    align-items: center;
    gap: 18px;
    min-height: 178px;
    padding: 24px;
    border: 1px solid rgba(184, 248, 255, 0.16);
    border-radius: 8px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(0, 0, 0, 0.12)),
        rgba(3, 5, 8, 0.48);
    box-shadow: inset 0 0 38px rgba(0, 245, 212, 0.08), 0 22px 54px rgba(0, 0, 0, 0.26);
    transform: translateZ(32px);
}

body.mineradio-theme .mineradio-stage-orbit-mark {
    width: 104px;
    height: 104px;
    border-radius: 8px;
    object-fit: cover;
    border: 1px solid rgba(250, 201, 0, 0.42);
    background: #050609;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.18),
        0 18px 40px rgba(0, 0, 0, 0.32),
        0 0 36px rgba(0, 245, 212, 0.12);
    animation: mineradio-cover-float 3.2s cubic-bezier(0.22, 1, 0.36, 1) infinite alternate;
}

body.mineradio-theme .mineradio-stage-bars {
    display: grid;
    grid-template-columns: repeat(9, minmax(10px, 1fr));
    align-items: end;
    gap: 10px;
    min-height: 138px;
}

body.mineradio-theme .mineradio-stage-bars span {
    display: block;
    min-height: 28px;
    height: calc(32px + (var(--i) * 12px));
    border-radius: 999px 999px 6px 6px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.78), rgba(0, 245, 212, 0.78) 36%, rgba(43, 101, 255, 0.64) 100%);
    box-shadow: 0 0 18px rgba(0, 245, 212, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.52);
    animation: mineradio-eq 1.36s cubic-bezier(0.22, 1, 0.36, 1) infinite alternate;
    animation-delay: calc(var(--i) * -0.12s);
}

body.mineradio-theme .tokyo-shop-layout {
    grid-template-columns: 1fr;
    gap: 22px;
    margin-top: 0;
    perspective: 1200px;
}

body.mineradio-theme .mineradio-flow,
body.mineradio-theme .tokyo-shop-layout.is-category-home,
body.mineradio-theme .tokyo-shop-layout.is-catalog-active {
    grid-template-columns: 1fr;
}

body.mineradio-theme .mineradio-flow .tokyo-sidebar-panel,
body.mineradio-theme .tokyo-shop-layout.is-category-home .tokyo-sidebar-panel,
body.mineradio-theme .tokyo-shop-layout.is-catalog-active .tokyo-sidebar-panel {
    position: relative;
    top: auto;
}

body.mineradio-theme .tokyo-shop-layout.is-category-home .tokyo-catalog-panel {
    display: none;
}

body.mineradio-theme .tokyo-shop-layout.is-category-home .tokyo-mobile-sidebar-backdrop,
body.mineradio-theme .tokyo-shop-layout.is-category-home .tokyo-mobile-sidebar-close {
    display: none;
}

body.mineradio-theme .panel-header {
    border-bottom-color: rgba(184, 248, 255, 0.12);
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.055), rgba(0, 245, 212, 0.035), transparent);
}

body.mineradio-theme .panel-body {
    color: var(--tokyo-text);
}

body.mineradio-theme .tokyo-category-tree {
    gap: 9px;
    padding-right: 8px;
}

body.mineradio-theme .mineradio-flow .tokyo-category-tree,
body.mineradio-theme .tokyo-shop-layout.is-category-home .tokyo-category-tree {
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    grid-auto-rows: 1fr;
    align-items: stretch;
    gap: 10px;
    max-height: none;
    overflow: visible;
    padding-right: 0;
}

body.mineradio-theme .mineradio-flow .tokyo-category-node,
body.mineradio-theme .tokyo-shop-layout.is-category-home .tokyo-category-node {
    min-width: 0;
    height: 100%;
}

body.mineradio-theme .mineradio-flow .tokyo-category-row,
body.mineradio-theme .tokyo-shop-layout.is-category-home .tokyo-category-row {
    height: 100%;
    padding-left: 0;
}

body.mineradio-theme .tokyo-category-link {
    position: relative;
    min-height: 54px;
    padding: 10px 12px;
    border: 1px solid var(--mineradio-glass-border);
    border-radius: 8px;
    background: var(--mineradio-glass), rgba(9, 13, 19, 0.78);
    color: #d7e8f6;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.20),
        inset 0 -1px 0 rgba(0, 0, 0, 0.45),
        0 16px 34px rgba(0, 0, 0, 0.22);
    overflow: hidden;
    transform-style: preserve-3d;
    will-change: transform;
}

body.mineradio-theme .mineradio-flow .tokyo-category-link,
body.mineradio-theme .tokyo-shop-layout.is-category-home .tokyo-category-link {
    min-height: 78px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
    padding: 12px;
}

body.mineradio-theme .mineradio-flow .tokyo-category-node[data-depth]:not([data-depth="0"]) .tokyo-category-link,
body.mineradio-theme .tokyo-shop-layout.is-category-home .tokyo-category-node[data-depth]:not([data-depth="0"]) .tokyo-category-link {
    border-color: rgba(0, 245, 212, 0.30);
    background: var(--mineradio-glass), rgba(11, 20, 27, 0.82);
}

body.mineradio-theme .tokyo-category-link::before,
body.mineradio-theme .tokyo-category-link::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    border-radius: inherit;
}

body.mineradio-theme .tokyo-category-link::before {
    background:
        linear-gradient(115deg, rgba(255, 255, 255, 0.22), transparent 34%),
        linear-gradient(74deg, transparent 0%, rgba(0, 245, 212, 0.15) 46%, transparent 76%),
        linear-gradient(148deg, transparent 0%, rgba(250, 201, 0, 0.14) 62%, transparent 100%);
    filter: none;
    opacity: 0.55;
}

body.mineradio-theme .tokyo-category-link::after {
    border: 1px solid rgba(250, 201, 0, 0.10);
    box-shadow: inset 0 0 22px rgba(0, 245, 212, 0.08);
}

body.mineradio-theme .tokyo-category-link > * {
    position: relative;
    z-index: 1;
}

body.mineradio-theme .mineradio-category-ghost,
body.mineradio-theme .mineradio-category-meter {
    display: none;
}

body.mineradio-theme .tokyo-category-link:hover,
body.mineradio-theme .tokyo-category-link.is-active {
    border-color: rgba(250, 201, 0, 0.58);
    color: #ffffff;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.26),
        0 20px 46px rgba(0, 0, 0, 0.30),
        0 0 26px rgba(0, 245, 212, 0.16);
}

body.mineradio-theme .tokyo-category-icon {
    border-color: rgba(250, 201, 0, 0.36);
    background-color: rgba(5, 6, 9, 0.82);
    box-shadow: 0 0 18px rgba(0, 245, 212, 0.12), inset 0 0 12px rgba(255, 255, 255, 0.08);
    overflow: hidden;
}

body.mineradio-theme .tokyo-category-icon img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

body.mineradio-theme .mineradio-flow .tokyo-category-icon,
body.mineradio-theme .tokyo-shop-layout.is-category-home .tokyo-category-icon {
    width: 42px;
    height: 42px;
    flex-basis: 42px;
    border-radius: 8px;
}

body.mineradio-theme .mineradio-flow .tokyo-category-copy,
body.mineradio-theme .tokyo-shop-layout.is-category-home .tokyo-category-copy {
    flex: 1 1 auto;
    min-width: 0;
    overflow: hidden;
}

body.mineradio-theme .mineradio-flow .tokyo-category-name,
body.mineradio-theme .tokyo-shop-layout.is-category-home .tokyo-category-name {
    display: -webkit-box;
    overflow: hidden;
    white-space: normal;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #f5d98f !important;
    font-size: 0.92rem;
    line-height: 1.28;
    font-weight: 760;
    text-shadow: 0 0 14px rgba(0, 0, 0, 0.48);
}

body.mineradio-theme .mineradio-flow .tokyo-category-name *,
body.mineradio-theme .tokyo-shop-layout.is-category-home .tokyo-category-name * {
    color: inherit !important;
}

body.mineradio-theme .mineradio-flow .tokyo-category-side,
body.mineradio-theme .tokyo-shop-layout.is-category-home .tokyo-category-side {
    display: none;
}

body.mineradio-theme .mineradio-flow .mineradio-category-ghost,
body.mineradio-theme .tokyo-shop-layout.is-category-home .mineradio-category-ghost {
    display: none;
}

body.mineradio-theme .mineradio-flow .mineradio-category-ghost img,
body.mineradio-theme .tokyo-shop-layout.is-category-home .mineradio-category-ghost img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

body.mineradio-theme .mineradio-flow .mineradio-category-meter,
body.mineradio-theme .tokyo-shop-layout.is-category-home .mineradio-category-meter {
    display: none;
}

body.mineradio-theme .mineradio-flow .mineradio-category-meter span,
body.mineradio-theme .tokyo-shop-layout.is-category-home .mineradio-category-meter span {
    display: block;
    width: var(--mineradio-category-meter, 36%);
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, #18f5d1, #ffd930);
    box-shadow: 0 0 14px rgba(0, 245, 212, 0.36);
}

body.mineradio-theme .mineradio-flow .tokyo-category-count::after,
body.mineradio-theme .tokyo-shop-layout.is-category-home .tokyo-category-count::after {
    content: " 件";
    font-weight: 650;
}

body.mineradio-theme .mineradio-products-panel,
body.mineradio-theme .mineradio-detail-panel {
    scroll-margin-top: 96px;
}

body.mineradio-theme .mineradio-inline-detail-panel {
    scroll-margin-top: 96px;
    margin-top: 24px;
}

body.mineradio-theme .mineradio-inline-detail-panel[hidden] {
    display: none !important;
}

body.mineradio-theme .mineradio-inline-detail-panel.is-active {
    animation: mineradio-panel-rise 0.36s ease both;
}

body.mineradio-theme .mineradio-inline-detail-body {
    display: grid;
    gap: 22px;
}

body.mineradio-theme .mineradio-inline-description-panel {
    margin: 0;
}

body.mineradio-theme .mineradio-pay-loading {
    display: inline-flex;
    align-items: center;
    min-height: 40px;
    color: rgba(216, 236, 255, 0.72);
    font-weight: 800;
}

@keyframes mineradio-panel-rise {
    from {
        opacity: 0;
        transform: translateY(18px) scale(0.99);
    }

    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

body.mineradio-theme .mineradio-product-wrap {
    position: relative;
    min-height: 180px;
}

body.mineradio-theme .mineradio-product-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 292px), 1fr));
    gap: 16px;
}

body.mineradio-theme .mineradio-empty-card,
body.mineradio-theme .mineradio-detail-loading {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 132px;
    border: 1px solid var(--mineradio-glass-border);
    border-radius: 8px;
    background: var(--mineradio-glass), rgba(9, 13, 19, 0.74);
    color: #d7e8f6;
    font-weight: 700;
}

body.mineradio-theme .mineradio-detail-loading {
    gap: 10px;
}

body.mineradio-theme .mineradio-product-card {
    --mineradio-cover-size: clamp(72px, 31cqw, 102px);
    position: relative;
    display: grid;
    container-type: inline-size;
    grid-template-columns: var(--mineradio-cover-size) minmax(0, 1fr);
    align-items: stretch;
    gap: 14px;
    width: 100%;
    min-height: 126px;
    padding: 12px;
    border: 1px solid var(--mineradio-glass-border);
    border-radius: 8px;
    background: var(--mineradio-glass), rgba(8, 12, 18, 0.86);
    color: #eaf8ff;
    text-decoration: none;
    text-align: left;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.18),
        0 18px 38px rgba(0, 0, 0, 0.24);
    appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
    overflow: hidden;
    transform-style: preserve-3d;
    transition: transform 0.24s ease, border-color 0.24s ease, box-shadow 0.24s ease;
}

body.mineradio-theme .mineradio-product-card::before,
body.mineradio-theme .mineradio-product-card::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    border-radius: inherit;
}

body.mineradio-theme .mineradio-product-card::before {
    background:
        linear-gradient(118deg, rgba(255, 255, 255, 0.20), transparent 34%),
        linear-gradient(72deg, transparent, rgba(0, 245, 212, 0.14) 48%, transparent 76%);
    opacity: 0.48;
    filter: url(#mineradio-glass-prism);
}

body.mineradio-theme .mineradio-product-card::after {
    border: 1px solid rgba(250, 201, 0, 0.10);
    box-shadow: inset 0 0 24px rgba(0, 245, 212, 0.08);
}

body.mineradio-theme .mineradio-product-card:hover,
body.mineradio-theme .mineradio-product-card:focus-visible,
body.mineradio-theme .mineradio-product-card.is-selected {
    border-color: rgba(250, 201, 0, 0.58);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.24),
        0 22px 48px rgba(0, 0, 0, 0.32),
        0 0 30px rgba(0, 245, 212, 0.16);
    transform: translateY(-4px);
    color: #eaf8ff;
    text-decoration: none;
    outline: none;
}

body.mineradio-theme .mineradio-product-card > * {
    position: relative;
    z-index: 1;
}

body.mineradio-theme .mineradio-product-cover {
    width: var(--mineradio-cover-size);
    height: var(--mineradio-cover-size);
    align-self: center;
    border: 0;
    border-radius: 8px;
    background-color: transparent;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    box-shadow: none;
    overflow: hidden;
}

body.mineradio-theme .mineradio-product-cover img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

body.mineradio-theme .mineradio-product-content {
    display: grid;
    grid-template-rows: minmax(0, 1fr) auto auto;
    align-content: stretch;
    gap: 7px;
    min-width: 0;
    min-height: var(--mineradio-cover-size);
    overflow: hidden;
    padding: 4px 0 2px;
}

body.mineradio-theme .mineradio-product-name {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #f5d98f !important;
    font-size: 0.98rem;
    line-height: 1.28;
    font-weight: 780;
    text-shadow: 0 0 14px rgba(0, 0, 0, 0.48);
    min-width: 0;
}

body.mineradio-theme .mineradio-product-name * {
    color: inherit !important;
    min-width: 0;
}

body.mineradio-theme .mineradio-product-badges,
body.mineradio-theme .mineradio-product-stats,
body.mineradio-theme .mineradio-detail-badges {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 7px;
}

body.mineradio-theme .mineradio-product-badges {
    min-height: 22px;
}

body.mineradio-theme .mineradio-product-meta {
    display: grid;
    align-items: end;
    gap: 3px;
}

body.mineradio-theme .mineradio-product-bottom {
    display: grid;
    grid-template-columns: minmax(56px, max-content) minmax(48px, 1fr);
    align-items: end;
    gap: 12px;
    min-width: 0;
}

body.mineradio-theme .mineradio-product-price,
body.mineradio-theme .mineradio-detail-price {
    color: #ffd930;
    font-size: 1.16rem;
    line-height: 1;
    font-weight: 880;
}

body.mineradio-theme .mineradio-product-member,
body.mineradio-theme .mineradio-detail-member {
    color: #9effef;
    font-size: 0.78rem;
    font-weight: 700;
}

body.mineradio-theme .mineradio-product-stat {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    color: #d8ecff;
    font-size: 0.78rem;
    font-weight: 700;
}

body.mineradio-theme .mineradio-product-stock {
    position: relative;
    display: block;
    justify-self: end;
    width: min(96px, 100%);
    min-width: 48px;
    height: 5px;
    overflow: hidden;
    border-radius: 999px;
    background: rgba(210, 225, 230, 0.18);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.06);
}

body.mineradio-theme .mineradio-product-stock-bar {
    position: absolute;
    inset: 0 auto 0 0;
    width: var(--mineradio-stock-width, 45%);
    border-radius: inherit;
    background: linear-gradient(90deg, #18f5d1, #ffd930);
    box-shadow: 0 0 12px rgba(0, 245, 212, 0.36);
}

body.mineradio-theme .mineradio-product-card.is-soldout .mineradio-product-stock-bar {
    background: linear-gradient(90deg, #ff5d6c, #ff9d42);
    box-shadow: 0 0 12px rgba(255, 83, 103, 0.34);
}

body.mineradio-theme .mineradio-product-cue {
    display: none;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border: 1px solid rgba(184, 248, 255, 0.18);
    border-radius: 8px;
    color: #9effef;
    background: rgba(255, 255, 255, 0.08);
    transition: transform 0.22s ease, border-color 0.22s ease, background 0.22s ease;
}

body.mineradio-theme .mineradio-product-card:hover .mineradio-product-cue,
body.mineradio-theme .mineradio-product-card:focus-visible .mineradio-product-cue,
body.mineradio-theme .mineradio-product-card.is-selected .mineradio-product-cue {
    border-color: rgba(250, 201, 0, 0.48);
    background: rgba(0, 245, 212, 0.13);
    transform: translateX(2px);
}

body.mineradio-theme .tokyo-pill-danger {
    border-color: rgba(255, 83, 103, 0.42);
    background: rgba(255, 83, 103, 0.14);
    color: #ffb8c2;
}

body.mineradio-theme .mineradio-detail-shell {
    display: grid;
    grid-template-columns: minmax(260px, 0.82fr) minmax(0, 1.18fr);
    gap: 22px;
    align-items: start;
}

body.mineradio-theme .mineradio-detail-cover-wrap {
    border: 1px solid var(--mineradio-glass-border);
    border-radius: 8px;
    background: var(--mineradio-glass), rgba(8, 12, 18, 0.86);
    padding: 14px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.18), 0 18px 38px rgba(0, 0, 0, 0.24);
}

body.mineradio-theme .mineradio-detail-cover {
    display: block;
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: 8px;
}

body.mineradio-theme .mineradio-detail-copy {
    display: grid;
    gap: 16px;
}

body.mineradio-theme .mineradio-detail-price-row {
    display: flex;
    align-items: end;
    flex-wrap: wrap;
    gap: 10px;
}

body.mineradio-theme .mineradio-detail-description {
    max-height: 520px;
    overflow: auto;
    padding: 16px;
    border: 1px solid rgba(184, 248, 255, 0.14);
    border-radius: 8px;
    background: rgba(0, 0, 0, 0.20);
    color: #eaf8ff;
    line-height: 1.75;
}

body.mineradio-theme .mineradio-detail-description img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
}

body.mineradio-theme .mineradio-detail-actions {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

body.mineradio-theme .tokyo-category-count,
body.mineradio-theme .tokyo-category-toggle,
body.mineradio-theme .tokyo-result-count,
body.mineradio-theme .tokyo-pill,
body.mineradio-theme .badge-soft {
    border: 1px solid rgba(184, 248, 255, 0.15);
    background: rgba(255, 255, 255, 0.08);
    color: #d8ecff;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.13);
}

body.mineradio-theme .tokyo-pill-primary,
body.mineradio-theme .badge-soft-primary {
    border-color: rgba(250, 201, 0, 0.46);
    background: rgba(250, 201, 0, 0.14);
    color: #ffe89b;
}

body.mineradio-theme .tokyo-pill-success,
body.mineradio-theme .badge-soft-success {
    border-color: rgba(0, 245, 212, 0.42);
    background: rgba(0, 245, 212, 0.12);
    color: #9effef;
}

body.mineradio-theme .tokyo-table-wrap {
    border: 0;
    border-radius: 0;
    background: transparent;
    overflow: visible;
    perspective: 1100px;
}

body.mineradio-theme .tokyo-commodity-table {
    border-collapse: separate;
    border-spacing: 0 14px;
}

body.mineradio-theme .tokyo-commodity-table thead th {
    padding-top: 0;
    border-bottom: 0;
    background: transparent;
    color: rgba(216, 236, 255, 0.62);
}

body.mineradio-theme .tokyo-commodity-table tbody td {
    position: relative;
    padding-top: 18px;
    padding-bottom: 18px;
    border-top: 1px solid var(--mineradio-glass-border);
    border-bottom: 1px solid rgba(184, 248, 255, 0.12);
    background: var(--mineradio-glass), rgba(8, 12, 18, 0.80);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.16), inset 0 -1px 0 rgba(0, 0, 0, 0.42);
}

body.mineradio-theme .tokyo-commodity-table tbody td:first-child {
    border-left: 1px solid var(--mineradio-glass-border);
    border-radius: 8px 0 0 8px;
}

body.mineradio-theme .tokyo-commodity-table tbody td:last-child {
    border-right: 1px solid rgba(250, 201, 0, 0.24);
    border-radius: 0 8px 8px 0;
}

body.mineradio-theme .tokyo-commodity-row {
    position: relative;
    transform-style: preserve-3d;
    will-change: transform;
    transition: transform 0.24s cubic-bezier(0.22, 1, 0.36, 1), filter 0.24s ease;
}

body.mineradio-theme .tokyo-commodity-row:hover td {
    border-color: rgba(250, 201, 0, 0.38);
    background:
        linear-gradient(112deg, rgba(255, 255, 255, 0.20), transparent 32%),
        linear-gradient(72deg, transparent 0%, rgba(0, 245, 212, 0.12) 48%, transparent 78%),
        linear-gradient(135deg, rgba(255, 255, 255, 0.18), rgba(0, 245, 212, 0.08), rgba(43, 101, 255, 0.10)),
        rgba(9, 14, 21, 0.92);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.24),
        inset 0 -1px 0 rgba(0, 0, 0, 0.46),
        0 22px 48px rgba(0, 0, 0, 0.32);
}

body.mineradio-theme .tokyo-commodity-row.is-soldout td {
    opacity: 0.62;
}

body.mineradio-theme .tokyo-commodity-thumb {
    width: 54px;
    height: 54px;
    border-radius: 8px;
    border-color: rgba(250, 201, 0, 0.34);
    background-color: rgba(5, 6, 9, 0.86);
    box-shadow: 0 0 24px rgba(0, 245, 212, 0.12);
}

body.mineradio-theme .tokyo-commodity-name {
    color: #f8fbff;
    font-weight: 800;
}

body.mineradio-theme .tokyo-commodity-price-main,
body.mineradio-theme .price,
body.mineradio-theme .tokyo-item-price {
    color: var(--mineradio-gold);
    text-shadow: 0 0 22px rgba(250, 201, 0, 0.20);
}

body.mineradio-theme .tokyo-commodity-muted,
body.mineradio-theme .tokyo-commodity-price-note,
body.mineradio-theme .tokyo-muted,
body.mineradio-theme .tokyo-page-summary,
body.mineradio-theme .tokyo-current-meta,
body.mineradio-theme .tokyo-footer-icp,
body.mineradio-theme .tokyo-footer-copy {
    color: var(--tokyo-muted);
}

body.mineradio-theme .tokyo-commodity-action-link,
body.mineradio-theme .tokyo-commodity-action-disabled {
    min-height: 42px;
    border-radius: 8px;
}

body.mineradio-theme .tokyo-commodity-action-disabled {
    border: 1px solid rgba(255, 83, 103, 0.28);
    background: rgba(255, 83, 103, 0.10);
    color: #ff9aa8;
}

body.mineradio-theme .tokyo-table-loading {
    background: rgba(5, 6, 9, 0.82);
    color: #d8ecff;
    border-radius: 8px;
}

body.mineradio-theme .tokyo-table-loading-spinner {
    border-color: rgba(0, 245, 212, 0.18);
    border-top-color: var(--mineradio-gold);
}

body.mineradio-theme .mineradio-item-media-stack {
    display: grid;
    align-content: start;
    gap: 16px;
    width: 100%;
    perspective: 1100px;
}

body.mineradio-theme .tokyo-item-cover-card,
body.mineradio-theme .tokyo-item-cover-trigger {
    border-radius: 8px;
}

body.mineradio-theme .tokyo-item-cover-card {
    position: relative;
    height: auto !important;
    min-height: 0;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    border: 1px solid var(--mineradio-glass-border);
    background: rgba(5, 8, 12, 0.82);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), 0 16px 36px rgba(0, 0, 0, 0.24);
}

body.mineradio-theme .tokyo-item-cover-trigger {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 100%;
    height: auto;
    min-height: 0;
    aspect-ratio: 16 / 9;
    padding: 12px;
    overflow: hidden;
}

body.mineradio-theme .tokyo-item-cover-trigger::before,
body.mineradio-theme .tokyo-item-cover-trigger::after,
body.mineradio-theme .tokyo-item-cover-card::before {
    display: none !important;
    content: none !important;
}

body.mineradio-theme .tokyo-item-cover-trigger::before {
    background: none;
    filter: none;
    opacity: 0;
    transform: none;
}

body.mineradio-theme .tokyo-item-cover-trigger::after {
    background: none;
    box-shadow: none;
}

body.mineradio-theme .tokyo-item-cover-card::before {
    background: none;
    filter: none;
}

body.mineradio-theme .item-cover {
    position: relative;
    z-index: 2;
    border-radius: 8px;
    filter: none;
    width: 100%;
    max-width: 100%;
    height: 100%;
    min-height: 0;
    max-height: min(68vh, 640px);
    object-fit: contain;
    background: transparent;
}

body.mineradio-theme .tokyo-item-cover-hint {
    z-index: 5;
    border: 1px solid rgba(184, 248, 255, 0.18);
    border-radius: 999px;
    background: rgba(5, 6, 9, 0.76);
    color: #effbff;
}

body.mineradio-theme .mineradio-item-notice {
    position: relative;
    overflow: hidden;
    padding: 17px 18px;
    border: 1px dashed rgba(184, 248, 255, 0.42);
    border-radius: 8px;
    background:
        var(--mineradio-glass),
        linear-gradient(118deg, rgba(6, 12, 18, 0.92), rgba(13, 20, 29, 0.82) 52%, rgba(7, 10, 15, 0.92));
    box-shadow: 0 18px 44px rgba(0, 0, 0, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.08);
    transform-style: preserve-3d;
}

body.mineradio-theme .mineradio-item-notice::before,
body.mineradio-theme .mineradio-item-notice::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    pointer-events: none;
}

body.mineradio-theme .mineradio-item-notice::before {
    background:
        linear-gradient(115deg, rgba(255, 255, 255, 0.13), transparent 34%),
        linear-gradient(76deg, transparent 0%, rgba(0, 245, 212, 0.12) 46%, transparent 74%);
    filter: url(#mineradio-glass-prism);
    opacity: 0.88;
}

body.mineradio-theme .mineradio-item-notice::after {
    inset: -46% -18%;
    background: linear-gradient(105deg, transparent 36%, rgba(0, 245, 212, 0.18) 48%, rgba(250, 201, 0, 0.12) 54%, transparent 66%);
    opacity: 0.46;
    transform: translateX(-38%) rotate(3deg);
    transition: transform 0.45s ease, opacity 0.35s ease;
}

body.mineradio-theme .mineradio-item-notice:hover::after {
    opacity: 0.7;
    transform: translateX(34%) rotate(3deg);
}

body.mineradio-theme .mineradio-item-notice-content {
    position: relative;
    z-index: 1;
    display: grid;
    gap: 3px;
    text-align: center;
    color: #d8ecff;
    font-size: 0.9rem;
    font-weight: 850;
    line-height: 1.55;
    text-shadow: 0 1px 12px rgba(0, 0, 0, 0.38);
}

body.mineradio-theme .mineradio-notice-line {
    margin: 0;
}

body.mineradio-theme .mineradio-notice-line.is-success {
    color: #7cff76;
    text-shadow: 0 0 16px rgba(124, 255, 118, 0.24), 0 1px 12px rgba(0, 0, 0, 0.42);
}

body.mineradio-theme .mineradio-notice-line.is-title {
    color: #eef8ff;
    letter-spacing: 0;
}

body.mineradio-theme .mineradio-item-notice a {
    color: #15f4ff;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
    font-weight: 950;
    transition: color 0.18s ease, text-shadow 0.18s ease;
}

body.mineradio-theme .mineradio-item-notice a:hover,
body.mineradio-theme .mineradio-item-notice a:focus-visible {
    color: #fac900;
    text-shadow: 0 0 18px rgba(0, 245, 212, 0.36);
}

body.mineradio-theme .tokyo-field .form-label,
body.mineradio-theme .form-label {
    color: #d8ecff;
    font-weight: 800;
}

body.mineradio-theme .form-control {
    min-height: 46px;
    border-radius: 8px;
}

body.mineradio-theme .form-control:focus {
    border-color: rgba(250, 201, 0, 0.58);
    box-shadow: 0 0 0 3px rgba(0, 245, 212, 0.12), 0 0 26px rgba(250, 201, 0, 0.10);
    color: #ffffff;
    background: rgba(9, 13, 19, 0.94);
}

body.mineradio-theme .form-control::placeholder {
    color: rgba(154, 168, 184, 0.74);
}

body.mineradio-theme .sku-list {
    gap: 10px;
}

body.mineradio-theme .sku {
    border-radius: 8px;
}

body.mineradio-theme .badge-money {
    background: var(--mineradio-gold);
    color: #050609;
    box-shadow: 0 10px 24px rgba(250, 201, 0, 0.20);
}

body.mineradio-theme .badge-money::after {
    border-top-color: var(--mineradio-gold);
}

body.mineradio-theme .mineradio-seckill-badge,
body.mineradio-theme .mineradio-purchase-limit-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

body.mineradio-theme .mineradio-seckill-badge {
    border: 1px solid rgba(250, 201, 0, 0.42);
    color: #fff0a8;
    background: linear-gradient(135deg, rgba(250, 201, 0, 0.17), rgba(255, 104, 104, 0.09));
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12), 0 0 20px rgba(250, 201, 0, 0.09);
}

body.mineradio-theme .mineradio-seckill-badge i {
    color: var(--mineradio-gold);
}

body.mineradio-theme .mineradio-seckill-badge.is-active {
    border-color: rgba(0, 245, 212, 0.44);
    color: #bdfff6;
    background: linear-gradient(135deg, rgba(0, 245, 212, 0.16), rgba(43, 101, 255, 0.12));
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.14), 0 0 22px rgba(0, 245, 212, 0.12);
}

body.mineradio-theme .mineradio-seckill-badge.is-active i {
    color: var(--mineradio-cyan);
    animation: mineradio-seckill-pulse 1.4s ease-in-out infinite;
}

body.mineradio-theme .mineradio-seckill-badge.is-ended {
    border-color: rgba(145, 166, 186, 0.28);
    color: #91a6ba;
    background: rgba(145, 166, 186, 0.08);
    box-shadow: none;
}

body.mineradio-theme .mineradio-purchase-limit-badge {
    border: 1px solid rgba(43, 101, 255, 0.34);
    color: #b8d4ff;
    background: rgba(43, 101, 255, 0.11);
}

@keyframes mineradio-seckill-pulse {
    0%, 100% {
        opacity: 0.7;
        transform: scale(0.92);
    }
    50% {
        opacity: 1;
        transform: scale(1.08);
    }
}

body.mineradio-theme .qty-group {
    border-radius: 8px;
}

body.mineradio-theme .qty-group button {
    color: var(--mineradio-cyan);
}

body.mineradio-theme .mineradio-quantity-hint {
    display: flex;
    align-items: flex-start;
    gap: 7px;
    margin-top: 8px;
    color: #91a6ba;
    font-size: 0.76rem;
    font-weight: 650;
    line-height: 1.55;
}

body.mineradio-theme .mineradio-quantity-hint i {
    flex: 0 0 auto;
    margin-top: 2px;
    color: var(--mineradio-cyan);
}

body.mineradio-theme .tokyo-form-stack .wholesale-table {
    display: none !important;
}

body.mineradio-theme .mineradio-wholesale {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(184, 248, 255, 0.2);
    border-radius: 8px;
    background:
        linear-gradient(118deg, rgba(0, 245, 212, 0.11), transparent 34%, rgba(43, 101, 255, 0.08) 70%, rgba(250, 201, 0, 0.08)),
        rgba(7, 11, 16, 0.82);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.1),
        0 16px 38px rgba(0, 0, 0, 0.24),
        0 0 24px rgba(0, 245, 212, 0.06);
}

body.mineradio-theme .mineradio-wholesale[hidden] {
    display: none !important;
}

body.mineradio-theme .mineradio-wholesale::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -34%;
    width: 28%;
    pointer-events: none;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    transform: skewX(-16deg);
    opacity: 0.6;
}

body.mineradio-theme .mineradio-wholesale-heading {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 13px 15px;
    border-bottom: 1px solid rgba(184, 248, 255, 0.15);
}

body.mineradio-theme .mineradio-wholesale-title {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: #f5fbff;
    font-size: 0.84rem;
    font-weight: 850;
}

body.mineradio-theme .mineradio-wholesale-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    border: 1px solid rgba(0, 245, 212, 0.34);
    border-radius: 7px;
    background: rgba(0, 245, 212, 0.11);
    color: var(--mineradio-cyan);
    box-shadow: 0 0 18px rgba(0, 245, 212, 0.11);
}

body.mineradio-theme .mineradio-wholesale-hint {
    color: #91a6ba;
    font-size: 0.72rem;
    font-weight: 650;
}

body.mineradio-theme .mineradio-wholesale-table-wrap {
    position: relative;
    z-index: 1;
    overflow-x: auto;
}

body.mineradio-theme .mineradio-wholesale-table {
    width: 100%;
    border: 0;
    border-collapse: collapse;
    table-layout: fixed;
    color: var(--tokyo-text);
}

body.mineradio-theme .mineradio-wholesale-table th,
body.mineradio-theme .mineradio-wholesale-table td {
    width: 50%;
    padding: 11px 15px;
    border: 0;
    text-align: left;
}

body.mineradio-theme .mineradio-wholesale-table th {
    background: rgba(255, 255, 255, 0.035);
    color: #91a6ba;
    font-size: 0.72rem;
    font-weight: 750;
    letter-spacing: 0.03em;
}

body.mineradio-theme .mineradio-wholesale-table td {
    border-top: 1px solid rgba(184, 248, 255, 0.1);
    color: #e7f3ff;
    font-size: 0.86rem;
    font-weight: 750;
    transition: background 0.18s ease, color 0.18s ease;
}

body.mineradio-theme .mineradio-wholesale-table tbody tr:first-child td {
    border-top: 0;
}

body.mineradio-theme .mineradio-wholesale-table tbody tr.is-active td {
    background: rgba(0, 245, 212, 0.09);
    color: #ffffff;
}

body.mineradio-theme .mineradio-wholesale-threshold {
    color: var(--mineradio-cyan);
    font-size: 0.98rem;
    font-weight: 900;
}

body.mineradio-theme .mineradio-wholesale-unit {
    margin-left: 5px;
    color: #91a6ba;
    font-size: 0.72rem;
    font-weight: 650;
}

body.mineradio-theme .mineradio-wholesale-currency {
    margin-right: 2px;
    color: var(--mineradio-gold);
    font-size: 0.76rem;
    font-weight: 850;
}

body.mineradio-theme .mineradio-wholesale-table td strong {
    color: #fff3ad;
    font-size: 0.98rem;
    font-weight: 900;
}

@media (max-width: 575.98px) {
    body.mineradio-theme .mineradio-wholesale-heading {
        align-items: flex-start;
        flex-direction: column;
        gap: 5px;
        padding: 12px;
    }

    body.mineradio-theme .mineradio-wholesale-hint {
        padding-left: 35px;
    }

    body.mineradio-theme .mineradio-wholesale-table th,
    body.mineradio-theme .mineradio-wholesale-table td {
        padding: 10px 12px;
    }
}

body.mineradio-theme .tokyo-description-body {
    color: #d8e5f0;
    font-size: 0.98rem;
    line-height: 1.82;
}

body.mineradio-theme .tokyo-description-body img,
body.mineradio-theme .tokyo-notice-popup-inner img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 8px;
}

body.mineradio-theme .tokyo-notice-popup-inner img {
    max-width: 100%;
    margin: 12px auto;
    object-fit: contain;
}

body.mineradio-theme .tokyo-description-body img {
    display: block;
    width: min(100%, 100%);
    height: auto;
    contain: paint;
    margin: 16px 0;
    cursor: zoom-in;
    border: 1px solid rgba(184, 248, 255, 0.20);
    background: rgba(3, 6, 10, 0.62);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12), 0 16px 34px rgba(0, 0, 0, 0.24);
}

body.mineradio-theme .tokyo-description-body p {
    margin: 0 0 14px;
}

body.mineradio-theme .tokyo-description-body font {
    color: inherit !important;
}

body.mineradio-theme .tokyo-description-body p:last-child {
    margin-bottom: 0;
}

body.mineradio-theme .tokyo-description-body a.mineradio-description-link-card {
    position: relative;
    display: flex;
    align-items: center;
    gap: 12px;
    width: min(100%, 560px);
    margin: 16px 0;
    padding: 14px 16px;
    border: 1px solid rgba(250, 201, 0, 0.34);
    border-radius: 8px;
    background:
        linear-gradient(118deg, rgba(255, 255, 255, 0.18), transparent 34%),
        linear-gradient(72deg, transparent, rgba(0, 245, 212, 0.12) 50%, transparent 78%),
        rgba(255, 255, 255, 0.075);
    color: #f7fbff;
    font-weight: 800;
    text-decoration: none;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.16), 0 14px 30px rgba(0, 0, 0, 0.20);
    transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
}

body.mineradio-theme .tokyo-description-body a.mineradio-description-link-card:hover,
body.mineradio-theme .tokyo-description-body a.mineradio-description-link-card:focus-visible {
    border-color: rgba(0, 245, 212, 0.52);
    color: #ffffff;
    text-decoration: none;
    transform: translateY(-2px);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.22), 0 20px 40px rgba(0, 0, 0, 0.28), 0 0 28px rgba(0, 245, 212, 0.14);
    outline: none;
}

body.mineradio-theme .tokyo-description-body a.mineradio-description-link-card * {
    color: inherit !important;
}

body.mineradio-theme .mineradio-description-link-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border: 1px solid rgba(184, 248, 255, 0.22);
    border-radius: 8px;
    background: rgba(5, 6, 9, 0.62);
    color: #9effef;
    flex: 0 0 34px;
}

body.mineradio-theme .mineradio-description-link-icon,
body.mineradio-theme .mineradio-description-link-icon * {
    color: #9effef !important;
}

body.mineradio-theme .tokyo-description-body blockquote,
body.mineradio-theme .tokyo-description-body .mineradio-description-quote {
    margin: 18px 0 0;
    padding: 15px 17px 15px 18px;
    border: 1px solid rgba(255, 83, 103, 0.30);
    border-left: 4px solid #ff7b72;
    border-radius: 8px;
    background:
        linear-gradient(112deg, rgba(255, 255, 255, 0.15), transparent 36%),
        rgba(255, 83, 103, 0.10);
    color: #ffe6ea;
    font-weight: 850;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.14), 0 14px 34px rgba(0, 0, 0, 0.20);
}

body.mineradio-theme .tokyo-description-body blockquote * {
    color: inherit !important;
}

body.mineradio-theme .mineradio-description-empty {
    margin: 0;
    color: rgba(216, 236, 255, 0.72);
    font-weight: 700;
}

body.mineradio-theme .tokyo-query-form {
    gap: 12px;
}

body.mineradio-theme .order-list {
    gap: 18px;
}

body.mineradio-theme .order-item {
    position: relative;
    overflow: hidden;
    padding: 18px;
    border: 1px solid var(--mineradio-glass-border);
    border-radius: 8px;
    background: var(--mineradio-glass), rgba(6, 10, 14, 0.88);
    color: #f3fbff;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.18),
        0 18px 42px rgba(0, 0, 0, 0.28);
}

body.mineradio-theme .order-item::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    border-radius: inherit;
    background:
        linear-gradient(118deg, rgba(255, 255, 255, 0.18), transparent 34%),
        linear-gradient(74deg, transparent, rgba(0, 245, 212, 0.12) 46%, transparent 76%);
    opacity: 0.5;
    filter: url(#mineradio-glass-prism);
}

body.mineradio-theme .order-item > * {
    position: relative;
    z-index: 1;
}

body.mineradio-theme .order-header,
body.mineradio-theme .goods-section {
    border-color: rgba(184, 248, 255, 0.14);
    background: transparent;
    color: #f3fbff;
}

body.mineradio-theme .order-header {
    align-items: stretch;
    margin-bottom: 14px;
    padding: 0 0 14px;
}

body.mineradio-theme .order-basic {
    gap: 8px;
}

body.mineradio-theme .order-no {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #ffffff;
    font-size: 1.02rem;
    letter-spacing: 0;
}

body.mineradio-theme .mineradio-order-no-label {
    display: inline-flex;
    align-items: center;
    min-height: 24px;
    padding: 0 9px;
    border: 1px solid rgba(0, 245, 212, 0.32);
    border-radius: 999px;
    background: rgba(0, 245, 212, 0.10);
    color: #9effef;
    font-size: 0.72rem;
    font-weight: 800;
}

body.mineradio-theme .order-time,
body.mineradio-theme .payment-time,
body.mineradio-theme .payment-dst,
body.mineradio-theme .amount-label {
    color: #cfe2f4;
    font-size: 0.82rem;
    font-weight: 650;
}

body.mineradio-theme .order-time span,
body.mineradio-theme .payment-time span,
body.mineradio-theme .payment-dst span {
    color: #f3fbff;
}

body.mineradio-theme .amount-value {
    color: var(--mineradio-gold);
    font-size: 1.42rem;
    text-shadow: 0 0 18px rgba(250, 201, 0, 0.18);
}

body.mineradio-theme .goods-section {
    align-items: center;
    margin: 0;
    padding: 14px 0;
    border-bottom: 1px solid rgba(184, 248, 255, 0.14);
}

body.mineradio-theme .goods-image {
    border-radius: 8px;
    border-color: rgba(250, 201, 0, 0.36);
    background: transparent;
}

body.mineradio-theme .goods-name {
    color: #f5d98f !important;
    font-size: 1rem;
    line-height: 1.35;
    text-shadow: 0 0 14px rgba(0, 0, 0, 0.46);
}

body.mineradio-theme .goods-name * {
    color: inherit !important;
}

body.mineradio-theme .card-section {
    margin-top: 14px;
    padding-top: 0;
    border-top: 0;
}

body.mineradio-theme .card-title,
body.mineradio-theme .shipment-title {
    color: #ffffff;
}

body.mineradio-theme .card-display {
    border-color: rgba(184, 248, 255, 0.16);
    border-radius: 8px;
    background: rgba(2, 5, 8, 0.76);
    color: #f4fbff;
    font-size: 0.88rem;
}

body.mineradio-theme .mineradio-merchant-note {
    margin-top: 14px !important;
    padding: 12px 13px;
    border: 1px solid rgba(184, 248, 255, 0.16);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.055);
    color: #f3fbff;
    font-weight: 700;
    line-height: 1.65;
    word-break: break-word;
}

body.mineradio-theme .mineradio-merchant-note::before {
    content: "商家留言";
    display: block;
    margin-bottom: 6px;
    color: var(--mineradio-champagne);
    font-size: 0.78rem;
    font-weight: 850;
}

body.mineradio-theme .mineradio-query-link {
    display: inline-flex;
    align-items: center;
    max-width: 100%;
    margin: 2px 0;
    padding: 3px 8px;
    border: 1px solid rgba(0, 245, 212, 0.34);
    border-radius: 999px;
    background: rgba(0, 245, 212, 0.10);
    color: #9effef !important;
    font-weight: 850;
    text-decoration: none;
    overflow-wrap: anywhere;
}

body.mineradio-theme .mineradio-query-link:hover,
body.mineradio-theme .mineradio-query-link:focus-visible {
    border-color: rgba(250, 201, 0, 0.56);
    color: #fff4b8 !important;
    text-decoration: none;
}

body.mineradio-theme .layui-layer,
body.mineradio-theme .tokyo-layer-popup,
body.mineradio-theme .tokyo-image-layer {
    color: var(--tokyo-text);
}

body.mineradio-theme .layui-layer-page,
body.mineradio-theme .tokyo-layer-popup,
body.mineradio-theme .tokyo-image-layer {
    border-radius: 8px !important;
    background: rgba(6, 8, 12, 0.96) !important;
    box-shadow: 0 28px 92px rgba(0, 0, 0, 0.56), 0 0 42px rgba(0, 245, 212, 0.10) !important;
}

body.mineradio-theme .layui-layer-close {
    filter: invert(1);
}

body.mineradio-theme .component-popup,
body.mineradio-theme .component-popup .table,
body.mineradio-theme .component-popup .bootstrap-table {
    color: var(--tokyo-text);
}

body.mineradio-theme .component-popup .bootstrap-table .fixed-table-container .table thead th {
    background: rgba(255, 255, 255, 0.06);
    color: #d8ecff;
}

body.mineradio-theme .component-popup .bootstrap-table .fixed-table-container .table td {
    color: var(--tokyo-text);
    border-color: rgba(184, 248, 255, 0.12) !important;
}

body.mineradio-theme .mineradio-stage,
body.mineradio-theme .tokyo-category-link,
body.mineradio-theme .mineradio-product-card,
body.mineradio-theme .mineradio-detail-shell,
body.mineradio-theme .tokyo-item-cover-card,
body.mineradio-theme .order-item,
body.mineradio-theme .mineradio-item-notice,
body.mineradio-theme .mineradio-empty-card,
body.mineradio-theme .mineradio-detail-loading {
    background:
        var(--mineradio-liquid-card),
        var(--mineradio-glass),
        rgba(7, 11, 16, 0.84);
    background-size: 210% 210%, 180% 180%, 160% 160%, auto, auto;
    background-position: 0% 22%, 100% 16%, 42% 100%, 0 0, 0 0;
    background-blend-mode: screen, screen, screen, normal, normal;
    animation: mineradio-liquid-card-flow 12s ease-in-out infinite alternate;
    isolation: isolate;
}

body.mineradio-theme .mineradio-product-card:nth-child(3n + 1),
body.mineradio-theme .tokyo-category-node:nth-child(3n + 1) .tokyo-category-link {
    animation-delay: -2.2s;
}

body.mineradio-theme .mineradio-product-card:nth-child(3n + 2),
body.mineradio-theme .tokyo-category-node:nth-child(3n + 2) .tokyo-category-link {
    animation-delay: -4.6s;
}

body.mineradio-theme .mineradio-product-card:nth-child(3n),
body.mineradio-theme .tokyo-category-node:nth-child(3n) .tokyo-category-link {
    animation-delay: -6.8s;
}

body.mineradio-theme .mineradio-tilt-active {
    transform:
        translate3d(var(--mineradio-tx, 0), var(--mineradio-ty, 0), 0)
        rotateX(var(--mineradio-rx, 0))
        rotateY(var(--mineradio-ry, 0))
        scale(1.012);
    transition-duration: 0.08s;
}

body.mineradio-theme .tokyo-commodity-row.mineradio-tilt-active {
    filter: drop-shadow(0 22px 30px rgba(0, 245, 212, 0.09));
}

body.mineradio-theme .mineradio-pressed {
    animation: mineradio-press 0.26s cubic-bezier(0.22, 1, 0.36, 1);
}

body.mineradio-theme .tokyo-nav,
body.mineradio-theme .panel,
body.mineradio-theme .tokyo-footer-wrap,
body.mineradio-theme .tokyo-dropdown-menu,
body.mineradio-theme .tokyo-notice-modal,
body.mineradio-theme .component-popup .bootstrap-table .fixed-table-container,
body.mineradio-theme .mineradio-stage,
body.mineradio-theme .tokyo-category-link,
body.mineradio-theme .mineradio-product-card,
body.mineradio-theme .mineradio-detail-shell,
body.mineradio-theme .tokyo-item-cover-card,
body.mineradio-theme .order-item,
body.mineradio-theme .mineradio-item-notice,
body.mineradio-theme .mineradio-empty-card,
body.mineradio-theme .mineradio-detail-loading,
body.mineradio-theme .mineradio-stage-title-letter,
body.mineradio-theme .mineradio-stage-cover,
body.mineradio-theme .mineradio-stage-orbit-mark,
body.mineradio-theme .mineradio-stage-bars span {
    animation: none !important;
    background-position: 0% 28%, 100% 18%, 44% 100%, 0 0, 0 0 !important;
}

body.mineradio-theme .tokyo-nav::before,
body.mineradio-theme .panel::before,
body.mineradio-theme .tokyo-footer-wrap::before,
body.mineradio-theme .tokyo-dropdown-menu::before,
body.mineradio-theme .tokyo-notice-modal::before,
body.mineradio-theme .component-popup .bootstrap-table .fixed-table-container::before,
body.mineradio-theme .mineradio-stage::before,
body.mineradio-theme .tokyo-category-link::before,
body.mineradio-theme .mineradio-product-card::before,
body.mineradio-theme .tokyo-item-cover-card::before,
body.mineradio-theme .mineradio-item-notice::before,
body.mineradio-theme .order-item::before {
    animation: none !important;
    filter: none !important;
}

body.mineradio-theme .mineradio-stage::after,
body.mineradio-theme .tokyo-category-link::after,
body.mineradio-theme .mineradio-product-card::after,
body.mineradio-theme .tokyo-item-cover-trigger::after,
body.mineradio-theme .mineradio-item-notice::after {
    animation: none !important;
    filter: none !important;
}

body.mineradio-theme .mineradio-tilt-active,
body.mineradio-theme .tokyo-commodity-row.mineradio-tilt-active {
    transform: none !important;
    filter: none !important;
}

body.mineradio-theme.mineradio-low-power {
    animation: none !important;
}

body.mineradio-theme.mineradio-low-power::after {
    display: none !important;
}

body.mineradio-theme.mineradio-low-power .tokyo-nav,
body.mineradio-theme.mineradio-low-power .panel,
body.mineradio-theme.mineradio-low-power .tokyo-footer-wrap,
body.mineradio-theme.mineradio-low-power .tokyo-dropdown-menu,
body.mineradio-theme.mineradio-low-power .tokyo-notice-modal,
body.mineradio-theme.mineradio-low-power .component-popup .bootstrap-table .fixed-table-container,
body.mineradio-theme.mineradio-low-power .mineradio-stage,
body.mineradio-theme.mineradio-low-power .tokyo-category-link,
body.mineradio-theme.mineradio-low-power .mineradio-product-card,
body.mineradio-theme.mineradio-low-power .mineradio-detail-shell,
body.mineradio-theme.mineradio-low-power .tokyo-item-cover-card,
body.mineradio-theme.mineradio-low-power .order-item,
body.mineradio-theme.mineradio-low-power .mineradio-item-notice,
body.mineradio-theme.mineradio-low-power .mineradio-empty-card,
body.mineradio-theme.mineradio-low-power .mineradio-detail-loading,
body.mineradio-theme.mineradio-low-power .mineradio-stage-title-letter,
body.mineradio-theme.mineradio-low-power .mineradio-stage-cover,
body.mineradio-theme.mineradio-low-power .mineradio-stage-bars span {
    animation: none !important;
}

body.mineradio-theme.mineradio-low-power .tokyo-nav::before,
body.mineradio-theme.mineradio-low-power .panel::before,
body.mineradio-theme.mineradio-low-power .tokyo-footer-wrap::before,
body.mineradio-theme.mineradio-low-power .tokyo-dropdown-menu::before,
body.mineradio-theme.mineradio-low-power .tokyo-notice-modal::before,
body.mineradio-theme.mineradio-low-power .component-popup .bootstrap-table .fixed-table-container::before,
body.mineradio-theme.mineradio-low-power .mineradio-stage::before,
body.mineradio-theme.mineradio-low-power .tokyo-category-link::before,
body.mineradio-theme.mineradio-low-power .mineradio-product-card::before,
body.mineradio-theme.mineradio-low-power .tokyo-item-cover-card::before,
body.mineradio-theme.mineradio-low-power .mineradio-item-notice::before,
body.mineradio-theme.mineradio-low-power .order-item::before {
    filter: none !important;
    opacity: 0.42;
}

body.mineradio-theme.mineradio-low-power .mineradio-stage::after,
body.mineradio-theme.mineradio-low-power .tokyo-category-link::after,
body.mineradio-theme.mineradio-low-power .mineradio-product-card::after,
body.mineradio-theme.mineradio-low-power .tokyo-item-cover-trigger::after,
body.mineradio-theme.mineradio-low-power .mineradio-item-notice::after {
    filter: none !important;
}

body.mineradio-theme.mineradio-low-power .mineradio-tilt-active,
body.mineradio-theme.mineradio-low-power .tokyo-commodity-row.mineradio-tilt-active {
    transform: none !important;
    filter: none !important;
}

body.mineradio-theme.mineradio-page-hidden *,
body.mineradio-theme.mineradio-page-hidden *::before,
body.mineradio-theme.mineradio-page-hidden *::after,
body.mineradio-theme .mineradio-animation-paused,
body.mineradio-theme .mineradio-animation-paused *,
body.mineradio-theme .mineradio-animation-paused::before,
body.mineradio-theme .mineradio-animation-paused::after,
body.mineradio-theme .mineradio-animation-paused *::before,
body.mineradio-theme .mineradio-animation-paused *::after {
    animation-play-state: paused !important;
}

#pjax-container.is-pjax-loading {
    opacity: 0.48;
    transform: translateY(8px) scale(0.994);
    transition: opacity 0.18s ease, transform 0.18s ease;
}

@keyframes mineradio-liquid-backdrop-flow {
    0% {
        background-position: 0% 18%, 0% 0%, 100% 34%, 0 0, 0 0;
    }

    48% {
        background-position: 54% 44%, 78% 28%, 32% 70%, 14px 22px, 0 0;
    }

    100% {
        background-position: 100% 72%, 34% 96%, 0% 18%, 36px 44px, 0 0;
    }
}

@keyframes mineradio-liquid-card-flow {
    0% {
        background-position: 0% 18%, 100% 12%, 38% 100%, 0 0, 0 0;
    }

    50% {
        background-position: 58% 42%, 42% 72%, 88% 38%, 0 0, 0 0;
    }

    100% {
        background-position: 100% 78%, 0% 30%, 18% 0%, 0 0, 0 0;
    }
}

@keyframes mineradio-liquid-caustic-flow {
    0% {
        background-position: 0% 0%, 100% 100%, 0% 0%, 40% 50%, 0 0;
        opacity: 0.62;
    }

    55% {
        background-position: 55% 20%, 48% 70%, 82% 36%, 62% 24%, 0 0;
        opacity: 0.86;
    }

    100% {
        background-position: 100% 76%, 0% 22%, 18% 100%, 20% 72%, 0 0;
        opacity: 0.7;
    }
}

@keyframes mineradio-liquid-cursor-wave {
    0% {
        transform: rotate(-3deg) scale(0.96);
    }

    100% {
        transform: rotate(4deg) scale(1.06);
    }
}

@keyframes mineradio-eq {
    0% {
        transform: translateY(10px) scaleY(0.55);
        filter: hue-rotate(0deg);
    }

    100% {
        transform: translateY(-12px) scaleY(1.08);
        filter: hue-rotate(24deg);
    }
}

@keyframes mineradio-cover-float {
    0% {
        transform: translate3d(0, 8px, 0) rotateX(0deg) rotateY(-8deg);
    }

    100% {
        transform: translate3d(0, -8px, 26px) rotateX(4deg) rotateY(8deg);
    }
}

@keyframes mineradio-title-bounce {
    0%,
    64%,
    100% {
        transform: translateY(0) scale(1);
    }

    72% {
        transform: translateY(-0.12em) scale(1.035);
    }

    82% {
        transform: translateY(0.025em) scale(0.992);
    }
}

@keyframes mineradio-press {
    0% {
        transform: scale(1);
    }

    44% {
        transform: scale(0.965) translateY(1px);
    }

    100% {
        transform: scale(1);
    }
}

@media (min-width: 768px) and (hover: hover) and (pointer: fine) {
    body.mineradio-theme .mineradio-stage,
    body.mineradio-theme .tokyo-category-link,
    body.mineradio-theme .mineradio-product-card,
    body.mineradio-theme .mineradio-detail-shell,
    body.mineradio-theme .tokyo-item-cover-card,
    body.mineradio-theme .order-item,
    body.mineradio-theme .mineradio-item-notice,
    body.mineradio-theme .mineradio-empty-card,
    body.mineradio-theme .mineradio-detail-loading {
        contain: layout paint style;
    }

    body.mineradio-theme .mineradio-product-card,
    body.mineradio-theme .tokyo-category-link {
        content-visibility: auto;
        contain-intrinsic-size: 142px;
    }

    body.mineradio-theme .tokyo-description-body img {
        content-visibility: auto;
        contain-intrinsic-size: 720px 420px;
    }

    body.mineradio-theme .tokyo-catalog-panel,
    body.mineradio-theme .mineradio-inline-detail-panel,
    body.mineradio-theme .tokyo-description-panel,
    body.mineradio-theme .tokyo-query-panel,
    body.mineradio-theme .tokyo-item-panel {
        content-visibility: auto;
        contain-intrinsic-size: 860px;
    }

    body.mineradio-theme .mineradio-products-panel {
        contain-intrinsic-size: 760px;
    }

    body.mineradio-theme .order-item {
        content-visibility: auto;
        contain-intrinsic-size: 360px;
    }

    body.mineradio-theme .tokyo-category-link,
    body.mineradio-theme .tokyo-commodity-row {
        will-change: auto;
    }

    body.mineradio-theme .mineradio-tilt-active {
        will-change: transform;
    }
}

@media (prefers-reduced-motion: reduce) {
    body.mineradio-theme *,
    body.mineradio-theme *::before,
    body.mineradio-theme *::after {
        animation-duration: 0.001ms !important;
        animation-iteration-count: 1 !important;
        scroll-behavior: auto !important;
        transition-duration: 0.001ms !important;
    }
}

@media (max-width: 1199px) {
    body.mineradio-theme .tokyo-nav-main {
        border-top-color: rgba(184, 248, 255, 0.12);
    }

    body.mineradio-theme .mineradio-stage {
        grid-template-columns: 1fr;
    }

    body.mineradio-theme .mineradio-stage-visual {
        min-height: 124px;
    }
}

@media (max-width: 1024px) {
    body.mineradio-theme .tokyo-shop-layout {
        grid-template-columns: 1fr;
    }

    body.mineradio-theme .tokyo-sidebar-panel {
        position: static;
    }
}

@media (max-width: 767px) {
    body.mineradio-theme .tokyo-shell,
    body.mineradio-theme .tokyo-shell--narrow,
    body.mineradio-theme .tokyo-nav-wrap,
    body.mineradio-theme .tokyo-footer-wrap {
        width: calc(100% - 20px);
    }

    body.mineradio-theme .tokyo-main {
        margin-top: 12px;
        padding-bottom: 58px;
    }

    body.mineradio-theme .tokyo-nav-shell {
        position: relative;
        z-index: 1100;
        padding-top: 10px;
    }

    body.mineradio-theme .tokyo-nav {
        min-height: 0;
        padding: 10px;
    }

    body.mineradio-theme .tokyo-user-dropdown {
        width: 100%;
        position: relative;
    }

    body.mineradio-theme .tokyo-user-dropdown .tokyo-dropdown-menu {
        display: grid;
        position: static !important;
        inset: auto !important;
        transform: none !important;
        width: 100%;
        max-width: 100%;
        min-width: 0;
        margin-top: 8px !important;
        z-index: 1;
    }

    body.mineradio-theme .tokyo-item-panel .panel-body {
        overflow: hidden;
    }

    body.mineradio-theme .tokyo-item-panel .row {
        --bs-gutter-x: 0;
        margin-left: 0;
        margin-right: 0;
    }

    body.mineradio-theme .tokyo-item-panel .row > [class*="col-"] {
        min-width: 0;
        max-width: 100%;
        padding-left: 0;
        padding-right: 0;
    }

    body.mineradio-theme .tokyo-brand-mark {
        width: 42px;
        height: 42px;
        flex-basis: 42px;
    }

    body.mineradio-theme .mineradio-stage {
        min-height: 0;
        margin: 14px 0 14px;
        padding: 22px 18px;
        gap: 20px;
    }

    body.mineradio-theme .mineradio-stage h1 {
        font-size: 2.55rem;
        overflow-wrap: anywhere;
    }

    body.mineradio-theme .mineradio-stage p {
        font-size: 0.92rem;
        line-height: 1.62;
    }

    body.mineradio-theme .mineradio-stage-pills {
        gap: 8px;
        margin-top: 18px;
    }

    body.mineradio-theme .mineradio-stage-pills span {
        min-height: 34px;
        padding: 0 11px;
        font-size: 0.76rem;
    }

    body.mineradio-theme .mineradio-stage-visual {
        grid-template-columns: 78px minmax(0, 1fr);
        gap: 6px;
        min-height: 88px;
        padding: 14px;
    }

    body.mineradio-theme .mineradio-stage-orbit-mark {
        width: 66px;
        height: 66px;
    }

    body.mineradio-theme .mineradio-stage-bars {
        min-height: 78px;
        gap: 5px;
    }

    body.mineradio-theme .mineradio-stage-bars span {
        min-height: 18px;
        height: calc(18px + (var(--i) * 7px));
    }

    body.mineradio-theme .tokyo-catalog-heading,
    body.mineradio-theme .panel-header {
        gap: 14px;
    }

    body.mineradio-theme .tokyo-search-combo {
        border: 0 !important;
        border-radius: 0;
        background: transparent !important;
        box-shadow: none !important;
        padding: 0;
    }

    body.mineradio-theme .tokyo-searchbox-combo {
        border-radius: 8px;
    }

    body.mineradio-theme .tokyo-sidebar-panel {
        border-radius: 0 8px 8px 0;
        background: rgba(5, 7, 11, 0.98);
    }

    body.mineradio-theme .mineradio-flow .tokyo-sidebar-panel,
    body.mineradio-theme .tokyo-shop-layout.is-category-home .tokyo-sidebar-panel {
        position: relative;
        top: auto;
        bottom: auto;
        left: auto;
        z-index: auto;
        display: block;
        width: 100%;
        height: auto;
        border-radius: 8px;
        transform: none;
        overflow: visible;
    }

    body.tokyo-mobile-drawer-open.mineradio-theme .mineradio-flow .tokyo-sidebar-panel,
    body.tokyo-mobile-drawer-open.mineradio-theme .tokyo-shop-layout.is-category-home .tokyo-sidebar-panel {
        transform: none;
    }

    body.mineradio-theme .mineradio-flow .tokyo-sidebar-panel .panel-body,
    body.mineradio-theme .tokyo-shop-layout.is-category-home .tokyo-sidebar-panel .panel-body {
        display: block;
        overflow: visible;
        padding-bottom: 18px;
    }

    body.mineradio-theme .mineradio-flow .tokyo-category-tree,
    body.mineradio-theme .tokyo-shop-layout.is-category-home .tokyo-category-tree {
        grid-template-columns: repeat(auto-fit, minmax(132px, 1fr));
        grid-auto-rows: minmax(68px, max-content);
        gap: 8px;
        max-height: none;
        overflow: visible;
        padding-right: 0;
    }

    body.mineradio-theme .mineradio-flow .tokyo-category-link,
    body.mineradio-theme .tokyo-shop-layout.is-category-home .tokyo-category-link {
        min-height: 68px;
        padding: 10px;
        gap: 10px;
    }

    body.mineradio-theme .mineradio-flow .tokyo-category-icon,
    body.mineradio-theme .tokyo-shop-layout.is-category-home .tokyo-category-icon {
        width: 36px;
        height: 36px;
        flex-basis: 36px;
    }

    body.mineradio-theme .mineradio-flow .tokyo-category-name,
    body.mineradio-theme .tokyo-shop-layout.is-category-home .tokyo-category-name {
        font-size: 0.84rem;
    }

    body.mineradio-theme .mineradio-product-grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    body.mineradio-theme .mineradio-product-card {
        --mineradio-cover-size: clamp(72px, 24vw, 82px);
        grid-template-columns: var(--mineradio-cover-size) minmax(0, 1fr);
        min-height: 108px;
        padding: 11px;
        gap: 12px;
    }

    body.mineradio-theme .mineradio-product-cover {
        width: var(--mineradio-cover-size);
        height: var(--mineradio-cover-size);
    }

    body.mineradio-theme .mineradio-product-name {
        font-size: 0.92rem;
    }

    body.mineradio-theme .mineradio-product-content {
        min-height: var(--mineradio-cover-size);
        gap: 7px;
    }

    body.mineradio-theme .mineradio-product-bottom {
        grid-template-columns: minmax(58px, max-content) minmax(64px, 1fr);
        gap: 9px;
    }

    body.mineradio-theme .mineradio-product-stock {
        width: min(88px, 100%);
    }

    body.mineradio-theme .mineradio-product-price,
    body.mineradio-theme .mineradio-detail-price {
        font-size: 1.08rem;
    }

    body.mineradio-theme .mineradio-detail-shell {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    body.mineradio-theme .mineradio-detail-description {
        max-height: none;
        padding: 13px;
    }

    body.mineradio-theme .mineradio-detail-actions .tokyo-commodity-action-link,
    body.mineradio-theme .mineradio-detail-actions .tokyo-commodity-action-disabled {
        width: 100%;
        justify-content: center;
    }

    body.mineradio-theme .order-item {
        padding: 14px;
    }

    body.mineradio-theme .order-header {
        gap: 12px;
    }

    body.mineradio-theme .order-no {
        align-items: flex-start;
        flex-direction: column;
        gap: 5px;
    }

    body.mineradio-theme .goods-section {
        align-items: flex-start;
    }

    body.mineradio-theme .mineradio-merchant-note {
        padding: 11px;
    }

    body.mineradio-theme .tokyo-description-body a.mineradio-description-link-card {
        width: 100%;
        padding: 12px 13px;
    }

    body.mineradio-theme .tokyo-description-body blockquote,
    body.mineradio-theme .tokyo-description-body .mineradio-description-quote {
        padding: 13px 14px;
    }

    body.mineradio-theme .mineradio-item-media-stack {
        gap: 12px;
    }

    body.mineradio-theme .mineradio-item-notice {
        padding: 13px 12px;
    }

    body.mineradio-theme .mineradio-item-notice-content {
        font-size: 0.82rem;
        line-height: 1.5;
    }

    body.mineradio-theme .mineradio-scroll-top {
        right: 16px;
        bottom: 18px;
        width: 46px;
        height: 46px;
    }

    body.mineradio-theme .tokyo-mobile-sidebar-backdrop {
        background: rgba(0, 0, 0, 0.66);
    }

    body.mineradio-theme .tokyo-mobile-sidebar-close {
        background: rgba(255, 255, 255, 0.08);
        color: #ffffff;
        border-color: rgba(184, 248, 255, 0.22);
    }

    body.mineradio-theme .tokyo-commodity-table {
        border-spacing: 0;
    }

    body.mineradio-theme .tokyo-commodity-table tbody tr {
        display: block;
        margin-bottom: 12px;
        padding: 10px;
        border: 1px solid var(--mineradio-glass-border);
        border-radius: 8px;
        background: var(--mineradio-glass), rgba(8, 12, 18, 0.86);
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.18), 0 16px 34px rgba(0, 0, 0, 0.22);
    }

    body.mineradio-theme .tokyo-commodity-table tbody tr:last-child {
        margin-bottom: 0;
    }

    body.mineradio-theme .tokyo-commodity-table tbody td,
    body.mineradio-theme .tokyo-commodity-table tbody td:first-child,
    body.mineradio-theme .tokyo-commodity-table tbody td:last-child {
        padding: 8px 4px;
        border: 0;
        border-radius: 0;
        background: transparent;
        box-shadow: none;
    }

    body.mineradio-theme .tokyo-commodity-row .tokyo-commodity-action {
        display: block !important;
    }

    body.mineradio-theme .tokyo-commodity-row:hover td {
        background: transparent;
        box-shadow: none;
    }

    body.mineradio-theme .tokyo-commodity-action-link,
    body.mineradio-theme .tokyo-commodity-action-disabled {
        width: 100%;
        min-height: 42px;
        justify-content: center;
    }

    body.mineradio-theme .tokyo-item-cover-card,
    body.mineradio-theme .tokyo-item-cover-trigger,
    body.mineradio-theme .item-cover {
        min-height: 0;
    }

    body.mineradio-theme .tokyo-item-cover-card {
        aspect-ratio: auto;
    }

    body.mineradio-theme .tokyo-item-cover-trigger {
        aspect-ratio: 16 / 9;
    }

    body.mineradio-theme .item-cover {
        height: 100%;
        max-height: 70vh;
    }

    body.mineradio-theme .tokyo-dropdown-menu .dropdown-item {
        border-color: rgba(184, 248, 255, 0.14);
        background: rgba(255, 255, 255, 0.07);
    }

    body.mineradio-theme::after {
        opacity: 0.42;
    }
}

@media (max-width: 767px), (hover: none) and (pointer: coarse) {
    body.mineradio-theme {
        --tokyo-shadow-soft: 0 12px 26px rgba(0, 0, 0, 0.28);
        --tokyo-shadow-elevated: 0 18px 42px rgba(0, 0, 0, 0.36);
        animation: none !important;
        background-size: auto, auto, auto, auto, auto;
    }

    body.mineradio-theme::after {
        display: none !important;
    }

    body.mineradio-theme .tokyo-nav,
    body.mineradio-theme .panel,
    body.mineradio-theme .tokyo-footer-wrap,
    body.mineradio-theme .tokyo-dropdown-menu,
    body.mineradio-theme .tokyo-notice-modal,
    body.mineradio-theme .component-popup .bootstrap-table .fixed-table-container,
    body.mineradio-theme .mineradio-stage,
    body.mineradio-theme .tokyo-category-link,
    body.mineradio-theme .mineradio-product-card,
    body.mineradio-theme .mineradio-detail-shell,
    body.mineradio-theme .tokyo-item-cover-card,
    body.mineradio-theme .order-item,
    body.mineradio-theme .mineradio-item-notice,
    body.mineradio-theme .mineradio-empty-card,
    body.mineradio-theme .mineradio-detail-loading {
        animation: none !important;
        background-size: auto, auto, auto !important;
        box-shadow:
            inset 0 1px 0 rgba(255, 255, 255, 0.16),
            0 12px 28px rgba(0, 0, 0, 0.28) !important;
    }

    body.mineradio-theme .tokyo-nav::before,
    body.mineradio-theme .panel::before,
    body.mineradio-theme .tokyo-footer-wrap::before,
    body.mineradio-theme .tokyo-dropdown-menu::before,
    body.mineradio-theme .tokyo-notice-modal::before,
    body.mineradio-theme .component-popup .bootstrap-table .fixed-table-container::before,
    body.mineradio-theme .mineradio-stage::before,
    body.mineradio-theme .tokyo-category-link::before,
    body.mineradio-theme .mineradio-product-card::before,
    body.mineradio-theme .tokyo-item-cover-card::before,
    body.mineradio-theme .mineradio-item-notice::before,
    body.mineradio-theme .order-item::before {
        animation: none !important;
        filter: none !important;
        opacity: 0.34 !important;
    }

    body.mineradio-theme .mineradio-stage::after,
    body.mineradio-theme .tokyo-category-link::after,
    body.mineradio-theme .mineradio-product-card::after,
    body.mineradio-theme .tokyo-item-cover-trigger::after,
    body.mineradio-theme .mineradio-item-notice::after {
        animation: none !important;
        filter: none !important;
    }

    body.mineradio-theme .mineradio-stage-title-letter,
    body.mineradio-theme .mineradio-stage-cover,
    body.mineradio-theme .mineradio-stage-bars span,
    body.mineradio-theme .mineradio-pressed {
        animation: none !important;
        transform: none !important;
        will-change: auto !important;
    }

    body.mineradio-theme .mineradio-tilt-active,
    body.mineradio-theme .tokyo-commodity-row.mineradio-tilt-active {
        transform: none !important;
        filter: none !important;
    }

    body.mineradio-theme .mineradio-product-card {
        content-visibility: auto;
        contain-intrinsic-size: 128px;
    }

    /*
     * Do not virtualize category cards on touch devices. Their real mobile
     * height is 68px, while the old 128px intrinsic placeholder made iOS
     * Safari reserve oversized grid rows until each card entered the viewport.
     */
    body.mineradio-theme .tokyo-category-link {
        content-visibility: visible;
        contain-intrinsic-size: none;
    }

    body.mineradio-theme .tokyo-description-body img,
    body.mineradio-theme .item-cover {
        filter: saturate(1.03) contrast(1.02) !important;
    }

    body.mineradio-theme .tokyo-description-body img {
        content-visibility: auto;
        contain-intrinsic-size: 420px 240px;
    }
}
