:root {
    --hym-ink: #071923;
    --hym-ink-2: #0c2934;
    --hym-paper: #f1f3ef;
    --hym-white: #f8faf8;
    --hym-teal: #34c7bf;
    --hym-teal-soft: #8ce1dc;
    --hym-coral: #ef684d;
    --hym-gold: #e7b54a;
    --hym-line: rgba(7, 25, 35, .14);
    --hym-dark-line: rgba(255, 255, 255, .13);
    --hym-shadow: 0 30px 80px rgba(7, 25, 35, .12);
}

body.page.hym-framework-page .article-content > .article-header {
    display: none;
}

body.page.hym-framework-page .content-shell {
    padding-top: 112px;
}

.hym-framework-page .entry-content {
    color: var(--hym-ink);
    font-size: 16px;
    line-height: 1.65;
}

.hym-framework-page .entry-content > * + * {
    margin-top: 0;
}

.hym-shell,
.hym-single {
    color: var(--hym-ink);
    font-family: "PingFang SC", "Microsoft YaHei", "Noto Sans CJK SC", system-ui, sans-serif;
}

.hym-shell *,
.hym-single * {
    box-sizing: border-box;
}

.hym-breakout {
    width: min(1240px, calc(100vw - 64px));
    margin-left: 50%;
    transform: translateX(-50%);
}

.hym-narrow {
    max-width: 1040px;
}

.hym-kicker {
    margin: 0;
    color: var(--hym-teal);
    font-family: ui-monospace, "SFMono-Regular", Consolas, monospace;
    font-size: 11px;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: .19em;
}

.hym-button {
    display: inline-flex;
    min-height: 52px;
    align-items: center;
    justify-content: center;
    gap: 22px;
    padding: 0 25px;
    color: var(--hym-ink) !important;
    background: var(--hym-teal);
    border: 1px solid var(--hym-teal);
    border-radius: 2px;
    cursor: pointer;
    font-size: 13px;
    font-weight: 800;
    line-height: 1;
    text-decoration: none !important;
    transition: transform .25s ease, background-color .25s ease, border-color .25s ease;
}

.hym-button:hover {
    background: var(--hym-teal-soft);
    border-color: var(--hym-teal-soft);
    transform: translateY(-2px);
}

.hym-button--light {
    color: var(--hym-ink) !important;
    background: var(--hym-white);
    border-color: var(--hym-white);
}

