:root{--accent:#ff385c;--muted:#6b7280;--bg:#f7faf9;font-family:Inter,system-ui,Arial,sans-serif}*{box-sizing:border-box}body{margin:0;background:var(--bg);color:#071327;line-height:1.5}.container{max-width:1250px;margin:32px auto;padding:0 16px}header{display:flex;align-items:center;justify-content:space-between;padding:18px 0}.brand{display:flex;gap:12px;align-items:center}.logo{width:48px;height:48px;background:linear-gradient(135deg,var(--accent),#2aa6a0);border-radius:10px;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700}nav a{color:var(--muted);text-decoration:none}.hero{background:#fff;border-radius:12px;padding:28px;margin-top:12px;display:flex;gap:24px;align-items:center}.hero h1{margin:0;font-size:28px}.search{display:flex;gap:8px;margin-top:10px}.search input{padding:10px 12px;border:1px solid #e6e9ee;border-radius:8px;flex:1}.layout{display:grid;grid-template-columns:1fr 320px;gap:24px;margin-top:20px}.post-card{background:#fff;border-radius:10px;padding:16px;display:flex;gap:14px;align-items:flex-start;border-bottom:solid 1px #ccc;margin-bottom:25px}.thumb{width:100%;height:100%;max-height:400px;border-radius:8px;background:#ddd;flex-shrink:0;overflow:hidden}.thumb img{width:100%;height:100%;max-height:165px;object-fit:cover;border-radius:5px}.post-meta{font-size:13px;color:var(--muted)}.title{font-weight:600;margin:10px 0}.excerpt{color:#374151;font-size:14px}aside .card{background:#fff;padding:14px;border-radius:10px;margin-bottom:14px}.tag{display:inline-block;background:#eef7f5;padding:6px 8px;border-radius:999px;font-size:13px;margin:4px 4px 0 0;border:0}footer{margin-top:36px;padding:24px 0;color:var(--muted);font-size:14px;text-align:center}@media (max-width:880px){.layout{grid-template-columns:1fr}header nav{display:none}}.title{font-weight:600;margin:6px 0;font-size:1.1rem}a{text-decoration:none;color:#555}a:hover{color:#3c3c3c!important}.email{width:100%;padding:10px;border:1px solid #e6e9ee;border-radius:8px;margin-bottom:8px}.hero{position:relative;width:100%;height:250px;margin-top:70px;background:url('https://images.unsplash.com/photo-1507525428034-b723cf961d3e?auto=format&fit=crop&w=1600&q=80') center/cover no-repeat;display:flex;align-items:center;justify-content:center;color:#fff;text-align:center;padding:0 20px}.hero::before{content:"";position:absolute;inset:0;background:rgba(0,0,0,.3)}.hero-content{position:relative;z-index:1;max-width:1000px}.hero h1{font-size:2.2rem;font-weight:700;margin-bottom:12px}.hero p{color:#f1f1f1;font-size:1rem;margin-bottom:20px}@media (max-width:600px){.hero{height:300px;padding:20px}.hero h1{font-size:1.5rem}}
/*# sourceMappingURL=bblog.min.css.map */