@charset "UTF-8";*{margin:0;padding:0;box-sizing:border-box}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f9fafb}.navbar{background-color:#fff;box-shadow:0 1px 3px #0000001a;position:sticky;top:0;z-index:100}.navbar-container{max-width:80rem;margin:0 auto;padding:1rem 1.5rem;display:flex;justify-content:space-between;align-items:center}.navbar-logo{font-size:1.5rem;font-weight:700;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-decoration:none}.navbar-toggle{display:none;background:none;border:none;cursor:pointer;padding:.5rem;color:#374151}.navbar-toggle svg{width:1.75rem;height:1.75rem}.navbar-menu{display:flex;align-items:center;gap:2rem}.navbar-link{color:#374151;text-decoration:none;font-weight:500;transition:color .2s}.navbar-link:hover{color:#6366f1}.navbar-auth{display:flex;gap:1rem;align-items:center}.btn-nav-primary{padding:.5rem 1.5rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:.5rem;font-weight:500;text-decoration:none;cursor:pointer;transition:transform .2s;display:inline-flex;align-items:center;gap:.5rem}.btn-nav-primary:hover{transform:translateY(-2px)}.navbar-credits-badge{background:#ffffff40;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:.25rem .625rem;border-radius:1rem;font-size:.875rem;font-weight:600;border:1px solid rgba(255,255,255,.3)}.btn-nav-secondary{padding:.5rem 1.5rem;background:transparent;color:#374151;border:1px solid #d1d5db;border-radius:.5rem;font-weight:500;text-decoration:none;cursor:pointer;transition:all .2s;display:inline-block}.btn-nav-secondary:hover{background-color:#f3f4f6;border-color:#9ca3af}.hero{background:linear-gradient(135deg,#667eea,#764ba2);padding:6rem 1.5rem;text-align:center;color:#fff}.hero-content{max-width:50rem;margin:0 auto}.hero-title{font-size:3rem;font-weight:800;margin-bottom:1.5rem;line-height:1.2}.hero-brand{display:inline-block;background:#fff;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-subtitle{font-size:1.25rem;margin-bottom:2rem;opacity:.95}.hero-actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.btn-hero-primary{padding:1rem 2rem;background:#fff;color:#6366f1;border:none;border-radius:.5rem;font-weight:600;font-size:1.125rem;text-decoration:none;cursor:pointer;transition:transform .2s;display:inline-block}.btn-hero-primary:hover{transform:translateY(-2px)}.btn-hero-secondary{padding:1rem 2rem;background:transparent;color:#fff;border:2px solid white;border-radius:.5rem;font-weight:600;font-size:1.125rem;text-decoration:none;cursor:pointer;transition:all .2s;display:inline-block}.btn-hero-secondary:hover{background:#ffffff1a}.features{padding:5rem 1.5rem;background-color:#fff}.container{max-width:80rem;margin:0 auto}.section-title{font-size:2.5rem;font-weight:700;text-align:center;margin-bottom:3rem;color:#111827}.features-grid{display:grid;grid-template-columns:repeat(1,1fr);gap:2rem}@media(min-width:768px){.features-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.features-grid{grid-template-columns:repeat(4,1fr)}}.activities-grid{display:grid;gap:2rem;align-items:stretch}@media(min-width:1024px){.activities-grid{grid-template-columns:repeat(3,1fr)}}@media(min-width:768px)and (max-width:1023px){.activities-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:767px){.activities-grid{grid-template-columns:1fr}}.feature-card{text-align:center;padding:2rem;border-radius:.5rem;transition:transform .2s}.feature-card:hover{transform:translateY(-4px)}.feature-icon{width:4rem;height:4rem;margin:0 auto 1.5rem;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:1rem;display:flex;align-items:center;justify-content:center}.feature-icon svg{width:2rem;height:2rem;color:#fff}.feature-card h3{font-size:1.25rem;font-weight:600;margin-bottom:.75rem;color:#111827}.feature-card p{color:#6b7280;line-height:1.6}.cta{background:linear-gradient(135deg,#667eea,#764ba2);padding:5rem 1.5rem;text-align:center;color:#fff}.cta-content{max-width:50rem;margin:0 auto}.cta-title{font-size:2.5rem;font-weight:700;margin-bottom:1rem}.cta-text{font-size:1.125rem;margin-bottom:2rem;opacity:.95}.btn-cta{padding:1rem 2.5rem;background:#fff;color:#6366f1;border:none;border-radius:.5rem;font-weight:600;font-size:1.125rem;text-decoration:none;cursor:pointer;transition:transform .2s;display:inline-block}.btn-cta:hover{transform:translateY(-2px)}.footer{background-color:#1f2937;color:#9ca3af;padding:3rem 1.5rem 1.5rem}.footer-content{max-width:80rem;margin:0 auto;display:grid;grid-template-columns:repeat(1,1fr);gap:2rem;margin-bottom:2rem}@media(min-width:768px){.footer-content{grid-template-columns:repeat(3,1fr)}}.footer-section h4{color:#fff;font-weight:600;margin-bottom:1rem}.footer-title{font-size:1.125rem}.footer-text{line-height:1.6;margin-bottom:.5rem}.footer-links{list-style:none;padding:0}.footer-links li{margin-bottom:.5rem}.footer-links a{color:#9ca3af;text-decoration:none;transition:color .2s}.footer-links a:hover{color:#fff}.footer-bottom{max-width:80rem;margin:0 auto;padding-top:2rem;border-top:1px solid #374151;text-align:center}.auth-page{min-height:100vh;background-color:#f9fafb}.auth-container{min-height:calc(100vh - 80px);display:flex;align-items:center;justify-content:center;padding:2rem 1rem}.auth-box{width:100%;max-width:28rem;background:#fff;padding:2.5rem;border-radius:.75rem;box-shadow:0 10px 25px -5px #0000001a}.auth-header{text-align:center;margin-bottom:2rem}.auth-title{font-size:1.875rem;font-weight:700;color:#111827;margin-bottom:.5rem}.auth-subtitle{color:#6b7280;font-size:.875rem}.auth-form{display:flex;flex-direction:column;gap:1.5rem}.form-group-auth{display:flex;flex-direction:column;gap:.5rem}.form-group-auth label{font-size:.875rem;font-weight:500;color:#374151}.form-input-auth{width:100%;padding:.75rem;border:1px solid #d1d5db;border-radius:.5rem;font-size:.875rem;outline:none;transition:all .2s;font-family:inherit}.form-input-auth:focus{border-color:#6366f1;box-shadow:0 0 0 3px #6366f11a}.form-input-auth::placeholder{color:#9ca3af}.form-row-auth{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.form-footer{text-align:right}.forgot-link{font-size:.875rem;color:#6366f1;text-decoration:none;font-weight:500}.forgot-link:hover{text-decoration:underline}.btn-auth-primary{width:100%;padding:.75rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:.5rem;font-weight:600;font-size:1rem;cursor:pointer;transition:transform .2s}.btn-auth-primary:hover:not(:disabled){transform:translateY(-2px)}.btn-auth-primary:disabled{opacity:.6;cursor:not-allowed}.auth-footer{margin-top:1.5rem;text-align:center;font-size:.875rem;color:#6b7280}.auth-link{color:#6366f1;text-decoration:none;font-weight:600}.auth-link:hover{text-decoration:underline}.alert{padding:.75rem 1rem;border-radius:.5rem;margin-bottom:1rem}.alert-error{background-color:#fef2f2;border:1px solid #fecaca;color:#991b1b}.dashboard-page{min-height:100vh;background-color:#f9fafb}.dashboard-container{max-width:80rem;margin:0 auto;padding:2rem 1.5rem}.dashboard-header-user{margin-bottom:2rem}.user-welcome{background:linear-gradient(135deg,#667eea,#764ba2);padding:2rem;border-radius:.75rem;color:#fff}.dashboard-title-user{font-size:2rem;font-weight:700;margin-bottom:.5rem}.dashboard-subtitle{font-size:1rem;opacity:.95}.dashboard-content-user{display:flex;flex-direction:column;gap:2rem}.stats-grid-user{display:grid;grid-template-columns:repeat(1,1fr);gap:1.5rem}@media(min-width:768px){.stats-grid-user{grid-template-columns:repeat(3,1fr)}}.stat-card-user{background:#fff;padding:1.5rem;border-radius:.75rem;box-shadow:0 1px 3px #0000001a;display:flex;align-items:center;gap:1rem}.stat-icon-user{width:3rem;height:3rem;border-radius:.75rem;display:flex;align-items:center;justify-content:center;flex-shrink:0}.stat-icon-user svg{width:1.5rem;height:1.5rem;color:#fff}.bg-blue{background-color:#3b82f6}.bg-green{background-color:#10b981}.bg-purple{background-color:#8b5cf6}.credit-card{position:relative;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:1rem;padding:1.5rem;min-height:200px;box-shadow:0 10px 30px #667eea4d;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease;grid-column:span 1}.credit-card:hover{transform:translateY(-5px);box-shadow:0 15px 40px #667eea66}.credit-card-background{position:absolute;top:-50%;right:-20%;width:300px;height:300px;background:radial-gradient(circle,rgba(255,255,255,.1) 0%,transparent 70%);border-radius:50%;pointer-events:none}.credit-card-content{position:relative;z-index:1;display:flex;flex-direction:column;height:100%;justify-content:space-between;color:#fff}.credit-card-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1.5rem}.credit-card-chip{width:50px;height:38px;color:#ffffffe6}.credit-card-chip svg{width:100%;height:100%;filter:drop-shadow(0 2px 4px rgba(0,0,0,.2))}.credit-card-logo{width:48px;height:32px;color:#fff9}.credit-card-logo svg{width:100%;height:100%}.credit-card-balance{margin-bottom:1.5rem}.credit-card-label{font-size:.75rem;text-transform:uppercase;letter-spacing:.05em;color:#fffc;margin-bottom:.5rem;font-weight:500}.credit-card-amount{font-size:2.5rem;font-weight:700;color:#fff;text-shadow:0 2px 10px rgba(0,0,0,.2);line-height:1}.credit-card-currency{font-size:1.25rem;font-weight:500;margin-left:.25rem;color:#ffffffe6}.credit-card-footer{display:flex;justify-content:space-between;align-items:flex-end}.credit-card-holder-label,.credit-card-valid-label{font-size:.625rem;text-transform:uppercase;letter-spacing:.05em;color:#ffffffb3;margin-bottom:.25rem}.credit-card-holder-name,.credit-card-valid-date{font-size:.875rem;font-weight:600;color:#fff;text-transform:uppercase;letter-spacing:.05em}.stat-content{flex:1}.stat-label{font-size:.875rem;color:#6b7280;margin-bottom:.25rem}.stat-value{font-size:1.875rem;font-weight:700;color:#111827}.section-card{background:#fff;padding:2rem;border-radius:.75rem;box-shadow:0 1px 3px #0000001a;margin-bottom:2rem}.section-header{margin-bottom:1.5rem}.section-title{font-size:1.5rem;font-weight:600;color:#111827}.loading-state{text-align:center;padding:3rem}.spinner{border:3px solid #e5e7eb;border-top:3px solid #6366f1;border-radius:50%;width:3rem;height:3rem;animation:spin 1s linear infinite;margin:0 auto 1rem}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.empty-state{text-align:center;padding:3rem;color:#6b7280}.empty-icon{width:4rem;height:4rem;margin:0 auto 1rem;color:#d1d5db}.empty-state h3{font-size:1.25rem;color:#374151;margin-bottom:.5rem}.bookings-list{display:grid;gap:1.5rem}.booking-card{background:#fff;border:1px solid #e5e7eb;border-radius:.5rem;padding:0;transition:all .3s ease;box-shadow:0 1px 3px #0000000d;display:flex;flex-direction:column;height:100%;overflow:hidden}.booking-card:hover{box-shadow:0 8px 16px #0000001a;transform:translateY(-2px);border-color:#3b82f6}.booking-image-container{width:100%;height:180px;overflow:hidden;background-color:#f3f4f6;display:flex;align-items:center;justify-content:center;flex-shrink:0;position:relative}.booking-image{width:100%;height:100%;object-fit:cover}.booking-image-container .status-badge{position:absolute;top:.5rem;right:.5rem;z-index:1}.booking-content{padding:1.5rem;flex:1;display:flex;flex-direction:column}.booking-header{display:flex;justify-content:space-between;align-items:start;margin-bottom:1rem;gap:1rem}.booking-title{font-size:1.25rem;font-weight:700;color:#111827;flex:1;line-height:1.4;margin-bottom:.5rem}.booking-description{color:#6b7280;font-size:.9375rem;line-height:1.6;margin-bottom:1rem;overflow-y:auto;flex:1;max-height:6rem;padding-right:.5rem}.booking-description::-webkit-scrollbar{width:4px}.booking-description::-webkit-scrollbar-track{background:#f1f1f1;border-radius:4px}.booking-description::-webkit-scrollbar-thumb{background:#3b82f6;border-radius:4px}.booking-description::-webkit-scrollbar-thumb:hover{background:#2563eb}.status-badge{padding:.375rem .875rem;border-radius:.375rem;font-size:.8125rem;font-weight:600;text-transform:uppercase;letter-spacing:.025em;white-space:nowrap;box-shadow:0 1px 2px #0000000d}.status-confirmed{background-color:#10b981;color:#fff}.status-pending{background-color:#3b82f6;color:#fff}.status-cancelled{background-color:#ef4444;color:#fff}.booking-details{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1rem;margin-top:1.25rem;margin-bottom:1.25rem;padding-top:1rem;border-top:1px solid #f3f4f6}.booking-detail{display:flex;align-items:center;gap:.625rem}.booking-note{margin-top:1rem;padding:.75rem;background-color:#f8f9fa;border-radius:.5rem;border-left:3px solid #3b82f6}.booking-note p{color:#6c757d;margin:0;line-height:1.5;color:#4b5563;font-size:.875rem;font-weight:500}.detail-icon{width:1.25rem;height:1.25rem;flex-shrink:0;color:#3b82f6}.booking-card-footer{margin-top:auto;padding-top:1rem;display:flex;flex-direction:column}.booking-actions{display:flex;gap:.75rem;margin-top:auto;padding-top:1rem}.btn-booking-details,.btn-request-status{all:unset;width:100%!important;height:40px!important;min-height:40px!important;max-height:40px!important;padding:0 1rem!important;margin:0!important;display:flex!important;align-items:center!important;justify-content:center!important;box-sizing:border-box!important;border:none!important;border-radius:.5rem!important;font-size:.875rem!important;font-weight:600!important;font-family:inherit!important;line-height:normal!important;text-align:center!important;text-decoration:none!important;color:#fff!important;cursor:pointer!important;transition:all .3s ease!important;vertical-align:middle!important}.btn-booking-details{background:linear-gradient(135deg,#3b82f6,#2563eb)!important}.btn-booking-details:hover:not(:disabled){background:linear-gradient(135deg,#2563eb,#1d4ed8)!important}.btn-booking-details:disabled{background:#9ca3af!important;cursor:not-allowed!important}.btn-request-status{cursor:not-allowed!important}.btn-booking-cancel{padding:.5rem 1rem;background-color:transparent;color:#dc2626;border:1px solid #dc2626;border-radius:.375rem;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s}.btn-booking-cancel:hover{background-color:#fee2e2}.btn-delete{width:100%;padding:0 1rem;height:40px;background-color:#ef4444;color:#fff;border:none;border-radius:.5rem;font-size:.875rem;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.5rem;transition:background-color .2s;box-sizing:border-box}.btn-delete:hover:not(:disabled){background-color:#dc2626}.btn-delete:disabled{background-color:#9ca3af;cursor:not-allowed}.booking-card-footer .booking-actions{margin-top:0;padding-top:1rem;border-top:1px solid #e5e7eb}.profile-info{display:grid;gap:1rem}.profile-item{display:flex;justify-content:space-between;padding:.75rem;background-color:#f9fafb;border-radius:.5rem}.profile-label{font-weight:500;color:#6b7280}.profile-value{color:#111827;text-align:right}@media(max-width:639px){.navbar-container{padding:.75rem 1rem;position:relative}.navbar-logo{font-size:1.25rem}.navbar-toggle{display:block;z-index:1001}.navbar-menu{position:fixed;top:0;right:-100%;width:80%;max-width:300px;height:100vh;background:#fff;box-shadow:-2px 0 10px #0000001a;flex-direction:column;align-items:flex-start;padding:5rem 1.5rem 2rem;gap:1.5rem;transition:right .3s ease-in-out;z-index:1000;overflow-y:auto}.navbar-menu.active{right:0}.navbar-link{font-size:1rem;width:100%;padding:.75rem 0;border-bottom:1px solid #f3f4f6}.navbar-auth{flex-direction:column;width:100%;gap:.75rem;margin-top:auto;padding-top:1.5rem;border-top:2px solid #f3f4f6}.btn-nav-primary,.btn-nav-secondary{width:100%;text-align:center;padding:.75rem 1rem;font-size:1rem}.hero{padding:3rem 1rem}.hero-title{font-size:2rem}.hero-subtitle{font-size:1rem}.hero-actions{flex-direction:column}.btn-hero-primary,.btn-hero-secondary{width:100%}.features{padding:3rem 1rem}.section-title{font-size:1.75rem}.features-grid{grid-template-columns:1fr}.cta{padding:3rem 1rem}.cta-title{font-size:1.75rem}.cta-text{font-size:1rem}.footer-content{grid-template-columns:1fr;text-align:center}.auth-container{padding:1rem}.auth-box{padding:1.5rem}.auth-title{font-size:1.5rem}.form-row-auth{grid-template-columns:1fr}.dashboard-container{padding:1rem}.dashboard-header-user{margin-bottom:1rem}.user-welcome{padding:1.5rem}.dashboard-title-user{font-size:1.5rem}.stats-grid-user{grid-template-columns:1fr}.stat-card-user{padding:1rem}.credit-card{grid-column:span 1;min-height:180px;padding:1.25rem}.credit-card-amount{font-size:2rem}.credit-card-currency{font-size:1rem}.section-card{padding:1rem}.booking-header{flex-direction:column;align-items:flex-start}.booking-details{flex-direction:column;gap:.75rem}.booking-actions{flex-direction:column}.btn-booking-details,.btn-booking-cancel{width:100%}.profile-item{flex-direction:column;gap:.5rem}.profile-value{text-align:left}}@media(min-width:640px)and (max-width:1023px){.navbar-menu{gap:1.5rem}.hero-title{font-size:2.5rem}.features-grid,.stats-grid-user,.footer-content{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.features-grid{grid-template-columns:repeat(4,1fr)}.stats-grid-user,.footer-content{grid-template-columns:repeat(3,1fr)}}@media(hover:none)and (pointer:coarse){.navbar-link,.btn-nav-primary,.btn-nav-secondary,.btn-hero-primary,.btn-hero-secondary,.btn-cta,.btn-auth-primary,.btn-booking-details,.btn-booking-cancel{min-height:44px;min-width:44px;display:inline-flex;align-items:center;justify-content:center}.form-input-auth,input,textarea,select{font-size:16px;min-height:44px}.navbar-menu,.bookings-list{-webkit-overflow-scrolling:touch}.feature-card,.booking-card{padding:1.25rem}.navbar-auth button,.navbar-auth a{padding:.75rem 1.25rem}}@media(max-width:767px)and (orientation:landscape){.hero{padding:2rem 1rem}.hero-title{font-size:1.75rem}.user-welcome{padding:1rem}.dashboard-title-user{font-size:1.25rem}}@media(display-mode:standalone){.navbar{padding-top:env(safe-area-inset-top)}.dashboard-page,.auth-page,.home-page{padding-bottom:env(safe-area-inset-bottom)}}.filter-bar{display:flex;flex-wrap:wrap;gap:1.5rem;align-items:flex-end;padding:1.5rem;background:#fff;border-radius:.75rem;box-shadow:0 2px 8px #00000014;margin-bottom:2.5rem}.filter-group{flex:1;min-width:200px}.filter-label{display:flex;align-items:center;gap:.5rem;font-size:.9375rem;font-weight:600;color:#374151;margin-bottom:.5rem}.filter-icon{width:1.125rem;height:1.125rem;color:#3b82f6}.filter-select{width:100%;padding:.75rem 2.5rem .75rem 1rem;font-size:.9375rem;color:#1f2937;background-color:#fff;border:1.5px solid #d1d5db;border-radius:.5rem;cursor:pointer;transition:all .2s ease;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");background-position:right .5rem center;background-repeat:no-repeat;background-size:1.5em 1.5em;appearance:none}.filter-select:hover{border-color:#9ca3af}.filter-select:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.filter-clear-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff;border:none;border-radius:.5rem;font-size:.9375rem;font-weight:600;cursor:pointer;transition:all .2s ease;box-shadow:0 2px 4px #ef44444d}.filter-clear-btn:hover{background:linear-gradient(135deg,#dc2626,#b91c1c);box-shadow:0 4px 8px #ef444466;transform:translateY(-1px)}.filter-clear-btn .filter-icon{width:1rem;height:1rem;color:#fff}@media(max-width:768px){.filter-bar{flex-direction:column;align-items:stretch}.filter-group{width:100%;min-width:auto}.filter-clear-btn{width:100%;justify-content:center}}.pricing-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-top:2rem}.pricing-card{background:#fff;border:2px solid #e5e7eb;border-radius:.75rem;padding:2rem;display:flex;flex-direction:column;transition:all .3s ease;position:relative;overflow:hidden}.pricing-card:hover{border-color:#3b82f6;box-shadow:0 12px 24px #0000001a;transform:translateY(-4px)}.pricing-card-member{border-color:#8b5cf6}.pricing-card-member:hover{border-color:#7c3aed}.pricing-card-featured{border-color:#3b82f6;border-width:3px;box-shadow:0 8px 16px #3b82f626}.pricing-card-featured:hover{border-color:#2563eb;box-shadow:0 16px 32px #3b82f640}.pricing-badge{display:inline-block;padding:.375rem .875rem;background:#8b5cf6;color:#fff;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;border-radius:9999px;margin-bottom:1rem;width:fit-content}.pricing-badge-popular{background:linear-gradient(135deg,#f59e0b,#f97316);animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.8}}.pricing-title{font-size:1.5rem;font-weight:700;color:#111827;margin-bottom:.75rem}.pricing-price{margin:1rem 0}.price-amount{font-size:3rem;font-weight:800;color:#3b82f6;line-height:1}.price-period{font-size:1.125rem;color:#6b7280;font-weight:500}.pricing-description{color:#6b7280;font-size:.9375rem;margin-bottom:1.5rem;line-height:1.5}.pricing-features{list-style:none;padding:0;margin:0 0 2rem;flex:1}.pricing-features li{display:flex;align-items:flex-start;gap:.75rem;padding:.75rem 0;color:#374151;font-size:.9375rem;line-height:1.5}.pricing-features li svg{width:1.25rem;height:1.25rem;color:#10b981;flex-shrink:0;margin-top:.125rem}.pricing-btn{width:100%;padding:.875rem 1.5rem;background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;border:none;border-radius:.5rem;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease;box-shadow:0 2px 4px #3b82f64d}.pricing-btn:hover{background:linear-gradient(135deg,#2563eb,#1d4ed8);box-shadow:0 4px 8px #3b82f666;transform:translateY(-1px)}.pricing-btn-member{background:linear-gradient(135deg,#8b5cf6,#7c3aed);box-shadow:0 2px 4px #8b5cf64d}.pricing-btn-member:hover{background:linear-gradient(135deg,#7c3aed,#6d28d9);box-shadow:0 4px 8px #8b5cf666}.pricing-btn-featured{background:linear-gradient(135deg,#f59e0b,#f97316);box-shadow:0 2px 4px #f59e0b4d}.pricing-btn-featured:hover{background:linear-gradient(135deg,#f97316,#ea580c);box-shadow:0 4px 8px #f59e0b66}@media(max-width:768px){.pricing-grid{grid-template-columns:1fr}.pricing-card{padding:1.5rem}.price-amount{font-size:2.5rem}}.dashboard-submenu{background:#fff;border-radius:.75rem;padding:.5rem;margin-bottom:2rem;box-shadow:0 2px 8px #00000014}.submenu-nav{display:flex;gap:.5rem;flex-wrap:wrap}.submenu-link{display:flex;align-items:center;gap:.5rem;padding:.875rem 1.5rem;border-radius:.5rem;font-size:.9375rem;font-weight:500;color:#6b7280;text-decoration:none;transition:all .2s ease;border:1.5px solid transparent}.submenu-link:hover{background:#f3f4f6;color:#374151}.submenu-link.active{background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;border-color:#3b82f6;box-shadow:0 2px 8px #3b82f64d}.submenu-icon{width:1.125rem;height:1.125rem}.room-selection{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1rem}.room-select-btn{display:flex;align-items:center;gap:1rem;padding:1.25rem;background:#fff;border:2px solid #e5e7eb;border-radius:.75rem;cursor:pointer;transition:all .2s ease;text-align:left}.room-select-btn:hover{border-color:#3b82f6;box-shadow:0 4px 12px #3b82f626;transform:translateY(-2px)}.room-select-btn.active{border-color:#3b82f6;background:linear-gradient(135deg,#3b82f60d,#2563eb0d);box-shadow:0 4px 12px #3b82f633}.room-icon{width:2rem;height:2rem;color:#3b82f6;flex-shrink:0}.room-name{font-size:1rem;font-weight:600;color:#111827;margin-bottom:.25rem}.room-capacity{font-size:.875rem;color:#6b7280}.room-info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.5rem;margin-bottom:1.5rem}.info-card{display:flex;align-items:center;gap:1rem;padding:1.25rem;background:#f9fafb;border:1.5px solid #e5e7eb;border-radius:.75rem;transition:all .2s ease}.info-card:hover{border-color:#d1d5db;box-shadow:0 2px 8px #0000000d}.info-icon{width:2.5rem;height:2.5rem;padding:.625rem;border-radius:.5rem;flex-shrink:0}.info-icon svg{width:100%;height:100%;color:#fff}.info-icon-blue{background:linear-gradient(135deg,#3b82f6,#2563eb)}.info-icon-green{background:linear-gradient(135deg,#10b981,#059669)}.info-icon-purple{background:linear-gradient(135deg,#8b5cf6,#7c3aed)}.info-icon-orange{background:linear-gradient(135deg,#f59e0b,#f97316)}.info-label{font-size:.8125rem;font-weight:500;color:#6b7280;margin:0 0 .25rem}.info-value{font-size:1.25rem;font-weight:700;color:#111827;margin:0}.room-description{margin-top:1.5rem;padding:1.25rem;background:#f9fafb;border-left:3px solid #3b82f6;border-radius:.5rem}.description-label{font-size:.9375rem;font-weight:600;color:#374151;margin:0 0 .5rem}.room-description p{font-size:.9375rem;color:#6b7280;margin:0;line-height:1.6}.reservations-table,.payments-table{overflow-x:auto;border-radius:.75rem;border:1.5px solid #e5e7eb}.reservations-table table,.payments-table table{width:100%;border-collapse:collapse;background:#fff}.reservations-table thead,.payments-table thead{background:linear-gradient(135deg,#f9fafb,#f3f4f6);border-bottom:2px solid #e5e7eb}.reservations-table th,.payments-table th{padding:1rem 1.25rem;text-align:left;font-size:.8125rem;font-weight:700;color:#374151;text-transform:uppercase;letter-spacing:.05em}.reservations-table td,.payments-table td{padding:1rem 1.25rem;font-size:.9375rem;color:#6b7280;border-top:1px solid #e5e7eb}.reservations-table tbody tr,.payments-table tbody tr{transition:background-color .2s ease}.reservations-table tbody tr:hover,.payments-table tbody tr:hover{background:#f9fafb}.user-cell{display:flex;align-items:center;gap:.75rem}.user-avatar{width:2.5rem;height:2.5rem;border-radius:50%;background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1rem;flex-shrink:0}.user-name{font-weight:600;color:#111827;font-size:.9375rem}.user-email{font-size:.8125rem;color:#9ca3af}.amount-cell{font-weight:700;color:#10b981;font-size:1rem}@media(max-width:768px){.submenu-nav{flex-direction:column}.submenu-link{width:100%;justify-content:flex-start}.room-info-grid{grid-template-columns:1fr}.reservations-table,.payments-table{font-size:.875rem}.reservations-table th,.payments-table th,.reservations-table td,.payments-table td{padding:.75rem}}.animator-profile-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;margin-top:1.5rem}.profile-field{display:flex;flex-direction:column;gap:.5rem}.profile-field.full-width{grid-column:1 / -1}.profile-field-label{display:flex;align-items:center;gap:.5rem;font-size:.875rem;font-weight:600;color:#374151}.field-icon{width:1.125rem;height:1.125rem;color:#3b82f6}.profile-field-value{padding:.875rem 1rem;background:#f9fafb;border:1.5px solid #e5e7eb;border-radius:.5rem;color:#6b7280;font-size:.9375rem;min-height:2.75rem;display:flex;align-items:center}.profile-field-input{padding:.875rem 1rem;background:#fff;border:1.5px solid #d1d5db;border-radius:.5rem;color:#111827;font-size:.9375rem;font-family:inherit;transition:all .2s ease}.profile-field-input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.profile-field-input::placeholder{color:#9ca3af}.btn-edit-profile{display:flex;align-items:center;gap:.5rem;padding:.625rem 1.25rem;background:#fff;border:1.5px solid #d1d5db;border-radius:.5rem;color:#374151;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease}.btn-edit-profile:hover{border-color:#3b82f6;color:#3b82f6;background:#f9fafb}.btn-edit-profile .btn-icon{width:1rem;height:1rem}.profile-actions{margin-top:1.5rem;display:flex;justify-content:flex-end;gap:1rem}.btn-save-profile{display:flex;align-items:center;gap:.5rem;padding:.875rem 2rem;background:linear-gradient(135deg,#10b981,#059669);color:#fff;border:none;border-radius:.5rem;font-size:.9375rem;font-weight:600;cursor:pointer;transition:all .2s ease;box-shadow:0 2px 4px #10b9814d}.btn-save-profile:hover{background:linear-gradient(135deg,#059669,#047857);box-shadow:0 4px 8px #10b98166;transform:translateY(-1px)}.btn-save-profile .btn-icon{width:1.125rem;height:1.125rem}.earnings-badge{display:flex;align-items:center;gap:.5rem;padding:.625rem 1.25rem;background:linear-gradient(135deg,#10b981,#059669);color:#fff;border-radius:.5rem;font-size:.9375rem;font-weight:600;box-shadow:0 2px 4px #10b9814d}.earnings-icon{width:1.25rem;height:1.25rem}.documents-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem;margin-top:1rem}.document-card{display:flex;align-items:center;gap:1rem;padding:1.25rem;background:#fff;border:1.5px solid #e5e7eb;border-radius:.75rem;transition:all .2s ease}.document-card:hover{border-color:#3b82f6;box-shadow:0 4px 12px #3b82f626;transform:translateY(-2px)}.document-icon{width:3rem;height:3rem;padding:.75rem;background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;border-radius:.5rem;flex-shrink:0}.document-icon svg{width:100%;height:100%}.document-info{flex:1;min-width:0}.document-name{font-size:.9375rem;font-weight:600;color:#111827;margin:0 0 .25rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.document-meta{display:flex;gap:1rem;font-size:.8125rem;color:#6b7280}.document-size,.document-date{display:flex;align-items:center}.document-actions{display:flex;gap:.5rem}.btn-document-action{width:2.25rem;height:2.25rem;padding:.5rem;background:#f3f4f6;border:none;border-radius:.5rem;color:#6b7280;cursor:pointer;transition:all .2s ease;flex-shrink:0}.btn-document-action:hover{background:#e5e7eb;color:#3b82f6}.btn-document-action.btn-delete:hover{background:#fee2e2;color:#ef4444}.btn-document-action svg{width:100%;height:100%}.btn-upload-document{display:flex;align-items:center;gap:.5rem;padding:.625rem 1.25rem;background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;border:none;border-radius:.5rem;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease;box-shadow:0 2px 4px #3b82f64d}.btn-upload-document:hover{background:linear-gradient(135deg,#2563eb,#1d4ed8);box-shadow:0 4px 8px #3b82f666;transform:translateY(-1px)}.btn-upload-document .btn-icon{width:1rem;height:1rem}.hidden-file-input{display:none}@media(max-width:768px){.animator-profile-grid{grid-template-columns:1fr}.profile-field.full-width{grid-column:1}.documents-grid{grid-template-columns:1fr}.document-card{flex-wrap:wrap}.document-info{flex-basis:100%}.document-actions{margin-top:.75rem}}.calendar-container{padding:1.5rem;background:#fff;border-radius:.75rem;margin-top:1rem}.rbc-calendar{font-family:inherit}.rbc-header{padding:1rem .5rem;font-weight:600;font-size:.875rem;color:#374151;background:#f9fafb;border-bottom:2px solid #e5e7eb}.rbc-today{background-color:#eff6ff}.rbc-toolbar{padding:1rem 0;margin-bottom:1rem;border-bottom:2px solid #e5e7eb}.rbc-toolbar button{padding:.5rem 1rem;background:#fff;border:1.5px solid #d1d5db;border-radius:.5rem;color:#374151;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease}.rbc-toolbar button:hover{background:#f3f4f6;border-color:#3b82f6;color:#3b82f6}.rbc-toolbar button.rbc-active{background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;border-color:#3b82f6}.rbc-toolbar button.rbc-active:hover{background:linear-gradient(135deg,#2563eb,#1d4ed8)}.rbc-event{padding:.25rem .5rem;font-size:.8125rem;font-weight:500;cursor:pointer;transition:transform .2s ease}.rbc-event:hover{transform:scale(1.02);box-shadow:0 2px 8px #00000026}.rbc-event-label{font-size:.75rem}.rbc-month-view,.rbc-time-view,.rbc-agenda-view{border:1.5px solid #e5e7eb;border-radius:.5rem;overflow:hidden}.rbc-day-bg{border-left:1px solid #e5e7eb}.rbc-time-slot{border-top:1px solid #f3f4f6}.rbc-current-time-indicator{background-color:#ef4444;height:2px}.rbc-agenda-table{border:none}.rbc-agenda-table tbody>tr>td{padding:.75rem;border-bottom:1px solid #e5e7eb}.rbc-agenda-table tbody>tr:hover{background:#f9fafb}.rbc-show-more{background-color:#3b82f61a;color:#3b82f6;padding:.125rem .25rem;border-radius:.25rem;font-size:.75rem;font-weight:600;cursor:pointer}.rbc-show-more:hover{background-color:#3b82f633}.admin-tabs{display:flex;gap:.5rem;margin-bottom:2rem;border-bottom:2px solid #e5e7eb;overflow-x:auto}.admin-tab{display:flex;align-items:center;gap:.5rem;padding:1rem 1.5rem;background:transparent;border:none;color:#6b7280;font-size:.9375rem;font-weight:500;cursor:pointer;border-bottom:2px solid transparent;margin-bottom:-2px;transition:all .2s ease;white-space:nowrap}.admin-tab svg{width:1.25rem;height:1.25rem}.admin-tab:hover{color:#3b82f6}.admin-tab.active{color:#3b82f6;border-bottom-color:#3b82f6}.admin-table-container{overflow-x:auto}.admin-table{width:100%;border-collapse:collapse;font-size:.875rem}.admin-table thead{background:#f9fafb;border-bottom:2px solid #e5e7eb}.admin-table th{padding:.75rem 1rem;text-align:left;font-weight:600;color:#374151;font-size:.8125rem;text-transform:uppercase;letter-spacing:.05em}.admin-table td{padding:1rem;border-bottom:1px solid #e5e7eb;color:#1f2937}.admin-table tbody tr{transition:background .15s ease}.admin-table tbody tr:hover{background:#f9fafb}.role-badge{display:inline-flex;align-items:center;padding:.25rem .75rem;border-radius:9999px;font-size:.75rem;font-weight:600}.role-super-admin{background:linear-gradient(135deg,#7c3aed,#6366f1);color:#fff}.role-gestionnaire{background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff}.role-animateur{background:linear-gradient(135deg,#10b981,#059669);color:#fff}.role-client{background:#e5e7eb;color:#374151}.settings-section{display:flex;flex-direction:column;gap:1.5rem}.setting-item{display:flex;align-items:center;justify-content:space-between;padding:1.5rem;background:#f9fafb;border-radius:.75rem;border:1px solid #e5e7eb}.setting-info{flex:1}.setting-title{font-size:1.125rem;font-weight:600;color:#111827;margin-bottom:.25rem}.setting-description{font-size:.875rem;color:#6b7280;margin:0}.toggle-switch{position:relative;display:inline-block;width:52px;height:28px}.toggle-switch input{opacity:0;width:0;height:0}.toggle-slider{position:absolute;cursor:pointer;inset:0;background-color:#cbd5e1;transition:.3s;border-radius:34px}.toggle-slider:before{position:absolute;content:"";height:20px;width:20px;left:4px;bottom:4px;background-color:#fff;transition:.3s;border-radius:50%}.toggle-switch input:checked+.toggle-slider{background:linear-gradient(135deg,#3b82f6,#2563eb)}.toggle-switch input:checked+.toggle-slider:before{transform:translate(24px)}body.dark-mode{background:#0f172a;color:#e2e8f0}body.dark-mode .navbar{background:#1e293b;border-bottom-color:#334155}body.dark-mode .nav-link{color:#cbd5e1}body.dark-mode .nav-link:hover{color:#3b82f6}body.dark-mode .dashboard-page,body.dark-mode .dashboard-container{background:#0f172a}body.dark-mode .section-card{background:#1e293b;border:1px solid #334155}body.dark-mode .section-title{color:#f1f5f9}body.dark-mode .stat-card-user{background:#1e293b;border:1px solid #334155}body.dark-mode .stat-label{color:#cbd5e1}body.dark-mode .stat-value{color:#f1f5f9}body.dark-mode .submenu-link{color:#cbd5e1}body.dark-mode .submenu-link:hover{background:#334155;color:#f1f5f9}body.dark-mode .submenu-link.active{background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff}body.dark-mode .admin-tabs{border-bottom-color:#334155}body.dark-mode .admin-tab{color:#cbd5e1}body.dark-mode .admin-tab:hover{color:#3b82f6}body.dark-mode .admin-tab.active{color:#3b82f6;border-bottom-color:#3b82f6}body.dark-mode .admin-table thead{background:#1e293b;border-bottom-color:#334155}body.dark-mode .admin-table th{color:#cbd5e1}body.dark-mode .admin-table td{color:#e2e8f0;border-bottom-color:#334155}body.dark-mode .admin-table tbody tr:hover{background:#334155}body.dark-mode .setting-item{background:#1e293b;border-color:#334155}body.dark-mode .setting-title{color:#f1f5f9}body.dark-mode .setting-description{color:#cbd5e1}body.dark-mode .booking-card{background:#1e293b;border:1px solid #334155}body.dark-mode .booking-title{color:#f1f5f9}body.dark-mode .booking-description,body.dark-mode .booking-detail{color:#cbd5e1}body.dark-mode .pricing-card{background:#1e293b;border:1px solid #334155}body.dark-mode .pricing-title{color:#f1f5f9}body.dark-mode .pricing-description,body.dark-mode .pricing-features li{color:#cbd5e1}body.dark-mode .profile-item{border-bottom-color:#334155}body.dark-mode .profile-label{color:#cbd5e1}body.dark-mode .profile-value,body.dark-mode .dashboard-title-user{color:#f1f5f9}body.dark-mode .dashboard-subtitle{color:#cbd5e1}body.dark-mode .empty-state h3{color:#f1f5f9}body.dark-mode .empty-state p,body.dark-mode .loading-state p,body.dark-mode .room-info-item{color:#cbd5e1}body.dark-mode .room-description h3{color:#f1f5f9}body.dark-mode .room-description p{color:#cbd5e1}body.dark-mode .reservation-card,body.dark-mode .payment-card,body.dark-mode .total-revenue{background:#1e293b;border:1px solid #334155}body.dark-mode .revenue-amount{color:#f1f5f9}body.dark-mode .calendar-container{background:#1e293b}body.dark-mode .rbc-calendar{background:#1e293b;color:#e2e8f0}body.dark-mode .rbc-header{background:#334155;color:#f1f5f9;border-bottom-color:#475569}body.dark-mode .rbc-month-view,body.dark-mode .rbc-day-bg{background:#1e293b;border-color:#334155}body.dark-mode .rbc-today{background:#334155}body.dark-mode .rbc-off-range-bg{background:#0f172a}body.dark-mode .rbc-toolbar button{color:#cbd5e1;border-color:#334155}body.dark-mode .rbc-toolbar button:hover{background:#334155;color:#f1f5f9}body.dark-mode .rbc-toolbar button.rbc-active{background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff}body.dark-mode .animator-profile-grid textarea,body.dark-mode .animator-profile-grid input{background:#0f172a;color:#e2e8f0;border-color:#334155}body.dark-mode .activity-detail{color:#cbd5e1}body.dark-mode .payment-item,body.dark-mode .document-card{background:#1e293b;border:1px solid #334155}body.dark-mode .document-name{color:#f1f5f9}body.dark-mode .document-size{color:#cbd5e1}body.dark-mode .hero{background:linear-gradient(135deg,#1e293b,#0f172a)}body.dark-mode .hero h1,body.dark-mode .hero p{color:#f1f5f9}body.dark-mode .activities-section{background:#0f172a!important}body.dark-mode .filter-bar{background:#1e293b;border:1px solid #334155}body.dark-mode .filter-label{color:#cbd5e1}body.dark-mode .filter-select{background:#0f172a;color:#e2e8f0;border-color:#334155}body.dark-mode .filter-select:focus{border-color:#3b82f6;background:#0f172a}body.dark-mode .filter-clear-btn{background:#334155;color:#f1f5f9}body.dark-mode .filter-clear-btn:hover{background:#475569}body.dark-mode .activity-card{background:#1e293b;border:1px solid #334155}body.dark-mode .activity-card h3{color:#f1f5f9}body.dark-mode .activity-card p{color:#cbd5e1}body.dark-mode .footer{background:#1e293b;border-top-color:#334155}body.dark-mode .footer p{color:#cbd5e1}body.dark-mode .dashboard-submenu{background:#1e293b;border:1px solid #334155}body.dark-mode .section-header p{color:#cbd5e1}body.dark-mode .room-selector{background:#1e293b;border:1px solid #334155}body.dark-mode .room-selector-label{color:#cbd5e1}body.dark-mode .room-select{background:#0f172a;color:#e2e8f0;border-color:#334155}body.dark-mode .room-select:focus{border-color:#3b82f6}body.dark-mode .room-info-grid{background:#1e293b}body.dark-mode .room-info-label{color:#cbd5e1}body.dark-mode .room-info-value,body.dark-mode .description-label,body.dark-mode .reservation-card h3,body.dark-mode .payment-card h3{color:#f1f5f9}body.dark-mode .reservation-card p,body.dark-mode .payment-card p,body.dark-mode .reservation-detail,body.dark-mode .payment-detail,body.dark-mode .animator-profile-grid label{color:#cbd5e1}body.dark-mode .profile-actions button{color:#e2e8f0}body.dark-mode .btn-save{background:linear-gradient(135deg,#3b82f6,#2563eb)}body.dark-mode .btn-cancel{background:#334155;color:#f1f5f9}body.dark-mode .btn-cancel:hover{background:#475569}body.dark-mode .total-earnings{background:#1e293b;border:1px solid #334155}body.dark-mode .earnings-label{color:#cbd5e1}body.dark-mode .earnings-value{color:#f1f5f9}body.dark-mode .upload-zone{background:#0f172a;border-color:#334155}body.dark-mode .upload-zone p{color:#cbd5e1}body.dark-mode .upload-zone:hover{border-color:#3b82f6;background:#1e293b}body.dark-mode .btn-primary{background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff}body.dark-mode .btn-secondary{background:#334155;color:#f1f5f9}body.dark-mode .btn-secondary:hover{background:#475569}body.dark-mode .btn-danger{background:#ef4444;color:#fff}body.dark-mode .btn-booking-register{background:linear-gradient(135deg,#3b82f6,#2563eb)}body.dark-mode .btn-booking-cancel{background:#334155;color:#f1f5f9}body.dark-mode .btn-booking-cancel:hover{background:#475569}body.dark-mode .auth-container{background:#0f172a}body.dark-mode .auth-card{background:#1e293b;border:1px solid #334155}body.dark-mode .auth-title{color:#f1f5f9}body.dark-mode .form-label{color:#cbd5e1}body.dark-mode .form-input{background:#0f172a;color:#e2e8f0;border-color:#334155}body.dark-mode .form-input:focus{border-color:#3b82f6;background:#0f172a}body.dark-mode .auth-link{color:#3b82f6}body.dark-mode .auth-link:hover{color:#60a5fa}body.dark-mode .rbc-date-cell{color:#e2e8f0}body.dark-mode .rbc-now{color:#3b82f6}body.dark-mode .rbc-current-time-indicator{background-color:#3b82f6}body.dark-mode .rbc-time-slot,body.dark-mode .rbc-day-slot .rbc-time-slot{border-top-color:#334155}body.dark-mode .rbc-time-header-content{border-left-color:#334155}body.dark-mode .rbc-time-content{border-top-color:#334155}body.dark-mode .rbc-agenda-view{background:#1e293b}body.dark-mode .rbc-agenda-table{border-color:#334155}body.dark-mode .rbc-agenda-date-cell,body.dark-mode .rbc-agenda-time-cell,body.dark-mode .rbc-agenda-event-cell{color:#e2e8f0}body.dark-mode input[type=text],body.dark-mode input[type=email],body.dark-mode input[type=password],body.dark-mode input[type=number],body.dark-mode input[type=date],body.dark-mode input[type=time],body.dark-mode textarea,body.dark-mode select{background:#0f172a;color:#e2e8f0;border-color:#334155}body.dark-mode input[type=text]:focus,body.dark-mode input[type=email]:focus,body.dark-mode input[type=password]:focus,body.dark-mode input[type=number]:focus,body.dark-mode input[type=date]:focus,body.dark-mode input[type=time]:focus,body.dark-mode textarea:focus,body.dark-mode select:focus{border-color:#3b82f6;background:#0f172a}body.dark-mode .container{color:#e2e8f0}body.dark-mode hr{border-color:#334155}body.dark-mode .divider{background:#334155}@media print{.navbar,.footer,.btn-booking-cancel,.booking-actions,.filter-bar,.pricing-grid{display:none!important}.hero{background:#fff!important;color:#000!important}.booking-card{break-inside:avoid}}.swiper{width:100%;height:100%;padding:0 10px 50px!important}@media(min-width:768px){.swiper{padding:0 40px 50px!important}}.swiper-slide{display:flex;justify-content:center;align-items:stretch;height:auto!important}.swiper-slide .booking-card{width:100%;max-width:100%}.swiper-button-prev,.swiper-button-next{color:#667eea!important;background-color:#fff;width:50px!important;height:50px!important;border-radius:50%;border:2px solid #667eea;box-shadow:0 2px 8px #00000026;transition:all .3s ease;display:none!important}@media(min-width:768px){.swiper-button-prev,.swiper-button-next{display:flex!important}}.swiper-button-prev:after,.swiper-button-next:after{font-size:20px!important;font-weight:700}.swiper-button-prev:hover,.swiper-button-next:hover{background-color:#667eea;color:#fff!important;transform:scale(1.1)}.swiper-button-disabled{opacity:.5!important}.swiper-pagination-bullet{width:12px!important;height:12px!important;background-color:#d1d5db!important;opacity:1!important;transition:all .3s ease}.swiper-pagination-bullet-active{width:40px!important;border-radius:6px!important;background-color:#667eea!important}.swiper-pagination{bottom:10px!important}:root{--swiper-theme-color: #007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function, initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-slide,.swiper-3d .swiper-cube-shadow{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:#00000026}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,#00000080,#0000)}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color, var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}:is(.swiper:not(.swiper-watch-progress),.swiper-watch-progress .swiper-slide-visible) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color: #fff}.swiper-lazy-preloader-black{--swiper-preloader-color: #000}@keyframes swiper-preloader-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}:root{--swiper-navigation-size: 44px}.swiper-button-prev,.swiper-button-next{position:absolute;width:var(--swiper-navigation-size);height:var(--swiper-navigation-size);z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color, var(--swiper-theme-color))}:is(.swiper-button-prev,.swiper-button-next).swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}:is(.swiper-button-prev,.swiper-button-next).swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled :is(.swiper-button-prev,.swiper-button-next){display:none!important}:is(.swiper-button-prev,.swiper-button-next) svg{width:100%;height:100%;object-fit:contain;transform-origin:center;fill:currentColor;pointer-events:none}.swiper-button-lock{display:none}.swiper-button-prev,.swiper-button-next{top:var(--swiper-navigation-top-offset, 50%);margin-top:calc(0px - (var(--swiper-navigation-size) / 2))}.swiper-button-prev{left:var(--swiper-navigation-sides-offset, 4px);right:auto}.swiper-button-prev .swiper-navigation-icon{transform:rotate(180deg)}.swiper-button-next{right:var(--swiper-navigation-sides-offset, 4px);left:auto}.swiper-horizontal .swiper-button-prev,.swiper-horizontal .swiper-button-next,.swiper-horizontal~.swiper-button-prev,.swiper-horizontal~.swiper-button-next{top:var(--swiper-navigation-top-offset, 50%);margin-top:calc(0px - (var(--swiper-navigation-size) / 2));margin-left:0}.swiper-horizontal .swiper-button-prev,.swiper-horizontal~.swiper-button-prev,.swiper-horizontal.swiper-rtl .swiper-button-next,.swiper-horizontal.swiper-rtl~.swiper-button-next{left:var(--swiper-navigation-sides-offset, 4px);right:auto}.swiper-horizontal .swiper-button-next,.swiper-horizontal~.swiper-button-next,.swiper-horizontal.swiper-rtl .swiper-button-prev,.swiper-horizontal.swiper-rtl~.swiper-button-prev{right:var(--swiper-navigation-sides-offset, 4px);left:auto}:is(.swiper-horizontal .swiper-button-prev,.swiper-horizontal~.swiper-button-prev,.swiper-horizontal.swiper-rtl .swiper-button-next,.swiper-horizontal.swiper-rtl~.swiper-button-next) .swiper-navigation-icon{transform:rotate(180deg)}:is(.swiper-horizontal.swiper-rtl .swiper-button-prev,.swiper-horizontal.swiper-rtl~.swiper-button-prev) .swiper-navigation-icon{transform:rotate(0)}.swiper-vertical .swiper-button-prev,.swiper-vertical .swiper-button-next,.swiper-vertical~.swiper-button-prev,.swiper-vertical~.swiper-button-next{left:var(--swiper-navigation-top-offset, 50%);right:auto;margin-left:calc(0px - (var(--swiper-navigation-size) / 2));margin-top:0}.swiper-vertical .swiper-button-prev,.swiper-vertical~.swiper-button-prev{top:var(--swiper-navigation-sides-offset, 4px);bottom:auto}:is(.swiper-vertical .swiper-button-prev,.swiper-vertical~.swiper-button-prev) .swiper-navigation-icon{transform:rotate(-90deg)}.swiper-vertical .swiper-button-next,.swiper-vertical~.swiper-button-next{bottom:var(--swiper-navigation-sides-offset, 4px);top:auto}:is(.swiper-vertical .swiper-button-next,.swiper-vertical~.swiper-button-next) .swiper-navigation-icon{transform:rotate(90deg)}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translateZ(0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-pagination-fraction,.swiper-pagination-custom,.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal{bottom:var(--swiper-pagination-bottom, 8px);top:var(--swiper-pagination-top, auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));height:var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius, 50%);background:var(--swiper-pagination-bullet-inactive-color, #000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color, var(--swiper-theme-color))}.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets{right:var(--swiper-pagination-right, 8px);left:var(--swiper-pagination-left, auto);top:50%;transform:translate3d(0,-50%,0)}:is(.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets) .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap, 6px) 0;display:block}:is(.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets).swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}:is(.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets).swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}:is(.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-horizontal.swiper-pagination-bullets) .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap, 4px)}:is(.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-horizontal.swiper-pagination-bullets).swiper-pagination-bullets-dynamic{left:50%;transform:translate(-50%);white-space:nowrap}:is(.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-horizontal.swiper-pagination-bullets).swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color, inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, .25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color, var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size, 4px);left:0;top:0}.swiper-vertical>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite{width:var(--swiper-pagination-progressbar-size, 4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.rbc-btn{color:inherit;font:inherit;margin:0}button.rbc-btn{overflow:visible;text-transform:none;-webkit-appearance:button;-moz-appearance:button;appearance:button;cursor:pointer}button[disabled].rbc-btn{cursor:not-allowed}button.rbc-input::-moz-focus-inner{border:0;padding:0}.rbc-calendar{-webkit-box-sizing:border-box;box-sizing:border-box;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}.rbc-m-b-negative-3{margin-bottom:-3px}.rbc-h-full{height:100%}.rbc-calendar *,.rbc-calendar *:before,.rbc-calendar *:after{-webkit-box-sizing:inherit;box-sizing:inherit}.rbc-abs-full,.rbc-row-bg{overflow:hidden;position:absolute;inset:0}.rbc-ellipsis,.rbc-show-more,.rbc-row-segment .rbc-event-content,.rbc-event-label{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{overflow:hidden;-webkit-box-flex:1;-ms-flex:1 0 0%;flex:1 0 0%;text-overflow:ellipsis;white-space:nowrap;padding:0 3px;text-align:center;vertical-align:middle;font-weight:700;font-size:90%;min-height:0;border-bottom:1px solid #ddd}.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{color:inherit;background:none;margin:0;padding:0;border:none;cursor:pointer;-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text}.rbc-row-content{position:relative;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-user-select:none;z-index:4}.rbc-row-content-scrollable{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:100%}.rbc-row-content-scrollable .rbc-row-content-scroll-container{height:100%;overflow-y:scroll;-ms-overflow-style:none;scrollbar-width:none}.rbc-row-content-scrollable .rbc-row-content-scroll-container::-webkit-scrollbar{display:none}.rbc-today{background-color:#eaf6ff}.rbc-toolbar{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:10px;font-size:16px}.rbc-toolbar .rbc-toolbar-label{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;padding:0 10px;text-align:center}.rbc-toolbar button{color:#373a3c;display:inline-block;margin:0;text-align:center;vertical-align:middle;background:none;background-image:none;border:1px solid #ccc;padding:.375rem 1rem;border-radius:4px;line-height:normal;white-space:nowrap}.rbc-toolbar button:active,.rbc-toolbar button.rbc-active{background-image:none;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px #00000020;background-color:#e6e6e6;border-color:#adadad}.rbc-toolbar button:active:hover,.rbc-toolbar button:active:focus,.rbc-toolbar button.rbc-active:hover,.rbc-toolbar button.rbc-active:focus{color:#373a3c;background-color:#d4d4d4;border-color:#8c8c8c}.rbc-toolbar button:focus{color:#373a3c;background-color:#e6e6e6;border-color:#adadad}.rbc-toolbar button:hover{color:#373a3c;cursor:pointer;background-color:#e6e6e6;border-color:#adadad}.rbc-btn-group{display:inline-block;white-space:nowrap}.rbc-btn-group>button:first-child:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.rbc-btn-group>button:last-child:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.rbc-rtl .rbc-btn-group>button:first-child:not(:last-child){border-radius:0 4px 4px 0}.rbc-rtl .rbc-btn-group>button:last-child:not(:first-child){border-radius:4px 0 0 4px}.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{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.rbc-event,.rbc-day-slot .rbc-background-event{border:none;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-shadow:none;box-shadow:none;margin:0;padding:2px 5px;background-color:#3174ad;border-radius:5px;color:#fff;cursor:pointer;width:100%;text-align:left}.rbc-slot-selecting .rbc-event,.rbc-slot-selecting .rbc-day-slot .rbc-background-event,.rbc-day-slot .rbc-slot-selecting .rbc-background-event{cursor:inherit;pointer-events:none}.rbc-event.rbc-selected,.rbc-day-slot .rbc-selected.rbc-background-event{background-color:#265985}.rbc-event:focus,.rbc-day-slot .rbc-background-event:focus{outline:5px auto #3b99fc}.rbc-event-label{font-size:80%}.rbc-event-overlaps{-webkit-box-shadow:-1px 1px 5px 0px rgba(51,51,51,.5);box-shadow:-1px 1px 5px #33333380}.rbc-event-continues-prior{border-top-left-radius:0;border-bottom-left-radius:0}.rbc-event-continues-after{border-top-right-radius:0;border-bottom-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:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.rbc-row-segment{padding:0 1px 1px}.rbc-selected-cell{background-color:#0000001a}.rbc-show-more{background-color:#ffffff4d;z-index:4;font-weight:700;font-size:85%;height:auto;line-height:normal;color:#3174ad}.rbc-show-more:hover,.rbc-show-more:focus{color:#265985}.rbc-month-view{position:relative;border:1px solid #ddd;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-flex:1;-ms-flex:1 0 0px;flex:1 0 0;width:100%;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-user-select:none;height:100%}.rbc-month-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.rbc-month-row{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-flex:1;-ms-flex:1 0 0px;flex:1 0 0;-ms-flex-preferred-size:0px;flex-basis:0px;overflow:hidden;height:100%}.rbc-month-row+.rbc-month-row{border-top:1px solid #ddd}.rbc-date-cell{-webkit-box-flex:1;-ms-flex:1 1 0px;flex:1 1 0;min-width:0;padding-right:5px;text-align:right}.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{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-flex:1;-ms-flex:1 0 0px;flex:1 0 0;overflow:hidden;right:1px}.rbc-day-bg{-webkit-box-flex:1;-ms-flex:1 0 0%;flex:1 0 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{position:absolute;z-index:5;border:1px solid #e5e5e5;background-color:#fff;-webkit-box-shadow:0 5px 15px rgba(0,0,0,.25);box-shadow:0 5px 15px #00000040;padding:10px}.rbc-overlay>*+*{margin-top:1px}.rbc-overlay-header{border-bottom:1px solid #e5e5e5;margin:-10px -10px 5px;padding:2px 10px}.rbc-agenda-view{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-flex:1;-ms-flex:1 0 0px;flex:1 0 0;overflow:auto}.rbc-agenda-view table.rbc-agenda-table{width:100%;border:1px solid #ddd;border-spacing:0;border-collapse:collapse}.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{padding:3px 5px;text-align:left;border-bottom:1px solid #ddd}.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:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;min-height:100%}.rbc-time-column .rbc-timeslot-group{-webkit-box-flex:1;-ms-flex:1;flex:1}.rbc-timeslot-group{border-bottom:1px solid #ddd;min-height:40px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap}.rbc-time-gutter,.rbc-header-gutter{-webkit-box-flex:0;-ms-flex:none;flex:none}.rbc-label{padding:0 5px}.rbc-day-slot{position:relative}.rbc-day-slot .rbc-events-container{inset:0;position:absolute;margin-right:10px}.rbc-day-slot .rbc-events-container.rbc-rtl{left:10px;right:0}.rbc-day-slot .rbc-event,.rbc-day-slot .rbc-background-event{border:1px solid #265985;display:-webkit-box;display:-ms-flexbox;display:flex;max-height:100%;min-height:20px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column wrap;flex-flow:column wrap;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;overflow:hidden;position:absolute}.rbc-day-slot .rbc-background-event{opacity:.75}.rbc-day-slot .rbc-event-label{-webkit-box-flex:0;-ms-flex:none;flex:none;padding-right:5px;width:auto}.rbc-day-slot .rbc-event-content{width:100%;-webkit-box-flex:1;-ms-flex:1 1 0px;flex:1 1 0;word-wrap:break-word;line-height:1;height:100%;min-height:1em}.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{position:sticky;left:0;background-color:#fff;border-right:1px solid #ddd;z-index:10;margin-right:-1px}.rbc-time-view-resources .rbc-time-header{overflow:hidden}.rbc-time-view-resources .rbc-time-header-content{min-width:auto;-webkit-box-flex:1;-ms-flex:1 0 0px;flex:1 0 0;-ms-flex-preferred-size:0px;flex-basis:0px}.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-header,.rbc-time-view-resources .rbc-day-bg{width:140px;-webkit-box-flex:1;-ms-flex:1 1 0px;flex:1 1 0;-ms-flex-preferred-size:0 px;flex-basis:0 px}.rbc-time-header-content+.rbc-time-header-content{margin-left:-1px}.rbc-time-slot{-webkit-box-flex:1;-ms-flex:1 0 0px;flex:1 0 0}.rbc-time-slot.rbc-now{font-weight:700}.rbc-day-header{text-align:center}.rbc-slot-selection{z-index:10;position:absolute;background-color:#00000080;color:#fff;font-size:75%;width:100%;padding:3px}.rbc-slot-selecting{cursor:move}.rbc-time-view{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-flex:1;-ms-flex:1;flex:1;width:100%;border:1px solid #ddd;min-height:0}.rbc-time-view .rbc-time-gutter{white-space:nowrap;text-align:right}.rbc-time-view .rbc-allday-cell{-webkit-box-sizing:content-box;box-sizing:content-box;width:100%;height:100%;position:relative}.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{-webkit-box-sizing:border-box;box-sizing:border-box;min-height:20px}.rbc-time-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.rbc-time-header.rbc-overflowing{border-right:1px solid #ddd}.rbc-rtl .rbc-time-header.rbc-overflowing{border-right-width:0;border-left:1px solid #ddd}.rbc-time-header>.rbc-row:first-child{border-bottom:1px solid #ddd}.rbc-time-header>.rbc-row.rbc-row-resource{border-bottom:1px solid #ddd}.rbc-time-header-cell-single-day{display:none}.rbc-time-header-content{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;min-width:0;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;border-left:1px solid #ddd}.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;-ms-flex-negative:0;flex-shrink:0}.rbc-time-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1 0 0%;flex:1 0 0%;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;width:100%;border-top:2px solid #ddd;overflow-y:auto;position:relative}.rbc-time-content>.rbc-time-gutter{-webkit-box-flex:0;-ms-flex:none;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{width:100%;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-user-select:none}.rbc-current-time-indicator{position:absolute;z-index:3;left:0;right:0;height:1px;background-color:#74ad31;pointer-events:none}.rbc-resource-grouping.rbc-time-header-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.rbc-resource-grouping .rbc-row .rbc-header{width:141px}
