.header{display:flex;justify-content:space-between;align-items:center;height:170px;padding:0 128px}.header__name{display:flex;margin:0;gap:8px}.name__span{font-family:IBM Plex,Arial,Helvetica,sans-serif;font-size:32px;line-height:1.2;color:#12f7d6}.name__paragraph{margin:0;font-family:IBM Plex,Arial,Helvetica,sans-serif;font-size:32px;line-height:1.2;color:#fff}.header__navbar{display:flex;justify-content:space-between;align-items:center}.navbar__container{display:flex;align-items:center;gap:32px}.navlink{font-family:IBM Plex,Arial,Helvetica,sans-serif;font-size:24px;line-height:1.2;color:#fff;text-decoration:none;transition:transform .25s ease}.navlink:hover{opacity:.7;transform:translateY(-3px)}.navlink__active{font-family:IBM Plex,Arial,Helvetica,sans-serif;font-size:24px;line-height:1.2;color:#12f7d6;text-decoration:none;transform:scale(1.1)}.header__links{display:flex;gap:32px}.link{display:flex;align-items:center;gap:8px;cursor:pointer}.link__icon{width:20px;height:20px;color:#12f7d6;transition:transform .3s cubic-bezier(.34,1.56,.64,1);will-change:transform}.link__text{font-family:IBM Plex,Arial,Helvetica,sans-serif;font-size:16px;line-height:1.2;color:#fff;text-decoration:none;transition:opacity .3s ease,transform .3s cubic-bezier(.22,1,.36,1)}.link:hover .link__icon{animation:giftBounce .6s cubic-bezier(.34,1.56,.64,1)}.link:hover .link__text{opacity:.7;transform:translateY(-3px)}@keyframes giftBounce{0%{transform:translateY(0) scale(1)}30%{transform:translateY(-6px) scale(1.05)}50%{transform:translateY(0) scale(.98)}70%{transform:translateY(-3px) scale(1.02)}to{transform:translateY(0) scale(1)}}.searchbar{position:relative;display:flex;flex-direction:column;padding:0 64px;min-width:280px}.searchbar__toggle{display:none;align-items:center;justify-content:center;width:44px;height:44px;padding:0;border:1px solid rgba(255,255,255,.35);border-radius:999px;background:#ffffff14;color:#fff;cursor:pointer;transition:transform .25s ease,background-color .25s ease,border-color .25s ease,box-shadow .25s ease}.searchbar__toggle-icon{width:20px;height:20px;transition:transform .3s ease}.searchbar__panel{display:flex;flex-direction:column;gap:12px}.searchbar--mobile-open .searchbar__toggle{background:#12f7d624;border-color:#12f7d6a6;box-shadow:0 10px 24px #12f7d629;transform:translateY(-1px) scale(1.03)}.searchbar--mobile-open .searchbar__toggle-icon{transform:rotate(90deg) scale(1.08)}.searchbar__input{padding:8px 12px;border-radius:999px;border:1px solid rgba(255,255,255,.35);background:#ffffff14;color:#fff;outline:none;font-size:14px}.searchbar__input:focus{border-color:#12f7d699;box-shadow:0 0 0 3px #12f7d633}.searchbar__results{max-height:220px;overflow-y:auto;border-radius:12px;border:1px solid rgba(255,255,255,.15);background:#111116e6;box-shadow:0 12px 30px #00000059;padding:8px 0;margin:0;list-style:none}.searchbar__item{padding:10px 12px;cursor:pointer;display:flex;flex-direction:column;gap:4px;font-size:13px;color:#ffffffd9}.searchbar__item:hover,.searchbar__item-active{background:#12f7d61f}.searchbar__item-title{font-weight:600;color:#fffffff2}.searchbar__item-snippet{font-size:12px;color:#ffffffb3}.searchbar__highlight{background:#12f7d666;border-radius:2px}.searchbar__no-results{padding:12px;font-size:12px;color:#ffffffb3}.searchbar__flash{animation:flashHighlight 1s ease-out}@media(max-width:767px){.searchbar{width:auto;min-width:auto;padding:0;align-items:center}.searchbar__toggle{display:inline-flex;width:38px;height:38px}.searchbar__panel{position:absolute;top:calc(100% + 10px);right:0;display:none;width:min(320px,calc(100vw - 40px));max-width:320px;opacity:0;transform:translateY(-8px) scale(.98);transform-origin:top center;z-index:10}.searchbar--mobile-open .searchbar__panel{display:flex;animation:searchbarMobileReveal .28s cubic-bezier(.22,1,.36,1) forwards}.searchbar__input,.searchbar__results{width:100%}}@keyframes searchbarMobileReveal{0%{opacity:0;transform:translateY(-8px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes flashHighlight{0%{box-shadow:0 0 0 3px #12f7d6cc}to{box-shadow:0 0 #12f7d600}}.top-line{margin:0 128px 64px;height:1px;background-color:#43454d}.hero{padding-bottom:128px;display:flex;flex-direction:column;align-items:center}.hero__title{font-family:Ubuntu,Arial,Helvetica,sans-serif;font-size:117px;line-height:1.1;color:#98faec;margin-bottom:64px}.hero__content{padding:0 128px;display:flex;align-items:center;gap:128px}.hero-info{display:flex;flex-direction:column;align-items:center;width:320px;height:520px;padding:24px;margin-left:128px;border:4px solid #fff;border-radius:100px 0;box-shadow:-5px -5px #12f7d6cc;gap:32px}.hero-info__about{display:flex;flex-direction:column;align-items:center;gap:32px}.hero-info__header{display:flex;flex-direction:column;align-items:center;gap:16px}.hero-info__portrait{width:96px;height:96px;border-radius:50%;border:3px solid #12f7d6}.hero__name-container{display:flex;flex-direction:column;align-items:center}.hero-info__name{font-family:IBM Plex,Arial,Helvetica,sans-serif;font-size:32px;font-weight:600;line-height:1.2;color:#fff}.hero-info__job{font-family:IBM Plex,Arial,Helvetica,sans-serif;font-size:14px;line-height:1.2;color:#fff}.hero-info__mid,.hero-info__mid-container{display:flex;flex-direction:column;gap:16px}.hero-info__mid-content{display:flex;gap:16px}.hero-info__mid-icon{width:14px;height:14px}.hero-info__mid-text{font-family:IBM Plex,Arial,Helvetica,sans-serif;font-size:14px;line-height:1.2;color:#fff}.hero-info__mid-footer{display:flex;align-items:center;gap:16px}.hero-info__mid-skill{width:auto;height:18px;padding:0 8px;background-color:#12f7d6;border-radius:8px}.hero-info__mid-skill-text{font-family:IBM Plex,Arial,Helvetica,sans-serif;font-size:14px;line-height:1.2;color:#292f36}.hero-info__download{width:227px;height:auto;padding:16px 32px;background-color:#fff;border-radius:32px;gap:16px;display:flex;align-items:center;justify-content:center;text-decoration:none;transition:transform .2s ease}.hero-info__download:hover{transform:translateY(-2px)}.hero-info__download-text{font-family:Ubuntu,Arial,Helvetica,sans-serif;font-size:20px;line-height:1.2;color:#292f36}.hero-info__download-icon{width:24px;height:24px}.hero-dev{display:flex;align-items:center;justify-content:center}.hero-dev__container{display:flex;flex-direction:column}.hero-dev__header{display:flex;flex-direction:column;margin-bottom:32px}.hero-dev__header-element,.hero-dev__header-text-span{font-family:IBM Plex,Arial,Helvetica,sans-serif;font-size:14px;line-height:1.2;color:#98faec}.hero-dev__header-content{padding:0 16px;display:flex;flex-direction:column}.hero-dev__header-text{font-family:Ubuntu,Arial,Helvetica,sans-serif;font-size:64px;line-height:1.1;color:#fff}.hero-dev__header-span{color:#12f7d6}.hero-dev__footer{display:flex;flex-direction:column;gap:16px}.hero-dev__footer-element{font-family:IBM Plex,Arial,Helvetica,sans-serif;font-size:14px;line-height:1.2;color:#98faec}.hero-dev__footer-content{padding:0 24px}.hero-dev__footer-text{font-family:IBM Plex,Arial,Helvetica,sans-serif;font-size:18px;line-height:1.2;color:#fff}.hero-dev__contact{width:fit-content;padding-left:24px;gap:16px;display:flex;text-decoration:none;border-radius:20px;transition:transform .25s ease,box-shadow .25s ease}.hero-dev__contact:hover{transform:scale(1.03);box-shadow:0 10px 25px #00000040}.hero-dev__contact-text{font-family:IBM Plex,Arial,Helvetica,sans-serif;font-size:32px;font-weight:600;line-height:1.3;color:#12f7d6;display:flex;align-items:center;gap:16px}.hero-dev__contact-icon-container{width:32px;height:32px;padding:8px;background-color:#43454d;border-radius:50%;display:flex;align-items:center;justify-content:center}.hero-dev__contact-icon{width:24px;height:24px}.hero-highlights{display:flex;flex-direction:column;align-items:center;gap:48px;padding:48px 32px;border-radius:80px;background-color:#1a1e23}.hero-highlights__container{width:151px;height:65px;display:flex;align-items:center;justify-content:center;gap:16px}.hero-highlights__number{font-family:IBM Plex,Arial,Helvetica,sans-serif;font-size:48px;font-weight:600;line-height:1.3;color:#12f7d6}.hero-highlights__text{font-family:IBM Plex,Arial,Helvetica,sans-serif;font-size:16px;line-height:1.25;color:#fff}.about{padding:128px;gap:128px;display:flex;flex-direction:column;justify-content:center;align-items:center;background-image:url(https://ik.imagekit.io/novelisk/noveliskdev%20Personal%20Web%20Page/about-background2.png);background-size:cover;background-position:center;background-repeat:no-repeat}.about-header__image{width:fit-content;display:flex;align-items:center;justify-content:center}.about-content{padding:0 64px 0 128px;gap:128px;display:flex;align-items:center;justify-content:center}.about-content__container{width:880px;display:flex;flex-direction:column;gap:64px}.about-content__about-me{width:367px;display:flex;align-items:center;justify-content:center;padding:16px 40px;background-color:#292f36;border-radius:42px 0;border:solid 4px #12f7d6}.about-content__about-me_text{font-family:Ubuntu,system-ui,Helvetica,Arial,sans-serif;font-size:64px;line-height:1.1}.about-content__description{width:880px;display:flex;flex-direction:column;padding:24px 40px;gap:16px;background-color:#292f36;border-radius:40px}.about-content__description_element{font-family:IBM Plex,system-ui,Helvetica,Arial,sans-serif;font-size:14px;line-height:1.2;color:#98faec}.about-content__description_text{display:flex;flex-direction:column;gap:10px;padding-left:16px}.about-content__title{font-family:IBM Plex,system-ui,Helvetica,Arial,sans-serif;font-size:32px;font-weight:500;line-height:1.3;color:#12f7d6}.about-content__paragraph{font-family:IBM Plex,system-ui,Helvetica,Arial,sans-serif;font-size:16px;line-height:1.2;color:#fff}.about-content__paragraph_span{color:#12f7d6}.about-content__image{width:462px;height:556px;border-radius:16px;background-image:url(https://ik.imagekit.io/novelisk/noveliskdev%20Personal%20Web%20Page/about-image.png);background-size:cover;background-position:center;background-repeat:no-repeat}.skills{position:relative;padding:128px;display:flex;flex-direction:column;align-items:center;justify-content:center;background-image:linear-gradient(#505050e6,#505050e6),url(https://img.freepik.com/free-photo/computer-program-coding-screen_53876-138060.jpg?semt=ais_rp_progressive&w=740&q=80);background-size:cover;background-repeat:no-repeat;background-attachment:fixed}.skills-content,.skills-content__header{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:64px}.skills-content__scroll_image{width:fit-content;display:flex;align-items:center;justify-content:center}.skills-content__header_container{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px}.skills-content__header_title{font-family:Ubuntu,system-ui,arial,sans-serif;font-size:64px;line-height:1.1;color:#12f7d6}.skills-content__header_paragraph{font-family:IBM Plex,system-ui,arial,sans-serif;font-size:16px;line-height:1.2;color:#fff}.skills-content__container{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:90px}.skills-content__container_header{display:flex;align-items:center;gap:128px}.skills-content__frontend,.skills-content__backend{width:288px;height:132px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;padding:16px 24px;border-radius:10px;border-left:8px solid #0c73b8;background-color:#98faec;transition:all .3s ease}.skills-content__frontend:hover,.skills-content__backend:hover{transform:translateY(-8px);box-shadow:0 15px 35px #0003}.skills-content__image{width:32px;height:32px}.skills-content__description{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px}.skills-content__description_title{font-family:IBM Plex,system-ui,arial,sans-serif;font-size:24px;line-height:1.3;color:#292f36}.skills-content__description_paragraph{font-family:IBM Plex,system-ui,arial,sans-serif;font-size:16px;line-height:1.2;color:#43454d}.skills__container{display:flex;align-items:center;gap:128px}.skills__skill{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:24px}.skills__skill_image-container{width:144px;height:144px;padding:40px;display:flex;align-items:center;justify-content:center;border-radius:50%}.skills__skill_image{width:64px;height:64px}.skills__skill_name{font-family:IBM Plex,system-ui,arial,sans-serif;font-size:32px;line-height:1.3}.skills__skill_image-container--html{background-color:#e54f26}.skills__skill_image-container--css{background-color:#0c73b8}.skills__skill_image-container--js{background-color:#e7a020}.skills__skill_image-container--react{background-color:#28a9e0}.skills__skill_name--html{color:#e54f26}.skills__skill_name--css{color:#0c73b8}.skills__skill_name--js{color:#e7a020}.skills__skill_name--react{color:#28a9e0}.skills-icon{position:absolute;top:100px;right:472px}.skills-content__logo{font-family:Ubuntu,system-ui,arial,sans-serif;font-size:168px;line-height:auto;color:#12f7d6}.contact{padding:64px;gap:64px}.contact__container{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:102px}.contact__header,.contact__content{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:64px}.contact__header-image{width:32px;height:140px}.contact__header-content{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px}.contact__header-title{position:relative;display:inline-block;padding-bottom:16px;font-family:Ubuntu,Arial,Helvetica,sans-serif;font-size:64px;line-height:1.1;color:#12f7d6}.contact__header-paragraph{font-family:IBM Plex,Arial,Helvetica,sans-serif;font-size:16px;line-height:1.25;color:#fff}.contact__content-title-container{padding:16px 40px;border:2px solid #12f7d6;border-radius:22px 0}.contact__content-title{font-family:IBM Plex,Arial,Helvetica,sans-serif;font-size:32px;font-weight:500;line-height:1.3;color:#12f7d6}.contact__content-form{display:flex;flex-direction:column;gap:64px}.contact__form-header{display:flex;align-items:flex-start;gap:128px}.contact__form-name,.contact__form-email{display:flex;flex-direction:column;width:496px;gap:24px}.contact__form-message{display:flex;flex-direction:column;gap:24px}.contact__form-label{font-family:Ubuntu,Arial,Helvetica,sans-serif;font-size:16px;line-height:1.1;color:#12f7d6}.contact__form-input{border:none;border-bottom:solid 1px #98faec;outline:none;background-color:transparent;caret-color:#98faec;padding:0 0 8px;font-family:Ubuntu,Arial,Helvetica,sans-serif;font-size:16px;line-height:1.1;color:#fff}.contact__form-input::placeholder,.contact__form-text-area::placeholder{font-family:Ubuntu,Arial,Helvetica,sans-serif;font-size:16px;line-height:1.1;color:#fff;opacity:50%;padding-bottom:8px}.contact__form-input:focus::placeholder,.contact__form-text-area:focus::placeholder{color:transparent}.contact__form-input:-webkit-autofill,.contact__form-input:-webkit-autofill:hover,.contact__form-input:-webkit-autofill:focus,.contact__form-input:-webkit-autofill:active{-webkit-box-shadow:0 0 0 1000px transparent inset!important;-webkit-text-fill-color:#fff!important;transition:background-color 5000s ease-in-out 0s}.contact__form-submit{height:56px;margin:auto;padding:16px 32px;gap:16px;border-radius:32px;background-color:#12f7d6;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .25s ease}.contact__form-submit:hover{transform:scale(.97)}.contact__form-submit:active{transform:scale(.94)}.contact__form-submit:disabled{opacity:.6;cursor:not-allowed}.contact__form-submit.success{background-color:#4caf50}.contact__form-submit.success span{color:#fff}.contact__form-submit.error{background-color:#ff4d4f}.contact__form-submit.error span{color:#fff}.contact__form-submit-span{font-family:Ubuntu,Arial,Helvetica,sans-serif;font-size:20px;line-height:1.2;color:#292f36}.contact__form-submit-icon,.contact__form-check-icon,.contact__form-cross-icon{width:24px;height:24px;transition:transform .2s ease}.contact__form-spinner{width:20px;height:20px;border:3px solid rgba(41,47,54,.2);border-top:3px solid #292f36;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.footer__line{height:1px;background-color:#43454d;padding:0 128px;margin-bottom:20px}.footer{padding:0 128px;margin-bottom:16px;gap:16px;display:flex;justify-content:space-around;align-items:center}.footer-copyright,.footer-policy__text,.footer-contact{font-family:Ubuntu,Arial,Helvetica,sans-serif;font-size:16px;line-height:1.2;color:#fff}.footer-policy,.footer-media{display:flex;align-items:center;gap:32px}.footer-copyright:hover,.footer-policy__text:hover{opacity:70%}.footer-media__link{width:32px;height:32px;padding:4px;background-color:#98faec;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:transform .2s cubic-bezier(.22,1.56,.64,1)}.footer-media__link:hover{transform:translateY(-6px) scale(1.15)}.footer-media__icon{width:24px;height:24px;transition:transform .2s cubic-bezier(.22,1.56,.64,1)}.footer-media__icon:hover{transform:translateY(-6px) scale(1.15)}.footer-contact__mail-to{text-decoration:none}.footer-contact__mail-to:hover{opacity:70%}.footer-contact__span{font-family:Ubuntu,Arial,Helvetica,sans-serif;font-size:16px;line-height:1.2;color:#12f7d6}.nav-bar{position:fixed;top:234px;left:64px;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:8px 12px;gap:24px;border:solid 1px #fff;border-radius:45px;background-color:#1a1e23}.nav-bar__default{width:40px;height:40px;display:flex;align-items:center;justify-content:center;padding:4px;border-radius:50%;background-color:#fff}.nav-bar__image{width:24px;height:24px}.nav-bar__item{position:relative;width:40px;height:40px;display:flex;align-items:center;justify-content:center;padding:4px;transition:transform .15 ease}.nav-bar__item:hover .nav-bar__image{opacity:.7;transform:translateY(2px)}.nav-bar__text-container{position:absolute;left:70px;top:50%;transform:translateY(-50%);display:flex;align-items:center;justify-content:center;height:8px;padding:8px 16px;border-radius:8px;white-space:nowrap;opacity:0;transition:opacity .1s ease,transform .25s cubic-bezier(.22,1,.36,1);background-color:#fff;box-shadow:0 4px 12px #00000026}.nav-bar__text-container.visible{opacity:1;transform:translateY(-50%) translate(0)}.nav-bar__text{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell;font-size:16px;font-weight:lighter;line-height:1.1;color:#292f36}.maintenance{height:65vh;padding:0 128px;gap:40px;display:flex;flex-direction:column;align-items:center;justify-content:center;font-family:IBM Plex,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif}.maintenance__title{margin-bottom:50px;font-size:54px;font-weight:500;line-height:1.1;color:#12f7d6}.maintenance-content{margin:0 auto;display:flex;justify-content:center;align-items:center;align-content:center;gap:18px}.maintenance__text{display:flex;flex-wrap:wrap;width:350px;font-size:24px;line-height:1.3;color:#fff}.maintenance__image{width:300px;height:200px}.maintenance__button{height:32px;width:146px;background-color:#98faec;color:#292f36;font-weight:600;border-radius:18px;border:none;transition:transform .2s ease}.maintenance__button:hover{opacity:80%;transform:translateY(2px);cursor:pointer}.privacy{padding:0 128px;margin-bottom:64px;gap:30px;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif}.privacy__header{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:8px}.privacy__title{font-size:42px;font-weight:650;line-height:1.2;color:#12f7d6}.privacy__content{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;padding-bottom:64px;gap:12px}.privacy__paragraph,.privacy__list-item{font-size:18px;line-height:1.1;padding-bottom:12px}.privacy__subtitle{padding-top:8px;padding-bottom:8px;font-size:28px;font-weight:500;line-height:1.3;color:#98faec}.privacy__subtitle-bold{padding-top:6px;padding-bottom:12px;font-size:20px;font-weight:700;line-height:1.2;color:#98faec}.privacy__list{margin:0;display:flex;flex-direction:column;align-items:flex-start;justify-content:center}.privacy__list-item::marker{color:#98faec}.terms{padding:0 128px;gap:30px;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif}.terms__header{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:8px}.terms__title{font-size:42px;font-weight:650;line-height:1.2;color:#12f7d6}.terms__content{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;padding-bottom:64px;gap:12px}.terms__paragraph,.terms__list-item{font-size:18px;line-height:1.1;padding-bottom:12px}.terms__subtitle{padding-top:8px;font-size:28px;font-weight:500;line-height:1.3;color:#98faec}.terms__list{margin:0;display:flex;flex-direction:column;align-items:flex-start;justify-content:center}.terms__list-item::marker{color:#98faec}.not-found{padding:128px;gap:40px;display:flex;flex-direction:column;align-items:center;justify-content:center;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif}.not-found__title{display:flex;justify-content:center;gap:18px;font-size:32px;font-weight:600;line-height:1.2;color:#fff}.not-found__title--glitch{position:relative;font-size:64px;font-weight:700;color:#12f7d6;letter-spacing:2px}.not-found__title--glitch:before,.not-found__title--glitch:after{content:attr(data-text);position:absolute;left:0;width:100%;overflow:hidden}.not-found__title--glitch:before{color:#0ff;z-index:-1;animation:glitchTop 2s infinite linear}.not-found__title--glitch:after{color:#f0f;z-index:-2;animation:glitchBottom 2s infinite linear}.not-found__subtitle{font-size:24px;line-height:1.3;color:#fff}.not-found__footer{display:flex;justify-content:center;gap:8px}.not-found__text,.not-found__link{font-size:18px;line-height:1.2;color:#fff}.not-found__link{color:#98faec;transition:transform .3s ease}.not-found__link:hover{opacity:.8;transform:translateY(-3px) scale(1.1)}.not-found__terminal{font-family:monospace;color:#00ff9f;margin-top:20px;opacity:.9}.terminal__link-line{margin:4px 0}.terminal__link{color:#00ff9f;text-decoration:underline;transition:opacity .2s ease}.terminal__link:hover{opacity:.7}@keyframes glitchTop{0%{transform:translate(0)}20%{transform:translate(-2px,-2px)}40%{transform:translate(-3px,2px)}60%{transform:translate(2px,-1px)}80%{transform:translate(-1px,2px)}to{transform:translate(0)}}@keyframes glitchBottom{0%{transform:translate(0)}20%{transform:translate(2px,2px)}40%{transform:translate(3px,-2px)}60%{transform:translate(-2px,1px)}80%{transform:translate(1px,-2px)}to{transform:translate(0)}}main{position:relative}body{max-width:1920px;margin:0 auto;font-family:IBM Plex,Ubuntu,system-ui,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#292f36;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4,h5,h6,p{margin:0}html{scroll-behavior:smooth}html::-webkit-scrollbar{width:12px}html::-webkit-scrollbar-track{background:#1a1e23}html::-webkit-scrollbar-thumb{background:#12f7d6;border-radius:6px}html::-webkit-scrollbar-thumb:hover{background:#98faec}*,*:before,*:after{box-sizing:border-box}@media(min-width:2560px){body{max-width:2560px}.header{height:210px;padding:0 180px}.top-line{margin:0 180px 80px}.hero{padding-bottom:160px}.hero__title{font-size:148px;margin-bottom:80px}.hero__content{padding:0 180px;gap:160px}.hero-info{width:380px;height:auto;min-height:540px;margin-left:0}.hero-dev__header-text{font-size:82px}.hero-highlights{padding:56px 40px;gap:56px}.about,.skills{padding:160px 180px}.about-content{padding:0;gap:120px}.about-content__container,.about-content__description{width:min(980px,100%)}.skills__container,.skills-content__container_header{gap:96px}.contact{padding:96px 180px}.contact__form-name,.contact__form-email{width:560px}.footer__line{margin:0 180px 20px;padding:0}.footer{padding:0 180px}.nav-bar{top:260px;left:96px}}@media(min-width:1441px)and (max-width:2559px){body{max-width:100%}.header{padding:0 96px}.top-line{margin:0 96px 64px}.hero__content,.about,.skills{padding-left:96px;padding-right:96px}.hero__content{gap:72px}.hero-info{margin-left:0}.about-content{padding:0;gap:72px}.about-content__container,.about-content__description{width:min(820px,100%)}.skills__container{gap:72px}.contact__form-name,.contact__form-email{width:420px}.footer__line{margin:0 96px 20px;padding:0}.footer{padding:0 96px}.nav-bar{left:24px}}@media(max-width:1024px){body{max-width:100%}.header{height:auto;padding:32px;gap:24px;flex-direction:column;align-items:center}.header__name{justify-content:center}.header__navbar{width:100%;flex-wrap:wrap;gap:24px;justify-content:center}.navbar__container,.header__links{flex-wrap:wrap;gap:20px;justify-content:center}.searchbar{padding:0;width:100%}.top-line{margin:0 32px 48px}.hero{padding-bottom:96px}.hero__title{font-size:72px;text-align:center;margin-bottom:48px}.hero__content{padding:0 32px;flex-direction:column;gap:48px}.hero-info{width:min(100%,420px);height:auto;margin-left:0}.hero-dev{flex-direction:column;gap:40px}.hero-dev__container{width:100%}.hero-dev__header-text{font-size:52px}.hero-highlights{width:100%;flex-direction:row;justify-content:space-between;align-items:stretch;gap:24px;border-radius:36px}.hero-highlights__container{flex:1;align-items:flex-start}.about,.skills{padding:96px 32px;gap:72px}.about-content{padding:0;flex-direction:column;gap:48px}.about-content__container,.about-content__description{width:100%}.about-content__about-me{width:fit-content;max-width:100%}.about-content__about-me_text,.skills-content__header_title,.contact__header-title{font-size:48px}.about-content__image{width:100%;max-width:462px;height:460px}.skills-content__container_header,.skills__container{flex-wrap:wrap;justify-content:center;gap:32px}.skills-icon{display:none}.contact{padding:72px 32px}.contact__container,.contact__header,.contact__content,.contact__content-form{gap:48px}.contact__form-header{flex-direction:column;gap:32px}.contact__form-name,.contact__form-email{width:100%}.maintenance{height:auto;min-height:65vh;padding:32px}.maintenance-content{flex-direction:column;text-align:center}.maintenance__text{width:min(100%,520px)}.footer__line{margin:0 32px 20px;padding:0}.footer{padding:0 32px;flex-wrap:wrap;gap:24px;justify-content:center;text-align:center}.nav-bar{top:auto;bottom:24px;left:50%;transform:translate(-50%);flex-direction:row;z-index:20}.nav-bar__text-container{display:none}}@media(max-width:767px){.header{padding:24px 20px;align-items:center}.name__span,.name__paragraph{font-size:24px}.header__name,.header__navbar,.navbar__container,.header__links{width:100%;justify-content:center}.header__navbar{flex-direction:column;align-items:center;gap:20px}.navbar__container,.header__links{align-items:center;text-align:center}.navbar__container{width:auto;display:grid;grid-auto-flow:column;grid-auto-columns:max-content;flex-wrap:nowrap;gap:18px;justify-content:center;justify-items:center}.navlink,.navlink__active{font-size:18px}.link__text{font-size:14px}.top-line{margin:0 20px 32px}.hero__title{font-size:48px}.hero__content{padding:0 20px;gap:32px}.hero-info{padding:20px;border-radius:150px 0}.hero-info__name,.hero-dev__contact-text{font-size:24px}.hero-dev__header-text{font-size:36px}.hero-dev__header-content,.hero-dev__footer-content,.hero-dev__contact{padding-left:0}.hero-dev__footer-text,.hero-highlights__text,.about-content__paragraph,.skills-content__header_paragraph,.contact__header-paragraph{font-size:14px}.hero-highlights{width:215px;height:378px;flex-direction:column;align-items:center;padding:48px 32px;border-radius:80px;gap:48px}.hero-highlights__container{width:100%;justify-content:center;text-align:center}.hero-highlights__number{font-size:36px}.about,.skills,.contact{padding-left:20px;padding-right:20px}.about-content__about-me{padding:14px 24px}.about-content__about-me_text,.skills-content__header_title,.contact__header-title{font-size:36px}.about-content__title,.contact__content-title{font-size:24px}.about-content__description{padding:20px 24px}.about-content__image{height:320px}.skills-content,.skills-content__header,.skills-content__container{gap:40px}.skills-content__frontend,.skills-content__backend{width:100%;max-width:320px;height:auto;min-height:132px}.skills__skill_image-container{width:112px;height:112px;padding:28px}.skills__skill_image{width:52px;height:52px}.skills__skill_name{font-size:24px}.contact__content-title-container{padding:12px 20px}.contact__form-submit{width:100%;justify-content:center}.maintenance{padding:24px 20px;min-height:60vh}.maintenance__title{margin-bottom:24px;font-size:36px;text-align:center}.maintenance__text{width:100%;font-size:18px}.maintenance__image{width:min(100%,300px);height:auto}.maintenance__button{width:100%;max-width:220px}.footer{padding:0 20px 18px;margin-bottom:0}.footer__line{margin:0 20px 20px}.footer-policy,.footer-media{gap:16px;flex-wrap:wrap;justify-content:center}.nav-bar{display:none}}.terms,.privacy{padding:0 20px}
