@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css);.header{background:var(--header-bg);border-bottom:.125rem solid var(--accent-yellow);box-shadow:0 .5rem 1.5rem #00000080;padding:1rem 2%;position:fixed;transition:transform .3s ease,box-shadow .3s ease;z-index:1000}.header,.header:before{left:0;top:0;width:100%}.header:before{background:radial-gradient(circle at 20% 20%,var(--radial-gradient-color) 0,#0000 60%);content:"";height:100%;opacity:.6;position:absolute;z-index:0}.header:hover{box-shadow:0 .75rem 2rem var(--hover-shadow);transform:translateY(-.125rem)}.header .header-content{align-items:center;display:flex;gap:2%;margin:0 auto;position:relative;width:95%;z-index:1}.header .header-content .logo-name{align-items:center;display:flex;flex:0 0 auto}.header .header-content .logo-name .logo{border:.125rem solid var(--accent-yellow);border-radius:.75rem;box-shadow:0 .25rem .75rem #0006;height:3rem;margin-right:1rem;transition:transform .3s ease,box-shadow .3s ease;width:3rem}.header .header-content .logo-name .logo:hover{box-shadow:0 .375rem 1rem var(--hover-shadow);transform:scale(1.05)}.header .header-content .logo-name .name{color:var(--text-color);font-size:1.5rem;font-weight:700;letter-spacing:.03em;text-shadow:0 .125rem .25rem #0000004d}.header .header-content .burger-menu{background:none;border:none;cursor:pointer;display:none;flex-direction:column;height:1.25rem;justify-content:space-between;width:1.875rem;z-index:2}.header .header-content .burger-menu span{background:var(--accent-yellow);height:.1875rem;transition:all .3s ease;width:100%}.header .header-content .burger-menu.open span:first-child{transform:translateY(.53125rem) rotate(45deg)}.header .header-content .burger-menu.open span:nth-child(2){opacity:0}.header .header-content .burger-menu.open span:nth-child(3){transform:translateY(-.53125rem) rotate(-45deg)}.header .header-content .nav-links{align-items:center;display:flex;flex:1 1;flex-wrap:nowrap;gap:1%;justify-content:flex-end;margin-left:auto}.header .header-content .nav-links .nav-link{background:linear-gradient(90deg,var(--card-bg) 0,var(--card-bg) 100%);border-radius:.625rem;box-shadow:0 .125rem .375rem #0006;color:var(--text-color)!important;cursor:pointer;font-size:1rem;font-weight:600;letter-spacing:.03em;margin:0 .5%;padding:.625rem .75rem;position:relative;text-decoration:none;text-transform:uppercase;transition:background .3s ease,transform .2s ease,box-shadow .3s ease,color .3s ease;white-space:nowrap}.header .header-content .nav-links .nav-link:hover{background:linear-gradient(90deg,var(--accent-yellow) 0,var(--accent-yellow) 100%);box-shadow:0 .25rem .75rem var(--hover-shadow);color:var(--text-color)!important;transform:scale(1.05)}.header .header-content .nav-links .nav-link:after{background:var(--accent-yellow);bottom:-.25rem;content:"";display:block;height:.125rem;left:0;position:absolute;transition:width .3s ease;width:0}.header .header-content .nav-links .nav-link:hover:after{width:100%}.header .header-content .nav-links .documents-link{align-items:center;display:flex;padding:.625rem .75rem}.header .header-content .nav-links .documents-link .nav-link-text{background:none;box-shadow:none;margin:0;padding:0}.header .header-content .nav-links .documents-link .nav-link-text:hover{background:none;box-shadow:none}.header .header-content .nav-links .documents-link .nav-link-text:after{bottom:-.75rem}.header .header-content .nav-links .documents-link .lock-icon{height:1.125rem;margin-left:.5rem;width:1.125rem}.header .header-content .nav-links .auth-button{background:linear-gradient(90deg,var(--button-bg-classic) 0,var(--button-bg-classic) 100%);border:.125rem solid var(--accent-yellow);color:var(--text-color)}[data-theme=classic] .header .header-content .nav-links .auth-button{background:var(--button-bg-classic);color:#fff}.header .header-content .nav-links .auth-button:hover{background:linear-gradient(90deg,var(--accent-yellow) 0,var(--accent-yellow) 100%);color:var(--background-color)}.header .header-content .nav-links .theme-toggle{background:linear-gradient(90deg,var(--button-bg-classic) 0,var(--button-bg-classic) 100%);border:.125rem solid var(--accent-yellow);color:var(--text-color);cursor:pointer;font-family:var(--body-font)}[data-theme=classic] .header .header-content .nav-links .theme-toggle{background:var(--button-bg-classic);color:#fff}.header .header-content .nav-links .theme-toggle:hover{background:linear-gradient(90deg,var(--accent-yellow) 0,var(--accent-yellow) 100%);color:var(--background-color)}.header .header-content .login-form{background:var(--card-bg);border-radius:.5rem;box-shadow:0 .625rem 1.25rem #00000080;padding:1.25rem;position:absolute;right:0;top:100%;width:18.75rem;z-index:1000}.header .header-content .login-form h2{color:var(--accent-blue);font-family:var(--heading-font);font-size:1.5rem;margin-bottom:1rem}.header .header-content .login-form .error-message{color:var(--hover-red);font-size:.9rem;margin-bottom:1rem}.header .header-content .login-form input{background:var(--background-color);border:.125rem solid var(--accent-blue);border-radius:.5rem;color:var(--text-color);font-family:var(--body-font);margin:.5rem 0;padding:.625rem;width:100%}.header .header-content .login-form input:focus{border-color:var(--accent-yellow);outline:none}.header .header-content .login-form button{background:var(--button-bg-classic);border:.125rem solid var(--accent-yellow);border-radius:.5rem;color:var(--text-color);cursor:pointer;font-family:var(--body-font);font-size:1rem;font-weight:600;margin:.5rem 0;padding:.625rem;transition:background .3s ease,transform .2s ease,box-shadow .3s ease;width:100%}[data-theme=classic] .header .header-content .login-form button{background:var(--button-bg-classic);color:#fff}.header .header-content .login-form button:hover{background:var(--accent-yellow);box-shadow:0 .25rem .75rem var(--hover-shadow);color:var(--background-color);transform:scale(1.05)}.header .header-content .login-form button:disabled{cursor:not-allowed;opacity:.6}@media screen and (max-width:1200px){.header{padding:.75rem 1.5%}.header .header-content{flex-direction:row;gap:1%;position:relative}.header .header-content .logo-name .logo{height:2.5rem;margin-right:.75rem;width:2.5rem}.header .header-content .logo-name .name{font-size:1.3rem}.header .header-content .burger-menu{display:flex;margin-left:auto}.header .header-content .nav-links{align-items:center;background:var(--header-bg);border-bottom:.125rem solid var(--accent-yellow);box-shadow:0 .5rem 1.5rem #00000080;display:none;flex-direction:column;left:0;padding:1.25rem;position:absolute;right:0;top:100%;z-index:1}.header .header-content .nav-links.open{display:flex}.header .header-content .nav-links .nav-link{border-radius:.5rem;font-size:1rem;margin:.625rem 0;min-height:3rem;padding:.75rem 1.25rem;text-align:center;width:100%}.header .header-content .nav-links .documents-link{justify-content:center;padding:.75rem 1.25rem;width:100%}.header .header-content .nav-links .documents-link .nav-link-text{display:inline-block}.header .header-content .nav-links .documents-link .lock-icon{height:1.125rem;margin-left:.375rem;width:1.125rem}.header .header-content .nav-links .auth-button,.header .header-content .nav-links .theme-toggle{text-align:center;width:100%}.header .header-content .login-form{left:50%;max-width:18.75rem;transform:translateX(-50%);width:100%}}@media screen and (max-width:768px){.header{padding:.75rem 1.5%}.header .header-content .logo-name .logo{height:2.375rem;margin-right:.625rem;width:2.375rem}.header .header-content .logo-name .name{font-size:1.2rem}.header .header-content .nav-links{padding:1rem}.header .header-content .nav-links .nav-link{font-size:.95rem;min-height:3rem;padding:.625rem 1.125rem}.header .header-content .nav-links .documents-link{padding:.625rem 1.125rem}.header .header-content .nav-links .documents-link .lock-icon{height:1rem;width:1rem}}@media screen and (max-width:480px){.header{padding:.625rem 1.25%}.header .header-content{gap:.5%}.header .header-content .logo-name .logo{height:2.25rem;margin-right:.5rem;width:2.25rem}.header .header-content .logo-name .name{font-size:1.1rem}.header .header-content .burger-menu{height:1rem;width:1.5rem}.header .header-content .burger-menu span{height:.125rem}.header .header-content .burger-menu.open span:first-child{transform:translateY(.4375rem) rotate(45deg)}.header .header-content .burger-menu.open span:nth-child(3){transform:translateY(-.4375rem) rotate(-45deg)}.header .header-content .nav-links{padding:.75rem}.header .header-content .nav-links .nav-link{font-size:.9rem;min-height:3rem;padding:.625rem 1.25rem}.header .header-content .nav-links .documents-link{padding:.625rem 1.25rem}.header .header-content .nav-links .documents-link .lock-icon{height:.875rem;margin-left:.25rem;width:.875rem}}@media screen and (max-width:360px){.header{padding:.5rem 1%}.header .header-content .logo-name .logo{height:2rem;width:2rem}.header .header-content .logo-name .name{font-size:1rem}.header .header-content .burger-menu{height:.875rem;width:1.25rem}.header .header-content .burger-menu span{height:.125rem}.header .header-content .nav-links{padding:.625rem}.header .header-content .nav-links .nav-link{font-size:.9rem;min-height:3rem;padding:.625rem 1.25rem}.header .header-content .nav-links .login-form{max-width:17.5rem;padding:.9375rem}}.footer{background:linear-gradient(135deg,var(--header-bg) 0,var(--header-bg) 100%);border-top:2px solid var(--accent-yellow);box-shadow:0 -10px 28px #0009;color:var(--text-color);font-size:1rem;overflow:hidden;padding:20px 50px;position:relative;text-align:center}.footer:before{background:radial-gradient(circle at 20% 20%,var(--radial-gradient-color) 0,#0000 60%);content:"";height:100%;left:0;opacity:.7;position:absolute;top:0;width:100%;z-index:0}.footer .footer-content{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;gap:16px;justify-content:center;position:relative;z-index:1}.footer .footer-content .link{background:linear-gradient(90deg,var(--card-bg) 0,var(--card-bg) 100%);border:2px solid var(--accent-yellow);border-radius:12px;box-shadow:0 2px 6px #0006;color:var(--text-color);cursor:pointer;font-family:var(--body-font);font-weight:600;padding:8px 12px;text-decoration:none;transition:background .3s ease,transform .2s ease,box-shadow .3s ease}.footer .footer-content .link:hover{background:linear-gradient(90deg,var(--accent-yellow) 0,var(--accent-yellow) 100%);box-shadow:0 4px 12px var(--hover-shadow);transform:scale(1.05)}.footer .footer-content .privacy-policy{background:linear-gradient(90deg,var(--card-bg) 0,var(--card-bg) 100%);border:2px solid var(--accent-yellow);border-radius:12px;box-shadow:0 2px 6px #0006;color:var(--text-color);cursor:pointer;font-family:var(--body-font);font-weight:600;padding:8px 12px;transition:background .3s ease,transform .2s ease,box-shadow .3s ease}.footer .footer-content .privacy-policy:hover{background:linear-gradient(90deg,var(--accent-yellow) 0,var(--accent-yellow) 100%);box-shadow:0 4px 12px var(--hover-shadow);transform:scale(1.05)}.footer .popup{align-items:center;background:#000000b3;bottom:0;display:flex;justify-content:center;left:0;overflow-y:auto;padding:20px;position:fixed;right:0;top:0;z-index:10000}.footer .popup .popup-content{animation:slideIn .8s ease forwards;background:linear-gradient(135deg,var(--card-bg) 0,var(--card-bg) 100%);border:2px solid var(--accent-yellow);border-radius:24px;box-shadow:0 10px 28px #0009;color:var(--text-color);max-height:80vh;max-width:90%;overflow-y:auto;padding:30px;position:relative;transform:translateX(50px);width:600px}@keyframes slideIn{to{transform:translateX(0)}}.footer .popup .popup-content:before{background:radial-gradient(circle at 20% 20%,var(--radial-gradient-color) 0,#0000 60%);content:"";height:100%;left:0;opacity:.7;position:absolute;top:0;width:100%;z-index:-1}.footer .popup .popup-content h2{color:var(--text-color);font-family:var(--heading-font);font-size:1.8rem;font-weight:700;margin-bottom:1rem;text-align:center}.footer .popup .popup-content h3{color:var(--text-color);font-family:var(--heading-font);font-size:1.4rem;margin-bottom:.8rem}.footer .popup .popup-content p{color:var(--light-gray);font-family:var(--body-font);font-size:1.1rem;hyphens:auto;-webkit-hyphens:auto;-ms-hyphens:auto;margin-bottom:1.5rem;text-align:justify;word-break:break-word}.footer .popup .popup-content .close{background:linear-gradient(90deg,var(--accent-blue) 0,var(--accent-blue) 100%);border:2px solid var(--accent-yellow);border-radius:8px;color:var(--text-color);cursor:pointer;font-family:var(--body-font);font-size:.9rem;font-weight:600;padding:5px 10px;position:absolute;right:10px;top:10px;transition:background .3s ease,transform .2s ease}[data-theme=classic] .footer .popup .popup-content .close{color:var(--light-gray)}.footer .popup .popup-content .close:hover{background:linear-gradient(90deg,var(--accent-yellow) 0,var(--accent-yellow) 100%);transform:scale(1.05)}@media screen and (max-width:768px){.footer{padding:16px 20px}.footer .footer-content{flex-direction:row;flex-wrap:wrap;font-size:.9rem;gap:12px}.footer .footer-content .link,.footer .footer-content .privacy-policy{font-size:.9rem;padding:6px 10px}.footer .popup{padding:15px}.footer .popup .popup-content{max-height:75vh;max-width:90%;padding:20px;width:500px}.footer .popup .popup-content h2{font-size:1.5rem}.footer .popup .popup-content h3{font-size:1.2rem}.footer .popup .popup-content p{font-size:1rem;hyphens:auto;-webkit-hyphens:auto;-ms-hyphens:auto;word-break:break-word}.footer .popup .popup-content .close{font-size:.8rem;padding:4px 8px}}@media screen and (max-width:480px){.footer{padding:12px 16px}.footer .footer-content{flex-direction:row;flex-wrap:wrap;font-size:.85rem;gap:8px}.footer .footer-content .link,.footer .footer-content .privacy-policy{font-size:.85rem;padding:5px 8px}.footer .popup{padding:10px}.footer .popup .popup-content{max-height:70vh;max-width:95%;padding:15px;width:400px}.footer .popup .popup-content h2{font-size:1.3rem;margin-bottom:.8rem}.footer .popup .popup-content h3{font-size:1.1rem}.footer .popup .popup-content p{font-size:.9rem;hyphens:auto;-webkit-hyphens:auto;-ms-hyphens:auto;margin-bottom:1rem;word-break:break-word}.footer .popup .popup-content .close{font-size:.7rem;padding:3px 6px;right:8px;top:8px}}.home{align-items:center;background:var(--background-color);display:flex;justify-content:center;margin:0 auto;min-height:100vh;overflow:hidden;padding:1%;position:relative;text-align:center;width:98%}.home:before{background:radial-gradient(circle at 20% 20%,var(--radial-gradient-color) 0,#0000 60%);content:"";height:100%;left:0;opacity:.7;position:absolute;top:0;width:100%;z-index:0}.home .home-content{align-items:center;background:linear-gradient(135deg,var(--card-bg) 0,var(--card-bg) 100%);border-radius:1.5rem;box-shadow:0 .625rem 1.75rem #0009;display:flex;gap:2.5rem;justify-content:center;margin:0 auto;max-width:1000px;padding:5%;position:relative;transition:transform .3s ease;width:75%;z-index:1}.home .home-content:hover{box-shadow:0 .875rem 2.25rem #000000b3;transform:translateY(-.3125rem)}.home .home-content .info{flex:1 1;text-align:left}.home .home-content .info h1{color:var(--text-color);font-family:var(--heading-font);font-size:3rem;font-weight:700;letter-spacing:.03em;margin-bottom:1rem;text-shadow:0 .125rem .25rem #0000004d;text-transform:uppercase}.home .home-content .info p{color:var(--light-gray);font-family:var(--body-font);font-size:1.4rem;line-height:1.6;margin-bottom:.8rem}.home .home-content .profile-pic{flex:0 0 auto}.home .home-content .profile-pic img{border:.125rem solid var(--accent-yellow);border-radius:.75rem;box-shadow:0 .375rem 1rem #00000080;height:auto;max-width:25vw;max-width:300px;min-width:100px;transition:transform .3s ease}.home .home-content .profile-pic img:hover{box-shadow:0 .5rem 1.25rem var(--hover-shadow);transform:scale(1.05)}@media screen and (max-width:768px){.home{padding:.5%}.home .home-content{animation:slideIn .8s ease forwards;flex-direction:column;gap:1.25rem;padding:5%;transform:translateX(3.125rem)}@keyframes slideIn{to{transform:translateX(0)}}.home .home-content .info{text-align:center}.home .home-content .info h1{font-size:2.5rem}.home .home-content .info p{font-size:1.2rem}}@media screen and (max-width:480px){.home{padding:.5%}.home .home-content{gap:1rem;padding:5%}.home .home-content .info h1{font-size:2rem}.home .home-content .info p{font-size:1rem;margin-bottom:.6rem}}@media screen and (max-width:360px){.home{padding:.5%}.home .home-content{gap:.75rem;padding:5%}.home .home-content .info h1{font-size:1.8rem}.home .home-content .info p{font-size:.9rem}}.about-me{background:var(--background-color);margin:0 auto;padding:1%;text-align:center;width:98%}.about-me h2{border-bottom:.125rem solid var(--accent-yellow);color:var(--text-color);font-family:var(--heading-font);font-size:2.5rem;font-weight:700;letter-spacing:.03em;margin-bottom:1.5rem;padding-bottom:.5rem;text-shadow:0 .125rem .25rem #0000004d;text-transform:uppercase}.about-me .about-content{background:linear-gradient(135deg,var(--card-bg) 0,var(--card-bg) 100%);border-radius:1.5rem;box-shadow:0 .625rem 1.75rem #0009;display:flex;flex-direction:column;gap:1.25rem;margin:0 auto;max-width:1000px;overflow:hidden;padding:5%;position:relative;transition:transform .3s ease,box-shadow .3s ease;width:75%}.about-me .about-content:before{background:radial-gradient(circle at 20% 20%,var(--radial-gradient-color) 0,#0000 60%);content:"";height:100%;left:0;opacity:.7;position:absolute;top:0;width:100%;z-index:0}.about-me .about-content:hover{box-shadow:0 .875rem 2.25rem var(--hover-shadow);transform:translateY(-.3125rem)}.about-me .about-content p{color:var(--text-color);font-family:var(--body-font);font-size:1.4rem;hyphens:auto;-webkit-hyphens:auto;-ms-hyphens:auto;line-height:1.6;margin:0;position:relative;text-align:center;word-break:break-word;z-index:1}.about-me .about-content .about-img{display:flex;justify-content:center;position:relative;z-index:1}.about-me .about-content .about-img img{border:.125rem solid var(--accent-yellow);border-radius:.75rem;box-shadow:0 .375rem 1rem #00000080;height:auto;max-width:300px;min-width:150px;transition:transform .3s ease;width:30%}.about-me .about-content .about-img img:hover{box-shadow:0 .5rem 1.25rem var(--hover-shadow);transform:scale(1.05)}.about-me .about-content .skills-box{background:linear-gradient(135deg,var(--card-bg) 0,var(--card-bg) 100%);border-radius:1.5rem;box-shadow:0 .625rem 1.75rem #0009;padding:2%;position:relative;transition:transform .3s ease;z-index:1}.about-me .about-content .skills-box:hover{transform:translateY(-.3125rem)}.about-me .about-content .skills-box h3{color:var(--text-color);font-family:var(--heading-font);font-size:1.8rem;letter-spacing:.03em;margin-bottom:1.5rem;position:relative;text-shadow:0 .125rem .25rem #0000004d;text-transform:uppercase;z-index:1}.about-me .about-content .skills-box .skill-bar{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}.about-me .about-content .skills-box .skill-bar .skill-name{color:var(--text-color);font-family:var(--body-font);font-size:1.2rem;font-weight:600;overflow-wrap:break-word;position:relative;text-align:left;width:200px;z-index:1}.about-me .about-content .skills-box .skill-bar .skill-bar-container{background:var(--transparent-dark);border-radius:.75rem;flex-grow:1;height:1.25rem;max-width:600px;overflow:hidden;position:relative;width:100%;z-index:1}.about-me .about-content .skills-box .skill-bar .skill-bar-container .skill-bar-filled{background:linear-gradient(90deg,var(--accent-yellow) 0,var(--accent-yellow) 100%);border-radius:.75rem;height:100%;position:relative;transition:width 1s ease}.about-me .about-content .skills-box .skill-bar .skill-bar-container .skill-bar-filled .skill-level{color:var(--text-color);font-family:var(--body-font);font-size:.9rem;font-weight:600;position:absolute;right:.625rem;text-shadow:0 .0625rem .125rem #0000004d;top:50%;transform:translateY(-50%)}.about-me .about-content .expand-button{background:linear-gradient(90deg,var(--accent-blue) 0,var(--accent-blue) 100%);border:none;border-radius:12px;box-shadow:0 4px 12px #0006;color:var(--text-color);cursor:pointer;font-family:var(--body-font);font-size:1.2rem;font-weight:600;letter-spacing:.03em;padding:16px;position:relative;text-transform:uppercase;transition:background .3s ease,transform .2s ease,box-shadow .3s ease;z-index:1}[data-theme=classic] .about-me .about-content .expand-button{color:var(--light-gray)}.about-me .about-content .expand-button:hover{background:linear-gradient(90deg,var(--accent-yellow) 0,var(--accent-yellow) 100%);box-shadow:0 6px 16px var(--hover-shadow);transform:scale(1.05)}.about-me .about-content .additional-info{overflow:hidden;position:relative;text-align:left;z-index:1}.about-me .about-content .additional-info h3,.about-me .about-content .additional-info h4{color:var(--text-color);font-family:var(--heading-font);font-size:1.6rem;letter-spacing:.03em;margin-bottom:1rem;text-shadow:0 .125rem .25rem #0000004d;text-transform:uppercase}.about-me .about-content .additional-info h4{font-size:1.4rem;margin-top:1.5rem}.about-me .about-content .additional-info p{color:var(--text-color);font-family:var(--body-font);font-size:1.2rem;hyphens:auto;-webkit-hyphens:auto;-ms-hyphens:auto;line-height:1.6;margin-bottom:1rem;text-align:justify;word-break:break-word}@media screen and (max-width:768px){.about-me{padding:.5%}.about-me h2{font-size:2rem;margin-bottom:1.25rem}.about-me .about-content{box-shadow:0 .5rem 1.25rem #00000080;padding:5%;width:85%}.about-me .about-content p{font-size:1.2rem;hyphens:auto;-webkit-hyphens:auto;-ms-hyphens:auto;word-break:break-word}.about-me .about-content .about-img img{max-width:250px;min-width:120px;width:25%}.about-me .about-content .skills-box{padding:1.5%}.about-me .about-content .skills-box h3{font-size:1.5rem}.about-me .about-content .skills-box .skill-bar{gap:.4rem}.about-me .about-content .skills-box .skill-bar .skill-name{font-size:1rem;width:150px}.about-me .about-content .skills-box .skill-bar .skill-bar-container{height:1rem;max-width:400px}.about-me .about-content .skills-box .skill-bar .skill-bar-container .skill-bar-filled .skill-level{font-size:.8rem}.about-me .about-content .expand-button{font-size:1.1rem;padding:12px}.about-me .about-content .additional-info h3,.about-me .about-content .additional-info h4{font-size:1.4rem}.about-me .about-content .additional-info h4{font-size:1.2rem}.about-me .about-content .additional-info p{font-size:1rem;hyphens:auto;-webkit-hyphens:auto;-ms-hyphens:auto;word-break:break-word}}@media screen and (max-width:480px){.about-me{padding:.5%}.about-me h2{font-size:1.8rem;margin-bottom:1rem}.about-me .about-content{padding:5%;width:90%}.about-me .about-content p{font-size:1rem;hyphens:auto;-webkit-hyphens:auto;-ms-hyphens:auto;word-break:break-word}.about-me .about-content .about-img img{max-width:200px;min-width:100px;width:20%}.about-me .about-content .skills-box{padding:1%}.about-me .about-content .skills-box h3{font-size:1.3rem}.about-me .about-content .skills-box .skill-bar{gap:.3rem}.about-me .about-content .skills-box .skill-bar .skill-name{font-size:.9rem;width:120px}.about-me .about-content .skills-box .skill-bar .skill-bar-container{height:.875rem;max-width:300px}.about-me .about-content .skills-box .skill-bar .skill-bar-container .skill-bar-filled .skill-level{font-size:.7rem;right:.3125rem}.about-me .about-content .expand-button{font-size:1rem;padding:10px}.about-me .about-content .additional-info h3,.about-me .about-content .additional-info h4{font-size:1.2rem}.about-me .about-content .additional-info h4{font-size:1.1rem}.about-me .about-content .additional-info p{font-size:.9rem;hyphens:auto;-webkit-hyphens:auto;-ms-hyphens:auto;word-break:break-word}}@media screen and (max-width:360px){.about-me{padding:.5%}.about-me h2{font-size:1.6rem;margin-bottom:.625rem}.about-me .about-content{padding:5%;width:95%}.about-me .about-content p{font-size:.9rem;hyphens:auto;-webkit-hyphens:auto;-ms-hyphens:auto;word-break:break-word}.about-me .about-content .about-img img{max-width:150px;min-width:80px;width:15%}.about-me .about-content .skills-box{padding:.625%}.about-me .about-content .skills-box h3{font-size:1.2rem}.about-me .about-content .skills-box .skill-bar{gap:.2rem}.about-me .about-content .skills-box .skill-bar .skill-name{font-size:.85rem;width:100px}.about-me .about-content .skills-box .skill-bar .skill-bar-container{height:.75rem;max-width:250px}.about-me .about-content .skills-box .skill-bar .skill-bar-container .skill-bar-filled .skill-level{font-size:.65rem;right:.1875rem}.about-me .about-content .expand-button{font-size:.9rem;padding:8px}.about-me .about-content .additional-info h3,.about-me .about-content .additional-info h4{font-size:1.1rem}.about-me .about-content .additional-info h4{font-size:1rem}.about-me .about-content .additional-info p{font-size:.8rem;hyphens:auto;-webkit-hyphens:auto;-ms-hyphens:auto;word-break:break-word}}.education{background:var(--background-color);margin:0 auto;padding:1%;text-align:center;width:98%}.education h2{border-bottom:.125rem solid var(--accent-yellow);color:var(--text-color);font-family:var(--heading-font);font-size:2.5rem;font-weight:700;letter-spacing:.03em;margin-bottom:1.5rem;padding-bottom:.5rem;text-shadow:0 .125rem .25rem #0000004d;text-transform:uppercase}.education .timeline{margin:0 auto;position:relative;width:98%}.education .timeline:after{background:linear-gradient(180deg,var(--accent-yellow) 0,var(--light-gray) 100%);border-radius:.25rem;content:"";height:100%;left:50%;position:absolute;top:0;transform:translateX(-50%);width:.5rem;z-index:0}.education .timeline .timeline-point{background:var(--accent-yellow);border:.1875rem solid var(--card-bg);border-radius:50%;height:1.875rem;position:absolute;transform:translate(-50%,-50%);transition:transform .3s ease;width:1.875rem;z-index:2}.education .timeline .timeline-point:hover{transform:translate(-50%,-50%) scale(1.2)}.education .timeline .timeline-item{display:flex;flex-direction:column;margin-bottom:3.75rem;padding:2% 3%;position:relative;width:46%}.education .timeline .timeline-item.right{left:54%}.education .timeline .timeline-item.right .timeline-content{align-items:center;margin-left:2.5rem}.education .timeline .timeline-item.left .timeline-content{align-items:center;margin-right:2.5rem}.education .timeline .timeline-item.single-img.left .timeline-content,.education .timeline .timeline-item.single-img.right .timeline-content{margin-left:2.5rem;margin-right:2.5rem}.education .timeline .timeline-item.double-img{width:54%}.education .timeline .timeline-item.double-img.left .timeline-content{align-items:center;margin-right:2.5rem}.education .timeline .timeline-item.double-img.right{left:54%}.education .timeline .timeline-item.double-img.right .timeline-content{align-items:center;margin-left:2.5rem}.education .timeline .timeline-item .timeline-content{background:linear-gradient(135deg,var(--card-bg) 0,var(--card-bg) 100%);border:.125rem solid var(--accent-yellow);border-radius:1.5rem;box-shadow:0 .625rem 1.75rem #0009;display:flex;flex-direction:column;gap:1.25rem;justify-content:center;overflow:hidden;padding:3% 2% 2%;position:relative;transition:transform .3s ease,box-shadow .3s ease}.education .timeline .timeline-item .timeline-content:hover{box-shadow:0 .875rem 2.25rem var(--hover-shadow);transform:translateY(-.3125rem)}.education .timeline .timeline-item .timeline-content h3{color:var(--text-color);font-family:var(--heading-font);font-size:2rem;font-weight:700;margin:0;text-align:center;text-shadow:0 .125rem .25rem #0000004d;text-transform:uppercase}.education .timeline .timeline-item .timeline-content .school-img{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;gap:1rem;justify-content:center;width:100%}.education .timeline .timeline-item .timeline-content .school-img img{border:.125rem solid var(--accent-yellow);border-radius:.75rem;box-shadow:0 .375rem 1rem #00000080;max-height:21.875rem;max-width:90%;min-width:100px;object-fit:cover;transition:transform .3s ease;width:auto}.education .timeline .timeline-item .timeline-content .school-img img:hover{box-shadow:0 .5rem 1.25rem var(--hover-shadow);transform:scale(1.05)}.education .timeline .timeline-item .timeline-content .school-img.double-img img{max-width:48%}.education .timeline .timeline-item .timeline-content .school-img.single-img img{max-width:90%}.education .timeline .timeline-item .timeline-content .school-years{color:var(--text-color);font-family:var(--heading-font);font-size:2rem;font-weight:700;margin:.625rem 0;text-align:center;text-shadow:0 .125rem .25rem #0000004d;text-transform:uppercase}.education .timeline .timeline-item .timeline-content .school-link{background:linear-gradient(90deg,var(--card-bg) 0,var(--card-bg) 100%);border:.125rem solid var(--accent-yellow);border-radius:.75rem;box-shadow:0 .125rem .375rem #0006;color:var(--text-color);display:block;font-family:var(--body-font);font-size:1.4rem;margin-top:.625rem;padding:.625rem 1rem;text-align:center;text-decoration:none;transition:background .3s ease,transform .2s ease,box-shadow .3s ease}.education .timeline .timeline-item .timeline-content .school-link:hover{background:linear-gradient(90deg,var(--accent-yellow) 0,var(--accent-yellow) 100%);box-shadow:0 .25rem .75rem var(--hover-shadow);transform:scale(1.05)}.education .img-with-link{align-items:center;display:flex;flex-direction:column}.education .img-with-link .school-link{background:linear-gradient(90deg,var(--card-bg) 0,var(--card-bg) 100%);border:.125rem solid var(--accent-yellow);border-radius:.75rem;box-shadow:0 .125rem .375rem #0006;color:var(--text-color);font-family:var(--body-font);font-size:1.4rem;margin-top:.625rem;padding:.625rem 1rem;text-align:center;transition:background .3s ease,transform .2s ease,box-shadow .3s ease}.education .img-with-link .school-link:hover{background:linear-gradient(90deg,var(--accent-yellow) 0,var(--accent-yellow) 100%);box-shadow:0 .25rem .75rem var(--hover-shadow);transform:scale(1.05)}@media screen and (max-width:768px){.education{padding:.5%}.education h2{font-size:2rem}.education .timeline{width:100%}.education .timeline:after{left:1.25rem;width:.375rem}.education .timeline .timeline-item{margin-bottom:2.5rem;padding-left:3.75rem;text-align:left!important}.education .timeline .timeline-item,.education .timeline .timeline-item.double-img,.education .timeline .timeline-item.left,.education .timeline .timeline-item.right{left:0!important;right:auto!important;width:100%!important}.education .timeline .timeline-item.double-img .timeline-content,.education .timeline .timeline-item.left .timeline-content,.education .timeline .timeline-item.right .timeline-content{align-items:center;box-shadow:0 .5rem 1.25rem #00000080;margin:0!important;padding:1.5%}.education .timeline .timeline-item.double-img .timeline-content .school-link,.education .timeline .timeline-item.double-img .timeline-content .school-years,.education .timeline .timeline-item.double-img .timeline-content h3,.education .timeline .timeline-item.left .timeline-content .school-link,.education .timeline .timeline-item.left .timeline-content .school-years,.education .timeline .timeline-item.left .timeline-content h3,.education .timeline .timeline-item.right .timeline-content .school-link,.education .timeline .timeline-item.right .timeline-content .school-years,.education .timeline .timeline-item.right .timeline-content h3{text-align:center}.education .timeline .timeline-item .timeline-point{left:1.25rem}.education .timeline .timeline-item .school-img{flex-direction:column;gap:.75rem}.education .timeline .timeline-item .school-img img{max-height:15.625rem;max-width:100%}.education .timeline .timeline-item .school-img.double-img img,.education .timeline .timeline-item .school-img.single-img img{max-width:100%}.education .img-with-link .school-link{text-align:center}}@media screen and (max-width:480px){.education{padding:.5%}.education h2{font-size:1.8rem;margin-bottom:1rem}.education .timeline:after{left:.9375rem;width:.3125rem}.education .timeline .timeline-item{margin-bottom:1.875rem;padding-left:2.8125rem}.education .timeline .timeline-item .timeline-content{align-items:center;padding:1%}.education .timeline .timeline-item .timeline-content .school-link,.education .timeline .timeline-item .timeline-content .school-years,.education .timeline .timeline-item .timeline-content h3{text-align:center}.education .timeline .timeline-item .timeline-content .school-img{gap:.625rem}.education .timeline .timeline-item .timeline-content .school-img img{max-height:12.5rem}.education .timeline .timeline-point{height:1.5rem;left:.9375rem;width:1.5rem}.education .img-with-link .school-link{text-align:center}}@media screen and (max-width:360px){.education{padding:.5%}.education h2{font-size:1.6rem;margin-bottom:.625rem}.education .timeline:after{left:.625rem;width:.25rem}.education .timeline .timeline-item{margin-bottom:1.5625rem;padding-left:1.875rem}.education .timeline .timeline-item .timeline-content{align-items:center;padding:.625%}.education .timeline .timeline-item .timeline-content .school-link,.education .timeline .timeline-item .timeline-content .school-years,.education .timeline .timeline-item .timeline-content h3{text-align:center}.education .timeline .timeline-item .timeline-content .school-img{gap:.5rem}.education .timeline .timeline-item .timeline-content .school-img img{max-height:9.375rem}.education .timeline .timeline-point{height:1.25rem;left:.625rem;width:1.25rem}.education .img-with-link .school-link{text-align:center}}.projects-section{background:var(--background-color);margin:0 auto;padding:1%;text-align:center;width:98%}.projects-section h2{border-bottom:.125rem solid var(--accent-yellow);color:var(--text-color);font-family:var(--heading-font);font-size:2.5rem;font-weight:700;letter-spacing:.03em;margin-bottom:1.5rem;padding-bottom:.5rem;text-shadow:0 .125rem .25rem #0000004d;text-transform:uppercase}.projects-section .marquee{margin:0 auto;overflow:hidden;width:98%}.projects-section .marquee .marquee-inner{animation:marquee 65s linear infinite;display:flex;gap:1.25rem;width:-webkit-max-content;width:max-content}@keyframes marquee{0%{transform:translateX(0)}to{transform:translateX(-50%)}}.projects-section .project-card{background:linear-gradient(135deg,var(--card-bg) 0,var(--card-bg) 100%);border-radius:1.5rem;box-shadow:0 .625rem 1.75rem #0009;max-width:90%;overflow:hidden;padding:1%;position:relative;transition:transform .3s ease,box-shadow .3s ease;width:30%}.projects-section .project-card:before{background:radial-gradient(circle at 20% 20%,var(--radial-gradient-color) 0,#0000 60%);content:"";height:100%;left:0;opacity:.7;position:absolute;top:0;width:100%;z-index:0}.projects-section .project-card:hover{box-shadow:0 1rem 2.5rem var(--hover-shadow);transform:translateY(-.625rem)}.projects-section .project-card:hover .project-image-container{border:.25rem solid var(--accent-yellow);box-shadow:0 0 .75rem var(--hover-shadow)}.projects-section .project-card:hover h3{color:var(--accent-yellow);text-shadow:0 .125rem .375rem var(--hover-shadow)}.projects-section .project-card .project-image-container{aspect-ratio:1/1;border:.125rem solid var(--accent-yellow);border-radius:.75rem;margin:0 auto;max-height:15.625rem;max-width:80%;overflow:hidden;position:relative;width:auto;z-index:1}.projects-section .project-card .project-image-container img{border-radius:.75rem;height:100%;object-fit:contain;transition:transform .3s ease;width:100%}.projects-section .project-card .project-image-container img:hover{transform:scale(1.05)}.projects-section .project-card h3{font-family:var(--heading-font);font-size:1.3rem;-webkit-hyphens:auto;hyphens:auto;letter-spacing:.03em;margin:.5rem 0;text-shadow:0 .125rem .25rem #0000004d;text-transform:uppercase;transition:color .3s ease,text-shadow .3s ease;word-break:break-word}.projects-section .project-card h3,.projects-section .project-card p{color:var(--text-color);position:relative;text-align:center;z-index:1}.projects-section .project-card p{font-family:var(--body-font);font-size:1rem;line-height:1.4;margin:.5rem 0 0}.projects-section .view-all-btn{background:linear-gradient(90deg,var(--card-bg) 0,var(--card-bg) 100%);border:.125rem solid var(--accent-yellow);border-radius:.75rem;color:var(--text-color);display:inline-block;font-family:var(--body-font);font-weight:600;margin-top:1.25rem;padding:.625rem 1.25rem;text-decoration:none;transition:background .3s ease,transform .2s ease,box-shadow .3s ease}.projects-section .view-all-btn:hover{background:linear-gradient(90deg,var(--accent-yellow) 0,var(--accent-yellow) 100%);box-shadow:0 .25rem .75rem var(--hover-shadow);transform:scale(1.05)}@media screen and (max-width:768px){.projects-section{padding:.5%}.projects-section h2{font-size:2rem;margin-bottom:1.25rem}.projects-section .marquee{overflow:hidden}.projects-section .marquee-inner{animation:marquee 65s linear infinite;display:flex;flex-wrap:nowrap;gap:1%;justify-content:flex-start}.projects-section .project-card{max-width:90%;padding:.8%;width:25%}.projects-section .project-card:hover{box-shadow:0 .75rem 2rem var(--hover-shadow);transform:translateY(-.5rem)}.projects-section .project-card:hover .project-image-container{border:.1875rem solid var(--accent-yellow);box-shadow:0 0 .625rem var(--hover-shadow)}.projects-section .project-card:hover h3{color:var(--accent-yellow);text-shadow:0 .125rem .25rem var(--hover-shadow)}.projects-section .project-card .project-image-container{aspect-ratio:1/1;border:.125rem solid var(--accent-yellow);margin:0 auto;max-height:12.5rem;max-width:70%}.projects-section .project-card .project-image-container img{max-height:100%;max-width:100%;object-fit:contain}.projects-section .project-card h3{font-size:1.1rem}.projects-section .project-card p{font-size:.9rem}.projects-section .view-all-btn{font-size:.9rem;min-height:3rem;padding:.5rem 1rem}}@media screen and (max-width:360px){.projects-section{padding:.5%}.projects-section h2{font-size:1.8rem}.projects-section .project-card{padding:.6%;width:90%}.projects-section .project-card .project-image-container{max-height:9.375rem;max-width:60%}.projects-section .project-card h3{font-size:1rem}.projects-section .project-card p{font-size:.85rem}.projects-section .view-all-btn{font-size:.85rem;min-height:3rem;padding:.5rem 1rem}}.documents-section{align-items:center;background:var(--background-color);color:var(--text-color);display:flex;flex-direction:column;margin-bottom:0;padding:5px 20px;text-align:center}.documents-section h2{font-family:var(--heading-font);font-size:2.5rem;font-weight:700;letter-spacing:.03em;margin-bottom:.3rem;text-shadow:0 2px 4px #0000004d;text-transform:uppercase}.documents-section p{color:var(--light-gray);font-family:var(--body-font);font-size:1.1rem;margin-bottom:.2rem}.documents-section .doc-button{background:linear-gradient(90deg,var(--accent-blue) 0,var(--accent-blue) 100%);border:2px solid var(--accent-yellow);border-radius:12px;box-shadow:0 6px 16px #00000080;color:var(--text-color);cursor:pointer;font-family:var(--body-font);font-size:1.2rem;font-weight:600;padding:12px 24px;text-decoration:none;text-transform:uppercase;transition:background .3s ease,transform .2s ease,box-shadow .3s ease}[data-theme=classic] .documents-section .doc-button{color:var(--light-gray)}.documents-section .doc-button:hover{background:linear-gradient(90deg,var(--accent-yellow) 0,var(--accent-yellow) 100%);box-shadow:0 8px 20px var(--hover-shadow);transform:scale(1.05)}.documents-section .login-form{background:var(--card-bg);border-radius:16px;box-shadow:0 10px 20px #00000080;margin:30px auto;max-width:600px;padding:40px;text-align:center;width:100%}.documents-section .login-form h2{color:var(--accent-blue);font-family:var(--heading-font);font-size:1.8rem;margin-bottom:1.2rem}.documents-section .login-form .error-message{color:var(--hover-red);font-family:var(--body-font);font-size:1rem;margin-bottom:1.2rem}.documents-section .login-form input{background:var(--background-color);border:2px solid var(--accent-blue);border-radius:8px;color:var(--text-color);font-family:var(--body-font);font-size:1.1rem;margin:10px 0;padding:12px;width:100%}.documents-section .login-form input:focus{border-color:var(--accent-yellow);outline:none}.documents-section .login-form button{background:var(--accent-blue);border:2px solid var(--accent-yellow);border-radius:8px;color:var(--text-color);cursor:pointer;font-family:var(--body-font);font-size:1.1rem;font-weight:600;margin:10px 0;padding:12px;transition:.3s;width:100%}[data-theme=classic] .documents-section .login-form button{color:var(--light-gray)}.documents-section .login-form button:hover{background:var(--accent-yellow);color:var(--background-color)}.documents-section .login-form button:disabled{cursor:not-allowed;opacity:.6}@media screen and (max-width:1024px){.documents-section{animation:slideIn .8s ease forwards;margin-bottom:0;padding:4px 16px;transform:translateX(50px)}@keyframes slideIn{to{transform:translateX(0)}}.documents-section h2{font-size:2rem}.documents-section p{font-size:1rem}.documents-section .doc-button{box-shadow:0 4px 12px #0006;font-size:1.1rem;padding:10px 20px}.documents-section .login-form{max-width:500px;padding:30px}.documents-section .login-form h2{font-size:1.6rem}.documents-section .login-form .error-message{font-size:.9rem}.documents-section .login-form button,.documents-section .login-form input{font-size:1rem;padding:10px}}@media screen and (max-width:768px){.documents-section{padding:4px 16px}.documents-section h2{font-size:1.8rem}.documents-section p{font-size:.95rem}.documents-section .doc-button{font-size:1rem;padding:8px 18px}.documents-section .login-form{max-width:400px;padding:25px}.documents-section .login-form h2{font-size:1.4rem}.documents-section .login-form .error-message{font-size:.85rem}.documents-section .login-form button,.documents-section .login-form input{font-size:.9rem;padding:8px}}@media screen and (max-width:480px){.documents-section{margin-bottom:0;padding:3px 12px}.documents-section h2{font-size:1.6rem;margin-bottom:.2rem}.documents-section p{font-size:.9rem;margin-bottom:.1rem}.documents-section .doc-button{box-shadow:0 3px 8px #0006;font-size:.9rem;padding:8px 16px}.documents-section .login-form{max-width:320px;padding:20px}.documents-section .login-form h2{font-size:1.3rem}.documents-section .login-form .error-message{font-size:.8rem}.documents-section .login-form button,.documents-section .login-form input{font-size:.85rem;padding:8px}}.login-form,.protected-section{align-items:center;background:var(--card-bg);border-radius:16px;box-shadow:0 10px 20px #00000080;display:flex;flex-direction:column;justify-content:center;margin:50px auto;max-width:600px;padding:40px 20px;text-align:center}.login-form h2,.protected-section h2{color:var(--accent-blue);font-family:var(--heading-font);font-size:1.8rem;margin-bottom:1.2rem}.login-form p,.protected-section p{color:var(--text-color);font-family:var(--body-font);font-size:1.1rem;margin-bottom:1.5rem}.login-form input,.protected-section input{background:var(--background-color);border:2px solid var(--accent-blue);border-radius:8px;color:var(--text-color);font-family:var(--body-font);font-size:1.1rem;margin:10px 0;padding:12px;width:100%}.login-form input:focus,.protected-section input:focus{border-color:var(--accent-yellow);outline:none}.login-form button,.protected-section button{background:var(--accent-blue);border:2px solid var(--accent-yellow);border-radius:8px;color:var(--text-color);cursor:pointer;font-family:var(--body-font);font-size:1.1rem;font-weight:600;margin:10px 0;padding:12px;transition:.3s;width:100%}.login-form button:hover,.protected-section button:hover{background:var(--accent-yellow);color:var(--background-color);transform:translateY(-2px)}.login-form button:disabled,.protected-section button:disabled{cursor:not-allowed;opacity:.6}[data-theme=classic] .login-form button,[data-theme=classic] .protected-section button{background:var(--button-bg-classic);color:#fff}.login-form .logout-button,.protected-section .logout-button{background:var(--accent-blue);border:2px solid var(--accent-yellow);border-radius:8px;color:var(--text-color);cursor:pointer;font-family:var(--body-font);font-size:1rem;font-weight:600;margin:16px 0;max-width:200px;padding:10px;transition:.3s;width:100%}.login-form .logout-button:hover,.protected-section .logout-button:hover{background:var(--accent-yellow);color:var(--background-color)}[data-theme=classic] .login-form .logout-button,[data-theme=classic] .protected-section .logout-button{background:var(--button-bg-classic);color:#fff}.login-form .download-button,.login-form .open-button,.protected-section .download-button,.protected-section .open-button{align-items:center;background:var(--accent-blue);border:2px solid var(--accent-yellow);border-radius:8px;box-sizing:border-box;color:var(--text-color);cursor:pointer;display:inline-flex;font-family:var(--body-font);font-size:.95rem;font-weight:600;height:40px;justify-content:center;margin:0;padding:0 14px;text-align:center;text-decoration:none;transition:background .3s ease,transform .2s ease}.login-form .download-button:hover,.login-form .open-button:hover,.protected-section .download-button:hover,.protected-section .open-button:hover{background:var(--accent-yellow);color:var(--background-color);transform:translateY(-2px)}[data-theme=classic] .login-form .download-button,[data-theme=classic] .login-form .open-button,[data-theme=classic] .protected-section .download-button,[data-theme=classic] .protected-section .open-button{background:var(--button-bg-classic);color:#fff}.login-form .download-all-button,.protected-section .download-all-button{background:var(--accent-blue);border:2px solid var(--accent-yellow);border-radius:8px;color:var(--text-color);cursor:pointer;font-family:var(--body-font);font-size:1.1rem;font-weight:600;margin:20px 0;padding:12px;transition:background .3s ease,transform .2s ease;width:300px}.login-form .download-all-button:hover,.protected-section .download-all-button:hover{background:var(--accent-yellow);color:var(--background-color);transform:translateY(-2px)}[data-theme=classic] .login-form .download-all-button,[data-theme=classic] .protected-section .download-all-button{background:var(--button-bg-classic);color:#e0d7c0}.login-form .docs-section,.protected-section .docs-section{margin-top:2rem;text-align:left;width:100%}.login-form .docs-section h3,.protected-section .docs-section h3{border-bottom:2px solid var(--accent-yellow);color:var(--accent-blue);font-family:var(--heading-font);font-size:1.4rem;margin-bottom:1rem;padding-bottom:.4rem}.login-form .docs-section ul,.protected-section .docs-section ul{list-style:none;padding:0}.login-form .docs-section ul li,.protected-section .docs-section ul li{align-items:center;display:flex;justify-content:space-between;margin:.6rem 0}.login-form .docs-section ul li .doc-name,.protected-section .docs-section ul li .doc-name{color:var(--text-color);flex:1 1;font-family:var(--body-font);font-size:1rem}.login-form .docs-section ul li .doc-buttons,.protected-section .docs-section ul li .doc-buttons{display:flex;gap:10px}@media screen and (max-width:768px){.login-form,.protected-section{max-width:500px;padding:30px 16px}.login-form h2,.protected-section h2{font-size:1.6rem}.login-form p,.protected-section p{font-size:1rem}.login-form button,.login-form input,.protected-section button,.protected-section input{font-size:1rem;padding:10px}.login-form .logout-button,.protected-section .logout-button{font-size:.9rem;padding:8px}.login-form .download-button,.login-form .open-button,.protected-section .download-button,.protected-section .open-button{font-size:.85rem;padding:8px;width:100px}.login-form .download-all-button,.protected-section .download-all-button{font-size:1rem;padding:10px;width:250px}}@media screen and (max-width:480px){.login-form,.protected-section{max-width:320px;padding:20px 12px}.login-form h2,.protected-section h2{font-size:1.4rem}.login-form p,.protected-section p{font-size:.9rem}.login-form button,.login-form input,.protected-section button,.protected-section input{font-size:.9rem;padding:8px}.login-form .logout-button,.protected-section .logout-button{font-size:.85rem;padding:8px}.login-form .download-button,.login-form .open-button,.protected-section .download-button,.protected-section .open-button{font-size:.8rem;padding:6px;width:90px}.login-form .download-all-button,.protected-section .download-all-button{font-size:.9rem;padding:8px;width:200px}}.contact{background:var(--background-color);padding:0 20px 60px;text-align:center}.contact .contact-card{background:linear-gradient(135deg,var(--card-bg) 0,var(--card-bg) 100%);border:2px solid var(--accent-yellow);border-radius:24px;box-shadow:0 8px 24px #00000080;margin:0 auto;max-width:640px;overflow:hidden;padding:1.5rem;position:relative;transition:transform .3s ease,box-shadow .3s ease}.contact .contact-card:before{background:radial-gradient(circle at 20% 20%,var(--radial-gradient-color) 0,#0000 60%);content:"";height:100%;left:0;opacity:.6;position:absolute;top:0;width:100%;z-index:0}.contact .contact-card:hover{box-shadow:0 12px 32px var(--hover-shadow);transform:translateY(-5px)}.contact .contact-card .contact-content{position:relative;z-index:1}.contact .contact-card .contact-content h2{color:var(--text-color);font-family:var(--heading-font);font-size:2.5rem;font-weight:700;letter-spacing:.03em;margin-bottom:.5rem;text-shadow:0 2px 4px #0000004d;text-transform:uppercase}.contact .contact-card .contact-content form{display:flex;flex-direction:column;gap:28px}.contact .contact-card .contact-content form input,.contact .contact-card .contact-content form textarea{background:linear-gradient(145deg,var(--card-bg) 0,var(--card-bg) 100%);border:none;border-radius:12px;box-shadow:inset 0 2px 6px #0006;color:var(--text-color);font-family:var(--body-font);font-size:1.1rem;padding:16px 20px;transition:border .3s ease,box-shadow .3s ease,transform .2s ease}.contact .contact-card .contact-content form input::placeholder,.contact .contact-card .contact-content form textarea::placeholder{color:var(--light-gray);font-style:italic;opacity:.7;transition:opacity .3s ease}.contact .contact-card .contact-content form input:hover,.contact .contact-card .contact-content form textarea:hover{border:2px solid var(--accent-yellow);box-shadow:0 0 12px var(--hover-shadow);transform:translateY(-2px)}.contact .contact-card .contact-content form input:focus,.contact .contact-card .contact-content form textarea:focus{border:2px solid var(--accent-yellow);box-shadow:0 0 12px var(--hover-shadow);outline:none;transform:translateY(-2px)}.contact .contact-card .contact-content form input:focus::placeholder,.contact .contact-card .contact-content form textarea:focus::placeholder{opacity:.3}.contact .contact-card .contact-content form textarea{font-size:.9rem;max-height:300px;min-height:160px;overflow:auto;padding:10px 12px;resize:vertical}.contact .contact-card .contact-content form button{background:linear-gradient(90deg,var(--accent-blue) 0,var(--accent-blue) 100%);border:none;border-radius:12px;box-shadow:0 4px 12px #0006;color:var(--text-color);cursor:pointer;font-family:var(--body-font);font-size:1.2rem;font-weight:600;letter-spacing:.03em;padding:16px;text-transform:uppercase;transition:background .3s ease,transform .2s ease,box-shadow .3s ease}[data-theme=classic] .contact .contact-card .contact-content form button{color:var(--light-gray)}.contact .contact-card .contact-content form button:hover{background:linear-gradient(90deg,var(--accent-yellow) 0,var(--accent-yellow) 100%);box-shadow:0 6px 16px var(--hover-shadow);transform:scale(1.05)}.contact .contact-card .contact-content form button.btn-success{background:linear-gradient(90deg,#28a745,#38c172);color:#fff}.contact .contact-card .contact-content form button.btn-error{background:linear-gradient(90deg,#dc3545,#e4606d);color:#fff}.contact .socials{display:flex;flex-wrap:wrap;gap:28px;justify-content:center;margin-top:3rem}.contact .socials a{align-items:center;border:1px solid #0000;border-radius:10px;color:var(--accent-blue);display:flex;font-family:var(--body-font);font-size:1.2rem;font-weight:500;gap:8px;padding:10px 20px;text-decoration:none;transition:color .3s ease,background .3s ease,transform .2s ease,border .3s ease}.contact .socials a i{font-size:1.3rem}.contact .socials a:hover{background:var(--accent-yellow);border:1px solid var(--accent-yellow);box-shadow:0 4px 12px var(--hover-shadow);color:var(--text-color);transform:translateY(-3px)}@media screen and (max-width:768px){.contact{padding:0 20px 40px}.contact .contact-card{padding:1rem}.contact .contact-card .contact-content h2{font-size:2rem}.contact .contact-card .contact-content form{gap:20px}.contact .contact-card .contact-content form input,.contact .contact-card .contact-content form textarea{font-size:1rem;padding:12px 16px}.contact .contact-card .contact-content form button{font-size:1.1rem;padding:12px}.contact .socials{gap:20px}.contact .socials a{font-size:1rem;padding:8px 16px}.contact .socials a i{font-size:1.1rem}}@media screen and (max-width:480px){.contact{padding:0 12px 30px}.contact .contact-card{padding:.8rem}.contact .contact-card .contact-content h2{font-size:1.8rem}.contact .contact-card .contact-content form{gap:16px}.contact .contact-card .contact-content form input,.contact .contact-card .contact-content form textarea{font-size:.9rem;padding:10px 12px}.contact .contact-card .contact-content form button{font-size:1rem;padding:10px}.contact .socials{flex-wrap:wrap;gap:16px}.contact .socials a{font-size:.9rem;padding:6px 12px}.contact .socials a i{font-size:1rem}}.all-projects-page{background:var(--background-color);min-height:100vh;padding:2rem}.all-projects-page h1{color:var(--text-color);font-family:var(--heading-font);font-size:2rem;font-weight:600;margin-bottom:2rem}.all-projects-page .filter-bar{margin-bottom:2rem}.all-projects-page .filter-bar select{background:var(--card-bg);border:2px solid var(--accent-yellow);border-radius:8px;color:var(--text-color);font-family:var(--body-font);font-size:1rem;padding:.5rem 1rem;transition:box-shadow .3s ease}.all-projects-page .filter-bar select:focus,.all-projects-page .filter-bar select:hover{box-shadow:0 0 8px var(--hover-shadow)}.all-projects-page .projects-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(4,1fr)}.all-projects-page .projects-grid .project-card{background:var(--card-bg);border:2px solid var(--accent-yellow);border-radius:10px;box-shadow:0 2px 6px #0000004d;display:flex;flex-direction:column;justify-content:space-between;padding:1rem;transition:transform .3s ease,box-shadow .3s ease}.all-projects-page .projects-grid .project-card:hover{box-shadow:0 6px 16px var(--hover-shadow);transform:translateY(-5px)}.all-projects-page .projects-grid .project-card img{border:1px solid var(--accent-yellow);border-radius:8px;margin-bottom:.8rem;width:100%}.all-projects-page .projects-grid .project-card h3{color:var(--text-color);font-family:var(--heading-font);font-size:1.2rem;font-weight:600;margin-bottom:.5rem}.all-projects-page .projects-grid .project-card .languages{color:var(--light-gray);font-family:var(--body-font);font-size:.9rem;margin-bottom:.5rem}.all-projects-page .projects-grid .project-card .description{color:var(--light-gray);flex-grow:1;font-family:var(--body-font);font-size:.95rem;margin-bottom:1rem}.all-projects-page .projects-grid .project-card .github-link{align-self:flex-start;background:var(--button-bg-classic);border:2px solid var(--accent-yellow);border-radius:8px;color:var(--text-color);display:inline-block;font-family:var(--body-font);font-size:.85rem;padding:.4rem .8rem;text-decoration:none;transition:background .3s ease,transform .2s ease,box-shadow .3s ease}[data-theme=classic] .all-projects-page .projects-grid .project-card .github-link{background:var(--button-bg-classic);color:#fff}.all-projects-page .projects-grid .project-card .github-link:hover{background:var(--accent-yellow);box-shadow:0 4px 12px var(--hover-shadow);color:var(--background-color);transform:translateY(-2px)}@media screen and (max-width:1200px){.all-projects-page .projects-grid{grid-template-columns:repeat(3,1fr)}}@media screen and (max-width:900px){.all-projects-page .projects-grid{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:600px){.all-projects-page .projects-grid{grid-template-columns:1fr}}@media screen and (max-width:480px){.all-projects-page{padding:1rem}.all-projects-page h1{font-size:1.5rem;margin-bottom:1.5rem}.all-projects-page .filter-bar select{font-size:.9rem;padding:.4rem .8rem}.all-projects-page .projects-grid{gap:1rem}.all-projects-page .projects-grid .project-card{padding:.8rem}.all-projects-page .projects-grid .project-card img{margin-bottom:.6rem}.all-projects-page .projects-grid .project-card h3{font-size:1rem}.all-projects-page .projects-grid .project-card .languages{font-size:.8rem}.all-projects-page .projects-grid .project-card .description{font-size:.85rem}.all-projects-page .projects-grid .project-card .github-link{font-size:.8rem;padding:.3rem .6rem}}:root[data-theme=modern]{--background-color:#111;--text-color:#fff;--accent-yellow:#0071e3;--accent-blue:#7fb3fa;--card-bg:#181818;--card-bg-darkened:#121212;--accent-blue-lightened:#a3c7ff;--header-bg:#19191ee6;--header-bg-darkened:#141418e6;--secondary-gray:#666;--light-gray:#ccc;--transparent-dark:#ffffff14;--hover-red:#ff6f61;--body-font:"Inter",-apple-system,BlinkMacSystemFont,"Roboto",sans-serif;--heading-font:"Inter",-apple-system,BlinkMacSystemFont,"Roboto",sans-serif;--radial-gradient-color:#0071e34d;--hover-shadow:#0071e399;--button-bg-classic:#7fb3fa;--accent-blue-hover:#a3c7ff}:root[data-theme=classic]{--background-color:beige;--text-color:#2f1b0a;--accent-yellow:#8b4513;--accent-blue:#3c2f2f;--card-bg:#ede4cd;--card-bg-darkened:#e0d7c0;--accent-blue-lightened:#4a3b3b;--header-bg:#f5f5dcf2;--header-bg-darkened:#ebebd2f2;--secondary-gray:#4a3728;--light-gray:#8b7e66;--transparent-dark:#2f1b0a1a;--hover-red:sienna;--body-font:"Arial",sans-serif;--heading-font:"Georgia",serif;--radial-gradient-color:#8b45134d;--hover-shadow:#8b451399;--button-bg-classic:#66493c;--accent-blue-hover:#4a3727}#root,.App,body,html{background:var(--background-color);color:var(--text-color);display:flex;flex-direction:column;font-family:var(--body-font);font-size:16px;line-height:1.5;margin:0;min-height:100vh;padding:0;position:relative}main{flex:1 1;margin:0 auto;padding-top:7.5rem;width:98%}a{color:var(--accent-blue);text-decoration:none;transition:color .3s ease,transform .2s ease}h1,h2,h3,h4{color:var(--text-color);font-family:var(--heading-font);font-weight:600}nav{display:flex;gap:1.25rem;justify-content:center}nav a{border-radius:.5rem;font-weight:600;padding:.75rem 1rem;transition:background-color .3s ease,color .3s ease,transform .2s ease}nav a,nav a:hover{color:var(--text-color)}nav a:hover{background-color:var(--accent-blue);transform:translateY(-.125rem)}.section{margin-bottom:3rem;margin-left:auto;margin-right:auto;min-height:80vh;padding:1%;width:98%}.contact.section,.documents-section.section{margin-bottom:2rem;min-height:auto;padding-top:1rem}#documents.section{margin-bottom:0!important;min-height:auto!important;padding-bottom:0!important}#contact.section{min-height:auto!important;padding-top:0!important}#contact .contact.section,#contact.contact.section{margin-top:0!important;padding-top:0!important}#documents.section+#contact.section{margin-top:6.25rem;padding-top:0}.theme-overlay{height:100%;left:0;opacity:0;pointer-events:none;position:fixed;top:0;transition:opacity .5s ease;width:100%;z-index:1000}.theme-overlay.theme-classic{background-position:50%;background-repeat:no-repeat;background-size:cover;opacity:.3}.theme-overlay.theme-modern{opacity:0}@media screen and (max-width:360px){main{padding-top:5rem}.section{margin-bottom:1.25rem;padding:.5%}}*{box-sizing:border-box;margin:0;padding:0}
/*# sourceMappingURL=main.4927eb62.css.map*/