body{margin:0}.app-layout{background:#f5f5f5;display:flex;min-height:100vh}.sidebar{background:#1a365d;background:var(--brand-primary,#1a365d);color:#fff;flex-shrink:0;width:220px}.sidebar-brand{border-bottom:1px solid #ffffff1a;font-size:1.25rem;font-weight:700;padding:20px}.sidebar-logo{display:block;max-height:40px;max-width:100%;object-fit:contain}.sidebar-nav{padding:12px 0}.sidebar-link{color:#ffffffd9;display:block;font-size:.95rem;padding:10px 20px;text-decoration:none}.sidebar-link:hover{background:#ffffff14;color:#fff}.sidebar-link.active{background:#ffffff26;color:#fff}.main{display:flex;flex:1 1;flex-direction:column;min-width:0}.header{align-items:center;background:#fff;box-shadow:0 1px 3px #00000014;display:flex;justify-content:space-between;padding:16px 24px}.header-title{color:#333;font-size:1.1rem;margin:0}.header-actions{display:flex;gap:12px}.header-link{color:#3182ce;font-size:.9rem;text-decoration:none}.header-link:hover{text-decoration:underline}.content{flex:1 1;overflow:auto;padding:24px}.card{background:#fff;border-radius:8px;box-shadow:0 1px 3px #00000014;margin-bottom:20px;padding:20px}.card h2{color:#333;font-size:1.1rem;margin:0 0 16px}.btn{background:#fff;border:1px solid #cbd5e0;border-radius:6px;color:#333;cursor:pointer;display:inline-block;font-size:.9rem;padding:8px 16px;text-decoration:none}.btn:hover{background:#f7fafc}.btn-primary{background:#3182ce;background:var(--brand-primary,#3182ce);border-color:#3182ce;border-color:var(--brand-primary,#3182ce);color:#fff}.btn-primary:hover{filter:brightness(1.1)}.btn-danger{background:#e53e3e;border-color:#e53e3e;color:#fff}.btn-danger:hover{background:#c53030}.btn+.btn{margin-left:8px}.input,.select,.textarea{border:1px solid #cbd5e0;border-radius:6px;font-size:.95rem;margin-bottom:12px;max-width:400px;padding:8px 12px;width:100%}.textarea{min-height:80px;resize:vertical}.label{color:#4a5568;display:block;font-size:.9rem;font-weight:500;margin-bottom:4px}.error,.loading{font-size:1rem;padding:40px;text-align:center}.error{color:#c53030}.modal-overlay{align-items:center;background:#0006;display:flex;inset:0;justify-content:center;position:fixed;z-index:1000}.modal{background:#fff;border-radius:8px;max-height:90vh;max-width:500px;overflow:auto;padding:24px;width:90%}.modal h3{margin:0 0 16px}.modal-actions{display:flex;gap:8px;margin-top:20px}.detail-item{border-bottom:1px solid #eee;padding:10px 0}.detail-item:last-child{border-bottom:none}.detail-item strong{color:#666;display:inline-block;width:100px}.table-wrap{overflow-x:auto}table{border-collapse:collapse;width:100%}td,th{border-bottom:1px solid #e2e8f0;padding:10px 12px;text-align:left}th{background:#f7fafc;color:#4a5568;font-size:.85rem;font-weight:600}.landing-page{background:#fff;display:flex;flex-direction:column;min-height:100vh}.landing-header{background:#fff;border-bottom:1px solid #e2e8f0;box-shadow:0 1px 3px #0000000d;padding:16px 0;position:-webkit-sticky;position:sticky;top:0;z-index:100}.landing-nav{justify-content:space-between;margin:0 auto;max-width:1200px;padding:0 24px}.landing-brand,.landing-nav{align-items:center;display:flex}.landing-logo{max-height:48px;max-width:200px;object-fit:contain}.landing-brand-name{color:#1a365d;color:var(--brand-primary,#1a365d);font-size:1.5rem;font-weight:700;margin:0}.landing-nav-links{align-items:center;display:flex;gap:12px}.landing-main{flex:1 1}.landing-hero{background:linear-gradient(135deg,#1a365d,#2d4a7c);background:linear-gradient(135deg,var(--brand-primary,#1a365d) 0,#2d4a7c 100%);color:#fff;padding:80px 24px;text-align:center}.landing-hero-content{margin:0 auto;max-width:800px}.landing-hero-title{font-size:3rem;font-weight:700;line-height:1.2;margin:0 0 24px}.landing-hero-subtitle{font-size:1.25rem;line-height:1.6;margin:0 0 40px;opacity:.95}.landing-hero-actions{display:flex;flex-wrap:wrap;gap:16px;justify-content:center}.btn-large{font-size:1.1rem;font-weight:600;padding:14px 32px}.landing-features{background:#f7fafc;padding:80px 24px}.landing-container{margin:0 auto;max-width:1200px}.landing-section-title{color:#2d3748;font-size:2.5rem;font-weight:700;margin:0 0 60px;text-align:center}.landing-features-grid{grid-gap:32px;display:grid;gap:32px;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.landing-feature-card{background:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a;padding:32px;transition:transform .2s,box-shadow .2s}.landing-feature-card:hover{box-shadow:0 4px 12px #00000026;transform:translateY(-4px)}.landing-feature-icon{font-size:3rem;margin-bottom:16px}.landing-feature-card h3{color:#2d3748;font-size:1.5rem;font-weight:600;margin:0 0 12px}.landing-feature-card p{color:#4a5568;line-height:1.6;margin:0}.landing-cta{background:#fff;padding:80px 24px;text-align:center}.landing-cta h2{color:#2d3748;font-size:2.5rem;font-weight:700;margin:0 0 16px}.landing-cta p{color:#4a5568;font-size:1.25rem;margin:0 0 32px}.landing-footer{background:#2d3748;color:#fff;padding:32px 24px;text-align:center}.landing-footer p{margin:0;opacity:.8}@media (max-width:768px){.landing-hero-title{font-size:2rem}.landing-hero-subtitle{font-size:1.1rem}.landing-section-title{font-size:2rem}.landing-features-grid{grid-template-columns:1fr}.landing-nav-links{gap:8px}}.calendar-container{background:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a;padding:20px}.calendar-header{align-items:center;display:flex;flex-wrap:wrap;gap:12px;justify-content:space-between;margin-bottom:20px}.calendar-navigation{align-items:center;display:flex;gap:8px}.calendar-title{color:#2d3748;font-size:1.5rem;font-weight:600;margin:0;min-width:250px}.calendar-view-switcher{display:flex;gap:4px}.calendar-content{min-height:500px}.calendar-month-view{display:flex;flex-direction:column}.calendar-weekdays{grid-gap:1px;background:#e2e8f0;border:1px solid #e2e8f0;border-radius:4px 4px 0 0;display:grid;gap:1px;grid-template-columns:repeat(7,1fr)}.calendar-weekday{background:#fff;color:#4a5568;font-weight:600;padding:12px;text-align:center}.calendar-month-days{grid-gap:1px;background:#e2e8f0;border:1px solid #e2e8f0;border-radius:0 0 4px 4px;border-top:none;display:grid;gap:1px;grid-template-columns:repeat(7,1fr)}.calendar-day-cell{background:#fff;cursor:pointer;min-height:100px;padding:8px;position:relative;transition:background-color .2s}.calendar-day-cell:hover{background:#f7fafc}.calendar-day-cell.today{background:#ebf8ff;border:2px solid #3182ce}.calendar-day-cell.other-month{background:#f7fafc;color:#a0aec0}.calendar-day-cell.empty{background:#f7fafc;cursor:default}.calendar-day-number{margin-bottom:4px}.calendar-day-cell.other-month .calendar-day-number{color:#a0aec0}.calendar-day-events{display:flex;flex-direction:column;gap:2px;margin-top:4px}.calendar-event-dot{border-radius:4px;color:#fff;cursor:pointer;font-size:.75rem;overflow:hidden;padding:2px 6px;text-overflow:ellipsis;transition:opacity .2s;white-space:nowrap}.calendar-event-dot:hover{opacity:.8}.calendar-event-more{color:#718096;font-size:.7rem;font-style:italic}.calendar-day-view{flex-direction:row;min-height:600px}.calendar-day-view,.calendar-week-view{border:1px solid #e2e8f0;border-radius:4px;display:flex;overflow:hidden}.calendar-week-view{flex-direction:column}.calendar-week-header{background:#f7fafc;border-bottom:2px solid #e2e8f0;display:grid;grid-template-columns:80px repeat(7,1fr)}.calendar-day-header,.calendar-time-header{border-right:1px solid #e2e8f0;padding:12px}.calendar-day-header{text-align:center}.calendar-day-header:last-child{border-right:none}.calendar-day-name{color:#718096;font-size:.75rem;margin-bottom:4px;text-transform:uppercase}.calendar-day-number{color:#2d3748;font-size:1.25rem;font-weight:600}.calendar-day-number.today{align-items:center;background:#3182ce;border-radius:50%;color:#fff;display:inline-flex;height:32px;justify-content:center;margin:0 auto;width:32px}.calendar-week-body{display:grid;grid-template-columns:80px repeat(7,1fr);overflow-x:auto}.calendar-time-column{background:#f7fafc;border-right:1px solid #e2e8f0}.calendar-hour-cell{border-bottom:1px solid #e2e8f0;color:#718096;font-size:.75rem;height:60px;padding:4px 8px;position:relative}.calendar-hour-slot{cursor:pointer;min-height:60px;position:relative;transition:background-color .2s}.calendar-hour-slot:hover{background:#f7fafc}.calendar-day-column{border-right:1px solid #e2e8f0}.calendar-day-column:last-child{border-right:none}.calendar-events-column{display:flex;flex:1 1;flex-direction:column;position:relative}.calendar-event-block{border-radius:4px;box-shadow:0 1px 3px #0003;color:#fff;cursor:pointer;font-size:.75rem;left:2px;overflow:hidden;padding:4px 6px;position:absolute;right:2px;transition:transform .2s,box-shadow .2s;z-index:1}.calendar-event-block:hover{box-shadow:0 2px 6px #0000004d;transform:translateY(-1px);z-index:2}.calendar-event-time{font-weight:600;margin-bottom:2px}.calendar-event-title{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media (max-width:768px){.calendar-header{align-items:stretch;flex-direction:column}.calendar-navigation,.calendar-view-switcher{justify-content:center}.calendar-title{font-size:1.25rem;text-align:center}.calendar-day-cell{min-height:80px}.calendar-week-body{font-size:.7rem}.calendar-hour-cell{height:50px}}.App{background-color:#f5f5f5;min-height:100vh}*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}
/*# sourceMappingURL=main.db6d0982.css.map*/