@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+KR:wght@400;500;600;700;800&display=swap");
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/variable/pretendardvariable-dynamic-subset.css");

@font-face {
    font-family: "NeoDunggeunmo";
    src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.3/NeoDunggeunmo.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

.ra-shell,
.ra-shell * {
    box-sizing: border-box;
    letter-spacing: 0;
}

.ra-shell {
    --ra-ink: #23232b;
    --ra-ink-2: #34323d;
    --ra-ink-3: #4c4a56;
    --ra-paper: #ebe8df;
    --ra-paper-2: #d8d3c8;
    --ra-shell: #f4f1e9;
    --ra-shell-dark: #b9b2a7;
    --ra-line: rgba(35, 35, 43, 0.16);
    --ra-muted: #77746d;
    --ra-hot: #d94f56;
    --ra-green: #4ea67c;
    --ra-blue: #4b80c0;
    --ra-violet: #5b4b9a;
    --ra-lavender: #b9a7e2;
    --ra-yellow: #e8b84b;
    --ra-radius: 8px;
    --ra-content-width: 1000px;
    --ra-wing-width: 180px;
    --ra-container: var(--ra-content-width);
    --ra-content-gap: 24px;
    --ra-font-body: Pretendard, -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans KR", sans-serif;
    --ra-font-ui: "IBM Plex Sans KR", Pretendard, -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans KR", sans-serif;
    --ra-font-pixel: "NeoDunggeunmo", "IBM Plex Sans KR", Pretendard, -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans KR", sans-serif;
    min-height: 100vh;
    margin: 0;
    color: var(--ra-ink);
    background:
        linear-gradient(90deg, rgba(35, 35, 43, 0.035) 1px, transparent 1px),
        linear-gradient(0deg, rgba(35, 35, 43, 0.03) 1px, transparent 1px),
        linear-gradient(180deg, var(--ra-shell) 0, var(--ra-paper) 360px, #f8f6f0 100%);
    background-size: 28px 28px;
    font-family: var(--ra-font-body);
    line-height: 1.55;
}

.ra-shell.ra-density-compact {
    --ra-content-gap: 18px;
}

.ra-shell.ra-density-wide {
    --ra-content-gap: 32px;
}

.ra-shell a {
    color: inherit;
    text-decoration: none;
}

.ra-shell img {
    max-width: 100%;
}

.ra-topline,
.ra-brand__mark,
.ra-brand__copy strong,
.ra-kicker,
.ra-hero h1,
.ra-button,
.ra-hero-art__overlay,
.ra-footer__brand strong {
    font-family: var(--ra-font-pixel);
}

.ra-nav a,
.ra-member__links a,
.ra-mobile-member__links a,
.ra-section-head h2,
.ra-archive-deck__head h2,
.ra-archive-panel__head h3,
.ra-rank-list a,
.ra-market-mini a,
.ra-price-log,
.ra-guide-path a,
.ra-page__head h1 {
    font-family: var(--ra-font-ui);
}

.ra-container {
    width: min(var(--ra-container), calc(100% - 40px));
    margin: 0 auto;
}

.ra-container--board {
    width: min(var(--ra-content-width), calc(100% - 24px));
}

.ra-topline .ra-container,
.ra-header .ra-container {
    width: min(1440px, calc(100% - 48px));
}

.ra-skip {
    position: fixed;
    z-index: 10000;
    top: 10px;
    left: 10px;
    transform: translateY(-160%);
    padding: 10px 14px;
    border-radius: var(--ra-radius);
    color: #fff;
    background: var(--ra-ink);
    transition: transform 0.2s ease;
}

.ra-skip:focus {
    transform: translateY(0);
}

.ra-topline {
    color: #f7f4ec;
    background:
        linear-gradient(90deg, rgba(185, 167, 226, 0.16) 1px, transparent 1px),
        var(--ra-ink);
    background-size: 18px 18px;
    border-bottom: 3px solid var(--ra-shell-dark);
}

.ra-topline__inner {
    min-height: 38px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    font-size: 13px;
}

.ra-topline__signal {
    width: 28px;
    height: 8px;
    flex: 0 0 auto;
    border-radius: 2px;
    background:
        linear-gradient(
            90deg,
            var(--ra-hot) 0 8px,
            transparent 8px 10px,
            var(--ra-yellow) 10px 18px,
            transparent 18px 20px,
            var(--ra-green) 20px 28px
        );
}

.ra-topline__inner > span:nth-child(2) {
    flex: 1 1 auto;
    min-width: 0;
}

.ra-topline__links {
    display: flex;
    gap: 12px;
    color: rgba(249, 251, 244, 0.74);
    white-space: nowrap;
}

.ra-header {
    position: sticky;
    z-index: 1000;
    top: 0;
    overflow: visible;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.7), rgba(244, 241, 233, 0.94)),
        var(--ra-shell);
    border-bottom: 4px solid var(--ra-shell-dark);
    box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(14px);
}

.ra-header.is-scrolled {
    box-shadow: 0 12px 32px rgba(35, 35, 43, 0.12), inset 0 -1px 0 rgba(255, 255, 255, 0.82);
}

.ra-header__inner {
    min-height: 74px;
    display: grid;
    grid-template-columns: minmax(280px, 360px) minmax(0, 1fr) minmax(220px, 340px);
    align-items: center;
    gap: clamp(12px, 1.7vw, 24px);
}

.ra-brand {
    display: flex;
    align-items: center;
    gap: 8px;
    min-width: 0;
}

.ra-brand__mark {
    width: 46px;
    height: 46px;
    flex: 0 0 auto;
    display: grid;
    place-items: center;
    border: 2px solid var(--ra-ink);
    border-radius: var(--ra-radius);
    color: var(--ra-paper);
    background:
        linear-gradient(135deg, var(--ra-violet) 0 49%, var(--ra-yellow) 50% 100%);
    box-shadow: 4px 4px 0 var(--ra-ink);
    font-weight: 900;
    font-size: 15px;
}

.ra-brand__image {
    width: auto;
    max-width: 150px;
    max-height: 48px;
    object-fit: contain;
}

.ra-brand__copy {
    min-width: 0;
    display: grid;
    gap: 1px;
    transform: translateY(3px);
}

