@charset "UTF-8";:root{--primary-color: #E60012;--bg-gradient: linear-gradient(135deg, #000000 0%, #1c1c1c 100%);--text-main: #ffffff;--font-main: "Inter", system-ui, Avenir, Helvetica, Arial, sans-serif}body{margin:0;padding:0;font-family:var(--font-main);background:var(--bg-gradient);color:var(--text-main);min-height:100vh;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}button{font-family:inherit}.global-header{position:sticky;top:0;z-index:1000;background:#0a0a0cd9;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid rgba(255,255,255,.05);padding:1rem 0}.header-container{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center}.header-logo{height:40px;width:auto;filter:drop-shadow(0 2px 10px rgba(230,0,18,.3));transition:transform .3s ease}.header-logo:hover{transform:scale(1.05)}.header-nav{display:flex;gap:2rem}.nav-link{color:#fff;text-decoration:none;font-size:.9rem;font-weight:500;letter-spacing:1px;text-transform:uppercase;transition:color .3s ease;position:relative}.nav-link:hover{color:#e60012}.nav-link:after{content:"";position:absolute;width:0;height:2px;bottom:-4px;left:50%;transform:translate(-50%);background-color:#e60012;transition:width .3s ease}.nav-link:hover:after{width:100%}@media(max-width:768px){.header-container{padding:0 1rem;flex-direction:column;gap:1rem}.header-nav{gap:1rem;flex-wrap:wrap;justify-content:center}.nav-link{font-size:.8rem}}.global-footer{background:#050505;border-top:1px solid rgba(255,255,255,.05);padding:4rem 0 2rem;margin-top:auto;color:#fff9}.footer-container{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;gap:4rem;flex-wrap:wrap}.footer-brand h3{color:#fff;font-size:1.5rem;letter-spacing:2px;margin-bottom:.5rem}.footer-links{display:flex;gap:4rem;flex-wrap:wrap}.footer-column{display:flex;flex-direction:column;gap:1rem}.footer-column h4{color:#fff;font-size:1rem;text-transform:uppercase;letter-spacing:1px;margin-bottom:.5rem;position:relative}.footer-column a{color:#fff9;text-decoration:none;font-size:.9rem;transition:color .2s ease}.footer-column a:hover{color:#e60012}.footer-bottom{max-width:1200px;margin:4rem auto 0;padding:2rem 2rem 0;border-top:1px solid rgba(255,255,255,.1);text-align:center;font-size:.8rem}@media(max-width:768px){.footer-container{flex-direction:column;gap:2rem}.footer-links{gap:2rem}}.people-selector-container{background:#ffffff0d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:1rem;border-radius:12px;border:1px solid rgba(255,255,255,.1);margin-bottom:1rem;color:#fff}.selector-label{display:block;font-size:.9rem;text-transform:uppercase;letter-spacing:1px;opacity:.8;margin-bottom:.8rem}.select-wrapper{position:relative;width:100%}.people-select{width:100%;padding:8px 12px;background:#0000004d;border:1px solid rgba(255,255,255,.1);border-radius:6px;color:#fff;font-size:1.1rem;appearance:none;cursor:pointer;transition:all .3s ease}.people-select:hover{border-color:#ffffff80;background:#0006}.people-select:focus{outline:none;border-color:#e60012;box-shadow:0 0 0 2px #e6001233}.select-arrow{position:absolute;right:1rem;top:50%;transform:translateY(-50%);pointer-events:none;font-size:.8rem;opacity:.7}.selector-hint{margin-top:.8rem;font-size:.8rem;opacity:.5;text-align:right}.instagram-dm-btn{display:block;margin-top:1rem;padding:10px 15px;background:linear-gradient(45deg,#f09433,#e6683c,#dc2743,#cc2366,#bc1888);color:#fff;text-align:center;border-radius:8px;text-decoration:none;font-weight:700;font-size:.95rem;transition:transform .2s ease,opacity .2s ease;box-shadow:0 4px 6px #0003}.instagram-dm-btn:hover{transform:translateY(-2px);opacity:.9}.calendar-container{background:#fff;border-radius:16px;padding:2rem;box-shadow:0 20px 50px #0000004d;color:#333;width:100%;box-sizing:border-box}.calendar-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;color:#1a1a1a}.month-title{font-size:1.5rem;font-weight:700;margin:0}.nav-btn{background:transparent;border:1px solid #eee;border-radius:50%;width:40px;height:40px;cursor:pointer;display:flex;justify-content:center;align-items:center;font-size:1.2rem;color:#333;transition:all .2s ease}.nav-btn:hover{background:#f5f5f5;border-color:#ddd}.calendar-grid{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:8px}.weekday{text-align:center;font-weight:700;color:#888;padding-bottom:.5rem;font-size:.9rem}.calendar-day{border:1px solid #eee;border-radius:8px;min-height:80px;padding:8px;display:flex;flex-direction:column;justify-content:space-between;transition:all .2s ease;cursor:pointer}.calendar-day.disabled{background:#f9f9f9;color:#ccc;cursor:not-allowed;border-color:#f0f0f0}.calendar-day.disabled:hover{transform:none;box-shadow:none;border-color:#f0f0f0;background:#f9f9f9}.calendar-day.disabled .day-number{color:#ccc}.calendar-day.empty{border:none;background:transparent;cursor:default}.calendar-day:not(.empty):hover{border-color:#e60012;background:#fafafa;transform:translateY(-2px);box-shadow:0 4px 12px #0000000d}.calendar-day.selected{border-color:#e60012;background:#ffe6e6;box-shadow:0 0 0 2px #e60012;transform:translateY(-2px)}.calendar-day.fully-booked{cursor:pointer}.calendar-day.fully-booked:after{content:"FULL (DM us)";font-size:.75rem;font-weight:600;color:#999;text-align:center;margin-top:4px;pointer-events:none}@media(max-width:600px){.calendar-day.fully-booked:after{font-size:10px;letter-spacing:-.5px;line-height:1.1}}.day-number{font-weight:600;font-size:1.1rem}.day-price{font-size:.8rem;color:#e60012;font-weight:600;align-self:flex-end}.price-display-container-fix{display:flex;flex-direction:column;gap:0;margin-top:4px;align-items:center;width:100%}.price-text-mobile-fix{font-size:.85rem;font-weight:700;line-height:1.1;white-space:nowrap}.price-daikoku-fix{color:#e60012}.price-umihotaru-fix{color:#06c}@media(max-width:600px){.calendar-container{padding:.5rem;border-radius:8px;width:100%;box-sizing:border-box}.calendar-header{margin-bottom:.8rem}.month-title{font-size:1.1rem}.calendar-grid{gap:2px}.calendar-day{min-height:60px;padding:4px 1px 2px;border-radius:4px;align-items:center;justify-content:flex-start;display:flex;flex-direction:column;overflow:hidden}.day-number{font-size:.9rem;margin-bottom:4px;line-height:1}.price-text-mobile-fix{font-size:10.5px!important;letter-spacing:-.5px;line-height:1.1;transform:none;display:block;width:100%;text-align:center}.price-display-container-fix{margin-top:0;width:100%}}.options-container{background:#ffffff0d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:2rem;border-radius:12px;border:1px solid rgba(255,255,255,.1);color:#fff;width:100%}.options-intro{margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:1px solid rgba(255,255,255,.1)}.options-intro h3{font-size:1.1rem;font-weight:700;margin-bottom:.5rem;color:#fff}.options-intro p{font-size:.95rem;line-height:1.6;opacity:.9;color:#e0e0e0}.options-section-title{margin:1.5rem 0 1rem;font-size:1.1rem;font-weight:600;color:#ff4d4d;text-transform:uppercase;letter-spacing:1px;border-top:1px solid rgba(255,255,255,.1);padding-top:1.5rem}.options-section-title:first-child{border-top:none;padding-top:0;margin-top:0}.options-group{margin-bottom:2rem}.options-group-intro{font-size:.95rem;line-height:1.6;color:#ffffffe6;margin-bottom:1.5rem}.option-item{margin-bottom:1rem;display:flex;flex-direction:column}.checkbox-label{display:flex;align-items:center;cursor:pointer;padding:1rem;background:#0003;border-radius:8px;border:1px solid transparent;transition:all .2s ease}.checkbox-label:hover{background:#0000004d;border-color:#ffffff1a}.checkbox-label input{display:none}.checkbox-custom{width:24px;height:24px;border:2px solid rgba(255,255,255,.4);border-radius:4px;margin-right:1.2rem;position:relative;transition:all .2s;flex-shrink:0}.checkbox-label input:checked+.checkbox-custom{background:#e60012;border-color:#e60012}.checkbox-label input:checked+.checkbox-custom:after{content:"";position:absolute;left:7px;top:3px;width:6px;height:12px;border:solid white;border-width:0 2px 2px 0;transform:rotate(45deg)}.option-details{flex-grow:1;display:flex;flex-direction:column}.option-name{font-weight:600;font-size:1rem;margin-bottom:.2rem}.option-desc{font-size:.8rem;opacity:.6;line-height:1.4}.option-price{font-weight:700;color:#ff4d4d;margin-left:1rem;white-space:nowrap}.option-text-input{margin-top:.5rem;margin-left:1rem;margin-right:1rem;padding:.8rem;background:#0003;border:1px solid rgba(255,255,255,.2);border-radius:6px;color:#fff;font-size:.95rem;animation:fadeIn .3s ease-out}.option-text-input:focus{outline:none;border-color:#e60012;background:#0000004d}.option-text-input::placeholder{color:#ffffff4d}@keyframes fadeIn{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}.options-group-note{font-size:.85rem;line-height:1.5;color:#fff9;font-style:italic;margin-top:1rem;margin-left:.5rem}@media(max-width:600px){.options-container{padding:.75rem}}.vehicle-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;margin-top:1rem}@media(max-width:900px){.vehicle-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:600px){.vehicle-grid{grid-template-columns:1fr 1fr;gap:.8rem}}.dm-mobile-break{display:inline}@media(max-width:600px){.dm-mobile-break{display:block;margin-top:2px}}.guest-info-container{background:#fff;padding:2rem;border-radius:16px;box-shadow:0 10px 30px #0003;color:#333;width:100%}.section-title{font-size:1.4rem;font-weight:700;margin:0 0 1.5rem;color:#1a1a2e;border-bottom:2px solid #f0f0f0;padding-bottom:.5rem}.form-group{margin-bottom:1.5rem}.form-group label{display:block;font-weight:600;margin-bottom:.5rem;color:#4b5563}.required{color:#e53e3e;margin-left:.2rem}.helper-text{display:block;font-size:.85rem;color:#6b7280;margin-bottom:.5rem;margin-top:-.3rem}.form-group input,.form-group textarea{width:100%;padding:.8rem 1rem;border:1px solid #d1d5db;border-radius:8px;font-size:1rem;transition:all .2s ease;background:#f9fafb;font-family:inherit}.form-group textarea{resize:vertical;min-height:100px}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#e60012;background:#fff;box-shadow:0 0 0 3px #e600121a}.form-group input::placeholder,.form-group textarea::placeholder{color:#9ca3af}.input-with-prefix{display:flex;align-items:center;background:#f9fafb;border:1px solid #d1d5db;border-radius:8px;transition:all .2s ease;overflow:hidden}.input-with-prefix:focus-within{border-color:#e60012;background:#fff;box-shadow:0 0 0 3px #e600121a}.input-with-prefix .prefix{padding:.8rem .5rem .8rem 1rem;color:#6b7280;font-weight:600;background:#f3f4f6;border-right:1px solid #e5e7eb;-webkit-user-select:none;user-select:none}.input-with-prefix input{border:none;border-radius:0;background:transparent;padding-left:.5rem}.input-with-prefix input:focus{box-shadow:none;border-color:transparent;background:transparent}.booking-summary-sticky{position:sticky;top:1rem;z-index:100;background:#1a1a2ef2;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:.6rem 1rem;margin-bottom:2rem;box-shadow:0 10px 30px #00000080;animation:slideDown .4s ease-out;width:100%;max-width:600px;pointer-events:none;pointer-events:auto}.summary-content{display:flex;justify-content:space-around;align-items:flex-start}.summary-item{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;flex:1}.summary-label{font-size:1rem;text-transform:uppercase;letter-spacing:1px;color:#ff4d4d;margin-bottom:.2rem;height:38px;display:flex;flex-direction:column;align-items:center;justify-content:flex-start}.summary-value{font-size:1.1rem;font-weight:700;color:#fff}.summary-value.date{font-family:monospace}.summary-value.price{color:#fff;text-shadow:0 0 10px rgba(165,180,252,.5)}.summary-divider{width:1px;height:34px;background:#fff3;margin:0 1.5rem;align-self:center}@keyframes slideDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@media(max-width:600px){.booking-summary-sticky{padding:.5rem}.summary-content{gap:.5rem}.summary-label{font-size:.75rem;height:34px;margin-bottom:.1rem}.summary-value{font-size:.95rem;text-align:center}.summary-value.date{font-size:.95rem;line-height:1.2}.year-text{font-size:.8rem;color:#bbb}.mobile-br{display:block!important}.summary-divider{margin:0;height:28px}}.checkout-panel{background:#fff;padding:2rem;border-radius:16px;box-shadow:0 10px 30px #0003;color:#333;margin-top:2rem}.checkout-summary{margin-bottom:2rem}.summary-row{display:flex;justify-content:space-between;margin-bottom:.8rem;font-size:1rem}.summary-row.option{color:#666;font-size:.9rem}.summary-divider{height:1px;background:#eee;margin:1.5rem 0}.summary-row.total{font-weight:700;font-size:1.4rem;align-items:center}.price-highlight{color:#1a1a2e}.summary-row.deposit-row{align-items:center;background:#e600120d;border-top:1px solid rgba(230,0,18,.2);border-bottom:1px solid rgba(230,0,18,.2);padding:1.2rem 2rem;margin:1.5rem -2rem;border-radius:0}.deposit-info{display:flex;flex-direction:column;white-space:nowrap}.deposit-label{font-weight:700;color:#333}.deposit-subtext{font-size:.8rem;color:#666;margin-top:.2rem}.deposit-amount{font-size:1.5rem;font-weight:800;color:#e60012}@media(max-width:480px){.summary-row.deposit-row{flex-direction:row;align-items:center}}.checkout-btn{width:100%;padding:1.2rem;background:#e60012;color:#fff;border:none;border-radius:12px;font-size:1.1rem;font-weight:700;cursor:pointer;transition:all .3s ease;text-transform:uppercase;letter-spacing:1px}.checkout-btn:hover:not(:disabled){background:#b3000e;transform:translateY(-2px);box-shadow:0 4px 15px #e6001266}.checkout-btn:disabled{background:#ccc;cursor:not-allowed;opacity:.7}.date-warning{text-align:center;color:#e53e3e;font-size:.9rem;margin-top:1rem}.confirmation-container{display:flex;justify-content:center;align-items:center;min-height:60vh;width:100%;animation:fadeIn .8s ease-out}.confirmation-card{background:#fff;padding:3rem;border-radius:20px;box-shadow:0 20px 60px #0006;max-width:600px;width:100%;text-align:center;color:#333}.success-icon{width:80px;height:80px;background:#e60012;color:#fff;border-radius:50%;display:flex;justify-content:center;align-items:center;font-size:3rem;font-weight:700;margin:0 auto 1.5rem;box-shadow:0 10px 20px #e600124d}.confirmation-card h2{color:#1a1a1a;margin-bottom:1rem;font-size:2rem}.confirmation-message{color:#666;margin-bottom:2rem;line-height:1.6}.details-summary{background:#f9fafb;padding:1.5rem;border-radius:12px;margin-bottom:2rem}.detail-row{display:flex;justify-content:space-between;margin-bottom:.8rem;font-size:1rem;color:#555;border-bottom:1px solid #eee;padding-bottom:.5rem}.detail-row:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.detail-row span:last-child{font-weight:700;color:#333}.detail-row.highlight span:last-child{color:#e60012}.next-steps{text-align:left;margin-bottom:2.5rem;padding:0 1rem}.next-steps h3{font-size:1.1rem;margin-bottom:1rem;color:#333}.next-steps ul{padding-left:1.2rem;color:#555}.next-steps li{margin-bottom:.5rem;line-height:1.5}.reset-btn{background:#1a1a1a;color:#fff;border:none;padding:1rem 2.5rem;border-radius:50px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .2s ease}.reset-btn:hover{background:#333;transform:translateY(-2px);box-shadow:0 5px 15px #0003}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.app-container{max-width:1200px;margin:0 auto;padding:2rem;min-height:100vh;display:flex;flex-direction:column}@media(max-width:600px){.app-container{padding:.5rem}}.app-header{position:relative;text-align:center;margin-bottom:.5rem;padding-top:2rem}.back-to-website-btn{position:absolute;top:1rem;right:1rem;color:#fff;text-decoration:none;font-size:.85rem;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);padding:6px 12px;border-radius:20px;display:flex;align-items:center;gap:6px;transition:all .2s ease}.back-to-website-btn:hover{background:#fff3}@media(max-width:600px){.back-to-website-btn{top:5px;right:5px;font-size:.75rem;padding:4px 8px}}.app-header h1{font-size:3rem;margin:0 0 .5rem;color:#e60012;font-weight:800;letter-spacing:-1px}.app-header .subtitle{font-size:1.1rem;color:#ffffffb3;font-weight:300}.main-content{display:flex;flex-direction:column;gap:.5rem;align-items:center;padding-bottom:4rem}.control-panel,.calendar-section,.options-section,.guest-info-section,.checkout-section{opacity:1;transform:none}.calendar-section{width:100%;max-width:800px}.tour-page-container{display:flex;flex-direction:column;align-items:center;width:100%}.tour-hero{width:100%;height:60vh;position:relative;display:flex;align-items:center;justify-content:center;text-align:center;background-size:cover;background-position:center}.tour-hero:before{content:"";position:absolute;inset:0;background:linear-gradient(to bottom,#0003,#0a0a0c)}.tour-hero-content{position:relative;z-index:1;padding:0 2rem}.tour-hero h1{font-size:4rem;color:#fff;text-transform:uppercase;letter-spacing:3px;margin-bottom:1rem;text-shadow:0 4px 15px rgba(0,0,0,.8)}.tour-hero p{font-size:1.5rem;color:#ffffffe6;text-shadow:0 2px 10px rgba(0,0,0,.8)}.tour-details-section{max-width:800px;width:100%;padding:4rem 2rem 2rem;text-align:center}.tour-details-section h2{font-size:2rem;color:#fff;margin-bottom:1.5rem}.tour-details-section p{color:#fffc;font-size:1.1rem;line-height:1.8;margin-bottom:1.5rem}.tour-price-badge{display:inline-block;background:#e600121a;border:1px solid rgba(230,0,18,.3);color:#e60012;padding:10px 20px;border-radius:30px;font-weight:700;font-size:1.2rem;margin-top:1rem}.booking-engine-wrapper{width:100%;border-top:1px solid rgba(255,255,255,.05);padding-top:2rem}@media(max-width:768px){.tour-hero h1{font-size:2.5rem}.tour-hero p{font-size:1.2rem}.tour-details-section{padding:3rem 1.5rem 1rem}}.about-page-container{display:flex;flex-direction:column;min-height:80vh;padding:4rem 2rem;max-width:800px;margin:0 auto}.about-section h1{font-size:3.5rem;color:#fff;margin-bottom:2rem;letter-spacing:2px;text-align:center}.about-intro{font-size:1.2rem;color:#fffc;line-height:1.8;margin-bottom:4rem;text-align:center}.crew-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.crew-card{background:#ffffff08;border:1px solid rgba(255,255,255,.05);border-radius:12px;padding:2rem;text-align:center;transition:transform .3s ease}.crew-card:hover{transform:translateY(-5px);border-color:#e600124d}.crew-image-placeholder{width:120px;height:120px;border-radius:50%;background:#ffffff1a;margin:0 auto 1.5rem;border:2px solid rgba(255,255,255,.2)}.crew-card h3{color:#fff;font-size:1.3rem;margin-bottom:.5rem}.crew-card p{color:#fff9;font-size:.95rem}@media(max-width:768px){.about-page-container{padding:2rem 1rem}.about-section h1{font-size:2.5rem}}.driver-dashboard{max-width:800px;margin:0 auto;padding:.5rem;font-family:Inter,sans-serif}.driver-header{text-align:center;margin-bottom:2rem}.driver-header h1{font-size:1.5rem;color:#333}.vehicle-badge{display:inline-block;background:#f0f0f0;padding:.5rem 1rem;border-radius:8px;font-weight:700;margin-top:.5rem}.tabs-container{display:flex;justify-content:center;gap:1rem;margin-bottom:1.5rem}.tab-button{padding:.8rem 1.5rem;border:none;border-radius:8px;background:#eee;color:#666;font-weight:700;cursor:pointer;transition:all .2s}.tab-button.active{background:#e60012;color:#fff}.calendar-controls{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.calendar-controls button{background:none;border:1px solid #ddd;border-radius:4px;padding:.5rem 1rem;cursor:pointer}.driver-calendar-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:2px}.weekday{text-align:center;font-weight:700;color:#888;padding:.5rem}.driver-calendar-day{aspect-ratio:1;border:1px solid #e5e7eb;border-radius:4px;display:flex;flex-direction:column;align-items:center;justify-content:center;cursor:pointer;position:relative;transition:all .2s;background:#fff}.driver-calendar-day.empty{background:transparent;border:none;cursor:default}.driver-calendar-day.open{background:#dcfce7;border-color:#16a34a;color:#15803d}.driver-calendar-day.blocked{background:#fee2e2;border-color:#ef4444;color:#b91c1c}.driver-calendar-day.past{opacity:.4;filter:grayscale(100%);cursor:not-allowed;background:#f3f4f6;border-color:#e5e7eb}.day-number{font-size:.9rem;font-weight:800;margin-bottom:0}.status-text{font-size:.6rem;font-weight:900;text-transform:uppercase;line-height:1}.driver-calendar-day.open .status-text{color:#15803d}.driver-calendar-day.blocked .status-text{color:#b91c1c}.driver-calendar-day.has-booking{box-shadow:0 0 0 2px #f59e0b}.booking-dot{position:absolute;bottom:3px;left:50%;transform:translate(-50%);width:6px;height:6px;border-radius:50%;background:#f59e0b;display:block}.booking-dot-legend{display:inline-block;width:10px;height:10px;border-radius:50%;background:#f59e0b}.driver-calendar-day.selected-date{outline:3px solid #0891b2;outline-offset:1px}.driver-footer{margin-top:2rem;display:flex;justify-content:center}.legend{display:flex;gap:1.5rem}.legend-item{display:flex;align-items:center;gap:.5rem;font-size:.9rem}.dot{width:12px;height:12px;border-radius:50%}.dot.open{background:#10b981}.dot.blocked{background:#ef4444}.master-availability-container{max-width:1400px;margin:0 auto;padding:0;font-family:Inter,sans-serif;background:#fff}.master-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px;background:#fff;padding:15px;flex-wrap:wrap;gap:10px}.header-controls{display:flex;align-items:center}.month-nav{display:flex;align-items:center;gap:15px}.month-nav button{background:#333;color:#fff;border:none;padding:8px 16px;border-radius:6px;cursor:pointer;font-weight:700}.month-nav h2{margin:0;font-size:1.5rem;min-width:200px;text-align:center}.plan-toggle{display:flex;background:#eee;padding:4px;border-radius:8px}.plan-toggle button{padding:8px 16px;border:none;background:transparent;cursor:pointer;border-radius:6px;font-weight:600;transition:all .2s}.plan-toggle button.active{background:#fff;box-shadow:0 2px 4px #0000001a;color:#e60012}.schedule-grid-wrapper{background:#fff;overflow:hidden;padding:0;max-width:100%}.calendar-header-row{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));background:#fff;border-bottom:1px solid #eee;text-align:center;padding:8px 0;font-weight:700;color:#666;font-size:.8rem}.weekend-sun{color:#e60012!important}.weekend-sat{color:#2563eb!important}.calendar-grid-body{display:grid;grid-template-columns:repeat(7,minmax(0,1fr))}.calendar-day-cell{min-height:100px;border-right:1px solid #eee;border-bottom:1px solid #eee;padding:0;position:relative;background:#fff;transition:background .2s}.calendar-day-cell:nth-child(7n){border-right:none}.calendar-day-cell.other-month{background:#f9fafb;color:#ccc}.day-number{font-size:.8rem;font-weight:600;color:#333;margin:4px 4px 2px;display:block;text-align:left}.sun-cell .day-number{color:#e60012}.sat-cell .day-number{color:#2563eb}.calendar-day-cell.other-month .day-number{color:#bbb}.today-highlight{background-color:#333;color:#fff!important;display:inline-block;width:22px;height:22px;line-height:22px;text-align:center;border-radius:50%;margin-top:2px}.vehicle-badges-list{display:flex;flex-direction:column;gap:1px}.calendar-badge{font-size:.7rem;padding:3px 4px;border-radius:2px;color:#fff;font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;cursor:default;line-height:1.1;width:100%;box-sizing:border-box}.status-badge{display:inline-block;padding:8px 16px;border-radius:6px;font-size:.9rem;font-weight:700;min-width:90px;text-transform:uppercase;letter-spacing:.5px;box-shadow:0 2px 4px #0000001a}.status-open{background-color:#059669;color:#fff;border:none}.status-blocked{background-color:#dc2626;color:#fff;border:none;opacity:.8}.loading-container{display:flex;justify-content:center;align-items:center;height:50vh;font-size:1rem;color:#666;gap:10px}.modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000}.modal-content{background:#fff;padding:20px;border-radius:12px;width:90%;max-width:500px;max-height:80vh;overflow-y:auto;box-shadow:0 10px 25px #0003}.modal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;border-bottom:1px solid #eee;padding-bottom:10px}.modal-header h3{margin:0;font-size:1.2rem}.close-btn{background:none;border:none;font-size:1.5rem;cursor:pointer;color:#666}.vehicle-toggle-list{display:flex;flex-direction:column;gap:10px}.vehicle-toggle-item{display:flex;justify-content:space-between;align-items:center;padding:12px;background:#f8f9fa;border-radius:8px;cursor:pointer;transition:background .2s}.vehicle-toggle-item:hover{background:#f0f0f0}.toggle-info{display:flex;flex-direction:column;gap:2px}.vehicle-name{font-weight:700;font-size:1rem}.vehicle-status{font-size:.8rem;font-weight:600}.toggle-switch{width:44px;height:24px;background:#ccc;border-radius:24px;position:relative;transition:background .2s}.toggle-switch.active{background:#059669}.toggle-slider{width:20px;height:20px;background:#fff;border-radius:50%;position:absolute;top:2px;left:2px;transition:left .2s;box-shadow:0 1px 3px #0000004d}.toggle-switch.active .toggle-slider{left:22px}@media(max-width:768px){.master-availability-container{padding:5px}.master-header{flex-direction:column;align-items:stretch;gap:15px;padding:15px}.header-controls{flex-direction:column;gap:10px;width:100%}.plan-toggle{width:100%;justify-content:center}.plan-toggle button{flex:1;text-align:center}.month-nav{width:100%;justify-content:space-between}.month-nav h2{font-size:1.2rem;min-width:auto}.schedule-grid-wrapper{overflow-x:hidden}.calendar-header-row,.calendar-grid-body{min-width:100%;width:100%}.calendar-badge{font-size:.65rem;padding:2px;border-radius:1px;transform:scale(.95);transform-origin:left}.day-number{font-size:.75rem;margin:2px}}.dh-custom-header{background-color:#000;padding:15px 30px;width:100%;display:flex;align-items:center;justify-content:space-between;position:sticky;top:0;z-index:1000;box-shadow:0 2px 10px #00000080;margin-bottom:2rem;box-sizing:border-box}.dh-custom-header a{text-decoration:none;color:inherit}.dh-header-logo{display:flex;align-items:center;flex-shrink:0}.dh-header-logo-img{height:35px;width:auto;object-fit:contain;display:block}.dh-header-nav{display:flex;gap:30px;align-items:center;margin:0 auto}.dh-nav-link{color:#fff;font-size:14px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;display:block;transition:color .3s ease}.dh-nav-link:hover{color:#e60012}.dh-header-book-btn{background-color:#e60012;color:#fff;padding:10px 24px;border-radius:4px;font-weight:800;font-size:14px;letter-spacing:1px;white-space:nowrap;transition:background-color .3s ease;flex-shrink:0}.dh-header-book-btn:hover{background-color:#cc0010}@media(max-width:1024px){.dh-custom-header{padding:15px;flex-wrap:wrap;justify-content:space-between}.dh-header-logo-img{height:25px;max-width:100%}.dh-header-book-btn{padding:8px 16px;font-size:13px}.dh-header-nav{width:100%;margin:15px 0 0;justify-content:center;flex-wrap:wrap;gap:15px;order:3}.dh-nav-link{font-size:14px}}.seo-guide-container{padding:0 1rem 2rem;max-width:900px;margin:0 auto;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;color:#f3f4f6;background-color:#0b0b0b;line-height:1.7}section{scroll-margin-top:100px}.guide-header{text-align:center;margin-bottom:3rem}.guide-header h1{font-size:2.5rem;font-weight:800;color:#fff;margin-bottom:1rem;line-height:1.2;letter-spacing:-1px}.guide-subtitle{font-size:1.2rem;color:#9ca3af;margin-bottom:2rem}.custom-route-maps{display:flex;flex-direction:column;gap:2rem;margin:2rem 0}@media(min-width:768px){.custom-route-maps{flex-direction:row}}.map-container{flex:1;background:#1a1a1a;border-radius:8px;padding:1.5rem;box-shadow:0 4px 12px #00000026;display:flex;flex-direction:column;align-items:center}.map-container h4{color:#fff;margin-top:0;margin-bottom:1rem;text-align:center;border-bottom:1px solid #333;padding-bottom:.5rem;width:100%}.map-graphic{width:100%;max-width:300px;aspect-ratio:1;background:#111;border-radius:4px;margin-bottom:1rem;padding:1rem}.map-container p{color:#999;font-size:.9rem;text-align:center;margin:0}.c1-map h4{border-bottom-color:#f33}.shinkanjo-map h4{border-bottom-color:#5f5}.guide-content section{margin-bottom:3rem}.guide-content h2{font-size:1.8rem;color:#fff;border-bottom:2px solid #E60012;padding-bottom:.5rem;margin-top:2rem;margin-bottom:1.5rem;font-weight:700}.guide-content h3{font-size:1.4rem;color:#e5e7eb;margin-top:1.5rem;margin-bottom:1rem}.guide-content p{margin-bottom:1.5rem;font-size:1.05rem;color:#d1d5db}.guide-content ul{margin-bottom:1.5rem;padding-left:1.5rem;color:#d1d5db}.guide-content li{margin-bottom:.8rem}.booking-cta-section{background:#111;border:1px solid #333;padding:2rem;border-radius:12px;margin-top:3rem;text-align:center}.booking-cta-section h2{border-bottom:none;color:#fff;margin-top:0;font-size:2rem}.cta-action-box{margin-top:2rem;padding:2rem;background:linear-gradient(135deg,#e600121a,#141414);border:1px solid #E60012;border-radius:8px}.cta-action-box h3{color:#e60012;margin-top:0;font-size:1.5rem}.guide-cta-btn{display:inline-block;background-color:#e60012;color:#fff;padding:1rem 2.5rem;font-size:1.2rem;font-weight:700;text-transform:uppercase;text-decoration:none;border-radius:50px;margin-top:1rem;transition:all .3s ease;box-shadow:0 4px 15px #e6001266}.guide-cta-btn:hover{background-color:#ff1a1a;transform:translateY(-2px);box-shadow:0 6px 20px #e6001299}.faq-item{margin-bottom:1.5rem;background:#1a1a1a;padding:1.5rem;border-radius:8px;border-left:4px solid #444}.faq-item h4{margin-top:0;margin-bottom:.5rem;font-size:1.2rem;color:#fff}.faq-item p{margin-bottom:0}@media(max-width:768px){.guide-header h1{font-size:2rem}.guide-content h2{font-size:1.5rem}.seo-guide-container{padding:1rem}}.table-of-contents{background:#1a1a1a;border:1px solid #333;padding:1.5rem 2rem;border-radius:8px;margin-bottom:3rem}.table-of-contents h3{margin-top:0;margin-bottom:1rem;color:#fff;font-size:1.3rem;border-bottom:1px solid #444;padding-bottom:.5rem}.table-of-contents ul{list-style:none;padding:0;margin:0}.table-of-contents li{margin-bottom:.8rem}.table-of-contents a{color:#9ca3af;text-decoration:none;transition:color .2s;font-size:1.05rem}.table-of-contents a:hover{color:#e60012;text-decoration:underline}.inline-image-section{margin-bottom:2rem}.inline-img{width:100%;max-width:280px;height:auto;border-radius:8px;box-shadow:0 4px 12px #00000026;margin-bottom:1rem;object-fit:cover}.inline-img.float-right{float:right;margin-left:1.5rem}.inline-img.float-left{float:left;margin-right:1.5rem}@media(max-width:600px){.inline-img{max-width:100%;float:none!important;margin-left:0!important;margin-right:0!important;display:block}}.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}.calendar-dashboard{padding:20px;font-family:Arial,sans-serif;background:#f5f5f5;min-height:100vh}.calendar-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;background:#fff;padding:15px 20px;border-radius:8px;box-shadow:0 2px 4px #0000001a}.calendar-header h2{margin:0;color:#333}.export-btn{background-color:#2e7d32;color:#fff;border:none;padding:10px 20px;border-radius:4px;font-weight:700;cursor:pointer;transition:background .2s}.export-btn:hover{background-color:#1b5e20}.calendar-container{background:#fff;padding:20px;border-radius:8px;box-shadow:0 2px 4px #0000001a}.rbc-event{background-color:#e60012!important;border-radius:4px!important;border:none!important;padding:2px 5px!important;font-size:.85rem!important}.rbc-today{background-color:#ffebee!important}
