@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&display=swap");:root{--primary:#2b6cb0;--accent:#f56565;--text:#2d3748;--bg:#f7fafc;--card-bg:#fff;--shadow:rgba(0,0,0,0.1)}body{font-family:Inter,sans-serif;background:var(--bg);margin:0;color:var(--text);font-size:14px}.Toast_notificationContainer__ELXZz{font-size:14px;box-sizing:border-box;position:fixed;z-index:999999}.Toast_topRight___vSWK{top:12px}.Toast_bottomRight__h0nwX,.Toast_topRight___vSWK{right:12px;transition:transform .6s ease-in-out;animation:Toast_toastInRight__OJhMz .7s}.Toast_bottomRight__h0nwX{bottom:12px}.Toast_topLeft__QA5Sa{top:12px}.Toast_bottomLeft__YGMYe,.Toast_topLeft__QA5Sa{left:12px;transition:transform .6s ease-in;animation:Toast_toastInLeft__VuQA5 .7s}.Toast_bottomLeft__YGMYe{bottom:12px}.Toast_notification__y1MN_{background:#fff;transition:.3s ease;position:relative;pointer-events:auto;overflow:hidden;padding:15px;margin:0 0 15px;width:300px;max-height:100px;border-radius:3px;box-shadow:0 0 10px #999;color:#000;opacity:.9;background-position:15px;background-repeat:no-repeat}.Toast_notification__y1MN_:hover{box-shadow:0 0 12px #fff;opacity:1;cursor:pointer}.Toast_notificationMessage__RX_bc{display:flex;justify-content:center;align-items:center;white-space:pre-line}.Toast_toastSuccess__H7_SN{color:#fff;background-color:#5cb85c}.Toast_toastError__8yqq7{color:#fff;background-color:#e0ac08}@keyframes Toast_toastInRight__OJhMz{0%{transform:translateX(100%)}to{transform:translateX(0)}}@keyframes Toast_toastInLeft__VuQA5{0%{transform:translateX(-100%)}to{transform:translateX(0)}}