@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";.hedging-visualizer{width:100%;padding:0;margin:0;background:#0a0a0a;color:#fff;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6}.page-title{text-align:center;font-size:2.5rem;font-weight:700;margin:0;padding:2rem 2rem 0;color:#fff;letter-spacing:-.02em}.content-grid{display:grid;grid-template-columns:1fr 1fr;gap:0;max-width:1400px;margin:0 auto;padding:1rem 2rem}.education-panel{display:flex;flex-direction:column;gap:1.5rem;padding:2rem}.concept-card{background:#111;border:1px solid #333;border-radius:12px;padding:1.5rem;transition:all .3s ease}.concept-card:hover{border-color:#555;transform:translateY(-2px);box-shadow:0 8px 32px #ffffff1a}.concept-header{display:flex;align-items:center;margin-bottom:1rem}.concept-card h3{font-size:1.25rem;font-weight:600;margin:0;color:#fff}.concept-card p{margin:0;color:#ccc;font-size:.95rem}.calculator-panel{background:#111;border:1px solid #333;border-radius:12px;padding:1.25rem;margin:2rem;height:fit-content}.panel-header{display:flex;align-items:center;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:1px solid #333}.panel-header h3{font-size:1.5rem;font-weight:600;margin:0;color:#fff}.input-group{margin-bottom:.75rem}.input-group label{display:block;font-size:.9rem;font-weight:500;color:#ccc;margin-bottom:.3rem}.input-container{position:relative;display:flex;align-items:center}.currency-symbol{position:absolute;left:.75rem;color:#aaa;font-weight:500;z-index:1}.input-container input{width:100%;padding:.75rem .75rem .75rem 2rem;background:#0a0a0a;border:1px solid #333;border-radius:8px;color:#fff;font-size:1rem;transition:border-color .3s ease}.input-container input:focus{outline:none;border-color:#555;box-shadow:0 0 0 3px #ffffff1a}.slider-container{display:flex;align-items:center;gap:1rem}.slider{flex:1;height:8px;background:#333;border-radius:4px;outline:none;-webkit-appearance:none;appearance:none}.slider::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:20px;height:20px;background:#fff;border-radius:50%;cursor:pointer;transition:all .3s ease}.slider::-webkit-slider-thumb:hover{transform:scale(1.2);box-shadow:0 0 0 8px #ffffff1a}.slider::-moz-range-thumb{width:20px;height:20px;background:#fff;border-radius:50%;cursor:pointer;border:none;transition:all .3s ease}.slider-value{font-weight:600;color:#fff;min-width:3rem;text-align:right}.results-summary{margin-top:1rem;padding-top:.75rem;border-top:1px solid #333}.results-summary h4{font-size:1.1rem;font-weight:600;margin:0 0 .5rem;color:#fff}.result-item{display:flex;justify-content:space-between;align-items:center;padding:.3rem 0;font-size:.9rem}.result-item span:first-child{color:#ccc}.result-item span:last-child{font-weight:600}.positive{color:#4f4}.negative{color:#f44}.chart-wrapper{padding-bottom:2em}.chart-section{background:#111;border:1px solid #333;border-radius:12px;padding:2rem;margin:0 auto 0rem;max-width:calc(1400px - 4rem);width:calc(100% - 4rem)}.chart-header{text-align:center;margin-bottom:2rem}.chart-header h3{font-size:1.5rem;font-weight:600;margin:0 0 .5rem;color:#fff}.chart-header p{color:#aaa;margin:0;font-size:.95rem}.chart-container{margin:2rem 0;padding:1rem 1rem 2rem;background:#0a0a0a;border-radius:8px;border:1px solid #222}.chart-legend{display:flex;justify-content:center;gap:2rem;flex-wrap:wrap;margin-top:1rem}.legend-item{display:flex;align-items:center;gap:.5rem;font-size:.9rem;color:#ccc}.legend-color{width:16px;height:3px;border-radius:2px}.legend-color.unhedged{background:#f44}.legend-color.hedged{background:#4f4}.legend-color.baseline{background:#666}.hedging-footer{text-align:center;padding:2rem;margin-top:2rem}.hedging-footer p{margin:0;color:#aaa;font-size:.9rem;font-weight:500}@media (max-width: 768px){.hedging-visualizer{padding:0}.page-title{font-size:2rem;margin-bottom:1.5rem;padding:0 1rem;padding-top:2em}.content-grid{grid-template-columns:1fr;gap:0;padding:1rem}.education-panel{padding:1rem}.calculator-panel{margin:1rem}.chart-section{margin:0 auto 2rem;width:calc(100% - 2rem);max-width:calc(100% - 2rem)}.chart-legend{flex-direction:column;align-items:center;gap:1rem}}@media (max-width: 480px){.page-title{font-size:1.5rem;margin:1rem 0;padding:0 .5rem}.calculator-panel,.chart-section{padding:1rem;margin:.5rem auto;width:calc(100% - 1rem);max-width:calc(100% - 1rem)}.education-panel{padding:.5rem}.slider-container{flex-direction:column;align-items:stretch;gap:.5rem}.slider-value{text-align:center}}
