.DestinationCard-module__8ZeIwq__card{border-radius:16px;flex-direction:column;height:100%;transition:transform .4s cubic-bezier(.16,1,.3,1),box-shadow .4s cubic-bezier(.16,1,.3,1),border-color .4s;display:flex;overflow:hidden}.DestinationCard-module__8ZeIwq__card:hover{border-color:var(--card-hover-border);box-shadow:var(--shadow-xl), 0 0 30px #3b82f626;transform:translateY(-6px)}.DestinationCard-module__8ZeIwq__imageContainer{width:100%;height:200px;position:relative;overflow:hidden}.DestinationCard-module__8ZeIwq__image{object-fit:cover;width:100%;height:100%;transition:transform .6s cubic-bezier(.16,1,.3,1)}.DestinationCard-module__8ZeIwq__card:hover .DestinationCard-module__8ZeIwq__image{transform:scale(1.06)}.DestinationCard-module__8ZeIwq__imageOverlay{pointer-events:none;background:linear-gradient(#07090e00 40%,#07090ecc 100%);position:absolute;inset:0}.DestinationCard-module__8ZeIwq__favoriteButton{-webkit-backdrop-filter:blur(8px);cursor:pointer;width:36px;height:36px;color:var(--foreground-muted);background:#0f131c99;border:1px solid #ffffff1a;border-radius:50%;justify-content:center;align-items:center;transition:all .3s cubic-bezier(.16,1,.3,1);display:flex;position:absolute;top:12px;right:12px}.DestinationCard-module__8ZeIwq__favoriteButton:hover{color:var(--accent-rose);background:#0f131ce6;transform:scale(1.1)}.DestinationCard-module__8ZeIwq__favoriteButton.DestinationCard-module__8ZeIwq__isFavorite{color:var(--accent-rose);background:#f43f5e26;border-color:#f43f5e4d}.DestinationCard-module__8ZeIwq__favoriteButton.DestinationCard-module__8ZeIwq__isFavorite .DestinationCard-module__8ZeIwq__heartIcon{fill:var(--accent-rose)}.DestinationCard-module__8ZeIwq__heartIcon{width:18px;height:18px;transition:transform .2s}.DestinationCard-module__8ZeIwq__favoriteButton:active .DestinationCard-module__8ZeIwq__heartIcon{transform:scale(.8)}.DestinationCard-module__8ZeIwq__matchBadge{-webkit-backdrop-filter:blur(8px);background:#07090ed9;border:1px solid #ffffff14;border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;display:flex;position:absolute;bottom:12px;right:12px}.DestinationCard-module__8ZeIwq__circleSvg{position:absolute}.DestinationCard-module__8ZeIwq__circleBg{fill:none;stroke:#ffffff0f;stroke-width:3px}.DestinationCard-module__8ZeIwq__circleProgress{fill:none;stroke:var(--accent-cyan);stroke-width:3px;stroke-linecap:round;transition:stroke-dashoffset .8s cubic-bezier(.16,1,.3,1)}.DestinationCard-module__8ZeIwq__card:nth-child(2n) .DestinationCard-module__8ZeIwq__circleProgress{stroke:var(--accent-blue)}.DestinationCard-module__8ZeIwq__card:nth-child(3n) .DestinationCard-module__8ZeIwq__circleProgress{stroke:var(--accent-purple)}.DestinationCard-module__8ZeIwq__matchText{z-index:1;flex-direction:column;justify-content:center;align-items:center;display:flex}.DestinationCard-module__8ZeIwq__matchNumber{font-size:11px;font-weight:700;font-family:var(--font-heading);color:var(--foreground);line-height:1}.DestinationCard-module__8ZeIwq__matchLabel{color:var(--foreground-muted);text-transform:uppercase;letter-spacing:.5px;margin-top:1px;font-size:7px;font-weight:500}.DestinationCard-module__8ZeIwq__content{flex-direction:column;flex-grow:1;padding:20px;display:flex}.DestinationCard-module__8ZeIwq__header{margin-bottom:12px}.DestinationCard-module__8ZeIwq__title{font-size:1.25rem;font-family:var(--font-heading);color:var(--foreground);margin-bottom:4px;font-weight:700}.DestinationCard-module__8ZeIwq__tagline{color:var(--accent-cyan);font-size:.85rem;font-weight:500}.DestinationCard-module__8ZeIwq__description{color:var(--foreground-muted);flex-grow:1;margin-bottom:16px;font-size:.875rem;line-height:1.5}.DestinationCard-module__8ZeIwq__metaGrid{border-bottom:1px solid var(--card-border);gap:12px;margin-bottom:16px;padding-bottom:16px;display:flex}.DestinationCard-module__8ZeIwq__metaItem{color:var(--foreground-muted);background:#ffffff08;border:1px solid #ffffff08;border-radius:6px;align-items:center;gap:6px;padding:4px 8px;font-size:.75rem;display:flex}.DestinationCard-module__8ZeIwq__metaIcon{color:var(--accent-blue)}.DestinationCard-module__8ZeIwq__aiInsights{background:#3b82f608;border:1px solid #3b82f614;border-radius:10px;margin-bottom:20px;padding:12px}.DestinationCard-module__8ZeIwq__insightTitle{text-transform:uppercase;letter-spacing:.5px;color:var(--accent-blue);margin-bottom:8px;font-size:.75rem;font-weight:600;display:block}.DestinationCard-module__8ZeIwq__insightList{flex-direction:column;gap:8px;list-style:none;display:flex}.DestinationCard-module__8ZeIwq__insightItem{color:var(--foreground-muted);align-items:flex-start;gap:8px;font-size:.8rem;line-height:1.3;display:flex}.DestinationCard-module__8ZeIwq__insightIcon{color:var(--accent-cyan);flex-shrink:0;margin-top:2px}.DestinationCard-module__8ZeIwq__actionButton{background:var(--bg-tertiary);color:var(--foreground);font-size:.875rem;font-weight:600;font-family:var(--font-heading);cursor:pointer;border:1px solid #ffffff14;border-radius:10px;justify-content:center;align-items:center;gap:8px;width:100%;padding:10px 16px;transition:all .3s cubic-bezier(.16,1,.3,1);display:flex}.DestinationCard-module__8ZeIwq__actionButton:hover{background:var(--gradient-primary);border-color:#0000;transform:translateY(-1px);box-shadow:0 4px 12px #8b5cf640}.DestinationCard-module__8ZeIwq__actionButton:hover .DestinationCard-module__8ZeIwq__arrowIcon{transform:translate(4px)}.DestinationCard-module__8ZeIwq__arrowIcon{transition:transform .3s cubic-bezier(.16,1,.3,1)}
.ItineraryDrawer-module__psfL8W__backdrop{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:100;opacity:0;pointer-events:none;background:#04060a99;transition:opacity .4s cubic-bezier(.16,1,.3,1);position:fixed;inset:0}.ItineraryDrawer-module__psfL8W__backdropActive{opacity:1;pointer-events:auto}.ItineraryDrawer-module__psfL8W__drawer{z-index:101;border-left:1px solid var(--card-border);background:#0f131cd9;flex-direction:column;width:100%;max-width:480px;transition:transform .4s cubic-bezier(.16,1,.3,1);display:flex;position:fixed;top:0;bottom:0;right:0;transform:translate(100%);box-shadow:-10px 0 30px #00000080}.ItineraryDrawer-module__psfL8W__drawerOpen{transform:translate(0)}.ItineraryDrawer-module__psfL8W__header{border-bottom:1px solid var(--card-border);justify-content:space-between;align-items:center;padding:16px 20px;display:flex}.ItineraryDrawer-module__psfL8W__headerTitleContainer{align-items:center;gap:10px;display:flex}.ItineraryDrawer-module__psfL8W__headerIcon{color:var(--accent-cyan)}.ItineraryDrawer-module__psfL8W__headerTitle{font-size:1.1rem;font-family:var(--font-heading);color:var(--foreground);font-weight:700}.ItineraryDrawer-module__psfL8W__closeButton{color:var(--foreground-muted);cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;transition:all .2s;display:flex}.ItineraryDrawer-module__psfL8W__closeButton:hover{color:var(--foreground);background:#ffffff0d}.ItineraryDrawer-module__psfL8W__hero{flex-shrink:0;width:100%;height:180px;position:relative;overflow:hidden}.ItineraryDrawer-module__psfL8W__heroImage{object-fit:cover;width:100%;height:100%}.ItineraryDrawer-module__psfL8W__heroOverlay{background:linear-gradient(#0f131c33 0%,#0f131cf2 100%);position:absolute;inset:0}.ItineraryDrawer-module__psfL8W__heroContent{position:absolute;bottom:16px;left:20px;right:20px}.ItineraryDrawer-module__psfL8W__matchScoreBadge{text-transform:uppercase;letter-spacing:.5px;color:var(--accent-cyan);background:#06b6d426;border:1px solid #06b6d44d;border-radius:20px;margin-bottom:8px;padding:2px 8px;font-size:.7rem;font-weight:700;display:inline-block}.ItineraryDrawer-module__psfL8W__destName{font-size:1.5rem;font-family:var(--font-heading);color:var(--foreground);margin-bottom:2px;font-weight:800}.ItineraryDrawer-module__psfL8W__destTagline{color:var(--foreground-muted);font-size:.85rem}.ItineraryDrawer-module__psfL8W__actionSection{border-bottom:1px solid var(--card-border);flex-shrink:0;gap:12px;padding:16px 20px;display:flex}.ItineraryDrawer-module__psfL8W__saveButton{background:var(--gradient-primary);color:var(--foreground);font-size:.875rem;font-weight:600;font-family:var(--font-heading);cursor:pointer;border:none;border-radius:10px;flex-grow:1;justify-content:center;align-items:center;gap:8px;padding:10px 16px;transition:all .3s cubic-bezier(.16,1,.3,1);display:flex;box-shadow:0 4px 12px #8b5cf633}.ItineraryDrawer-module__psfL8W__saveButton:hover{transform:translateY(-1px);box-shadow:0 4px 16px #8b5cf659}.ItineraryDrawer-module__psfL8W__saveButtonSaved{background:var(--accent-green);box-shadow:0 4px 12px #10b98133}.ItineraryDrawer-module__psfL8W__saveButtonSaved:hover{background:var(--accent-green);transform:none;box-shadow:0 4px 12px #10b98133}.ItineraryDrawer-module__psfL8W__scrollableContent{flex-grow:1;padding:20px;overflow-y:auto}.ItineraryDrawer-module__psfL8W__tabContainer{background:#ffffff08;border:1px solid #ffffff08;border-radius:8px;gap:8px;margin-bottom:20px;padding:4px;display:flex}.ItineraryDrawer-module__psfL8W__tabButton{color:var(--foreground-muted);font-size:.875rem;font-weight:600;font-family:var(--font-heading);cursor:pointer;background:0 0;border:none;border-radius:6px;flex:1;padding:8px 12px;transition:all .2s}.ItineraryDrawer-module__psfL8W__tabButton:hover{color:var(--foreground)}.ItineraryDrawer-module__psfL8W__tabActive{background:var(--bg-tertiary);color:var(--foreground);box-shadow:var(--shadow-sm);border:1px solid #ffffff0d}.ItineraryDrawer-module__psfL8W__dayPlan{margin-bottom:24px}.ItineraryDrawer-module__psfL8W__dayThemeContainer{background:#06b6d408;border:1px dashed #06b6d433;border-radius:8px;align-items:center;gap:8px;margin-bottom:16px;padding:10px 12px;display:flex}.ItineraryDrawer-module__psfL8W__sparkleIcon{color:var(--accent-cyan);flex-shrink:0}.ItineraryDrawer-module__psfL8W__dayThemeLabel{color:var(--accent-cyan);text-transform:uppercase;letter-spacing:.5px;flex-shrink:0;font-size:.75rem;font-weight:700}.ItineraryDrawer-module__psfL8W__dayTheme{color:var(--foreground);font-size:.85rem;font-weight:600;line-height:1.3}.ItineraryDrawer-module__psfL8W__scheduleTimeline{flex-direction:column;padding-left:10px;display:flex;position:relative}.ItineraryDrawer-module__psfL8W__scheduleTimeline:before{content:"";background:var(--bg-tertiary);width:2px;position:absolute;top:10px;bottom:10px;left:19px}.ItineraryDrawer-module__psfL8W__timelineItem{gap:16px;padding-bottom:24px;display:flex;position:relative}.ItineraryDrawer-module__psfL8W__timelineItem:last-child{padding-bottom:0}.ItineraryDrawer-module__psfL8W__checkIndicator{z-index:1;background:var(--bg-secondary);cursor:pointer;height:20px;color:var(--foreground-dark);border-radius:4px;justify-content:center;align-items:center;margin-top:2px;transition:all .2s;display:flex;position:relative}.ItineraryDrawer-module__psfL8W__checkIndicator:hover{color:var(--accent-blue)}.ItineraryDrawer-module__psfL8W__checkIconActive{color:var(--accent-blue);fill:#3b82f61a}.ItineraryDrawer-module__psfL8W__checkIconInactive{color:var(--foreground-dark)}.ItineraryDrawer-module__psfL8W__timelineChecked .ItineraryDrawer-module__psfL8W__eventTitle{color:var(--foreground-dark);text-decoration:line-through}.ItineraryDrawer-module__psfL8W__timelineChecked .ItineraryDrawer-module__psfL8W__eventTime{color:var(--foreground-dark)}.ItineraryDrawer-module__psfL8W__eventDetails{flex:1}.ItineraryDrawer-module__psfL8W__eventTime{color:var(--accent-blue);margin-bottom:2px;font-size:.75rem;font-weight:700;display:block}.ItineraryDrawer-module__psfL8W__eventTitle{color:var(--foreground);margin-bottom:6px;font-size:.95rem;font-weight:600;transition:color .2s}.ItineraryDrawer-module__psfL8W__eventTipContainer{background:#ffffff05;border:1px solid #ffffff05;border-radius:6px;gap:6px;padding:8px 10px;display:flex}.ItineraryDrawer-module__psfL8W__tipIcon{color:var(--foreground-dark);flex-shrink:0;margin-top:1px}.ItineraryDrawer-module__psfL8W__eventTip{color:var(--foreground-muted);font-size:.75rem;line-height:1.3}.ItineraryDrawer-module__psfL8W__tipsSection{border-top:1px solid var(--card-border);margin-top:8px;padding-top:24px}.ItineraryDrawer-module__psfL8W__tipsTitle{font-size:.95rem;font-family:var(--font-heading);color:var(--foreground);align-items:center;gap:8px;margin-bottom:16px;font-weight:700;display:flex}.ItineraryDrawer-module__psfL8W__tipsHeaderIcon{color:var(--accent-purple)}.ItineraryDrawer-module__psfL8W__tipsGrid{grid-template-columns:repeat(2,1fr);gap:12px;display:grid}.ItineraryDrawer-module__psfL8W__tipsCard{border:1px solid var(--card-border);background:#ffffff05;border-radius:8px;padding:12px}.ItineraryDrawer-module__psfL8W__tipsCardFull{border:1px solid var(--card-border);background:#ffffff05;border-radius:8px;grid-column:span 2;padding:12px}.ItineraryDrawer-module__psfL8W__tipsLabel{text-transform:uppercase;color:var(--foreground-muted);letter-spacing:.5px;margin-bottom:4px;font-size:.7rem;font-weight:700;display:block}.ItineraryDrawer-module__psfL8W__tipsVal{color:var(--foreground);font-size:.8rem;line-height:1.4}
.ChatAssistant-module__IUfz-a__chatWrapper{z-index:1000;font-family:var(--font-sans);position:fixed;bottom:24px;right:24px}.ChatAssistant-module__IUfz-a__fab{background:var(--gradient-primary);width:60px;height:60px;color:var(--foreground);cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;transition:all .3s cubic-bezier(.16,1,.3,1);display:flex;position:relative;box-shadow:0 8px 30px #8b5cf666}.ChatAssistant-module__IUfz-a__fab:hover{transform:scale(1.08)translateY(-2px);box-shadow:0 12px 35px #8b5cf68c,0 0 20px #3b82f64d}.ChatAssistant-module__IUfz-a__fabIcon{z-index:2;position:relative}.ChatAssistant-module__IUfz-a__fabRipple{background:var(--gradient-primary);opacity:.3;z-index:1;border-radius:50%;animation:2s ease-in-out infinite ChatAssistant-module__IUfz-a__glowPulse;position:absolute;inset:-2px}.ChatAssistant-module__IUfz-a__fabTooltip{background:var(--bg-secondary);border:1px solid var(--card-border);color:var(--foreground);white-space:nowrap;opacity:0;pointer-events:none;box-shadow:var(--shadow-md);border-radius:8px;padding:6px 12px;font-size:.8rem;font-weight:600;transition:all .3s cubic-bezier(.16,1,.3,1);position:absolute;right:76px;transform:translate(10px)}.ChatAssistant-module__IUfz-a__fab:hover .ChatAssistant-module__IUfz-a__fabTooltip{opacity:1;transform:translate(0)}.ChatAssistant-module__IUfz-a__chatWindow{width:380px;height:520px;max-height:calc(100vh - 100px);box-shadow:var(--shadow-xl), 0 10px 40px #0006;border:1px solid var(--card-border);transform-origin:100% 100%;background:#0f131ceb;border-radius:20px;flex-direction:column;display:flex;position:absolute;bottom:0;right:0;overflow:hidden}.ChatAssistant-module__IUfz-a__chatHeader{border-bottom:1px solid var(--card-border);background:#191e2d80;justify-content:space-between;align-items:center;padding:16px;display:flex}.ChatAssistant-module__IUfz-a__headerInfo{align-items:center;gap:10px;display:flex;position:relative}.ChatAssistant-module__IUfz-a__aiStatusDot{background:var(--accent-green);border:1px solid var(--bg-secondary);width:8px;height:8px;box-shadow:0 0 8px var(--accent-green);border-radius:50%;position:absolute;top:0;left:12px}.ChatAssistant-module__IUfz-a__sparkleIcon{color:var(--accent-cyan)}.ChatAssistant-module__IUfz-a__headerTitle{font-size:.95rem;font-family:var(--font-heading);color:var(--foreground);font-weight:700}.ChatAssistant-module__IUfz-a__headerSubtitle{color:var(--accent-cyan);font-size:.75rem;font-weight:500}.ChatAssistant-module__IUfz-a__closeButton{color:var(--foreground-muted);cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;transition:all .2s;display:flex}.ChatAssistant-module__IUfz-a__closeButton:hover{color:var(--foreground);background:#ffffff0d}.ChatAssistant-module__IUfz-a__messagesLog{flex-direction:column;flex-grow:1;gap:16px;padding:16px;display:flex;overflow-y:auto}.ChatAssistant-module__IUfz-a__messageContainer{flex-direction:column;max-width:80%;display:flex}.ChatAssistant-module__IUfz-a__userContainer{align-self:flex-end;align-items:flex-end}.ChatAssistant-module__IUfz-a__aiContainer{align-self:flex-start;align-items:flex-start}.ChatAssistant-module__IUfz-a__messageBubble{border-radius:16px;padding:12px 16px;font-size:.85rem;line-height:1.45}.ChatAssistant-module__IUfz-a__userBubble{background:var(--gradient-primary);color:var(--foreground);box-shadow:var(--shadow-sm);border-bottom-right-radius:4px}.ChatAssistant-module__IUfz-a__aiBubble{background:var(--bg-tertiary);color:var(--foreground);border:1px solid var(--card-border);border-bottom-left-radius:4px}.ChatAssistant-module__IUfz-a__aiBubble strong{color:var(--accent-cyan)}.ChatAssistant-module__IUfz-a__aiBubble li.ChatAssistant-module__IUfz-a__chat-bullet{margin-top:4px;margin-left:14px;list-style-type:circle}.ChatAssistant-module__IUfz-a__messageTime{color:var(--foreground-dark);margin-top:4px;padding:0 4px;font-size:.65rem}.ChatAssistant-module__IUfz-a__typingBubble{align-items:center;gap:4px;padding:12px 16px;display:flex}.ChatAssistant-module__IUfz-a__typingDot{background:var(--foreground-muted);border-radius:50%;width:6px;height:6px;animation:1.4s ease-in-out infinite ChatAssistant-module__IUfz-a__typingBounce}.ChatAssistant-module__IUfz-a__typingDot:nth-child(2){animation-delay:.2s}.ChatAssistant-module__IUfz-a__typingDot:nth-child(3){animation-delay:.4s}@keyframes ChatAssistant-module__IUfz-a__typingBounce{0%,80%,to{transform:translateY(0)}40%{transform:translateY(-5px)}}.ChatAssistant-module__IUfz-a__presetsContainer{border-top:1px solid var(--card-border);background:#07090e66;flex-shrink:0;padding:12px 16px}.ChatAssistant-module__IUfz-a__presetsLabel{color:var(--foreground-muted);text-transform:uppercase;letter-spacing:.5px;margin-bottom:8px;font-size:.75rem;font-weight:700}.ChatAssistant-module__IUfz-a__presetsList{flex-direction:column;gap:6px;display:flex}.ChatAssistant-module__IUfz-a__presetChip{border:1px solid var(--card-border);color:var(--foreground-muted);text-align:left;cursor:pointer;background:#ffffff08;border-radius:8px;width:100%;padding:8px 12px;font-size:.78rem;transition:all .2s}.ChatAssistant-module__IUfz-a__presetChip:hover{color:var(--accent-cyan);background:#3b82f60d;border-color:#3b82f633}.ChatAssistant-module__IUfz-a__inputForm{border-top:1px solid var(--card-border);background:#0f131cf2;flex-shrink:0;align-items:center;gap:8px;padding:12px 16px;display:flex}.ChatAssistant-module__IUfz-a__chatInput{background:var(--bg-secondary);border:1px solid var(--card-border);color:var(--foreground);font-size:.85rem;font-family:var(--font-sans);border-radius:10px;flex-grow:1;padding:10px 12px;transition:border-color .2s}.ChatAssistant-module__IUfz-a__chatInput:focus{border-color:var(--accent-blue);outline:none}.ChatAssistant-module__IUfz-a__chatInput:disabled{opacity:.5}.ChatAssistant-module__IUfz-a__sendButton{background:var(--gradient-primary);width:38px;height:38px;color:var(--foreground);cursor:pointer;border:none;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;transition:all .2s;display:flex}.ChatAssistant-module__IUfz-a__sendButton:hover:not(:disabled){transform:scale(1.05);box-shadow:0 4px 12px #8b5cf64d}.ChatAssistant-module__IUfz-a__sendButton:disabled{background:var(--bg-tertiary);color:var(--foreground-dark);cursor:not-allowed}@media (max-width:480px){.ChatAssistant-module__IUfz-a__chatWindow{width:calc(100vw - 48px);height:480px;right:0}}
.page-module___8aEwW__container{background-color:var(--bg-primary);flex-direction:column;min-height:100vh;display:flex;position:relative}.page-module___8aEwW__header{z-index:50;border-bottom:1px solid var(--card-border);background:#07090ebf;justify-content:space-between;align-items:center;padding:16px 40px;display:flex;position:sticky;top:0}.page-module___8aEwW__logoContainer{align-items:center;gap:8px;display:flex}.page-module___8aEwW__logoIcon{color:var(--accent-cyan);filter:drop-shadow(0 0 8px #06b6d480);animation:3s ease-in-out infinite page-module___8aEwW__glowPulse}.page-module___8aEwW__logoText{font-family:var(--font-heading);letter-spacing:-.5px;color:var(--foreground);font-size:1.35rem;font-weight:800}.page-module___8aEwW__logoText span{background:var(--gradient-cyan-blue);-webkit-text-fill-color:transparent;-webkit-background-clip:text}.page-module___8aEwW__badge{text-transform:uppercase;letter-spacing:.5px;color:var(--foreground-muted);background:#ffffff0d;border:1px solid #ffffff14;border-radius:4px;margin-left:6px;padding:2px 6px;font-size:.65rem;font-weight:700}.page-module___8aEwW__nav{gap:24px;display:flex}.page-module___8aEwW__navLink{color:var(--foreground-muted);font-family:var(--font-sans);cursor:pointer;background:0 0;border:none;align-items:center;gap:8px;padding:6px 0;font-size:.9rem;font-weight:600;transition:color .2s;display:flex;position:relative}.page-module___8aEwW__navLink:hover{color:var(--foreground)}.page-module___8aEwW__navLinkActive{color:var(--accent-cyan)}.page-module___8aEwW__navLinkActive:after{content:"";background:var(--accent-cyan);border-radius:2px;height:2px;position:absolute;bottom:0;left:0;right:0;box-shadow:0 0 8px #06b6d499}.page-module___8aEwW__heartFilled{color:var(--accent-rose);fill:var(--accent-rose)}.page-module___8aEwW__proButton{background:var(--bg-tertiary);color:var(--foreground);font-size:.85rem;font-weight:600;font-family:var(--font-heading);cursor:pointer;border:1px solid #ffffff14;border-radius:8px;align-items:center;gap:6px;padding:8px 16px;transition:all .3s;display:flex}.page-module___8aEwW__proIcon{color:#fbbf24;filter:drop-shadow(0 0 4px #fbbf244d)}.page-module___8aEwW__proButton:hover{background:var(--gradient-primary);border-color:#0000;box-shadow:0 4px 12px #8b5cf633}.page-module___8aEwW__favoritesIconContainer{justify-content:center;align-items:center;display:flex;position:relative}.page-module___8aEwW__favBadgeMini{background:var(--accent-rose);color:var(--foreground);font-size:9px;font-weight:700;font-family:var(--font-heading);border:1px solid var(--bg-secondary);border-radius:7px;justify-content:center;align-items:center;min-width:14px;height:14px;padding:0 3px;display:flex;position:absolute;top:-8px;right:-8px;box-shadow:0 0 6px #f43f5e80}.page-module___8aEwW__heroSection{text-align:center;z-index:10;max-width:800px;margin:0 auto;padding:60px 20px 40px;position:relative}.page-module___8aEwW__heroGlow{background:var(--gradient-glow);pointer-events:none;z-index:-1;width:400px;height:400px;position:absolute;top:-150px;left:50%;transform:translate(-50%)}.page-module___8aEwW__heroTag{text-transform:uppercase;letter-spacing:1px;color:var(--accent-blue);background:#3b82f614;border:1px solid #3b82f633;border-radius:20px;align-items:center;gap:6px;margin-bottom:20px;padding:4px 12px;font-size:.75rem;font-weight:700;display:inline-flex}.page-module___8aEwW__heroTitle{font-family:var(--font-heading);color:var(--foreground);letter-spacing:-1px;margin:16px 0 64px;font-size:2.75rem;font-weight:800;line-height:1.2}.page-module___8aEwW__heroTitle span{background:var(--gradient-primary);-webkit-text-fill-color:transparent;-webkit-background-clip:text}.page-module___8aEwW__heroDescription{color:var(--foreground-muted);margin-bottom:32px;font-size:1.05rem;line-height:1.6}.page-module___8aEwW__searchBarContainer{max-width:560px;margin:0 auto 24px;position:relative}.page-module___8aEwW__searchIcon{color:var(--foreground-dark);z-index:2;pointer-events:none;position:absolute;top:50%;left:16px;transform:translateY(-50%)}.page-module___8aEwW__searchInput{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid var(--card-border);width:100%;color:var(--foreground);font-size:.95rem;font-family:var(--font-sans);box-shadow:var(--shadow-sm);background:#0f131c99;border-radius:12px;padding:14px 44px;transition:all .3s cubic-bezier(.16,1,.3,1)}.page-module___8aEwW__searchInput:focus{box-shadow:0 0 0 4px #3b82f61a, var(--shadow-md);background:#0f131cd9;border-color:#3b82f666;outline:none}.page-module___8aEwW__clearSearch{color:var(--foreground-dark);cursor:pointer;z-index:2;background:0 0;border:none;padding:4px;font-size:.8rem;position:absolute;top:50%;right:16px;transform:translateY(-50%)}.page-module___8aEwW__clearSearch:hover{color:var(--foreground)}.page-module___8aEwW__presetsWrapper{flex-wrap:wrap;justify-content:center;align-items:center;gap:12px;margin-bottom:30px;display:flex}.page-module___8aEwW__presetsLabel{text-transform:uppercase;color:var(--foreground-dark);letter-spacing:.5px;font-size:.75rem;font-weight:700}.page-module___8aEwW__presetsList{flex-wrap:wrap;gap:8px;display:flex}.page-module___8aEwW__presetButton{border:1px solid var(--card-border);color:var(--foreground-muted);cursor:pointer;background:#ffffff05;border-radius:20px;padding:6px 12px;font-size:.75rem;font-weight:600;transition:all .2s}.page-module___8aEwW__presetButton:hover{color:var(--accent-cyan);background:#06b6d40d;border-color:#06b6d440;transform:translateY(-1px)}.page-module___8aEwW__mainContent{z-index:10;flex-grow:1;width:100%;max-width:1400px;margin:0 auto;padding:0 40px 80px}.page-module___8aEwW__dashboardLayout{grid-template-columns:320px 1fr;align-items:start;gap:40px;display:grid}.page-module___8aEwW__slidersPanel{border-radius:16px;padding:24px;position:sticky;top:100px}.page-module___8aEwW__panelHeader{justify-content:space-between;align-items:center;margin-bottom:8px;display:flex}.page-module___8aEwW__panelTitleContainer{align-items:center;gap:8px;display:flex}.page-module___8aEwW__panelIcon{color:var(--accent-blue)}.page-module___8aEwW__panelTitle{font-family:var(--font-heading);color:var(--foreground);font-size:1.1rem;font-weight:700}.page-module___8aEwW__resetButton{color:var(--foreground-dark);cursor:pointer;background:0 0;border:none;font-size:.75rem;font-weight:600;transition:color .2s}.page-module___8aEwW__resetButton:hover{color:var(--accent-rose)}.page-module___8aEwW__panelDesc{color:var(--foreground-muted);margin-bottom:24px;font-size:.78rem;line-height:1.4}.page-module___8aEwW__sliderGroup{margin-bottom:24px}.page-module___8aEwW__sliderLabelRow{color:var(--foreground-muted);justify-content:space-between;margin-bottom:8px;font-size:.75rem;font-weight:600;display:flex}.page-module___8aEwW__sliderVal{color:var(--accent-cyan);font-weight:700;font-family:var(--font-heading)}.page-module___8aEwW__sliderRange{appearance:none;background:var(--bg-tertiary);cursor:pointer;border-radius:3px;outline:none;width:100%;height:6px}.page-module___8aEwW__sliderRange::-webkit-slider-thumb{appearance:none;background:var(--accent-cyan);border-radius:50%;width:16px;height:16px;transition:transform .1s;box-shadow:0 0 10px #06b6d466}.page-module___8aEwW__sliderRange::-webkit-slider-thumb:hover{transform:scale(1.2)}.page-module___8aEwW__sliderGroup:nth-of-type(2) .page-module___8aEwW__sliderRange::-webkit-slider-thumb{background:var(--accent-blue);box-shadow:0 0 10px #3b82f666}.page-module___8aEwW__sliderGroup:nth-of-type(3) .page-module___8aEwW__sliderRange::-webkit-slider-thumb{background:var(--accent-purple);box-shadow:0 0 10px #8b5cf666}.page-module___8aEwW__sliderGroup:first-of-type .page-module___8aEwW__sliderVal{color:var(--accent-cyan)}.page-module___8aEwW__sliderGroup:nth-of-type(2) .page-module___8aEwW__sliderVal{color:var(--accent-blue)}.page-module___8aEwW__sliderGroup:nth-of-type(3) .page-module___8aEwW__sliderVal{color:var(--accent-purple)}.page-module___8aEwW__insightBox{border:1px solid var(--card-border);background:#ffffff03;border-radius:10px;gap:10px;margin-top:16px;padding:12px;display:flex}.page-module___8aEwW__insightBoxIcon{color:var(--foreground-dark);flex-shrink:0;margin-top:2px}.page-module___8aEwW__insightBox p{color:var(--foreground-dark);font-size:.7rem;line-height:1.3}.page-module___8aEwW__resultsSection{flex-direction:column;display:flex}.page-module___8aEwW__resultsHeader{justify-content:space-between;align-items:center;margin-bottom:24px;display:flex}.page-module___8aEwW__resultsCount{font-family:var(--font-heading);color:var(--foreground);font-size:1.25rem;font-weight:700}.page-module___8aEwW__resultsCount span{color:var(--foreground-muted);margin-left:6px;font-size:1.05rem;font-weight:500}.page-module___8aEwW__showAllLink{color:var(--accent-blue);cursor:pointer;background:0 0;border:none;font-size:.85rem;font-weight:600;transition:color .2s}.page-module___8aEwW__showAllLink:hover{color:var(--accent-cyan)}.page-module___8aEwW__resultsGrid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:24px;display:grid}.page-module___8aEwW__emptyState{text-align:center;border:1px dashed var(--card-border);border-radius:16px;flex-direction:column;justify-content:center;align-items:center;padding:60px 40px;display:flex}.page-module___8aEwW__emptyIcon{color:var(--foreground-dark);margin-bottom:16px}.page-module___8aEwW__emptyState h4{font-size:1.15rem;font-family:var(--font-heading);color:var(--foreground);margin-bottom:8px;font-weight:700}.page-module___8aEwW__emptyState p{color:var(--foreground-muted);max-width:360px;margin-bottom:20px;font-size:.85rem;line-height:1.5}.page-module___8aEwW__emptyResetBtn{background:var(--gradient-primary);color:var(--foreground);font-size:.85rem;font-weight:600;font-family:var(--font-heading);cursor:pointer;border:none;border-radius:8px;padding:8px 18px;transition:all .2s;box-shadow:0 4px 12px #8b5cf633}.page-module___8aEwW__emptyResetBtn:hover{transform:translateY(-1px);box-shadow:0 4px 16px #8b5cf659}.page-module___8aEwW__footer{border-top:1px solid var(--card-border);text-align:center;z-index:10;justify-content:space-between;align-items:center;width:100%;max-width:1400px;margin:0 auto;padding:40px;display:flex}.page-module___8aEwW__footer p{color:var(--foreground-dark);font-size:.75rem}.page-module___8aEwW__footerLinks{gap:20px;display:flex}.page-module___8aEwW__footerLinks a{color:var(--foreground-dark);font-size:.75rem;transition:color .2s}.page-module___8aEwW__footerLinks a:hover{color:var(--foreground-muted)}@media (max-width:1024px){.page-module___8aEwW__dashboardLayout{grid-template-columns:1fr;gap:32px}.page-module___8aEwW__slidersPanel{position:relative;top:0}.page-module___8aEwW__header{padding:16px 24px}.page-module___8aEwW__mainContent{padding:0 24px 60px}.page-module___8aEwW__footer{flex-direction:column;gap:16px;padding:30px 24px}}@media (max-width:640px){.page-module___8aEwW__header{padding:12px 16px}.page-module___8aEwW__logoText{font-size:1.15rem}.page-module___8aEwW__nav{gap:16px}.page-module___8aEwW__navLink span{display:none}.page-module___8aEwW__proButton{border-radius:50%;justify-content:center;width:34px;height:34px;padding:8px}.page-module___8aEwW__proButton span{display:none}.page-module___8aEwW__heroTitle{font-size:2rem}.page-module___8aEwW__heroDescription{font-size:.95rem}}
