@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";:root{--primary: rgba(139, 92, 246, .8);--primary-dark: rgba(109, 40, 217, .9);--primary-bg: rgba(139, 92, 246, .15);--muted-foreground: #64748b;--bg-light: #f5f5f5;--bg-white: #ffffff;--shadow-discreet: 0 1px 3px rgba(0, 0, 0, .05), 0 1px 2px rgba(0, 0, 0, .1);--shadow-discreet-hover: 0 4px 6px rgba(0, 0, 0, .07), 0 2px 4px rgba(0, 0, 0, .06)}.app-root{min-height:100vh}.page-container{padding-top:1.5rem;padding-bottom:1.5rem}.auth-screen{min-height:100vh;display:flex;align-items:center;justify-content:center}.auth-card{width:100%;max-width:28rem;border-radius:.5rem;overflow:hidden;background-color:#fff;box-shadow:0 8px 16px #00000014,0 4px 8px #0000000f}.auth-card__body{padding:2rem}.auth-title{font-weight:600;text-align:center;color:#8b5cf6cc}.auth-form{display:flex;flex-direction:column;gap:1rem;margin-top:2rem}.auth-form>*+*{margin-top:1rem}.auth-submit{padding-top:.75rem;padding-bottom:.75rem;border-radius:.375rem;background-color:#8b5cf6cc;color:#fff;transition:all .15s ease;box-shadow:0 1px 3px #0000000d,0 1px 2px #0000001a}.auth-submit:hover{background-color:#6d28d9e6;box-shadow:0 4px 6px #00000012,0 2px 4px #0000000f}.auth-footer{text-align:center;margin-top:.5rem}.auth-link{text-decoration:none;color:#8b5cf6cc}.auth-link:hover{text-decoration:underline}.rounded-input{border-radius:.375rem}.alert-rounded{border-radius:.375rem;margin-bottom:1rem}.projects-page{padding-top:1.5rem;padding-bottom:1.5rem}.projects-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.projects-grid{display:grid;gap:2rem;grid-template-columns:1fr}@media (min-width: 600px){.projects-grid{grid-template-columns:1fr 1fr}}@media (min-width: 900px){.projects-grid{grid-template-columns:repeat(3,1fr)}}.project-card{background-color:#fff;box-shadow:0 1px 3px #0000000d,0 1px 2px #0000001a;transition:box-shadow .15s ease,transform .15s ease}.project-card:hover{box-shadow:0 4px 6px #00000012,0 2px 4px #0000000f;transform:translateY(-2px)}.project-card__title{display:flex;align-items:center;margin-bottom:.5rem;gap:10px}.project-card__title .icon-primary{color:#8b5cf6cc;opacity:.9}.project-card__desc{color:#64748b;margin-bottom:.75rem}.chip-rounded{border-radius:.375rem;margin-right:.5rem}.card-actions--padded{justify-content:space-between;padding:0 1rem .5rem}.breadcrumbs--white .MuiBreadcrumbs-separator{color:#fff}body{margin:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:radial-gradient(circle at center,#f5f5f5,#ddd);min-height:100vh}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace;white-space:break-spaces}pre,pre code{white-space:pre-wrap;word-wrap:break-word}
