a{
    text-decoration: none !important;
}
a:hover{
    color: rgba(229, 231, 235, .92) !important;
}
.grid-container{
    max-width: unset !important;
}
#main{
    margin: 0;
}
.inside-article{
    padding: 0 !important;
    background-color: unset !important;
}
.article-hero {
    margin-bottom: 0;
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid rgba(217, 70, 239, .12);
    background: radial-gradient(circle at 12% 5%, rgba(217, 70, 239, .22), transparent 55%), radial-gradient(circle at 82% 38%, rgba(236, 72, 153, .16), transparent 52%), radial-gradient(circle at 55% 95%, rgba(249, 115, 22, .10), transparent 45%), linear-gradient(180deg, rgba(11, 11, 22, 0.0) 0%, rgba(11, 11, 22, .55) 75%, rgba(11, 11, 22, 1) 100%);
}
.article-hero::before {
    content: "";
    position: absolute;
    inset: -120px;
    background: radial-gradient(circle at 55% 50%, rgba(217, 70, 239, .18), transparent 60%);
    filter: blur(10px);
    opacity: .9;
    transform: rotate(6deg);
    pointer-events: none;
}
.ah-container{
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 40px;
}
.woocommerce-breadcrumb{
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    align-items: center;
    padding: 16px 0 0;
    color: rgba(156, 163, 175, .92);
    font-size: 13px;
    position: relative;
    z-index: 1;
}
.woocommerce-breadcrumb a {
    color: rgba(229, 231, 235, .88);
    font-weight: 900;
}
.hero-card {
    border-radius: 22px;
    border: 1px solid rgba(217, 70, 239, .16);
    background: linear-gradient(180deg, rgba(26, 26, 46, .72) 0%, rgba(20, 20, 40, .62) 100%);
    padding: 16px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 22px 70px rgba(0, 0, 0, .35);
}
.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 8px 14px;
    border-radius: 999px;
    border: 1px solid rgba(217, 70, 239, .22);
    background: rgba(20, 20, 40, .55);
    color: #9ca3af;
    font-weight: 800;
    font-size: 13px;
    width: fit-content;
}
#articleTitle {
    margin-top: 10px;
    font-size: 34px;
    font-weight: 980;
    letter-spacing: .2px;
    background: linear-gradient(135deg, #d946ef 0%, #ec4899 55%, #f97316 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 0;
}
.subline {
    color: #9ca3af;
    font-size: 14px;
    margin-top: 8px;
    max-width: 78ch;
    margin-bottom: 0;
}
.meta {
    margin-top: 12px;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    align-items: center;
    color: rgba(156, 163, 175, .92);
    font-size: 12px;
}
.hero-grid .meta {
    margin-top: 12px;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    align-items: center;
    color: rgba(156, 163, 175, .92);
    font-size: 12px;
}
.hero-actions {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 14px;
}
.hero-side {
    display: grid;
    gap: 12px;
}
.mini-card {
    border-radius: 22px;
    border: 1px solid rgba(217, 70, 239, .14);
    background: rgba(20, 20, 40, .45);
    padding: 16px;
    position: relative;
    overflow: hidden;
}
.mini-card h4 {
    font-size: 14px;
    font-weight: 980;
    margin-bottom: 10px;
    color: #f3f4f6;
}
.linklist {
    list-style: none;
    display: grid;
    gap: 10px;
    margin: 0;
}
.linklist a {
    color: rgba(229, 231, 235, .92);
    font-weight: 950;
}
.linklist a:hover {
    text-decoration: underline !important;
}
.divider {
    height: 1px;
    background: rgba(217, 70, 239, .12);
    margin: 18px 0;
}
.btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 20px;
    border-radius: 999px;
    border: 1px solid rgba(217, 70, 239, .22);
    background: rgba(20, 20, 40, .55);
    color: var(--text);
    font-weight: 900;
    letter-spacing: .2px;
    cursor: pointer;
    user-select: none;
    transition: transform 160ms ease, border-color 160ms ease, background 160ms ease, box-shadow 160ms ease;
}
.btn.sm {
    padding: 10px 14px;
    font-size: 13px;
    font-weight: 950;
}
.btn.ghost {
    background: rgba(11, 11, 22, .35);
}
.btn.block {
    width: 100%;
    justify-content: center;
}
.btn.primary {
    background: linear-gradient(135deg, #d946ef 0%, #ec4899 55%, #f97316 100%);
    border-color: transparent;
    color: #fff;
}
.hero-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1.35fr .65fr;
    gap: 16px;
    padding: 18px 0 28px;
    align-items: stretch;
}
.btn:hover {
    transform: translateY(-2px);
    border-color: rgba(217, 70, 239, .45);
    box-shadow: 0 18px 45px rgba(217, 70, 239, 0.18);
}
.article-body{
    max-width: 1400px;
    margin: 74px auto;
    padding: 0 40px;
    display: grid;
    grid-template-columns: 1fr .42fr;
    gap: 18px;
    align-items: start;
}
.toc {
    display: grid;
    gap: 10px;
}
.toc a.active {
    border-color: rgba(217, 70, 239, .55);
    box-shadow: 0 16px 40px rgba(217, 70, 239, .12);
}
.toc a {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 10px 12px;
    border-radius: 16px;
    border: 1px solid rgba(217, 70, 239, .14);
    background: rgba(11, 11, 22, .30);
    color: rgba(229, 231, 235, .92);
    font-weight: 900;
    font-size: 13px;
    transition: border-color 160ms ease, transform 160ms ease, background 160ms ease;
}
.toc a:hover {
    border-color: rgba(217, 70, 239, .42);
    transform: translateY(-1px);
    background: rgba(26, 26, 46, .45);
}
.hint {
    color: #9ca3af;
    font-weight: 800;
    font-size: 12px;
    margin-top: 6px;
}
.side-sticky {
    position: sticky;
    top: 96px;
    display: grid;
    gap: 12px;
}
.field {
    border-radius: 18px;
    border: 1px solid rgba(217, 70, 239, .16);
    background: rgba(11, 11, 22, .30);
    padding: 12px;
}
.article-body article{
    border-radius: 22px;
    border: 1px solid rgba(217, 70, 239, .16);
    background: linear-gradient(180deg, rgba(20, 20, 40, .75) 0%, rgba(20, 20, 40, .55) 100%);
    overflow: hidden;
}
.article-body .featured-image{
    border-bottom: 1px solid rgba(217, 70, 239, .12);
    margin-bottom: 0 !important;
}
.article-body .featured-image img{
    width: 100%;
}
.article-body .entry-content{
    margin-top: 0 !important;
}
.article-related{
    margin: 0 auto;
    display: grid;
    gap: 12px;
    max-width: 1400px;
    padding: 0 40px;
}
.ar-header{
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 12px;
    flex-wrap: wrap;
}
.ar-header .eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 8px 14px;
    border-radius: 999px;
    border: 1px solid rgba(217, 70, 239, .22);
    background: rgba(20, 20, 40, .55);
    color: #9ca3af;
    font-weight: 800;
    font-size: 13px;
    width: fit-content;
}
.ar-title{
    margin-top: 10px;
    font-size: 20px;
    font-weight: 980;
    color: #f3f4f6;
    margin-bottom: 0;
    line-height: 1.6;
}
.ar-header .hint {
    color: #9ca3af;
    font-weight: 800;
    font-size: 12px;
    margin-top: 6px;
}
.article-related .related-posts{
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}
.article-related .related-post:hover{
    border-color: rgba(217, 70, 239, .34);
    box-shadow: 0 18px 45px rgba(217, 70, 239, 0.18);
}
.article-related .related-post{
    border-radius: 22px;
    border: 1px solid rgba(217, 70, 239, .14);
    background: rgba(20, 20, 40, .45);
    position: relative;
    overflow: hidden;
}
.article-related .post-inner{
    display: grid;
    grid-template-columns: 120px 1fr;
    gap: 12px;
    padding: 14px;
    min-width: 0;
}
.article-related .post-media{
    border-radius: 18px;
    border: 1px solid rgba(217, 70, 239, .14);
    background: radial-gradient(circle at 35% 30%, rgba(217, 70, 239, .18), transparent 55%), linear-gradient(135deg, rgba(35, 35, 69, .9) 0%, rgba(20, 20, 40, .75) 75%);
    aspect-ratio: 4 / 3;
    display: grid;
    place-items: center;
    overflow: hidden;
}
.article-related .post-meta{
    margin-top: 5px;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    align-items: center;
    color: rgba(156, 163, 175, .92);
    font-size: 12px;
}
.article-related .post-meta .cat {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 7px 10px;
    border-radius: 999px;
    border: 1px solid rgba(217, 70, 239, .16);
    background: rgba(11, 11, 22, .35);
    font-weight: 950;
    font-size: 12px;
    color: rgba(229, 231, 235, .92);
}
.article-related .post-title{
    font-size: 14px;
    font-weight: 980;
    line-height: 1.25;
    color: #f3f4f6;
    margin-top: 8px;
}
.article-related .post-title a{
    color: #f3f4f6;
}
.article-related .post-excerpt {
    color: #9ca3af;
    font-size: 12px;
    margin-top: 6px;
}
@media (max-width: 1100px) {
    .hero-grid {
        grid-template-columns: 1fr;
    }
    .article-body {
        grid-template-columns: 1fr;
        margin: 54px auto;
    }
    .article-related .related-posts {
        grid-template-columns: 1fr;
    }
}
@media (max-width: 820px) {
    .ah-container,.article-body,.article-related {
        padding: 0 16px;
    }
    #articleTitle {
        font-size: 26px;
    }
    .hero-card {
        padding: 14px;
    }
}