:root{--primary-blue:#1e40af;--secondary-blue:#3b82f6;--accent-blue:#60a5fa;--primary-purple:#9d3d8f;--secondary-purple:#9d3d8f;--dark-purple:#872e7c;--neon-purple:#b548a3;--text-dark:#1f2937;--text-light:#1F2937;--text-gray:#6B7280;--accent-white:#000000;--bg-dark:#FFFFFF;--bg-light:#f9fafb;--bg-darker:#F8FAFC;--border-color:#374151}.container{max-width:1200px;margin:0 auto;padding:0 2rem}body{padding-top:70px!important;font-family:inter,roboto,helvetica,arial,sans-serif;line-height:1.6;margin:0;padding:0;background:var(--bg-dark);color:var(--text-light)}header{position:fixed;top:0;left:0;right:0;width:100%;background:#000;backdrop-filter:blur(10px);border-bottom:none;z-index:1000;padding:7px 0;margin:0;transition:all .3s ease}nav{display:flex;justify-content:space-between;align-items:center;position:relative}.logo{display:flex;align-items:center;gap:.75rem;text-decoration:none;color:#fff;font-weight:700;font-size:1.5rem;font-family:lexend peta,sans-serif;padding-left:15%}.logo img{border-radius:8px}.nav-center{display:flex;align-items:center}.nav-links{display:flex;list-style:none;gap:2rem;align-items:center;margin:0;padding:0}.nav-links a{color:#fff;text-decoration:none;font-weight:500;transition:color .3s ease}.nav-links a:hover{color:var(--accent-blue)}.cta-button{background:linear-gradient(135deg,var(--primary-purple),var(--neon-purple));color:#fff!important;padding:.75rem 1.5rem;border-radius:25px;font-weight:600;transition:all .3s ease;border:none;cursor:pointer;box-shadow:0 2px 8px rgba(157,61,143,.2);text-decoration:none}.cta-button:hover{background:linear-gradient(135deg,var(--neon-purple),var(--primary-purple));transform:translateY(-1px);box-shadow:0 4px 12px rgba(181,72,163,.3);color:#fff!important}.hamburger{display:none;flex-direction:column;cursor:pointer;gap:4px}.hamburger span{width:25px;height:3px;background:var(--text-light);transition:.3s}footer{background:var(--bg-darker);border-top:1px solid rgba(88,72,224,.2);padding:3rem 0 1rem;margin-top:auto}.footer-content{display:grid;grid-template-columns:1fr 1fr 1fr;gap:2rem;margin-bottom:2rem}.footer-section h3{color:var(--text-light);margin-bottom:1rem;font-size:1.25rem;font-weight:600}.footer-section p{color:var(--text-gray);line-height:1.6}.footer-section ul{list-style:none}.footer-section ul li{margin-bottom:.5rem}.footer-section ul li a{color:var(--text-gray);text-decoration:none;transition:color .3s ease}.footer-section ul li a:hover{color:var(--accent-blue)}.social-links{display:flex;gap:1rem}.social-links a{transition:opacity .3s ease}.social-links a:hover{opacity:.7}.footer-bottom{border-top:1px solid var(--border-color);padding-top:1rem;text-align:center}.footer-bottom p{color:var(--text-gray);font-size:.875rem}.toc{overflow-y:auto;scrollbar-width:none;-ms-overflow-style:none}.toc::-webkit-scrollbar{display:none}.toc ul{list-style:none;padding-left:0;margin:0}.toc ul ul{padding-left:1rem;margin-top:0}.toc li{margin:0}.toc a{display:block;padding:.05rem .25rem;color:#6b7280;text-decoration:none;border-radius:.25rem;font-size:.875rem;line-height:1.1;transition:all .2s ease}.toc a:hover{background-color:#e5e7eb;color:#374151}.toc ul ul a{font-size:.8rem;color:#9ca3af}.toc ul ul a:hover{color:#6b7280}nav{position:sticky;top:2rem;align-self:start}.section-nav li.active>a{color:purple;font-weight:600}.section-nav{font-size:smaller;padding-left:0;border-left:2px solid #efefef}.section-nav a{text-decoration:none;display:block;padding:.05rem .25rem;color:#ccc;transition:all 50ms ease-in-out;line-height:1.1}.section-nav a:hover,.section-nav a:focus{color:#666;font-weight:600}.section-nav ul ul{padding-left:1rem;margin-top:0}nav>ul,ol{list-style:none;margin:1rem;padding:0}@media only screen and (min-width:1025px){.article-nav{display:grid;grid-template-columns:1fr 15em;max-width:100em;width:90%;margin:0 auto}}@media screen and (max-width:1024px){.hide-on-mobile{display:none!important}}html{scroll-behavior:smooth}@media(max-width:768px){.nav-center{display:none}.hamburger{display:flex}.footer-content{grid-template-columns:1fr;text-align:center}.posts-grid{grid-template-columns:1fr}.container{padding:0 1rem}.lg\:col-span-1{display:none}.lg\:col-span-3{grid-column:span 1}}.home-content{padding:2rem 0}.hero-section{background:linear-gradient(135deg,var(--bg-dark) 0%,var(--bg-darker) 100%);padding:4rem 0;text-align:center;margin-bottom:3rem}.hero-content h1{font-size:3rem;font-weight:700;color:var(--text-light);margin-bottom:1rem}.hero-description{font-size:1.2rem;color:var(--text-gray);max-width:600px;margin:0 auto}.posts-section{padding:2rem 0}.posts-section h2{font-size:2rem;color:var(--text-light);margin-bottom:2rem;text-align:center}.posts-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:2rem}.post-card{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 4px 6px rgba(0,0,0,.1);transition:transform .3s ease,box-shadow .3s ease;border:1px solid rgba(0,0,0,.1)}.post-card:hover{transform:translateY(-4px);box-shadow:0 8px 25px rgba(0,0,0,.15)}.post-card h3{margin-bottom:.5rem}.post-card h3 a{color:var(--text-light);text-decoration:none;font-weight:600}.post-card h3 a:hover{color:var(--primary-purple)}.post-meta{display:flex;align-items:center;gap:1rem;margin-bottom:1rem;font-size:.9rem;color:var(--text-gray)}.post-tags{display:flex;gap:.5rem}.tag{background:var(--bg-darker);color:var(--text-gray);padding:.25rem .5rem;border-radius:4px;font-size:.8rem}.post-excerpt{color:var(--text-gray);margin-bottom:1rem;line-height:1.6}.read-more{color:var(--primary-purple);text-decoration:none;font-weight:500;transition:color .3s ease}.read-more:hover{color:var(--dark-purple)}.single-post{padding:2rem 0;max-width:800px;margin:0 auto}.post-content{background:#fff;border-radius:12px;padding:3rem;box-shadow:0 4px 6px rgba(0,0,0,.1);border:1px solid rgba(0,0,0,.1)}.post-header{margin-bottom:2rem;padding-bottom:1rem;border-bottom:1px solid rgba(0,0,0,.1)}.post-title{font-size:2.5rem;font-weight:700;color:var(--text-light);margin-bottom:1rem;line-height:1.2}.post-body{line-height:1.8;color:var(--text-light)}.post-body h1,.post-body h2,.post-body h3,.post-body h4,.post-body h5,.post-body h6{color:var(--text-light);margin-top:2rem;margin-bottom:1rem;font-weight:600}.post-body h1{font-size:2rem}.post-body h2{font-size:1.75rem}.post-body h3{font-size:1.5rem}.post-body h4{font-size:1.25rem}.post-body p{margin-bottom:1.5rem}.post-body ul,.post-body ol{margin-bottom:1.5rem;padding-left:2rem}.post-body li{margin-bottom:.5rem}.post-body blockquote{border-left:4px solid var(--primary-purple);padding-left:1.5rem;margin:2rem 0;font-style:italic;color:var(--text-gray)}.post-body code{background:var(--bg-darker);padding:.25rem .5rem;border-radius:4px;font-family:fira code,monospace;font-size:.9rem}.post-body pre{background:var(--bg-darker);padding:1.5rem;border-radius:8px;overflow-x:auto;margin:1.5rem 0}.post-body pre code{background:0 0;padding:0}.post-footer{margin-top:3rem;padding-top:2rem;border-top:1px solid rgba(0,0,0,.1)}.post-navigation{display:flex;justify-content:space-between;margin-bottom:2rem}.prev-post,.next-post{color:var(--primary-purple);text-decoration:none;font-weight:500;transition:color .3s ease}.prev-post:hover,.next-post:hover{color:var(--dark-purple)}.back-to-blog{text-align:center}.back-link{color:var(--primary-purple);text-decoration:none;font-weight:500;transition:color .3s ease}.back-link:hover{color:var(--dark-purple)}@media(max-width:768px){.single-post{padding:1rem}.post-content{padding:2rem 1.5rem}.post-title{font-size:2rem}.post-navigation{flex-direction:column;gap:1rem}}footer{background:#f8f9fa;padding:1rem 0;border-top:1px solid #e9ecef}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:2rem}.footer-section h3{color:var(--accent-white);margin-bottom:1rem}.social-links{display:flex;gap:1rem;margin-top:.5rem}.social-links a{display:flex;align-items:center;justify-content:center;color:var(--text-gray);text-decoration:none;transition:all .3s ease}.social-links a:hover{color:var(--primary-purple)}.social-links a img{width:20px;height:20px}.footer-bottom{text-align:center;padding-top:2rem;border-top:1px solid rgba(88,72,224,.1);color:var(--text-gray)}@media(max-width:768px){.container{padding:0 1rem;max-width:100%}h1{font-size:2rem;line-height:1.2}h2{font-size:1.5rem;line-height:1.3}h3{font-size:1.25rem;line-height:1.4}.content{padding:1rem}.posts-grid{grid-template-columns:1fr;gap:1rem}.card{margin-bottom:1rem}.card-horizontal{flex-direction:column}.card-horizontal .image-section{width:100%;height:200px;border-radius:.75rem .75rem 0 0}.card-horizontal .content-section{width:100%;padding:1rem}.nav-center{display:none}.hamburger{display:flex}.article-nav{display:block}.lg\:col-span-1{display:none}.lg\:col-span-3{grid-column:span 1}.footer-content{grid-template-columns:1fr;gap:2rem;text-align:center}.footer-section p{padding-right:0!important;text-align:center}.social-links{justify-content:center}.form-group{margin-bottom:1rem}input,textarea,select{width:100%;padding:.75rem;font-size:1rem}.btn{width:100%;padding:.75rem 1rem;font-size:1rem}img{max-width:100%;height:auto}table{width:100%;overflow-x:auto;display:block;white-space:nowrap}pre{overflow-x:auto;padding:1rem;font-size:.875rem}body{overflow-x:hidden}*{max-width:100%;box-sizing:border-box}}@media screen and (max-width:1024px){.hide-on-mobile{display:none!important}}.home-content{padding:2rem 0}.hero-section{background:linear-gradient(135deg,var(--bg-dark) 0%,var(--bg-darker) 100%);padding:4rem 0;text-align:center;margin-bottom:3rem}.hero-content h1{font-size:3rem;font-weight:700;color:var(--text-light);margin-bottom:1rem}.hero-description{font-size:1.2rem;color:var(--text-gray);max-width:600px;margin:0 auto}.posts-section{padding:2rem 0}.posts-section h2{font-size:2rem;color:var(--text-light);margin-bottom:2rem;text-align:center}.posts-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:2rem}.post-card{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 4px 6px rgba(0,0,0,.1);transition:transform .3s ease,box-shadow .3s ease;border:1px solid rgba(0,0,0,.1)}.post-card:hover{transform:translateY(-4px);box-shadow:0 8px 25px rgba(0,0,0,.15)}.post-card h3{margin-bottom:.5rem}.post-card h3 a{color:var(--text-light);text-decoration:none;font-weight:600}.post-card h3 a:hover{color:var(--primary-purple)}.post-meta{display:flex;align-items:center;gap:1rem;margin-bottom:1rem;font-size:.9rem;color:var(--text-gray)}.post-tags{display:flex;gap:.5rem}.tag{background:var(--bg-darker);color:var(--text-gray);padding:.25rem .5rem;border-radius:4px;font-size:.8rem}.post-excerpt{color:var(--text-gray);margin-bottom:1rem;line-height:1.6}.read-more{color:var(--primary-purple);text-decoration:none;font-weight:500;transition:color .3s ease}.read-more:hover{color:var(--dark-purple)}.single-post{padding:2rem 0;max-width:800px;margin:0 auto}.post-content{background:#fff;border-radius:12px;padding:3rem;box-shadow:0 4px 6px rgba(0,0,0,.1);border:1px solid rgba(0,0,0,.1)}.post-header{margin-bottom:2rem;padding-bottom:1rem;border-bottom:1px solid rgba(0,0,0,.1)}.post-title{font-size:2.5rem;font-weight:700;color:var(--text-light);margin-bottom:1rem;line-height:1.2}.post-body{line-height:1.8;color:var(--text-light)}.post-body h1,.post-body h2,.post-body h3,.post-body h4,.post-body h5,.post-body h6{color:var(--text-light);margin-top:2rem;margin-bottom:1rem;font-weight:600}.post-body h1{font-size:2rem}.post-body h2{font-size:1.75rem}.post-body h3{font-size:1.5rem}.post-body h4{font-size:1.25rem}.post-body p{margin-bottom:1.5rem}.post-body ul,.post-body ol{margin-bottom:1.5rem;padding-left:2rem}.post-body li{margin-bottom:.5rem}.post-body blockquote{border-left:4px solid var(--primary-purple);padding-left:1.5rem;margin:2rem 0;font-style:italic;color:var(--text-gray)}.post-body code{background:var(--bg-darker);padding:.25rem .5rem;border-radius:4px;font-family:fira code,monospace;font-size:.9rem}.post-body pre{background:var(--bg-darker);padding:1.5rem;border-radius:8px;overflow-x:auto;margin:1.5rem 0}.post-body pre code{background:0 0;padding:0}.post-footer{margin-top:3rem;padding-top:2rem;border-top:1px solid rgba(0,0,0,.1)}.post-navigation{display:flex;justify-content:space-between;margin-bottom:2rem}.prev-post,.next-post{color:var(--primary-purple);text-decoration:none;font-weight:500;transition:color .3s ease}.prev-post:hover,.next-post:hover{color:var(--dark-purple)}.back-to-blog{text-align:center}.back-link{color:var(--primary-purple);text-decoration:none;font-weight:500;transition:color .3s ease}.back-link:hover{color:var(--dark-purple)}@media(max-width:768px){.single-post{padding:1rem}.post-content{padding:2rem 1.5rem}.post-title{font-size:2rem}.post-navigation{flex-direction:column;gap:1rem}}footer{background:#f8f9fa;padding:1rem 0;border-top:1px solid #e9ecef}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:2rem}.footer-section h3{color:var(--accent-white);margin-bottom:1rem}.social-links{display:flex;gap:1rem;margin-top:.5rem}.social-links a{display:flex;align-items:center;justify-content:center;color:var(--text-gray);text-decoration:none;transition:all .3s ease}.social-links a:hover{color:var(--primary-purple)}.social-links a img{width:20px;height:20px}.footer-bottom{text-align:center;padding-top:2rem;border-top:1px solid rgba(88,72,224,.1);color:var(--text-gray)}@media(max-width:768px){.container{padding:0 1rem;max-width:100%}h1{font-size:2rem;line-height:1.2}h2{font-size:1.5rem;line-height:1.3}h3{font-size:1.25rem;line-height:1.4}.content{padding:1rem}.posts-grid{grid-template-columns:1fr;gap:1rem}.card{margin-bottom:1rem}.card-horizontal{flex-direction:column}.card-horizontal .image-section{width:100%;height:200px;border-radius:.75rem .75rem 0 0}.card-horizontal .content-section{width:100%;padding:1rem}.nav-center{display:none}.hamburger{display:flex}.article-nav{display:block}.lg\:col-span-1{display:none}.lg\:col-span-3{grid-column:span 1}.footer-content{grid-template-columns:1fr;gap:2rem;text-align:center}.footer-section p{padding-right:0!important;text-align:center}.social-links{justify-content:center}.form-group{margin-bottom:1rem}input,textarea,select{width:100%;padding:.75rem;font-size:1rem}.btn{width:100%;padding:.75rem 1rem;font-size:1rem}img{max-width:100%;height:auto}table{width:100%;overflow-x:auto;display:block;white-space:nowrap}pre{overflow-x:auto;padding:1rem;font-size:.875rem}body{overflow-x:hidden}*{max-width:100%;box-sizing:border-box}}@media screen and (max-width:1024px){.hide-on-mobile{display:none!important}}.home-content{padding:2rem 0}.hero-section{background:linear-gradient(135deg,var(--bg-dark) 0%,var(--bg-darker) 100%);padding:4rem 0;text-align:center;margin-bottom:3rem}.hero-content h1{font-size:3rem;font-weight:700;color:var(--text-light);margin-bottom:1rem}.hero-description{font-size:1.2rem;color:var(--text-gray);max-width:600px;margin:0 auto}.posts-section{padding:2rem 0}.posts-section h2{font-size:2rem;color:var(--text-light);margin-bottom:2rem;text-align:center}.posts-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:2rem}.post-card{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 4px 6px rgba(0,0,0,.1);transition:transform .3s ease,box-shadow .3s ease;border:1px solid rgba(0,0,0,.1)}.post-card:hover{transform:translateY(-4px);box-shadow:0 8px 25px rgba(0,0,0,.15)}.post-card h3{margin-bottom:.5rem}.post-card h3 a{color:var(--text-light);text-decoration:none;font-weight:600}.post-card h3 a:hover{color:var(--primary-purple)}.post-meta{display:flex;align-items:center;gap:1rem;margin-bottom:1rem;font-size:.9rem;color:var(--text-gray)}.post-tags{display:flex;gap:.5rem}.tag{background:var(--bg-darker);color:var(--text-gray);padding:.25rem .5rem;border-radius:4px;font-size:.8rem}.post-excerpt{color:var(--text-gray);margin-bottom:1rem;line-height:1.6}.read-more{color:var(--primary-purple);text-decoration:none;font-weight:500;transition:color .3s ease}.read-more:hover{color:var(--dark-purple)}.single-post{padding:2rem 0;max-width:800px;margin:0 auto}.post-content{background:#fff;border-radius:12px;padding:3rem;box-shadow:0 4px 6px rgba(0,0,0,.1);border:1px solid rgba(0,0,0,.1)}.post-header{margin-bottom:2rem;padding-bottom:1rem;border-bottom:1px solid rgba(0,0,0,.1)}.post-title{font-size:2.5rem;font-weight:700;color:var(--text-light);margin-bottom:1rem;line-height:1.2}.post-body{line-height:1.8;color:var(--text-light)}.post-body h1,.post-body h2,.post-body h3,.post-body h4,.post-body h5,.post-body h6{color:var(--text-light);margin-top:2rem;margin-bottom:1rem;font-weight:600}.post-body h1{font-size:2rem}.post-body h2{font-size:1.75rem}.post-body h3{font-size:1.5rem}.post-body h4{font-size:1.25rem}.post-body p{margin-bottom:1.5rem}.post-body ul,.post-body ol{margin-bottom:1.5rem;padding-left:2rem}.post-body li{margin-bottom:.5rem}.post-body blockquote{border-left:4px solid var(--primary-purple);padding-left:1.5rem;margin:2rem 0;font-style:italic;color:var(--text-gray)}.post-body code{background:var(--bg-darker);padding:.25rem .5rem;border-radius:4px;font-family:fira code,monospace;font-size:.9rem}.post-body pre{background:var(--bg-darker);padding:1.5rem;border-radius:8px;overflow-x:auto;margin:1.5rem 0}.post-body pre code{background:0 0;padding:0}.post-footer{margin-top:3rem;padding-top:2rem;border-top:1px solid rgba(0,0,0,.1)}.post-navigation{display:flex;justify-content:space-between;margin-bottom:2rem}.prev-post,.next-post{color:var(--primary-purple);text-decoration:none;font-weight:500;transition:color .3s ease}.prev-post:hover,.next-post:hover{color:var(--dark-purple)}.back-to-blog{text-align:center}.back-link{color:var(--primary-purple);text-decoration:none;font-weight:500;transition:color .3s ease}.back-link:hover{color:var(--dark-purple)}@media(max-width:768px){.single-post{padding:1rem}.post-content{padding:2rem 1.5rem}.post-title{font-size:2rem}.post-navigation{flex-direction:column;gap:1rem}}footer{background:#f8f9fa;padding:1rem 0;border-top:1px solid #e9ecef}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:2rem}.footer-section h3{color:var(--accent-white);margin-bottom:1rem}.social-links{display:flex;gap:1rem;margin-top:.5rem}.social-links a{display:flex;align-items:center;justify-content:center;color:var(--text-gray);text-decoration:none;transition:all .3s ease}.social-links a:hover{color:var(--primary-purple)}.social-links a img{width:20px;height:20px}.footer-bottom{text-align:center;padding-top:2rem;border-top:1px solid rgba(88,72,224,.1);color:var(--text-gray)}@media(max-width:768px){.container{padding:0 1rem;max-width:100%}h1{font-size:2rem;line-height:1.2}h2{font-size:1.5rem;line-height:1.3}h3{font-size:1.25rem;line-height:1.4}.content{padding:1rem}.posts-grid{grid-template-columns:1fr;gap:1rem}.card{margin-bottom:1rem}.card-horizontal{flex-direction:column}.card-horizontal .image-section{width:100%;height:200px;border-radius:.75rem .75rem 0 0}.card-horizontal .content-section{width:100%;padding:1rem}.nav-center{display:none}.hamburger{display:flex}.article-nav{display:block}.lg\:col-span-1{display:none}.lg\:col-span-3{grid-column:span 1}.footer-content{grid-template-columns:1fr;gap:2rem;text-align:center}.footer-section p{padding-right:0!important;text-align:center}.social-links{justify-content:center}.form-group{margin-bottom:1rem}input,textarea,select{width:100%;padding:.75rem;font-size:1rem}.btn{width:100%;padding:.75rem 1rem;font-size:1rem}img{max-width:100%;height:auto}table{width:100%;overflow-x:auto;display:block;white-space:nowrap}pre{overflow-x:auto;padding:1rem;font-size:.875rem}body{overflow-x:hidden}*{max-width:100%;box-sizing:border-box}}@media screen and (max-width:1024px){.hide-on-mobile{display:none!important}}.home-content{padding:2rem 0}.hero-section{background:linear-gradient(135deg,var(--bg-dark) 0%,var(--bg-darker) 100%);padding:4rem 0;text-align:center;margin-bottom:3rem}.hero-content h1{font-size:3rem;font-weight:700;color:var(--text-light);margin-bottom:1rem}.hero-description{font-size:1.2rem;color:var(--text-gray);max-width:600px;margin:0 auto}.posts-section{padding:2rem 0}.posts-section h2{font-size:2rem;color:var(--text-light);margin-bottom:2rem;text-align:center}.posts-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:2rem}.post-card{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 4px 6px rgba(0,0,0,.1);transition:transform .3s ease,box-shadow .3s ease;border:1px solid rgba(0,0,0,.1)}.post-card:hover{transform:translateY(-4px);box-shadow:0 8px 25px rgba(0,0,0,.15)}.post-card h3{margin-bottom:.5rem}.post-card h3 a{color:var(--text-light);text-decoration:none;font-weight:600}.post-card h3 a:hover{color:var(--primary-purple)}.post-meta{display:flex;align-items:center;gap:1rem;margin-bottom:1rem;font-size:.9rem;color:var(--text-gray)}.post-tags{display:flex;gap:.5rem}.tag{background:var(--bg-darker);color:var(--text-gray);padding:.25rem .5rem;border-radius:4px;font-size:.8rem}.post-excerpt{color:var(--text-gray);margin-bottom:1rem;line-height:1.6}.read-more{color:var(--primary-purple);text-decoration:none;font-weight:500;transition:color .3s ease}.read-more:hover{color:var(--dark-purple)}.single-post{padding:2rem 0;max-width:800px;margin:0 auto}.post-content{background:#fff;border-radius:12px;padding:3rem;box-shadow:0 4px 6px rgba(0,0,0,.1);border:1px solid rgba(0,0,0,.1)}.post-header{margin-bottom:2rem;padding-bottom:1rem;border-bottom:1px solid rgba(0,0,0,.1)}.post-title{font-size:2.5rem;font-weight:700;color:var(--text-light);margin-bottom:1rem;line-height:1.2}.post-body{line-height:1.8;color:var(--text-light)}.post-body h1,.post-body h2,.post-body h3,.post-body h4,.post-body h5,.post-body h6{color:var(--text-light);margin-top:2rem;margin-bottom:1rem;font-weight:600}.post-body h1{font-size:2rem}.post-body h2{font-size:1.75rem}.post-body h3{font-size:1.5rem}.post-body h4{font-size:1.25rem}.post-body p{margin-bottom:1.5rem}.post-body ul,.post-body ol{margin-bottom:1.5rem;padding-left:2rem}.post-body li{margin-bottom:.5rem}.post-body blockquote{border-left:4px solid var(--primary-purple);padding-left:1.5rem;margin:2rem 0;font-style:italic;color:var(--text-gray)}.post-body code{background:var(--bg-darker);padding:.25rem .5rem;border-radius:4px;font-family:fira code,monospace;font-size:.9rem}.post-body pre{background:var(--bg-darker);padding:1.5rem;border-radius:8px;overflow-x:auto;margin:1.5rem 0}.post-body pre code{background:0 0;padding:0}.post-footer{margin-top:3rem;padding-top:2rem;border-top:1px solid rgba(0,0,0,.1)}.post-navigation{display:flex;justify-content:space-between;margin-bottom:2rem}.prev-post,.next-post{color:var(--primary-purple);text-decoration:none;font-weight:500;transition:color .3s ease}.prev-post:hover,.next-post:hover{color:var(--dark-purple)}.back-to-blog{text-align:center}.back-link{color:var(--primary-purple);text-decoration:none;font-weight:500;transition:color .3s ease}.back-link:hover{color:var(--dark-purple)}@media(max-width:768px){.single-post{padding:1rem}.post-content{padding:2rem 1.5rem}.post-title{font-size:2rem}.post-navigation{flex-direction:column;gap:1rem}}footer{background:#f8f9fa;padding:1rem 0;border-top:1px solid #e9ecef}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:2rem}.footer-section h3{color:var(--accent-white);margin-bottom:1rem}.social-links{display:flex;gap:1rem;margin-top:.5rem}.social-links a{display:flex;align-items:center;justify-content:center;color:var(--text-gray);text-decoration:none;transition:all .3s ease}.social-links a:hover{color:var(--primary-purple)}.social-links a img{width:20px;height:20px}.footer-bottom{text-align:center;padding-top:2rem;border-top:1px solid rgba(88,72,224,.1);color:var(--text-gray)}@media(max-width:768px){.container{padding:0 1rem;max-width:100%}h1{font-size:2rem;line-height:1.2}h2{font-size:1.5rem;line-height:1.3}h3{font-size:1.25rem;line-height:1.4}.content{padding:1rem}.posts-grid{grid-template-columns:1fr;gap:1rem}.card{margin-bottom:1rem}.card-horizontal{flex-direction:column}.card-horizontal .image-section{width:100%;height:200px;border-radius:.75rem .75rem 0 0}.card-horizontal .content-section{width:100%;padding:1rem}.nav-center{display:none}.hamburger{display:flex}.article-nav{display:block}.lg\:col-span-1{display:none}.lg\:col-span-3{grid-column:span 1}.footer-content{grid-template-columns:1fr;gap:2rem;text-align:center}.footer-section p{padding-right:0!important;text-align:center}.social-links{justify-content:center}.form-group{margin-bottom:1rem}input,textarea,select{width:100%;padding:.75rem;font-size:1rem}.btn{width:100%;padding:.75rem 1rem;font-size:1rem}img{max-width:100%;height:auto}table{width:100%;overflow-x:auto;display:block;white-space:nowrap}pre{overflow-x:auto;padding:1rem;font-size:.875rem}body{overflow-x:hidden}*{max-width:100%;box-sizing:border-box}}@media screen and (max-width:1024px){.hide-on-mobile{display:none!important}}.home-content{padding:2rem 0}.hero-section{background:linear-gradient(135deg,var(--bg-dark) 0%,var(--bg-darker) 100%);padding:4rem 0;text-align:center;margin-bottom:3rem}.hero-content h1{font-size:3rem;font-weight:700;color:var(--text-light);margin-bottom:1rem}.hero-description{font-size:1.2rem;color:var(--text-gray);max-width:600px;margin:0 auto}.posts-section{padding:2rem 0}.posts-section h2{font-size:2rem;color:var(--text-light);margin-bottom:2rem;text-align:center}.posts-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:2rem}.post-card{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 4px 6px rgba(0,0,0,.1);transition:transform .3s ease,box-shadow .3s ease;border:1px solid rgba(0,0,0,.1)}.post-card:hover{transform:translateY(-4px);box-shadow:0 8px 25px rgba(0,0,0,.15)}.post-card h3{margin-bottom:.5rem}.post-card h3 a{color:var(--text-light);text-decoration:none;font-weight:600}.post-card h3 a:hover{color:var(--primary-purple)}.post-meta{display:flex;align-items:center;gap:1rem;margin-bottom:1rem;font-size:.9rem;color:var(--text-gray)}.post-tags{display:flex;gap:.5rem}.tag{background:var(--bg-darker);color:var(--text-gray);padding:.25rem .5rem;border-radius:4px;font-size:.8rem}.post-excerpt{color:var(--text-gray);margin-bottom:1rem;line-height:1.6}.read-more{color:var(--primary-purple);text-decoration:none;font-weight:500;transition:color .3s ease}.read-more:hover{color:var(--dark-purple)}.single-post{padding:2rem 0;max-width:800px;margin:0 auto}.post-content{background:#fff;border-radius:12px;padding:3rem;box-shadow:0 4px 6px rgba(0,0,0,.1);border:1px solid rgba(0,0,0,.1)}.post-header{margin-bottom:2rem;padding-bottom:1rem;border-bottom:1px solid rgba(0,0,0,.1)}.post-title{font-size:2.5rem;font-weight:700;color:var(--text-light);margin-bottom:1rem;line-height:1.2}.post-body{line-height:1.8;color:var(--text-light)}.post-body h1,.post-body h2,.post-body h3,.post-body h4,.post-body h5,.post-body h6{color:var(--text-light);margin-top:2rem;margin-bottom:1rem;font-weight:600}.post-body h1{font-size:2rem}.post-body h2{font-size:1.75rem}.post-body h3{font-size:1.5rem}.post-body h4{font-size:1.25rem}.post-body p{margin-bottom:1.5rem}.post-body ul,.post-body ol{margin-bottom:1.5rem;padding-left:2rem}.post-body li{margin-bottom:.5rem}.post-body blockquote{border-left:4px solid var(--primary-purple);padding-left:1.5rem;margin:2rem 0;font-style:italic;color:var(--text-gray)}.post-body code{background:var(--bg-darker);padding:.25rem .5rem;border-radius:4px;font-family:fira code,monospace;font-size:.9rem}.post-body pre{background:var(--bg-darker);padding:1.5rem;border-radius:8px;overflow-x:auto;margin:1.5rem 0}.post-body pre code{background:0 0;padding:0}.post-footer{margin-top:3rem;padding-top:2rem;border-top:1px solid rgba(0,0,0,.1)}.post-navigation{display:flex;justify-content:space-between;margin-bottom:2rem}.prev-post,.next-post{color:var(--primary-purple);text-decoration:none;font-weight:500;transition:color .3s ease}.prev-post:hover,.next-post:hover{color:var(--dark-purple)}.back-to-blog{text-align:center}.back-link{color:var(--primary-purple);text-decoration:none;font-weight:500;transition:color .3s ease}.back-link:hover{color:var(--dark-purple)}@media(max-width:768px){.single-post{padding:1rem}.post-content{padding:2rem 1.5rem}.post-title{font-size:2rem}.post-navigation{flex-direction:column;gap:1rem}}footer{background:#f8f9fa;padding:1rem 0;border-top:1px solid #e9ecef}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:2rem}.footer-section h3{color:var(--accent-white);margin-bottom:1rem}.social-links{display:flex;gap:1rem;margin-top:.5rem}.social-links a{display:flex;align-items:center;justify-content:center;color:var(--text-gray);text-decoration:none;transition:all .3s ease}.social-links a:hover{color:var(--primary-purple)}.social-links a img{width:20px;height:20px}.footer-bottom{text-align:center;padding-top:2rem;border-top:1px solid rgba(88,72,224,.1);color:var(--text-gray)}@media(max-width:768px){.container{padding:0 1rem;max-width:100%}h1{font-size:2rem;line-height:1.2}h2{font-size:1.5rem;line-height:1.3}h3{font-size:1.25rem;line-height:1.4}.content{padding:1rem}.posts-grid{grid-template-columns:1fr;gap:1rem}.card{margin-bottom:1rem}.card-horizontal{flex-direction:column}.card-horizontal .image-section{width:100%;height:200px;border-radius:.75rem .75rem 0 0}.card-horizontal .content-section{width:100%;padding:1rem}.nav-center{display:none}.hamburger{display:flex}.article-nav{display:block}.lg\:col-span-1{display:none}.lg\:col-span-3{grid-column:span 1}.footer-content{grid-template-columns:1fr;gap:2rem;text-align:center}.footer-section p{padding-right:0!important;text-align:center}.social-links{justify-content:center}.form-group{margin-bottom:1rem}input,textarea,select{width:100%;padding:.75rem;font-size:1rem}.btn{width:100%;padding:.75rem 1rem;font-size:1rem}img{max-width:100%;height:auto}table{width:100%;overflow-x:auto;display:block;white-space:nowrap}pre{overflow-x:auto;padding:1rem;font-size:.875rem}body{overflow-x:hidden}*{max-width:100%;box-sizing:border-box}}@media screen and (max-width:1024px){.hide-on-mobile{display:none!important}}.home-content{padding:2rem 0}.hero-section{background:linear-gradient(135deg,var(--bg-dark) 0%,var(--bg-darker) 100%);padding:4rem 0;text-align:center;margin-bottom:3rem}.hero-content h1{font-size:3rem;font-weight:700;color:var(--text-light);margin-bottom:1rem}.hero-description{font-size:1.2rem;color:var(--text-gray);max-width:600px;margin:0 auto}.posts-section{padding:2rem 0}.posts-section h2{font-size:2rem;color:var(--text-light);margin-bottom:2rem;text-align:center}.posts-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:2rem}.post-card{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 4px 6px rgba(0,0,0,.1);transition:transform .3s ease,box-shadow .3s ease;border:1px solid rgba(0,0,0,.1)}.post-card:hover{transform:translateY(-4px);box-shadow:0 8px 25px rgba(0,0,0,.15)}.post-card h3{margin-bottom:.5rem}.post-card h3 a{color:var(--text-light)}