@import "https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:wght@400;600&family=VT323&display=swap";.loading-screen{z-index:9999;background-color:#0000;background-image:linear-gradient(#1a1a1a 1px,#0000 1px),linear-gradient(90deg,#1a1a1a 1px,#000 1px);background-position:0 0,0 0;background-repeat:repeat,repeat;background-size:50px 50px;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box;justify-content:center;align-items:center;width:100vw;height:100vh;font-family:Courier New,Courier,monospace;display:flex;position:fixed;top:0;left:0}.loading-screen .loading-rec{text-transform:uppercase;color:#fff;letter-spacing:4px;text-align:center;background-color:#000000e6;border:2px solid #fff;padding:20px 40px;font-size:2rem;position:relative}.loading-screen .loading-bar{color:#fff;white-space:pre;width:100%;margin-top:15px;font-size:1.5rem;display:block}@media (width<=1024px){.loading-screen .loading-rec{padding:18px 35px;font-size:1.8rem}.loading-screen .loading-bar{font-size:1.3rem}}@media (width<=768px){.loading-screen .loading-rec{letter-spacing:2px;padding:20px 30px;font-size:1.8rem}.loading-screen .loading-bar{margin-top:15px;font-size:1.4rem}}.timeline{background-image:linear-gradient(to bottom, var(--border-dim) 50%, transparent 50%);background-color:#0000;background-size:1px 8px;flex-direction:column;justify-content:space-between;align-items:center;width:1px;height:100%;min-height:400px;margin-left:20px;padding:40px 0;display:flex;position:relative}.timeline-wrapper{justify-content:center;width:100%;margin:40px 0;display:flex;position:relative}.timeline-dot{background-color:var(--bg-color);border:1px solid var(--primary-color);cursor:pointer;z-index:2;width:10px;height:10px;transition:all .2s;position:absolute;left:50%;transform:translate(-50%,-50%)rotate(45deg)}.timeline-dot:after{content:"";border:1px dashed var(--accent-color);opacity:0;transition:opacity .2s;position:absolute;inset:-6px}.timeline-dot:hover{background-color:var(--accent-color);border-color:var(--accent-color);box-shadow:0 0 10px #ff4d0080}.timeline-dot:hover:after{opacity:1;animation:4s linear infinite rotateNode}@keyframes rotateNode{to{transform:rotate(90deg)}}.education-item{background:var(--bg-color);border:1px solid var(--border-dim);z-index:1000;opacity:0;visibility:hidden;cursor:default;min-width:280px;font-family:var(--font-mono);color:var(--primary-color);text-transform:uppercase;letter-spacing:1px;padding:15px;font-size:11px;transition:all .2s;position:absolute;top:50%;left:40px;transform:translateY(-50%)}.education-item:before{content:"";background-color:var(--border-dim);width:35px;height:1px;transition:background-color .2s;position:absolute;top:50%;right:100%;transform:translateY(-50%)}.timeline-wrapper:hover .education-item{opacity:1;visibility:visible;border-color:var(--accent-color)}.timeline-wrapper:hover .education-item:before{background-color:var(--accent-color)}.education-item .year{color:var(--accent-color);border-bottom:1px solid var(--border-dim);justify-content:space-between;margin-bottom:10px;padding-bottom:5px;font-size:14px;display:flex}.education-item .year:after{content:"[ SYS_REC ]";color:var(--border-dim);font-size:10px}.education-item .spec{color:var(--primary-color);margin-bottom:8px;font-size:12px;font-weight:700}.education-item .establishement,.education-item .semister{color:#888;margin-bottom:4px}.education-item .grade{color:var(--primary-color);margin-top:10px}.education-item .grade:before{content:"> STATUS: ";color:var(--accent-color)}@media (width<=1024px){.timeline{min-height:350px;margin-left:15px}.education-item{min-width:240px;padding:12px;left:30px}.education-item:before{width:25px}.education-item .year{font-size:12px}}@media (width<=768px){.timeline{min-height:350px;margin-left:15px}.timeline-dot{width:12px;height:12px}.education-item{min-width:220px;padding:14px;font-size:10px;left:30px}.education-item:before{width:20px}.education-item .year{font-size:11px}.education-item .year:after{font-size:9px}.education-item .spec{font-size:11px}.education-item .grade:before{font-size:9px}}.hero-header{border:1px solid var(--primary-color);background-color:var(--bg-color);flex-wrap:wrap;gap:30px;margin-bottom:50px;padding:30px;display:flex;position:relative;overflow:hidden}.wiper{background:linear-gradient(90deg, var(--primary-color) 0% 5%, var(--bg-color) 5% 100%);z-index:10;width:100%;height:100%;position:absolute;top:0;left:0}.hero-header:before{content:"SYSTEM_ID: 2108";background:var(--bg-color);color:var(--accent-color);padding:0 10px;font-size:10px;position:absolute;top:-10px;right:20px}.profile-image{filter:grayscale()contrast(1.2);border:1px solid var(--primary-color);width:150px;height:150px;padding:5px}.hero-header a{text-decoration:none}.contact-info a{color:var(--accent-color)}.download-cv{color:var(--primary-color);border:1px solid var(--primary-color);cursor:pointer;background:0 0;padding:10px 20px;transition:all .3s}.download-cv:hover{background:var(--primary-color);color:var(--bg-color)}@media (width<=1024px){.hero-header{gap:20px;padding:25px}.profile-image{width:120px;height:120px}.hero-header:before{font-size:9px;top:-8px;right:15px}.download-cv{height:fit-content;margin-top:20px;margin-left:50px}}@media (width<=768px){.hero-header{text-align:center;padding:25px;border:none;flex-direction:column;align-items:center;gap:20px;width:100%;padding-inline:0}.hero-header:before{content:none}.hero-header h1{border:none;font-size:1.8rem}.profile-image{width:130px;height:130px}.profile-infos h1{font-size:1.8rem}.profession{font-size:14px}.contact-info{text-align:left;width:100%}.social-media div{word-break:break-word;margin-bottom:10px;font-size:13px}.download-cv{text-align:center;box-sizing:border-box;margin-top:10px;padding:10px 20px;font-size:14px}.hero-header:before{font-size:8px;top:-6px;right:10px}}.skills-grid{grid-template-columns:1fr 1fr;gap:40px;display:grid}.skill-item{margin-bottom:20px}.skill-info{justify-content:space-between;margin-bottom:5px;font-size:12px;display:flex}.skill-bar-bg{border:1px solid var(--border-dim);background:0 0;height:8px}.skill-bar-fill{background-color:var(--primary-color);background-image:repeating-linear-gradient(-45deg, transparent, transparent 5px, var(--bg-color) 5px, var(--bg-color) 10px);width:0;height:100%}@media (width<=1024px){.skills-grid{gap:30px}.skill-info{font-size:11px}}@media (width<=768px){.skills-grid{grid-template-columns:1fr;gap:30px}.skill-item{margin-bottom:18px}.skill-info{font-size:12px}.skill-bar-bg{height:8px}}.cards-list-wrapper{justify-content:space-between;align-items:center;width:400%;display:flex;transform:translate(-0%)}.cards-list-wrapper h3{border-left:none}.card-viewport{width:100%;overflow:hidden}.carousel-wrapper{justify-content:space-between;align-items:center;gap:1rem;width:100%;display:flex;position:relative}.carousel-viewport{flex:1;min-width:0;position:relative;overflow:hidden}.cards-list-wrapper{flex-direction:row;gap:1rem;width:max-content;transition:transform .3s ease-out;display:flex}.cards-list-wrapper>div{flex-shrink:0}.move-left,.move-right{color:var(--primary-color);cursor:pointer;font-family:var(--font-mono);text-transform:uppercase;letter-spacing:1px;background-color:#0000;border:none;border-radius:0;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;padding:8px 12px;font-size:32px;line-height:1;transition:all .2s;display:inline-flex}.move-left:hover,.move-right:hover{color:var(--accent-color)}.move-left:active,.move-right:active{color:var(--bg-color);background-color:var(--accent-color);transform:scale(.96)}.move-left i,.move-right i{font-size:inherit;display:block}.move-left:disabled,.move-right:disabled{opacity:.4;cursor:not-allowed;border-color:var(--border-dim);color:var(--border-dim);box-shadow:none;transform:none}@media (width<=1024px){.carousel-wrapper{gap:.8rem}.move-left,.move-right{width:40px;height:40px;font-size:28px}.cards-list-wrapper{gap:.8rem}}@media (width<=768px){.carousel-wrapper{gap:.75rem}.move-left,.move-right{width:44px;height:44px;padding:6px 10px;font-size:32px}.cards-list-wrapper{gap:.75rem}}#contactForm{border:1px solid var(--primary-color);box-sizing:border-box;background-color:#000;width:100%;max-width:600px;margin:0 auto;padding:40px;position:relative}.input-group{margin-bottom:20px;position:relative}.input-group label{color:var(--border-dim);margin-bottom:10px;font-size:10px;display:block}input,textarea{border:none;border-bottom:1px solid var(--border-dim);width:100%;color:var(--primary-color);font-family:var(--font-mono);background:0 0;padding:10px 0}input:focus,textarea:focus{border-bottom:1px solid var(--accent-color);outline:none}input:-webkit-autofill{transition:background-color 0s 600000s,color 0s 600000s!important}input:-webkit-autofill:focus{transition:background-color 0s 600000s,color 0s 600000s!important}.btn-submit{background:var(--accent-color);width:100%;color:var(--primary-color);cursor:pointer;border:none;padding:15px;font-weight:700}.checking-box{font-size:9px;font-family:var(--font-mono);text-transform:uppercase;min-height:12px;margin-top:5px;transition:color .2s}.checking-box.error{color:#f33}.checking-box.error:before{content:"> ERR: "}.checking-box.success{color:#0f0}.checking-box.success:before{content:"> OK: "}.form-result{z-index:9999;background-color:var(--bg-color);border:1px solid var(--border-dim);min-width:280px;font-family:var(--font-mono);color:var(--primary-color);text-transform:uppercase;letter-spacing:1px;opacity:0;visibility:hidden;align-items:center;gap:15px;padding:15px 20px;font-size:11px;transition:all .4s cubic-bezier(.175,.885,.32,1.275);display:flex;position:fixed;top:30px;right:20px;transform:translate(120%)}.form-result.valid,.form-result.not-valid{opacity:1;visibility:visible;border-color:var(--accent-color);transform:translate(0)}.form-result.valid{color:#0f0}.form-result.not-valid{color:#f33}.form-result i{font-size:18px}@media (width<=1024px){#contactForm{max-width:90%;padding:30px}.btn-submit{padding:12px}}@media (width<=768px){#contactForm{max-width:95%;padding:25px}.input-group label{font-size:11px}input,textarea{padding:10px 0;font-size:14px}.btn-submit{padding:12px;font-size:14px}.checking-box{font-size:10px}.form-result{min-width:280px;padding:14px 20px;font-size:12px;top:25px;right:15px}}footer{text-align:center;font-family:var(--font-mono);text-transform:uppercase;letter-spacing:1.5px;color:var(--border-dim);border-top:1px solid var(--accent-color);background-color:var(--bg-color);margin-top:60px;padding:30px 20px 20px;font-size:13px;position:relative}footer i{color:var(--accent-color);margin-right:6px;font-size:12px;transition:color .2s}footer:hover i{text-shadow:0 0 6px var(--accent-color)}@media (width<=1024px){footer{margin-top:50px;padding:25px 15px 15px;font-size:11px}}@media (width<=768px){footer{letter-spacing:1.5px;margin-top:50px;padding:25px 15px 15px;font-size:12px}footer i{font-size:12px}}.move-top-btn{background-color:var(--bg-color);color:var(--primary-color);cursor:pointer;z-index:9998;opacity:0;visibility:hidden;border:none;border-radius:0;justify-content:center;align-items:center;width:50px;height:50px;font-size:28px;transition:opacity .3s,visibility .3s,transform .2s,background .2s;display:flex;position:fixed;bottom:30px;right:30px;transform:scale(.8)}.move-top-btn.show{opacity:1;visibility:visible;transform:scale(1)}.move-top-btn:hover{background-color:var(--accent-color);border-color:var(--accent-color);color:var(--bg-color);box-shadow:0 0 12px #ff4d0066}.move-top-btn:active{transform:scale(.95)}@media (width<=768px){.move-top-btn{width:44px;height:44px;font-size:24px;bottom:20px;right:20px}}:root{--primary-color:#fff;--accent-color:#ff4d00;--bg-color:#000;--border-dim:#444;--font-mono:"Courier New", Courier, monospace}body{background-color:var(--bg-color);color:var(--primary-color);font-family:var(--font-mono);text-transform:uppercase;letter-spacing:1px;background-image:linear-gradient(#ffffff1a 1px,#0000 1px),linear-gradient(90deg,#ffffff1a 1px,#0000 1px);background-size:50px 50px;margin:0;padding:0}.cv-wrapper{max-width:1200px;margin:0 auto;padding:40px 20px}h1,h2,h3{border-left:4px solid var(--accent-color);background-color:var(--bg-color);width:max-content;margin-bottom:20px;padding-inline:15px;font-weight:400}@media (width<=1024px){.cv-wrapper{max-width:90%;padding:30px 15px}h1,h2,h3{padding-inline:12px;font-size:1.5rem}body{background-size:40px 40px}}@media (width<=768px){.cv-wrapper{padding:25px 16px}h1{font-size:1.8rem}h2{font-size:1.4rem}h3{font-size:1.2rem}h1,h2,h3{border-left-width:4px;width:calc(100% - 24px);padding-inline:12px}body{letter-spacing:1px;background-size:40px 40px}.section-title{margin-bottom:20px}}@font-face{font-family:iconfont;src:url(./iconfont-J8fIOGnN.eot?a39ec1eff0e45e5d724d24255ba47ade#iefix)format("embedded-opentype"),url(./iconfont-DdA2I5Eq.woff2?a39ec1eff0e45e5d724d24255ba47ade)format("woff2"),url(./iconfont-BNtZMQuo.woff?a39ec1eff0e45e5d724d24255ba47ade)format("woff"),url(./iconfont-CZx8uOGU.ttf?a39ec1eff0e45e5d724d24255ba47ade)format("truetype"),url(./iconfont-B-q1fVf7.svg?a39ec1eff0e45e5d724d24255ba47ade#iconfont)format("svg")}.hn{line-height:1}.hn:before{vertical-align:top;font-style:normal;font-family:iconfont!important;font-weight:400!important}.hn-algolia:before{content:""}.hn-android:before{content:""}.hn-angellist:before{content:""}.hn-anthropic:before{content:""}.hn-apple:before{content:""}.hn-arweave:before{content:""}.hn-behance:before{content:""}.hn-bitcoin:before{content:""}.hn-bloomberg:before{content:""}.hn-bluesky:before{content:""}.hn-cloudflare:before{content:""}.hn-creative-commons:before{content:""}.hn-crunchbase:before{content:""}.hn-digg:before{content:""}.hn-discord:before{content:""}.hn-discourse:before{content:""}.hn-ethereum:before{content:""}.hn-facebook-round:before{content:""}.hn-facebook-square:before{content:""}.hn-figma:before{content:""}.hn-giphy:before{content:""}.hn-github:before{content:""}.hn-gitlab:before{content:""}.hn-golden:before{content:""}.hn-google-news:before{content:""}.hn-google:before{content:""}.hn-hackernoon:before{content:""}.hn-huggingface:before{content:""}.hn-imgur:before{content:""}.hn-instagram:before{content:""}.hn-ios:before{content:""}.hn-kaggle:before{content:""}.hn-linkedin:before{content:""}.hn-mastodon:before{content:""}.hn-minds:before{content:""}.hn-mistral:before{content:""}.hn-newsbreak:before{content:""}.hn-notion:before{content:""}.hn-npm:before{content:""}.hn-open-ai:before{content:""}.hn-perplexity:before{content:""}.hn-pinterest:before{content:""}.hn-podcasts:before{content:""}.hn-product-hunt:before{content:""}.hn-reddit:before{content:""}.hn-rss:before{content:""}.hn-sia:before{content:""}.hn-slack:before{content:""}.hn-steam:before{content:""}.hn-telegram:before{content:""}.hn-threads:before{content:""}.hn-tiktok:before{content:""}.hn-twitch:before{content:""}.hn-twitter:before{content:""}.hn-unsplash:before{content:""}.hn-viewblocks:before{content:""}.hn-wikipedia:before{content:""}.hn-x:before{content:""}.hn-youtube:before{content:""}.hn-business:before{content:""}.hn-cloud:before{content:""}.hn-cybersecurity:before{content:""}.hn-data-science:before{content:""}.hn-finance:before{content:""}.hn-futurism:before{content:""}.hn-gaming:before{content:""}.hn-hackernoon-purcat:before{content:""}.hn-life-hacking:before{content:""}.hn-machine-learning:before{content:""}.hn-management:before{content:""}.hn-media:before{content:""}.hn-product-management:before{content:""}.hn-programming:before{content:""}.hn-remote:before{content:""}.hn-science:before{content:""}.hn-society:before{content:""}.hn-startups:before{content:""}.hn-tech-companies:before{content:""}.hn-tech-stories:before{content:""}.hn-technology:before{content:""}.hn-web3:before{content:""}.hn-writing:before{content:""}.hn-ad:before{content:""}.hn-align-center:before{content:""}.hn-align-justify:before{content:""}.hn-align-left:before{content:""}.hn-align-right:before{content:""}.hn-analytics:before{content:""}.hn-angle-down:before{content:""}.hn-angle-left:before{content:""}.hn-angle-right:before{content:""}.hn-angle-up:before{content:""}.hn-archive:before{content:""}.hn-arrow-alt-circle-down:before{content:""}.hn-arrow-alt-circle-left:before{content:""}.hn-arrow-alt-circle-right:before{content:""}.hn-arrow-alt-circle-up:before{content:""}.hn-arrow-circle-down:before{content:""}.hn-arrow-circle-left:before{content:""}.hn-arrow-circle-right:before{content:""}.hn-arrow-circle-up:before{content:""}.hn-arrow-down:before{content:""}.hn-arrow-left:before{content:""}.hn-arrow-right:before{content:""}.hn-arrow-up:before{content:""}.hn-at:before{content:""}.hn-badge-check:before{content:""}.hn-bank:before{content:""}.hn-bars:before{content:""}.hn-bell-exclaimation:before{content:""}.hn-bell-mute:before{content:""}.hn-bell:before{content:""}.hn-bold:before{content:""}.hn-bolt:before{content:""}.hn-book-bookmark:before{content:""}.hn-book-heart:before{content:""}.hn-book:before{content:""}.hn-bookmark:before{content:""}.hn-box-heart:before{content:""}.hn-box-usd:before{content:""}.hn-bracket-curly:before{content:""}.hn-bracket-round:before{content:""}.hn-bracket-square:before{content:""}.hn-branch:before{content:""}.hn-briefcase:before{content:""}.hn-brightness-high:before{content:""}.hn-brightness-low:before{content:""}.hn-broom:before{content:""}.hn-bug:before{content:""}.hn-bullet-list:before{content:""}.hn-bullhorn:before{content:""}.hn-calendar-alt:before{content:""}.hn-calender:before{content:""}.hn-camera:before{content:""}.hn-cart-add:before{content:""}.hn-cart-minus:before{content:""}.hn-cassette-tape:before{content:""}.hn-cc:before{content:""}.hn-chart-line:before{content:""}.hn-chart-network:before{content:""}.hn-check-box:before{content:""}.hn-check-circle:before{content:""}.hn-check-list:before{content:""}.hn-check:before{content:""}.hn-chevron-down:before{content:""}.hn-chevron-up:before{content:""}.hn-circle-notch:before{content:""}.hn-clipboard:before{content:""}.hn-clock:before{content:""}.hn-cloud-download-alt:before{content:""}.hn-cloud-fog:before{content:""}.hn-cloud-rain:before{content:""}.hn-cloud-upload:before{content:""}.hn-code-block:before{content:""}.hn-code:before{content:""}.hn-cog:before{content:""}.hn-coin:before{content:""}.hn-coins:before{content:""}.hn-collapse:before{content:""}.hn-command:before{content:""}.hn-comment-dots:before{content:""}.hn-comment-quote:before{content:""}.hn-comment:before{content:""}.hn-comments:before{content:""}.hn-copy:before{content:""}.hn-credit-card:before{content:""}.hn-crown:before{content:""}.hn-disc:before{content:""}.hn-divider:before{content:""}.hn-dollar:before{content:""}.hn-door-closed:before{content:""}.hn-door-open:before{content:""}.hn-download-alt:before{content:""}.hn-download:before{content:""}.hn-edit:before{content:""}.hn-ellipses-horizontal-circle:before{content:""}.hn-ellipses-horizontal:before{content:""}.hn-ellipses-vertical-circle:before{content:""}.hn-ellipses-vertical:before{content:""}.hn-envelope:before{content:""}.hn-exclaimation:before{content:""}.hn-exclamation-triangle:before{content:""}.hn-expand:before{content:""}.hn-external-link:before{content:""}.hn-eye-cross:before{content:""}.hn-eye-snake:before{content:""}.hn-eye:before{content:""}.hn-face-angry:before{content:""}.hn-face-grin:before{content:""}.hn-face-heart-eyes:before{content:""}.hn-face-laugh-squint:before{content:""}.hn-face-sad:before{content:""}.hn-face-thinking:before{content:""}.hn-file-import:before{content:""}.hn-filter-alt-circle:before{content:""}.hn-filter:before{content:""}.hn-fire:before{content:""}.hn-flag-checkered:before{content:""}.hn-flag:before{content:""}.hn-folder-open:before{content:""}.hn-folder:before{content:""}.hn-fork:before{content:""}.hn-glasses:before{content:""}.hn-globe-americas:before{content:""}.hn-globe:before{content:""}.hn-graduation-cap:before{content:""}.hn-grid:before{content:""}.hn-h1:before{content:""}.hn-h2:before{content:""}.hn-h3:before{content:""}.hn-handshake:before{content:""}.hn-hashtag:before{content:""}.hn-headphones:before{content:""}.hn-heart:before{content:""}.hn-highlight:before{content:""}.hn-hockey-mask:before{content:""}.hn-home:before{content:""}.hn-image:before{content:""}.hn-indent:before{content:""}.hn-info-circle:before{content:""}.hn-italics:before{content:""}.hn-laptop-code:before{content:""}.hn-laptop:before{content:""}.hn-lightbulb:before{content:""}.hn-line-height:before{content:""}.hn-link:before{content:""}.hn-location-pin:before{content:""}.hn-lock-alt:before{content:""}.hn-lock-open:before{content:""}.hn-lock:before{content:""}.hn-login:before{content:""}.hn-logout:before{content:""}.hn-medical-house:before{content:""}.hn-merge:before{content:""}.hn-message-dots:before{content:""}.hn-message:before{content:""}.hn-minus:before{content:""}.hn-moon:before{content:""}.hn-music:before{content:""}.hn-newspaper:before{content:""}.hn-notebook:before{content:""}.hn-numbered-list:before{content:""}.hn-octagon-check:before{content:""}.hn-octagon-times:before{content:""}.hn-outdent:before{content:""}.hn-page-break:before{content:""}.hn-paint-brush:before{content:""}.hn-paperclip:before{content:""}.hn-paragraph:before{content:""}.hn-pause:before{content:""}.hn-pc:before{content:""}.hn-pen-nib:before{content:""}.hn-pen:before{content:""}.hn-pencil-ruler:before{content:""}.hn-pencil:before{content:""}.hn-people-carry:before{content:""}.hn-phone-ringing-high:before{content:""}.hn-phone-ringing-low:before{content:""}.hn-plane-departure:before{content:""}.hn-plane:before{content:""}.hn-play:before{content:""}.hn-playlist:before{content:""}.hn-plus:before{content:""}.hn-print:before{content:""}.hn-pro:before{content:""}.hn-pull-request:before{content:""}.hn-question-circle:before{content:""}.hn-question:before{content:""}.hn-quote-left:before{content:""}.hn-quote-right:before{content:""}.hn-receipt:before{content:""}.hn-refresh:before{content:""}.hn-retro-camera:before{content:""}.hn-retro-pc:before{content:""}.hn-robot:before{content:""}.hn-save:before{content:""}.hn-search:before{content:""}.hn-seedlings:before{content:""}.hn-shapes:before{content:""}.hn-share-alt:before{content:""}.hn-share:before{content:""}.hn-shop:before{content:""}.hn-shopping-cart:before{content:""}.hn-shuffle:before{content:""}.hn-side-nav-collapse:before{content:""}.hn-side-nav-expand:before{content:""}.hn-sitemap:before{content:""}.hn-sort:before{content:""}.hn-sound-mute:before{content:""}.hn-sound-on:before{content:""}.hn-sparkles:before{content:""}.hn-spinner-third:before{content:""}.hn-spinner:before{content:""}.hn-star-crescent:before{content:""}.hn-star:before{content:""}.hn-strike-through:before{content:""}.hn-sun:before{content:""}.hn-table:before{content:""}.hn-tag:before{content:""}.hn-text-slash:before{content:""}.hn-themes:before{content:""}.hn-thumbsdown:before{content:""}.hn-thumbsup:before{content:""}.hn-thumbtack:before{content:""}.hn-times-circle:before{content:""}.hn-times-square:before{content:""}.hn-times:before{content:""}.hn-translate:before{content:""}.hn-trash-alt:before{content:""}.hn-trash:before{content:""}.hn-trending:before{content:""}.hn-trophy:before{content:""}.hn-underline:before{content:""}.hn-unlock-alt:before{content:""}.hn-unlock:before{content:""}.hn-upload-alt:before{content:""}.hn-upload:before{content:""}.hn-user-check:before{content:""}.hn-user-headset:before{content:""}.hn-user-minus:before{content:""}.hn-user-plus:before{content:""}.hn-user:before{content:""}.hn-users-crown:before{content:""}.hn-users:before{content:""}.hn-video-camera:before{content:""}.hn-vote-yeah:before{content:""}.hn-wallet:before{content:""}.hn-wifi:before{content:""}.hn-window-close:before{content:""}.hn-window-restore:before{content:""}.hn-ad-solid:before{content:""}.hn-align-center-solid:before{content:""}.hn-align-justify-solid:before{content:""}.hn-align-left-solid:before{content:""}.hn-align-right-solid:before{content:""}.hn-analytics-solid:before{content:""}.hn-angle-down-solid:before{content:""}.hn-angle-left-solid:before{content:""}.hn-angle-right-solid:before{content:""}.hn-angle-up-solid:before{content:""}.hn-archive-solid:before{content:""}.hn-arrow-alt-circle-down-solid:before{content:""}.hn-arrow-alt-circle-left-solid:before{content:""}.hn-arrow-alt-circle-right-solid:before{content:""}.hn-arrow-alt-circle-up-solid:before{content:""}.hn-arrow-circle-down-solid:before{content:""}.hn-arrow-circle-left-solid:before{content:""}.hn-arrow-circle-right-solid:before{content:""}.hn-arrow-circle-up-solid:before{content:""}.hn-arrow-down-solid:before{content:""}.hn-arrow-left-solid:before{content:""}.hn-arrow-right-solid:before{content:""}.hn-arrow-up-solid:before{content:""}.hn-at-solid:before{content:""}.hn-badge-check-solid:before{content:""}.hn-bank-solid:before{content:""}.hn-bars-solid:before{content:""}.hn-bell-exclaimation-solid:before{content:""}.hn-bell-mute-solid:before{content:""}.hn-bell-solid:before{content:""}.hn-bold-solid:before{content:""}.hn-bolt-solid:before{content:""}.hn-book-bookmark-solid:before{content:""}.hn-book-heart-solid:before{content:""}.hn-book-solid:before{content:""}.hn-bookmark-solid:before{content:""}.hn-box-heart-solid:before{content:""}.hn-box-usd-solid:before{content:""}.hn-bracket-curly-solid:before{content:""}.hn-bracket-round-solid:before{content:""}.hn-bracket-square-solid:before{content:""}.hn-branch-solid:before{content:""}.hn-briefcase-solid:before{content:""}.hn-brightness-high-solid:before{content:""}.hn-brightness-low-solid:before{content:""}.hn-broom-solid:before{content:""}.hn-bug-solid:before{content:""}.hn-bullet-list-solid:before{content:""}.hn-bullhorn-solid:before{content:""}.hn-calendar-alt-solid:before{content:""}.hn-calender-solid:before{content:""}.hn-camera-solid:before{content:""}.hn-cart-add-solid:before{content:""}.hn-cart-minus-solid:before{content:""}.hn-cassette-tape-solid:before{content:""}.hn-cc-solid:before{content:""}.hn-chart-line-solid:before{content:""}.hn-chart-network-solid:before{content:""}.hn-check-box-solid:before{content:""}.hn-check-circle-solid:before{content:""}.hn-check-list-solid:before{content:""}.hn-check-solid:before{content:""}.hn-chevron-down-solid:before{content:""}.hn-chevron-up-solid:before{content:""}.hn-circle-notch-solid:before{content:""}.hn-clipboard-solid:before{content:""}.hn-clock-solid:before{content:""}.hn-cloud-download-solid:before{content:""}.hn-cloud-fog-solid:before{content:""}.hn-cloud-rain-solid:before{content:""}.hn-cloud-upload-solid:before{content:""}.hn-code-block-solid:before{content:""}.hn-code-solid:before{content:""}.hn-cog-solid:before{content:""}.hn-coin-solid:before{content:""}.hn-coins-solid:before{content:""}.hn-collapse-solid:before{content:""}.hn-command-solid:before{content:""}.hn-comment-dots-solid:before{content:""}.hn-comment-quote-solid:before{content:""}.hn-comment-solid:before{content:""}.hn-comments-solid:before{content:""}.hn-copy-solid:before{content:""}.hn-credit-card-solid:before{content:""}.hn-crown-solid:before{content:""}.hn-disc-solid:before{content:""}.hn-divider-solid:before{content:""}.hn-dollar-solid:before{content:""}.hn-door-closed-solid:before{content:""}.hn-door-open-solid:before{content:""}.hn-download-alt-solid:before{content:""}.hn-download-solid:before{content:""}.hn-edit-solid:before{content:""}.hn-ellipses-horizontal-circle-solid:before{content:""}.hn-ellipses-horizontal-solid:before{content:""}.hn-ellipses-vertical-circle-solid:before{content:""}.hn-ellipses-vertical-solid:before{content:""}.hn-envelope-solid:before{content:""}.hn-exclaimation-solid:before{content:""}.hn-exclamation-triangle-solid:before{content:""}.hn-expand-solid:before{content:""}.hn-external-link-solid:before{content:""}.hn-eye-cross-solid:before{content:""}.hn-eye-snake-solid:before{content:""}.hn-eye-solid:before{content:""}.hn-face-angry-solid:before{content:""}.hn-face-grin-solid:before{content:""}.hn-face-heart-eyes-solid:before{content:""}.hn-face-laugh-squint-solid:before{content:""}.hn-face-sad-solid:before{content:""}.hn-face-thinking-solid:before{content:""}.hn-file-import-solid:before{content:""}.hn-filter-alt-circle-solid:before{content:""}.hn-filter-solid:before{content:""}.hn-fire-solid:before{content:""}.hn-flag-checkered-solid:before{content:""}.hn-flag-solid:before{content:""}.hn-folder-open-solid:before{content:""}.hn-folder-solid:before{content:""}.hn-fork-solid:before{content:""}.hn-glasses-solid:before{content:""}.hn-globe-americas-solid:before{content:""}.hn-globe-solid:before{content:""}.hn-graduation-cap-solid:before{content:""}.hn-grid-solid:before{content:""}.hn-handshake-solid:before{content:""}.hn-hashtag-solid:before{content:""}.hn-heading-1-solid:before{content:""}.hn-heading-2-solid:before{content:""}.hn-heading-3-solid:before{content:""}.hn-headphones-solid:before{content:""}.hn-heart-solid:before{content:""}.hn-highlight-solid:before{content:""}.hn-hockey-mask-solid:before{content:""}.hn-home-solid:before{content:""}.hn-image-solid:before{content:""}.hn-indent-solid:before{content:""}.hn-info-circle-solid:before{content:""}.hn-italics-solid:before{content:""}.hn-laptop-code-solid:before{content:""}.hn-laptop-solid:before{content:""}.hn-lightbulb-solid:before{content:""}.hn-line-height-solid:before{content:""}.hn-link-solid:before{content:""}.hn-location-pin-solid:before{content:""}.hn-lock-alt-solid:before{content:""}.hn-lock-open-solid:before{content:""}.hn-lock-solid:before{content:""}.hn-login-solid:before{content:""}.hn-logout-solid:before{content:""}.hn-medical-house-solid:before{content:""}.hn-merge-solid:before{content:""}.hn-message-dots-solid:before{content:""}.hn-message-solid:before{content:""}.hn-minus-solid:before{content:""}.hn-moon-solid:before{content:""}.hn-music-solid:before{content:""}.hn-newspaper-solid:before{content:""}.hn-notebook-solid:before{content:""}.hn-numbered-list-solid:before{content:""}.hn-octagon-check-solid:before{content:""}.hn-octagon-times-solid:before{content:""}.hn-outdent-solid:before{content:""}.hn-page-break-solid:before{content:""}.hn-paint-brush-solid:before{content:""}.hn-paperclip-solid:before{content:""}.hn-paragraph-solid:before{content:""}.hn-pause-solid:before{content:""}.hn-pc-solid:before{content:""}.hn-pen-nib-solid:before{content:""}.hn-pen-solid:before{content:""}.hn-pencil-ruler-solid:before{content:""}.hn-pencil-solid:before{content:""}.hn-people-carry-solid:before{content:""}.hn-phone-ringing-high-solid:before{content:""}.hn-phone-ringing-low-solid:before{content:""}.hn-plane-departure-solid:before{content:""}.hn-plane-solid:before{content:""}.hn-play-solid:before{content:""}.hn-playlist-solid:before{content:""}.hn-plus-solid:before{content:""}.hn-print-solid:before{content:""}.hn-pro-solid:before{content:""}.hn-pull-request-solid:before{content:""}.hn-question-circle-solid:before{content:""}.hn-question-solid:before{content:""}.hn-quote-left-solid:before{content:""}.hn-quote-right-solid:before{content:""}.hn-receipt-solid:before{content:""}.hn-refresh-solid:before{content:""}.hn-retro-camera-solid:before{content:""}.hn-retro-pc-solid:before{content:""}.hn-robot-solid:before{content:""}.hn-save-solid:before{content:""}.hn-search-solid:before{content:""}.hn-seedlings-solid:before{content:""}.hn-shapes-solid:before{content:""}.hn-share-alt-solid:before{content:""}.hn-share-solid:before{content:""}.hn-shop-solid:before{content:""}.hn-shopping-cart-solid:before{content:""}.hn-shuffle-solid:before{content:""}.hn-side-nav-collapse-solid:before{content:""}.hn-side-nav-expand-solid:before{content:""}.hn-sitemap-solid:before{content:""}.hn-sort-solid:before{content:""}.hn-sound-mute-solid:before{content:""}.hn-sound-on-solid:before{content:""}.hn-sparkles-solid:before{content:""}.hn-spinner-solid:before{content:""}.hn-spinner-third-solid:before{content:""}.hn-star-crescent-solid:before{content:""}.hn-star-solid:before{content:""}.hn-strike-through-solid:before{content:""}.hn-sun-solid:before{content:""}.hn-table-solid:before{content:""}.hn-tag-solid:before{content:""}.hn-text-slash-solid:before{content:""}.hn-themes-solid:before{content:""}.hn-thumbsdown-solid:before{content:""}.hn-thumbsup-solid:before{content:""}.hn-thumbtack-solid:before{content:""}.hn-times-circle-solid:before{content:""}.hn-times-solid:before{content:""}.hn-times-square-solid:before{content:""}.hn-translate-solid:before{content:""}.hn-trash-alt-solid:before{content:""}.hn-trash-solid:before{content:""}.hn-trending-solid:before{content:""}.hn-trophy-solid:before{content:""}.hn-underline-solid:before{content:""}.hn-unlock-alt-solid:before{content:""}.hn-unlock-solid:before{content:""}.hn-upload-alt-solid:before{content:""}.hn-upload-solid:before{content:""}.hn-user-check-solid:before{content:""}.hn-user-headset-solid:before{content:""}.hn-user-minus-solid:before{content:""}.hn-user-plus-solid:before{content:""}.hn-user-solid:before{content:""}.hn-users-crown-solid:before{content:""}.hn-users-solid:before{content:""}.hn-video-camera-solid:before{content:""}.hn-vote-yeah-solid:before{content:""}.hn-wallet-solid:before{content:""}.hn-wifi-solid:before{content:""}.hn-window-close-solid:before{content:""}.hn-window-restore-solid:before{content:""}.card-repo{background-color:var(--bg-color);border:1px solid var(--border-dim);width:100%;max-width:650px;min-height:200px;font-family:var(--font-mono);opacity:.5;margin:20px 0;transition:all .3s;display:flex;position:relative;overflow:visible}.card-repo.shown{opacity:1}.card-left{background-color:rgba(var(--card-primary-color), .05);aspect-ratio:1;border-right:1px solid var(--border-dim);height:200px;color:var(--card-primary-color);justify-content:center;align-items:center;transition:all .3s;display:flex;position:relative}.card-left:before{content:"";border-top:1px solid var(--card-primary-color);border-left:1px solid var(--card-primary-color);width:10px;height:10px;position:absolute;top:5px;left:5px}.pixel-center{font-family:VT323,monospace;font-size:72px;font-weight:700}.crosshair{font-size:9px;font-family:var(--font-mono);color:var(--border-dim);letter-spacing:1px;position:absolute}.top-left{top:8px;left:20px}.bottom-left{bottom:8px;left:20px}.card-right{background:linear-gradient(90deg,#ffffff05 0%,#0000 100%);flex-direction:column;flex:1;justify-content:center;padding:20px 25px;display:flex}.title{text-transform:uppercase;color:var(--card-primary-color);letter-spacing:2px;margin:0 0 5px;font-family:VT323,monospace;font-size:32px}.subtitle{color:#888;text-transform:uppercase;margin:0 0 20px;font-size:11px;line-height:1.5}.tech-stack{text-transform:uppercase;font-size:12px}.bracket{color:var(--card-primary-color);margin:0 5px;font-weight:700}.language{color:var(--primary-color);letter-spacing:1px}.card-repo:hover{border-color:var(--card-primary-color);box-shadow:inset 0 0 15px rgba(var(--card-primary-color), .1);transform:translateY(-5px)}.card-repo:hover .card-left{background-color:rgba(var(--card-primary-color), .1);border-right-color:var(--card-primary-color)}.card-repo:hover:after{content:"";background:var(--card-primary-color);opacity:.2;width:100%;height:2px;animation:2s linear infinite scan;position:absolute;top:0;left:0}@media (width<=1024px){.card-repo{max-width:550px;height:180px}.pixel-center{font-size:60px}.title{font-size:26px}.subtitle{margin-bottom:15px;font-size:10px}.tech-stack{font-size:10px}}@media (width<=768px){.card-repo{border-radius:0;flex-direction:column;max-width:50vw;height:400px;margin:15px 0;overflow:visible}.card-left{aspect-ratio:1;border-right:none;border-bottom:1px solid var(--border-dim);background-color:rgba(var(--card-primary-color), .08);width:100%}.pixel-center{font-size:64px}.crosshair{font-size:8px}.top-left{top:8px;left:12px}.bottom-left{bottom:8px;left:12px}.card-right{padding:20px}.title{margin-bottom:6px;font-size:24px}.subtitle{margin-bottom:16px;font-size:10px;line-height:1.4}.tech-stack{flex-wrap:wrap;gap:4px;font-size:10px;display:flex}.bracket{margin:0 2px}}.notification{z-index:9999;background-color:var(--bg-color);border:1px solid var(--border-dim);min-width:280px;font-family:var(--font-mono);color:var(--primary-color);text-transform:uppercase;letter-spacing:1px;opacity:0;visibility:hidden;align-items:center;gap:15px;padding:15px 20px;font-size:11px;transition:all .4s cubic-bezier(.175,.885,.32,1.275);display:flex;position:fixed;top:30px;right:20px;transform:translate(120%)}.notification:before{content:"";background-color:#0000;width:3px;transition:background-color .4s;position:absolute;top:0;bottom:0;left:-1px}.notification.showup{opacity:1;visibility:visible;border-color:var(--accent-color);transform:translate(0)}.notification.showup:before{background-color:var(--accent-color)}.notification.showup:after{color:var(--accent-color)}.notification i{color:var(--accent-color);font-size:18px;animation:2s infinite iconPulse}.notification p{margin:0;line-height:1.4}@keyframes iconPulse{0%{text-shadow:0 0 2px #0000}50%{text-shadow:0 0 8px var(--accent-color)}to{text-shadow:0 0 2px #0000}}@media (width<=1024px){.notification{min-width:260px;padding:12px 18px;top:20px;right:15px}}@media (width<=768px){.notification{gap:12px;width:auto;min-width:280px;padding:14px 20px;font-size:12px;top:20px;left:auto;right:15px}.notification i{font-size:18px}}
