@charset "UTF-8";*{margin:0;padding:0;box-sizing:border-box}html{font-size:16px;height:100%}body{background-color:#f7f7f7;color:#0f0f0f;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;font-weight:400;line-height:1.5;-webkit-font-smoothing:antialiased;min-height:100%;display:flex;flex-direction:column;padding:3rem}@media (max-width: 768px){body{padding:1.5rem}}.header{display:flex;justify-content:space-between;align-items:baseline;padding-bottom:1.5rem;border-bottom:1px solid #E5E5E5;margin-bottom:12rem}@media (max-width: 768px){.header{margin-bottom:6rem;flex-wrap:wrap;gap:1rem}}.logo{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;font-weight:700;font-size:1rem;letter-spacing:-.04em;text-transform:uppercase;display:flex;align-items:center;gap:12px}.logo:before{content:"";display:block;width:20px;height:20px;background-color:#0f0f0f;mask-image:url(/assets/favicon.svg);-webkit-mask-image:url(/assets/favicon.svg);mask-size:contain;-webkit-mask-size:contain;mask-repeat:no-repeat;-webkit-mask-repeat:no-repeat;mask-position:center;-webkit-mask-position:center}.status-badge{font-family:JetBrains Mono,SF Mono,Fira Code,Consolas,monospace;font-size:.75rem;color:#666;text-transform:uppercase;letter-spacing:.05em}.status-badge:before{content:"●";color:green;margin-right:8px;font-size:.6rem;vertical-align:1px}.hero{width:100%;max-width:1600px;align-self:center;display:grid;grid-template-columns:7fr 5fr;gap:6rem}@media (max-width: 1024px){.hero{grid-template-columns:1fr;gap:3rem}}.headline{font-size:clamp(2.25rem,6vw,5rem);font-weight:300;line-height:1.05;letter-spacing:-.03em;word-wrap:break-word;-webkit-hyphens:auto;hyphens:auto}.headline span{display:block;color:#666;margin-top:.2em}@media (max-width: 480px){.headline span{margin-top:.1em}}.description-wrapper{padding-top:.5rem;border-top:1px solid #0F0F0F;display:flex;flex-direction:column;justify-content:flex-start}@media (min-width: 1024px){.description-wrapper{margin-top:1rem}}.subline{font-family:JetBrains Mono,SF Mono,Fira Code,Consolas,monospace;font-size:.875rem;line-height:1.7;color:#666;max-width:480px;margin-top:1.5rem}@media (max-width: 480px){.subline{font-size:.8125rem}}.footer{margin-top:auto;width:100%;max-width:1600px;align-self:center;padding-top:6rem;border-top:1px solid #E5E5E5;display:flex;justify-content:space-between;align-items:flex-end}@media (max-width: 768px){.footer{flex-direction:column;align-items:flex-start;gap:1.5rem;padding-top:3rem}}.contact-link{font-family:JetBrains Mono,SF Mono,Fira Code,Consolas,monospace;font-size:.75rem;text-decoration:none;color:#0f0f0f;border-bottom:1px solid transparent;transition:border-color .2s;padding-bottom:2px}.contact-link:hover{border-color:#0f0f0f}@media (max-width: 480px){.contact-link{font-size:.85rem;padding:10px 0;display:block;width:100%;border-bottom:1px solid #E5E5E5}}.meta-info{font-family:JetBrains Mono,SF Mono,Fira Code,Consolas,monospace;font-size:.7rem;text-transform:uppercase;color:#949494}@media (max-width: 768px){.meta-info{order:2;margin-top:1rem}}
