@charset "utf-8";

/* CSS Document */

body,
html {
    height: 100%;
    position: relative;
}

body {
    margin: 0;
    padding: 0;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 14px;
    color: rgba(255, 255, 255, .5);
    line-height: 140%;
    min-height: 100%;
    background: #0a0304;
}

a {
    text-decoration: none;
    color: #111;
    transition: 0.5s;
}

a:hover {
    color: #333;
}

.pointer {
    cursor: pointer;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

@font-face {
    font-family: "helios";
    src: url('MAKHelios.ttf') format('truetype');
}

@font-face {
    font-family: "Roboto";
    src: url('RobotoCondensed-Regular.ttf') format('truetype');
}

.fleft {
    float: left;
}

.fright {
    float: right;
}

.clear {
    clear: both;
}

ul {
    margin: 0px;
    padding: 0px;
}

li {
    list-style: none;
    transition: 0.5s;
}

h1 {
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #e1e1e1;
    margin: 30px 0px;
    padding: 20px 0px;
    font-size: 20px;
    text-transform: uppercase;
}

.header {
    width: 100%;
}

.header .width {
    overflow: hidden;
}

.header img {
    width: 100%;
    display: block;
}

.menu {
    background-color: #222222;
    border: 1px solid #121212;
    width: 100%;
    padding: 8px 0;
}

.menu a {
    color: white;
}

.menu .width {
    display: flex;
    align-items: center;
    gap: 24px;
}

.width {
    width: 80%;
    margin: auto;
}

.logo {
    width: 170px;
    flex: 0 0 170px;
}

.logo img {
    display: block;
    width: 100%;
    max-width: 100%;
}

.menus {
    padding: 0;
    width: auto;
    flex: 1 1 auto;
}

.search {
    width: 160px;
    flex: 0 0 160px;
    position: relative;
}

.menus ul {
    display: flex;
    align-items: center;
    gap: 6px;
    margin: 0;
    padding: 0;
}

.menu li {
    float: none;
    font-size: 13px;
    text-transform: uppercase;
    padding: 10px 8px;
    line-height: 1;
}

.menu a:hover {
    color: #4d8dff;
}

.search input {
    border: 0;
    width: 100%;
    height: 40px;
    padding: 0 15px;
    font-size: 14px;
    font-weight: 300;
    color: #fff;
    background: #333;
}

.search button {
    border: 0;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    padding: 12px 15px;
    font-size: 14px;
    color: #fff;
    background: #333;
}

.tbody {
    background: rgba(15, 15, 15, .9);
    border-bottom: solid 1px rgba(255, 255, 255, .07);
    border-top: solid 1px rgba(255, 255, 255, .07);
    padding: 20px;
}

.swiper {
    width: 100%;
    height: 60vh;
    overflow: hidden;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
}

.list {
    width: 100%;
}

.list li {
    float: left;
    width: 14.5%;
    margin: 1%;
    position: relative;
    padding: 10px;
    border-radius: 18px;
    background:
        linear-gradient(180deg, rgba(24, 24, 24, .98), rgba(10, 10, 10, .98));
    border: 1px solid rgba(255, 255, 255, .14);
    box-shadow: 0 18px 35px rgba(0, 0, 0, .24);
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.list li > a {
    display: block;
    color: inherit;
}

.list li::before {
    content: "";
    position: absolute;
    inset: 10px 10px auto 10px;
    height: 56%;
    border-radius: 14px;
    background: linear-gradient(180deg, rgba(255, 255, 255, .05), transparent 35%);
    pointer-events: none;
    z-index: 0;
}

.list li img {
    width: 100%;
    opacity: 1;
    display: block;
    height: auto;
    transition: .5s ease;
    backface-visibility: hidden;
    border-radius: 14px;
    border: 1px solid rgba(255, 255, 255, .18);
    box-shadow: 0 16px 28px rgba(0, 0, 0, .28);
    position: relative;
    z-index: 1;
}

.list h2 {
    color: white;
    font-size: 14px;
    height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0px;
    margin: 12px 0 6px;
    position: relative;
    z-index: 1;
}

.list h3 {
    width: 100%;
    line-height: 1.5;
    font-size: 12px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color: rgba(255, 255, 255, .5);
    margin: 0px;
    padding: 0px;
    position: relative;
    z-index: 1;
}

.list h3 .far {
    margin-right: 5px;
}

.middle {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
    z-index: 2;
}

.list li:hover img {
    opacity: 0.24;
}

.list li:hover .middle {
    opacity: 1;
}

.list li:hover {
    transform: translateY(-6px);
    border-color: rgba(77, 141, 255, .42);
    box-shadow: 0 24px 42px rgba(0, 0, 0, .34);
}

.text {
    background: linear-gradient(135deg, #4d8dff, #2f6df6);
    color: white;
    font-size: 13px;
    padding: 8px 14px;
    border-radius: 999px;
    box-shadow: 0 12px 24px rgba(47, 109, 246, .28);
}

.pagination {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
}

.real-btn {
    padding: 10px;
    background: #e1e1e1;
    line-height: 60px;
}

.current {
    background: #2f6df6;
    color: #fff;
}

.real-btn:hover {
    background: #ccc;
}

.footer {
    width: 100%;
    text-align: center;
    margin: 30px 0px;
}

.garchig {
    width: 100%;
    padding: 10px;
    background: #2f6df6;
    color: white;
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.left {
    width: 20%;
}

.left img {
    width: 100%;
}

.right {
    width: 70%;
}

table {
    width: 100%;
    margin-bottom: 30px;
}

table th,
table td {
    padding: 5px 10px;
}

table th {
    text-align: right;
}

.link {
    width: 100%;
    text-align: center;
    margin-top: 20px;
}

.link a {
    color: white;
    background: #2f6df6;
    padding: 10px 20px;
}

.link a:hover {
    opacity: 0.8;
}

.detail {
    width: 80%;
    margin: auto;
}

.reader-shell {
    max-width: 880px;
    margin: 0 auto;
    padding: 36px 28px;
    border-radius: 28px;
    background:
        radial-gradient(circle at top, rgba(255, 255, 255, .12), transparent 30%),
        linear-gradient(180deg, rgba(35, 25, 25, .96), rgba(10, 10, 10, .98));
    border: 1px solid rgba(255, 255, 255, .06);
    box-shadow: 0 28px 60px rgba(0, 0, 0, .34);
}

.reader-stack {
    display: grid;
    gap: 0;
}

.reader-page {
    position: relative;
    margin: 0;
    padding: 0;
    border-radius: 24px;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, .08), rgba(255, 255, 255, .02)),
        linear-gradient(180deg, #181818, #0f0f0f);
    border: 1px solid rgba(255, 255, 255, .08);
    box-shadow:
        0 20px 40px rgba(0, 0, 0, .30),
        inset 0 1px 0 rgba(255, 255, 255, .04);
}

.reader-page::before {
    content: "";
    position: absolute;
    inset: 14px;
    border-radius: 20px;
    background: linear-gradient(180deg, rgba(255, 255, 255, .04), transparent 24%);
    pointer-events: none;
}

.reader-page-badge {
    position: absolute;
    top: -12px;
    left: 22px;
    z-index: 2;
    min-width: 38px;
    padding: 6px 10px;
    border-radius: 999px;
    background: linear-gradient(135deg, #4d8dff, #2f6df6);
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    text-align: center;
    box-shadow: 0 12px 24px rgba(47, 109, 246, .28);
}

.reader-page-frame {
    position: relative;
    overflow: hidden;
    border-radius: 18px;
    background: #050505;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .04);
}

.detail img {
    width: 100%;
    margin-bottom: 0;
    display: block;
}

.read-shell {
    padding: 24px;
    background:
        radial-gradient(circle at top right, rgba(77, 141, 255, .14), transparent 28%),
        linear-gradient(180deg, rgba(18, 18, 18, .98), rgba(12, 12, 12, .96));
}

.read-hero {
    display: flex;
    gap: 28px;
    align-items: flex-start;
}

.read-cover {
    width: 28%;
}

.read-cover-frame {
    position: relative;
    overflow: hidden;
    border-radius: 22px;
    border: 1px solid rgba(255, 255, 255, .08);
    background: #161616;
    box-shadow: 0 24px 45px rgba(0, 0, 0, .35);
}

.read-cover-frame::after {
    content: "";
    position: absolute;
    inset: auto 0 0 0;
    height: 35%;
    background: linear-gradient(180deg, transparent, rgba(0, 0, 0, .55));
    pointer-events: none;
}

.read-cover-frame img {
    width: 100%;
    display: block;
}

.read-summary {
    width: 72%;
}

.read-meta-card {
    padding: 28px;
    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, .07);
    background: rgba(255, 255, 255, .02);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .03);
}

.read-kicker,
.related-kicker {
    display: inline-block;
    padding: 6px 12px;
    border-radius: 999px;
    background: rgba(77, 141, 255, .16);
    color: #9dc2ff;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .08em;
}

.read-title {
    margin: 14px 0 20px;
    color: #fff;
    font-size: 34px;
    line-height: 1.15;
    border: 0;
    padding: 0;
    text-align: left;
}

.read-meta-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin-bottom: 22px;
}

.read-meta-item {
    padding: 14px 16px;
    border-radius: 16px;
    background: rgba(255, 255, 255, .03);
    border: 1px solid rgba(255, 255, 255, .05);
}

.read-meta-item span {
    display: block;
    color: rgba(255, 255, 255, .5);
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .06em;
    margin-bottom: 8px;
}

.read-meta-item strong {
    color: #fff;
    font-size: 15px;
    line-height: 1.4;
}

.read-description {
    color: rgba(255, 255, 255, .78);
    line-height: 1.8;
}

.read-description p:first-child {
    margin-top: 0;
}

.read-notice {
    margin-top: 22px;
    padding: 16px 18px;
    border-radius: 16px;
    border-left: 4px solid #ffd666;
    background: rgba(255, 214, 102, .08);
    color: rgba(255, 244, 204, .9);
}

.read-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 24px;
}