.ra-brand__image + .ra-brand__copy {
    transform: translate(-3px, 3px);
}

.ra-brand__copy strong {
    color: var(--ra-ink);
    font-size: 21px;
    font-weight: 900;
    line-height: 1.05;
    word-break: keep-all;
}

.ra-brand__copy small {
    overflow: hidden;
    color: var(--ra-muted);
    font-size: 12px;
    font-weight: 600;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ra-nav {
    justify-self: center;
    min-width: 0;
    max-width: 100%;
}

.ra-nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.ra-nav > ul {
    display: flex;
    align-items: center;
    gap: 4px;
}

.ra-nav > ul > li {
    position: relative;
}

.ra-sub-toggle {
    display: none;
}

.ra-nav a {
    display: flex;
    align-items: center;
    min-height: 36px;
    padding: 0 10px;
    border: 1px solid transparent;
    border-radius: var(--ra-radius);
    color: var(--ra-ink-2);
    font-size: 14px;
    font-weight: 900;
    white-space: nowrap;
    transition: color 0.16s ease, background 0.16s ease, border-color 0.16s ease, transform 0.16s ease;
}

.ra-nav > ul > li > a:hover,
.ra-nav > ul > li.is-active > a {
    color: #fff;
    border-color: var(--ra-violet);
    background: var(--ra-violet);
    box-shadow: inset 0 -4px 0 var(--ra-lavender);
}

.ra-nav > ul > li > a:hover {
    transform: translateY(-1px);
}

.ra-nav__sub {
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    min-width: 190px;
    padding: 8px !important;
    border: 1px solid var(--ra-line);
    border-radius: var(--ra-radius);
    background: #fff;
    box-shadow: 0 18px 44px rgba(21, 23, 28, 0.14);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-5px);
    transition: opacity 0.16s ease, transform 0.16s ease, visibility 0.16s ease;
}

.ra-nav li:hover > .ra-nav__sub,
.ra-nav li:focus-within > .ra-nav__sub {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.ra-nav__sub a {
    justify-content: flex-start;
    min-height: 36px;
    padding: 0 10px;
    font-size: 13px;
}

.ra-member {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 12px;
    min-width: 0;
}

.ra-member--search {
    justify-self: end;
    width: min(340px, 100%);
}

.ra-search {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    height: 40px;
    border: 1px solid var(--ra-line);
    border-radius: var(--ra-radius);
    background: rgba(255, 255, 255, 0.68);
    box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.82);
}

.ra-search label {
    position: absolute;
    overflow: hidden;
    width: 1px;
    height: 1px;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
}

.ra-search input {
    width: 100%;
    height: 100%;
    min-width: 0;
    padding: 0 40px 0 12px;
    border: 0;
    color: var(--ra-ink);
    background: transparent;
    font: inherit;
    font-size: 13px;
    outline: 0;
}

.ra-search button {
    position: absolute;
    right: 4px;
    width: 32px;
    height: 32px;
    border: 0;
    border-radius: 6px;
    color: var(--ra-paper);
    background: var(--ra-violet);
    cursor: pointer;
}

.ra-member__links {
    display: flex;
    align-items: center;
    gap: 4px;
    min-width: 0;
}

.ra-member__links a {
    min-height: 34px;
    display: inline-flex;
    align-items: center;
    padding: 0 8px;
    border: 1px solid transparent;
    border-radius: var(--ra-radius);
    color: var(--ra-ink-2);
    font-size: 13px;
    font-weight: 900;
    white-space: nowrap;
}

.ra-member__links a:hover {
    border-color: var(--ra-line);
    background: #fff;
}

.ra-userbar {
    padding: 0 0 10px;
}

.ra-userbar__track {
    min-height: 34px;
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 5px 8px 5px 12px;
    border: 1px solid rgba(35, 35, 43, 0.12);
    border-radius: var(--ra-radius);
    background:
        linear-gradient(90deg, rgba(232, 184, 75, 0.12) 1px, transparent 1px),
        linear-gradient(0deg, rgba(35, 35, 43, 0.035) 1px, transparent 1px),
        rgba(255, 253, 247, 0.72);
    background-size: 18px 18px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.76);
}

.ra-userbar__label,
.ra-userbar__point span,
.ra-mobile-point span {
    font-family: var(--ra-font-pixel);
    color: var(--ra-violet);
    font-size: 10px;
    font-weight: 400;
}

.ra-userbar__spacer {
    flex: 1 1 auto;
    min-width: 12px;
}

.ra-userbar .ra-auth-link {
    min-height: 26px;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 0 8px;
    border: 1px solid transparent;
    border-radius: 7px;
    color: var(--ra-ink-2);
    font-family: var(--ra-font-ui);
    font-size: 12px;
    font-weight: 900;
    white-space: nowrap;
}

.ra-userbar .ra-auth-link:hover {
    border-color: var(--ra-line);
    background: #fff;
}

.ra-userbar .ra-auth-icon {
    width: 16px;
    height: 16px;
    flex-basis: 16px;
}

.ra-userbar .ra-auth-icon svg {
    width: 15px;
    height: 15px;
}

.ra-userbar__point,
.ra-mobile-point {
    min-height: 26px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 0 8px;
    border: 1px solid rgba(91, 75, 154, 0.18);
    border-radius: 7px;
    background: rgba(91, 75, 154, 0.08);
    white-space: nowrap;
}

.ra-userbar__point strong,
.ra-mobile-point strong {
    color: var(--ra-ink);
    font-family: var(--ra-font-ui);
    font-size: 12px;
    font-weight: 950;
}

.ra-userbar .ra-social-login a {
    width: 26px;
    min-width: 26px;
    height: 26px;
    min-height: 26px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 1px solid var(--ra-line);
    border-radius: 7px;
    font-family: "NeoDunggeunmo", "IBM Plex Sans KR", sans-serif;
    font-size: 11px;
    line-height: 1;
    box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.1);
}

.ra-userbar .ra-social-login__naver {
    color: #fff;
    background: #03c75a;
}

.ra-userbar .ra-social-login__kakao {
    color: #231815;
    background: #fee500;
}

