*{margin:0;padding:0;box-sizing:border-box}body,html{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,sans-serif;background:#0a0a1a;color:#e0e0e0;line-height:1.6}@media (max-width:768px){html{font-size:14px}}button{cursor:pointer;font-family:inherit}button:disabled{opacity:.6;cursor:not-allowed}input,select,textarea{font-size:16px}html{scroll-behavior:smooth}.container{max-width:1200px;margin:0 auto;padding:0 20px}.loading{display:flex;justify-content:center;align-items:center;min-height:200px;color:#888}.error{color:#f87171;padding:20px;text-align:center}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.animate-fadeIn{animation:fadeIn .3s ease-in}.animate-slideUp{animation:slideUp .5s ease-out}