body{
    background:#050505;
    color:#fff;
    font-family:Arial, sans-serif;
}

.auth-box{
    width:380px;
    max-width:90%;
    margin:80px auto;
    padding:30px;
    background:#101010;
    border:1px solid rgba(0,229,255,.25);
    border-radius:22px;
    box-shadow:0 0 35px rgba(0,229,255,.15);
}

.auth-box h2{
    text-align:center;
    color:#00e5ff;
    margin-bottom:20px;
}

.auth-box input{
    width:100%;
    padding:14px;
    margin-bottom:14px;
    border:none;
    border-radius:12px;
    background:#050505;
    color:#fff;
    outline:none;
    border:1px solid #222;
}

.auth-box button{
    width:100%;
    padding:14px;
    border:none;
    border-radius:12px;
    background:#00e5ff;
    color:#000;
    font-weight:bold;
    cursor:pointer;
}

.auth-box a{
    color:#00e5ff;
}

.error{
    background:#300;
    color:#ffb3b3;
    padding:10px;
    border-radius:10px;
    margin-bottom:12px;
}
ody{
    background:#050505;
    color:#fff;
    font-family:Arial, sans-serif;
}

.auth-box{
    width:380px;
    max-width:90%;
    margin:80px auto;
    padding:30px;
    background:#101010;
    border:1px solid rgba(0,229,255,.25);
    border-radius:22px;
    box-shadow:0 0 35px rgba(0,229,255,.15);
}

.auth-box h2{
    text-align:center;
    color:#00e5ff;
    margin-bottom:20px;
}

.auth-box input{
    width:100%;
    padding:14px;
    margin-bottom:14px;
    border:none;
    border-radius:12px;
    background:#050505;
    color:#fff;
    outline:none;
    border:1px solid #222;
}

.auth-box button{
    width:100%;
    padding:14px;
    border:none;
    border-radius:12px;
    background:#00e5ff;
    color:#000;
    font-weight:bold;
    cursor:pointer;
}

.auth-box a{
    color:#00e5ff;
}

.error{
    background:#300;
    color:#ffb3b3;
    padding:10px;
    border-radius:10px;
    margin-bottom:12px;
}

.success{
    background:#002b1a;
    color:#9fffd0;
    padding:10px;
    border-radius:10px;
    margin-bottom:12px;
}
.admin-wrap{
    width:95%;
    max-width:1200px;
    margin:40px auto;
    color:#fff;
}

.admin-wrap h1{
    color:#00e5ff;
    margin-bottom:25px;
}

.admin-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(220px,1fr));
    gap:20px;
}

.admin-card{
    background:#101010;
    border:1px solid rgba(0,229,255,.25);
    border-radius:20px;
    padding:25px;
    box-shadow:0 0 25px rgba(0,229,255,.12);
}

.admin-card h2{
    font-size:35px;
    color:#00e5ff;
}

.admin-links{
    margin-top:30px;
    display:flex;
    flex-wrap:wrap;
    gap:12px;
}

.admin-links a,
.admin-wrap a{
    background:#00e5ff;
    color:#000;
    padding:12px 18px;
    border-radius:12px;
    text-decoration:none;
    font-weight:bold;
}

.admin-table{
    width:100%;
    border-collapse:collapse;
    background:#101010;
    border-radius:16px;
    overflow:hidden;
}

.admin-table th,
.admin-table td{
    padding:12px;
    border-bottom:1px solid #222;
    text-align:left;
}

.admin-table th{
    background:#050505;
    color:#00e5ff;
}

.admin-table select,
.admin-table button{
    padding:8px;
    border-radius:8px;
    border:none;
}

.admin-table button{
    background:#00e5ff;
    color:#000;
    font-weight:bold;
}

.mini-pfp{
    width:35px;
    height:35px;
    object-fit:cover;
    border-radius:50%;
    vertical-align:middle;
    margin-right:8px;
}

.auth-box select{
    width:100%;
    padding:14px;
    margin-bottom:14px;
    border:none;
    border-radius:12px;
    background:#050505;
    color:#fff;
    outline:none;
    border:1px solid #222;
}

.article-wrap{
    width:90%;
    max-width:900px;
    margin:40px auto;
    background:#101010;
    padding:30px;
    border-radius:24px;
    border:1px solid rgba(0,229,255,.2);
    box-shadow:0 0 35px rgba(0,229,255,.12);
}

