@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600;700&display=swap");:root{--primary-color:#6a8dff;--secondary-color:#60a5fa;--tertiary-color:#dbeafe;--accent-color:#f9a826;--text-color:#333;--bg-color:#f3f4f6;--card-bg:#ffffff;--shadow:0 4px 6px -1px rgba(0,0,0,0.1),0 2px 4px -1px rgba(0,0,0,0.06)}*{box-sizing:border-box;margin:0;padding:0}#root,body,html{height:100%}body{font-family:Poppins,sans-serif;background-color:var(--bg-color);color:var(--text-color);line-height:1.6;position:relative;overflow-x:hidden}.main-container{flex-direction:column;min-height:80vh;padding:2rem 1rem;position:relative;z-index:1}.main-container,.nav{display:flex;align-items:center}.nav{justify-content:space-between;background-color:black;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);position:fixed;top:0;width:100%;padding:0 40px;z-index:1000;height:70px;box-shadow:var(--shadow)}.nav-logo{font-family:serif!important;font-size:32px;font-weight:500;color:#6A8DFF;position:relative;top:2.5px}.nav-logo span{color:white}.nav-logo a{text-decoration:none;color:inherit}.nav-logo,.nav-logo a,.nav-logo span{font-family:serif!important}.nav-link{color:white;text-decoration:none;font-size:14px;letter-spacing:1px;font-weight:300;text-transform:uppercase;transition:color .3s;text-align:center}.nav-link:hover{color:blue}.customHeader{width:100vw;background:linear-gradient(90deg,#0F172A,#5B76D6);padding-top:4rem;padding-bottom:1rem;color:white;text-align:center}.headerContent{max-width:64rem;margin:0 auto;padding-left:1.25rem;padding-right:1.25rem}.headerTitle{font-size:1.5rem;font-weight:700;margin-bottom:.5rem}@media (min-width:768px){.headerTitle{font-size:3rem}}.headerSubtitle{font-size:1.25rem}.simple-loader{border:4px solid #e5e7eb;border-top:4px solid var(--primary-color);border-radius:50%;width:52px;height:52px;animation:spin 1s linear infinite;background:transparent}.animated-bg{position:fixed;top:0;left:0;width:100%;height:100%;background:linear-gradient(45deg,var(--tertiary-color),var(--bg-color),var(--tertiary-color));background-size:400% 400%;animation:gradientBG 15s ease infinite;z-index:-1}@keyframes gradientBG{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}.sub-heading{font-size:1.2rem;color:#6b7280;margin-top:2rem}.progress-container,.sub-heading{text-align:center;margin-bottom:2rem}.progress-container{width:90%;max-width:600px}.progress-bar-outer{width:100%;background-color:#e5e7eb;border-radius:9999px;height:1rem;overflow:hidden;position:relative}.progress-bar-inner{height:100%;background-color:var(--primary-color);transition:width .5s ease-in-out;position:relative;border-radius:inherit}.progress-float-label{position:absolute;right:.5rem;top:50%;transform:translateY(-50%);color:white;font-size:.75rem;font-weight:600;text-shadow:1px 1px 2px rgba(0,0,0,.2)}.progress-subtext{margin-top:.5rem;font-size:.875rem;color:#6b7280}.question-card{max-width:600px}.question-card,.result-card,.summary-card{background-color:var(--card-bg);padding:2rem;border-radius:1rem;box-shadow:var(--shadow);width:90%;margin-top:2rem;transition:transform .3s ease-in-out,box-shadow .3s ease-in-out;animation:fadeIn .5s ease-out}.result-card,.summary-card{max-width:800px}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.question-card:hover,.result-card:hover,.summary-card:hover{transform:translateY(-5px);box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05)}.question{font-size:1rem;color:var(--text-color);text-align:center;margin-bottom:1.5rem}.center-content{display:flex;justify-content:center;align-items:center;flex-direction:column}.input{padding:.75rem 1rem;border:1px solid #d1d5db;border-radius:.5rem;font-size:1rem;margin-bottom:1rem;transition:border-color .2s ease-in-out,box-shadow .2s ease-in-out}.input:focus{outline:none;border-color:var(--primary-color);box-shadow:0 0 0 3px var(--tertiary-color)}.button-row{display:flex;justify-content:space-between;margin-top:1.5rem;gap:1rem}.button{padding:.75rem 1.5rem;border:none;border-radius:.5rem;font-size:1rem;font-weight:600;transition:background-color .2s ease-in-out,transform .1s ease-in-out;background-color:var(--primary-color);color:white;white-space:nowrap;width:auto;min-width:90px;margin:0}.button:disabled{background-color:#9ca3af;cursor:not-allowed}.button:hover:not(:disabled){background-color:var(--secondary-color);transform:translateY(-2px)}.button.secondary{background-color:#e5e7eb;color:#4b5563}.button.secondary:hover:not(:disabled){background-color:#d1d5db;color:#1f2937}.error{color:#ef4444;margin-top:1rem;text-align:center}.option-group{display:flex;flex-wrap:wrap;justify-content:center;gap:.5rem;margin-top:1rem}.option{padding:.75rem 1rem;border-radius:.5rem;border:2px solid #d1d5db;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;transition:all .2s ease-in-out;background-color:#f9fafb}.option:hover{border-color:var(--secondary-color)}.option.selected{background-color:var(--tertiary-color);border-color:var(--primary-color);color:var(--primary-color);font-weight:600}.option.small{padding:.5rem .75rem;font-size:.875rem}.counter-group{display:flex;justify-content:space-around;gap:1.5rem;width:100%}.counter{display:flex;flex-direction:column;align-items:center}.counter-label{font-weight:500;margin-bottom:.5rem}.counter-controls{gap:.5rem}.counter-btn,.counter-controls{display:flex;align-items:center}.counter-btn{background-color:var(--primary-color);color:white;border:none;border-radius:50%;width:32px;height:32px;justify-content:center;font-size:1.25rem;cursor:pointer;transition:background-color .2s ease-in-out}.counter-btn:hover{background-color:var(--secondary-color)}.counter-value{font-size:1.25rem;font-weight:600;min-width:25px;text-align:center}.input-wrapper{position:relative}.input-wrapper span{position:absolute;right:10px;top:50%;transform:translateY(-50%);font-weight:500;color:#6a8dff}@media (max-width:600px){.counter-group{flex-direction:column;align-items:center;gap:1rem}.counter-controls{gap:.75rem}.counter-btn{width:28px;height:28px}.counter-btn,.counter-value{font-size:1.1rem}}.summary-card h2{font-size:1.5rem;font-weight:700;margin-bottom:1.5rem;text-align:center}.summary-list{list-style:none;padding:0;gap:1rem}.summary-item,.summary-list{display:flex;flex-direction:column}.summary-item{background-color:var(--bg-color);padding:1rem;border-radius:.5rem;gap:.5rem}.result-card h2,.summary-item strong{color:var(--primary-color)}.result-card h2{font-size:1.75rem;font-weight:700;margin-bottom:1.5rem;text-align:center}.itinerary-box{background-color:#f9fafb;border:1px solid #e5e7eb;border-radius:.75rem;padding:1.5rem;max-height:500px;overflow-y:auto;line-height:1.4;white-space:pre-wrap}.markdown-body h1,.markdown-body h2,.markdown-body h3{color:var(--primary-color);border-bottom:1px solid #e5e7eb;padding-bottom:.2rem;margin-top:.4rem;margin-bottom:.2rem}.markdown-body h1{font-size:1.5rem}.markdown-body h2{font-size:1.3rem}.markdown-body h3{font-size:1.15rem}.markdown-body p{margin:.15rem 0;line-height:1.3}.markdown-body ol,.markdown-body ul{margin:.15rem 0;padding-left:1.1rem}.markdown-body li{margin-bottom:.1rem}.markdown-body ul li{list-style:disc}.markdown-body ol li{list-style:decimal}.flex{display:flex}.items-center{align-items:center}.gap-2{gap:.5rem}.loading-content{display:flex;align-items:center;gap:8px}.loading-gif{width:20px;height:20px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@media (max-width:600px){.button,.button.secondary{font-size:.65rem;padding:.6rem .8rem;margin-bottom:.5rem}.button-row{flex-direction:column;gap:.7rem;align-items:stretch}.loading-content{font-size:.9rem}.loading-gif{width:18px;height:18px;margin-right:6px}}@media (max-width:599px){.button,.button.secondary{font-size:.65rem;padding:.2rem .3rem;width:50%;margin-bottom:.5rem}}@media (max-width:400px){.button,.button.secondary{font-size:.65rem;padding:.4rem .6rem;margin-bottom:.5rem}}.result-card{background:#ffffff;border-radius:12px;padding:1.5rem;box-shadow:0 4px 15px rgba(0,0,0,.08);max-width:800px;margin:2rem auto}.result-card-header{display:flex;align-items:center;justify-content:space-between}.result-card h2{font-size:1.5rem;color:#6A8DFF}.itinerary-box{background:#f9f9f9;padding:.7rem;border-radius:8px;margin-top:1rem;margin-bottom:1rem;overflow-x:auto}.modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.55);display:flex;align-items:center;justify-content:center;z-index:999}.modal{background:white;padding:2rem;border-radius:10px;width:90%;max-width:400px;box-shadow:0 4px 12px rgba(0,0,0,.15)}.modal h3{margin-bottom:1rem;font-size:1.25rem;color:#333}.input{width:100%;padding:.6rem;border-radius:8px;border:1px solid #ccc;font-size:.95rem}.error{color:red;font-size:.85rem;margin-top:.4rem}.modal-actions{display:flex;gap:1rem;margin-top:1rem}@media (max-width:768px){.result-card{margin:1rem;padding:1rem}.result-card h2{font-size:1.25rem}.buttonn{font-size:.85rem;padding:.5rem 1rem}.modal{padding:1.5rem}}@media (max-width:480px){.result-card{padding:.8rem}.result-card h2{font-size:1.1rem}.modal{width:95%;padding:1rem}.buttonn{width:100%;text-align:center}.itinerary-box{font-size:.5rem}}@media (max-width:900px){.main-container{padding:1.2rem .5rem}.question-card,.result-card,.summary-card{max-width:98vw;padding:1.2rem}.progress-container{max-width:98vw}.itinerary-box{padding:1rem;font-size:.98rem}}@media (max-width:600px){body,html{font-size:15px}.itinerary-box{font-size:.7rem;padding:.4rem;max-height:600px}.main-container{padding:.5rem .2rem}.nav{padding:0 10px;height:56px}.nav-logo{font-size:1.2rem}.sub-heading{font-size:1rem;margin-top:3.5rem;margin-bottom:1.2rem}.progress-container{margin-bottom:1rem}.question-card,.result-card,.summary-card{padding:.7rem;max-width:99vw;font-size:.97rem}.result-card h2{font-size:1.4rem}.summary-card h2{font-size:1.1rem;margin-bottom:0}.summary-item,.summary-list{font-size:.97rem}.itinerary-box{padding:.7rem;font-size:.95rem;max-height:300px}.input{font-size:.97rem;padding:.5rem .7rem}.button,.button.secondary{font-size:.95rem;padding:.6rem .8rem;width:40%;min-width:unset;margin-bottom:.5rem}.button-row{flex-direction:column;gap:.7rem;align-items:stretch}.modal{padding:1rem;width:98vw;max-width:99vw}.modal h3{font-size:1rem}.itinerary-box{font-size:.9rem;padding:.5rem;max-height:500px}}@media (max-width:400px){body,html{font-size:17px}.result-card h2{margin-bottom:0}.itinerary-box{font-size:.7rem;padding:.4rem;max-height:400px}.button{padding:.75rem .5rem;font-size:1rem;font-weight:600;width:auto}.button,.button.secondary{font-size:.85rem;padding:.3rem}.nav-logo{font-size:1rem}.sub-heading{font-size:.9rem}.question-card,.result-card,.summary-card{padding:.4rem;font-size:.93rem}.modal{width:80%;padding:1rem}.modal h3{font-size:1rem}.input{font-size:.9rem;padding:.45rem}.modal-actions{gap:.5rem}.modal-actions .button{font-size:.9rem;padding:.5rem}}.button-container{display:flex;justify-content:center;margin-top:20px}.button{padding:10px 20px;font-size:16px;border-radius:8px;cursor:pointer}