.tstWrap{position:fixed;top:0;right:0;z-index:100010;width:420px;max-width:100vw;padding:calc(var(--topbar-h) + var(--install-bar-h) + var(--safe-top) + 12px) 20px 20px;display:flex;flex-direction:column;gap:10px;pointer-events:none}.tst{position:relative;display:flex;align-items:flex-start;gap:12px;overflow:hidden;padding:13px 12px;border-radius:12px;background:#eeeff4;box-shadow:0 18px 48px rgba(0,0,0,.45);pointer-events:auto;animation:tstIn .3s cubic-bezier(.22,1,.36,1)}@keyframes tstIn{0%{opacity:0;transform:translateX(32px)}to{opacity:1;transform:none}}.tst.is-leaving{opacity:0;transform:translateX(32px);transition:opacity .25s ease,transform .25s ease}.tst__icon{flex:0 0 auto;width:36px;height:36px;display:grid;place-items:center;border-radius:10px}.tst__icon svg{width:20px;height:20px}.tst--error .tst__icon{color:#c53b3b;background:rgba(226,76,76,.16)}.tst--success .tst__icon{color:#128a48;background:rgba(26,173,91,.16)}.tst--warning .tst__icon{color:#c9761f;background:rgba(255,159,67,.2)}.tst--info .tst__icon{color:#1668c9;background:rgba(28,135,255,.16)}.tst__body{min-width:0;flex:1 1 auto;display:flex;flex-direction:column;gap:2px;padding-top:1px}.tst__title{font-size:15px;line-height:22px;font-weight:700;color:#0c0e19;overflow-wrap:anywhere}.tst__desc{font-size:13px;line-height:20px;font-weight:500;color:rgba(12,14,25,.55);overflow-wrap:anywhere}.tst__x{flex:0 0 auto;width:28px;height:28px;display:grid;place-items:center;border:0;border-radius:9px;background:transparent;box-shadow:inset 0 0 0 2px #e4e4eb;color:#8085a9;cursor:pointer;transition:background-color .15s ease,color .15s ease}.tst__x:hover{background:#dcdde1;color:#0c0e19}.tst__x svg{width:14px;height:14px}.tst__bar{position:absolute;left:0;right:0;bottom:0;height:2px;background:rgba(12,14,25,.08)}.tst__bar i{display:block;height:100%;width:100%;transform-origin:left center;animation:tstBar linear forwards}@keyframes tstBar{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.tst--error .tst__bar i{background:#e24c4c}.tst--success .tst__bar i{background:#1aad5b}.tst--warning .tst__bar i{background:#ff9f43}.tst--info .tst__bar i{background:#1c87ff}@media (max-width:640px){.tstWrap{width:100%;padding:calc(var(--topbar-h) + var(--install-bar-h) + var(--safe-top) + 10px) 12px 12px;gap:8px}.tst{padding:12px 11px;gap:10px;border-radius:11px}.tst__icon{width:32px;height:32px;border-radius:9px}.tst__icon svg{width:18px;height:18px}.tst__title{font-size:14px;line-height:20px}.tst__desc{font-size:12.5px;line-height:18px}}@media (prefers-reduced-motion:reduce){.tst{animation:none}.tst.is-leaving{transition:none}.tst__bar i{animation:none;transform:scaleX(0)}}