/* Magazine C7 - moban-8-2-22
   Ice Blue Tech P10 (#0277BD/#4FC3F7/#E1F5FE) + Sharp S02 + Standard D03 + Flat H01
   Font: Be Vietnam Pro */
* { margin:0; padding:0; box-sizing:border-box; }
body { font-family:'Be Vietnam Pro',sans-serif; background:#E1F5FE; color:#01579B; line-height:1.6; }
a { color:#0277BD; text-decoration:none; transition:color .3s; }
a:hover { color:#01579B; }
img { max-width:100%; height:auto; display:block; }
ul { list-style:none; }
.container { max-width:1200px; margin:0 auto; padding:0 20px; }

/* Buttons */
.btn { display:inline-block; padding:10px 24px; font-weight:600; text-decoration:none; transition:all .3s; cursor:pointer; font-size:.88rem; border:none; }
.btn-cta { background:#0277BD; color:#fff; }
.btn-cta:hover { background:#01579B; color:#fff; }
.btn-login { background:transparent; border:2px solid #fff; color:#fff; }
.btn-login:hover { background:rgba(255,255,255,.1); color:#fff; }
.btn-register { background:#4FC3F7; color:#01579B; }
.btn-register:hover { background:#29B6F6; }
.btn-download { background:#0277BD; color:#fff; }
.btn-download:hover { background:#01579B; }
.btn-view-all { display:block; width:fit-content; margin:25px auto 0; background:#0277BD; color:#fff; }
.btn-view-all:hover { background:#01579B; color:#fff; }
.btn-filter { background:#0277BD; color:#fff; border-radius:0 4px 4px 0; }
.btn-filter:hover { background:#01579B; }

/* Header Top Bar N02 */
.header-top-bar { background:#01579B; padding:6px 0; font-size:.78rem; color:rgba(255,255,255,.7); }
.top-bar-inner { display:flex; justify-content:space-between; align-items:center; }
.top-links { display:flex; gap:15px; }
.top-links a { color:rgba(255,255,255,.7); font-size:.78rem; }
.top-links a:hover { color:#4FC3F7; }

.header-main { background:#0277BD; position:sticky; top:0; z-index:1000; box-shadow:0 2px 10px rgba(0,0,0,.12); }
.header-inner { display:flex; justify-content:space-between; align-items:center; height:60px; }
.site-logo .logo-img { height:38px; width:auto; }
.main-nav { display:flex; }
.nav-menu { display:flex; gap:22px; }
.nav-menu a { color:#fff; font-weight:500; padding:5px 0; border-bottom:2px solid transparent; transition:border-color .3s, color .3s; display:inline-block; font-size:.88rem; }
.nav-menu a:hover { border-color:#4FC3F7; color:#4FC3F7; }
.header-actions { display:flex; gap:10px; }
.nav-toggle { display:none; background:none; border:none; cursor:pointer; padding:5px; }
.nav-toggle-icon { display:block; width:25px; height:3px; background:#fff; position:relative; transition:all .3s; }
.nav-toggle-icon::before,.nav-toggle-icon::after { content:''; position:absolute; left:0; top:-8px; width:25px; height:3px; background:#fff; transition:all .3s; }
.nav-toggle-icon::after { top:8px; }
.nav-toggle.active .nav-toggle-icon { background:transparent; }
.nav-toggle.active .nav-toggle-icon::before { transform:rotate(45deg); top:0; }
.nav-toggle.active .nav-toggle-icon::after { transform:rotate(-45deg); top:0; }

/* Editor Banner */
.editor-banner { background:linear-gradient(135deg,#0277BD,#01579B); padding:50px 0; color:#fff; }
.editor-badge { display:inline-block; background:#4FC3F7; color:#01579B; padding:4px 16px; font-size:.72rem; font-weight:700; text-transform:uppercase; letter-spacing:1px; margin-bottom:20px; }
.editor-grid { display:grid; grid-template-columns:1.5fr 1fr; gap:30px; align-items:center; }
.editor-img { overflow:hidden; box-shadow:0 8px 30px rgba(0,0,0,.25); }
.editor-img img { width:100%; height:320px; object-fit:cover; }
.ed-cat { display:inline-block; background:#4FC3F7; color:#01579B; padding:2px 10px; font-size:.72rem; font-weight:600; margin-bottom:10px; }
.editor-info h1 { font-size:2rem; font-weight:700; line-height:1.3; margin-bottom:12px; }
.editor-info h1 a { color:#fff; }
.editor-info h1 a:hover { color:#4FC3F7; }
.editor-info p { color:rgba(255,255,255,.85); margin-bottom:14px; }
.ed-meta { display:flex; gap:15px; color:rgba(255,255,255,.5); font-size:.82rem; margin-bottom:18px; }

/* Filter Bar I07 */
.filter-section { padding:20px 0; background:#B3E5FC; }
.filter-bar { display:flex; }
.filter-input { flex:1; padding:12px 18px; border:2px solid #0277BD; font-family:'Be Vietnam Pro',sans-serif; font-size:.9rem; outline:none; background:#fff; color:#01579B; }
.filter-input:focus { border-color:#4FC3F7; }

/* Dual Column Layout */
.dual-col-layout { display:grid; grid-template-columns:1fr 340px; gap:30px; padding:40px 0; }

/* Section Title */
.section-title { font-size:1.4rem; color:#0277BD; margin-bottom:22px; font-weight:700; position:relative; padding-bottom:10px; border-bottom:2px solid #4FC3F7; }

/* Image Text List C03 */
.imgtext-section { margin-bottom:40px; }
.imgtext-list { display:flex; flex-direction:column; gap:14px; }
.imgtext-row { display:flex; gap:16px; background:#fff; padding:14px; box-shadow:0 1px 5px rgba(0,0,0,.04); transition:box-shadow .3s; }
.imgtext-row:hover { box-shadow:0 4px 15px rgba(0,0,0,.08); }
.imgtext-thumb { flex-shrink:0; width:100px; height:80px; overflow:hidden; }
.imgtext-thumb img { width:100%; height:100%; object-fit:cover; }
.imgtext-body h4 { font-size:.95rem; margin-bottom:5px; }
.imgtext-body h4 a { color:#01579B; }
.imgtext-body h4 a:hover { color:#0277BD; }
.imgtext-body p { font-size:.82rem; color:#0277BD; line-height:1.5; }
.imgtext-date { font-size:.7rem; color:#4FC3F7; margin-top:4px; display:inline-block; }

/* Card Grid C01 */
.card-section { margin-bottom:40px; }
.card-grid { display:grid; grid-template-columns:repeat(2,1fr); gap:18px; }
.tech-card { background:#fff; overflow:hidden; box-shadow:0 2px 8px rgba(0,0,0,.05); transition:transform .3s; }
.tech-card:hover { transform:translateY(-3px); }
.tech-card a { text-decoration:none; color:inherit; display:block; }
.tech-card-img img { width:100%; height:160px; object-fit:cover; }
.tech-card-body { padding:14px; }
.tech-cat { font-size:.65rem; text-transform:uppercase; color:#4FC3F7; font-weight:700; letter-spacing:1px; }
.tech-card-body h3 { font-size:.92rem; margin:5px 0; color:#01579B; font-weight:600; line-height:1.4; }
.tech-date { font-size:.7rem; color:#4FC3F7; }

/* Sidebar: Comparison Table C09 */
.side-col { background:#fff; padding:24px; box-shadow:0 2px 8px rgba(0,0,0,.05); height:fit-content; }
.compare-table { width:100%; }
.compare-table table { width:100%; border-collapse:collapse; font-size:.82rem; }
.compare-table th { background:#0277BD; color:#fff; padding:10px 8px; text-align:left; font-weight:600; font-size:.75rem; text-transform:uppercase; letter-spacing:.5px; }
.compare-table td { padding:10px 8px; border-bottom:1px solid #E1F5FE; }
.compare-table tr:hover { background:#E1F5FE; }
.compare-table td a { color:#01579B; font-weight:500; }
.compare-table td a:hover { color:#0277BD; }
.score-badge { display:inline-block; background:#0277BD; color:#fff; padding:2px 8px; font-size:.75rem; font-weight:700; }

/* Quick News */
.quick-news { margin-bottom:20px; }
.quick-item { padding:10px 0; border-bottom:1px solid #E1F5FE; }
.quick-item:last-child { border-bottom:none; }
.quick-date { font-size:.7rem; color:#4FC3F7; display:block; margin-bottom:3px; }
.quick-item h5 { font-size:.85rem; font-weight:500; }
.quick-item h5 a { color:#01579B; }
.quick-item h5 a:hover { color:#0277BD; }

/* Posts */
.posts-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:24px; }
.post-card { background:#fff; overflow:hidden; box-shadow:0 2px 8px rgba(0,0,0,.05); transition:transform .3s; }
.post-card:hover { transform:translateY(-3px); }
.post-link { text-decoration:none; color:inherit; display:block; }
.post-thumb { overflow:hidden; }
.post-thumb img { width:100%; height:200px; object-fit:cover; }
.post-title { padding:14px 14px 4px; font-size:1rem; color:#01579B; font-weight:600; }
.post-meta { padding:0 14px 14px; font-size:.82rem; color:#0277BD; display:flex; gap:10px; }
.post-excerpt { padding:0 14px 14px; font-size:.85rem; color:#0277BD; line-height:1.6; }

/* Single */
.single-post { padding:50px 0; }
.single-post .container { max-width:800px; }
.single-post .post-title { font-size:2rem; color:#01579B; font-weight:700; margin-bottom:15px; padding:0; }
.single-post .post-meta { padding:0; margin-bottom:15px; }
.post-content { line-height:1.8; font-size:1.02rem; }
.post-content p { margin-bottom:18px; }
.post-content h2,.post-content h3 { margin:22px 0 12px; color:#0277BD; }
.post-content a { color:#0277BD; text-decoration:underline; }
.post-content blockquote { border-left:4px solid #0277BD; padding:10px 20px; margin:20px 0; background:#E1F5FE; font-style:italic; }
.post-content ul,.post-content ol { padding-left:25px; margin-bottom:18px; }
.single-post .post-thumb img { width:100%; margin:15px 0 25px; height:auto; }
.single-post .post-thumb { overflow:hidden; margin:15px 0 25px; }
.single-post .btn-download { margin-top:25px; }
.related-posts { padding:40px 0; background:#B3E5FC; }

/* Archive */
.archive-header { background:linear-gradient(135deg,#0277BD,#01579B); padding:50px 0; text-align:center; }
.archive-title { color:#fff; font-size:2rem; font-weight:700; }
.posts-section { padding:40px 0; }

/* Footer */
.site-footer { background:#01579B; color:#fff; padding:40px 0 20px; }
.footer-widgets { display:grid; grid-template-columns:repeat(3,1fr); gap:30px; margin-bottom:30px; }
.footer-widget h3,.widget-title { color:#4FC3F7; font-size:1.05rem; margin-bottom:14px; font-weight:700; }
.footer-widget ul { list-style:none; padding:0; }
.footer-widget ul li { margin-bottom:8px; }
.footer-widget ul li a,.footer-widget a { color:rgba(255,255,255,.8); text-decoration:none; transition:color .3s; }
.footer-widget ul li a:hover,.footer-widget a:hover { color:#4FC3F7; }
.footer-widget p { color:rgba(255,255,255,.8); line-height:1.6; }
.footer-bottom { text-align:center; border-top:1px solid rgba(255,255,255,.15); padding-top:25px; }
.footer-bottom a { display:inline-block; margin-bottom:10px; }
.disclaimer-text { color:rgba(255,255,255,.7); font-size:.85rem; max-width:800px; margin:15px auto 0; line-height:1.6; }

/* Pagination */
.page-numbers { display:inline-block; padding:9px 15px; margin:0 3px; background:#fff; color:#0277BD; text-decoration:none; border:1px solid #ddd; font-weight:500; }
.page-numbers.current { background:#0277BD; color:#fff; border-color:#0277BD; }
a.page-numbers:hover { background:#E1F5FE; }

/* Filter hidden */
.filter-hidden { display:none !important; }

/* Misc */
.no-posts { text-align:center; padding:40px 0; color:#0277BD; }
.page-content { max-width:800px; margin:0 auto; }
.page-title { font-size:2rem; color:#01579B; margin-bottom:20px; font-weight:700; }
.site-main { min-height:400px; }
