.roboto_slab_9bc362d8-module__3k6s3W__className {
    font-family: Roboto Slab,Roboto Slab Fallback;
    font-style: normal
}

:root {
    --font-mono: "Roboto Mono", monospace
}

* {
    box-sizing: border-box
}

html {
    -webkit-font-smoothing: antialiased;
    background: #000;
    font-size: 18px;
    line-height: 32px
}

html,body,#app {
    height: 100%
}

body {
    color: #fff;
    margin: 0;
    font-family: system-ui;
    font-size: 18px;
    line-height: 32px
}

@media (max-width: 1024px) {
    body {
        font-size:15px;
        line-height: 24px
    }
}

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

h1 {
    margin: 40px 0;
    font-size: 64px;
    font-weight: 700;
    line-height: 70px
}

@media (max-width: 1024px) {
    h1 {
        margin:24px 0;
        font-size: 42px;
        line-height: 42px
    }
}

@media (max-width: 768px) {
    h1 {
        font-size:38px;
        line-height: 38px
    }
}

@media (max-width: 400px) {
    h1 {
        font-size:32px;
        line-height: 32px
    }
}

p {
    margin: 24px 0
}

@media (max-width: 1024px) {
    p {
        margin:calc(var(--base) * .75) 0
    }
}

a {
    color: currentColor
}

a:focus {
    opacity: .8;
    outline: none
}

a:active {
    opacity: .7;
    outline: none
}

svg {
    vertical-align: middle
}

.home {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    max-width: 1024px;
    height: 100vh;
    margin: 0 auto;
    padding: 45px;
    display: flex;
    overflow: hidden
}

@media (max-width: 400px) {
    .home {
        padding:24px
    }
}

.home .content {
    flex-direction: column;
    flex-grow: 1;
    justify-content: center;
    align-items: center;
    display: flex
}

.home .content h1 {
    text-align: center
}

.home .links {
    align-items: center;
    gap: 12px;
    display: flex
}

.home .links a {
    border-radius: 4px;
    padding: .25rem .5rem;
    text-decoration: none
}

.home .links .admin {
    color: #000;
    background: #fff;
    border: 1px solid #000
}

.home .links .docs {
    color: #fff;
    background: #000;
    border: 1px solid #fff
}

.home .footer {
    align-items: center;
    gap: 8px;
    display: flex
}

@media (max-width: 1024px) {
    .home .footer {
        flex-direction:column;
        gap: 6px
    }
}

.home .footer p {
    margin: 0
}

.home .footer .codeLink {
    background: #3c3c3c;
    border-radius: 4px;
    padding: 0 .5rem;
    text-decoration: none
}

:root {
    --hc-bg: #1a0d05;
    --hc-bg-2: #2a1408;
    --hc-gold: #f5d68a;
    --hc-gold-2: #e8b964;
    --hc-orange: #c9601f;
    --hc-red: #b21e1e;
    --hc-text: #e7d7c1;
    --hc-text-dim: #b9a890;
    --hc-border: #3a1f0d;
    --hc-radius: 14px
}

* {
    box-sizing: border-box
}

html,body {
    margin: 0;
    padding: 0;
    font-family: Roboto Slab,Georgia,Times New Roman,serif
}

body,button,input,textarea,select,h1,h2,h3,h4,h5,h6,p,a,span,div,li,ul,ol,strong,em,label,summary,small {
    font-family: Roboto Slab,Georgia,Times New Roman,serif
}

