*{box-sizing:border-box;padding:0;margin:0}body,html{max-width:100vw;overflow-x:hidden}body{color:rgb(var(--foreground-rgb));background:linear-gradient(to bottom,transparent,rgb(var(--background-end-rgb))) rgb(var(--background-start-rgb))}a{color:inherit}@media (prefers-color-scheme:dark){html{color-scheme:dark}}:root{--foreground-rgb:0,0,0;--background-start-rgb:214,219,220;--background-end-rgb:255,255,255}@media (prefers-color-scheme:dark){:root{--foreground-rgb:255,255,255;--background-start-rgb:0,0,0;--background-end-rgb:0,0,0}}.hero{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:2rem}.hero h1{font-size:3rem;font-weight:700;margin-bottom:1rem;background:linear-gradient(45deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero p{font-size:1.25rem;margin-bottom:2rem;color:#666;max-width:600px}.cta-button{display:inline-block;padding:1rem 2rem;background:linear-gradient(45deg,#667eea,#764ba2);color:#fff;border-radius:8px;font-weight:600;transition:transform .2s ease}.cta-button:hover{transform:translateY(-2px)}.contact-info{margin-top:3rem;padding:2rem;background:hsla(0,0%,100%,.1);border-radius:12px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.contact-info h3{margin-bottom:1rem;color:#333}.contact-info p{margin:.5rem 0;color:#666}.social-links{margin-top:2rem;display:flex;gap:1rem;justify-content:center}.social-links a{padding:.5rem 1rem;background:hsla(0,0%,100%,.2);border-radius:6px;transition:background .2s ease}.social-links a:hover{background:hsla(0,0%,100%,.3)}:root{color-scheme:light dark}.wrap{width:100%;max-width:72ch;margin-inline:auto;padding:2rem 1rem}footer,header{padding-block:1rem}main{flex:1 1}h1,h2,h3{line-height:1.2;margin:0 0 .5rem}h1{font-size:clamp(1.75rem,2vw+1rem,2.25rem)}h2{font-size:clamp(1.25rem,1vw+1rem,1.5rem)}p,ul{margin:.75rem 0}ul{padding-left:1.25rem}a{color:LinkText;text-decoration:none}a:focus,a:hover{text-decoration:underline}img{max-width:100%;height:auto}table{width:100%;border-collapse:collapse;margin:1rem 0}td,th{border:1px solid #ddd;padding:8px;text-align:left}th{background-color:#f2f2f2}