.hym-market-hero {
    position: relative;
    display: grid;
    min-height: 520px;
    grid-template-columns: minmax(0, 1.55fr) minmax(300px, .65fr);
    gap: 100px;
    align-items: end;
    overflow: hidden;
    padding: 82px 72px 70px;
    color: var(--hym-white);
    background:
        radial-gradient(circle at 83% 12%, rgba(52, 199, 191, .26), transparent 28%),
        linear-gradient(135deg, #061821, #0a2b37 64%, #071a23);
}

.hym-market-hero::before {
    position: absolute;
    width: 270px;
    height: 270px;
    right: 16%;
    top: -140px;
    border: 1px solid rgba(140, 225, 220, .35);
    border-radius: 50%;
    content: "";
}

.hym-market-hero::after {
    position: absolute;
    width: 10px;
    height: 10px;
    right: 70px;
    top: 76px;
    background: var(--hym-coral);
    content: "";
}

.hym-market-hero > div:not(.hym-market-hero__grid) {
    position: relative;
    z-index: 2;
}

.hym-market-hero h1 {
    max-width: 800px;
    margin: 25px 0 0;
    color: var(--hym-white);
    font-size: clamp(50px, 6vw, 86px);
    font-weight: 680;
    line-height: 1.06;
    letter-spacing: -.065em;
}

.hym-market-hero__aside {
    padding-bottom: 5px;
}

.hym-market-hero__aside p {
    margin: 0 0 30px;
    color: rgba(248, 250, 248, .66);
    font-size: 15px;
    line-height: 1.9;
}

.hym-market-hero__grid {
    position: absolute;
    inset: 0;
    opacity: .35;
    background-image:
        linear-gradient(rgba(255, 255, 255, .06) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, .06) 1px, transparent 1px);
    background-size: 80px 80px;
    mask-image: linear-gradient(to right, transparent, #000 40%, #000);
    pointer-events: none;
}

.hym-market-tools {
    display: flex;
    gap: 28px;
    align-items: center;
    justify-content: space-between;
    margin: 52px 0 0;
    padding-bottom: 22px;
    border-bottom: 1px solid var(--hym-line);
}

.hym-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.hym-tabs a {
    padding: 10px 16px;
    color: #52666c;
    border: 1px solid transparent;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none !important;
}

.hym-tabs a:hover,
.hym-tabs a.is-active {
    color: var(--hym-ink);
    background: rgba(52, 199, 191, .12);
    border-color: rgba(52, 199, 191, .36);
}

.hym-search {
    display: flex;
    width: min(320px, 100%);
    height: 46px;
    background: #fff;
    border: 1px solid var(--hym-line);
}

.hym-search input {
    min-width: 0;
    flex: 1;
    padding: 0 15px;
    background: transparent;
    border: 0;
    outline: 0;
    font-size: 13px;
}

.hym-search button {
    width: 48px;
    color: var(--hym-ink);
    background: transparent;
    border: 0;
    cursor: pointer;
    font-size: 23px;
}

.hym-market-status {
    display: flex;
    justify-content: space-between;
    gap: 24px;
    margin: 16px 0 38px;
    color: #718086;
    font-family: ui-monospace, "SFMono-Regular", Consolas, monospace;
    font-size: 10px;
    letter-spacing: .08em;
}

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

.hym-card {
    min-width: 0;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 1px 0 rgba(7, 25, 35, .05);
    transition: transform .3s ease, box-shadow .3s ease;
}

.hym-card:hover {
    box-shadow: var(--hym-shadow);
    transform: translateY(-7px);
}

.hym-card__media {
    position: relative;
    display: block;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    color: var(--hym-white) !important;
    background: var(--hym-ink-2);
    text-decoration: none !important;
}

.hym-card__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .55s cubic-bezier(.2, .75, .25, 1);
}

.hym-card:hover .hym-card__media img {
    transform: scale(1.04);
}

.hym-card__media::after {
    position: absolute;
    inset: 45% 0 0;
    background: linear-gradient(transparent, rgba(4, 17, 23, .58));
    content: "";
}

.hym-card__placeholder {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 70% 28%, rgba(52, 199, 191, .35), transparent 25%),
        linear-gradient(145deg, #0c3340, #061921);
}