.article-wrap h1{
    color:#fff;
    font-size:42px;
    margin-bottom:10px;
}

.article-meta{
    color:#aaa;
    margin-bottom:20px;
}

.article-img{
    width:100%;
    max-height:450px;
    object-fit:cover;
    border-radius:20px;
    margin-bottom:25px;
}

.article-content{
    line-height:1.8;
    color:#ddd;
    font-size:17px;
}

.back-link{
    color:#00e5ff;
    text-decoration:none;
    font-weight:bold;
}
.breaking a{
    color:#fff;
    text-decoration:none;
}

.card-content .btn{
    padding:10px 18px;
    font-size:14px;
    margin:0;
}
.chat-wrap{
width:95%;
max-width:1000px;
margin:20px auto;
background:#111;
border-radius:20px;
overflow:hidden;
border:1px solid rgba(0,229,255,.2);
}

.chat-header{
padding:20px;
background:#000;
color:#00e5ff;
font-size:22px;
font-weight:bold;
}

#chat_messages{
height:600px;
overflow-y:auto;
padding:15px;
}

.msg{
display:flex;
gap:10px;
margin-bottom:15px;
}

.chat-pfp{
width:45px;
height:45px;
border-radius:50%;
object-fit:cover;
border:2px solid #00e5ff;
}

#chatForm{
display:flex;
padding:15px;
background:#000;
}

#chatForm input{
flex:1;
padding:12px;
background:#050505;
border:1px solid #222;
color:#fff;
border-radius:10px;
}

#chatForm button{
margin-left:10px;
padding:12px 20px;
background:#00e5ff;
border:none;
border-radius:10px;
font-weight:bold;
cursor:pointer;
}
.reaction-box{
    display:flex;
    gap:12px;
    flex-wrap:wrap;
    margin:30px 0;
}

.reaction-box a{
    background:#050505;
    color:#fff;
    border:1px solid rgba(0,229,255,.25);
    padding:12px 18px;
    border-radius:14px;
    text-decoration:none;
    transition:.2s;
}

.reaction-box a:hover{
    background:#00e5ff;
    color:#000;
}

.comments-box{
    margin-top:35px;
    border-top:1px solid #222;
    padding-top:25px;
}

.comments-box h2{
    color:#00e5ff;
    margin-bottom:15px;
}

.comments-box textarea{
    width:100%;
    height:120px;
    background:#050505;
    color:#fff;
    border:1px solid #222;
    border-radius:14px;
    padding:14px;
}

.comments-box button{
    margin-top:10px;
    background:#00e5ff;
    color:#000;
    border:none;
    padding:12px 18px;
    border-radius:12px;
    font-weight:bold;
    cursor:pointer;
}

.comment-item{
    display:flex;
    gap:12px;
    margin-top:20px;
    background:#050505;
    padding:14px;
    border-radius:14px;
    border:1px solid #1d1d1d;
}

.comment-item img{
    width:45px;
    height:45px;
    border-radius:50%;
    object-fit:cover;
    border:2px solid #00e5ff;
}

.comment-item p{
    color:#ccc;
    margin-top:5px;
}

.journalist-pfp{
    width:140px;
    height:140px;
    border-radius:50%;
    object-fit:cover;
    border:4px solid #00e5ff;
    box-shadow:0 0 30px rgba(0,229,255,.35);
}

.profile-stats{
    display:flex;
    justify-content:center;
    gap:15px;
    flex-wrap:wrap;
    margin:25px 0;
}

.profile-stats div{
    background:#050505;
    border:1px solid rgba(0,229,255,.25);
    border-radius:16px;
    padding:15px 25px;
}

.profile-stats b{
    display:block;
    color:#00e5ff;
    font-size:25px;
}

.profile-stats span{
    color:#aaa;
    font-size:13px;
}

.follow-btn{
    background:#00e5ff;
    color:#000;
    border:none;
    padding:13px 25px;
    border-radius:30px;
    font-weight:bold;
    cursor:pointer;
}

.journalist-article{
    background:#050505;
    border:1px solid #222;
    padding:18px;
    border-radius:16px;
    margin-top:15px;
}

.journalist-article h3{
    color:#fff;
}

.journalist-article p{
    color:#aaa;
    margin:8px 0;
}

.journalist-article a{
    color:#00e5ff;
    font-weight:bold;
}
.fund-box{
    background:#050505;
    border:1px solid rgba(0,229,255,.25);
    border-radius:20px;
    padding:25px;
    margin:25px 0;
}

