:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}.app{min-height:100vh;display:flex;flex-direction:column;overflow-x:hidden}.main-content{flex:1;width:100%;box-sizing:border-box;padding:0;margin-top:0}.hero-section{background:linear-gradient(135deg,#2d2d2d,#1a1a1a);padding:4rem 2rem;text-align:center;border-bottom:1px solid #404040;box-sizing:border-box}.hero-content{margin:0 auto}.hero-title{font-size:3rem;font-weight:700;margin:0 0 1rem;background:linear-gradient(135deg,#fff,#e0e0e0);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-subtitle{font-size:1.2rem;color:#b0b0b0;line-height:1.6;margin:0}.section-title{font-size:2rem;font-weight:600;margin:0 0 2rem;text-align:center;color:#fff}.featured-section{margin-top:3 rem;padding:4rem 2rem;background:#1e1e1e;box-sizing:border-box;display:flex;flex-direction:column;align-items:center;text-align:center}.featured-post{box-sizing:border-box;margin:0 auto;display:grid;grid-template-columns:1fr;gap:3rem;align-items:center;background:#2a2a2a;border-radius:12px;overflow:hidden;box-shadow:0 8px 32px #0000004d}.blog-section{padding:4rem 2rem;background:#242424;box-sizing:border-box}.blog-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;margin:0 auto}.blog-post{background:#2a2a2a;border-radius:12px;overflow:hidden;box-shadow:0 4px 16px #0003;transition:transform .3s ease,box-shadow .3s ease}.blog-post:hover{transform:translateY(-4px);box-shadow:0 8px 32px #0000004d}.post-image{width:100%;height:200px;overflow:hidden}.post-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.blog-post:hover .post-image img{transform:scale(1.05)}.featured-post .post-image{height:300px}.post-content{padding:1.5rem;align-items:center;text-align:center}.post-meta{display:flex;gap:1rem;margin-bottom:1rem;font-size:.9rem;color:#888}.post-title{font-size:1.3rem;font-weight:600;margin:0 0 1rem;color:#fff;line-height:1.3}.featured-post .post-title{font-size:1.8rem}.post-excerpt{color:#b0b0b0;line-height:1.6;margin:0 0 1.5rem}.read-more-btn{background:linear-gradient(135deg,#646cff,#535bf2);color:#fff;border:none;padding:.75rem 1.5rem;border-radius:6px;font-weight:500;cursor:pointer;transition:all .3s ease}.read-more-btn:hover{transform:translateY(-2px);box-shadow:0 4px 16px #646cff4d}.newsletter-section{background:linear-gradient(135deg,#1a1a1a,#2d2d2d);padding:4rem 2rem;text-align:center;box-sizing:border-box}.newsletter-content{max-width:600px;margin:0 auto}.newsletter-title{font-size:2rem;font-weight:600;margin:0 0 1rem;color:#fff}.newsletter-subtitle{color:#b0b0b0;margin:0 0 2rem;font-size:1.1rem}.newsletter-form{display:flex;gap:1rem;max-width:400px;margin:0 auto}.newsletter-input{flex:1;min-width:250px;padding:.75rem 1rem;border:1px solid #404040;border-radius:6px;background:#2a2a2a;color:#fff;font-size:1rem}.newsletter-input::placeholder{color:#888}.newsletter-btn{background:linear-gradient(135deg,#646cff,#535bf2);color:#fff;border:none;padding:.75rem 1.5rem;border-radius:6px;font-weight:500;cursor:pointer;transition:all .3s ease;white-space:nowrap}.newsletter-btn:hover{transform:translateY(-2px);box-shadow:0 4px 16px #646cff4d}@media(max-width:768px){.hero-section{padding:3rem 1rem}.hero-title{font-size:2.2rem}.hero-subtitle{font-size:1.1rem}.featured-section,.blog-section,.newsletter-section{padding:3rem 1rem}.featured-post{grid-template-columns:1fr;gap:0}.blog-grid{grid-template-columns:1fr;gap:1.5rem}.newsletter-form{flex-direction:column;gap:1rem}.section-title{font-size:1.8rem}}@media(max-width:480px){.hero-title{font-size:1.8rem}.hero-subtitle{font-size:1rem}.section-title{font-size:1.5rem}.post-title{font-size:1.2rem}.featured-post .post-title{font-size:1.5rem}.blog-grid{grid-template-columns:1fr;gap:1rem}}.header{background:linear-gradient(135deg,#1a1a1a,#2d2d2d);border-bottom:1px solid #404040;padding:2rem 0;box-shadow:0 2px 10px #0000004d;position:sticky;top:0;z-index:100;width:100%}.header-content{max-width:1280px;margin:0 auto;padding:0 .5rem;display:flex;align-items:center;justify-content:flex-start;position:relative}.header-title{font-size:2.5rem;font-weight:700;margin:0;background:linear-gradient(135deg,#fff,#e0e0e0);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;letter-spacing:-.02em;text-shadow:0 4px 8px rgba(0,0,0,.3);position:absolute;left:50%;transform:translate(-50%)}.nav-container{position:relative}.hamburger-btn{background:transparent;border:none;cursor:pointer;padding:.25rem;display:flex;flex-direction:column;gap:4px;transition:all .3s ease;margin-left:-.5rem}.hamburger-line{width:25px;height:3px;background:#fff;border-radius:2px;transition:all .3s ease}.hamburger-line.active:nth-child(1){transform:rotate(45deg) translate(6px,6px)}.hamburger-line.active:nth-child(2){opacity:0}.hamburger-line.active:nth-child(3){transform:rotate(-45deg) translate(6px,-6px)}.nav-dropdown{position:absolute;top:100%;left:0;background:linear-gradient(135deg,#2d2d2d,#1a1a1a);border:1px solid #404040;border-radius:8px;box-shadow:0 8px 32px #0000004d;padding:1rem 0;min-width:180px;opacity:0;visibility:hidden;transform:translateY(-10px);transition:all .3s ease;z-index:1000}.nav-dropdown.open{opacity:1;visibility:visible;transform:translateY(0)}.nav-btn{display:block;width:100%;background:transparent;border:none;color:#fff;padding:.75rem 1.5rem;font-weight:500;cursor:pointer;transition:all .3s ease;font-size:1rem;text-align:left}.nav-btn:hover{background:#ffffff1a}@media(max-width:768px){.header{padding:1.5rem 0}.header-content{padding:0 .25rem}.header-title{font-size:2rem}.nav-dropdown{min-width:160px}.nav-btn{font-size:.9rem;padding:.6rem 1rem}}@media(max-width:480px){.header-title{font-size:1.5rem}}.footer{background:#1a1a1a;border-top:1px solid #404040;padding:2rem;text-align:center;box-sizing:border-box}.footer-content{margin:0 auto}.social-links{display:flex;gap:2rem;justify-content:center;margin-bottom:1rem}.social-link{display:flex;align-items:center;gap:.5rem;color:#b0b0b0;text-decoration:none;font-weight:500;transition:all .3s ease;padding:.5rem 1rem;border-radius:6px}.social-link:hover{color:#fff;background:#ffffff1a;transform:translateY(-2px)}.social-icon{width:20px;height:20px;flex-shrink:0}.footer p{margin:0;color:#888}
