@charset "UTF-8";@import"https://fonts.googleapis.com/css2?family=Press+Start+2P&display=swap";@import"https://fonts.googleapis.com/css2?family=Play:wght@400;700&display=swap";:root{--bg-color: #064e3b;--text-color: #d6e7e2;--accent-color: #10b981}[data-theme=light]{--bg-color: #ffffff;--text-color: #13182c;--accent-color: #13182c}[data-theme=dark]{--bg-color: #181722;--text-color: #f8f9fa;--accent-color: #899bc0}[data-theme=pink]{--bg-color: #d74894;--text-color: #f8e1ed;--accent-color: #e0218a}[data-theme=blue]{--bg-color: #19223a;--text-color: #dce0e7;--accent-color: #2563eb}[data-theme=green]{--bg-color: #064e3b;--text-color: #d6e7e2;--accent-color: #10b981}[data-theme=yellow]{--bg-color: #c08328;--text-color: #f3f3f3;--accent-color: #facc15}body{background-color:var(--bg-color);color:var(--text-color);font-family:Play,Arial,Helvetica,sans-serif}a{color:var(--accent-color)}.header{background-color:var(--bg-color)}.header__link{color:var(--text-color)}.header__link:hover{color:var(--accent-color)}.header{background-color:var(--bg-color);width:100vw;font-family:"Press Start 2P",Arial,Helvetica,sans-serif}.header__container{padding:1rem;display:flex;flex-direction:row;justify-content:space-between;align-items:center}.header__logo{width:4.5rem}@media (min-width: 48rem){.header__logo{width:7rem}}.header__right{display:flex;align-items:center;gap:1rem}.header__mobile-menu-btn{display:flex;flex-direction:column;justify-content:space-between;width:30px;height:21px;background:transparent;border:none;cursor:pointer;padding:0;z-index:10}@media (min-width: 48rem){.header__mobile-menu-btn{display:none}}.header__mobile-menu-btn span{width:100%;height:3px;background-color:var(--text-color);border-radius:10px;transition:all .3s linear;position:relative;transform-origin:1px}.header__mobile-menu-btn.open span:first-child{transform:rotate(45deg)}.header__mobile-menu-btn.open span:nth-child(2){opacity:0}.header__mobile-menu-btn.open span:nth-child(3){transform:rotate(-45deg)}.header__nav{display:none;position:fixed;top:0;right:0;width:100%;height:100vh;background-color:var(--bg-color);padding:5rem 2rem 2rem;z-index:5;flex-direction:column;align-items:center;gap:2rem}.header__nav.open{display:flex}@media (min-width: 48rem){.header__nav{display:flex;position:static;width:auto;height:auto;padding:0;flex-direction:row;justify-content:flex-end;gap:1rem}}@media (min-width: 80rem){.header__nav{padding:0 5rem 0 2.5rem}}@media (min-width: 80rem){.header__nav{padding:0 5rem 0 4rem}}.header__link{cursor:pointer;color:var(--text-color);text-decoration:none;padding:.5rem;font-size:1.2rem}@media (min-width: 48rem){.header__link{font-size:1rem}}@media (min-width: 80rem){.header__link{font-size:1.2rem}}@media (min-width: 156.25rem){.header__link{font-size:2rem;padding:.5rem 3rem}}.header__link:hover{color:var(--accent-color);text-decoration:underline}.header__theme-selector{position:relative;display:inline-block;cursor:pointer}.header__theme-selected{width:2rem;height:2rem;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:transform .2s ease-in-out}.header__theme-selected img,.header__theme-selected .header__theme-circle{width:100%;height:100%;border-radius:50%}@media (min-width: 80rem){.header__theme-selected{width:2.4rem;height:2.4rem}}@media (min-width: 156.25rem){.header__theme-selected{width:4rem;height:4rem}}.header__theme-selected:hover{transform:scale(1.1)}.header__theme-dropdown{position:absolute;top:2.5rem;right:-.5rem;background-color:var(--bg-color);padding:.5rem;border-radius:.5rem;box-shadow:0 4px 6px #0000001a;display:flex;flex-direction:column;gap:.5rem;opacity:0;visibility:hidden;transition:opacity .2s ease-in-out,visibility .2s ease-in-out;z-index:10}.header__theme-selector.open .header__theme-dropdown{opacity:1;visibility:visible}.header__theme-option{width:2rem;height:2rem;cursor:pointer;transition:transform .2s ease-in-out,background-color .2s ease-in-out;border-radius:50%;display:flex;align-items:center;justify-content:center}.header__theme-option img,.header__theme-option .header__theme-circle{width:100%;height:100%;border-radius:50%}.header__theme-option:hover{transform:scale(1.1);background-color:var(--hover-color)}.footer{width:100%;text-align:center;padding:2rem 0 0;background-color:var(--bg-color);color:var(--text-color);font-size:1rem}.footer__container{display:flex;flex-direction:column;align-items:center;justify-content:center}.footer__text{margin-bottom:1rem;font-weight:700}.footer__links{display:flex;gap:1.5rem}.footer__link{display:inline-block;height:2rem;transition:transform .2s ease-in-out}.footer__link img{width:100%;height:100%;filter:brightness(2)}.footer__link:hover{transform:scale(1.2)}.about{padding-top:3rem}.about__type{padding-top:2rem}.about__description{padding:0 2rem;font-size:1rem;line-height:1.2rem;opacity:.9;filter:brightness(2);position:relative}.about__description--desktop{display:none}@media (min-width: 48rem){.about__description{font-size:1.2rem;padding:5rem;line-height:1.8rem;text-align:justify}.about__description--desktop{display:flex}.about__description--mobile{display:none}}@media (min-width: 80rem){.about__description{padding:0 10rem 10rem}}@media (min-width: 156.25rem){.about__description{font-size:2.5rem;line-height:4rem;padding:15rem}}.about__description:after{content:"|";font-weight:700;font-size:1.2rem;color:var(--text-color);display:inline-block;margin-left:5px;animation:blink .8s infinite}@keyframes blink{50%{opacity:0}}.typed-text{font-size:1.2rem;color:var(--text-color);text-align:left;padding:7rem 0 0 2rem}@media (min-width: 48rem){.typed-text{text-align:center;font-size:1.5rem}}@media (min-width: 80rem){.typed-text{font-size:2rem;padding-top:15rem}}@media (min-width: 156.25rem){.typed-text{font-size:3rem;padding-top:15rem}}.project-list{display:flex;flex-direction:column;width:100%;padding:2rem 0}.project-list__image{width:100%;height:12.5rem;object-fit:cover;border-radius:8px 8px 0 0}.project-list__image--crowd{object-fit:contain}.project-list__item{display:flex;flex-direction:column;align-items:flex-start;gap:2rem;text-decoration:none;color:var(--text-color);padding:3rem 0;position:relative;transition:transform .3s ease-in-out}@media (min-width: 80rem){.project-list__item{flex-direction:row}}.project-list__item:hover{transform:scale(1.02);background-color:transparent}.project-list__item:after{content:"";position:absolute;bottom:0;left:50%;width:100%;height:2px;background-color:#000;transform:translate(-50%)}.project-list__item--protected{background-color:#dab1da99}.project-list__image{height:9rem;object-fit:cover;border-radius:.5rem;transition:filter .3s ease-in-out;align-self:flex-start;filter:grayscale(100%)}@media (min-width: 48rem){.project-list__image{height:24rem}}@media (min-width: 80rem){.project-list__image{width:25rem;height:14rem;margin:0 2rem}}.project-list__item:hover .project-list__image{filter:grayscale(0%)}.project-list__content{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;text-align:left;flex:1}.project-list__title{font-size:1.5rem;font-weight:700;margin:0;filter:brightness(1.5)}.project-list__description{font-size:1rem;opacity:.8;line-height:1.6rem;max-width:40rem;white-space:pre-line}.tech-art__project-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;padding:2rem}.work{text-align:left}.web-project-list{display:flex;flex-direction:column;width:100%;padding:2rem 0}.web-project-list__image{width:100%;height:12.5rem;object-fit:cover;border-radius:8px 8px 0 0}.web-project-list__image--crowd{object-fit:contain}.web-project-list__item{display:flex;flex-direction:column;align-items:flex-start;gap:2rem;text-decoration:none;color:var(--text-color);padding:3rem 0;position:relative;transition:transform .3s ease-in-out}@media (min-width: 80rem){.web-project-list__item{flex-direction:row}}.web-project-list__item:hover{transform:scale(1.02);background-color:transparent}.web-project-list__item:after{content:"";position:absolute;bottom:0;left:50%;width:100%;height:2px;background-color:#000;transform:translate(-50%)}.web-project-list__item--protected{background-color:#dab1da99}.web-project-list__software{padding-top:.3rem;margin:0}.web-project-list__links{width:100%;display:flex;justify-content:flex-start;gap:1.5rem;margin-top:.3rem}.web-project-list__link{display:flex;align-items:center;text-decoration:none;color:#899bc0;font-weight:300;font-size:1rem}.web-project-list__link--link:hover{border-bottom:2px solid #f8f9fa;color:#f8f9fa}.web-project-list__redirect{width:1.5rem;height:1.5rem}.web-project-list__image{height:9rem;object-fit:cover;border-radius:.5rem;transition:filter .3s ease-in-out;align-self:flex-start;filter:grayscale(100%)}@media (min-width: 48rem){.web-project-list__image{height:24rem}}@media (min-width: 80rem){.web-project-list__image{width:25rem;height:14rem;margin:0 2rem}}.web-project-list__item:hover .web-project-list__image{filter:grayscale(0%)}.web-project-list__content{display:flex;flex-direction:column;justify-content:flex-start;flex:1;align-items:flex-start;text-align:left}.web-project-list__title{font-size:1.5rem;font-weight:700;margin:0;filter:brightness(1.5);width:fit-content;display:flex;flex-direction:column;align-items:flex-start;flex-wrap:wrap}.web-project-list__description{font-size:1rem;opacity:.8;line-height:1.6rem;max-width:40rem;white-space:pre-line}.tech-art__welcome{margin-bottom:2rem;text-align:center}.tech-art__title{margin-bottom:1rem}.tech-art__password-form{margin:2rem 0;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:1rem}.tech-art__input{padding:.5rem;border:1px solid #ccc;border-radius:4px;margin-right:1rem}.tech-art__button{padding:.5rem 1rem;border:none;border-radius:4px;cursor:pointer;transition:background-color .3s;background-color:#007bff;color:#fff}.tech-art__button:hover{background-color:#0056b3}.tech-art__error{color:red;margin-top:1rem}.tech-art__contact{margin-top:2rem;display:flex;align-items:center;justify-content:center;gap:1rem}.tech-art__icon{width:24px;height:24px;transition:transform .3s}.tech-art__icon:hover{transform:scale(1.1)}.tech-art__web-project-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;padding:2rem}.tech-art__project-item{text-decoration:none;color:inherit;border-radius:4px;overflow:hidden;transition:transform .3s;box-shadow:0 2px 4px #0000001a}.tech-art__project-item:hover{transform:translateY(-4px)}.tech-art__project-image{width:100%;height:200px;object-fit:cover}.tech-art__project-content{padding:1rem}.tech-art__project-title{margin-bottom:.5rem}.tech-art__project-software{color:#666;margin-bottom:.5rem}.tech-art__project-description{font-size:.9rem;line-height:1.4}.grid{width:100%}.work{text-align:center}.work__resume{border-radius:.3rem;padding:.75rem 1rem;background-color:#181722;color:#899bc0;border:1px solid #899bc0}.work__resume:hover{color:#f8f9fa;border:1px solid #f8f9fa}.error{color:red}.password-form{display:flex;flex-direction:column;gap:1rem;margin:1rem 0;max-width:300px}.password-form .password-input-container{position:relative;width:100%}.password-form .password-input-container input{width:100%;padding:.5rem;border:1px solid #ccc;border-radius:8px;font-size:1rem}.password-form .password-input-container .password-toggle{position:absolute;right:10px;top:50%;transform:translateY(-50%);background:none;border:none;cursor:pointer;padding:0;color:#666}.password-form button[type=submit]{width:100%;padding:.5rem;background-color:transparent;color:#dab1da;border:2px solid #dab1da;border-radius:8px;cursor:pointer;font-size:1rem;transition:background-color .3s ease}.password-form button[type=submit]:hover{background-color:#444}.success{color:#dab1da;margin-top:.5rem;font-weight:700}.contact-text{display:flex;align-items:center;gap:.5rem;margin:1rem 0}.contact-icons{display:flex;align-items:center;gap:.5rem}.contact-link{display:inline-flex;align-items:center}.contact-icon{width:20px;height:20px;object-fit:contain}.video-container{margin:2rem 0;width:100%;max-width:800px}.portfolio-video{width:100%;height:auto;border-radius:8px;box-shadow:0 4px 6px #0000001a}.work{display:flex;flex-direction:column;align-items:center;padding:2rem}.work__video-container{position:relative;width:100%;padding-top:56.25%;overflow:hidden}.work__video{position:absolute;top:0;left:0;width:100%;height:100%;border:none;display:block}.work__title{font-size:2rem;margin-bottom:2rem}.work__threejs-container{width:100%;height:600px;position:relative;overflow:hidden;margin-bottom:3rem}.threejs-container{width:100%;height:100%}.tech-art-project{max-width:100rem;margin:0 auto;padding:2rem}.tech-art-project__header{display:flex;align-items:flex-end;gap:1rem;margin-bottom:2rem}.tech-art-project__title{font-size:2.5rem;margin-bottom:0}.tech-art-project__description{font-size:1.1rem;line-height:1.6;margin-bottom:2rem}.tech-art-project__features{margin-bottom:2rem;line-height:2rem}.tech-art-project__features ul{list-style-type:none;margin-left:0;padding:0}.tech-art-project__features li{position:relative;padding-left:1.5rem;margin-bottom:1rem;font-size:1.1rem;line-height:1.5}.tech-art-project__features li:before{content:"•";position:absolute;left:0}.tech-art-project__back-link{display:inline-block;margin-top:2rem;padding:.5rem rem;text-decoration:none;border:1px solid #666;border-radius:4px;transition:all .3s ease}.tech-art-project__back-link:hover{background-color:#666}.tech-art-project__github-link{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;text-decoration:none;border:1px solid #10b981;border-radius:4px;transition:all .3s ease;font-size:1rem}.tech-art-project__github-link:hover{background-color:#10b981;color:#fff}.tech-art-project__redirect-icon{width:16px;height:16px}.tech-art-project__video-container{margin:2rem auto;text-align:center;max-width:800px;width:100%}.tech-art-project__video{width:100%;aspect-ratio:16/9;object-fit:cover;border:1px solid #d6e7e2;border-radius:8px;box-shadow:0 2px 4px #0000001a}.tech-art-project__video--soundless{border:10px solid green}.tech-art-project__video-caption{margin-top:.5rem;font-size:.9rem;color:#666;font-style:italic}.tech-art-project__bullet-points{line-height:2rem;padding-right:20rem}.tech-art-project__image-container{margin:2rem auto;text-align:center;max-width:800px;width:100%}.tech-art-project__image-container--rotated{max-width:500px;margin:2rem auto}.tech-art-project__image{max-width:100%;height:auto;border-radius:8px;box-shadow:0 2px 4px #0000001a}.tech-art-project__image--rotated{transform:rotate(90deg);max-width:400px;margin:2rem auto}
