:root {
    color-scheme: light;
    --bg: #fff7f4;
    --bg-2: #f8fbff;
    --ink: #171319;
    --muted: #6f6572;
    --surface: rgba(255, 255, 255, 0.82);
    --solid: #ffffff;
    --line: rgba(31, 24, 36, 0.12);
    --pink: #ff4f87;
    --coral: #ff7657;
    --mint: #37d5bd;
    --lemon: #ffe36d;
    --blue: #72b8ff;
    --violet: #a879ff;
    --shadow: 0 26px 70px rgba(59, 31, 52, 0.15);
    --hard-shadow: 8px 8px 0 #171319;
    --radius: 24px;
}

[data-theme="dark"] {
    color-scheme: dark;
    --bg: #111015;
    --bg-2: #191620;
    --ink: #fff7ee;
    --muted: #c7b8c9;
    --surface: rgba(32, 27, 38, 0.8);
    --solid: #221d29;
    --line: rgba(255, 255, 255, 0.15);
    --shadow: 0 26px 70px rgba(0, 0, 0, 0.45);
    --hard-shadow: 8px 8px 0 #fff7ee;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    min-height: 100vh;
    font-family: ui-rounded, "Avenir Next", "PingFang SC", "Microsoft YaHei", system-ui, sans-serif;
    color: var(--ink);
    background:
        radial-gradient(circle at 8% 12%, rgba(255, 79, 135, 0.22), transparent 28%),
        radial-gradient(circle at 84% 7%, rgba(55, 213, 189, 0.25), transparent 30%),
        radial-gradient(circle at 78% 62%, rgba(255, 227, 109, 0.28), transparent 26%),
        linear-gradient(135deg, var(--bg), var(--bg-2));
    overflow-x: hidden;
}

body::before {
    content: "";
    position: fixed;
    inset: 0;
    pointer-events: none;
    opacity: 0.28;
    background-image:
        linear-gradient(var(--line) 1px, transparent 1px),
        linear-gradient(90deg, var(--line) 1px, transparent 1px);
    background-size: 44px 44px;
    mask-image: linear-gradient(to bottom, #000, transparent 70%);
}

button,
input,
select {
    font: inherit;
}

img {
    max-width: 100%;
}

section,
[id] {
    scroll-margin-top: 118px;
}

.site-shell {
    position: relative;
    z-index: 1;
    width: min(1440px, 100%);
    margin: 0 auto;
    padding: 22px clamp(16px, 3vw, 36px) 64px;
}

.site-header {
    position: sticky;
    top: 14px;
    z-index: 20;
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 22px;
    align-items: center;
    padding: 14px;
    border: 1px solid var(--line);
    border-radius: 26px;
    background: color-mix(in srgb, var(--surface), transparent 4%);
    box-shadow: 0 18px 45px rgba(34, 21, 35, 0.08);
    backdrop-filter: blur(18px);
}

.brand {
    display: grid;
    grid-template-columns: 54px 1fr;
    gap: 12px;
    align-items: center;
    color: inherit;
    text-decoration: none;
    min-width: 216px;
}

.brand-orbit {
    position: relative;
    display: grid;
    place-items: center;
    width: 54px;
    height: 54px;
    border: 2px solid var(--ink);
    border-radius: 18px;
    background: linear-gradient(135deg, var(--lemon), var(--pink));
    box-shadow: 5px 5px 0 var(--ink);
    color: #171319;
    font-weight: 1000;
    letter-spacing: 0;
}

.brand strong,
.brand small {
    display: block;
}

.brand strong {
    font-size: 17px;
    letter-spacing: 0;
}

.brand small {
    margin-top: 2px;
    color: var(--muted);
    font-size: 12px;
    font-weight: 800;
}

.main-nav {
    display: flex;
    justify-content: center;
    gap: 8px;
    min-width: 0;
}

.main-nav a,
.pill-button,
.icon-button {
    border: 1px solid var(--line);
    border-radius: 999px;
    background: var(--solid);
    color: var(--ink);
    text-decoration: none;
    cursor: pointer;
    transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.main-nav a {
    padding: 12px 16px;
    color: var(--muted);
    font-size: 14px;
    font-weight: 800;
}

.main-nav a:hover,
.pill-button:hover,
.icon-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 28px rgba(37, 24, 40, 0.12);
}

.header-actions,
.hero-actions {
    display: flex;
    gap: 10px;
    align-items: center;
}

.icon-button {
    width: 48px;
    height: 48px;
    display: grid;
    place-items: center;
    font-size: 18px;
}

.pill-button {
    min-height: 48px;
    padding: 0 20px;
    display: inline-grid;
    place-items: center;
    font-weight: 900;
}

.pill-button.primary {
    border-color: var(--ink);
    background: linear-gradient(135deg, var(--pink), var(--coral));
    color: white;
    box-shadow: 6px 6px 0 var(--ink);
}

.pill-button.ghost {
    background: transparent;
}

.hero-section {
    min-height: calc(100vh - 120px);
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(420px, 1.05fr);
    gap: clamp(24px, 5vw, 72px);
    align-items: center;
    padding: 38px 0 32px;
}

.hero-copy {
    max-width: 710px;
}

.hero-label,
.section-kicker {
    margin: 0 0 16px;
    color: var(--pink);
    font-size: 12px;
    font-weight: 1000;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.hero-copy h1 {
    margin: 0;
    font-size: clamp(58px, 8.2vw, 112px);
    line-height: 0.86;
    letter-spacing: -0.04em;
    font-weight: 1000;
}

.hero-copy h1::after {
    content: "";
    display: block;
    width: min(360px, 64%);
    height: 18px;
    margin-top: 14px;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--lemon), var(--mint), var(--blue), var(--pink));
    box-shadow: 4px 4px 0 var(--ink);
}