.ra-userbar .ra-social-login__google {
    color: #fff;
    background:
        linear-gradient(90deg, #4285f4 0 25%, #ea4335 25% 50%, #fbbc05 50% 75%, #34a853 75% 100%);
}

.ra-auth-link {
    gap: 5px;
}

.ra-auth-icon {
    width: 18px;
    height: 18px;
    display: inline-grid;
    place-items: center;
    flex: 0 0 18px;
}

.ra-auth-icon svg {
    width: 17px;
    height: 17px;
    display: block;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.ra-auth-link--login .ra-auth-icon,
.ra-auth-link--join .ra-auth-icon {
    color: var(--ra-violet);
}

.ra-auth-link--logout .ra-auth-icon {
    color: #d94f56;
}

.ra-auth-link--admin .ra-auth-icon {
    color: var(--ra-green);
}

.ra-social-login {
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

.ra-member__links .ra-social-login a,
.ra-mobile-member__links .ra-social-login a {
    width: 28px;
    min-width: 28px;
    height: 28px;
    min-height: 28px;
    justify-content: center;
    padding: 0;
    border: 1px solid var(--ra-line);
    border-radius: 7px;
    font-family: "NeoDunggeunmo", "IBM Plex Sans KR", sans-serif;
    font-size: 12px;
    line-height: 1;
    box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.1);
}

.ra-member__links .ra-social-login a span,
.ra-mobile-member__links .ra-social-login a span {
    display: inline;
}

.ra-member__links .ra-social-login__naver,
.ra-mobile-member__links .ra-social-login__naver {
    color: #fff;
    background: #03c75a;
}

.ra-member__links .ra-social-login__kakao,
.ra-mobile-member__links .ra-social-login__kakao {
    color: #231815;
    background: #fee500;
}

.ra-member__links .ra-social-login__google,
.ra-mobile-member__links .ra-social-login__google {
    color: #fff;
    background:
        linear-gradient(90deg, #4285f4 0 25%, #ea4335 25% 50%, #fbbc05 50% 75%, #34a853 75% 100%);
}

.ra-mobile-member {
    display: none;
}

.ra-nav-toggle {
    display: none;
    width: 44px;
    height: 44px;
    padding: 0;
    border: 1px solid var(--ra-line);
    border-radius: var(--ra-radius);
    background: var(--ra-shell);
    box-shadow: inset 0 -3px 0 var(--ra-shell-dark);
    cursor: pointer;
}

.ra-nav-toggle span {
    display: block;
    width: 20px;
    height: 2px;
    margin: 4px auto;
    border-radius: 2px;
    background: var(--ra-ink);
    transition: transform 0.16s ease, opacity 0.16s ease;
}

.ra-nav-toggle.is-open span:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
}

.ra-nav-toggle.is-open span:nth-child(2) {
    opacity: 0;
}

.ra-nav-toggle.is-open span:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
}

.ra-main {
    overflow: hidden;
}

.ra-hero {
    position: relative;
    color: var(--ra-paper);
    padding: 18px 0 22px;
    background:
        linear-gradient(90deg, rgba(35, 35, 43, 0.035) 1px, transparent 1px),
        linear-gradient(0deg, rgba(35, 35, 43, 0.03) 1px, transparent 1px),
        var(--ra-paper);
    background-size: 28px 28px;
}

.ra-hero::after {
    display: none;
}

.ra-hero__inner {
    position: relative;
    z-index: 1;
    min-height: 240px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(240px, 320px);
    align-items: center;
    gap: clamp(18px, 3vw, 30px);
    padding: 22px 26px;
    border: 1px solid rgba(247, 248, 245, 0.16);
    border-radius: var(--ra-radius);
    background:
        linear-gradient(90deg, rgba(232, 184, 75, 0.13) 1px, transparent 1px),
        linear-gradient(0deg, rgba(232, 184, 75, 0.09) 1px, transparent 1px),
        linear-gradient(135deg, rgba(91, 75, 154, 0.72) 0 18%, rgba(185, 167, 226, 0.24) 18% 30%, transparent 30% 100%),
        linear-gradient(180deg, #20202a 0, #15151d 100%);
    background-size: 28px 28px, 28px 28px, auto, auto;
    box-shadow: 0 16px 46px rgba(21, 23, 28, 0.13);
    overflow: hidden;
}

.ra-kicker {
    margin: 0 0 12px;
    color: var(--ra-yellow);
    font-size: 12px;
    font-weight: 900;
}

.ra-hero h1 {
    max-width: 500px;
    margin: 0;
    font-size: clamp(24px, 3.2vw, 34px);
    font-weight: 400;
    line-height: 1.16;
    overflow-wrap: normal;
    text-wrap: balance;
    word-break: keep-all;
}

.ra-hero__lead {
    max-width: 520px;
    margin: 10px 0 0;
    color: rgba(247, 248, 245, 0.8);
    font-size: 13px;
    overflow-wrap: normal;
    word-break: keep-all;
}

.ra-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 14px;
}

.ra-button {
    min-height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 12px;
    border-radius: var(--ra-radius);
    border: 2px solid transparent;
    font-weight: 400;
}

.ra-button--primary {
    color: var(--ra-ink);
    background: var(--ra-yellow);
    box-shadow: 4px 4px 0 rgba(185, 167, 226, 0.32);
}

.ra-button--ghost {
    color: var(--ra-paper);
    border-color: rgba(247, 248, 245, 0.32);
    background: rgba(255, 255, 255, 0.08);
}

.ra-hero__metrics {
    display: none;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    max-width: 540px;
    margin: 18px 0 0;
}

.ra-hero__metrics div {
    min-width: 0;
    padding: 10px;
    border: 1px solid rgba(247, 248, 245, 0.18);
    border-radius: var(--ra-radius);
    background: rgba(255, 255, 255, 0.06);
}

.ra-hero__metrics dt {
    color: var(--ra-yellow);
    font-size: 11px;
    font-weight: 900;
}

.ra-hero__metrics dd {
    margin: 4px 0 0;
    color: rgba(247, 248, 245, 0.78);
    font-size: 13px;
}

.ra-hero-art {
    position: relative;
    min-height: 172px;
    border: 2px solid rgba(247, 248, 245, 0.18);
    border-radius: var(--ra-radius);
    background: #0c0d11;
    box-shadow: 5px 5px 0 rgba(185, 167, 226, 0.22), 9px 9px 0 rgba(232, 184, 75, 0.13), 0 14px 32px rgba(0, 0, 0, 0.2);
    overflow: hidden;
}

.ra-hero-art__panel {
    position: absolute;
    inset: 8px;
    border-radius: 6px;
    background-image: url("../assets/hero-retro-archive.png");
    background-position: center;
    background-size: cover;
}

.ra-hero-art__panel::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background: linear-gradient(180deg, transparent, rgba(12, 13, 17, 0.16));
}

