.pc-nav-container {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #212536;
    z-index: 10000;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial;
}

.pc-nav-content {
    width: 100%;
    max-width: 1050px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
    position: relative;
}

.pc-nav-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 60px;
}

.pc-logo-box a {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
}

.pc-logo-box img {
    width: 3.5rem;
}

.pc-logo-text {
    color: #cfcde4;
    font-size: 15px;
}

.pc-auth-box {
    font-size: 14px;
    color: #fff;
}

.pc-auth-box a {
    color: #fff;
    text-decoration: none;
    margin: 0 5px;
}

.pc-auth-box .divider {
    color: #666;
    margin: 0 5px;
}

.pc-nav-bottom {
    height: 50px;
    display: flex;
    align-items: center;
}

.pc-nav-links {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    max-width: 1050px;
    margin: 0 auto;
    justify-content: space-between;
}

.pc-nav-links li {
    margin: 0;
    font-weight: 700;
    position: relative;
}

.pc-nav-links a {
    color: #CFCDE4;
    text-decoration: none;
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 8px 12px;
    border-radius: 10px;
    transition: color 0.3s;
}

.pc-nav-links .nav-text {
    display: inline-block;
}

.pc-nav-links a:hover,
.pc-nav-links a.active {
    color: #fff;
}

.pc-nav-links #menuAllTrigger a {
    transition: background-color .2s ease, color .2s ease, box-shadow .2s ease;
}

.pc-nav-links #menuAllTrigger a:focus-visible,
.pc-nav-links #menuAllTrigger:focus-within a,
.pc-nav-links #menuAllTrigger:hover a {
    background: linear-gradient(90deg, #8533ED 0%, #008EFE 100%);
    color: #fff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25), 0 0 0 1px rgba(255, 255, 255, 0.08) inset;
}

.pc-nav-links #menuNovelTrigger a:focus-visible,
.pc-nav-links #menuNovelTrigger:focus-within a,
.pc-nav-links #menuNovelTrigger:hover a {
    background: linear-gradient(90deg, #8533ED 0%, #008EFE 100%);
    color: #fff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25), 0 0 0 1px rgba(255, 255, 255, 0.08) inset;
}

.pc-nav-links .arrow {
    border: solid currentColor;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 2px;
    transform: rotate(45deg);
    margin-left: 5px;
    margin-bottom: 2px;
    opacity: 0.7;
}

.dhd2 {
    width: 15x;
    height: 15px;
    margin-left: 6px;
    vertical-align: middle;
    opacity: .8
}

.mega-menu {
    position: absolute;
    left: 0;
    right: 0;
    top: 104px;
    margin: 0 auto;
    width: 100%;
    max-width: 1050px;
    background: #262b3b;
    color: #CFCDE4;
    border-radius: 14px;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, .06), 0 12px 24px rgba(0, 0, 0, .25);
    z-index: 1005;
    opacity: 0;
    transform: translateY(8px);
    visibility: hidden;
    transition: opacity .3s ease, transform .3s ease, visibility .3s ease;
    pointer-events: none;
}

.mega-menu.show {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
    pointer-events: auto;
}

.mega-menu-anchor {
    position: absolute;
    width: 160px;
    z-index: 10002;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    margin-left: 180px;
}

.mega-inner.single {
    grid-template-columns: 1fr;
}

.mega-inner {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 24px;
    padding: 22px 22px 26px;
}

.mega-col {
    border-left: 1px solid rgba(255, 255, 255, .06);
    padding-left: 22px
}

.mega-col:first-child {
    border-left: none;
    padding-left: 22px
}

.mega-title {
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 700;
    color: #CFCDE4;
    margin-bottom: 10px;
}

.mega-title img {
    width: 18px;
    height: 18px;
    margin-right: 8px
}

.mega-list {
    margin-top: 3rem;
}

.mega-list .icon-1 {
    margin-bottom: 4px;
}

.mega-list img {
    width: 18px;
    height: 18px;
    padding-right: .5rem;
    vertical-align: text-bottom;
}

.mega-list a {
    display: block;
    color: #CFCDE4;
    font-size: 15px;
    line-height: 28px;
    padding: 3px 6px;
    border-radius: 6px;
}

.mega-list a:hover {
    color: #fff;
    background: rgba(255, 255, 255, .06);
}

.mega-chip {
    position: absolute;
    top: 20px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 22px;
    border-radius: 999px;
    background: -webkit-linear-gradient(left, #8533ED, #008EFE);
    color: #fff;
    font-size: 14px;
    font-weight: 600;
}

.mega-chip .chip-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #fff;
}
