@import"https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700&family=Manrope:wght@400;500;600;700&display=swap";:root{--surface: #fdf3ff;--surface-container-lowest: #ffffff;--surface-container-low: #f9ecff;--surface-container: #f3e2ff;--surface-container-highest: #ede5ff;--primary: #6a37d4;--primary-container: #ae8dff;--primary-fixed: #f6f0ff;--secondary: #006576;--secondary-container: #65e1ff;--on-surface: #39264c;--on-primary: #ffffff;--on-primary-container: #5a2ba0;--on-secondary: #ffffff;--on-secondary-container: #004f5d;--outline-variant: #bca4d2;--radius-sm: .5rem;--radius-md: 1rem;--radius-lg: 2rem;--radius-xl: 3rem;--radius-full: 9999px;--shadow-sm: 0 2px 8px -2px rgba(57, 38, 76, .08);--shadow-md: 0 4px 16px -4px rgba(57, 38, 76, .1);--shadow-lg: 0 10px 40px -10px rgba(57, 38, 76, .08);--shadow-xl: 0 20px 64px -16px rgba(57, 38, 76, .12)}*{margin:0;padding:0;box-sizing:border-box}html{font-size:16px}body{font-family:Manrope,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background-color:var(--surface);color:var(--on-surface);line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4,h5,h6{font-family:Plus Jakarta Sans,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;margin-bottom:1rem}h1{font-size:3.5rem;font-weight:700;line-height:1.2;letter-spacing:-.02em}h2{font-size:1.75rem;font-weight:700;line-height:1.2}h3{font-size:1.5rem;font-weight:600;line-height:1.2}p{margin-bottom:1rem}button{font-family:inherit;border:none;cursor:pointer}input,textarea,select{font-family:inherit}a{color:var(--primary);text-decoration:none;transition:color .2s ease}a:hover{color:var(--primary-container)}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--surface-container-low)}::-webkit-scrollbar-thumb{background:var(--outline-variant);border-radius:var(--radius-full)}::-webkit-scrollbar-thumb:hover{background:var(--primary)}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInLeft{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}@keyframes slideInRight{0%{opacity:0;transform:translate(20px)}to{opacity:1;transform:translate(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.animate-fadeIn{animation:fadeIn .3s ease-out}.animate-fadeInUp{animation:fadeInUp .4s ease-out}.animate-fadeInDown{animation:fadeInDown .4s ease-out}.animate-slideInLeft{animation:slideInLeft .4s ease-out}.animate-slideInRight{animation:slideInRight .4s ease-out}.animate-scaleIn{animation:scaleIn .3s ease-out}.animate-pulse{animation:pulse 2s ease-in-out infinite}.skeleton{background:linear-gradient(90deg,var(--surface-container-low) 25%,var(--surface-container) 50%,var(--surface-container-low) 75%);background-size:200% 100%;animation:shimmer 1.5s infinite}.page-container{max-width:1400px;margin:0 auto;padding:2rem}.section{margin-bottom:2rem}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.section-title{font-size:1.5rem;font-weight:600;color:var(--on-surface)}.grid-cards{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem}.form-container{max-width:600px}.form-row{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-bottom:1.5rem}.form-row.single{grid-template-columns:1fr}.form-actions{display:flex;gap:1rem;justify-content:flex-end;margin-top:2rem;padding-top:1.5rem;border-top:1px solid var(--outline-variant)}.empty-state{text-align:center;padding:4rem 2rem;color:var(--on-surface);opacity:.6}.empty-state-icon{font-size:3rem;margin-bottom:1rem}.loading-state{display:flex;align-items:center;justify-content:center;padding:4rem}.spinner{width:40px;height:40px;border:3px solid var(--surface-container);border-top-color:var(--primary);border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.error-state{background-color:#fef2f2;border:1px solid #fecaca;border-radius:var(--radius-md);padding:1.5rem;text-align:center;color:#dc2626}.success-message{background-color:#f0fdf4;border:1px solid #bbf7d0;border-radius:var(--radius-md);padding:1rem 1.5rem;color:#16a34a;margin-bottom:1.5rem}.page-header{margin-bottom:2rem}.page-title{font-size:2rem;font-weight:700;color:var(--on-surface);margin-bottom:.5rem}.page-subtitle{color:var(--on-surface);opacity:.7}.flex-between{display:flex;justify-content:space-between;align-items:center}.flex-center{display:flex;align-items:center;justify-content:center}.gap-sm{gap:.5rem}.gap-md{gap:1rem}.gap-lg{gap:1.5rem}.mt-sm{margin-top:.5rem}.mt-md{margin-top:1rem}.mt-lg{margin-top:1.5rem}.mb-sm{margin-bottom:.5rem}.mb-md{margin-bottom:1rem}.mb-lg{margin-bottom:1.5rem}.text-sm{font-size:.875rem}.text-xs{font-size:.75rem}.text-lg{font-size:1.125rem}.text-xl{font-size:1.25rem}.font-semibold{font-weight:600}.font-bold{font-weight:700}.text-muted{opacity:.6}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.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}@media (max-width: 768px){h1{font-size:2rem}h2{font-size:1.5rem}.page-container{padding:1rem}.form-row,.grid-cards{grid-template-columns:1fr}}