.hero-lead {
    width: min(640px, 100%);
    margin: 24px 0 22px;
    color: var(--muted);
    font-size: clamp(17px, 2vw, 22px);
    line-height: 1.78;
    font-weight: 650;
}

.hero-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 28px;
}

.hero-meta span {
    display: inline-flex;
    align-items: center;
    min-height: 36px;
    padding: 0 14px;
    border: 1px solid var(--line);
    border-radius: 999px;
    background: var(--surface);
    color: var(--muted);
    font-size: 13px;
    font-weight: 800;
}

.toy-stage {
    position: relative;
    min-height: 540px;
    border: 2px solid var(--ink);
    border-radius: 44px;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.78), rgba(255, 255, 255, 0.3)),
        radial-gradient(circle at 50% 42%, rgba(255, 227, 109, 0.7), transparent 30%),
        radial-gradient(circle at 80% 74%, rgba(55, 213, 189, 0.45), transparent 34%);
    box-shadow: var(--hard-shadow), var(--shadow);
    overflow: hidden;
}

.toy-stage::before,
.toy-stage::after {
    content: "";
    position: absolute;
    border-radius: 999px;
    border: 2px solid var(--ink);
    background: var(--solid);
}

.toy-stage::before {
    width: 190px;
    height: 190px;
    top: -56px;
    right: -46px;
    background: var(--lemon);
}

.toy-stage::after {
    width: 110px;
    height: 110px;
    left: 42px;
    bottom: 34px;
    background: var(--mint);
}

.stage-glow {
    position: absolute;
    left: 50%;
    bottom: 82px;
    width: 62%;
    height: 92px;
    border-radius: 50%;
    transform: translateX(-50%);
    background: radial-gradient(ellipse, rgba(23, 19, 25, 0.24), transparent 68%);
}

.hero-toy-card {
    position: absolute;
    width: 42%;
    min-width: 190px;
    padding: 14px;
    border: 2px solid var(--ink);
    border-radius: 30px;
    background: var(--solid);
    box-shadow: 7px 7px 0 var(--ink);
    transform-origin: center;
    animation: floaty 5.8s ease-in-out infinite;
}

.hero-toy-card img {
    display: block;
    width: 100%;
    aspect-ratio: 1;
    object-fit: cover;
    border-radius: 22px;
    background: #f2edf2;
}

.hero-toy-card span {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 12px;
    font-size: 14px;
    font-weight: 1000;
}

