*{
    box-sizing:border-box;
}

html{
    scroll-behavior:smooth;
}

body{
    margin:0;
    background:#05070a;
    color:#f5f8fb;
    font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;
    line-height:1.6;
}

body:before{
    content:"";
    position:fixed;
    inset:0;
    pointer-events:none;
    opacity:.025;
    background-image:
        linear-gradient(rgba(255,255,255,.7) 1px,transparent 1px),
        linear-gradient(90deg,rgba(255,255,255,.7) 1px,transparent 1px);
    background-size:70px 70px;
    z-index:-1;
}

a{
    color:inherit;
    text-decoration:none;
}

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

.wrap{
    width:min(1240px,92%);
    margin:auto;
}

/* =========================
   HEADER
========================= */

.top{
    position:sticky;
    top:0;
    z-index:100;
    background:rgba(5,7,10,.82);
    backdrop-filter:blur(22px);
    border-bottom:1px solid #171d25;
}

.nav{
    min-height:76px;
    display:flex;
    align-items:center;
    gap:34px;
}

.logo{
    flex-shrink:0;
    font-size:23px;
    font-weight:950;
    letter-spacing:-1.5px;
}

.logo:before{
    content:"";
    display:inline-block;
    width:7px;
    height:7px;
    margin:0 9px 3px 0;
    border-radius:50%;
    background:#55dfff;
    box-shadow:0 0 14px #55dfff;
}

nav{
    display:flex;
    align-items:center;
    gap:24px;
    flex:1;
}

nav a,
.auth a{
    color:#7e8999;
    font-size:13px;
    font-weight:700;
    transition:.2s;
}

nav a:hover,
.auth a:hover{
    color:#fff;
}

.auth{
    display:flex;
    align-items:center;
    gap:15px;
    white-space:nowrap;
}

.auth > span{
    color:#9ba6b5;
    font-size:13px;
}

/* =========================
   BUTTONS
========================= */

.btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    background:#55dfff;
    color:#031015;
    border:1px solid #55dfff;
    border-radius:8px;
    padding:12px 20px;
    font-weight:850;
    cursor:pointer;
    transition:.2s;
}

.btn:hover{
    transform:translateY(-2px);
    box-shadow:0 10px 35px rgba(85,223,255,.20);
}

.btn.ghost{
    background:rgba(255,255,255,.025);
    color:#eef4f8;
    border-color:#303945;
    margin-left:8px;
}

.btn.small{
    padding:8px 13px;
    border-radius:7px;
    font-size:12px;
}

/* =========================
   HERO
========================= */

.hero{
    position:relative;
    min-height:610px;
    display:grid;
    grid-template-columns:1.05fr .95fr;
    align-items:center;
    gap:65px;
    border-bottom:1px solid #171d25;
    overflow:hidden;
}

.hero:before{
    content:"";
    position:absolute;
    width:700px;
    height:700px;
    right:-280px;
    top:-230px;
    background:radial-gradient(
        circle,
        rgba(85,223,255,.13),
        rgba(85,223,255,.025) 40%,
        transparent 70%
    );
    pointer-events:none;
}

.hero:after{
    content:"";
    position:absolute;
    width:500px;
    height:1px;
    left:-100px;
    bottom:100px;
    background:linear-gradient(
        90deg,
        transparent,
        rgba(85,223,255,.45),
        transparent
    );
    transform:rotate(-18deg);
}

.hero h1{
    position:relative;
    font-size:clamp(54px,7vw,94px);
    line-height:.91;
    letter-spacing:-5px;
    margin:0 0 27px;
    max-width:850px;
}

.hero h1 span{
    color:#55dfff;
}

.hero p{
    color:#8d98a7;
    font-size:18px;
    max-width:650px;
    margin:0 0 32px;
}

.eyebrow{
    color:#55dfff;
    font-size:10px;
    font-weight:900;
    letter-spacing:2.8px;
    margin-bottom:17px;
}

/* =========================
   HERO VISUAL
========================= */

.hero-visual{
    display:flex;
    justify-content:center;
    align-items:center;
    position:relative;
}

