@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500&display=swap";:root{background:#fbfaf7}html,body,#root{width:100%;height:100%;margin:0}*{box-sizing:border-box}canvas{display:block}.app{width:100vw;height:100vh;overflow:hidden;background:linear-gradient(to bottom,#fbfaf7 0% 46%,#efeee9 46% 62%,#fbfaf7 62% 100%)}.stage{position:relative;width:100%;height:100%}.bar{position:fixed;left:0;width:100%;background:#0b0b0b;z-index:10}.bar--top{top:0;height:clamp(42px,6.2vh,68px)}.bar--bottom{bottom:0;height:clamp(42px,6.2vh,68px)}.bar__inner{height:100%;display:flex;align-items:center;justify-content:center;padding:0 clamp(16px,3vw,40px)}.bar--bottom .bar__inner{justify-content:flex-end}.brand{font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;font-weight:400;letter-spacing:.22em;text-transform:uppercase;font-size:clamp(10px,1.2vw,12px);color:#f2f2f2;opacity:.92}.email{font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;font-weight:300;letter-spacing:.14em;text-transform:uppercase;font-size:clamp(10px,1.2vw,12px);color:#f2f2f2;opacity:.88;text-decoration:none}.email:hover{opacity:1}.contact-info{display:flex;flex-direction:column;align-items:flex-end;text-align:right;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;font-weight:300;letter-spacing:.14em;font-size:clamp(9px,1.1vw,11px);color:#f2f2f2;opacity:.88;line-height:1.4;padding-right:clamp(16px,3vw,40px)}.contact-info div{text-transform:uppercase}.contact-info a{color:inherit;text-decoration:none;opacity:inherit}.contact-info a:hover{opacity:1;text-decoration:underline}.slogan{position:absolute;top:50%;left:50%;transform:translate(-50%,-55%);z-index:1;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;font-weight:300;font-size:clamp(11px,1.3vw,13px);letter-spacing:.18em;text-transform:uppercase;color:#0b0b0b;opacity:.78;text-shadow:0 1px 2px rgba(255,255,255,.4),0 0 8px rgba(255,255,255,.2);background:#fbfaf740;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);border-radius:20px;padding:clamp(8px,1.2vw,12px) clamp(20px,2.5vw,32px);pointer-events:none;white-space:nowrap;max-width:calc(100% - (2*clamp(16px,3vw,40px)))}
