html{overflow-y:scroll;scroll-behavior:smooth}body{background-color:#f5f6fa!important;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;color:#222;margin:0;padding:0}#root{width:100%;height:100%}h1,h2,h3,h4,h5,h6{font-weight:700;color:#222}.card{border-radius:12px!important;border:1px solid #e5e7eb!important;background:#fff!important;transition:.2s ease}.card:hover{transform:translateY(-2px)}.btn{border-radius:8px!important;font-weight:600;padding:8px 16px!important}.btn-primary{background:#2563eb!important;border-color:#2563eb!important}.btn-primary:hover{background:#1d4ed8!important}.btn-secondary{background:#4b5563!important;border-color:#4b5563!important}.btn-secondary:hover{background:#374151!important}.btn-danger{background:#dc3545!important;border-color:#dc3545!important}.btn-danger:hover{background:#b81f32!important}.sidebar{width:240px;background:#fff;border-right:1px solid #e5e7eb;height:100vh;position:fixed;left:0;top:0;padding:30px 20px;overflow-y:auto}.sidebar h3{font-weight:700;margin-bottom:25px}.sidebar-nav{display:flex;flex-direction:column;gap:10px}.sidebar-link{display:flex;align-items:center;gap:10px;padding:10px 12px;text-decoration:none!important;font-weight:500;font-size:15px;color:#374151;border-radius:8px;transition:.2s ease}.sidebar-link .icon{font-size:1.2rem;opacity:.8}.sidebar-link:hover{background:#f3f4f6;color:#111827}.sidebar-link.active{background:#2563eb;color:#fff!important;font-weight:600}.sidebar-separator{margin-top:25px;margin-bottom:15px;border-color:#e5e7eb}.btn-logout{border:1px solid #dc3545!important;color:#dc3545!important;font-weight:600;padding:10px;border-radius:10px;transition:.2s ease;background:#fff!important}.btn-logout:hover{background:#dc3545!important;color:#fff!important}.main-content{margin-left:260px;padding:40px;min-height:100vh}@media(max-width:768px){.main-content{margin-left:0;padding-bottom:100px!important}}.list-group-item{border-radius:10px!important;margin-bottom:8px;border:1px solid #e5e7eb!important}.fc{background:#fff;border-radius:12px;padding:20px;box-shadow:0 2px 8px #0000000d}.fc .fc-toolbar-title{font-size:1.4rem;font-weight:700}.fc .fc-button{background:#2563eb!important;border:none!important;border-radius:8px!important;padding:6px 12px!important}.fc .fc-button:hover{background:#1d4ed8!important}.fc-event{border-radius:6px!important;padding:4px!important}.fc-daygrid-day-number{font-weight:600}.fc-timegrid-slot{height:50px!important}.modal-backdrop{position:fixed;inset:0;background:#0000008c;display:flex;justify-content:center;align-items:center;z-index:2000}.modal-box{background:#fff;padding:25px;border-radius:16px;width:90%;max-width:420px;box-shadow:0 6px 20px #00000040;animation:fadeIn .25s ease}@keyframes fadeIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:#c7c7c7;border-radius:20px}::-webkit-scrollbar-thumb:hover{background:#999}.mobile-bottom-nav{position:fixed;bottom:0;left:0;right:0;background:#fff;border-top:1px solid #ddd;display:flex!important;justify-content:space-around;align-items:center;padding:8px 0;z-index:2000}@media(min-width:768px){.mobile-bottom-nav{display:none!important}}.mobile-item{text-align:center;text-decoration:none;color:#444;font-size:13px}.mobile-item.active{color:#2563eb;font-weight:700}.mobile-icon{display:block;font-size:22px;line-height:1}.logout-mobile{background:none;border:none;color:#d62828}
