.tomato-toast{--toast-accent:#79b8f3;--toast-accent-soft:rgba(121,184,243,0.16);width:fit-content;max-width:min(360px,calc(100vw - 24px));min-height:44px;padding:9px 9px 9px 12px;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:start;gap:9px;border:1px solid color-mix(in srgb,var(--toast-accent) 22%,rgba(255,255,255,.08));border-radius:12px;background:rgba(18,25,35,.96);color:#f5f8fd;box-shadow:0 10px 30px rgba(0,0,0,.32);backdrop-filter:blur(14px)}.tomato-toast--success{--toast-accent:#56d6a0;--toast-accent-soft:rgba(86,214,160,0.15)}.tomato-toast--warning{--toast-accent:#f2bf59;--toast-accent-soft:rgba(242,191,89,0.17)}.tomato-toast--error{--toast-accent:#ff707a;--toast-accent-soft:rgba(255,112,122,0.16)}.tomato-toast--info{--toast-accent:#79b8f3;--toast-accent-soft:rgba(121,184,243,0.16)}.tomato-toast__icon{width:20px;height:24px;display:inline-flex;align-items:center;justify-content:center;background:transparent;color:var(--toast-accent)}.tomato-toast__content{min-width:0;display:grid;align-self:center}.tomato-toast__content>span{color:rgba(239,244,251,.88);font-size:13px;font-weight:520;line-height:1.4;overflow-wrap:anywhere}.tomato-toast__close{width:26px;height:26px;display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:8px;background:transparent;color:rgba(224,232,244,.58);cursor:pointer}.tomato-toast__close:hover{background:rgba(255,255,255,.07);color:#fff}@media (max-width:480px){.tomato-toast{max-width:calc(100vw - 20px)}}