.hero-toy-card span::after {
    content: "blind box";
    color: var(--muted);
    font-size: 11px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.card-a {
    left: 10%;
    top: 12%;
    transform: rotate(-8deg);
}

.card-b {
    right: 9%;
    top: 28%;
    transform: rotate(7deg);
    animation-delay: -1.5s;
}

.card-c {
    left: 27%;
    bottom: 8%;
    transform: rotate(-2deg);
    animation-delay: -3s;
}

.stage-ticket {
    position: absolute;
    right: 24px;
    bottom: 26px;
    z-index: 3;
    width: 154px;
    min-height: 112px;
    padding: 18px;
    border: 2px solid var(--ink);
    border-radius: 24px;
    background: var(--pink);
    color: white;
    box-shadow: 6px 6px 0 var(--ink);
}

.stage-ticket strong,
.stage-ticket span {
    display: block;
}

.stage-ticket strong {
    font-size: 48px;
    line-height: 0.9;
}

.stage-ticket span {
    margin-top: 8px;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
}

@keyframes floaty {
    0%, 100% { translate: 0 0; }
    50% { translate: 0 -14px; }
}

.stats-strip {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
    margin-bottom: 62px;
}

.stat-card {
    min-height: 162px;
    padding: 22px;
    border: 2px solid var(--ink);
    border-radius: 28px;
    box-shadow: 7px 7px 0 var(--ink);
}

.stat-card span {
    display: block;
    color: #171319;
    font-size: clamp(42px, 5vw, 70px);
    line-height: 0.9;
    font-weight: 1000;
}

.stat-card p {
    margin: 18px 0 0;
    color: #171319;
    font-weight: 1000;
}

.stat-card.pink { background: #ff8eb0; }
.stat-card.mint { background: #7de6d6; }
.stat-card.lemon { background: #ffe36d; }
.stat-card.blue { background: #9ed0ff; }

.featured-section,
.catalog-section,
.feature-module,
.insight-card {
    margin-bottom: 28px;
    border: 1px solid var(--line);
    border-radius: 34px;
    background: color-mix(in srgb, var(--surface), transparent 3%);
    box-shadow: var(--shadow);
    backdrop-filter: blur(16px);
}

.featured-section,
.catalog-section,
.feature-module {
    padding: clamp(18px, 3vw, 28px);
}

.section-title {
    display: flex;
    justify-content: space-between;
    gap: 24px;
    align-items: end;
    margin-bottom: 22px;
}

.section-title.compact {
    margin-top: 20px;
}

.section-title h2 {
    margin: 0;
    font-size: clamp(28px, 4vw, 48px);
    line-height: 1;
    letter-spacing: -0.03em;
}

.section-title p {
    max-width: 460px;
    margin: 0;
    color: var(--muted);
    font-size: 15px;
    line-height: 1.7;
    font-weight: 650;
}

.featured-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.feature-card {
    position: relative;
    min-height: 370px;
    padding: 14px;
    border: 2px solid var(--ink);
    border-radius: 30px;
    background: var(--solid);
    color: var(--ink);
    box-shadow: 6px 6px 0 var(--ink);
    overflow: hidden;
    cursor: pointer;
    transition: transform 180ms ease, box-shadow 180ms ease;
}

.feature-card:hover {
    transform: translateY(-6px) rotate(-1deg);
    box-shadow: 10px 10px 0 var(--ink);
}

.feature-card:nth-child(even):hover {
    transform: translateY(-6px) rotate(1deg);
}

.feature-card img {
    display: block;
    width: 100%;
    aspect-ratio: 1;
    object-fit: cover;
    border-radius: 22px;
    background: #f3edf5;
}

.feature-card h3 {
    margin: 16px 0 8px;
    font-size: 25px;
    line-height: 1;
    letter-spacing: -0.03em;
}

.feature-card p {
    margin: 0;
    color: var(--muted);
    font-size: 13px;
    line-height: 1.55;
    font-weight: 650;
}

.feature-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin-top: 14px;
}

.feature-meta span,
.tag,
.status-pill {
    display: inline-flex;
    align-items: center;
    min-height: 26px;
    padding: 4px 10px;
    border: 1px solid var(--line);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.72);
    color: var(--muted);
    font-size: 12px;
    font-weight: 900;
}

.playground-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    gap: 24px;
    margin-bottom: 28px;
}

.feature-module {
    min-width: 0;
}

.module-head {
    display: flex;
    justify-content: space-between;
    gap: 18px;
    align-items: start;
    margin-bottom: 18px;
}

.module-head h2 {
    margin: 0;
    font-size: clamp(28px, 4vw, 44px);
    line-height: 0.98;
    letter-spacing: -0.03em;
}

.module-head p {
    max-width: 560px;
    margin: 10px 0 0;
    color: var(--muted);
    font-size: 14px;
    line-height: 1.65;
    font-weight: 720;
}

.pill-button.small {
    min-height: 42px;
    padding-inline: 16px;
    white-space: nowrap;
}

.mini-stats {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 14px;
}

.mini-stats span {
    display: inline-flex;
    min-height: 34px;
    align-items: center;
    padding: 0 12px;
    border: 1px solid var(--line);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.72);
    color: var(--muted);
    font-size: 12px;
    font-weight: 900;
}

.showcase-scroll {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(220px, 250px);
    gap: 14px;
    overflow-x: auto;
    padding: 4px 6px 14px 2px;
    scroll-snap-type: x mandatory;
}

.collection-card,
.market-card {
    border: 2px solid var(--ink);
    border-radius: 26px;
    background: var(--solid);
    box-shadow: 5px 5px 0 var(--ink);
    overflow: hidden;
}

.collection-card {
    scroll-snap-align: start;
}

.collection-card img,
.market-card img,
.card-media {
    display: block;
    width: 100%;
    aspect-ratio: 1;
    object-fit: cover;
    background: #f3edf5;
}

.media-video {
    background: #171319;
}

.card-body {
    padding: 14px;
}

.card-body h3 {
    margin: 0 0 6px;
    font-size: 18px;
    line-height: 1.1;
}

.card-body p {
    margin: 0;
    color: var(--muted);
    font-size: 13px;
    line-height: 1.5;
    font-weight: 720;
}

.card-price {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    align-items: center;
    margin-top: 12px;
}

.card-price strong {
    color: var(--pink);
    font-size: 24px;
    line-height: 1;
}

.card-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 12px;
}