.hym-card--image .hym-card__placeholder {
    background:
        radial-gradient(circle at 35% 35%, rgba(239, 104, 77, .45), transparent 25%),
        linear-gradient(145deg, #223948, #081923);
}

.hym-card--prompt .hym-card__placeholder {
    background:
        radial-gradient(circle at 65% 40%, rgba(231, 181, 74, .38), transparent 24%),
        linear-gradient(145deg, #263238, #071923);
}

.hym-card__placeholder i {
    position: absolute;
    width: 38%;
    aspect-ratio: 1;
    border: 1px solid rgba(255, 255, 255, .16);
    transform: rotate(45deg);
}

.hym-card__placeholder i:nth-child(1) { left: 22%; top: 20%; }
.hym-card__placeholder i:nth-child(2) { left: 38%; top: 35%; }
.hym-card__placeholder i:nth-child(3) { left: 54%; top: 50%; }

.hym-card__type {
    position: absolute;
    z-index: 2;
    left: 20px;
    bottom: 18px;
    padding: 6px 10px;
    color: var(--hym-ink);
    background: var(--hym-teal);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .08em;
}

.hym-card__body {
    padding: 26px 26px 24px;
}

.hym-card__meta {
    display: flex;
    min-height: 18px;
    flex-wrap: wrap;
    gap: 7px 12px;
    color: #76868a;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .06em;
}

.hym-card__meta span + span::before {
    margin-right: 12px;
    color: var(--hym-teal);
    content: "/";
}

.hym-card h3 {
    margin: 13px 0 10px;
    color: var(--hym-ink);
    font-size: 23px;
    font-weight: 680;
    line-height: 1.25;
    letter-spacing: -.035em;
}

.hym-card h3 a {
    color: inherit;
    text-decoration: none !important;
}

.hym-card__body > p {
    display: -webkit-box;
    min-height: 50px;
    overflow: hidden;
    margin: 0;
    color: #607278;
    font-size: 13px;
    line-height: 1.8;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.hym-card__footer {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 16px;
    margin-top: 24px;
    padding-top: 18px;
    border-top: 1px solid var(--hym-line);
}

.hym-card__footer strong {
    font-size: 15px;
}

.hym-card__footer a {
    color: #2b5c63;
    font-size: 11px;
    font-weight: 800;
    text-decoration: none !important;
}

.hym-empty,
.hym-login-gate {
    padding: 84px 70px;
    text-align: center;
    background: rgba(255, 255, 255, .56);
    border: 1px solid var(--hym-line);
}

.hym-empty > span,
.hym-login-gate > span {
    color: #849196;
    font-family: ui-monospace, Consolas, monospace;
    font-size: 10px;
    letter-spacing: .16em;
}

.hym-empty h2,
.hym-login-gate h2 {
    margin: 18px 0 12px;
    font-size: clamp(30px, 4vw, 52px);
    line-height: 1.15;
    letter-spacing: -.05em;
}

.hym-empty h3 {
    margin: 0 0 10px;
    font-size: 26px;
}

.hym-empty p,
.hym-login-gate p {
    max-width: 590px;
    margin: 0 auto 28px;
    color: #65767b;
}

.hym-empty--compact {
    padding: 60px 30px;
}

.hym-pagination {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 54px;
}

.hym-pagination .page-numbers {
    display: inline-flex;
    width: 42px;
    height: 42px;
    align-items: center;
    justify-content: center;
    color: var(--hym-ink);
    border: 1px solid var(--hym-line);
    text-decoration: none !important;
}

.hym-pagination .current,
.hym-pagination a:hover {
    background: var(--hym-teal);
    border-color: var(--hym-teal);
}

.hym-page-intro {
    display: grid;
    grid-template-columns: 1.4fr .7fr;
    gap: 50px 80px;
    align-items: end;
    margin: 35px 0 62px;
    padding-bottom: 38px;
    border-bottom: 1px solid var(--hym-line);
}

.hym-page-intro .hym-kicker {
    grid-column: 1 / -1;
    margin-bottom: -22px;
}

.hym-page-intro h1 {
    margin: 0;
    font-size: clamp(48px, 6vw, 78px);
    font-weight: 680;
    line-height: 1.05;
    letter-spacing: -.06em;
}

.hym-page-intro > p:last-child {
    margin: 0;
    color: #617379;
    line-height: 1.9;
}

.hym-notice {
    margin: 0 0 28px;
    padding: 28px 30px;
    background: rgba(52, 199, 191, .08);
    border-left: 3px solid var(--hym-teal);
}

.hym-notice--success { background: rgba(52, 199, 191, .12); }
.hym-notice--warning { background: rgba(231, 181, 74, .13); border-left-color: var(--hym-gold); }

.hym-notice strong {
    display: block;
    margin-bottom: 4px;
    font-size: 20px;
}

.hym-notice p {
    margin: 0;
    color: #52666c;
}

.hym-notice a {
    display: inline-block;
    margin-top: 12px;
    color: #087f79 !important;
    font-weight: 800;
}

.hym-form {
    padding: 44px;
    background: #fff;
    box-shadow: 0 16px 55px rgba(7, 25, 35, .07);
}

.hym-form__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
}

.hym-form label,
.hym-form fieldset {
    min-width: 0;
    margin: 0;
    padding: 0;
    border: 0;
}

.hym-form label > span,
.hym-form legend {
    display: block;
    margin-bottom: 8px;
    color: #30464d;
    font-size: 12px;
    font-weight: 800;
}

.hym-form input[type="text"],
.hym-form input[type="url"],
.hym-form input[type="number"],
.hym-form input[type="search"],
.hym-form input[type="file"],
.hym-form select,
.hym-form textarea {
    width: 100%;
    min-height: 50px;
    padding: 12px 14px;
    color: var(--hym-ink);
    background: #f7f8f5;
    border: 1px solid rgba(7, 25, 35, .16);
    border-radius: 0;
    outline: none;
    font-size: 14px;
    transition: background-color .2s ease, border-color .2s ease;
}

.hym-form textarea {
    resize: vertical;
    line-height: 1.75;
}

.hym-form input:focus,
.hym-form select:focus,
.hym-form textarea:focus {
    background: #fff;
    border-color: var(--hym-teal);
}

.hym-form label small {
    display: block;
    margin-top: 6px;
    color: #78888d;
    font-size: 10px;
}

.hym-form__wide {
    grid-column: 1 / -1;
}

.hym-check {
    display: flex;
    gap: 10px;
    align-items: flex-start;
}

.hym-check input {
    margin-top: 4px;
}

.hym-check > span {
    margin: 0 !important;
    font-weight: 500 !important;
    line-height: 1.6;
}

.hym-form > .hym-button {
    margin-top: 32px;
}

.hym-form-section + .hym-form-section {
    margin-top: 50px;
    padding-top: 44px;
    border-top: 1px solid var(--hym-line);
}

.hym-form-section__head {
    display: flex;
    gap: 20px;
    align-items: flex-start;
    margin-bottom: 28px;
}

.hym-form-section__head > span {
    display: inline-flex;
    width: 34px;
    height: 34px;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    color: var(--hym-ink);
    background: var(--hym-teal);
    font-family: ui-monospace, Consolas, monospace;
    font-size: 10px;
    font-weight: 800;
}

.hym-form-section__head h2 {
    margin: 0;
    font-size: 25px;
    line-height: 1.2;
    letter-spacing: -.035em;
}

.hym-form-section__head p {
    margin: 5px 0 0;
    color: #718187;
    font-size: 12px;
}

.hym-type-picker {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
}

.hym-type-picker input,
.hym-license-picker input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.hym-type-picker label > span {
    display: flex;
    min-height: 92px;
    align-items: center;
    gap: 15px;
    margin: 0;
    padding: 18px;
    background: #f6f7f4;
    border: 1px solid var(--hym-line);
    cursor: pointer;
}

.hym-type-picker i {
    display: inline-flex;
    width: 38px;
    height: 38px;
    align-items: center;
    justify-content: center;
    color: #607278;
    border: 1px solid rgba(7, 25, 35, .18);
    font-family: ui-monospace, Consolas, monospace;
    font-size: 9px;
    font-style: normal;
}

.hym-type-picker strong {
    font-size: 15px;
}

.hym-type-picker input:checked + span {
    background: rgba(52, 199, 191, .11);
    border-color: var(--hym-teal);
}

.hym-type-picker input:checked + span i {
    color: var(--hym-ink);
    background: var(--hym-teal);
    border-color: var(--hym-teal);
}

.hym-type-fields[hidden] {
    display: none;
}

.hym-license-picker {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}

.hym-license-picker label > span {
    margin: 0;
    padding: 14px 16px;
    text-align: center;
    background: #f7f8f5;
    border: 1px solid var(--hym-line);
    cursor: pointer;
}

.hym-license-picker input:checked + span {
    color: var(--hym-ink);
    background: var(--hym-teal);
    border-color: var(--hym-teal);
}

.hym-form-submit {
    display: flex;
    gap: 30px;
    align-items: center;
    justify-content: space-between;
    margin: 50px -44px -44px;
    padding: 28px 44px;
    color: var(--hym-white);
    background: var(--hym-ink);
}

.hym-form-submit p {
    max-width: 530px;
    margin: 0;
    color: rgba(248, 250, 248, .6);
    font-size: 11px;
}

.hym-dashboard-stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin-bottom: 34px;
    background: var(--hym-ink);
}

.hym-dashboard-stats > * {
    display: flex;
    min-height: 140px;
    flex-direction: column;
    justify-content: space-between;
    padding: 27px;
    color: var(--hym-white) !important;
    border-right: 1px solid var(--hym-dark-line);
    text-decoration: none !important;
}

.hym-dashboard-stats > *:last-child {
    color: var(--hym-ink) !important;
    background: var(--hym-teal);
    border-right: 0;
}

.hym-dashboard-stats strong {
    font-size: 38px;
    font-weight: 620;
    line-height: 1;
}

.hym-dashboard-stats span {
    color: rgba(248, 250, 248, .56);
    font-size: 11px;
    font-weight: 700;
}

.hym-dashboard-stats > *:last-child span {
    color: rgba(7, 25, 35, .7);
}

.hym-dashboard-panel {
    background: #fff;
}

.hym-dashboard-panel__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 26px 30px;
    border-bottom: 1px solid var(--hym-line);
}

