*{box-sizing:border-box}:root{color:#0e0f0c;font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;background:#f5f5f1;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}body{min-width:320px;min-height:100vh;margin:0}button,input{font:inherit}:is(button:focus-visible,input:focus-visible){outline-offset:2px;outline:3px solid #16330038}.toast-region{z-index:20;pointer-events:none;flex-direction:column;align-items:center;gap:8px;width:min(360px,100vw - 40px);display:flex;position:absolute;bottom:20px;left:50%;transform:translate(-50%)}.toast{color:#fff;text-align:center;border-radius:10px;width:fit-content;max-width:100%;padding:12px 16px;font-size:14px;font-weight:600;animation:.18s ease-out toast-enter;box-shadow:0 8px 30px #0e0f0c24}.toast--success{background:#054d28}.toast--error{background:#b4232b}.toast--info{background:#454745}@keyframes toast-enter{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:reduce){.toast{animation:none}}
