@charset "UTF-8";body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-overflow-scrolling:touch;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0;overflow-x:hidden;overscroll-behavior-y:contain}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}@media (max-width:768px){body{font-size:14px}.container{padding:10px}button{font-size:.9rem!important;padding:8px 16px!important}h1{font-size:1.5rem!important}h2{font-size:1.3rem!important}}*{box-sizing:border-box;margin:0;padding:0}html{overscroll-behavior:none}#root{height:100vh;overflow-y:auto;overscroll-behavior-y:contain}button{transition:all .3s ease}button:hover{transform:translateY(-1px)}button:active{transform:translateY(0)}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.publication-content-image{border-radius:4px;object-fit:contain}.publication-content-image,.publication-content-video{background-color:#f8f9fa;height:100%;left:0;position:absolute;top:0;width:100%}.publication-content-video{border:none;border-radius:4px}.publication-content-placeholder{align-items:center;background-color:#f5f5f5;border-radius:4px;color:#666;display:flex;font-size:1.25rem;height:100%;justify-content:center;left:0;position:absolute;top:0;width:100%}.publication-card{background-color:#fff;border:1px solid #0000000a;border-radius:12px;box-shadow:0 4px 12px #00000014;cursor:pointer;font-size:1.35rem;overflow:hidden;position:relative;transition:all .3s cubic-bezier(.4,0,.2,1)}.publication-card:hover{box-shadow:0 8px 25px #0000001f;transform:translateY(-4px)}.publication-card:before{background:linear-gradient(90deg,#4299e1,#63b3ed,#90cdf4);content:"";height:3px;left:0;opacity:0;position:absolute;right:0;top:0;transition:opacity .3s ease}.publication-card:hover:before{opacity:1}.publication-image-container{background:linear-gradient(135deg,#f8f9fa,#e9ecef);border-radius:0;overflow:hidden;padding-top:60%;position:relative;width:100%}.publication-image-container img,.publication-image-container video{background-color:#f8f9fa;height:100%;left:0;object-fit:contain;object-position:center;position:absolute;top:0;transition:transform .3s ease;width:100%}.publication-card:hover .publication-image-container img,.publication-card:hover .publication-image-container video{transform:scale(1.05)}.publication-content{background:#fff;border-radius:0 0 12px 12px;font-size:1.1rem;padding:20px}.publication-content .publication-badges{display:flex;flex-wrap:wrap;gap:8px;justify-content:center;margin-bottom:12px}.publication-content .publication-badge{border-radius:20px;box-shadow:0 2px 4px #0000000f;font-size:.85rem;font-weight:600;letter-spacing:.02em;padding:6px 14px;text-transform:uppercase;transition:all .2s ease}.publication-content .publication-badge:hover{box-shadow:0 4px 8px #0000001a;transform:translateY(-1px)}.publication-content .publication-date{color:#64748b;font-size:.95rem;font-weight:500;line-height:1.4;margin-top:8px;text-align:center}.publications-date-header{background:linear-gradient(135deg,#fff,#f7fafc);border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 2px 8px #0000000a;color:#1a365d;font-size:1.4rem;font-weight:700;margin-bottom:24px;overflow:hidden;padding:16px 24px;position:relative;text-align:center}.publications-date-header:before{background:linear-gradient(90deg,#4299e1,#63b3ed);content:"";height:3px;left:0;position:absolute;right:0;top:0}.publications-date-header:after{background:#4299e1;border-radius:50%;box-shadow:0 0 0 3px #4299e133;content:"";height:8px;left:20px;position:absolute;top:50%;transform:translateY(-50%);width:8px}.carousel .slide{background:#0000!important}.carousel .slide img{border-radius:8px!important}.carousel .control-arrow{align-items:center!important;background:#1a3b5dcc!important;border-radius:50%!important;display:flex!important;height:40px!important;justify-content:center!important;margin:0 10px!important;width:40px!important}.carousel .control-arrow:hover{background:#1a3b5d!important}.carousel .control-arrow:before{border-width:8px!important}.carousel .control-dots{display:none!important}.carousel .control-dots .dot{background:#1a3b5d!important;box-shadow:none!important;height:10px!important;width:10px!important}.carousel .control-dots .dot.selected{background:#4299e1!important}.carousel .thumbs-wrapper{margin:10px 0!important}.carousel .thumbs{display:flex!important;gap:5px!important;justify-content:center!important}.carousel .thumb{border:2px solid #e2e8f0!important;border-radius:4px!important;height:60px!important;overflow:hidden!important;width:60px!important}.carousel .thumb.selected{border-color:#1a3b5d!important}.carousel .thumb img{height:100%!important;object-fit:cover!important;width:100%!important}.publications-container{margin:0 auto;max-width:1600px;padding:0 16px}.publication-card .new-indicator{animation:pulse 2s infinite;background:linear-gradient(135deg,#4299e1,#3182ce);border-radius:20px;box-shadow:0 2px 8px #4299e14d;color:#fff;font-size:.75rem;font-weight:600;padding:6px 12px;position:absolute;right:12px;top:12px;z-index:2}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.05)}to{transform:scale(1)}}.publication-card .status-overlay{align-items:center;background:#000000b3;bottom:0;display:flex;justify-content:center;left:0;opacity:0;position:absolute;right:0;top:0;transition:opacity .3s ease;z-index:3}.publication-card:hover .status-overlay{opacity:1}@media (max-width:600px){.publications-scroll{flex-direction:column!important;gap:20px!important;overflow-x:visible!important;overflow-x:initial!important;overflow-y:visible!important}.publication-card{font-size:1.08rem!important;max-width:100%!important;min-width:0!important;width:100%!important}.publications-date-header{font-size:1.2rem!important;margin-bottom:16px!important;padding:12px 20px!important;position:-webkit-sticky;position:sticky;top:80px;z-index:2}.publications-container{min-height:calc(100vh + 200px)!important;overflow-x:hidden!important;overflow-y:auto!important;padding:0 12px;padding-bottom:400px!important}}@media (max-width:768px){.publications-container{margin-bottom:100px!important;padding-bottom:400px!important}}@media (min-width:601px){.publications-scroll{grid-gap:24px!important;align-items:start;border-radius:12px;display:grid!important;gap:24px!important;grid-template-columns:repeat(auto-fit,minmax(400px,1fr))!important;justify-items:stretch;margin:0 auto;max-width:1400px;padding:20px 0}.publication-card{background:linear-gradient(145deg,#fff,#f8f9fa)!important;border-radius:12px!important;box-shadow:0 4px 12px #00000014!important;display:flex!important;flex-direction:column!important;font-size:1.1rem!important;height:auto!important;max-width:100%!important;min-width:0!important;transition:all .3s ease!important;width:100%!important}.publication-card:hover{box-shadow:0 8px 25px #0000001f!important;transform:translateY(-4px)!important}.publication-image-container{border-radius:12px 12px 0 0!important;height:350px!important;max-height:400px!important;min-height:300px!important;overflow:hidden!important}.publication-content{display:flex!important;flex:1 1 auto!important;flex-direction:column!important;justify-content:space-between!important;min-height:120px!important;padding:20px!important}}@media (min-width:1200px){.publications-scroll{gap:30px!important;grid-template-columns:repeat(3,1fr)!important;padding:24px 0}}@media (min-width:1600px){.publications-scroll{gap:32px!important;grid-template-columns:repeat(4,1fr)!important}}.header-container{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background-color:#fffffff2;border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 4px 20px -2px #0000001a;gap:20px;justify-content:space-between;margin-bottom:20px;padding:16px 20px;position:-webkit-sticky;position:sticky;top:102px;z-index:99}.header-container,.header-left{align-items:center;display:flex;flex-wrap:wrap}.header-left{flex:1 1;gap:16px}.header-title{color:#1a3b5d;font-size:1.5rem;font-weight:700;margin:0;white-space:nowrap}.header-select{background-color:#f8f9fa;border:1px solid #cbd5e1;border-radius:8px;color:#1a3b5d;cursor:pointer;font-size:.95rem;font-weight:500;min-width:180px;outline:none;padding:8px 12px;transition:all .2s}.header-select:hover{border-color:#a0aec0}.header-date-group{align-items:center;display:flex;gap:8px}.header-date-input{background-color:#fff;border:1px solid #cbd5e1;border-radius:8px;color:#4a5568;font-size:.9rem;outline:none;padding:8px 12px;transition:all .2s}.header-date-input:focus{border-color:#4299e1;box-shadow:0 0 0 3px #4299e133}.header-date-input::-webkit-calendar-picker-indicator{border-radius:4px;cursor:pointer;opacity:.8;padding:4px;-webkit-transition:all .2s;transition:all .2s}.header-date-input::-webkit-calendar-picker-indicator:hover{background-color:#4299e11a;opacity:1}.header-clear-btn{background-color:#fff;border:1px solid #e53e3e;border-radius:8px;color:#e53e3e;cursor:pointer;font-size:.85rem;font-weight:600;padding:8px 10px;transition:all .2s}.header-clear-btn:hover{background-color:#fff5f5}.header-actions{display:flex;gap:12px}.header-btn{align-items:center;border:none;border-radius:8px;cursor:pointer;display:flex;font-size:.95rem;font-weight:600;gap:8px;padding:9px 18px;transition:transform .1s,box-shadow .2s;white-space:nowrap}.header-btn:active{transform:translateY(1px)}.header-btn-new{background-color:#1a3b5d;box-shadow:0 4px 6px #1a3b5d33;color:#fff}.header-btn-new:hover{background-color:#16304b}@media (max-width:768px){.header-container{gap:16px;padding:16px;position:relative;top:auto}.header-container,.header-left{align-items:stretch;flex-direction:column}.header-left{gap:12px;width:100%}.header-title{font-size:1.4rem;padding-bottom:4px;text-align:left;width:100%}.header-select{font-size:1rem;padding:12px;width:100%}.header-date-group{position:relative;width:100%}.header-date-input{background-color:#f8f9fa;border:2px solid #cbd5e1;flex:1 1;font-size:1rem;font-weight:500;min-height:48px;padding:12px;width:100%}.header-date-input::-webkit-calendar-picker-indicator{height:24px;width:24px}.header-actions{grid-gap:12px;display:grid;gap:12px;grid-template-columns:1fr 1fr;width:100%}.header-btn{font-size:1rem;justify-content:center;padding:12px;width:100%!important}}.rbc-btn{color:inherit;font:inherit;margin:0}button.rbc-btn{-webkit-appearance:button;appearance:button;cursor:pointer;overflow:visible;text-transform:none}button[disabled].rbc-btn{cursor:not-allowed}button.rbc-input::-moz-focus-inner{border:0;padding:0}.rbc-toolbar{align-items:center;display:flex;flex-wrap:wrap;font-size:16px;justify-content:center;margin-bottom:10px}.rbc-toolbar .rbc-toolbar-label{flex-grow:1;padding:0 10px;text-align:center}.rbc-toolbar button{background:none;background-image:none;border:1px solid #ccc;border-radius:4px;color:#373a3c;display:inline-block;line-height:normal;margin:0;padding:.375rem 1rem;text-align:center;vertical-align:middle;white-space:nowrap}.rbc-toolbar button.rbc-active,.rbc-toolbar button:active{background-color:#e6e6e6;background-image:none;border-color:#adadad;box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.rbc-toolbar button.rbc-active:focus,.rbc-toolbar button.rbc-active:hover,.rbc-toolbar button:active:focus,.rbc-toolbar button:active:hover{background-color:#d4d4d4;border-color:#8c8c8c;color:#373a3c}.rbc-toolbar button:focus,.rbc-toolbar button:hover{background-color:#e6e6e6;border-color:#adadad;color:#373a3c}.rbc-toolbar button:hover{cursor:pointer}.rbc-btn-group{display:inline-block;white-space:nowrap}.rbc-btn-group>button:first-child:not(:last-child){border-bottom-right-radius:0;border-top-right-radius:0}.rbc-btn-group>button:last-child:not(:first-child){border-bottom-left-radius:0;border-top-left-radius:0}.rbc-rtl .rbc-btn-group>button:first-child:not(:last-child){border-radius:4px;border-bottom-left-radius:0;border-top-left-radius:0}.rbc-rtl .rbc-btn-group>button:last-child:not(:first-child){border-radius:4px;border-bottom-right-radius:0;border-top-right-radius:0}.rbc-btn-group>button:not(:first-child):not(:last-child){border-radius:0}.rbc-btn-group button+button{margin-left:-1px}.rbc-rtl .rbc-btn-group button+button{margin-left:0;margin-right:-1px}.rbc-btn-group+.rbc-btn-group,.rbc-btn-group+button{margin-left:10px}@media (max-width:767px){.rbc-toolbar{flex-direction:column}}.rbc-event{background-color:#3174ad;border-radius:5px;box-shadow:none;box-sizing:border-box;color:#fff;margin:0;padding:2px 5px;text-align:left;width:100%}.rbc-slot-selecting .rbc-event{cursor:inherit;pointer-events:none}.rbc-event.rbc-selected{background-color:#265985}.rbc-event:focus{outline:5px auto #3b99fc}.rbc-event-label{display:block;font-size:80%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.rbc-event-overlaps{box-shadow:-1px 1px 5px 0 #33333380}.rbc-event-continues-prior{border-bottom-left-radius:0;border-top-left-radius:0}.rbc-event-continues-after{border-bottom-right-radius:0;border-top-right-radius:0}.rbc-event-continues-earlier{border-top-left-radius:0;border-top-right-radius:0}.rbc-event-continues-later{border-bottom-left-radius:0;border-bottom-right-radius:0}.rbc-row{display:flex;flex-direction:row}.rbc-row-segment{padding:0 1px 1px}.rbc-row-segment .rbc-event-content{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.rbc-selected-cell{background-color:#0000001a}.rbc-show-more{background-color:#ffffff4d;color:#3174ad;display:block;font-size:85%;font-weight:700;height:auto;line-height:normal;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;z-index:4}.rbc-show-more:focus,.rbc-show-more:hover{color:#265985}.rbc-month-view{border:1px solid #ddd;display:flex;flex:1 0;flex-direction:column;height:100%;position:relative;user-select:none;-webkit-user-select:none;width:100%}.rbc-month-header{display:flex;flex-direction:row}.rbc-month-row{display:flex;flex:1 0;flex-basis:0px;flex-direction:column;height:100%;overflow:hidden;position:relative}.rbc-month-row+.rbc-month-row{border-top:1px solid #ddd}.rbc-date-cell{flex:1 1;min-width:0;padding-right:5px}.rbc-date-cell.rbc-now{font-weight:700}.rbc-date-cell>a,.rbc-date-cell>a:active,.rbc-date-cell>a:visited{color:inherit;text-decoration:none}.rbc-row-bg{bottom:0;display:flex;flex:1 0;flex-direction:row;left:0;overflow:hidden;position:absolute;right:0;right:1px;top:0}.rbc-day-bg{flex:1 0}.rbc-day-bg+.rbc-day-bg{border-left:1px solid #ddd}.rbc-rtl .rbc-day-bg+.rbc-day-bg{border-left-width:0;border-right:1px solid #ddd}.rbc-overlay{background-color:#fff;border:1px solid #e5e5e5;box-shadow:0 5px 15px #00000040;padding:10px;position:absolute;z-index:5}.rbc-overlay>*+*{margin-top:1px}.rbc-overlay-header{border-bottom:1px solid #e5e5e5;margin:-10px -10px 5px;padding:2px 10px}.rbc-agenda-view{display:flex;flex:1 0;flex-direction:column;overflow:auto}.rbc-agenda-view table.rbc-agenda-table{border:1px solid #ddd;border-collapse:collapse;border-spacing:0;width:100%}.rbc-agenda-view table.rbc-agenda-table tbody>tr>td{padding:5px 10px;vertical-align:top}.rbc-agenda-view table.rbc-agenda-table .rbc-agenda-time-cell{padding-left:15px;padding-right:15px;text-transform:lowercase}.rbc-agenda-view table.rbc-agenda-table tbody>tr>td+td{border-left:1px solid #ddd}.rbc-rtl .rbc-agenda-view table.rbc-agenda-table tbody>tr>td+td{border-left-width:0;border-right:1px solid #ddd}.rbc-agenda-view table.rbc-agenda-table tbody>tr+tr{border-top:1px solid #ddd}.rbc-agenda-view table.rbc-agenda-table thead>tr>th{border-bottom:1px solid #ddd;padding:3px 5px;text-align:left}.rbc-rtl .rbc-agenda-view table.rbc-agenda-table thead>tr>th{text-align:right}.rbc-agenda-time-cell{text-transform:lowercase}.rbc-agenda-time-cell .rbc-continues-after:after{content:" »"}.rbc-agenda-time-cell .rbc-continues-prior:before{content:"« "}.rbc-agenda-date-cell,.rbc-agenda-time-cell{white-space:nowrap}.rbc-agenda-event-cell{width:100%}.rbc-time-column{display:flex;flex-direction:column;min-height:100%}.rbc-time-column .rbc-timeslot-group{flex:1 1}.rbc-timeslot-group{border-bottom:1px solid #ddd;display:flex;flex-flow:column nowrap;min-height:40px}.rbc-header-gutter,.rbc-time-gutter{flex:none}.rbc-label{padding:0 5px}.rbc-day-slot{position:relative}.rbc-day-slot .rbc-events-container{bottom:0;left:0;margin-right:10px;position:absolute;right:0;top:0}.rbc-day-slot .rbc-events-container.rbc-rtl{left:10px;right:0}.rbc-day-slot .rbc-background-event,.rbc-day-slot .rbc-event{align-items:flex-start;border:1px solid #265985;display:flex;flex-flow:column wrap;max-height:100%;min-height:20px;overflow:hidden;position:absolute}.rbc-day-slot .rbc-background-event{opacity:.75}.rbc-day-slot .rbc-event-label{flex:none;padding-right:5px;width:auto}.rbc-day-slot .rbc-event-content{word-wrap:break-word;flex:1 1;height:100%;line-height:1;min-height:1em;width:100%}.rbc-day-slot .rbc-time-slot{border-top:1px solid #f7f7f7}.rbc-time-view-resources .rbc-time-gutter,.rbc-time-view-resources .rbc-time-header-gutter{background-color:#fff;border-right:1px solid #ddd;left:0;margin-right:-1px;position:-webkit-sticky;position:sticky;z-index:10}.rbc-time-view-resources .rbc-time-header{overflow:hidden}.rbc-time-view-resources .rbc-time-header-content{flex:1 0;flex-basis:0px;min-width:auto}.rbc-time-view-resources .rbc-time-header-cell-single-day{display:none}.rbc-time-view-resources .rbc-day-slot{min-width:140px}.rbc-time-view-resources .rbc-day-bg,.rbc-time-view-resources .rbc-header{flex:1 1;flex-basis:0px;width:140px}.rbc-time-header-content+.rbc-time-header-content{margin-left:-1px}.rbc-time-slot{flex:1 0}.rbc-time-slot.rbc-now{font-weight:700}.rbc-day-header{text-align:center}.rbc-slot-selection{background-color:#00000080;color:#fff;font-size:75%;padding:3px;position:absolute;width:100%;z-index:10}.rbc-slot-selecting{cursor:move}.rbc-time-view{border:1px solid #ddd;display:flex;flex:1 1;flex-direction:column;min-height:0;width:100%}.rbc-time-view .rbc-time-gutter{text-align:right;white-space:nowrap}.rbc-time-view .rbc-allday-cell{box-sizing:initial;height:100%;position:relative;width:100%}.rbc-time-view .rbc-allday-cell+.rbc-allday-cell{border-left:1px solid #ddd}.rbc-time-view .rbc-allday-events{position:relative;z-index:4}.rbc-time-view .rbc-row{box-sizing:border-box;min-height:20px}.rbc-time-header{display:flex;flex:0 0 auto;flex-direction:row}.rbc-time-header.rbc-overflowing{border-right:1px solid #ddd}.rbc-rtl .rbc-time-header.rbc-overflowing{border-left:1px solid #ddd;border-right-width:0}.rbc-time-header>.rbc-row.rbc-row-resource,.rbc-time-header>.rbc-row:first-child{border-bottom:1px solid #ddd}.rbc-time-header-cell-single-day{display:none}.rbc-time-header-content{border-left:1px solid #ddd;display:flex;flex:1 1;flex-direction:column;min-width:0}.rbc-rtl .rbc-time-header-content{border-left-width:0;border-right:1px solid #ddd}.rbc-time-header-content>.rbc-row.rbc-row-resource{border-bottom:1px solid #ddd;flex-shrink:0}.rbc-time-content{align-items:flex-start;border-top:2px solid #ddd;display:flex;flex:1 0;overflow-y:auto;position:relative;width:100%}.rbc-time-content>.rbc-time-gutter{flex:none}.rbc-time-content>*+*>*{border-left:1px solid #ddd}.rbc-rtl .rbc-time-content>*+*>*{border-left-width:0;border-right:1px solid #ddd}.rbc-time-content>.rbc-day-slot{user-select:none;-webkit-user-select:none;width:100%}.rbc-current-time-indicator{background-color:#74ad31;height:1px;left:0;pointer-events:none;position:absolute;right:0;z-index:3}.rbc-resource-grouping.rbc-time-header-content{display:flex;flex-direction:column}.rbc-resource-grouping .rbc-row .rbc-header{width:141px}.rbc-calendar{align-items:stretch;box-sizing:border-box;display:flex;flex-direction:column;height:100%}.rbc-m-b-negative-3{margin-bottom:-3px}.rbc-h-full{height:100%}.rbc-calendar *,.rbc-calendar :after,.rbc-calendar :before{box-sizing:inherit}.rbc-abs-full{bottom:0;left:0;overflow:hidden;position:absolute;right:0;top:0}.rbc-ellipsis{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.rbc-rtl{direction:rtl}.rbc-off-range{color:#999}.rbc-off-range-bg{background:#e6e6e6}.rbc-header{border-bottom:1px solid #ddd;flex:1 0;font-size:90%;font-weight:700;min-height:0;overflow:hidden;padding:0 3px;text-align:center;text-overflow:ellipsis;vertical-align:middle;white-space:nowrap}.rbc-header+.rbc-header{border-left:1px solid #ddd}.rbc-rtl .rbc-header+.rbc-header{border-left-width:0;border-right:1px solid #ddd}.rbc-header>a,.rbc-header>a:active,.rbc-header>a:visited{color:inherit;text-decoration:none}.rbc-button-link{background:none;border:none;color:inherit;cursor:pointer;margin:0;padding:0;-webkit-user-select:text;user-select:text}.rbc-row-content{position:relative;user-select:none;-webkit-user-select:none;z-index:4}.rbc-row-content-scrollable{display:flex;flex-direction:column;height:100%}.rbc-row-content-scrollable .rbc-row-content-scroll-container{-ms-overflow-style:none;height:100%;overflow-y:scroll;scrollbar-width:none}.rbc-row-content-scrollable .rbc-row-content-scroll-container::-webkit-scrollbar{display:none}.rbc-today{background-color:#eaf6ff}.calendar-view-container{background:#f8f9fa;min-height:100vh;padding:20px}.calendar-header{align-items:center;display:flex;flex-wrap:wrap;gap:15px;justify-content:space-between;margin-bottom:20px}.calendar-header h2{color:#2c3e50;font-size:1.8rem;font-weight:600;margin:0}.calendar-legend{flex-wrap:wrap;gap:15px}.calendar-legend,.legend-item{align-items:center;display:flex}.legend-item{color:#495057;font-size:.9rem;gap:5px}.legend-color{border-radius:3px;display:inline-block;height:16px;width:16px}.calendar-wrapper{background:#fff;border-radius:10px;box-shadow:0 2px 10px #0000001a;overflow:hidden;padding:20px}.rbc-calendar{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.rbc-header{background:#f8f9fa;border-bottom:2px solid #dee2e6;color:#495057;font-weight:600;padding:10px 5px}.rbc-month-view{border:1px solid #dee2e6;border-radius:8px;overflow:hidden}.rbc-date-cell{padding:8px 5px;position:relative;text-align:right}.rbc-date-cell>a{color:#495057;font-weight:500;text-decoration:none}.rbc-date-cell.rbc-off-range{color:#adb5bd}.rbc-today{background-color:#e3f2fd!important;position:relative}.rbc-today:before{background:linear-gradient(135deg,#1976d21a,#1976d20d);bottom:0;content:"";left:0;pointer-events:none;position:absolute;right:0;top:0;z-index:1}.rbc-today .rbc-date-cell>a{color:#1976d2;font-size:1.1em;font-weight:700;position:relative;text-shadow:0 1px 2px #1976d24d;z-index:2}.rbc-date-cell.past-date{background-color:#f8f9fa;opacity:.7}.rbc-date-cell.past-date>a{color:#6c757d!important;font-weight:400}.rbc-date-cell.future-date{background-color:#fff}.rbc-date-cell.future-date>a{color:#2c3e50!important;font-weight:600}.rbc-event.new-publication-event{border:2px solid #ff6b35!important;box-shadow:0 0 12px #ff6b3566!important;position:relative}.rbc-event.new-publication-event:before{align-items:center;animation:starPulse 1.5s infinite;background:#ff6b35;border-radius:50%;color:#fff;content:"★";display:flex;font-size:10px;font-weight:700;height:16px;justify-content:center;position:absolute;right:-2px;top:-2px;width:16px;z-index:10}@keyframes starPulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.8;transform:scale(1.2)}}.rbc-event.new-publication-event:after{animation:dashRotate 3s linear infinite;border:1px dashed #ff6b35;border-radius:4px;bottom:-3px;content:"";left:-3px;opacity:.6;position:absolute;right:-3px;top:-3px}@keyframes dashRotate{0%{border-style:dashed;opacity:.6}50%{border-style:dotted;opacity:.8}to{border-style:dashed;opacity:.6}}.rbc-event.new-publication-event.today-event{animation:pulseGlow 2s infinite,starPulse 1.5s infinite}.rbc-event.new-publication-event.future-event{box-shadow:0 0 12px #ff6b3566,0 4px 16px #0003!important}.rbc-event.new-publication-event.past-event{filter:grayscale(10%);opacity:.8!important}.rbc-event{border:none;border-radius:4px;cursor:pointer;font-size:.85rem;font-weight:500;margin:1px 0;overflow:hidden;padding:2px 6px;position:relative;transition:all .3s ease}.rbc-event:hover{box-shadow:0 4px 12px #00000026;transform:translateY(-1px);z-index:10}.rbc-event.today-event{animation:pulseGlow 2s infinite;border:2px solid #fffc!important;box-shadow:0 0 15px #007bff66!important;font-weight:700!important}@keyframes pulseGlow{0%,to{box-shadow:0 0 15px #007bff66}50%{box-shadow:0 0 25px #007bff99}}.rbc-event.future-event{border:1px solid #fff9!important;box-shadow:0 2px 8px #0000001a!important;font-weight:600!important}.rbc-event.future-event:hover{box-shadow:0 4px 16px #0003!important}.rbc-event.past-event{border:1px solid #ffffff4d!important;filter:grayscale(20%);font-weight:300!important;opacity:.6!important}.rbc-event.past-event:hover{box-shadow:0 2px 8px #0000001a!important;opacity:.8!important;transform:translateY(-1px)}.rbc-event-content{font-weight:500}.rbc-toolbar{border-bottom:1px solid #dee2e6;margin-bottom:20px;padding:15px 0}.rbc-toolbar button{background:#6c757d;border:none;border-radius:5px;color:#fff;cursor:pointer;font-weight:500;margin:0 2px;padding:8px 16px;transition:background-color .2s ease}.rbc-toolbar button:hover{background:#5a6268}.rbc-toolbar button.rbc-active{background:#007bff}.rbc-toolbar button.rbc-active:hover{background:#0056b3}.rbc-toolbar-label{color:#2c3e50;font-size:1.2rem;font-weight:600;margin:0 15px}.calendar-modal-overlay{align-items:center;background:#00000080;bottom:0;display:flex;justify-content:center;left:0;padding:20px;position:fixed;right:0;top:0;z-index:1000}.calendar-modal{animation:modalSlideIn .3s ease-out;background:#fff;border-radius:12px;box-shadow:0 10px 30px #0000004d;max-height:80vh;max-width:800px;overflow:hidden;width:100%}@keyframes modalSlideIn{0%{opacity:0;transform:translateY(-50px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.calendar-modal-header{align-items:center;background:#f8f9fa;border-bottom:1px solid #dee2e6;display:flex;justify-content:space-between;padding:20px 25px}.calendar-modal-header h3{color:#2c3e50;font-size:1.3rem;font-weight:600;margin:0}.calendar-modal-close{align-items:center;background:none;border:none;border-radius:50%;color:#6c757d;cursor:pointer;display:flex;font-size:1.8rem;height:30px;justify-content:center;padding:0;transition:all .2s ease;width:30px}.calendar-modal-close:hover{background:#e9ecef;color:#495057}.calendar-modal-body{max-height:60vh;overflow-y:auto;padding:20px 25px}.no-publications{color:#6c757d;font-style:italic;padding:40px 20px;text-align:center}.publications-list{display:flex;flex-direction:column;gap:15px}.publication-item{background:#fff;border:1px solid #dee2e6;border-radius:8px;cursor:pointer;padding:15px;transition:all .2s ease}.publication-item:hover{border-color:#007bff;box-shadow:0 2px 8px #007bff1a;transform:translateY(-1px)}.publication-header{align-items:flex-start;display:flex;gap:15px;justify-content:space-between;margin-bottom:10px}.publication-title{color:#2c3e50;flex:1 1;font-weight:500;line-height:1.4}.publication-status{border-radius:20px;font-size:.8rem;font-weight:600;letter-spacing:.5px;padding:4px 12px;text-transform:uppercase;white-space:nowrap}.publication-meta{align-items:center;color:#6c757d;display:flex;font-size:.9rem;justify-content:space-between;margin-bottom:10px}.publication-type{font-weight:500}.publication-time{font-family:monospace}.publication-comments-preview,.publication-images-preview{color:#6c757d;display:inline-block;font-size:.85rem;margin-right:15px}@media (max-width:768px){.calendar-view-container{padding:10px 10px 80px}.calendar-header{align-items:center;flex-direction:row;gap:10px;justify-content:space-between;margin-bottom:15px}.calendar-header h2{font-size:1.4rem}.calendar-legend{display:none;gap:10px}.calendar-wrapper{border-radius:8px;box-shadow:none;padding:5px}.rbc-toolbar{flex-direction:row;flex-wrap:wrap;gap:8px;justify-content:center;padding:10px 0}.rbc-toolbar button{flex:1 0 auto;font-size:.85rem;padding:6px 10px}.rbc-toolbar-label{font-size:1rem;margin:5px 0;order:-1;text-align:center;width:100%}.rbc-header{font-size:.8rem;padding:5px 2px;text-transform:uppercase}.rbc-agenda-view table.rbc-agenda-table{border:none}.rbc-agenda-view table.rbc-agenda-table thead{display:none}.rbc-agenda-view table.rbc-agenda-table tbody>tr>td{font-size:.9rem;padding:10px 5px}.rbc-agenda-date-cell{color:#1a3b5d;font-weight:700}.rbc-agenda-event-cell{font-weight:500}.calendar-modal{border-radius:0;display:flex;flex-direction:column;height:100%;margin:0;max-height:100%;width:100%}.calendar-modal-body{flex:1 1;overflow-y:auto}}@media (max-width:480px){.calendar-wrapper{padding:5px}.rbc-event{font-size:.75rem;padding:1px 4px}.calendar-modal{margin:5px}.publication-item{padding:12px}}.rbc-event.has-notes{box-shadow:0 0 0 2px #ff6b35!important}.rbc-event.solo-notas{background-color:#ff6b35!important;border-color:#ff6b35!important}.notes-section{border-top:1px solid #e0e0e0;margin-top:20px;padding-top:15px}.notes-section h4{color:#333;font-size:16px;font-weight:600;margin-bottom:15px}.notes-list{margin-bottom:15px;max-height:300px;overflow-y:auto}.note-item{background-color:#f8f9fa;border:1px solid #e9ecef;border-radius:8px;margin-bottom:10px;padding:12px;transition:all .3s ease}.note-item:hover{background:#e9ecef;box-shadow:0 2px 8px #0000001a;transform:translateY(-1px)}.note-item.note-nueva{animation:pulseNew 2s infinite;background:linear-gradient(135deg,#fff3cd,#ffeaa7);border:2px solid #f39c12;cursor:pointer}.note-item.note-nueva:hover{background:linear-gradient(135deg,#ffeaa7,#fdcb6e);box-shadow:0 4px 15px #f39c124d;transform:translateY(-2px)}@keyframes pulseNew{0%{box-shadow:0 0 0 0 #f39c1266}70%{box-shadow:0 0 0 10px #f39c1200}to{box-shadow:0 0 0 0 #f39c1200}}.note-item h5{color:#2c3e50;font-size:14px;font-weight:600;margin:0 0 8px}.note-header{align-items:center;display:flex;flex-wrap:wrap;gap:8px;justify-content:space-between;margin-bottom:8px}.note-badge-nuevo{animation:bounce 1s infinite;background:linear-gradient(135deg,#e74c3c,#c0392b);border-radius:12px;box-shadow:0 2px 4px #e74c3c4d;color:#fff;font-size:10px;font-weight:700;letter-spacing:.5px;padding:2px 8px;text-transform:uppercase}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-3px)}60%{transform:translateY(-2px)}}.note-author{color:#6c757d;display:block;font-size:12px;font-style:italic;margin-bottom:8px}.note-item p{color:#495057;font-size:13px;line-height:1.4;margin:8px 0 0}.note-description{color:#495057;line-height:1.4;margin-bottom:8px}.note-date{color:#868e96;font-size:11px;margin-top:8px;text-align:right}.note-form{border-top:1px solid #e0e0e0;margin-top:15px;padding-top:15px}.note-form .form-group{margin-bottom:15px}.note-form label{color:#333;display:block;font-size:14px;font-weight:500;margin-bottom:5px}.note-form input,.note-form textarea{border:1px solid #ddd;border-radius:4px;font-size:14px;padding:8px 12px;transition:border-color .2s ease;width:100%}.note-form input:focus,.note-form textarea:focus{border-color:#007bff;box-shadow:0 0 0 2px #007bff40;outline:none}.note-form textarea{min-height:80px;resize:vertical}.success-message{align-items:center;animation:fadeIn .3s ease;background-color:#d4edda;border:1px solid #c3e6cb;border-radius:4px;color:#155724;display:flex;font-size:14px;margin-bottom:15px;padding:10px 15px}.success-message:before{content:"✓";font-size:16px;font-weight:700;margin-right:8px}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.form-actions{border-top:1px solid #e2e8f0;display:flex;gap:12px;justify-content:flex-end;margin-top:20px;padding-top:15px}.form-actions button{align-items:center;border:none;border-radius:6px;cursor:pointer;display:inline-flex;font-size:14px;font-weight:600;gap:6px;justify-content:center;min-width:100px;padding:10px 20px;transition:all .3s ease}.form-actions button:disabled{cursor:not-allowed;opacity:.6;transform:none!important}.form-actions button[type=button]:first-child{background-color:#6c757d;color:#fff}.form-actions button[type=button]:first-child:hover:not(:disabled){background-color:#5a6268;box-shadow:0 2px 8px #6c757d4d;transform:translateY(-1px)}.form-actions button:last-child,.form-actions button[type=submit]{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.form-actions button:last-child:hover:not(:disabled),.form-actions button[type=submit]:hover:not(:disabled){box-shadow:0 4px 15px #667eea66;transform:translateY(-1px)}.notes-section button{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:13px;font-weight:600;margin-bottom:15px;padding:8px 16px;transition:all .3s ease}.notes-section button:hover{box-shadow:0 3px 12px #667eea66;transform:translateY(-1px)}.add-note-btn{border-radius:5px;font-size:12px;margin-right:8px;padding:6px 12px}.add-note-btn:hover{box-shadow:0 3px 10px #667eea66;transform:translateY(-1px)}.calendar-modal-actions{align-items:center;display:flex;gap:8px}.new-notes-event{animation:pulseNewNotes 2s infinite;position:relative}.new-notes-event:after{animation:bounce 1s infinite;content:"🔴";font-size:12px;position:absolute;right:-5px;top:-5px}@keyframes pulseNewNotes{0%{box-shadow:0 0 0 0 #e74c3c66}70%{box-shadow:0 0 0 10px #e74c3c00}to{box-shadow:0 0 0 0 #e74c3c00}}.note-item.note-expanded{background:#fff;border:2px solid #667eea;box-shadow:0 4px 16px #667eea33}.note-main-content{cursor:pointer}.note-footer{align-items:center;border-top:1px solid #e9ecef;display:flex;flex-wrap:wrap;gap:8px;justify-content:space-between;margin-top:12px;padding-top:8px}.note-replies-count{background:#f0f4ff;border-radius:12px;color:#667eea;font-size:12px;font-weight:600;padding:4px 10px}.btn-toggle-replies{background:#667eea;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:12px;font-weight:600;padding:6px 14px;transition:all .3s ease}.btn-toggle-replies:hover{background:#5568d3;box-shadow:0 2px 8px #667eea4d;transform:translateY(-1px)}.note-replies-section{animation:slideDown .3s ease-out;background:#f8f9fa;border:1px solid #e9ecef;border-radius:8px;margin-top:16px;padding:16px}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.replies-list{margin-bottom:16px;max-height:300px;overflow-y:auto}.reply-item{background:#fff;border:1px solid #e9ecef;border-radius:6px;margin-bottom:10px;padding:12px;transition:all .2s ease}.reply-item:hover{border-color:#667eea;box-shadow:0 2px 8px #667eea1a}.reply-header{align-items:center;display:flex;flex-wrap:wrap;gap:8px;justify-content:space-between;margin-bottom:8px}.reply-header strong{color:#2c3e50;font-size:13px}.reply-date{color:#868e96;font-size:11px}.reply-text{color:#495057;font-size:13px;line-height:1.5;white-space:pre-wrap}.reply-form{display:flex;flex-direction:column;gap:10px}.reply-form textarea{border:1px solid #dee2e6;border-radius:6px;font-family:inherit;font-size:13px;padding:10px;resize:vertical;transition:all .2s ease;width:100%}.reply-form textarea:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a;outline:none}.btn-send-reply{align-self:flex-end;background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:13px;font-weight:600;padding:8px 20px;transition:all .3s ease}.btn-send-reply:hover:not(:disabled){box-shadow:0 4px 12px #667eea66;transform:translateY(-2px)}.btn-send-reply:disabled{cursor:not-allowed;opacity:.6}.add-note-btn{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:14px;font-weight:600;padding:8px 16px;transition:all .3s ease}.add-note-btn:hover{box-shadow:0 4px 12px #667eea66;transform:translateY(-2px)}.calendar-modal{border:1px solid #ffffff1a!important;border-radius:16px!important;box-shadow:0 25px 50px -12px #00000040!important;overflow:hidden!important}.calendar-modal-header{background:#fff!important;border-bottom:1px solid #f1f5f9!important;padding:24px 32px!important}.calendar-modal-header h3{color:#1e293b!important;font-size:20px!important;font-weight:700!important;letter-spacing:-.025em!important}.notes-list{background-color:#f8fafc!important;padding:24px 32px!important}.note-item-expanded{background:#fff!important;border:1px solid #e2e8f0!important;border-radius:12px!important;box-shadow:0 1px 3px #00000005!important;margin-bottom:24px!important;padding:24px!important;transition:transform .2s ease,box-shadow .2s ease!important}.note-item-expanded:hover{border-color:#cbd5e1!important;box-shadow:0 10px 15px -3px #0000000d!important;transform:translateY(-2px)!important}.note-header{margin-bottom:16px!important}.note-header strong{color:#0f172a!important;display:block;font-size:18px!important;font-weight:700!important;margin-bottom:4px}.note-author{color:#64748b!important;font-size:13px!important;font-weight:500!important}.note-description{color:#334155!important;font-size:15px!important;line-height:1.6!important;margin-bottom:20px!important}.note-footer-simple{border-top:1px solid #f1f5f9!important;margin-top:0!important;padding-top:16px!important}.note-date{color:#94a3b8!important;font-size:12px!important;font-weight:600!important}.note-badge-nuevo{background-color:#3b82f6!important;border-radius:6px!important;color:#fff!important;font-size:11px!important;letter-spacing:.05em!important;padding:4px 8px!important}.note-replies-section-always-visible{background-color:#f8fafc!important;border-bottom-left-radius:12px!important;border-bottom-right-radius:12px!important;border-top:1px solid #e2e8f0!important;margin:16px -24px -24px!important;padding:24px!important}.replies-header{color:#475569!important;font-size:13px!important;font-weight:700!important;letter-spacing:.05em!important;margin-bottom:16px!important;text-transform:uppercase!important}.reply-item{background:#fff!important;border:1px solid #e2e8f0!important;border-radius:8px!important;box-shadow:0 1px 2px #00000005!important;margin-bottom:12px!important;padding:16px!important}.reply-header strong{color:#334155!important;font-size:14px!important}.reply-text{color:#475569!important;font-size:14px!important;margin-top:8px!important}.reply-form{margin-top:20px!important}.reply-form-header{color:#475569!important;font-size:13px!important;font-weight:600!important;margin-bottom:8px!important}.reply-form textarea{background-color:#fff!important;border:2px solid #e2e8f0!important;border-radius:8px!important;padding:12px!important;transition:all .2s!important}.reply-form textarea:focus{border-color:#3b82f6!important;box-shadow:0 0 0 3px #3b82f61a!important}.btn-send-reply{background-color:#3b82f6!important;border-radius:8px!important;color:#fff!important;font-weight:600!important;margin-top:12px!important;padding:10px 20px!important}.btn-send-reply:hover:not(:disabled){background-color:#2563eb!important;transform:translateY(-1px)!important}.note-modal-header-enhanced{background:linear-gradient(135deg,#1e293b,#0f172a)!important;color:#fff!important;padding:32px!important}.form-input-enhanced,.form-textarea-enhanced{background-color:#f8fafc!important;border:2px solid #e2e8f0!important;border-radius:8px!important;color:#1e293b!important;padding:16px!important}.form-input-enhanced:focus,.form-textarea-enhanced:focus{border-color:#3b82f6!important}.form-label-enhanced{color:#334155!important;margin-bottom:8px!important}.btn-save-enhanced{background-color:#3b82f6!important;font-size:15px!important;letter-spacing:.01em!important;padding:14px 28px!important}.note-modal-large{background-color:#fff!important;border:none!important;border-radius:20px!important;box-shadow:0 25px 50px -12px #00000040!important;overflow:hidden!important}.note-modal-header-enhanced{padding:40px 40px 20px!important}.note-modal-header-enhanced h3{color:#1a202c!important;font-size:28px!important;font-weight:800!important;letter-spacing:-.03em!important;margin-bottom:8px!important}.note-modal-date{color:#718096!important;font-size:16px!important;font-weight:500!important}.note-modal-body-enhanced{padding:20px 40px 40px!important}.note-form-enhanced{gap:32px!important}.form-group-enhanced{gap:12px!important}.form-label-enhanced{align-items:center!important;color:#2d3748!important;display:flex!important;font-size:15px!important;font-weight:700!important;letter-spacing:.01em!important;margin-bottom:4px!important}.label-required{color:#e53e3e!important;margin-left:4px!important}.form-input-enhanced,.form-textarea-enhanced{background-color:#f7fafc!important;border:1px solid #e2e8f0!important;border-radius:12px!important;color:#2d3748!important;font-size:16px!important;padding:18px 20px!important;width:100%!important}.form-input-enhanced:focus,.form-textarea-enhanced:focus{background-color:#fff!important;border-color:#4299e1!important;box-shadow:0 0 0 4px #4299e126!important;transform:translateY(-1px)!important}.form-input-enhanced::placeholder,.form-textarea-enhanced::placeholder{color:#a0aec0!important}.char-counter{color:#cbd5e0!important;font-size:12px!important;font-weight:500!important;margin-top:6px!important}.form-actions-enhanced{border-top:1px solid #edf2f7!important;gap:16px!important;margin-top:16px!important;padding-top:32px!important}.btn-cancel-enhanced{background-color:#fff!important;border:1px solid #e2e8f0!important;border-radius:10px!important;color:#718096!important;font-weight:600!important;padding:14px 24px!important}.btn-cancel-enhanced:hover{background-color:#f7fafc!important;color:#4a5568!important}.btn-save-enhanced{background-color:#3182ce!important;border-radius:10px!important;box-shadow:0 4px 6px -1px #3182ce33!important;font-weight:700!important;padding:14px 32px!important}.btn-save-enhanced:hover{background-color:#2b6cb0!important;box-shadow:0 6px 10px -2px #3182ce40!important;transform:translateY(-1px)!important}.calendar-modal-close{align-items:center!important;background:#f7fafc!important;border-radius:50%!important;color:#a0aec0!important;display:flex!important;height:36px!important;justify-content:center!important;transition:all .2s!important;width:36px!important}.calendar-modal-close:hover{background:#edf2f7!important;color:#ea4d4d!important;transform:rotate(90deg)!important}.notes-layout-container{background:#fff!important;border:1px solid #e2e8f0!important;border-radius:12px!important;height:600px!important;max-height:calc(90vh - 150px)!important}.notes-sidebar{background-color:#f8fafc!important;border-right:1px solid #e2e8f0!important;display:flex!important;flex-direction:column!important}.notes-sidebar h4{background:#fff!important;border-bottom:1px solid #e2e8f0!important;color:#1e293b!important;font-size:16px!important;font-weight:700!important;margin:0!important;padding:20px!important}.notes-sidebar-list{flex:1 1!important;overflow-y:auto!important;padding:12px!important}.note-sidebar-item{background:#fff!important;border:1px solid #0000!important;border-radius:8px!important;cursor:pointer!important;margin-bottom:8px!important;padding:16px!important;transition:all .2s ease!important}.note-sidebar-item:hover{background-color:#f1f5f9!important;transform:translateY(-1px)!important}.note-sidebar-item.selected{background-color:#fff!important;border-color:#3b82f6!important;box-shadow:0 4px 6px -1px #3b82f61a!important}.note-sidebar-item.selected .note-sidebar-title{color:#2563eb!important}.note-sidebar-title{color:#334155!important;font-size:14px!important;font-weight:600!important;line-height:1.4!important;margin-bottom:6px!important}.note-sidebar-meta{align-items:center!important;color:#94a3b8!important;display:flex!important;font-size:12px!important;justify-content:space-between!important}.note-badge-nuevo-mini{background:#3b82f6!important;border-radius:4px!important;color:#fff!important;display:inline-block!important;font-size:10px!important;margin-top:6px!important;padding:2px 6px!important}.note-sidebar-meta .note-badge-nuevo-mini{margin-top:0!important}.note-type-badge{align-items:center!important;border-radius:999px!important;display:inline-flex!important;font-size:11px!important;font-weight:700!important;gap:6px!important;line-height:1!important;padding:3px 8px!important;white-space:nowrap!important}.note-type-efemeride{background:#ede9fe!important;color:#5b21b6!important}.note-type-feriado{background:#fee2e2!important;color:#b91c1c!important}.note-type-solicitud{background:#ccfbf1!important;color:#0f766e!important}.note-type-pendiente{background:#fef3c7!important;color:#92400e!important}.notes-content-area{background:#fff!important;padding:32px!important}.note-detail-header{border-bottom:1px solid #e2e8f0!important;margin-bottom:24px!important;padding-bottom:16px!important}.note-detail-title-row{align-items:flex-start!important;display:flex!important;gap:16px!important;justify-content:space-between!important;margin-bottom:8px!important}.note-detail-title-row h2{color:#1e293b!important;font-size:24px!important;font-weight:800!important;line-height:1.2!important;margin:0!important}.note-detail-date{background:#f1f5f9!important;border-radius:6px!important;color:#64748b!important;font-size:13px!important;padding:4px 8px!important;white-space:nowrap!important}.note-detail-meta{align-items:center!important;display:flex!important;flex-wrap:wrap!important;gap:12px!important;justify-content:space-between!important}.note-detail-author{color:#64748b!important;font-size:14px!important}.note-detail-actions{align-items:center!important;display:inline-flex!important;flex-wrap:wrap!important;gap:10px!important}.note-action-btn{background:#fff!important;border:1px solid #e5e7eb!important;border-radius:10px!important;color:#111827!important;cursor:pointer!important;font-size:12px!important;font-weight:700!important;padding:6px 10px!important;transition:all .2s ease!important}.note-action-btn:hover{background:#f9fafb!important;border-color:#d1d5db!important}.note-action-edit{background:#6366f10f!important;border-color:#6366f159!important;color:#4338ca!important}.note-action-delete{background:#ef44440f!important;border-color:#ef444459!important;color:#b91c1c!important}.note-detail-description{color:#334155!important;font-size:16px!important;line-height:1.7!important;margin-bottom:32px!important}.note-detail-replies-section{background:#f8fafc!important;border:1px solid #e2e8f0!important;border-radius:12px!important;padding:24px!important}.notes-empty-selection{align-items:center!important;color:#94a3b8!important;display:flex!important;font-size:16px!important;font-weight:500!important;height:100%!important;justify-content:center!important}.no-replies-message{color:#94a3b8!important;font-size:14px!important;font-style:italic!important;padding:20px!important;text-align:center!important}@media (max-width:768px){.notes-layout-container{flex-direction:column!important;height:auto!important;max-height:85vh!important}.notes-sidebar{border-bottom:1px solid #e2e8f0!important;border-right:none!important;height:150px!important;width:100%!important}.notes-content-area{height:400px!important}}.calendar-modal{max-width:1400px!important;width:95vw!important}@media (min-width:1600px){.calendar-modal{max-width:1600px!important}}.calendar-modal-body{height:calc(100% - 70px)!important}.notes-layout-container{max-height:none!important}.notes-content-area,.notes-sidebar-list{overflow-y:auto!important;scrollbar-color:#cbd5e1 #0000;scrollbar-width:thin}.calendar-modal-header{flex-shrink:0!important}@media (max-width:768px){.calendar-modal{height:95vh!important}.calendar-modal-body{display:block!important;overflow-y:auto!important}.notes-layout-container{height:auto!important;overflow:visible!important}.notes-sidebar{border-bottom:2px solid #e2e8f0!important;height:auto!important}.notes-sidebar,.notes-sidebar-list{max-height:200px!important}.notes-content-area{height:auto!important;overflow:visible!important}}.notes-layout-container{flex:1 1!important}.calendar-modal-body{flex:1 1!important;padding-bottom:0!important}.calendar-modal-header{flex:0 0 auto!important}.notes-content-area,.notes-sidebar,.notes-sidebar-list{height:100%!important}.notes-sidebar-list{padding-bottom:20px!important}.calendar-modal *{box-sizing:border-box!important}.notes-layout-container{border:none!important;border-radius:0!important;flex:1 1 auto!important;height:auto!important;margin:0!important;overflow:hidden!important;width:100%!important}.notes-content-area,.notes-sidebar{align-self:stretch!important;flex:1 1!important;height:auto!important;max-height:none!important;overflow-y:auto!important}.notes-sidebar{flex:0 0 300px!important;width:300px!important}.calendar-modal-body{display:flex!important;flex:1 1 auto!important;flex-direction:column!important;height:auto!important;min-height:0!important;overflow:hidden!important;padding:0!important}.calendar-modal{display:flex!important;flex-direction:column!important;height:90vh!important;max-height:900px!important}@media (max-width:768px){.notes-layout-container{flex-direction:column!important}.notes-sidebar{flex:0 0 auto!important;height:200px!important;width:100%!important}.notes-content-area{flex:1 1 auto!important;height:auto!important}}.notes-content-area{display:block!important;flex:1 1!important;height:100%!important;min-height:100%!important;overflow-y:auto!important}.notes-layout-container{align-items:stretch!important;display:flex!important;flex-direction:row!important;height:100%!important;min-height:0!important}.note-detail-view{min-height:100%!important}.note-detail-replies-section{margin-top:auto!important}@media (max-width:768px){.notes-layout-container{flex-direction:column!important}.calendar-view-container{padding:10px!important}.calendar-header{align-items:flex-start!important;flex-direction:column!important;gap:10px!important}.calendar-header h2{font-size:1.5rem!important}.calendar-legend{overflow-x:auto!important;padding-bottom:5px!important;white-space:nowrap!important;width:100%!important}.rbc-toolbar{flex-direction:column!important;gap:10px!important;height:auto!important;margin-bottom:15px!important}.rbc-toolbar-label{font-size:1.1rem!important;font-weight:700!important;margin:5px 0!important}.rbc-btn-group{display:flex!important;justify-content:center!important;width:100%!important}.rbc-btn-group button{flex:1 1!important;font-size:.9rem!important;padding:8px 5px!important}.calendar-modal{border-radius:12px!important;height:95vh!important;max-height:95vh!important;width:98vw!important}.calendar-modal-header{padding:15px!important}.calendar-modal-header h3{font-size:18px!important}.notes-layout-container{flex-direction:column!important}.notes-sidebar{border-bottom:1px solid #e2e8f0!important;border-right:none!important;flex:0 0 180px!important;height:180px!important;width:100%!important}.notes-content-area{padding:15px!important}.note-detail-title-row h2{font-size:20px!important}.note-modal-header-enhanced{padding:20px!important}.note-modal-header-enhanced h3{font-size:22px!important}.note-modal-body-enhanced{padding:20px!important}.note-form-enhanced{gap:20px!important}.form-actions-enhanced{flex-direction:column-reverse!important;gap:12px!important}.btn-cancel-enhanced,.btn-save-enhanced{padding:16px!important;width:100%!important}}@media (max-width:480px){.rbc-toolbar button{font-size:.8rem!important;padding:6px 4px!important}.note-sidebar-item{padding:12px!important}}@media (max-width:768px){.calendar-wrapper{background:#0000!important;border-radius:0!important;box-shadow:none!important;margin:0!important;padding:0!important}.rbc-toolbar .rbc-btn-group:last-child{display:none!important}.rbc-toolbar{padding:10px 0!important}.rbc-calendar{width:100%!important}.rbc-month-view{font-size:.85rem!important}.rbc-date-cell{padding:2px!important}.rbc-event{font-size:.75rem!important;padding:2px 4px!important}}@media (max-width:480px){.calendar-view-container{padding:5px!important}.rbc-month-view{font-size:.75rem!important}.rbc-header{font-size:.8rem!important;padding:5px 2px!important}}@media (max-width:768px){.calendar-modal-header{background:#fff!important;border-bottom:2px solid #e2e8f0!important;padding:12px 15px!important;position:-webkit-sticky!important;position:sticky!important;top:0!important;z-index:10!important}.calendar-modal-header h3{font-size:16px!important;margin:0!important}.calendar-modal-close{align-items:center!important;display:flex!important;font-size:24px!important;height:40px!important;justify-content:center!important;width:40px!important}.notes-sidebar{flex:0 0 auto!important;height:auto!important;max-height:none!important;padding:0!important}.notes-sidebar h4{background:#f8fafc!important;font-size:14px!important;margin:0!important;padding:12px 15px!important}.notes-sidebar-list{-webkit-overflow-scrolling:touch!important;background:#f8fafc!important;display:flex!important;flex-direction:row!important;gap:10px!important;overflow-x:auto!important;overflow-y:hidden!important;padding:10px 15px!important}.note-sidebar-item{background:#fff!important;border:2px solid #e2e8f0!important;border-radius:12px!important;box-shadow:0 2px 4px #0000000d!important;flex:0 0 auto!important;margin-bottom:0!important;min-height:80px!important;padding:12px!important;width:200px!important}.note-sidebar-item.selected{background:#eff6ff!important;border-color:#3b82f6!important;box-shadow:0 4px 8px #3b82f633!important}.note-sidebar-title{-webkit-line-clamp:2!important;line-clamp:2!important;-webkit-box-orient:vertical!important;display:-webkit-box!important;font-size:13px!important;line-height:1.3!important;overflow:hidden!important}.note-sidebar-meta{font-size:11px!important;margin-top:6px!important}.notes-content-area{padding:20px 15px!important}.note-detail-header{margin-bottom:16px!important;padding-bottom:12px!important}.note-detail-title-row{align-items:flex-start!important;flex-direction:column!important;gap:8px!important}.note-detail-title-row h2{font-size:18px!important;line-height:1.3!important}.note-detail-date{align-self:flex-start!important}.note-detail-description{font-size:15px!important;line-height:1.6!important;margin-bottom:20px!important}.note-detail-replies-section{border-radius:8px!important;padding:15px!important}.replies-header{font-size:13px!important;margin-bottom:12px!important}.reply-item{margin-bottom:10px!important;padding:12px!important}.reply-header{align-items:flex-start!important;flex-direction:column!important;gap:4px!important}.reply-text{font-size:14px!important;margin-top:6px!important}.reply-form{margin-top:15px!important}.reply-form textarea{font-size:16px!important;min-height:100px!important;padding:14px!important}.btn-send-reply{font-size:15px!important;margin-top:10px!important;padding:14px!important;width:100%!important}.notes-empty-selection{font-size:14px!important;padding:40px 20px!important;text-align:center!important}.no-replies-message{font-size:13px!important;padding:30px 15px!important}}@media (max-width:480px){.note-sidebar-item{min-height:70px!important;padding:10px!important;width:160px!important}.note-detail-title-row h2{font-size:16px!important}.note-detail-description{font-size:14px!important}}@media (max-width:768px){.notes-content-area{-webkit-overflow-scrolling:touch!important;overflow-y:auto!important;padding-bottom:30px!important}.note-detail-replies-section{margin-bottom:20px!important}.reply-form{padding-bottom:10px!important}.notes-layout-container{max-height:calc(95vh - 60px)!important}.notes-sidebar{flex:0 0 auto!important;max-height:140px!important}.notes-content-area{flex:1 1 auto!important;min-height:0!important}}@media (max-width:480px){.notes-sidebar{max-height:120px!important}.notes-content-area{padding-bottom:40px!important}}@media (max-width:768px){.calendar-modal{height:98vh!important;margin:1vh auto!important;max-height:98vh!important}.calendar-modal-body{overflow:hidden!important}.calendar-modal-body,.notes-layout-container{display:flex!important;flex:1 1!important;flex-direction:column!important}.notes-layout-container{height:100%!important;max-height:none!important}.notes-sidebar{flex:0 0 auto!important;height:auto!important;max-height:130px!important}.notes-content-area{flex:1 1 auto!important;height:auto!important;min-height:0!important;overflow-y:auto!important}.note-detail-view,.notes-content-area{display:flex!important;flex-direction:column!important}.note-detail-view{min-height:100%!important}.note-detail-replies-section{margin-top:auto!important}.calendar-modal-overlay{align-items:stretch!important;justify-content:stretch!important;padding:0!important}.calendar-modal{border-radius:0!important;display:flex!important;flex-direction:column!important;height:100%!important;margin:0!important;max-height:100%!important;max-width:100%!important;width:100%!important}.calendar-modal-header{flex:0 0 auto!important}.calendar-modal-body{display:flex!important;flex:1 1!important;flex-direction:column!important}.calendar-modal-body,.notes-layout-container{min-height:0!important;overflow:hidden!important}.notes-layout-container{flex:1 1!important;height:100%!important;max-height:100%!important}.notes-sidebar{flex:0 0 130px!important;height:130px!important;max-height:130px!important;min-height:130px!important;overflow:hidden!important}.notes-content-area{flex:1 1!important;height:auto!important;min-height:0!important;overflow-y:auto!important}.calendar-modal-body>.notes-layout-container{bottom:0!important;height:100%!important;left:0!important;position:absolute!important;right:0!important;top:0!important}.calendar-modal-body{margin:0!important;padding:0!important;position:relative!important}.notes-layout-container{display:flex!important;flex-direction:column!important}.notes-sidebar{flex-shrink:0!important}.notes-content-area{bottom:0!important;height:auto!important;left:0!important;overflow-y:auto!important;position:absolute!important;right:0!important;top:130px!important}.calendar-modal-body>.notes-layout-container,.notes-content-area,.notes-layout-container,.notes-sidebar{bottom:auto!important;left:auto!important;position:static!important;right:auto!important;top:auto!important}.calendar-modal{border-radius:0!important;display:flex!important;flex-direction:column!important;height:100vh!important;left:0!important;margin:0!important;max-height:100vh!important;max-width:100vw!important;position:fixed!important;top:0!important;width:100vw!important}.calendar-modal-header{flex:0 0 auto!important}.calendar-modal-body{padding:0!important}.calendar-modal-body,.notes-layout-container{display:flex!important;flex:1 1!important;flex-direction:column!important;min-height:0!important;overflow:hidden!important}.notes-layout-container{height:auto!important;max-height:none!important}.notes-sidebar{border-bottom:1px solid #e2e8f0!important;border-right:none!important;flex:0 0 auto!important;max-height:130px!important;min-height:auto!important;overflow:hidden!important}.notes-content-area,.notes-sidebar{height:auto!important;width:100%!important}.notes-content-area{-webkit-overflow-scrolling:touch!important;flex:1 1!important;min-height:0!important;overflow-y:auto!important}.notes-layout-container>*{width:100%!important}.note-detail-view{display:flex!important;flex-direction:column!important;height:100%!important;min-height:100%!important}.note-detail-description,.note-detail-header{flex:0 0 auto!important}.note-detail-replies-section{display:flex!important;flex:1 1!important;flex-direction:column!important;min-height:0!important;overflow-y:auto!important}.replies-list{flex:1 1!important;overflow-y:auto!important}.reply-form{flex:0 0 auto!important;margin-top:auto!important}.notes-content-area{display:flex!important;flex-direction:column!important}}.note-detail-view{display:flex!important;flex-direction:column!important;height:100%!important}.note-detail-replies-section{display:flex!important;flex:1 1!important;flex-direction:column!important}@media (max-width:768px){.calendar-modal-body,.note-detail-view,.notes-content-area,.notes-layout-container{height:100%!important;min-height:100%!important}.notes-content-area{flex:1 1!important;height:auto!important;min-height:0!important;overflow-y:auto!important}.note-detail-view{min-height:calc(100vh - 300px)!important}.note-detail-replies-section{flex:1 1!important;min-height:200px!important}}.note-detail-replies-section{height:auto!important}@media (max-width:768px){.notes-content-area{-webkit-overflow-scrolling:touch!important;overflow-y:auto!important}.note-detail-replies-section,.note-detail-view,.replies-list{height:auto!important;max-height:none!important;min-height:auto!important;overflow:visible!important;overflow-y:visible!important}.note-detail-replies-section,.note-detail-view,.replies-list{display:block!important}}.note-detail-replies-section,.note-detail-view,.replies-list{max-height:none!important;overflow:visible!important}.note-modal-large{background:#fff!important;border-radius:16px!important;box-shadow:0 25px 50px -12px #00000026!important;max-width:600px!important}.note-modal-header-enhanced{background:#fff!important;border-bottom:none!important;padding:32px 32px 24px!important}.note-modal-header-enhanced h3{color:#111827!important;font-size:24px!important;font-weight:700!important;letter-spacing:-.025em!important;margin:0 0 4px!important}.note-modal-date{color:#6b7280!important;font-size:14px!important;font-weight:400!important;margin:0!important}.note-modal-body-enhanced{background:#fff!important;padding:0 32px 32px!important}.calendar-modal.note-modal-large{display:flex!important;flex-direction:column!important;max-height:90vh!important;overflow:hidden!important}.calendar-modal.note-modal-large .calendar-modal-body.note-modal-body-enhanced{flex:1 1 auto!important;min-height:0!important;overflow-y:auto!important;padding:0 32px 32px!important}@media (max-width:768px){.calendar-modal.note-modal-large{max-height:95vh!important}.calendar-modal.note-modal-large .calendar-modal-body.note-modal-body-enhanced{padding:0 16px 20px!important}}.note-form-enhanced{display:flex!important;flex-direction:column!important;gap:24px!important}.note-type-options{display:flex!important;flex-wrap:wrap!important;gap:10px!important}.note-type-option{background:#f9fafb!important;border:1px solid #e5e7eb!important;border-radius:10px!important;color:#111827!important;cursor:pointer!important;flex:1 1 160px!important;font-size:14px!important;font-weight:700!important;padding:12px 14px!important;transition:all .2s ease!important}.note-type-option:hover:not(:disabled){background:#fff!important;border-color:#d1d5db!important}.note-type-option:disabled{cursor:not-allowed!important;opacity:.7!important}.note-type-option.selected{background:#fff!important;border-color:#6366f1!important;box-shadow:0 0 0 3px #6366f11f!important}.note-type-option-efemeride.selected{border-color:#7c3aed!important;box-shadow:0 0 0 3px #7c3aed1f!important}.note-type-option-feriado.selected{border-color:#b91c1c!important;box-shadow:0 0 0 3px #b91c1c1f!important}.note-type-option-solicitud.selected{border-color:#0f766e!important;box-shadow:0 0 0 3px #0f766e1f!important}.note-type-option-pendiente.selected{border-color:#b45309!important;box-shadow:0 0 0 3px #b453091f!important}.form-group-enhanced{display:flex!important;flex-direction:column!important;gap:8px!important}.form-label-enhanced{color:#374151!important;font-size:13px!important;font-weight:600!important;letter-spacing:.05em!important;text-transform:uppercase!important}.label-required{color:#ef4444!important;margin-left:2px!important}.form-input-enhanced,.form-textarea-enhanced{background:#f9fafb!important;border:1px solid #e5e7eb!important;border-radius:10px!important;color:#111827!important;font-size:15px!important;padding:14px 16px!important;transition:all .2s ease!important}.form-input-enhanced:focus,.form-textarea-enhanced:focus{background:#fff!important;border-color:#6366f1!important;box-shadow:0 0 0 3px #6366f11a!important;outline:none!important}.char-counter,.form-input-enhanced::placeholder,.form-textarea-enhanced::placeholder{color:#9ca3af!important}.char-counter{font-size:11px!important;margin-top:4px!important;text-align:right!important}.form-actions-enhanced{border-top:1px solid #f3f4f6!important;display:flex!important;gap:12px!important;justify-content:flex-end!important;margin-top:8px!important;padding-top:24px!important}.btn-cancel-enhanced{background:#0000!important;border:1px solid #e5e7eb!important;border-radius:8px!important;color:#6b7280!important;cursor:pointer!important;font-size:14px!important;font-weight:500!important;padding:12px 24px!important;transition:all .2s!important}.btn-cancel-enhanced:hover{background:#f9fafb!important;border-color:#d1d5db!important}.btn-save-enhanced{background:#111827!important;border:none!important;border-radius:8px!important;color:#fff!important;cursor:pointer!important;font-size:14px!important;font-weight:600!important;padding:12px 28px!important;transition:all .2s!important}.btn-save-enhanced:hover:not(:disabled){background:#1f2937!important;transform:translateY(-1px)!important}.btn-save-enhanced:disabled{cursor:not-allowed!important;opacity:.5!important}.success-message-enhanced{align-items:center!important;background:#ecfdf5!important;border:1px solid #a7f3d0!important;border-radius:10px!important;display:flex!important;gap:16px!important;margin-bottom:24px!important;padding:16px 20px!important}.success-icon{background:#10b981!important;border-radius:50%!important;color:#fff!important;font-size:18px!important;font-weight:700!important;height:36px!important;width:36px!important}.note-modal-header-enhanced .calendar-modal-close,.success-icon{align-items:center!important;display:flex!important;justify-content:center!important}.note-modal-header-enhanced .calendar-modal-close{background:#0000!important;border:none!important;color:#9ca3af!important;cursor:pointer!important;font-size:28px!important;height:32px!important;padding:0!important;transition:color .2s!important;width:32px!important}.note-modal-header-enhanced .calendar-modal-close:hover{color:#374151!important}@media (max-width:768px){.note-sidebar-item{display:flex!important;flex:0 0 auto!important;flex-direction:column!important;justify-content:space-between!important;min-height:90px!important;padding:14px!important;width:240px!important}.note-sidebar-title{-webkit-line-clamp:2!important;line-clamp:2!important;-webkit-box-orient:vertical!important;color:#1f2937!important;display:-webkit-box!important;font-size:14px!important;font-weight:600!important;line-height:1.4!important;margin-bottom:8px!important;overflow:hidden!important;text-overflow:ellipsis!important;word-break:break-word!important}.note-sidebar-meta{display:flex!important;flex-direction:column!important;gap:4px!important;margin-top:auto!important}.note-sidebar-author{color:#6b7280!important;font-size:11px!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}.note-sidebar-date{color:#9ca3af!important;font-size:11px!important}.note-badge-nuevo-mini{background:#3b82f6!important;border-radius:4px!important;color:#fff!important;font-size:9px!important;font-weight:600!important;padding:3px 6px!important;position:absolute!important;right:8px!important;top:8px!important}.note-sidebar-item.selected{background:linear-gradient(135deg,#eff6ff,#dbeafe)!important;border-color:#3b82f6!important;box-shadow:0 4px 12px #3b82f640!important}.note-sidebar-item.selected .note-sidebar-title{color:#1e40af!important}}@media (max-width:480px){.note-sidebar-item{min-height:85px!important;padding:12px!important;width:220px!important}.note-sidebar-title{font-size:13px!important}}@media (max-width:768px){.note-sidebar-item{align-items:center!important;display:flex!important;justify-content:center!important;max-width:150px!important;min-height:50px!important;min-width:100px!important;padding:12px 16px!important;text-align:center!important;width:auto!important}.note-sidebar-title{color:#1f2937!important;font-size:15px!important;font-weight:600!important;line-height:1.3!important;margin:0!important;word-break:break-word!important}.note-sidebar-meta{display:none!important}.note-badge-nuevo-mini{font-size:8px!important;padding:2px 5px!important;position:absolute!important;right:4px!important;top:4px!important}.note-sidebar-item.selected .note-sidebar-title{color:#1e40af!important;font-weight:700!important}}
/*# sourceMappingURL=main.1d9a6f35.css.map*/