@import url(https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@300;400;500;600;700;800&display=swap);*,::after,::before{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{min-height:100vh;line-height:1.6;color:#1a202c;background:#f8f9fb}img,svg{display:block;max-width:100%}a{color:#1563d2;text-decoration:none}button{cursor:pointer;border:none;background:0 0;font:inherit;color:inherit}input,select,textarea{font:inherit;color:inherit}ol,ul{list-style:none}table{border-collapse:collapse;width:100%}h1,h2,h3,h4,h5,h6{line-height:1.3;font-weight:600}body{font-family:"Plus Jakarta Sans",-apple-system,BlinkMacSystemFont,sans-serif}h1{font-size:2rem;font-weight:800;letter-spacing:-.03em}h2{font-size:1.5rem;font-weight:700;letter-spacing:-.02em}h3{font-size:1.25rem;font-weight:600}h4{font-size:1.125rem;font-weight:600}.text-sm{font-size:.875rem}.text-xs{font-size:.75rem}.text-lg{font-size:1.125rem}.text-muted{color:#6b7585}.text-bold{font-weight:600}.text-center{text-align:center}.app{display:flex;min-height:100vh}.sidebar{width:260px;background:#003075;color:#fff;display:flex;flex-direction:column;position:fixed;top:0;left:0;bottom:0;z-index:200;transition:width 250ms ease}.sidebar__logo{padding:24px 20px;display:flex;align-items:center;gap:8px;border-bottom:1px solid rgba(255,255,255,.1)}.sidebar__logo img{height:28px;width:auto}.sidebar__logo span{font-size:1.125rem;font-weight:300;opacity:.9;letter-spacing:.02em}.sidebar__nav{flex:1;padding:16px 12px;overflow-y:auto}.sidebar__nav-item{display:flex;align-items:center;gap:12px;padding:10px 14px;border-radius:10px;color:rgba(255,255,255,.7);font-size:.9rem;font-weight:500;transition:all 150ms ease;margin-bottom:2px}.sidebar__nav-item:hover{background:rgba(255,255,255,.1);color:#fff}.sidebar__nav-item.active{background:#1563d2;color:#fff}.sidebar__nav-item svg{width:20px;height:20px;flex-shrink:0}.sidebar__section-title{font-size:.7rem;text-transform:uppercase;letter-spacing:.1em;color:rgba(255,255,255,.4);padding:16px 14px 6px;font-weight:600}.sidebar__user{padding:16px 20px;border-top:1px solid rgba(255,255,255,.1);display:flex;align-items:center;gap:12px}.sidebar__user-avatar{width:36px;height:36px;border-radius:9999px;-o-object-fit:cover;object-fit:cover}.sidebar__user-name{font-size:.875rem;font-weight:600}.sidebar__user-email{font-size:.75rem;opacity:.6}.main{flex:1;margin-left:260px;display:flex;flex-direction:column;min-height:100vh}.topbar{height:64px;background:#fff;border-bottom:1px solid #e2e6ed;display:flex;align-items:center;justify-content:space-between;padding:0 32px;position:sticky;top:0;z-index:200}.topbar__title{font-size:1.25rem;font-weight:700;color:#1a202c}.topbar__actions{display:flex;align-items:center;gap:16px}.content{flex:1;padding:32px;max-width:1400px;width:100%}.login-page{display:flex;min-height:100vh;align-items:center;justify-content:center;background:#003075}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:10px 20px;border-radius:10px;font-weight:600;font-size:.875rem;transition:all 150ms ease;white-space:nowrap}.btn--primary{background:#1563d2;color:#fff}.btn--primary:hover{background:#1250a8}.btn--secondary{background:#f1f3f7;color:#2d3748}.btn--secondary:hover{background:#e2e6ed}.btn--danger{background:#f44336;color:#fff}.btn--danger:hover{background:#d32f2f}.btn--ghost{background:0 0;color:#1563d2}.btn--ghost:hover{background:#e8f0fd}.btn--sm{padding:6px 12px;font-size:.8rem}.btn--lg{padding:14px 28px;font-size:1rem}.btn--icon{width:40px;height:40px;padding:0;border-radius:9999px}.btn:disabled{opacity:.5;cursor:not-allowed}.card{background:#fff;border-radius:16px;box-shadow:0 1px 2px rgba(0,0,0,.05);border:1px solid #e2e6ed;overflow:hidden}.card__header{padding:20px 24px;border-bottom:1px solid #f1f3f7;display:flex;align-items:center;justify-content:space-between}.card__body{padding:24px}.card__footer{padding:16px 24px;border-top:1px solid #f1f3f7;background:#f8f9fb}.stat-card{background:#fff;border-radius:16px;padding:24px;box-shadow:0 1px 2px rgba(0,0,0,.05);border:1px solid #e2e6ed}.stat-card__label{font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:#6b7585;margin-bottom:8px}.stat-card__value{font-size:2rem;font-weight:800;color:#1a202c;letter-spacing:-.03em}.stat-card__sub{font-size:.8rem;color:#6b7585;margin-top:4px}.stat-card--highlight{background:#1563d2;border-color:#1563d2}.stat-card--highlight .stat-card__label,.stat-card--highlight .stat-card__sub,.stat-card--highlight .stat-card__value{color:#fff}.stat-card--highlight .stat-card__label{opacity:.8}.form-group{margin-bottom:20px}.form-group label{display:block;font-size:.85rem;font-weight:600;color:#2d3748;margin-bottom:6px}.form-group input,.form-group select,.form-group textarea{width:100%;padding:10px 14px;border:1px solid #ccd2dc;border-radius:10px;font-size:.9rem;background:#fff;transition:border-color 150ms ease}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:0;border-color:#1563d2;box-shadow:0 0 0 3px rgba(21,99,210,.12)}.form-group textarea{min-height:100px;resize:vertical}.badge{display:inline-flex;align-items:center;padding:4px 10px;border-radius:9999px;font-size:.75rem;font-weight:600}.badge--approved{background:#e8f5e9;color:#2e7d32}.badge--pending{background:#fff3e0;color:#ef6c00}.badge--rejected{background:#fce4ec;color:#c62828}.badge--cancelled{background:#f1f3f7;color:#6b7585}.notification-bell{position:relative;cursor:pointer}.notification-bell__count{position:absolute;top:-4px;right:-4px;background:#f44336;color:#fff;font-size:.65rem;font-weight:700;min-width:18px;height:18px;border-radius:9999px;display:flex;align-items:center;justify-content:center;padding:0 4px}.notification-bell__dropdown{position:absolute;top:100%;right:0;width:360px;max-height:480px;background:#fff;border-radius:16px;box-shadow:0 20px 40px rgba(0,0,0,.12);border:1px solid #e2e6ed;overflow:hidden;display:none;z-index:100}.notification-bell__dropdown.show{display:block}.notification-bell__header{padding:16px 20px;border-bottom:1px solid #f1f3f7;display:flex;justify-content:space-between;align-items:center}.notification-bell__list{overflow-y:auto;max-height:400px}.notification-bell__item{padding:14px 20px;border-bottom:1px solid #f8f9fb;cursor:pointer;transition:background 150ms ease}.notification-bell__item:hover{background:#f8f9fb}.notification-bell__item.unread{background:#e8f0fd}.notification-bell__item-title{font-size:.85rem;font-weight:600}.notification-bell__item-message{font-size:.8rem;color:#6b7585;margin-top:2px}.notification-bell__item-time{font-size:.7rem;color:#9ba3b3;margin-top:4px}.data-table{width:100%}.data-table th{text-align:left;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:#6b7585;padding:12px 16px;border-bottom:2px solid #e2e6ed}.data-table td{padding:14px 16px;border-bottom:1px solid #f1f3f7;font-size:.9rem}.data-table tr:hover td{background:#f8f9fb}.modal-backdrop{position:fixed;inset:0;background:rgba(0,0,0,.5);z-index:300;display:none;align-items:center;justify-content:center;padding:20px}.modal-backdrop.show{display:flex}.modal{background:#fff;border-radius:16px;box-shadow:0 20px 40px rgba(0,0,0,.12);width:100%;max-width:520px;max-height:90vh;overflow-y:auto}.modal__header{padding:20px 24px;border-bottom:1px solid #f1f3f7;display:flex;justify-content:space-between;align-items:center}.modal__body{padding:24px}.modal__footer{padding:16px 24px;border-top:1px solid #f1f3f7;display:flex;justify-content:flex-end;gap:12px}.toast-container{position:fixed;top:20px;right:20px;z-index:500;display:flex;flex-direction:column;gap:8px}.toast{padding:14px 20px;border-radius:10px;background:#1a202c;color:#fff;font-size:.875rem;font-weight:500;box-shadow:0 10px 25px rgba(0,0,0,.1);animation:slideIn .3s ease}.toast--success{background:#4caf50}.toast--error{background:#f44336}.toast--warning{background:#ff9800;color:#1a202c}@keyframes slideIn{from{transform:translateX(100%);opacity:0}to{transform:translateX(0);opacity:1}}.avatar{width:40px;height:40px;border-radius:9999px;-o-object-fit:cover;object-fit:cover}.avatar--sm{width:32px;height:32px}.avatar--lg{width:56px;height:56px}.avatar--xl{width:80px;height:80px}.grid{display:grid;gap:24px}.grid--2{grid-template-columns:repeat(2,1fr)}.grid--3{grid-template-columns:repeat(3,1fr)}.grid--4{grid-template-columns:repeat(4,1fr)}.flex{display:flex}.flex-center{display:flex;align-items:center;justify-content:center}.flex-between{display:flex;align-items:center;justify-content:space-between}.gap-8{gap:8px}.gap-12{gap:12px}.gap-16{gap:16px}.gap-24{gap:24px}.mt-8{margin-top:8px}.mt-16{margin-top:16px}.mt-24{margin-top:24px}.mb-8{margin-bottom:8px}.mb-16{margin-bottom:16px}.mb-24{margin-bottom:24px}.spinner{width:24px;height:24px;border:3px solid #e2e6ed;border-top-color:#1563d2;border-radius:9999px;animation:spin .6s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.loading-overlay{display:flex;align-items:center;justify-content:center;padding:60px}.calendar__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:24px}.calendar__header-title{font-size:1.25rem;font-weight:700}.calendar__header-nav{display:flex;gap:8px}.calendar__grid{display:grid;grid-template-columns:repeat(7,1fr);gap:1px;background:#e2e6ed;border-radius:16px}.calendar__weekday{background:#f8f9fb;padding:10px;text-align:center;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:#6b7585}.calendar__weekday:first-child{border-top-left-radius:16px}.calendar__weekday:nth-child(7){border-top-right-radius:16px}.calendar__day{background:#fff;min-height:100px;padding:8px;position:relative}.calendar__day-number{font-size:.8rem;font-weight:600;color:#4a5568;margin-bottom:4px}.calendar__day.today .calendar__day-number{background:#1563d2;color:#fff;width:26px;height:26px;border-radius:9999px;display:flex;align-items:center;justify-content:center}.calendar__day.other-month{background:#f8f9fb}.calendar__day.other-month .calendar__day-number{color:#ccd2dc}.calendar__day.weekend{background:#f8f9fb}.calendar__event{font-size:.7rem;padding:2px 6px;border-radius:4px;margin-bottom:2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#fff;font-weight:500;position:relative;cursor:pointer}.calendar__event:hover{overflow:visible}.calendar__event:hover .calendar__tooltip{display:block}.calendar__tooltip{display:none;position:absolute;bottom:calc(100% + 6px);left:50%;transform:translateX(-50%);background:#1a202c;color:#fff;padding:10px 14px;border-radius:10px;font-size:.75rem;line-height:1.5;white-space:nowrap;z-index:100;box-shadow:0 10px 25px rgba(0,0,0,.1);pointer-events:none}.calendar__tooltip::after{content:"";position:absolute;top:100%;left:50%;transform:translateX(-50%);border:5px solid transparent;border-top-color:#1a202c}.whos-out{display:flex;gap:12px;flex-wrap:wrap}.whos-out__item{display:flex;align-items:center;gap:10px;padding:10px 16px;background:#fff;border-radius:10px;border:1px solid #e2e6ed;font-size:.85rem}.whos-out__item-type{width:8px;height:8px;border-radius:9999px}.whos-out__empty{color:#6b7585;font-size:.9rem;padding:16px 0}.birthday-widget__item{display:flex;align-items:center;gap:12px;padding:12px 0;border-bottom:1px solid #f1f3f7}.birthday-widget__item:last-child{border-bottom:none}.birthday-widget__item-days{font-size:.75rem;font-weight:600;color:#1563d2;background:#e8f0fd;padding:4px 8px;border-radius:6px;white-space:nowrap}@media (max-width:1024px){.sidebar{width:72px}.sidebar__logo span,.sidebar__nav-item span,.sidebar__section-title,.sidebar__user-email,.sidebar__user-name{display:none}.sidebar__logo{justify-content:center;padding:20px 12px}.sidebar__nav-item{justify-content:center;padding:12px}.sidebar__user{justify-content:center;padding:16px 12px}.main{margin-left:72px}.grid--4{grid-template-columns:repeat(2,1fr)}.grid--3{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){body,html{overflow-x:hidden}.sidebar{position:fixed;bottom:0;top:auto;left:0;right:0;width:100%;height:64px;flex-direction:row;z-index:200}.sidebar__logo,.sidebar__section-title,.sidebar__user{display:none}.sidebar__nav{display:flex;flex-direction:row;padding:0;overflow-x:auto;justify-content:space-around;width:100%}.sidebar__nav-item{flex-direction:column;gap:2px;padding:8px 12px;font-size:.65rem;min-width:0}.sidebar__nav-item svg{width:20px;height:20px}.sidebar__nav-item span{display:none}.main{margin-left:0;margin-bottom:64px;min-width:0}.topbar{padding:0 16px}.content{padding:16px;max-width:100%}.card__body,.card__footer,.card__header,.modal__body,.modal__footer,.modal__header{word-break:break-word;overflow-wrap:break-word}.form-group input,.form-group select,.form-group textarea{max-width:100%}.flex-between{flex-wrap:wrap;gap:8px}.grid--2,.grid--3,.grid--4{grid-template-columns:1fr}.calendar__grid{display:none}.calendar__list{display:block}.notification-bell__dropdown{position:fixed;top:0;right:0;left:0;bottom:0;width:100%;max-height:100%;border-radius:0}.data-table{display:block;overflow-x:auto}}@media (max-width:576px){h1{font-size:1.5rem}h2{font-size:1.25rem}.stat-card__value{font-size:1.5rem}}