*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,sans-serif;background:#f4f8fe;color:#13294b;min-height:100vh}.toast-container{position:fixed;top:20px;right:20px;z-index:9999;display:flex;flex-direction:column;gap:10px}.toast{padding:14px 20px;border-radius:12px;font-size:.875rem;font-weight:500;min-width:280px;max-width:400px;box-shadow:0 4px 20px #00000026;display:flex;align-items:center;gap:10px;animation:slideIn .3s ease}.toast-success{background:#dcfce7;color:#166534;border:1px solid #bbf7d0}.toast-error{background:#fee2e2;color:#991b1b;border:1px solid #fecaca}.toast-info{background:#dbeafe;color:#1e40af;border:1px solid #bfdbfe}@keyframes slideIn{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#00000026;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#00000040}
