#root{text-align:center;overflow:hidden}header{color:#000;min-height:3.8rem;background:var(--header-bg-color);box-shadow:0 0 4px #0003;padding:1em 3em;font-size:.6em;display:flex;flex-direction:row;justify-content:space-between;justify-self:center;-webkit-user-select:none;user-select:none;width:100%}.header-container-left{display:flex;align-items:center}.header-container-right{display:flex;align-items:center;margin-left:10px}header .logo{width:100%;max-width:50px;min-width:35px;height:auto;margin-right:10px}header .logo:hover{filter:drop-shadow(0 0 1em #b9a6a6);animation-name:spin;animation-duration:.5s;animation-fill-mode:forwards}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (hover: none),(pointer: coarse){header .logo:hover{filter:none;animation:none}}header h1{display:flex;align-items:center;color:#106cdc;transition:margin-right 2s,color 1s;text-decoration:none}header h1:hover{filter:drop-shadow(0 0 1em #b9a6a6);animation-name:bounce-blink;animation-duration:2.5s;animation-iteration-count:1}@media (hover: none),(pointer: coarse){header h1:hover{filter:none;animation:none}}header .impact{background:linear-gradient(90deg,#1a75ff,#5dafdf);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}@keyframes bounce-blink{20%{transform:translateY(-30px)}35%{background:linear-gradient(90deg,#1a75ff,#5dafdf);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;transform:translateY(10px)}50%{transform:translateY(-8px)}58%{transform:translateY(5px)}70%{transform:translateY(-5px)}80%{transform:translateY(0)}90%{transform:translateY(-3px)}to{background:linear-gradient(90deg,#1a75ff,#5dafdf);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;transform:translateY(0)}}nav{display:flex;flex-direction:column}nav ul{display:flex;list-style-type:none}nav li{width:12em;height:2em}nav a{color:#000;text-decoration:none;font-size:1.7em;font-weight:500;transition:all .25s}nav a:hover{font-weight:700;font-size:2em;background:linear-gradient(90deg,#1a75ff,#5dafdf);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;filter:drop-shadow(0 0 1em #b9a6a6)}.burger-menu{display:none;cursor:pointer;-webkit-user-select:none;user-select:none}.bar{width:25px;height:3px;background-color:#000;margin:6px 0;border-radius:5px;transition:transform .25s ease-in-out}.bar-middle{width:15px;height:3px;background-color:#000;margin:6px 0;border-radius:5px;transition:transform .25s ease-in-out}@media (max-width: 768px){.burger-menu{display:block;transform:scaleX(-1)}.bar.open{transform:rotate(45deg);transition:transform .25s ease-in-out}.bar-middle.open{transform:scaleX(2);transform:translate(5px);transition:transform .25s ease-in-out}.nav-menu{z-index:1;display:flex;align-items:center;flex-direction:column;position:absolute;top:50px;right:0;width:7rem;height:14rem;background:var(--header-bg-color);box-shadow:0 0 10px #0000001a;visibility:hidden;border-radius:10px;box-shadow:#0000003d 0 3px 8px}.nav-menu.open{display:flex;visibility:visible}nav a{padding:20px 16px;transition:all 0s}.nav-menu ul{list-style-type:none;display:flex;flex-direction:column}.nav-menu li{margin:15px 0;font-size:1em}}footer{color:#fff;min-height:40vh;width:99vw;height:auto;width:auto;overflow:hidden}footer .border-invisible{background-color:#e2181800;position:relative}footer .border-triangle{width:auto;height:0;border-left:50vw solid hsla(0,0%,100%,0);border-right:50vw solid rgba(0,0,255,0);border-bottom:50px solid hsl(33,98%,47%);border-bottom:50px solid linear-gradient(180deg,hsl(33,98%,47%) 20%,hsl(34,94%,56%) 69%)}footer .polygon-fill{width:100%;height:100%;position:absolute;clip-path:polygon(0 0,90% 0,100% 200%,0 40%);background:#ed8402;background:linear-gradient(180deg,#ed8402 20%,#f89d25 69%)}footer .content{background:#ed8402;background:linear-gradient(180deg,#ef8503 20%,#f89e27 69%);min-height:40vh;height:auto;width:auto;overflow:hidden;position:relative;margin:0 auto;text-align:center}footer .icons{display:flex;justify-content:center;align-items:center;gap:1em;padding:1em;-webkit-user-select:none;user-select:none}footer .copyright{bottom:0;padding:1em;font-size:1em;font-weight:300;color:#fff}@media (max-width: 768px){footer .polygon-fill{clip-path:polygon(0 0,90% 0,100% 200%,0 70%)}}.home-card{background:#f89c2a;background:linear-gradient(90deg,#f88e0d,#f89d25 70%);box-shadow:0 1px 2px #0000000d;padding:2em;border-radius:20px;height:fit-content;width:fit-content;min-width:300px;margin:1em .5em 4em;text-align:left;box-sizing:border-box}.home-card h1{font-size:4em;font-weight:700;color:#4f4343}.home-card .emphasis{font-weight:900;color:#fdfbdf;display:inline-block}.home-card p{font-size:1.5em;font-weight:500;color:#2a2727}.home-button-CV{text-decoration:none;color:#fdfbdf;background-color:#832905;font-weight:600;padding:.7em;border-radius:10px;box-shadow:1px 4px 6px #00000080;transition:box-shadow .3s ease;float:right;width:fit-content;display:block;margin:0 auto}.home-button-CV:hover{color:#f89e27;background-color:#315aff;font-weight:700;box-shadow:5px 6px 8px #00000080}.home-call-to-action{color:#fff;min-height:12em;width:100%;text-align:center;box-sizing:border-box;background:linear-gradient(90deg,#00d2ff,#3a47d5)}.cta-content{padding:100px 2em}.wave{position:absolute;display:block;width:100%;overflow:hidden;line-height:0}.wave2{position:relative;top:auto;display:block;width:100%;overflow:hidden;line-height:0;transform:rotate(180deg)}.wave svg{width:calc(100% + 1.3px);height:100px;fill:var(--main-bg-color)}.wave2 svg{width:calc(100% + 1.3px);height:100px;fill:var(--main-bg-color);background:linear-gradient(90deg,#3a47d5,#00d2ff)}.home-button-contact{text-decoration:none;color:#fff;background-color:#315aff;font-weight:600;padding:.7em;border-radius:10px;box-shadow:1px 4px 6px #00000080;transition:box-shadow .3s ease;display:block;margin:1.3em auto 0;width:fit-content}.home-button-contact:hover{color:#06c4fb;background-color:#2035f8;font-weight:700;box-shadow:5px 6px 8px #00000080}.home-card h1.type_writer{display:inline-block;overflow:hidden;white-space:nowrap;border-right:3px solid black;font-family:monospace;animation:typing 1.3s steps(11,end) forwards,blink-caret 1s step-end infinite}@keyframes typing{0%{width:0}to{width:11.14ch}}@keyframes blink-caret{0%,to{border-color:transparent}50%{border-color:#832905}}@media (max-width: 600px){.home-card{padding:1em}}@media (max-width: 768px){.home-card h1{font-size:2.5em}.home-card br.hideForMobile{display:none}.home-card p{font-size:1.3em}.home-button-CV{font-size:1.2em;margin-top:1em;float:none}.home-button-contact{font-size:1.2em;margin-top:1em}}@media (max-width: 1024px){.cta-content{padding-top:40px;padding-bottom:40px}.wave svg,.wave2 svg{height:40px}}.about-card{background:#f6eee3;box-shadow:#0000001f 0 1px 3px,#0000003d 0 1px 2px;padding:2em;border-radius:20px;height:fit-content;width:fit-content;min-width:300px;margin:0 .5em 4em;text-align:left;box-sizing:border-box}h1.about-title{font-size:4em;font-weight:600;color:#ea580c;background-color:#ffedd5;border:5px solid #fed7aa;border-radius:.6em;padding:0 .5em;margin:.4em auto}.about-card h2{font-size:4em}.about-card p{font-size:1em}.about-card img{padding:0 3px}.projects{width:100%;padding:2rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:50px;align-items:stretch}h1.projects-title{font-size:4em;font-weight:600;color:#ea580c;background-color:#ffedd5;border:5px solid #fed7aa;border-radius:.6em;padding:3px .5em;margin:.4em auto;text-align:center}.project-card{background-color:var(--card-bg-color);border-radius:30px;margin:20px;box-shadow:#32325d40 0 2px 5px -1px,#0000004d 0 1px 3px -1px;justify-items:center;overflow:hidden}@media (max-width: 400px){.projects{padding:0;gap:5px}}.project-card:hover{transform:translateY(-5px);transition:.3s;box-shadow:0 0 30px 1px #f88d0b66}.project-card img{height:31vh;margin:auto;border-radius:30px 30px 0 0}.project-card-text{padding:1em}.project-card h2{font-size:1.2em;font-weight:700;margin-bottom:10px}.project-card p{font-size:1em;color:#000;text-align:left}@media (max-width: 768px){.project-card img{height:auto;width:100%}}.contact-card{background:#f89c2a;background:linear-gradient(90deg,#fc466b,#3f5efb);box-shadow:#0000001f 0 1px 3px,#0000003d 0 1px 2px;padding:2em;border-radius:20px;height:fit-content;width:50%;min-width:300px;margin:0 .5em 4em;text-align:left;box-sizing:border-box}h1.contact-title{font-size:4em;font-weight:600;color:#ea580c;background-color:#ffedd5;border:5px solid #fed7aa;border-radius:.6em;padding:0 .5em;margin:.4em auto}.contact-card h2{font-size:1.3em;color:#000}.contact-card p{font-size:1em;font-weight:350;color:#000;overflow-wrap:break-word}.contact-card .linkedin{margin-left:-4px}.card{height:fit-content;width:97%;margin:0 auto;min-width:400px;padding:1em;background-color:var(--card-bg-color);border:2px solid #fed7aa;border-radius:20px;transition:all .3s}.card:hover{box-shadow:0 0 30px 1px #f88d0b66;transform:scale(1.02);background-color:#f85d0dd9;border:2px solid #fed7aa;border-radius:20px}.card:active{background-color:#98f392e8;border:4px solid rgba(83,206,74,.87)}@media (max-width: 768px){.contact-card{padding:1em .5em;width:fit-content}.card{min-width:300px}}@media (max-width: 400px){.contact-card{padding:1em .1em}}.znake{margin:40px}@media (max-width: 768px){.znake{margin:5px}}.znake h1{font-size:24px;font-weight:700;margin-bottom:10px}.znake p{font-size:16px;line-height:1.5;margin-bottom:20px}.znake a:hover{text-decoration:underline}.znake-content{display:flex;flex-wrap:wrap}.znake-content section{box-shadow:#0000001f 0 1px 3px,#0000003d 0 1px 2px;padding:1em;border-radius:20px;height:fit-content;width:fit-content;min-width:300px;margin:0 .5em 2em;text-align:left;box-sizing:border-box;background-color:#d5f095}.znake-content .znake-snapshots{max-width:40vw;max-width:fit-content}.znake-content .znake-snapshots img{max-width:40vw;border-radius:15px;margin:1rem}.fingerprint{margin:40px}@media (max-width: 768px){.fingerprint{margin:5px}}.fingerprint h1{font-size:24px;font-weight:700;margin-bottom:10px}.fingerprint p{font-size:16px;line-height:1.5;margin-bottom:20px}.fingerprint a:hover{text-decoration:underline}.fingerprint-content{display:flex;flex-wrap:wrap}.fingerprint-content section{box-shadow:#0000001f 0 1px 3px,#0000003d 0 1px 2px;padding:1em;border-radius:20px;height:fit-content;width:fit-content;min-width:300px;margin:0 .5em 2em;text-align:left;box-sizing:border-box;background-color:#f3d8b9}.fingerprint-content .fingerprint-snapshots{max-width:40vw;max-width:fit-content}.fingerprint-content .fingerprint-snapshots img{max-width:40vw;border-radius:15px;margin:1rem}.toothmate{margin:40px}@media (max-width: 768px){.toothmate{margin:5px}}.toothmate h1{font-size:24px;font-weight:700;margin-bottom:10px}.toothmate p{font-size:16px;line-height:1.5;margin-bottom:20px}.toothmate a:hover{text-decoration:underline}.toothmate-content{display:flex;flex-wrap:wrap}.toothmate-content section{box-shadow:#0000001f 0 1px 3px,#0000003d 0 1px 2px;padding:1em;border-radius:20px;height:fit-content;width:fit-content;min-width:300px;margin:0 .5em 2em;text-align:left;box-sizing:border-box;background-color:#c2e5fa}.toothmate-content .toothmate-snapshots{max-width:40vw;max-width:fit-content}.toothmate-content .toothmate-snapshots img{max-width:40vw;border-radius:15px;margin:1rem}/*! modern-normalize v3.0.1 | MIT License | https://github.com/sindresorhus/modern-normalize */*,:before,:after{box-sizing:border-box}html{font-family:system-ui,Segoe UI,Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji";line-height:1.15;-webkit-text-size-adjust:100%;tab-size:4}body{margin:0}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{border-color:currentcolor}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}legend{padding:0}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color:#000;--main-bg-color: #fcf4e0;--header-bg-color: #f4f3f2;--card-bg-color: #fdfefe;background-color:var(--main-bg-color);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{margin:0;padding:0;box-sizing:border-box}Link{text-decoration:none;color:inherit}a{text-decoration:none;color:inherit}main{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:50vh;width:100%;max-width:1920px;margin:0 auto 4em;box-sizing:border-box}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}