.fund-box h2{
    color:#00e5ff;
}

.fund-bar{
    width:100%;
    height:18px;
    background:#111;
    border-radius:30px;
    overflow:hidden;
    margin:15px 0;
    border:1px solid #222;
}

.fund-bar div{
    height:100%;
    background:linear-gradient(90deg,#00e5ff,#00ff9d);
    box-shadow:0 0 18px rgba(0,229,255,.6);
}

.donate-form input,
.donate-form select{
    width:100%;
    padding:14px;
    margin-bottom:14px;
    border-radius:12px;
    background:#050505;
    color:#fff;
    border:1px solid #222;
}

.donate-form button{
    width:100%;
    padding:14px;
    background:#00e5ff;
    color:#000;
    font-weight:bold;
    border:none;
    border-radius:12px;
    cursor:pointer;
}
.admin-form{
    background:#101010;
    border:1px solid rgba(0,229,255,.2);
    border-radius:18px;
    padding:20px;
    margin-bottom:25px;
}

.admin-form input,
.admin-form select{
    width:100%;
    padding:13px;
    margin-bottom:12px;
    border-radius:10px;
    background:#050505;
    color:#fff;
    border:1px solid #222;
}

.admin-form button{
    padding:13px 20px;
    border:none;
    border-radius:10px;
    background:#00e5ff;
    color:#000;
    font-weight:bold;
    cursor:pointer;
}
.ad-banner{
    width:95%;
    max-width:1100px;
    margin:20px auto;
    border-radius:18px;
    overflow:hidden;
    border:1px solid rgba(255,255,255,.08);
}

.ad-banner img{
    width:100%;
    display:block;
}
.service-card{
    background:#050505;
    border:1px solid rgba(0,229,255,.25);
    border-radius:20px;
    padding:25px;
    transition:.25s;
}

.service-card:hover{
    transform:translateY(-5px);
    box-shadow:0 0 25px rgba(0,229,255,.18);
}

.service-card h2{
    color:#00e5ff;
    margin-bottom:10px;
}

.service-card p{
    color:#ccc;
    margin-bottom:18px;
}

.service-card a{
    color:#000;
    background:#00e5ff;
    padding:10px 16px;
    border-radius:12px;
    text-decoration:none;
    font-weight:bold;
}

.service-hero{
    background:#050505;
    border:1px solid rgba(0,229,255,.25);
    border-radius:20px;
    padding:25px;
    margin:25px 0;
}

.service-hero h2{
    color:#00e5ff;
}

.price-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(180px,1fr));
    gap:15px;
    margin:25px 0;
}

.price-grid div{
    background:#050505;
    border:1px solid #222;
    border-radius:18px;
    padding:20px;
}

.price-grid b{
    display:block;
    color:#fff;
    margin-bottom:8px;
}

.price-grid span{
    color:#00e5ff;
    font-weight:bold;
}

.donate-form textarea{
    width:100%;
    height:150px;
    padding:14px;
    margin-bottom:14px;
    border-radius:12px;
    background:#050505;
    color:#fff;
    border:1px solid #222;
}

.fund-box{
    background:#050505;
    border:1px solid rgba(0,229,255,.25);
    padding:20px;
    border-radius:18px;
    margin:20px auto;
    max-width:800px;
}

.progress-bar{
    height:25px;
    background:#111;
    border-radius:50px;
    overflow:hidden;
    margin:15px 0;
}

.progress-fill{
    height:100%;
    background:#00e5ff;
    transition:.4s;
}
.video-box{
    position:relative;
    width:100%;
    padding-bottom:56.25%;
    height:0;
    overflow:hidden;
    border-radius:20px;
    border:1px solid rgba(0,229,255,.25);
    box-shadow:0 0 30px rgba(0,229,255,.12);
}

.video-box iframe{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}
.fund-box{
background:#111;
padding:20px;
border-radius:20px;
margin-top:20px;
border:1px solid rgba(0,229,255,.2);
}

.progress-bar{
height:25px;
background:#000;
border-radius:50px;
overflow:hidden;
margin:15px 0;
}

.progress-fill{
height:100%;
background:#00e5ff;
transition:.5s;
}

.logo{
    display:flex;
    align-items:center;
}

.logo img{
    height:65px !important;
    width:auto !important;
    max-width:220px !important;
    display:block;
    object-fit:contain;
    filter:drop-shadow(0 0 12px rgba(0,229,255,.45));
}