.tiny-button,
.tiny-link {
    flex: 1;
    min-height: 34px;
    border: 1px solid var(--line);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.75);
    color: var(--ink);
    cursor: pointer;
    font-size: 12px;
    font-weight: 900;
}

.tiny-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.tiny-button.danger {
    color: #b3261e;
}

.market-toolbar {
    display: grid;
    grid-template-columns: minmax(180px, 1fr) 120px 140px 140px 150px;
    gap: 10px;
    margin-bottom: 12px;
}

.market-toolbar input,
.market-toolbar select,
.form-grid input,
.form-grid select,
.form-grid textarea {
    width: 100%;
    min-height: 44px;
    padding: 0 12px;
    border: 1px solid var(--line);
    border-radius: 16px;
    background: var(--solid);
    color: var(--ink);
    font-weight: 800;
}

.form-grid textarea {
    min-height: 86px;
    padding-top: 12px;
    resize: vertical;
}

.market-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.market-card {
    cursor: pointer;
}

.community-section {
    margin-top: 18px;
}

.post-masonry {
    columns: 4 210px;
    column-gap: 14px;
}

.post-card {
    display: inline-block;
    width: 100%;
    margin: 0 0 14px;
    overflow: hidden;
    break-inside: avoid;
    border: 2px solid var(--ink);
    border-radius: 26px;
    background: var(--solid);
    box-shadow: 5px 5px 0 var(--ink);
}

.post-card .card-media {
    aspect-ratio: 4 / 5;
}

.post-body {
    display: grid;
    gap: 10px;
    padding: 14px;
}

.post-author {
    display: grid;
    grid-template-columns: 34px 1fr auto;
    gap: 8px;
    align-items: center;
}

.post-author span {
    display: grid;
    place-items: center;
    width: 34px;
    height: 34px;
    border: 2px solid var(--ink);
    border-radius: 50%;
    background: var(--pink);
    color: #fff;
    font-size: 13px;
    font-weight: 1000;
}

.post-author strong {
    min-width: 0;
    overflow: hidden;
    font-size: 13px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.post-author small {
    color: var(--muted);
    font-size: 11px;
    font-weight: 850;
}

.post-body h3 {
    margin: 0;
    font-size: 18px;
    line-height: 1.18;
}

.post-body p {
    margin: 0;
    color: var(--muted);
    font-size: 13px;
    line-height: 1.55;
    font-weight: 720;
}

.post-actions {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
}

.comment-list {
    display: grid;
    gap: 6px;
    padding-top: 2px;
}

.comment-list p {
    padding: 8px 10px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.62);
}

.comment-form {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 8px;
}

