:root{font-family:Rubik,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.5;font-weight:400;color-scheme:light;color:#0f172a;background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box;margin:0;padding:0}html,body{margin:0;padding:0;width:100%;height:100%;background-color:#fff;overflow-x:hidden}#root{min-height:100vh;display:flex;flex-direction:column}.app-container{display:flex;flex-direction:column;min-height:100vh;background-color:#fff;color:#0f172a;justify-content:space-between}.header{width:100%;padding:2.5rem 3rem 1rem;display:flex;align-items:center;justify-content:center;max-width:1300px;margin:0 auto}.header-logo{height:52px;width:auto;object-fit:contain}.hero-section{flex:1;display:flex;align-items:center;justify-content:center;padding:3rem 1.5rem;text-align:center}.hero-content{display:flex;flex-direction:column;align-items:center;gap:1.75rem}.hero-title{font-family:Rubik,sans-serif;font-weight:600;font-size:clamp(2rem,4vw,4rem);line-height:1.25;letter-spacing:-.03em;color:#000;max-width:960px;margin:0 auto;min-height:2.5em}.typing-line{display:block;min-height:1.2em}.cursor{display:inline-block;font-weight:300;color:#fc3200;margin-left:2px;animation:blink .7s infinite}.cursor.finished{animation:blink .9s infinite}.hero-subtitle{font-family:Rubik,sans-serif;font-size:clamp(.85rem,1.5vw,1.15rem);font-weight:500;color:#3f3f46;display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:.75rem;transition:opacity .8s ease-out,transform .8s ease-out}.hero-subtitle.hidden{opacity:0;transform:translateY(12px);pointer-events:none}.hero-subtitle.visible{opacity:1;transform:translateY(0)}.hero-subtitle .dot{color:#fc3200;font-size:1.1em;font-weight:700}.footer{width:100%;padding:2rem 3rem;display:flex;align-items:center;justify-content:space-between;max-width:1300px;margin:0 auto;gap:1.5rem;border-top:1px solid #f1f1f4}.credits{font-family:Rubik,sans-serif;font-size:.95rem;font-weight:500;color:#64748b;display:flex;align-items:center;gap:.5rem}.footer-logo{height:28px;width:auto;object-fit:contain}.credits strong{color:#0f172a;font-weight:700;text-transform:lowercase}.social-links{display:flex;align-items:center;gap:1rem}.social-icon{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:50%;color:#1e293b;background-color:#f8fafc;border:1px solid #e2e8f0;transition:all .25s ease;text-decoration:none}.social-icon:hover{color:#fff;background-color:#000;border-color:#000;transform:translateY(-3px);box-shadow:0 6px 16px #0000001f}@media(max-width:640px){.footer{flex-direction:column;justify-content:center;text-align:center;padding:1.75rem 1.5rem;gap:1.25rem}}@keyframes blink{0%,to{opacity:1}50%{opacity:0}}
