*{box-sizing:border-box}body{margin:0;font-family:Segoe UI,sans-serif;color:#fff;background:url(/background.jpg) no-repeat center center fixed;background-size:cover;scroll-behavior:smooth}.section{flex:0 0 100vw;height:100vh;scroll-snap-align:start;display:flex;justify-content:center;align-items:center;font-size:4rem}section{min-height:100vh;padding:4rem 2rem;display:flex;flex-direction:column;justify-content:center;align-items:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background-color:#121212b3;border-bottom:1px solid #444;scroll-snap-align:start}.vertical-scroll-container{scroll-snap-type:y mandatory;overflow-y:scroll;height:100vh}.logo{font-size:1.5rem}.hero{height:100vh;background:linear-gradient(135deg,#1a1a1a,#2d2d2d);display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:2rem}.hero h1{font-size:3rem;margin-bottom:1rem}.hero p{font-size:1.25rem;max-width:600px;margin-bottom:2rem}.cta-button{background-color:#646cff;color:#fff;padding:.75rem 1.5rem;border-radius:8px;text-decoration:none;font-weight:700;transition:background .3s ease}.cta-button:hover{background-color:#535bf2}.projects{padding:4rem 2rem;text-align:center}.calendar-container{background-size:cover;padding:16px;color:#fff;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);border-radius:10px;box-shadow:0 0 10px #00000080;font-family:Segoe UI,sans-serif}.calendar-header{text-align:center;font-size:24px;margin-bottom:12px;font-weight:700;text-shadow:1px 1px black}.calendar-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:6px}.calendar-dayname,.calendar-day{text-align:center;padding:6px;border-radius:5px;background-color:#ffffff1a}.calendar-day.today{background-color:#f009;font-weight:700;color:#fff}.calendar-day:hover{cursor:pointer;background-color:#ffffff4d}.note-dot{width:6px;height:6px;background-color:#ff0;border-radius:50%;margin:4px auto 0}.calendar-note-modal{position:absolute;top:20%;left:20%;width:60%;background-color:#fff;padding:12px;border-radius:10px;color:#000;box-shadow:0 4px 10px #0006;z-index:1000}