.ra-hero-art__overlay {
    position: absolute;
    left: 12px;
    right: 12px;
    bottom: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 8px;
    border: 1px solid rgba(247, 248, 245, 0.2);
    border-radius: var(--ra-radius);
    color: #f7f8f5;
    background: rgba(12, 13, 17, 0.74);
    backdrop-filter: blur(12px);
}

.ra-hero-art__overlay span,
.ra-hero-art__overlay strong {
    overflow-wrap: anywhere;
    font-size: 11px;
    font-weight: 400;
}

.ra-hero-art__overlay span {
    color: var(--ra-yellow);
}

.ra-section-head {
    max-width: 680px;
    margin-bottom: 24px;
}

.ra-section-head h2 {
    margin: 0;
    color: var(--ra-ink);
    font-size: clamp(26px, 4vw, 40px);
    line-height: 1.18;
}

.ra-archive-deck {
    padding: 38px 0 46px;
    background:
        linear-gradient(90deg, rgba(35, 35, 43, 0.035) 1px, transparent 1px),
        linear-gradient(0deg, rgba(35, 35, 43, 0.03) 1px, transparent 1px),
        var(--ra-paper);
    background-size: 28px 28px;
}

.ra-archive-deck__head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 14px;
}

.ra-archive-deck__head h2 {
    margin: 0;
    color: var(--ra-ink);
    font-size: clamp(24px, 3.5vw, 34px);
    line-height: 1.14;
}

.ra-archive-deck__head > p {
    max-width: 360px;
    margin: 0 0 5px;
    color: var(--ra-muted);
    font-size: 13px;
}

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

.ra-archive-panel {
    position: relative;
    min-height: 170px;
    padding: 14px;
    border: 1px solid var(--ra-line);
    border-radius: var(--ra-radius);
    background:
        linear-gradient(90deg, rgba(35, 35, 43, 0.04) 1px, transparent 1px),
        linear-gradient(0deg, rgba(35, 35, 43, 0.035) 1px, transparent 1px),
        #fffdf7;
    background-size: 18px 18px;
    box-shadow: 0 14px 38px rgba(21, 23, 28, 0.08);
    overflow: hidden;
}

.ra-archive-panel::before {
    content: "";
    position: absolute;
    inset: 0 auto 0 0;
    width: 8px;
    background: var(--ra-primary);
}

.ra-archive-panel__head {
    position: relative;
    z-index: 1;
    margin-bottom: 10px;
}

.ra-archive-panel__head h3 {
    margin: 0;
    color: var(--ra-ink);
    font-size: 18px;
    line-height: 1.2;
}

.ra-archive-panel--news {
    grid-column: span 5;
    grid-row: span 2;
    min-height: 350px;
    color: #f7f4ec;
    background:
        linear-gradient(90deg, rgba(232, 184, 75, 0.16) 1px, transparent 1px),
        linear-gradient(0deg, rgba(232, 184, 75, 0.13) 1px, transparent 1px),
        linear-gradient(135deg, color-mix(in srgb, var(--ra-primary) 42%, #15151d 58%) 0 34%, #15151d 34% 100%);
    background-size: 22px 22px, 22px 22px, auto;
}

.ra-archive-panel--news .ra-archive-panel__head h3,
.ra-archive-panel--news .ra-widget-list a {
    color: #fff;
}

.ra-archive-panel--news::before {
    width: 0;
}

.ra-archive-panel--hot {
    grid-column: span 4;
}

.ra-archive-panel--market {
    grid-column: span 3;
}

.ra-archive-panel--price {
    grid-column: span 4;
    min-height: 170px;
}

.ra-archive-panel--guide {
    grid-column: span 3;
    min-height: 170px;
}

.ra-archive-panel--market::before {
    background: var(--ra-hot);
}

.ra-archive-panel--price::before {
    background: var(--ra-blue);
}

.ra-archive-panel--guide::before {
    background: var(--ra-green);
}

.ra-widget-slot {
    position: relative;
    z-index: 1;
    color: inherit;
    font-size: 14px;
}

.ra-widget-slot ul,
.ra-widget-slot ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

.ra-widget-slot li + li {
    margin-top: 8px;
}

.ra-widget-slot a {
    color: inherit;
    font-weight: 800;
}

.ra-widget-list,
.ra-rank-list,
.ra-market-mini,
.ra-price-log,
.ra-guide-path {
    position: relative;
    z-index: 1;
    margin: 0;
    padding: 0;
    list-style: none;
}

.ra-widget-list {
    display: grid;
    gap: 8px;
}

.ra-widget-list a {
    min-height: 58px;
    display: grid;
    align-content: center;
    gap: 5px;
    padding: 10px 12px;
    border: 1px solid rgba(247, 244, 236, 0.14);
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.07);
}

.ra-widget-list span {
    width: fit-content;
    padding: 2px 6px;
    border-radius: 4px;
    color: #15151d;
    background: var(--ra-yellow);
    font-size: 10px;
    font-weight: 950;
}

.ra-rank-list {
    display: grid;
    gap: 8px;
}

.ra-rank-list a {
    min-height: 42px;
    display: grid;
    grid-template-columns: 38px minmax(0, 1fr) auto;
    gap: 9px;
    align-items: center;
    padding: 9px 10px;
    border: 1px solid var(--ra-line);
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.72);
}

.ra-rank-list strong {
    color: var(--ra-primary);
    font-size: 12px;
}