.hc-page {
    background: radial-gradient(900px 600px at 50% 0%, #c9601f47, transparent 60%), radial-gradient(1100px 700px at 50% 90%, #b21e1e2e, transparent 60%), var(--hc-bg-image,none) center top / cover no-repeat fixed, var(--hc-bg);
    color: var(--hc-text);
    min-height: 100vh;
    padding: 0 0 40px;
    font-family: Roboto Slab,Georgia,Times New Roman,serif;
    font-size: 16px;
    line-height: 1.6
}

.hc-notice {
    text-align: center;
    color: var(--hc-gold);
    border-bottom: 1px solid var(--hc-border);
    background: #00000059;
    padding: 14px 16px;
    font-size: 16px;
    font-weight: 500
}

.hc-notice a {
    color: var(--hc-gold);
    font-weight: 700;
    text-decoration: underline
}

.hc-notice .hc-check {
    color: #5fd36b;
    margin-left: 6px
}

.hc-header {
    justify-content: center;
    align-items: center;
    max-width: 1280px;
    margin: 0 auto;
    padding: 18px 20px 0;
    display: flex
}

.hc-header img {
    filter: drop-shadow(0 4px 12px #f5d68a59);
    max-width: 220px;
    height: auto;
    display: block
}

.hc-hero {
    justify-content: center;
    align-items: center;
    gap: 20px;
    max-width: 1280px;
    margin: 0 auto;
    padding: 10px 20px 20px;
    display: flex;
    position: relative
}

.hc-hero__side {
    flex: none;
    width: 180px
}

.hc-hero__side img {
    border-radius: 18px;
    width: 100%;
    height: auto;
    display: block
}

.hc-hero__center {
    text-align: center;
    flex: auto;
    justify-content: center;
    align-items: center;
    min-width: 0;
    min-height: 520px;
    display: flex;
    position: relative
}

.hc-hero__center>img {
    border-radius: 14px;
    max-width: 100%;
    height: auto;
    max-height: 520px;
    display: block;
    box-shadow: 0 12px 40px #00000080
}

.hc-cta-wrap {
    text-align: center;
    flex-wrap: wrap;
    justify-content: center;
    gap: 14px;
    margin: 20px 0 28px;
    display: flex
}

.hc-cta {
    color: #1a0d05;
    letter-spacing: .5px;
    text-transform: uppercase;
    background: linear-gradient(#f5d68a,#c9601f);
    border: 1px solid #f5d68a;
    border-radius: 40px;
    align-items: center;
    gap: 10px;
    padding: 14px 32px;
    font-size: 16px;
    font-weight: 800;
    text-decoration: none;
    transition: transform .2s,box-shadow .2s;
    display: inline-flex;
    box-shadow: 0 8px 20px #c9601f73,inset 0 1px #fff6
}

.hc-cta:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 30px #c9601f8c
}

.hc-cta--alt {
    color: #fff;
    background: linear-gradient(#1d0f06,#0c0703);
    border: 1px solid #4a2810;
    box-shadow: 0 8px 20px #00000073,inset 0 1px #ffffff0d
}

.hc-cta--alt:hover {
    box-shadow: 0 12px 26px #0000008c
}

.hc-cta__icon {
    justify-content: center;
    align-items: center;
    width: 22px;
    height: 22px;
    display: inline-flex
}

.hc-cta__icon svg {
    width: 22px;
    height: 22px
}

.hc-subnotice {
    text-align: center;
    color: var(--hc-text-dim);
    max-width: 900px;
    margin: 0 auto 30px;
    padding: 0 20px;
    font-size: 15px
}

.hc-subnotice em {
    color: var(--hc-gold);
    font-style: italic;
    font-weight: 600
}

.hc-section {
    max-width: 980px;
    margin: 0 auto;
    padding: 0 20px 30px
}

.hc-h1 {
    text-align: center;
    letter-spacing: .5px;
    text-transform: uppercase;
    margin: 36px 0 18px;
    font-size: 32px;
    font-weight: 900
}

.hc-h2 {
    letter-spacing: .5px;
    text-transform: uppercase;
    margin: 36px 0 18px;
    font-size: 26px;
    font-weight: 800
}

.hc-h3 {
    color: #fff;
    margin: 24px 0 10px;
    font-size: 20px;
    font-weight: 700
}

.txt-gradient {
    background: linear-gradient(#feffaa 0,#fdffe4 30%,#fb4 59%,#fede5e 100%);
    -webkit-text-fill-color: transparent;
    color: #0000;
    -webkit-background-clip: text;
    background-clip: text
}

.hc-section p {
    color: var(--hc-text);
    margin: 0 0 14px
}

.hc-features {
    grid-template-columns: 1fr 1fr;
    gap: 22px 60px;
    margin: 18px 0 10px;
    display: grid;
    position: relative
}

.hc-features:before {
    content: "";
    pointer-events: none;
    background: linear-gradient(#0000 0%,#fdd5620d 8%,#fdd562cc 50%,#fdd5620d 92%,#0000 100%);
    width: 1px;
    position: absolute;
    top: 6%;
    bottom: 6%;
    left: 50%;
    transform: translate(-50%);
    box-shadow: 0 0 6px #fdd56273
}

.hc-feature {
    align-items: center;
    gap: 14px;
    display: flex;
    position: relative
}

.hc-feature:after {
    content: "";
    background: linear-gradient(90deg,#0000 0%,#fdd5620d 8%,#fdd5628c 50%,#fdd5620d 92%,#0000 100%);
    height: 1px;
    position: absolute;
    bottom: -12px;
    left: 8%;
    right: 8%
}

.hc-feature:nth-last-child(-n+2):after {
    display: none
}

.hc-feature__icon {
    width: 48px;
    height: 48px;
    color: var(--hc-gold);
    background: #0d0703;
    border: 1px solid #3a1f0d;
    border-radius: 50%;
    flex: none;
    justify-content: center;
    align-items: center;
    display: inline-flex
}

.hc-feature__icon svg {
    width: 24px;
    height: 24px
}

.hc-feature__text {
    color: var(--hc-text);
    font-size: 15.5px
}

.hc-feature__text strong {
    color: var(--hc-gold);
    margin-bottom: 2px;
    font-size: 16px;
    display: block
}

.hc-games {
    grid-template-columns: repeat(3,1fr);
    gap: 18px;
    margin: 24px 0;
    display: grid
}

.hc-game {
    border: 1px solid var(--hc-border);
    border-radius: var(--hc-radius);
    text-align: center;
    background: linear-gradient(#2a1408d9,#0d0703d9);
    padding: 22px 18px;
    transition: transform .25s,border-color .25s,box-shadow .25s
}

.hc-game:hover {
    border-color: var(--hc-gold-2);
    transform: translateY(-4px);
    box-shadow: 0 10px 24px #c9601f59
}

.hc-game__icon {
    color: #1a0d05;
    background: linear-gradient(#f5d68a,#c9601f);
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    width: 64px;
    height: 64px;
    margin: 0 auto 12px;
    display: inline-flex
}

.hc-game__icon svg {
    width: 32px;
    height: 32px
}

.hc-game h4 {
    color: var(--hc-gold);
    text-transform: uppercase;
    letter-spacing: .5px;
    margin: 6px 0 8px;
    font-size: 17px;
    font-weight: 800
}

.hc-game p {
    color: var(--hc-text-dim);
    margin: 0;
    font-size: 14px;
    line-height: 1.5
}

.hc-twocol {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    margin-top: 20px;
    display: grid
}

.hc-iconrow {
    gap: 18px;
    margin-bottom: 14px;
    display: flex
}

.hc-iconrow__item {
    width: 44px;
    height: 44px;
    color: var(--hc-gold);
    justify-content: center;
    align-items: center;
    display: inline-flex
}

.hc-iconrow__item svg {
    width: 36px;
    height: 36px
}

.hc-twocol h4 {
    color: var(--hc-text);
    margin: 6px 0 12px;
    font-size: 16px;
    font-weight: 600
}

.hc-twocol ul {
    color: var(--hc-text);
    margin: 0;
    padding-left: 20px
}

.hc-twocol ul li {
    margin-bottom: 6px
}

.hc-card {
    border: 2px solid var(--hc-orange);
    border-radius: var(--hc-radius);
    background: #0006;
    max-width: 980px;
    max-height: 600px;
    margin: 30px auto;
    padding: 24px 28px;
    overflow: auto;
    box-shadow: 0 0 30px #c9601f26
}
.hc-card.page-default,
.hc-card.post-default{
    max-height: initial;
}

.hc-card::-webkit-scrollbar {
    width: 8px
}

.hc-card::-webkit-scrollbar-thumb {
    background: var(--hc-orange);
    border-radius: 4px
}

.hc-card ul {
    margin: 8px 0 16px;
    padding-left: 20px
}

.hc-card ul li {
    margin-bottom: 6px
}

.hc-card h3 {
    color: #fff;
    margin-top: 24px;
    font-size: 20px
}

.hc-guide {
    max-width: 980px;
    margin: 30px auto;
    padding: 0 20px
}

.hc-tabs {
    border: 1px solid var(--hc-border);
    border-radius: var(--hc-radius);
    background: #0006;
    grid-template-columns: 280px 1fr;
    gap: 20px;
    padding: 20px;
    display: grid;
    box-shadow: 0 0 30px #c9601f1f
}

.hc-tabs__nav {
    border-right: 1px solid var(--hc-border);
    flex-direction: column;
    gap: 10px;
    padding-right: 18px;
    display: flex
}

.hc-tab-btn {
    border: 1px solid var(--hc-border);
    color: var(--hc-text);
    cursor: pointer;
    font: inherit;
    text-align: left;
    background: linear-gradient(#1d0f06,#0c0703);
    border-radius: 10px;
    align-items: center;
    gap: 14px;
    padding: 14px 16px;
    font-size: 15px;
    font-weight: 600;
    transition: all .25s;
    display: flex;
    position: relative;
    overflow: hidden
}

.hc-tab-btn:hover {
    border-color: var(--hc-gold-2);
    color: var(--hc-gold);
    transform: translate(2px)
}

.hc-tab-btn.is-active {
    color: #1a0d05;
    background: linear-gradient(#f5d68a,#c9601f);
    border-color: #f5d68a;
    box-shadow: 0 6px 18px #c9601f66,inset 0 1px #fff6
}

.hc-tab-btn.is-active .hc-tab-btn__icon {
    color: #1a0d05;
    background: #1a0d0533
}

.hc-tab-btn__icon {
    width: 42px;
    height: 42px;
    color: var(--hc-gold);
    background: #f5d68a14;
    border-radius: 10px;
    flex: none;
    justify-content: center;
    align-items: center;
    transition: all .25s;
    display: inline-flex
}

.hc-tab-btn__icon svg {
    width: 22px;
    height: 22px
}

.hc-tab-btn__label {
    flex: auto;
    line-height: 1.2
}

.hc-tab-btn__num {
    opacity: .7;
    text-transform: uppercase;
    letter-spacing: .5px;
    margin-bottom: 2px;
    font-size: 11px;
    font-weight: 700;
    display: block
}

.hc-tabs__panels {
    min-height: 340px;
    padding: 6px 4px 6px 18px
}

.hc-tab-panel {
    animation: .35s hcFade;
    display: none
}

.hc-tab-panel.is-active {
    display: block
}

@keyframes hcFade {
    0% {
        opacity: 0;
        transform: translateY(8px)
    }

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

.hc-tab-panel h3 {
    color: var(--hc-gold);
    text-transform: uppercase;
    letter-spacing: .5px;
    margin: 0 0 12px;
    font-size: 22px;
    font-weight: 800
}

.hc-tab-panel p {
    color: var(--hc-text);
    margin: 0 0 14px;
    font-size: 15.5px;
    line-height: 1.7
}

.hc-steps {
    counter-reset: hc-step;
    margin: 14px 0 18px;
    padding: 0;
    list-style: none
}

.hc-steps li {
    counter-increment: hc-step;
    border: 1px solid var(--hc-border);
    border-left: 3px solid var(--hc-gold-2);
    color: var(--hc-text);
    background: #f5d68a0a;
    border-radius: 8px;
    margin-bottom: 10px;
    padding: 12px 14px 12px 56px;
    font-size: 15px;
    line-height: 1.6;
    position: relative
}

.hc-steps li:before {
    content: counter(hc-step);
    color: #1a0d05;
    background: linear-gradient(#f5d68a,#c9601f);
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    font-size: 14px;
    font-weight: 800;
    display: inline-flex;
    position: absolute;
    top: 50%;
    left: 14px;
    transform: translateY(-50%)
}

.hc-steps li strong {
    color: var(--hc-gold);
    margin-bottom: 2px;
    display: block
}

.hc-tab-note {
    border: 1px dashed var(--hc-gold-2);
    color: var(--hc-text-dim);
    background: #c9601f14;
    border-radius: 8px;
    margin-top: 10px;
    padding: 12px 14px;
    font-size: 14px
}

.hc-tab-note strong {
    color: var(--hc-gold)
}

.hc-faq {
    max-width: 980px;
    margin: 30px auto;
    padding: 0 20px
}

.hc-faq-item {
    border: 1px solid var(--hc-border);
    background: #00000059;
    border-radius: 10px;
    margin-bottom: 12px;
    overflow: hidden
}

.hc-faq-item summary {
    cursor: pointer;
    color: var(--hc-gold);
    padding: 16px 48px 16px 20px;
    font-size: 16px;
    font-weight: 700;
    list-style: none;
    position: relative
}

.hc-faq-item summary::-webkit-details-marker {
    display: none
}

.hc-faq-item summary:after {
    content: "+";
    color: var(--hc-gold-2);
    font-size: 22px;
    transition: transform .2s;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%)
}

.hc-faq-item[open] summary:after {
    content: "âˆ’"
}

.hc-faq-item p {
    color: var(--hc-text);
    margin: 0;
    padding: 0 20px 16px;
    font-size: 15px
}

.hc-comments {
    border-radius: var(--hc-radius);
    background: #0006;
    border: 1px solid #4a2810;
    max-width: 980px;
    margin: 30px auto;
    padding: 24px 28px
}

.hc-comments__title {
    letter-spacing: .5px;
    text-transform: uppercase;
    margin: 0 0 6px;
    font-size: 22px;
    font-weight: 800
}

.hc-comments__sub {
    color: var(--hc-text-dim);
    margin: 0 0 18px;
    font-size: 14px
}

.hc-comment-form {
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-bottom: 18px;
    display: grid
}

.hc-input,.hc-textarea {
    width: 100%;
    color: var(--hc-text);
    font: inherit;
    background: #0d0703;
    border: 1px solid #3a1f0d;
    border-radius: 8px;
    outline: none;
    padding: 11px 14px;
    transition: border-color .15s
}

.hc-input:focus,.hc-textarea:focus {
    border-color: var(--hc-gold-2)
}

.hc-textarea {
    resize: vertical;
    grid-column: 1/-1;
    min-height: 90px
}

.hc-rating {
    color: var(--hc-text-dim);
    grid-column: 1/-1;
    align-items: center;
    gap: 4px;
    font-size: 14px;
    display: flex
}

.hc-rating__stars {
    gap: 2px;
    margin-left: 8px;
    display: inline-flex
}

.hc-rating__star {
    cursor: pointer;
    color: #5a4628;
    -webkit-user-select: none;
    user-select: none;
    font-size: 22px;
    transition: color .12s
}

.hc-rating__star.is-active {
    color: var(--hc-gold-2)
}

.hc-form-row {
    grid-column: 1/-1;
    justify-content: flex-end;
    align-items: center;
    gap: 14px;
    display: flex
}

.hc-msg {
    color: #7bd388;
    font-size: 14px
}

.hc-msg.is-err {
    color: #e07b6c
}

.hc-submit {
    color: #1a0d05;
    letter-spacing: .4px;
    cursor: pointer;
    background: linear-gradient(#f5d68a,#c9601f);
    border: none;
    border-radius: 30px;
    padding: 11px 28px;
    font-size: 14px;
    font-weight: 800;
    transition: transform .15s,box-shadow .15s
}

.hc-submit:hover {
    transform: translateY(-1px);
    box-shadow: 0 8px 20px #c9601f66
}

.hc-comment-list {
    flex-direction: column;
    gap: 14px;
    margin-top: 8px;
    display: flex
}

.hc-comment {
    border-top: 1px solid #3a1f0d;
    gap: 14px;
    padding: 14px 0;
    display: flex
}

.hc-comment:first-child {
    border-top: none;
    padding-top: 6px
}

.hc-comment__avatar {
    color: #1a0d05;
    text-transform: uppercase;
    background: linear-gradient(135deg,#c9601f,#f5d68a);
    border-radius: 50%;
    flex: none;
    justify-content: center;
    align-items: center;
    width: 42px;
    height: 42px;
    font-size: 16px;
    font-weight: 800;
    display: inline-flex
}

.hc-comment__body {
    flex: auto;
    min-width: 0
}

.hc-comment__head {
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    margin-bottom: 4px;
    display: flex
}

.hc-comment__name {
    color: var(--hc-gold);
    font-size: 15px;
    font-weight: 700
}

.hc-comment__time {
    color: var(--hc-text-dim);
    font-size: 12.5px
}

.hc-comment__rating {
    color: var(--hc-gold-2);
    letter-spacing: 1px;
    font-size: 14px
}

.hc-comment__text {
    color: var(--hc-text);
    word-wrap: break-word;
    margin: 2px 0 0;
    font-size: 14.5px
}

.hc-footer-wrap {
    border-top: 1px solid var(--hc-border);
    background: #1e0f08;
    margin-top: 50px;
    padding: 40px 0 10px
}

.hc-footer {
    grid-template-columns: repeat(var(--footer-cols,3), 1fr);
    text-align: center;
    gap: 30px;
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 20px 10px;
    display: grid
}

.hc-footer__links-grid {
    text-align: left;
    grid-template-columns: 1fr 1fr;
    gap: 8px 14px;
    padding: 0 20px;
    display: grid
}

.hc-footer__col h5 {
    color: var(--hc-gold);
    letter-spacing: 1px;
    margin: 0 0 16px;
    font-size: 16px;
    font-weight: 800
}

.hc-footer__logo {
    max-width: 160px;
    margin: 0 auto 14px;
    display: block
}

.hc-footer__col a {
    color: var(--hc-text);
    margin: 8px 0;
    font-size: 14.5px;
    text-decoration: none;
    display: block
}

.hc-footer__col a:hover {
    color: var(--hc-gold)
}

.hc-socials {
    justify-content: center;
    gap: 14px;
    margin: 0 0 18px;
    display: flex
}

.hc-socials a {
    background: #0d0703;
    border: 1px solid #3a1f0d;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    display: inline-flex;
    overflow: hidden
}

.hc-socials img {
    object-fit: contain;
    width: 28px;
    height: 28px
}

.hc-footer__col a.hc-support-btn {
    width: fit-content;
    max-width: 240px;
    margin: 14px auto;
    text-decoration: none;
    transition: transform .2s,filter .2s;
    display: block
}

.hc-footer__col a.hc-support-btn img {
    filter: drop-shadow(0 6px 14px #c9601f59);
    width: 100%;
    max-width: 240px;
    height: auto;
    margin: 0 auto;
    display: block
}

.hc-footer__col a.hc-support-btn:hover {
    transform: translateY(-2px)
}

.hc-footer__col a.hc-support-btn:hover img {
    filter: drop-shadow(0 8px 18px #f5d68a8c)
}

.hc-dmca {
    max-width: 180px;
    margin: 0 auto 14px;
    display: block
}

.hc-copy {
    text-align: center;
    color: var(--hc-text-dim);
    padding: 20px 10px 0;
    font-size: 14px
}

.hc-copy span {
    color: var(--hc-gold);
    font-weight: 700
}

.hc-history {
    max-width: 980px;
    margin: 30px auto;
    padding: 0 20px 20px
}

.hc-history__intro {
    text-align: center;
    color: var(--hc-text-dim);
    max-width: 760px;
    margin: 0 auto 26px;
    font-size: 15.5px
}

.hc-timeline {
    margin: 0 auto;
    padding: 14px 0;
    position: relative
}

.hc-timeline:before {
    content: "";
    background: linear-gradient(to bottom, transparent 0%, #f5d68a99 8%, var(--hc-gold-2) 50%, #f5d68a99 92%, transparent 100%);
    width: 2px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    transform: translate(-50%);
    box-shadow: 0 0 10px #f5d68a66
}

.hc-timeline__item {
    width: 50%;
    margin-bottom: 10px;
    padding: 14px 40px;
    position: relative
}

.hc-timeline__item:nth-child(odd) {
    text-align: right;
    padding-right: 60px;
    left: 0
}

.hc-timeline__item:nth-child(2n) {
    text-align: left;
    padding-left: 60px;
    left: 50%
}

.hc-timeline__item:before {
    content: "";
    width: 18px;
    height: 18px;
    box-shadow: 0 0 0 2px var(--hc-gold-2), 0 0 12px #f5d68a80;
    z-index: 1;
    background: linear-gradient(#f5d68a,#c9601f);
    border: 3px solid #1a0d05;
    border-radius: 50%;
    position: absolute;
    top: 24px
}

.hc-timeline__item:nth-child(odd):before {
    right: -10px
}

.hc-timeline__item:nth-child(2n):before {
    left: -10px
}

.hc-timeline__year {
    background: linear-gradient(#feffaa 0,#fb4 59%,#fede5e 100%);
    -webkit-text-fill-color: transparent;
    color: #0000;
    letter-spacing: 1px;
    -webkit-background-clip: text;
    background-clip: text;
    margin-bottom: 6px;
    font-size: 22px;
    font-weight: 900;
    display: inline-block
}

.hc-timeline__card {
    border: 1px solid var(--hc-border);
    border-left: 3px solid var(--hc-gold-2);
    background: linear-gradient(#2a1408d9,#0d0703d9);
    border-radius: 10px;
    padding: 14px 16px;
    transition: transform .25s,border-color .25s,box-shadow .25s
}

.hc-timeline__item:nth-child(odd) .hc-timeline__card {
    border-left: none;
    border-right: 3px solid var(--hc-gold-2)
}

.hc-timeline__card:hover {
    border-color: var(--hc-gold-2);
    transform: translateY(-3px);
    box-shadow: 0 10px 24px #c9601f4d
}

.hc-timeline__title {
    color: var(--hc-gold);
    text-transform: uppercase;
    letter-spacing: .3px;
    margin: 0 0 6px;
    font-size: 17px;
    font-weight: 800
}

.hc-timeline__text {
    color: var(--hc-text);
    margin: 0;
    font-size: 14.5px;
    line-height: 1.6
}

.hc-blog {
    max-width: 1180px;
    margin: 30px auto;
    padding: 0 20px
}

.hc-blog__head {
    text-align: center;
    margin-bottom: 24px
}

.hc-blog__sub {
    color: var(--hc-text-dim);
    max-width: 680px;
    margin: 0 auto;
    font-size: 15.5px
}

.hc-blog-grid {
    grid-template-columns: repeat(3,1fr);
    gap: 24px;
    display: grid
}

.hc-blog-card {
    border: 1px solid var(--hc-border);
    border-radius: var(--hc-radius);
    background: linear-gradient(#2a1408d9,#0d0703e6);
    flex-direction: column;
    transition: transform .3s,border-color .3s,box-shadow .3s;
    display: flex;
    overflow: hidden
}

.hc-blog-card:hover {
    border-color: var(--hc-gold-2);
    transform: translateY(-6px);
    box-shadow: 0 14px 30px #c9601f59
}

.hc-blog-card__thumb {
    aspect-ratio: 16/10;
    background: #0d0703;
    display: block;
    position: relative;
    overflow: hidden
}

.hc-blog-card__thumb img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    transition: transform .5s;
    display: block
}

.hc-blog-card:hover .hc-blog-card__thumb img {
    transform: scale(1.06)
}

.hc-blog-card__cat {
    color: #1a0d05;
    text-transform: uppercase;
    letter-spacing: .5px;
    background: linear-gradient(#f5d68a,#c9601f);
    border-radius: 4px;
    padding: 4px 12px;
    font-size: 12px;
    font-weight: 800;
    position: absolute;
    top: 12px;
    left: 12px;
    box-shadow: 0 4px 10px #0006
}

.hc-blog-card__body {
    flex-direction: column;
    flex: auto;
    padding: 18px 20px 20px;
    display: flex
}

.hc-blog-card__meta {
    color: var(--hc-text-dim);
    align-items: center;
    gap: 14px;
    margin-bottom: 10px;
    font-size: 12.5px;
    display: flex
}

.hc-blog-card__meta span {
    align-items: center;
    gap: 5px;
    display: inline-flex
}

.hc-blog-card__meta svg {
    width: 13px;
    height: 13px;
    color: var(--hc-gold-2)
}

.hc-blog-card__title {
    margin: 0 0 10px;
    font-size: 17px;
    font-weight: 800;
    line-height: 1.4
}

.hc-blog-card__title a {
    color: #fff;
    text-decoration: none;
    transition: color .2s
}

.hc-blog-card__title a:hover {
    color: var(--hc-gold)
}

.hc-blog-card__excerpt {
    color: var(--hc-text);
    flex: auto;
    margin: 0 0 14px;
    font-size: 14px;
    line-height: 1.6
}

.hc-blog-card__more {
    color: var(--hc-gold);
    border-top: 1px solid var(--hc-border);
    align-self: flex-start;
    align-items: center;
    gap: 6px;
    width: 100%;
    padding-top: 6px;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    transition: color .2s,gap .2s;
    display: inline-flex
}

.hc-blog-card__more:hover {
    color: var(--hc-gold-2);
    gap: 10px
}

.hc-blog__cta {
    text-align: center;
    margin-top: 30px
}

.hc-blog__all {
    border: 1px solid var(--hc-gold-2);
    color: var(--hc-gold);
    letter-spacing: .5px;
    text-transform: uppercase;
    background: linear-gradient(#1d0f06,#0c0703);
    border-radius: 30px;
    align-items: center;
    gap: 8px;
    padding: 12px 28px;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    transition: all .2s;
    display: inline-flex
}

.hc-blog__all:hover {
    color: #1a0d05;
    background: linear-gradient(#f5d68a,#c9601f);
    transform: translateY(-2px);
    box-shadow: 0 8px 20px #c9601f66
}

.hc-author {
    max-width: 1080px;
    margin: 30px auto;
    padding: 0 20px
}

.hc-author__card {
    border: 1px solid var(--hc-border);
    border-radius: var(--hc-radius);
    background: linear-gradient(135deg,#2a1408d9,#0d0703e6);
    grid-template-columns: 300px 1fr;
    align-items: center;
    gap: 36px;
    padding: 36px;
    display: grid;
    position: relative;
    overflow: hidden;
    box-shadow: 0 0 30px #c9601f1f
}

.hc-author__card:before {
    content: "";
    pointer-events: none;
    border-radius: inherit;
    background: linear-gradient(135deg,#0000 30%,#f5d68a26 50%,#0000 70%);
    position: absolute;
    inset: -2px
}

.hc-author__img-wrap {
    border: 2px solid var(--hc-gold-2);
    border-radius: 14px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 12px 30px #00000080,0 0 0 4px #f5d68a14
}

.hc-author__img-wrap:after {
    content: "";
    pointer-events: none;
    background: linear-gradient(#0000 60%,#0000008c 100%);
    position: absolute;
    inset: 0
}

.hc-author__img {
    aspect-ratio: 1/1.1;
    object-fit: cover;
    width: 100%;
    height: auto;
    display: block
}

.hc-author__badge {
    color: #1a0d05;
    text-transform: uppercase;
    letter-spacing: .5px;
    z-index: 2;
    background: linear-gradient(#f5d68a,#c9601f);
    border-radius: 4px;
    padding: 5px 12px;
    font-size: 11.5px;
    font-weight: 800;
    position: absolute;
    bottom: 12px;
    left: 12px
}

.hc-author__body {
    z-index: 1;
    position: relative
}

.hc-author__role {
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: var(--hc-gold-2);
    background: #f5d68a14;
    border: 1px solid #f5d68a40;
    border-radius: 20px;
    margin-bottom: 14px;
    padding: 4px 10px;
    font-size: 12px;
    font-weight: 700;
    display: inline-block
}

.hc-author__name {
    margin: 0 0 8px;
    font-size: 28px;
    font-weight: 900;
    line-height: 1.2
}

.hc-author__title {
    color: var(--hc-text-dim);
    margin: 0 0 16px;
    font-size: 15px;
    font-style: italic
}

.hc-author__desc {
    color: var(--hc-text);
    margin: 0 0 18px;
    font-size: 15px;
    line-height: 1.7
}

.hc-author__stats {
    border-top: 1px solid var(--hc-border);
    border-bottom: 1px solid var(--hc-border);
    gap: 30px;
    margin: 18px 0;
    padding: 14px 0;
    display: flex
}

.hc-author__stat {
    flex-direction: column;
    display: flex
}

.hc-author__stat-num {
    background: linear-gradient(#feffaa,#fb4);
    -webkit-text-fill-color: transparent;
    color: #0000;
    -webkit-background-clip: text;
    background-clip: text;
    font-size: 22px;
    font-weight: 900
}

.hc-author__stat-label {
    color: var(--hc-text-dim);
    text-transform: uppercase;
    letter-spacing: .5px;
    font-size: 12px
}

.hc-author__location {
    color: var(--hc-gold);
    align-items: center;
    gap: 8px;
    margin-top: 14px;
    font-size: 14.5px;
    font-weight: 600;
    display: flex
}

.hc-author__location svg {
    width: 18px;
    height: 18px;
    color: var(--hc-gold-2);
    flex: none
}

.hc-author__location span {
    color: var(--hc-text)
}

@media (max-width: 1024px) {
    .hc-footer {
        gap:40px;
        grid-template-columns: 1fr!important
    }

    .hc-footer__col {
        flex-direction: column;
        align-items: center;
        display: flex;
        text-align: center!important
    }

    .hc-footer__links-grid {
        width: 100%;
        max-width: 480px;
        margin: 0 auto;
        padding: 0;
        grid-template-columns: 1fr 1fr!important
    }
}

@media (max-width: 600px) {
    .hc-footer__links-grid {
        text-align:center;
        grid-template-columns: 1fr!important
    }
}

@media (max-width: 900px) {
    .hc-hero {
        gap:10px;
        padding: 10px 12px 20px
    }

    .hc-hero__side {
        display: none
    }

    .hc-hero__center {
        min-height: 0
    }

    .hc-hero__center>img {
        max-height: 360px
    }

    .hc-features,.hc-twocol,.hc-footer {
        grid-template-columns: 1fr
    }

    .hc-games {
        grid-template-columns: 1fr 1fr
    }

    .hc-features:before {
        display: none
    }

    .hc-h1 {
        font-size: 24px
    }

    .hc-h2 {
        font-size: 22px
    }

    .hc-cta {
        padding: 12px 22px;
        font-size: 14px
    }

    .hc-tabs {
        grid-template-columns: 1fr;
        gap: 14px
    }

    .hc-tabs__nav {
        border-right: none;
        border-bottom: 1px solid var(--hc-border);
        scrollbar-width: thin;
        flex-direction: row;
        padding-bottom: 14px;
        padding-right: 0;
        overflow-x: auto
    }

    .hc-tab-btn {
        flex: none;
        min-width: 180px
    }

    .hc-tabs__panels {
        padding: 6px 4px
    }

    .hc-blog-grid {
        grid-template-columns: 1fr 1fr;
        gap: 18px
    }

    .hc-timeline:before {
        left: 20px
    }

    .hc-timeline__item {
        width: 100%;
        text-align: left!important;
        padding: 14px 14px 14px 50px!important;
        left: 0!important
    }

    .hc-timeline__item:before {
        left: 11px!important;
        right: auto!important
    }

    .hc-timeline__card {
        border-left: 3px solid var(--hc-gold-2)!important;
        border-right: none!important
    }

    .hc-author__card {
        text-align: center;
        grid-template-columns: 1fr;
        gap: 24px;
        padding: 24px
    }

    .hc-author__img-wrap {
        max-width: 280px;
        margin: 0 auto
    }

    .hc-author__stats,.hc-author__location {
        justify-content: center
    }
}

@media (max-width: 600px) {
    .hc-hero__center>img {
        max-height:280px
    }

    .hc-h1,.hc-h2 {
        font-size: 20px
    }

    .hc-h3 {
        font-size: 18px
    }

    .hc-games,.hc-comment-form {
        grid-template-columns: 1fr
    }

    .hc-comments {
        padding: 18px 16px
    }

    .hc-blog-grid {
        grid-template-columns: 1fr
    }

    .hc-timeline__year {
        font-size: 18px
    }

    .hc-timeline__title {
        font-size: 16px
    }

    .hc-author__name {
        font-size: 22px
    }

    .hc-author__stats {
        flex-wrap: wrap;
        gap: 16px
    }

    .hc-author__stat-num {
        font-size: 18px
    }
}

#ez-toc-container,.ez-toc-container,.ez-toc-title-container,.toc,.table-of-contents,.entry-toc {
    display: none!important
}

/* Rules added from inline CSS migration */
.hc-page {
    --hc-bg-image: url(../images/background-1.jpg);
}

.hc-header img {
    filter: drop-shadow(0 4px 12px rgba(245, 214, 138, .35));
    max-height: 120px;
    width: auto;
    max-width: 100%;
    object-fit: contain;
    display: block;
}

.hc-card h2 {
    margin: 20px 0 10px !important;
    color: var(--hc-gold) !important;
}

.hc-card p {
    margin: 14px 0 !important;
}

.hc-card h3.txt-gradient {
    margin-top: 24px !important;
}

.hc-card a {
    color: var(--hc-gold) !important;
    text-decoration: underline !important;
}

/* Fix tab panels to use class-based display instead of inline style */
.hc-tab-panel {
    display: none;
}

.hc-tab-panel.is-active {
    display: block !important;
}

.hc-faq h2 {
    text-align: center;
}

.hc-comments__rating-wrapper {
    margin-top: 20px;
}

.hc-rating svg {
    width: 14px !important;
    height: 14px !important;
}

.hc-footer {
    --footer-cols: 3;
}

.hc-footer__col {
    text-align: left !important;
}

.hc-footer__col div {
    color: var(--hc-text);
    font-size: 14.5px;
    line-height: 1.6;
}

.hc-footer__logo {
    margin-bottom: 12px !important;
    display: block !important;
}

.hc-socials {
    margin-bottom: 12px !important;
    display: flex !important;
    gap: 8px !important;
}

.hc-support-btn {
    margin-bottom: 12px !important;
    display: block !important;
}

.hc-playweb-btn {
    display: block !important;
    width: 240px !important;
    margin-bottom: 12px !important;
}

.hc-dmca {
    display: block !important;
}

.hc-traffic-wrap {
    all: initial;
    display: block;
    width: 100%;
    box-sizing: border-box !important;
}

.hc-blog-card__more svg {
    width: 15px;
}

.hc-comment__text p {
    margin: 0;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
}



.hc-header__nav {
    display: none;
}

@media (max-width: 768px) {
    .hc-header {
        flex-direction: column;
        padding-bottom: 12px;
    }
    
    .hc-header__nav {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        width: 100%;
        max-width: 100%;
        gap: 8px;
        padding: 12px 10px;
        margin-top: 12px;
        justify-content: flex-start;
        align-items: center;
        border-top: 1px solid var(--hc-border);
        -ms-overflow-style: none;
        scrollbar-width: none;
        -webkit-overflow-scrolling: touch;
    }
    
    .hc-header__nav::-webkit-scrollbar {
        display: none;
    }
    
    .hc-nav-link {
        flex: 0 0 auto;
        color: var(--hc-gold);
        font-family: 'Mulish', sans-serif;
        font-weight: 700;
        font-size: 13px;
        text-transform: uppercase;
        text-decoration: none;
        padding: 8px 14px;
        border: 1px solid var(--hc-orange);
        border-radius: var(--hc-radius);
        background: #0006;
        box-shadow: inset 0 0 10px rgba(199, 96, 31, 0.15);
        transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    }
    
    .hc-nav-link:hover, 
    .hc-nav-link:active {
        background: var(--hc-gold);
        color: #000000;
        border-color: var(--hc-gold);
        box-shadow: 0 0 15px rgba(245, 214, 138, 0.4);
    }
}