.comment-form input {
    min-width: 0;
    min-height: 38px;
    padding: 0 12px;
    border: 1px solid var(--line);
    border-radius: 999px;
    background: color-mix(in srgb, var(--surface), white 40%);
    color: var(--ink);
    font-weight: 800;
}

.comment-form button {
    min-height: 38px;
    padding: 0 12px;
    border: 1px solid var(--line);
    border-radius: 999px;
    background: var(--ink);
    color: var(--solid);
    cursor: pointer;
    font-weight: 1000;
}

.split-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.form-note {
    margin: 0;
    color: var(--muted);
    font-size: 12px;
    line-height: 1.55;
    font-weight: 720;
}

.account-card {
    display: grid;
    grid-template-columns: 58px 1fr;
    gap: 12px;
    align-items: center;
    margin-bottom: 14px;
    padding: 14px;
    border: 2px solid var(--ink);
    border-radius: 22px;
    background: linear-gradient(135deg, rgba(255, 142, 176, 0.34), rgba(125, 230, 214, 0.24));
}

.account-card > span {
    display: grid;
    place-items: center;
    width: 58px;
    height: 58px;
    border: 2px solid var(--ink);
    border-radius: 50%;
    background: var(--lemon);
    font-size: 24px;
    font-weight: 1000;
}

.account-card strong {
    display: block;
    font-size: 20px;
}

.account-card p {
    margin: 4px 0 0;
    color: var(--muted);
    font-size: 13px;
    font-weight: 760;
}

.inline-link {
    color: var(--pink);
    font-weight: 1000;
    text-decoration-thickness: 2px;
}

.empty-state {
    grid-column: 1 / -1;
    padding: 28px;
    border: 2px dashed var(--line);
    border-radius: 24px;
    color: var(--muted);
    text-align: center;
    font-weight: 850;
}

.form-dialog {
    width: min(560px, calc(100vw - 28px));
    max-height: calc(100vh - 28px);
    padding: 0;
    border: 2px solid var(--ink);
    border-radius: 30px;
    background: var(--solid);
    color: var(--ink);
    box-shadow: var(--hard-shadow), var(--shadow);
}

.form-dialog::backdrop {
    background: rgba(20, 13, 24, 0.52);
    backdrop-filter: blur(5px);
}

.form-panel {
    padding: 26px;
}

.form-panel h2 {
    margin: 0 0 16px;
    font-size: 34px;
    line-height: 1;
}

.form-grid {
    display: grid;
    gap: 12px;
}

.form-grid label {
    display: grid;
    gap: 6px;
    color: var(--muted);
    font-size: 12px;
    font-weight: 1000;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.mobile-dock {
    display: none;
}

.catalog-toolbar {
    display: grid;
    grid-template-columns: minmax(280px, 0.9fr) minmax(420px, 1.1fr);
    gap: 14px;
    align-items: center;
}

.search-field {
    display: grid;
    grid-template-columns: 32px 1fr;
    align-items: center;
    min-height: 58px;
    padding: 0 16px;
    border: 2px solid var(--ink);
    border-radius: 20px;
    background: var(--solid);
    box-shadow: 5px 5px 0 var(--ink);
}

.search-field span {
    color: var(--pink);
    font-size: 26px;
    font-weight: 1000;
}

.search-field input {
    width: 100%;
    border: 0;
    outline: 0;
    color: var(--ink);
    background: transparent;
    font-weight: 800;
}

.filter-row {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
}

.filter-row select {
    min-width: 0;
    min-height: 48px;
    padding: 0 12px;
    border: 1px solid var(--line);
    border-radius: 16px;
    background: var(--solid);
    color: var(--ink);
    font-size: 13px;
    font-weight: 850;
}

.catalog-layout {
    display: grid;
    grid-template-columns: 210px minmax(0, 1fr);
    gap: 16px;
    align-items: start;
}

.ip-rail {
    position: sticky;
    top: 106px;
    max-height: calc(100vh - 130px);
    padding: 12px;
    border: 1px solid var(--line);
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.58);
    overflow: auto;
}

