*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--color-bg: #EDEAE3;--color-rule: #A8A29E;--color-text: #78716C;--font-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, sans-serif}html,body,#root{height:100%}body{background-color:var(--color-bg);font-family:var(--font-sans);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.layout{display:flex;align-items:center;justify-content:center;height:100%;min-height:100dvh}.content{display:flex;flex-direction:column;align-items:center;gap:.75rem}.rule{display:block;width:2.5rem;height:1px;background-color:var(--color-rule);border:none}.tagline{font-size:.8rem;letter-spacing:.2em;color:var(--color-text);font-weight:400}
