.Home_container__B1VFq{font-family:var(--font-main);color:var(--color-text);transition:background .3s,color .3s}.Home_container__B1VFq,.Home_main__3vDCl{background:var(--color-bg);min-height:100vh}.Home_main__3vDCl{padding:4rem 0;flex:1;display:flex;flex-direction:column;justify-content:center;align-items:center;transition:background .3s}.Home_nav__cgM_N{padding:0 2rem;z-index:10;position:fixed;top:0;left:0;width:100vw;display:flex;flex-direction:row;align-items:center;justify-content:space-between;background:var(--color-card);box-shadow:0 2px 8px rgba(0,0,0,.04);transition:background .3s,box-shadow .3s}.Home_nav__cgM_N h2{color:var(--color-accent);margin-right:2rem;font-weight:700;letter-spacing:1px}.Home_nav__cgM_N a{transition:color .3s;color:var(--color-text);font-weight:500;font-size:1.1rem;margin:0 1rem}.Home_nav__cgM_N a:hover{color:var(--color-primary)}.Home_headerBox__RC1EN{background:linear-gradient(135deg,var(--color-primary) 60%,var(--color-accent) 100%);width:100vw;max-width:900px;height:340px;margin:2rem 0 1.5rem;border-radius:1.5rem;display:flex;flex-direction:column;align-items:center;justify-content:center;box-shadow:0 4px 24px rgba(0,0,0,.08);transition:background .3s,box-shadow .3s}.Home_headerBox__RC1EN h1{font-family:var(--font-main);color:var(--color-text-dark);font-size:3rem;font-weight:800;margin-bottom:.5rem;letter-spacing:1px}@media(min-width:1000px){.Home_headerBox__RC1EN{padding:4rem 0;width:60vw;height:340px}}.Home_social__ZkLrj{display:flex;flex-direction:row;justify-content:center;align-items:center;margin-bottom:1.5rem;font-size:1.7rem}.Home_social__ZkLrj a{color:var(--color-text-dark);margin:0 .7rem;transition:color .3s,transform .2s}.Home_social__ZkLrj a:hover{color:var(--color-accent);transform:translateY(-2px) scale(1.1)}.Home_headerTitle__hAqaS{color:var(--color-text-dark);font-size:2.5rem;text-align:center;font-weight:700;margin-bottom:.5rem}.Home_titleText__Ktfxr{color:var(--color-text-dark);text-align:center;font-size:1.2rem;font-weight:400;margin-bottom:1rem}.Home_aboutBox__ur2Js{background:var(--color-card);width:90vw;max-width:900px;border-radius:1.2rem;margin:1.5rem 0;padding:2rem 2.5rem;display:flex;flex-direction:column;align-items:center;box-shadow:0 2px 12px rgba(0,0,0,.04);transition:background .3s,box-shadow .3s}.Home_aboutBox__ur2Js p{color:var(--color-text);font-size:1.1rem;line-height:1.7;margin:.5rem 0}@media(min-width:1000px){.Home_aboutBox__ur2Js{width:60vw;padding:3rem 4rem}}.Home_skillContent__oJUoE{display:flex;flex-direction:row;flex-wrap:wrap;align-content:center;justify-content:center;padding:1.5rem;width:90vw;max-width:900px;background:var(--color-card);border-radius:1.2rem;box-shadow:0 2px 12px rgba(0,0,0,.04);transition:background .3s,box-shadow .3s}@media(min-width:1000px){.Home_skillContent__oJUoE{width:60vw;padding:2rem 3rem}}.Home_skills__RsxEe{width:90px;height:90px;margin:.7em;display:flex;flex-direction:column;align-items:center;justify-content:center;background:rgba(0,0,0,0);color:var(--color-text);border-radius:.7rem;box-shadow:0 1px 6px rgba(0,0,0,.03);transition:box-shadow .3s,background .3s}.Home_skills__RsxEe:hover{background:var(--color-primary);color:var(--color-text-dark);box-shadow:0 4px 16px rgba(37,99,235,.08)}.Home_tooltip__atwVX{position:relative;display:inline-block;display:flex;justify-content:center;align-items:center}.Home_tooltip__atwVX .Home_tooltiptext__Sy6aW{visibility:hidden;width:120px;background-color:#191919;color:#fff;text-align:center;border-radius:4px;padding:5px;position:absolute;z-index:1;top:130%;left:50%;margin-left:-60px}.Home_tooltip__atwVX .Home_tooltiptext__Sy6aW:after{content:"";position:absolute;bottom:100%;left:50%;margin-left:-5px;border:5px solid rgba(0,0,0,0);border-bottom-color:#191919}.Home_tooltip__atwVX:hover .Home_tooltiptext__Sy6aW{visibility:visible}.Home_contactBox__N4sGr{display:flex;flex-direction:row;flex-wrap:wrap;align-content:center;justify-content:center;padding:1.5rem;width:90vw;max-width:900px;background:var(--color-card);border-radius:1.2rem;box-shadow:0 2px 12px rgba(0,0,0,.04);transition:background .3s,box-shadow .3s}@media(min-width:1000px){.Home_contactBox__N4sGr{width:60vw;padding:2rem 3rem}}.Home_contactForm__STHNl{display:flex;flex-direction:column;width:100%;max-width:400px}.Home_contactForm__STHNl label{margin-bottom:.5rem;margin-top:.5rem;color:var(--color-text);font-weight:500}.Home_contactForm__STHNl input,.Home_contactForm__STHNl textarea{background:#f1f5f9;border:none;height:2.2rem;border-radius:.4rem;padding:0 .7rem;color:var(--color-text);margin-bottom:1rem;font-size:1rem;transition:background .2s,color .2s}.Home_contactForm__STHNl input:focus,.Home_contactForm__STHNl textarea:focus{outline:2px solid var(--color-primary);background:#e0e7ef}.Home_contactForm__STHNl button{background:var(--color-primary);color:var(--color-text-dark);border:none;border-radius:.4rem;padding:.7rem 1.5rem;font-size:1rem;font-weight:600;cursor:pointer;transition:background .2s,color .2s,box-shadow .2s;box-shadow:0 1px 4px rgba(37,99,235,.08)}.Home_contactForm__STHNl button:hover{background:var(--color-accent);color:var(--color-text-dark)}.Home_footer__S146O{flex:1;padding:2rem;border-top:1px solid #eaeaea;background:var(--color-card)}.Home_footer__S146O,.Home_footer__S146O a{display:flex;justify-content:center;align-items:center;color:var(--color-text)}.Home_footer__S146O a{flex-grow:1}.Home_resumePage__Dj3RO{display:flex;flex-direction:column;justify-content:center;align-items:center;height:100vh}.Home_resumePage__Dj3RO a{width:100vw;margin-bottom:20px;margin-left:20px}.Home_resumeBox__OHFX_{background-color:#444;width:90vw;height:90vh;display:flex;flex-direction:column;justify-content:center;align-items:center;border-radius:10px}.Home_title__CJM6I a{color:#0070f3;text-decoration:none}.Home_title__CJM6I a:active,.Home_title__CJM6I a:focus,.Home_title__CJM6I a:hover{text-decoration:underline}.Home_title__CJM6I{margin:0;line-height:1.15;font-size:4rem}.Home_description__W1Hx1,.Home_title__CJM6I{text-align:center}.Home_description__W1Hx1{margin:4rem 0;line-height:1.5;font-size:1.5rem}.Home_code__cY_Tv{background:#fafafa;border-radius:5px;padding:.75rem;font-size:1.1rem;font-family:Menlo,Monaco,Lucida Console,Liberation Mono,DejaVu Sans Mono,Bitstream Vera Sans Mono,Courier New,monospace}.Home_grid__Exju9{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;max-width:800px}.Home_card__fubC7{margin:1rem;padding:1.5rem;text-align:left;color:inherit;text-decoration:none;border:1px solid #eaeaea;border-radius:10px;transition:color .15s ease,border-color .15s ease;max-width:300px}.Home_card__fubC7:active,.Home_card__fubC7:focus,.Home_card__fubC7:hover{color:#0070f3;border-color:#0070f3}.Home_card__fubC7 h2{margin:0 0 1rem;font-size:1.5rem}.Home_card__fubC7 p{margin:0;font-size:1.25rem;line-height:1.5}.Home_logo__Nw1fV{margin-left:.5rem}@media(max-width:600px){.Home_grid__Exju9{width:100%;flex-direction:column}}@media(prefers-color-scheme:dark){.Home_card__fubC7,.Home_footer__S146O{border-color:#222;background:var(--color-card-dark);color:var(--color-text-dark)}.Home_code__cY_Tv{background:#000}}