html,body{margin:0;min-height:100%;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;background:#f4f7f7}*{box-sizing:border-box}button,input[type=button],input[type=submit],input[type=reset]{cursor:pointer}button:disabled,input[type=button]:disabled,input[type=submit]:disabled,input[type=reset]:disabled{cursor:not-allowed}.toast-stack{position:fixed;top:1rem;right:1rem;width:min(420px,100vw - 2rem);display:grid;gap:.65rem;z-index:30}.toast{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:.65rem;padding:.75rem .9rem;border-radius:14px;border:1px solid transparent;box-shadow:0 10px 28px #15333a33;background:#fffdf9}.toast p{margin:0;font-weight:700;line-height:1.35}.toast--success{background:#e8f7ed;border-color:#66c07b;color:#1e5d2d}.toast--warning{background:#fff2dd;border-color:#f1b566;color:#7d4f15}.toast--error{background:#fde8e3;border-color:#db8a72;color:#7f2f1e}.toast__close{width:2.2rem;height:2.2rem;border-radius:999px;padding:0;border:0;line-height:1;font-size:1.2rem;background:#f1f4f3;color:inherit;display:flex;align-items:center;justify-content:center;cursor:pointer}@media (max-width: 960px){.toast-stack{top:.7rem;right:.7rem;width:calc(100vw - 1.4rem)}}
