.CreatePlan-module__8W-MMW__container{background-color:#f0f2f5;justify-content:center;align-items:center;min-height:100vh;padding:2rem;display:flex}.CreatePlan-module__8W-MMW__formBox{z-index:1;box-sizing:border-box;background-color:#fff;border:1px solid #e0e0e0;border-radius:1rem;flex-direction:column;gap:1.8rem;width:100%;max-width:900px;padding:2.5rem;display:flex;position:relative;box-shadow:0 8px 25px #00000014}.CreatePlan-module__8W-MMW__formDisabled{pointer-events:none;opacity:.7;filter:grayscale(.5);transition:all .3s}.CreatePlan-module__8W-MMW__titleSection{border-bottom:1px solid #e0e0e0;justify-content:space-between;align-items:center;padding-bottom:1.2rem;display:flex}.CreatePlan-module__8W-MMW__title{color:#2c3e50;margin:0;font-size:1.8rem;font-weight:700}.CreatePlan-module__8W-MMW__tabContainer{background:#f0f0f0;border-radius:2rem;flex-shrink:0;padding:.3rem;display:flex}.CreatePlan-module__8W-MMW__tab{cursor:pointer;color:#666;white-space:nowrap;background-color:#0000;border:none;border-radius:1.5rem;padding:.6rem 1.5rem;font-size:.95rem;font-weight:600;transition:all .3s}.CreatePlan-module__8W-MMW__tab:hover{color:var(--primary-color)}.CreatePlan-module__8W-MMW__activeTab{color:var(--primary-color);background-color:#fff;box-shadow:0 2px 8px #0000001a}.CreatePlan-module__8W-MMW__formSection{flex-direction:column;gap:.6rem;width:100%;display:flex}.CreatePlan-module__8W-MMW__label{color:#444;align-items:center;gap:.5rem;font-size:.9rem;font-weight:700;display:flex}.CreatePlan-module__8W-MMW__label:before{content:"";background-color:var(--primary-color);border-radius:2px;width:4px;height:14px;display:block}.CreatePlan-module__8W-MMW__input{box-sizing:border-box;color:#333;background-color:#fdfdfd;border:1px solid #dcdcdc;border-radius:.6rem;width:100%;min-height:48px;padding:.8rem 1.2rem;font-size:1rem;transition:all .2s;display:block}.CreatePlan-module__8W-MMW__input:focus{border-color:var(--primary-color);box-shadow:0 0 0 4px rgba(var(--primary-rgb),.15);background-color:#fff;outline:none}select.CreatePlan-module__8W-MMW__input{appearance:none;cursor:pointer;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='%23333' d='M7.247 11.14 2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z'/%3e%3c/svg%3e");background-position:right 1.2rem center;background-repeat:no-repeat;background-size:.8em;padding-right:2.5rem}.CreatePlan-module__8W-MMW__input.CreatePlan-module__8W-MMW__error{background-color:#fff5f5;border-color:#ff6b6b}.CreatePlan-module__8W-MMW__errorMessage{color:#e03131;align-items:center;margin-top:.2rem;font-size:.8rem;font-weight:600;display:flex}.CreatePlan-module__8W-MMW__errorMessage:before{content:"⚠️";margin-right:4px;font-size:.9em}.CreatePlan-module__8W-MMW__destinationGrid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1rem;width:100%;display:grid}.CreatePlan-module__8W-MMW__mainGrid{grid-template-columns:repeat(2,1fr);gap:2rem;width:100%;display:grid}.CreatePlan-module__8W-MMW__gridColSpan2{grid-column:span 2}.CreatePlan-module__8W-MMW__gridColSpanFull{grid-column:1/-1}.CreatePlan-module__8W-MMW__dateContainer{box-sizing:border-box;background:#f8f8f8;border-radius:.8rem;grid-template-columns:1fr 1fr;gap:1.5rem;width:100%;padding:1rem;display:grid}.CreatePlan-module__8W-MMW__dateInput::-webkit-calendar-picker-indicator{cursor:pointer;filter:invert(.4);transition:transform .2s}.CreatePlan-module__8W-MMW__dateInput::-webkit-calendar-picker-indicator:hover{transform:scale(1.2)}.CreatePlan-module__8W-MMW__tagContainer{flex-wrap:wrap;gap:.8rem;margin-top:.8rem;display:flex}.CreatePlan-module__8W-MMW__tagButton{color:#555;cursor:pointer;background-color:#fff;border:1px solid #e0e0e0;border-radius:2rem;padding:.5rem 1rem;font-size:.9rem;transition:all .2s;box-shadow:0 2px 5px #00000008}.CreatePlan-module__8W-MMW__tagButton:hover{border-color:var(--primary-color);color:var(--primary-color);background-color:#f0f7ff;transform:translateY(-2px);box-shadow:0 4px 8px #00000014}.CreatePlan-module__8W-MMW__submitButton{letter-spacing:.05em;color:#fff;background:linear-gradient(135deg,var(--primary-color)0%,#4dabf7 100%);cursor:pointer;min-width:300px;box-shadow:0 10px 20px rgba(var(--primary-rgb),.3);border:none;border-radius:3rem;align-self:center;margin-top:1.5rem;padding:1rem 3rem;font-size:1.2rem;font-weight:700;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.CreatePlan-module__8W-MMW__submitButton:after{content:"";background:linear-gradient(90deg,#0000,#fff3,#0000);width:100%;height:100%;transition:all .5s;position:absolute;top:0;left:-100%}.CreatePlan-module__8W-MMW__submitButton:hover:not(:disabled){box-shadow:0 15px 30px rgba(var(--primary-rgb),.4);transform:translateY(-3px)scale(1.02)}.CreatePlan-module__8W-MMW__submitButton:hover:after{left:100%}.CreatePlan-module__8W-MMW__submitButton:disabled{box-shadow:none;cursor:not-allowed;background:#cbd5e0;transform:none}.CreatePlan-module__8W-MMW__modalOverlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;background-color:#00000080;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.CreatePlan-module__8W-MMW__modalContent{text-align:center;background-color:#fff;border-radius:1rem;width:100%;max-width:500px;animation:.4s cubic-bezier(.175,.885,.32,1.275) CreatePlan-module__8W-MMW__modalFadeIn;overflow:hidden;box-shadow:0 20px 50px #0000004d}@keyframes CreatePlan-module__8W-MMW__modalFadeIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}@keyframes CreatePlan-module__8W-MMW__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes CreatePlan-module__8W-MMW__fadeInZoom{0%{opacity:0;transform:scale(1.1)}to{opacity:1;transform:scale(1)}}@keyframes CreatePlan-module__8W-MMW__slideInUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.CreatePlan-module__8W-MMW__alertContent{padding:2rem}.CreatePlan-module__8W-MMW__alertTitle{color:#333;margin:0 0 1rem;font-size:1.3rem;font-weight:700}.CreatePlan-module__8W-MMW__alertText{color:#555;white-space:pre-wrap;margin-bottom:2rem;font-size:1rem;line-height:1.6}.CreatePlan-module__8W-MMW__modalButton{background-color:var(--primary-color);color:#fff;cursor:pointer;border:none;border-radius:2rem;min-width:120px;padding:.75rem 2.5rem;font-size:1rem;font-weight:600;transition:background-color .2s}.CreatePlan-module__8W-MMW__modalButton:hover{background-color:#0b5ed7;box-shadow:0 4px 12px #0d6efd4d}.CreatePlan-module__8W-MMW__loadingSpinner{border:3px solid #0000001a;border-top:3px solid var(--primary-color);border-radius:50%;width:60px;height:60px;margin:3rem auto 1.5rem;animation:1s linear infinite CreatePlan-module__8W-MMW__spin}.CreatePlan-module__8W-MMW__loadingTitle{color:#333;margin-bottom:.5rem;font-size:1.4rem}.CreatePlan-module__8W-MMW__loadingText{color:#666;margin-bottom:2rem;padding:0 2rem;font-size:.9rem}.CreatePlan-module__8W-MMW__tipCard{width:100%;height:300px;position:relative;overflow:hidden}.CreatePlan-module__8W-MMW__tipImageContainer{background-color:#f0f0f0;width:100%;height:100%;position:absolute;top:0;left:0;overflow:hidden}.CreatePlan-module__8W-MMW__tipImage{object-fit:cover;width:100%;height:100%;animation:1.2s cubic-bezier(.22,1,.36,1) forwards CreatePlan-module__8W-MMW__fadeInZoom}.CreatePlan-module__8W-MMW__tipTextContainer{color:#fff;text-align:left;background:linear-gradient(#0000,#000c);width:100%;padding:1.5rem;animation:.8s ease-out .2s backwards CreatePlan-module__8W-MMW__slideInUp;position:absolute;bottom:0;left:0}.CreatePlan-module__8W-MMW__tipTitle{color:#fff;text-shadow:0 2px 4px #00000080;margin-bottom:.4rem;font-size:1.2rem}.CreatePlan-module__8W-MMW__tipDescription{color:#ffffffe6;font-size:.85rem;line-height:1.5}.CreatePlan-module__8W-MMW__cancelButton{color:#fff;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:10;cursor:pointer;background:#0000004d;border:1px solid #ffffff4d;border-radius:2rem;padding:.5rem 1rem;font-size:.8rem;position:absolute;top:1rem;right:1rem}.CreatePlan-module__8W-MMW__cancelButton:hover{background:#dc3545cc;border-color:#0000}.CreatePlan-module__8W-MMW__compactInfo{display:none}@media (max-width:768px){.CreatePlan-module__8W-MMW__container{align-items:flex-start;padding:.5rem}.CreatePlan-module__8W-MMW__formBox{gap:1.2rem;width:100%;padding:1.2rem}.CreatePlan-module__8W-MMW__titleSection{flex-direction:column;align-items:flex-start;gap:.8rem;padding-bottom:1rem}.CreatePlan-module__8W-MMW__title{font-size:1.5rem}.CreatePlan-module__8W-MMW__tabContainer{justify-content:center;width:100%}.CreatePlan-module__8W-MMW__tab{text-align:center;flex:1;padding:.5rem}.CreatePlan-module__8W-MMW__compactInfo{background:#f8f9fa;border-radius:.8rem;flex-direction:column;gap:.6rem;padding:.8rem;font-size:.85rem;display:flex}.CreatePlan-module__8W-MMW__compactInfoItem{color:#495057;align-items:center;gap:.4rem;font-weight:500;display:flex}.CreatePlan-module__8W-MMW__compactInfoIcon{color:var(--primary-color);min-width:20px;font-size:1rem}.CreatePlan-module__8W-MMW__compactInfoText{white-space:nowrap;text-overflow:ellipsis;flex:1;overflow:hidden}.CreatePlan-module__8W-MMW__mainGrid{grid-template-columns:1fr;gap:1.2rem}.CreatePlan-module__8W-MMW__destinationGrid{grid-template-columns:1fr}.CreatePlan-module__8W-MMW__gridColSpan2{grid-column:span 1}.CreatePlan-module__8W-MMW__dateContainer{grid-template-columns:1fr;gap:.8rem;padding:.8rem}.CreatePlan-module__8W-MMW__input,select.CreatePlan-module__8W-MMW__input{padding:.7rem 1rem;font-size:16px}.CreatePlan-module__8W-MMW__submitButton{width:100%;min-width:auto;padding:.9rem}.CreatePlan-module__8W-MMW__modalContent{max-width:95%}.CreatePlan-module__8W-MMW__tipCard{height:250px}}
