:root{font-family:Noto Sans SC,system-ui,-apple-system,sans-serif;line-height:1.5;font-weight:400;color:#1a1a2e;background-color:#f0f4f8;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*,*:before,*:after{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh}#root{min-height:100vh}button,input{font-family:inherit}.app{position:relative;min-height:100vh;display:flex;flex-direction:column}.hero-bg{position:fixed;top:0;right:0;bottom:0;left:0;z-index:0;background:radial-gradient(ellipse 80% 60% at 50% -10%,rgba(56,189,248,.25),transparent),radial-gradient(ellipse 60% 50% at 100% 50%,rgba(167,139,250,.15),transparent),radial-gradient(ellipse 50% 40% at 0% 80%,rgba(52,211,153,.12),transparent),linear-gradient(180deg,#e8f4fc,#f0f4f8 40%,#f5f0fa)}.hero{position:relative;z-index:1;text-align:center;padding:3rem 1.5rem 2rem}.hero-badge{display:inline-block;padding:.35rem 1rem;border-radius:999px;background:#ffffffb3;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid rgba(56,189,248,.3);font-size:.75rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:#0284c7;margin-bottom:1rem}.hero h1{margin:0 0 .75rem;font-size:clamp(1.75rem,5vw,2.75rem);font-weight:700;background:linear-gradient(135deg,#0c4a6e,#0369a1,#7c3aed);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero p{margin:0;color:#64748b;font-size:1.05rem}.main-content{position:relative;z-index:1;flex:1;width:100%;max-width:820px;margin:0 auto;padding:0 1.25rem 3rem}.form-section{background:#ffffffd9;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-radius:20px;padding:2rem;box-shadow:0 4px 24px #0f172a0f,0 1px 3px #0f172a0a;border:1px solid rgba(255,255,255,.8)}.travel-form{display:flex;flex-direction:column;gap:1.5rem}.form-grid{display:grid;grid-template-columns:1fr;gap:1.25rem}@media(min-width:600px){.form-grid{grid-template-columns:2fr 1fr 1fr}}.form-field{display:flex;flex-direction:column;gap:.5rem}.field-label{font-size:.875rem;font-weight:600;color:#475569}.form-field input{width:100%;padding:.75rem 1rem;border:1.5px solid #e2e8f0;border-radius:12px;font-size:1rem;background:#fff;transition:border-color .2s,box-shadow .2s}.form-field input:focus{outline:none;border-color:#38bdf8;box-shadow:0 0 0 3px #38bdf826}.form-field input:disabled{opacity:.6;cursor:not-allowed}.input-with-unit{position:relative}.input-with-unit input{padding-right:2.5rem}.input-with-unit .unit{position:absolute;right:1rem;top:50%;transform:translateY(-50%);color:#94a3b8;font-size:.875rem;pointer-events:none}.submit-btn{display:flex;align-items:center;justify-content:center;gap:.5rem;width:100%;padding:1rem 1.5rem;border:none;border-radius:14px;font-size:1.05rem;font-weight:600;color:#fff;background:linear-gradient(135deg,#0284c7,#6366f1);cursor:pointer;transition:transform .15s,box-shadow .15s,opacity .15s;box-shadow:0 4px 14px #0284c759}.submit-btn:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 6px 20px #0284c766}.submit-btn:active:not(:disabled){transform:translateY(0)}.submit-btn:disabled{opacity:.7;cursor:not-allowed}.spinner{width:18px;height:18px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .7s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.error-msg{margin:1rem 0 0;padding:.75rem 1rem;background:#fef2f2;color:#dc2626;border-radius:10px;font-size:.9rem}.demo-hints{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid #f1f5f9;text-align:center}.demo-hints p{margin:0 0 .75rem;font-size:.875rem;color:#94a3b8}.hint-tags{display:flex;flex-wrap:wrap;justify-content:center;gap:.5rem}.hint-tag{padding:.35rem .85rem;background:#f1f5f9;border:none;border-radius:999px;font-size:.85rem;color:#64748b;cursor:pointer;transition:background .15s,color .15s}.hint-tag:hover{background:#e0f2fe;color:#0284c7}.plan-result{background:#ffffffe6;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-radius:20px;padding:2rem;box-shadow:0 4px 24px #0f172a14;border:1px solid rgba(255,255,255,.8);animation:fadeIn .4s ease}@keyframes fadeIn{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.plan-header{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1.5rem}.plan-header h2{margin:0 0 .5rem;font-size:1.5rem;color:#0f172a}.plan-summary{margin:0;color:#64748b;font-size:.95rem;line-height:1.6}.reset-btn{flex-shrink:0;padding:.5rem 1rem;border:1.5px solid #e2e8f0;border-radius:10px;background:#fff;color:#475569;font-size:.875rem;font-weight:500;cursor:pointer;transition:background .15s,border-color .15s}.reset-btn:hover{background:#f8fafc;border-color:#cbd5e1}.stats-row{display:grid;grid-template-columns:repeat(3,1fr);gap:.75rem;margin-bottom:2rem}@media(max-width:500px){.stats-row{grid-template-columns:1fr}}.stat-card{padding:1rem;background:#f8fafc;border-radius:14px;text-align:center}.stat-card.success{background:#ecfdf5}.stat-card.warning{background:#fef2f2}.stat-label{display:block;font-size:.75rem;color:#94a3b8;margin-bottom:.25rem}.stat-value{font-size:1.25rem;font-weight:700;color:#0f172a}.stat-card.success .stat-value{color:#059669}.stat-card.warning .stat-value{color:#dc2626}.plan-section{margin-bottom:2rem}.plan-section h3{margin:0 0 1rem;font-size:1.1rem;color:#334155}.highlights{display:flex;flex-wrap:wrap;gap:.5rem}.highlight-tag{padding:.4rem .9rem;background:linear-gradient(135deg,#e0f2fe,#ede9fe);border-radius:999px;font-size:.875rem;font-weight:500;color:#0369a1}.budget-bars{display:flex;flex-direction:column;gap:.75rem}.budget-item-header{display:flex;justify-content:space-between;font-size:.875rem;margin-bottom:.35rem;color:#475569}.budget-bar-track{height:8px;background:#e2e8f0;border-radius:999px;overflow:hidden}.budget-bar-fill{height:100%;background:linear-gradient(90deg,#38bdf8,#818cf8);border-radius:999px;transition:width .6s ease}.day-plans{display:flex;flex-direction:column;gap:1rem}.day-card{border:1px solid #e2e8f0;border-radius:16px;overflow:hidden;background:#fff}.day-card-header{display:flex;align-items:center;gap:.75rem;padding:.85rem 1.25rem;background:linear-gradient(135deg,#f0f9ff,#f5f3ff);border-bottom:1px solid #e2e8f0}.day-badge{padding:.25rem .65rem;background:#0284c7;color:#fff;border-radius:8px;font-size:.8rem;font-weight:700}.day-theme{flex:1;font-weight:600;color:#334155;font-size:.95rem}.day-cost{font-size:.85rem;color:#64748b}.activity-list{list-style:none;margin:0;padding:.5rem 0}.activity-item{display:flex;gap:1rem;padding:.85rem 1.25rem;border-bottom:1px solid #f1f5f9}.activity-item:last-child{border-bottom:none}.activity-item time{flex-shrink:0;width:48px;font-size:.8rem;font-weight:600;color:#0284c7;padding-top:.15rem}.activity-content{flex:1}.activity-content strong{display:block;margin-bottom:.25rem;color:#1e293b}.activity-content p{margin:0 0 .35rem;font-size:.875rem;color:#64748b;line-height:1.5}.activity-cost{font-size:.8rem;color:#94a3b8}.tips-list{margin:0;padding-left:1.25rem;color:#64748b;font-size:.9rem;line-height:1.8}.footer{position:relative;z-index:1;text-align:center;padding:1.5rem;font-size:.8rem;color:#94a3b8}
