:root{--font-display: "Space Grotesk", system-ui, -apple-system, sans-serif;--font-body: "Inter", system-ui, -apple-system, sans-serif;--font-mono: "JetBrains Mono", monospace}*{margin:0;padding:0;box-sizing:border-box}body{background-color:#000;color:#fff;font-family:var(--font-body);min-height:100vh;overflow:hidden;position:relative}@media (hover: hover) and (pointer: fine){body,a{cursor:none!important}}.vine-canvas{position:fixed;top:0;left:0;width:100%;height:100%;z-index:1;pointer-events:none}.custom-cursor{position:fixed;top:0;left:0;width:4px;height:4px;background-color:#fff;border-radius:50%;pointer-events:none;z-index:9999;transform:translate(-50%,-50%);opacity:0;transition:opacity .3s ease,width .3s cubic-bezier(.16,1,.3,1),height .3s cubic-bezier(.16,1,.3,1),background-color .3s ease,border-color .3s ease}@media (hover: hover) and (pointer: fine){.custom-cursor{opacity:1}}.custom-cursor.hover-active{width:24px;height:24px;background-color:transparent;border:1px solid rgba(255,255,255,.8)}.minimal-wrapper{position:relative;z-index:5;min-height:100vh;display:flex;flex-direction:column;justify-content:space-between;align-items:center;padding:80px 40px;text-align:center;pointer-events:none}.logo-link,.footer-link{pointer-events:auto}.header{width:100%;display:flex;justify-content:center}.brand-logo{height:20px;width:auto;object-fit:contain;opacity:.25;transition:opacity .3s ease}.logo-link:hover .brand-logo{opacity:.9}.main-content{display:flex;flex-direction:column;align-items:center;justify-content:center;flex:1}.status-tag{font-family:var(--font-mono);font-size:clamp(10px,1.5vw,12px);letter-spacing:.18em;color:#444;text-transform:uppercase;transition:color .3s ease;margin-bottom:16px}.status-tag:hover{color:#888}.seo-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.footer{width:100%;display:flex;flex-direction:column;align-items:center;gap:0}.footer-text{font-family:var(--font-mono);font-size:10px;letter-spacing:.12em;color:#333;text-transform:uppercase}.footer-link{color:#333;text-decoration:none;transition:color .3s ease}.footer-link:hover{color:#fff}@media (max-width: 576px){.minimal-wrapper{padding:50px 24px}}