.nav-title {
    margin: 8px 10px 10px;
    color: var(--muted);
    font-size: 12px;
    font-weight: 1000;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.nav-link {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    align-items: center;
    min-height: 38px;
    padding: 8px 10px;
    border-radius: 14px;
    color: var(--muted);
    text-decoration: none;
    font-size: 13px;
    font-weight: 850;
}

.nav-link:hover,
.nav-link.active {
    background: var(--ink);
    color: var(--solid);
}

.table-wrap {
    max-height: 690px;
    overflow: auto;
    border: 1px solid var(--line);
    border-radius: 26px;
    background: var(--solid);
}

.catalog-table {
    width: 100%;
    min-width: 920px;
    border-collapse: collapse;
}

.catalog-table th,
.catalog-table td {
    padding: 16px;
    border-bottom: 1px solid var(--line);
    text-align: left;
    vertical-align: top;
}

.catalog-table th {
    position: sticky;
    top: 0;
    z-index: 2;
    background: var(--solid);
    color: var(--muted);
    font-size: 12px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.catalog-table tbody tr {
    cursor: pointer;
}

.catalog-table tbody tr:hover {
    background: color-mix(in srgb, var(--pink), transparent 93%);
}

.ip-cell {
    display: grid;
    grid-template-columns: 64px minmax(0, 1fr);
    gap: 12px;
    align-items: center;
}

.ip-cell img {
    width: 64px;
    height: 64px;
    border: 2px solid var(--ink);
    border-radius: 18px;
    object-fit: cover;
    background: #f4edf3;
}

.ip-cell strong,
.ip-cell span {
    display: block;
}

.ip-cell strong {
    font-size: 16px;
}

.ip-cell span,
.muted {
    color: var(--muted);
    font-size: 13px;
    line-height: 1.45;
}

.tags {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 9px;
}

.status-pill.good {
    color: #087141;
    background: rgba(55, 213, 189, 0.22);
}

.status-pill.warn {
    color: #9a5600;
    background: rgba(255, 227, 109, 0.35);
}

.insight-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
}

.insight-card {
    padding: 24px;
}

.region-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.region-card {
    min-height: 132px;
    padding: 18px;
    border: 2px solid var(--ink);
    border-radius: 24px;
    background: var(--solid);
    box-shadow: 5px 5px 0 var(--ink);
}

.region-card strong,
.region-card span {
    display: block;
}

.region-card strong {
    font-size: 32px;
}

.region-card span {
    margin-top: 7px;
    color: var(--muted);
    font-size: 13px;
    font-weight: 850;
}

.check-list {
    display: grid;
    gap: 12px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.check-list li {
    display: grid;
    grid-template-columns: 34px 1fr;
    gap: 10px;
    align-items: start;
    padding: 14px;
    border: 1px solid var(--line);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.62);
    color: var(--muted);
    line-height: 1.55;
    font-weight: 720;
}

.check-list li span:first-child {
    display: grid;
    place-items: center;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: var(--mint);
    color: #171319;
    font-weight: 1000;
}

.detail-dialog {
    width: min(1080px, calc(100vw - 28px));
    max-height: calc(100vh - 28px);
    padding: 0;
    border: 2px solid var(--ink);
    border-radius: 34px;
    background: var(--solid);
    color: var(--ink);
    box-shadow: var(--hard-shadow), var(--shadow);
}

.detail-dialog::backdrop {
    background: rgba(20, 13, 24, 0.52);
    backdrop-filter: blur(5px);
}

.dialog-close {
    position: absolute;
    top: 16px;
    right: 16px;
    z-index: 4;
    width: 44px;
    height: 44px;
    border: 2px solid var(--ink);
    border-radius: 50%;
    background: var(--lemon);
    color: #171319;
    cursor: pointer;
    font-size: 28px;
    font-weight: 900;
}

.detail-hero {
    display: grid;
    grid-template-columns: 310px minmax(0, 1fr);
    gap: 26px;
    padding: 30px;
    border-bottom: 1px solid var(--line);
    background:
        radial-gradient(circle at 85% 16%, rgba(255, 79, 135, 0.18), transparent 32%),
        linear-gradient(135deg, rgba(255, 227, 109, 0.24), rgba(55, 213, 189, 0.14));
}

.detail-hero img {
    width: 100%;
    aspect-ratio: 1;
    border: 2px solid var(--ink);
    border-radius: 28px;
    object-fit: cover;
    background: #f4edf3;
    box-shadow: 7px 7px 0 var(--ink);
}

.detail-hero h2 {
    margin: 0 0 14px;
    font-size: clamp(40px, 5vw, 68px);
    line-height: 0.93;
    letter-spacing: -0.04em;
}

.detail-hero p {
    max-width: 680px;
    color: var(--muted);
    line-height: 1.75;
    font-weight: 680;
}

.series-list {
    display: grid;
    gap: 12px;
    padding: 22px 30px 32px;
}

.series-item {
    padding: 16px;
    border: 1px solid var(--line);
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.72);
}