.ra-rank-list span {
    min-width: 0;
    overflow: hidden;
    color: var(--ra-ink);
    font-weight: 850;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ra-rank-list em {
    color: var(--ra-muted);
    font-size: 11px;
    font-style: normal;
    font-weight: 850;
}

.ra-market-mini {
    display: grid;
    gap: 8px;
}

.ra-market-mini a {
    display: grid;
    gap: 5px;
    padding: 11px;
    border: 1px solid color-mix(in srgb, var(--ra-hot) 24%, var(--ra-line));
    border-radius: 6px;
    background: color-mix(in srgb, var(--ra-hot) 6%, #fff 94%);
}

.ra-market-mini span,
.ra-market-mini em {
    color: var(--ra-muted);
    font-size: 11px;
    font-style: normal;
    font-weight: 850;
}

.ra-market-mini strong {
    color: var(--ra-ink);
    line-height: 1.25;
}

.ra-price-log {
    display: grid;
    gap: 7px;
}

.ra-price-log div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 9px 0;
    border-bottom: 1px dashed var(--ra-line);
}

.ra-price-log div:last-child {
    border-bottom: 0;
}

.ra-price-log dt {
    color: var(--ra-ink);
    font-weight: 900;
}

.ra-price-log dd {
    margin: 0;
    color: var(--ra-blue);
    font-size: 12px;
    font-weight: 900;
    text-align: right;
}

.ra-guide-path {
    display: grid;
    gap: 8px;
}

.ra-guide-path a {
    min-height: 38px;
    display: flex;
    align-items: center;
    gap: 9px;
    padding: 8px 10px;
    border: 1px solid var(--ra-line);
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.74);
    color: var(--ra-ink);
    font-weight: 900;
}

.ra-guide-path span {
    width: 28px;
    height: 22px;
    display: inline-grid;
    place-items: center;
    border-radius: 4px;
    color: #fff;
    background: var(--ra-green);
    font-size: 11px;
}

.ra-quick {
    padding: 70px 0 52px;
    background: var(--ra-paper);
}

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

.ra-quick-card {
    min-height: 160px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 18px;
    border: 1px solid var(--ra-line);
    border-radius: var(--ra-radius);
    background: #fff;
    box-shadow: 0 10px 30px rgba(21, 23, 28, 0.06);
    transition: transform 0.16s ease, box-shadow 0.16s ease, border-color 0.16s ease;
}

.ra-quick-card:hover,
.ra-quick-card:focus-visible {
    transform: translateY(-4px);
    border-color: rgba(47, 125, 109, 0.36);
    box-shadow: 0 18px 42px rgba(21, 23, 28, 0.12);
}

.ra-quick-card span {
    width: fit-content;
    padding: 4px 7px;
    border: 1px solid var(--ra-line);
    border-radius: 5px;
    color: var(--ra-violet);
    background: rgba(185, 167, 226, 0.16);
    font-size: 11px;
    font-weight: 900;
}

.ra-quick-card strong {
    display: block;
    margin-top: auto;
    color: var(--ra-ink);
    font-size: 20px;
    line-height: 1.2;
}

.ra-quick-card em {
    display: block;
    margin-top: 7px;
    color: var(--ra-muted);
    font-size: 13px;
    font-style: normal;
}

.ra-quick-card[data-mid="market"] span {
    color: var(--ra-hot);
    background: rgba(217, 79, 86, 0.1);
}

.ra-quick-card[data-mid="price"] span {
    color: var(--ra-blue);
    background: rgba(75, 128, 192, 0.1);
}

.ra-quick-card[data-mid="platforms"] span {
    color: #84601f;
    background: rgba(232, 184, 75, 0.2);
}

.ra-quick-card[data-mid="resources"] span {
    color: var(--ra-green);
    background: rgba(78, 166, 124, 0.12);
}

.ra-quick-card[data-mid="events"] span {
    color: var(--ra-violet);
    background: rgba(185, 167, 226, 0.18);
}

.ra-trust {
    padding: 20px 0 70px;
    background: var(--ra-paper);
}

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

.ra-trust article {
    padding: 22px;
    border-radius: var(--ra-radius);
    color: var(--ra-paper);
    background: var(--ra-ink);
}

.ra-trust article:nth-child(2) {
    background: var(--ra-violet);
}

.ra-trust article:nth-child(3) {
    color: var(--ra-ink);
    background: var(--ra-yellow);
}

.ra-trust span {
    display: block;
    margin-bottom: 22px;
    color: currentColor;
    opacity: 0.58;
    font-size: 12px;
    font-weight: 900;
}

.ra-trust h3 {
    margin: 0;
    font-size: 20px;
}

.ra-trust p {
    margin: 9px 0 0;
    opacity: 0.78;
    font-size: 14px;
}

.ra-content {
    padding: 0 0 72px;
    background: var(--ra-paper);
}

.ra-content--home {
    padding: 22px 0;
}

.ra-content--home-top {
    padding: 32px 0 12px;
}

.ra-content--home-bottom {
    padding: 12px 0 58px;
}

.ra-home-dashboard {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    align-items: stretch;
    min-width: 0;
}

.ra-home-dashboard + .ra-home-dashboard {
    margin-top: 16px;
}

.ra-home-dashboard > * {
    min-width: 0;
    width: 100%;
    max-width: 100%;
}

.ra-home-dashboard > [style*="width"] {
    max-width: 100% !important;
}

.ra-home-dashboard .raw-widget {
    width: 100%;
    height: 100%;
}

.ra-page {
    padding: 44px 0 76px;
}

.ra-page--board {
    padding-top: 18px;
}

.ra-page-frame {
    width: min(var(--ra-content-width), calc(100% - 40px));
    margin: 0 auto;
}

.ra-page-frame > .ra-container {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
}

.ra-page-frame--wings {
    width: min(calc(var(--ra-content-width) + (var(--ra-wing-width) * 2) + 32px), calc(100% - 24px));
    display: grid;
    grid-template-columns: minmax(0, var(--ra-wing-width)) minmax(0, var(--ra-content-width)) minmax(0, var(--ra-wing-width));
    gap: 16px;
    align-items: start;
}

.ra-page-frame--wings > .ra-container {
    min-width: 0;
}

.ra-wing {
    min-width: 0;
}