.hero-panel{
    width:min(470px,100%);
    min-height:330px;
    position:relative;
    border:1px solid #27323d;
    border-radius:18px;
    background:
        linear-gradient(
            145deg,
            rgba(15,23,31,.96),
            rgba(7,11,16,.98)
        );
    box-shadow:
        0 35px 100px rgba(0,0,0,.45),
        0 0 80px rgba(85,223,255,.07);
    overflow:hidden;
    transform:perspective(1000px) rotateY(-5deg) rotateX(2deg);
}

.hero-panel:before{
    content:"";
    position:absolute;
    width:260px;
    height:260px;
    right:-120px;
    bottom:-120px;
    border-radius:50%;
    background:rgba(85,223,255,.08);
    filter:blur(10px);
}

.hero-panel-top{
    height:52px;
    display:flex;
    align-items:center;
    gap:7px;
    padding:0 18px;
    border-bottom:1px solid #202a34;
    background:#0b1016;
}

.hero-panel-top span{
    width:8px;
    height:8px;
    border-radius:50%;
    background:#394451;
}

.hero-panel-top b{
    margin-left:auto;
    color:#6d7a89;
    font-size:9px;
    letter-spacing:2px;
}

.hero-code{
    padding:31px 28px 20px;
    font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;
    font-size:14px;
    line-height:2.35;
}

.hero-code div{
    color:#dce5eb;
}

.hero-code i{
    display:inline-block;
    width:32px;
    color:#485665;
    font-style:normal;
    font-size:11px;
}

.hero-code span{
    color:#55dfff;
    margin-left:8px;
}

.hero-status{
    position:absolute;
    bottom:0;
    left:0;
    right:0;
    height:51px;
    display:flex;
    align-items:center;
    gap:9px;
    padding:0 20px;
    border-top:1px solid #202a34;
    color:#657383;
    font-size:9px;
    letter-spacing:1.5px;
}

.status-dot{
    width:6px;
    height:6px;
    border-radius:50%;
    background:#55dfff;
    box-shadow:0 0 10px #55dfff;
}

.hero-status strong{
    margin-left:auto;
    color:#55dfff;
    font-size:9px;
}

/* =========================
   STATS
========================= */

.stats{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    border-bottom:1px solid #171d25;
}

.stats div{
    position:relative;
    padding:28px 25px;
    border-right:1px solid #171d25;
}

.stats div:last-child{
    border-right:0;
}

.stats div:before{
    content:"";
    position:absolute;
    top:0;
    left:25px;
    width:28px;
    height:1px;
    background:#55dfff;
    opacity:.7;
}

.stats b{
    display:block;
    font-size:25px;
    letter-spacing:-1px;
}

.stats span{
    display:block;
    color:#687586;
    font-size:11px;
    margin-top:2px;
}

/* =========================
   SECTIONS
========================= */

.section-title{
    display:flex;
    justify-content:space-between;
    align-items:end;
    margin:78px 0 25px;
}

.section-title h2{
    margin:0;
    font-size:31px;
    letter-spacing:-1.2px;
}

.section-title a{
    color:#55dfff;
    font-size:13px;
    font-weight:800;
}

/* =========================
   FEATURED
========================= */

.featured{
    display:grid;
    grid-template-columns:1.38fr .62fr;
    gap:20px;
    margin:65px 0 30px;
}

.featured-main{
    position:relative;
    min-height:450px;
    border:1px solid #202a34;
    border-radius:18px;
    overflow:hidden;
    background:#0a0e13;
    transition:.25s;
}

.featured-main:hover{
    border-color:#354451;
    transform:translateY(-2px);
}

.featured-main img{
    position:absolute;
    inset:0;
    width:100%;
    height:100%;
    object-fit:cover;
}

.featured-main:after{
    content:"";
    position:absolute;
    inset:0;
    background:
        linear-gradient(
            to top,
            rgba(2,5,8,.98) 0%,
            rgba(2,5,8,.78) 38%,
            rgba(2,5,8,.10) 78%
        );
}