.read-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-width: 190px;
    padding: 12px 18px;
    border-radius: 14px;
    color: #fff;
    background: linear-gradient(135deg, #4d8dff, #2f6df6);
    box-shadow: 0 12px 28px rgba(47, 109, 246, .22);
}

.read-btn:hover {
    color: #fff;
    transform: translateY(-1px);
    box-shadow: 0 16px 30px rgba(47, 109, 246, .28);
}

.read-btn.is-disabled,
.read-btn.is-disabled:hover {
    background: linear-gradient(135deg, #5a5a5a, #4a4a4a);
    box-shadow: none;
    color: rgba(255, 255, 255, .72);
    cursor: not-allowed;
    pointer-events: none;
    transform: none;
}

.read-btn-facebook {
    background: linear-gradient(135deg, #4267B2, #5b83d8);
    box-shadow: 0 12px 28px rgba(66, 103, 178, .22);
}

.read-btn-facebook:hover {
    box-shadow: 0 16px 30px rgba(66, 103, 178, .28);
}

.related-shell {
    background:
        linear-gradient(180deg, rgba(17, 17, 17, .98), rgba(10, 10, 10, .96));
}

.related-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 22px;
}

.related-head h3 {
    margin: 10px 0 0;
    color: #fff;
    font-size: 26px;
    line-height: 1.2;
}

.login {
    width: 40%;
    margin: auto;
    text-align: center;
}

.login-card {
    background: linear-gradient(180deg, rgba(21, 21, 21, .98), rgba(12, 12, 12, .96));
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 24px;
    padding: 28px 30px 32px;
    box-shadow: 0 20px 45px rgba(0, 0, 0, .35);
}

.login-intro {
    margin-bottom: 18px;
}

.login-badge {
    display: inline-block;
    padding: 6px 12px;
    border-radius: 999px;
    background: rgba(77, 141, 255, .18);
    color: #8db8ff;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .08em;
    margin-bottom: 12px;
}

.login-intro h3 {
    margin: 0 0 8px;
    color: #fff;
    font-size: 24px;
    line-height: 1.2;
}

.login-intro p {
    margin: 0;
    color: rgba(255, 255, 255, .65);
    font-size: 14px;
}

.login input {
    border: 0;
    width: 100%;
    height: 40px;
    padding: 0 15px;
    font-size: 14px;
    font-weight: 300;
    color: #fff;
    background: #333;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, .06);
}

#verification-code-form {
    display: none;
    margin-top: 22px;
    padding-top: 22px;
    border-top: 1px solid rgba(255, 255, 255, .08);
}