.hym-dashboard-panel__head h2 {
    margin: 0;
    font-size: 22px;
}

.hym-dashboard-panel__head span {
    color: #77888d;
    font-size: 10px;
}

.hym-asset-row {
    display: grid;
    grid-template-columns: 58px minmax(220px, 1fr) 90px 100px 55px;
    gap: 18px;
    align-items: center;
    padding: 18px 30px;
    border-bottom: 1px solid var(--hym-line);
}

.hym-asset-row__thumb {
    display: flex;
    width: 58px;
    height: 46px;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    color: var(--hym-teal);
    background: var(--hym-ink);
    font-size: 10px;
    font-weight: 800;
}

.hym-asset-row__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hym-asset-row__title small,
.hym-asset-row__title strong {
    display: block;
}

.hym-asset-row__title small {
    color: #809095;
    font-size: 9px;
}

.hym-asset-row__title strong {
    margin-top: 2px;
    font-size: 14px;
}

.hym-status {
    justify-self: start;
    padding: 5px 8px;
    color: #617379;
    background: #eef0ec;
    font-size: 9px;
    font-weight: 800;
}

.hym-status--publish { color: #075c58; background: rgba(52, 199, 191, .15); }
.hym-status--pending { color: #825a06; background: rgba(231, 181, 74, .18); }

.hym-asset-row time,
.hym-asset-row > a {
    color: #7a898e;
    font-size: 10px;
}

.hym-asset-row > a {
    color: #087f79 !important;
    font-weight: 800;
    text-decoration: none !important;
}

/* Asset detail */
.hym-single {
    min-height: 80svh;
    background: var(--hym-paper);
}

.hym-single-hero {
    padding: 155px 0 82px;
    color: var(--hym-white);
    background:
        radial-gradient(circle at 84% 20%, rgba(52, 199, 191, .22), transparent 28%),
        linear-gradient(135deg, #06171f, #0a2b37);
}

.hym-single-hero__inner,
.hym-single-layout {
    width: min(1240px, calc(100% - 64px));
    margin-inline: auto;
}

.hym-single-back {
    display: inline-block;
    margin-bottom: 62px;
    color: rgba(248, 250, 248, .6) !important;
    font-size: 11px;
    font-weight: 700;
    text-decoration: none !important;
}

.hym-single-hero__content {
    display: grid;
    grid-template-columns: minmax(0, 1.45fr) minmax(250px, .45fr);
    gap: 90px;
    align-items: end;
}

.hym-single-hero h1 {
    max-width: 900px;
    margin: 22px 0 24px;
    color: var(--hym-white);
    font-size: clamp(50px, 6.5vw, 90px);
    font-weight: 670;
    line-height: 1.04;
    letter-spacing: -.065em;
}

.hym-single-hero__lead {
    max-width: 720px;
    margin: 0;
    color: rgba(248, 250, 248, .64);
    font-size: 16px;
    line-height: 1.85;
}

.hym-single-hero__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 28px;
}

.hym-single-hero__tags span {
    padding: 6px 10px;
    color: rgba(248, 250, 248, .74);
    border: 1px solid var(--hym-dark-line);
    font-size: 9px;
    font-weight: 700;
}

.hym-single-hero__price {
    padding-left: 26px;
    border-left: 1px solid var(--hym-dark-line);
}

.hym-single-hero__price small,
.hym-single-hero__price strong,
.hym-single-hero__price span {
    display: block;
}

.hym-single-hero__price small {
    color: rgba(248, 250, 248, .5);
    font-size: 10px;
}

.hym-single-hero__price strong {
    margin: 9px 0;
    color: var(--hym-teal);
    font-size: 27px;
}

.hym-single-hero__price span {
    color: rgba(248, 250, 248, .42);
    font-size: 9px;
}

.hym-single-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 340px;
    gap: 70px;
    padding: 72px 0 120px;
}

.hym-single-preview {
    position: relative;
    margin: 0;
    background: var(--hym-ink);
}

.hym-single-preview img {
    width: 100%;
    max-height: 760px;
    object-fit: contain;
}

.hym-single-preview figcaption {
    position: absolute;
    right: 16px;
    bottom: 14px;
    padding: 5px 8px;
    color: rgba(248, 250, 248, .7);
    background: rgba(7, 25, 35, .8);
    font-family: ui-monospace, Consolas, monospace;
    font-size: 8px;
    letter-spacing: .12em;
}

.hym-single-placeholder {
    position: relative;
    display: flex;
    min-height: 520px;
    flex-direction: column;
    justify-content: flex-end;
    overflow: hidden;
    padding: 48px;
    background:
        radial-gradient(circle at 68% 32%, rgba(52, 199, 191, .36), transparent 25%),
        linear-gradient(145deg, #0a3340, #061820);
}

.hym-single-placeholder span,
.hym-single-placeholder strong {
    position: relative;
    z-index: 1;
    color: var(--hym-white);
}

.hym-single-placeholder span {
    font-family: ui-monospace, Consolas, monospace;
    font-size: 11px;
    letter-spacing: .2em;
}

.hym-single-placeholder strong {
    margin-top: 8px;
    font-size: clamp(54px, 10vw, 110px);
    line-height: .9;
    letter-spacing: -.07em;
}

.hym-single-placeholder i {
    position: absolute;
    width: 400px;
    height: 400px;
    right: -100px;
    top: -120px;
    border: 1px solid rgba(255, 255, 255, .13);
    border-radius: 50%;
}

.hym-preview-note {
    display: flex;
    gap: 35px;
    margin-top: 1px;
    padding: 22px 25px;
    background: #e6e9e4;
}

.hym-preview-note strong {
    flex: 0 0 auto;
    font-size: 11px;
}

.hym-preview-note p {
    margin: 0;
    color: #5f7075;
    font-size: 11px;
}

.hym-single-content {
    margin-top: 68px;
}

.hym-single-content h2,
.hym-rights-box h2,
.hym-aside-card h2,
.hym-trade-card h2 {
    margin: 15px 0 24px;
    color: var(--hym-ink);
    font-size: 34px;
    line-height: 1.18;
    letter-spacing: -.045em;
}

.hym-prose {
    color: #354b52;
    font-size: 16px;
    line-height: 2;
}

.hym-prose > * + * {
    margin-top: 1.3em;
}

.hym-rights-box {
    display: flex;
    gap: 22px;
    margin-top: 55px;
    padding: 30px;
    background: rgba(52, 199, 191, .09);
    border-left: 3px solid var(--hym-teal);
}

.hym-rights-box > span {
    display: inline-flex;
    width: 30px;
    height: 30px;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    color: var(--hym-ink);
    background: var(--hym-teal);
    border-radius: 50%;
    font-size: 13px;
    font-weight: 800;
}

.hym-rights-box h2 {
    margin: 0 0 8px;
    font-size: 20px;
}

.hym-rights-box p {
    margin: 0;
    color: #50656b;
    font-size: 12px;
}

.hym-single-aside {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.hym-aside-card,
.hym-trade-card {
    padding: 30px;
    background: #fff;
}

.hym-aside-card h2,
.hym-trade-card h2 {
    font-size: 25px;
}

.hym-aside-card dl {
    margin: 22px 0 0;
}

.hym-aside-card dl > div {
    display: flex;
    gap: 20px;
    justify-content: space-between;
    padding: 13px 0;
    border-bottom: 1px solid var(--hym-line);
}

.hym-aside-card dt {
    color: #78888d;
    font-size: 10px;
}

.hym-aside-card dd {
    margin: 0;
    text-align: right;
    font-size: 11px;
    font-weight: 700;
}

.hym-license-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.hym-license-list span {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 14px;
    background: #f3f5f1;
    font-size: 11px;
    font-weight: 700;
}

.hym-license-list i {
    color: #718187;
    font-size: 9px;
    font-style: normal;
    font-weight: 500;
}

.hym-trade-card {
    color: var(--hym-white);
    background:
        radial-gradient(circle at 90% 5%, rgba(52, 199, 191, .33), transparent 35%),
        var(--hym-ink);
}

.hym-trade-card > span {
    color: var(--hym-teal);
    font-family: ui-monospace, Consolas, monospace;
    font-size: 9px;
    letter-spacing: .15em;
}

.hym-trade-card h2 {
    color: var(--hym-white);
}

.hym-trade-card p {
    margin: 0 0 23px;
    color: rgba(248, 250, 248, .58);
    font-size: 12px;
}

@media (max-width: 980px) {
    .hym-market-hero {
        grid-template-columns: 1fr;
        gap: 40px;
        align-items: end;
    }

    .hym-market-hero__aside {
        max-width: 620px;
    }

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

    .hym-page-intro {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .hym-page-intro .hym-kicker {
        margin-bottom: 0;
    }

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

    .hym-single-aside {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }

    .hym-trade-card {
        grid-column: 1 / -1;
    }
}

@media (max-width: 720px) {
    body.page.hym-framework-page .content-shell {
        padding-top: 92px;
    }

    .hym-breakout,
    .hym-single-hero__inner,
    .hym-single-layout {
        width: min(100% - 32px, 1240px);
    }

    .hym-market-hero {
        min-height: 540px;
        padding: 52px 28px 38px;
    }

    .hym-market-hero h1 {
        font-size: 50px;
    }

    .hym-market-tools {
        align-items: stretch;
        flex-direction: column;
    }

    .hym-search {
        width: 100%;
    }

    .hym-market-status {
        flex-direction: column;
        gap: 5px;
    }

    .hym-card-grid {
        grid-template-columns: 1fr;
    }

    .hym-page-intro {
        margin-top: 15px;
    }

    .hym-page-intro h1 {
        font-size: 48px;
    }

    .hym-form {
        padding: 26px 20px;
    }

    .hym-form__grid,
    .hym-type-picker,
    .hym-license-picker {
        grid-template-columns: 1fr;
    }

    .hym-form__wide {
        grid-column: auto;
    }

    .hym-form-submit {
        align-items: stretch;
        flex-direction: column;
        margin: 42px -20px -26px;
        padding: 26px 20px;
    }

    .hym-dashboard-stats {
        grid-template-columns: repeat(2, 1fr);
    }

    .hym-dashboard-stats > * {
        min-height: 115px;
        border-bottom: 1px solid var(--hym-dark-line);
    }

    .hym-asset-row {
        grid-template-columns: 52px minmax(0, 1fr) auto;
        gap: 12px;
        padding: 16px;
    }

    .hym-asset-row__thumb { width: 52px; }
    .hym-asset-row time { display: none; }
    .hym-asset-row > a { grid-column: 2; }
    .hym-status { grid-row: 1; grid-column: 3; }

    .hym-single-hero {
        padding: 125px 0 55px;
    }

    .hym-single-back {
        margin-bottom: 42px;
    }

    .hym-single-hero__content {
        grid-template-columns: 1fr;
        gap: 38px;
    }

    .hym-single-hero h1 {
        font-size: 50px;
    }

    .hym-single-hero__price {
        padding: 20px 0 0;
        border-top: 1px solid var(--hym-dark-line);
        border-left: 0;
    }

    .hym-single-layout {
        gap: 42px;
        padding: 42px 0 80px;
    }

    .hym-single-placeholder {
        min-height: 390px;
        padding: 28px;
    }

    .hym-single-aside {
        display: flex;
    }

    .hym-empty,
    .hym-login-gate {
        padding: 56px 24px;
    }
}

