*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0}
summary::-webkit-details-marker{display:none}
.app-scroll{scrollbar-width:thin;scrollbar-color:#cbd5e1 transparent}
.app-scroll::-webkit-scrollbar{width:8px}
.app-scroll::-webkit-scrollbar-track{background:transparent}
.app-scroll::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:999px}
.app-scroll::-webkit-scrollbar-thumb:hover{background:#94a3b8}
.toast{position:fixed;right:22px;bottom:22px;z-index:80;max-width:360px;border-radius:16px;padding:14px 16px;background:#0f172a;color:#fff;box-shadow:0 20px 45px rgba(15,23,42,.22);font-weight:800;opacity:0;transform:translateY(10px);pointer-events:none;transition:.2s}
.toast.show{opacity:1;transform:translateY(0)}
.new-pending-pulse{animation:newPendingPulse 1.2s ease-in-out infinite}
@keyframes newPendingPulse{
  0%,100%{box-shadow:0 1px 2px rgba(15,23,42,.06)}
  50%{box-shadow:0 0 0 4px rgba(245,158,11,.28),0 14px 30px rgba(245,158,11,.16)}
}
#loginResult:not(:empty),#adminLoginResult:not(:empty),#eccLoginResult:not(:empty),#result:not(:empty),#dealerAccountResult:not(:empty){display:block}
@media(max-width:640px){.toast{left:14px;right:14px;bottom:14px;max-width:none}}
