@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";*{margin:0;padding:0;box-sizing:border-box}html,body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#f8f9fe;color:#1a1a2e;overflow-x:hidden}.page-loader{display:flex;align-items:center;justify-content:center;min-height:100vh;background:linear-gradient(135deg,#667eea,#764ba2)}.page-loader .ant-spin-dot-item{background-color:#fff}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#0003;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#0000004d}::selection{background:#667eea4d}:focus-visible{outline:2px solid #667eea;outline-offset:2px}.ant-btn-primary{box-shadow:0 2px 8px #667eea4d}.ant-btn-primary:hover{box-shadow:0 4px 12px #667eea66}.ant-card{border-radius:12px}.ant-modal-content{border-radius:16px}.ant-message .ant-message-notice-content{border-radius:8px;box-shadow:0 4px 20px #00000026}.dark{background:#1a1a2e;color:#e8e8e8}.dark .page-loader{background:linear-gradient(135deg,#1a1a2e,#16162a)}.dark ::-webkit-scrollbar-thumb{background:#fff3}.dark ::-webkit-scrollbar-thumb:hover{background:#ffffff4d}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes slideDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.animate-fadeIn{animation:fadeIn .3s ease-out}.animate-slideUp{animation:slideUp .4s ease-out}.animate-slideDown{animation:slideDown .4s ease-out}.animate-scaleIn{animation:scaleIn .3s ease-out}.error-fallback{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;padding:24px;text-align:center}.error-fallback h1{font-size:24px;margin-bottom:16px;color:#ff4d4f}.error-fallback p{color:#666;margin-bottom:24px}@media(max-width:768px){html{font-size:14px}}
