@import url(https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&family=JetBrains+Mono:wght@400;500;600&display=swap);#root{overflow-x:hidden}:root{--font-base:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;--font-code:"JetBrains Mono",monospace;--primary-color:#0a0e27;--secondary-color:#1a1f3a;--tertiary-color:#2d3561;--bg-dark:#0a0e27;--bg-darker:#060916;--bg-card:rgba(26,31,58,.6);--accent-primary:#6366f1;--accent-secondary:#8b5cf6;--accent-tertiary:#06b6d4;--accent-glow:#a78bfa;--hover-color:#818cf8;--white-color:#f1f5f9;--gray-color:#94a3b8;--gray-light:#cbd5e1;--gray-dark:#64748b;--black-color:#0f172a;--glass-bg:rgba(26,31,58,.4);--glass-border:rgba(148,163,184,.1);--glass-blur:blur(12px);--shadow-sm:0 1px 2px 0 rgba(0,0,0,.3);--shadow-md:0 4px 6px -1px rgba(0,0,0,.4),0 2px 4px -1px rgba(0,0,0,.3);--shadow-lg:0 10px 15px -3px rgba(0,0,0,.5),0 4px 6px -2px rgba(0,0,0,.3);--shadow-xl:0 20px 25px -5px rgba(0,0,0,.5),0 10px 10px -5px rgba(0,0,0,.3);--shadow-glow:0 0 20px rgba(99,102,241,.3);--shadow-glow-hover:0 0 30px rgba(99,102,241,.5);--gradient-primary:linear-gradient(135deg,#667eea,#764ba2);--gradient-bg:linear-gradient(180deg,#0a0e27,#1a1f3a 50%,#2d3561);--gradient-card:linear-gradient(135deg,rgba(99,102,241,.1),rgba(139,92,246,.1));--transition-fast:0.15s ease-in-out;--transition-base:0.3s ease-in-out;--transition-slow:0.5s ease-in-out}*{box-sizing:border-box;margin:0;padding:0;scroll-behavior:smooth}.app{background:var(--gradient-bg);font-family:var(--font-base);min-height:100vh}.app__whitebg{box-shadow:var(--shadow-lg)}.app__primarybg,.app__whitebg{backdrop-filter:var(--glass-blur);-webkit-backdrop-filter:var(--glass-blur);background:var(--glass-bg);border:1px solid var(--glass-border)}.app__primarybg{box-shadow:var(--shadow-md)}.app__container{display:flex;flex-direction:row;min-height:100vh;width:100%}.app__flex{align-items:center;display:flex;justify-content:center}.app__wrapper{flex:1 1;flex-direction:column;padding:4rem 2rem;width:100%}@media screen and (max-width:450px){.app__wrapper{padding:4rem 1rem 2rem}}.copyright{align-items:flex-end;display:flex;flex-direction:column;justify-content:flex-end;padding:2rem 0 0;width:100%}.copyright p{color:var(--gray-color);font-size:.75rem;letter-spacing:.05em;text-transform:uppercase}.head-text{color:var(--white-color);font-size:2.75rem;font-weight:800;line-height:1.2;position:relative;text-align:center;text-transform:capitalize}.head-text span{-webkit-text-fill-color:transparent;background:var(--gradient-primary);-webkit-background-clip:text;background-clip:text;position:relative}.head-text span:after{background:var(--gradient-primary);border-radius:2px;bottom:-8px;content:"";height:3px;left:0;opacity:.6;position:absolute;width:100%}@media screen and (min-width:2000px){.head-text{font-size:4rem}}@media screen and (max-width:450px){.head-text{font-size:2rem}}.p-text{color:var(--gray-color);font-size:.95rem;font-weight:400;line-height:1.7;text-align:left}@media screen and (min-width:2000px){.p-text{font-size:1.75rem}}.bold-text{color:var(--white-color);font-size:1rem;font-weight:700;letter-spacing:-.01em;text-align:left}@media screen and (min-width:2000px){.bold-text{font-size:2rem}}@media screen and (max-width:450px){.bold-text{font-size:.9rem}}.app__social{flex-direction:column;justify-content:flex-end;padding:1rem}.app__social,.app__social div{align-items:center;display:flex}.app__social div{backdrop-filter:var(--glass-blur);-webkit-backdrop-filter:var(--glass-blur);background:var(--glass-bg);border:1px solid var(--glass-border);border-radius:50%;cursor:pointer;height:40px;justify-content:center;margin:.25rem 0;transition:all var(--transition-base);width:40px}.app__social div svg{color:var(--gray-color);height:15px;transition:all var(--transition-base);width:15px}.app__social div:hover{background:var(--gradient-primary);border-color:var(--accent-primary);box-shadow:var(--shadow-glow);-webkit-transform:scale(1.1) translateY(-2px);transform:scale(1.1) translateY(-2px)}.app__social div:hover svg{color:var(--white-color);-webkit-transform:scale(1.1);transform:scale(1.1)}@media screen and (min-width:2000px){.app__social div{height:70px;margin:.5rem 0;width:70px}.app__social div svg{height:30px;width:30px}}.app__navigation{align-items:center;display:flex;flex-direction:column;justify-content:center;padding:1rem}.app__navigation .app__navigation-dot{background-color:var(--gray-dark);border:2px solid transparent;border-radius:50%;cursor:pointer;height:10px;margin:.5rem;transition:all var(--transition-base);width:10px}.app__navigation .app__navigation-dot:hover{background-color:var(--accent-primary);border-color:var(--accent-glow);box-shadow:var(--shadow-glow);-webkit-transform:scale(1.3);transform:scale(1.3)}@media screen and (min-width:2000px){.app__navigation .app__navigation-dot{height:20px;width:20px}}.footer__social{display:none}@media screen and (max-width:500px){.app__navigation,.app__social{display:none}.footer__social{display:block}.footer__social .app__social{display:flex;flex-direction:row;justify-content:center;padding:1rem 0}.footer__social .app__social div{margin:0 .75rem}.copyright{align-items:center;padding:2rem}}.app__about{flex:1 1;flex-direction:column;width:100%}.app__profiles{flex-wrap:wrap;justify-content:center;margin-top:2rem}.app__profile-item,.app__profiles{align-items:flex-start;display:flex}.app__profile-item{flex-direction:column;justify-content:flex-start;margin:2rem;max-width:900px}.app__profile-item p{font-size:1rem}@media screen and (min-width:2000px){.app__profile-item{margin-height:320px;margin:2rem 4rem img;width:370px}}.app__navbar{-webkit-backdrop-filter:var(--glass-blur);backdrop-filter:var(--glass-blur);background:var(--glass-bg);border:none;border-bottom:1px solid var(--glass-border);box-shadow:var(--shadow-md);justify-content:space-between;padding:1rem 2rem;position:fixed;width:100%;z-index:2}.app__navbar,.app__navbar-logo{align-items:center;display:flex}.app__navbar-logo{justify-content:flex-start;transition:all var(--transition-base)}.app__navbar-logo:hover{-webkit-transform:scale(1.05);transform:scale(1.05)}.app__navbar-logo img{-webkit-filter:drop-shadow(0 0 10px rgba(99,102,241,.3));filter:drop-shadow(0 0 10px rgba(99,102,241,.3));height:25px}@media screen and (min-width:2000px){.app__navbar-logo img{height:40px;width:180px}}.app__navbar-links{align-items:center;display:flex;flex:1 1;justify-content:center;list-style:none}.app__navbar-links li{cursor:pointer;flex-direction:column;margin:0 1rem;position:relative}.app__navbar-links li div{background:transparent;border-radius:50%;height:5px;margin-bottom:5px;transition:all var(--transition-base);width:5px}.app__navbar-links li a{color:var(--gray-light);flex-direction:column;font-size:.85rem;font-weight:600;letter-spacing:.05em;position:relative;text-decoration:none;text-transform:uppercase;transition:all var(--transition-base)}.app__navbar-links li a:after{background:var(--gradient-primary);bottom:-4px;content:"";height:2px;left:0;position:absolute;transition:width var(--transition-base);width:0}.app__navbar-links li a:hover{color:var(--white-color)}.app__navbar-links li a:hover:after{width:100%}.app__navbar-links li:hover div{background:var(--accent-primary);box-shadow:var(--shadow-glow)}@media screen and (max-width:900px){.app__navbar-links{display:none}}.resume a{color:var(--accent-tertiary);text-decoration:underline;text-underline-offset:3px}.resume a:hover{color:var(--white-color);-webkit-text-decoration-color:var(--accent-tertiary);text-decoration-color:var(--accent-tertiary)}.app__navbar-menu{align-items:center;background:var(--gradient-primary);border-radius:50%;box-shadow:var(--shadow-md);display:flex;height:35px;justify-content:center;width:35px}.app__navbar-menu svg{color:var(--white-color);cursor:pointer;height:70%;transition:all var(--transition-base);width:70%}@media(hover:hover)and (pointer:fine){.app__navbar-menu svg:hover{-webkit-transform:scale(1.15);transform:scale(1.15)}}.app__navbar-menu div{align-items:flex-end;backdrop-filter:var(--glass-blur);-webkit-backdrop-filter:var(--glass-blur);background:var(--bg-darker);background-repeat:repeat;background-size:cover;border-left:1px solid var(--glass-border);bottom:0;box-shadow:var(--shadow-xl);display:flex;flex-direction:column;height:100vh;justify-items:center;padding:1rem;position:fixed;right:0;top:0;width:80%;z-index:5}.app__navbar-menu div svg{color:var(--white-color);cursor:pointer;height:35px;margin:.5rem 1rem;transition:all var(--transition-base);width:35px}@media(hover:hover)and (pointer:fine){.app__navbar-menu div svg:hover{color:var(--accent-primary);-webkit-transform:rotate(90deg);transform:rotate(90deg)}}.app__navbar-menu div ul{display:flex;flex-direction:column;height:100%;justify-content:flex-start;list-style:none;margin:0;padding:0;width:100%}.app__navbar-menu div ul li{-webkit-animation:slideInRight .3s ease-out forwards;animation:slideInRight .3s ease-out forwards;margin:1rem;opacity:0}.app__navbar-menu div ul li:first-child{-webkit-animation-delay:.05s;animation-delay:.05s}.app__navbar-menu div ul li:nth-child(2){-webkit-animation-delay:.1s;animation-delay:.1s}.app__navbar-menu div ul li:nth-child(3){-webkit-animation-delay:.15s;animation-delay:.15s}.app__navbar-menu div ul li:nth-child(4){-webkit-animation-delay:.2s;animation-delay:.2s}.app__navbar-menu div ul li:nth-child(5){-webkit-animation-delay:.25s;animation-delay:.25s}.app__navbar-menu div ul li:nth-child(6){-webkit-animation-delay:.3s;animation-delay:.3s}.app__navbar-menu div ul li:nth-child(7){-webkit-animation-delay:.35s;animation-delay:.35s}.app__navbar-menu div ul li:nth-child(8){-webkit-animation-delay:.4s;animation-delay:.4s}.app__navbar-menu div ul li:nth-child(9){-webkit-animation-delay:.45s;animation-delay:.45s}.app__navbar-menu div ul li:nth-child(10){-webkit-animation-delay:.5s;animation-delay:.5s}.app__navbar-menu div ul li a{color:var(--gray-light);display:inline-block;font-size:1rem;font-weight:600;letter-spacing:.05em;text-decoration:none;text-transform:uppercase;transition:all var(--transition-base)}@media(hover:hover)and (pointer:fine){.app__navbar-menu div ul li a:hover{color:var(--white-color);-webkit-transform:translateX(5px);transform:translateX(5px)}}@media screen and (min-width:900px){.app__navbar-menu,.app__navbar-menu div{display:none}}@-webkit-keyframes slideInRight{0%{opacity:0;-webkit-transform:translateX(20px);transform:translateX(20px)}to{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes slideInRight{0%{opacity:0;-webkit-transform:translateX(20px);transform:translateX(20px)}to{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}.app__footer{flex:1 1;flex-direction:column;width:100%}@media screen and (max-width:768px){.app__footer{flex-direction:column}}.app__footer-cards{align-items:center;display:flex;flex-wrap:wrap;justify-content:space-evenly;margin:4em 2rem 2rem;width:60%}.app__footer-cards .app__footer-card{align-items:center;backdrop-filter:var(--glass-blur);-webkit-backdrop-filter:var(--glass-blur);background:var(--glass-bg);border:1px solid var(--glass-border);border-radius:15px;box-shadow:var(--shadow-md);cursor:pointer;display:flex;flex-direction:row;justify-content:flex-start;margin:1rem 0;min-width:290px;padding:1.25rem;transition:all var(--transition-base)}.app__footer-cards .app__footer-card img{height:40px;margin:0 .7rem;width:40px}.app__footer-cards .app__footer-card a,.app__footer-cards .app__footer-card p{color:var(--gray-light);font-weight:600}.app__footer-cards .app__footer-card a{text-decoration:none}.app__footer-cards .app__footer-card:hover{border-color:var(--accent-primary);box-shadow:var(--shadow-glow-hover);-webkit-transform:translateY(-4px);transform:translateY(-4px)}.app__footer-cards .app__footer-card:hover a,.app__footer-cards .app__footer-card:hover p{color:var(--white-color)}@media screen and (max-width:450px){.app__footer-cards .app__footer-card{width:100%}}@media screen and (max-width:768px){.app__footer-cards{width:100%}}.app__footer-form{flex-direction:column;margin:1rem 2rem;width:60%}.app__footer-form div{backdrop-filter:var(--glass-blur);-webkit-backdrop-filter:var(--glass-blur);background:var(--glass-bg);border:1px solid var(--glass-border);border-radius:12px;cursor:pointer;margin:.75rem 0;transition:all var(--transition-base);width:100%}.app__footer-form div input,.app__footer-form div textarea{background:transparent;border:none;border-radius:12px;color:var(--white-color);font-family:var(--font-base);outline:none;padding:.95rem;width:100%}.app__footer-form div input::-webkit-input-placeholder,.app__footer-form div textarea::-webkit-input-placeholder{color:var(--gray-dark)}.app__footer-form div input:-ms-input-placeholder,.app__footer-form div textarea:-ms-input-placeholder{color:var(--gray-dark)}.app__footer-form div input::placeholder,.app__footer-form div textarea::placeholder{color:var(--gray-dark)}.app__footer-form div textarea{height:170px}.app__footer-form div:hover{border-color:var(--accent-primary);box-shadow:var(--shadow-glow)}.app__footer-form button{background:var(--gradient-primary);border:none;border-radius:12px;box-shadow:var(--shadow-md);color:var(--white-color);cursor:pointer;font-family:var(--font-base);font-weight:600;letter-spacing:.05em;margin:2rem 0 0;outline:none;padding:1rem 2rem;transition:all var(--transition-base)}.app__footer-form button:hover{background:var(--bg-darker);border:1px solid var(--accent-primary);box-shadow:var(--shadow-glow-hover);-webkit-transform:translateY(-2px);transform:translateY(-2px)}@media screen and (max-width:768px){.app__footer-form{margin:1rem 0;width:100%}}#home{-webkit-animation:gradientShift 15s ease infinite;animation:gradientShift 15s ease infinite;background:var(--gradient-bg);background-position:50%;background-repeat:repeat;background-size:400% 400%;position:relative}#home .app__wrapper{padding:0}#home .app__wrapper .copyright{display:none}@-webkit-keyframes gradientShift{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}@keyframes gradientShift{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}.app__header{flex:1 1;flex-direction:row;height:100%;padding:6rem 2rem 0;width:100%}@media screen and (min-width:200px){.app__header{padding-top:8rem}}@media screen and (max-width:1200px){.app__header{flex-direction:column;padding-top:8rem}}@media screen and (max-width:400px){.app__header{padding:6rem 1rem 2rem}}@media screen and (max-width:900px){.hobby_flex{display:flex!important;flex-direction:row!important}}.app__header-info{align-items:flex-start;display:flex;flex:.65 1;flex-direction:column;height:100%;justify-content:flex-start}@media screen and (max-width:2000px){.app__header-info{margin-right:0;width:100%}}.app__header-badge{align-items:flex-end;display:flex;flex-direction:column;justify-content:flex-end;width:100%}.app__header-badge .badge-cmp,.app__header-badge .tag-cmp{backdrop-filter:var(--glass-blur);-webkit-backdrop-filter:var(--glass-blur);background:var(--glass-bg);border:1px solid var(--glass-border);border-radius:20px;box-shadow:var(--shadow-lg);overflow:hidden;padding:1.5rem 2rem;position:relative;transition:all var(--transition-base);width:auto}.app__header-badge .badge-cmp:before,.app__header-badge .tag-cmp:before{background:var(--gradient-primary);border-radius:20px;bottom:-2px;content:"";left:-2px;opacity:0;position:absolute;right:-2px;top:-2px;transition:opacity var(--transition-base);z-index:-1}.app__header-badge .badge-cmp:hover,.app__header-badge .tag-cmp:hover{box-shadow:var(--shadow-glow-hover);-webkit-transform:translateY(-4px);transform:translateY(-4px)}.app__header-badge .badge-cmp:hover:before,.app__header-badge .tag-cmp:hover:before{opacity:.1}.app__header-badge .tag-cmp{flex-direction:column;font-weight:600;margin-top:3rem}.app__header-badge .tag-cmp p{letter-spacing:.05em;text-align:left;text-transform:uppercase;width:100%}@media screen and (max-width:900px){.app__header-badge .tag-cmp{margin-top:1rem}}.app__header-badge span{font-size:2.5rem}@media screen and (max-width:1200px){.app__header-badge{align-items:flex-start;justify-content:flex-start}}.hobby{align-items:center;justify-content:center!important}.app__header-circles{flex:.75 1;height:100%;margin-left:1rem;margin-top:20rem}.app__header-circles,.app__header-circles p{color:var(--gray-light)}@media screen and (max-width:1200px){.app__header-circles{flex-direction:row;flex-wrap:wrap;margin-left:0;width:100%}.app__header-circles div{margin:1rem}}.app__header-img{align-items:flex-end;display:flex;flex:1 1;height:100%;justify-content:flex-end;position:relative}.app__header-img img{-webkit-filter:drop-shadow(0 10px 30px rgba(99,102,241,.3));filter:drop-shadow(0 10px 30px rgba(99,102,241,.3));object-fit:contain;width:100%;z-index:1}.app__header-img .overlay_circle{bottom:0;height:90%;left:0;position:absolute;right:0;width:100%;z-index:0}@media screen and (max-width:1200px){.app__header-img{margin:2rem 0}}.app__skills{flex:1 1;flex-direction:column;width:100%}.app__skills-container{display:flex;flex-direction:row;margin-top:3rem;width:80%}@media screen and (max-width:900px){.app__skills-container{flex-direction:column;width:100%}}.app__skills-list{align-items:flex-start;display:flex;flex:1 1;flex-wrap:wrap;justify-content:flex-start;margin-right:5rem}@media screen and (max-width:900px){.app__skills-list{align-items:center;justify-content:center;margin-right:0}}.app__skills-item{flex-direction:column;margin:1rem;text-align:center;transition:all .3s ease-in-out}.app__skills-item div{backdrop-filter:var(--glass-blur);-webkit-backdrop-filter:var(--glass-blur);background:var(--glass-bg);border:2px solid var(--glass-border);border-radius:50%;box-shadow:var(--shadow-md);height:90px;overflow:hidden;position:relative;transition:all var(--transition-base);width:90px}.app__skills-item div:before{background:var(--gradient-primary);content:"";height:200%;left:-50%;opacity:0;position:absolute;top:-50%;transition:opacity var(--transition-base);width:200%}.app__skills-item div img{height:50%;position:relative;width:50%;z-index:1}.app__skills-item div:hover{border-color:var(--accent-primary);box-shadow:var(--shadow-glow-hover);-webkit-transform:scale(1.1) translateY(-4px);transform:scale(1.1) translateY(-4px)}.app__skills-item div:hover:before{opacity:.15}@media screen and (min-width:2000px){.app__skills-item div{height:150px;width:150px}}@media screen and (max-width:450px){.app__skills-item div{height:70px;width:70px}}.app__skills-item p{color:var(--gray-light);font-size:.9rem;font-weight:600;margin-top:.5rem}@media screen and (min-width:2000px){.app__skills-item{margin:1rem 2rem}.app__skills-item p{margin-top:1rem}}.app__skills-exp{align-items:flex-start;display:flex;flex:1 1;flex-direction:column;justify-content:flex-start}@media screen and (max-width:900px){.app__skills-exp{margin-top:2rem}}.app__skills-exp-item{align-items:flex-start;display:flex;flex-direction:row;justify-content:flex-start;margin:1rem 0;width:100%}.app__skills-exp-works{flex:1 1}.app__skills-exp-works .app__skills-exp-work{align-items:flex-start;cursor:pointer;display:flex;flex-direction:column;justify-content:flex-start;margin-bottom:1rem}.app__skills-exp-works .app__skills-exp-work h4{font-weight:500}.app__skills-exp-works .app__skills-exp-work p{color:var(--gray-color);font-weight:400;margin-top:5px}.app__skills-exp-year{margin-right:3rem}.app__skills-exp-year p{font-weight:800}@media screen and (max-width:450px){.app__skills-exp-year{margin-right:1rem}}.skills-tooltip{backdrop-filter:var(--glass-blur)!important;-webkit-backdrop-filter:var(--glass-blur)!important;background-color:var(--bg-card)!important;border:1px solid var(--glass-border)!important;border-radius:12px!important;box-shadow:var(--shadow-xl)!important;color:var(--gray-light)!important;line-height:1.5!important;max-width:300px!important;opacity:1!important;padding:1rem!important;text-align:center!important}@media screen and (min-width:2000px){.skills-tooltip{font-size:1.75rem!important;line-height:2!important;max-width:500px!important}}.app__testimonial{flex:1 1;flex-direction:column;width:100%}.app__testimonial-item{backdrop-filter:var(--glass-blur);-webkit-backdrop-filter:var(--glass-blur);background:var(--glass-bg);border:1px solid var(--glass-border);border-radius:20px;box-shadow:var(--shadow-lg);color:var(--gray-light);display:flex;flex-direction:row;min-height:320px;padding:2rem;transition:all var(--transition-base);width:60%}.app__testimonial-item:hover{border-color:var(--accent-primary);box-shadow:var(--shadow-glow-hover)}.app__testimonial-item img{border:2px solid var(--glass-border);border-radius:50%;height:100px;object-fit:cover;width:100px}@media screen and (min-width:2000px){.app__testimonial-item{min-height:450px}.app__testimonial-item img{height:150px;width:150px}}@media screen and (max-width:850px){.app__testimonial-item{width:100%}}@media screen and (max-width:600px){.app__testimonial-item{flex-direction:column}}.app__testimonial-content{align-items:flex-start;display:flex;flex:1 1;flex-direction:column;height:100%;justify-content:space-around;padding:0 2rem;text-align:left}.app__testimonial-content p{color:var(--gray-light);font-family:var(--font-base);font-size:1.1rem;font-weight:400;line-height:1.8}@media screen and (min-width:2000px){.app__testimonial-content p{font-size:2rem;line-height:3.5rem}}.app__testimonial-content h4{color:var(--white-color);font-weight:700;margin-top:2rem}.app__testimonial-content h5{color:var(--gray-color);font-weight:400;margin-top:5px}@media screen and (max-width:600px){.app__testimonial-content{margin-top:2rem;padding:0}}.app__testimonial-btns{flex-direction:row;margin-top:1rem}.app__testimonial-btns div{background:var(--gradient-primary);border:1px solid transparent;border-radius:50%;cursor:pointer;height:50px;margin:1rem;transition:all var(--transition-base);width:50px}.app__testimonial-btns div svg{color:var(--white-color);height:20px;width:20px}.app__testimonial-btns div:hover{background:var(--bg-darker);border-color:var(--accent-primary);box-shadow:var(--shadow-glow);-webkit-transform:scale(1.1);transform:scale(1.1)}.app__testimonial-btns div:hover svg{color:var(--accent-primary)}@media screen and (min-width:2000px){.app__testimonial-btns div{height:100px;width:100px}.app__testimonial-btns div svg{height:45px;width:45px}}.app__testimonial-brands{flex-wrap:wrap;margin-top:2rem;width:80%}.app__testimonial-brands div{margin:1.5rem;width:150px}.app__testimonial-brands div img{-webkit-filter:grayscale(1);filter:grayscale(1);height:auto;object-fit:cover;width:100%}.app__testimonial-brands div:hover img{-webkit-filter:grayscale(0);filter:grayscale(0)}@media screen and (min-width:2000px){.app__testimonial-brands div{margin:2rem;width:210px}}@media screen and (max-width:450px){.app__testimonial-brands div{margin:1rem;width:120px}}@media screen and (max-width:800px){.app__testimonial-brands{width:100%}}.app__works{flex:1 1;flex-direction:column;width:100%}.app__work-container{width:100%}.app__work-list{display:flex;flex-direction:column;gap:2rem;margin-top:3rem;padding:0 2rem}@media screen and (max-width:768px){.app__work-list{padding:0}}h2{margin:2rem}.work-container{backdrop-filter:var(--glass-blur);-webkit-backdrop-filter:var(--glass-blur);background:var(--glass-bg);border:1px solid var(--glass-border);border-radius:20px;box-shadow:var(--shadow-lg);display:flex;flex-direction:column;overflow:hidden;padding:2.5rem;position:relative;transition:all var(--transition-base)}.work-container:before{background:var(--gradient-primary);border-radius:20px;bottom:-2px;content:"";left:-2px;opacity:0;position:absolute;right:-2px;top:-2px;transition:opacity var(--transition-base);z-index:-1}.work-container:hover{border-color:var(--accent-primary);box-shadow:var(--shadow-glow-hover);-webkit-transform:translateY(-8px);transform:translateY(-8px)}.work-container:hover:before{opacity:.1}.work-container:hover .work-title p{-webkit-text-fill-color:transparent;background:var(--gradient-primary);-webkit-background-clip:text;background-clip:text}.work-title{margin-bottom:1rem}.work-title p{align-items:center;color:var(--white-color);display:flex;font-size:1.75rem;font-weight:700;letter-spacing:-.02em;text-align:left;transition:all var(--transition-base)}@media screen and (max-width:768px){.work-title p{font-size:1.5rem}}.work-desc p{color:var(--gray-light);font-size:1.05rem;font-weight:400!important;line-height:1.7;text-align:left}@media screen and (max-width:768px){.work-desc p{font-size:1rem}}.app__work-content{flex-direction:column;padding:.5rem;position:relative;width:100%}.app__work-content h4{color:var(--white-color);font-weight:600;line-height:1.5;margin-top:1rem}@media screen and (min-width:2000px){.app__work-content h4{margin-top:3rem}}.app__work-content .app__work-tag{background:var(--gradient-primary);border-radius:12px;box-shadow:var(--shadow-md);color:var(--white-color);font-size:.85rem;font-weight:600;letter-spacing:.05em;padding:.5rem 1rem;position:absolute;top:-25px}.app__education{flex:1 1;flex-direction:column;width:100%}.app__education-container{display:flex;flex-direction:row;margin-top:3rem;width:80%}@media screen and (max-width:900px){.app__education-container{flex-direction:column;width:100%}}.app__education-list{align-items:flex-start;display:flex;flex:1 1;flex-wrap:wrap;justify-content:flex-start;margin-right:5rem}@media screen and (max-width:900px){.app__education-list{align-items:center;justify-content:center;margin-right:0}}.app__education-item{flex-direction:row;gap:2rem;margin:1rem;text-align:center;transition:all .3s ease-in-out}.app__education-item div{backdrop-filter:var(--glass-blur);-webkit-backdrop-filter:var(--glass-blur);background:var(--glass-bg);border:1px solid var(--glass-border);border-radius:15px;box-shadow:var(--shadow-lg);height:auto;padding:3rem;transition:all var(--transition-base);width:350px!important}.app__education-item div:hover{border-color:var(--accent-primary);box-shadow:var(--shadow-glow-hover);-webkit-transform:translateY(-8px);transform:translateY(-8px)}.app__education-item div img{height:50%;width:50%}@media screen and (min-width:2000px){.app__education-item div{height:150px;width:150px}}@media screen and (max-width:900px){.app__education-item div{padding:1rem;width:70px}}.app__education-item .education-date{background:transparent;border:none;box-shadow:none;color:var(--gray-color);font-size:.85rem;font-weight:500;text-align:left}.app__education-item .degree{color:var(--gray-light);font-size:.95rem;font-style:italic;font-weight:400}.app__education-item p{color:var(--white-color);font-size:1rem;font-weight:600;margin-top:.5rem}@media screen and (min-width:2000px){.app__education-item{margin:1rem 2rem}.app__education-item p{margin-top:1rem}}@media screen and (max-width:900px){.app__education-item{flex-direction:column}.app__education-item .education-date p{text-align:center}}.app__education-item *{box-shadow:none!important}.app__education-exp{align-items:flex-start;display:flex;flex:1 1;flex-direction:column;justify-content:flex-start}@media screen and (max-width:900px){.app__education-exp{margin-top:2rem}}.app__education-exp-item{align-items:flex-start;display:flex;flex-direction:row;justify-content:flex-start;margin:1rem 0;width:100%}.app__education-exp-works{flex:1 1}.app__education-exp-works .app__education-exp-work{align-items:flex-start;cursor:pointer;display:flex;flex-direction:column;justify-content:flex-start;margin-bottom:1rem}.app__education-exp-works .app__education-exp-work h4{font-weight:500}.app__education-exp-works .app__education-exp-work p{color:var(--gray-color);font-weight:400;margin-top:5px}.app__education-exp-year{margin-right:3rem}.app__education-exp-year p{font-weight:800}@media screen and (max-width:450px){.app__education-exp-year{margin-right:1rem}}.education-tooltip{backdrop-filter:var(--glass-blur)!important;-webkit-backdrop-filter:var(--glass-blur)!important;background-color:var(--bg-card)!important;border:1px solid var(--glass-border)!important;border-radius:12px!important;box-shadow:var(--shadow-xl)!important;color:var(--gray-light)!important;line-height:1.5!important;max-width:300px!important;opacity:1!important;padding:1rem!important;text-align:center!important}@media screen and (min-width:2000px){.education-tooltip{font-size:1.75rem!important;line-height:2!important;max-width:500px!important}}
/*# sourceMappingURL=main.6c46828c.css.map*/