html{height:100%}body{font-family:system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,Cantarell,'Open Sans','Helvetica Neue',sans-serif;margin:auto;max-width:1200px;min-height:100%;position:relative;background-color:#fff}*{margin:0;padding:0;box-sizing:border-box}.full-width-header{width:100%;position:relative;top:0;z-index:1000;border-bottom:1px solid #e9ecef}header{display:flex;justify-content:space-between;align-items:center;padding:10px 0;position:relative}.logo-title{display:flex;flex-direction:column;justify-content:center}.logo-title a{color:#000;font-weight:bold;text-decoration:none;font-size:20px}.logo-title img{height:65px}.hamburger{display:none;background:none;border:none;cursor:pointer;padding:.5rem}.hamburger svg{width:24px;height:24px}.nav-links nav{display:flex;align-items:center;gap:1rem}.nav-links a{text-decoration:none;color:#333;font-weight:500;white-space:nowrap;padding:.5rem 0}.nav-links a:hover{color:#06c}.active{color:#06c !important;font-weight:600 !important}.dropdown{position:relative;display:inline-block}.dropdown button.More{background:none;border:none;cursor:pointer;color:#333;font-weight:500;font-family:inherit;font-size:inherit;display:flex;align-items:center;gap:.25rem;padding:.5rem 0}.dropdown button.More svg{width:16px;height:16px}.dropdown ul{position:absolute;top:100%;left:0;background-color:#fff;box-shadow:0 4px 8px rgba(0,0,0,.1);border-radius:4px;list-style:none;min-width:150px;padding:.5rem 0;opacity:0;visibility:hidden;transform:translateY(10px);transition:all .3s ease;z-index:100}.dropdown:hover ul,.dropdown:focus-within ul{opacity:1;visibility:visible;transform:translateY(0)}.dropdown ul li a{display:block;padding:.5rem 1rem;color:#333;text-decoration:none}.dropdown ul li a:hover{background-color:#f5f5f5;color:#06c}.page-wrapper{padding-bottom:80px}.theme-toggle{background:none;border:none;cursor:pointer;padding:.5rem}.theme-toggle svg{width:20px;height:20px}.search-container{display:flex;align-items:center;border:1px solid #ddd;border-radius:20px;padding:.25rem .5rem .25rem 1rem}#searchBar{border:none;outline:none;background:transparent;width:100%}.search{background:none;border:none;cursor:pointer;padding:.25rem}.search svg{width:18px;height:18px}.mobile-only{display:none}.footer-container{width:100%;background-color:#fff;border-top:1px solid #e9ecef;padding:15px;display:flex;justify-content:space-between;align-items:center;max-width:1200px;position:sticky}.footer-links{display:flex;gap:20px}.footer-links a{color:#495057;text-decoration:none;font-size:14px;transition:color .3s ease}.footer-links a:hover{color:#007bff}.footer-brand a{color:#6c757d;text-decoration:none;font-size:14px}footer.site-footer{position:absolute;bottom:0;left:0;right:0;margin:auto;display:flex;justify-content:center}@media(max-width:1340px){.full-width-header{padding:10px}}@media(max-width:920px){.hamburger{display:block;order:2}.searchForm{width:70%;order:1}.nav-links{position:absolute;top:100%;left:0;width:100%;background-color:#fff;box-shadow:0 4px 8px rgba(0,0,0,.1);padding:1rem 2rem;display:none;z-index:99}.nav-links.active{display:block}.nav-links nav{flex-direction:column;align-items:flex-start;gap:1rem}.mobile-only{display:block}.desktop-only{display:none}.search-container{width:100%}}@media(max-width:768px){.searchForm{width:55%;order:1}.logo-title img{height:55px}.footer-container{text-align:center;padding:15px 15px}.footer-links{flex-direction:row;gap:8px}.footer-container{margin-top:0}}@media(max-width:480px){.logo-title a{font-size:16px}#searchBar{min-width:98px}.searchForm{width:50%;order:1}header{padding:0}.logo-title img{height:50px}.footer-container{margin-top:0;flex-direction:column}}.threelinedot{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;max-height:3.9em;line-height:1.3em;cursor:pointer;transition:max-height .3s ease}.threelinedot.expanded{-webkit-line-clamp:unset;max-height:none;overflow:visible}*{margin:0;padding:0;box-sizing:border-box;font-family:'Segoe UI',Tahoma,Geneva,Verdana,sans-serif}body{color:#333}.side{display:flex;max-width:1200px;margin:1rem auto;gap:1rem}.grid{flex:2;display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:.5rem}.card{background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 2px 10px rgba(0,0,0,.1);transition:all .3s ease;display:flex;flex-direction:column}.card:hover{transform:translateY(-5px);box-shadow:0 10px 20px rgba(0,0,0,.1)}.card img{width:100%;height:200px;object-fit:cover;transition:transform .5s ease}.card:hover img{transform:scale(1.03)}.card header{padding:1rem 1rem 0}.card time{display:block;font-size:.8rem;color:#666;margin-bottom:.5rem;text-align:center}.card h1{font-size:1.25rem;margin:0 0 .75rem 0;text-align:center}.card h1 a{color:#222;text-decoration:none;transition:color .2s ease}.card h1 a:hover{color:#06c}.card .content{padding:0 1.5rem;margin:.5rem 0 1rem;color:#555;font-size:.95rem;text-align:center;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;line-height:1.4em;min-height:2.8em}.tags-author{display:flex;justify-content:space-between;align-items:center;padding:.75rem 1rem;border-top:1px solid #eee;font-size:.85rem;margin-top:auto}.tag{color:#06c;background-color:#f00;padding:.25rem .5rem;border-radius:4px;transition:all .2s ease}.tag:hover{background:#d0e4ff}.tags-author a{color:#fff;text-decoration:none;transition:color .2s ease}.tags-author a:hover{color:#06c;text-decoration:underline}.sidebar{flex:1;max-width:300px}.sidebar h3{font-size:1.1rem;margin:0 0 1rem;padding-bottom:.5rem;border-bottom:2px solid #eee}.recent-post{background-color:#fff;border-radius:8px;display:flex;gap:1rem;margin-bottom:1rem;padding:.5rem;border-bottom:1px solid #eee;box-shadow:0 2px 10px rgba(0,0,0,.1)}.recent-post img{width:100px;height:80px;object-fit:cover;border-radius:4px}.recent-post div{flex:1}.recent-post strong{display:block;font-size:.9rem}.recent-post small{color:#666;font-size:.8rem}a.link-primary{text-decoration:none;color:#000;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;line-height:1.4em;min-height:2.8em}.tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem}.tags span{background:#f0f0f0;color:#555;padding:.25rem .5rem;border-radius:4px;font-size:.8rem;cursor:pointer}.tags span:hover{background:#e0e0e0}.social-icons{display:flex;gap:1rem}.social-icons a{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;color:#fff;transition:transform .3s ease}.social-icons a:hover{transform:translateY(-3px)}.social-icons .x{background-color:#000}.social-icons .facebook{background-color:#3b5998}.social-icons .instagram{background:radial-gradient(circle at 30% 107%,#fdf497 0%,#fdf497 5%,#fd5949 45%,#d6249f 60%,#285aeb 90%)}.social-icons .rss{background-color:#f26522}.social-icons svg{width:18px;height:18px}@media(max-width:1340px){.side{margin-inline:5%}}@media(max-width:1024px){.side{margin-inline:10%}.sidebar{max-width:100%}.grid{flex:1.5}}@media(max-width:768px){.card header{padding:1rem 1rem 0}.side{margin-inline:10%;display:grid}.grid{grid-template-columns:1fr}.recent-post{flex-direction:column;gap:.5rem}.recent-post img{width:100%;height:200px}}@media(max-width:480px){.sidebar h3{font-size:1rem}.card h1 a{font-size:1.1rem}.side{margin-inline:10px;margin-top:10px}}