.featured-content{
    position:absolute;
    z-index:2;
    left:32px;
    right:32px;
    bottom:29px;
}

.featured-content h2{
    max-width:800px;
    font-size:39px;
    line-height:1.04;
    letter-spacing:-1.7px;
    margin:10px 0;
}

.featured-content p{
    max-width:700px;
    color:#a6b0bc;
    margin:0;
    font-size:14px;
}

.featured-side{
    display:grid;
    gap:20px;
}

.mini-card{
    background:#0a0e13;
    border:1px solid #202a34;
    border-radius:15px;
    overflow:hidden;
    transition:.2s;
}

.mini-card:hover{
    border-color:#394855;
    transform:translateY(-2px);
}

.mini-card img{
    width:100%;
    height:145px;
    object-fit:cover;
}

.mini-body{
    padding:17px;
}

.mini-body h3{
    margin:7px 0;
    font-size:18px;
    line-height:1.2;
}

.mini-body h3 a:hover{
    color:#55dfff;
}

.mini-body small{
    color:#657182;
}

/* =========================
   NEWS GRID
========================= */

.grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:20px;
    margin-bottom:90px;
}

.card{
    position:relative;
    background:#0a0e13;
    border:1px solid #1d2630;
    border-radius:15px;
    overflow:hidden;
    min-height:100%;
    transition:.22s;
}

.card:hover{
    transform:translateY(-5px);
    border-color:#354350;
    box-shadow:0 20px 50px rgba(0,0,0,.28);
}

.card-image{
    width:100%;
    height:205px;
    object-fit:cover;
    background:#10151c;
}

.card-body{
    padding:22px;
}

.card h3{
    font-size:20px;
    line-height:1.2;
    letter-spacing:-.4px;
    margin:9px 0 11px;
}

.card h3 a:hover{
    color:#55dfff;
}

.card p{
    color:#8994a3;
    font-size:14px;
    margin:0 0 17px;
}

.card small{
    color:#5e6a7a;
    font-size:11px;
}

.tag{
    display:inline-block;
    color:#55dfff;
    font-size:9px;
    text-transform:uppercase;
    letter-spacing:1.7px;
    font-weight:900;
}

/* =========================
   PAGE HEADER
========================= */

.pagehead{
    padding:90px 0 48px;
    border-bottom:1px solid #171d25;
}

.pagehead h1{
    font-size:62px;
    line-height:1;
    letter-spacing:-2.5px;
    margin:0 0 15px;
}

.pagehead p{
    color:#8994a4;
    max-width:720px;
    font-size:17px;
}

/* =========================
   ARTICLE
========================= */

.article{
    max-width:920px;
    margin:65px auto 45px;
}

.article .tag{
    margin-bottom:10px;
}

.article h1{
    font-size:clamp(42px,6vw,70px);
    line-height:1.02;
    letter-spacing:-2.5px;
    margin:10px 0 14px;
}

.meta{
    color:#697586;
    font-size:13px;
    margin-bottom:35px;
}

.article-image{
    width:100%;
    max-height:560px;
    object-fit:cover;
    border-radius:16px;
    border:1px solid #202934;
    margin-bottom:40px;
}

.content{
    font-size:18px;
    color:#d2d8e1;
    line-height:1.9;
}

.content p{
    margin:0 0 22px;
}

/* =========================
   COMMENTS
========================= */

.comments{
    max-width:920px;
    margin:0 auto 90px;
    border-top:1px solid #1b232d;
    padding-top:35px;
}

.comments h2{
    font-size:26px;
}

.comment{
    padding:20px 0;
    border-bottom:1px solid #1b232d;
}

.comment small{
    color:#687486;
    margin-left:10px;
}

.comment p{
    color:#b9c2ce;
}

/* =========================
   FORMS
========================= */

.form{
    display:grid;
    gap:12px;
    margin-top:25px;
}

.form input,
.form textarea{
    width:100%;
    background:#080c11;
    color:#fff;
    border:1px solid #27313d;
    border-radius:9px;
    padding:13px 14px;
    font:inherit;
    outline:none;
    transition:.2s;
}

