@import "https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700&display=swap";
:root{--primary:#004a99;--primary-light:#1e6ecc;--secondary:gold;--secondary-glow:#ffd7004d;--background:#f8fafc;--foreground:#0f172a;--surface:#ffffffd9;--surface-border:#ffffff4d;--card-shadow:0 8px 32px 0 #1f268712;--font-main:"Outfit", sans-serif;--radius-lg:20px;--radius-md:12px;--transition:all .3s cubic-bezier(.4, 0, .2, 1)}[data-theme=dark]{--background:#0f172a;--foreground:#f1f5f9;--surface:#1e293bb3;--surface-border:#ffffff1a;--card-shadow:0 8px 32px 0 #0000004d}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-main);background:var(--background);color:var(--foreground);min-height:100vh;line-height:1.5;overflow-x:hidden}.glass{background:var(--surface);-webkit-backdrop-filter:blur(12px);border:1px solid var(--surface-border);box-shadow:var(--card-shadow)}.glass-card{background:var(--surface);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:var(--radius-lg);border:1px solid var(--surface-border);transition:var(--transition);padding:1.5rem}.glass-card:hover{transform:translateY(-5px);box-shadow:0 12px 40px #004a991a}.table-responsive{-webkit-overflow-scrolling:touch;border-radius:var(--radius-md);width:100%;margin-bottom:2rem;overflow-x:auto}@keyframes pulse-red{0%{transform:scale(.95);box-shadow:0 0 #ef4444b3}70%{transform:scale(1);box-shadow:0 0 0 10px #ef444400}to{transform:scale(.95);box-shadow:0 0 #ef444400}}.pulse-animation{animation:2s infinite pulse-red}.rich-content{word-wrap:break-word;line-height:1.7}.rich-content p{margin-bottom:1.25rem}.rich-content p:last-child{margin-bottom:0}.rich-content br{content:"";margin-top:.5rem;display:block}.rich-content h1,.rich-content h2,.rich-content h3{color:#0f172a;margin:1.5rem 0 1rem}.rich-content ul,.rich-content ol{margin-bottom:1.25rem;padding-left:1.5rem}.rich-content li{margin-bottom:.5rem}.responsive-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;display:grid}@media (max-width:640px){.responsive-grid{grid-template-columns:1fr}}h1,h2,h3,h4{letter-spacing:-.02em;font-weight:700}@media (max-width:768px){h1{font-size:1.75rem!important}h2{font-size:1.5rem!important}}.btn-primary{background:var(--primary);color:#fff;border-radius:var(--radius-md);cursor:pointer;transition:var(--transition);white-space:nowrap;border:none;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-weight:600;display:inline-flex}.btn-primary:hover{background:var(--primary-light);transform:scale(1.02);box-shadow:0 4px 15px #004a994d}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:#004a9933;border-radius:10px}::-webkit-scrollbar-thumb:hover{background:#004a9966}
.Sidebar-module__WZVnLW__sidebar{background:var(--surface);-webkit-backdrop-filter:blur(12px);border-right:1px solid var(--surface-border);width:100%;height:100%;box-shadow:var(--card-shadow);flex-direction:column;padding:2rem 1.5rem;display:flex}.Sidebar-module__WZVnLW__logo{align-items:center;gap:1rem;margin-bottom:3rem;padding:0 1rem;display:flex}.Sidebar-module__WZVnLW__logoText{color:var(--primary);margin-bottom:0;font-size:1.5rem;line-height:1}.Sidebar-module__WZVnLW__logoSub{color:var(--foreground);opacity:.6;font-size:.8rem;font-weight:600}.Sidebar-module__WZVnLW__nav{flex-direction:column;flex:1;gap:.5rem;display:flex}.Sidebar-module__WZVnLW__navItem{border-radius:var(--radius-md);color:var(--foreground);transition:var(--transition);align-items:center;gap:1rem;padding:1rem;font-weight:500;text-decoration:none;display:flex}.Sidebar-module__WZVnLW__navItem:hover{color:var(--primary);background:#004a9914;transform:translate(5px)}.Sidebar-module__WZVnLW__icon{font-size:1.2rem}.Sidebar-module__WZVnLW__footer{border-top:1px solid var(--surface-border);margin-top:auto;padding-top:2rem}.Sidebar-module__WZVnLW__userProfile{border-radius:var(--radius-md);background:#ffffff80;align-items:center;gap:1rem;margin-bottom:.5rem;padding:1rem;display:flex}.Sidebar-module__WZVnLW__avatar{background:var(--primary);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-weight:700;display:flex}.Sidebar-module__WZVnLW__userInfo{min-width:0}.Sidebar-module__WZVnLW__userName{white-space:nowrap;text-overflow:ellipsis;font-size:.9rem;font-weight:600;overflow:hidden}.Sidebar-module__WZVnLW__userRole{opacity:.7;white-space:nowrap;text-overflow:ellipsis;font-size:.75rem;overflow:hidden}
