:root{--max-width:clamp(1100px,90vw,1600px);--border-radius:12px;--font-mono:ui-monospace,Menlo,Monaco,"Cascadia Mono","Segoe UI Mono","Roboto Mono","Oxygen Mono","Ubuntu Monospace","Source Code Pro","Fira Mono","Droid Sans Mono","Courier New",monospace;--foreground-rgb:255,255,255;--background-start-rgb:19,25,92;--background-end-rgb:0,0,0}*{margin:0;padding:0;box-sizing:border-box}body,html{width:100%;height:100%;min-height:100vh;overflow-x:hidden;background:linear-gradient(to bottom,rgba(var(--background-start-rgb),.9),rgba(var(--background-end-rgb),.9)),url(/background.png) no-repeat 50% fixed;background-size:cover;background-blend-mode:overlay;color:rgb(var(--foreground-rgb));font-family:Poppins,sans-serif;animation:fadeIn .6s ease-in}a{color:inherit;text-decoration:none}@media (prefers-color-scheme:dark){html{color-scheme:dark}}.layout-wrapper{display:flex;flex-direction:column;align-items:center;min-height:100vh}.container{display:flex;flex-direction:row;justify-content:center;align-items:flex-start;gap:2rem;max-width:var(--max-width);width:100%;margin:0 auto;padding:2rem 3rem}.main{flex:1 1;display:flex;flex-direction:column;align-items:center;min-height:70vh;gap:1rem}.section-title{font-size:clamp(1.5rem,2vw,2.5rem);text-align:center;margin:1.5rem 0;font-weight:600;letter-spacing:.5px}.contact-modal{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);background:rgba(20,20,60,.95);padding:30px;border-radius:16px;box-shadow:0 4px 20px rgba(0,0,0,.6);z-index:1000;max-width:400px;width:90%;animation:fadeIn .4s ease-in}@keyframes fadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.container{flex-direction:column;align-items:center;padding:1rem}.section-title{font-size:1.5rem}}