:root{--delhi-bg:#e3f2fd;--delhi-border:#1976d2;--delhi-text:#1565c0;--mumbai-bg:#fff3e0;--mumbai-border:#f57c00;--mumbai-text:#e65100;--chennai-bg:#e8f5e9;--chennai-border:#43a047;--chennai-text:#2e7d32;--gray-100:#f5f5f5;--gray-200:#eee;--gray-300:#e0e0e0;--gray-500:#9e9e9e;--gray-700:#616161;--gray-900:#212121}*{box-sizing:border-box;margin:0;padding:0}body{background-color:#f5f5f5;background-color:var(--gray-100);color:#212121;color:var(--gray-900);font-family:Noto Sans KR,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6}.app{min-height:100vh}.header{background:linear-gradient(135deg,#1976d2,#1565c0);box-shadow:0 2px 8px #00000026;color:#fff;padding:1rem 2rem}.header-content{justify-content:space-between;margin:0 auto;max-width:1400px}.header h1,.header-content{align-items:center;display:flex}.header h1{font-size:1.5rem;font-weight:700;gap:.5rem}.header-nav{display:flex;gap:.5rem}.page-tab{background:#ffffff26;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:.95rem;font-weight:500;padding:.5rem 1rem;transition:all .2s}.page-tab:hover{background:#ffffff40}.page-tab.active{background:#fff;color:#1976d2}.main-content{margin:0 auto;max-width:1400px;padding:2rem}.room-legend{display:flex;flex-wrap:wrap;gap:1.5rem;margin-bottom:1.5rem}.legend-item{align-items:center;background:#fff;border-radius:8px;box-shadow:0 1px 3px #0000001a;cursor:pointer;display:flex;gap:.5rem;padding:.5rem 1rem;transition:all .2s}.legend-item:hover{box-shadow:0 4px 12px #00000026;transform:translateY(-2px)}.legend-item.active{transform:scale(1.05)}.legend-color{border:2px solid;border-radius:4px;height:16px;width:16px}.legend-color.delhi{background-color:#e3f2fd;background-color:var(--delhi-bg);border-color:#1976d2;border-color:var(--delhi-border)}.legend-color.mumbai{background-color:#fff3e0;background-color:var(--mumbai-bg);border-color:#f57c00;border-color:var(--mumbai-border)}.legend-color.chennai{background-color:#e8f5e9;background-color:var(--chennai-bg);border-color:#43a047;border-color:var(--chennai-border)}.view-tabs{background:#fff;border-radius:12px;box-shadow:0 1px 3px #0000001a;display:flex;gap:.5rem;margin-bottom:1.5rem;padding:.5rem;width:-webkit-fit-content;width:fit-content}.view-tab{background:#0000;border:none;border-radius:8px;color:#616161;color:var(--gray-700);cursor:pointer;font-size:.9rem;font-weight:500;padding:.75rem 1.5rem;transition:all .2s}.view-tab:hover{background:#f5f5f5;background:var(--gray-100)}.view-tab.active{background:#1976d2;color:#fff}.calendar-container{background:#fff;border-radius:16px;box-shadow:0 4px 20px #00000014;overflow:hidden;padding:1.5rem}.fc{font-family:Noto Sans KR,sans-serif}.fc .fc-toolbar-title{font-size:1.25rem;font-weight:600}.fc .fc-button{background:#1976d2;border:none;font-weight:500;padding:.5rem 1rem;text-transform:none}.fc .fc-button:hover{background:#1565c0}.fc .fc-button:disabled{background:#e0e0e0;background:var(--gray-300)}.fc .fc-button-primary:not(:disabled).fc-button-active{background:#0d47a1}.fc-theme-standard td,.fc-theme-standard th{border-color:#eee;border-color:var(--gray-200)}.fc .fc-daygrid-day-number{font-weight:500;padding:8px}.fc .fc-daygrid-day.fc-day-today{background:#e3f2fd}.fc .fc-timegrid-slot{height:80px}.fc .fc-timegrid-slot-label{color:#9e9e9e;color:var(--gray-500);font-size:.8rem}.fc-event{border-radius:6px;border-style:solid;border-width:2px;cursor:pointer;font-size:.8rem;padding:2px 4px;transition:transform .1s}.fc-event:hover{transform:scale(1.02)}.fc-event-title{font-weight:500}.fc-timegrid-event{border-radius:6px}.event-tooltip{background:#fff;border-radius:12px;box-shadow:0 8px 30px #0003;max-width:300px;min-width:200px;padding:1rem;position:fixed;z-index:1000}.event-tooltip h4{align-items:center;display:flex;font-size:1rem;gap:.5rem;margin-bottom:.5rem}.event-tooltip p{color:#616161;color:var(--gray-700);font-size:.85rem;margin:.25rem 0}.nav-controls{align-items:center;display:flex;gap:1rem;margin-bottom:1rem}.nav-button{background:#fff;border:1px solid #e0e0e0;border:1px solid var(--gray-300);border-radius:8px;cursor:pointer;font-weight:500;padding:.5rem 1rem;transition:all .2s}.nav-button:hover{background:#f5f5f5;background:var(--gray-100);border-color:#9e9e9e;border-color:var(--gray-500)}.current-period{font-size:1.1rem;font-weight:600;min-width:200px;text-align:center}.loading{align-items:center;color:#9e9e9e;color:var(--gray-500);display:flex;height:400px;justify-content:center}.loading-spinner{animation:spin 1s linear infinite;border:3px solid #eee;border:3px solid var(--gray-200);border-radius:50%;border-top:3px solid #1976d2;height:40px;width:40px}@keyframes spin{to{transform:rotate(1turn)}}@media (max-width:768px){.header-content{flex-direction:column;gap:1rem}.main-content{padding:1rem}.room-legend,.view-tabs{justify-content:center}.view-tabs{width:100%}.calendar-container{padding:.75rem}.nav-controls{flex-wrap:wrap;justify-content:center}}.custom-calendar{border:1px solid #eee;border:1px solid var(--gray-200);border-radius:8px;font-size:.85rem;overflow:hidden}.cc-header{border-bottom:2px solid #e0e0e0;border-bottom:2px solid var(--gray-300);display:grid;grid-template-columns:60px repeat(5,1fr);position:-webkit-sticky;position:sticky;top:0;z-index:20}.cc-header,.cc-time-gutter{background:#f5f5f5;background:var(--gray-100)}.cc-time-gutter{align-items:flex-start;border-right:1px solid #eee;border-right:1px solid var(--gray-200);color:#9e9e9e;color:var(--gray-500);display:flex;font-size:.75rem;justify-content:flex-end;min-width:60px;padding-right:8px;width:60px}.cc-day-header{align-items:center;border-left:1px solid #eee;border-left:1px solid var(--gray-200);display:flex;flex-direction:column;padding:12px 8px}.cc-day-header.cc-today{background:#e3f2fd}.cc-day-header.cc-today .cc-day-number{align-items:center;background:#1976d2;border-radius:50%;color:#fff;display:flex;height:28px;justify-content:center;width:28px}.cc-day-name{color:#9e9e9e;color:var(--gray-500);font-size:.75rem;text-transform:uppercase}.cc-day-number{font-size:1.25rem;font-weight:600;margin-top:2px}.cc-body{background:#fff}.cc-row{border-bottom:1px solid #eee;border-bottom:1px solid var(--gray-200);display:grid;grid-template-columns:60px repeat(5,1fr);overflow:visible;position:relative;transition:height .2s ease}.cc-row-empty{background:#f5f5f5;background:var(--gray-100);opacity:.7}.cc-row-busy{background:#fff}.cc-time-label{color:#9e9e9e;color:var(--gray-500);font-size:.7rem;position:relative;top:-8px}.cc-cell{border-left:1px solid #eee;border-left:1px solid var(--gray-200);min-height:100%;overflow:visible;position:relative}.cc-event{border-left:3px solid;border-radius:4px;box-sizing:border-box;cursor:pointer;font-size:.75rem;overflow:hidden;padding:4px 6px;position:absolute;top:0;transition:transform .1s,box-shadow .1s}.cc-event:hover{box-shadow:0 4px 12px #00000026;transform:scale(1.02);z-index:100!important}.cc-event-room{font-size:.8rem;font-weight:600;margin-bottom:2px}.cc-event-title{font-size:.7rem;opacity:.9;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cc-event-time{font-size:.65rem;margin-top:2px;opacity:.8}.cc-event-user{font-size:.65rem;margin-top:1px;opacity:.7}@media (max-width:768px){.cc-header,.cc-row{grid-template-columns:40px repeat(5,1fr)}.cc-time-gutter{font-size:.65rem;min-width:40px;padding-right:4px;width:40px}.cc-event{padding:2px 4px}.cc-event-room{font-size:.7rem}.cc-event-time,.cc-event-title,.cc-event-user{display:none}}
/*# sourceMappingURL=main.59f5d3e5.css.map*/