body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.App{font-family:Arial,sans-serif;text-align:center}.App-header{align-items:center;font-size:calc(10px + 2vmin);min-height:80px}.App-footer,.App-header{background-color:#282c34;color:#fff;display:flex;flex-direction:column;justify-content:center;padding:15px;position:relative}.App-footer{font-size:11px}.controls{flex-wrap:wrap;gap:15px;justify-content:center;margin:15px}.controls,.school-selector{align-items:center;display:flex}.school-selector{flex-direction:column;gap:10px;width:100%}select{border:1px solid #ddd;border-radius:4px;max-width:300px;padding:8px 12px;width:100%}button{background-color:#4caf50;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:14px;padding:8px 16px}button:hover{background-color:#45a049}button:disabled{background-color:#ccc;cursor:not-allowed}.help-button{align-items:center;border-radius:50%;display:flex;font-size:14px;font-weight:700;height:25px;justify-content:center;position:absolute;right:15px;top:15px;width:25px}.tables-container{display:flex;flex-direction:column;gap:20px;margin:15px}.differences-table{border-collapse:collapse;font-size:14px;margin-top:10px;width:100%}.differences-table td,.differences-table th{border:1px solid #ddd;padding:6px 10px;text-align:left}.differences-table th{background-color:#f5f5f5;font-weight:700}.text-danger{color:#d32f2f}.text-warning{color:#ffa000}.formula-check{background-color:#f9f9f9;border-left:4px solid #d32f2f;border-radius:4px;font-size:14px;margin-top:10px;padding:10px}.formula{font-weight:700;margin-bottom:8px}.values{margin-left:15px}.actual-row,.expected-row,.value-row{margin:4px 0}.result{font-weight:700;margin-top:8px}.difference-message{background-color:#f8f9fa;border-left:8px solid #dc3545;border-radius:4px;font-size:14px;margin:8px 0;padding:8px}.overview-container{background-color:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a;margin:15px;padding:15px}.table-wrapper{margin-bottom:15px}.schools-overview-table{border-collapse:collapse;font-size:.8em;margin-top:10px}.schools-overview-table td,.schools-overview-table th{border:1px solid #ddd;padding:6px 8px;text-align:center}.schools-overview-table th{background-color:#f5f5f5;font-weight:700}.school-row{cursor:pointer}.school-row:hover{background-color:#f9f9f9}.has-issues{background-color:#fff3f3;color:#d32f2f;font-weight:700}.no-issues{background-color:#f3fff3;color:#388e3c}.legend{display:flex;flex-wrap:wrap;font-size:.8em;gap:10px;justify-content:center;margin-top:10px}.legend-item{align-items:center;display:flex;gap:5px}.legend-icon{border-radius:3px;padding:2px 5px}.loading{padding:15px;text-align:center}.spinner{animation:spin 1s linear infinite;border:3px solid #f3f3f3;border-radius:50%;border-top-color:#3498db;height:25px;margin:0 auto 8px;width:25px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.error-message{align-items:center;background-color:#ffebee;border-radius:4px;color:#d32f2f;display:flex;font-size:14px;justify-content:space-between;margin:15px;padding:8px 15px}.close-error{background:none;border:none;color:#d32f2f;cursor:pointer;font-size:18px;padding:0}.modal-overlay{align-items:center;background-color:#00000080;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.modal-content{background-color:#fff;border-radius:8px;max-height:90vh;max-width:95%;overflow-y:auto;padding:15px;position:relative;width:100%}.modal-close{align-items:center;background:#45a049;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:18px;height:30px;justify-content:center;position:absolute;right:8px;top:8px;width:30px}.algorithm-description{font-size:14px;text-align:left;white-space:pre-line}@media (max-width:768px){.App-header{font-size:calc(8px + 2vmin);min-height:70px;padding:10px}.help-button{font-size:12px;height:22px;right:10px;top:10px;width:22px}.controls{flex-direction:column;gap:10px;margin:10px}.school-selector{width:100%}button,select{max-width:none;width:100%}.tables-container{gap:15px;margin:10px}.differences-container,.overview-container{margin:10px;padding:10px}.differences-table td,.differences-table th,.schools-overview-table td,.schools-overview-table th{font-size:12px;padding:4px 6px}.difference-message,.formula-check{font-size:12px}.modal-content{padding:10px;width:95%}.algorithm-description{font-size:13px}}@media (max-width:480px){.legend{align-items:flex-start;flex-direction:column;gap:5px}.differences-table{font-size:12px}.schools-overview-table{font-size:.7em}}.notice-box{align-items:center;background-color:#f8f9fa;border-left:4px solid #3498db;border-radius:0 8px 8px 0;box-shadow:0 2px 5px #0000000d;display:flex;gap:15px;margin:20px 0;padding:15px}.notice-icon{color:#3498db;flex-shrink:0;font-size:24px}.notice-content{text-align:left}.notice-content h2{color:#2c3e50;font-size:1.1rem;font-weight:500;margin:0}.notice-link{border-bottom:1px dashed #3498db;color:#3498db;cursor:pointer;font-weight:600;text-decoration:none;transition:all .2s ease}.notice-link:hover{border-bottom-color:#0000;color:#2980b9}.notice-phone-warning{align-items:center;color:#7f8c8d;display:flex;font-size:.9rem;gap:5px;margin-top:8px}.phone-icon{color:#e74c3c}@media (max-width:768px){.notice-box{align-items:flex-start;flex-direction:column;gap:10px;padding:12px}.notice-icon{font-size:20px}.notice-content h2{font-size:1rem}.notice-phone-warning{font-size:.85rem}}.algorithm-description{color:#333;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;line-height:1.6;max-height:70vh;overflow-y:auto;padding-right:10px}.algorithm-description p{margin-bottom:1em;padding-left:1em;text-indent:-1em}.algorithm-description strong{color:#2c3e50;font-weight:600}.algorithm-description p[style*="font-weight: bold"]{border-bottom:1px solid #eee;color:#2980b9;font-weight:600!important;margin-bottom:.5em;margin-top:1.5em;padding-bottom:5px;padding-left:0}.algorithm-description ul{list-style-type:none;margin-left:1.5em;padding-left:0}.algorithm-description ul li{margin-bottom:.5em;padding-left:1.5em;position:relative}.algorithm-description ul li:before{color:#3498db;content:"•";left:0;position:absolute}.algorithm-description .important-note{background-color:#f8f9fa;border-left:4px solid #e74c3c;border-radius:0 4px 4px 0;margin:15px 0;padding:10px 15px}.algorithm-description .contact-info{color:#7f8c8d;font-style:italic;margin-top:20px}.algorithm-description::-webkit-scrollbar{width:8px}.algorithm-description::-webkit-scrollbar-track{background:#f1f1f1}.algorithm-description::-webkit-scrollbar-thumb{background:#888;border-radius:4px}.algorithm-description::-webkit-scrollbar-thumb:hover{background:#555}.black{filter:brightness(100)}.differences-table,.schools-overview-table{margin:0 auto;max-width:95%;min-width:600px;width:auto}.table-wrapper{-webkit-overflow-scrolling:touch;margin:0 auto;max-width:95%;overflow-x:auto;padding:10px 0}.differences-container{background-color:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a;margin:15px auto;max-width:1200px;padding:15px}@media (max-width:768px){.differences-table,.schools-overview-table{min-width:400px}.table-wrapper{max-width:100%;padding:5px 0}.differences-container{margin:10px auto;padding:10px}}@media (max-width:480px){.differences-table,.schools-overview-table{font-size:12px;min-width:300px}}.schools-overview-table-container{margin:0 auto;max-width:95%}.schools-overview-table thead th:after{border-bottom:1px solid #ddd;bottom:-1px;content:"";left:0;position:absolute;width:100%}@media (max-width:768px){.schools-overview-table-container{max-height:60vh;max-width:100%}.schools-overview-table thead th{font-size:.8em;padding:4px 6px}}@media (max-width:480px){.schools-overview-table-container{max-height:50vh}.schools-overview-table thead th{font-size:.7em;padding:3px 5px}}.schools-overview-table tbody tr:hover td{background-color:#ff03}.schools-overview-table tbody td{position:relative}.schools-overview-table tbody td:hover:after{background-color:#ff03;bottom:0;content:"";left:0;position:absolute;right:0;top:0;z-index:-1}.schools-overview-table tbody td:hover{position:relative}.schools-overview-table tbody td:hover+thead th,.schools-overview-table tbody td:hover~thead th{background-color:#ffff004d}.schools-overview-table tbody td:hover{background-color:#ff06;z-index:5}@media (max-width:768px){.schools-overview-table tbody td:hover:after,.schools-overview-table tbody tr:hover td{background-color:#ffff0026}.schools-overview-table tbody td:hover{background-color:#ffff004d}.schools-overview-table tbody td:hover~thead th{background-color:#ff03}}.column-highlighted{background-color:#ff03!important}.column-highlighted:after{z-index:-1}.schools-overview-table thead th{z-index:10}.column-highlighted,.schools-overview-table{position:relative}.column-highlighted:after{background-color:#ff03;bottom:0;content:"";left:0;position:absolute;right:0;top:0;z-index:5}.schools-overview-table thead th.column-highlighted:after{background-color:#ffff004d;z-index:15}.schools-overview-table thead th{position:relative}.schools-overview-table thead th>span{position:relative;z-index:25}.schools-overview-table td:hover{background-color:#ff06!important;box-shadow:0 0 0 1px #ffeb3b;z-index:10}.schools-overview-table-container{max-height:70vh;overflow:auto;position:relative}.schools-overview-table{border-collapse:initial;border-spacing:0;width:100%}.schools-overview-table thead th{background-color:#f5f5f5;box-shadow:0 2px 2px -1px #0000001a;position:sticky;top:0;z-index:20}.schools-overview-table tbody td.highlight-column{background-color:#ff03}.schools-overview-table thead th.highlight-column{background-color:#ffff004d!important}.schools-overview-table tbody tr:hover td{background-color:#ff03!important}.schools-overview-table tbody td:hover{background-color:#ff06!important;box-shadow:0 0 0 1px #ffeb3b}.textprd{font-size:.4em}
/*# sourceMappingURL=main.114f28ed.css.map*/