.ra-wing--left {
    order: 1;
}

.ra-page-frame > .ra-container {
    order: 2;
}

.ra-wing--right {
    order: 3;
}

.ra-wing-sticky-Y .ra-wing {
    position: sticky;
    top: 112px;
}

.ra-wing__box {
    padding: 12px;
    border: 1px solid var(--ra-line);
    border-radius: var(--ra-radius);
    background: rgba(255, 253, 247, 0.92);
    box-shadow: 0 12px 30px rgba(21, 23, 28, 0.07);
}

.ra-wing__box .ra-kicker {
    margin-bottom: 8px;
    font-size: 10px;
}

.ra-wing__body {
    color: var(--ra-ink-3);
    font-size: 13px;
    line-height: 1.55;
}

.ra-wing__body > *:first-child {
    margin-top: 0;
}

.ra-wing__body > *:last-child {
    margin-bottom: 0;
}

.ra-wing__body img,
.ra-wing__body iframe {
    display: block;
    max-width: 100%;
    border-radius: 6px;
}

.ra-wing__body iframe {
    width: 100%;
}

.ra-page__head {
    display: none !important;
    margin-bottom: 0;
}

.ra-page--board .ra-page__head {
    margin-bottom: 14px;
}

.ra-breadcrumb {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
    margin-bottom: 10px;
    color: var(--ra-muted);
    font-size: 13px;
    font-weight: 800;
}

.ra-breadcrumb a:hover {
    color: var(--ra-primary);
}

.ra-page__head h1 {
    margin: 0;
    color: var(--ra-ink);
    font-size: clamp(28px, 5vw, 46px);
    line-height: 1.14;
}

.ra-page__grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 300px;
    gap: var(--ra-content-gap);
    align-items: start;
}

.ra-page__grid--board {
    grid-template-columns: minmax(0, 1fr);
}

.ra-page:has(.rab-board) .ra-page__grid {
    grid-template-columns: minmax(0, 1fr);
}

.ra-page:has(.rab-board) {
    padding-top: 18px;
}

.ra-page:has(.rab-board) .ra-page__head {
    display: none !important;
}

.ra-page:has(.rab-board) .ra-aside {
    display: none;
}

.ra-page:has(.rab-board) .ra-container--board {
    width: 100%;
}

.ra-page:has(.raw-widget) .ra-page__grid {
    grid-template-columns: minmax(0, 1fr);
}

.ra-page:has(.raw-widget) .ra-aside {
    display: none;
}

.ra-page:has(.raw-widget) .ra-module-host {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
}

.ra-page:has(.raw-widget) .ra-module-host > * {
    min-width: 0;
    width: 100%;
    max-width: 100%;
}

.ra-page:has(.raw-widget) .ra-module-host > [style*="width"] {
    max-width: 100% !important;
}

.ra-page:has(.raw-widget) .ra-module-host .raw-widget {
    width: 100%;
    height: 100%;
}

.ra-module-host {
    min-width: 0;
    border: 1px solid var(--ra-line);
    border-radius: var(--ra-radius);
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 16px 46px rgba(21, 23, 28, 0.07);
}

.ra-page .ra-module-host {
    padding: 20px;
}

.ra-page--board .ra-module-host {
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
}

.ra-page:has(.rab-board) .ra-module-host {
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
}

.ra-module-host table {
    max-width: 100%;
}

.ra-module-host input,
.ra-module-host textarea,
.ra-module-host select,
.ra-module-host button {
    max-width: 100%;
}

.ra-module-host #fo_insert_member,
.ra-module-host .x_form-horizontal,
.ra-module-host .form-horizontal,
.ra-module-host .member_login,
.ra-module-host .login_form {
    color: var(--ra-ink);
    font-family: var(--ra-font-body);
}

.ra-module-host #fo_insert_member h1,
.ra-module-host #fo_insert_member h2,
.ra-module-host .form-horizontal h1,
.ra-module-host .form-horizontal h2,
.ra-module-host .control-label,
.ra-module-host legend {
    font-family: var(--ra-font-ui);
    letter-spacing: 0;
    word-break: keep-all;
}

.ra-module-host .agreement,
.ra-module-host .control-group,
.ra-module-host fieldset,
.ra-module-host .x_control-group {
    border-radius: var(--ra-radius);
}

.ra-module-host input[type="text"],
.ra-module-host input[type="email"],
.ra-module-host input[type="password"],
.ra-module-host input[type="url"],
.ra-module-host input[type="tel"],
.ra-module-host select,
.ra-module-host textarea {
    border: 1px solid var(--ra-line);
    border-radius: var(--ra-radius);
    color: var(--ra-ink);
    background: #fff;
}

.ra-module-host input[type="submit"],
.ra-module-host .btn-inverse,
.ra-module-host .btn-primary,
.ra-module-host button[type="submit"] {
    border-color: var(--ra-accent) !important;
    color: var(--ra-ink) !important;
    background: var(--ra-accent) !important;
    border-radius: var(--ra-radius);
    font-family: var(--ra-font-ui);
    font-weight: 900;
}

.ra-aside {
    display: grid;
    gap: 12px;
}

.ra-aside__box,
.ra-aside__nav {
    border: 1px solid var(--ra-line);
    border-radius: var(--ra-radius);
    background: #fff;
    box-shadow: 0 12px 34px rgba(21, 23, 28, 0.06);
}

.ra-aside__box {
    padding: 20px;
}

.ra-aside__box h2 {
    margin: 0;
    font-size: 22px;
    line-height: 1.25;
}

.ra-aside__box p:last-child {
    margin: 10px 0 0;
    color: var(--ra-muted);
    font-size: 14px;
}

.ra-aside__nav {
    overflow: hidden;
    padding: 6px;
}

.ra-aside__nav a {
    min-height: 46px;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0 12px;
    border-radius: 6px;
    color: var(--ra-ink-2);
    font-size: 14px;
    font-weight: 900;
}

.ra-aside__nav a:hover {
    background: rgba(185, 167, 226, 0.16);
}

.ra-aside__nav span {
    width: 44px;
    color: var(--ra-violet);
    font-size: 11px;
    font-weight: 900;
}

