:root{--teal: #1a4d4d;--teal-dark: #143d3d;--white: #ffffff;--gray-light: rgba(255, 255, 255, .92);--gray-muted: rgba(255, 255, 255, .75);--gray-dim: rgba(255, 255, 255, .65);--btn-bg: #e8e8e8;--btn-text: #2d2d2d;--blur-overlay: rgba(20, 61, 61, .35);--font: "DM Sans", -apple-system, BlinkMacSystemFont, sans-serif;--section-space: 5rem;--text-body: 1rem;--text-small: .9375rem}*,*:before,*:after{box-sizing:border-box}html{font-size:16px;-webkit-font-smoothing:antialiased}body{margin:0;font-family:var(--font);font-weight:400;color:var(--white);min-height:100vh;overflow-x:hidden}a{color:inherit;text-decoration:none}button{font-family:inherit;cursor:pointer;border:none;background:none}.hero{position:relative;min-height:100vh;display:flex;flex-direction:column}.hero-bg{position:absolute;top:0;right:0;bottom:0;left:0;background-image:url(https://images.unsplash.com/photo-1506905925346-21bda4d32df4?auto=format&fit=crop&w=1920&q=80);background-size:cover;background-position:center;background-repeat:no-repeat;z-index:0}.frame-border{position:absolute;top:0;right:0;bottom:0;left:0;border:2px solid var(--teal);pointer-events:none;z-index:10}.view[hidden],body.page-home .spa-header,body.page-home .spa-nav,body.dashboard-body .spa-header,body.dashboard-body .spa-nav,body.dashboard-body .spa-footer,body.customer-dashboard-body .spa-header,body.customer-dashboard-body .spa-nav,body.customer-dashboard-body .spa-footer{display:none!important}.header{position:relative;z-index:5;display:flex;align-items:center;justify-content:space-between;padding:1.5rem 2rem;flex-shrink:0}.logo{display:inline-flex;align-items:center;gap:.6rem}.logo-icon{display:flex;align-items:center;justify-content:center;width:36px;height:36px;color:var(--white)}.logo-icon svg{width:100%;height:100%}.logo-text{font-size:1.1rem;font-weight:500;text-transform:lowercase;letter-spacing:.02em;color:var(--white)}.header-right{display:flex;align-items:center;gap:.5rem;font-size:.7rem;font-weight:500;text-transform:uppercase;letter-spacing:.08em;color:var(--gray-light)}.separator{color:var(--gray-muted);margin:0 .25rem}.register-link{color:var(--white);transition:opacity .2s}.register-link:hover{opacity:.85}.btn-add{width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:var(--teal);color:var(--white);font-size:1.25rem;font-weight:300;line-height:1;border-radius:6px;margin-left:.5rem;transition:background .2s}.btn-add:hover{background:var(--teal-dark)}.hero-inner{position:relative;z-index:2;flex:1;display:grid;grid-template-columns:minmax(0,42%) 1fr minmax(0,48px);grid-template-rows:1fr;min-height:0}.panel-left{position:relative;display:flex;flex-direction:column;justify-content:center;padding:2rem 2.5rem 2.5rem}.panel-left:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:var(--blur-overlay);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);z-index:-1}.nav-main{display:flex;flex-direction:column;gap:.35rem}.nav-link{font-size:.75rem;font-weight:500;text-transform:uppercase;letter-spacing:.12em;color:var(--gray-light);transition:color .2s}.nav-link:hover{color:var(--white)}.nav-link.active{color:var(--white);font-weight:600}.nav-link-demo{font-size:.7rem;letter-spacing:.08em;color:var(--gray-dim)}.nav-link-demo:hover{color:var(--gray-light)}.social-row{position:absolute;bottom:2rem;left:2.5rem;display:flex;align-items:center;gap:1rem}.social-link{display:flex;align-items:center;justify-content:center;color:var(--gray-light);transition:color .2s}.social-link:hover{color:var(--white)}.social-line{width:60px;height:1px;background:var(--gray-muted);margin-left:.25rem}.hero-content{display:flex;flex-direction:column;justify-content:center;padding:2rem 3rem 3rem;max-width:520px}.hero-title{margin:0 0 1rem;font-size:clamp(2.5rem,6vw,4.5rem);font-weight:700;line-height:1.05;text-transform:uppercase;letter-spacing:.02em;color:var(--white)}.hero-title-line{display:block}.hero-desc{margin:0 0 1.75rem;font-size:.95rem;line-height:1.6;color:var(--gray-light);font-weight:400}.btn-book{display:inline-flex;align-items:center;justify-content:center;padding:.85rem 2rem;font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:var(--btn-text);background:var(--btn-bg);border-radius:999px;box-shadow:0 2px 12px #00000026;transition:transform .2s,box-shadow .2s;align-self:flex-start}.btn-book:hover{transform:translateY(-1px);box-shadow:0 4px 16px #0003}.panel-right{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem 0;background:var(--teal)}.pagination-dots{display:flex;flex-direction:column;gap:.75rem;align-items:center}.dot{width:8px;height:8px;border-radius:50%;background:transparent;border:1.5px solid var(--white);padding:0;transition:background .2s}.dot.is-active{background:var(--white)}.dot:hover:not(.is-active){background:#fff6}html{scroll-behavior:smooth}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 2rem}.container-narrow{max-width:720px}.section{padding:4.5rem 0}.section-title{margin:0 0 .75rem;font-size:clamp(1.75rem,3vw,2.25rem);font-weight:700;text-transform:uppercase;letter-spacing:.05em;text-align:center;color:var(--white);line-height:1.2}.section-lead{margin:0 auto 2.5rem;text-align:center;color:var(--gray-light);font-size:var(--text-body);line-height:1.6;max-width:560px;padding:0 1rem}.section-lead+.card-grid,.section-lead+.features,.section-lead+.testimonials,.section-lead+.newsletter-form,.section-lead+.stats,.section-lead+.filter-bar,.section-lead+.info-strip,.section-lead+.how-it-works{margin-top:0}.section-lead-top{margin-bottom:2rem}.section-lead-inline{margin-top:2rem;margin-bottom:0}.link-inline{color:var(--white);text-decoration:underline;font-weight:500}.link-inline:hover{opacity:.9}.section-cta-btn-second{margin-left:.75rem}@media (max-width: 768px){.section-cta .btn+.btn,.section-cta-btn-second{margin-left:0;margin-top:.75rem}}.contact-block{margin-top:1.5rem;text-align:center}.contact-item{margin:0 0 1rem;font-size:var(--text-body);color:var(--gray-light);line-height:1.6}.contact-item:last-child{margin-bottom:0}.contact-item strong{display:inline-block;min-width:5rem;color:var(--white);font-weight:600}.contact-item a{color:var(--gray-light);text-decoration:underline;transition:color .2s}.contact-item a:hover{color:var(--white)}.info-strip{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem 2rem;margin-bottom:2.5rem;padding:1.75rem 1.5rem;background:#ffffff0f;border-radius:12px;border:1px solid rgba(255,255,255,.1)}.info-strip-item{display:flex;align-items:flex-start;gap:.75rem}.info-strip-icon{width:40px;height:40px;flex-shrink:0;color:var(--teal);opacity:.95}.info-strip-icon svg{width:100%;height:100%}.info-strip-text{font-size:var(--text-small);line-height:1.5;color:var(--gray-light);margin:0}.info-strip-vertical{grid-template-columns:1fr;margin-bottom:2.5rem}.info-strip-heading{margin:0 0 1rem;font-size:1.1rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--white)}.info-strip-list{display:flex;flex-direction:column;gap:1rem}.info-strip-vertical .info-strip-item{align-items:center}.info-strip-icon-small{width:28px;height:28px;color:var(--white);opacity:.9}.info-strip-text strong{color:var(--white);font-weight:600}.how-it-works{margin-bottom:2.5rem;padding:1.75rem 1.5rem;background:#ffffff0f;border-radius:12px;border:1px solid rgba(255,255,255,.1)}.how-it-works-title{margin:0 0 1.25rem;font-size:1.1rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--white);text-align:center}.how-it-works-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.5rem}.how-it-works-item{display:flex;flex-direction:column;align-items:center;text-align:center;gap:.75rem}.how-it-works-num{width:36px;height:36px;border-radius:50%;background:var(--teal);color:var(--white);font-size:1.1rem;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0}.how-it-works-text{margin:0;font-size:var(--text-small);line-height:1.55;color:var(--gray-light)}.section-cta{text-align:center;margin-top:2rem}.section-cta-block-end{margin-top:2.5rem}.section-cta-block-end .section-lead{margin-bottom:1rem}.section-dark{background:#0f2d2d;color:var(--white)}.section-light{background:#1a3d3d;color:var(--gray-light)}.section-teal{background:var(--teal);color:var(--white)}.section-cta-block{background:var(--teal-dark);color:var(--white)}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.85rem 1.75rem;font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;border-radius:999px;transition:transform .2s,box-shadow .2s,background .2s}.btn-primary{color:var(--btn-text);background:var(--btn-bg);box-shadow:0 2px 12px #00000026}.btn-primary:hover{transform:translateY(-1px);box-shadow:0 4px 16px #0003}.btn-outline{color:var(--white);border:2px solid var(--white);background:transparent}.btn-outline:hover{background:#ffffff1a}.card-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}.card-grid-2{grid-template-columns:repeat(auto-fit,minmax(320px,1fr))}.card{border-radius:12px;overflow:hidden;background:#0f2d2d;transition:transform .25s,box-shadow .25s;display:block;color:inherit}.card:hover{transform:translateY(-4px);box-shadow:0 12px 32px #00000059}.card-img{aspect-ratio:4/3;background-size:cover;background-position:center;background-repeat:no-repeat}.card-content{padding:1.25rem 1.5rem}.card-tag,.card-badge{display:inline-block;font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;margin-bottom:.5rem}.card-tag{color:var(--gray-muted)}.card-badge{background:var(--white);color:var(--teal);padding:.2rem .5rem;border-radius:4px}.card-title{margin:0 0 .35rem;font-size:1.25rem;font-weight:700;color:var(--white)}.card-desc,.card-meta{margin:0;font-size:var(--text-small);line-height:1.5;color:var(--gray-light)}.features{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:2rem;margin-top:2rem}@media (min-width: 900px){.features{gap:2rem 2.5rem}}.feature{text-align:center;padding:1.5rem 1rem}.feature-icon{font-size:2rem;margin-bottom:.75rem;opacity:.9}.feature-icon-svg{width:56px;height:56px;margin-left:auto;margin-right:auto;color:var(--white);opacity:.95}.feature-icon-svg svg{width:100%;height:100%}.feature-title{margin:0 0 .5rem;font-size:1.1rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--white)}.feature-desc{margin:0;font-size:var(--text-small);color:var(--gray-light);line-height:1.55}.testimonials{display:flex;flex-direction:column;gap:2rem;margin-top:1.5rem}.testimonial{margin:0;padding:2rem;background:#ffffff0f;border-radius:12px;border-left:4px solid var(--teal)}.testimonial-header{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}.testimonial-avatar{width:44px;height:44px;border-radius:50%;background:var(--teal);color:var(--white);display:flex;align-items:center;justify-content:center;font-size:.8rem;font-weight:600;letter-spacing:.02em;flex-shrink:0}.testimonial-rating{display:flex;align-items:center;gap:2px;color:#f1c40f}.testimonial-rating .star{width:18px;height:18px}.testimonial-text{margin:0 0 1rem;font-size:var(--text-body);line-height:1.65;font-style:italic;color:var(--gray-light)}.testimonial-author{margin:0;font-size:var(--text-small);color:var(--gray-muted)}.newsletter-form{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center;max-width:480px;margin:0 auto}.newsletter-input{flex:1;min-width:200px;padding:.9rem 1.25rem;font-family:var(--font);font-size:1rem;border:2px solid rgba(255,255,255,.3);border-radius:999px;background:#ffffff14;color:var(--white);outline:none;transition:border-color .2s}.newsletter-input::placeholder{color:var(--gray-muted)}.newsletter-input:focus{border-color:var(--white)}.footer{background:#0a2525;color:var(--gray-light);padding:3.5rem 0 2rem;border-top:2px solid var(--teal)}.footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr;gap:2.5rem;margin-bottom:2.5rem}@media (max-width: 768px){.footer-grid{grid-template-columns:1fr;text-align:center}.footer-tagline{margin-left:auto;margin-right:auto}.footer-social{justify-content:center}}.footer-brand .logo{display:inline-flex;align-items:center;gap:.5rem;margin-bottom:.5rem}.footer-brand .logo-icon{width:28px;height:28px}.footer-brand .logo-icon svg{width:100%;height:100%}.footer-tagline{margin:0 0 1rem;font-size:var(--text-small);line-height:1.5;color:var(--gray-muted);max-width:280px}.footer-social{display:flex;gap:1rem}.footer-social .social-link{color:var(--gray-muted)}.footer-nav{display:flex;flex-direction:column;gap:.5rem}.footer-heading{margin:0 0 .75rem;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:var(--white)}.footer-nav a{color:var(--gray-muted);font-size:var(--text-small);line-height:1.5;transition:color .2s}.footer-nav a:hover{color:var(--white)}.footer-bottom{padding-top:1.5rem;border-top:1px solid rgba(255,255,255,.1);text-align:center}.footer-copy{margin:0;font-size:.8rem;color:var(--gray-muted)}.hero-inner-page{min-height:55vh;display:flex;flex-direction:column}.hero-inner-page .hero-bg{background-image:url(https://images.unsplash.com/photo-1488646953014-85cb44e25828?auto=format&fit=crop&w=1920&q=80)}.header-solid,.header-scrolled{background:var(--teal)!important}.header-scrolled{transition:background .25s ease}.nav-bar{position:relative;z-index:5;display:flex;flex-wrap:wrap;justify-content:center;gap:.5rem 1.5rem;padding:0 2rem 1.5rem}.nav-bar .nav-link{font-size:.75rem;font-weight:500;text-transform:uppercase;letter-spacing:.12em;color:var(--gray-light);transition:color .2s}.nav-bar .nav-link:hover,.nav-bar .nav-link.active{color:var(--white)}.nav-bar .nav-link-demo{font-size:.7rem;color:var(--gray-dim)}.nav-bar .nav-link-demo:hover{color:var(--gray-light)}.hero-inner-simple{flex:1;display:flex;align-items:center;justify-content:center;padding:3rem 2rem;text-align:center}.hero-inner-simple .hero-content{max-width:560px;align-items:center;text-align:center}.hero-inner-simple .hero-desc{text-align:center}.hero-inner-simple .btn-book{align-self:center}@media (max-width: 768px){.hero-inner-page{min-height:45vh}}.filter-bar{display:flex;flex-wrap:wrap;justify-content:center;gap:.5rem;margin-bottom:2rem}.filter-btn{padding:.5rem 1rem;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:var(--gray-light);background:#ffffff14;border:1px solid rgba(255,255,255,.2);border-radius:999px;transition:background .2s,color .2s,border-color .2s}.filter-btn:hover,.filter-btn.active{color:var(--white);background:#ffffff26;border-color:var(--white)}.card-grid-dest .card-content{padding:1.35rem 1.5rem}.card-link{display:inline-block;margin-top:.5rem;font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:#ffffffe6}.card:hover .card-link{text-decoration:underline}.card-grid-deals{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.card-deal-large{display:flex;flex-direction:column}.card-deal-large .card-content{flex:1;display:flex;flex-direction:column}.card-price{margin:.75rem 0 1rem;font-size:1.1rem;font-weight:700;color:var(--white)}.card-price-old{text-decoration:line-through;color:var(--gray-muted);font-weight:500;margin-right:.5rem}.card-price-note{display:block;font-size:.85rem;font-weight:400;color:var(--gray-muted);margin-top:.25rem}.btn-sm{padding:.6rem 1.25rem;font-size:.75rem;align-self:flex-start;margin-top:auto}.offer-hero-card{position:relative;border-radius:16px;overflow:hidden;min-height:320px;display:flex;align-items:flex-end}.offer-hero-bg{position:absolute;top:0;right:0;bottom:0;left:0;background-size:cover;background-position:center}.offer-hero-bg:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(0,0,0,.85) 0%,rgba(0,0,0,.3) 50%,transparent 100%)}.offer-hero-content{position:relative;z-index:2;padding:2.5rem 2rem;max-width:560px}.card-badge-flash{background:#e74c3c;color:var(--white)}.offer-hero-title{margin:.5rem 0 .75rem;font-size:1.75rem;font-weight:700;color:var(--white)}.offer-hero-desc{margin:0 0 1rem;font-size:var(--text-body);line-height:1.6;color:var(--gray-light)}.card-special .card-content{padding:1.5rem}.prose{font-size:var(--text-body);line-height:1.75;color:var(--gray-light)}.prose p{margin:0 0 1.25rem}.prose p:last-child{margin-bottom:0}.stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:2rem;margin-top:2rem;text-align:center}.stat-value{display:block;font-size:2.5rem;font-weight:700;color:var(--white);line-height:1.2}.stat-label{font-size:var(--text-small);text-transform:uppercase;letter-spacing:.08em;color:var(--gray-muted)}.reveal{opacity:0;transform:translateY(20px);transition:opacity .6s ease,transform .6s ease}.reveal.revealed{opacity:1;transform:translateY(0)}@media (max-width: 900px){.hero-inner{grid-template-columns:1fr;grid-template-rows:auto 1fr auto}.panel-left{padding:1.5rem 2rem;min-height:auto}.panel-left:before{backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.nav-main{flex-direction:row;flex-wrap:wrap;gap:.5rem}.social-row{position:static;margin-top:1.5rem}.hero-content{padding:2rem 2rem 3rem;max-width:none}.panel-right{flex-direction:row;padding:1rem 2rem}.pagination-dots{flex-direction:row}}@media (max-width: 600px){.header{flex-wrap:wrap;gap:1rem;padding:1rem}.header-right{font-size:.65rem}.account-text{display:none}.separator:has(+.register-link){display:none}}.dashboard-body{display:flex;min-height:100vh;background:#f0f2f5;color:#1a1a1a}body.dashboard-body #view-dashboard,body.customer-dashboard-body #view-customer-dashboard{display:flex;flex:1;min-width:0;min-height:100vh}.dashboard-sidebar{width:260px;flex-shrink:0;background:var(--teal-dark);color:var(--white);display:flex;flex-direction:column;padding:1.5rem 0}.dashboard-logo{display:flex;align-items:center;gap:.6rem;padding:0 1.5rem;margin-bottom:.75rem;color:var(--white)}.dashboard-logo .logo-icon{width:32px;height:32px;display:flex;align-items:center;justify-content:center}.dashboard-logo .logo-icon svg{width:100%;height:100%}.dashboard-logo .logo-text{font-size:1rem;font-weight:600;text-transform:lowercase;letter-spacing:.02em}.dashboard-badge{display:inline-block;align-self:flex-start;margin-left:1.5rem;padding:.2rem .5rem;font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;background:#fff3;border-radius:4px;margin-bottom:1.5rem}.dashboard-nav{display:flex;flex-direction:column;gap:.25rem;padding:0 .75rem}.dashboard-nav-link{display:flex;align-items:center;gap:.75rem;padding:.65rem 1rem;font-size:.9rem;font-weight:500;color:#fffc;border-radius:8px;transition:background .2s,color .2s}.dashboard-nav-link:hover{background:#ffffff1a;color:var(--white)}.dashboard-nav-link.active{background:#ffffff26;color:var(--white)}.dashboard-nav-icon{width:22px;height:22px;flex-shrink:0;opacity:.9}.dashboard-nav-icon svg{width:100%;height:100%}.dashboard-sidebar-footer{margin-top:auto;padding:1rem 1.5rem;border-top:1px solid rgba(255,255,255,.1)}.dashboard-back{font-size:.85rem;color:#fffc;transition:color .2s}.dashboard-back:hover{color:var(--white)}.dashboard-main{flex:1;min-width:0;display:flex;flex-direction:column}.dashboard-header{background:var(--white);border-bottom:1px solid #e5e7eb;padding:1rem 1.5rem;display:flex;align-items:center;justify-content:space-between;flex-shrink:0}.dashboard-title{margin:0;font-size:1.25rem;font-weight:700;color:#1a1a1a}.dashboard-header-actions{display:flex;align-items:center;gap:1rem}.dashboard-user{font-size:.9rem;color:#4b5563;font-weight:500}.dashboard-btn-icon{width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:8px;color:#4b5563;background:transparent;transition:background .2s,color .2s}.dashboard-btn-icon:hover{background:#f3f4f6;color:#1a1a1a}.dashboard-content{flex:1;padding:1.5rem;overflow:auto}.dashboard-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1rem;margin-bottom:2rem}.dashboard-stat-card{background:var(--white);border-radius:12px;padding:1.25rem;box-shadow:0 1px 3px #00000014;border:1px solid #e5e7eb}.dashboard-stat-value{display:block;font-size:1.75rem;font-weight:700;color:var(--teal);line-height:1.2}.dashboard-stat-label{display:block;font-size:.85rem;color:#6b7280;margin-top:.25rem}.dashboard-section{background:var(--white);border-radius:12px;padding:1.5rem;margin-bottom:1.5rem;box-shadow:0 1px 3px #00000014;border:1px solid #e5e7eb}.dashboard-section-title{margin:0 0 .5rem;font-size:1.1rem;font-weight:600;color:#1a1a1a}.dashboard-section-desc{margin:0 0 1rem;font-size:.9rem;color:#6b7280;line-height:1.5}.dashboard-section-footer{margin:1rem 0 0;font-size:.9rem}.dashboard-section-footer a{color:var(--teal);font-weight:500}.dashboard-section-footer a:hover{text-decoration:underline}.dashboard-table-wrap{overflow-x:auto;margin:-.5rem 0}.dashboard-table{width:100%;border-collapse:collapse;font-size:.9rem}.dashboard-table th,.dashboard-table td{padding:.75rem 1rem;text-align:left;border-bottom:1px solid #e5e7eb}.dashboard-table th{font-weight:600;color:#6b7280;font-size:.8rem;text-transform:uppercase;letter-spacing:.04em}.dashboard-table tbody tr:hover{background:#f9fafb}.dashboard-table code{font-size:.85em;background:#f3f4f6;padding:.2rem .4rem;border-radius:4px;color:#374151}.dashboard-btn{font-family:var(--font);cursor:pointer;font-size:.85rem;font-weight:500;padding:.4rem .75rem;border-radius:6px;background:var(--teal);color:var(--white);border:none;transition:background .2s,opacity .2s}.dashboard-btn:hover{background:var(--teal-dark)}.dashboard-btn-sm{padding:.35rem .65rem;font-size:.8rem}.dashboard-status{display:inline-block;padding:.25rem .5rem;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;border-radius:4px}.dashboard-status-open{background:#fef3c7;color:#92400e}.dashboard-status-pending{background:#e0e7ff;color:#3730a3}.dashboard-status-resolved,.dashboard-status-confirmed{background:#d1fae5;color:#065f46}.dashboard-status-cancelled{background:#fee2e2;color:#991b1b}.dashboard-actions-grid{display:flex;flex-wrap:wrap;gap:1rem}.dashboard-action-card{display:flex;align-items:center;gap:.75rem;padding:1rem 1.25rem;font-family:var(--font);font-size:.9rem;font-weight:500;color:#374151;background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;cursor:pointer;transition:background .2s,border-color .2s}.dashboard-action-card:hover{background:#f3f4f6;border-color:var(--teal);color:var(--teal)}.dashboard-action-icon{font-size:1.25rem;line-height:1}@media (max-width: 900px){.dashboard-body{flex-direction:column}.dashboard-sidebar{width:100%;flex-direction:row;flex-wrap:wrap;align-items:center;padding:1rem 1.5rem;gap:1rem}.dashboard-logo{margin-bottom:0}.dashboard-badge{margin-left:0;margin-bottom:0}.dashboard-nav{flex-direction:row;flex-wrap:wrap;padding:0;order:3;width:100%}.dashboard-sidebar-footer{margin-top:0;margin-left:auto;border-top:none;padding:0}.dashboard-table th:nth-child(n+4),.dashboard-table td:nth-child(n+4){display:none}.dashboard-table th:nth-child(3):after{content:" / Status";font-weight:400;color:#9ca3af}}.dashboard-past-list{display:flex;flex-direction:column;gap:.75rem}.dashboard-past-item{display:flex;align-items:center;gap:1rem;padding:.75rem 0;border-bottom:1px solid #e5e7eb;flex-wrap:wrap}.dashboard-past-item:last-child{border-bottom:none}.dashboard-past-trip{flex:1;min-width:180px;font-weight:500;color:#374151}.dashboard-past-date{font-size:.9rem;color:#6b7280}.dashboard-sidebar-footer .dashboard-back{display:block}@media (max-width: 600px){.dashboard-stats{grid-template-columns:1fr 1fr}.dashboard-header{flex-wrap:wrap;gap:.75rem}.dashboard-title{font-size:1.1rem}.dashboard-user{display:none}}
