*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#fff;color:#1a1a1a;font-family:Segoe UI,-apple-system,BlinkMacSystemFont,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-weight:400;line-height:1.7;scroll-behavior:smooth}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}a{color:inherit;text-decoration:none}button{background:none;border:none;cursor:pointer;font-family:inherit;outline:none}img{height:auto;max-width:100%}.container{margin:0 auto;max-width:1200px;padding:0 20px}@media (max-width:768px){.container{padding:0 15px}}.header{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#fffffffa;border-bottom:1px solid #f0f0f0;box-shadow:0 1px 3px #0000000d;left:0;position:fixed;right:0;top:0;transition:all .3s ease;z-index:1000}.header-content{justify-content:space-between;padding:1rem 0}.header-content,.logo{align-items:center;display:flex}.logo-image{height:64px;transition:transform .3s ease;width:auto}.logo-image:hover{transform:scale(1.05)}.nav{align-items:center;display:flex;gap:2rem}.nav-link{color:#666;font-size:.95rem;font-weight:400;letter-spacing:.01em;position:relative;transition:color .3s ease}.nav-link.active,.nav-link:hover{color:#333}.nav-link:after{background:#333;bottom:-5px;content:"";height:2px;left:0;position:absolute;transition:width .3s ease;width:0}.nav-link.active:after,.nav-link:hover:after{width:100%}.hamburger{background:none;border:none;cursor:pointer;display:none;flex-direction:column;gap:4px;padding:5px}.hamburger span{background:#333;height:3px;transition:all .3s ease;width:25px}.hamburger-open span:first-child{transform:rotate(45deg) translate(6px,6px)}.hamburger-open span:nth-child(2){opacity:0}.hamburger-open span:nth-child(3){transform:rotate(-45deg) translate(6px,-6px)}@media (max-width:768px){.hamburger{display:flex}.nav{background:#fff;border-top:1px solid #e5e5e5;flex-direction:column;gap:0;left:0;opacity:0;padding:1rem 0;position:absolute;right:0;top:100%;transform:translateY(-100%);transition:all .3s ease;visibility:hidden}.nav-open{opacity:1;transform:translateY(0);visibility:visible}.nav-link{border-bottom:1px solid #f0f0f0;padding:1rem 2rem;text-align:center;width:100%}.nav-link:last-child{border-bottom:none}}.footer{background:#f8f9fa;border-top:1px solid #e5e5e5;margin-top:4rem;padding:3rem 0 1rem}.footer-content{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-bottom:2rem}.footer-logo{margin-bottom:1rem}.footer-logo-image{height:64px;transition:transform .3s ease;width:auto}.footer-logo-image:hover{transform:scale(1.05)}.footer-section h3{font-size:1.5rem}.footer-section h3,.footer-section h4{color:#333;font-weight:600;margin-bottom:1rem}.footer-section h4{font-size:1.1rem}.footer-section p{color:#666;line-height:1.6;margin-bottom:1rem}.social-links{display:flex;flex-direction:column;gap:.75rem}.social-link{align-items:center;color:#666;display:flex;font-weight:500;gap:.75rem;padding:.5rem 0;text-decoration:none;transition:color .3s ease}.social-link:hover{color:#0078d4}.social-icon{flex-shrink:0;height:20px;width:20px}.social-link span{font-size:.9rem}.newsletter-form{gap:.5rem;margin-top:1rem}.newsletter-input:focus{border-color:#333}.newsletter-button{background:#333;padding:.75rem 1.5rem}.newsletter-button:hover{background:#555}.footer-bottom{border-top:1px solid #e5e5e5;padding-top:1rem;text-align:center}.footer-bottom p{color:#999;font-size:.9rem}@media (max-width:768px){.footer{padding:2rem 0 1rem}.footer-content{gap:1.5rem;grid-template-columns:1fr}.newsletter-form{flex-direction:column}}.footer-photo{display:flex;justify-content:center;margin-bottom:1rem}.author_photo{background-color:#f5f5f5;border-radius:50%;box-shadow:0 2px 6px #00000026;display:block;height:90px;object-fit:cover;padding:5px;width:90px}.home{min-height:100vh}.hero{background:linear-gradient(135deg,#f8f9fa,#e9ecef);border-bottom:1px solid #f0f0f0;color:#1a1a1a;padding:8rem 0 6rem;text-align:center}.hero-logo{margin-bottom:2rem}.hero-logo-image{height:360px;transition:transform .3s ease;width:auto}.hero-logo-image:hover{transform:scale(1.05)}.hero-content h1{color:#1a1a1a;font-size:3.2rem;font-weight:300;letter-spacing:-.02em;line-height:1.1;margin-bottom:1.5rem}.hero-content p{color:#666;font-size:1.2rem;font-weight:400;line-height:1.6;margin-bottom:3rem;margin-left:auto;margin-right:auto;max-width:700px;opacity:.8}.hero-stats{display:flex;gap:3rem;justify-content:center;margin-top:3rem}.stat{text-align:center}.stat-number{display:block;font-size:2.5rem;font-weight:700;margin-bottom:.5rem}.stat-label{font-size:.9rem;letter-spacing:1px;opacity:.8;text-transform:uppercase}.section-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:4rem}.section-header h2{color:#1a1a1a;font-size:2.2rem;font-weight:300;letter-spacing:-.02em;margin:0}.view-all-link{color:#3498db;font-size:1rem;font-weight:500;text-decoration:none;transition:color .3s ease}.view-all-link:hover{color:#2980b9}.featured-posts{background:#fff;border-bottom:1px solid #f0f0f0;padding:6rem 0}.post-card.featured{background:#fff;border:1px solid #f0f0f0;border-radius:8px;box-shadow:0 2px 8px #00000014;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease}.post-card.featured:hover{box-shadow:0 4px 16px #0000001f;transform:translateY(-2px)}.post-card.featured:hover .post-image img{transform:scale(1.05)}.post-title{color:#1a1a1a;font-size:1.3rem;font-weight:400;line-height:1.4}.post-title a{color:#1a1a1a;transition:color .3s ease}.post-title a:hover{color:#0078d4}.recent-posts{background:#fafafa;border-bottom:1px solid #f0f0f0;padding:6rem 0}.recent-posts h2{color:#1a1a1a;font-size:2.2rem;font-weight:300;letter-spacing:-.02em;margin-bottom:4rem;text-align:center}.posts-list{margin:0 auto;max-width:800px}.post-item{background:#fff;border:1px solid #f0f0f0;border-radius:8px;box-shadow:0 1px 4px #0000000f;margin-bottom:2rem;padding:2.5rem;transition:transform .3s ease,box-shadow .3s ease}.post-item:hover{box-shadow:0 4px 20px #0000001a;transform:translateY(-2px)}.post-item .post-title{font-size:1.1rem;margin-bottom:.75rem}.post-item .post-excerpt{margin-bottom:0}.newsletter-section{background:#1a1a1a;color:#fff;padding:5rem 0;scroll-margin-top:80px;text-align:center}.newsletter-content h2{font-size:2.2rem;font-weight:300;letter-spacing:-.02em;margin-bottom:1rem}.newsletter-content p{font-size:1.1rem;margin-bottom:2rem;opacity:.9}.newsletter-form{gap:1rem;margin:0 auto;max-width:500px}.newsletter-input{border:none;flex:1 1;font-size:1rem;padding:1rem}.newsletter-button{background:#0078d4;font-size:.95rem;padding:1rem 2rem}.newsletter-button:hover{background:#106ebe}.newsletter-button:disabled{background:#666;cursor:not-allowed}.subscription-message{border-radius:4px;font-weight:500;margin-top:1rem;padding:1rem}.subscription-message.success{background:#d4edda;border:1px solid #c3e6cb;color:#155724}.subscription-message.error{background:#f8d7da;border:1px solid #f5c6cb;color:#721c24}@media (max-width:768px){.hero-content h1{font-size:2.5rem}.hero-content p{font-size:1.1rem}.hero-stats{gap:2rem}.featured-posts h2,.recent-posts h2,.stat-number{font-size:2rem}.posts-grid{grid-template-columns:1fr}.newsletter-form{flex-direction:column}.post-item{padding:1.5rem}}@media (max-width:480px){.hero{padding:4rem 0}.hero-content h1{font-size:2rem}.hero-stats{flex-direction:column;gap:1.5rem}.featured-posts,.recent-posts{padding:3rem 0}}.blog-page{min-height:80vh;padding:2rem 0}.blog-header{margin-bottom:3rem;text-align:center}.blog-header h1{color:#2c3e50;font-size:2.5rem;margin-bottom:1rem}.blog-header p{color:#7f8c8d;font-size:1.1rem;margin:0 auto 1rem;max-width:600px}.blog-stats{color:#95a5a6;font-size:.9rem;font-style:italic}.blog-content{margin:0 auto;max-width:1200px}.posts-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));margin-bottom:3rem}.post-card{background:#fff;border-radius:8px;box-shadow:0 2px 10px #0000001a;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease}.post-card:hover{box-shadow:0 5px 20px #00000026;transform:translateY(-5px)}.post-image{height:200px;width:100%}.post-image img{height:100%;object-fit:cover;transition:transform .3s ease}.post-card:hover .post-image img{transform:scale(1.05)}.post-content{padding:1.5rem}.post-meta{color:#7f8c8d;font-size:.85rem}.post-title{margin-bottom:.75rem}.post-title a{color:#2c3e50;font-size:1.3rem;font-weight:600;line-height:1.4;text-decoration:none}.post-title a:hover{color:#3498db}.post-excerpt{color:#7f8c8d}.post-author{color:#95a5a6;font-style:italic}.pagination{align-items:center;border-top:1px solid #ecf0f1;display:flex;flex-direction:column;gap:1rem;margin-top:3rem;padding-top:2rem}.pagination-info{color:#7f8c8d;font-size:.9rem}.pagination-controls{align-items:center;display:flex;gap:.5rem}.pagination-btn{align-items:center;background:#fff;border:1px solid #bdc3c7;border-radius:5px;color:#2c3e50;cursor:pointer;display:inline-flex;font-size:.9rem;gap:.25rem;padding:.5rem 1rem;text-decoration:none;transition:all .3s ease}.pagination-btn.active,.pagination-btn:hover{background:#3498db;border-color:#3498db;color:#fff}.pagination-btn:disabled{cursor:not-allowed;opacity:.5}.pagination-btn:disabled:hover{background:#fff;border-color:#bdc3c7;color:#2c3e50}.pagination-numbers{display:flex;gap:.25rem}.error,.loading{padding:4rem 2rem;text-align:center}.error h1,.loading h1{color:#2c3e50;margin-bottom:1rem}.error button{background:#3498db;border:none;border-radius:5px;color:#fff;cursor:pointer;font-size:1rem;margin-top:1rem;padding:.75rem 1.5rem}.error button:hover{background:#2980b9}.no-posts{color:#7f8c8d;padding:4rem 2rem;text-align:center}@media (max-width:768px){.blog-header h1{font-size:2rem}.posts-grid{gap:1.5rem;grid-template-columns:1fr}.pagination-controls{flex-wrap:wrap;justify-content:center}.pagination-numbers{justify-content:center;margin-bottom:1rem;order:-1;width:100%}}@media (max-width:480px){.blog-page{padding:1rem 0}.blog-header{margin-bottom:2rem}.post-content{padding:1rem}.post-meta{flex-direction:column;gap:.5rem}}.blog-post{background:#fff;padding:2rem 0}.blog-post .container{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:2fr 1fr;max-width:1200px}.post-content{background:#fff;border-radius:8px;overflow:hidden}.post-header{border-bottom:1px solid #e5e5e5;margin-bottom:2rem;padding:2rem 0}.post-meta{color:#666;display:flex;font-size:.9rem;gap:1rem;margin-bottom:1rem}.post-category{background:#2c3e50;border-radius:15px;color:#fff;font-size:.8rem;font-weight:600;letter-spacing:.5px;padding:.25rem .75rem;text-transform:uppercase}.post-title{color:#333;font-size:2.5rem;font-weight:700;line-height:1.2;margin-bottom:1rem}.post-excerpt{color:#666;font-size:1.2rem;line-height:1.6;margin-bottom:1rem}.post-author{color:#999;font-size:.9rem}.post-image{border-radius:8px;margin-bottom:2rem;overflow:hidden}.post-image img{display:block;height:auto;width:100%}.post-body{color:#333;line-height:1.8;padding:0 0 2rem}.post-body h2{color:#333;font-size:1.8rem;font-weight:600;margin:2rem 0 1rem}.post-body h3{color:#333;font-size:1.4rem;font-weight:600;margin:1.5rem 0 .75rem}.post-body p{font-size:1.1rem;margin-bottom:1.5rem}.post-body ul{margin:1.5rem 0;padding-left:2rem}.post-body li{font-size:1.1rem;margin-bottom:.5rem}.post-body strong{font-weight:600}.post-footer{border-top:1px solid #e5e5e5;margin-top:2rem;padding-top:2rem}.share-buttons h3{color:#333;font-size:1.2rem;font-weight:600;margin-bottom:1rem}.share-links{display:flex;gap:1rem}.share-links a{background:#f8f9fa;border:1px solid #e5e5e5;border-radius:4px;color:#666;font-size:.9rem;font-weight:500;padding:.5rem 1rem;transition:all .3s ease}.share-links a:hover{background:#667eea;border-color:#667eea;color:#fff}.post-sidebar{height:-webkit-fit-content;height:fit-content;position:-webkit-sticky;position:sticky;top:100px}.sidebar-section{background:#fff;box-shadow:0 2px 10px #0000000d;margin-bottom:2rem}.related-posts{display:flex;flex-direction:column;gap:1rem}.related-post{border-bottom:1px solid #f0f0f0;padding-bottom:1rem}.related-post:last-child{border-bottom:none;padding-bottom:0}.related-post h4{font-size:1rem;font-weight:600;line-height:1.4;margin-bottom:.5rem}.related-post a{color:#333;transition:color .3s ease}.related-post a:hover{color:#667eea}.related-post-date{color:#999;font-size:.8rem}.post-not-found{padding:4rem 0;text-align:center}.post-not-found h1{color:#333;font-size:2rem;font-weight:600;margin-bottom:1rem}.post-not-found p{color:#666;font-size:1.1rem;margin-bottom:2rem}.back-link{background:#667eea;border-radius:4px;color:#fff;display:inline-block;font-weight:500;padding:.75rem 1.5rem;transition:background-color .3s ease}.back-link:hover{background:#5a6fd8}@media (max-width:1024px){.blog-post .container{gap:2rem;grid-template-columns:1fr}.post-sidebar{position:static}}@media (max-width:768px){.blog-post{padding:1rem 0}.post-title{font-size:2rem}.post-excerpt{font-size:1.1rem}.post-body{font-size:1rem}.post-body h2{font-size:1.5rem}.post-body h3{font-size:1.2rem}.post-meta{flex-wrap:wrap}.share-links{flex-direction:column}.share-links a{text-align:center}}@media (max-width:480px){.post-title{font-size:1.8rem}.post-header{padding:1.5rem 0}.post-body{padding:0 0 1.5rem}}.about{background:#fff;padding:2rem 0}.about-content{margin:0 auto;max-width:1200px}.about-header{border-bottom:1px solid #e5e5e5;margin-bottom:4rem;padding:2rem 0;text-align:center}.about-header h1{color:#1a1a1a;font-size:2.8rem;font-weight:300;letter-spacing:-.02em;margin-bottom:1rem}.about-subtitle{color:#666;font-size:1.25rem;line-height:1.6;margin:0 auto;max-width:600px}.about-grid{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:2fr 1fr}.about-main{display:flex;flex-direction:column;gap:3rem}.about-section h2{color:#1a1a1a;font-size:1.8rem;font-weight:400;letter-spacing:-.01em;margin-bottom:1.5rem}.about-section p{color:#555;font-size:1.1rem;line-height:1.8;margin-bottom:1.5rem}.about-section p:last-child{margin-bottom:0}.topics-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-top:1.5rem}.topic{background:#fafafa;border:1px solid #f0f0f0;border-radius:8px;padding:1.5rem}.topic h3{color:#333;font-size:1.2rem;font-weight:600;margin-bottom:.75rem}.topic p{color:#666;font-size:1rem;line-height:1.6;margin:0}.about-sidebar{display:flex;flex-direction:column;gap:2rem}.sidebar-section{background:#f8f9fa;border:1px solid #e5e5e5;border-radius:8px;padding:1.5rem}.sidebar-section h3{color:#333;font-size:1.2rem;font-weight:600;margin-bottom:1rem}.sidebar-section p{color:#666;font-size:.95rem;line-height:1.6;margin-bottom:1rem}.contact-links{display:flex;flex-direction:column;gap:.75rem}.contact-link{align-items:center;background:#0078d4;border-radius:4px;color:#fff;display:flex;font-size:.9rem;font-weight:500;gap:.75rem;padding:.75rem 1rem;text-decoration:none;transition:background-color .3s ease}.contact-icon{flex-shrink:0;height:18px;width:18px}.contact-link:hover{background:#106ebe}.newsletter-form{display:flex;flex-direction:column;gap:.75rem}.newsletter-input{border:1px solid #ddd;border-radius:4px;font-size:.9rem;outline:none;padding:.75rem;transition:border-color .3s ease}.newsletter-input:focus{border-color:#667eea}.newsletter-button{background:#667eea;border:none;border-radius:4px;color:#fff;cursor:pointer;font-weight:500;padding:.75rem;transition:background-color .3s ease}.newsletter-button:hover{background:#5a6fd8}.recent-posts-list{display:flex;flex-direction:column;gap:1rem}.recent-post-link{background:#fff;border:1px solid #e5e5e5;border-radius:4px;display:flex;flex-direction:column;padding:.75rem;transition:all .3s ease}.recent-post-link:hover{border-color:#667eea;transform:translateY(-1px)}.recent-post-link span{color:#333;font-weight:500;margin-bottom:.25rem}.recent-post-link small{color:#999;font-size:.8rem}@media (max-width:1024px){.about-grid{gap:2rem;grid-template-columns:1fr}.topics-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}}@media (max-width:768px){.about{padding:1rem 0}.about-header h1{font-size:2.5rem}.about-subtitle{font-size:1.1rem}.about-section h2{font-size:1.8rem}.about-section p{font-size:1rem}.topics-grid{grid-template-columns:1fr}.contact-links{flex-direction:column}.contact-link{text-align:center}}@media (max-width:480px){.about-header h1{font-size:2rem}.about-header{margin-bottom:2rem;padding:1rem 0}.about-main{gap:2rem}.about-section h2{font-size:1.5rem}}.App{display:flex;flex-direction:column;min-height:100vh}main{flex:1 1;padding-top:80px}@media (max-width:768px){main{padding-top:60px}}
/*# sourceMappingURL=main.0592446c.css.map*/