@charset "UTF-8";.header{background-color:#fff;left:0;padding:15px 0;position:fixed;right:0;top:0;transition:box-shadow .3s ease;z-index:1000}.header--scrolled{box-shadow:0 1px 20px #0000000d}.header__container{align-items:center;display:flex;justify-content:space-between}.header__link{color:#7f7f7f;font-family:regular;transition:all .3s ease}.header__link:hover{color:#4285f4}.header__list{align-items:center;display:flex;gap:20px;justify-content:space-between}.header__logo{color:#162232;font-family:semiBold;font-size:24px}.header__right{align-items:center;display:flex;gap:20px}.header__theme-toggle{align-items:center;background:none;border:none;border-radius:8px;color:#666;cursor:pointer;display:flex;height:36px;justify-content:center;padding:8px;transition:all .3s ease;width:36px}.header__theme-toggle:hover{background-color:#4285f41a;color:#4285f4;transform:translateY(-1px)}.theme-icon{transition:all .3s ease}.header__theme-toggle:hover .theme-icon{transform:rotate(15deg)}.header__burger{cursor:pointer;display:none;font-size:24px;transition:all .3s ease}.header__burger:before{content:"☰"}.header__burger.active:before{content:"×"}.dark .header{background-color:#1a1a1a;border-bottom:1px solid #333}.dark .header__logo{color:#fff}.dark .header__link{color:#ccc}.dark .header__link:hover{color:#4285f4}.dark .header__theme-toggle{color:#ccc}.dark .header__theme-toggle:hover{background-color:#4285f426;color:#4285f4}.dark .header__list{background-color:#1a1a1a}@media (max-width:550px){.header__right{gap:15px}.header__list{background-color:#fff;box-shadow:0 4px 6px #0000001a;display:none;flex-direction:column;left:0;padding-bottom:20px;padding-top:20px;position:absolute;top:75px;width:100%;z-index:10}.header__list--active{display:flex}.header__burger{display:block}.dark .header__list{background-color:#1a1a1a;box-shadow:0 4px 6px #0000004d}}.hero__about{border:2px solid #4285f4;border-radius:5px;color:#4285f4;font-family:bold;padding:10px 30px;transition:all .3s ease}.hero__about:hover{opacity:.8}.hero__body{font-family:regular;margin-bottom:20px}.hero__btn-wrapper{align-items:center;display:flex;justify-content:space-between;max-width:295px;width:100%}.hero__container{width:100%}.hero__footer{color:#7f7f7f;font-family:medium;margin-bottom:25px;text-align:center}.hero__header{font-family:bold;font-size:42px;line-height:auto}.hero__image{margin-right:40px}.hero__list{align-items:center;display:flex;justify-content:space-between;max-width:140px;width:100%}.hero__read{background-color:#4285f4;border-radius:5px;color:#fff;font-family:bold;padding:10px 30px;transition:all .3s ease}.hero__read:hover{opacity:.8}.hero__subheader{color:#7f7f7f;font-family:regular;font-size:28px;font-weight:400;margin-bottom:16px}.hero__top-wrapper{align-items:center;display:flex;margin-bottom:38px}.hero__wrapper{align-items:center;display:flex;height:85vh;justify-content:center;width:100%}.dark .hero__header{color:#fff}.dark .hero__body,.dark .hero__subheader{color:#ccc}.dark .hero__footer{color:#999}.hero__link:hover .hero__img-link{filter:sepia(1) saturate(5) hue-rotate(220deg);transition:all .3s ease}.dark .hero__img-link{filter:brightness(0) invert(1);transition:all .3s ease}.dark .hero__link:hover .hero__img-link{filter:brightness(0) invert(1) sepia(1) saturate(5) hue-rotate(220deg)}@media (max-width:550px){.hero__top-wrapper{display:block;margin-bottom:10px}.hero__header{font-size:30px}.hero__subheader{font-size:20px}}@media (max-width:350px){.hero__btn-wrapper{display:flex;flex-direction:column}.hero__read{margin-bottom:5px}}.blog{background:#fff;min-height:100vh;padding:40px 0}.blog__wrapper{display:flex;flex-direction:column;min-height:calc(100vh - 120px)}.blog__header-section{margin-bottom:60px;text-align:center}.blog__main-title{color:#333;font-family:var(--font-primary);font-size:2.5rem;font-weight:300;letter-spacing:1px;margin:0}.blog__content{align-items:flex-start;display:flex;gap:60px;justify-content:space-between;padding:0 20px}.blog__main-content{flex:1 1;max-width:700px}.blog__sidebar{height:fit-content;padding:30px;position:sticky;top:100px;width:300px}.blog__sidebar-title{color:#333;font-family:var(--font-primary);font-size:1.2rem;font-weight:700;margin:0 0 20px}.blog__sidebar-text{color:#666;font-family:var(--font-primary);font-size:.95rem;line-height:1.6;margin:0 0 15px}.blog__sidebar-link{color:#4285f4;font-weight:500;text-decoration:none}.blog__sidebar-link:hover{text-decoration:underline}.blog__years-list{display:flex;flex-direction:column;gap:50px}.blog__year-section{display:flex;gap:40px;margin-bottom:50px;position:relative}.blog__year-badge{background:#f5f5f5;border-radius:20px;color:#666;flex-shrink:0;font-family:var(--font-primary);font-size:.9rem;font-weight:600;height:fit-content;min-width:80px;padding:8px 16px;position:sticky;text-align:center;top:100px}.blog__year-content{flex:1 1}.blog__month-section{margin-bottom:40px}.blog__month-title{border-bottom:1px solid #eee;color:#333;font-family:var(--font-primary);font-size:1.8rem;font-weight:700;margin:0 0 25px;padding-bottom:10px}.blog__posts-list{display:flex;flex-direction:column;gap:20px}.blog__post-link-wrapper{color:inherit;display:block;text-decoration:none}.blog__post-item{align-items:center;border-bottom:1px solid #f0f0f0;cursor:pointer;display:flex;justify-content:space-between;padding:20px 0;transition:all .3s ease}.blog__post-item:hover{border-bottom:1px solid #0000;border-radius:8px;box-shadow:0 2px 8px #00000008;margin:0 -20px;padding:20px;transform:translateY(-3px)}.blog__post-content{flex:1 1}.blog__post-arrow{color:#ccc;font-size:1.2rem;opacity:0;transform:translateX(-10px);transition:all .3s ease}.blog__post-item:hover .blog__post-arrow{color:#4285f4;opacity:1;transform:translateX(0)}.blog__post-item:last-child{border-bottom:none}.blog__post-date{color:#888;font-family:var(--font-primary);font-size:.85rem;font-weight:500;margin-bottom:8px}.blog__post-title{color:#333;font-family:var(--font-primary);font-size:1.2rem;font-weight:600;line-height:1.4;margin:0;transition:color .2s ease}.blog__post-item:hover .blog__post-title{color:#4285f4}.dark .blog{background:#1a1a1a}.dark .blog__main-title,.dark .blog__sidebar-title{color:#fff}.dark .blog__sidebar-text{color:#ccc}.dark .blog__year-badge{background:#333;color:#ccc}.dark .blog__month-title{color:#fff}.dark .blog__month-title,.dark .blog__post-item{border-bottom:1px solid #333}.dark .blog__post-item:hover{box-shadow:0 2px 8px #ffffff0d}.dark .blog__post-date{color:#999}.dark .blog__post-title{color:#fff}.dark .blog__post-item:hover .blog__post-title{color:#4285f4}.dark .blog__post-arrow{color:#666}.dark .blog__post-item:hover .blog__post-arrow{color:#4285f4}@media (max-width:768px){.blog{padding:60px 0 30px}.blog__content{padding:0 15px}.blog__main-title{font-size:2rem}.blog__content{flex-direction:column;gap:30px}.blog__main-content{max-width:100%}.blog__sidebar{order:-1;position:static;width:100%}.blog__year-section{flex-direction:column;gap:20px}.blog__year-badge{align-self:flex-start;margin-bottom:10px;position:static}.blog__month-title{font-size:1.5rem}.blog__post-item:hover{box-shadow:0 3px 8px #0000001a;margin:0 -15px;padding:20px 15px;transform:translateY(-2px)}}@media (max-width:480px){.blog__main-title{font-size:1.8rem;letter-spacing:1px}.blog__month-title{font-size:1.3rem}.blog__post-title{font-size:1.1rem}}.blog-post{background:#fff;min-height:100vh;padding:80px 0 40px}.blog-post__wrapper{display:flex;flex-direction:column;min-height:calc(100vh - 120px)}.blog-post__container{flex:1 1;padding:0 20px;width:100%}.blog-post__navigation{margin-bottom:30px}.blog-post__back-link{align-items:center;color:#666;display:inline-flex;font-size:.95rem;font-weight:500;gap:8px;text-decoration:none;transition:all .2s ease}.blog-post__back-link:hover{color:#4285f4}.blog-post__article{background:#fff;margin-bottom:40px}.blog-post__header{border-bottom:1px solid #eee;margin-bottom:40px;padding-bottom:20px}.blog-post__meta{margin-bottom:15px}.blog-post__date{color:#888;font-size:.9rem;font-weight:500}.blog-post__title{color:#333;font-family:var(--font-primary);font-size:2.2rem;font-weight:700;line-height:1.3;margin:0}.blog-post__content{line-height:1.7}.blog-post__body{color:#444;font-family:var(--font-primary);font-size:1.1rem;line-height:1.7}.blog-post__body h2{color:#333;font-size:1.6rem;font-weight:700;margin:35px 0 20px}.blog-post__body h2,.blog-post__body h3{font-family:var(--font-primary);line-height:1.4}.blog-post__body h3{color:#444;font-size:1.3rem;font-weight:600;margin:30px 0 15px}.blog-post__body p{color:#555;margin:0}.blog-post__body ol,.blog-post__body ul{margin:20px 0;padding-left:25px}.blog-post__body li{color:#555;margin:6px 0}.blog-post__body pre{background:#f8f9fa;border:1px solid #e9ecef;border-radius:6px;font-family:Courier New,monospace;font-size:.9rem;line-height:1.5;margin:25px 0;overflow-x:auto;padding:20px}.blog-post__body code{background:#f1f3f4;border-radius:3px;color:#d63384;font-family:Courier New,monospace;font-size:.9em;padding:2px 6px}.blog-post__body pre code{background:none;color:#333;padding:0}.blog-post__body strong{color:#333;font-weight:700}.blog-post__body img{border-radius:8px;box-shadow:0 2px 8px #0000001a;display:block;height:auto;margin:30px auto;max-height:600px;max-width:100%;object-fit:contain;width:auto}.blog-post__body figure{margin:30px 0;text-align:center}.blog-post__body figure img{margin:0 auto}.blog-post__pagination{align-items:center;border-top:1px solid #eee;display:flex;gap:0;justify-content:center;margin-top:50px;padding-top:30px}.blog-post__nav-btn{background:#fff;border:1px solid #e0e0e0;color:#4285f4;font-family:var(--font-primary);font-size:.9rem;font-weight:400;padding:12px 24px;text-align:center;text-decoration:none;transition:all .2s ease}.blog-post__prev{border-left:none;border-radius:6px 0 0 6px}.blog-post__see-more{background:#fff;color:#4285f4}.blog-post__next{border-radius:0 6px 6px 0;border-right:none}.blog-post__disabled{background:#f8f9fa;color:#ccc;cursor:not-allowed}.blog-post__footer{border-top:1px solid #eee;color:#888;font-family:var(--font-primary);font-size:.9rem;font-weight:500;margin-top:40px;padding-top:20px;text-align:center}@media (max-width:768px){.blog-post{padding:60px 0 30px}.blog-post__container{padding:0 15px}.blog-post__title{font-size:1.8rem}.blog-post__body{font-size:1rem}.blog-post__body h2{font-size:1.4rem}.blog-post__body h3{font-size:1.2rem}.blog-post__body pre{font-size:.85rem;padding:15px}.blog-post__body img{border-radius:6px;margin:20px auto;max-height:400px}}.dark .blog-post{background:#1a1a1a}.dark .blog-post__back-link{color:#ccc}.dark .blog-post__back-link:hover{color:#4285f4}.dark .blog-post__article{background:#1a1a1a}.dark .blog-post__header{border-bottom:1px solid #333}.dark .blog-post__date{color:#999}.dark .blog-post__title{color:#fff}.dark .blog-post__body{color:#ccc}.dark .blog-post__body h2{color:#fff}.dark .blog-post__body h3,.dark .blog-post__body li,.dark .blog-post__body p{color:#ccc}.dark .blog-post__body pre{background:#2a2a2a;border:1px solid #444;color:#fff}.dark .blog-post__body code{background:#333;color:#ff6b6b}.dark .blog-post__body pre code{background:none;color:#fff}.dark .blog-post__body strong{color:#fff}.dark .blog-post__body img{box-shadow:0 2px 8px #0000004d}.dark .blog-post__pagination{border-top:1px solid #333}.dark .blog-post__nav-btn{border:1px solid #444}.dark .blog-post__nav-btn,.dark .blog-post__see-more{background:#2a2a2a;color:#4285f4}.dark .blog-post__disabled{background:#333;color:#666}.dark .blog-post__footer{border-top:1px solid #333;color:#999}@media (max-width:480px){.blog-post__title{font-size:1.5rem}.blog-post__body ol,.blog-post__body ul{padding-left:20px}}.not-found{background:#fff;height:calc(100vh - 80px);overflow:hidden;padding:0;position:relative}.not-found,.not-found__wrapper{align-items:center;display:flex;justify-content:center}.not-found__wrapper{height:100%;width:100%}.not-found__content{max-width:600px;padding:40px 20px;text-align:center}.not-found__title{color:#4285f4;font-family:var(--font-primary);font-size:8rem;font-weight:700;letter-spacing:-2px;line-height:1;margin:0 0 20px}.not-found__subtitle{color:#333;font-family:var(--font-primary);font-size:2rem;font-weight:600;margin:0 0 16px}.not-found__message{color:#666;font-family:var(--font-primary);font-size:1.1rem;line-height:1.6;margin:0 0 40px}.not-found__actions{display:flex;flex-wrap:wrap;gap:16px;justify-content:center}.not-found__button{border-radius:5px;display:inline-block;font-family:bold;font-size:1rem;padding:12px 32px;text-decoration:none;transition:all .3s ease}.not-found__button--primary{background-color:#4285f4;color:#fff}.not-found__button--primary:hover{box-shadow:0 4px 12px #4285f44d;opacity:.9;transform:translateY(-2px)}.not-found__button--secondary{background-color:initial;border:2px solid #4285f4;color:#4285f4}.not-found__button--secondary:hover{background-color:#4285f4;color:#fff;transform:translateY(-2px)}.dark .not-found{background:#1a1a1a}.dark .not-found__subtitle{color:#fff}.dark .not-found__message{color:#ccc}@media (max-width:768px){.not-found__title{font-size:6rem}.not-found__subtitle{font-size:1.5rem}.not-found__message{font-size:1rem}.not-found__actions{align-items:center;flex-direction:column}.not-found__button{max-width:280px;width:100%}}@media (max-width:480px){.not-found__title{font-size:4rem}.not-found__subtitle{font-size:1.3rem}}.container{margin-left:auto;margin-right:auto;max-width:1240px;padding-left:20px;padding-right:20px}body,h1,h2,h3,h4,h5,h6,hr,html,li,ol,p,ul{margin:0;padding:0}image{vertical-align:middle}a{text-decoration:none}ol,ul{list-style:none}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#fff;color:#333;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Inter,Helvetica Neue,sans-serif;font-family:var(
    --font-primary,-apple-system,BlinkMacSystemFont,"Segoe UI","Inter","Helvetica Neue",sans-serif
  );padding-top:80px;transition:background-color .3s ease,color .3s ease}.dark body{background-color:#1a1a1a;color:#fff}button{background:none;border:none;cursor:pointer;outline:none}@font-face{font-display:swap;font-family:regular;font-style:normal;font-weight:400;src:url(/static/media/NunitoSans_7pt-Regular.a02d444a210c95569024.ttf) format("truetype")}@font-face{font-display:swap;font-family:medium;font-style:normal;font-weight:400;src:url(/static/media/NunitoSans_7pt-Medium.23e7a6fbf39113d4bda0.ttf) format("truetype")}@font-face{font-display:swap;font-family:bold;font-style:normal;font-weight:400;src:url(/static/media/NunitoSans_7pt-Bold.c2711dd0be4514a4eaf6.ttf) format("truetype")}@font-face{font-display:swap;font-family:semiBold;font-style:normal;font-weight:400;src:url(/static/media/NunitoSans_7pt-SemiBold.9c621098613423154fdf.ttf) format("truetype")}
/*# sourceMappingURL=main.3a2fdda2.css.map*/