:root{--primary:#dc2626;--primary-dark:#b91c1c;--accent:#f59e0b;--accent-dark:#d97706;--success:#16a34a;--danger:#ef4444;--bg:#f3f4f6;--sidebar-width:260px}*{box-sizing:border-box;margin:0;padding:0}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:var(--bg);color:#1e293b;line-height:1.6;overflow-x:hidden}.mainLayout{display:flex;min-height:100vh}.mainContent{flex:1 1;margin-left:var(--sidebar-width);padding:2rem;min-height:100vh;width:calc(100% - var(--sidebar-width))}.page{max-width:1400px;margin:0 auto}.pageHeader{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;flex-wrap:wrap;gap:1rem}.pageTitle{font-size:2rem;font-weight:700;color:#1e293b}.pageSubtitle{font-size:1rem;color:#64748b;margin-top:.25rem}.cardsGrid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:1.25rem;gap:1.25rem;margin-bottom:2rem}.btn{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-size:.95rem;font-weight:600;border:none;border-radius:12px;cursor:pointer;transition:all .2s ease;white-space:nowrap}.btnPrimary{background:linear-gradient(135deg,var(--primary) 0,var(--primary-dark) 100%);color:#fff;box-shadow:0 4px 15px rgba(220,38,38,.3)}.btnPrimary:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgba(220,38,38,.4)}.btnSecondary{background:#fff;color:#374151;border:2px solid #e5e7eb}.btnSecondary:hover{border-color:var(--primary);color:var(--primary)}.btnSuccess{background:linear-gradient(135deg,var(--success) 0,#15803d 100%);color:#fff}.btnDanger{background:linear-gradient(135deg,var(--danger) 0,#dc2626 100%);color:#fff}.formGroup{margin-bottom:1.25rem}.formLabel{display:block;font-size:.875rem;font-weight:600;color:#374151;margin-bottom:.5rem}.formRequired{color:var(--primary)}.formInput,.formSelect,.formTextarea,select.formInput,textarea.formInput{width:100%;padding:.875rem 1rem;font-size:1rem;border:2px solid #e5e7eb;border-radius:12px;transition:all .2s ease;background:#fff;-webkit-appearance:none}.formInput:focus,.formSelect:focus,.formTextarea:focus,select.formInput:focus,textarea.formInput:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px rgba(220,38,38,.1)}.formTextarea,textarea.formInput{resize:vertical;min-height:100px}.formActions{display:flex;gap:1rem;justify-content:flex-end;margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid #e5e7eb}.filters{display:flex;gap:1rem;flex-wrap:wrap;margin-bottom:1.5rem;padding:1rem;background:#fff;border-radius:12px;box-shadow:0 2px 8px rgba(0,0,0,.05)}.filterGroup{display:flex;flex-direction:column;gap:.25rem;min-width:120px}.filterLabel{font-size:.75rem;font-weight:600;color:#64748b;text-transform:uppercase}.filterInput{padding:.5rem .75rem;border:1px solid #e5e7eb;border-radius:8px;font-size:.9rem;background:#fff}.alert{padding:1rem 1.25rem;border-radius:12px;margin-bottom:1rem;font-weight:500}.alertSuccess{background:#dcfce7;color:#166534;border:1px solid #86efac}.alertError{background:#fee2e2;color:#991b1b;border:1px solid #fca5a5}.loading{display:flex;align-items:center;justify-content:center;padding:3rem;color:#64748b}.spinner{width:40px;height:40px;border:3px solid #e5e7eb;border-top:3px solid var(--primary);border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(1turn)}}.tableWrapper{overflow-x:auto;-webkit-overflow-scrolling:touch}@media (max-width:1024px){.cardsGrid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){:root{--sidebar-width:70px}.mainContent{padding:1rem;margin-left:var(--sidebar-width);width:calc(100% - var(--sidebar-width))}.pageTitle{font-size:1.5rem}.pageSubtitle{font-size:.85rem}.pageHeader{flex-direction:column;align-items:stretch}.cardsGrid{grid-template-columns:1fr}.filters{flex-direction:column;gap:.75rem}.filterGroup,.filterInput{width:100%}.formActions{flex-direction:column-reverse}.btn{width:100%;justify-content:center;padding:1rem}.alert{font-size:.9rem}}@media (max-width:480px){:root{--sidebar-width:60px}.mainContent{padding:.75rem}.pageTitle{font-size:1.25rem}.formInput,.formSelect,.formTextarea,select.formInput,textarea.formInput{padding:.75rem;font-size:.9rem}}.Sidebar_sidebar__v6daX{width:260px;min-height:100vh;background:linear-gradient(135deg,#1a1a2e,#16213e);display:flex;flex-direction:column;padding:1rem;position:fixed;left:0;top:0;z-index:100}.Sidebar_logo__SsBgv{display:flex;align-items:center;justify-content:center;padding:.5rem;margin-bottom:1.5rem}.Sidebar_logoImage__xf2tq{width:120px;height:120px;object-fit:contain;border-radius:50%}.Sidebar_nav__KAd3g{display:flex;flex-direction:column;gap:.5rem;flex:1 1}.Sidebar_navItem__5OSJs{display:flex;align-items:center;gap:.75rem;padding:.875rem 1rem;border-radius:12px;color:hsla(0,0%,100%,.7);text-decoration:none;transition:all .2s ease;font-weight:500}.Sidebar_navItem__5OSJs:hover{background:rgba(220,38,38,.15);color:#fff;transform:translateX(4px)}.Sidebar_navItem__5OSJs.Sidebar_active__jjcnH{background:linear-gradient(135deg,#dc2626,#b91c1c);color:#fff;box-shadow:0 4px 15px rgba(220,38,38,.4)}.Sidebar_navIcon__t_YT4{font-size:1.25rem}.Sidebar_navLabel__hTBCp{font-size:.95rem}.Sidebar_footer__hB5Gl{padding:1rem .5rem;border-top:1px solid hsla(0,0%,100%,.1)}.Sidebar_userInfo__dTvj0{display:flex;flex-direction:column;margin-bottom:.75rem;padding:.5rem}.Sidebar_userName__znu__{color:#fff;font-weight:600;font-size:.9rem}.Sidebar_userRole__Smx9Z{color:hsla(0,0%,100%,.5);font-size:.75rem;text-transform:capitalize}.Sidebar_logoutBtn__SrC_p{width:100%;padding:.75rem;background:rgba(239,68,68,.2);border:1px solid rgba(239,68,68,.3);border-radius:10px;color:#fca5a5;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .2s ease}.Sidebar_logoutBtn__SrC_p:hover{background:rgba(239,68,68,.3);color:#fff}@media (max-width:768px){.Sidebar_sidebar__v6daX{width:70px;padding:.75rem .5rem}.Sidebar_logoImage__xf2tq{width:50px;height:50px}.Sidebar_logoutBtn__SrC_p,.Sidebar_navLabel__hTBCp,.Sidebar_userInfo__dTvj0{display:none}.Sidebar_navItem__5OSJs{justify-content:center;padding:.75rem}.Sidebar_navIcon__t_YT4{font-size:1.5rem}.Sidebar_footer__hB5Gl{display:flex;flex-direction:column;align-items:center}}@media (max-width:480px){.Sidebar_sidebar__v6daX{width:60px}.Sidebar_logoImage__xf2tq{width:40px;height:40px}}