@import url(https://fonts.googleapis.com/css2?family=Outfit:wght@100;200;300;400;500;600;700;800;900&display=swap);:root,[data-theme=dark]{--bg-page:#000;--bg:#0b0c10;--bg-elevated:#1a1919;--bg-footer:#131313cc;--surface-1:#ffffff05;--surface-2:#ffffff0d;--surface-3:#ffffff1a;--line-1:#ffffff0f;--line-2:#ffffff1a;--text-strong:#fff;--text-body:#c5c6c7;--text-muted:#8f9499;--accent:#deb887;--accent-ink:#deb887;--accent-strong:#e5cba3;--accent-on:#0b0c10;--accent-a05:#deb8870d;--accent-a10:#deb8871a;--accent-a20:#deb88733;--accent-a40:#deb88766;--accent-a60:#deb88799;--nav-bg:#000000d9;--nav-bg-mobile:#000000e6;--overlay:#000000eb;--shadow-color:#00000080;--shadow-color-strong:#000c;--field-bg:#ffffff1a;--warn:#ffb86b;--warn-ink:#d9c3a5;--warn-a05:#ffb86b0d;--warn-a35:#ffb86b59;--code-ink:#e5cba3;--ok:#7ee0a1;--bad:#e8896b;--on-media:#fff;--hero-scrim:#00000080;color-scheme:dark}[data-theme=light]{--bg-page:#f1ece4;--bg:#faf8f5;--bg-elevated:#fff;--bg-footer:#efe9e0;--surface-1:#3f2f1e08;--surface-2:#3f2f1e0f;--surface-3:#3f2f1e1a;--line-1:#3f2f1e1f;--line-2:#3f2f1e33;--text-strong:#1b1613;--text-body:#423b34;--text-muted:#6b6259;--accent:#96682f;--accent-ink:#7f5222;--accent-strong:#7a4e20;--accent-on:#fff;--accent-a05:#96682f14;--accent-a10:#96682f24;--accent-a20:#96682f42;--accent-a40:#96682f7a;--accent-a60:#96682fad;--nav-bg:#faf8f5eb;--nav-bg-mobile:#faf8f5f7;--overlay:#1b1613cc;--shadow-color:#3f2f1e24;--shadow-color-strong:#3f2f1e47;--field-bg:#3f2f1e0d;--warn:#85500c;--warn-ink:#5c4426;--warn-a05:#9a5d1212;--warn-a35:#9a5d1266;--code-ink:#7a4e20;--ok:#1c7a45;--bad:#b0412a;--on-media:#241d16;--hero-scrim:#fffaf357;color-scheme:light}*{box-sizing:border-box;font-family:Outfit,sans-serif;margin:0;padding:0}body{background:#000;background:var(--bg-page);color:#c5c6c7;color:var(--text-body)}a,h1,h4,p{color:#fff;color:var(--text-strong);text-decoration:none}ul{list-style-type:none}.button{background:#deb887;background:var(--accent);border:1px solid #deb887;border:1px solid var(--accent);cursor:pointer;font-size:1rem;font-weight:600;padding:12px 32px;text-transform:uppercase}.button,.button:hover{color:#0b0c10;color:var(--accent-on)}.button:hover{background:#e5cba3;background:var(--accent-strong);border-color:#e5cba3;border-color:var(--accent-strong)}.button_light{background:#0000;border:1px solid #ffffff1a;border:1px solid var(--line-2);color:#fff;color:var(--text-strong);cursor:pointer;font-size:1rem;font-weight:600;padding:12px 32px;text-transform:uppercase}.button_light:hover{background:#ffffff0d;background:var(--surface-2);border-color:#deb887;border-color:var(--accent)}.button_hover{background:#ffffff1a;background:var(--surface-3);color:#fff;color:var(--text-strong);transition:.3s}.Header{align-items:center;display:flex;height:90px;justify-content:space-between;padding:1rem;position:fixed;width:100%;z-index:10}.Header,.Header .Hamburger,.Header a,.Header h1{color:var(--on-media)}.Header-background{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background-color:var(--nav-bg);transition:background-color .5s,color .5s}.Header-background,.Header-background .Hamburger,.Header-background a,.Header-background h1{color:var(--text-strong)}.Header-right,.NavigationMenu{align-items:center;display:flex}.NavigationMenu li{padding:0 1rem}.NavigationMenu li a{color:inherit;font-size:1.2 rem;font-weight:500;transition:color .2s ease}.NavigationMenu li a:hover{color:var(--accent-ink)}.Header h1{transition:color .5s}.Hamburger{cursor:pointer;display:none;line-height:0}@media screen and (max-width:1040px){.NavigationMenu{align-items:center;background-color:var(--nav-bg-mobile);flex-direction:column;height:100vh;justify-content:center;left:-100%;position:absolute;top:0;transition:.3s;width:100%;z-index:-3}.NavigationMenu.active{left:0}.NavigationMenu.active li a{color:var(--text-strong)}.NavigationMenu li{padding:1rem 0}.NavigationMenu a{font-size:2rem}.Hamburger{display:inline;display:initial}}.theme-toggle{align-items:center;background:#0000;border:1px solid;border-radius:50%;color:inherit;cursor:pointer;display:inline-flex;height:36px;justify-content:center;margin-left:.5rem;opacity:.75;padding:0;transition:opacity .2s ease,transform .2s ease,border-color .2s ease,color .2s ease;width:36px}.theme-toggle:hover{color:var(--accent-ink);opacity:1;transform:rotate(-15deg)}.theme-toggle:focus-visible{opacity:1;outline:2px solid var(--accent);outline-offset:3px}@media screen and (max-width:1040px){.theme-toggle{height:40px;margin-left:0;margin-right:1rem;width:40px}}.mask{height:100vh;left:0;overflow:hidden;position:absolute;top:0;width:100%}.mask-layer{background-position:50%;background-repeat:no-repeat;background-size:cover;inset:0;position:absolute;transition:opacity .6s ease}.mask-layer--dark{background-image:url(/static/media/hero_home_dark.6e4ead324f3d80fe33a4.svg);opacity:1}.mask-layer--light{background-image:url(/static/media/hero_home_light.bc79595329c92108c774.svg);opacity:0}[data-theme=light] .mask-layer--dark{opacity:0}[data-theme=light] .mask-layer--light{opacity:1}.mask-scrim{background-color:var(--hero-scrim);inset:0;position:absolute;transition:background-color .6s ease}.Main{height:100vh;position:relative;width:100%}.Main .content{left:50%;position:absolute;text-align:center;top:50%;transform:translate(-50%,-50%);z-index:1}.Main .content h1{font-size:3rem;padding:.6rem 0 1.5rem}.Main .content h1,.Main .content p{color:var(--on-media);transition:color .6s ease}.Main .content p{font-size:1.4rem;font-weight:200;text-transform:uppercase}.content .button{margin:1rem .2rem}@media screen and (max-width:640px){.Main .content h1{font-size:2rem}.Main .content p{font-size:1.4rem}}.footer{background-color:var(--bg-footer);border-top:1px solid var(--line-1);padding:6rem 0;width:100%}.footer-icon{color:var(--accent-ink);flex-shrink:0;margin-right:2rem}.social-icon{margin-right:1rem;transition:color .2s ease}.social a:hover .social-icon{color:var(--accent-strong)}.footer a{color:var(--text-body);transition:color .2s ease}.footer a:hover{color:var(--accent-ink)}.footer h4{color:var(--text-strong)}.footer-container{grid-gap:40px;display:grid;grid-template-columns:repeat(2,1fr);margin:auto;max-width:1140px}.left{display:flex;flex-direction:column;height:100%;max-width:100%;padding:1rem}.location{display:flex;margin-bottom:.8rem}.location p{line-height:30px}.right{display:flex;flex-direction:column;height:100%;max-width:100%;padding:1rem}.social{margin-top:1rem}.footer h4{padding-bottom:.7rem}.footer h4,.footer p{font-size:1.2rem}@media screen and (max-width:640px){.footer-container{grid-template-columns:1fr}}.home-about-section{align-items:center;background-color:var(--bg);border-bottom:1px solid var(--line-1);border-top:1px solid var(--line-1);color:var(--text-strong);display:flex;flex-direction:column;gap:3rem;justify-content:center;padding:6rem 2rem}.profile-photo-top{height:180px;width:180px}.home-about-container{grid-gap:4rem;align-items:center;display:grid;gap:4rem;grid-template-columns:1.2fr .8fr;max-width:1200px;width:100%}.home-about-content{display:flex;flex-direction:column;gap:1.5rem}.home-about-content .subtitle{color:var(--accent-ink);font-size:.9rem;font-weight:700;letter-spacing:2px;text-transform:uppercase}.home-about-content .title{-webkit-text-fill-color:#0000;background:linear-gradient(to right,var(--text-strong),var(--accent-ink));-webkit-background-clip:text;font-size:3rem;font-weight:800;margin-bottom:.5rem}.bio-text{color:var(--text-body);font-size:1.1rem;line-height:1.8}.highlights-grid{display:flex;flex-direction:column;gap:1.5rem;margin:1.5rem 0}.highlight-item{align-items:flex-start;display:flex;gap:1.5rem}.highlight-icon{color:var(--accent-ink);flex-shrink:0;font-size:1.8rem;margin-top:.2rem}.highlight-item h3{color:var(--text-strong);font-size:1.2rem;font-weight:600;margin-bottom:.3rem}.highlight-item p{color:var(--text-muted);font-size:.95rem}.about-buttons{display:flex;flex-wrap:wrap;gap:1.5rem;margin-top:1rem}.resume-button{align-items:center;display:flex;gap:.8rem;text-decoration:none;transition:all .3s ease}.resume-button:hover{background-color:var(--accent-strong);border-color:var(--accent-strong);box-shadow:0 4px 15px var(--accent-a40);transform:translateY(-2px)}.contact-button{align-items:center;display:flex;gap:.8rem;text-decoration:none;transition:all .3s ease}.contact-button:hover{background-color:var(--surface-3);transform:translateY(-2px)}.button-icon{font-size:1.1rem}.home-about-graphics{align-items:center;display:flex;flex-direction:column;gap:2rem}.profile-photo{border:3px solid var(--accent-a60);border-radius:50%;box-shadow:0 10px 30px var(--shadow-color);height:220px;object-fit:cover;transition:all .3s ease;width:220px}.profile-photo:hover{border-color:var(--accent);box-shadow:0 15px 35px var(--accent-a20);transform:translateY(-5px)}.tech-card{background:var(--surface-1);border:1px solid var(--line-2);border-radius:12px;box-shadow:0 10px 30px var(--shadow-color);overflow:hidden;padding:2.5rem;position:relative;transition:all .3s ease;width:100%}.tech-card:before{background:linear-gradient(to right,var(--accent),#0000);content:"";height:4px;left:0;position:absolute;top:0;width:100%}.tech-card:hover{border-color:var(--accent-a40);box-shadow:0 15px 35px var(--accent-a05);transform:translateY(-5px)}.tech-card-header{align-items:center;color:var(--accent-ink);display:flex;font-size:1.3rem;font-weight:700;gap:1rem;margin-bottom:2rem}.tech-card-pulse{animation:pulse 2s infinite}@keyframes pulse{0%{opacity:.8;transform:scale(1)}50%{opacity:1;transform:scale(1.1)}to{opacity:.8;transform:scale(1)}}.tech-list{display:flex;flex-direction:column;gap:1.2rem;padding-left:0}.tech-list li{align-items:center;color:var(--text-body);display:flex;font-size:1.05rem;gap:1rem;list-style-type:none}.tech-dot{background-color:var(--accent);border-radius:50%;flex-shrink:0;height:8px;width:8px}@media screen and (max-width:962px){.home-about-container{gap:3rem;grid-template-columns:1fr}.home-about-content .title{font-size:2.5rem}}@media screen and (max-width:640px){.home-about-section{padding:4rem 1rem}.about-buttons{flex-direction:column;gap:1rem}.contact-button,.resume-button{justify-content:center;text-align:center;width:100%}}.home-intro-content{align-items:center;display:flex;flex-direction:column;gap:1.2rem;max-width:760px;text-align:center}.home-intro-content .bio-text{font-size:1.15rem}.home-intro-buttons{justify-content:center;margin-top:.5rem}
/*# sourceMappingURL=main.c6afde8a.css.map*/