*{margin:0;padding:0;box-sizing:border-box}:root{--header-height: 64px;--scroll-offset: calc(var(--header-height) + 1.5rem)}html,body,#root{height:100%;background:var(--bg-primary);color:var(--text-primary);overscroll-behavior-y:contain;scroll-behavior:smooth;transition:background-color .3s ease,color .3s ease}body{font-family:Geist,sans-serif;font-optical-sizing:auto;font-style:normal;line-height:1.5}.app{display:flex;flex-direction:column;min-height:100%}.section{min-height:100dvh;padding:0dvh 20dvh;scroll-margin-top:var(--scroll-offset)}.section h1{font-family:Newsreader,serif;font-optical-sizing:auto;font-style:normal;font-weight:500;font-size:3rem;margin-bottom:.5rem}.section h2{font-weight:600;font-size:2rem;margin-bottom:1.5rem}.btn{align-self:flex-end;text-decoration:none;border:1px solid var(--border-color);border-radius:8px;font-size:.9rem;background:transparent;color:inherit;padding:.35rem .7rem;cursor:pointer;transition:background-color .2s ease}.btn:hover{background:var(--overlay-hover)}p,li,a,button{line-height:1.5}input,select{min-height:44px;min-width:44px}span{vertical-align:bottom;padding-right:.2rem}.material-symbols-outlined{font-size:24px;font-variation-settings:"FILL" 0,"wght" 200,"GRAD" 0,"opsz" 20}@media(min-width:769px)and (max-width:1130px){.section{padding:10dvh}}@media(max-width:768px){.section{padding:10dvh 5dvh}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}:root{--bg-primary: #f2f2f2ff;--header-bg: rgba(255, 255, 255, .6);--text-primary: #262626;--text-secondary: rgba(0, 0, 0, .8);--text-tertiary: rgba(0, 0, 0, .6);--accent-primary-text: #000000;--border-color: #D9D9D9;--border-hover: rgba(0, 0, 0, .12);--overlay-bg: rgba(255, 255, 255, .04);--overlay-hover: rgba(0, 0, 0, .04);--shadow-md: 0 8px 24px rgba(0, 0, 0, .12);--shadow-lg: 0 6px 24px rgba(0, 0, 0, .18);--tech-badge-bg: rgba(0, 0, 0, .06);--award-bg: #ffe9a0;--award-text: #42310a;--award-border: rgba(0, 0, 0, .04)}[data-theme=dark]{--bg-primary: #111110;--header-bg: #111110;--text-primary: #ccccccee;--text-secondary: rgba(255, 255, 255, .7);--text-tertiary: rgba(255, 255, 255, .5);--accent-primary-text: #f2f2f2;--border-color: rgba(255, 255, 255, .08);--border-hover: #F2F2F2;--overlay-bg: rgba(255, 255, 255, .05);--overlay-hover: rgba(255, 255, 255, .08);--shadow-md: 0 6px 24px rgba(255, 255, 255, .08);--shadow-lg: 0 6px 24px rgba(255, 255, 255, .18);--tech-badge-bg: rgba(255, 255, 255, .1);--award-bg: #4a3b1f;--award-text: #ffd97d;--award-border: rgba(255, 255, 255, .1)}
