* { margin: 0; padding: 0; box-sizing: border-box; }
html, body { height: 100%; }
body { background: #fff; font-family: 'DM Sans', sans-serif; color: #13243A; }
svg { display: inline-block; vertical-align: -0.15em; }
::-webkit-scrollbar { width: 6px; height: 6px; }
::-webkit-scrollbar-thumb { background: rgba(19,36,58,0.15); border-radius: 0; }
::-webkit-scrollbar-track { background: transparent; }
input, select, button { font-family: inherit; }
.sc-ink-search::placeholder { color: rgba(255,255,255,0.45); }
@keyframes scfade { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: translateY(0); } }
@keyframes scpip  { 0%, 100% { opacity: 1; } 50% { opacity: 0.3; } }
@keyframes sctoast { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: translateY(0); } }
