.plan-module__8s4QVG__planPage{background:var(--bg-primary);min-height:100vh;padding-top:80px}.plan-module__8s4QVG__header{text-align:center;padding:var(--space-2xl) var(--space-xl) var(--space-xl)}.plan-module__8s4QVG__headerTitle{margin-bottom:var(--space-sm);font-size:clamp(1.8rem,4vw,2.5rem);font-weight:800}.plan-module__8s4QVG__headerSubtitle{color:var(--text-secondary);font-size:1.05rem}.plan-module__8s4QVG__formContainer{max-width:720px;padding:0 var(--space-xl) var(--space-3xl);margin:0 auto}.plan-module__8s4QVG__progressBar{justify-content:center;align-items:center;gap:var(--space-sm);margin-bottom:var(--space-2xl);display:flex}.plan-module__8s4QVG__progressStep{border:2px solid var(--border-medium);width:40px;height:40px;color:var(--text-tertiary);transition:all var(--transition-normal);border-radius:50%;justify-content:center;align-items:center;font-size:.85rem;font-weight:700;display:flex}.plan-module__8s4QVG__progressStep.plan-module__8s4QVG__active{background:var(--gradient-primary);border-color:var(--primary);color:#fff;box-shadow:var(--shadow-glow)}.plan-module__8s4QVG__progressStep.plan-module__8s4QVG__completed{background:var(--secondary);border-color:var(--secondary);color:#fff}.plan-module__8s4QVG__progressLine{background:var(--border-subtle);width:40px;height:2px;transition:background var(--transition-normal)}.plan-module__8s4QVG__progressLine.plan-module__8s4QVG__active{background:var(--primary)}.plan-module__8s4QVG__formStep{animation:.4s forwards plan-module__8s4QVG__fadeInUp}.plan-module__8s4QVG__stepTitle{margin-bottom:var(--space-sm);font-size:1.4rem;font-weight:700}.plan-module__8s4QVG__stepSubtitle{color:var(--text-secondary);margin-bottom:var(--space-xl);font-size:.95rem}.plan-module__8s4QVG__formGroup{margin-bottom:var(--space-lg)}.plan-module__8s4QVG__formRow{gap:var(--space-md);grid-template-columns:1fr 1fr;display:grid}.plan-module__8s4QVG__inputLabel{color:var(--text-secondary);margin-bottom:var(--space-sm);text-transform:uppercase;letter-spacing:.05em;font-size:.85rem;font-weight:600;display:block}.plan-module__8s4QVG__input{background:var(--bg-primary);border:1px solid var(--border-medium);border-radius:var(--radius-md);width:100%;color:var(--text-primary);transition:all var(--transition-fast);padding:.875rem 1rem;font-size:.95rem}.plan-module__8s4QVG__input:focus{border-color:var(--primary);box-shadow:0 0 0 3px var(--primary-glow)}.plan-module__8s4QVG__input::placeholder{color:var(--text-tertiary)}.plan-module__8s4QVG__suggestions{z-index:100;background:var(--bg-primary);border:1px solid var(--border-medium);border-radius:0 0 var(--radius-md) var(--radius-md);box-shadow:var(--shadow-lg);margin-top:-1px;position:absolute;top:100%;left:0;right:0;overflow:hidden}.plan-module__8s4QVG__suggestionItem{cursor:pointer;color:var(--text-primary);align-items:center;gap:.5rem;padding:.75rem 1rem;font-size:.9rem;transition:background .15s;display:flex}.plan-module__8s4QVG__suggestionItem:hover{background:var(--bg-secondary)}.plan-module__8s4QVG__suggestionItem:not(:last-child){border-bottom:1px solid var(--border-subtle)}.plan-module__8s4QVG__suggestionIcon{flex-shrink:0;font-size:1rem}.plan-module__8s4QVG__budgetOptions{gap:var(--space-md);grid-template-columns:repeat(3,1fr);display:grid}.plan-module__8s4QVG__budgetOption{padding:var(--space-lg);background:var(--bg-primary);border:1px solid var(--border-subtle);border-radius:var(--radius-lg);text-align:center;cursor:pointer;transition:all var(--transition-normal)}.plan-module__8s4QVG__budgetOption:hover{border-color:var(--primary)}.plan-module__8s4QVG__budgetOption.plan-module__8s4QVG__selected{border-color:var(--primary);box-shadow:var(--shadow-sm);background:#6366f10f}.plan-module__8s4QVG__budgetEmoji{margin-bottom:var(--space-sm);font-size:2rem;display:block}.plan-module__8s4QVG__budgetLabel{margin-bottom:.25rem;font-size:.95rem;font-weight:700;display:block}.plan-module__8s4QVG__budgetDesc{color:var(--text-tertiary);font-size:.75rem}.plan-module__8s4QVG__travelOptions{gap:var(--space-md);grid-template-columns:repeat(2,1fr);display:grid}.plan-module__8s4QVG__travelOption{padding:var(--space-lg);background:var(--bg-primary);border:1px solid var(--border-subtle);border-radius:var(--radius-lg);cursor:pointer;transition:all var(--transition-normal);align-items:center;gap:var(--space-md);display:flex}.plan-module__8s4QVG__travelOption:hover{border-color:var(--primary)}.plan-module__8s4QVG__travelOption.plan-module__8s4QVG__selected{border-color:var(--primary);background:#6366f10f}.plan-module__8s4QVG__travelEmoji{font-size:1.8rem}.plan-module__8s4QVG__travelLabel{font-size:.95rem;font-weight:600}.plan-module__8s4QVG__budgetInputRow{gap:var(--space-sm);display:flex}.plan-module__8s4QVG__budgetNumberInput{flex:1}.plan-module__8s4QVG__budgetCurrencySelect{flex-shrink:0;width:90px}.plan-module__8s4QVG__inputHint{color:var(--text-tertiary);margin-top:.3rem;font-size:.75rem;display:block}.plan-module__8s4QVG__groupSizeRow{gap:var(--space-sm);flex-wrap:wrap;display:flex}.plan-module__8s4QVG__groupSizeBtn{border:1px solid var(--border-subtle);background:var(--bg-primary);border-radius:var(--radius-md);width:44px;height:44px;color:var(--text-secondary);cursor:pointer;font-size:.95rem;font-weight:600;transition:border-color .15s,background .15s,color .15s}.plan-module__8s4QVG__groupSizeBtn:hover{border-color:var(--primary);color:var(--text-primary)}.plan-module__8s4QVG__groupSizeBtn.plan-module__8s4QVG__selected{border-color:var(--primary);color:var(--primary);background:#6366f11a}.plan-module__8s4QVG__smallCardGrid{gap:var(--space-sm);grid-template-columns:repeat(auto-fit,minmax(100px,1fr));display:grid}.plan-module__8s4QVG__smallCard{padding:var(--space-sm) var(--space-xs,.25rem);background:var(--bg-primary);border:1px solid var(--border-subtle);border-radius:var(--radius-md);text-align:center;cursor:pointer;flex-direction:column;align-items:center;gap:.25rem;transition:border-color .15s,background .15s;display:flex}.plan-module__8s4QVG__smallCard:hover{border-color:var(--primary)}.plan-module__8s4QVG__smallCard.plan-module__8s4QVG__selected{border-color:var(--primary);background:#6366f10f}.plan-module__8s4QVG__smallCardEmoji{font-size:1.25rem}.plan-module__8s4QVG__smallCardLabel{color:var(--text-secondary);font-size:.72rem;font-weight:600;line-height:1.2}.plan-module__8s4QVG__personaGrid{gap:var(--space-md);grid-template-columns:repeat(2,1fr);display:grid}.plan-module__8s4QVG__personaCard{padding:var(--space-lg);background:var(--bg-primary);border:1px solid var(--border-subtle);border-radius:var(--radius-lg);cursor:pointer;transition:all var(--transition-normal);align-items:center;gap:var(--space-md);display:flex}.plan-module__8s4QVG__personaCard:hover{border-color:var(--primary)}.plan-module__8s4QVG__personaCard.plan-module__8s4QVG__selected{border-color:var(--secondary);background:#06d6a00f}.plan-module__8s4QVG__personaEmoji{font-size:1.5rem}.plan-module__8s4QVG__personaLabel{font-size:.9rem;font-weight:600}.plan-module__8s4QVG__personaDesc{color:var(--text-tertiary);margin-top:.15rem;font-size:.75rem}.plan-module__8s4QVG__personaDetailsSection{gap:var(--space-md);margin-top:var(--space-xl);padding-top:var(--space-xl);border-top:1px solid var(--border-subtle);flex-direction:column;display:flex}.plan-module__8s4QVG__personaDetailRow{flex-direction:column;gap:.4rem;display:flex}.plan-module__8s4QVG__personaDetailLabel{color:var(--text-secondary);font-size:.82rem;font-weight:600}.plan-module__8s4QVG__personaDetailLabel span{color:var(--text-tertiary);font-weight:400}.plan-module__8s4QVG__textarea{resize:vertical;min-height:80px;font-family:inherit;line-height:1.5}.plan-module__8s4QVG__formNav{margin-top:var(--space-2xl);justify-content:space-between;display:flex}.plan-module__8s4QVG__backBtn{background:var(--bg-secondary);border:1px solid var(--border-subtle);border-radius:var(--radius-md);color:var(--text-secondary);cursor:pointer;transition:all var(--transition-fast);padding:.75rem 1.5rem;font-size:.95rem;font-weight:600}.plan-module__8s4QVG__backBtn:hover{border-color:var(--primary);color:var(--text-primary)}.plan-module__8s4QVG__loadingOverlay{z-index:1000;justify-content:center;align-items:center;gap:var(--space-xl);background:#fffffff2;flex-direction:column;display:flex;position:fixed;inset:0}.plan-module__8s4QVG__loadingText{font-family:var(--font-heading);font-size:1.3rem;font-weight:600}.plan-module__8s4QVG__loadingSubtext{color:var(--text-secondary);text-align:center;max-width:400px;font-size:.9rem;line-height:1.6}.plan-module__8s4QVG__loadingSteps{gap:var(--space-md);margin-top:var(--space-md);flex-direction:column;display:flex}.plan-module__8s4QVG__loadingStep{align-items:center;gap:var(--space-md);color:var(--text-tertiary);transition:color var(--transition-fast);font-size:.9rem;display:flex}.plan-module__8s4QVG__loadingStep.plan-module__8s4QVG__activeStep{color:var(--text-primary)}.plan-module__8s4QVG__loadingStep.plan-module__8s4QVG__doneStep{color:var(--secondary)}.plan-module__8s4QVG__loadingStepIcon{text-align:center;width:24px}.plan-module__8s4QVG__logoLink{top:var(--space-lg);left:var(--space-xl);z-index:50;align-items:center;gap:var(--space-sm);font-family:var(--font-heading);font-size:1.3rem;font-weight:800;display:flex;position:fixed}.plan-module__8s4QVG__upgradeWall{text-align:center;max-width:440px;padding:var(--space-2xl);background:var(--bg-secondary);border:1px solid var(--border-subtle);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);animation:.4s forwards plan-module__8s4QVG__fadeInUp}.plan-module__8s4QVG__upgradeTitle{color:var(--text-primary);margin-bottom:.75rem;font-size:1.3rem;font-weight:700}.plan-module__8s4QVG__upgradeDesc{color:var(--text-secondary);margin-bottom:1.5rem;font-size:.9rem;line-height:1.6}.plan-module__8s4QVG__upgradeActions{gap:var(--space-sm);flex-direction:column;align-items:center;display:flex}.plan-module__8s4QVG__successAnimation{flex-direction:column;align-items:center;animation:.5s forwards plan-module__8s4QVG__fadeInUp;display:flex}.plan-module__8s4QVG__successCircle,.plan-module__8s4QVG__successCheck{width:80px;height:80px}.plan-module__8s4QVG__successCircleBg{stroke:var(--secondary);stroke-width:2px;stroke-dasharray:166;stroke-dashoffset:166px;animation:.6s ease-out .1s forwards plan-module__8s4QVG__circleIn}.plan-module__8s4QVG__successCheckPath{stroke:var(--secondary);stroke-width:3px;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:48;stroke-dashoffset:48px;animation:.4s ease-out .6s forwards plan-module__8s4QVG__checkIn}@keyframes plan-module__8s4QVG__circleIn{to{stroke-dashoffset:0}}@keyframes plan-module__8s4QVG__checkIn{to{stroke-dashoffset:0}}@media (max-width:768px){.plan-module__8s4QVG__planPage{padding-top:60px}.plan-module__8s4QVG__logoLink{top:var(--space-md);left:var(--space-md);font-size:1.1rem}.plan-module__8s4QVG__header{padding:var(--space-lg) var(--space-md) var(--space-md)}.plan-module__8s4QVG__headerTitle{font-size:clamp(1.5rem,6vw,1.9rem)}.plan-module__8s4QVG__headerSubtitle{font-size:.9rem}.plan-module__8s4QVG__formContainer{padding:0 var(--space-md) var(--space-xl)}.plan-module__8s4QVG__progressBar{margin-bottom:var(--space-xl);gap:.25rem}.plan-module__8s4QVG__progressStep{width:32px;height:32px;font-size:.75rem}.plan-module__8s4QVG__progressLine{width:20px}.plan-module__8s4QVG__stepTitle{font-size:1.15rem}.plan-module__8s4QVG__stepSubtitle{margin-bottom:var(--space-lg);font-size:.88rem}.plan-module__8s4QVG__formRow,.plan-module__8s4QVG__budgetOptions{grid-template-columns:1fr}.plan-module__8s4QVG__budgetOption{padding:var(--space-md);align-items:center;gap:var(--space-md);text-align:left;display:flex}.plan-module__8s4QVG__budgetEmoji{margin-bottom:0;font-size:1.5rem}.plan-module__8s4QVG__travelOptions{grid-template-columns:1fr}.plan-module__8s4QVG__smallCardGrid{grid-template-columns:repeat(3,1fr)}.plan-module__8s4QVG__travelOption{padding:var(--space-md)}.plan-module__8s4QVG__personaGrid{grid-template-columns:1fr}.plan-module__8s4QVG__personaCard{padding:var(--space-md)}.plan-module__8s4QVG__formNav{margin-top:var(--space-xl);gap:var(--space-sm)}.plan-module__8s4QVG__formNav .btn{flex:1;min-width:0}.plan-module__8s4QVG__backBtn{flex-shrink:0;padding:.7rem 1.1rem;font-size:.88rem}.plan-module__8s4QVG__loadingText{font-size:1.1rem}.plan-module__8s4QVG__loadingSubtext{padding:0 var(--space-md);font-size:.8rem}.plan-module__8s4QVG__upgradeWall{padding:var(--space-xl) var(--space-lg);margin:var(--space-md)}}@media (max-width:480px){.plan-module__8s4QVG__progressStep{width:28px;height:28px;font-size:.7rem}.plan-module__8s4QVG__progressLine{width:14px}.plan-module__8s4QVG__smallCardGrid{grid-template-columns:repeat(2,1fr)}.plan-module__8s4QVG__groupSizeBtn{width:40px;height:40px;font-size:.88rem}.plan-module__8s4QVG__budgetInputRow{flex-direction:column}.plan-module__8s4QVG__budgetCurrencySelect{width:100%}.plan-module__8s4QVG__personaCard{gap:var(--space-sm)}.plan-module__8s4QVG__personaLabel{font-size:.85rem}.plan-module__8s4QVG__personaDesc{font-size:.7rem}}.plan-module__8s4QVG__confettiContainer{pointer-events:none;z-index:1001;position:fixed;inset:0;overflow:hidden}.plan-module__8s4QVG__confettiPiece{opacity:0;width:10px;height:10px;animation:2.5s ease-in forwards plan-module__8s4QVG__confettiFall;position:absolute;top:-10px}.plan-module__8s4QVG__confettiPiece:nth-child(odd){border-radius:50%}.plan-module__8s4QVG__confettiPiece:nth-child(2n){border-radius:2px}.plan-module__8s4QVG__confettiPiece:first-child{background:#6366f1;animation-delay:0s;left:10%}.plan-module__8s4QVG__confettiPiece:nth-child(2){background:#f59e0b;animation-delay:.1s;left:20%}.plan-module__8s4QVG__confettiPiece:nth-child(3){background:#10b981;animation-delay:.2s;left:30%}.plan-module__8s4QVG__confettiPiece:nth-child(4){background:#ef4444;animation-delay:50ms;left:40%}.plan-module__8s4QVG__confettiPiece:nth-child(5){background:#8b5cf6;animation-delay:.15s;left:50%}.plan-module__8s4QVG__confettiPiece:nth-child(6){background:#f59e0b;animation-delay:.25s;left:60%}.plan-module__8s4QVG__confettiPiece:nth-child(7){background:#06b6d4;animation-delay:.1s;left:70%}.plan-module__8s4QVG__confettiPiece:nth-child(8){background:#ec4899;animation-delay:.2s;left:80%}.plan-module__8s4QVG__confettiPiece:nth-child(9){background:#10b981;animation-delay:50ms;left:90%}.plan-module__8s4QVG__confettiPiece:nth-child(10){background:#6366f1;animation-delay:.3s;left:15%}.plan-module__8s4QVG__confettiPiece:nth-child(11){background:#ef4444;animation-delay:.15s;left:25%}.plan-module__8s4QVG__confettiPiece:nth-child(12){background:#f59e0b;animation-delay:.35s;left:35%}.plan-module__8s4QVG__confettiPiece:nth-child(13){background:#8b5cf6;animation-delay:80ms;left:45%}.plan-module__8s4QVG__confettiPiece:nth-child(14){background:#06b6d4;animation-delay:.22s;left:55%}.plan-module__8s4QVG__confettiPiece:nth-child(15){background:#ec4899;animation-delay:.12s;left:65%}.plan-module__8s4QVG__confettiPiece:nth-child(16){background:#10b981;animation-delay:.28s;left:75%}.plan-module__8s4QVG__confettiPiece:nth-child(17){background:#6366f1;animation-delay:.18s;left:85%}.plan-module__8s4QVG__confettiPiece:nth-child(18){background:#ef4444;animation-delay:.32s;left:5%}.plan-module__8s4QVG__confettiPiece:nth-child(19){background:#f59e0b;animation-delay:80ms;left:95%}.plan-module__8s4QVG__confettiPiece:nth-child(20){background:#8b5cf6;animation-delay:.4s;left:50%}@keyframes plan-module__8s4QVG__confettiFall{0%{opacity:1;top:-10px;transform:translate(0)rotate(0)scale(1)}50%{opacity:1;transform:translate(40px)rotate(180deg)scale(1.1)}to{opacity:0;top:100vh;transform:translate(-20px)rotate(360deg)scale(.6)}}