.media-card{width:100%;border-radius:12px;overflow:hidden;cursor:pointer;box-shadow:2px 2px 15px rgba(0,0,0,.35);transition:transform .3s ease,box-shadow .3s ease}.media-card:hover{transform:scale(1.05);box-shadow:3px 3px 20px rgba(0,0,0,.45)}.media-card img{width:100%;height:100%;object-fit:cover}img.photo-preview{box-shadow:2px 2px 5px rgba(0,0,0,.5)}.photo-modal-content{background:#f9f9f9;box-shadow:2px 2px 15px rgba(0,0,0,.35);border-radius:12px}.photo-modal-body{position:relative;width:100%;height:100%}.photo-nav{position:absolute;top:0;bottom:0;width:80px;display:flex;align-items:center;justify-content:center;z-index:1;background:0 0;border:none;font-size:4rem;color:rgba(255,255,255,.65);cursor:pointer;user-select:none;opacity:0;transition:opacity .25s ease,color .25s ease,text-shadow .25s ease}.photo-nav::before{content:"";position:absolute;width:52px;height:100px;background:rgba(40,40,40,.25);border-radius:14px;box-shadow:0 4px 12px rgba(0,0,0,.3);z-index:-1;transition:background .25s ease,box-shadow .25s ease}.photo-modal .modal-content:hover .photo-nav{opacity:1}.photo-nav:hover{color:#fff;text-shadow:0 0 6px rgba(255,255,255,.35)}.photo-nav:hover::before{background:rgba(30,30,30,.85);box-shadow:0 6px 18px rgba(0,0,0,.55)}.photo-nav.prev{left:0}.photo-nav.next{right:0}.photo-modal .modal-dialog{max-width:90vw;margin:1.75rem auto}.photo-modal .modal-content{max-height:calc(100vh - 3.5rem);display:grid;grid-template-rows:minmax(0,1fr)auto;background:rgba(6,25,28,.64)!important;backdrop-filter:blur(14px)saturate(120%);-webkit-backdrop-filter:blur(14px)saturate(120%);border-radius:16px}.photo-modal .modal-body{min-height:0;position:relative;overflow:hidden;display:flex;justify-content:center;margin-left:auto;margin-right:auto}.photo-modal-image-wrapper{max-width:100%;max-height:100%}.photo-modal img{max-width:100%;max-height:100%;object-fit:contain;border-radius:10px;box-shadow:2px 2px 10px #00000059;display:block;margin-left:auto;margin-right:auto}.photo-meta{display:flex;flex-direction:column}.photo-modal .modal-footer{padding-bottom:20px}.photo-title{font-weight:600;font-size:1.1rem;color:#fff}.photo-date{font-size:.9rem;color:#9a9a9a}.photo-desc{font-size:.95rem;color:#e4e3e3}.photo-row{display:grid;grid-template-columns:repeat(8,1fr);gap:8px;margin-top:0}.photo-row-item{display:block;overflow:hidden;box-shadow:2px 2px 5px rgba(0,0,0,.5)}.photo-row-img{width:100%;height:100%;aspect-ratio:1/1;object-fit:cover;transition:transform .2s ease}.photo-row-item:hover .photo-row-img{transform:scale(1.05)}@media(max-width:992px){.photo-row{grid-template-columns:repeat(4,1fr)}}@media(max-width:576px){.photo-row{grid-template-columns:repeat(2,1fr)}}.book-card{display:flex;flex-direction:column;text-decoration:none}.book-card .book-cover{aspect-ratio:3/4;width:100%;overflow:hidden;background:#f2f2f2}.book-card .book-cover img{width:100%;height:100%;object-fit:cover}.book-card .book-title{padding:.5rem;text-align:center;background:#fff}.book-title,.book-card strong{display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;line-height:1.2;min-height:2.4em}.books-grid{display:flex;flex-wrap:wrap;gap:20px;justify-content:flex-start}.books-grid>div{margin:0}.archive-books-grid{margin-top:0;display:flex;flex-wrap:nowrap;gap:16px}.archive-books-grid .book-card{flex:none;width:160px;height:250px}.archive-books-grid .book-cover{flex:auto;height:180px}.book-divider-wrapper{position:relative;padding-right:16px}.book-divider-wrapper::after{content:"";position:absolute;top:10%;right:0;width:1px;height:80%;background:rgba(0,0,0,.2)}@media(max-width:991px){.archive-books-grid{grid-template-columns:repeat(2,1fr)}}body.type-books .book-card{width:160px;min-width:140px}@media(max-width:768px){body.type-books .book-card{width:140px}}.yt-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.yt-card{text-decoration:none;color:inherit}.yt-thumb{aspect-ratio:16/9;overflow:hidden}.yt-thumb img{width:100%;height:100%;object-fit:cover}.yt-title{font-size:.9rem;font-weight:500;margin-top:6px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.yt-meta{font-size:.75rem;color:#666}@media(max-width:992px){.yt-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:768px){.yt-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:480px){.yt-grid{grid-template-columns:1fr}}.yt-mini-list{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-top:0}.yt-mini-card{display:flex;align-items:center;text-decoration:none;color:inherit;gap:10px}.yt-mini-thumb{flex:0 0 100px;height:60px;overflow:hidden}.yt-mini-thumb img{width:100%;height:100%;object-fit:cover}.yt-mini-title{font-size:.9rem;font-weight:600;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.yt-mini-card:hover{background:rgba(0,0,0,3%);border-radius:6px}@media(max-width:992px){.yt-mini-list{grid-template-columns:repeat(2,1fr)}}@media(max-width:576px){.yt-mini-list{grid-template-columns:1fr}}.section-more-link{font-size:.9rem;font-weight:600;color:#000;text-decoration:none}.section-more-link:hover{text-decoration:underline}.modal-content{background:rgba(6,25,28,.64)!important;backdrop-filter:blur(14px)saturate(120%);box-shadow:2px 2px 15px rgba(0,0,0,.35)!important;border-radius:12px!important}.modal .modal-title{color:#fff;font-weight:600}.modal-header{align-items:flex-start}.modal-header,.modal-footer{border:none!important}.modal .pdf-meta{color:rgba(255,255,255,.88);font-size:.85rem;font-weight:400}.modal .btn-close{filter:invert(1);opacity:.85}.modal .btn-close:hover{opacity:1}.modal{background:rgba(0,0,0,.6)}.preview-row-wrapper{position:relative;overflow:hidden}.preview-row{padding:25px;white-space:nowrap;overflow-x:auto;scrollbar-width:none}.preview-row::-webkit-scrollbar{display:none}.preview-fade{position:absolute;top:0;right:0;width:80px;height:100%;background:linear-gradient(to right,rgba(255,255,255,0),#fff);pointer-events:none}.preview-view-more{position:absolute;right:10px;bottom:10px;z-index:5}.event-controls{display:flex;justify-content:space-between;align-items:center;gap:1rem;flex-wrap:wrap}.event-filter-nav{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.event-search-wrapper{display:flex;align-items:center}.event-search{width:240px}.event-filter{display:inline-flex;align-items:center;padding:.45rem .9rem;border-radius:999px;text-decoration:none;font-size:.875rem;font-weight:500;transition:background-color .2s ease,color .2s ease;background:#efefef;color:#444}.event-filter[data-filter=all]:hover,.event-filter[data-filter=all].active{background:#d9d9d9;color:#111}.filter-event:hover{background:#e6f4ea;color:#1b5e20}.filter-event.active{background:#2e7d32;color:#fff}.filter-theory:hover{background:#e8f0fe;color:#0d47a1}.filter-theory.active{background:#1565c0;color:#fff}.filter-course:hover{background:#fff3e0;color:#e65100}.filter-course.active{background:#ef6c00;color:#fff}.event-calendar-btn{width:42px;height:42px;margin-left:20px;display:flex;align-items:center;justify-content:center;border-radius:999px}.event-calendar-btn i{font-size:1rem}.fc{--fc-border-color:#ddd;--fc-page-bg-color:white;--fc-neutral-bg-color:#f8f8f8}.fc .fc-toolbar-title{color:#fff;font-size:1.15rem;font-weight:600}.fc .fc-button{background:#333;border-color:#333}.fc .fc-button:hover{background:#111;border-color:#111}.fc a{text-decoration:none!important;color:#fff}.fc th a{color:#000}.fc-event{color:#fff!important;border:none!important}.fc-daygrid-day-number{text-decoration:none!important;color:#333}.fc-theme-standard td,.fc-theme-standard th{border-color:#ddd}.event-lead{font-size:1.05rem}.event-section h2{margin-top:70px;font-size:2.5rem}.event-gallery-container{margin:2rem 0;width:100%}.event-carousel{width:100%;aspect-ratio:4/3;background-color:#000;border-radius:8px;overflow:hidden;position:relative;box-shadow:1px 1px 7px black}.event-carousel .carousel-inner,.event-carousel .carousel-item{height:100%;width:100%}.event-carousel-img{width:100%;height:100%;object-fit:cover;object-position:center;display:block;aspect-ratio:4/3}.event-carousel:hover .carousel-control-prev,.event-carousel:hover .carousel-control-next{opacity:1}.event-carousel .carousel-control-prev,.event-carousel .carousel-control-next{width:50px;height:50px;top:50%;transform:translateY(-50%);background-color:rgba(0,0,0,.5);margin:0 10px;border-radius:50%;opacity:0;transition:opacity .3s ease,background-color .3s ease}.event-carousel .carousel-control-prev:hover,.event-carousel .carousel-control-next:hover{background-color:rgba(0,0,0,.8)}.event-carousel .carousel-indicators{margin-bottom:10px}.event-carousel .carousel-indicators button{width:40px;height:6px;border-radius:0;margin:0 3px;background-color:rgba(255,255,255,.5);border:none;transition:background-color .3s ease}.event-carousel .carousel-indicators button.active{background-color:#fff}.event-carousel.carousel-fade .carousel-item{opacity:0;transition:opacity .6s ease}.event-carousel.carousel-fade .carousel-item.active{opacity:1}@media(max-width:768px){.event-carousel{aspect-ratio:16/9}}.event-gallery-pair{margin-top:2rem;margin-bottom:2rem}.event-gallery-text{font-size:.95rem;line-height:1.6}@media(max-width:991px){.event-gallery-text{margin-top:1.5rem}}.event-image-float .event-image{margin-top:0!important;margin-bottom:0!important;display:block}.event-image-float .event-image picture,.event-image-float .event-image img{display:block;width:100%;height:auto}@media(max-width:768px){.event-image-float{float:none!important;width:100%!important;margin:0 0 1rem!important}}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.text-justify{text-align:justify}.text-size-small{font-size:.85rem}.text-size-normal{font-size:1rem}.text-size-medium{font-size:1.1rem}.text-size-large{font-size:1.25rem}.text-leading-tight{line-height:1.35}.text-leading-normal{line-height:1.6}.text-leading-loose{line-height:1.85}.event-text h2,.event-text h3,.event-text h4,.event-text h5{margin-top:1.2em}.has-shadow img,.has-shadow .carousel,.has-shadow .event-carousel{border-radius:8px}.shadow-soft img,.shadow-soft .carousel{box-shadow:0 8px 24px rgba(0,0,0,.38)}.shadow-strong img,.shadow-strong .carousel{box-shadow:0 14px 40px rgba(0,0,0,.78)}.pdf-dropdown{text-align:center}.pdf-dropdown .dropdown-toggle{display:inline-flex;align-items:center;gap:.4rem}.pdf-dropdown ul,.pdf-dropdown ul.dropdown-menu{padding-left:0!important;margin-left:0!important}.pdf-dropdown .dropdown-menu{list-style:none;border:none;border-radius:12px;box-shadow:0 12px 25px rgba(0,0,0,.25);padding:.5rem 0}.pdf-dropdown .dropdown-menu li{list-style:none}.pdf-dropdown .dropdown-menu a{display:block;padding:.45rem 1.2rem;text-decoration:none;color:inherit;max-width:260px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.pdf-dropdown .dropdown-menu a:hover{background-color:rgba(0,0,0,6%)}@media(max-width:576px){.pdf-dropdown .dropdown-menu.show{display:block}.pdf-dropdown .dropdown-menu a{max-width:100%}}.pdf-dropdown .dropdown-toggle::after{content:"▾";border:none;font-size:.85em}