:root{--color-primary:#1fb7ff;--color-navy-light:#1c3770;--color-navy-medium:#0b518a;--color-navy-dark:#0c265d;--color-navy-darker:#060e3e;--color-background:#f3f4f6;--color-background-gradient-start:#eff6ff;--color-background-gradient-end:#f9fafb;--color-surface:#fff;--color-border:#e5e7eb;--color-text-primary:#1f2937;--color-text-secondary:#6b7280;--color-text-muted:#9ca3af;--badge-blue:#1fb7ff;--badge-purple:#9333ea;--badge-pink:#ec4899;--badge-red:#ef4444;--badge-indigo:#6366f1;--badge-orange:#f97316;--badge-green:#10b981;--file-red:#ef4444;--file-yellow:#fbbf24;--file-blue:#1fb7ff;--shadow-sm:0 1px 2px 0 #0000000d;--shadow-md:0 4px 6px -1px #0000001a;--shadow-lg:0 10px 15px -3px #0000001a;--shadow-xl:0 20px 25px -5px #0000001a;--transition-all:all .3s ease-in-out;--radius-lg:.75rem;--radius-xl:1rem;--radius-full:9999px}*{box-sizing:border-box;margin:0;padding:0}html,body{max-width:100vw;overflow-x:hidden}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:linear-gradient(to bottom right,var(--color-background-gradient-start),var(--color-background-gradient-end));color:var(--color-text-primary);min-height:100vh;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.6}a{color:inherit;text-decoration:none}button{cursor:pointer;background:0 0;border:none;font-family:inherit}input,textarea,select{font-family:inherit;font-size:inherit}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--color-background)}::-webkit-scrollbar-thumb{background:var(--color-border);border-radius:var(--radius-full)}::-webkit-scrollbar-thumb:hover{background:var(--color-text-muted)}:focus-visible{outline:2px solid var(--color-primary);outline-offset:2px}.container{width:100%;max-width:1400px;padding:0 var(--spacing-lg);margin:0 auto}.text-truncate{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.visually-hidden{clip:rect(0,0,0,0);white-space:nowrap;border-width:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}
