.section{padding:5rem 0;scroll-margin-top:130px;transition:background-color .3s;position:relative}.section-content{max-width:1200px;margin:0 auto;padding:0 2rem}@media (max-width:768px){.section{padding:3rem 0;scroll-margin-top:80px}.section-content{padding:0 1.5rem}}@media (max-width:480px){.section{padding:2.5rem 0}.section-content{padding:0 1rem}}.section:nth-child(2n){background:#00000003}@media (prefers-color-scheme:dark){:root:not(.light) .section:nth-child(2n){background:#ffffff03}}.dark .section:nth-child(2n){background:#ffffff03}
.hero-section-wrapper{align-items:center;min-height:100vh;display:flex;padding:0!important}.hero-section{text-align:center;flex-direction:column;justify-content:center;align-items:center;width:100%;min-height:100vh;padding:8rem 2rem 4rem;display:flex;position:relative;overflow:hidden}.hero-section:before{content:"";z-index:0;background:radial-gradient(circle,#00000008,#0000 70%);border-radius:50%;width:600px;height:600px;animation:8s ease-in-out infinite pulse;position:absolute;top:-50%;right:-20%}.hero-section:after{content:"";z-index:0;background:radial-gradient(circle,#00000005,#0000 70%);border-radius:50%;width:500px;height:500px;animation:10s ease-in-out infinite pulse;position:absolute;bottom:-30%;left:-10%}@media (prefers-color-scheme:dark){:root:not(.light) .hero-section:before{background:radial-gradient(circle,#ffffff08,#0000 70%)}:root:not(.light) .hero-section:after{background:radial-gradient(circle,#ffffff05,#0000 70%)}}.dark .hero-section:before{background:radial-gradient(circle,#ffffff08,#0000 70%)}.dark .hero-section:after{background:radial-gradient(circle,#ffffff05,#0000 70%)}@keyframes pulse{0%,to{opacity:.5;transform:scale(1)}50%{opacity:.8;transform:scale(1.1)}}.hero-content{z-index:1;max-width:900px;margin:0 auto;position:relative}.hero-name{color:var(--foreground);letter-spacing:-.02em;margin-bottom:1.5rem;font-size:clamp(2rem,5vw,3.5rem);font-weight:700;animation:.8s ease-out .2s both fadeInUp}.hero-title{color:var(--foreground);letter-spacing:-.02em;margin-bottom:1.5rem;font-size:clamp(2.5rem,6vw,4rem);font-weight:600;line-height:1.2;text-decoration:underline;animation:.8s ease-out .4s both fadeInUp}.hero-subtitle{color:var(--muted-foreground);max-width:700px;margin:0 auto;font-size:clamp(1.125rem,2.5vw,1.5rem);font-weight:400;line-height:1.7;animation:.8s ease-out .6s both fadeInUp}@media (max-width:768px){.hero-section{min-height:90vh;padding:6rem 1.5rem 3rem}.hero-name{margin-bottom:.75rem}.hero-title{margin-bottom:1rem}}
.language-switcher{align-items:center;gap:.5rem;margin-left:auto;display:flex}.lang-btn{color:var(--muted-foreground);cursor:pointer;text-transform:uppercase;letter-spacing:.5px;touch-action:manipulation;-webkit-tap-highlight-color:transparent;background:0 0;border:none;min-width:44px;min-height:44px;padding:.25rem .5rem;font-size:.875rem;font-weight:500;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative}.lang-btn:hover{color:var(--foreground)}.lang-btn.active{color:var(--foreground);font-weight:600}.lang-btn.active:after{content:"";background:var(--foreground);border-radius:1px;width:100%;height:1.5px;position:absolute;bottom:0;left:50%;transform:translate(-50%)}.lang-separator{color:var(--muted-foreground);font-size:.875rem;font-weight:400}@media (max-width:768px){.language-switcher{gap:.375rem}.lang-btn{padding:.2rem .4rem;font-size:.8125rem}.lang-separator{font-size:.8125rem}}@media (max-width:480px){.language-switcher{gap:.25rem}.lang-btn{padding:.15rem .35rem;font-size:.75rem}}
.theme-switcher{color:var(--foreground);cursor:pointer;touch-action:manipulation;-webkit-tap-highlight-color:transparent;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;min-width:44px;min-height:44px;margin-left:.75rem;padding:.375rem .5rem;font-size:1.25rem;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:relative}.theme-switcher:hover{background:#0000000d;transform:scale(1.1)}@media (prefers-color-scheme:dark){.theme-switcher:hover{background:#ffffff0d}}.theme-icon{line-height:1;transition:transform .3s cubic-bezier(.4,0,.2,1);display:block}.theme-switcher:hover .theme-icon{transform:rotate(15deg)}@media (max-width:768px){.theme-switcher{margin-left:.5rem;padding:.3rem .4rem;font-size:1.125rem}}@media (max-width:480px){.theme-switcher{margin-left:.375rem;padding:.25rem .35rem;font-size:1rem}}
header{z-index:1000;-webkit-backdrop-filter:blur(16px)saturate(150%);border-bottom:1px solid var(--border);background:#f8f7f4bf;transition:all .4s cubic-bezier(.4,0,.2,1),background-color .3s,border-color .3s,box-shadow .3s;position:fixed;top:0;left:0;right:0;box-shadow:0 1px 2px #0000000a}@media (prefers-color-scheme:dark){:root:not(.light) header{border-bottom:1px solid var(--border);background:#0f0f0fbf}}.dark header{border-bottom:1px solid var(--border);background:#0f0f0fbf}header.scrolled{border-bottom:1px solid var(--border);background:#f8f7f4eb;box-shadow:0 2px 12px #0000000f}@media (prefers-color-scheme:dark){:root:not(.light) header.scrolled{background:#0f0f0feb;box-shadow:0 2px 12px #00000080}}.dark header.scrolled{background:#0f0f0feb;box-shadow:0 2px 12px #00000080}header nav{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:2rem;max-width:1200px;margin:0 auto;padding:1.5rem 2rem;display:flex;position:relative}.nav-brand{display:none}.nav-logo{color:var(--foreground);text-transform:uppercase;letter-spacing:.5px;font-size:1rem;font-weight:600;text-decoration:none}.nav-links{flex-wrap:wrap;flex:1;justify-content:center;align-items:center;gap:2.5rem;display:flex}.mobile-menu-controls{display:none}@media (min-width:769px){.mobile-menu-controls{display:none!important}.header-controls .language-switcher,.header-controls .theme-switcher{display:flex!important}}.header-controls{align-items:center;gap:0;display:flex}.nav-links a{color:var(--foreground);letter-spacing:.5px;text-transform:uppercase;white-space:nowrap;padding:.5rem 0;font-size:.875rem;font-weight:500;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative}.nav-links a:before{content:"";background:var(--foreground);border-radius:1px;width:0;height:1.5px;transition:width .35s cubic-bezier(.4,0,.2,1);position:absolute;bottom:0;left:50%;transform:translate(-50%)}.nav-links a:hover{color:var(--accent)}.nav-links a:hover:before{width:100%}.nav-links a.active{color:var(--foreground)}.nav-links a.active:before{background:var(--accent)!important;width:100%!important}.nav-links a:active{color:var(--accent)}.hamburger-menu{cursor:pointer;z-index:1001;background:0 0;border:none;flex-direction:column;justify-content:space-around;width:24px;height:24px;margin-left:1rem;padding:0;display:none}.hamburger-line{background:var(--foreground);transform-origin:50%;border-radius:2px;width:24px;height:2px;transition:all .3s cubic-bezier(.4,0,.2,1)}.hamburger-menu:hover .hamburger-line,.hamburger-menu:focus-visible .hamburger-line{background:var(--accent)}header.menu-open .hamburger-line:first-child{transform:rotate(45deg)translate(6px,6px)}header.menu-open .hamburger-line:nth-child(2){opacity:0;transform:translate(-10px)}header.menu-open .hamburger-line:nth-child(3){transform:rotate(-45deg)translate(6px,-6px)}.mobile-menu-overlay{z-index:999;-webkit-backdrop-filter:blur(4px);background:#00000080;display:none;position:fixed;inset:0}@media (max-width:768px){header{-webkit-backdrop-filter:none;width:auto;box-shadow:none;background:0 0;border-bottom:none;left:auto;right:0}header.scrolled{box-shadow:none;background:0 0;border-bottom:none}header nav{flex-wrap:nowrap;justify-content:flex-end;gap:0;width:auto;max-width:none;margin:0;padding:1rem}.nav-brand{display:none}.header-controls{flex-shrink:0;margin-left:0}.hamburger-menu{margin-left:0;display:flex}.mobile-menu-overlay{display:block}.nav-links{background:var(--background);z-index:1000;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:0;width:280px;height:100vh;padding:5rem 2rem 2rem;transition:right .3s cubic-bezier(.4,0,.2,1);position:fixed;top:0;right:-100%;overflow-y:auto;box-shadow:-4px 0 12px #0000001a}.nav-links.open{right:0}.nav-links a{letter-spacing:.5px;border-bottom:1px solid var(--border);text-align:left;width:100%;padding:1rem 0;font-size:.9375rem}.nav-links a:before{display:none}.nav-links a:hover,.nav-links a:active{color:var(--accent);padding-left:.5rem}.header-controls{gap:0}.header-controls .language-switcher,.header-controls .theme-switcher{display:none!important}.mobile-menu-controls{border-top:1px solid var(--border);justify-content:center;align-items:center;gap:1.5rem;width:100%;margin-top:1rem;padding:2rem 0 1rem;display:flex!important}.mobile-menu-controls .theme-switcher,.mobile-menu-controls .language-switcher{margin-left:0}.dark header{background:0 0;border-bottom:none}.dark header.scrolled{box-shadow:none;background:0 0;border-bottom:none}.dark .nav-links{box-shadow:-4px 0 12px #00000080}}@media (prefers-color-scheme:dark){@media (max-width:768px){:root:not(.light) header{background:0 0;border-bottom:none}:root:not(.light) header.scrolled{box-shadow:none;background:0 0;border-bottom:none}:root:not(.light) .nav-links{box-shadow:-4px 0 12px #00000080}}}@media (max-width:480px){header nav{padding:1rem}.nav-links{width:100%;right:-100%}.nav-links.open{right:0}.nav-logo{font-size:.875rem}}
footer{background:var(--background);border-top:1px solid var(--border);margin-top:4rem;padding:2rem;transition:background-color .3s,border-color .3s}.footer-content{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;max-width:1200px;margin:0 auto;display:flex}.footer-copyright{color:var(--foreground);opacity:.8;margin:0;font-size:.875rem}.footer-built-with{color:var(--foreground);opacity:.6;margin:0;font-size:.875rem}@media (max-width:768px){footer{margin-top:3rem;padding:1.5rem}.footer-content{text-align:center;flex-direction:column;gap:.5rem}}@media (max-width:480px){footer{padding:1rem}.footer-copyright,.footer-built-with{font-size:.8125rem}}
.about-section{padding:6rem 0;position:relative}.about-title{text-align:center;color:var(--foreground);letter-spacing:-.03em;margin-bottom:4rem;font-size:clamp(2rem,5vw,3rem);font-weight:700}.about-content{max-width:800px;margin:0 auto}.about-paragraph{color:var(--muted-foreground);text-align:justify;margin-bottom:1.75rem;font-size:1.125rem;line-height:1.85;transition:color .3s}.about-paragraph:last-child{margin-bottom:0}@media (max-width:768px){.about-section{padding:4rem 0}.about-title{margin-bottom:3rem}.about-content{padding:0 1rem}.about-paragraph{text-align:left;margin-bottom:1.5rem;font-size:1rem;line-height:1.75}}@media (max-width:480px){.about-paragraph{font-size:.9375rem;line-height:1.7}}
.skills-section{padding:6rem 0;position:relative}.skills-title{text-align:center;color:var(--foreground);margin-bottom:5rem;font-size:clamp(2rem,5vw,3rem);font-weight:700}.skills-container{max-width:1200px;margin:0 auto}.skills-category{margin-bottom:4rem}.skills-category:last-child{margin-bottom:0}.skills-category-title{color:var(--foreground);text-align:center;letter-spacing:-.02em;margin-bottom:2rem;font-size:clamp(1.5rem,3vw,2rem);font-weight:600}.skills-grid{grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:1.5rem;max-width:1000px;margin:0 auto;display:grid}.skill-card{background:var(--card);border:1px solid var(--border);text-align:center;box-shadow:var(--shadow-sm);backface-visibility:hidden;border-radius:16px;flex-direction:column;justify-content:center;align-items:center;height:100%;min-height:180px;padding:2rem 1.5rem;transition:all .4s cubic-bezier(.4,0,.2,1),background-color .3s,border-color .3s,box-shadow .3s,color .3s;display:flex;position:relative;overflow:hidden;transform:translateZ(0)}.skill-card:before{content:"";background:var(--foreground);opacity:0;z-index:0;transition:opacity .4s;position:absolute;inset:0}.skill-card:hover{box-shadow:var(--shadow-xl);border-color:var(--accent);transform:translateY(-8px)scale(1.02)}.skill-card:hover:before{opacity:.05}.skill-card>*{z-index:1;position:relative}.skill-image-wrapper{justify-content:center;align-items:center;width:64px;height:64px;margin-bottom:1rem;display:flex;position:relative}.skill-image{filter:grayscale(20%);object-fit:contain;object-position:center;backface-visibility:hidden;will-change:transform,filter;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:100%;height:100%;transition:transform .5s cubic-bezier(.4,0,.2,1),filter .5s;transform:translateZ(0)}.skill-card:hover .skill-image{filter:grayscale(0%);transform:translateZ(0)scale(1.15)rotate(8deg)}.skill-title{color:var(--foreground);justify-content:center;align-items:center;min-height:1.5em;margin-bottom:0;font-size:1.125rem;font-weight:600;line-height:1.4;transition:color .3s;display:flex}.skill-card:hover .skill-title{color:var(--accent)}@media (max-width:768px){.skills-section{padding:4rem 0}.skills-title{margin-bottom:4rem}.skills-category{margin-bottom:3rem}.skills-category-title{margin-bottom:1.5rem}.skills-grid{grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:1rem}.skill-card{min-height:160px;padding:1.5rem 1rem}.skill-image-wrapper{width:56px;height:56px;margin-bottom:.75rem}.skill-title{font-size:1rem}}@media (max-width:480px){.skills-grid{grid-template-columns:repeat(2,1fr)}}
.education-section{padding:6rem 0;position:relative}.education-title{text-align:center;color:var(--foreground);margin-bottom:4rem;font-size:clamp(2rem,5vw,3rem);font-weight:700}.education-timeline{max-width:900px;margin:0 auto;padding:2rem 0;list-style:none;position:relative}.education-timeline:before{content:"";background:var(--border);width:2px;position:absolute;top:0;bottom:0;left:50%;transform:translate(-50%)}@media (max-width:768px){.education-timeline:before{left:20px}}.education-item{align-items:center;margin-bottom:4rem;list-style:none;animation:.6s ease-out fadeInUp;display:flex;position:relative}.education-item:nth-child(2n){flex-direction:row-reverse}@media (max-width:768px){.education-item{padding-left:3rem;flex-direction:row!important}}.education-item:before{content:"";background:var(--foreground);border:3px solid var(--background);z-index:2;width:16px;height:16px;box-shadow:0 0 0 4px var(--border);border-radius:50%;transition:all .3s;position:absolute;left:50%;transform:translate(-50%)}@media (max-width:768px){.education-item:before{left:20px}}.education-item:hover:before{box-shadow:0 0 0 6px var(--border);transform:translate(-50%)scale(1.2)}@media (max-width:768px){.education-item:hover:before{transform:translate(-50%)scale(1.2)}}.education-card{background:var(--card);border:1px solid var(--border);width:100%;box-shadow:var(--shadow-sm);border-radius:12px;padding:2rem;transition:all .5s cubic-bezier(.4,0,.2,1),background-color .3s,border-color .3s,box-shadow .3s,color .3s;position:relative}.education-item:nth-child(odd) .scroll-animate{margin-right:3rem}.education-item:nth-child(2n) .scroll-animate{margin-left:3rem}@media (max-width:768px){.education-item:nth-child(odd) .scroll-animate,.education-item:nth-child(2n) .scroll-animate{margin-left:0;margin-right:0}}.education-card:hover{box-shadow:var(--shadow-lg);border-color:var(--foreground);transform:translateY(-4px)}.education-degree{color:var(--foreground);margin-bottom:.75rem;font-size:1.25rem;font-weight:700;line-height:1.4}.education-equivalent{color:var(--muted-foreground);margin-bottom:1rem;font-size:.875rem;font-style:italic}.education-institution{color:var(--foreground);margin-bottom:.5rem;font-size:1rem;font-weight:600}.education-details{color:var(--muted-foreground);flex-wrap:wrap;gap:1rem;margin-top:1rem;font-size:.9rem;display:flex}.education-city,.education-year{align-items:center;gap:.5rem;display:flex}.education-city:before{content:"📍";font-size:.875rem}.education-year:before{content:"📅";font-size:.875rem}@media (max-width:768px){.education-section{padding:4rem 0}.education-title{margin-bottom:3rem}.education-card{padding:1.5rem}.education-degree{font-size:1.125rem}.education-institution{font-size:.95rem}.education-details{gap:.75rem;font-size:.85rem}}@media (max-width:480px){.education-card{padding:1.25rem}.education-degree{font-size:1rem}.education-details{flex-direction:column;gap:.5rem}}
.experience-section{padding:6rem 0;position:relative}.experience-title{text-align:center;color:var(--foreground);margin-bottom:4rem;font-size:clamp(2rem,5vw,3rem);font-weight:700}.experience-timeline{max-width:1100px;margin:0 auto;padding:2rem 0;list-style:none;position:relative}.experience-item{margin-bottom:5.5rem;list-style:none;animation:.6s ease-out fadeInUp;position:relative}.experience-card{background:var(--card);border:1px solid var(--border);border-left:3px solid var(--foreground);width:100%;box-shadow:var(--shadow-sm);border-radius:12px;padding:3rem;transition:all .5s cubic-bezier(.4,0,.2,1),background-color .3s,border-color .3s,box-shadow .3s,color .3s;position:relative}.experience-card:hover{box-shadow:var(--shadow-lg);border-left-color:var(--foreground);transform:translate(8px)translateY(-2px)}.experience-tech-tag{transition:all .3s cubic-bezier(.4,0,.2,1)}.experience-tech-tag:hover{transform:translateY(-2px)}.experience-position{color:var(--foreground);margin-bottom:.75rem;font-size:1.5rem;font-weight:700;line-height:1.4}.experience-company{color:var(--foreground);margin-bottom:.75rem;font-size:1.125rem;font-weight:600}.experience-contract{color:var(--muted-foreground);background:var(--background);border:1px solid var(--border);border-radius:20px;margin-bottom:1.5rem;padding:.375rem .875rem;font-size:.9375rem;font-weight:500;display:inline-block}.experience-description-text{color:var(--muted-foreground);margin-bottom:1.5rem;font-size:1.0625rem;font-weight:400;line-height:1.75}.experience-responsibilities{margin-bottom:1.5rem}.experience-responsibilities ul{margin:.5rem 0;padding:0;list-style:none}.experience-responsibilities li{color:var(--muted-foreground);margin-bottom:.75rem;padding-left:1.75rem;font-size:1rem;line-height:1.75;position:relative}.experience-responsibilities li:before{content:"▸";color:var(--foreground);font-weight:600;position:absolute;left:0}.experience-details{border-top:1px solid var(--border);color:var(--muted-foreground);flex-wrap:wrap;gap:1.25rem;margin-top:1.5rem;padding-top:1.5rem;font-size:.9375rem;display:flex}.experience-location,.experience-period{align-items:center;gap:.5rem;display:flex}.experience-location:before{content:"📍";font-size:.875rem}.experience-period:before{content:"📅";font-size:.875rem}.experience-technologies{border-top:1px solid var(--border);flex-wrap:wrap;gap:.625rem;margin-top:1.5rem;padding-top:1.5rem;display:flex}.experience-tech-tag{background:var(--background);border:1px solid var(--border);color:var(--foreground);border-radius:20px;padding:.375rem .875rem;font-size:.875rem;transition:all .3s;display:inline-block}.experience-tech-tag:hover{background:var(--foreground);color:var(--background);border-color:var(--foreground)}@media (max-width:768px){.experience-section{padding:4rem 0}.experience-title{margin-bottom:3rem}.experience-card{padding:2rem}.experience-position{font-size:1.25rem}.experience-company{font-size:1.0625rem}.experience-description{font-size:1rem}.experience-details{gap:1rem;font-size:.875rem}}@media (max-width:480px){.experience-card{padding:1.75rem}.experience-position{font-size:1.125rem}.experience-description{font-size:.9375rem}.experience-details{flex-direction:column;gap:.75rem}.experience-technologies{gap:.5rem}.experience-tech-tag{padding:.3125rem .75rem;font-size:.8125rem}}
.contact-section{padding:6rem 0;position:relative}.contact-title{text-align:center;color:var(--foreground);letter-spacing:-.03em;margin-bottom:1rem;font-size:clamp(2rem,5vw,3rem);font-weight:700}.contact-subtitle{text-align:center;color:var(--muted-foreground);max-width:600px;margin-bottom:4rem;margin-left:auto;margin-right:auto;font-size:1.125rem}.contact-container{max-width:700px;margin:0 auto}.contact-form{flex-direction:column;gap:1.5rem;display:flex}.form-group{flex-direction:column;gap:.5rem;display:flex}.form-group label{color:var(--foreground);letter-spacing:.3px;font-size:.9375rem;font-weight:500}.form-group input,.form-group textarea{border:1.5px solid var(--border);background:var(--card);color:var(--foreground);resize:vertical;border-radius:8px;padding:.875rem 1rem;font-family:inherit;font-size:1rem;transition:all .3s cubic-bezier(.4,0,.2,1)}.form-group input:focus,.form-group textarea:focus{border-color:var(--accent);outline:none;box-shadow:0 0 0 3px #2c3e501a}.form-group input:disabled,.form-group textarea:disabled{opacity:.6;cursor:not-allowed}.form-group input::placeholder,.form-group textarea::placeholder{color:var(--muted);opacity:.7}.submit-button{background:var(--accent);color:#fff;cursor:pointer;letter-spacing:.5px;text-transform:uppercase;backface-visibility:hidden;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;border:none;border-radius:8px;margin-top:.5rem;padding:1rem 2rem;font-size:1rem;font-weight:600;transition:all .3s cubic-bezier(.4,0,.2,1);transform:translateZ(0)}@media (prefers-color-scheme:dark){:root:not(.light) .submit-button{color:var(--background)}}.dark .submit-button{color:var(--background)}.submit-button:hover:not(:disabled){background:var(--accent-hover);box-shadow:var(--shadow-md);transform:translateY(-1px)}.submit-button:active:not(:disabled){transform:translate(0,0)}.submit-button:disabled{opacity:.6;cursor:not-allowed}.success-message{color:#16a34a;text-align:center;background:#22c55e1a;border:1px solid #22c55e4d;border-radius:8px;padding:1rem;font-size:.9375rem;animation:.3s ease-out slideIn}.error-message{color:#dc2626;text-align:center;background:#ef44441a;border:1px solid #ef44444d;border-radius:8px;padding:1rem;font-size:.9375rem;animation:.3s ease-out slideIn}@keyframes slideIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.contact-section{padding:4rem 0}.contact-title{margin-bottom:.75rem}.contact-subtitle{margin-bottom:3rem;padding:0 1rem;font-size:1rem}.contact-container{padding:0 1rem}.contact-form{gap:1.25rem}.form-group input,.form-group textarea{padding:.75rem .875rem;font-size:.9375rem}.submit-button{padding:.875rem 1.5rem;font-size:.9375rem}}@media (max-width:480px){.contact-section{padding:3rem 0}.contact-subtitle{margin-bottom:2.5rem;font-size:.9375rem}.form-group input,.form-group textarea{padding:.6875rem .75rem;font-size:.875rem}}@media (prefers-color-scheme:dark){:root:not(.light) .form-group input:focus,:root:not(.light) .form-group textarea:focus{box-shadow:0 0 0 3px #ffffff1a}}.dark .form-group input:focus,.dark .form-group textarea:focus{box-shadow:0 0 0 3px #ffffff1a}
