html{scroll-behavior:smooth;width:100%;height:100%;margin:0;padding:0}html.homeisland-html{background:0 0!important}body{background-color:var(--bg-c);width:100%;min-height:100vh;color:var(--text-c);margin:0;padding:0;transition:background-color .3s,color .3s}body.homeisland-body,.homeisland-body #root{background:0 0!important}:root{font-optical-sizing:auto;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;scroll-behavior:smooth;--pink:#ff64f9;--red:#ff6565;--orange:#ff6d1b;--yellow:#fe5;--green:#5bff89;--blue:#4d8aff;--purple:#6b5fff;--gold:gold;font-family:Outfit,Arial,"sans-serif","system-ui";font-style:normal;font-weight:400;line-height:1.5}:root,[data-theme=default]{--primary-c:#abcdef;--primary-lt-c:#b6d4ff;--primary-ltx-c:#c3dcf4;--primary-da-c:#9cc4ec;--secondary-c:#d5add7;--secondary-lt-c:#dab7dc;--secondary-da-c:#cfa3d2;--accent-c:#e1ccad;--accent-lt-c:#f1e3d0c2;--accent-da-c:#dbc39e;--bg-c:#fbfaf9;--bg-lt-c:#fefefe;--bg-da-c:#f8f7f6;--text-c:#1c1c1c;--text-lt-c:#1e1e1e;--text-da-c:#1a1a1a;--shadow-c:#969696cc;--hero-glow-c:#eef8fc66;--success-c:#4cc086;--warning-c:#ffea61;--danger-c:#ff6961;--info-c:#4c9dfa;--hero-bg-c:#d4edf7}body{background-color:var(--bg-c);color:var(--text-c);transition:background-color .3s,color .3s}[data-theme=night]{--primary-c:#104080;--primary-lt-c:#114588;--primary-da-c:#0f3c76;--secondary-c:#d7aee2;--secondary-lt-c:#dbb8e5;--secondary-da-c:#d0a1dd;--accent-c:#e1ccad;--accent-lt-c:#f5e4cc;--accent-da-c:#dbc39e;--bg-c:#101010;--bg-lt-c:#181818;--bg-da-c:#080808;--text-c:#fbfaf9;--text-lt-c:#fcfbfa;--text-da-c:#faf9f8;--shadow-c:#969696cc;--hero-glow-c:#eef8fc66;--hero-bg-c:#b8e2f2}.section{max-width:100%;padding:1.25rem 3%;scroll-margin-top:64px}@media screen and (width<=768px){.section{padding:1.2rem 2%}}h1,h2,h3,h4,h5,h6{color:var(--text-da-c);margin:0;transition:color .45s}p{color:var(--text-c);margin:0;transition:color .45s}.container{flex-direction:column;width:100%;display:flex}.layout-row{flex-direction:row;justify-content:flex-start;align-items:stretch;width:100%;display:flex}.layout-column{flex-direction:column;justify-content:flex-start;align-items:stretch;width:100%;display:flex}.small-text{color:var(--text-lt-c);font-size:1rem;font-weight:350;line-height:1.25;transition:color .45s}.text{color:var(--text-c);margin:0;font-size:1.18rem;font-weight:400;line-height:1.5;transition:color .45s}.text-underline:after{content:"";background:var(--secondary-c);transform-origin:100%;width:100%;height:3px;transition:transform .3s;position:absolute;top:90%;left:0;transform:scaleX(0)}.text-underline:hover:after{transform-origin:0;transform:scaleX(1)}@keyframes blink{0%{opacity:1}50%{opacity:0}to{opacity:1}}.blink_animation{animation:1s infinite blink}.flash-bg-r{animation:1s infinite flash-bg-r}@keyframes flash-bg-r{0%{background:#d60000}15%{background:#d60000}to{background:initial}}.flash-bg-y{animation:1s infinite flash-bg-y}@keyframes flash-bg-y{0%{background:#ffd000}15%{background:#ffd000}to{background:initial}}.flash-bg-g{animation:1s infinite flash-bg-g}@keyframes flash-bg-g{0%{background:#007a33}15%{background:#007a33}to{background:initial}}.homepage{background-color:var(--bg-c);transition:color,background-color .45s}.navbar{z-index:500;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);width:100%;height:68px;box-shadow:0 0 10px 0 var(--shadow-c);justify-content:space-between;align-items:center;padding:.5rem .25rem;display:flex;position:fixed;top:0}.navbar_icon{cursor:pointer;justify-content:center;align-items:center;margin-left:2%;display:flex}.navbar_icon img{border-radius:5px;width:auto;height:52px;transition:all .6s}.navbar_icon.navbar_icon-shrunk img{height:46px}.navbar_menu-button{display:none}@media screen and (width<=768px){.navbar_menu-button{cursor:pointer;margin-right:7%;display:block}}.navbar_links,.navbar_links-mobile{flex:auto;justify-content:flex-start;align-items:flex-start;margin-left:5%;list-style:none;display:flex}.navbar_links li,.navbar_links-mobile li{cursor:pointer;justify-content:center;margin-right:6%;display:flex;position:relative}.navbar_links li a,.navbar_links-mobile li a{text-decoration:none}@media screen and (width<=768px){.navbar_links{display:none}}.navbar_links-mobile{margin:0;display:none}@media screen and (width<=768px){.navbar_links-mobile{flex-direction:column;justify-content:center;align-items:center;margin:0;padding:0;display:flex}.navbar_links-mobile li{margin:.3rem 0}}.navbar_links-external{justify-content:flex-end}@media screen and (width<=768px){.navbar_links-external{justify-content:center}}.navbar_theme-button{cursor:pointer;background:0 0;border:none;border-radius:5px;align-items:center;gap:12px;padding:6px 8px;font-family:inherit;transition:background-color .3s;display:flex}.navbar_theme-button:hover{background-color:var(--primary-da-c)}@media screen and (width<=768px){.navbar_theme-button{gap:5px;padding:5px 6px}}.navbar_theme-circle{background-color:var(--primary-c);border:2px solid var(--secondary-c);border-radius:50%;width:32px;height:32px}@media screen and (width<=768px){.navbar_theme-circle{width:24px;height:24px}}.hero{flex-direction:column;justify-content:center;align-items:flex-start;width:100%;height:100vh;padding-left:7%;display:flex;position:relative}@media screen and (width<=480px){.hero{padding-left:4%}}.hero_container{z-index:1;flex-direction:column;align-items:flex-start;margin-top:3%;transition:color .5s;display:flex;position:relative}@media screen and (width<=480px){.hero_container{margin-top:0}}.hero_title{justify-content:center;height:7.6rem;font-size:6rem;font-weight:400;display:flex;overflow:hidden;scale:1}@media screen and (width<=768px){.hero_title{height:4.21rem;margin-bottom:-7px;font-size:3.5rem;line-height:1.21}}.hero_title-part1{font-size:inherit;font-weight:inherit}.hero_title-part2{font-size:inherit;font-weight:inherit;display:inline-block;position:relative;overflow:hidden;scale:1}.hero_title-mask{vertical-align:top;display:inline-block;overflow:hidden}.hero_subtitle{margin-top:-8px;margin-left:.55rem;font-size:2.25rem;font-weight:450;overflow:hidden}@media screen and (width<=1024px){.hero_subtitle{font-size:1.75rem}}@media screen and (width<=480px){.hero_subtitle{font-size:1.5rem}}.hero_hero-text{font-size:7rem;font-weight:300;line-height:6rem;overflow:hidden}@media screen and (width<=1024px){.hero_hero-text{font-size:6rem;line-height:5rem}}@media screen and (width<=480px){.hero_hero-text{font-size:5rem;line-height:4.2rem}}.hero_shadow{width:100vw;box-shadow:0 0 48px 32px var(--primary-lt-c);transition:box-shadow .75s}.hero_glowing-separator{opacity:0;width:0;box-shadow:inset 0 0 8px 8px var(--hero-glow-c), 0 0 8px 8px var(--hero-glow-c), inset 0 0 0 3px var(--hero-glow-c), 0 0 0 3px var(--hero-glow-c);margin:.75rem 0}@media screen and (width<=480px){.hero_glowing-separator{margin:.5rem 0}}.hero_about-container{margin-top:2.75rem;padding-left:1%}.hero_about-container a{color:inherit}.hero_line{color:var(--text-lt-c);font-size:1.3rem;line-height:2}@media screen and (width<=480px){.hero_line{font-size:revert;margin-bottom:1.25rem;line-height:1.4}}.hero_typing-text{height:2rem;margin-top:1.75rem}@media screen and (width<=1024px){.hero_typing-text{font-size:96%}}@media screen and (width<=480px){.hero_typing-text{text-align:center;margin-top:1rem;font-size:94%}}.widget-container{flex-direction:column;justify-content:flex-start;align-items:stretch;gap:.75rem;width:100%;display:flex}.widget-grid{column-width:320px;column-gap:.9rem;width:100%;margin-left:1.5rem}.widget-grid>*{break-inside:avoid;-webkit-column-break-inside:avoid;page-break-inside:avoid;width:100%;margin:0 0 .9rem;display:inline-block}.widget-switch{gap:.5rem;margin-bottom:.35rem;display:flex}.widget-tab{appearance:none;border:1px solid color-mix(in srgb, var(--text-c) 15%, transparent);background:var(--bg-c);color:var(--text-da-c);cursor:pointer;border-radius:999px;padding:.25rem .65rem;font-size:.95rem;transition:background .15s,border-color .15s,color .15s}.widget-tab.active{background:var(--bg-lt-c);border-color:color-mix(in srgb, var(--text-c) 25%, transparent)}.skills_container{flex-direction:row;justify-content:center;align-items:center;width:100%;display:flex}@media screen and (width<=768px){.skills_container{flex-direction:column}}.skills_grid{flex-flow:wrap;justify-content:flex-start;display:flex}@media screen and (width<=768px){.skills_grid{justify-content:center}}.skills_text{flex-direction:column;justify-content:center;align-items:center;display:flex}@media screen and (width<=768px){.skills_text{width:100%}}.skillcard{width:15rem;height:4.8rem;box-shadow:0 5px 10px -6px color-mix(in srgb, var(--shadow-c) 35%, transparent);border:1px solid #ddd;border-radius:8px;justify-content:flex-start;align-items:center;margin:.9rem;padding:.2rem;display:flex;position:relative;overflow:hidden}@media screen and (width<=768px){.skillcard{width:10.7rem;height:4rem;margin:.25rem .3rem;padding:0 .1rem}}.skillcard_image{object-fit:contain;justify-content:center;align-items:center;width:52px;height:52px;margin:0 10px;display:flex}.skillcard_image img{object-fit:contain;width:100%;height:100%}@media screen and (width<=768px){.skillcard_image{width:32px;height:32px;margin:0 5px}}.skillcard_description{margin-top:-.13rem;font-size:.8rem;line-height:113%}.skillcard_chip{top:10px;right:10px;background-color:var(--accent-lt-c)!important;position:absolute!important}@media screen and (width<=768px){.skillcard_chip{top:3px;right:3px}}.notfound{width:100vw;height:100vh}.notfound_content{position:absolute}.notfound_footer{width:100%;position:absolute;bottom:0}
