@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");*{margin:0;padding:0;box-sizing:border-box}body{background-color:#070926;color:#fff}body,h1,h2,h3{font-family:Poppins,sans-serif}h1,h2,h3{font-weight:900}h1 a{text-decoration:none;color:#fff}ul{margin-bottom:1rem}li{color:#bbb}.container{display:flex;flex-direction:column;align-items:center;background-color:#070926}.header{text-align:center;padding:2rem}.header h1{font-size:3.5rem;color:#fff;margin-bottom:1rem}.intro{display:flex;align-items:center;justify-content:space-between;padding:2rem;border-radius:15px;max-width:800px;width:100%;margin-bottom:2rem;box-shadow:0 0 20px hsla(0,0%,100%,.2)}.intro-text{flex:1;padding-right:2rem;text-align:left}.intro h2{font-size:1.8rem;font-weight:900;margin-bottom:1rem}.intro p{font-size:1rem;margin-bottom:1.5rem;color:#bbb}.intro-image{flex-shrink:0;display:flex;justify-content:center;align-items:center}.profile-image{border-radius:50%;width:200px;height:200px}.social-icons{display:flex;gap:1rem}.social-icons a{color:#fff;font-size:1.5rem}.home-title{font-size:2rem;font-weight:700;color:#fff;position:relative;display:inline-block;margin-bottom:20px}.highlighted{position:relative;color:#00ffc3}.highlighted:after{content:"";position:absolute;left:0;bottom:-25px;width:100%;height:30px;background-image:url("data:image/svg+xml,%3Csvg xmlns%3D%22http://www.w3.org/2000/svg%22 viewBox%3D%220 0 100 20%22%3E%3Cpath d%3D%22M10 10c10-5 30 5 50-5s30 10 40-5%22 stroke%3D%22%2300ffc3%22 stroke-width%3D%224%22 fill%3D%22none%22 stroke-linecap%3D%22round%22/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:contain}.footer{border-radius:15px;box-shadow:0 4px 12px hsla(0,0%,100%,.2);padding:1rem 2rem;margin:2rem auto;max-width:800px;text-align:center}.footer-content{display:flex;justify-content:space-between;align-items:center}.footer p{margin:0;color:#bbb;font-size:13px}.footer a{color:#bbb;text-decoration:none}.footer a:hover{text-decoration:underline}.social-icons-footer{display:flex;gap:1rem}.social-icons-footer a{color:#fff;font-size:1rem;text-decoration:none}.social-icons-footer a:hover{color:#fc0}.blog-posts{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;max-width:800px;width:100%;margin-bottom:20px}.post{border-radius:15px;box-shadow:0 4px 12px hsla(0,0%,100%,.2);padding:1rem;text-align:left;display:flex;flex-direction:column}.post-content{font-size:1.05rem;line-height:1.8;color:#e5e7eb}.post-image{margin-bottom:-10px}.post-content h1,.post-content h2,.post-content h3,.post-content h4{font-weight:600;margin-top:2rem;margin-bottom:1rem;color:#fff}.post h3{font-size:1.2rem;color:#fff;margin-bottom:1rem;margin-top:20px}.post p{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;color:#bbb}hr{margin:2rem 0}.post-content pre{padding:.5rem;border-radius:.5rem;overflow-x:auto;font-size:.95rem;line-height:1.6}.post-content code,.post-content pre{background-color:#1e293b;white-space:pre-wrap;word-break:break-word}.post-content code{font-family:Fira Code,monospace;font-size:.9rem;color:#93c5fd}.post-content ol,.post-content ul{padding-left:1.5rem;margin:1rem 0}.post-content li{margin-bottom:.5rem}.post-content img{max-width:100%;height:auto;display:block;margin:2rem auto;border-radius:.5rem}.back-button,.read-more{display:inline-block;padding:10px 15px;background-color:#f1c95a;text-decoration:none;border-radius:100px;transition:.5s;font-weight:700;color:#242424;width:140px}.back-button,.read-more{margin-top:20px}.blog-post-container{max-width:800px;margin:0 auto;padding:2rem;color:#fff}.blog-post-container,.post-image-wrapper{border-radius:10px;box-shadow:0 4px 12px hsla(0,0%,100%,.2)}.post-image-wrapper{margin-bottom:1rem;overflow:hidden}.post-image{width:100%;height:auto;border-radius:10px}.post-title{font-size:1.8rem;font-weight:700;margin-bottom:2rem;color:#fff;position:relative}.blog-posts a{text-decoration:none}.post-content h1,.post-content h2,.post-content h3{margin-top:1.5rem;margin-bottom:.3rem;font-weight:700}.post-content p{margin-bottom:1rem;line-height:1.6;color:#bbb}.post-content ul{margin-left:1.5rem;list-style-type:disc}.post-content a{color:gold;text-decoration:underline}@media (max-width:768px){.container{padding:1rem}.header{padding-bottom:0}.header h1{font-size:2rem}.intro{flex-direction:column;padding:1.5rem;text-align:center}.intro-text{padding-right:0;margin-bottom:1rem}.intro h2{font-size:1.5rem;margin-bottom:.5rem}.intro p{font-size:.9rem}.profile-image{width:150px;height:150px;margin-bottom:1rem}.social-icons a{font-size:1.2rem}.footer{padding:1rem;margin:1rem}.footer-content{flex-direction:column;gap:1rem}.footer p{font-size:12px}.blog-posts{grid-template-columns:1fr;gap:1.5rem}.post{padding:1rem}.post h3{font-size:1.1rem}.back-button,.post p,.read-more{font-size:.9rem}.blog-post-container{padding:1.5rem;margin:1rem}.post-title{font-size:1.5rem}.post-content p{font-size:.95rem}}