.lec-container *{box-sizing:border-box;margin:0;padding:0}.lec-container{font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,sans-serif;background-color:#fff;color:#111827;line-height:1.5;width:100%;max-width:100%;overflow-x:hidden;word-wrap:break-word}.lec-title{font-size:1.75rem;font-weight:700;line-height:1.2;margin-bottom:.5rem}.lec-subtitle{font-size:1rem;opacity:.9;margin-bottom:0}.lec-section-title{font-size:1.25rem;font-weight:600;margin-bottom:1rem;color:#111827}.lec-label{display:block;font-size:.875rem;font-weight:500;margin-bottom:.5rem;color:#374151}.lec-error{font-size:.75rem;color:#dc2626;margin-top:.25rem;min-height:1rem}.lec-title-container{background-color:#2CEC00;color:#fff;text-align:center;padding:1.5rem 1rem;border-radius:.5rem .5rem 0 0;margin-bottom:0}.lec-card{background-color:#f9fafb;border:1px solid #e5e7eb;border-radius:0 0 .5rem .5rem;padding:1.5rem;margin-top:0}.lec-input-grid{display:grid;gap:1.25rem;margin-bottom:1.5rem}.lec-input-group{width:100%}.lec-input-wrapper{position:relative;width:100%}.lec-input{width:100%;padding:.75rem;padding-right:2.5rem;font-size:1rem;border:1px solid #d1d5db;border-radius:.375rem;background-color:#fff;color:#111827;transition:border-color 0.15s ease-in-out;min-height:44px}.lec-input:focus{outline:none;border-color:#22c55e;box-shadow:0 0 0 3px rgb(34 197 94 / .1)}.lec-input:invalid{border-color:#dc2626}.lec-input-unit{position:absolute;right:.75rem;top:50%;transform:translateY(-50%);color:#6b7280;font-size:.875rem;pointer-events:none}.lec-required{color:#dc2626}.lec-btn{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1.5rem;font-size:1rem;font-weight:500;border:none;border-radius:.375rem;cursor:pointer;transition:all 0.15s ease-in-out;min-height:44px;min-width:44px;text-decoration:none;width:100%;margin-bottom:.5rem}.lec-btn:focus{outline:none;box-shadow:0 0 0 3px rgb(34 197 94 / .3)}.lec-btn-primary{background-color:#22c55e;color:#fff}.lec-btn-primary:hover{background-color:#16a34a}.lec-btn-secondary{background-color:#2563eb;color:#fff}.lec-btn-secondary:hover{background-color:#1d4ed8}.lec-button-group{margin-top:1.5rem}.lec-advanced-toggle{display:flex;align-items:center;justify-content:space-between;width:100%;padding:.75rem;background:none;border:1px solid #e5e7eb;border-radius:.375rem;color:#374151;font-size:.875rem;font-weight:500;cursor:pointer;transition:all 0.15s ease-in-out;margin-bottom:1.5rem;min-height:44px}.lec-advanced-toggle:hover{background-color:#f3f4f6}.lec-advanced-toggle[aria-expanded="true"] .lec-toggle-icon{transform:rotate(180deg)}.lec-toggle-icon{transition:transform 0.2s ease-in-out}.lec-advanced-options{margin-bottom:1.5rem}.lec-results-section{margin-top:2rem;padding-top:2rem;border-top:1px solid #e5e7eb;animation:lec-fadeIn 0.3s ease-in-out}@keyframes lec-fadeIn{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.lec-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem 1rem;text-align:center}.lec-loading-spinner{width:3rem;height:3rem;border:3px solid #e5e7eb;border-top-color:#22c55e;border-radius:50%;animation:lec-spin 1s linear infinite;margin-bottom:1rem}@keyframes lec-spin{to{transform:rotate(360deg)}}.lec-summary-cards{display:grid;gap:1rem;margin-bottom:2rem}.lec-summary-card{background:#fff;border:1px solid #e5e7eb;border-radius:.5rem;padding:1.25rem;display:flex;align-items:center;gap:1rem}.lec-summary-icon{font-size:1.5rem;flex-shrink:0}.lec-summary-content{flex:1}.lec-summary-title{font-size:.875rem;color:#6b7280;margin-bottom:.25rem}.lec-summary-value{font-size:1.25rem;font-weight:700;color:#111827}.lec-progress-section{margin-bottom:2rem}.lec-progress-container{background:#fff;border:1px solid #e5e7eb;border-radius:.5rem;padding:1.5rem}.lec-progress-bar{height:1.5rem;background:#e5e7eb;border-radius:.75rem;overflow:hidden;display:flex;margin-bottom:1rem}.lec-progress-principal,.lec-progress-interest{height:100%;transition:width 0.5s ease-in-out}.lec-progress-principal{background-color:#22c55e}.lec-progress-interest{background-color:#2563eb}.lec-progress-labels{display:flex;justify-content:space-between;font-size:.875rem}.lec-progress-label{display:flex;align-items:center;gap:.5rem}.lec-progress-color{width:.75rem;height:.75rem;border-radius:50%;display:inline-block}.lec-principal-color{background-color:#22c55e}.lec-interest-color{background-color:#2563eb}.lec-charts-section{display:grid;gap:1.5rem;margin-bottom:2rem}.lec-chart-container{background:#fff;border:1px solid #e5e7eb;border-radius:.5rem;padding:1.5rem;overflow:hidden}.lec-chart-container canvas{width:100%!important;height:300px!important;max-height:300px!important}.lec-details-section{background:#fff;border:1px solid #e5e7eb;border-radius:.5rem;padding:1.5rem;margin-bottom:2rem}.lec-details-grid{display:grid;gap:1rem}.lec-detail-item{display:flex;justify-content:space-between;align-items:center;padding-bottom:.75rem;border-bottom:1px solid #f3f4f6}.lec-detail-item:last-child{border-bottom:none;padding-bottom:0}.lec-detail-label{font-size:.875rem;color:#6b7280}.lec-detail-value{font-size:.875rem;font-weight:600;color:#111827}.lec-schedule-section{margin-bottom:2rem}.lec-table-container{width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.lec-table{width:100%;min-width:500px;border-collapse:collapse;font-size:.875rem}.lec-table thead{background-color:#f3f4f6}.lec-table th{padding:.75rem 1rem;text-align:left;font-weight:600;color:#374151;border-bottom:2px solid #e5e7eb}.lec-table td{padding:.75rem 1rem;border-bottom:1px solid #e5e7eb;color:#111827}.lec-table tbody tr:hover{background-color:#f9fafb}.lec-action-buttons{display:grid;gap:.75rem}@media (min-width:481px){.lec-title{font-size:2rem}.lec-input-grid{grid-template-columns:repeat(2,1fr)}.lec-summary-cards{grid-template-columns:repeat(2,1fr)}.lec-details-grid{grid-template-columns:repeat(2,1fr)}.lec-btn{width:auto;margin-bottom:0}.lec-button-group{display:flex;justify-content:center}.lec-action-buttons{grid-template-columns:repeat(3,1fr)}}@media (min-width:769px){.lec-container{max-width:900px;margin:0 auto}.lec-title-container{padding:2rem}.lec-card{padding:2rem}.lec-title{font-size:2.25rem}.lec-summary-cards{grid-template-columns:repeat(4,1fr)}.lec-charts-section{grid-template-columns:repeat(2,1fr)}.lec-details-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:360px){.lec-title{font-size:1.5rem}.lec-card{padding:1rem}.lec-summary-card{padding:1rem}.lec-summary-value{font-size:1.125rem}}@media print{.lec-advanced-toggle,.lec-btn,.lec-action-buttons{display:none!important}.lec-container{background:none;border:none}.lec-card{border:none;padding:0}.lec-title-container{-webkit-print-color-adjust:exact;print-color-adjust:exact;background-color:#2CEC00!important}.lec-results-section{border:none;margin-top:1rem}.lec-table{min-width:auto}.lec-chart-container canvas{max-height:250px!important}}@media (prefers-reduced-motion:reduce){.lec-container *{animation-duration:0.01ms!important;animation-iteration-count:1!important;transition-duration:0.01ms!important}}.lec-input:focus-visible,.lec-btn:focus-visible,.lec-advanced-toggle:focus-visible{outline:2px solid #22c55e;outline-offset:2px}.screen-reader-text{border:0;clip:rect(1px,1px,1px,1px);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;word-wrap:normal!important}