:root{--background: #f8f9fb;--foreground: #0f1729;--card: #ffffff;--card-foreground: #0f1729;--primary: #079ada;--primary-foreground: #fafafa;--secondary: #f0f1f5;--secondary-foreground: #1a1d2e;--muted: #f0f1f5;--muted-foreground: #6b7280;--border: #e5e7eb;--input: #e5e7eb;--success: #22c55e;--success-foreground: #ffffff;--radius: .625rem;--font-sans: "Inter", "DM Sans", system-ui, -apple-system, sans-serif}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-family:var(--font-sans);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{background-color:var(--background);color:var(--foreground);line-height:1.5;min-height:100vh}img{max-width:100%;display:block}button{cursor:pointer;font-family:inherit;border:none;background:none;outline:none}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:var(--secondary)}::-webkit-scrollbar-thumb{background:var(--muted-foreground);border-radius:3px}.loader-container{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#ffffffe6;display:flex;flex-direction:column;align-items:center;justify-content:center;z-index:9999}.spinner{position:relative;width:60px;height:60px}.spinner-ring{position:absolute;width:100%;height:100%;border:3px solid transparent;border-top-color:#2563eb;border-radius:50%;animation:spin 1.2s cubic-bezier(.5,0,.5,1) infinite}.spinner-ring:nth-child(1){animation-delay:-.45s;border-top-color:#2563eb}.spinner-ring:nth-child(2){animation-delay:-.3s;border-top-color:#3b82f6;opacity:.8}.spinner-ring:nth-child(3){animation-delay:-.15s;border-top-color:#60a5fa;opacity:.6}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.loading-text{margin-top:20px;font-size:14px;color:#64748b;font-weight:500;letter-spacing:.5px;animation:pulse 1.5s ease-in-out infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}