.form input:focus,
.form textarea:focus{
    border-color:#55dfff;
    box-shadow:0 0 0 3px rgba(85,223,255,.08);
}

.form textarea{
    min-height:150px;
    resize:vertical;
}

/* =========================
   AUTH
========================= */

.authbox{
    max-width:510px;
    margin:90px auto 130px;
    background:#0a0e13;
    border:1px solid #202a35;
    border-radius:16px;
    padding:38px;
    box-shadow:0 20px 70px rgba(0,0,0,.30);
}

.authbox h1{
    font-size:38px;
    line-height:1.08;
    letter-spacing:-1px;
    margin:0 0 25px;
}

.error{
    background:#35191d;
    border:1px solid #673139;
    color:#ffb5bb;
    padding:12px;
    border-radius:8px;
}

/* =========================
   FORUM
========================= */

.forumrows{
    margin:20px 0 100px;
}

.forumrows div{
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:23px 18px;
    margin-bottom:8px;
    border:1px solid #1b242e;
    border-radius:11px;
    background:#0a0e13;
    transition:.2s;
}

.forumrows div:hover{
    border-color:#354450;
    transform:translateX(3px);
}

.forumrows b{
    font-size:16px;
}

.forumrows span{
    color:#737f90;
    font-size:13px;
}

/* =========================
   EMPTY
========================= */

.empty{
    text-align:center;
    padding:130px 0;
}

.empty h1{
    font-size:64px;
    margin:0;
}

/* =========================
   FOOTER
========================= */

footer{
    border-top:1px solid #171d25;
    color:#687486;
    padding:30px 0;
    margin-top:30px;
}

footer .wrap{
    display:flex;
    gap:25px;
    justify-content:space-between;
    font-size:13px;
}

footer b{
    color:#eef2f7;
}

/* =========================
   MOBILE
========================= */

@media(max-width:1000px){

    .nav{
        gap:18px;
    }

    nav{
        gap:15px;
    }

    .hero{
        grid-template-columns:1fr;
        gap:45px;
        padding:80px 0;
    }

    .hero-visual{
        justify-content:flex-start;
    }

    .hero-panel{
        transform:none;
    }

    .featured{
        grid-template-columns:1fr;
    }

    .featured-side{
        grid-template-columns:repeat(2,1fr);
    }

    .grid{
        grid-template-columns:repeat(2,1fr);
    }
}

@media(max-width:760px){

    .wrap{
        width:min(94%,1240px);
    }

    .nav{
        min-height:65px;
        flex-wrap:wrap;
        padding:10px 0;
    }

    nav{
        order:3;
        width:100%;
        overflow-x:auto;
        padding-bottom:5px;
        scrollbar-width:none;
    }

    nav::-webkit-scrollbar{
        display:none;
    }

    .auth{
        margin-left:auto;
    }

    .hero{
        min-height:auto;
        padding:65px 0 55px;
    }

    .hero h1{
        font-size:52px;
        letter-spacing:-3px;
    }

    .hero p{
        font-size:17px;
    }

    .hero-panel{
        min-height:300px;
    }

    .hero-code{
        padding:24px 20px 18px;
        font-size:12px;
    }

    .stats{
        grid-template-columns:repeat(2,1fr);
    }

    .stats div{
        padding:20px;
    }

    .featured{
        margin-top:40px;
    }

    .featured-main{
        min-height:390px;
    }

    .featured-content{
        left:22px;
        right:22px;
        bottom:22px;
    }

    .featured-content h2{
        font-size:28px;
    }

    .featured-side{
        grid-template-columns:1fr;
    }

    .grid{
        grid-template-columns:1fr;
        gap:16px;
    }

    .section-title{
        margin-top:55px;
    }

    .section-title h2{
        font-size:26px;
    }

    .pagehead{
        padding:55px 0 35px;
    }

    .pagehead h1{
        font-size:43px;
    }

    .article{
        margin-top:45px;
    }

    .article h1{
        font-size:42px;
    }

    .content{
        font-size:17px;
    }

    .authbox{
        margin:55px auto 90px;
        padding:25px;
    }

    .forumrows div{
        display:block;
        padding:20px 17px;
    }

    .forumrows span{
        display:block;
        margin-top:5px;
    }

    footer .wrap{
        display:block;
    }

    footer span{
        display:block;
        margin-top:7px;
    }
}

