.budget-page{color:#000;background-color:#f8f9fa;width:100%;overflow-x:hidden}.hero{z-index:10;background:#f8f9fa;justify-content:center;align-items:center;min-height:60vh;padding:4rem 2rem;display:flex;position:relative}.hero-content{text-align:center;padding:2rem}.hero-subtitle{letter-spacing:.15em;color:#6c757d;margin-bottom:1rem;font-size:.875rem;font-weight:600}.hero-title{letter-spacing:-.02em;background:linear-gradient(90deg,#1d1d1f,#495057);-webkit-text-fill-color:transparent;color:#1d1d1f;-webkit-background-clip:text;background-clip:text;margin-bottom:1rem;font-size:5rem;font-weight:900}.hero-description{color:#6c757d;margin-bottom:3rem;font-size:1.5rem;font-weight:400}.exchange-rate-container{background:#fff;border:2px solid #e9ecef;border-radius:20px;justify-content:center;align-items:center;gap:2rem;margin-top:3rem;padding:2rem;display:flex;box-shadow:0 4px 12px #0000000d}.exchange-rate-card{flex-direction:column;align-items:center;gap:.5rem;display:flex}.exchange-rate-label{color:#6c757d;letter-spacing:.05em;font-size:.875rem;font-weight:500}.exchange-rate-value{color:#1d1d1f;letter-spacing:-.02em;font-size:2rem;font-weight:800}.exchange-rate-divider{color:#adb5bd;font-size:2rem;font-weight:300}.exchange-update{color:#6c757d;text-align:center;margin-top:1rem;font-size:.875rem;font-weight:400}.calculator-section{background:#fff;min-height:100vh;padding:6rem 2rem}.calculator-container{max-width:900px;margin:0 auto}.section-title{text-align:center;color:#000;margin-bottom:4rem;font-size:2.5rem;font-weight:800}.input-group{background:#f8f9fa;border:2px solid #e9ecef;border-radius:20px;margin-bottom:2rem;padding:2.5rem;transition:all .3s}.input-group:hover{border-color:#ced4da;box-shadow:0 4px 12px #0000000d}.step-header{align-items:center;gap:1rem;margin-bottom:1.5rem;display:flex}.step-number{color:#fff;background:#000;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:1rem;font-weight:700;display:flex}.step-title{color:#000;margin:0;font-size:1.5rem;font-weight:700}.input-row{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-bottom:1rem;display:grid}.select-input,.number-input{color:#000;cursor:pointer;background:#fff;border:2px solid #e9ecef;border-radius:12px;padding:1rem 1.25rem;font-size:1rem;font-weight:500;transition:all .3s}.select-input:hover,.number-input:hover{border-color:#adb5bd}.select-input:focus,.number-input:focus{border-color:#000;outline:none;box-shadow:0 0 0 3px #0000001a}.price-display{background:#fff;border:2px solid #e9ecef;border-radius:12px;justify-content:space-between;align-items:center;margin-top:1rem;padding:1.25rem 1.5rem;display:flex}.price-label{color:#495057;font-size:1rem;font-weight:600}.price-value{color:#000;font-size:1.5rem;font-weight:800}.slider-container{padding:1rem 0}.slider-input{-webkit-appearance:none;cursor:pointer;background:linear-gradient(90deg,#e9ecef 0%,#000 100%);border-radius:4px;outline:none;width:100%;height:8px}.slider-input::-webkit-slider-thumb{appearance:none;cursor:pointer;background:#000;border-radius:50%;width:24px;height:24px;transition:transform .2s;box-shadow:0 2px 8px #0003}.slider-input::-webkit-slider-thumb:hover{transform:scale(1.2)}.slider-input::-moz-range-thumb{cursor:pointer;background:#000;border:none;border-radius:50%;width:24px;height:24px;box-shadow:0 2px 8px #0003}.slider-labels{color:#6c757d;justify-content:space-between;align-items:center;margin-top:1rem;font-size:.875rem;display:flex}.current-value{color:#000;font-size:1.25rem;font-weight:700}.food-examples{margin-top:1rem}.example-text{color:#495057;text-align:center;background:#fff;border-radius:8px;margin:0;padding:.75rem;font-size:1rem;font-weight:500}.total-section{color:#1d1d1f;background:#fff;border-top:2px solid #e9ecef;padding:6rem 2rem}.total-container{max-width:1200px;margin:0 auto}.total-title{text-align:center;color:#1d1d1f;margin-bottom:1.5rem;font-size:2rem;font-weight:700}.total-price{text-align:center;letter-spacing:-2px;background:linear-gradient(90deg,#1d1d1f,#495057);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:1rem;font-size:6rem;font-weight:900}.total-note{text-align:center;color:#6c757d;margin-bottom:4rem;font-size:1rem}.breakdown-grid{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.breakdown-item{background:#f8f9fa;border:2px solid #e9ecef;border-radius:16px;flex-direction:column;justify-content:center;align-items:center;gap:.75rem;padding:2rem;transition:all .3s;display:flex}.breakdown-item:hover{border-color:#000;transform:translateY(-4px);box-shadow:0 8px 20px #0000001a}.breakdown-label{color:#6c757d;font-size:1.125rem;font-weight:600}.breakdown-amount{color:#1d1d1f;font-size:1.75rem;font-weight:800}.tips-section{background:#fff;padding:6rem 2rem}.tips-title{text-align:center;color:#000;margin-bottom:3rem;font-size:2.5rem;font-weight:800}.tips-grid{grid-template-columns:repeat(4,1fr);gap:2rem;max-width:1200px;margin:0 auto;display:grid}.tip-card{text-align:left;background:#f8f9fa;border:2px solid #e9ecef;border-radius:16px;padding:2rem;transition:all .3s}.tip-card:hover{border-color:#000;transform:translateY(-4px);box-shadow:0 8px 20px #0000001a}.tip-title{color:#000;border-bottom:2px solid #e9ecef;margin-bottom:1.25rem;padding-bottom:.75rem;font-size:1.25rem;font-weight:800}.tip-points{margin:0;padding:0;list-style:none}.tip-point{color:#495057;margin-bottom:.75rem;padding-left:1.25rem;font-size:.95rem;line-height:1.7;position:relative}.tip-point:before{content:"•";color:#000;font-size:1.2rem;font-weight:700;position:absolute;left:0}.tip-point:last-child{margin-bottom:0}.caution-section{background:#f8f9fa;padding:4rem 2rem}.caution-container{background:#fff;border:2px solid #e9ecef;border-radius:20px;max-width:1200px;margin:0 auto;padding:3rem}.caution-title{color:#000;text-align:center;margin-bottom:2rem;font-size:2rem;font-weight:800}.caution-list{margin:0;padding:0;list-style:none}.caution-item{color:#495057;background:#f8f9fa;border-radius:12px;margin-bottom:1.5rem;padding:1.25rem 1.5rem;font-size:1.05rem;line-height:1.8;position:relative}.caution-item:before{content:"⚠";font-size:1.5rem;position:absolute;left:-2rem}.caution-item:last-child{margin-bottom:0}@media (max-width:1024px){.hero-title{font-size:4rem}.total-price{font-size:4.5rem}.breakdown-grid,.tips-grid{grid-template-columns:repeat(2,1fr)}.input-row{grid-template-columns:1fr}}@media (max-width:768px){.hero{min-height:50vh;padding:3rem 1.5rem}.hero-title{font-size:3rem}.hero-description{margin-bottom:2rem;font-size:1.125rem}.exchange-rate-container{flex-direction:column;gap:1rem;padding:1.5rem}.exchange-rate-divider{transform:rotate(90deg)}.exchange-rate-value{font-size:1.75rem}.calculator-section{padding:4rem 1.5rem}.section-title{font-size:2rem}.input-group{padding:2rem}.step-title{font-size:1.25rem}.total-section{padding:4rem 1.5rem}.total-price{font-size:3.5rem}.breakdown-grid{grid-template-columns:1fr;gap:1.5rem}.tips-section{padding:4rem 1.5rem}.tips-title{font-size:2rem}.tips-grid{grid-template-columns:1fr}.caution-section{padding:4rem 1.5rem}.caution-container{padding:2.5rem}.caution-item:before{margin-right:.5rem;display:inline-block;position:static}}@media (max-width:480px){.hero-title{font-size:2.5rem}.hero-description{margin-bottom:1.5rem;font-size:1rem}.exchange-rate-container{margin-top:2rem;padding:1.25rem}.exchange-rate-value{font-size:1.5rem}.exchange-update{font-size:.75rem}.calculator-section{padding:3rem 1rem}.section-title{font-size:1.75rem}.input-group{padding:1.5rem}.step-number{width:32px;height:32px;font-size:.875rem}.step-title{font-size:1.125rem}.total-price{letter-spacing:-1px;font-size:2.5rem}.breakdown-item{padding:1.5rem}.breakdown-label{font-size:1rem}.breakdown-amount{font-size:1.5rem}.tip-card{padding:1.5rem}.tip-title{font-size:1.125rem}.tips-title{font-size:1.75rem}.caution-section{padding:3rem 1rem}.caution-container{padding:2rem}.caution-title{font-size:1.5rem}.caution-item{padding:1rem 1.25rem;font-size:.95rem}}
/*# sourceMappingURL=7ca535c22152dc5f.css.map*/