:root{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.5;font-weight:400;color:#1c1917;background:#fff7ed;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}html,body,#root{margin:0;min-height:100%}body{min-height:100vh}button,a{-webkit-tap-highlight-color:transparent}button{font:inherit}body{background:#fff7ed;color:#1c1917}.app-shell{min-height:100vh;display:flex;flex-direction:column;justify-content:space-between;align-items:center;padding:24px}.card{width:100%;max-width:680px;min-height:calc(100vh - 96px);display:flex;flex-direction:column;align-items:center;justify-content:center}.brand{margin:0 0 32px;font-size:.78rem;font-weight:700;letter-spacing:.35em;text-transform:uppercase;color:#78716c}.message-wrap{min-height:220px;display:flex;align-items:center;justify-content:center;width:100%;padding:0 8px}.message{margin:0;max-width:14ch;text-align:center;font-size:clamp(2rem,5vw,3.75rem);line-height:1.1;font-weight:600;animation:fadeIn .18s ease-out}.main-button{border:0;border-radius:999px;background:#ea580c;color:#fff;padding:16px 30px;font-size:1.05rem;font-weight:700;cursor:pointer;box-shadow:0 10px 30px #ea580c2e;transition:transform .12s ease,box-shadow .12s ease,opacity .12s ease}.main-button:hover{box-shadow:0 14px 34px #ea580c3d}.main-button:active{transform:scale(.98)}.footer{padding-bottom:8px}.footer a{color:#78716c;text-decoration:none;font-size:.95rem}.footer a:hover{color:#292524}@keyframes fadeIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}@media(prefers-color-scheme:dark){:root{color:#fff7ed;background:#1c1917}body{background:#1c1917;color:#fff7ed}.brand,.footer a{color:#d6d3d1}.footer a:hover{color:#fff7ed}.main-button{background:#fed7aa;color:#1c1917;box-shadow:0 10px 30px #fed7aa14}.main-button:hover{box-shadow:0 14px 34px #fed7aa1f}}
