*,*:before,*:after{box-sizing:border-box}html,body,#root{height:100%}body{margin:0;padding:0}a{color:inherit;text-decoration:none}img{display:block;max-width:100%;height:auto}ul,ol{list-style:none;margin:0;padding:0}button{font-family:inherit;cursor:pointer}body{font-family:Lato,sans-serif;font-weight:500;font-style:normal;background:#f3f3f3;color:#111;font-size:1rem;line-height:1.5;-webkit-tap-highlight-color:transparent}a,button,[role=button]{-webkit-tap-highlight-color:transparent}::selection{color:#222;background-color:#00ffeb}::-moz-selection{color:#222;background-color:#00ffeb}.layout{display:flex;flex-direction:row;height:100vh;background-color:#111;overflow:hidden}@media (max-width: 960px){.layout{flex-direction:column;height:auto;overflow-x:hidden}}.content{flex:1;padding:32px;width:100%;max-width:1600px;overflow-y:auto;height:100%}@media (max-width: 960px){.content{padding:16px;height:auto;overflow-y:visible}}.content{scroll-behavior:smooth}.content::-webkit-scrollbar{width:8px}.content::-webkit-scrollbar-track{background:transparent}.content::-webkit-scrollbar-thumb{background-color:#d4d4d4;border-radius:4px}.content::-webkit-scrollbar-thumb:hover{background-color:#a3a3a3}.sidebar{background:#0c0c0c;color:#eaeaea;padding:40px;position:sticky;top:0;align-self:flex-start;min-height:100vh;width:280px;flex-shrink:0;z-index:100}@media (max-width: 960px){.sidebar{width:100%;position:relative;min-height:auto;padding:24px;display:flex;flex-direction:column;align-items:center}}.sidebar>div{width:100%}.sidebar .avatar{width:75%;height:auto;border-radius:50%;border:2px solid #fff;overflow:hidden;margin:0}@media (max-width: 960px){.sidebar .avatar{max-width:120px;margin:0 auto 12px}}.sidebar .brand{margin:1.5rem 0 0;text-align:center}@media (max-width: 960px){.sidebar .brand{margin-top:16px}.sidebar .brand img{display:inline-block;max-width:180px}}.sidebar .brand strong{color:#00ffeb;font-weight:800}.sidebar .role{display:block;color:#fff;font-size:.75rem;margin-top:4px;font-style:italic}@media (max-width: 960px){.sidebar .role{text-align:center;margin-bottom:16px;font-size:1rem}}.sidebar .social{display:flex;gap:15px;margin:20px 0 24px}@media (max-width: 960px){.sidebar .social{justify-content:center;margin-bottom:16px;position:relative;width:100%}}.sidebar .social span{display:inline-block;cursor:pointer;width:35px;height:35px;line-height:35px;border-radius:50%;text-align:center;position:relative;z-index:1;color:#fff;border:1px solid #fff;transition:background .3s ease}.sidebar .social span:hover{background:#ffffff1a}.sidebar .menu-toggle{display:none;background:transparent;border:none;color:#fff;width:40px;height:40px;border-radius:50%;align-items:center;justify-content:center;cursor:pointer;transition:background .2s ease}.sidebar .menu-toggle:hover{background:#ffffff1a}@media (max-width: 960px){.sidebar .menu-toggle{display:flex;position:absolute;left:0;transform:translateY(-50%)}}.sidebar .nav{margin-top:2rem}@media (max-width: 960px){.sidebar .nav{transition:max-height .4s ease-in-out;width:100%;max-height:0;overflow:hidden;display:flex;flex-direction:column;align-items:center}.sidebar .nav.open{max-height:500px;padding-bottom:16px}.sidebar .nav a{display:block;width:100%;border-bottom:1px solid rgba(255,255,255,.05)}.sidebar .nav a:last-child{border-bottom:none}}.nav a{display:block;padding:8px 12px;border-radius:10px;color:#e8e8e8;margin:4px 0;font-weight:500;transition:all .12s ease}.nav a:hover{background:#111;transform:translate(2px)}.nav a.active{background:#2f2f2f}.info-card{background-color:#0c0c0c;border-radius:8px;overflow:hidden;box-shadow:1px 1px 2px #9d9d9d33;transition:all .3s ease;height:100%;display:flex;flex-direction:column;border:1px solid #ddd}.info-card:hover{transform:translateY(-4px);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.info-card--project .info-card__body{padding:16px}.info-card__thumb{position:relative;width:100%;padding-top:56.25%;overflow:hidden;background-color:#f5f5f5}.info-card__thumb img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.info-card__thumb:hover img{transform:scale(1.05)}.info-card__tag{position:absolute;top:12px;right:12px;padding:4px 10px;border-radius:20px;font-size:.625rem;font-weight:700;color:#fff;z-index:2;background-color:#1f1f1f}.info-card__tag.purple{background-color:#6d28d2}.info-card__tag.red{background-color:red}.info-card__tag.orange{background-color:orange}.info-card__body{padding:24px;flex:1;display:flex;flex-direction:column}.info-card__title{font-family:Poppins,sans-serif;font-size:1.25rem;font-weight:600;color:#111;margin-bottom:12px}.info-card__title--bordered{border-bottom:2px solid #00ffeb;padding-bottom:8px;display:inline-block;margin-bottom:16px}.info-card__content{color:#333;font-size:1rem;line-height:1.75;flex:1}.card{background-color:#2f2f2f;border-radius:8px;overflow:hidden;box-shadow:1px 1px 2px #9d9d9d33;transition:all .3s ease;display:flex;flex-direction:column;height:100%;width:100%;text-decoration:none;color:inherit;cursor:pointer}.card[type=button]{font-family:inherit;text-align:left;padding:0;border:1px solid #ddd}.card:hover{transform:translateY(-4px);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.card:hover .card__thumbnail img{transform:scale(1.05)}.card__thumbnail{position:relative;width:100%;padding-top:56.25%;overflow:hidden;background-color:#f5f5f5}.card__thumbnail img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.card__tag{position:absolute;top:12px;left:12px;padding:4px 12px;border-radius:20px;font-size:.625rem;font-weight:700;color:#fff;z-index:2;text-transform:uppercase;letter-spacing:.5px}.card__tag--purple{background-color:#6d28d2}.card__tag--red{background-color:red}.card__tag--orange{background-color:orange}.card__tag--white{background-color:#fff;color:#1f1f1f}.card__body{padding:16px;flex:1;display:flex;flex-direction:column;gap:8px}.card__title{font-family:Poppins,sans-serif;font-size:1rem;font-weight:700;color:#eaeaea;margin:0;line-height:1.2}.card__description{font-size:.625rem;color:#eaeaea;line-height:1.75;margin:0;flex:1}.card__tech-tags{display:flex;flex-wrap:wrap;gap:8px;margin-top:8px}.card__tech-tag{display:inline-block;font-size:.625rem;font-weight:500;padding:4px 12px;background:#e5e5e5;color:#111;border-radius:6px;transition:all .2s ease}.card__tech-tag:hover{background:#00ffeb;color:#1f1f1f}.btn{border:0;font-size:.625rem;padding:8px;background:#0c0c0c;color:#fff;cursor:pointer;transition:all .2s ease;display:inline-flex;align-items:center;gap:4px}.btn:hover{background:#00ffeb;color:#1f1f1f}.btn:disabled{opacity:.5;cursor:not-allowed}.wrapper{position:relative;display:flex;justify-content:center;height:10rem;margin:16px 16px 0;padding-top:2.2rem;background:#111}.wrapper:after{position:absolute;bottom:0;width:100%;padding:.2rem;text-align:center;background:#ffffff40}.spinner{width:4rem;height:4rem;position:relative}.spinner:before,.spinner:after{content:"";position:absolute;top:50%;left:50%;width:100%;height:100%;border-radius:50%;transform:translate(-50%,-50%) scale(0)}.spinner:before{background:#1f1f1f;animation:pulse2 2s ease-in-out infinite}.spinner:after{background:#1f1f1f;animation:pulse2 2s 1s ease-in-out infinite}@keyframes pulse2{0%,to{transform:translate(-50%,-50%) scale(0);opacity:1}50%{transform:translate(-50%,-50%) scale(1);opacity:0}}h1,.h1{font-size:2.5rem;font-weight:800;color:#111;margin-bottom:24px;line-height:1.2}@media (max-width: 768px){h1,.h1{font-size:2rem}}h2,.h2{font-size:2rem;font-weight:700;color:#111;margin-bottom:20px}@media (max-width: 768px){h2,.h2{font-size:1.5rem}}h3,.h3{font-size:1.5rem;font-weight:700;color:#111;margin-bottom:16px}@media (max-width: 768px){h3,.h3{font-size:1.25rem}}.section-title{position:relative;display:inline-block;margin-bottom:32px}.section-title:after{content:"";position:absolute;bottom:-8px;left:0;width:40px;height:4px;background-color:#00ffeb;border-radius:2px}.title-wrapper{margin-bottom:16px}.title-wrapper .title{align-items:center;display:flex}.title-wrapper .title h1{float:left;margin:0;padding:0;font-family:Poppins,sans-serif;font-weight:900;font-size:2.5rem;letter-spacing:-2px;line-height:2.5rem;color:#eaeaea}@media (max-width: 960px){.title-wrapper .title h1{margin:0;width:100%;display:flex;font-size:1.25rem;line-height:2rem}}.title-wrapper .title h1 svg{width:35px;height:35px;color:#111;margin-top:5px;display:none}.title-wrapper .title h1>span{float:right;margin:8px 0 0;font-family:Kaushan Script,cursive;font-weight:500}@media (max-width: 960px){.title-wrapper .title h1>span{float:none;margin-top:5px;font-size:1.5rem}}@media (max-width: 768px){.title-wrapper .title h1>span{font-size:1.25rem}}.title-wrapper .title h1>span span{background:linear-gradient(-45deg,#0fa,#fb0,#00ffeb,#a6ff00);background-size:300%;background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;animation:gradient 20s ease infinite;font-size:4rem;text-transform:uppercase;font-family:Poppins,sans-serif;font-weight:900}@media (max-width: 960px){.title-wrapper .title h1>span span{font-size:2.5rem}}@media (max-width: 768px){.title-wrapper .title h1>span span{font-size:1.5rem}}.title-wrapper p{font-style:italic;font-size:.75rem;margin-top:0;font-weight:300;color:#737373}.project-details .tags{list-style:none;display:flex;gap:12px;padding:0;margin:24px 0}.project-details .tags li{font-size:.625rem;padding:4px 8px;background:#e5e5e5;border-radius:4px}.project-details img{max-width:100%;margin-bottom:24px;border-radius:8px}.project-details h1{margin-bottom:16px}.project-details h1,.project-details h3,.project-details p{color:#fafafa}.about{max-width:1024px;line-height:1.75}.about p{font-size:1.25rem;font-style:italic;color:#fafafa}.laboratory{max-width:1600px;padding:32px 0}@media (max-width: 768px){.laboratory{padding:24px 0}}.laboratory-header{margin-bottom:32px}.laboratory-header h1{font-size:2.5rem;font-weight:700;color:#111;margin-bottom:16px}@media (max-width: 768px){.laboratory-header h1{font-size:2rem}}.laboratory-header p{font-size:1.25rem;color:#333;line-height:1.75;max-width:800px}@media (max-width: 768px){.laboratory-header p{font-size:1rem}}.category-filter{display:flex;gap:12px;margin-bottom:24px;flex-wrap:wrap}.category-filter .filter-btn{padding:8px 16px;font-size:.75rem;font-weight:500;color:#333;background:#fff;border:2px solid #ddd;border-radius:8px;cursor:pointer;transition:all .2s ease}.category-filter .filter-btn:hover{border-color:#00ffeb;color:#00ffeb}.category-filter .filter-btn.active{background:#00ffeb;color:#1f1f1f;border-color:#00ffeb}.projects-grid{display:flex;flex-wrap:wrap;gap:24px}.projects-grid>div{flex:1 1 280px;max-width:350px;display:flex}@media (max-width: 768px){.projects-grid{gap:16px}.projects-grid>div{flex:1 1 240px}}.project-viewer{position:fixed;inset:0;background:#000000f2;z-index:1000;display:flex;flex-direction:column;animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.viewer-header{display:flex;justify-content:space-between;align-items:center;padding:16px 24px;background:#ffffff0d;backdrop-filter:blur(10px);border-bottom:1px solid rgba(255,255,255,.1)}@media (max-width: 768px){.viewer-header{padding:12px 16px}}.viewer-title{display:flex;align-items:center;gap:16px}.viewer-title h2{font-size:1.5rem;font-weight:700;color:#fff;margin:0}@media (max-width: 768px){.viewer-title h2{font-size:1.25rem}}.github-link{display:inline-flex;align-items:center;gap:8px;padding:8px 16px;font-size:.75rem;font-weight:500;color:#fff;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:6px;text-decoration:none;transition:all .2s ease}.github-link svg{font-size:1.25rem}.github-link:hover{background:#fff3;border-color:#fff6}@media (max-width: 768px){.github-link span{display:none}}.close-btn{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:50%;color:#fff;font-size:1.5rem;cursor:pointer;transition:all .2s ease}.close-btn:hover{background:#f003;border-color:#f006}.viewer-content{flex:1;overflow:hidden;padding:16px;display:flex;align-items:center;justify-content:center}.project-iframe{width:100%;height:100%;min-height:80vh;border:none;border-radius:8px;background:#fff;box-shadow:0 25px 50px -12px #00000040}.home-container{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:80vh;text-align:center;color:#fff;padding:2rem}@media (max-width: 1024px){.home-container{padding:2rem;min-height:auto}}@media (max-width: 768px){.home-container{padding:1.5rem;min-height:auto}}@media (max-height: 850px){.home-container{min-height:auto;padding-top:0;padding-bottom:2rem}}.home-container .badge{background:#9333ea1a;border:1px solid rgba(147,51,234,.3);color:#c084fc;padding:.5rem 1rem;border-radius:9999px;font-size:.875rem;display:inline-flex;align-items:center;gap:.5rem;margin-bottom:2rem}.home-container .badge svg{font-size:1rem}@media (max-height: 850px){.home-container .badge{margin-bottom:1rem}}.home-container h1{font-size:3rem;font-family:Poppins,sans-serif;font-weight:300;line-height:1.1;margin-bottom:1.5rem;margin-top:75px;background:#fff;background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}@media (max-width: 1024px){.home-container h1{margin-top:2rem}}@media (max-width: 768px){.home-container h1{margin-bottom:1rem;margin-top:0}}@media (max-height: 850px){.home-container h1{font-size:1.5rem;margin-bottom:1rem}}.home-container h1 span{font-size:5rem;font-weight:600;text-transform:uppercase}@media (max-width: 768px){.home-container h1 span{font-size:3rem}}.home-container h1 .gradient-text{display:block;background:linear-gradient(-45deg,#0fa,#fb0,#00ffeb,#a6ff00);background-size:300%;background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;animation:gradient 15s ease infinite}@keyframes gradient{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}.home-container .glow-effect{filter:drop-shadow(0 0 20px currentColor)}.home-container .subtitle{font-size:1.125rem;max-width:600px;margin-bottom:3rem;line-height:1.6}@media (max-width: 768px){.home-container .subtitle{font-size:1rem;margin-bottom:2rem}}@media (max-height: 850px){.home-container .subtitle{margin-bottom:2rem}}.home-container .subtitle i{font-family:Poppins,sans-serif;font-size:1rem;font-weight:400}@media (max-width: 768px){.home-container .subtitle br{display:none}}.home-container .cta-group{display:flex;gap:1rem;margin-bottom:5rem}@media (max-width: 768px){.home-container .cta-group{flex-direction:column;width:100%;margin-bottom:3rem}}@media (max-height: 850px){.home-container .cta-group{margin-bottom:2.5rem}}.home-container .cta-group .btn{padding:.75rem 2rem;border-radius:.5rem;font-weight:600;transition:all .3s ease;display:flex;align-items:center;gap:.5rem;cursor:pointer;text-decoration:none}@media (max-width: 768px){.home-container .cta-group .btn{width:100%;justify-content:center}}.home-container .cta-group .btn.btn-primary{background:radial-gradient(circle at center,#a6ff00,#00ffeb);color:#000;border:none;box-shadow:0 4px 14px #c084fc66;box-shadow:0 4px 14px #00f7ff66}.home-container .cta-group .btn.btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #00f7ff66}.home-container .cta-group .btn.btn-secondary{background:#ffffff0d;color:#e2e8f0;border:1px solid rgba(255,255,255,.1)}.home-container .cta-group .btn.btn-secondary:hover{background:#ffffff1a}.home-container .features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;width:100%;max-width:1000px}@media (max-width: 1024px){.home-container .features-grid{grid-template-columns:1fr}}@media (max-width: 768px){.home-container .features-grid{grid-template-columns:1fr}}@media (max-height: 850px){.home-container .features-grid{gap:1.5rem}}.home-container .features-grid .feature-card{background:#1e293b66;border:1px solid rgba(255,255,255,.05);padding:2rem;border-radius:1rem;text-align:left;transition:all .3s ease}@media (max-height: 850px){.home-container .features-grid .feature-card{padding:1.5rem}}.home-container .features-grid .feature-card:hover{transform:translateY(-5px);background:#1e293b99;border-color:#9333ea4d}.home-container .features-grid .feature-card .icon-box{width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:1rem;font-size:1.5rem}.home-container .features-grid .feature-card .icon-box.purple{background:#a855f733;color:#d8b4fe}.home-container .features-grid .feature-card .icon-box.pink{background:#ec489933;color:#fca5a5}.home-container .features-grid .feature-card .icon-box.blue{background:#3b82f633;color:#93c5fd}.home-container .features-grid .feature-card h3{font-size:1.25rem;font-weight:700;color:#fff;margin-bottom:.5rem}.home-container .features-grid .feature-card p{color:#94a3b8;font-size:.875rem;line-height:1.5}.about-page{display:flex;flex-direction:column;gap:64px;padding:40px;max-width:1400px}@media (max-width: 768px){.about-page{padding:24px 0;gap:40px}}.about-page .glass-card{background:#ffffff08;backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.05);border-radius:16px;padding:40px;box-shadow:0 8px 32px #0000004d}.about-page .about-hero-grid{display:grid;grid-template-columns:1fr;gap:40px}@media (min-width: 961px){.about-page .about-hero-grid{grid-template-columns:2.6fr 1fr}}@media (max-width: 768px){.about-page .about-hero-grid{grid-template-columns:1fr}}.about-page .about-hero-grid .about-header{display:flex;flex-wrap:wrap;gap:40px;align-items:center}@media (max-width: 768px){.about-page .about-hero-grid .about-header{justify-content:flex-start;text-align:left}}.about-page .about-hero-grid .about-header .profile-photo-wrapper{position:relative;width:180px;height:180px;margin:0 auto}.about-page .about-hero-grid .about-header .profile-photo-wrapper .profile-photo{width:100%;height:100%;object-fit:cover;border-radius:20px;border:1px solid rgba(255,255,255,.1)}.about-page .about-hero-grid .about-header .profile-photo-wrapper .verified-badge{position:absolute;bottom:-5px;right:-5px;background:#00ffeb;color:#1f1f1f;width:28px;height:28px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1rem;box-shadow:0 0 15px #00ffeb66;border:2px solid #1f1f1f}.about-page .about-hero-grid .about-header .header-info .summary{color:#9aa0a6;font-size:1rem;line-height:1.6;margin-bottom:40px}.about-page .about-hero-grid .code-card{font-family:Fira Code,monospace;font-size:.85rem;height:100%;display:flex;flex-direction:column}.about-page .about-hero-grid .code-card .window-controls{display:flex;gap:8px;margin-bottom:24px}.about-page .about-hero-grid .code-card .window-controls span{width:12px;height:12px;border-radius:50%}.about-page .about-hero-grid .code-card .window-controls span:nth-child(1){background:#ff5f56}.about-page .about-hero-grid .code-card .window-controls span:nth-child(2){background:#ffbd2e}.about-page .about-hero-grid .code-card .window-controls span:nth-child(3){background:#27c93f}.about-page .about-hero-grid .code-card .window-controls .filename{margin-left:10px;color:#ffffff4d;font-size:.75rem}.about-page .about-hero-grid .code-card pre{margin:0;line-height:1.7;white-space:pre-wrap;word-break:break-all;color:#737373}.about-page .about-hero-grid .code-card pre .keyword{color:#f472b6}.about-page .about-hero-grid .code-card pre .property{color:#93c5fd}.about-page .about-hero-grid .code-card pre .string{color:#00ffeb}.about-page .about-hero-grid .code-card pre .number{color:#fbbf24}.about-page .about-hero-grid .code-card pre .boolean{color:#818cf8}.about-page .stats-section .stats-grid{display:grid;grid-template-columns:repeat(1,1fr);gap:24px}@media (min-width: 769px){.about-page .stats-section .stats-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1281px){.about-page .stats-section .stats-grid{grid-template-columns:repeat(4,1fr)}}.about-page .stats-section .stats-grid .stat-card{padding:40px;display:flex;flex-direction:column;justify-content:center;aspect-ratio:2/1}@media (max-width: 768px){.about-page .stats-section .stats-grid .stat-card{padding:24px}}@media (min-width: 769px){.about-page .stats-section .stats-grid .stat-card{aspect-ratio:auto;height:140px}}.about-page .stats-section .stats-grid .stat-card .icon{color:#00ffeb;font-size:1.2rem;margin-bottom:8px;opacity:.8}.about-page .stats-section .stats-grid .stat-card .label{color:#9aa0a6;font-size:.85rem;margin-bottom:4px}@media (max-width: 768px){.about-page .stats-section .stats-grid .stat-card .label{font-size:.75rem;white-space:nowrap}}.about-page .stats-section .stats-grid .stat-card .value{font-size:2rem;font-weight:800;color:#fff}.about-page .about-main-layout{display:grid;grid-template-columns:1fr;gap:64px}@media (min-width: 961px){.about-page .about-main-layout{grid-template-columns:1fr 350px;align-items:start}}.about-page .about-main-layout .experience-section .section-title{display:flex;align-items:center;gap:12px;font-size:1.3rem;margin-bottom:40px;color:#fff}.about-page .about-main-layout .experience-section .section-title svg{color:#00ffeb}.about-page .about-main-layout .experience-section .timeline{display:flex;flex-direction:column;gap:24px;padding-left:20px;border-left:1px solid rgba(255,255,255,.05)}.about-page .about-main-layout .experience-section .timeline .timeline-item{position:relative}.about-page .about-main-layout .experience-section .timeline .timeline-item:before{content:"";position:absolute;left:-24px;top:5px;width:8px;height:8px;background:#00ffeb;border-radius:50%;box-shadow:0 0 10px #00ffeb}.about-page .about-main-layout .experience-section .timeline .timeline-item .item-header{display:flex;justify-content:space-between;margin-bottom:4px}.about-page .about-main-layout .experience-section .timeline .timeline-item .item-header h3{font-size:1.1rem;color:#fff;margin-top:0}.about-page .about-main-layout .experience-section .timeline .timeline-item .item-header .date{color:#00ffeb;font-size:.8rem;font-weight:600}.about-page .about-main-layout .experience-section .timeline .timeline-item .company{color:#9aa0a6;font-size:.9rem;margin-bottom:8px;display:block}.about-page .about-main-layout .experience-section .timeline .timeline-item .description{color:#9aa0a6;font-size:.95rem;line-height:1.5}.about-page .about-main-layout .about-sidebar{display:flex;flex-direction:column;gap:40px}.about-page .about-main-layout .about-sidebar .sidebar-section h2{display:flex;align-items:center;gap:10px;font-size:1rem;margin-bottom:24px;color:#fff}.about-page .about-main-layout .about-sidebar .sidebar-section h2 svg{color:#00ffeb}.about-page .about-main-layout .about-sidebar .sidebar-section .tech-tags{display:flex;flex-wrap:wrap;gap:8px}.about-page .about-main-layout .about-sidebar .sidebar-section .tech-tags .tag{background:#ffffff08;border:1px solid rgba(255,255,255,.05);padding:6px 12px;border-radius:20px;font-size:.8rem;color:#9aa0a6}.about-page .about-main-layout .about-sidebar .sidebar-section .soft-skills-card h2{color:#fff}.about-page .about-main-layout .about-sidebar .sidebar-section .soft-skills-card h2 svg{color:#fff;opacity:.8}.about-page .about-main-layout .about-sidebar .sidebar-section .soft-skills-card ul{color:#f3f3f3}.about-page .about-main-layout .about-sidebar .sidebar-section .soft-skills-card .currently-studying{margin-top:40px;padding-top:24px;border-top:1px solid rgba(255,255,255,.1)}.about-page .about-main-layout .about-sidebar .sidebar-section .soft-skills-card .currently-studying .label{font-size:.65rem;text-transform:uppercase;font-weight:800;opacity:.6;display:block;margin-bottom:8px}.about-page .about-main-layout .about-sidebar .sidebar-section .soft-skills-card .currently-studying .study-tags{display:flex;gap:6px}.about-page .about-main-layout .about-sidebar .sidebar-section .soft-skills-card .currently-studying .study-tags span{background:#ffffff1a;padding:4px 10px;border-radius:20px;font-size:.75rem;color:#f3f3f3}.grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:24px;margin-top:32px}@media (max-width: 768px){.grid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:16px}}