/* =========================================================
   CORECHEAP V2 - COMMUNITY POLISH
========================================================= */

::selection{
    background:#55dfff;
    color:#020609;
}

body{
    background:
        radial-gradient(circle at 85% 10%, rgba(85,223,255,.055), transparent 25%),
        radial-gradient(circle at 10% 70%, rgba(85,223,255,.035), transparent 28%),
        #05070a;
}

/* Header */

.top{
    box-shadow:0 10px 40px rgba(0,0,0,.22);
}

.logo{
    position:relative;
    transition:.25s;
}

.logo:hover{
    color:#55dfff;
    text-shadow:0 0 25px rgba(85,223,255,.3);
}

/* Navigation */

nav a{
    position:relative;
    padding:28px 0;
}

nav a:after{
    content:"";
    position:absolute;
    left:0;
    right:100%;
    bottom:19px;
    height:2px;
    background:#55dfff;
    transition:.25s;
}

nav a:hover:after{
    right:0;
}

/* Hero */

.hero{
    min-height:650px;
}

.hero h1{
    text-shadow:0 0 45px rgba(85,223,255,.035);
}

.hero h1 span{
    text-shadow:0 0 35px rgba(85,223,255,.18);
}

.hero-panel{
    animation:corecheapFloat 6s ease-in-out infinite;
}

@keyframes corecheapFloat{
    0%,100%{
        transform:perspective(1000px) rotateY(-5deg) rotateX(2deg) translateY(0);
    }
    50%{
        transform:perspective(1000px) rotateY(-5deg) rotateX(2deg) translateY(-8px);
    }
}

/* Stats */

.stats{
    background:rgba(255,255,255,.012);
}

.stats div{
    transition:.25s;
}

.stats div:hover{
    background:rgba(85,223,255,.025);
}

.stats div:hover b{
    color:#55dfff;
}

/* Cards */

.card,
.post-card,
.mini-card,
.featured-main,
.featured-side article{
    transition:
        transform .25s ease,
        border-color .25s ease,
        box-shadow .25s ease;
}

.card:hover,
.post-card:hover,
.mini-card:hover{
    transform:translateY(-5px);
    border-color:#33424f;
    box-shadow:0 18px 50px rgba(0,0,0,.3);
}

.mini-card:hover{
    background:#0b1117;
}

/* Featured */

.featured-main{
    position:relative;
    overflow:hidden;
}

.featured-main:after{
    content:"";
    position:absolute;
    inset:auto 0 0;
    height:90px;
    background:linear-gradient(
        transparent,
        rgba(0,0,0,.55)
    );
    pointer-events:none;
}

.tag{
    border:1px solid rgba(85,223,255,.22);
    background:rgba(85,223,255,.055);
    color:#55dfff;
    border-radius:5px;
    padding:4px 9px;
    display:inline-block;
    font-size:10px;
    font-weight:900;
    letter-spacing:1px;
    text-transform:uppercase;
}

/* Links */

article h2 a,
article h3 a{
    transition:.2s;
}

article h2 a:hover,
article h3 a:hover{
    color:#55dfff;
}

/* Page headings */

.pagehead{
    position:relative;
    border-bottom:1px solid #171d25;
}

.pagehead:after{
    content:"";
    position:absolute;
    left:0;
    bottom:-1px;
    width:100px;
    height:2px;
    background:#55dfff;
    box-shadow:0 0 15px rgba(85,223,255,.45);
}

/* Forms */

input,
textarea,
select{
    background:#080d12 !important;
    border:1px solid #27323d !important;
    color:#f5f8fb !important;
    border-radius:8px;
    transition:.2s;
}

