.switch{font-size:17px;position:relative;display:inline-block;width:4em;height:2.2em;border-radius:30px;box-shadow:0 0 10px #0000001a}.switch input{opacity:0;width:0;height:0}.slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#2a2a2a;transition:.4s;border-radius:30px;overflow:hidden}.slider:before{position:absolute;content:"";height:1.2em;width:1.2em;border-radius:20px;left:.5em;bottom:.5em;transition:.4s;transition-timing-function:cubic-bezier(.81,-.04,.38,1.5);box-shadow:inset 8px -4px #fff}.switch input:checked+.slider{background-color:#00a6ff}.switch input:checked+.slider:before{transform:translate(1.8em);box-shadow:inset 15px -4px 0 15px #ffcf48}.star{background-color:#fff;border-radius:50%;position:absolute;width:5px;transition:all .4s;height:5px}.star_1{left:2.5em;top:.5em}.star_2{left:2.2em;top:1.2em}.star_3{left:3em;top:.9em}.switch input:not(:checked)~.slider .star{opacity:1}.switch input:checked~.slider .star{opacity:0}.cloud{width:3.5em;position:absolute;bottom:-1.4em;left:-1.1em;opacity:0;transition:all .4s}.switch input:checked~.slider .cloud{opacity:1}.switch input:not(:checked)~.slider .cloud{opacity:0}.header{display:flex;justify-content:space-between;align-items:center;padding:20px 40px;background-color:#fff;position:relative}[data-theme=dark] .header{background-color:#1a1a1a}.header-left{display:flex;align-items:center;gap:12px;text-decoration:none;color:inherit}.logo-circle{width:20px;height:20px;border-radius:50%;background-color:orange}.header-name{display:flex;flex-direction:column;gap:2px}.name{font-weight:700;font-size:18px;color:#000;transition:color .3s}[data-theme=dark] .name{color:#e0e0e0}.title{font-size:14px;color:#666;font-weight:400}.header-center{position:absolute;left:50%;transform:translate(-50%)}.header-nav{display:flex;align-items:center;gap:8px}.nav-link-wrapper{position:relative}.nav-link{color:#000;text-decoration:none;font-size:16px;transition:color .3s;display:inline-block;position:relative}[data-theme=dark] .nav-link{color:#e0e0e0}.nav-link:hover{opacity:1}.nav-link .nav-underline{position:absolute;bottom:-4px;left:0;width:0;height:2px;background-color:orange;transition:width .4s cubic-bezier(.25,.46,.45,.94)}.nav-link-wrapper:hover .nav-underline,.nav-link.active .nav-underline{width:100%}a[href="/about"] .nav-underline{background-color:orange}a[href="/projects"] .nav-underline{background-color:#d32f2f}a[href="/skills"] .nav-underline{background-color:#9333ea}a[href="/contact"] .nav-underline{background-color:#4dd0e1}.nav-separator{color:#000;margin:0 4px;transition:color .3s}[data-theme=dark] .nav-separator{color:#666}.hamburger{cursor:pointer;display:none;z-index:1001}.hamburger input{display:none}.hamburger svg{height:3em;transition:transform .6s cubic-bezier(.4,0,.2,1)}.line{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;stroke-width:3;transition:stroke-dasharray .6s cubic-bezier(.4,0,.2,1),stroke-dashoffset .6s cubic-bezier(.4,0,.2,1)}[data-theme=dark] .line{stroke:#e0e0e0}.line-top-bottom{stroke-dasharray:12 63}.hamburger input:checked+svg{transform:rotate(-45deg)}.hamburger input:checked+svg .line-top-bottom{stroke-dasharray:20 300;stroke-dashoffset:-32.42}.mobile-menu-overlay{display:none;position:fixed;top:0;left:0;right:0;bottom:0;background-color:#fffffffa;z-index:1000;flex-direction:column;align-items:center;justify-content:center}[data-theme=dark] .mobile-menu-overlay{background-color:#1a1a1afa}.mobile-menu{display:flex;flex-direction:column;gap:30px;align-items:center}.mobile-menu-link{color:#000;text-decoration:none;font-size:18px;font-weight:400;transition:opacity .2s,color .3s}[data-theme=dark] .mobile-menu-link{color:#e0e0e0}.mobile-menu-link:hover{opacity:.7}@media (max-width: 768px){.header{padding:15px 20px;justify-content:space-between}.header-center,.header-nav{display:none}.hamburger{display:block}.mobile-menu-overlay{display:flex}.header-left{flex:1}.name{font-size:16px}.logo-circle{width:18px;height:18px}}@media (min-width: 769px) and (max-width: 968px){.header-center{position:static;transform:none;order:2;margin:0 20px}.header{flex-wrap:wrap;justify-content:center;gap:15px}.header-left{order:1}.header-nav{order:3;width:100%;justify-content:center;flex-wrap:wrap}}.main-content{display:flex;align-items:center;justify-content:center;padding:60px 40px;gap:60px;min-height:calc(100vh - 70px);max-width:1200px;margin:0 auto;width:100%;background-color:#fff;transition:background-color .3s}[data-theme=dark] .main-content{background-color:#121212}.image-container{flex:0 0 auto}.circular-image{width:350px;height:350px;border-radius:50%;overflow:hidden;background-color:#333;display:flex;align-items:center;justify-content:center}.circular-image img{width:100%;height:100%;object-fit:cover;filter:grayscale(100%)}.content-section{flex:1;max-width:500px}.main-heading{font-size:72px;font-weight:700;color:#000;margin-bottom:10px;line-height:1;transition:color .3s}[data-theme=dark] .main-heading{color:#e0e0e0}.sub-heading{font-size:24px;font-weight:700;color:#000;margin-bottom:20px;transition:color .3s}[data-theme=dark] .sub-heading{color:#e0e0e0}.description{font-size:16px;color:#000;line-height:1.6;margin-bottom:40px;transition:color .3s}[data-theme=dark] .description{color:#e0e0e0}.action-buttons{display:flex;gap:20px;flex-wrap:wrap}.btn{width:120px;height:120px;border-radius:50%;border:2px solid #000;font-size:16px;font-weight:500;color:#fff;cursor:pointer;transition:transform .2s,opacity .2s,border-color .3s,background-color .3s,color .3s;display:flex;align-items:center;justify-content:center;text-decoration:none}[data-theme=dark] .btn{border-color:#444}.btn:hover{transform:scale(1.05);opacity:1;background-color:#fff;color:#000}[data-theme=dark] .btn:hover{background-color:#121212;color:#fff}.btn-resume{background-color:orange}.btn-projects{background-color:#d32f2f}.btn-contact{background-color:#4dd0e1}@media (max-width: 768px){.main-content{flex-direction:column;padding:20px 20px 0;gap:25px;min-height:auto;overflow-x:hidden}.content-section{order:1;max-width:100%;width:100%;padding:0 5px}.image-container{order:2;width:100%;display:flex;justify-content:center;margin-top:30px;padding:0}.circular-image{width:280px;height:280px;border-radius:50%;overflow:hidden;margin:0}.circular-image img{width:100%;height:100%;object-fit:cover;object-position:center}.main-heading{font-size:48px;margin-bottom:8px}.sub-heading{font-size:20px;margin-bottom:15px}.description{font-size:15px;margin-bottom:30px;line-height:1.5}.action-buttons{justify-content:center;gap:15px;margin-bottom:20px}.btn{width:100px;height:100px;font-size:14px;border-width:1px;font-weight:700}.btn-resume{background-color:orange;color:#000}.btn-projects{background-color:#d32f2f;color:#000}.btn-contact{background-color:#4dd0e1;color:#000}}@media (min-width: 769px) and (max-width: 968px){.main-content{flex-direction:column;gap:40px}.circular-image{width:280px;height:280px}.main-heading{font-size:56px}}.about-page{min-height:calc(100vh - 70px);background-color:#fff;padding:60px 40px;transition:background-color .3s}[data-theme=dark] .about-page{background-color:#121212}.about-container{max-width:1200px;margin:0 auto;display:flex;flex-direction:column;gap:60px}.about-section{display:flex;flex-direction:column;gap:20px}.about-heading{font-size:72px;font-weight:700;color:#000;margin-bottom:20px;transition:color .3s}[data-theme=dark] .about-heading{color:#e0e0e0}.about-section-content{display:flex;justify-content:space-between;align-items:flex-start;gap:60px}.about-content{display:flex;flex-direction:column;gap:20px;flex:1;max-width:600px}.about-photo-container{flex:0 0 auto;width:350px;height:350px;margin-left:auto}.about-photo{width:100%;height:100%;object-fit:cover;border-radius:8px;border:2px solid #000;transition:border-color .3s}[data-theme=dark] .about-photo{border-color:#444}.about-text{font-size:16px;color:#000;line-height:1.6;transition:color .3s}[data-theme=dark] .about-text{color:#e0e0e0}.contact-info-section,.education-section{display:flex;flex-direction:column;gap:30px}.section-heading{font-size:36px;font-weight:700;color:#000;margin-bottom:10px;transition:color .3s}[data-theme=dark] .section-heading{color:#e0e0e0}.contact-info-content{display:flex;flex-direction:column;gap:15px}.location{font-size:16px;color:#000;margin-bottom:10px;transition:color .3s}[data-theme=dark] .location{color:#e0e0e0}.contact-item{font-size:16px;color:#000;display:flex;align-items:center;gap:10px;transition:color .3s}[data-theme=dark] .contact-item{color:#e0e0e0}.contact-icon{font-size:18px}.contact-link{color:#000;text-decoration:none;transition:opacity .2s,color .3s}[data-theme=dark] .contact-link{color:#4dd0e1}.contact-link:hover{opacity:.7;text-decoration:underline}.social-links{display:flex;gap:20px;margin-top:15px;flex-wrap:wrap}.social-link{display:flex;align-items:center;gap:8px;color:#000;text-decoration:none;font-size:16px;transition:opacity .2s,color .3s}[data-theme=dark] .social-link{color:#e0e0e0}.social-link:hover{opacity:.7;color:#ff6b35}.social-link svg{width:20px;height:20px}.name-signature{font-size:20px;font-weight:700;color:#000;margin-top:10px;transition:color .3s}[data-theme=dark] .name-signature{color:#e0e0e0}.education-item{padding:30px;border-left:3px solid #ff6b35;background-color:#f9f9f9;margin-bottom:30px;border-radius:4px;transition:background-color .3s}[data-theme=dark] .education-item{background-color:#1e1e1e}.education-header{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:15px}.education-degree{font-size:24px;font-weight:700;color:#000;margin:0;transition:color .3s}[data-theme=dark] .education-degree{color:#e0e0e0}.education-year{font-size:14px;color:#666;font-weight:400;transition:color .3s}[data-theme=dark] .education-year{color:#999}.education-field{font-size:18px;font-weight:500;color:#000;margin-bottom:8px;transition:color .3s}[data-theme=dark] .education-field{color:#e0e0e0}.education-institution{font-size:16px;color:#000;margin-bottom:5px;font-weight:500;transition:color .3s}[data-theme=dark] .education-institution{color:#e0e0e0}.education-location{font-size:14px;color:#666;margin-bottom:8px;transition:color .3s}[data-theme=dark] .education-location{color:#999}.education-grade{font-size:14px;color:#000;font-weight:500;transition:color .3s}[data-theme=dark] .education-grade{color:#e0e0e0}@media (max-width: 768px){.about-heading{font-size:56px}.section-heading{font-size:28px}.about-section-content{flex-direction:column;gap:30px}.about-photo-container{width:100%;max-width:350px;margin:0 auto}.about-content{max-width:100%}.education-header{flex-direction:column;align-items:flex-start;gap:5px}.education-item{padding:20px}}.projects-page{min-height:calc(100vh - 70px);background-color:#f5f5f5;padding:60px 40px;transition:background-color .3s}[data-theme=dark] .projects-page{background-color:#121212}.projects-container{max-width:1200px;margin:0 auto}.projects-heading{font-size:72px;font-weight:700;color:#000;text-align:center;margin-bottom:60px;transition:color .3s}[data-theme=dark] .projects-heading{color:#e0e0e0}.projects-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:40px}.project-card{background-color:#fff;border:2px solid #000;border-radius:8px;overflow:hidden;transition:transform .2s,box-shadow .2s,background-color .3s,border-color .3s;display:flex;flex-direction:column}[data-theme=dark] .project-card{background-color:#1e1e1e;border-color:#444}.project-card:hover{transform:translateY(-5px);box-shadow:0 8px 16px #0000001a}[data-theme=dark] .project-card:hover{box-shadow:0 8px 16px #00000080}.project-image-container{width:100%;height:250px;overflow:hidden;background-color:#f0f0f0}.project-image{width:100%;height:100%;object-fit:cover;transition:transform .3s}.project-card:hover .project-image{transform:scale(1.05)}.project-card-content{padding:25px;display:flex;flex-direction:column;gap:15px;flex:1}.project-title{font-size:24px;font-weight:700;color:#000;margin:0;transition:color .3s}[data-theme=dark] .project-title{color:#e0e0e0}.project-description{font-size:14px;color:#666;line-height:1.6;margin:0;flex:1;transition:color .3s}[data-theme=dark] .project-description{color:#b0b0b0}.project-technologies{display:flex;flex-direction:column;gap:10px}.technologies-label{font-size:14px;font-weight:700;color:#000;transition:color .3s}[data-theme=dark] .technologies-label{color:#e0e0e0}.technologies-list{display:flex;flex-wrap:wrap;gap:8px}.technology-badge{display:inline-block;padding:6px 12px;background-color:#f5f5f5;border:1px solid #ddd;border-radius:15px;font-size:12px;color:#000;font-weight:500;transition:background-color .3s,border-color .3s,color .3s}[data-theme=dark] .technology-badge{background-color:#2a2a2a;border-color:#444;color:#e0e0e0}.project-links{display:flex;flex-direction:column;gap:10px;margin-top:5px}.github-link,.visit-link{display:flex;align-items:center;gap:8px;color:#000;text-decoration:none;font-size:14px;font-weight:500;padding:8px 0;transition:color .3s}[data-theme=dark] .github-link,[data-theme=dark] .visit-link{color:#e0e0e0}.github-link:hover,.visit-link:hover{color:#ff6b35}.github-link svg,.visit-link svg{width:20px;height:20px}@media (max-width: 768px){.projects-heading{font-size:56px}.projects-grid{grid-template-columns:1fr;gap:30px}.project-image-container{height:200px}.project-card-content{padding:20px}}@media (min-width: 769px) and (max-width: 1024px){.projects-grid{grid-template-columns:repeat(2,1fr)}}.cta-section{margin-top:80px;padding:60px 40px;background-color:#fff;border:2px solid #000;border-radius:8px;text-align:center;display:flex;flex-direction:column;align-items:center;gap:20px;transition:background-color .3s,border-color .3s}[data-theme=dark] .cta-section{background-color:#1e1e1e;border-color:#444}.cta-heading{font-size:36px;font-weight:700;color:#000;margin:0;transition:color .3s}[data-theme=dark] .cta-heading{color:#e0e0e0}.cta-text{font-size:18px;color:#666;margin:0;max-width:600px;line-height:1.6;transition:color .3s}[data-theme=dark] .cta-text{color:#b0b0b0}.cta-button{display:inline-block;padding:16px 40px;background-color:#ff6b35;color:#fff;text-decoration:none;border-radius:30px;font-size:16px;font-weight:500;border:2px solid #000;transition:transform .2s,opacity .2s,background-color .2s;margin-top:10px}.cta-button:hover{transform:scale(1.05);opacity:.9;background-color:#ff8533}@media (max-width: 768px){.cta-section{margin-top:60px;padding:40px 20px}.cta-heading{font-size:28px}.cta-text{font-size:16px}.cta-button{padding:14px 30px;font-size:14px}}.skills-page{min-height:calc(100vh - 70px);background-color:#f5f5f5;padding:60px 40px;transition:background-color .3s}[data-theme=dark] .skills-page{background-color:#121212}.skills-container{max-width:1200px;margin:0 auto}.skills-heading{font-size:72px;font-weight:700;color:#000;text-align:center;margin-bottom:60px;text-transform:uppercase;letter-spacing:2px;transition:color .3s}[data-theme=dark] .skills-heading{color:#e0e0e0}.skills-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:30px}.skill-card{background-color:#fff;border:2px solid #000;border-radius:8px;padding:30px;transition:transform .2s,box-shadow .2s,background-color .3s,border-color .3s;display:flex;flex-direction:column;gap:20px}[data-theme=dark] .skill-card{background-color:#1e1e1e;border-color:#444}.skill-card:hover{transform:translateY(-5px);box-shadow:0 8px 16px #0000001a}[data-theme=dark] .skill-card:hover{box-shadow:0 8px 16px #00000080}.skill-card-title{font-size:24px;font-weight:700;color:#000;margin:0;padding-bottom:15px;border-bottom:2px solid #ff6b35;transition:color .3s}[data-theme=dark] .skill-card-title{color:#e0e0e0}.skill-items{display:flex;flex-wrap:wrap;gap:12px}.skill-item{display:inline-block;padding:8px 16px;background-color:#f5f5f5;border:1px solid #ddd;border-radius:20px;font-size:14px;color:#000;font-weight:500;transition:background-color .3s,border-color .3s,color .3s}[data-theme=dark] .skill-item{background-color:#2a2a2a;border-color:#444;color:#e0e0e0}.skill-item:hover{background-color:#ff6b35;border-color:#ff6b35;color:#fff}@media (max-width: 768px){.skills-heading{font-size:56px;letter-spacing:1px}.skills-grid{grid-template-columns:1fr;gap:20px}.skill-card{padding:20px}.skill-card-title{font-size:20px}}@media (min-width: 769px) and (max-width: 1024px){.skills-grid{grid-template-columns:repeat(2,1fr)}}.contact-page{min-height:calc(100vh - 70px);background-color:#f5f5f5;padding:60px 40px;transition:background-color .3s}[data-theme=dark] .contact-page{background-color:#121212}.contact-container{max-width:1200px;margin:0 auto}.contact-content{display:flex;gap:80px;align-items:flex-start}.contact-info{flex:1;max-width:400px}.contact-heading{font-size:72px;font-weight:700;color:#000;margin-bottom:20px;transition:color .3s}[data-theme=dark] .contact-heading{color:#e0e0e0}.contact-subheading{font-size:18px;font-weight:400;color:#666;margin-bottom:40px;transition:color .3s}[data-theme=dark] .contact-subheading{color:#b0b0b0}.contact-details{display:flex;flex-direction:column;gap:30px}.contact-detail-item{display:flex;flex-direction:column;gap:8px}.contact-label{font-weight:700;font-size:16px;color:#000;transition:color .3s}[data-theme=dark] .contact-label{color:#e0e0e0}.contact-value{font-size:16px;color:#000;transition:color .3s}[data-theme=dark] .contact-value{color:#e0e0e0}.contact-form-container{flex:1;max-width:600px}.contact-form{display:flex;flex-direction:column;gap:20px}.form-row{display:flex;gap:20px}.form-group{flex:1;display:flex;flex-direction:column;gap:8px}.form-group-full{flex:1 1 100%}.contact-form label{font-size:14px;font-weight:500;color:#000;transition:color .3s}[data-theme=dark] .contact-form label{color:#e0e0e0}.contact-form input,.contact-form textarea{padding:12px;border:1px solid #000;border-radius:4px;font-size:16px;font-family:inherit;background-color:#fff;color:#000;transition:background-color .3s,border-color .3s,color .3s}[data-theme=dark] .contact-form input,[data-theme=dark] .contact-form textarea{background-color:#1e1e1e;border-color:#444;color:#e0e0e0}.contact-form input:focus,.contact-form textarea:focus{outline:none;border-color:#ff6b35}.contact-form textarea{resize:vertical;min-height:120px}.submit-btn{padding:16px 40px;background-color:orange;color:#000;border:2px solid #000;border-radius:30px;font-size:25px;font-weight:600;cursor:pointer;transition:background-color .3s,color .3s,transform .2s,border-color .3s;width:100%;margin-top:10px}.submit-btn:hover{background-color:#f5f5f5;color:#000;transform:scale(1.02)}[data-theme=dark] .submit-btn{border-color:#444}[data-theme=dark] .submit-btn:hover{background-color:#121212;color:#fff}.submit-btn:disabled{opacity:.6;cursor:not-allowed;transform:none}.submit-btn:disabled:hover{transform:none}.submit-status{padding:12px 16px;border-radius:4px;font-size:14px;font-weight:500;text-align:center;animation:slideIn .3s ease-out}@keyframes slideIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.submit-status.success{background-color:#d4edda;color:#155724;border:1px solid #c3e6cb}[data-theme=dark] .submit-status.success{background-color:#1e4620;color:#81c784;border-color:#2e7d32}.submit-status.error{background-color:#f8d7da;color:#721c24;border:1px solid #f5c6cb}[data-theme=dark] .submit-status.error{background-color:#4a1f24;color:#e57373;border-color:#c62828}@media (max-width: 968px){.contact-content{flex-direction:column;gap:40px}.contact-info,.contact-form-container{max-width:100%}.form-row{flex-direction:column}.contact-heading{font-size:56px}}.footer{border-top:1px solid #ddd;padding:40px;background-color:#fff;transition:background-color .3s,border-color .3s}[data-theme=dark] .footer{background-color:#1a1a1a;border-top-color:#333}.footer-content{display:flex;justify-content:space-between;align-items:flex-start;max-width:1200px;margin:0 auto;gap:40px}.footer-item{flex:1;display:flex;flex-direction:column;align-items:center}.footer-item-left{align-items:flex-start}.footer-item-right{align-items:flex-end}.footer-label{font-weight:700;font-size:16px;color:#000;margin-bottom:8px;transition:color .3s}[data-theme=dark] .footer-label{color:#e0e0e0}.footer-value{font-size:16px;color:#000;transition:color .3s}[data-theme=dark] .footer-value{color:#e0e0e0}.social-icons{display:flex;gap:12px;justify-content:center}.social-icon{color:#000;display:inline-flex;align-items:center;justify-content:center;transition:opacity .2s,color .3s}[data-theme=dark] .social-icon{color:#e0e0e0}.social-icon:hover{opacity:.7}.social-icon svg{width:24px;height:24px}.copyright{font-size:14px;color:#000;text-align:right;margin-top:0;transition:color .3s}[data-theme=dark] .copyright{color:#e0e0e0}.wix-link{color:#06c;text-decoration:underline;transition:opacity .2s}.wix-link:hover{opacity:.8}@media (max-width: 768px){.footer-content{flex-direction:column;gap:30px}.footer-item,.footer-item-right{align-items:flex-start}.social-icons{justify-content:flex-start}.copyright{text-align:left}}.loading-container{display:flex;justify-content:center;align-items:center;height:100vh;width:100%;background-color:#fff;transition:background-color .4s ease;z-index:9999}[data-theme=dark] .loading-container{background-color:#121212}.loading{--speed-of-animation: .9s;--gap: 6px;--first-color: #4c86f9;--second-color: #49a84c;--third-color: #f6bb02;--fourth-color: #f6bb02;--fifth-color: #2196f3;display:flex;justify-content:center;align-items:center;width:100px;gap:6px;height:100px}.loading span{width:4px;height:50px;background:var(--first-color);animation:scale var(--speed-of-animation) ease-in-out infinite}.loading span:nth-child(2){background:var(--second-color);animation-delay:-.8s}.loading span:nth-child(3){background:var(--third-color);animation-delay:-.7s}.loading span:nth-child(4){background:var(--fourth-color);animation-delay:-.6s}.loading span:nth-child(5){background:var(--fifth-color);animation-delay:-.5s}@keyframes scale{0%,40%,to{transform:scaleY(.05)}20%{transform:scaleY(1)}}.app{min-height:100vh;background-color:#fff}[data-theme=dark] .app{background-color:#121212}*{margin:0;padding:0;box-sizing:border-box;transition:background-color .4s ease,color .4s ease,border-color .4s ease}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#000;background-color:#fff}[data-theme=dark] body{color:#e0e0e0;background-color:#121212}#root{min-height:100vh;display:flex;flex-direction:column}
