.tewido-elementra-toast-container{position:fixed;inset-block-start:20px;left:50%;transform:translateX(-50%);z-index:99999;pointer-events:none;display:flex;flex-direction:column;align-items:center;gap:10px;max-width:calc(100vw - 40px)}.tewido-elementra-toast{pointer-events:auto;display:flex;align-items:center;gap:12px;min-width:280px;max-width:420px;padding:14px 16px;background:#fff;color:var(--tewido-elementra-color-gray-800,#1f2937);font-family:inherit;font-size:14px;font-weight:500;line-height:1.4;border:1px solid var(--tewido-elementra-color-gray-200,#e5e7eb);border-radius:10px;box-shadow:0 8px 24px rgba(0,0,0,.12);opacity:0;transform:translateY(-20px);transition:opacity .3s ease,transform .3s ease}.tewido-elementra-toast.is-visible{opacity:1;transform:translateY(0)}.tewido-elementra-toast.is-leaving{opacity:0;transform:translateY(-10px)}.tewido-elementra-toast__icon{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;width:24px;height:24px;border-radius:999px}.tewido-elementra-toast__icon svg{display:block;width:14px;height:14px}.tewido-elementra-toast__message{flex:1 1 auto;min-width:0;word-break:break-word}.tewido-elementra-toast__close{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;padding:0;background:0 0;border:0;border-radius:6px;color:var(--tewido-elementra-color-gray-500,#6b7280);cursor:pointer;transition:background .15s ease,color .15s ease;-webkit-appearance:none;appearance:none}.tewido-elementra-toast__close:focus-visible,.tewido-elementra-toast__close:hover{background:var(--tewido-elementra-color-gray-100,#f3f4f6);color:var(--tewido-elementra-color-gray-800,#1f2937);outline:0}.tewido-elementra-toast__close svg{display:block;width:14px;height:14px}.tewido-elementra-toast--success{border-color:rgba(22,163,74,.25)}.tewido-elementra-toast--success .tewido-elementra-toast__icon{background:rgba(22,163,74,.12);color:var(--tewido-elementra-color-success,#16a34a)}.tewido-elementra-toast--error{border-color:rgba(220,38,38,.25)}.tewido-elementra-toast--error .tewido-elementra-toast__icon{background:rgba(220,38,38,.12);color:var(--tewido-elementra-color-error,#dc2626)}.tewido-elementra-toast--warning{border-color:rgba(234,88,12,.25)}.tewido-elementra-toast--warning .tewido-elementra-toast__icon{background:rgba(234,88,12,.14);color:#c2410c}.tewido-elementra-toast--info{border-color:rgba(37,99,235,.25)}.tewido-elementra-toast--info .tewido-elementra-toast__icon{background:rgba(37,99,235,.12);color:#2563eb}@media (max-width:600px){.tewido-elementra-toast-container{inset-inline:10px;left:auto;right:auto;transform:none;inset-block-start:10px;max-width:none;align-items:stretch}.tewido-elementra-toast{min-width:0;max-width:none;width:100%}}@media (prefers-reduced-motion:reduce){.tewido-elementra-toast{transition:opacity .15s ease!important;transform:none!important}}