.dashboard-module__1qL-yq__dashboardContainer{background-color:hsl(var(--background));background-image:radial-gradient(at 10% 20%,#00f5d408 0,#0000 50%),radial-gradient(at 90% 10%,#4cc9f008 0,#0000 50%);flex-direction:column;min-height:100vh;display:flex}.dashboard-module__1qL-yq__header{z-index:100;border-bottom:1px solid #ffffff0d;justify-content:space-between;align-items:center;padding:16px 32px;display:flex}.dashboard-module__1qL-yq__logo{letter-spacing:-.02em;background:linear-gradient(135deg, #fff, hsl(var(--aurora)), hsl(var(--polar)));-webkit-text-fill-color:transparent;-webkit-background-clip:text;font-size:1.6rem;font-weight:800}.dashboard-module__1qL-yq__headerActions{align-items:center;gap:16px;display:flex}.dashboard-module__1qL-yq__userInfo{background:#ffffff0d;border:1px solid #ffffff14;border-radius:20px;align-items:center;gap:8px;padding:6px 14px;font-size:.85rem;display:flex}.dashboard-module__1qL-yq__userIndicator{background:hsl(var(--aurora));width:8px;height:8px;box-shadow:0 0 8px hsl(var(--aurora));border-radius:50%}.dashboard-module__1qL-yq__logoutBtn{color:hsl(var(--sunset));cursor:pointer;background:0 0;border:1px solid #f7258566;border-radius:20px;padding:6px 14px;font-size:.85rem;font-weight:600;transition:all .3s}.dashboard-module__1qL-yq__logoutBtn:hover{background:#f725851a;box-shadow:0 0 10px #f7258533}.dashboard-module__1qL-yq__tripBanner{background-position:50%;background-size:cover;border:1px solid #ffffff0d;border-radius:24px;flex-direction:column;justify-content:flex-end;height:280px;margin:20px 32px 0;padding:32px;display:flex;position:relative;overflow:hidden;box-shadow:inset 0 0 100px #000c,0 10px 30px #0000004d}.dashboard-module__1qL-yq__bannerOverlay{z-index:1;background:linear-gradient(#0000 0%,#0b132b66 30%,#0b132bf2 80%);position:absolute;inset:0}.dashboard-module__1qL-yq__bannerContent{z-index:2;flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:20px;display:flex;position:relative}.dashboard-module__1qL-yq__bannerInfo{max-width:60%}.dashboard-module__1qL-yq__tripTitleWrapper{align-items:center;gap:12px;margin-bottom:8px;display:flex}.dashboard-module__1qL-yq__tripTitle{color:#fff;letter-spacing:-.02em;font-size:2.2rem;font-weight:800}.dashboard-module__1qL-yq__editBannerBtn{color:#fff;cursor:pointer;background:#ffffff1a;border:1px solid #ffffff26;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;transition:all .3s;display:flex}.dashboard-module__1qL-yq__editBannerBtn:hover{background:hsl(var(--aurora));color:#000;border-color:hsl(var(--aurora))}.dashboard-module__1qL-yq__tripDates{color:hsl(var(--polar));margin-bottom:12px;font-size:.95rem;font-weight:500}.dashboard-module__1qL-yq__tripSummary{color:#cbd5e0;font-size:.9rem;line-height:1.6}.dashboard-module__1qL-yq__bannerStats{gap:16px;display:flex}.dashboard-module__1qL-yq__statCard{text-align:center;background:#ffffff0a;border:1px solid #ffffff14;border-radius:16px;min-width:100px;padding:12px 20px}.dashboard-module__1qL-yq__statVal{color:#fff;font-size:1.4rem;font-weight:800}.dashboard-module__1qL-yq__statLabel{color:#a0aec0;margin-top:4px;font-size:.75rem}.dashboard-module__1qL-yq__mainLayout{flex:1;gap:24px;height:calc(100vh - 400px);min-height:500px;padding:24px 32px;display:flex;overflow:hidden}.dashboard-module__1qL-yq__timelineContainer{flex:1;gap:20px;height:100%;padding-bottom:16px;display:flex;overflow-x:auto}.dashboard-module__1qL-yq__dayColumn{border-radius:20px;flex-direction:column;flex-shrink:0;width:310px;max-height:100%;padding:16px;display:flex;box-shadow:0 4px 20px #00000026}.dashboard-module__1qL-yq__dayHeader{border-bottom:1px solid #ffffff0d;justify-content:space-between;align-items:center;margin-bottom:16px;padding-bottom:10px;display:flex}.dashboard-module__1qL-yq__dayTitle{color:#fff;font-size:1.1rem;font-weight:700}.dashboard-module__1qL-yq__dayDate{color:#a0aec0;margin-top:2px;font-size:.8rem}.dashboard-module__1qL-yq__addActivityBtn{color:hsl(var(--aurora));cursor:pointer;background:#00f5d41a;border:1px solid #00f5d433;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;font-size:1.2rem;font-weight:500;transition:all .3s;display:flex}.dashboard-module__1qL-yq__addActivityBtn:hover{background:hsl(var(--aurora));color:#000;border-color:hsl(var(--aurora));box-shadow:0 0 10px #00f5d44d}.dashboard-module__1qL-yq__activityList{flex-direction:column;flex:1;gap:12px;padding-right:4px;display:flex;overflow-y:auto}.dashboard-module__1qL-yq__activityCard{cursor:pointer;background:#ffffff08;border:1px solid #ffffff0f;border-radius:14px;padding:14px;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.dashboard-module__1qL-yq__activityCard:hover{background:#ffffff0f;border-color:#ffffff1f;transform:translateY(-2px);box-shadow:0 6px 15px #0003}.dashboard-module__1qL-yq__activityCardActive{background:#4cc9f00f;box-shadow:0 0 15px #4cc9f01a;border-color:hsl(var(--polar))!important}.dashboard-module__1qL-yq__cardHeader{justify-content:space-between;align-items:flex-start;gap:8px;margin-bottom:8px;display:flex}.dashboard-module__1qL-yq__cardTime{color:hsl(var(--polar));background:#4cc9f01a;border-radius:4px;padding:2px 8px;font-size:.75rem;font-weight:700}.dashboard-module__1qL-yq__cardTitle{color:#fff;margin-bottom:8px;font-size:.95rem;font-weight:600;line-height:1.4}.dashboard-module__1qL-yq__cardLocation{color:#cbd5e0;align-items:center;gap:4px;margin-top:8px;font-size:.8rem;display:flex}.dashboard-module__1qL-yq__cardLocation svg{color:hsl(var(--aurora));flex-shrink:0}.dashboard-module__1qL-yq__sidebar{border-radius:24px;flex-direction:column;flex-shrink:0;width:400px;height:100%;display:flex;overflow:hidden;box-shadow:0 10px 40px #0000004d}.dashboard-module__1qL-yq__sidebarEmpty{color:#718096;text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;padding:40px;display:flex}.dashboard-module__1qL-yq__sidebarEmpty svg{color:#4a5568;margin-bottom:16px;font-size:3rem}.dashboard-module__1qL-yq__sidebarContent{flex-direction:column;flex:1;display:flex;overflow-y:auto}.dashboard-module__1qL-yq__sidebarHeader{border-bottom:1px solid #ffffff0d;justify-content:space-between;align-items:center;padding:20px;display:flex}.dashboard-module__1qL-yq__sidebarTitle{color:#fff;font-size:1.2rem;font-weight:700}.dashboard-module__1qL-yq__closeSidebarBtn{color:#a0aec0;cursor:pointer;background:0 0;border:none;font-size:1.2rem}.dashboard-module__1qL-yq__sidebarDetails{flex-direction:column;flex:1;gap:20px;padding:24px;display:flex}.dashboard-module__1qL-yq__detailSection{flex-direction:column;gap:6px;display:flex}.dashboard-module__1qL-yq__sectionLabel{color:#718096;text-transform:uppercase;letter-spacing:.05em;font-size:.75rem;font-weight:600}.dashboard-module__1qL-yq__sectionValue{color:#e2e8f0;font-size:1rem;line-height:1.6}.dashboard-module__1qL-yq__mapContainer{background:#000;border:1px solid #ffffff14;border-radius:16px;height:250px;margin-top:10px;overflow:hidden}.dashboard-module__1qL-yq__mapFrame{border:none;width:100%;height:100%}.dashboard-module__1qL-yq__bookingLinkBtn{color:hsl(var(--polar));text-align:center;background:#4cc9f01a;border:1px solid #4cc9f04d;border-radius:12px;justify-content:center;align-items:center;gap:8px;padding:12px;font-weight:600;transition:all .3s;display:flex}.dashboard-module__1qL-yq__bookingLinkBtn:hover{background:hsl(var(--polar));color:#0b132b;border-color:hsl(var(--polar));box-shadow:0 0 15px #4cc9f04d}.dashboard-module__1qL-yq__actionRow{gap:12px;margin-top:15px;display:flex}.dashboard-module__1qL-yq__actionBtn{cursor:pointer;text-align:center;border-radius:10px;flex:1;padding:10px;font-family:inherit;font-weight:600;transition:all .3s}.dashboard-module__1qL-yq__editBtn{color:#fff;background:#ffffff0d;border:1px solid #ffffff1a}.dashboard-module__1qL-yq__editBtn:hover{background:#ffffff1a}.dashboard-module__1qL-yq__deleteBtn{color:hsl(var(--sunset));background:#f725851a;border:1px solid #f7258533}.dashboard-module__1qL-yq__deleteBtn:hover{background:#f7258533}.dashboard-module__1qL-yq__modalOverlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:1000;background:#050816cc;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.dashboard-module__1qL-yq__modalCard{border-radius:24px;width:100%;max-width:550px;padding:30px;box-shadow:0 25px 60px #0009}.dashboard-module__1qL-yq__modalHeader{color:#fff;margin-bottom:24px;font-size:1.4rem;font-weight:700}.dashboard-module__1qL-yq__modalForm{flex-direction:column;gap:16px;display:flex}.dashboard-module__1qL-yq__formRow{grid-template-columns:1fr 1fr;gap:16px;display:grid}.dashboard-module__1qL-yq__formField{flex-direction:column;gap:6px;display:flex}.dashboard-module__1qL-yq__formField label{color:#cbd5e0;font-size:.8rem;font-weight:600}.dashboard-module__1qL-yq__modalInput{color:#fff;background:#0b142bcc;border:1px solid #ffffff1a;border-radius:10px;padding:10px 14px;font-family:inherit;font-size:.95rem;transition:all .3s}.dashboard-module__1qL-yq__modalInput:focus{border-color:hsl(var(--aurora));outline:none;box-shadow:0 0 10px #00f5d426}.dashboard-module__1qL-yq__modalTextarea{resize:vertical;min-height:100px}.dashboard-module__1qL-yq__modalSelect{color:#fff;cursor:pointer;background:#0b142bcc;border:1px solid #ffffff1a;border-radius:10px;padding:10px 14px;font-family:inherit;font-size:.95rem}.dashboard-module__1qL-yq__modalSelect option{color:#fff;background:#0b132b}.dashboard-module__1qL-yq__modalActions{justify-content:flex-end;gap:12px;margin-top:24px;display:flex}.dashboard-module__1qL-yq__modalBtn{cursor:pointer;border-radius:10px;padding:10px 24px;font-family:inherit;font-weight:600;transition:all .3s}.dashboard-module__1qL-yq__cancelBtn{color:#a0aec0;background:0 0;border:1px solid #ffffff1a}.dashboard-module__1qL-yq__cancelBtn:hover{background:#ffffff0d}.dashboard-module__1qL-yq__saveBtn{background:linear-gradient(135deg, hsl(var(--aurora)), hsl(var(--polar)));color:#0b132b;border:none}.dashboard-module__1qL-yq__saveBtn:hover{transform:scale(1.02);box-shadow:0 0 15px #00f5d44d}@media (max-width:1024px){.dashboard-module__1qL-yq__mainLayout{flex-direction:column;height:auto;overflow:visible}.dashboard-module__1qL-yq__sidebar{width:100%;height:auto}.dashboard-module__1qL-yq__timelineContainer{height:auto}}
