.toast-container{z-index:9999;pointer-events:none;flex-direction:column;gap:10px;display:flex;position:fixed;top:24px;right:24px}.toast{pointer-events:auto;background:#fff;border:1px solid #e8ecf1;border-radius:8px;min-width:220px;max-width:360px;padding:12px 18px;font-size:13px;font-weight:500;animation:.25s toast-in;box-shadow:0 8px 30px #4b8fb814}.toast.toast-success{color:#1b7a42;background:#2ecc7114;border-color:#2ecc7166}.toast.toast-error{color:#b23024;background:#e74c3c14;border-color:#e74c3c66}.toast.toast-info{color:#1b3a5c;background:#4b8fb814;border-color:#4b8fb866}@keyframes toast-in{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.sidebar{background:#fff;border-right:1px solid #e8ecf1;flex-direction:column;flex-shrink:0;width:240px;height:100vh;display:flex;position:sticky;top:0}.sidebar-logo{border-bottom:1px solid #e8ecf1;align-items:center;gap:10px;padding:28px 24px 24px;display:flex}.sidebar-logo svg{width:32px;height:32px}.logo-text{letter-spacing:.5px;align-items:center;font-family:Outfit,-apple-system,BlinkMacSystemFont,sans-serif;font-size:17px;font-weight:600;display:flex}.logo-text .croco{color:#c9a96e}.logo-text .helm{color:#1b3a5c}.logo-beta{letter-spacing:1.5px;text-transform:uppercase;color:#4b8fb8;background:#4b8fb814;border-radius:3px;margin-left:6px;padding:2px 6px;font-size:8px;font-weight:700}.sidebar-nav{flex:1;padding:16px 12px;overflow-y:auto}.nav-section{margin-bottom:20px}.nav-section-label{letter-spacing:1.5px;text-transform:uppercase;color:#9aa3b2;margin-bottom:8px;padding:0 12px;font-size:9px;font-weight:700}.nav-item{color:#5a6578;cursor:pointer;border-radius:8px;align-items:center;gap:10px;margin-bottom:2px;padding:10px 12px;font-size:13px;font-weight:500;text-decoration:none;transition:all .15s;display:flex;position:relative}.nav-item svg{stroke-width:1.6px;flex-shrink:0;width:18px;height:18px}.nav-item:hover{color:#1c1915;background:#4b8fb814}.nav-item.active{color:#1b3a5c;background:#4b8fb814;font-weight:600}.nav-item.active:before{content:"";background:#4b8fb8;border-radius:0 2px 2px 0;width:3px;height:20px;position:absolute;top:50%;left:0;transform:translateY(-50%)}.sidebar-bottom{border-top:1px solid #e8ecf1;padding:16px}.sidebar-user{border-radius:8px;align-items:center;gap:10px;padding:8px 12px;transition:background .15s;display:flex}.sidebar-user:hover{background:#f3f5f8}.user-avatar{color:#1b3a5c;background:linear-gradient(135deg,#e8f2f8,#c9a96e14);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:12px;font-weight:600;display:flex}.user-info{flex:1;min-width:0;overflow:hidden}.user-info .user-name{color:#1c1915;white-space:nowrap;text-overflow:ellipsis;font-size:12px;font-weight:600;overflow:hidden}.user-info .user-plan{color:#9aa3b2;white-space:nowrap;text-overflow:ellipsis;font-size:10px;overflow:hidden}.btn-logout{color:#9aa3b2;border-radius:6px;justify-content:center;align-items:center;width:28px;height:28px;transition:all .15s;display:flex}.btn-logout svg{width:14px;height:14px}.btn-logout:hover{color:#e74c3c;background:#e74c3c14}.page-content{flex:1;padding:28px 32px;overflow-y:auto}.auth-page{background:linear-gradient(135deg,#fafbfd 0%,#e8f2f8 100%);justify-content:center;align-items:center;min-height:100vh;padding:24px;display:flex;position:relative;overflow:hidden}.auth-page:before{content:"";pointer-events:none;background:radial-gradient(circle,#c9a96e14,#0000 70%);border-radius:50%;width:400px;height:400px;position:absolute;top:-100px;right:-100px}.auth-page:after{content:"";pointer-events:none;background:radial-gradient(circle,#4b8fb814,#0000 70%);border-radius:50%;width:500px;height:500px;position:absolute;bottom:-100px;left:-100px}.auth-card{z-index:1;background:#fff;border:1px solid #e8ecf1;border-radius:16px;width:100%;max-width:420px;padding:40px 36px;position:relative;box-shadow:0 20px 60px #1b3a5c14}.auth-logo{justify-content:center;align-items:center;gap:12px;margin-bottom:24px;display:flex}.auth-logo svg{width:40px;height:40px}.auth-logo .logo-text{letter-spacing:.3px;font-family:Outfit,-apple-system,BlinkMacSystemFont,sans-serif;font-size:22px;font-weight:600}.auth-logo .logo-text .croco{color:#c9a96e}.auth-logo .logo-text .helm{color:#1b3a5c}.auth-title{color:#0d1f3c;text-align:center;letter-spacing:-.01em;margin-bottom:6px;font-family:Outfit,-apple-system,BlinkMacSystemFont,sans-serif;font-size:22px;font-weight:600}.auth-subtitle{text-align:center;color:#5a6578;margin-bottom:28px;font-size:13px}.auth-form{flex-direction:column;gap:14px;display:flex}.auth-field{flex-direction:column;gap:6px;display:flex}.auth-field label{color:#5a6578;text-transform:uppercase;letter-spacing:.8px;font-size:11px;font-weight:600}.auth-field input{background:#fafbfd;border:1px solid #e8ecf1;border-radius:8px;outline:none;padding:12px 14px;font-size:14px;transition:border-color .15s,background .15s}.auth-field input:focus{background:#fff;border-color:#4b8fb8}.auth-btn{color:#fff;background:#1b3a5c;border-radius:8px;padding:13px 18px;font-size:14px;font-weight:600;transition:all .15s}.auth-btn:hover{background:#142e4f}.auth-btn:disabled{opacity:.6;cursor:not-allowed}.auth-btn-secondary{color:#5a6578;background:#fff;border:1px solid #e8ecf1;border-radius:8px;padding:11px 16px;font-size:13px;font-weight:600;transition:all .15s}.auth-btn-secondary:hover{color:#4b8fb8;border-color:#4b8fb8}.auth-error{color:#b23024;background:#e74c3c14;border:1px solid #e74c3c4d;border-radius:6px;padding:10px 14px;font-size:12px}.auth-success{color:#1b7a42;background:#2ecc7114;border:1px solid #2ecc714d;border-radius:6px;padding:10px 14px;font-size:12px}.auth-footer{text-align:center;color:#5a6578;margin-top:20px;font-size:12px}.auth-footer a{color:#4b8fb8;font-weight:600}.auth-footer a:hover{text-decoration:underline}.auth-divider{color:#9aa3b2;text-transform:uppercase;letter-spacing:1px;align-items:center;gap:12px;margin:4px 0;font-size:11px;display:flex}.auth-divider:before,.auth-divider:after{content:"";background:#e8ecf1;flex:1;height:1px}.topbar{background:#fff;border-bottom:1px solid #e8ecf1;flex-shrink:0;justify-content:space-between;align-items:center;gap:20px;padding:20px 32px;display:flex}.topbar .topbar-left{min-width:0}.topbar .topbar-left h1{color:#0d1f3c;letter-spacing:-.02em;font-family:Outfit,-apple-system,BlinkMacSystemFont,sans-serif;font-size:22px;font-weight:600}.topbar .topbar-left p{color:#9aa3b2;margin-top:2px;font-size:12px}.topbar .topbar-right{align-items:center;gap:12px;display:flex}.topbar .topbar-search{background:#f3f5f8;border:1px solid #e8ecf1;border-radius:8px;align-items:center;gap:8px;min-width:200px;padding:8px 14px;display:flex}.topbar .topbar-search svg{color:#9aa3b2;flex-shrink:0;width:14px;height:14px}.topbar .topbar-search input{color:#1c1915;background:0 0;border:none;outline:none;width:100%;font-size:12px}.topbar .topbar-search input::placeholder{color:#9aa3b2}.topbar .notif-btn{background:#fff;border:1px solid #e8ecf1;border-radius:8px;justify-content:center;align-items:center;width:36px;height:36px;transition:all .15s;display:flex;position:relative}.topbar .notif-btn svg{color:#5a6578;width:16px;height:16px}.topbar .notif-btn:hover{border-color:#4b8fb8}.topbar .notif-btn .notif-dot{background:#4b8fb8;border:1.5px solid #fff;border-radius:50%;width:6px;height:6px;position:absolute;top:6px;right:6px}.admin-page .admin-stats{grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:28px;display:grid}.admin-page .admin-stat{background:#fff;border:1px solid #e8ecf1;border-radius:12px;padding:22px 24px}.admin-page .admin-stat .label{color:#9aa3b2;text-transform:uppercase;letter-spacing:.8px;margin-bottom:10px;font-size:11px;font-weight:600}.admin-page .admin-stat .value{color:#0d1f3c;letter-spacing:-.03em;font-family:Outfit,-apple-system,BlinkMacSystemFont,sans-serif;font-size:30px;font-weight:600}.admin-page .admin-stat .hint{color:#5a6578;margin-top:6px;font-size:11px}.admin-page .data-table{border-collapse:collapse;background:#fff;border:1px solid #e8ecf1;border-radius:12px;width:100%;overflow:hidden}.admin-page .data-table th{color:#9aa3b2;text-transform:uppercase;letter-spacing:1px;text-align:left;background:#f3f5f8;border-bottom:1px solid #e8ecf1;padding:14px 22px;font-size:10px;font-weight:700}.admin-page .data-table td{color:#1c1915;vertical-align:middle;border-bottom:1px solid #f0f2f5;padding:16px 22px;font-size:13px}.admin-page .data-table tr:last-child td{border-bottom:none}.admin-page .data-table tr:hover td{cursor:pointer;background:#4b8fb814}.admin-page .data-table .primary-cell{color:#0d1f3c;font-weight:600}.admin-page .data-table .muted{color:#5a6578;font-size:12px}.admin-page .pill{border-radius:5px;align-items:center;gap:4px;padding:4px 10px;font-size:11px;font-weight:600;display:inline-flex}.admin-page .pill.active{color:#1b7a42;background:#2ecc7114}.admin-page .pill.inactive{color:#e74c3c;background:#e74c3c14}.admin-page .pill.starter{color:#5a6578;background:#f3f5f8}.admin-page .pill.professional{color:#4b8fb8;background:#4b8fb814}.admin-page .pill.enterprise{color:#c9a96e;background:#c9a96e14}.admin-page .admin-section-title{color:#0d1f3c;margin-bottom:14px;font-family:Outfit,-apple-system,BlinkMacSystemFont,sans-serif;font-size:16px;font-weight:600}.empty-state{text-align:center;background:#fff;border:1px dashed #e8ecf1;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;padding:48px 24px;display:flex}.empty-state .empty-state-icon{color:#4b8fb8;background:#4b8fb814;border-radius:14px;justify-content:center;align-items:center;width:56px;height:56px;margin-bottom:16px;font-size:24px;display:flex}.empty-state .empty-state-title{color:#0d1f3c;margin-bottom:6px;font-family:Outfit,-apple-system,BlinkMacSystemFont,sans-serif;font-size:18px;font-weight:600}.empty-state .empty-state-desc{color:#5a6578;max-width:360px;font-size:13px;line-height:1.6}.empty-state .empty-state-action{margin-top:18px}.dashboard-home .stats-grid{grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:28px;display:grid}.dashboard-home .stat-card{background:#fff;border:1px solid #e8ecf1;border-radius:12px;padding:20px 22px;transition:all .2s}.dashboard-home .stat-card:hover{border-color:#e8f2f8;box-shadow:0 4px 20px #4b8fb80f}.dashboard-home .stat-label{color:#9aa3b2;text-transform:uppercase;letter-spacing:.8px;align-items:center;gap:6px;margin-bottom:12px;font-size:11px;font-weight:600;display:flex}.dashboard-home .stat-icon{border-radius:7px;justify-content:center;align-items:center;width:28px;height:28px;display:flex}.dashboard-home .stat-icon svg{width:14px;height:14px}.dashboard-home .stat-icon.blue{color:#4b8fb8;background:#4b8fb814}.dashboard-home .stat-icon.gold{color:#c9a96e;background:#c9a96e14}.dashboard-home .stat-icon.green{color:#2ecc71;background:#2ecc7114}.dashboard-home .stat-icon.orange{color:#e67e22;background:#e67e2214}.dashboard-home .stat-value{color:#0d1f3c;letter-spacing:-.03em;font-family:Outfit,-apple-system,BlinkMacSystemFont,sans-serif;font-size:28px;font-weight:600;line-height:1}.dashboard-home .stat-change{align-items:center;gap:4px;margin-top:8px;font-size:11px;font-weight:500;display:flex}.dashboard-home .stat-change.up{color:#2ecc71}.dashboard-home .stat-change.down{color:#e74c3c}.dashboard-home .stat-change span{color:#9aa3b2;font-weight:400}.dashboard-home .dashboard-grid{grid-template-columns:2fr 1fr;gap:16px;display:grid}.dashboard-home .right-col{flex-direction:column;gap:16px;display:flex}.dashboard-home .panel{background:#fff;border:1px solid #e8ecf1;border-radius:12px;overflow:hidden}.dashboard-home .panel-header{border-bottom:1px solid #e8ecf1;justify-content:space-between;align-items:center;padding:18px 22px;display:flex}.dashboard-home .panel-title{color:#0d1f3c;font-family:Outfit,-apple-system,BlinkMacSystemFont,sans-serif;font-size:14px;font-weight:600}.dashboard-home .panel-action{color:#4b8fb8;font-size:11px;font-weight:600;transition:color .15s}.dashboard-home .panel-action:hover{color:#1b3a5c}.dashboard-home .bookings-table{border-collapse:collapse;width:100%}.dashboard-home .bookings-table th{color:#9aa3b2;text-transform:uppercase;letter-spacing:1px;text-align:left;border-bottom:1px solid #e8ecf1;padding:12px 22px;font-size:10px;font-weight:700}.dashboard-home .bookings-table td{color:#1c1915;vertical-align:middle;border-bottom:1px solid #f0f2f5;padding:14px 22px;font-size:13px}.dashboard-home .bookings-table tr:last-child td{border-bottom:none}.dashboard-home .bookings-table tr:hover td{background:#4b8fb814}.dashboard-home .bookings-table .guest-name{color:#0d1f3c;font-weight:600}.dashboard-home .bookings-table .guest-email{color:#9aa3b2;font-size:11px}.dashboard-home .bookings-table .cell-date{color:#5a6578;font-size:12px}.dashboard-home .bookings-table .cell-amount{color:#0d1f3c;font-family:Outfit,-apple-system,BlinkMacSystemFont,sans-serif;font-weight:600}.dashboard-home .yacht-badge{color:#1b3a5c;background:#4b8fb814;border-radius:5px;align-items:center;gap:4px;padding:3px 10px;font-size:11px;font-weight:600;display:inline-flex}.dashboard-home .status{border-radius:5px;align-items:center;gap:4px;padding:4px 10px;font-size:11px;font-weight:600;display:inline-flex}.dashboard-home .status:before{content:"";background:currentColor;border-radius:50%;width:5px;height:5px}.dashboard-home .status.confirmed{color:#1b7a42;background:#2ecc7114}.dashboard-home .status.pending{color:#b8860b;background:#c9a96e14}.dashboard-home .status.paid{color:#4b8fb8;background:#4b8fb814}.dashboard-home .calendar-panel{flex-direction:column;display:flex}.dashboard-home .cal-header{border-bottom:1px solid #e8ecf1;justify-content:space-between;align-items:center;padding:18px 22px;display:flex}.dashboard-home .cal-month{color:#0d1f3c;font-family:Outfit,-apple-system,BlinkMacSystemFont,sans-serif;font-size:14px;font-weight:600}.dashboard-home .cal-nav{gap:4px;display:flex}.dashboard-home .cal-nav button{background:#fff;border:1px solid #e8ecf1;border-radius:6px;justify-content:center;align-items:center;width:28px;height:28px;transition:all .15s;display:flex}.dashboard-home .cal-nav button:hover{color:#4b8fb8;border-color:#4b8fb8}.dashboard-home .cal-nav button svg{width:12px;height:12px}.dashboard-home .cal-grid{grid-template-columns:repeat(7,1fr);gap:2px;padding:12px 16px;display:grid}.dashboard-home .cal-day-label{text-transform:uppercase;letter-spacing:.5px;color:#9aa3b2;text-align:center;padding:6px 0;font-size:9px;font-weight:700}.dashboard-home .cal-day{aspect-ratio:1;color:#1c1915;cursor:pointer;border-radius:6px;justify-content:center;align-items:center;font-size:12px;font-weight:500;transition:all .15s;display:flex;position:relative}.dashboard-home .cal-day:hover{background:#4b8fb814}.dashboard-home .cal-day.today{color:#fff;background:#1b3a5c;font-weight:600}.dashboard-home .cal-day.booked{color:#c9a96e;background:#c9a96e14}.dashboard-home .cal-day.booked:after{content:"";background:#c9a96e;border-radius:50%;width:4px;height:4px;position:absolute;bottom:3px}.dashboard-home .cal-day.blocked{color:#9aa3b2;opacity:.5;text-decoration:line-through}.dashboard-home .cal-day.other-month{color:#9aa3b2;opacity:.3}.dashboard-home .upcoming-panel{flex:1}.dashboard-home .upcoming-list{padding:16px 22px}.dashboard-home .upcoming-item{border-bottom:1px solid #f0f2f5;align-items:center;gap:12px;padding:12px 0;display:flex}.dashboard-home .upcoming-item:last-child{border-bottom:none}.dashboard-home .upcoming-date{background:#4b8fb814;border-radius:8px;flex-direction:column;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;display:flex}.dashboard-home .upcoming-date .day{color:#1b3a5c;font-family:Outfit,-apple-system,BlinkMacSystemFont,sans-serif;font-size:16px;font-weight:600;line-height:1}.dashboard-home .upcoming-date .month{text-transform:uppercase;letter-spacing:.5px;color:#4b8fb8;margin-top:2px;font-size:9px;font-weight:600;line-height:1}.dashboard-home .upcoming-info{flex:1;min-width:0}.dashboard-home .upcoming-info .upcoming-guest{color:#0d1f3c;font-size:13px;font-weight:600}.dashboard-home .upcoming-info .upcoming-detail{color:#9aa3b2;margin-top:2px;font-size:11px}.dashboard-home .upcoming-amount{color:#0d1f3c;white-space:nowrap;font-family:Outfit,-apple-system,BlinkMacSystemFont,sans-serif;font-size:14px;font-weight:600}.dashboard-home .fleet-section{margin-top:28px}.dashboard-home .fleet-header{justify-content:space-between;align-items:center;margin-bottom:16px;display:flex}.dashboard-home .fleet-eyebrow{letter-spacing:1.5px;text-transform:uppercase;color:#9aa3b2;margin-bottom:4px;font-size:9px;font-weight:700}.dashboard-home .fleet-title{color:#0d1f3c;font-family:Outfit,-apple-system,BlinkMacSystemFont,sans-serif;font-size:16px;font-weight:600}.dashboard-home .fleet-strip{grid-template-columns:repeat(4,1fr);gap:16px;display:grid}.dashboard-home .yacht-card{cursor:pointer;background:#fff;border:1px solid #e8ecf1;border-radius:12px;transition:all .2s;overflow:hidden}.dashboard-home .yacht-card:hover{border-color:#e8f2f8;transform:translateY(-2px);box-shadow:0 8px 30px #4b8fb814}.dashboard-home .yacht-img{background:linear-gradient(135deg,#4b8fb814 0%,#c9a96e14 100%);justify-content:center;align-items:center;width:100%;height:140px;display:flex;position:relative;overflow:hidden}.dashboard-home .yacht-img .wave{background:url("data:image/svg+xml,%3Csvg viewBox='0 0 400 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 20C50 10 100 30 150 20C200 10 250 30 300 20C350 10 400 30 400 20V40H0Z' fill='%23FFFFFF' opacity='0.5'/%3E%3C/svg%3E") 0 0/400px 40px repeat-x;height:40px;position:absolute;bottom:-10px;left:0;right:0}.dashboard-home .yacht-img-label{color:#1b3a5c;opacity:.15;letter-spacing:.02em;font-family:Playfair Display,serif;font-size:28px;font-weight:500}.dashboard-home .yacht-status-dot{border:2px solid #fff;border-radius:50%;width:8px;height:8px;position:absolute;top:10px;right:10px;box-shadow:0 1px 3px #0000001a}.dashboard-home .yacht-status-dot.available{background:#2ecc71}.dashboard-home .yacht-status-dot.busy{background:#e67e22}.dashboard-home .yacht-info{padding:14px 16px}.dashboard-home .yacht-name{color:#0d1f3c;margin-bottom:4px;font-family:Outfit,-apple-system,BlinkMacSystemFont,sans-serif;font-size:14px;font-weight:600}.dashboard-home .yacht-specs{color:#9aa3b2;font-size:11px}.dashboard-home .yacht-price{align-items:baseline;gap:4px;margin-top:8px;display:flex}.dashboard-home .yacht-price .amount{color:#0d1f3c;font-family:Outfit,-apple-system,BlinkMacSystemFont,sans-serif;font-size:16px;font-weight:600}.dashboard-home .yacht-price .unit{color:#9aa3b2;font-size:11px}.dashboard-home .ai-strip{background:linear-gradient(135deg,#0d1f3c 0%,#1b3a5c 100%);border-radius:12px;justify-content:space-between;align-items:center;gap:20px;margin-top:28px;padding:22px 28px;display:flex}.dashboard-home .ai-strip-left{flex:1}.dashboard-home .ai-strip-label{letter-spacing:1.5px;text-transform:uppercase;color:#fff6;margin-bottom:6px;font-size:9px;font-weight:700}.dashboard-home .ai-strip-title{color:#fff;font-family:Outfit,-apple-system,BlinkMacSystemFont,sans-serif;font-size:16px;font-weight:600}.dashboard-home .ai-strip-desc{color:#ffffff80;margin-top:4px;font-size:12px;line-height:1.5}.dashboard-home .ai-stats{gap:28px;display:flex}.dashboard-home .ai-stat{text-align:center}.dashboard-home .ai-stat .ai-stat-value{color:#fff;font-family:Outfit,-apple-system,BlinkMacSystemFont,sans-serif;font-size:22px;font-weight:600}.dashboard-home .ai-stat .ai-stat-label{color:#fff6;margin-top:2px;font-size:10px}.dashboard-home .ai-strip-btn{color:#fff;white-space:nowrap;background:#ffffff1a;border:1px solid #ffffff26;border-radius:8px;padding:10px 20px;font-size:12px;font-weight:600;transition:all .15s}.dashboard-home .ai-strip-btn:hover{background:#ffffff2e;border-color:#ffffff40}.fleet-page .yacht-grid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:18px;display:grid}.fleet-page .yacht-card{cursor:pointer;color:inherit;background:#fff;border:1px solid #e8ecf1;border-radius:12px;flex-direction:column;text-decoration:none;transition:all .2s;display:flex;overflow:hidden}.fleet-page .yacht-card:hover{border-color:#e8f2f8;transform:translateY(-2px);box-shadow:0 8px 30px #4b8fb814}.fleet-page .yacht-img{background:linear-gradient(135deg,#4b8fb814 0%,#c9a96e14 100%);justify-content:center;align-items:center;width:100%;height:140px;display:flex;position:relative;overflow:hidden}.fleet-page .yacht-img .wave{background:url("data:image/svg+xml,%3Csvg viewBox='0 0 400 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 20C50 10 100 30 150 20C200 10 250 30 300 20C350 10 400 30 400 20V40H0Z' fill='%23FFFFFF' opacity='0.5'/%3E%3C/svg%3E") 0 0/400px 40px repeat-x;height:40px;position:absolute;bottom:-10px;left:0;right:0}.fleet-page .yacht-img-label{color:#1b3a5c;opacity:.2;letter-spacing:.02em;text-align:center;word-break:break-word;padding:0 12px;font-family:Playfair Display,serif;font-size:28px;font-weight:500}.fleet-page .yacht-status-dot{border:2px solid #fff;border-radius:50%;width:8px;height:8px;position:absolute;top:10px;right:10px;box-shadow:0 1px 3px #0000001a}.fleet-page .yacht-status-dot.active{background:#2ecc71}.fleet-page .yacht-status-dot.maintenance{background:#e67e22}.fleet-page .yacht-status-dot.archived{background:#9aa3b2}.fleet-page .yacht-info{flex-direction:column;flex:1;padding:14px 16px;display:flex}.fleet-page .yacht-info .yacht-name{color:#0d1f3c;margin-bottom:4px;font-family:Outfit,-apple-system,BlinkMacSystemFont,sans-serif;font-size:14px;font-weight:600}.fleet-page .yacht-info .yacht-specs{color:#9aa3b2;font-size:11px}.fleet-page .yacht-info .yacht-price{align-items:baseline;gap:4px;margin-top:auto;padding-top:10px;display:flex}.fleet-page .yacht-info .yacht-price .amount{color:#0d1f3c;font-family:Outfit,-apple-system,BlinkMacSystemFont,sans-serif;font-size:16px;font-weight:600}.fleet-page .yacht-info .yacht-price .unit{color:#9aa3b2;font-size:11px}.fleet-page .yacht-form{background:#fff;border:1px solid #e8ecf1;border-radius:12px;max-width:760px;padding:28px 32px}.fleet-page .yacht-form .form-section{margin-bottom:24px}.fleet-page .yacht-form .form-section:last-child{margin-bottom:0}.fleet-page .yacht-form .form-section-title{color:#0d1f3c;text-transform:uppercase;letter-spacing:.8px;border-bottom:1px solid #f0f2f5;margin-bottom:12px;padding-bottom:8px;font-family:Outfit,-apple-system,BlinkMacSystemFont,sans-serif;font-size:13px;font-weight:600}.fleet-page .yacht-form .form-grid{grid-template-columns:repeat(2,1fr);gap:14px 18px;display:grid}.fleet-page .yacht-form .form-field{flex-direction:column;gap:6px;display:flex}.fleet-page .yacht-form .form-field.full{grid-column:1/-1}.fleet-page .yacht-form .form-field label{color:#5a6578;text-transform:uppercase;letter-spacing:.6px;font-size:11px;font-weight:600}.fleet-page .yacht-form .form-field input,.fleet-page .yacht-form .form-field select,.fleet-page .yacht-form .form-field textarea{color:#1c1915;background:#fafbfd;border:1px solid #e8ecf1;border-radius:8px;outline:none;padding:10px 12px;font-family:inherit;font-size:13px;transition:all .15s}.fleet-page .yacht-form .form-field input:focus,.fleet-page .yacht-form .form-field select:focus,.fleet-page .yacht-form .form-field textarea:focus{background:#fff;border-color:#4b8fb8}.fleet-page .yacht-form .form-field textarea{resize:vertical;min-height:80px}.fleet-page .yacht-form .form-toggle{color:#1c1915;align-items:center;gap:8px;font-size:12px;display:flex}.fleet-page .yacht-form .form-toggle input[type=checkbox]{accent-color:#4b8fb8;width:16px;height:16px}.fleet-page .yacht-form .form-actions{border-top:1px solid #f0f2f5;justify-content:flex-end;gap:10px;margin-top:24px;padding-top:18px;display:flex}.fleet-page .yacht-form .form-error{color:#b23024;background:#e74c3c14;border:1px solid #e74c3c4d;border-radius:6px;margin-bottom:16px;padding:10px 14px;font-size:12px}.fleet-page .detail-hero{background:#fff;border:1px solid #e8ecf1;border-radius:12px;grid-template-columns:260px 1fr;gap:24px;margin-bottom:20px;display:grid;overflow:hidden}.fleet-page .detail-info{flex-direction:column;padding:22px 26px;display:flex}.fleet-page .detail-info .detail-title{color:#0d1f3c;letter-spacing:-.01em;font-family:Outfit,-apple-system,BlinkMacSystemFont,sans-serif;font-size:22px;font-weight:600}.fleet-page .detail-info .detail-type{color:#9aa3b2;text-transform:uppercase;letter-spacing:.8px;margin-top:2px;font-size:11px;font-weight:600}.fleet-page .detail-info .detail-specs{flex-wrap:wrap;gap:18px;margin-top:16px;display:flex}.fleet-page .detail-info .detail-specs .spec{color:#5a6578;font-size:12px}.fleet-page .detail-info .detail-specs .spec strong{color:#0d1f3c;font-family:Outfit,-apple-system,BlinkMacSystemFont,sans-serif;font-size:14px;font-weight:600;display:block}.fleet-page .detail-info .detail-description{color:#5a6578;margin-top:18px;font-size:13px;line-height:1.6}.fleet-page .detail-info .detail-actions{gap:10px;margin-top:auto;padding-top:18px;display:flex}.fleet-page .detail-section{background:#fff;border:1px solid #e8ecf1;border-radius:12px;margin-bottom:16px;padding:22px 26px}.fleet-page .detail-section-header{justify-content:space-between;align-items:center;margin-bottom:14px;display:flex}.fleet-page .detail-section-header h3{color:#0d1f3c;font-family:Outfit,-apple-system,BlinkMacSystemFont,sans-serif;font-size:14px;font-weight:600}.fleet-page .pricing-table,.fleet-page .extras-table{border-collapse:collapse;width:100%;font-size:13px}.fleet-page .pricing-table th,.fleet-page .extras-table th{color:#9aa3b2;text-transform:uppercase;letter-spacing:1px;text-align:left;border-bottom:1px solid #e8ecf1;padding:10px 12px;font-size:10px;font-weight:700}.fleet-page .pricing-table td,.fleet-page .extras-table td{color:#1c1915;border-bottom:1px solid #f0f2f5;padding:12px}.fleet-page .pricing-table tr:last-child td,.fleet-page .extras-table tr:last-child td{border-bottom:none}.fleet-page .pricing-table .row-action,.fleet-page .extras-table .row-action{color:#e74c3c;cursor:pointer;font-size:11px;font-weight:600}.fleet-page .pricing-table .row-action:hover,.fleet-page .extras-table .row-action:hover{text-decoration:underline}.fleet-page .fleet-loading{text-align:center;color:#9aa3b2;padding:48px;font-size:13px}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{color:#1c1915;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#fafbfd;font-family:DM Sans,-apple-system,BlinkMacSystemFont,sans-serif;line-height:1.5}#root{min-height:100vh}a{color:inherit;text-decoration:none}button{cursor:pointer;color:inherit;background:0 0;border:none;font-family:inherit}input,textarea,select{color:inherit;font-family:inherit}::-webkit-scrollbar{width:5px;height:5px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:#4b8fb826;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#4b8fb84d}.loading-container{background:#fafbfd;justify-content:center;align-items:center;min-height:100vh;display:flex}.spinner{border:3px solid #4b8fb814;border-top-color:#4b8fb8;border-radius:50%;width:36px;height:36px;animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.wave-divider{background:linear-gradient(90deg,#4b8fb814,#c9a96e14,#4b8fb814);border-radius:2px;height:3px}.btn{border:1px solid #0000;border-radius:8px;align-items:center;gap:6px;padding:8px 16px;font-size:12px;font-weight:600;transition:all .15s;display:inline-flex}.btn.btn-primary{color:#fff;background:#1b3a5c}.btn.btn-primary:hover{background:#142e4f}.btn.btn-secondary{color:#5a6578;background:#fff;border-color:#e8ecf1}.btn.btn-secondary:hover{color:#4b8fb8;border-color:#4b8fb8}.app-layout{background:#fafbfd;min-height:100vh;display:flex}.main-content{flex-direction:column;flex:1;min-width:0;display:flex;overflow:hidden}
