:root{--max-width: 900px;--accent: #c96a3b;--muted: #6b6f76;--bg: #fafafa;--card: #ffffff;--radius: 12px;--shadow: 0 6px 22px rgba(23,27,30,0.06);--text: #111217;--gap: 1.25rem;}*{box-sizing:border-box}html,body{height:100%}body{margin:0;font-family: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;color:var(--text);background:var(--bg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.6;}.site {max-width: calc(var(--max-width) + 400px);margin: 0 auto;display: grid;grid-template-columns: 1fr;gap: 2rem;align-items:start;}.header {display:flex;justify-content:center;align-items:center;gap:1rem;margin-bottom: .25rem;}.post {max-width: var(--max-width);margin: 0 auto;background: linear-gradient(180deg, rgba(255,255,255,0.98), rgba(255,255,255,0.98));border-radius: var(--radius);box-shadow: var(--shadow);padding: 2.25rem;}.meta {display:flex;align-items:center;gap:1rem;margin-bottom: .75rem;justify-content: center;}.avatar {width:56px;height:56px;border-radius:50%;overflow:hidden;flex-shrink:0;background:linear-gradient(135deg,#f5f5f5,#efefef);display:inline-block;}.avatar img{width:100%;height:100%;object-fit:cover;display:block}.meta .by{font-size:.95rem;color:var(--muted);}.meta .by strong{color:var(--text);display:block;font-weight:600}h1.title {font-family: "Merriweather", serif;font-size: clamp(1.6rem, 2.6vw, 2.4rem);margin: .4rem 0 0.8rem;line-height:1.12;font-weight:700;letter-spacing:-0.01em;text-align:center;}.lead {text-align:center;max-width:78ch;margin:0 auto 1.2rem;color:var(--muted);font-size:1rem;}.hero-image {margin: 1.25rem 0;border-radius:10px;overflow:hidden;}.hero-image img{display:block;width:100%;height:auto;object-fit:cover;}article p {margin: 1rem 0;font-size:1rem;color: #212427;text-align: justify;}article p.lead-para {color:var(--muted);font-size:1.02rem;margin-top:.25rem;}.grid-row{display:grid;grid-template-columns:repeat(2, 1fr);gap: 0.75rem;margin:1rem 0;}.grid-row img{width:100%;height:auto;border-radius:8px;display:block}blockquote{margin:1.25rem 0;padding:1rem 1.15rem;border-left:4px solid var(--accent);background: linear-gradient(180deg, rgba(249,245,242,0.6), rgba(255,255,255,0));border-radius:8px;font-style:italic;color: #222;}.footer-actions {display:flex;gap:1rem;align-items:center;margin-top:1.15rem;justify-content:center;flex-wrap:wrap;}.btn {display:inline-flex;gap:.6rem;align-items:center;padding:.6rem .9rem;border-radius:999px;border:1px solid rgba(0,0,0,0.06);background:var(--card);cursor:pointer;font-weight:600;}.btn.primary{background:var(--accent);color:white;border-color:transparent;box-shadow:0 6px 18px rgba(201,106,59,0.12);}.meta-stats {display:flex;gap:.8rem;align-items:center;color:var(--muted);font-size:.95rem;}.likes{display:flex;gap:.4rem;align-items:center}.likes button{background:transparent;border:0;cursor:pointer;font-size:1rem}.likes .count{font-weight:700;color:var(--muted)}.comment {margin-top:1.2rem;display:flex;gap:.75rem;align-items:flex-start;}.comment textarea{width:100%;min-height:64px;resize:vertical;padding:.8rem;border-radius:8px;border:1px solid #e6e6e6;font-size:0.95rem;font-family:inherit;}.comment button{padding:.6rem .9rem;border-radius:8px;border:0;background:var(--accent);color:#fff;font-weight:600;cursor:pointer;}footer.post-footer{margin-top:1.6rem;border-top:1px dashed #eee;padding-top:1rem;display:flex;justify-content:space-between;gap:1rem;align-items:center;flex-wrap:wrap;}@media (max-width:820px){.grid-row{grid-template-columns:1fr}.meta{gap:.75rem}.post{padding:1.25rem}.footer-actions{justify-content:flex-start}}@media (max-width:420px){.site{padding:0 0.5rem}body{padding:1.25rem 0.6rem}.meta .by{font-size:.92rem}.comment textarea{min-height:72px}}.post img, .post iframe, .post video {max-width: 100% !important;height: auto !important;}.blog-list-item {transition: all 0.2s ease-in-out;}.blog-list-item:hover {background-color: #f8f9fa;transform: translateX(3px);}.blog-active {background-color: white !important;border-left: 4px solid #F26722 !important;box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;}.blog-active .blog-title {color: #F26722 !important;}.btn-share-custom {color: #495057;border-color: #ced4da;background-color: white;transition: all 0.3s ease;}.btn-share-custom:hover {color: white;background-color: #F26722;border-color: #F26722;transform: translateY(-2px);box-shadow: 0 4px 8px rgba(242, 103, 34, 0.3);}.blog-sidebar{background:#fff;border-radius:18px;border:1px solid #ececec;box-shadow:0 10px 30px rgba(0,0,0,.05);overflow:hidden;}.sidebar-header{padding:18px 20px;border-bottom:1px solid #eee;background:#fafafa;}.sidebar-header h5{margin:0;font-weight:700;color:#212529;}.blog-scroll{max-height:calc(100vh - 120px);overflow-y:auto;}.blog-card{display:block;padding:18px;text-decoration:none;color:#444;border-bottom:1px solid #f1f1f1;transition:.25s;position:relative;}.blog-card:hover{background:#f8f9fc;transform:translateX(4px);}.blog-card.active{background:#eef6ff;}.blog-card.active::before{content:"";position:absolute;left:0;top:0;bottom:0;width:5px;background:#0d6efd;}.blog-card h6{font-size:.95rem;font-weight:700;color:#222;line-height:1.3;}.blog-card p{font-size:.82rem;color:#777;line-height:1.4;margin-bottom:12px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;}.blog-meta{display:flex;justify-content:space-between;font-size:.75rem;color:#999;}.blog-meta i{margin-right:4px;}.blog-scroll::-webkit-scrollbar{width:6px;}.blog-scroll::-webkit-scrollbar-thumb{background:#d6d6d6;border-radius:20px;}.blog-sidebar{background:#fff;border-radius:18px;border:1px solid #e9ecef;box-shadow:0 10px 30px rgba(0,0,0,.06);overflow:hidden;}.sidebar-header{padding:20px;border-bottom:1px solid #edf1f5;background:#fafbfd;}.sidebar-header h5{margin:0;font-size:1.1rem;font-weight:700;color:#1e3a5f;}.sidebar-header small{color:#7b8794;}.blog-scroll{max-height:calc(100vh - 120px);overflow-y:auto;padding:18px;}.blog-scroll::-webkit-scrollbar{width:6px;}.blog-scroll::-webkit-scrollbar-thumb{background:#cfd8dc;border-radius:20px;}.blog-list-item{display:block;margin-bottom:16px;padding:14px;border-radius:14px;background:#fff;border:1px solid #eef2f5;text-decoration:none;transition:all .25s ease;position:relative;}.blog-list-item:hover{transform:translateY(-4px);box-shadow:0 12px 24px rgba(0,0,0,.08);border-color:#d6e4ff;text-decoration:none;}.blog-active{background:#fff8f2;border-left:5px solid #ff6b00;box-shadow:0 10px 20px rgba(255,107,0,.15);}.blog-thumb{width:72px;min-width:72px;height:72px;overflow:hidden;border-radius:10px;}.blog-thumb img{width:100%;height:100%;object-fit:cover;transition:.3s;}.blog-list-item:hover .blog-thumb img{transform:scale(1.08);}.blog-thumb-placeholder{width:72px;height:72px;border-radius:10px;background:linear-gradient(135deg,#1b4d8a,#5ba4e6);display:flex;align-items:center;justify-content:center;color:#fff;font-size:24px;}.blog-title{color:#273444;font-size:15px;font-weight:700;line-height:1.35;margin-bottom:8px;transition:.2s;}.blog-list-item:hover .blog-title{color:#0d6efd;}.blog-description{color:#6b7280;font-size:13px;line-height:1.5;margin-bottom:12px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;}.blog-info{display:flex;justify-content:space-between;align-items:center;font-size:12px;color:#8a94a6;margin-top:8px;}.blog-info span{display:flex;align-items:center;}.blog-info i{margin-right:5px;color:#5b6b82;}