@import"https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard.css";:root{font-family:Pretendard,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.5;font-weight:400;color-scheme:light;color:#213547;background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;display:flex;min-width:320px;min-height:100vh}#root{width:100%}*{box-sizing:border-box}.calculator-container .panel-title,.asset-review-container .panel-title{display:block;width:100%;text-align:center;font-size:1.35rem;font-weight:700;margin:0 0 1rem;padding:1rem 1.5rem;background:#fff;border-radius:12px;box-shadow:0 4px 20px #00000014;font-family:inherit;border:1px solid #e5e7eb;box-sizing:border-box}.calculator-container .panel-title-input,.asset-review-container .panel-title-input{color:#5b21b6;border-color:#c4b5fd;background:linear-gradient(135deg,#faf5ff,#f5f3ff)}.calculator-container .panel-title-result,.asset-review-container .panel-title-result{color:#0d9488;border-color:#99f6e4;background:linear-gradient(135deg,#f0fdfa,#ecfeff)}.calculator-container .section-icon,.asset-review-container .section-icon{margin-right:.35rem}.calc-btn-group{display:flex;gap:.75rem;flex-wrap:wrap;margin-top:1rem}.calc-btn-group .btn{flex:1;min-width:120px;padding:.875rem 1.25rem;border:none;border-radius:10px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s;font-family:inherit}.calc-btn-group .btn-primary{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;box-shadow:0 4px 15px #667eea66}.calc-btn-group .btn-primary:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px #667eea80}.calc-btn-group .btn-secondary{background:#f3f4f6;color:#4b5563}.calc-btn-group .btn-secondary:hover{background:#e5e7eb}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Pretendard,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:linear-gradient(135deg,#667eea,#764ba2);min-height:100vh}.App{min-height:100vh;display:flex;flex-direction:column}#investment-calculator,#asset-review{scroll-margin-top:0}@media(max-width:768px){.App{padding:0}}.top-navigation{position:fixed;top:0;left:0;right:0;display:flex;align-items:center;justify-content:space-between;padding:1rem 2rem;background:#667eeaf2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 4px 20px #0000001a;z-index:1000;gap:2rem}.top-nav-logo{font-size:1.25rem;font-weight:800;color:#fff;text-decoration:none;white-space:nowrap;transition:all .3s ease}.top-nav-logo:hover{opacity:.9;transform:translateY(-2px)}.top-nav-menu{display:flex;gap:1rem;background:#ffffff26;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:16px;padding:.5rem;box-shadow:0 8px 32px #0000001a}.top-nav-item{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;border-radius:12px;background:transparent;color:#ffffffe6;font-size:.9375rem;font-weight:600;cursor:pointer;transition:all .3s ease;text-decoration:none}.top-nav-item:hover{background:#ffffff26;color:#fff;transform:translateY(-2px)}.top-nav-item.active{background:#fff;color:#667eea;box-shadow:0 4px 12px #00000026}.top-nav-item.active:hover{background:#f0f4ff;transform:translateY(-2px)}.top-nav-icon{font-size:1.125rem}.top-nav-label{white-space:nowrap}@media(max-width:1024px){.top-navigation{padding:.875rem 1.5rem;gap:1.5rem}.top-nav-logo{font-size:1.125rem}.top-nav-menu{gap:.75rem;padding:.375rem}.top-nav-item{padding:.625rem 1.25rem;font-size:.875rem}.top-nav-icon{font-size:1rem}}@media(max-width:640px){.top-navigation{padding:.75rem 1rem;gap:1rem;flex-wrap:wrap}.top-nav-logo{font-size:1rem;width:100%;text-align:center;margin-bottom:.5rem}.top-nav-menu{width:100%;justify-content:center;gap:.5rem;padding:.375rem}.top-nav-item{padding:.5rem .875rem;font-size:.8125rem;gap:.375rem;flex:1}.top-nav-icon{font-size:.9375rem}.top-nav-label{font-size:.75rem}}.hero-container{min-height:100vh;background:linear-gradient(135deg,#667eea,#764ba2);position:relative;overflow:hidden;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:8rem 2rem 2rem}.hero-navigation{position:absolute;top:2rem;left:50%;transform:translate(-50%);display:flex;gap:1rem;z-index:100;background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:16px;padding:.5rem;box-shadow:0 8px 32px #0000001a}.hero-nav-item{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;border:none;border-radius:12px;background:transparent;color:#ffffffe6;font-size:.9375rem;font-weight:600;cursor:pointer;transition:all .3s ease;text-decoration:none}.hero-nav-item:hover{background:#ffffff26;color:#fff;transform:translateY(-2px)}.hero-nav-item.active{background:#fff;color:#667eea;box-shadow:0 4px 12px #00000026}.hero-nav-item.active:hover{background:#f0f4ff;transform:translateY(-2px)}.hero-nav-icon{font-size:1.125rem}.hero-nav-label{white-space:nowrap}.hero-content{max-width:1400px;width:100%;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;margin:auto}.hero-text{color:#fff;z-index:10;animation:fadeInUp 1s ease-out}.hero-title{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1.5rem}.hero-title-main{font-size:3.5rem;font-weight:800;line-height:1.2;background:linear-gradient(to right,#fff,#e0e7ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-title-sub{font-size:2rem;font-weight:300;font-style:italic;opacity:.9;letter-spacing:2px}.hero-description{font-size:1.25rem;line-height:1.8;opacity:.95;margin-bottom:0;max-width:600px}.hero-cta{padding:1rem 2.5rem;font-size:1.125rem;font-weight:600;color:#667eea;background:#fff;border:none;border-radius:50px;cursor:pointer;transition:all .3s ease;box-shadow:0 10px 30px #0003}.hero-cta:hover{transform:translateY(-3px);box-shadow:0 15px 40px #0000004d;background:#f0f4ff}.hero-visual{width:100%;height:600px;position:relative;animation:fadeInRight 1s ease-out .3s both;border-radius:20px;overflow:hidden;box-shadow:0 20px 60px #0000004d}.hero-visual iframe{width:100%;height:100%;border:none}.audio-toggle-btn{position:absolute;top:1rem;right:1rem;width:48px;height:48px;border-radius:50%;border:2px solid rgba(255,255,255,.3);background:#00000080;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;font-size:1.5rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;z-index:20;box-shadow:0 4px 12px #0003}.audio-toggle-btn:hover{background:#000000b3;border-color:#ffffff80;transform:scale(1.1);box-shadow:0 6px 16px #0000004d}.audio-toggle-btn:active{transform:scale(.95)}.spline-logo-overlay{position:absolute;bottom:0;right:0;width:180px;height:60px;background:#fff;z-index:15;pointer-events:none;border-radius:20px 0 0}.hero-quick-links{display:flex;gap:1.5rem;justify-content:flex-start;margin-top:2rem;flex-wrap:wrap}.hero-quick-link{display:flex;align-items:center;gap:1rem;padding:1.25rem 2rem;background:#ffffff26;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:2px solid rgba(255,255,255,.2);border-radius:16px;color:#fff;text-decoration:none;transition:all .3s ease;min-width:280px;box-shadow:0 8px 32px #0000001a;cursor:pointer;font-family:inherit}.hero-quick-link:hover{background:#ffffff40;border-color:#fff6;transform:translateY(-4px);box-shadow:0 12px 40px #0003}.quick-link-icon{font-size:2rem;line-height:1}.quick-link-text{display:flex;flex-direction:column;gap:.25rem}.quick-link-label{font-size:1.125rem;font-weight:700;line-height:1.2}.quick-link-arrow{font-size:.9375rem;opacity:.9;font-weight:500}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInRight{0%{opacity:0;transform:translate(50px)}to{opacity:1;transform:translate(0)}}@keyframes bounce{0%,to{transform:translate(-50%) translateY(0)}50%{transform:translate(-50%) translateY(-10px)}}@media(max-width:1024px){.hero-container{padding-top:5rem}.hero-navigation{top:1rem;gap:.75rem;padding:.375rem}.hero-nav-item{padding:.625rem 1.25rem;font-size:.875rem}.hero-nav-icon{font-size:1rem}.hero-content{grid-template-columns:1fr;gap:3rem;text-align:center}.hero-title-main{font-size:3rem}.hero-title-sub{font-size:1.75rem}.hero-description{font-size:1.125rem;max-width:100%;margin-bottom:0}.hero-quick-links{justify-content:center;margin-top:1.5rem}.hero-visual{height:500px}.audio-toggle-btn{width:44px;height:44px;font-size:1.25rem;top:.75rem;right:.75rem}.spline-logo-overlay{width:160px;height:54px}.hero-text{display:flex;flex-direction:column;align-items:center}}@media(max-width:640px){.hero-container{padding:4.5rem 1rem 1rem;min-height:100vh}.hero-navigation{top:.75rem;left:50%;transform:translate(-50%);gap:.5rem;padding:.375rem;width:calc(100% - 2rem);max-width:400px}.hero-nav-item{padding:.5rem .875rem;font-size:.8125rem;gap:.375rem;flex:1}.hero-nav-icon{font-size:.9375rem}.hero-nav-label{font-size:.75rem}.hero-title-main{font-size:2rem}.hero-title-sub{font-size:1.25rem}.hero-description{font-size:1rem;margin-bottom:2rem}.hero-visual{height:400px}.audio-toggle-btn{width:40px;height:40px;font-size:1.125rem;top:.5rem;right:.5rem}.spline-logo-overlay{width:140px;height:48px}.hero-cta{padding:.875rem 2rem;font-size:1rem}.hero-content{gap:2rem}.hero-quick-links{gap:1rem;margin-top:1.5rem;justify-content:center}.hero-quick-link{min-width:100%;padding:1rem 1.5rem}.quick-link-icon{font-size:1.75rem}.quick-link-label{font-size:1rem}.quick-link-arrow{font-size:.875rem}}.input-form{background:#fff;border-radius:16px;padding:2rem;box-shadow:0 10px 40px #0000001a}.form-section{margin-bottom:2rem;padding-bottom:2rem;border-bottom:1px solid #e5e7eb;width:100%;overflow-x:visible}.form-section>*{display:block}.form-section>.input-group{display:flex!important;width:auto!important;margin-bottom:0;clear:both;float:none!important;flex-direction:row!important;flex-wrap:nowrap!important}.form-label{display:block!important;width:100%}.form-label+.input-group{display:flex!important;width:auto!important;margin-top:0;flex-direction:row!important;flex-wrap:nowrap!important;align-items:center!important}.form-section:last-of-type{border-bottom:none}.step-header{display:flex;align-items:center;gap:.75rem;margin-bottom:.75rem}.step-indicator{display:inline-block;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:.25rem .75rem;border-radius:20px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;flex-shrink:0}.step-title{font-size:1.1rem;font-weight:700;color:#1f2937}.form-label{display:flex;align-items:center;gap:.5rem;margin-bottom:.75rem;font-weight:600;color:#1f2937;font-size:.95rem;width:100%}.form-label+.input-group{display:flex!important;width:auto!important}.label-text{color:#1f2937}.label-required{color:#ef4444;font-weight:700}.label-optional{color:#6b7280;font-size:.85rem;font-weight:400}.form-select,.form-input{width:100%;padding:.625rem 1rem;border:2px solid #e5e7eb;border-radius:10px;font-size:1rem;transition:all .2s;font-family:inherit}.input-group .form-input{width:100%!important;display:block!important}.input-group{display:inline-flex!important}.form-input[type=number]::-webkit-inner-spin-button,.form-input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.form-input[type=number]{-moz-appearance:textfield}.form-select:focus,.form-input:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.form-select{background:#fff;cursor:pointer}.input-group{display:flex!important;align-items:center!important;gap:.5rem!important;position:relative;flex-wrap:nowrap!important;flex-direction:row!important;width:auto!important;max-width:none!important;min-width:0;white-space:nowrap!important;line-height:1!important;flex-shrink:0!important;vertical-align:middle!important;overflow:visible!important}.input-group *{flex-shrink:0!important}.input-group:after{content:"";display:none}.input-wrapper{position:relative;display:inline-flex!important;align-items:center!important;flex:0 0 auto!important;width:auto!important;max-width:300px!important;min-width:0;flex-shrink:0!important;vertical-align:middle!important;line-height:1!important}.input-wrapper .form-input{width:100%!important;max-width:300px!important;padding-right:2.5rem;min-width:120px;box-sizing:border-box;flex-shrink:0!important;display:block!important}.input-suffix{font-weight:600;color:#6b7280;font-size:.95rem!important;white-space:nowrap!important;flex-shrink:0!important;display:inline-block!important;margin-left:0!important;line-height:1!important;vertical-align:middle!important;position:static!important;top:auto!important;left:auto!important;flex:0 0 auto!important;min-width:auto!important;max-width:none!important}.input-buttons{position:absolute;right:4px;display:flex;flex-direction:column;gap:0;z-index:1}.input-btn{width:24px;height:18px;border:1px solid #e5e7eb;background:#fff;color:#6b7280;font-size:.65rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s;padding:0;line-height:1}.input-btn:hover{background:#f3f4f6;border-color:#9ca3af;color:#1f2937}.input-btn:active{background:#e5e7eb;transform:scale(.95)}.input-btn-up{border-radius:4px 4px 0 0;border-bottom:none}.input-btn-down{border-radius:0 0 4px 4px}.target-year-buttons,.inflation-buttons,.monthly-income-buttons,.current-assets-buttons{margin-top:1.25rem;padding:1.25rem;background:linear-gradient(135deg,#f9fafb,#f3f4f6);border-radius:12px;border:1px solid #e5e7eb}.feedback-message{margin-top:.75rem;padding:.875rem 1rem;border-radius:10px;font-size:.9rem;line-height:1.6;animation:slideDown .3s ease-out}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.feedback-message.success{background:#d1fae5;color:#065f46;border-left:4px solid #10b981}.feedback-message.info{background:#dbeafe;color:#1e40af;border-left:4px solid #3b82f6}.feedback-message strong{font-weight:700;color:inherit}.small-text{font-size:.85rem;opacity:.8}.help-text{margin-top:.5rem;font-size:.85rem;color:#6b7280}.annual-income-display{margin-top:.75rem;padding:.75rem 1rem;background:#f0fdf4;border-left:4px solid #22c55e;border-radius:8px;font-size:.95rem;color:#166534;animation:slideDown .3s ease-out}.annual-income-display strong{color:#15803d;font-size:1.05rem}.dividend-comparison{margin-top:1.25rem;padding:1.25rem;background:linear-gradient(135deg,#f9fafb,#f3f4f6);border-radius:12px;border:1px solid #e5e7eb}.comparison-title{font-weight:600;color:#1f2937;margin-bottom:1rem;font-size:.95rem}.comparison-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(100px,1fr));gap:.75rem}.comparison-item{padding:1rem .75rem;background:#fff;border:2px solid #e5e7eb;border-radius:10px;text-align:center;cursor:pointer;transition:all .2s}.comparison-item:hover{border-color:#9ca3af;transform:translateY(-2px);box-shadow:0 4px 6px #0000000d}.comparison-item.selected{background:linear-gradient(135deg,#667eea,#764ba2);border-color:#667eea;box-shadow:0 4px 12px #667eea4d}.comparison-item.selected .rate,.comparison-item.selected .asset{color:#fff}.comparison-item .rate{font-size:.9rem;font-weight:700;color:#667eea;margin-bottom:.5rem}.comparison-item .asset{font-size:.85rem;font-weight:600;color:#1f2937}.inflation-info{margin-top:1rem;padding:1rem;background:linear-gradient(135deg,#fef3c7,#fde68a);border-left:4px solid #f59e0b;border-radius:10px;display:flex;gap:.75rem;align-items:start;animation:slideDown .3s ease-out}.inflation-info .info-icon{font-size:1.5rem;flex-shrink:0}.inflation-info .info-content{flex:1;font-size:.9rem;color:#92400e;line-height:1.6}.inflation-info .info-content strong{color:#78350f;font-weight:700}.required-return-preview{margin-top:1rem;padding:1.25rem;background:linear-gradient(135deg,#f0fdf4,#dcfce7);border-left:4px solid #22c55e;border-radius:12px;display:flex;gap:.75rem;align-items:start;animation:slideDown .3s ease-out}.required-return-preview .preview-icon{font-size:1.75rem;flex-shrink:0}.required-return-preview .preview-content{flex:1;font-size:.9rem;color:#166534;line-height:1.6}.required-return-preview .preview-content strong{color:#15803d;font-weight:700;font-size:1.05rem}.button-group{display:flex;gap:1rem;margin-top:2rem}.btn{flex:1;padding:1rem 1.5rem;border:none;border-radius:10px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s;font-family:inherit}.btn-primary{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;box-shadow:0 4px 15px #667eea66}.btn-primary:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px #667eea80}.btn-primary:disabled{opacity:.5;cursor:not-allowed}.btn-secondary{background:#f3f4f6;color:#4b5563}.btn-secondary:hover{background:#e5e7eb}@media(max-width:768px){.input-form{padding:1.5rem}.input-group{flex-wrap:nowrap!important;display:inline-flex!important;width:auto!important}.input-wrapper{max-width:240px!important;flex:0 0 auto!important}.input-wrapper .form-input{max-width:240px!important;min-width:100px}.input-suffix{white-space:nowrap!important;flex-shrink:0!important;display:inline-block!important}.button-group{flex-direction:column}.btn{width:100%}}.result-display{background:#fff;border-radius:16px;padding:2rem;box-shadow:0 10px 40px #0000001a;animation:fadeIn .5s ease-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.result-title{font-size:1.75rem;font-weight:700;color:#1f2937;margin-bottom:1.5rem;text-align:center}.result-summary{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.25rem;margin-bottom:2rem}.summary-card{background:linear-gradient(135deg,#f3f4f6,#e5e7eb);border-radius:12px;padding:1.5rem;display:flex;align-items:center;gap:1rem;transition:transform .2s}.summary-card:hover{transform:translateY(-4px)}.summary-card.primary{background:linear-gradient(135deg,#dbeafe,#bfdbfe)}.summary-card.highlight{background:linear-gradient(135deg,#fef3c7,#fde68a)}.summary-card.secondary{background:linear-gradient(135deg,#d1fae5,#a7f3d0)}.card-icon{font-size:2.5rem;flex-shrink:0}.card-content{flex:1}.card-label{font-size:.85rem;color:#6b7280;margin-bottom:.5rem;font-weight:500}.card-value{font-size:1.5rem;font-weight:700;color:#1f2937}.yield-comparison{background:linear-gradient(135deg,#f0f9ff,#e0f2fe);border-left:4px solid #3b82f6;padding:1.25rem 1.5rem;border-radius:12px;margin-bottom:2rem;font-size:.95rem;color:#1e40af;display:flex;gap:1rem;align-items:start;line-height:1.6}.yield-comparison .comparison-icon{font-size:2rem;flex-shrink:0}.yield-comparison .comparison-content{flex:1}.yield-comparison strong{color:#1e3a8a;font-weight:700;display:block;margin-bottom:.5rem}.inflation-notice{background:linear-gradient(135deg,#fef3c7,#fde68a);border-left:4px solid #f59e0b;padding:1rem 1.25rem;border-radius:8px;margin-bottom:2rem;font-size:.95rem;color:#92400e;display:flex;gap:.75rem;align-items:start}.inflation-notice .notice-icon{font-size:1.5rem;flex-shrink:0}.inflation-notice .notice-content{flex:1;line-height:1.6}.inflation-notice strong{color:#78350f;font-weight:700}.chart-section{margin:2.5rem 0}.section-title{font-size:1.25rem;font-weight:600;color:#1f2937;margin-bottom:1.5rem;padding-bottom:.75rem;border-bottom:2px solid #e5e7eb}.chart-legend-info{display:flex;gap:2rem;align-items:center;justify-content:center;margin-top:1.5rem;padding:1rem;background:linear-gradient(135deg,#f9fafb,#f3f4f6);border-radius:12px;flex-wrap:wrap}.legend-item{display:flex;align-items:center;gap:.5rem;font-size:.9rem;color:#374151}.legend-line{width:40px;height:3px;border-radius:2px}.legend-line.required{background:#3b82f6}.legend-line.target{background:#10b981;background-image:repeating-linear-gradient(to right,#10b981,#10b981 5px,transparent 5px,transparent 10px)}.legend-line.simulation{background:#f59e0b;background-image:repeating-linear-gradient(to right,#f59e0b,#f59e0b 3px,transparent 3px,transparent 6px)}.legend-gap{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#fff;border-radius:8px;font-size:.9rem;color:#374151;box-shadow:0 1px 3px #0000001a}.legend-gap strong{color:#1f2937}.gap-positive{color:#10b981;font-weight:600}.gap-negative{color:#ef4444;font-weight:600}.chart-simulation-controls{margin-top:1.5rem;padding:1.5rem;background:linear-gradient(135deg,#f9fafb,#f3f4f6);border-radius:12px;border:1px solid #e5e7eb}.simulation-title{font-size:1.1rem;font-weight:700;color:#1f2937;margin-bottom:1rem;padding-bottom:.75rem;border-bottom:2px solid #e5e7eb}.simulation-inputs{display:flex;gap:1rem;align-items:flex-end;flex-wrap:wrap}.simulation-input-group{display:flex;flex-direction:column;gap:.5rem;flex:1;min-width:150px}.simulation-input-wrapper{position:relative;display:flex;align-items:center}.simulation-input{width:100%;padding:.75rem 2.5rem .75rem 1rem;border:2px solid #e5e7eb;border-radius:8px;font-size:1rem;transition:all .2s;font-family:inherit}.simulation-input[type=number]::-webkit-inner-spin-button,.simulation-input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.simulation-input[type=number]{-moz-appearance:textfield}.simulation-input:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.simulation-input-buttons{position:absolute;right:4px;display:flex;flex-direction:column;gap:0;z-index:1}.simulation-input-btn{width:24px;height:18px;border:1px solid #e5e7eb;background:#fff;color:#6b7280;font-size:.65rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s;padding:0;line-height:1}.simulation-input-btn:hover{background:#f3f4f6;border-color:#9ca3af;color:#1f2937}.simulation-input-btn:active{background:#e5e7eb;transform:scale(.95)}.simulation-input-btn-up{border-radius:4px 4px 0 0;border-bottom:none}.simulation-input-btn-down{border-radius:0 0 4px 4px}.simulation-button{padding:.75rem 1.5rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s;font-family:inherit;white-space:nowrap}.simulation-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 12px #667eea66}.simulation-button:disabled{opacity:.5;cursor:not-allowed}.table-section{margin:2.5rem 0}.table-wrapper{overflow-x:auto;border-radius:10px;box-shadow:0 1px 3px #0000001a}.data-table{width:100%;border-collapse:collapse;background:#fff}.data-table thead{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.data-table th{padding:1rem;text-align:center;font-weight:600;font-size:.9rem;text-transform:uppercase;letter-spacing:.5px}.data-table tbody tr{border-bottom:1px solid #e5e7eb;transition:background-color .2s}.data-table tbody tr:hover{background-color:#f9fafb}.data-table tbody tr:last-child{border-bottom:none}.data-table td{padding:1rem;color:#374151;font-size:.95rem}.data-table td.asset-cell{font-size:1.1rem;font-weight:700}.text-right{text-align:right}.insights-section{margin-top:2.5rem}.insight-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.25rem;margin-top:1rem}.insight-card{background:linear-gradient(135deg,#f9fafb,#f3f4f6);border-radius:12px;padding:1.5rem;display:flex;gap:1rem;border:1px solid #e5e7eb;transition:all .2s}.insight-card:hover{transform:translateY(-4px);box-shadow:0 4px 12px #00000014}.insight-icon{font-size:2rem;flex-shrink:0}.insight-content h4{font-size:1rem;font-weight:600;color:#1f2937;margin-bottom:.5rem}.insight-content p{font-size:.9rem;color:#6b7280;line-height:1.6}@media(max-width:768px){.result-display{padding:1.5rem}.result-title{font-size:1.5rem}.result-summary{grid-template-columns:1fr}.card-value{font-size:1.25rem}.insight-cards{grid-template-columns:1fr}}.calculator-container{max-width:1400px;margin:0 auto;padding:6rem 1rem 4rem;min-height:100vh;background:linear-gradient(135deg,#667eea,#764ba2);position:relative}.calculator-header{text-align:center;margin-bottom:3rem;color:#fff}.calculator-header h1{font-size:2.5rem;font-weight:700;margin-bottom:.5rem;text-shadow:2px 2px 4px rgba(0,0,0,.1)}.calculator-header .subtitle{font-size:1.1rem;opacity:.95;font-weight:400}.calculator-content{display:grid;grid-template-columns:1fr;gap:2rem}.calculator-input-panel,.calculator-result-panel{display:flex;flex-direction:column;gap:1.5rem}@media(min-width:1024px){.calculator-content{grid-template-columns:450px 675px;justify-content:center}}@media(max-width:768px){.calculator-container{padding:3rem .5rem}.calculator-header h1{font-size:1.8rem}.calculator-header .subtitle{font-size:.95rem}.calculator-header{margin-bottom:2rem}}.asset-review-container{max-width:1400px;margin:0 auto;padding:6rem 1rem 4rem;min-height:100vh;background:linear-gradient(135deg,#764ba2,#667eea);position:relative}.asset-review-header{text-align:center;margin-bottom:3rem;color:#fff}.asset-review-header h1{font-size:2.5rem;font-weight:800;margin-bottom:.5rem;background:linear-gradient(to right,#fff,#e0e7ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.asset-review-header .subtitle{font-size:1.125rem;opacity:.9}.asset-review-content{display:grid;grid-template-columns:1fr;gap:2rem}@media(min-width:1024px){.asset-review-content{grid-template-columns:450px 675px;gap:2rem;justify-content:start}}.asset-review-inputs{display:flex;flex-direction:column;gap:2rem}.asset-review-results{display:flex;flex-direction:column;min-width:0;width:100%}.asset-review-container .calculator-input-panel,.asset-review-container .calculator-result-panel{display:flex;flex-direction:column;gap:1.5rem}.asset-review-results>*{width:100%;min-width:0}.input-section{background:#fff;border-radius:16px;padding:2rem;box-shadow:0 10px 40px #0000001a}.section-title{font-size:1.5rem;font-weight:700;color:#667eea;margin-bottom:1.5rem;display:flex;align-items:center;gap:.5rem}.input-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-bottom:1.5rem}.input-label{display:flex;align-items:center;gap:.5rem;font-size:.9375rem;font-weight:600;color:#4a5568;margin-bottom:.5rem}.label-icon{font-size:1.125rem;flex-shrink:0}.label-text{font-weight:700;color:#1f2937;flex-shrink:0}.label-description{font-weight:400;color:#718096;font-size:.875rem}.input-description{font-size:.8125rem;color:#718096;margin-top:0;line-height:1.2;padding-top:0}.asset-input-group{display:flex;flex-direction:column;gap:0}.asset-input-group .input-label{margin-bottom:.5rem}.asset-input-group .asset-input-row{margin-bottom:0}.asset-input-row{display:flex;align-items:center;gap:.5rem}.asset-input-wrapper{position:relative;display:inline-flex;align-items:center;width:100%;background:#f7fafc;border:2px solid #e2e8f0;border-radius:12px;transition:all .3s ease;padding:.625rem 1rem}.asset-input-wrapper:focus-within{border-color:#667eea;background:#fff;box-shadow:0 0 0 3px #667eea1a}.asset-form-input{width:100%;border:none;background:transparent;font-size:1rem;color:#2d3748;outline:none;padding-right:2.5rem}.asset-form-input::placeholder{color:#a0aec0}.asset-form-input[type=number]::-webkit-inner-spin-button,.asset-form-input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.asset-form-input[type=number]{-moz-appearance:textfield;appearance:textfield}.asset-input-buttons{position:absolute;right:6px;display:flex;flex-direction:column;z-index:1}.asset-input-btn{width:24px;height:18px;border:1px solid #e2e8f0;background:#fff;color:#6b7280;font-size:.65rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s;padding:0;line-height:1}.asset-input-btn:hover{background:#f3f4f6;border-color:#cbd5e1;color:#1f2937}.asset-input-btn-up{border-radius:4px 4px 0 0;border-bottom:none}.asset-input-btn-down{border-radius:0 0 4px 4px}.asset-input-suffix{font-size:.95rem;font-weight:600;color:#6b7280;white-space:nowrap;flex-shrink:0}.total-display{display:flex;justify-content:space-between;align-items:center;padding:1.25rem;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:12px;color:#fff}.total-label{font-size:1.125rem;font-weight:600}.total-value{font-size:1.5rem;font-weight:800}.analysis-section{display:flex;flex-direction:column;gap:1.5rem;position:sticky;top:2rem;align-self:start;width:100%;min-width:0}.analysis-card{background:#fff;border-radius:16px;padding:2rem;box-shadow:0 10px 40px #0000001a;width:100%;min-width:0;box-sizing:border-box}.analysis-card.highlight{background:#fff;border:2px solid #e5e7eb;box-shadow:0 4px 20px #00000014}.analysis-title{font-size:1.25rem;font-weight:700;color:#667eea;margin-bottom:1.5rem}.category-list{display:flex;flex-direction:column;gap:1.25rem}.pie-layout{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;align-items:center;width:100%;min-width:0}.pie-chart{width:100%;min-width:0;max-width:100%}.pie-legend{display:flex;flex-direction:column;gap:.6rem;min-width:0;width:100%}.pie-legend-row{display:grid;grid-template-columns:12px 1fr auto;gap:.5rem;align-items:center;color:#4a5568}.pie-dot{width:10px;height:10px;border-radius:999px}.pie-name{font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.pie-percent{font-weight:700;color:#667eea}.pie-value{grid-column:2 / 4;font-size:.875rem;color:#718096;margin-left:22px}.pie-tooltip{background:#fffffffa;border:1px solid #e2e8f0;box-shadow:0 10px 30px #0000001f;border-radius:10px;padding:.6rem .75rem}.pie-tooltip-title{font-weight:700;color:#1f2937;margin-bottom:.25rem}.pie-tooltip-value{font-weight:600;color:#4b5563}.category-item{display:flex;flex-direction:column;gap:.5rem}.category-header{display:flex;justify-content:space-between;align-items:center}.category-label{font-size:1rem;font-weight:600;color:#4a5568}.category-percentage{font-size:.9375rem;font-weight:700;color:#667eea}.category-bar{width:100%;height:8px;background:#e2e8f0;border-radius:4px;overflow:hidden}.category-bar-fill{height:100%;background:linear-gradient(90deg,#667eea,#764ba2);border-radius:4px;transition:width .5s ease}.category-value{font-size:.875rem;color:#718096}.ratio-display{text-align:center;padding:1.5rem 0}.ratio-status{margin-bottom:1rem}.status-badge{display:inline-block;padding:.5rem 1.25rem;border-radius:20px;font-size:.9375rem;font-weight:700;letter-spacing:.5px}.status-badge.status-good{background:linear-gradient(135deg,#10b981,#059669);color:#fff;box-shadow:0 4px 12px #10b9814d}.status-badge.status-warning{background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff;box-shadow:0 4px 12px #f59e0b4d}.ratio-value{font-size:3.5rem;font-weight:800;color:#1f2937;margin-bottom:1rem;line-height:1}.ratio-description{font-size:1rem;color:#374151;line-height:1.8;margin-bottom:.75rem}.ratio-description strong{color:#1f2937;font-weight:700}.status-message{display:block;margin-top:.5rem;font-weight:600}.status-message.good{color:#059669}.status-message.warning{color:#d97706}.ratio-reference{margin-top:1rem;padding-top:.75rem;border-top:1px solid #e5e7eb}.ratio-reference small{font-size:.8125rem;color:#6b7280}.empty-results{background:#fff;border-radius:16px;padding:3rem 2rem;box-shadow:0 10px 40px #0000001a;display:flex;align-items:center;justify-content:center;min-height:400px;width:100%}.empty-results-content{text-align:center;color:#718096}.empty-icon{font-size:4rem;margin-bottom:1rem}.empty-results-content h3{font-size:1.5rem;font-weight:700;color:#4a5568;margin-bottom:.5rem}.empty-results-content p{font-size:1rem;line-height:1.6;color:#718096}@media(max-width:1024px){.asset-review-container{padding:1.5rem .75rem}.asset-review-header h1{font-size:2rem}.input-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.25rem}.input-section,.analysis-card{padding:1.5rem}.analysis-section{position:static}.pie-layout{grid-template-columns:1fr}}@media(max-width:640px){.asset-review-container{padding:3rem .5rem}.asset-review-header{margin-bottom:2rem}.asset-review-header h1{font-size:1.75rem}.asset-review-header .subtitle{font-size:1rem}.input-grid{grid-template-columns:1fr;gap:1rem}.input-section{padding:1.25rem}.section-title{font-size:1.25rem}.total-display{padding:1rem}.total-label{font-size:1rem}.total-value{font-size:1.25rem}.analysis-card{padding:1.25rem}.ratio-value{font-size:2.25rem}}.longterm .calculator-content{display:grid;grid-template-columns:1fr;gap:2rem}.longterm .panel-title{display:block;width:100%;text-align:center;font-size:1.35rem;font-weight:700;margin:0 0 1rem;padding:1rem 1.5rem;border-radius:12px;box-shadow:0 4px 20px #00000014;font-family:inherit;box-sizing:border-box}@media(min-width:1024px){.longterm .calculator-content{grid-template-columns:450px 675px;justify-content:center}}.longterm .calculator-input-panel,.longterm .calculator-result-panel{display:flex;flex-direction:column;gap:1.5rem}.longterm .input-section,.longterm .result-block-card{background:#fff;border-radius:16px;padding:1.5rem;box-shadow:0 10px 40px #0000001a}.longterm .result-block-card-spaced{margin-top:2rem}.longterm .section-title{font-size:1.1rem;font-weight:700;color:#667eea;margin:0 0 1rem;padding-bottom:.5rem;border-bottom:1px solid #e5e7eb}.longterm .period-buttons,.longterm .period-quick-buttons,.longterm .purchase-options{display:flex;flex-wrap:wrap;gap:.5rem}.longterm .index-options{display:flex;flex-direction:column;gap:.5rem}.longterm .index-options-row{display:flex;flex-wrap:wrap;gap:.5rem}.longterm .period-quick-buttons{margin-top:1rem}.longterm .period-btn,.longterm .index-btn,.longterm .purchase-btn{padding:.5rem 1rem;border:2px solid #e5e7eb;border-radius:10px;background:#fff;font-weight:600;color:#4a5568;cursor:pointer;transition:all .2s}.longterm .index-btn{min-width:5.5rem;box-sizing:border-box;display:flex;flex-direction:column;align-items:center;gap:.15rem;line-height:1.2}.longterm .index-btn-en{font-size:.8rem;font-weight:700}.longterm .index-btn-ko{font-size:.7rem;font-weight:600;opacity:.95}.longterm .period-btn:hover,.longterm .index-btn:hover,.longterm .purchase-btn:hover{border-color:#667eea;color:#667eea}.longterm .period-btn.active,.longterm .index-btn.active,.longterm .purchase-btn.active{background:linear-gradient(135deg,#667eea,#764ba2);border-color:transparent;color:#fff}.longterm .range-section{margin-top:1rem}.longterm .range-section .input-label{display:block;font-size:.9rem;font-weight:600;color:#4a5568;margin-bottom:.25rem}.longterm .range-hint{font-size:.8rem;color:#6b7280;margin:0 0 .5rem}.longterm .range-dual-wrap{position:relative;width:100%;height:36px;margin-top:.5rem}.longterm .range-track{position:absolute;left:0;right:0;top:50%;transform:translateY(-50%);height:10px;background:#e5e7eb;border-radius:5px;pointer-events:none}.longterm .range-fill{position:absolute;top:50%;transform:translateY(-50%);height:10px;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:5px;pointer-events:none;transition:left .05s ease,width .05s ease}.longterm .range-body-drag{position:absolute;top:0;bottom:0;z-index:2;cursor:grab;border-radius:4px}.longterm .range-body-drag:active{cursor:grabbing}.longterm .range-thumb{position:absolute;top:50%;width:20px;height:20px;margin-left:-10px;margin-top:-10px;border-radius:50%;background:linear-gradient(135deg,#667eea,#764ba2);border:2px solid white;box-shadow:0 2px 6px #0003;cursor:pointer;z-index:3;pointer-events:auto}.longterm .range-thumb:hover{transform:scale(1.1)}.longterm .range-thumb:focus{outline:none;box-shadow:0 0 0 3px #667eea66}.longterm .year-select{width:100%;padding:.6rem .75rem;font-size:1rem;font-weight:600;color:#1f2937;background:#f9fafb;border:2px solid #e5e7eb;border-radius:10px;cursor:pointer}.longterm .year-select:focus{outline:none;border-color:#667eea}.longterm .year-select-row{display:flex;gap:1rem;margin-top:1rem}.longterm .year-select-cell{flex:1;min-width:0}.longterm .year-select-cell .input-label{display:block;font-size:.9rem;font-weight:600;color:#4a5568;margin-bottom:.25rem}.longterm .range-input{width:100%;height:8px;border-radius:4px;accent-color:#667eea}.longterm .range-value{font-size:.95rem;font-weight:600;color:#1f2937;margin-top:.25rem}.longterm .amount-input-group{margin-top:1rem}.longterm .amount-input-group .input-label{display:block;font-size:.9rem;font-weight:600;color:#4a5568;margin-bottom:.25rem}.longterm .amount-input{width:100%;padding:.6rem .75rem;font-size:1rem;font-weight:600;color:#1f2937;background:#f9fafb;border:2px solid #e5e7eb;border-radius:10px}.longterm .amount-input:focus{outline:none;border-color:#667eea}.longterm .amount-input:disabled{background:#e5e7eb;color:#9ca3af;cursor:not-allowed}.longterm .duration-display{margin-top:1rem;padding:.75rem;background:#f3f4f6;border-radius:10px;font-weight:600;color:#374151}.longterm .result-block-label{font-size:1.1rem;font-weight:700;color:#667eea;margin:0 0 1rem;padding-bottom:.5rem;border-bottom:1px solid #e5e7eb;font-family:inherit;line-height:1.4}.longterm .result-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:1rem;margin-bottom:1rem}.longterm .result-card{padding:1rem;background:#f9fafb;border-radius:12px;text-align:center}.longterm .result-label{font-size:.875rem;color:#6b7280;margin-bottom:.25rem}.longterm .result-value{font-size:1.5rem;font-weight:800;color:#1f2937}.longterm .result-value.primary{color:#667eea}.longterm .result-value.negative{color:#ef4444}.longterm .result-note{font-size:.8125rem;color:#9ca3af;margin:0}.longterm .result-note a{color:#667eea;word-break:break-all}.longterm .result-note code{font-size:.75rem;background:#f3f4f6;padding:.15rem .35rem;border-radius:4px}.longterm .period-detail-section{margin-top:1.5rem}.longterm .period-detail-table-wrap{overflow-x:auto;border-radius:10px;border:1px solid #e5e7eb}.longterm .period-detail-table{width:100%;border-collapse:collapse;font-size:.875rem}.longterm .period-detail-table th,.longterm .period-detail-table td{padding:.5rem .75rem;text-align:right;border-bottom:1px solid #f3f4f6}.longterm .period-detail-table th:first-child,.longterm .period-detail-table td:first-child{text-align:left}.longterm .period-detail-table thead th{background:#f9fafb;font-weight:600;color:#6b7280}.longterm .period-detail-table tbody tr:hover{background:#f9fafb}.longterm .period-detail-table .positive{color:#059669}.longterm .period-detail-table .negative{color:#dc2626}.longterm .yearly-data-section{margin-top:1rem}.longterm .yearly-data-ticker,.longterm .yearly-data-desc{font-size:.8rem;color:#6b7280;margin:0 0 .5rem}.longterm .yearly-data-table-wrap{overflow-x:auto;border-radius:10px;border:1px solid #e5e7eb}.longterm .yearly-data-table{width:100%;border-collapse:collapse;font-size:.875rem}.longterm .yearly-data-table th,.longterm .yearly-data-table td{padding:.5rem .75rem;text-align:right;border-bottom:1px solid #f3f4f6}.longterm .yearly-data-table th:first-child,.longterm .yearly-data-table td:first-child{text-align:left}.longterm .yearly-data-table thead th{background:#f9fafb;font-weight:600;color:#6b7280}.longterm .yearly-data-table tbody tr:hover{background:#f9fafb}.longterm .yearly-data-table .positive{color:#059669}.longterm .yearly-data-table .negative{color:#dc2626}.longterm .index-calc-btn{width:100%;padding:1rem 1.5rem;font-size:1.1rem;font-weight:700;color:#fff;background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:12px;cursor:pointer;transition:transform .2s,box-shadow .2s;margin-top:.5rem}.longterm .index-calc-btn:hover{transform:translateY(-2px);box-shadow:0 8px 24px #667eea66}.longterm .index-chart-wrap{margin:1.5rem 0 1rem;padding:1rem;background:#f9fafb;border-radius:12px}.longterm .index-chart-wrap .result-block-label{text-align:left}.longterm .chart-data-note{font-size:.8rem;color:#6b7280;margin:0 0 1rem;text-align:center}.longterm .chart-data-note strong{color:#374151}.longterm .result-placeholder{font-size:.95rem;color:#9ca3af;margin:0;text-align:center;padding:2rem 1rem}.longterm .returns-table-wrap{margin-bottom:1.5rem}.longterm .returns-table-wrap .result-block-label{margin-bottom:1rem}.longterm .returns-table-scroll{max-height:320px;overflow-y:auto;border:1px solid #e5e7eb;border-radius:10px;background:#f9fafb}.longterm .returns-no-data{font-size:.9rem;color:#6b7280;margin:1rem;text-align:center}.longterm .returns-block{margin-bottom:1rem;padding:.75rem;background:#fff;border-radius:10px;border:1px solid #e5e7eb}.longterm .returns-block:last-child{margin-bottom:0}.longterm .returns-block-header{font-size:.9rem;font-weight:700;color:#374151;margin-bottom:.5rem;display:flex;align-items:center;gap:.35rem}.longterm .returns-block-icon{color:#667eea;font-size:.75rem}.longterm .returns-block-note{font-weight:500;color:#6b7280;font-size:.8rem;margin-left:.25rem}.longterm .returns-block-table{width:100%;border-collapse:collapse;font-size:.8125rem}.longterm .returns-block-th{text-align:left;padding:.35rem .5rem .35rem 0;font-weight:600;color:#4b5563;width:2.5em}.longterm .returns-block-td{padding:.35rem .5rem;text-align:center;color:#374151}.longterm .returns-block-td.positive{color:#059669;font-weight:600}.longterm .returns-block-td.negative{color:#dc2626;font-weight:600}.compound .calculator-content{display:grid;grid-template-columns:1fr;gap:2rem}@media(min-width:1024px){.compound .calculator-content{grid-template-columns:450px 675px;justify-content:center}}.compound .calculator-input-panel,.compound .calculator-result-panel{display:flex;flex-direction:column;gap:1.5rem}.compound .input-section{background:#fff;border-radius:16px;padding:1.5rem;box-shadow:0 10px 40px #0000001a}.compound .section-title{font-size:1.1rem;font-weight:700;color:#667eea;margin-bottom:1rem}.compound .rate-section-hint{font-size:.85rem;color:#6b7280;margin:-.5rem 0 .75rem}.compound .rate-input-rows{display:flex;flex-direction:column;gap:.5rem}.compound .rate-input-row-item{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.5rem .75rem;border:2px solid #e5e7eb;border-radius:10px;cursor:pointer;transition:all .2s;background:#fff}.compound .rate-input-row-item:hover{border-color:#9ca3af}.compound .rate-input-row-item.selected{border-color:#667eea;background:linear-gradient(135deg,#667eea14,#764ba214);box-shadow:0 0 0 1px #667eea33}.compound .rate-row-label{font-weight:600;color:#4a5568;flex-shrink:0}.compound .rate-row-input-wrap{display:flex;align-items:center;gap:.35rem}.compound .input-wrapper-sm .form-input{width:70px;min-width:70px;padding-right:2rem}.compound .rate-input-row{display:flex;align-items:center;gap:.5rem}.compound .input-wrapper{position:relative;display:inline-flex;align-items:center}.compound .input-wrapper .form-input{padding-right:2.5rem;min-width:100px}.compound .form-input{width:120px;padding:.625rem 1rem;border:2px solid #e5e7eb;border-radius:10px;font-size:1rem}.compound .form-input[type=number]::-webkit-inner-spin-button,.compound .form-input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.compound .form-input[type=number]{-moz-appearance:textfield}.compound .input-buttons{position:absolute;right:4px;display:flex;flex-direction:column;gap:0;z-index:1}.compound .input-btn{width:24px;height:18px;border:1px solid #e5e7eb;background:#fff;color:#6b7280;font-size:.65rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s;padding:0;line-height:1}.compound .input-btn:hover{background:#f3f4f6;border-color:#9ca3af;color:#1f2937}.compound .input-btn-up{border-radius:4px 4px 0 0;border-bottom:none}.compound .input-btn-down{border-radius:0 0 4px 4px}.compound .input-suffix{font-weight:600;color:#6b7280}.compound .period-input-rows{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1rem}.compound .period-input-item{display:flex;align-items:center;gap:.5rem}.compound .period-input-label{font-weight:600;color:#4a5568;min-width:3.5rem}.compound .period-input-suffix{font-weight:600;color:#6b7280}.compound .period-input-item .period-num{width:70px}.compound .period-buttons-grid{display:flex;flex-direction:column;gap:.5rem}.compound .period-buttons-row{display:flex;gap:.5rem}.compound .period-buttons-row .period-btn{flex:1 1 0;min-width:0;width:100%}.compound .period-input-item .input-wrapper .form-input{width:80px;min-width:80px;padding-right:2rem;font-size:1rem}.compound .unit-buttons,.compound .period-buttons{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.75rem}.compound .unit-btn,.compound .period-btn{padding:.5rem 1rem;border:2px solid #e5e7eb;border-radius:10px;background:#fff;font-weight:600;color:#4a5568;cursor:pointer;transition:all .2s}.compound .unit-btn:hover,.compound .period-btn:hover{border-color:#667eea;color:#667eea}.compound .unit-btn.active,.compound .period-btn.active{background:linear-gradient(135deg,#667eea,#764ba2);border-color:transparent;color:#fff}.compound .result-section{background:#fff;border-radius:16px;padding:1.5rem;box-shadow:0 10px 40px #0000001a}.compound .result-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:1rem;margin-bottom:1.5rem}.compound .result-card{padding:1rem;background:#f9fafb;border-radius:12px;text-align:center}.compound .result-label{font-size:.875rem;color:#6b7280;margin-bottom:.25rem}.compound .result-value{font-size:1.25rem;font-weight:800;color:#1f2937}.compound .result-value.primary{color:#667eea}.compound .result-unit-selector{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1.5rem}.compound .result-unit-label{font-size:.9rem;font-weight:600;color:#4a5568}.compound .result-unit-buttons{display:flex;gap:.5rem}.compound .compound-chart-wrap{margin-bottom:1.5rem;padding:1rem;background:#f9fafb;border-radius:12px;min-height:280px}.compound .yearly-table-wrap{overflow-x:auto}.compound .yearly-table{width:100%;border-collapse:collapse;font-size:.9rem}.compound .yearly-table th,.compound .yearly-table td{padding:.5rem .75rem;text-align:left;border-bottom:1px solid #e5e7eb}.compound .yearly-table th{font-weight:700;color:#667eea;background:#f9fafb}.compound .yearly-table tbody tr.year-boundary{border-top:2px solid #667eea;background:linear-gradient(135deg,#667eea14,#764ba214);font-weight:700;font-size:1.1rem;transition:background .2s}.compound .yearly-table tbody tr.year-boundary-expandable{cursor:pointer}.compound .yearly-table tbody tr.year-boundary-expandable:hover{background:linear-gradient(135deg,#667eea1f,#764ba21f)}.compound .yearly-table tbody tr.year-boundary td{padding:.75rem}.compound .yearly-table tbody tr.year-boundary td:first-child{color:#667eea}.compound .yearly-table .year-toggle{display:inline-block;margin-right:.5rem;font-size:.75rem;color:#667eea}.compound .yearly-table .year-label{font-weight:700}.compound .yearly-table tbody tr:not(.year-boundary){background:#fff}.compound .yearly-table tbody tr:hover{background:#f9fafb}.compound .result-placeholder{color:#9ca3af;margin:0}.winrate .calculator-content{display:grid;grid-template-columns:1fr;gap:2rem}@media(min-width:1024px){.winrate .calculator-content{grid-template-columns:450px 675px;justify-content:center}}.winrate .calculator-input-panel,.winrate .calculator-result-panel{display:flex;flex-direction:column;gap:1.5rem}.winrate .input-section{background:#fff;border-radius:16px;padding:1.5rem;box-shadow:0 10px 40px #0000001a}.winrate .section-title{font-size:1.1rem;font-weight:700;color:#667eea;margin-bottom:1rem}.winrate .input-row{display:flex;align-items:center;gap:.5rem}.winrate .form-input{width:100px;padding:.625rem 1rem;border:2px solid #e5e7eb;border-radius:10px;font-size:1rem}.winrate .input-suffix,.winrate .input-desc{font-weight:600;color:#6b7280}.winrate .range-input{width:100%;margin-top:.5rem;accent-color:#667eea}.winrate .input-hint{font-size:.8125rem;color:#9ca3af;margin:.5rem 0 0}.winrate .result-section{background:#fff;border-radius:16px;padding:1.5rem;box-shadow:0 10px 40px #0000001a}.winrate .result-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:1rem;margin-bottom:1.5rem}.winrate .result-card{padding:1rem;background:#f9fafb;border-radius:12px;text-align:center}.winrate .result-label{font-size:.875rem;color:#6b7280;margin-bottom:.25rem}.winrate .result-value{font-size:1.25rem;font-weight:800;color:#1f2937}.winrate .result-value.primary{color:#667eea}.winrate .result-card-warning{background:#fef3c7;border:1px solid #fcd34d}.winrate .result-card-warning .result-value{color:#b45309}.winrate .result-hint{font-size:.75rem;color:#92400e;margin-top:.25rem}.winrate .return-chart-section,.winrate .ruin-chart-section{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid #e5e7eb}.winrate .ruin-chart-title{font-size:1rem;font-weight:700;color:#374151;margin:0 0 .25rem}.winrate .ruin-chart-desc{font-size:.8125rem;color:#6b7280;margin:0 0 1rem}.winrate .ruin-chart-wrap{width:100%;min-height:260px;border-radius:12px;background:#f9fafb;padding:.5rem}.winrate .ruin-summary-card{margin-top:1.25rem}.winrate .mdd-chart-section{margin-top:0}.winrate .mdd-chart-desc{font-size:.875rem;color:#6b7280;margin:-.5rem 0 1rem}.winrate .mdd-recovery-charts{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:1.5rem}.winrate .mdd-recovery-chart-main,.winrate .mdd-recovery-chart-ratio{background:#f9fafb;border-radius:12px;padding:1rem;border:1px solid #e5e7eb}.winrate .mdd-chart-subtitle{font-size:.9375rem;font-weight:700;color:#374151;margin:0 0 .75rem}.winrate .mdd-tooltip-wrap{background:#fff;border-radius:10px;padding:.75rem 1rem;box-shadow:0 4px 12px #0000001a;border:1px solid #e5e7eb}.winrate .mdd-tooltip{font-size:.8125rem;color:#374151;line-height:1.6}.winrate .mdd-tooltip-recovery{color:#dc2626}.winrate .mdd-recovery-table-wrap{overflow-x:auto;border-radius:12px;border:1px solid #e5e7eb}.winrate .mdd-recovery-table{width:100%;border-collapse:collapse;font-size:.9375rem}.winrate .mdd-recovery-table th,.winrate .mdd-recovery-table td{padding:.75rem 1rem;text-align:left;border-bottom:1px solid #e5e7eb}.winrate .mdd-recovery-table th{background:#f3f4f6;font-weight:700;color:#374151}.winrate .mdd-recovery-table tbody tr:last-child td{border-bottom:none}.winrate .mdd-recovery-table tbody tr:nth-child(2n){background:#f9fafb}.winrate .mdd-cell-loss{font-weight:700}.winrate .mdd-cell-recovery{font-weight:700;color:#dc2626}.winrate .result-placeholder{color:#9ca3af;margin:0}
