*{margin:0;padding:0;box-sizing:border-box}
a{text-decoration:none;color:inherit}
body{font-family:'Roboto',Arial,sans-serif;background:#e9e9e9;color:#333;font-size:14px;line-height:1.6}

/* ========================================
   FAKE ADDRESS BAR
   ======================================== */
.address-bar{
    background:#292b2e;
    padding:6px 12px;
    border-bottom:1px solid #1a1a1a;
}
.address-bar-inner{
    display:flex;
    align-items:center;
    gap:10px;
    max-width:1200px;
    margin:0 auto;
}
.ab-left{
    display:flex;
    gap:12px;
}
.ab-arrow{
    color:#888;
    font-size:12px;
    cursor:pointer;
}
.ab-arrow:hover{color:#ccc}
.ab-url-box{
    flex:1;
    background:#1e1e1e;
    border:1px solid #444;
    border-radius:20px;
    padding:5px 14px;
    display:flex;
    align-items:center;
    gap:8px;
}
.ab-lock{
    color:#888;
    font-size:11px;
}
.ab-url{
    color:#ccc;
    font-size:12px;
    font-family:'Roboto',monospace;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
.ab-right{
    display:flex;
}

/* ========================================
   HEADER - DARK NAVY
   ======================================== */
.header{
    background:#0a1f3c;
}
.header-wrap{
    width:1060px;
    margin:0 auto;
    padding:0 10px;
}

/* -- Top row -- */
.header-top{
    padding:14px 0 10px;
    border-bottom:1px solid rgba(255,255,255,.1);
}
.header-top .header-wrap{
    display:flex;
    align-items:center;
    justify-content:space-between;
}
.header-left{
    display:flex;
    align-items:center;
    gap:12px;
}
.logo svg{display:block}
.h-dot{color:rgba(255,255,255,.3);font-size:20px}
.h-lang{
    color:rgba(255,255,255,.65);
    font-size:12px;
    display:flex;align-items:center;gap:5px;
}
.h-lang:hover{color:#fff}

.header-center{
    color:rgba(255,255,255,.5);
    font-size:12px;
}

.header-right{
    display:flex;
    align-items:baseline;
    gap:4px;
}
.brand-text{
    font-family:'Playfair Display',serif;
    font-size:28px;
    font-weight:900;
    color:#fff;
    letter-spacing:-0.3px;
}
.brand-year{
    font-family:'Playfair Display',serif;
    font-size:13px;
    color:rgba(255,255,255,.6);
}

/* -- Nav row -- */
.header-nav{
    padding:0;
}
.header-nav .header-wrap{
    display:flex;
    align-items:center;
    justify-content:space-between;
}
.nav-links{
    display:flex;
    align-items:center;
}
.n{
    display:inline-flex;
    align-items:center;
    padding:10px 11px;
    font-size:12.5px;
    color:rgba(255,255,255,.8);
    white-space:nowrap;
    transition:background .15s,color .15s;
}
.n:hover{
    background:rgba(255,255,255,.08);
    color:#fff;
}
.n.headlines{
    color:#ff6b6b;
    font-weight:700;
    text-decoration:underline;
    text-underline-offset:3px;
}
.n.multimedia{font-weight:600}
.n.live{
    background:#43a047;
    color:#fff;
    font-weight:600;
    border-radius:3px;
    padding:6px 12px;
    margin:2px 0;
}
.n.live:hover{background:#388e3c}
.live-dot{
    width:6px;height:6px;
    background:#fff;border-radius:50%;
    display:inline-block;
    animation:blink 1s infinite;
    margin-right:2px;
}
@keyframes blink{0%,100%{opacity:1}50%{opacity:.2}}

.nav-search{
    color:rgba(255,255,255,.5);
    font-size:15px;
    cursor:pointer;
    padding:8px;
}
.nav-search:hover{color:#fff}

/* ========================================
   CONTENT LAYOUT
   ======================================== */
.content{padding:18px 0 50px}
.content-wrap{
    width:1060px;
    margin:0 auto;
    padding:0 10px;
    display:grid;
    grid-template-columns:240px 1fr 90px;
    gap:18px;
    align-items:start;
}

/* ========================================
   LEFT COL: SIDEBAR
   ======================================== */
.col-sidebar{
    display:flex;
    flex-direction:column;
    gap:12px;
}

.sb-block{
    background:#fff;
    padding:14px;
}

.sb-heading{
    font-size:14px;
    font-weight:700;
    color:#003a70;
    padding-bottom:6px;
    margin-bottom:12px;
    border-bottom:3px solid #003a70;
}

/* Banner */
.sb-banner{
    border-radius:4px;
    overflow:hidden;
    margin-bottom:10px;
}
.banner-inner{
    background:linear-gradient(135deg,
        rgba(110,40,180,.9) 0%,
        rgba(200,60,60,.85) 25%,
        rgba(230,160,30,.9) 55%,
        rgba(40,170,100,.85) 100%
    );
    padding:20px 14px;
}
.banner-badge{
    display:inline-block;
    background:rgba(0,0,0,.5);
    color:#fff;
    font-size:8px;
    padding:2px 8px;
    border-radius:2px;
    text-transform:uppercase;
    letter-spacing:.8px;
    margin-bottom:8px;
}
.banner-title{
    color:#fff;
    font-size:16px;
    font-weight:700;
    line-height:1.35;
    text-shadow:1px 1px 4px rgba(0,0,0,.35);
    margin-bottom:5px;
}
.banner-sub{
    color:rgba(255,255,255,.8);
    font-size:9px;
}

.sb-link{
    display:block;
    font-size:13px;
    font-weight:600;
    color:#333;
    line-height:1.45;
}
.sb-link:hover{color:#003a70}

/* Views count */
.sb-views-count{
    font-size:14px;
    color:#888;
    text-align:center;
    padding:4px 0;
}

/* ABDI MEDIA */
.sb-ad-media{
    background:#fff;
    padding:16px 14px;
    text-align:center;
}
.ad-media-name{
    font-size:26px;
    font-weight:900;
    color:#003a70;
    letter-spacing:1px;
}
.ad-media-name span{
    color:#c00;
    margin-left:-2px;
}
.ad-media-tel{
    font-size:20px;
    font-weight:700;
    color:#333;
    line-height:1.35;
}

/* Market ad */
.sb-ad-market{
    border-radius:4px;
    overflow:hidden;
}
.market-inner{
    background:linear-gradient(135deg,#c62828 0%,#e65100 35%,#ff9800 65%,#ffd54f 100%);
    padding:18px 14px;
    display:flex;
    align-items:center;
    gap:10px;
    min-height:90px;
}
.market-fifty{
    font-size:48px;
    font-weight:900;
    color:rgba(255,255,255,.25);
    line-height:1;
}
.market-dots{
    display:flex;
    flex-direction:column;
    gap:4px;
}
.dot{width:12px;height:12px;border-radius:50%;display:block}
.d1{background:#ff5722}
.d2{background:#ffeb3b}
.d3{background:#4caf50}
.market-txt{
    color:#fff;
    font-size:12px;
    line-height:1.4;
    text-shadow:1px 1px 2px rgba(0,0,0,.15);
}
.market-txt strong{font-size:15px;display:block;margin-top:2px}

/* Most viewed */
.sb-list{list-style:none}
.sb-list li{
    padding:8px 0 8px 14px;
    border-bottom:1px solid #f0f0f0;
    position:relative;
    font-size:12px;
    line-height:1.5;
}
.sb-list li::before{
    content:'';
    position:absolute;
    left:0;top:14px;
    width:6px;height:6px;
    background:#c00;
    border-radius:50%;
}
.sb-list li:last-child{border-bottom:none}
.sb-list li a{color:#333}
.sb-list li a:hover{color:#003a70}

/* News Feed */
.sb-newsfeed{
    padding:14px;
}
.feed-item{
    display:flex;
    gap:10px;
    padding:10px 0;
    border-bottom:1px solid #f0f0f0;
    align-items:flex-start;
}
.feed-item:last-child{border-bottom:none}
.feed-item:hover .feed-title{color:#003a70}
.feed-thumb{
    width:60px;
    height:60px;
    object-fit:cover;
    border-radius:3px;
    flex-shrink:0;
}
.feed-text{
    display:flex;
    flex-direction:column;
    gap:4px;
    min-width:0;
}
.feed-title{
    font-size:12px;
    font-weight:600;
    color:#333;
    line-height:1.4;
    display:block;
    transition:color .15s;
}
.feed-comments{
    font-size:10px;
    color:#43a047;
    display:flex;
    align-items:center;
    gap:4px;
}
.feed-comments i{font-size:10px}

/* ========================================
   CENTER COL: ARTICLE
   ======================================== */
.col-article{
    background:#fff;
    min-width:0;
}
.col-article h1{
    font-size:22px;
    font-weight:700;
    color:#111;
    line-height:1.5;
    padding:18px 20px 14px;
}
.art-img-wrap{
    position:relative;
    background:#ccc;
    line-height:0;
}
.art-img{
    width:100%;
    display:block;
    max-height:420px;
    object-fit:cover;
}
.art-body{
    padding:18px 20px 24px;
    font-size:15px;
    line-height:1.85;
    color:#333;
}
.art-body p{
    margin-bottom:12px;
    text-align:justify;
}
.art-body p:last-child{margin-bottom:0}

/* ========================================
   RIGHT COL: META PANEL
   ======================================== */
.col-meta{
    display:flex;
    flex-direction:column;
    align-items:center;
    gap:14px;
    padding-top:5px;
    border-left:1px solid #ddd;
    padding-left:14px;
}

.m-date{
    font-size:12px;
    color:#555;
    text-align:center;
    line-height:1.4;
}

.m-id{
    text-align:center;
}
.m-label{
    display:block;
    font-size:10px;
    color:#aaa;
}
.m-val{
    font-size:13px;
    font-weight:600;
    color:#555;
}

.m-crumbs{
    width:100%;
}
.crumb{
    font-size:11px;
    display:flex;
    align-items:center;
    gap:4px;
    margin-bottom:2px;
}
.crumb i{color:#003a70;font-size:12px}
.crumb a{color:#003a70;font-weight:500}
.crumb a:hover{text-decoration:underline}
.crumb.sub i{font-size:8px;color:#aaa}

.m-fontsize{
    display:flex;
    gap:6px;
    align-items:baseline;
}
.fs{
    font-weight:700;
    color:#555;
    cursor:pointer;
}
.fs.s{font-size:13px}
.fs.b{font-size:20px}

.m-stars{
    display:flex;
    gap:2px;
}
.m-stars i{
    color:#003a70;
    font-size:14px;
}

.m-persons{
    font-size:11px;
    color:#888;
}

.m-share{
    width:100%;
    display:flex;
    flex-direction:column;
    gap:6px;
    align-items:center;
}

.share-row-top{
    display:flex;
    justify-content:center;
}
.share-row-bottom{
    display:flex;
    gap:4px;
    justify-content:center;
}

.sh-btn{
    width:34px;height:34px;
    display:flex;align-items:center;justify-content:center;
    border-radius:4px;
    color:#fff;
    font-size:15px;
    transition:opacity .15s;
}
.sh-btn:hover{opacity:.85}
.sh-btn.print{
    background:#37474f;
}
.sh-btn.telegram{
    background:#0088cc;
}
.sh-btn.twitter{
    background:#1da1f2;
}
.sh-btn.facebook{
    background:#3b5998;
}

/* ========================================
   BOTTOM SECTION (More News, Comments)
   ======================================== */
.bottom-section{
    padding:0 0 20px;
}
.bottom-wrap{
    width:1060px;
    margin:0 auto;
    padding:0 10px;
}

/* More News */
.more-news{
    background:#fff;
    padding:20px 24px;
    margin-bottom:16px;
}
.more-title{
    font-size:20px;
    font-weight:400;
    color:#333;
    margin-bottom:18px;
    padding-bottom:10px;
    border-bottom:1px solid #eee;
}
.more-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:18px;
}
.more-card{
    display:block;
    text-align:center;
}
.more-card:hover p{color:#003a70}
.more-img{
    width:100%;
    height:150px;
    overflow:hidden;
    margin-bottom:10px;
    background:#eee;
}
.more-img img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
}
.more-card p{
    font-size:13px;
    color:#003a70;
    line-height:1.45;
    font-weight:500;
    transition:color .15s;
}

/* Error report */
.error-report{
    background:#fff;
    padding:12px 24px;
    margin-bottom:16px;
    font-size:13px;
    color:#c00;
}

/* Comments */
.comments-section{
    background:#fff;
    padding:20px 24px 30px;
}
.comments-title{
    font-size:20px;
    font-weight:400;
    color:#333;
    margin-bottom:14px;
    padding-bottom:10px;
    border-bottom:1px solid #eee;
}
.comments-note{
    font-size:13px;
    color:#666;
}
.comments-note a{
    color:#c00;
    text-decoration:underline;
}

/* ========================================
   FOOTER
   ======================================== */
.footer-top{
    background:#444;
    padding:12px 0;
}
.footer-wrap{
    width:1060px;
    margin:0 auto;
    padding:0 10px;
}
.footer-nav{
    display:flex;
    gap:20px;
    align-items:center;
    flex-wrap:wrap;
}
.footer-nav a{
    color:#ddd;
    font-size:13px;
    transition:color .15s;
}
.footer-nav a:hover{color:#fff}

.footer-bottom{
    background:#333;
    padding:14px 0;
}
.footer-info{
    color:#aaa;
    font-size:12px;
    line-height:1.6;
}
.footer-info strong{
    color:#ccc;
}
.footer-license{
    color:#888;
    font-size:11px;
}
.footer-feedback{
    color:#c00;
    font-size:12px;
    display:inline-flex;
    align-items:center;
    gap:5px;
    margin-top:4px;
}
.footer-feedback:hover{color:#e00}