.btn2 {
    background: #2f6df6;
    color: white;
    border: none;
    margin-top: 20px;
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
    border-radius: 10px;
}

.btn2:hover {
    background: #555;
}

.zaavar {
    margin: 18px 0;
}

.zaavar-highlight {
    text-align: left;
    background: rgba(255, 214, 102, .08);
    border: 1px solid rgba(255, 214, 102, .18);
    border-left: 4px solid #ffd666;
    border-radius: 16px;
    padding: 14px 16px;
    color: rgba(255, 245, 200, .92);
}

.control-group {
    margin-bottom: 14px;
    text-align: left;
}

.control-group label {
    display: block;
    margin-bottom: 8px;
    color: #f3f3f3;
    font-size: 13px;
    font-weight: 600;
}

.control-group small {
    display: block;
    margin-top: 8px;
    color: rgba(255, 255, 255, .45);
    font-size: 12px;
}

.form-action {
    margin-top: 18px;
}

.form-action-inline .btn2 {
    margin-right: 10px;
}

.btn-secondary {
    background: #383838;
}

.btn-secondary:hover {
    background: #4a4a4a;
}

.verification-head {
    text-align: left;
    margin-bottom: 14px;
}

.verification-head h4 {
    margin: 0 0 6px;
    color: #fff;
    font-size: 18px;
}

