*{box-sizing:border-box}:root{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.5;font-weight:400;color:#213547;background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;padding:0;min-height:100vh;background-color:#fff;color:#213547}#root{min-height:100vh;background-color:#fff}.App{min-height:100vh;display:flex;flex-direction:column;background-color:#fff}.main-content{flex:1;padding:1rem;width:100%;background-color:#fff}.home{text-align:center;padding:4rem 1rem;display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:60vh}.home h1{font-size:clamp(2rem,5vw,3rem);margin-bottom:2rem;color:#2c3e50}.btn-primary{background-color:#3498db;color:#fff;padding:1rem 2rem;text-decoration:none;border-radius:8px;display:inline-block;font-size:1.1rem;font-weight:500;transition:all .3s ease;box-shadow:0 2px 4px #0000001a}.btn-primary:hover{background-color:#2980b9;transform:translateY(-2px);box-shadow:0 4px 8px #0003}.schools-page{padding:0 1rem;width:100%;max-width:none}.schools-page h1{text-align:center;margin-bottom:2rem;font-size:clamp(2rem,5vw,3rem);font-weight:700;color:#2c3e50}.page-footer{text-align:center;padding:2rem 0;margin-top:3rem;border-top:1px solid #e5e7eb;background:linear-gradient(135deg,#f8f9fa,#e9ecef);border-radius:12px}.page-footer p{color:#6c757d;margin:0;font-size:.9rem}.page-footer strong{color:#2c3e50;font-weight:600}.controls{margin-bottom:1.5rem}.results-count{margin-bottom:1rem;color:#666;font-weight:700;font-size:.9rem}.filter-panel{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;align-items:end;padding:1.5rem;background:linear-gradient(135deg,#f8f9fa,#e9ecef);border-radius:12px;flex:1;border:1px solid #e5e7eb;box-shadow:0 2px 4px #0000000d}.filter-group{display:flex;flex-direction:column;gap:.5rem;min-width:0}.filter-group label{font-weight:600;color:#2c3e50;font-size:.875rem;text-transform:uppercase;letter-spacing:.5px}.filter-group select{padding:.75rem;border:2px solid #e5e7eb;border-radius:8px;background:#fff;font-size:.9rem;min-width:0;transition:all .2s ease;cursor:pointer}.filter-group select:focus{outline:none;border-color:#3498db;box-shadow:0 0 0 3px #3498db1a}.filter-group select:hover{border-color:#3498db}.reset-filters{padding:.75rem 1.5rem;background:linear-gradient(135deg,#e74c3c,#c0392b);color:#fff;border:none;border-radius:8px;cursor:pointer;transition:all .3s ease;font-size:.9rem;font-weight:600;white-space:nowrap;justify-self:start;box-shadow:0 2px 4px #e74c3c33}.reset-filters:hover{background:linear-gradient(135deg,#c0392b,#a93226);transform:translateY(-1px);box-shadow:0 4px 8px #e74c3c4d}.school-table-container{overflow-x:auto;border-radius:12px;box-shadow:0 4px 6px #00000012;margin-bottom:2rem;background:#fff;border:1px solid #e5e7eb}.school-table{width:100%;border-collapse:collapse;background:#fff;min-width:1000px}.school-table th,.school-table td{padding:1rem .75rem;text-align:left;border-bottom:1px solid #f1f3f4;font-size:.9rem}.school-table th{background:linear-gradient(135deg,#f8f9fa,#e9ecef);font-weight:600;color:#2c3e50;white-space:nowrap;position:sticky;top:0;z-index:10;text-transform:uppercase;font-size:.8rem;letter-spacing:.5px}.school-table tr:hover{background-color:#f8f9fa;transition:background-color .2s ease}.school-table tbody tr:nth-child(2n){background-color:#fcfcfc}.school-table tbody tr:nth-child(2n):hover{background-color:#f8f9fa}.school-table a{color:#3498db;text-decoration:none;font-weight:500}.school-table a:hover{text-decoration:underline;color:#2980b9}.school-table td:first-child{font-weight:600;max-width:250px;color:#2c3e50}.school-table td:nth-child(5){max-width:300px;word-wrap:break-word;color:#6c757d}.loading{text-align:center;padding:2rem;font-size:1.2rem;color:#666}.error{text-align:center;padding:2rem;color:#e74c3c;background-color:#f8f9fa;border-radius:8px;border:1px solid #f5c6cb}@media (max-width: 1024px){.main-content{padding:.5rem}.schools-page{padding:0 .5rem}.filter-panel{grid-template-columns:repeat(auto-fit,minmax(140px,1fr))}.school-table th,.school-table td{padding:.5rem;font-size:.8rem}.school-table td:first-child{max-width:200px}.school-table td:nth-child(5){max-width:250px}}@media (max-width: 768px){.main-content{padding:.5rem}.schools-page{padding:0 .25rem}.page-footer{padding:1.5rem 0;margin-top:2rem}.filter-panel{grid-template-columns:1fr;gap:.75rem}.school-table{min-width:700px}.school-table th,.school-table td{padding:.5rem .25rem;font-size:.8rem}.school-table td:first-child{max-width:150px}.school-table td:nth-child(5){max-width:200px}.home{padding:2rem 1rem}.btn-primary{padding:.875rem 1.75rem;font-size:1rem}}@media (max-width: 480px){.page-footer{padding:1rem 0;margin-top:1.5rem}.page-footer p{font-size:.8rem}.filter-panel{padding:.75rem}.filter-group label{font-size:.85rem}.filter-group select{font-size:.85rem;padding:.4rem}.reset-filters{font-size:.85rem;padding:.4rem .8rem}.school-table{min-width:600px}.school-table th,.school-table td{padding:.4rem .2rem;font-size:.75rem}.school-table td:first-child{max-width:120px}.school-table td:nth-child(5){max-width:150px}.results-count{font-size:.8rem}.home{padding:1.5rem .5rem}.btn-primary{padding:.75rem 1.5rem;font-size:.95rem}}
