.site-banner{
    max-width:1180px;
    margin:18px auto;
    padding:0 24px;
    text-align:center;
}

.site-banner img{
    max-width:100%;
    border-radius:18px;
    height:auto;
}

.simple-page{
    max-width:760px;
    margin:60px auto;
    padding:0 24px;
}

.simple-page.wide{
    max-width:1180px;
}

.simple-card,
.page-head-box,
.article-card{
    background:white;
    border:1px solid #e5eaf2;
    border-radius:24px;
    padding:32px;
    box-shadow:0 12px 30px rgba(15,23,42,.07);
}

.simple-card h1,
.page-head-box h1,
.article-card h1{
    margin-top:0;
}

.simple-card input,
.simple-card select,
.simple-card textarea{
    width:100%;
    padding:13px;
    border:1px solid #dbe3ef;
    border-radius:12px;
    margin:8px 0 16px;
}

.simple-card textarea{
    min-height:130px;
}

.simple-card button{
    background:#4f46e5;
    color:white;
    border:0;
    border-radius:12px;
    padding:13px 18px;
    font-weight:900;
    cursor:pointer;
}

.success-box{
    background:#dcfce7;
    color:#166534;
    padding:14px;
    border-radius:12px;
    margin-bottom:18px;
    font-weight:800;
}

.error-box{
    background:#fee2e2;
    color:#991b1b;
    padding:14px;
    border-radius:12px;
    margin-bottom:18px;
    font-weight:800;
}

.post-grid{
    display:grid;
    grid-template-columns:repeat(auto-fill,minmax(310px,1fr));
    gap:24px;
    margin-top:28px;
}

.post-card{
    background:white;
    border:1px solid #e5eaf2;
    border-radius:22px;
    overflow:hidden;
    box-shadow:0 10px 28px rgba(15,23,42,.06);
}

.post-card img{
    width:100%;
    height:180px;
    object-fit:cover;
}

.post-card div{
    padding:22px;
}

.post-card h2{
    margin-top:0;
}

.post-card h2 a{
    color:#111827;
}

.post-card p{
    color:#64748b;
    line-height:1.6;
}

.read-more{
    color:#4f46e5;
    font-weight:900;
}

.article-page{
    max-width:880px;
    margin:60px auto;
    padding:0 24px;
}

.article-image{
    width:100%;
    max-height:360px;
    object-fit:cover;
    border-radius:20px;
    margin-bottom:24px;
}

.article-date{
    color:#64748b;
    font-weight:700;
}

.article-content{
    color:#334155;
    line-height:1.85;
    font-size:17px;
}

.channel-mini-actions{
    margin-top:18px;
    display:flex;
    gap:10px;
    flex-wrap:wrap;
}

.channel-mini-actions a{
    background:#f1f5f9;
    color:#334155;
    padding:10px 13px;
    border-radius:12px;
    font-weight:900;
}

.channel-mini-actions a:hover{
    background:#4f46e5;
    color:white;
}

.notification-widget{
    position:fixed;
    right:22px;
    bottom:22px;
    width:310px;
    background:white;
    border:1px solid #e5eaf2;
    border-radius:20px;
    box-shadow:0 18px 45px rgba(15,23,42,.18);
    padding:14px;
    z-index:70;
}

.notification-widget-head{
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-bottom:10px;
}

.notification-widget-head strong{
    color:#111827;
}

.notification-widget-head span{
    background:#dcfce7;
    color:#166534;
    padding:4px 9px;
    border-radius:999px;
    font-size:12px;
    font-weight:900;
}

.notification-item{
    display:flex;
    gap:10px;
    align-items:center;
    padding:10px;
    border-radius:14px;
    color:#111827;
}

.notification-item:hover{
    background:#f8fafc;
}

.notification-icon{
    width:38px;
    height:38px;
    display:flex;
    align-items:center;
    justify-content:center;
    background:#eef0ff;
    border-radius:12px;
    flex-shrink:0;
}

.notification-item strong{
    display:block;
    font-size:14px;
    color:#111827;
}

.notification-item small{
    color:#64748b;
    font-weight:700;
}

.profile-public-head{
    background:white;
    border:1px solid #e5eaf2;
    border-radius:26px;
    padding:32px;
    display:flex;
    align-items:center;
    gap:20px;
    box-shadow:0 12px 30px rgba(15,23,42,.07);
    margin-bottom:28px;
}

.profile-public-avatar{
    width:78px;
    height:78px;
    background:#4f46e5;
    color:white;
    border-radius:22px;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:34px;
    font-weight:900;
    flex-shrink:0;
}

.profile-public-head h1{
    margin:0 0 6px;
}

.profile-public-head p{
    margin:0;
    color:#64748b;
    font-weight:800;
}

@media(max-width:700px){
    .notification-widget{
        left:12px;
        right:12px;
        width:auto;
    }

    .profile-public-head{
        flex-direction:column;
        align-items:flex-start;
    }
.vote-box{
    margin-top:24px;
    display:flex;
    gap:10px;
    flex-wrap:wrap;
}

.vote-box a{
    background:#f1f5f9;
    color:#334155;
    padding:12px 16px;
    border-radius:14px;
    font-weight:900;
}

.vote-box a.active{
    background:#dcfce7;
    color:#166534;
}

.vote-box a.dislike.active{
    background:#fee2e2;
    color:#991b1b;
}

.category-seo-content{
    background:white;
    border:1px solid #e5eaf2;
    border-radius:24px;
    padding:30px;
    margin-top:40px;
    box-shadow:0 12px 30px rgba(15,23,42,.06);
}

.category-seo-content h2{
    margin-top:0;
}

.category-seo-content div{
    color:#334155;
    line-height:1.85;
    font-size:17px;
}
.verified-badge,
.premium-badge,
.popular-badge{
    display:inline-flex;
    padding:7px 11px;
    border-radius:999px;
    font-size:12px;
    font-weight:900;
}

.verified-badge{
    background:#dbeafe;
    color:#1d4ed8;
}

.premium-badge{
    background:#fef3c7;
    color:#92400e;
}

.popular-badge{
    background:#fee2e2;
    color:#991b1b;
}
.small-verified{
    position:absolute;
    top:12px;
    left:12px;
    width:34px;
    height:34px;
    border-radius:50%;
    background:#2563eb;
    color:white;
    display:flex;
    align-items:center;
    justify-content:center;
    font-weight:900;
    box-shadow:0 8px 18px rgba(0,0,0,.18);
}
.site-banner{
    overflow:hidden;
}

.site-banner img{
    width:100%;
    height:100%;
    object-fit:cover;
}

.site-banner-custom{
    pointer-events:auto;
}