:root{--page-bg: #636363;--text-color: #eaeaea}*,*:before,*:after{box-sizing:border-box}html,body,#root{margin:0;padding:0;height:100%;overflow-x:hidden;overflow-y:auto}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial;background:var(--page-bg);color:var(--text-color)}:root{--header-height: 72px;--footer-height: 56px;--bar-bg: #2b2b2b;--text-muted: #797979;--shadow-color: rgba(0, 0, 0, .45)}.placeholder-root{display:flex;flex-direction:column;min-height:100vh;min-height:100dvh;width:100%}.placeholder-header,.placeholder-footer{flex:0 0 auto;width:100%;background:var(--bar-bg)}.placeholder-header{height:var(--header-height);display:flex;align-items:center}.placeholder-footer{height:var(--footer-height)}.header-container{padding:0 16px}.wavy{margin:0;padding:0;display:flex;gap:.09em;color:var(--text-muted);font-weight:600;letter-spacing:.135em;font-size:clamp(18px,5vw,28px);text-transform:lowercase}.wavy span{display:inline-block;transform-origin:center bottom;animation:wave 4s ease-in-out infinite;animation-delay:calc(var(--i) * .08s)}@keyframes wave{0%,26%,to{transform:translateY(0)}13%{transform:translateY(-8px)}}.placeholder-main{flex:1 1 auto;min-height:0;display:flex;align-items:stretch;justify-content:center;overflow:visible}.placeholder-image{display:block;width:100%;max-width:100vw;height:auto;max-height:calc(100vh - var(--header-height) - var(--footer-height));object-fit:contain;object-position:center;box-shadow:0 10px 24px var(--shadow-color)}
