.styles-module__7JuLnq__container{max-width:1200px;margin:0 auto;padding:2rem 1rem}.styles-module__7JuLnq__header{text-align:center;margin-bottom:3rem}.styles-module__7JuLnq__header h1{color:#111827;margin-bottom:.75rem;font-size:2.5rem;font-weight:700}.styles-module__7JuLnq__subtitle{color:#6b7280;margin:0;font-size:1.125rem}.styles-module__7JuLnq__controls{flex-wrap:wrap;justify-content:center;gap:2rem;margin-bottom:2rem;display:flex}.styles-module__7JuLnq__yearSelector,.styles-module__7JuLnq__dateSelector{flex-direction:column;gap:.5rem;display:flex}.styles-module__7JuLnq__label{color:#374151;text-transform:uppercase;letter-spacing:.05em;font-size:.875rem;font-weight:600}.styles-module__7JuLnq__select{color:#111827;cursor:pointer;background-color:#fff;border:2px solid #e5e7eb;border-radius:.5rem;min-width:200px;padding:.75rem 1rem;font-size:1rem;transition:all .2s}.styles-module__7JuLnq__select:hover:not(:disabled){border-color:#2563eb}.styles-module__7JuLnq__select:focus{border-color:#2563eb;outline:none;box-shadow:0 0 0 3px #2563eb1a}.styles-module__7JuLnq__select:disabled{opacity:.5;cursor:not-allowed;background-color:#f9fafb}.styles-module__7JuLnq__chartContainer{background:#fff;border-radius:1rem;margin-bottom:2rem;padding:2rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.styles-module__7JuLnq__chartHeader{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.5rem;display:flex}.styles-module__7JuLnq__chartHeader h3{color:#111827;margin:0;font-size:1.5rem;font-weight:600}.styles-module__7JuLnq__chartDate{color:#6b7280;margin:0;font-size:1rem;font-weight:500}.styles-module__7JuLnq__curveInfo{border-top:2px solid #e5e7eb;flex-wrap:wrap;justify-content:center;gap:2rem;margin-top:2rem;padding-top:1.5rem;display:flex}.styles-module__7JuLnq__infoItem{flex-direction:column;align-items:center;gap:.25rem;display:flex}.styles-module__7JuLnq__infoLabel{color:#6b7280;font-size:.875rem;font-weight:500}.styles-module__7JuLnq__infoValue{color:#111827;font-size:1.5rem;font-weight:700}.styles-module__7JuLnq__loadingContainer{flex-direction:column;justify-content:center;align-items:center;gap:1rem;padding:4rem 2rem;display:flex}.styles-module__7JuLnq__spinner{border:4px solid #e5e7eb;border-top-color:#2563eb;border-radius:50%;width:3rem;height:3rem;animation:1s linear infinite styles-module__7JuLnq__spin}@keyframes styles-module__7JuLnq__spin{to{transform:rotate(360deg)}}.styles-module__7JuLnq__loadingContainer p{color:#6b7280;margin:0;font-size:1rem}.styles-module__7JuLnq__error{text-align:center;background-color:#fef2f2;border:2px solid #ef4444;border-radius:.75rem;margin:2rem 0;padding:1.5rem}.styles-module__7JuLnq__error p{color:#991b1b;margin:0;font-size:1rem;font-weight:500}.styles-module__7JuLnq__noData{text-align:center;background-color:#f9fafb;border:2px dashed #d1d5db;border-radius:.75rem;padding:3rem}.styles-module__7JuLnq__noData p{color:#6b7280;margin:0;font-size:1rem}.styles-module__7JuLnq__tooltip{background-color:#111827f2;border:1px solid #ffffff1a;border-radius:.5rem;padding:.75rem 1rem;box-shadow:0 10px 15px -3px #0000001a}.styles-module__7JuLnq__tooltipLabel{color:#f3f4f6;margin:0 0 .25rem;font-size:.875rem;font-weight:600}.styles-module__7JuLnq__tooltipValue{color:#60a5fa;margin:0;font-size:1rem;font-weight:700}.styles-module__7JuLnq__info{background:linear-gradient(to bottom right,#f0f9ff,#fef3c7);border-radius:1rem;margin-top:3rem;padding:2.5rem}.styles-module__7JuLnq__info h2{color:#111827;text-align:center;margin-bottom:1rem;font-size:1.875rem;font-weight:700}.styles-module__7JuLnq__info>p{color:#374151;text-align:center;max-width:800px;margin:0 auto 2rem;font-size:1.125rem;line-height:1.75}.styles-module__7JuLnq__curveTypes{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-top:2rem;display:grid}.styles-module__7JuLnq__curveType{background:#fff;border-radius:.75rem;padding:1.5rem;transition:transform .2s,box-shadow .2s;box-shadow:0 1px 3px #0000001a}.styles-module__7JuLnq__curveType:hover{transform:translateY(-2px);box-shadow:0 4px 6px -1px #0000001a}.styles-module__7JuLnq__curveType h3{color:#2563eb;margin:0 0 .75rem;font-size:1.25rem;font-weight:600}.styles-module__7JuLnq__curveType p{color:#6b7280;margin:0;font-size:.9375rem;line-height:1.6}.styles-module__7JuLnq__rawData{background-color:#f0f0f0;border-radius:.75rem;margin-top:2rem;padding:1.5rem;box-shadow:0 1px 3px #0000001a}@media (max-width:768px){.styles-module__7JuLnq__container{padding:1rem}.styles-module__7JuLnq__header h1{font-size:1.875rem}.styles-module__7JuLnq__subtitle{font-size:1rem}.styles-module__7JuLnq__controls{gap:1rem}.styles-module__7JuLnq__select{min-width:150px}.styles-module__7JuLnq__chartContainer{padding:1rem}.styles-module__7JuLnq__curveInfo{gap:1rem}.styles-module__7JuLnq__info{padding:1.5rem}.styles-module__7JuLnq__info h2{font-size:1.5rem}.styles-module__7JuLnq__info>p{font-size:1rem}}
.yield-chart-module__bC5ONG__chartContainer{background:#fff;border-radius:1rem;margin-bottom:2rem;padding:2rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.yield-chart-module__bC5ONG__chartHeader{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.5rem;display:flex}.yield-chart-module__bC5ONG__chartHeader h3{color:#111827;margin:0;font-size:1.5rem;font-weight:600}.yield-chart-module__bC5ONG__chartDate{color:#6b7280;margin:0;font-size:1rem;font-weight:500}.yield-chart-module__bC5ONG__curveInfo{border-top:2px solid #e5e7eb;flex-wrap:wrap;justify-content:center;gap:2rem;margin-top:2rem;padding-top:1.5rem;display:flex}.yield-chart-module__bC5ONG__infoItem{flex-direction:column;align-items:center;gap:.25rem;display:flex}.yield-chart-module__bC5ONG__infoLabel{color:#6b7280;font-size:.875rem;font-weight:500}.yield-chart-module__bC5ONG__infoValue{color:#111827;font-size:1.5rem;font-weight:700}@keyframes yield-chart-module__bC5ONG__spin{to{transform:rotate(360deg)}}.yield-chart-module__bC5ONG__loadingContainer p{color:#6b7280;margin:0;font-size:1rem}.yield-chart-module__bC5ONG__error{text-align:center;background-color:#fef2f2;border:2px solid #ef4444;border-radius:.75rem;margin:2rem 0;padding:1.5rem}.yield-chart-module__bC5ONG__error p{color:#991b1b;margin:0;font-size:1rem;font-weight:500}.yield-chart-module__bC5ONG__noData{text-align:center;background-color:#f9fafb;border:2px dashed #d1d5db;border-radius:.75rem;padding:3rem}.yield-chart-module__bC5ONG__noData p{color:#6b7280;margin:0;font-size:1rem}.yield-chart-module__bC5ONG__tooltip{background-color:#111827f2;border:1px solid #ffffff1a;border-radius:.5rem;padding:.75rem 1rem;box-shadow:0 10px 15px -3px #0000001a}.yield-chart-module__bC5ONG__tooltipLabel{color:#f3f4f6;margin:0 0 .25rem;font-size:.875rem;font-weight:600}.yield-chart-module__bC5ONG__tooltipValue{color:#60a5fa;margin:0;font-size:1rem;font-weight:700}.yield-chart-module__bC5ONG__info{background:linear-gradient(to bottom right,#f0f9ff,#fef3c7);border-radius:1rem;margin-top:3rem;padding:2.5rem}.yield-chart-module__bC5ONG__info h2{color:#111827;text-align:center;margin-bottom:1rem;font-size:1.875rem;font-weight:700}.yield-chart-module__bC5ONG__info>p{color:#374151;text-align:center;max-width:800px;margin:0 auto 2rem;font-size:1.125rem;line-height:1.75}.yield-chart-module__bC5ONG__curveTypes{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-top:2rem;display:grid}.yield-chart-module__bC5ONG__curveType{background:#fff;border-radius:.75rem;padding:1.5rem;transition:transform .2s,box-shadow .2s;box-shadow:0 1px 3px #0000001a}.yield-chart-module__bC5ONG__curveType:hover{transform:translateY(-2px);box-shadow:0 4px 6px -1px #0000001a}.yield-chart-module__bC5ONG__curveType h3{color:#2563eb;margin:0 0 .75rem;font-size:1.25rem;font-weight:600}.yield-chart-module__bC5ONG__curveType p{color:#6b7280;margin:0;font-size:.9375rem;line-height:1.6}.yield-chart-module__bC5ONG__rawData{background-color:#f0f0f0;border-radius:.75rem;margin-top:2rem;padding:1.5rem;box-shadow:0 1px 3px #0000001a}@media (max-width:768px){.yield-chart-module__bC5ONG__container{padding:1rem}.yield-chart-module__bC5ONG__header h1{font-size:1.875rem}.yield-chart-module__bC5ONG__subtitle{font-size:1rem}.yield-chart-module__bC5ONG__controls{gap:1rem}.yield-chart-module__bC5ONG__select{min-width:150px}.yield-chart-module__bC5ONG__chartContainer{padding:1rem}.yield-chart-module__bC5ONG__curveInfo{gap:1rem}.yield-chart-module__bC5ONG__info{padding:1.5rem}.yield-chart-module__bC5ONG__info h2{font-size:1.5rem}.yield-chart-module__bC5ONG__info>p{font-size:1rem}}
