.app{width:100%;height:100%}.app .bg{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#000}.mouse{position:fixed;width:100px;height:100px;transform:translate(-50%,-50%);border-radius:50%;cursor:pointer;z-index:100;pointer-events:none}.mouse-helper{position:absolute;transition:all .5s ease;z-index:102}.menu-hint{position:relative;display:flex;justify-content:flex-start;align-items:center;border:solid 1px #000;border-radius:500px;padding:10px 20px;opacity:0;transition:all .5s ease;background:#fff;z-index:3}.text-animation{position:relative;font-family:JetBrains Mono,monospace;font-size:.6rem;font-weight:500;color:#000;white-space:nowrap;transform-origin:bottom right;opacity:1;transition:all .5s ease}.text-animation .char-wrapper{position:relative;opacity:0;display:inline-block}.text-animation .char-wrapper.space{position:relative;width:0px;height:100%}.menu-helper{position:relative;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;transition:all .5s ease;gap:10px;z-index:3}.menu-helper .navigation-helper,.menu-helper .click-helper,.menu-helper .close-helper{position:relative;display:flex;justify-content:flex-start;align-items:center;border:solid 1px #000;border-radius:500px;padding:10px 20px;opacity:0;background:#fff}.click-wave{position:absolute;margin:auto;inset:0;width:100%;height:100%;opacity:1;border-radius:50%;border:solid 1px #000;z-index:101}.menu{position:absolute;top:0;left:0;width:300%;height:100%;z-index:103;opacity:0;transform:translateY(-75%) translate(-30%)}.menu.open{opacity:1}.menu .menu-item{position:absolute}.menu .home{top:0;left:0}.menu .work{top:10%;right:20%}.menu .about{bottom:30%;left:30%}.menu .contact{bottom:10%;right:7.5%}.menu .close{bottom:5%;left:-15.5%}.menu .theme{position:absolute;bottom:5%;left:-5%;display:flex;flex-direction:column;align-items:center;font-family:Inter,sans-serif;color:var(--primary-color)}.menu-item{padding:7px 15px;font-size:.85rem;font-family:Inter,sans-serif;position:relative;color:var(--primary-color);border-bottom:1px solid transparent;transition:all .3s ease}.menu-item.current{background-color:var(--primary-color);color:var(--secondary-color);border-radius:500px}.menu-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#0000001a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:99;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease;pointer-events:none}.menu-overlay.open{opacity:1;visibility:visible}.familiarity-dashboard{position:fixed;bottom:50px;right:50px;left:0;margin-left:auto;width:420.2398762939px;max-height:600px;border:solid 1px var(--primary-color);z-index:1000;font-family:JetBrains Mono,monospace;display:flex;flex-direction:column;-webkit-backdrop-filter:blur(50px);backdrop-filter:blur(50px);background:#ffffff1a;overflow:hidden}.familiarity-dashboard *{font-family:JetBrains Mono,monospace}.familiarity-dashboard .modal-window-header{color:var(--primary-color);background:transparent}.familiarity-dashboard .modal-window-header svg *{stroke:var(--primary-color)!important}.familiarity-dashboard .modal-window-header:hover .modal-window-header-close{background:var(--primary-color)!important}.familiarity-dashboard .modal-window-header:hover .modal-window-header-close path{stroke:var(--secondary-color)!important}.familiarity-dashboard .modal-window-header:hover .modal-window-header-close svg .eye{fill:var(--secondary-color)!important}.familiarity-dashboard .modal-window-header:hover .modal-window-header-close svg .cls-3{fill:var(--secondary-color)!important}.familiarity-dashboard .modal-window-header:hover .modal-window-header-close svg *{stroke:var(--secondary-color)!important}.familiarity-dashboard.open .modal-window-header{border-bottom:solid 1px var(--primary-color)}.dashboard-content-wrapper{position:relative;width:100%;height:100%}.dashboard-header{position:relative;display:flex;flex-direction:row;border-bottom:solid 1px var(--primary-color)}.dashboard-header .sort-container{border-radius:4px;color:var(--primary-color);font-size:11px;font-weight:600;cursor:pointer;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:10px;white-space:nowrap;padding:20px}.dashboard-header .sort-container .sort-options{display:flex;flex-direction:row;align-items:center;gap:10px;flex-wrap:nowrap}.dashboard-header .sort-container .sort-options button{font-family:JetBrains Mono,monospace;font-size:10px;border:solid 1px var(--primary-color);padding:5px 10px;color:var(--primary-color);background:transparent;border-radius:500px;transition:all .2s ease}.dashboard-header .sort-container .sort-options button.active{background:var(--primary-color);color:var(--secondary-color)}.dashboard-header .sort-container .sort-options button:hover{background:#fd382a1a;color:var(--primary-color)}.dashboard-header .sort-container .sort-options button.active:hover{background:var(--primary-color);color:var(--secondary-color)}.dashboard-header .reset-button{position:relative;min-height:100%;width:100%}.dashboard-header .reset-button button{height:100%;width:100%;background:var(--primary-color);color:var(--secondary-color);font-family:JetBrains Mono,monospace;font-size:11px;border:solid 1px var(--primary-color);padding:20px 10px;transition:all .2s ease;white-space:nowrap}.dashboard-content{max-height:450px;overflow-y:auto;display:flex;flex-direction:column;gap:16px}.dashboard-content::-webkit-scrollbar{width:2px}.dashboard-content::-webkit-scrollbar-track{background:#ffffff15}.dashboard-content::-webkit-scrollbar-thumb{background:var(--primary-color);border-radius:3px}.no-data{text-align:center;padding:40px 20px;color:#6b7280}.no-data p{margin:0 0 8px;font-size:16px;font-weight:500}.no-data small{font-size:14px;opacity:.7}.pattern-card{padding:15px;color:var(--primary-color);transition:all .2s ease;font-size:10px;display:flex;flex-direction:column;gap:10px}.pattern-card .pattern-name{font-family:Inter,sans-serif;font-size:12px;font-weight:600;flex:1}.pattern-card .metrics{display:flex;flex-direction:column;gap:10px}.pattern-card .metrics .metric-row{display:flex;justify-content:space-between;font-size:11px;white-space:nowrap}.pattern-card .metrics .metric-row span{width:100%;font-weight:600;color:var(--primary-color);border:none;border-bottom:solid .5px var(--primary-color);border-bottom-style:dashed}.pattern-card .metrics .guidance{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:10px}.pattern-card .metrics .guidance .guidance-badge{position:relative;width:auto;background-color:var(--primary-color);color:var(--secondary-color);padding:4px 8px;border-radius:500px;text-transform:capitalize;font-family:Inter,sans-serif;font-size:10px;font-weight:700}.modal-window-header{position:relative;background-color:var(--primary-color);color:#fff;display:inline-flex;gap:.5rem;display:flex;justify-content:space-between;align-items:center;transition:all .3s ease-in-out;cursor:pointer}.modal-window-header .modal-window-header-title{padding:.5rem 1rem}.modal-window-header .modal-window-header-title span{white-space:nowrap}.modal-window-header .modal-window-timer{aspect-ratio:1/1;position:absolute;display:flex;align-items:center;justify-content:center;height:100%}.modal-window-header .modal-window-timer svg{width:100%;height:100%}.modal-window-header .modal-window-header-close{aspect-ratio:1/1;height:50px;display:flex;justify-content:center;align-items:center;cursor:pointer;transition:all .3s ease-in-out;gap:.5rem;padding:0 .5rem}.modal-window-header .modal-window-header-close svg{width:70%;height:70%;flex-shrink:0}.modal-window-header .modal-window-header-close svg path{stroke:#fff}.modal-window-header .modal-window-header-close:hover{background-color:#fff}.modal-window-header .modal-window-header-close:hover svg path{stroke:var(--primary-color)}.modal-window-header:hover .modal-window-header-close{background-color:#fff}.modal-window-header:hover .modal-window-header-close svg path{stroke:var(--primary-color)}.smiley-icon .body{stroke-width:1px!important;fill:none;stroke:#00f!important}.smiley-icon .cls-1{stroke-width:1px;fill:none}.smiley-icon .cls-3{stroke-width:1px;fill:var(--primary-color);stroke:#00f}.smiley-icon .eye{fill:var(--primary-color)}.home-page{position:relative;width:100%;height:100vh;padding:3rem;display:flex;flex-direction:column;justify-content:space-between}.home-page .intro-paragraph{position:relative;font-family:Inter,sans-serif;line-height:1.35;width:60ch;display:flex;flex-direction:column;gap:1rem;justify-content:center;align-items:center;font-weight:400;color:#000;z-index:1}.home-page .guide-container{position:relative;display:flex;flex-direction:column;width:450px}.home-page .guide-container *{font-family:JetBrains Mono,monospace}.home-page .guide-container .modal-window-header{width:100%}.home-page .guide-container .modal-window-header-title{color:var(--secondary-color)}.home-page .guide-container .smiley-icon{height:15px;width:15px}.home-page .guide-container .smiley-icon *{stroke:var(--primary-color)!important}.home-page .guide-container .modal-window-content{height:100%}.home-page .guide-container .guide-content{position:relative;height:100%;display:flex;flex-direction:column;gap:1rem;padding:30px}.home-page .guide-container .guide-content *{font-size:.7rem}.home-page .guide-container .guide-content p{white-space:nowrap}.home-page .guide-container .guide-content .guide-list{display:flex;flex-direction:column;gap:.75rem}.home-page .guide-container .guide-content ul{transform:translate(5%);position:relative;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:.3rem}.home-page .social-links{position:absolute;top:3rem;right:3rem;display:flex;flex-direction:column;gap:1rem}.home-page .social-links a{position:relative;font-family:Inter,sans-serif;line-height:1.35;color:var(--primary-color);text-decoration:none;padding:.5rem 1rem;transition:all .3s ease;display:flex;align-items:center;justify-content:space-between;gap:.5rem;width:100%;border:1px solid var(--primary-color);border-radius:500rem}.home-page .social-links a:hover{background-color:var(--primary-color);color:#fff}.home-page .tagline{position:absolute;bottom:3rem;right:3rem;font-family:JetBrains Mono,monospace;line-height:1.35;color:var(--primary-color)}.modal-window{position:relative;font-family:Inter,sans-serif;display:flex;flex-direction:column;justify-content:center;align-items:center;z-index:1;border:1px solid var(--primary-color);background-color:var(--bg-color);transition:all .3s ease}.modal-window .modal-window-content{position:relative;transition:all .3s ease}.modal-window .modal-window-content.closed{padding:0;height:0px}.modal-window .modal-window-content.closed *{height:0px;opacity:0}.floating-paragraph{position:relative;top:0;left:0;width:100%;height:100%}.floating-paragraph .floating-paragraph-word{display:inline-block;position:relative;margin-right:5.76835px}.floating-paragraph .floating-paragraph-letter{position:relative;top:0;left:0;width:100%;height:100%}.button{border:1px solid var(--primary-color);padding:.75rem 1rem;border-radius:500px;cursor:pointer;background-color:transparent;flex-wrap:nowrap;display:flex;flex-direction:row;align-items:center;justify-content:center;gap:10px;transition:all .45s ease}.button .label{font-size:.75rem;font-weight:400;color:var(--primary-color);white-space:nowrap}.button .icon{width:16px;height:16px}.button .icon svg{width:100%;height:100%}.button .icon svg path,.button .icon svg line,.button .icon svg rect,.button .icon svg circle{stroke:var(--primary-color)!important}.button .icon svg polyline{stroke:var(--primary-color)!important}.button:hover{background-color:var(--primary-color);color:var(--secondary-color)}.button:hover .label{color:var(--secondary-color)}.button:hover .icon svg path,.button:hover .icon svg line,.button:hover .icon svg rect,.button:hover .icon svg circle{stroke:var(--secondary-color)!important}.button:hover .icon svg polyline{stroke:var(--secondary-color)!important}.home-page-bg-video{position:absolute;margin:0 auto;inset:0;height:100%;width:auto;z-index:0}.home-page-bg-video video{width:100%;height:100%;object-fit:cover}.dithering-effect{position:fixed;top:0;left:0;width:100%;height:100%;z-index:1000;pointer-events:none;background-color:#fff;opacity:1;z-index:-1}.dithering-effect canvas{width:100%;aspect-ratio:16/9}.loading-overlay{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) rotateX(-180deg);font-weight:700;color:var(--primary-color);display:flex;align-items:center;z-index:10;border-radius:12px;padding:1rem 2rem;font-weight:300}.loading-dot{font-weight:300;display:inline-block;margin-left:.2em;animation:jump 1s infinite;color:var(--primary-color)}.dot1{animation-delay:0s}.dot2{animation-delay:.2s}.dot3{animation-delay:.4s}@keyframes jump{0%,to{transform:translateY(0)}20%{transform:translateY(-.5em)}40%{transform:translateY(0)}}.about-page{width:100%;height:100vh;background-color:var(--bg-color);display:flex;flex-direction:column}.about-page .top-section{width:100%;z-index:2;padding:30px;display:flex;flex-direction:column;gap:20px;border-bottom:solid 1px var(--primary-color)}.about-page .top-section .title{font-size:1.2345rem;font-family:Inter,sans-serif;color:var(--primary-color);font-weight:500}.about-page .top-section .description{font-family:Inter,sans-serif;color:var(--content-color);font-weight:400;width:80ch;line-height:1.25}.about-page .bottom-section{height:100%;width:100%;z-index:2;display:flex;flex-direction:row;gap:20px}.about-page .bottom-section .about-section{width:100%;height:100%;padding:30px;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:30px;border-right:solid 1px var(--primary-color);border-left:solid 1px var(--primary-color);z-index:2}.about-page .bottom-section .about-section .title{font-size:1.2345rem;font-family:Inter,sans-serif;color:var(--primary-color);font-weight:500}.about-page .bottom-section .about-section .item{display:flex;flex-direction:column;gap:7.2394872985px}.about-page .bottom-section .about-section .item .education-item-subtitle{font-size:.8345rem}.about-page .bottom-section .about-section .item .date{font-family:JetBrains Mono,monospace;color:var(--primary-color);font-weight:500}.about-page .bottom-section .about-section .education-item{width:100%;border-bottom:solid 1px var(--primary-color);padding-bottom:20px;gap:20.2394872985px}.about-page .bottom-section .about-section .education-item .education-item-title{max-width:55ch;line-height:1.25}.about-page .bottom-section .about-section .experience{display:flex;flex-direction:column;gap:10.2394872985px}.about-page .bottom-section .about-section .experience-item{display:flex;flex-direction:column;gap:20.2394872985px}.about-page .bottom-section .about-section .experience-item .experience-item-title{font-size:.8345rem}.about-page .bottom-section .about-section .experience-item .experience-item-date{font-family:JetBrains Mono,monospace;color:var(--primary-color);font-weight:500}.about-page .bottom-section .about-section .experience-item .experience-item-description{max-width:55ch}.about-page .bottom-section .about-section .skills-list{display:flex;flex-direction:column;gap:20.2394872985px}.about-page .dithering-effect{height:100%;width:100%;z-index:1}.about-page .about-section:first-child{border-left:none}.about-page .skills{border-right:none}.contact-page{position:relative;width:100vw;height:100vh;display:flex;align-items:center;justify-content:center}.contact-page .contact-form{position:relative;width:85%;height:60%;z-index:2;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:30px;overflow:hidden}.contact-page .contact-form .title{font-family:Inter,sans-serif;color:var(--primary-color);font-weight:300;font-size:32px}.contact-page .contact-form form{width:100%;height:100%;display:flex;flex-direction:column;align-items:flex-start;justify-content:space-between;gap:20px}.contact-page .contact-form .email-input{width:100%;height:100%;display:flex;flex-direction:column;justify-content:flex-end;gap:10px}.contact-page .contact-form .email-input label{font-family:Inter,sans-serif;font-size:13.3542433789px;color:var(--content-color);font-weight:400}.contact-page .contact-form .email-input input{position:relative;width:100%;padding:10px;border:none;border-bottom:1px solid var(--primary-color);background:transparent;font-weight:300;color:var(--content-color);display:flex;align-items:flex-end;justify-content:flex-end;font-size:100px;transition:all .3s ease;text-align:start}.contact-page .contact-form .email-input input:focus{outline:none}.contact-page .contact-form button{padding:30px 50px;background:transparent;border:solid 1px var(--primary-color);color:var(--primary-color);font-size:16px;cursor:pointer;transition:all .3s ease}.contact-page .contact-form button:hover{background-color:var(--primary-color);color:var(--secondary-color)}.contact-page .dithering-effect{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.work-item{position:relative;width:100%;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;border-bottom:1px solid var(--primary-color);z-index:1;background-color:var(--bg-color)}.work-item.open{height:100%}.work-item.closed{height:50px}.work-item-preview-header{position:relative;width:100%;height:50px;display:flex;flex-direction:row;align-items:center;justify-content:space-between;transition:all .3s ease-in-out;font-family:Inter,sans-serif;font-size:12px;border-bottom:1px solid var(--primary-color);cursor:pointer}.work-item-preview-header .content-column{position:relative;width:100%;height:100%;display:flex;flex-direction:row;align-items:center;justify-content:flex-start;padding:20px;border-right:1px solid var(--primary-color)}.work-item-preview-header .content-column:last-child{border-right:none}.work-item-preview-header .year-column{max-width:150px;min-width:150px;height:100%;display:flex;flex-direction:row;align-items:center;justify-content:flex-start;margin-right:20px;font-size:14px;font-weight:300}.work-item-preview-header .title-column{width:100%;height:100%;display:flex;flex-direction:row;align-items:center;justify-content:flex-start;border-left:1px solid var(--primary-color);font-size:14px;font-weight:300}.work-item-preview-header .header-buttons-wrapper{position:absolute;right:0;aspect-ratio:1/1;height:100%;display:flex;flex-direction:row;align-items:center;justify-content:center}.work-item-preview-header .header-buttons-wrapper .header-button{height:100%;aspect-ratio:1/1;display:flex;align-items:center;justify-content:center}.work-item-preview-header .header-buttons-wrapper .header-button svg{width:20px;aspect-ratio:1/1}.work-item-preview-header .header-buttons-wrapper .close{background-color:var(--primary-color)}.work-item-preview-header.closed{background-color:var(--primary-color);border-bottom:1px solid var(--secondary-color)}.work-item-preview-header.closed .content-column{border-right:1px solid var(--secondary-color)}.work-item-preview-header.closed .title-column{border-left:1px solid var(--secondary-color)}.work-item-preview-header.closed .tags-column{border-right:none!important}.work-item-preview-header.closed .tags-column .work-item-tags{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:10px;font-size:14px;font-weight:300}.work-item-preview-header.closed .content-column:last-child{border-right:none!important}.work-item-preview-content{position:relative;width:100%;display:flex;flex-direction:row;transition:all .3s ease-in-out;z-index:1}.work-item-preview-content .content-column{position:relative;width:100%;height:100%;padding:20px;display:flex;flex-direction:row;align-items:flex-start;justify-content:flex-start;font-family:Inter,sans-serif;font-size:12px;border-right:1px solid var(--primary-color)}.work-item-preview-content .year-column{max-width:150px;min-width:150px;height:100%;display:flex;flex-direction:row;align-items:center;justify-content:flex-start;margin-right:20px;font-size:14px;font-weight:300}.work-item-preview-content .title-column{width:100%;height:100%;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;border-left:1px solid var(--primary-color);font-size:14px;font-weight:300;gap:45px}.work-item-preview-content .title-column .work-item-tags-wrapper{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:20px;font-weight:600}.work-item-preview-content .title-column .work-item-tags-wrapper .work-item-tags{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:10px;font-family:JetBrains Mono,monospace;font-weight:400}.work-item-preview-content .title-column .work-item-tools{position:relative;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:20px;font-weight:600}.work-item-preview-content .title-column .work-item-tools .work-item-tools-list{position:relative;display:flex;flex-wrap:wrap;width:65ch;flex-direction:row;align-items:center;justify-content:flex-start;gap:10px;font-family:JetBrains Mono,monospace;font-weight:400}.work-item-preview-content .title-column .work-item-tools .work-item-tools-list span{white-space:nowrap}.work-item-preview-content .description-column{position:relative;width:100%;height:100%;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:20px;font-size:14px;font-weight:300;line-height:1.5}.work-item-preview-content .description-column .thumbvideo-wrapper{position:relative;top:0;left:0;width:100%;width:auto;max-width:600px;height:auto;max-height:500px;aspect-ratio:16/9;z-index:1}.work-item-preview-content .description-column .thumbvideo-wrapper .thumbvideo-container{position:relative!important;width:100%;height:100%;z-index:1!important}.work-item-preview-content .description-column .thumbvideo-wrapper .thumbvideo-container .dithering-effect{position:relative!important;width:100%!important;height:100%!important;display:flex!important;align-items:center!important;justify-content:center!important;z-index:1!important}.work-item-preview-content .description-column .thumbvideo-wrapper .thumbvideo-container .dithering-effect canvas{position:relative!important;aspect-ratio:16/9!important;width:100%!important;height:100%!important;z-index:1!important}.work-item-preview-content.closed{display:flex;height:0px;opacity:0}.work-item-preview-content.open{display:flex;height:calc(100vh - 250px)}.image-container-menu{position:absolute;top:0;left:-.5px;width:50px;background-color:var(--primary-color);display:flex;flex-direction:column;align-items:center;justify-content:center;transform:translate(-100%);z-index:-1;border-right:1px solid var(--secondary-color)}.image-container-menu .button{border-radius:0;width:50px;aspect-ratio:1/1;display:flex;align-items:center;justify-content:center;border-bottom:solid 1px var(--secondary-color)}.image-container-menu .button svg{width:20px!important;aspect-ratio:1/1!important}.image-container-menu .button:last-child{border-bottom:none}.work-item-preview-images-container{position:absolute;top:0;right:0;background-color:var(--primary-color);width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;gap:20px;padding:0 20px;z-index:1;transition:all .3s ease-in-out;border-bottom:1px solid var(--secondary-color)}.work-item-preview-images-container .images-container{position:relative;width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;gap:20px;overflow-y:auto;padding-top:20px;padding-bottom:20px}.work-item-preview-images-container .images-container .work-item-preview-image{position:relative;width:100%;height:auto;display:flex;flex-direction:row;align-items:center;justify-content:center}.work-item-preview-images-container .images-container .work-item-preview-image img{width:100%;height:auto}.work-item-preview-images-container .images-container .work-item-preview-image video{width:100%;height:auto}.work-item-preview-images-container.expand{width:calc(200% + 1px)}.work-item-preview-images-container.closed{transform:translate(150%)}.work-item-preview-images-container.open{transform:translate(0)}.video-wrapper-menu{position:relative;top:0;left:0;z-index:3;border-left:solid 1px var(--secondary-color);display:flex;flex-direction:row}.video-wrapper-menu button{background:var(--primary-color);border:none;border-top:solid 1px var(--secondary-color);border-right:solid 1px var(--secondary-color);color:var(--secondary-color);aspect-ratio:1/1;font-size:.7rem;height:50px;cursor:pointer;transition:color .3s ease;display:flex;align-items:center;justify-content:center}.video-wrapper-menu button:hover{color:var(--secondary-color)}.video-wrapper-menu button svg{height:20px;width:20px}.play-icon,.mute-icon,.unmute-icon,.minimized-icon{position:relative;height:100%;width:100%}.video-wrapper{position:relative;width:100%;height:100%;overflow:visible!important}.video-wrapper video{position:relative;z-index:2}.video-wrapper .video-menu-instant-trigger{position:absolute;background:transparent;top:0;left:0;width:150px;height:65px;z-index:3}.work-page{position:relative;width:100vw;height:100vh;display:flex;flex-direction:column;background-color:var(--bg-color);overflow-x:hidden;overflow-y:auto}.work-page .work-page-header{position:fixed;top:0;left:0;width:100%;height:100px;background-color:var(--bg-color);font-family:Inter,sans-serif;color:var(--primary-color);z-index:2;display:flex;flex-direction:row;align-items:center;justify-content:space-between;padding:0 2rem;box-sizing:border-box;border-bottom:1px solid var(--primary-color)}.work-page .work-page-header .work-page-title{font-size:2rem;font-weight:400;font-family:Inter,sans-serif;color:var(--primary-color)}.work-page .work-page-header .work-page-filters{display:flex;flex-direction:row;align-items:center;justify-content:space-between}.work-page .work-items-wrapper{position:relative;top:100px;width:100%;height:calc(100vh - 100px);display:flex;flex-direction:column}.work-page .work-items-wrapper .work-item:nth-child(5) .description-column .thumbvideo-wrapper{aspect-ratio:1/1;height:80%}.work-page .work-items-wrapper .work-item:last-child .description-column .thumbvideo-wrapper{aspect-ratio:3/4;width:auto;height:80%}.work-item:nth-child(4) .images-container{overflow:visible}.work-item:nth-child(5) .images-container{overflow:scroll}.work-item:nth-child(5) .images-container .work-item-preview-image{overflow:visible}.video-overlay{position:fixed;top:0;left:0;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;height:100vh;width:100vw;z-index:1000;pointer-events:none;display:flex;justify-content:center;align-items:center;padding:45px}.video-overlay.open{pointer-events:auto}.video-overlay.open .video-overlay-content{max-width:1400px}.video-overlay.open .video-overlay-content video{max-height:900px!important}.video-overlay.closed{opacity:0;pointer-events:none}.home-page-mobile{position:absolute;height:100%;width:100%;overflow:hidden;background:var(--primary-color)}.home-page-mobile .mobile-banner{position:absolute;top:0;left:0;height:65px;width:100%;background:var(--secondary-color);color:var(--secondary-color);z-index:999999999999;display:flex;align-items:center;overflow:hidden;font-weight:600;border-bottom:solid 1px var(--primary-color)}.home-page-mobile .mobile-banner .marquee-content{display:flex;align-items:center;gap:10px;animation:marquee 10s linear infinite;white-space:nowrap;margin-right:-30px}.home-page-mobile .mobile-banner .marquee-content+.marquee-content{margin-left:40px}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-100%)}}.home-page-mobile .mobile-banner .dot-separator{display:inline-block;width:5px;height:5px;border-radius:50%;background:var(--primary-color);margin:0 10px;vertical-align:middle}.home-page-mobile .mobile-banner span{white-space:nowrap;font-size:.7505967855rem;position:relative;z-index:1;color:var(--primary-color);font-family:JetBrains Mono,monospace}.menu-mobile{position:fixed;bottom:0;left:0;z-index:999999;height:25%;width:100%}.menu-mobile .menu-item{position:absolute;background:var(--primary-color);color:var(--secondary-color);border-radius:500px;padding:20px 35px}.menu-mobile .home{top:0;left:5%}.menu-mobile .work{top:10%;right:20%}.menu-mobile .about{bottom:30%;left:30%}.menu-mobile .contact{bottom:10%;right:7.5%}.work-page-mobile{position:absolute;width:100%;background:var(--primary-color)}.work-page-mobile .work-page-header{position:fixed;width:100%;display:flex;align-items:flex-start;justify-content:flex-start;background:var(--bg-color);padding:30px;border-bottom:solid 1px var(--primary-color);color:var(--primary-color);font-size:1.5rem;z-index:2}.work-page-mobile .work-items-wrapper{transform:translateY(110px);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:20px;z-index:1}.work-page-mobile .work-items-wrapper .work-item{display:flex;flex-direction:column;border-top:solid 1px var(--primary-color)}.work-page-mobile .work-items-wrapper .work-item .work-item-content{position:relative;display:flex;flex-direction:column;padding:30px;gap:20px}.work-page-mobile .work-items-wrapper .work-item .work-item-content .header{font-size:.95767868rem;color:var(--primary-color);font-weight:500}.work-page-mobile .work-items-wrapper .work-item .work-item-content .work-item-title{font-size:1.25rem;font-weight:300}.work-page-mobile .work-items-wrapper .work-item .work-item-content .work-item-year{font-family:JetBrains Mono,monospace}.work-page-mobile .work-items-wrapper .work-item .work-item-content .work-item-description{font-size:1rem;display:flex;flex-direction:column;gap:20px;line-height:1.3524534533rem;border-bottom:solid 1px var(--primary-color);padding-bottom:20px}.work-page-mobile .work-items-wrapper .work-item .work-item-content .work-item-tags{flex-wrap:wrap;gap:10px;display:flex;flex-direction:row;align-items:center;padding-bottom:20px;border-bottom:solid 1px var(--primary-color)}.work-page-mobile .work-items-wrapper .work-item .work-item-content .work-item-tags .work-item-tag{border:solid 1px var(--primary-color);padding:5px 10px;border-radius:500px;font-size:.7534985764rem}.work-page-mobile .work-items-wrapper .work-item .work-item-content .work-item-tools{display:flex;flex-wrap:wrap;align-items:center;gap:10px}.work-page-mobile .work-items-wrapper .work-item .work-item-content .work-item-tools .work-item-tech-item{border:solid 1px var(--primary-color);padding:5px 10px;border-radius:500px;font-size:.752309482rem}.work-page-mobile .work-items-wrapper .work-item .item-section{width:100%;display:flex;flex-direction:row;padding:20px;align-items:center;justify-content:space-between;background:transparent;color:var(--primary-color);border-top:solid 1px var(--primary-color);transition:.3s ease-in-out;cursor:pointer}.work-page-mobile .work-items-wrapper .work-item .item-section .item-images-container-header{width:100%;color:var(--primary-color);display:flex;align-items:center;justify-content:space-between}.work-page-mobile .work-items-wrapper .work-item .item-section svg *{stroke:var(--primary-color)!important}.work-page-mobile .work-items-wrapper .work-item .item-section:last-child{border-bottom:none}.work-page-mobile .work-items-wrapper .work-item .item-images-container{position:relative;display:flex;flex-direction:column;z-index:3}.work-page-mobile .work-items-wrapper .work-item .item-images-container .item-images-container-header{width:100%;color:var(--primary-color);display:flex;align-items:center;justify-content:space-between}.work-page-mobile .work-items-wrapper .work-item .item-images-container .images-wrapper{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:10px;overflow-x:auto;padding:0;height:0px;opacity:0}.work-page-mobile .work-items-wrapper .work-item .item-images-container .images-wrapper img{width:100%;max-width:200px;height:auto;border-radius:10px;object-fit:cover;transition:transform .3s ease-in-out}.work-page-mobile .work-items-wrapper .work-item .item-images-container .images-wrapper img:hover{transform:scale(1.05)}.work-page-mobile .work-items-wrapper .work-item .item-images-container .images-wrapper.active{height:500px;opacity:1;transition:height .3s ease-in-out,opacity .3s ease-in-out}.work-page-mobile .work-items-wrapper .work-item:first-child{border-top:none}:root{--primary-color: #fd382a;--secondary-color: #fff;--third-color: #4b5563;--content-color: #08101b;--bg-color: #eeeff1}*{margin:0;padding:0;box-sizing:border-box;color:var(--content-color);font-family:Inter,sans-serif}#root{width:100%;height:100%}#root .bg{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#000;background-image:url(/assets/bg-B3GVgyuo.jpg);z-index:1}#root .content{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;font-family:Inter,sans-serif;display:flex;flex-direction:column;align-items:center;justify-content:center;font-size:2rem;font-weight:700}p,span,div,li,a{font-family:Inter,sans-serif;font-size:13.8874359657px;font-weight:400}