.verification-head p {
    margin: 0;
    color: rgba(255, 255, 255, .55);
    font-size: 13px;
}

.login-alert {
    display: none;
    margin: 18px 0;
    border-radius: 16px;
    padding: 14px 16px;
    text-align: left;
    font-size: 13px;
    line-height: 1.5;
}

.login-alert.is-info,
.login-alert.is-success,
.login-alert.is-error {
    display: block;
}

.login-alert.is-info {
    background: rgba(77, 171, 247, .12);
    border-left: 4px solid #4dabf7;
    color: #d0ebff;
}

.login-alert.is-success {
    background: rgba(81, 207, 102, .12);
    border-left: 4px solid #51cf66;
    color: #d3f9d8;
}

.login-alert.is-error {
    background: rgba(77, 141, 255, .12);
    border-left: 4px solid #4d8dff;
    color: #d0ebff;
}

.bagts {
    width: 100%;
}

.bagts li {
    width: 21%;
    margin: 2%;
    float: left;
    color: white;
    background: url(img/bagts.png);
    background-repeat: no-repeat;
    background-size: 100%;
    border-radius: 20px;
    padding: 1%;
}

h6 {
    font-size: 18px;
    text-transform: uppercase;
    padding: 20px 0px;
    margin: 0px;
}

h5 {
    text-shadow: 1px 0 1px #ccc, 0 1px 1px #eee, 2px 1px 1px #ccc, 1px 2px 1px #eee, 3px 2px 1px #ccc, 2px 3px 1px #eee, 4px 3px 1px #ccc, 3px 4px 1px #eee;
    box-sizing: border-box;
    font-size: 60px;
    font-weight: bold;
    padding: 20px 0px;
    margin: 0px;
}

.bagts li:hover {
    opacity: 0.5;
}

.tolbor {
    background: white;
    color: #333;
    border-radius: 30px;
    padding: 20px;
}

.tolbor th,
.tolbor td {
    border-bottom: 1px solid #ccc;
}

.tolbor img {
    width: 50%;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 20px;
}

.tolbor p {
    width: 100%;
    background: rgb(190, 227, 248) none repeat scroll 0% 0%;
    border-radius: 20px;
    padding: 20px;
    border-left: 5px solid #3083d0;
}

.login .btn {
    color: white;
    background: #2f6df6;
    padding: 10px 20px;
    border-radius: 20px;
    cursor: pointer;
}

.alert {
    width: 50%;
    margin: auto;
    background: rgb(190, 227, 248) none repeat scroll 0% 0%;
    border-radius: 20px;
    padding: 20px;
    border-left: 5px solid #3083d0;
    color: #111;
    text-align: center;
}

.searchs li {
    padding: 10px;
    border-bottom: 1px dotted #ccc;
    list-style: circle;
    padding-left: 50px;
}

.searchs li a {
    color: white;
}

.chapter-browser {
    max-width: 760px;
    margin: 0 auto;
    padding: 26px;
    border-radius: 24px;
    background:
        radial-gradient(circle at top right, rgba(77, 141, 255, .12), transparent 30%),
        linear-gradient(180deg, rgba(18, 18, 18, .98), rgba(12, 12, 12, .98));
    border: 1px solid rgba(255, 255, 255, .06);
    box-shadow: 0 22px 50px rgba(0, 0, 0, .28);
}