.series-head {
    display: flex;
    gap: 12px;
    justify-content: space-between;
    align-items: baseline;
}

.series-head h3 {
    margin: 0;
    font-size: 18px;
}

.series-meta {
    flex: 0 0 auto;
    color: var(--muted);
    font-size: 13px;
    font-weight: 850;
}

.style-list {
    margin: 10px 0;
    color: var(--muted);
    font-size: 13px;
    line-height: 1.75;
    font-weight: 650;
}

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after {
        animation-duration: 0.001ms !important;
        scroll-behavior: auto !important;
        transition-duration: 0.001ms !important;
    }
}

@media (max-width: 1120px) {
    .site-header {
        grid-template-columns: 1fr auto;
    }

    .main-nav {
        display: none;
    }

    .hero-section,
    .catalog-toolbar,
    .playground-grid,
    .insight-grid {
        grid-template-columns: 1fr;
    }

    .toy-stage {
        min-height: 560px;
    }

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

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

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

@media (max-width: 780px) {
    .site-shell {
        padding-inline: 14px;
    }

    .site-header {
        top: 8px;
        border-radius: 22px;
    }

    .brand {
        min-width: 0;
    }

    .brand small,
    .header-actions > a.pill-button.ghost {
        display: none;
    }

    .header-actions .pill-button.ghost {
        min-height: 38px;
        padding-inline: 12px;
        font-size: 12px;
    }

    .hero-section {
        min-height: auto;
        padding-top: 34px;
    }

    .hero-copy h1 {
        font-size: 58px;
    }

    .toy-stage {
        min-height: 450px;
        border-radius: 30px;
    }

    .hero-toy-card {
        min-width: 140px;
        width: 46%;
    }

    .stage-ticket {
        width: 126px;
        min-height: 96px;
    }

    .stage-ticket strong {
        font-size: 38px;
    }

    .stats-strip,
    .featured-grid,
    .filter-row,
    .region-grid,
    .market-toolbar,
    .market-grid {
        grid-template-columns: 1fr;
    }

    .catalog-layout {
        grid-template-columns: 1fr;
    }

    .ip-rail {
        position: static;
        max-height: none;
        display: flex;
        gap: 8px;
        overflow-x: auto;
    }

    .nav-title {
        display: none;
    }

    .nav-link {
        flex: 0 0 auto;
        white-space: nowrap;
    }

    .section-title,
    .series-head,
    .detail-hero {
        grid-template-columns: 1fr;
        flex-direction: column;
        align-items: start;
    }

    .detail-hero {
        display: grid;
        padding: 20px;
    }

    .site-shell {
        padding-bottom: 96px;
    }

    .site-header {
        grid-template-columns: auto 1fr;
    }

    .header-actions {
        justify-content: end;
    }

    .hero-actions {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .hero-actions .pill-button {
        padding-inline: 12px;
    }

    .module-head {
        flex-direction: column;
    }

    .module-head .pill-button {
        width: 100%;
    }

    .showcase-scroll {
        grid-auto-columns: minmax(78vw, 1fr);
    }

    .post-masonry {
        columns: 1;
    }

    .table-wrap {
        max-height: none;
        border-radius: 22px;
    }

    .catalog-table {
        min-width: 760px;
    }

    .mobile-dock {
        position: fixed;
        left: 10px;
        right: 10px;
        bottom: 10px;
        z-index: 30;
        display: grid;
        grid-template-columns: repeat(6, 1fr);
        gap: 6px;
        padding: 8px;
        border: 1px solid var(--line);
        border-radius: 24px;
        background: color-mix(in srgb, var(--surface), transparent 3%);
        box-shadow: 0 18px 44px rgba(20, 13, 24, 0.22);
        backdrop-filter: blur(18px);
    }

    .mobile-dock a {
        display: grid;
        place-items: center;
        min-height: 40px;
        border-radius: 18px;
        color: var(--ink);
        text-decoration: none;
        font-size: 11px;
        font-weight: 1000;
    }

    .mobile-dock a:active,
    .mobile-dock a:hover {
        background: var(--ink);
        color: var(--solid);
    }
}
