@import"https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800&display=swap";*,*:before,*:after{box-sizing:border-box}body{margin:0;padding:0;min-height:100vh;font-family:Plus Jakarta Sans,Inter,system-ui,-apple-system,sans-serif;background-color:#f9fafb;color:#111827;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}:focus-visible{outline:2px solid #10B981;outline-offset:2px}a{color:#059669;text-decoration:none}a:hover{color:#10b981}::-webkit-scrollbar{width:5px;height:5px}::-webkit-scrollbar-track{background:#f3f4f6}::-webkit-scrollbar-thumb{background:#e5e7eb;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#34d399}#root{max-width:none;margin:0;padding:0;text-align:left;width:100%;height:100%}:root{--emerald: #059669;--emerald-dark: #047857;--emerald-light: #10B981;--slate-900: #0F172A;--slate-800: #1E293B;--slate-700: #334155;--slate-600: #475569;--slate-400: #94A3B8;--slate-200: #E2E8F0;--slate-100: #F1F5F9;--slate-50: #F8FAFC;--radius-sm: 8px;--radius-md: 12px;--radius-lg: 16px;--radius-xl: 24px;--shadow-sm: 0 1px 2px 0 rgb(0 0 0 / .05);--shadow-md: 0 4px 6px -1px rgb(0 0 0 / .1);--shadow-lg: 0 10px 15px -3px rgb(0 0 0 / .1);--shadow-xl: 0 20px 25px -5px rgb(0 0 0 / .1);--shadow-2xl: 0 25px 50px -12px rgb(0 0 0 / .25)}@keyframes fadeUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideIn{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}}*{box-sizing:border-box}html,body,#root{height:100%;width:100%;margin:0;padding:0}.RaLayout-content{max-width:100%!important;width:100%!important;padding:24px 32px!important}.RaLayout-appFrame{max-width:100%!important}.RaLayout-content>*{animation:fadeUp .4s cubic-bezier(.16,1,.3,1) both}.RaSidebar-fixed{width:260px!important}.RaSidebar-fixed .MuiList-root>*{animation:slideIn .3s ease both}.RaSidebar-fixed .MuiList-root>*:nth-child(1){animation-delay:.05s}.RaSidebar-fixed .MuiList-root>*:nth-child(2){animation-delay:.1s}.RaSidebar-fixed .MuiList-root>*:nth-child(3){animation-delay:.15s}.RaSidebar-fixed .MuiList-root>*:nth-child(4){animation-delay:.2s}.RaSidebar-fixed .MuiList-root>*:nth-child(5){animation-delay:.25s}.RaDatagrid-tableWrapper tbody tr{animation:fadeIn .3s ease both}.RaDatagrid-tableWrapper tbody tr:nth-child(1){animation-delay:.02s}.RaDatagrid-tableWrapper tbody tr:nth-child(2){animation-delay:.04s}.RaDatagrid-tableWrapper tbody tr:nth-child(3){animation-delay:.06s}.RaDatagrid-tableWrapper tbody tr:nth-child(4){animation-delay:.08s}.RaDatagrid-tableWrapper tbody tr:nth-child(5){animation-delay:.1s}.RaDatagrid-tableWrapper tbody tr:nth-child(6){animation-delay:.12s}.RaDatagrid-tableWrapper tbody tr:nth-child(7){animation-delay:.14s}.RaDatagrid-tableWrapper tbody tr:nth-child(8){animation-delay:.16s}.RaDatagrid-tableWrapper tbody tr:nth-child(9){animation-delay:.18s}.RaDatagrid-tableWrapper tbody tr:nth-child(10){animation-delay:.2s}.btn-link{display:inline-flex;align-items:center;gap:8px;text-decoration:none;border-radius:var(--radius-md);font-weight:600;font-size:.875rem;padding:10px 20px;color:#fff;background:linear-gradient(135deg,var(--emerald) 0%,var(--emerald-dark) 100%);box-shadow:var(--shadow-md);transition:all .2s cubic-bezier(.16,1,.3,1);border:none;cursor:pointer}.btn-link:hover{transform:translateY(-2px);box-shadow:var(--shadow-lg);filter:brightness(1.1)}.btn-link:active{transform:translateY(0)}.btn-link.secondary{background:var(--slate-800)}.btn-link.accent{background:linear-gradient(135deg,#f97316,#ea580c)}.info-card{background:linear-gradient(145deg,#ffffff 0%,var(--slate-50) 100%);border:1px solid var(--slate-200);border-radius:var(--radius-lg);padding:24px;margin-bottom:24px;animation:scaleIn .4s cubic-bezier(.16,1,.3,1) both;transition:all .3s ease}.info-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-2px)}code.fcd-badge{display:inline-flex;align-items:center;gap:4px;background:linear-gradient(135deg,#ecfdf5,#d1fae5);color:var(--emerald-dark);padding:4px 10px;border-radius:var(--radius-sm);font-family:JetBrains Mono,Fira Code,monospace;font-size:.8rem;font-weight:700;letter-spacing:.02em;border:1px solid #A7F3D0;transition:all .15s ease}code.fcd-badge:hover{background:var(--emerald);color:#fff;border-color:var(--emerald);transform:scale(1.05)}.section-header{display:flex;align-items:center;gap:12px;margin:32px 0 16px;padding-bottom:12px;border-bottom:2px solid var(--slate-200);font-size:.9rem;font-weight:700;color:var(--slate-900);text-transform:uppercase;letter-spacing:.05em}.section-header:before{content:"";width:4px;height:20px;background:var(--emerald);border-radius:2px}.MuiTableCell-root img{border-radius:var(--radius-md);transition:all .3s cubic-bezier(.16,1,.3,1);box-shadow:var(--shadow-sm)}.MuiTableCell-root img:hover{transform:scale(1.1) rotate(2deg);box-shadow:var(--shadow-xl);z-index:10;position:relative}.RaSimpleForm-form>*{animation:fadeUp .3s ease both}.RaSimpleForm-form>*:nth-child(1){animation-delay:.03s}.RaSimpleForm-form>*:nth-child(2){animation-delay:.06s}.RaSimpleForm-form>*:nth-child(3){animation-delay:.09s}.RaSimpleForm-form>*:nth-child(4){animation-delay:.12s}.RaSimpleForm-form>*:nth-child(5){animation-delay:.15s}.RaSimpleForm-form>*:nth-child(6){animation-delay:.18s}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--slate-100);border-radius:4px}::-webkit-scrollbar-thumb{background:var(--slate-400);border-radius:4px;border:2px solid var(--slate-100)}::-webkit-scrollbar-thumb:hover{background:var(--emerald)}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}@media(max-width:1200px){.RaLayout-content{padding:16px!important}}@media(max-width:768px){.RaSidebar-fixed{width:240px!important}.info-card{padding:16px}}
