.navbar-container .fixed-navbar{display:flex;justify-content:space-between;padding:1rem;margin-left:auto;color:var(--secondary);position:fixed;left:4%;bottom:0;width:90%;transition:opacity .5s cubic-bezier(.4,0,.2,1);will-change:opacity}.navbar-container .fixed-navbar a{text-decoration:none}.navbar-container .fixed-navbar h2{cursor:pointer;margin:0;padding:0 1rem}.navbar-container .fixed-navbar h2:hover{transition:color .3s ease;text-decoration:underline;text-underline-offset:.5rem;color:var(--primary);text-shadow:0 0 15px rgb(0,0,0)}.navbar-container .hidden{opacity:0}.navbar-container .visible{opacity:1;pointer-events:auto}.interests .interest-select .buttons{display:flex}.interests .interest-select .buttons .interest-btn{background:transparent;color:var(--primary);border:2px solid var(--primary);border-top-right-radius:8px;border-top-left-radius:8px;border-bottom:none;padding:.5rem 1.5rem;font-size:1.1rem;cursor:pointer;transition:box-shadow .3s,border-color .3s,color .3s;box-shadow:0 0 0 var(--primary);position:relative}.interests .interest-select .buttons .interest-btn.active{color:var(--accent);border-color:var(--accent);box-shadow:0 0 12px 2px var(--accent),0 0 2px 1px va(--primary);z-index:1}.interests .interest-select .interest-content{border-left:1px solid var(--primary);border-right:1px solid var(--primary);min-height:100px;padding:1rem;background:var(--background);border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;border-top-right-radius:1rem}.project-card{border:1px solid var(--foreground);border-radius:20px;padding:0 30px 20px;max-width:1000px;margin-top:30px}.project-card:hover{box-shadow:0 0 8px var(--foreground);transition:box-shadow .3s ease}.project-card .project-header{display:flex;flex-direction:row;justify-content:space-between;align-items:flex-end}.project-card .project-header .header-left{display:flex;align-items:center;justify-content:center}.project-card .project-header ul.tech{list-style-type:none;display:flex;gap:12px;margin-bottom:6px}.project-card .project-header li.tech{padding:5px 10px;border-radius:var(--border-radius);background-color:var(--foreground);color:var(--primary)}.project-card .project-header .github-link{text-decoration:none}.project-card .project-header .github-btn{background-color:var(--primary);color:var(--foreground);padding:10px 15px 10px 20px;border-radius:5px;border:1px solid var(--foreground);display:flex;flex-direction:row;justify-content:center;align-items:center;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.project-card .project-header .github-btn:hover{transform:scale(1.025)}.project-card .project-header .github-btn span{margin-right:7px}.project-card .project-content{display:flex;flex-direction:row}.project-card .project-content p{width:750;text-indent:25px}.project-card .project-content img{width:200px;height:200px;margin:25px}.project-card .project-content .rounded{border-radius:var(--border-radius)}.project-card a{color:var(--background);font-weight:500;text-decoration:none}.home-page .hero{display:flex;flex-direction:row;align-items:center;justify-content:center;min-height:100vh}.home-page .hero .title{color:var(--primary);padding:1rem;border-radius:12px;font-size:12em;text-align:left;margin-top:20px;line-height:.85}.home-page .about{background-color:var(--background);padding:2rem;padding-top:60px;min-height:500px}.home-page .about .quote-region{display:flex;flex-direction:column;justify-content:center;align-items:center;max-width:900px;min-width:600px;margin:0 auto;height:200px}.home-page .about .quote-region h3{font-family:Georgia,Times New Roman,Times,serif;text-indent:20px;line-height:30spx}.home-page .about .quote-region .loading-icon{width:30px;height:30px;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.home-page .about .quote-region .reload-btn{border:none;background-color:var(--background);color:var(--foreground);cursor:pointer;margin-top:20px}.home-page .about .quote-region .reload-btn svg{width:20px;height:20px}.home-page .about .quote-region .reload-btn svg:hover{transform:rotate(-90deg);transition:transform .3s ease}.home-page .about .content-region{margin:0 auto;max-width:1200px}.home-page .about .content-region .summary-section{display:flex;justify-content:space-between}.home-page .about .content-region .summary-section .center-subheading{text-align:center}.home-page .about .content-region .summary-section a{color:var(--primary);font-weight:500;text-decoration:none}.home-page .about .content-region .summary-section p{padding-right:40px;text-indent:30px;line-height:30px;font-weight:400}.home-page .about .content-region .summary-section span{color:var(--primary);font-weight:500}.home-page .about .content-region .summary-section img{border-radius:20%;width:300px;height:300px}.home-page .projects{position:relative;background-color:var(--primary);padding:2rem;padding-top:200px;min-height:500px}.home-page .projects .custom-shape-divider-top-1756067332{position:absolute;top:0;left:0;width:100%;overflow:hidden;line-height:0}.home-page .projects .custom-shape-divider-top-1756067332 svg{position:relative;display:block;width:calc(105% + 1.3px);height:185px}.home-page .projects .custom-shape-divider-top-1756067332 .shape-fill{fill:#18181b}.content-region{margin:0 auto;max-width:1200px}.spacer{position:fixed;top:0;right:0;height:100vh;width:50vw;margin-left:40px;background-repeat:no-repeat;background-position:right center;background-size:cover;z-index:-1}.layer1{background-image:url("/assets/stacked-steps-haikei%20(2)-DEsaEFfC.svg")}#box{background-color:var(--foreground);color:var(--primary);padding:1rem;border-radius:12px;font-size:13em;text-align:center}@keyframes slideLeft{0%{transform:translate(100px)}}@keyframes slideRight{to{transform:translate(100px)}}@keyframes slideUp{0%{transform:translateY(100px)}}@keyframes slideDown{to{transform:translateY(100px)}}@keyframes rotate{50%{transform:rotate(30deg)}}@keyframes grow{50%{transform:scale(2)}}@keyframes shrink{50%{transform:scale(.5)}}@keyframes fade{to{opacity:1}}:root{--background: #18181b;--foreground: #f4f4f5;--primary: #6366f1;--secondary: #a1a1aa;--accent: #22d3ee;--error: #ef4444;--success: #22c55e;--warning: #f59e42;--border-radius: 8px;--font-family: "Inter", "Segoe UI", Arial, sans-serif}body{background:var(--background);color:var(--foreground);font-family:var(--font-family);margin:0;padding:0}.button{background:var(--primary);color:var(--foreground);border-radius:var(--border-radius);border:none;padding:.5rem 1rem;cursor:pointer;transition:background .2s}.button:hover{background:var(--accent)}.error{color:var(--error)}.success{color:var(--success)}.warning{color:var(--warning)}h1{color:var(--foreground);font-size:2.5rem;font-weight:700;margin-bottom:1rem;letter-spacing:-1px}h2{color:var(--foreground);font-size:2rem;font-weight:600;margin-bottom:.75rem;letter-spacing:-.5px}h3{color:var(--foreground);font-size:1.5rem;font-weight:500;margin-bottom:.5rem}h4{color:var(--foreground);font-size:1.25rem;font-weight:500;margin-bottom:.5rem}h5{color:var(--secondary);font-size:1rem;font-weight:400;margin-bottom:.5rem}
