:root{--bg:#faf9f7;--surface:#ffffff;--border:#dad4c8;--border-soft:#eee9df;--text:#000000;--muted:#55534e;--muted-strong:#333333;--accent-cyan:#3bd3fd;--accent-gold:#fbbd41;--accent-pink:#fc7981;--accent-purple:#43089f;--accent-navy:#01418d;--shadow:0 1px 1px rgba(0,0,0,.1),inset 0 -1px 1px rgba(0,0,0,.04),0 -0.5px 1px rgba(0,0,0,.05)}
*{box-sizing:border-box}
html{scroll-behavior:smooth;background:var(--bg)}
body{margin:0;font-family:Roobert,Arial,sans-serif;color:var(--text);background:var(--bg)}
img{max-width:100%;display:block}
a{color:var(--accent-navy)}
.btn-link:hover,a:hover{color:var(--accent-cyan)}
.card-article,.page-section,.site-footer,.site-header,.widget-card{background:var(--surface);border:1px solid var(--border);border-radius:10px;box-shadow:var(--shadow)}
.site-header{border:0;border-bottom:1px solid var(--border);background:0 0;border-radius:0;box-shadow:none}
.navbar{padding:0}
.site-logo{font-size:1.4rem;font-weight:700;letter-spacing:-.03em;color:var(--accent-navy)}
.navbar-light .navbar-nav .nav-link{color:var(--muted-strong);font-size:.95rem;font-weight:500}
.navbar-light .navbar-nav .active>.nav-link,.navbar-light .navbar-nav .nav-link:hover{color:var(--accent-cyan)}
.dropdown-menu{border-radius:16px;border-color:var(--border);box-shadow:0 20px 50px rgba(0,0,0,.08)}
.dropdown-item{color:var(--muted-strong)}
.dropdown-item:hover{background:rgba(59,211,253,.08)}
.dropdown-submenu{position:relative}
.dropdown-submenu>.dropdown-menu{top:0;left:100%;margin-top:-6px}
.site-header .navbar-nav .dropdown-menu{min-width:220px}
.site-header .navbar-toggler{border-color:var(--border)}
.main-layout{min-height:100vh}
.page-section{padding:24px}
.page-title{font-size:2rem;font-weight:700;margin-bottom:1rem;letter-spacing:-.03em}
.section-title{font-size:1.4rem;margin-bottom:1.5rem}
.subtle-text{color:var(--muted)}
.page-breadcrumb{font-size:.95rem;color:var(--muted);margin-bottom:1rem}
.page-breadcrumb a{color:inherit;text-decoration:none}
.page-breadcrumb a:hover{color:var(--accent-cyan)}
.card-article{overflow:hidden;transition:transform .2s ease,box-shadow .2s ease;border:0;box-shadow:none}
.card-article:hover{transform:translateY(-4px)}
.card-article .card-body{padding:1.4rem;padding-left:0;padding-top:5px}
.card-article .card-meta{font-size:.92rem;color:var(--muted)}
.card-article .card-title{font-size:1.15rem;font-weight:600;margin-bottom:.75rem;line-height:1.4;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-clamp:2;overflow:hidden}
.card-article .card-excerpt{margin-bottom:.8rem;color:var(--muted);line-height:1.7;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;line-clamp:3;overflow:hidden}
.card-article a{text-decoration:none;font-weight:500}
.card-article .card-img{border-radius:5px;height:150px;width:100%;display:block;background-color:#eee;background-size:cover;background-position:50%;transition:.5s all;object-fit:cover}
.card-one-image{display:grid;grid-template-columns:30% 1fr;gap:1.25rem;align-items:stretch}
.card-one-image .card-img{height:160px}
.card-no-image .card-body{padding:1.6rem;padding-left:0}
.card-four-images .gallery-grid,.card-three-images .gallery-grid{display:grid;gap:12px;grid-template-columns:repeat(auto-fit,minmax(100px,1fr));margin-bottom:1rem}
.card-four-images .gallery-item,.card-three-images .gallery-item{min-height:150px;border-radius:12px;background-size:cover;background-position:50% 50%}
.related-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}
.related-item{display:block;border-radius:5px;overflow:hidden;text-decoration:none;color:inherit;background:var(--surface)}
.related-item img{width:100%;height:140px;object-fit:cover}
.related-item .related-title{padding:1rem;font-weight:600;line-height:1.4}
.tag-cloud{display:flex;flex-wrap:wrap;gap:10px}
.tag-cloud a,.tag-links a{display:inline-flex;align-items:center;padding:.55rem .9rem;border-radius:999px;border:1px solid var(--border);background:#fff;color:var(--muted-strong);text-decoration:none;font-size:.9rem}
.tag-cloud a:hover,.tag-links a:hover{border-color:var(--accent-cyan);color:var(--accent-navy)}
.widget-card{padding:1.2rem}
.widget-card h2{font-size:1.05rem;margin-bottom:1rem}
.widget-card ul{list-style:none;padding:0;margin:0}
.widget-card li{margin-bottom:.9rem}
.widget-card li:last-child{margin-bottom:0}
.widget-card a{color:var(--muted-strong);text-decoration:none}
.widget-card a:hover{color:var(--accent-cyan)}
.widget-card .widget-item{display:flex;gap:.9rem;align-items:center}
.widget-card .widget-thumb{width:80px;min-width:80px;height:50px;border-radius:5px;background-size:cover;background-position:50% 50%;object-fit:cover}
.widget-card .widget-title{font-size:.95rem;line-height:1.4}
.sidebar-sticky{background:0 0;box-shadow:none;border:0;padding:0}
.pagination-custom .page-link{padding:.7rem 1rem;border:1px solid var(--border)}
.pagination-custom .page-item.active .page-link{background:var(--accent-cyan);border-color:var(--accent-cyan);color:#fff}
.pagination-custom .page-link:hover{background:rgba(59,211,253,.12)}
.site-footer{padding:2rem 1.2rem}
.site-footer .footer-group{display:grid;gap:1rem}
.site-footer .footer-copy{color:var(--muted)}
.friend-links{display:flex;flex-wrap:wrap;gap:10px;margin:0;padding:0;list-style:none}
.friend-links li a{color:var(--muted-strong);text-decoration:none;border:1px solid var(--border);border-radius:999px;padding:.3rem .9rem;background:#fff}
.friend-links li a:hover{border-color:var(--accent-gold)}
.article-meta-list{display:flex;flex-wrap:wrap;gap:.9rem;color:var(--muted);font-size:.95rem}
.article-meta-list span{display:inline-flex;align-items:center;gap:.4rem}
.article-meta-list .meta-item{padding:.2rem .5rem;border-radius:999px;border:1px solid var(--border);background:#fff}
.article-tags{display:flex;flex-wrap:wrap;gap:10px;margin-top:1rem}
.article-tags a{text-decoration:none;color:var(--accent-navy);padding:.5rem .9rem;border-radius:999px;border:1px solid var(--border)}
.article-tags a:hover{background:rgba(59,211,253,.12)}
@media (max-width:1200px){.card-one-image{grid-template-columns:1fr}
.related-grid{grid-template-columns:1fr 1fr}
}
@media (max-width:992px){.navbar-nav{margin-top:1rem}
.sidebar-sticky{position:static;top:auto}
}
@media (max-width:768px){.container{padding-left:1rem;padding-right:1rem}
.page-title{font-size:1.6rem}
.card-gallery .gallery-grid,.card-one-image{grid-template-columns:1fr}
.related-grid{grid-template-columns:1fr}
}
@media (max-width:576px){.navbar-collapse{background:var(--surface);border-radius:16px;padding:1rem}
.navbar-toggler{z-index:10}
.site-footer{padding:1.5rem}
}
.carousel-inner{border-radius:10px}
.carousel-item .card-img{width:100%;height:320px;background-color:#eee;background-size:cover;background-position:50%;background-repeat:no-repeat;transition:.5s all;object-fit:cover}