.chapter-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.chapter-item {
    list-style: none;
}

.chapter-card {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 12px;
    border-radius: 18px;
    background: rgba(255, 255, 255, .02);
    border: 1px solid rgba(255, 255, 255, .05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .02);
}

.chapter-card:hover {
    color: inherit;
    transform: translateY(-1px);
    background: rgba(255, 255, 255, .04);
    border-color: rgba(77, 141, 255, .28);
}

.chapter-thumb-wrap {
    flex: 0 0 70px;
}

.chapter-thumb {
    width: 70px;
    height: 70px;
    display: block;
    object-fit: cover;
    border-radius: 14px;
    background: #202020;
}

.chapter-thumb-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, .35);
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: .06em;
}

.chapter-copy {
    flex: 1;
    min-width: 0;
}

.chapter-copy strong {
    display: block;
    color: #fff;
    font-size: 16px;
    margin-bottom: 6px;
}

.chapter-copy span {
    display: block;
    color: rgba(255, 255, 255, .5);
    font-size: 12px;
}

.chapter-arrow {
    flex: 0 0 auto;
    color: rgba(255, 255, 255, .4);
    font-size: 26px;
    line-height: 1;
    padding-right: 4px;
}

@media (max-width: 800px) {
    .fleft,
    .fright {
        float: none;
    }
    .menu .width {
        display: block;
    }
    .logo {
        width: 100%;
        flex: none;
        max-width: 170px;
    }
    .menus {
        padding: 10px;
        width: 100%;
        flex: none;
    }
    .search {
        width: 100%;
        flex: none;
    }
    .menus ul {
        display: block;
    }
    .menu li {
        font-size: 3vw;
        padding: 3vw;
    }
    .swiper {
        height: 20vh;
    }
    .width {
        width: 90%;
    }
    .list li {
        float: left;
        width: 48%;
        margin: 1%;
        position: relative;
    }
    .left {
        width: 100%;
    }
    .right {
        width: 100%;
    }
    .link a {
        line-height: 50px;
    }
    .login {
        width: 100%;
    }
    .login-card {
        padding: 20px 16px 24px;
        border-radius: 18px;
    }
    .bagts li {
        width: 100%;
    }
    .alert {
        width: 100%;
    }
    .detail {
        width: 100%;
    }
    .reader-shell {
        padding: 18px 12px;
        border-radius: 20px;
    }
    .reader-stack {
        gap: 0;
    }
    .reader-page {
        padding: 0;
        border-radius: 18px;
    }
    .reader-page::before {
        inset: 10px;
        border-radius: 14px;
    }
    .reader-page-badge {
        top: -10px;
        left: 16px;
    }
    .read-shell {
        padding: 18px;
    }
    .read-hero {
        display: block;
    }
    .read-cover,
    .read-summary {
        width: 100%;
    }
    .read-cover {
        margin-bottom: 20px;
    }
    .read-meta-card {
        padding: 18px;
        border-radius: 18px;
    }
    .read-title {
        font-size: 24px;
    }
    .read-meta-grid {
        grid-template-columns: 1fr;
    }
    .read-actions {
        display: block;
    }
    .read-btn {
        width: 100%;
        margin-bottom: 12px;
    }
    .related-head {
        display: block;
    }
    .related-head h3 {
        font-size: 22px;
    }
    .chapter-browser {
        padding: 16px;
        border-radius: 18px;
    }
    .chapter-card {
        gap: 12px;
        padding: 10px;
    }
    .chapter-thumb-wrap {
        flex-basis: 58px;
    }
    .chapter-thumb {
        width: 58px;
        height: 58px;
        border-radius: 12px;
    }
    .chapter-copy strong {
        font-size: 14px;
    }
}

.abc {
    display: none;
}

.abc ul {
    width: 100%;
    padding: 20px;
    text-align: center;
}

.abc li {
    padding: 10px 1.15vw;
    float: left;
    background: rgba(15, 15, 15, .9);
    border: solid 1px rgba(255, 255, 255, .07);
}

.abc a {
    color: white;
}

.dar {
    color: white;
    cursor: pointer;
}