.ra-footer {
    color: rgba(247, 248, 245, 0.78);
    border-top: 4px solid rgba(232, 184, 75, 0.34);
    background:
        linear-gradient(90deg, rgba(185, 167, 226, 0.08) 1px, transparent 1px),
        linear-gradient(0deg, rgba(247, 248, 245, 0.035) 1px, transparent 1px),
        var(--ra-ink);
    background-size: 24px 24px;
}

.ra-footer,
.ra-footer * {
    overflow-wrap: normal;
    word-break: keep-all;
}

.ra-footer__inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(260px, auto);
    gap: 22px 38px;
    align-items: start;
    padding: 34px 0 30px;
}

.ra-footer__brand strong {
    display: block;
    color: #fff;
    font-size: 19px;
    line-height: 1.25;
}

.ra-footer__brand p {
    max-width: 560px;
    margin: 12px 0 0;
    font-size: 14px;
    line-height: 1.75;
    text-wrap: pretty;
}

.ra-footer__menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 8px 14px;
    max-width: 520px;
    color: rgba(247, 248, 245, 0.74);
    font-size: 13px;
    font-weight: 900;
}

.ra-footer__menu a {
    min-height: 28px;
    display: inline-flex;
    align-items: center;
    border-bottom: 2px solid transparent;
    line-height: 1;
}

.ra-footer__menu a:hover {
    color: #fff;
    border-bottom-color: var(--ra-yellow);
}

.ra-footer__credit {
    grid-column: 1 / -1;
    margin: 6px 0 0;
    padding-top: 18px;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    font-size: 13px;
    line-height: 1.55;
}

.ra-footer__credit strong {
    color: var(--ra-yellow);
}

@media (max-width: 1520px) {
    .ra-page-frame--wings {
        width: min(var(--ra-content-width), calc(100% - 24px));
        grid-template-columns: minmax(0, 1fr);
    }

    .ra-page-frame--wings > .ra-container {
        width: 100%;
    }

    .ra-page-frame--wings .ra-wing {
        display: none;
        position: static;
    }

    .ra-page-frame--wings.ra-wing-mobile-Y .ra-wing {
        display: block;
    }

    .ra-page-frame--wings.ra-wing-mobile-Y .ra-wing--left {
        order: 2;
    }

    .ra-page-frame--wings.ra-wing-mobile-Y > .ra-container {
        order: 1;
    }

    .ra-page-frame--wings.ra-wing-mobile-Y .ra-wing--right {
        order: 3;
    }
}

@media (min-width: 1321px) {
    .ra-brand {
        min-width: 310px;
    }
}

