body{background-attachment:fixed;background-image:url(/static/media/olegorlenko1.e850ee30b372faeb2a0d.jpg);background-position:50%;background-repeat:no-repeat;background-size:cover;flex-direction:column;font-family:sans-serif;margin:0;min-height:100vh}#root,body{display:flex}#root{flex:1 1;flex-direction:column}header{background-color:#222;color:#fff;height:50px;padding-top:10px;position:fixed;text-align:center;top:0;width:100%;z-index:1000}header .blog-link{color:#3498db;font-weight:700;position:absolute;right:20px;text-decoration:none;top:15px}footer{background-color:#222;margin-top:auto;padding:1rem;text-align:center}footer img{width:25px}.contact-icon{color:#fff;font-size:42px;margin-right:10px}.glyphicon-envelope{top:7px}.App{flex-direction:column;min-height:100%;position:relative;text-align:center}.App,main{display:flex}main{flex:1 0 auto;flex-direction:column}@media only screen and (max-width:500px){.home-section p{background-color:#00000080}}footer a{margin-right:10px}.home-section{display:flex;flex-direction:column;justify-content:space-between;margin:0 auto;max-width:1200px;min-height:calc(100vh - 200px);padding:2rem;width:100%}.content{color:#fff;font-size:1.2rem;line-height:1.8;margin-left:auto;margin-right:auto;margin-top:200px;text-align:center;width:400px}.content p{display:inline-block;margin-bottom:1rem;padding:7px 10px}.latest-articles{margin-top:auto;width:100%}.latest-articles h2{color:#fff;font-size:1.8rem;margin-bottom:2rem}.articles-grid{display:flex;flex-direction:row;flex-wrap:nowrap;overflow-x:auto;padding:1rem 0;scrollbar-width:thin;width:100%}.articles-grid::-webkit-scrollbar{height:8px}.articles-item{background:#222c;border-radius:6px;display:flex;flex:0 0 300px;flex-direction:column;height:100%;min-width:300px;padding:1.5rem;transition:transform .2s ease}.articles-item:hover{transform:translateY(-5px)}.articles-date{color:#a0a0a0;display:block;font-size:.9rem;margin-top:1rem}.read-more{color:#4a9eff;display:block;font-size:1.2rem;margin-bottom:.5rem;text-align:center}.read-more:hover{color:#6ab2ff}.latest-articles.error,.latest-articles.loading{color:#fff;padding:2rem;text-align:center}.latest-articles.error{color:#ff6b6b}@media (max-width:768px){.home-section{padding:1rem}.content{font-size:1.1rem;margin-bottom:0;margin-top:50px}.latest-articles{margin-top:0;padding:1rem}.articles-grid{flex-direction:column;flex-wrap:wrap;overflow-x:visible;width:100%}.articles-item{flex:0 0 100%;width:100%}}.no-background{background-color:#f9f9f9;background-image:none!important}.BlogPost{color:#333;display:block;margin:0 auto;max-width:800px;padding-top:60px;text-align:left}@media (max-width:600px){.BlogPost{padding:50px 10px 0}h1{font-size:1.8em}}.BlogPost h1{color:#333;padding-bottom:10px}.BlogPost h2{border-bottom:1px solid #3498db;padding-bottom:5px}.BlogPost h2,.BlogPost h3{color:#333;margin-top:30px}.highlight{background-color:#f1f8ff;border-left:4px solid #3498db;margin:20px 0;padding:15px}.BlogPost ul{margin-bottom:10px;margin-left:20px;padding-left:20px}.BlogPost ul li{margin-top:5px}.BlogPost p{text-indent:20px}.BlogPost .table{border-collapse:collapse;margin-bottom:20px;width:100%}.BlogPost .table th{border-bottom:1px solid #333;padding:5px}.BlogPost .table td{padding:5px}.BlogPost .related-readings{background-color:#f9f9f9;border:1px solid #ddd;border-radius:5px;margin:2rem 0;padding:1rem}.BlogPost .related-readings h2{color:#333;margin-bottom:1rem}.BlogPost .related-readings ul{list-style-type:none;padding-left:0}.BlogPost .related-readings ul li{margin-bottom:.5rem}.BlogPost .ext-ref{color:grey;font-size:12px}.BlogPost .Roadmap{background-color:#f9f9f9;border:1px solid #ddd;border-radius:5px;margin:2rem 0;padding:1rem}.BlogPost .Roadmap h3{margin:10px 0 15px;text-align:center}.BlogPost .Roadmap ol li{margin-bottom:10px}.conversation-prompts{background-color:#fff;border-radius:10px;box-shadow:0 2px 5px #0000001a;margin:30px 0;padding:20px}.call-to-action{background-color:#3498db;border-radius:10px;color:#fff;margin-top:40px;padding:25px;text-align:center}.social-button{background-color:#2980b9;border-radius:5px;color:#fff;display:inline-block;margin:10px;padding:10px 20px;text-decoration:none;transition:background-color .3s}.social-button:hover{background-color:#1a5276}.blogs-container{display:block;margin:0 auto;max-width:800px;padding:50px 20px}.blogs-container h1{color:#3498db;margin-bottom:40px;text-align:center}.category-filter{border-bottom:1px solid #eee;display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:2rem;padding:1rem 0}.category-link{border-radius:10px;color:#3498db;padding:.5rem 1rem;text-decoration:none;transition:all .3s ease}.category-link:hover{background-color:#e0e0e0;color:#333;text-decoration:none}.category-link.active{background-color:#3498db;color:#fff}.articles-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));margin-top:2rem}.post{background-color:#f9f9f9;border-radius:8px;box-shadow:0 2px 4px #0000001a;display:flex;flex-direction:column;height:100%;justify-content:space-between;overflow:hidden;transition:transform .3s ease}.post:hover{box-shadow:0 4px 8px #00000026;transform:translateY(-5px)}.post-image{height:200px;overflow:hidden;width:100%}.post-image img{height:100%;object-fit:cover;width:100%}.post-content{display:flex;flex-direction:column;flex-grow:1;padding:1.5rem}.post-category{background-color:#3498db;color:#fff;display:inline-block;font-size:.8rem;margin-bottom:1rem;padding:.25rem .75rem}.post h2{color:#333;font-size:1.5rem;margin:0 0 1rem}.post h2 a{color:#3498db;text-decoration:none}.post h2 a:hover{text-decoration:underline}.post-meta{align-items:center;border-top:1px solid #ddd;color:#666;display:flex;font-size:.9rem;justify-content:space-between;margin-top:auto;padding-top:10px}.post-meta .date{text-align:left}.post-meta .reading-time{text-align:right}.post p{color:#666;line-height:1.6;margin-bottom:1.5rem}.read-more{color:#3498db;display:inline-block;font-weight:500;text-decoration:none}.read-more:hover{text-decoration:underline}.align-right{text-align:right}img.align-right{float:right;margin:0 0 10px 10px}img.align-left{float:left;margin:0 10px 10px 0}.loading{color:#666;font-size:1.2rem}.error,.loading{padding:2rem;text-align:center}.error{background-color:#f8d7da;border-radius:4px;color:#dc3545;margin:1rem}.breadcrumb{background-color:inherit;margin-bottom:2rem;padding:1rem 0}.breadcrumb ol{flex-wrap:wrap;list-style:none;margin:0;padding:0}.breadcrumb li,.breadcrumb ol{align-items:center;display:flex}.breadcrumb li{color:#666;font-size:.9rem}.breadcrumb li:not(:last-child):after{content:"/";margin:0 .5rem}.breadcrumb a{color:#3498db;text-decoration:none}.breadcrumb a:hover{text-decoration:underline}.breadcrumb li[aria-current=page]{color:#333;font-weight:500}.blog-controls{display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem;padding:1rem 0}.search-box{margin:0 auto;max-width:500px;width:100%}.search-input{border:1px solid #ddd;border-radius:8px;font-size:1rem;padding:.75rem 1rem;transition:border-color .3s ease;width:100%}.search-input:focus{border-color:#3498db;box-shadow:0 0 0 2px #3498db33;outline:none}.social-share{display:flex;gap:1rem;margin-bottom:1rem}.share-button{align-items:center;border:none;border-radius:5px;cursor:pointer;display:flex;font-size:.9rem;gap:.5rem;padding:.5rem 1rem;transition:background-color .3s ease}.share-button img{height:20px;object-fit:contain;width:20px}.share-button.twitter{background-color:#1da1f2;color:#fff}.share-button.twitter:hover{background-color:#1991db}.share-button.linkedin{background-color:#0077b5;color:#fff}.share-button.linkedin:hover{background-color:#006399}.post-stats{background-color:var(--bg-secondary);border-radius:8px;display:flex;gap:1rem;margin-left:auto;padding:.5rem 1rem}.post-stats.loading{opacity:.7;pointer-events:none}.post-stats.error{background-color:#ff44441a;border-radius:4px;color:#f44;font-size:.9rem;padding:.5rem}.stat-item{align-items:center;color:#666;display:flex;gap:.5rem}.stat-icon{font-size:1.2rem}.stat-value{font-size:.9rem}.like-button{align-items:center;background:#fff;border:1px solid #ddd;border-radius:20px;color:#666;cursor:pointer;display:flex;gap:.5rem;padding:.5rem 1rem;transition:all .3s ease}.like-button:hover:not(:disabled){background:#f8f8f8;border-color:#3498db;color:#3498db}.like-button.liked{background:#ffebee;border-color:#e53935;color:#e53935;cursor:default}.like-button:disabled{cursor:default;opacity:.8}.not-found{align-items:center;display:flex;flex-direction:column;justify-content:center;min-height:60vh;padding:20px;text-align:center}.not-found h1{color:#333;font-size:8rem;line-height:1;margin:0}.not-found h2{color:#666;font-size:2rem;margin:1rem 0}.not-found p{color:#888;font-size:1.2rem;margin-bottom:2rem}.home-link{background-color:#333;border-radius:4px;color:#fff;display:inline-block;padding:12px 24px;text-decoration:none;transition:background-color .3s ease}.home-link:hover{background-color:#555}
/*# sourceMappingURL=main.946ad71f.css.map*/