input:focus,
textarea:focus,
select:focus{
    outline:none;
    border-color:#55dfff !important;
    box-shadow:0 0 0 3px rgba(85,223,255,.08);
}

/* Forum */

.forumrows div{
    transition:.2s;
    border-bottom:1px solid #171d25;
}

.forumrows div:hover{
    background:rgba(85,223,255,.025);
}

.forumrows b a:hover{
    color:#55dfff !important;
}

/* Buttons */

.btn{
    box-shadow:0 5px 25px rgba(85,223,255,.06);
}

.btn.ghost:hover{
    border-color:#55dfff;
    color:#55dfff;
}

/* Footer */

footer{
    margin-top:100px;
    background:#030507;
    border-top:1px solid #171d25;
}

footer b{
    color:#55dfff;
    letter-spacing:1px;
}

/* Mobile */

@media(max-width:900px){

    .nav{
        gap:15px;
    }

    nav{
        gap:13px;
        overflow-x:auto;
        scrollbar-width:none;
    }

    nav::-webkit-scrollbar{
        display:none;
    }

    nav a{
        white-space:nowrap;
    }

    .hero{
        grid-template-columns:1fr;
        min-height:auto;
        padding:80px 0;
    }

    .hero-visual{
        margin-top:20px;
    }

    .hero-panel{
        transform:none;
        animation:none;
    }

    .stats{
        grid-template-columns:repeat(2,1fr);
    }

    .stats div:nth-child(2){
        border-right:0;
    }

}

@media(max-width:600px){

    .nav{
        min-height:64px;
    }

    .logo{
        font-size:19px;
    }

    .auth > span{
        display:none;
    }

    .hero{
        padding:60px 0;
    }

    .hero h1{
        font-size:52px;
        letter-spacing:-3px;
    }

    .hero p{
        font-size:16px;
    }

    .hero-panel{
        min-height:290px;
    }

    .stats{
        grid-template-columns:1fr 1fr;
    }

    .stats div{
        padding:22px 17px;
    }

    .section-title{
        margin-top:55px;
    }

}

/* =========================================================
   CORECHEAP - HOME PAGINATION
   ========================================================= */

.pagination{
    display:flex;
    justify-content:center;
    align-items:center;
    gap:8px;
    margin:45px 0 70px;
    flex-wrap:wrap;
}

.pagination a{
    min-width:42px;
    height:42px;
    padding:0 12px;
    display:flex;
    align-items:center;
    justify-content:center;
    border:1px solid rgba(255,255,255,.10);
    border-radius:10px;
    background:rgba(255,255,255,.035);
    color:#dce7ee;
    text-decoration:none;
    font-weight:700;
    transition:.2s ease;
}

.pagination a:hover{
    border-color:rgba(85,223,255,.65);
    color:#55dfff;
    background:rgba(85,223,255,.07);
    transform:translateY(-2px);
}

.pagination a.active{
    background:#55dfff;
    border-color:#55dfff;
    color:#031015;
    box-shadow:0 0 22px rgba(85,223,255,.18);
}

.pagination .page-arrow{
    font-size:20px;
}

@media (max-width:600px){
    .pagination{
        gap:6px;
        margin:35px 0 50px;
    }

    .pagination a{
        min-width:38px;
        height:38px;
        padding:0 9px;
    }
}


/* CORECHEAP - ARTICLE BACK BUTTON */

.article-back{
    display:inline-flex;
    align-items:center;
    gap:8px;
    margin-bottom:24px;
    padding:10px 16px;
    border:1px solid rgba(85,223,255,.20);
    border-radius:10px;
    background:rgba(85,223,255,.05);
    color:#55dfff;
    font-size:14px;
    font-weight:700;
    cursor:pointer;
    transition:.2s ease;
}

.article-back:hover{
    background:rgba(85,223,255,.12);
    border-color:rgba(85,223,255,.55);
    transform:translateX(-3px);
}

.article-back:active{
    transform:translateX(-1px);
}

@media (max-width:600px){
    .article-back{
        margin-bottom:18px;
        padding:9px 14px;
    }
}

