.navbar{background-color:var(--navbar-bg);padding:2rem 0;position:fixed;top:0;transition:background-color .3s ease;width:100%;z-index:1000}.nav-container{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:1650px;padding:0 2rem;position:relative}.nav-components{align-items:center;display:inline-flex;gap:19px;justify-content:center;left:50%;position:absolute;transform:translateX(-50%)}.nav-right{align-items:center;display:flex;margin-left:auto}.theme-toggle-btn{align-items:center;background:#ffffff0a;border:1px solid var(--border-color);border-radius:999px;box-shadow:0 4px 12px #00000040;color:var(--navbar-text);cursor:pointer;display:inline-flex;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;font-size:.8rem;font-weight:500;gap:.4rem;justify-content:center;letter-spacing:.06em;outline:none;padding:.25rem .9rem;text-transform:uppercase;transition:background .25s ease,color .25s ease,border-color .25s ease,transform .18s ease,box-shadow .25s ease,opacity .25s ease}.theme-toggle-btn:before{content:"☀️";font-size:.9rem;transform:translateY(1px);transition:transform .18s ease,filter .25s ease,opacity .25s ease}.theme-toggle-btn:hover{background:var(--navbar-hover);border-color:var(--navbar-hover);box-shadow:0 6px 16px #00000059;color:#fff;transform:translateY(-1px)}.theme-toggle-btn:active{box-shadow:0 3px 10px #00000040;transform:translateY(0)}.nav-item{align-items:center;background-color:initial;border-radius:12px;cursor:pointer;display:flex;height:40px;justify-content:center;padding:0 13px;position:relative;text-decoration:none;transition:all .3s ease;width:90px}.nav-item.active{background:var(--navbar-active-bg)}.nav-text{align-items:center;color:var(--navbar-text);display:flex;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;font-size:18px;font-weight:500;justify-content:center;line-height:36px;transition:color .3s ease}.nav-item.active .nav-text{color:var(--navbar-active-text)}.nav-item:not(.active):after{background-color:var(--navbar-hover);bottom:5px;content:"";height:2px;left:50%;position:absolute;transform:translateX(-50%);transition:all .3s ease;width:0}.nav-item:not(.active):hover:after{width:70%}.nav-item:not(.active):hover .nav-text{color:var(--navbar-hover)}.nav-item-dropdown{position:relative}.dropdown-arrow{font-size:12px;margin-left:5px;transition:transform .3s ease}.dropdown-arrow.open{transform:rotate(180deg)}.dropdown-menu{background-color:var(--dropdown-bg);border:1px solid var(--border-color);border-radius:12px;box-shadow:0 4px 12px var(--shadow-color);left:0;min-width:140px;opacity:0;padding:.5rem 0;position:absolute;top:100%;transform:translateY(-10px);transition:all .3s ease;visibility:hidden;z-index:1001}.dropdown-menu.open{opacity:1;transform:translateY(0);visibility:visible}.dropdown-item{color:var(--navbar-text);display:block;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;font-size:16px;font-weight:400;padding:.5rem 1rem;text-decoration:none;transition:all .3s ease}.dropdown-item:hover{background-color:var(--dropdown-item-bg-hover);color:var(--navbar-hover)}.menu-btn{align-items:center;background:#ffffff0d;border:1px solid var(--border-color);border-radius:12px;box-shadow:0 4px 12px #00000040;color:var(--navbar-text);cursor:pointer;display:none!important;display:flex;font-size:1.4rem;height:42px;justify-content:center;padding:.55rem;position:fixed;right:1.5rem;top:1rem;transition:all .3s ease;width:42px;z-index:1002}.menu-btn:hover{background:var(--navbar-hover);border-color:var(--navbar-hover);box-shadow:0 6px 16px #00000059;color:#fff;transform:translateY(-2px) scale(1.05)}@media screen and (max-width:768px){.navbar{padding:1rem 0}.nav-container{justify-content:flex-end;padding-right:2rem}.menu-btn{display:flex!important}.nav-components{background-color:var(--navbar-bg);border:1px solid var(--border-color);border-radius:12px;box-shadow:0 4px 12px var(--shadow-color);flex-direction:column;gap:.8rem;left:auto;opacity:0;padding:1rem;position:fixed;right:2rem;top:4rem;transform:none;transform:translateY(-10px);transition:all .3s ease;visibility:hidden;z-index:1001}.nav-components.open{display:flex;opacity:1;transform:translateY(0);visibility:visible}.nav-right{left:1.5rem;position:fixed;right:auto;top:1rem;z-index:1002}.theme-toggle-btn{font-size:12px;padding:.2rem .5rem}.nav-item{justify-content:center}.nav-item,.nav-item-dropdown{width:150px}.dropdown-menu{background-color:var(--dropdown-item-bg-hover);border:1px solid var(--border-color);border-radius:8px;box-shadow:none;margin-top:.5rem;opacity:1;position:static;transform:translateY(0);visibility:visible}.dropdown-menu.open{display:block}.dropdown-menu:not(.open){display:none}}.nav-right{transition:opacity .4s ease,transform .4s ease}.nav-right.hide{opacity:0;pointer-events:none;transform:translateY(-10px)}.nav-right.show{opacity:1;pointer-events:auto;transform:translateY(0)}.home{align-items:center;background-color:var(--bg-color);display:flex;flex-direction:column;gap:2rem;justify-content:flex-start;margin-top:150px;min-height:calc(100vh - 80px);padding:2rem;transition:background-color .3s ease}.hero-section{flex-direction:column-reverse;gap:2rem;padding:0 1rem}.hero-content,.hero-section{text-align:center}.hero-content h1{font-size:2.2rem;margin-bottom:.8rem}.hero-content h2{font-size:1.4rem}.hero-content p{margin-bottom:1.5rem}.hero-image{max-width:280px;width:100%}@media (min-width:481px){.hero-section{flex-direction:row;gap:2rem;padding:0 1.5rem}.hero-content,.hero-section{text-align:left}.hero-content h1{font-size:2.8rem}.hero-content h2{font-size:1.6rem}.hero-image{max-width:320px}}@media (min-width:769px){.home{padding:2rem}.hero-section{gap:4rem;padding:0 2rem}.hero-content h1{font-size:4.5rem}.hero-content h2{font-size:2.2rem}.hero-content p{font-size:1.1rem;max-width:550px}.hero-image{max-width:380px}}@media (min-width:1201px){.hero-image{max-width:450px}}@media (max-width:480px){.hero-image{margin-bottom:1.5rem;max-width:250px}.hero-image img{border-radius:15px}}.hero-image img:focus{outline:2px solid var(--link-color);outline-offset:4px}.social-links{align-self:flex-start;flex-wrap:wrap;gap:1.5rem;justify-content:flex-start;margin-left:0;margin-top:2rem;padding-left:0;width:100%}.social-icon,.social-links{align-items:center;display:flex}.social-icon{animation:fadeInScale .6s ease forwards;border-radius:50%;cursor:pointer;flex-shrink:0;height:44px;justify-content:center;margin:0;opacity:0;overflow:hidden;text-decoration:none;transition:transform .3s ease,box-shadow .3s ease;width:44px}@keyframes fadeInScale{0%{opacity:0;transform:scale(.5)}to{opacity:1;transform:scale(1)}}.social-icon img.social-svg{display:block;height:24px;object-fit:contain;width:24px}.social-icon.linkedin{background-color:#0a66c2}.social-icon.linkedin:hover{box-shadow:0 4px 12px #0a66c24d;transform:scale(1.15)}.social-icon.github{background-color:#fff;border:1px solid #e1e4e8}.social-icon.github:hover{box-shadow:0 4px 12px #24292f4d;transform:scale(1.15)}.social-icon.instagram{background:radial-gradient(circle at 30% 107%,#fdf497 0,#fdf497 5%,#fd5949 45%,#d6249f 60%,#285aeb 90%)}.social-icon.instagram:hover{box-shadow:0 4px 12px #ff007b4d;transform:scale(1.15)}.social-icon.figma{background-color:#1e1e1e}.social-icon.figma:hover{box-shadow:0 4px 12px #1e1e1e4d;transform:scale(1.15)}.social-icon.behance{background-color:#1769ff}.social-icon.behance:hover{box-shadow:0 4px 12px #1769ff4d;transform:scale(1.15)}@media screen and (min-width:1200px){.social-links{gap:2rem;justify-content:flex-start}.social-icon{height:48px;width:48px}.social-icon img.social-svg{height:26px;width:26px}}@media screen and (min-width:769px) and (max-width:1199px){.social-links{gap:1.75rem;justify-content:flex-start}}@media screen and (min-width:481px) and (max-width:768px){.social-links{gap:1.5rem;justify-content:center;margin-inline:auto;width:100%}.social-icon{height:40px;width:40px}.social-icon img.social-svg{height:22px;width:22px}}@media screen and (max-width:480px){.social-links{justify-content:center;margin-top:auto;padding-bottom:1.5rem;width:100%}.social-icon{height:36px;width:36px}.social-icon img.social-svg{height:20px;width:20px}}@media screen and (max-width:360px){.social-icon{height:34px;width:34px}.social-icon img.social-svg{height:18px;width:18px}}@media screen and (max-width:319px){.social-icon{height:32px;width:32px}.social-icon img.social-svg{height:16px;width:16px}}.social-icon *{margin:0;padding:0}.social-icon img,.social-icon svg{display:block;margin:auto}.cta-buttons{align-items:center;animation:fadeInRight .8s ease .6s forwards;flex-wrap:nowrap;justify-content:flex-start;margin:0;opacity:0;padding:0}.cta-buttons .btn{align-items:center;border:2px solid #0000;border-radius:8px;box-sizing:border-box;display:inline-flex;font-size:1rem;font-weight:600;height:50px;justify-content:center;overflow:hidden;position:relative;text-align:center;text-decoration:none;transition:all .3s ease;white-space:nowrap;width:150px}.cta-buttons .btn:before{background:linear-gradient(90deg,#0000,#fff3,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .5s ease;width:100%}.cta-buttons .btn:hover:before{left:100%}.cta-buttons .btn.primary{background-color:#3b82f6;background-color:var(--link-color,#3b82f6);border-color:#3b82f6;border-color:var(--link-color,#3b82f6);color:#fff;color:var(--bg-color,#fff)}.cta-buttons .btn.primary:hover{background-color:#2563eb;background-color:var(--link-hover-color,#2563eb);border-color:#2563eb;border-color:var(--link-hover-color,#2563eb);box-shadow:0 4px 12px #00000026;box-shadow:0 4px 12px var(--shadow-color,#00000026);transform:translateY(-2px)}.cta-buttons .btn.primary:active{transform:translateY(0)}.cta-buttons .btn.secondary{background-color:initial;background:#f9fafb;background:var(--accent-color,#f9fafb);border-color:#d1d5db;border-color:var(--border-color,#d1d5db);color:#374151;color:var(--paragraph-color,#374151)}.cta-buttons .btn.secondary:hover{background-color:#3b82f6;background-color:var(--link-color,#3b82f6);border-color:#3b82f6;border-color:var(--link-color,#3b82f6);box-shadow:0 4px 12px #00000026;box-shadow:0 4px 12px var(--shadow-color,#00000026);color:#fff;color:var(--bg-color,#fff);transform:translateY(-2px)}.cta-buttons .btn.secondary:active{transform:translateY(0)}.cta-buttons .btn:focus{outline:2px solid #3b82f6;outline:2px solid var(--link-color,#3b82f6);outline-offset:4px}.cta-buttons .btn:hover{box-shadow:0 4px 12px #00000026;box-shadow:0 4px 12px var(--shadow-color,#00000026)}body.dark .cta-buttons .btn.primary{box-shadow:0 2px 4px #0003}body.dark .cta-buttons .btn.secondary{background:#1f2937;border-color:#4b5563;box-shadow:0 2px 4px #0000001a;color:#e5e7eb}body.dark .cta-buttons .btn:hover{box-shadow:0 6px 16px #0006}@media (max-width:480px){.cta-buttons{gap:.75rem}.cta-buttons .btn{font-size:1rem;font-size:.9rem!important;height:44px!important;padding:10px 16px!important;width:10!important}}@media (min-width:481px) and (max-width:768px){.cta-buttons{gap:1rem}.cta-buttons .btn{font-size:1.05rem;height:62px;width:175px}}@media (min-width:769px){.cta-buttons{gap:1rem}.cta-buttons .btn{font-size:1.1rem;height:64px;width:185px}}@media (prefers-reduced-motion:reduce){.cta-buttons,.cta-buttons .btn,.cta-buttons .btn:before{animation:none!important;opacity:1!important;transform:none!important;transition:none!important}.cta-buttons .btn:hover{transform:none!important}.cta-buttons .btn:before{display:none}}@media (prefers-contrast:high){.cta-buttons .btn{border-width:3px}.cta-buttons .btn.primary{border-color:#3b82f6;border-color:var(--link-color,#3b82f6)}.cta-buttons .btn.secondary{border-color:#374151;border-color:var(--paragraph-color,#374151)}}.about{background-color:var(--bg-color);flex-direction:column;gap:2rem;justify-content:flex-start;margin-top:150px;min-height:calc(100vh - 80px);padding:2rem;transition:background-color .3s ease}.about,.hero-section{align-items:center;display:flex}.hero-section{flex-wrap:wrap;gap:4rem;justify-content:space-between;margin:0 auto;max-width:1200px;padding:0 2rem}.hero-content{max-width:600px;min-width:300px;text-align:left}.hero-content h1{animation:fadeInRight .8s ease forwards;font-size:4.5rem;line-height:1.1}.hero-content h2{animation:fadeInRight .8s ease .2s forwards;font-size:2.2rem;line-height:1.3;opacity:0}.hero-content h3{color:var(--secondary-text-color);font-size:1.2rem;line-height:1.3;margin-bottom:1rem;transition:color .3s ease}.hero-content h3,.hero-content p{animation:fadeInRight .8s ease .4s forwards;opacity:0}.hero-content p{font-size:1.1rem;max-width:550px}.cta-buttons{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:2rem}.btn{align-items:center;border:2px solid #0000;border-radius:8px;display:inline-flex;font-size:1rem;font-weight:600;justify-content:center;min-width:140px;padding:12px 24px;text-decoration:none;transition:all .3s ease}.btn.primary{background-color:var(--link-color);border-color:var(--link-color);color:var(--bg-color)}.btn.primary:hover{background-color:var(--link-hover-color);border-color:var(--link-hover-color);box-shadow:0 4px 12px var(--shadow-color);transform:translateY(-2px)}.btn.secondary{background-color:initial;border-color:var(--link-color);color:var(--link-color)}.btn.secondary:hover{background-color:var(--link-color);box-shadow:0 4px 12px var(--shadow-color);color:var(--bg-color);transform:translateY(-2px)}.hero-image{align-items:center;display:flex;flex:1 1;justify-content:center;margin:0 auto;max-width:500px;min-width:300px}.hero-image img{animation:fadeInUp 1s ease .4s forwards;border-radius:20px;box-shadow:0 10px 20px var(--shadow-color);height:auto;object-fit:cover;opacity:0;transition:box-shadow .3s ease;width:100%}.hero-image img:hover{box-shadow:0 15px 30px var(--shadow-color)}.experience-wrapper{background-color:var(--card-bg);border:1px solid var(--border-color);border-radius:16px;margin-left:auto;margin-right:auto;margin-top:4rem;max-width:1200px;padding:3rem 2rem;transition:all .3s ease-in-out;width:100%}.experience-wrapper:hover{box-shadow:0 4px 16px var(--shadow-color)}.section-divider{border:none;border-top:2px solid var(--border-color);margin:3rem auto;transition:border-color .3s ease;width:80%}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInRight{0%{opacity:0;transform:translateX(-30px)}to{opacity:1;transform:translateX(0)}}.section-animate{opacity:0;transform-style:preserve-3d;transition:all 1.2s cubic-bezier(.25,.46,.45,.94);transition-delay:.1s;will-change:transform,opacity}.section-animate[data-animation=slide-in-left]{transform:translateX(-40px)}.section-animate[data-animation=slide-in-left].animate-in{opacity:1;transform:translateX(0)}.section-animate[data-animation=slide-in-right]{transform:translateX(40px)}.section-animate[data-animation=slide-in-right].animate-in{opacity:1;transform:translateX(0)}.achievements-section{margin:0 auto;max-width:1200px;width:100%}body.dark .hero-image img{border:1px solid var(--border-color)}.btn:focus,.hero-image img:focus{outline:2px solid var(--link-color);outline-offset:4px}@media (max-width:992px){.hero-section{gap:3rem;justify-content:center}.hero-content,.hero-image{flex:0 1 100%;text-align:center}.hero-content p{margin:0 auto 2rem}.hero-image{max-width:400px;order:-1}.cta-buttons{justify-content:center}}@media (max-width:768px){.about{padding:6rem 1.5rem 2rem}.hero-section{flex-direction:column-reverse;gap:2.5rem;text-align:center}.hero-content{padding:0 1rem;text-align:center}.hero-content h1{font-size:2.5rem}.hero-content h2{font-size:1.5rem}.hero-content p{font-size:1.1rem;margin:0 auto 2rem;max-width:500px}.hero-image{margin:0 auto;max-width:400px;width:100%}.experience-wrapper{border-radius:12px;margin-top:2rem;padding:2rem 1rem}.section-animate{transition-duration:1s}.section-animate[data-animation=slide-in-left],.section-animate[data-animation=slide-in-right]{transform:translateY(20px)}.section-animate[data-animation=slide-in-left].animate-in,.section-animate[data-animation=slide-in-right].animate-in{transform:translateY(0)}.cta-buttons{align-items:center;flex-direction:column}.btn{max-width:200px;width:100%}}@media (max-width:480px){.about{padding:5rem 1rem 2rem}.hero-content h1{font-size:2rem}.hero-content h2{font-size:1.3rem}.hero-image{max-width:300px}.cta-buttons{gap:.5rem}}@media (max-width:1200px){.hero-content h1{font-size:4rem}}@media (prefers-reduced-motion:reduce){.btn,.hero-image img,.section-animate,.section-animate *{animation:none!important;filter:none!important;opacity:1!important;transform:none!important;transition:none!important}}.achievements{overflow:hidden;padding:10x 1rem}.achievements-title{color:var(--heading-color);font-size:2.2rem;font-weight:700;margin-bottom:.5rem;text-align:center}.achievements-subtitle{color:var(--secondary-text-color);font-size:.95rem;margin-bottom:2.5rem;text-align:center}.carousel{display:flex;gap:1.5rem;margin:0 auto;max-width:1200px;overflow-x:auto;padding:1rem 1.5rem 2rem;scroll-snap-type:x mandatory;scrollbar-width:none}.carousel::-webkit-scrollbar{display:none}.achievement-card{background:var(--card-bg);border:1px solid var(--border-color);border-radius:18px;box-shadow:0 10px 30px var(--shadow-color);display:flex;flex-direction:column;justify-content:space-between;max-width:320px;min-width:320px;padding:1.6rem;scroll-snap-align:start;transition:transform .35s ease,box-shadow .35s ease}.achievement-card:hover{box-shadow:0 18px 45px var(--shadow-color);transform:translateY(-10px)}.card-header{align-items:flex-start;display:flex;gap:1rem;justify-content:space-between}.achievement-card h3{color:var(--link-color);font-size:1.1rem;font-weight:600;line-height:1.4}.achievement-card p{color:var(--paragraph-color);font-size:.9rem;line-height:1.6;margin-top:1rem}.ach-year{background:linear-gradient(135deg,var(--link-color),var(--navbar-hover));border-radius:999px;color:#fff;font-size:.75rem;font-weight:600;padding:.35rem .9rem;white-space:nowrap}body.dark .achievement-card{background:#121212;border-color:#30363d}@media (max-width:768px){.achievement-card{min-width:280px}}@media (max-width:480px){.achievement-card{min-width:240px;padding:1.2rem}.achievements-title{font-size:1.8rem}}@media (prefers-reduced-motion:reduce){.achievement-card{transition:none}}.timeline-header{align-items:center;display:flex;gap:1rem;justify-content:space-between;margin-bottom:.8rem}.timeline-title{margin:0}.timeline-year{white-space:nowrap}.education-section{margin:3rem 0;padding:0 1.5rem;text-align:center}.section-title{color:var(--heading-color);display:inline-block;font-size:2rem;font-weight:700;margin-bottom:2.8rem;padding-bottom:.6rem;position:relative}.section-title:after{background:linear-gradient(90deg,var(--link-color),var(--navbar-hover));border-radius:999px;bottom:0;content:"";height:3px;left:20%;position:absolute;width:60%}.education-container{align-items:stretch;display:flex;flex-direction:row;gap:2rem;justify-content:center;margin:0 auto;max-width:1100px;padding-bottom:1rem}.timeline-item{background-color:var(--card-bg);border:1px solid var(--border-color);border-radius:20px;box-shadow:0 12px 30px var(--shadow-color);display:flex;flex:1 1;flex-direction:column;justify-content:center;padding:2rem 2.4rem;text-align:left;transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease,background-color .3s ease}.timeline-item:hover{border-color:var(--link-color);box-shadow:0 18px 45px var(--shadow-color);transform:translateY(-6px)}.timeline-year{background:var(--navbar-hover);border-radius:999px;color:#fff;display:inline-block;font-size:.85rem;font-weight:600;letter-spacing:.06em;margin-bottom:.9rem;padding:.3rem .9rem;text-transform:uppercase}.timeline-title{color:var(--heading-color);font-size:1.25rem;font-weight:600;margin:0 0 .4rem}.timeline-place{color:var(--secondary-text-color);font-size:1rem;font-weight:500;margin:0 0 .8rem}.timeline-details{color:var(--paragraph-color);font-size:.95rem;line-height:1.6;margin:0}@media (max-width:900px){.education-container{align-items:center;flex-direction:column;gap:1.5rem}.timeline-item{max-width:600px;width:100%}}@media (max-width:600px){.section-title{font-size:1.7rem}.timeline-item{padding:1.7rem 1.6rem}.timeline-title{font-size:1.15rem}}.skills-page{background-color:var(--bg-color);flex-direction:column;justify-content:flex-start;margin-top:150px;min-height:calc(100vh - 80px);padding:2rem;transition:background-color .3s ease}.skills-page,.skills-section{align-items:center;display:flex}.skills-section{gap:4rem;justify-content:space-between;margin:0 auto;max-width:1200px;width:100%}.hero-content{animation:slideInLeft 1s ease-out}.hero-content h1{font-size:3.5rem;margin-bottom:1rem;transition:color .3s ease}.hero-content h2{color:var(--paragraph-color);font-size:2rem;margin-bottom:1.5rem;transition:color .3s ease}.hero-content p{color:var(--secondary-text-color);transition:color .3s ease}.skills-cards{align-items:center;display:flex;flex:1 1;justify-content:center}.skill-card{animation:scaleIn .6s ease-out;background-color:var(--card-bg);border:1px solid var(--border-color);border-radius:16px;box-shadow:0 8px 20px var(--shadow-color);color:var(--text-color);display:flex;flex-direction:column;min-height:600px;padding:2rem;transition:all .5s ease;width:500px}.skill-card:hover{box-shadow:0 12px 25px var(--shadow-color);transform:translateY(-5px)}.skill-card-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:1.5rem}.skill-card-number{background:var(--link-color);border-radius:8px;color:var(--bg-color);display:inline-block;font-size:1.2rem;font-weight:600;padding:.5rem 1rem;transition:all .3s ease}.skill-card-nav{display:flex;gap:1rem}.nav-arrow{align-items:center;background:var(--accent-color);border:1px solid var(--border-color);border-radius:50%;color:var(--secondary-text-color);cursor:pointer;display:flex;font-size:1rem;height:35px;justify-content:center;padding:.5rem;transition:all .3s ease;width:35px}.nav-arrow:hover{background:var(--link-color);color:var(--bg-color);transform:scale(1.1)}.nav-arrow:focus{outline:2px solid var(--link-color);outline-offset:2px}.skill-card-title{color:var(--heading-color);font-size:1.5rem;font-weight:600;margin-bottom:2rem;transition:color .3s ease}.skill-card-description{color:var(--secondary-text-color);font-size:1.1rem;line-height:1.6;margin:1rem 0;transition:color .3s ease}.skill-card-list{flex-grow:1;list-style:none;margin:1.5rem 0;padding:0}.skill-card-list li{color:var(--paragraph-color);line-height:1.4;margin-bottom:1rem;padding-left:1.5rem;position:relative;transition:color .3s ease}.skill-card-list li:before{color:var(--link-color);content:"•";font-size:1.2rem;font-weight:700;left:0;position:absolute}.certificate-section{background:var(--accent-color);border:1px solid var(--border-color);border-radius:8px;color:var(--secondary-text-color);margin-top:1.5rem;padding:1rem;transition:all .3s ease}.certificate-link{color:var(--link-color);font-weight:500;text-decoration:none;transition:color .3s ease}.certificate-link:hover{color:var(--link-hover-color);text-decoration:underline}.certificate-link:focus{outline:2px solid var(--link-color);outline-offset:2px}.skill-card-number:hover{background:var(--link-hover-color);transform:scale(1.05)}body.dark .skill-card{box-shadow:0 8px 20px #0006}body.dark .skill-card:hover{box-shadow:0 12px 25px #0009}@keyframes slideInLeft{0%{opacity:0;transform:translateX(-50px)}to{opacity:1;transform:translateX(0)}}@media (max-width:1024px){.skills-section{flex-direction:column;gap:2rem;padding:2rem}.hero-content{max-width:100%;text-align:center}.hero-content h1{font-size:2.8rem}.hero-content h2{font-size:1.8rem}}@media (max-width:768px){.skill-card{min-height:500px;padding:1.5rem;width:100%}.hero-content h1{font-size:2.2rem}.hero-content h2{font-size:1.5rem}.skill-card-title{font-size:1.3rem}.skill-card-description{font-size:1rem}.skill-card-list li{font-size:.95rem}.nav-arrow{font-size:.9rem;height:32px;width:32px}}@media (max-width:480px){.skills-page{padding:1rem}.hero-content h1{font-size:2rem}.skill-card{min-height:450px;padding:1.2rem}.skill-card-nav{gap:.5rem}.nav-arrow{font-size:.85rem;height:30px;width:30px}.skill-card-number{font-size:1rem;padding:.4rem .8rem}}@media (prefers-reduced-motion:reduce){.certificate-link,.hero-content,.nav-arrow,.skill-card,.skill-card-number{animation:none!important;transform:none!important;transition:none!important}.nav-arrow:hover,.skill-card-number:hover,.skill-card:hover{transform:none!important}}.contact-page{animation:fadeIn .8s ease-out;background-color:var(--bg-color);display:flex;justify-content:center;min-height:100vh;padding:150px 2rem 2rem;transition:background-color .3s ease}.contact-section{align-items:flex-start;display:flex;flex-wrap:wrap;gap:4rem;justify-content:space-between;max-width:1200px;width:100%}.hero-content{flex:1 1;max-width:500px}.hero-content h1{color:var(--heading-color);font-size:2.5rem;font-weight:700;margin-bottom:.5rem}.hero-content h2{color:var(--secondary-text-color);font-size:1.8rem;font-weight:600;margin-bottom:1rem}.hero-content p{color:var(--paragraph-color);font-size:1rem;line-height:1.6}.contact-info,.hero-content p{margin-bottom:2rem}.info-item{background:var(--accent-color);border:1px solid var(--border-color);border-radius:12px;margin-bottom:1.5rem;padding:1rem;transition:all .3s ease}.info-item:hover{background:var(--card-bg);box-shadow:0 4px 12px var(--shadow-color);transform:translateY(-2px)}.info-label{color:var(--link-color);display:block;font-size:.9rem;font-weight:600;letter-spacing:.5px;margin-bottom:.5rem;text-transform:uppercase}.info-item a,.info-item span{color:var(--paragraph-color);font-size:1rem;font-weight:500;text-decoration:none}.info-item a:hover{color:var(--link-hover-color)}.contact-form-container{animation:slideInRight .8s ease-out;background:var(--card-bg);border:1px solid var(--border-color);border-radius:16px;box-shadow:0 4px 12px var(--shadow-color);flex:1 1;max-width:600px;padding:2.5rem;width:100%}.contact-form-container:hover{box-shadow:0 8px 24px var(--shadow-color)}.form-header{margin-bottom:2rem}.form-header h3{color:var(--heading-color);font-size:1.5rem;font-weight:700}.form-header p{color:var(--secondary-text-color);font-size:.95rem}.contact-form{display:flex;flex-direction:column;gap:1.5rem}.form-group input,.form-group textarea{background:var(--bg-color);border:1px solid var(--border-color);border-radius:8px;color:var(--text-color);font-size:1rem;padding:1.1rem;transition:all .3s ease;width:100%}.form-group input:focus,.form-group textarea:focus{background:var(--accent-color);border-color:var(--link-color);box-shadow:0 0 0 2px var(--link-color);outline:none}.submit-btn{background:var(--link-color);border:none;border-radius:8px;color:var(--bg-color);cursor:pointer;font-size:1rem;font-weight:600;padding:1rem;transition:all .3s ease}.submit-btn:hover:not(:disabled){background:var(--link-hover-color);box-shadow:0 4px 12px var(--shadow-color);transform:translateY(-2px)}.submit-btn:disabled{cursor:not-allowed;opacity:.6}@keyframes slideInRight{0%{opacity:0;transform:translateX(30px)}to{opacity:1;transform:translateX(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@media (max-width:1024px){.contact-section{align-items:center;flex-direction:column;gap:3rem}.hero-content{max-width:100%;text-align:center}}@media (max-width:768px){.contact-page{padding-left:1.5rem;padding-right:1.5rem;padding-top:140px}.contact-form-container{padding:2rem}.hero-content h1{font-size:2rem}.hero-content h2{font-size:1.5rem}}@media (max-width:480px){.contact-page{padding-left:1rem;padding-right:1rem;padding-top:170px}.hero-content h1{font-size:1.8rem}.hero-content h2{font-size:1.3rem}.submit-btn{width:100%}}.sr-only{clip:rect(0,0,0,0);height:1px;overflow:hidden;position:absolute;width:1px}@media (prefers-reduced-motion:reduce){*{animation:none!important;transition:none!important}}.development-projects-page{align-items:center;background-color:var(--bg-color);display:flex;flex-direction:column;gap:32px;justify-content:flex-start;margin-top:150px;min-height:calc(100vh - 80px);padding:32px;transition:background-color .3s ease}.project-list-section{min-height:600px;width:100%}.project-list-subtitle{color:var(--paragraph-color)}.project-list-item{border:1px solid var(--border-color);box-sizing:border-box;min-height:88px;width:100%}.project-list-info{gap:8px;min-width:0}.project-list-item-subtitle{color:var(--paragraph-color);opacity:.8}.project-list-category{color:var(--paragraph-color);flex-shrink:0;opacity:.7;transition:color .3s ease}.project-list-item:hover{background-color:var(--accent-color);box-shadow:0 8px 24px var(--shadow-color)}.project-preview-section{background:linear-gradient(135deg,var(--accent-color) 0,var(--border-color) 100%);width:100%}.project-preview-container{width:100%}.project-preview-image{max-height:400px;object-fit:contain;width:100%}.project-details{display:flex;flex-direction:column;height:100%;min-height:600px;padding:0;width:100%}.back-button{align-self:flex-start;background:none;border:2px solid var(--link-color);border-radius:8px;color:var(--link-color);cursor:pointer;flex-shrink:0;font-size:14px;font-weight:500;margin-bottom:16px;padding:8px 16px;transition:all .3s ease}.back-button:hover{background-color:var(--link-color);color:var(--bg-color)}.project-details-header{flex-shrink:0;margin-bottom:20px}.project-details-title{color:var(--heading-color);font-size:32px;font-weight:700;line-height:1.2;margin-bottom:8px;transition:color .3s ease}.project-details-category{background-color:var(--link-color);border-radius:20px;color:var(--bg-color);display:inline-block;font-size:14px;font-weight:500;padding:4px 12px;transition:background-color .3s ease}.project-details-content{display:flex;flex:1 1;flex-direction:column;gap:24px;overflow-y:auto;padding-right:8px}.project-description h3,.project-features h3,.project-technologies h3{color:var(--heading-color);font-size:18px;font-weight:600;margin-bottom:12px;transition:color .3s ease}.project-description p{color:var(--paragraph-color);font-size:15px;line-height:1.5;margin:0;transition:color .3s ease}.tech-tags{display:flex;flex-wrap:wrap;gap:8px}.tech-tag{background-color:var(--accent-color);border:1px solid var(--border-color);border-radius:20px;color:var(--text-color);font-size:14px;font-weight:500;padding:6px 12px;transition:all .3s ease}.tech-tag:hover{background-color:var(--link-color);border-color:var(--link-color);color:var(--bg-color)}.features-list{list-style:none;margin:0;padding:0}.features-list li{color:var(--paragraph-color);font-size:15px;line-height:1.4;padding:6px 0 6px 20px;position:relative;transition:color .3s ease}.features-list li:before{color:var(--success-color);content:"✓";font-weight:600;left:0;position:absolute}.project-links{display:flex;flex-shrink:0;gap:16px;margin-top:8px}.project-link{align-items:center;border-radius:8px;cursor:pointer;display:flex;flex:1 1;font-weight:500;gap:8px;justify-content:center;padding:12px 20px;text-decoration:none;transition:all .3s ease}.code-link{background-color:var(--heading-color);border:1px solid var(--heading-color);color:var(--bg-color)}.live-link{background-color:var(--link-color);border:1px solid var(--link-color);color:var(--bg-color)}@media (min-width:1440px){.projects-container{gap:80px;max-width:1600px}}@media (max-width:1439px){.projects-container{gap:60px;max-width:1200px}}@media (max-width:1199px){.development-projects-page{margin-top:120px;padding:24px}.projects-container{gap:48px;max-width:1000px}.project-list-title{font-size:26px}.project-list-subtitle{font-size:18px}}@media (max-width:1023px){.development-projects-page{margin-top:100px;padding:20px}.projects-container{gap:32px;grid-template-columns:1fr;max-width:800px}.project-list-title{font-size:32px}.project-list-subtitle{font-size:20px}.project-preview-section{min-height:400px;order:-1}.project-details-title{font-size:28px}.project-list-category{min-width:120px}}@media (max-width:767px){.development-projects-page{margin-top:80px;padding:16px}.projects-container{gap:24px;margin-bottom:32px}.project-list-title{font-size:28px}.project-list-subtitle{font-size:18px}.project-list-item{align-items:flex-start;flex-direction:column;gap:12px;min-height:auto;padding:16px}.project-list-info{gap:6px;width:100%}.project-list-item-title{font-size:17px}.project-list-item-subtitle{font-size:15px}.project-list-category{font-size:13px;justify-content:flex-start;min-width:auto;text-align:left;width:100%}.project-preview-section{min-height:300px;padding:20px}.project-preview-image{max-height:250px}.project-details-title{font-size:24px}.project-links{flex-direction:column;gap:12px}.project-link{padding:14px 20px}.tech-tags{gap:6px}.tech-tag{font-size:13px;padding:5px 10px}}@media (max-width:480px){.development-projects-page{margin-top:70px;padding:12px}.projects-container{gap:20px;margin-bottom:24px}.project-list-title{font-size:24px}.project-list-subtitle{font-size:16px}.project-list-item{gap:10px;padding:14px}.project-list-item-title{font-size:16px}.project-list-item-subtitle{font-size:14px}.project-list-category{font-size:12px}.project-preview-section{min-height:250px;padding:16px}.project-preview-image{max-height:200px}.project-preview-caption{font-size:16px;margin-top:16px}.project-details-title{font-size:22px}.project-details-content{gap:20px}.project-description h3,.project-features h3,.project-technologies h3{font-size:16px}.features-list li,.project-description p{font-size:14px}.tech-tag{font-size:12px;padding:4px 8px}.project-link{font-size:14px;padding:12px 16px}}@media (max-width:319px){.development-projects-page{padding:8px}.project-list-title{font-size:22px}.project-list-subtitle{font-size:15px}.project-list-item{padding:12px}.project-preview-section{min-height:220px;padding:12px}.project-preview-image{max-height:180px}}.uiux-projects-page{align-items:center;background-color:var(--bg-color);display:flex;flex-direction:column;gap:32px;justify-content:flex-start;margin-top:150px;min-height:calc(100vh - 80px);padding:32px;transition:background-color .3s ease}.projects-container{grid-gap:64px;display:grid;gap:64px;grid-template-columns:1fr 1fr;margin:0 auto 64px;max-width:1400px}.project-list-section{display:flex;flex-direction:column}.project-list-header{margin-bottom:32px}.project-list-title{color:var(--heading-color);font-size:28px;font-weight:700;line-height:1.2;margin-bottom:16px;transition:color .3s ease}.project-list-subtitle{color:var(--secondary-text-color);font-size:20px;font-weight:500;line-height:1.3;margin-bottom:8px;transition:color .3s ease}.project-list-subsubtitle{color:var(--link-color);font-size:19.2px;font-weight:400;line-height:1.4;margin-bottom:0;transition:color .3s ease}.project-list-items{display:flex;flex-direction:column;gap:12.8px}.project-list-item{align-items:center;background-color:var(--card-bg);border:2px solid var(--border-color);border-radius:12px;box-shadow:0 4px 12px var(--shadow-color);color:var(--text-color);cursor:pointer;display:flex;height:88px;justify-content:space-between;max-width:800px;padding:19.2px;transition:all .3s ease;width:780px}.project-list-item:hover{background:var(--accent-color);border-color:var(--link-color);box-shadow:0 8px 20px var(--shadow-color);transform:translateY(-2px)}.project-list-item:focus{outline:2px solid var(--link-color);outline-offset:2px}.project-list-info{display:flex;flex:1 1;flex-direction:column;gap:10px;justify-content:center}.project-list-item-title{color:var(--heading-color);font-size:18px;font-weight:600;line-height:1.2;margin-bottom:1.6px;transition:color .3s ease}.project-list-item-subtitle{color:var(--secondary-text-color);font-size:16px;font-weight:400;line-height:1.3;margin:0;opacity:.9;transition:color .3s ease}.project-list-category{align-items:center;color:var(--secondary-text-color);display:flex;font-size:14px;justify-content:flex-end;min-width:140px;opacity:.8;text-align:right;transition:all .3s ease}.project-list-category:after{color:var(--link-color);content:"→";font-weight:700;margin-left:8px;opacity:0;transform:translateX(-10px);transition:all .3s ease}.project-list-item:hover .project-list-category{color:var(--link-color);opacity:1}.project-list-item:hover .project-list-category:after{opacity:1;transform:translateX(0)}.project-preview-section{align-items:center;background:var(--accent-color);border:1px solid var(--border-color);border-radius:20px;display:flex;justify-content:center;min-height:600px;overflow:hidden;padding:32px;position:relative;transition:all .3s ease}.project-preview-section:before{background:linear-gradient(135deg,var(--accent-color) 0,var(--card-bg) 100%);bottom:0;content:"";left:0;opacity:.7;position:absolute;right:0;top:0;transition:opacity .3s ease;z-index:0}body.dark .project-preview-section:before{opacity:.3}.project-preview-container{position:relative;text-align:center;z-index:1}.project-preview-image{border:1px solid var(--border-color);border-radius:15px;box-shadow:0 20px 40px var(--shadow-color);height:auto;max-width:100%;transition:all .3s ease}.project-preview-image:hover{box-shadow:0 30px 60px var(--shadow-color);transform:translateY(-10px)}.project-preview-caption{color:var(--heading-color);font-size:17.6px;font-weight:600;margin-top:24px;transition:color .3s ease}.project-list-item.active{background:var(--link-color);border-color:var(--link-color);color:var(--bg-color)}.project-list-item.active .project-list-category,.project-list-item.active .project-list-item-subtitle,.project-list-item.active .project-list-item-title{color:var(--bg-color);opacity:1}.project-list-item.active .project-list-category:after{color:var(--bg-color);opacity:1;transform:translateX(0)}body.dark .project-preview-section{box-shadow:0 8px 24px #0006}body.dark .project-list-item{box-shadow:0 4px 12px #0000004d}body.dark .project-list-item:hover{box-shadow:0 8px 20px #00000080}body.dark .project-preview-image{box-shadow:0 20px 40px #0009}body.dark .project-preview-image:hover{box-shadow:0 30px 60px #000c}.project-preview-image{background:var(--accent-color)}@media (max-width:1200px){.projects-container{gap:48px;max-width:100%}.project-list-item{max-width:100%;width:100%}}@media (max-width:1024px){.projects-container{gap:32px;grid-template-columns:1fr}.project-list-title{font-size:40px}.project-list-subtitle{font-size:20.8px}.project-list-subsubtitle{font-size:17.6px}}@media (max-width:768px){.uiux-projects-page{padding:16px}.project-list-title{font-size:32px}.project-list-subtitle{font-size:17.6px}.project-list-subsubtitle{font-size:16px}.project-list-item{align-items:flex-start;flex-direction:column;gap:9.6px;height:auto;padding:16px;width:100%}.project-list-category{justify-content:flex-start;min-width:auto;text-align:left}.project-preview-section{min-height:400px;padding:16px}}@media (max-width:480px){.project-list-item{padding:12.8px}.project-list-item-title{font-size:16px}.project-list-category,.project-list-item-subtitle{font-size:13.6px}.project-list-title{font-size:28.8px}.project-list-subtitle{font-size:16px}.project-list-subsubtitle{font-size:14.4px}}@media (prefers-reduced-motion:reduce){.project-list-category:after,.project-list-item,.project-preview-image,.project-preview-section:before{animation:none!important;transform:none!important;transition:none!important}.project-list-item:hover,.project-preview-image:hover{transform:none!important}}@media (prefers-contrast:high){.project-list-item{border-width:3px}.project-preview-image,.project-preview-section{border-width:2px}}.experience-page{background:var(--bg-color);margin-top:150px;min-height:calc(100vh - 80px);padding:2rem}.experience-section{align-items:center;display:flex;gap:4rem;margin:0 auto;max-width:1200px}.experience-cards{display:flex;flex:1 1;justify-content:center}.experience-card{animation:scaleIn .6s ease;background:var(--card-bg);border:1px solid var(--border-color);border-radius:16px;box-shadow:0 8px 20px var(--shadow-color);display:flex;flex-direction:column;min-height:600px;padding:2rem;width:500px}.experience-card-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:1.5rem}.experience-card-number{background:var(--link-color);border-radius:8px;color:var(--bg-color);font-weight:600;padding:.5rem 1rem}.experience-card-nav span{background:var(--accent-color);border:1px solid var(--border-color);border-radius:50%;cursor:pointer;margin-left:.75rem;padding:.4rem .6rem;transition:all .3s ease}.experience-card-nav span:hover{background:var(--link-color);color:var(--bg-color)}.experience-card-title{color:var(--heading-color);font-size:1.5rem;margin-bottom:.3rem}.experience-subtitle{color:var(--secondary-text-color);margin-bottom:.5rem}.experience-duration{background:var(--accent-color);border-radius:6px;display:inline-block;font-size:.85rem;margin-bottom:1rem;padding:.3rem .7rem}.experience-description{color:var(--secondary-text-color);margin-bottom:1rem}.experience-list{flex-grow:1;list-style:none;margin:0;padding:0}.experience-list li{line-height:1.6;margin-bottom:.8rem;padding-left:1.2rem;position:relative}.experience-list li:before{color:var(--link-color);content:"•";left:0;position:absolute}.experience-certificate{background:var(--accent-color);border-radius:8px;font-size:.9rem;margin-top:1rem;padding:.8rem}.experience-certificate a{color:var(--link-color);font-weight:600;text-decoration:none}.experience-certificate a:hover{text-decoration:underline}@media (max-width:1024px){.experience-section{flex-direction:column;gap:3rem}.experience-card{max-width:560px;width:100%}}@media (max-width:768px){.experience-page{margin-top:120px;padding:1.5rem}.experience-card{min-height:auto;padding:1.6rem}.experience-card-title{font-size:1.3rem}}@media (max-width:480px){.experience-page{margin-top:140px;padding:1rem}.experience-card{border-radius:14px;padding:1.4rem;width:100%}.experience-card-header{flex-direction:row}.experience-card-nav span{padding:.35rem .55rem}.experience-list li{font-size:.95rem}}@keyframes scaleIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.projects-page{align-items:center;background:var(--bg-color);display:flex;justify-content:center;min-height:100vh;padding-top:140px;padding-inline:1.5rem;padding-bottom:3rem}.projects-container{align-items:center;display:flex;gap:5rem;max-width:1200px;width:100%}.projects-container h1{color:var(--heading-color);flex-shrink:0;font-size:4rem;font-weight:700;line-height:1.2}.projects-options{display:flex;flex:1 1;gap:2rem}.project-card{background:var(--card-bg);border:1px solid var(--border-color);border-radius:20px;color:inherit;display:flex;flex:1 1;flex-direction:column;padding:2.5rem;text-decoration:none;transition:all .3s ease}.project-card:hover{border-color:var(--link-color);box-shadow:0 10px 30px #0003;transform:translateY(-8px)}.project-card h2{color:var(--heading-color);font-size:1.8rem;font-weight:600;margin-bottom:1rem}.project-card p{color:var(--secondary-text-color);font-size:1rem;line-height:1.7}@media (max-width:968px){.projects-container{align-items:stretch;flex-direction:column;gap:3rem}.projects-container h1{font-size:3rem;text-align:center}.projects-options{flex-direction:column}}@media (max-width:768px){.projects-page{padding-top:100px}.projects-container h1{font-size:2.5rem}.project-card{padding:2rem}}*{box-sizing:border-box;margin:0;padding:0}:root{--bg-color:#fff;--text-color:#1a1a1a;--heading-color:#0d1117;--paragraph-color:#000;--secondary-text-color:#080a0a;--link-color:#0e1011;--link-hover-color:#0256cc;--accent-color:#f6f8fa;--border-color:#e1e4e8;--card-bg:#f6f6f6;--shadow-color:#00000014;--success-color:#28a745;--warning-color:#ffc107;--danger-color:#dc3545;--info-color:#17a2b8;--navbar-bg:#fff;--navbar-text:#1a1a1a;--navbar-active-bg:#0d1117;--navbar-active-text:#fff;--navbar-hover:#0366d6;--dropdown-bg:#fff;--dropdown-item-bg-hover:#f6f8fa;--dropdown-item-active-bg:#0366d6;--dropdown-item-active-text:#fff}body.dark{--bg-color:#0e1011;--text-color:#e6edf3;--heading-color:#fff;--paragraph-color:#fff;--secondary-text-color:#999;--link-color:#58a6ff;--link-hover-color:#79c0ff;--accent-color:#161b22;--border-color:#30363d;--card-bg:#121212;--shadow-color:#0000004d;--success-color:#3fb950;--warning-color:#d29922;--danger-color:#f85149;--info-color:#58a6ff;--navbar-bg:#0e1011;--navbar-text:#e6edf3;--navbar-active-bg:#58a6ff;--navbar-active-text:#0d1117;--navbar-hover:#58a6ff;--dropdown-bg:#21262d;--dropdown-item-bg-hover:#30363d;--dropdown-item-active-bg:#58a6ff;--dropdown-item-active-text:#fff}html{font-size:16px}body{background-color:#fff;background-color:var(--bg-color);color:#1a1a1a;color:var(--text-color);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;font-size:1rem;line-height:1.6;transition:background-color .3s ease,color .3s ease}h1,h2,h3,h4,h5,h6{color:#0d1117;color:var(--heading-color);font-family:inherit;line-height:1.2;margin-bottom:.5rem;transition:color .3s ease}h1{font-size:2.5rem}h2{font-size:2rem}h3{font-size:1.75rem}h4{font-size:1.5rem}h5{font-size:1.25rem}h6,p{font-size:1rem}p{color:#000;color:var(--paragraph-color);line-height:1.6;margin-bottom:1rem}a,p{transition:color .3s ease}a{color:#0e1011;color:var(--link-color);text-decoration:none}a:hover{color:#0256cc;color:var(--link-hover-color)}button{border:none;cursor:pointer;font-family:inherit;font-size:1rem;outline:none;transition:all .3s ease}a:focus-visible,button:focus-visible{outline:2px solid #0e1011;outline:2px solid var(--link-color);outline-offset:2px}::selection{background-color:#0e1011;background-color:var(--link-color);color:#fff;color:var(--bg-color)}::-moz-selection{background-color:#0e1011;background-color:var(--link-color);color:#fff;color:var(--bg-color)}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#f6f8fa;background:var(--accent-color)}::-webkit-scrollbar-thumb{background:#e1e4e8;background:var(--border-color);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#000;background:var(--paragraph-color)}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.font-bold{font-weight:700}.font-medium{font-weight:500}.font-light{font-weight:300}.text-sm{font-size:.875rem}.text-lg{font-size:1.125rem}.text-xl{font-size:1.25rem}.mb-0{margin-bottom:0}.mb-1{margin-bottom:.5rem}.mb-2{margin-bottom:1rem}.mb-3{margin-bottom:1.5rem}.secondary-text{color:#080a0a;color:var(--secondary-text-color)}.card{background-color:#f6f6f6;background-color:var(--card-bg);border:1px solid #e1e4e8;border:1px solid var(--border-color);border-radius:8px;box-shadow:0 2px 8px #00000014;box-shadow:0 2px 8px var(--shadow-color);padding:1.5rem;transition:all .3s ease}.card:hover{box-shadow:0 4px 16px #00000014;box-shadow:0 4px 16px var(--shadow-color)}@media (max-width:768px){html{font-size:15px}h1{font-size:2rem}h2{font-size:1.75rem}h3{font-size:1.5rem}}@media (max-width:480px){html{font-size:14px}h1{font-size:1.75rem}h2{font-size:1.5rem}h3{font-size:1.25rem}}
/*# sourceMappingURL=main.1e54ff76.css.map*/