:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}*{margin:0;padding:0;box-sizing:border-box}html,body{width:100%;height:100%;overflow-x:hidden}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#333}.app-container{display:flex;min-height:100vh;width:100vw}.left-pane{flex:1;background:linear-gradient(135deg,#1a1a1ae6,#2d2d2dd9);background-image:url(/splashbackdrop.webp);background-size:cover;background-position:center;background-repeat:no-repeat;color:#fff;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;min-height:100vh}.left-pane:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#1a1a1ad9,#2d2d2dcc);z-index:0}.splash-content{text-align:center;z-index:1;padding:2rem;width:100%;max-width:800px;position:relative}.splash-content:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:120%;height:120%;background:radial-gradient(circle at center,#ffffff1a,#ffffff0d 30%,#fff0 70%);z-index:-1;pointer-events:none}.splash-content h1{font-size:4rem;margin-bottom:1rem;font-weight:700;text-shadow:0 0 40px rgba(255,255,255,.2);position:relative}.splash-content h1:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:140%;height:120%;z-index:-1;filter:blur(20px)}.splash-content h2{font-size:1.5rem;font-weight:400;opacity:.9;margin-bottom:.5rem}.splash-content h3{font-size:1.2rem;font-weight:400;opacity:.8;margin-bottom:.5rem}.splash-content h4{font-size:1rem;font-weight:400;opacity:.7}.splash-decoration{position:absolute;width:300px;height:300px;border-radius:50%;top:50%;left:50%;transform:translate(-50%,-50%);z-index:0}.right-pane{flex:1;background-color:#fff;display:flex;align-items:center;justify-content:center;padding:2rem;min-height:100vh}.bio-content{max-width:600px;text-align:left;width:100%}.bio-content h3{font-size:2rem;margin-bottom:1.5rem;color:#1a1a1a}.bio-content p{font-size:1.1rem;line-height:1.6;color:#666;margin-bottom:1.5rem}.contact-button{background-color:#1a1a1a;color:#fff;border:none;padding:1rem 2rem;font-size:1.1rem;border-radius:5px;cursor:pointer;transition:background-color .3s ease;margin-top:1rem}.contact-button:hover{background-color:#333}.contact-button:disabled{background-color:#888;cursor:not-allowed}.contact-info{margin-top:1.5rem;padding:1.5rem;background-color:#f9f9f9;border-radius:5px;border-left:4px solid #1a1a1a}.contact-info p{margin-bottom:.5rem}.contact-info a{color:#1a1a1a;text-decoration:none;font-weight:500;transition:color .2s ease}.contact-info a:hover{color:#555;text-decoration:underline}.response-time{font-size:.9rem;color:#777;font-style:italic}.error-message{color:#d32f2f;margin-top:1rem;padding:.5rem;background-color:#ffebee;border-radius:4px;font-size:.9rem}@media (max-width: 768px){.app-container{flex-direction:column}.left-pane,.right-pane{min-height:50vh}.splash-content h1{font-size:3rem}.splash-content h2{font-size:1.2rem}.splash-content h3{font-size:1rem}.splash-content h4{font-size:.9rem}.bio-content{padding:2rem}}
