@import"https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300;400;500;600;700&display=swap";*{margin:0;padding:0;box-sizing:border-box}body{font-family:Space Grotesk,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:#0a0f16;color:#e8eef5;min-height:100vh}.app{min-height:100vh;padding:3rem;display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative}.main-content{display:flex;flex-direction:column;align-items:center;text-align:center;gap:1.25rem;max-width:28rem}.eyebrow{display:flex;align-items:center;justify-content:center;color:#7dd3fc;opacity:.9}.icon-mark{width:1.75rem;height:1.75rem}.greeting{font-size:1.65rem;font-weight:600;color:#f1f5f9;letter-spacing:-.02em;line-height:1.25}.lead{font-size:.95rem;color:#94a3b8;line-height:1.55;font-weight:400}.work-link{display:inline-flex;align-items:center;gap:.35rem;color:#7dd3fc;text-decoration:none;font-weight:500;transition:color .2s ease,opacity .2s ease}.work-link:hover{color:#bae6fd}.work-link:focus-visible{outline:2px solid #38bdf8;outline-offset:3px;border-radius:2px}.icon-external{width:.85em;height:.85em;flex-shrink:0;opacity:.85;position:relative;top:.05em}.footer{position:absolute;bottom:2rem;font-size:.7rem;color:#64748b;font-weight:400}@media (max-width: 768px){.app{padding:2rem}.greeting{font-size:1.4rem}.lead{font-size:.88rem}.footer{font-size:.65rem;bottom:1rem}}#root{width:100%;min-height:100vh}
