.about-us-block-container{--spacing-xs:0.5rem;--spacing-sm:1rem;--spacing-md:2rem;--spacing-lg:3rem;--spacing-xl:4rem;--spacing-xxl:6rem;--transition-standard:0.3s ease;--shadow-standard:0 5px 20px rgba(0,0,0,.1);--shadow-hover:0 12px 30px rgba(0,0,0,.15);align-items:center;padding:var(--spacing-xl) var(--spacing-sm)}.about-us-block-container,.about-us-content{display:flex;flex-direction:column;width:100%}.about-us-content{max-width:1200px;margin:0 auto;gap:var(--spacing-xl)}.about-us-header{text-align:center;max-width:900px;margin:0 auto var(--spacing-lg)}.about-us-title{font-size:clamp(2rem,5vw,2.5rem);margin-bottom:var(--spacing-sm);font-weight:700;font-family:var(--heading-font,inherit);line-height:1.2}.about-us-subtitle{font-size:clamp(1rem,2.5vw,1.2rem);max-width:800px;margin:0 auto;font-family:var(--body-font,inherit);line-height:1.6}.about-us-section{margin-bottom:4rem}.about-us-section-title{font-size:clamp(1.5rem,3vw,1.8rem);margin-bottom:var(--spacing-md);font-weight:600;font-family:var(--heading-font,inherit);text-align:center}.about-us-section-content{font-size:1.1rem;line-height:1.6;font-family:var(--body-font,inherit)}.vision-mission-container{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:var(--spacing-lg);margin-bottom:var(--spacing-xl)}.mission-container,.vision-container{padding:var(--spacing-lg);border-radius:var(--border-radius,.5rem);box-shadow:var(--shadow-standard);transition:transform var(--transition-standard),box-shadow var(--transition-standard)}.mission-container:hover,.vision-container:hover{transform:translateY(-5px);box-shadow:var(--shadow-hover)}.team-container{margin-top:var(--spacing-lg)}.team-header{text-align:center;margin-bottom:var(--spacing-xl);max-width:800px;margin-left:auto;margin-right:auto}.team-title{font-size:clamp(1.8rem,4vw,2rem);margin-bottom:var(--spacing-sm);font-weight:600;font-family:var(--heading-font,inherit);color:var(--theme-primary)}.team-description{font-size:1.1rem;font-family:var(--body-font,inherit);line-height:1.6}.team-members-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:var(--spacing-lg);justify-content:center;width:-moz-fit-content;width:fit-content;margin:0 auto!important}.team-member-card{display:flex;flex-direction:column;align-items:center;padding:2rem;border-radius:.5rem;box-shadow:0 4px 12px rgba(0,0,0,.1);transition:transform .3s ease,box-shadow .3s ease}.team-member-card:hover{transform:translateY(-5px);box-shadow:0 8px 16px rgba(0,0,0,.1)}.team-member-image-container{display:flex;justify-content:center;margin-bottom:1.5rem}.team-member-info{text-align:center;display:flex;flex-direction:column;align-items:center}.team-member-image{width:150px;height:150px;border-radius:50%;-o-object-fit:cover;object-fit:cover;margin-bottom:1.5rem}.team-member-name{font-size:1.5rem;margin-bottom:.5rem;font-weight:600;color:var(--theme-primary)!important}.team-member-position{font-size:.8rem;color:var(--secondary-text)!important;margin-bottom:1rem}.team-member-bio{font-size:1rem;line-height:1.5;text-align:center}.team-cards-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:var(--spacing-lg);width:100%}.team-card{position:relative;overflow:hidden;border-radius:var(--border-radius,.5rem);background-color:var(--background-color,#fff);box-shadow:var(--shadow-standard);transition:all var(--transition-standard);height:450px}.team-card:hover{transform:translateY(-8px);box-shadow:var(--shadow-hover)}.team-card-image-container{width:100%;height:100%;overflow:hidden}.team-card-image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .6s ease}.team-card:hover .team-card-image{transform:scale(1.05)}.team-card-content{position:absolute;bottom:-15px;left:0;width:100%;padding:var(--spacing-md);background:linear-gradient(to top,var(--background,#fff) 70%,transparent);z-index:1;height:40%;display:flex;flex-direction:column;transition:height var(--transition-standard);align-items:center;justify-content:end}.team-card:hover .team-card-content{height:60%}.team-card-name{font-size:1.5rem;font-weight:600;margin-bottom:var(--spacing-xs);font-family:var(--heading-font,inherit);color:var(--theme-primary)}.team-card-position{font-size:1rem;color:var(--secondary-text,#333);margin-bottom:var(--spacing-sm)}.team-card-bio,.team-card-position{font-family:var(--body-font,inherit)}.team-card-bio{font-size:.95rem;line-height:1.5;opacity:0;max-height:0;overflow:hidden;transition:opacity var(--transition-standard),max-height var(--transition-standard)}.team-card:hover .team-card-bio{opacity:1;max-height:150px}.team-cursor-pointer{position:relative;display:inline-block;margin-left:8px;width:24px;height:24px;vertical-align:middle}.team-card-text-wrapper{width:100%}@media (max-width:1024px){.about-us-block-container{padding:var(--spacing-lg) var(--spacing-sm)}.about-us-content{gap:var(--spacing-lg)}.about-us-header{margin-bottom:var(--spacing-lg)}.vision-mission-container{grid-template-columns:1fr;gap:var(--spacing-md)}.team-card{height:400px}.team-members-grid{grid-template-columns:minmax(250px,1fr);gap:var(--spacing-md);width:100%}.team-member-card{padding:1.5rem}.team-member-image-container{margin-bottom:1rem}.team-member-image{width:120px;height:120px;margin-bottom:0}.team-member-name{font-size:1.3rem}.team-member-bio,.team-member-position{font-size:.9rem}.about-us-title{font-size:1.8rem}.about-us-subtitle{font-size:1rem}.team-card{height:380px}.team-card-content{padding:var(--spacing-sm)}.team-card-name{font-size:1.3rem}.team-card-position{font-size:.9rem}.team-card-bio{font-size:.85rem}.team-member-image{width:100px;height:100px}.team-member-bio{font-size:.85rem;line-height:1.4}}.events-block{padding:3rem 0}.events-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:2rem}.event-card{display:flex;flex-direction:column;border-radius:.5rem;overflow:hidden;box-shadow:0 4px 6px rgba(0,0,0,.1);transition:transform .3s ease,box-shadow .3s ease;height:100%;position:relative}.event-card.hover-active,.event-card:hover{transform:translateY(-5px);box-shadow:0 10px 15px rgba(0,0,0,.1)}.event-hover-details{position:absolute;bottom:-100%;left:0;right:0;background-color:hsla(0,0%,100%,.98);padding:1rem 1.5rem;transition:all .4s cubic-bezier(.25,.46,.45,.94);z-index:5;height:auto;max-height:70%;overflow-y:auto;border-top:1px solid rgba(0,0,0,.05);opacity:0;box-shadow:0 -4px 10px rgba(0,0,0,.05)}.event-card.hover-active .event-hover-details,.event-card:hover .event-hover-details{bottom:3.75rem;opacity:1}.event-card .p-6{padding-bottom:5rem}.event-card .book-btn{position:absolute;bottom:1.5rem;left:1.5rem;right:1.5rem;z-index:10}.event-image-container{position:relative;height:200px;overflow:hidden}.event-image-container img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .5s ease}.event-card.hover-active .event-image-container img,.event-card:hover .event-image-container img{transform:scale(1.05)}.event-card h3{font-size:1.5rem;font-weight:600;margin-bottom:.5rem;color:#333}.event-card .text-2xl{font-weight:700}.event-card .book-btn{text-transform:uppercase;font-weight:500;letter-spacing:.05em;border-radius:.25rem;transition:all .2s ease;background-color:#3b82f6}.event-card .book-btn:hover{background-color:#2563eb;transform:translateY(-2px)}.event-details{padding:1.5rem;flex-grow:1;display:flex;flex-direction:column}.event-date{font-size:.875rem;color:var(--theme-primary,#3b82f6);margin-bottom:.5rem;display:flex;align-items:center}.event-date svg{margin-right:.375rem}.event-title{font-size:1.25rem;font-weight:600;margin-bottom:.5rem}.event-description{color:var(--text-secondary,#64748b);font-size:.875rem;margin-bottom:1rem;flex-grow:1}.event-location{font-size:.875rem;display:flex;align-items:center;margin-bottom:.75rem}.event-location svg{margin-right:.375rem;color:var(--text-secondary,#64748b)}.event-price{font-weight:500;margin-bottom:1rem}.event-action{margin-top:auto}.events-calendar{border:1px solid var(--border-color,#e2e8f0);border-radius:.5rem;overflow:hidden}.calendar-header{display:flex;justify-content:space-between;align-items:center;padding:1rem;background-color:var(--theme-primary,#3b82f6);color:#fff}.calendar-grid{display:grid;grid-template-columns:repeat(7,1fr);border-bottom:1px solid var(--border-color,#e2e8f0)}.calendar-weekday{text-align:center;padding:.75rem;font-weight:500;border-right:1px solid var(--border-color,#e2e8f0)}.calendar-weekday:last-child{border-right:none}.calendar-days{display:grid;grid-template-columns:repeat(7,1fr)}.calendar-day{height:120px;border-right:1px solid var(--border-color,#e2e8f0);border-bottom:1px solid var(--border-color,#e2e8f0);padding:.5rem;position:relative}.calendar-day:nth-child(7n){border-right:none}.calendar-day:nth-last-child(-n+7){border-bottom:none}.calendar-day-number{font-size:.875rem;font-weight:500;margin-bottom:.5rem}.calendar-event{font-size:.75rem;padding:.25rem .5rem;border-radius:.25rem;background-color:var(--theme-primary-light,#bfdbfe);color:var(--theme-primary-dark,#1e40af);margin-bottom:.25rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;cursor:pointer}.grid-layout-event-btn{position:absolute;bottom:10px}@media (max-width:1024px){.events-grid{grid-template-columns:1fr}.event-image-container{height:180px}.calendar-day{height:80px}.calendar-event{padding:.125rem .25rem}}.image-carousel-container{width:100%;overflow:hidden;position:relative;margin:0 auto}.image-carousel-header{text-align:center;margin-bottom:2rem}.image-carousel-header h2{font-size:2rem;margin-bottom:.5rem}.image-carousel-header h3{font-size:1.2rem;font-weight:400;opacity:.8}.standard-carousel{position:relative;padding:0 0 2rem}.standard-carousel .carousel-slide{width:100%;height:400px;position:relative}.standard-carousel .carousel-image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:8px}.standard-carousel .carousel-caption{position:absolute;bottom:0;left:0;right:0;background:rgba(0,0,0,.6);color:#fff;padding:10px;border-bottom-left-radius:8px;border-bottom-right-radius:8px;text-align:center}.thumbnails-carousel{display:flex;flex-direction:column}.thumbnails-carousel .main-image{width:100%;height:400px;margin-bottom:1rem}.thumbnails-carousel .main-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:8px}.thumbnails-carousel .thumbnails{display:flex;gap:10px;margin-top:10px;overflow-x:auto;padding-bottom:10px}.thumbnails-carousel .thumbnail{width:80px;height:60px;cursor:pointer;opacity:.6;transition:opacity .3s}.thumbnails-carousel .thumbnail.active{opacity:1;box-shadow:0 0 0 2px var(--primary)}.thumbnails-carousel .thumbnail img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:4px}.fullscreen-carousel{position:relative;height:600px}.fullscreen-carousel .carousel-slide{width:100%;height:100%}.fullscreen-carousel .carousel-image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.fullscreen-carousel .carousel-caption{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(transparent,rgba(0,0,0,.8));color:#fff;padding:20px 20px 30px;text-align:center}.fade-carousel{position:relative;height:450px}.fade-carousel .carousel-slide{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;transition:opacity .5s ease-in-out}.fade-carousel .carousel-slide.active{opacity:1}.fade-carousel .carousel-image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:8px}.fade-carousel .carousel-caption{position:absolute;bottom:0;left:0;right:0;background:rgba(0,0,0,.6);color:#fff;padding:10px;text-align:center}.carousel-arrow{position:absolute;top:50%;transform:translateY(-50%);width:40px;height:40px;background:hsla(0,0%,100%,.8);border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:10;box-shadow:0 2px 5px rgba(0,0,0,.2);transition:background .3s}.carousel-arrow:hover{background:#fff}.carousel-arrow.prev{left:10px}.carousel-arrow.next{right:10px}.carousel-dots{display:flex;justify-content:center;position:absolute;bottom:15px;width:100%;gap:8px}.center-focus-dots{position:relative;bottom:0;margin-top:1rem}.carousel-dot{width:10px;height:10px;border-radius:50%;background:hsla(0,0%,100%,.5);cursor:pointer;transition:background .3s}.carousel-dot.active{background:#fff}.center-focus-carousel{position:relative;padding:0 0 3rem;overflow:hidden;height:auto;min-height:500px;margin:0 auto;max-width:100%;-webkit-user-select:none;-moz-user-select:none;user-select:none;perspective:1000px}.center-focus-carousel .carousel-track{display:flex;align-items:center;justify-content:center;width:100%;height:450px;position:relative}.center-focus-carousel .carousel-item{position:relative;transition:all .8s ease;overflow:hidden;box-shadow:0 4px 12px rgba(0,0,0,.1)}.center-focus-carousel .carousel-item img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:all .8s ease}.center-focus-carousel .current-item{width:60%;height:400px;z-index:3;transform:scale(1)}.center-focus-carousel .next-item,.center-focus-carousel .prev-item{width:40%;height:320px;position:absolute;filter:blur(2px) brightness(.7);z-index:1;cursor:pointer;transform:scale(.9);transition:all .8s ease;will-change:transform,opacity,filter}.center-focus-carousel .prev-item{left:0;transform:translateX(-30%) scale(.9) translateZ(-30px)}.center-focus-carousel .next-item{right:0;transform:translateX(30%) scale(.9) translateZ(-30px)}.center-focus-carousel .next-item:hover,.center-focus-carousel .prev-item:hover{filter:blur(1px) brightness(.8)}.center-focus-carousel .carousel-caption{position:absolute;bottom:0;left:0;right:0;background:rgba(0,0,0,.6);color:#fff;padding:10px;text-align:center;transition:opacity .3s ease}.center-focus-carousel .carousel-caption-below{text-align:center;margin-top:1rem;padding:.75rem;background-color:#f8f9fa;font-size:1rem;line-height:1.5;color:#333;max-width:80%;margin-left:auto;margin-right:auto;box-shadow:0 2px 4px rgba(0,0,0,.05);transition:opacity .3s ease}.center-focus-carousel .carousel-item.transitioning{transition:all .85s cubic-bezier(.34,.615,.4,.985);will-change:transform,opacity,filter}.center-focus-carousel .prev-item.transitioning{transform:translateX(-35%) scale(.85) translateZ(-50px);opacity:.85;filter:blur(1.5px) brightness(.75)}.center-focus-carousel .next-item.transitioning{transform:translateX(35%) scale(.85) translateZ(-50px);opacity:.85;filter:blur(1.5px) brightness(.75)}.center-focus-carousel .current-item.transitioning{transform:scale(.98) translateZ(0)}@media (max-width:768px){.center-focus-carousel{min-height:400px}.center-focus-carousel .carousel-track{height:350px}.center-focus-carousel .current-item{width:80%;height:320px}.center-focus-carousel .next-item,.center-focus-carousel .prev-item{width:50%;height:250px}.center-focus-carousel .prev-item{transform:translateX(-60%) scale(.8) translateZ(-30px)}.center-focus-carousel .next-item{transform:translateX(60%) scale(.8) translateZ(-30px)}.center-focus-carousel .carousel-caption-below{max-width:90%;font-size:.95rem;padding:.6rem}}@media (max-width:480px){.center-focus-carousel{min-height:320px}.center-focus-carousel .carousel-track{height:280px}.center-focus-carousel .current-item{width:90%;height:250px}.center-focus-carousel .next-item,.center-focus-carousel .prev-item{width:60%;height:180px;opacity:.6}.center-focus-carousel .prev-item{transform:translateX(-80%) scale(.7) translateZ(-30px)}.center-focus-carousel .next-item{transform:translateX(80%) scale(.7) translateZ(-30px)}.center-focus-carousel .carousel-caption-below{max-width:100%;font-size:.9rem;padding:.5rem;margin-top:.75rem}}.bento-gallery-container{width:100%;overflow:hidden;position:relative;margin:0 auto}.bento-gallery-header{text-align:center;margin-bottom:2rem}.bento-gallery-header h2{font-size:2rem;margin-bottom:.5rem}.bento-gallery-header h3{font-size:1.2rem;font-weight:400;opacity:.8}.bento-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(333px,1fr));grid-auto-rows:333px;gap:1rem;width:100%}.bento-item{position:relative;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease;padding:0!important}.bento-item:hover{transform:translateY(-5px);box-shadow:0 10px 20px rgba(0,0,0,.1)}.bento-item.small{grid-column:span 1;grid-row:span 1}.bento-item.medium{grid-column:span 2;grid-row:span 1}.bento-item.large{grid-column:span 1;grid-row:span 2}.bento-item-content{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.bento-item-overlay{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(transparent,rgba(0,0,0,.7));opacity:0;transition:opacity .3s ease}.bento-item:hover .bento-item-overlay{opacity:1}.bento-item-caption{font-size:.9rem;margin:0}.bento-item.video:before{left:50%;width:60px;height:60px;background:rgba(0,0,0,.5);border-radius:50%;z-index:1}.bento-item.video:after,.bento-item.video:before{content:"";position:absolute;top:50%;transform:translate(-50%,-50%)}.bento-item.video:after{left:53%;border-left:20px solid #fff;border-top:12px solid transparent;border-bottom:12px solid transparent;z-index:2}.bento-gallery-upload{margin-top:2rem;border:2px dashed #ccc;border-radius:12px;padding:2rem;text-align:center;transition:border-color .3s ease,background-color .3s ease}.bento-gallery-upload.dragging{border-color:#007bff;background-color:rgba(0,123,255,.05)}.bento-gallery-upload h3{margin-bottom:1rem}.bento-gallery-upload-icon{font-size:3rem;margin-bottom:1rem;color:#666}.bento-gallery-upload-text{margin-bottom:1rem}.bento-gallery-upload-button{padding:.5rem 1rem;background-color:#007bff;color:#fff;border:none;border-radius:4px;cursor:pointer;transition:background-color .3s ease}.bento-gallery-upload-button:hover{background-color:#0056b3}.bento-gallery-pagination{display:flex;justify-content:center;margin-top:2rem;gap:.5rem}.bento-gallery-pagination-button{width:40px;height:40px;display:flex;align-items:center;justify-content:center;border:1px solid #ddd;border-radius:4px;background:#fff;cursor:pointer;transition:background-color .3s ease,border-color .3s ease}.bento-gallery-pagination-button:hover{background-color:#f0f0f0}.bento-gallery-pagination-button.active{background-color:#007bff;color:#fff;border-color:#007bff}.bento-item.animate-in{animation:fadeInUp .5s ease forwards}@media (max-width:768px){.bento-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));grid-auto-rows:200px}}@media (max-width:480px){.bento-grid{grid-template-columns:1fr;grid-auto-rows:250px}.bento-item.large,.bento-item.medium{grid-column:span 1;grid-row:span 1}}.gallery-item-card{display:flex;align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:8px;padding:12px;margin-bottom:12px;transition:all .2s ease}.gallery-item-card:hover{box-shadow:0 2px 8px rgba(0,0,0,.1)}.gallery-item-preview{width:80px;height:80px;border-radius:6px;overflow:hidden;margin-right:16px;flex-shrink:0}.gallery-item-preview img,.gallery-item-preview video{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.gallery-item-content{flex-grow:1;min-width:0}.gallery-item-title{font-weight:500;margin-bottom:4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.gallery-item-details{color:#64748b;font-size:.875rem}.gallery-item-actions{display:flex;gap:8px;margin-left:16px}.gallery-item-action-button{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:6px;border:1px solid #e2e8f0;background:#fff;color:#64748b;cursor:pointer;transition:all .2s ease}.gallery-item-action-button:hover{background:#f8fafc;color:#0f172a;border-color:#cbd5e1}.gallery-item-action-button.move-down:hover,.gallery-item-action-button.move-up:hover{color:#22c55e}.gallery-item-action-button.edit:hover{color:#3b82f6}.gallery-item-action-button.delete:hover{color:#ef4444}.category-block-container{padding:3rem 2rem;position:relative}.category-header{margin-bottom:2rem}.category-block-title{font-size:2.5rem;font-weight:700;margin-bottom:.5rem}.category-block-subtitle{font-size:1.125rem;color:#666;max-width:700px;margin:0 auto}.category-grid{display:flex;flex-wrap:wrap;gap:2rem;justify-content:center}.category-grid>a{width:300px;margin-bottom:1rem}.category-list{display:flex;flex-wrap:wrap;gap:2rem;justify-content:center;margin-top:4rem}.card-layout-container{padding:.5rem}.category-card-rounded{border-radius:.75rem;transition:all .3s ease}.category-card-rounded:hover{transform:translateY(-5px)}.category-card{transition:transform .25s ease-in-out,box-shadow .25s ease-in-out;overflow:hidden;border-radius:var(--theme-border-radius-medium,.5rem);height:100%}.category-card:hover{box-shadow:0 10px 25px -5px rgba(0,0,0,.1),0 8px 10px -6px rgba(0,0,0,.05)}.category-card-inner,.grid-card{display:flex;flex-direction:column}.category-card-inner{height:100%;position:relative}.list-card-inner{position:relative}.category-image-container{position:relative;width:100%;height:240px;overflow:hidden}.category-img{transition:transform .5s ease}.category-card:hover .category-img{transform:scale(1.02)}.category-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(180deg,transparent 50%,rgba(0,0,0,.7));z-index:1}.category-placeholder-image{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.list-image-container{overflow:hidden}.list-card:hover .list-image{transform:scale(1.02)}.list-image{transition:transform .5s ease}.website-theme .category-title{font-family:var(--font-heading,"Montserrat, sans-serif")!important;font-size:1.5rem;font-weight:600;margin-bottom:.5rem;color:var(--theme-text-primary,#333);transition:color .2s ease}.website-theme .category-description{font-family:var(--font-body,"Montserrat, sans-serif")!important;color:var(--theme-text-secondary,#666)!important;font-size:.875rem;line-height:1.5;margin-top:.5rem}.category-content{padding:1.5rem!important;display:flex;flex-direction:column;flex:1}.category-text{flex:1;display:flex;flex-direction:column}.category-button{margin-top:auto;display:inline-flex;align-items:center;transition:all .2s ease;background-color:transparent;border:1px solid var(--theme-primary,#3b82f6);color:var(--theme-primary,#3b82f6)}.category-button:hover{background-color:var(--theme-primary,#3b82f6);color:#fff}a.text-decoration-none{text-decoration:none;color:inherit;display:block}@media (max-width:1024px){.category-grid{gap:1.5rem}.category-grid>a{width:260px}.category-list{gap:1.5rem}.list-card{width:calc(33.333% - 1rem)}.category-image-container{height:200px}}@media (max-width:768px){.category-block-container{padding:2rem 1rem}.category-grid{gap:1rem}.category-grid>a{width:220px}.category-list{gap:1rem}.list-card{width:calc(50% - .5rem)}.category-image-container{height:180px}.website-theme .category-title{font-size:1.25rem}.list-image-container{min-width:120px!important;height:120px!important}}@media (max-width:480px){.category-grid>a,.list-card{width:100%}.category-image-container{height:200px}.list-card-inner{flex-direction:column}.list-image-container{width:100%!important;min-width:100%!important;height:180px!important}}.glass-background{backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);background:color-mix(in srgb,var(--theme-primary) 30%,transparent);border:1px solid color-mix(in srgb,var(--theme-primary) 40%,transparent);border-radius:16px;box-shadow:0 4px 30px rgba(0,0,0,.1);padding:20px}.category-image-container-glass{width:120px;height:120px;border-radius:50%;overflow:hidden;position:relative;flex-shrink:0;box-shadow:0 4px 15px rgba(0,0,0,.1)}.category-image-large{width:100%;display:flex;justify-content:center;margin:0 auto}.glass-card-content{flex:1}.glass-card-arrow-circle{transition:transform .3s ease,background-color .3s ease}.category-card-link:hover .glass-card-arrow-circle{transform:translateX(5px);background-color:hsla(0,0%,100%,.5)}.spotlight-container{width:100%;max-width:1200px;margin:0 auto;padding:2rem 1rem}.spotlight-header{text-align:center;margin-bottom:2rem;max-width:1200px;margin-left:auto;margin-right:auto;padding:0 1rem}.spotlight-title{font-size:2.5rem;font-weight:700;margin-bottom:1rem}.spotlight-subtitle{font-size:1.2rem;color:var(--text-secondary);margin-bottom:2rem}.spotlight-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:2rem;padding:0 1rem}.spotlight-empty,.spotlight-grid{margin-bottom:2rem;max-width:1200px;margin-left:auto;margin-right:auto}.spotlight-empty{text-align:center;padding:3rem;background-color:var(--bg-muted);border-radius:.5rem}.spotlight-item{position:relative;border-radius:var(--border-radius-medium,.5rem);background-color:var(--bg-card);box-shadow:var(--shadow-sm);overflow:hidden;transition:transform .3s ease,box-shadow .3s ease}.spotlight-item:hover{transform:translateY(-5px);box-shadow:var(--shadow-md)}.spotlight-item.animate-in{animation:fadeInUp .5s ease-out forwards}.spotlight-item-image{width:100%;height:200px;-o-object-fit:cover;object-fit:cover}.spotlight-item-content{padding:1.5rem}.spotlight-item-title{font-size:1.25rem;font-weight:700;margin-bottom:.5rem}.spotlight-item-description{color:var(--text-secondary);margin-bottom:1rem;line-height:1.5;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.spotlight-item-button{display:inline-flex;align-items:center;justify-content:center;padding:.5rem 1rem;border-radius:var(--border-radius-small,.25rem);background-color:var(--primary);color:#fff;font-weight:medium;text-decoration:none;transition:background-color .2s}.spotlight-item-button:hover{background-color:var(--primary-dark)}.spotlight-pagination{display:flex;justify-content:center;gap:.5rem;margin-top:2rem;max-width:1200px;margin-left:auto;margin-right:auto;padding:0 1rem}.spotlight-pagination-button{display:flex;align-items:center;justify-content:center;width:2rem;height:2rem;border-radius:var(--border-radius-small,.25rem);background-color:var(--bg-muted);cursor:pointer;transition:background-color .2s}.spotlight-pagination-button:hover{background-color:var(--bg-muted-hover)}.spotlight-pagination-button.active{background-color:var(--primary);color:#fff}.spotlight-pagination-button:disabled{opacity:.5;cursor:not-allowed}.spotlight-upload-area{border:2px dashed var(--border-color);border-radius:var(--border-radius-medium,.5rem);padding:2rem;text-align:center;margin-bottom:2rem;transition:background-color .2s,border-color .2s}.spotlight-upload-area.dragging{background-color:var(--bg-muted);border-color:var(--primary)}.spotlight-upload-icon{font-size:2rem}.spotlight-upload-icon,.spotlight-upload-text{color:var(--text-secondary);margin-bottom:1rem}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.spotlight-grid{grid-template-columns:1fr}.spotlight-title{font-size:2rem}}.spotlight-form-section{margin-bottom:2rem}.spotlight-form-label{display:block;margin-bottom:.5rem;font-weight:medium}.spotlight-form-input{width:100%;padding:.5rem;border:1px solid var(--border-color);border-radius:var(--border-radius-small,.25rem);margin-bottom:1rem}.spotlight-form-error{color:var(--error);font-size:.875rem;margin-top:.25rem}.spotlight-item-list{display:grid;gap:1rem;margin-bottom:1.5rem}.spotlight-item-card{display:flex;border:1px solid var(--border-color);border-radius:var(--border-radius-small,.25rem);overflow:hidden}.spotlight-item-card-image{width:100px;height:100px;-o-object-fit:cover;object-fit:cover}.spotlight-item-card-details{flex:1;padding:1rem}.spotlight-item-card-title{font-weight:700;margin-bottom:.5rem}.spotlight-item-card-actions{display:flex;gap:.5rem}.spotlight-button{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border-radius:var(--border-radius-small,.25rem);background-color:var(--primary);color:#fff;cursor:pointer;transition:background-color .2s}.spotlight-button:hover{background-color:var(--primary-dark)}.spotlight-button.secondary{background-color:var(--bg-muted);color:var(--text-primary)}.spotlight-button.secondary:hover{background-color:var(--bg-muted-hover)}.spotlight-button.danger{background-color:var(--error)}.spotlight-button.danger:hover{background-color:var(--error-dark)}.delivery-notification-container{margin:0 auto;border-radius:12px;overflow:hidden;box-shadow:0 4px 12px rgba(0,0,0,.05)}.delivery-notification-content{display:flex;position:relative}.delivery-notification-image{display:flex;align-items:center;justify-content:center;padding:20px}.delivery-notification-image img{max-width:100%;max-height:300px;-o-object-fit:contain;object-fit:contain}.delivery-notification-info{flex:1;padding:40px 30px;display:flex;flex-direction:column;gap:12px;position:relative;justify-content:center}.delivery-notification-pagination{display:flex;gap:6px;position:absolute;top:20px;left:30px}.pagination-dot{width:8px;height:8px;border-radius:50%;background-color:hsla(0,0%,100%,.5)}.pagination-dot.active{background-color:#fff}.delivery-notification-controls{position:absolute;top:10px;right:10px;display:flex;gap:4px}.control-button{width:24px;height:24px;border-radius:50%;background-color:transparent;border:1px solid rgba(0,0,0,.1);display:flex;align-items:center;justify-content:center;cursor:pointer;color:#666;font-size:12px}.delivery-notification-title{font-size:1.5rem;font-weight:600;margin-bottom:8px;color:var(--primary)}.delivery-notification-description{font-size:.9rem;line-height:1.5;margin-bottom:20px}.delivery-notification-button{display:inline-block;padding:8px 20px;background-color:#000;color:#fff;border-radius:4px;font-weight:500;text-decoration:none;font-size:.9rem;cursor:pointer;align-self:flex-start}.virus-icon-container{position:absolute;right:30px;bottom:30px;opacity:.4;color:#999}.virus-icon{stroke-dasharray:10;animation:rotate 20s linear infinite}@keyframes rotate{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@media (max-width:768px){.delivery-notification-content{flex-direction:column}.virus-icon-container{right:20px;bottom:20px}}.blog-block-container{position:relative;width:100%;padding:3rem 2rem;margin:0 auto;max-width:1200px}.blog-header{text-align:center;margin-bottom:3rem}.blog-block-title{font-size:2.5rem;font-weight:700;margin-bottom:1rem;color:var(--foreground)}.blog-block-subtitle{font-size:1.125rem;color:var(--muted-foreground);max-width:48rem;margin:0 auto;line-height:1.6}.blog-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.blog-list{display:flex;flex-direction:column;gap:2rem}.blog-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:2rem}.blog-card{position:relative;transition:all .3s ease;border-radius:12px;overflow:hidden;background:var(--card);border:1px solid var(--border)}.blog-card-inner{position:relative;height:100%;display:flex;flex-direction:column}.blog-image-container{position:relative;overflow:hidden;border-radius:8px}.blog-content{flex:1;display:flex;flex-direction:column;justify-content:space-between}.blog-text{flex:1}.blog-title{font-weight:600;line-height:1.3;margin-bottom:.5rem;color:var(--foreground)}.blog-excerpt{line-height:1.5}.blog-excerpt,.blog-meta{color:var(--muted-foreground);margin-bottom:1rem}.blog-meta{flex-wrap:wrap;gap:1rem;font-size:.875rem}.blog-meta,.blog-meta>div{display:flex;align-items:center}.blog-meta>div{gap:.25rem}.blog-tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.5rem}.blog-action{display:flex;align-items:center;color:var(--primary);font-weight:500;margin-top:1rem;transition:color .2s ease}.blog-card:hover .blog-action{color:var(--primary-foreground)}.grid-card .blog-image-container{height:200px;width:100%}.grid-card .blog-content{padding:1.5rem}.list-card .blog-card-inner{flex-direction:row;align-items:flex-start}.list-card .blog-image-container{width:200px;height:140px;flex-shrink:0}.list-card .blog-content{flex:1;padding:1.5rem}.card-layout .blog-image-container{height:220px;width:100%}.card-layout .blog-content{padding:1.5rem}.blog-featured-layout{display:flex;flex-direction:column;gap:2rem}.featured-card{min-height:500px}.featured-card .blog-image-container{height:320px;width:100%}.featured-card .blog-content{padding:2rem}.featured-card .blog-title{font-size:2rem;font-weight:700;line-height:1.2;margin-bottom:1rem}.featured-card .blog-excerpt{font-size:1.125rem;line-height:1.6;margin-bottom:1.5rem}.side-card{min-height:180px}.side-card .blog-image-container{height:120px;width:100%}.side-card .blog-content{padding:1rem}.side-card .blog-title{font-size:1rem;font-weight:600;line-height:1.3}.side-card .blog-excerpt{font-size:.875rem;line-height:1.4}@media (min-width:1024px){.blog-featured-layout{flex-direction:row;gap:2rem;align-items:stretch}.blog-featured-layout>div{display:flex;flex-direction:column}.featured-card{height:100%;flex:1}.blog-featured-layout>div:last-child{display:flex;flex-direction:column}.blog-featured-layout>div:last-child>div{flex:1;display:flex;flex-direction:column;justify-content:space-between}}@media (max-width:768px){.blog-block-container{padding:2rem 1rem}.blog-block-title{font-size:2rem}.blog-cards,.blog-grid{grid-template-columns:1fr;gap:1.5rem}.list-card .blog-card-inner{flex-direction:column}.list-card .blog-image-container{width:100%;height:200px}.blog-meta{font-size:.8rem;gap:.5rem}}@media (max-width:480px){.blog-block-container{padding:1.5rem .75rem}.blog-block-title{font-size:1.75rem}.card-layout .blog-content,.grid-card .blog-content,.list-card .blog-content{padding:1rem}}.blog-block-container .empty-state,.blog-block-container .error-state,.blog-block-container .loading-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem;text-align:center;color:var(--muted-foreground)}.blog-block-container .error-state svg,.blog-block-container .loading-state svg{margin-bottom:1rem}.rent-block-container{position:relative;width:100%;padding:3rem 2rem;margin:0 auto;max-width:1200px}.rent-header{text-align:center;margin-bottom:3rem}.rent-block-title{font-size:2.5rem;font-weight:700;margin-bottom:1rem;color:var(--theme-primary)}.rent-block-subtitle{font-size:1.125rem;color:var(--muted-foreground);max-width:48rem;margin:0 auto;line-height:1.6}.rent-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.rent-list{display:flex;flex-direction:column;gap:2rem}.rent-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:2rem}.rent-card{position:relative;transition:all .3s ease;border-radius:12px;overflow:hidden;background:var(--card);border:1px solid var(--border)}.rent-card-inner{position:relative;height:100%;display:flex;flex-direction:column}.rent-image-container{position:relative;overflow:hidden;border-radius:8px}.rent-content{flex:1;display:flex;flex-direction:column;justify-content:space-between}.rent-text{flex:1}.rent-title{font-weight:600;line-height:1.3;margin-bottom:.5rem;color:var(--theme-primary)}.rent-description{line-height:1.5}.rent-description,.rent-meta{color:var(--muted-foreground);margin-bottom:1rem}.rent-meta{flex-wrap:wrap;gap:1rem;font-size:.875rem}.rent-meta,.rent-meta>div{display:flex;align-items:center}.rent-meta>div{gap:.25rem}.rent-price{display:flex;align-items:center;color:var(--primary);font-weight:500;margin-top:1rem;transition:color .2s ease}.grid-card{height:100%;min-height:400px}.grid-card .rent-image-container{height:200px;width:100%}.grid-card .rent-content{padding:1.5rem}.list-card{width:100%}.list-card .rent-card-inner{flex-direction:row;align-items:flex-start}.list-card .rent-image-container{width:250px;height:230px;flex-shrink:0}.list-card .rent-content{flex:1;padding:1.5rem}.card-layout{min-height:500px}.card-layout .rent-image-container{height:220px;width:100%}.card-layout .rent-content{padding:1.5rem}.rent-featured-layout{display:flex;flex-direction:column;gap:2rem}.featured-card{height:100%}.featured-card .rent-image-container{height:320px;width:100%}.featured-card .rent-content{padding:1.5rem}.featured-card .rent-title{font-size:1.5rem;font-weight:700;line-height:1.2;margin-bottom:1rem}.featured-card .rent-description{font-size:1rem;line-height:1.6;margin-bottom:1.5rem}.side-card{height:100%}.side-card .rent-image-container{height:120px;width:100%}.side-card .rent-content{padding:1rem}.side-card .rent-title{font-size:1rem;font-weight:600;line-height:1.3;margin-bottom:.5rem}.side-card .rent-description{font-size:.875rem;line-height:1.4;margin-bottom:.75rem}@media (min-width:1024px){.rent-featured-layout{display:grid;grid-template-columns:2fr 1fr;gap:2rem}.rent-featured-layout>div{display:flex;flex-direction:column}.featured-card{flex:1}.rent-featured-layout>div:last-child{display:flex;flex-direction:column;gap:1rem}.rent-featured-layout>div:last-child>div{flex:1}}@media (max-width:768px){.rent-block-container{padding:2rem 1rem}.rent-block-title{font-size:2rem}.rent-cards,.rent-grid{grid-template-columns:1fr}.list-card .rent-card-inner{flex-direction:column}.list-card .rent-image-container{width:100%;height:200px}.rent-meta{gap:.5rem;font-size:.75rem}}@media (max-width:480px){.rent-block-container{padding:1.5rem .5rem}.rent-block-title{font-size:1.75rem}.rent-card{border-radius:8px}.card-layout .rent-content,.grid-card .rent-content,.list-card .rent-content{padding:1rem}}.line-clamp-2{-webkit-line-clamp:2}.line-clamp-2,.line-clamp-3{display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden}.line-clamp-3{-webkit-line-clamp:3}.rent-block-container .loading-state{display:flex;align-items:center;justify-content:center;padding:3rem;color:var(--muted-foreground)}.rent-block-container .loading-state svg{animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.animate-spin{animation:spin 1s linear infinite}