*,::after,::before{box-sizing:border-box;margin:0;padding:0}body,html{height:100%}body{display:flex;flex-direction:column;min-height:100vh;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Open Sans","Helvetica Neue",sans-serif;background:#dcdcdc;color:#222;line-height:1.65}main{flex-grow:1}ul{list-style:none}a{text-decoration:none;color:inherit}img{max-width:100%;height:auto;display:block}.header-container{background:#1a1a1a;color:#fff;padding:16px 24px;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap}.header-left{display:flex;align-items:center;gap:32px}.site-title-image{height:70px;width:auto}.main-nav ul{display:flex;gap:20px}.main-nav a{color:#fff;font-size:1rem;padding:6px 10px;font-weight:500;border-radius:6px;transition:background .2s ease}.main-nav a:hover{background:#333}.search-container{position:relative;width:200px}.search-container input{width:100%;color:#fff;border-bottom:2px solid #777;background:0 0;padding:6px 4px;font-size:.95rem}.search-container input::placeholder{color:#ccc}.search-container input:focus{border-bottom-color:#fff}#searchResults{position:absolute;top:110%;left:0;width:100%;background:#fff;color:#222;border-radius:6px;box-shadow:0 2px 10px rgba(0,0,0,.15);display:none;z-index:30}#searchResults.visible{display:block}.homepage,.main-content{max-width:900px;margin:40px auto;padding:0 20px}.top-banner{width:100%;max-width:900px;background:#0f1c2e;padding:14px 16px;border-radius:10px;text-align:center;box-shadow:0 3px 14px rgba(0,0,0,.25);margin:0 auto 32px auto}.top-banner-img{width:100%;max-width:260px;height:auto;margin:0 auto 10px auto;display:block;border-radius:8px}.top-banner-text{color:#fff;font-size:.95rem;font-weight:600;letter-spacing:.4px}.blog-header{text-align:center;margin-bottom:40px}.blog-header h1{font-size:2.2rem;margin-bottom:10px}.post-summary{background:#fff;padding:28px;border-radius:12px;box-shadow:0 2px 12px rgba(0,0,0,.08);margin-bottom:32px}.post-summary-header{margin-bottom:16px}.post-summary-title a{font-size:1.5rem;font-weight:600;color:#111}.post-summary-date{font-size:.9rem;color:#666}.summary p{margin-bottom:12px}.read-more{font-weight:600;color:#005bbb}.read-more:hover{color:#003f7f}.single-post-wrapper{background:#fff;border-radius:14px;padding:40px;box-shadow:0 4px 18px rgba(0,0,0,.08);border:1px solid #e5e5e5;margin:40px auto;max-width:900px}.post-header{margin-bottom:32px}.post-title{font-size:2.3rem;font-weight:700;color:#111;margin-bottom:10px;letter-spacing:-.5px}.post-meta{font-size:.95rem;color:#666;margin-bottom:16px}.post-divider{height:1px;background:#e5e5e5;margin-top:10px}.post-content{font-size:1.1rem;line-height:1.75;color:#333}.post-content p{margin-bottom:20px}.post-content h2{font-size:1.7rem;margin-top:32px;margin-bottom:12px}.post-content h3{font-size:1.35rem;margin-top:26px;margin-bottom:10px}.post-content img{border-radius:10px;margin:24px 0;box-shadow:0 2px 12px rgba(0,0,0,.06)}.post-return{margin-top:32px}.return-link{font-size:1rem;font-weight:600;color:#005bbb;padding:10px 0;display:inline-block;transition:color .2s ease}.return-link:hover{color:#003f7f}.about-section,.contact-section{background:#fff;border-radius:12px;padding:40px;box-shadow:0 2px 12px rgba(0,0,0,.08);margin-bottom:40px;max-width:900px;margin-left:auto;margin-right:auto}.site-footer{background:#1a1a1a;color:#ccc;text-align:center;padding:40px 20px;margin-top:auto}.site-footer a{color:#fff;font-weight:500}.site-footer a:hover{text-decoration:underline}.footer-disclaimer{font-size:.85rem;line-height:1.5;max-width:900px;margin:0 auto;color:#bbb}@media (max-width:700px){.site-title-image{height:55px}.search-container{display:none}.top-banner-img{max-width:220px}.single-post-wrapper{padding:28px}.post-title{font-size:1.9rem}.post-content{font-size:1.05rem}}