@media (max-width: 1320px) {
    .ra-header__inner {
        grid-template-columns: auto minmax(0, 1fr);
    }

    .ra-brand {
        grid-column: 2;
        grid-row: 1;
    }

    .ra-nav-toggle {
        display: block;
        grid-column: 1;
        grid-row: 1;
        justify-self: start;
    }

    .ra-nav {
        position: fixed;
        z-index: 1010;
        top: 0;
        bottom: 0;
        left: 0;
        width: min(84vw, 340px);
        height: 100vh;
        height: 100dvh;
        max-height: none;
        overflow: auto;
        padding: calc(14px + env(safe-area-inset-top)) 14px calc(18px + env(safe-area-inset-bottom));
        border-right: 1px solid var(--ra-line);
        border-radius: 0 var(--ra-radius) var(--ra-radius) 0;
        background:
            linear-gradient(90deg, color-mix(in srgb, var(--ra-primary) 8%, transparent) 1px, transparent 1px),
            linear-gradient(0deg, rgba(35, 35, 43, 0.035) 1px, transparent 1px),
            #fff;
        background-size: 18px 18px, 18px 18px, auto;
        box-shadow: 18px 0 54px rgba(21, 23, 28, 0.22);
        visibility: hidden;
        transform: translateX(-104%);
        transition: transform 0.18s ease, visibility 0.18s ease;
        overscroll-behavior: contain;
        -webkit-overflow-scrolling: touch;
    }

    .ra-nav.is-open {
        visibility: visible;
        transform: translateX(0);
    }

    .ra-shell.ra-nav-open::after {
        content: "";
        position: fixed;
        z-index: 990;
        inset: 0;
        background: rgba(20, 20, 28, 0.38);
        backdrop-filter: blur(2px);
    }

    .ra-mobile-member {
        display: grid;
        gap: 10px;
        margin-bottom: 12px;
        padding: 12px;
        border: 1px solid var(--ra-line);
        border-radius: var(--ra-radius);
        background:
            linear-gradient(135deg, color-mix(in srgb, var(--ra-primary) 10%, transparent) 0 36%, transparent 36% 100%),
            var(--ra-shell);
    }

    .ra-mobile-member__links {
        display: flex;
        flex-wrap: wrap;
        gap: 6px;
    }

    .ra-mobile-member__links a {
        min-height: 34px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 0 10px;
        border: 1px solid var(--ra-line);
        border-radius: 999px;
        color: var(--ra-ink);
        background: #fff;
        font-size: 13px;
        font-weight: 950;
    }

    .ra-mobile-search {
        position: relative;
        height: 40px;
        border: 1px solid var(--ra-line);
        border-radius: var(--ra-radius);
        background: #fff;
    }

    .ra-mobile-search label {
        position: absolute;
        overflow: hidden;
        width: 1px;
        height: 1px;
        clip: rect(0, 0, 0, 0);
        white-space: nowrap;
    }

    .ra-mobile-search input {
        width: 100%;
        height: 100%;
        min-width: 0;
        padding: 0 42px 0 12px;
        border: 0;
        color: var(--ra-ink);
        background: transparent;
        font: inherit;
        font-size: 13px;
        outline: 0;
    }

    .ra-mobile-search button {
        position: absolute;
        top: 4px;
        right: 4px;
        width: 32px;
        height: 32px;
        border: 0;
        border-radius: 6px;
        color: var(--ra-paper);
        background: var(--ra-violet);
        cursor: pointer;
    }

    .ra-nav > ul {
        display: grid;
        gap: 6px;
    }

    .ra-nav > ul > li {
        display: grid;
        grid-template-columns: minmax(0, 1fr) 42px;
        align-items: start;
        border: 1px solid var(--ra-line);
        border-radius: var(--ra-radius);
        background: rgba(255, 255, 255, 0.82);
        overflow: hidden;
    }

    .ra-nav a {
        justify-content: space-between;
        width: 100%;
        min-height: 44px;
        border: 0;
        border-radius: 0;
        padding: 0 12px;
    }

    .ra-nav > ul > li > a:hover,
    .ra-nav > ul > li.is-active > a {
        box-shadow: none;
        transform: none;
    }

    .ra-sub-toggle {
        width: 42px;
        height: 44px;
        display: grid;
        place-items: center;
        border: 0;
        border-left: 1px solid var(--ra-line);
        color: var(--ra-ink);
        background: color-mix(in srgb, var(--ra-primary) 8%, #fff 92%);
        font: inherit;
        font-size: 24px;
        font-weight: 900;
        cursor: pointer;
    }

    .ra-sub-toggle span {
        display: block;
        transform: translateY(-1px);
        transition: transform 0.16s ease;
    }

    .ra-nav > ul > li.is-sub-open > .ra-sub-toggle span {
        transform: rotate(90deg) translateX(-1px);
    }

    .ra-nav__sub {
        position: static;
        grid-column: 1 / -1;
        display: none;
        gap: 2px;
        min-width: 0;
        margin: 0 !important;
        padding: 6px !important;
        border: 0;
        border-top: 1px solid var(--ra-line);
        box-shadow: none;
        opacity: 1;
        visibility: visible;
        transform: none;
        background: color-mix(in srgb, var(--ra-primary) 7%, #fff 93%);
    }

    .ra-nav > ul > li.is-sub-open > .ra-nav__sub {
        display: grid;
    }

    .ra-nav__sub a {
        min-height: 38px;
        border-radius: 6px;
        color: var(--ra-ink-2);
        background: rgba(255, 255, 255, 0.56);
    }

    .ra-member {
        display: none;
    }

    .ra-userbar {
        display: none;
    }

    .ra-search {
        flex: 1 1 auto;
        width: auto;
    }
}

@media (max-width: 980px) {
    .ra-home-dashboard,
    .ra-page:has(.raw-widget) .ra-module-host {
        grid-template-columns: 1fr;
    }

    .ra-hero__inner {
        min-height: 0;
        grid-template-columns: 1fr;
        padding: 20px;
    }

    .ra-hero-art {
        min-height: 180px;
    }

    .ra-quick__grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .ra-trust__inner,
    .ra-page__grid {
        grid-template-columns: 1fr;
    }

    .ra-archive-grid {
        grid-template-columns: repeat(6, minmax(0, 1fr));
    }

    .ra-archive-panel--news {
        grid-column: span 6;
        min-height: 0;
    }

    .ra-archive-panel--hot,
    .ra-archive-panel--market,
    .ra-archive-panel--price,
    .ra-archive-panel--guide {
        grid-column: span 3;
    }

    .ra-aside {
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    }
}

@media (max-width: 720px) {
    .ra-container {
        width: min(100% - 28px, var(--ra-container));
    }

    .ra-page-frame {
        width: min(100% - 28px, var(--ra-content-width));
    }

    .ra-container--board {
        width: calc(100% - 14px) !important;
    }

    .ra-home-dashboard > [style*="width"],
    .ra-page:has(.raw-widget) .ra-module-host > [style*="width"] {
        width: 100% !important;
        max-width: 100% !important;
    }

    .ra-page:has(.rab-board) .ra-page-frame {
        width: calc(100% - 14px) !important;
    }

    .ra-page:has(.rab-board) .ra-container--board {
        width: 100% !important;
    }

    .ra-page:has(.rab-board) {
        padding-top: 12px;
    }

    .ra-archive-deck {
        padding: 28px 0 34px;
    }

    .ra-archive-deck__head {
        align-items: flex-start;
        flex-direction: column;
        gap: 8px;
        margin-bottom: 14px;
    }

    .ra-archive-deck__head h2 {
        font-size: 26px;
    }

    .ra-archive-grid {
        grid-template-columns: 1fr;
    }

    .ra-archive-panel,
    .ra-archive-panel--news,
    .ra-archive-panel--hot,
    .ra-archive-panel--market,
    .ra-archive-panel--price,
    .ra-archive-panel--guide {
        grid-column: span 1;
        min-height: 0;
    }

    .ra-rank-list a {
        grid-template-columns: 32px minmax(0, 1fr);
    }

    .ra-rank-list em {
        display: none;
    }

    .ra-topline__inner {
        align-items: flex-start;
        flex-direction: column;
        justify-content: center;
        padding: 10px 0;
    }

    .ra-topline__links {
        white-space: normal;
    }

    .ra-header__inner {
        min-height: 72px;
        gap: 10px;
    }

    .ra-brand__copy small {
        display: none;
    }

    .ra-brand__copy strong {
        font-size: 18px;
    }

    .ra-member {
        align-items: stretch;
        flex-direction: column;
    }

    .ra-member__links {
        overflow-x: auto;
        padding-bottom: 2px;
    }

    .ra-hero h1 {
        font-size: 28px;
    }

    .ra-hero__lead {
        font-size: 14px;
    }

    .ra-hero__metrics,
    .ra-quick__grid,
    .ra-trust__inner,
    .ra-aside {
        grid-template-columns: 1fr;
    }

    .ra-quick-card {
        min-height: 128px;
    }

    .ra-hero-art {
        min-height: 160px;
    }

    .ra-hero-art__overlay {
        align-items: flex-start;
        flex-direction: column;
    }

    .ra-page .ra-module-host,
    .ra-content--home .ra-module-host {
        padding: 14px;
    }

    .ra-page--board {
        padding-top: 12px;
    }

    .ra-page--board .ra-module-host {
        padding: 0;
    }

    .ra-footer__inner {
        grid-template-columns: 1fr;
    }

    .ra-footer__menu {
        justify-content: flex-start;
    }
}

@media (prefers-reduced-motion: reduce) {
    .ra-shell *,
    .ra-shell *::before,
    .ra-shell *::after {
        scroll-behavior: auto !important;
        transition: none !important;
    }
}
