.room-selector-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}.room-selector-modal{background:#fff;border-radius:8px;width:90%;max-width:600px;max-height:80vh;display:flex;flex-direction:column;box-shadow:0 4px 6px #0000001a}.room-selector-header{padding:20px;border-bottom:1px solid #e0e0e0;display:flex;justify-content:space-between;align-items:center}.room-selector-header h3{margin:0;font-size:1.25rem;color:#333}.room-selector-close{background:none;border:none;font-size:2rem;cursor:pointer;color:#666;padding:0;width:30px;height:30px;display:flex;align-items:center;justify-content:center;line-height:1}.room-selector-close:hover{color:#000}.room-selector-body{padding:20px;overflow-y:auto;flex:1}.room-selector-search{margin-bottom:15px}.room-selector-search-input{width:100%;padding:10px;border:1px solid #ddd;border-radius:4px;font-size:1rem;box-sizing:border-box}.room-selector-search-input:focus{outline:none;border-color:#4a90e2}.room-selector-list{max-height:400px;overflow-y:auto}.room-selector-item{padding:12px;border:1px solid #e0e0e0;border-radius:4px;margin-bottom:8px;cursor:pointer;transition:all .2s}.room-selector-item:hover{background-color:#f5f5f5;border-color:#4a90e2}.room-selector-item.selected{background-color:#e3f2fd;border-color:#4a90e2}.room-selector-item-name{font-weight:500;color:#333;margin-bottom:4px}.room-selector-item-teaching{font-size:.875rem;color:#666}.room-selector-loading,.room-selector-error,.room-selector-empty{text-align:center;padding:40px 20px;color:#666}.room-selector-error{color:#d32f2f}.room-selector-footer{padding:20px;border-top:1px solid #e0e0e0;display:flex;justify-content:flex-end;gap:10px}.room-selector-button{padding:10px 20px;border:none;border-radius:4px;font-size:1rem;cursor:pointer;transition:background-color .2s}.room-selector-button.cancel{background-color:#f5f5f5;color:#333}.room-selector-button.cancel:hover{background-color:#e0e0e0}.room-selector-button.back{background-color:#f5f5f5;color:#333}.room-selector-button.back:hover{background-color:#e0e0e0}.room-selector-button.confirm{background-color:#4a90e2;color:#fff}.room-selector-button.confirm:hover:not(:disabled){background-color:#357abd}.room-selector-button.confirm:disabled{background-color:#ccc;cursor:not-allowed}.edutic-reports-module{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;min-height:100vh;background:linear-gradient(to bottom,#f8f9fa,#e9ecef)}.reports-list{max-width:100%;margin:0}.reports-list h2{color:#333;margin-bottom:24px;font-size:"1.5rem";font-weight:600}.reports-list section{margin-bottom:24px;padding:24px;background:#fff;border-radius:12px;box-shadow:0 2px 8px #00000014;border:1px solid #e9ecef}.reports-list h3{color:#333;margin-bottom:20px;font-size:"1.25rem";font-weight:600;padding-bottom:12px;border-bottom:2px solid #e9ecef}.reports-list ul{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:12px}.reports-list li{margin:0}.reports-list button{width:100%;padding:12px 16px;background:#fff;border:1px solid #dee2e6;border-radius:8px;color:#333;font-size:.95rem;cursor:pointer;transition:all .2s;text-align:left;font-weight:500}.reports-list button:hover:not(:disabled){background:#f8f9fa;border-color:#06f;color:#06f;transform:translateY(-1px);box-shadow:0 2px 4px #0066ff1a}.reports-list button:disabled{opacity:.6;cursor:not-allowed}.reports-list a{color:#06c;text-decoration:none;padding:12px 16px;display:block;border-radius:8px;transition:all .2s;border:1px solid #dee2e6;background:#fff}.reports-list a:hover{background:#f8f9fa;border-color:#06f;color:#06f;transform:translateY(-1px);box-shadow:0 2px 4px #0066ff1a}.school-performance-report{max-width:1200px;margin:0 auto}.school-performance-report .filters{display:flex;gap:15px;margin-bottom:20px;padding:15px;background:#f9f9f9;border-radius:8px}.school-performance-report label{display:flex;flex-direction:column;gap:5px}.school-performance-report input{padding:8px;border:1px solid #ddd;border-radius:4px}.school-performance-report button{padding:8px 16px;background:#06c;color:#fff;border:none;border-radius:4px;cursor:pointer;align-self:flex-end}.school-performance-report button:hover{background:#0052a3}.performance-data table{width:100%;border-collapse:collapse;margin-top:20px}.performance-data th,.performance-data td{padding:12px;text-align:left;border-bottom:1px solid #ddd}.performance-data th{background:#f0f0f0;font-weight:600}.context-selector{background:#fff;border:none;border-radius:12px;padding:24px;margin-bottom:24px;box-shadow:0 2px 8px #00000014}.context-selector h3{margin-top:0;margin-bottom:24px;color:#333;font-size:1.25rem;font-weight:600;padding-bottom:12px;border-bottom:2px solid #e9ecef}.context-filters{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:20px;margin-bottom:15px}.filter-group{display:flex;flex-direction:column;gap:8px}.filter-group label{font-weight:600;color:#555;font-size:14px}.filter-group label .required{color:#d32f2f}.form-select{padding:12px;border:1px solid #dee2e6;border-radius:8px;font-size:14px;background:#fff;cursor:pointer;transition:all .2s}.form-select:hover:not(:disabled){border-color:#06f}.form-select:disabled{background:#f8f9fa;cursor:not-allowed;opacity:.7;color:#6c757d}.form-select:focus{outline:none;border-color:#06f;box-shadow:0 0 0 3px #0066ff1a}.loading{font-size:12px;color:#666;font-style:italic}.context-status{margin-top:15px;padding-top:15px;border-top:1px solid #eee}.status-badge{display:inline-block;padding:10px 16px;border-radius:8px;font-size:14px;font-weight:500}.status-badge.valid{background:#d4edda;color:#155724;border:1px solid #c3e6cb}.status-badge.invalid{background:#ffebee;color:#c62828}.context-warning{background:#fff3cd;border:1px solid #ffc107;border-radius:12px;padding:20px;text-align:center;color:#856404;box-shadow:0 2px 8px #00000014}.context-warning p{margin:0;font-size:16px}@media (max-width: 768px){.context-filters{grid-template-columns:1fr}.edutic-reports-module header{padding:1rem 1.5rem;flex-direction:column;gap:1rem;text-align:center}.edutic-reports-module header h1{font-size:1.5rem}.edutic-reports-module header p{font-size:.75rem}.edutic-reports-module>div{padding:1rem}.reports-list ul{grid-template-columns:1fr}.context-selector,.reports-list section{padding:16px}.school-performance-report .filters{flex-direction:column}}@media (max-width: 480px){.edutic-reports-module header{padding:1rem}.edutic-reports-module header h1{font-size:1.25rem}.edutic-reports-module header p{font-size:.7rem}.edutic-reports-module>div{padding:.75rem}.context-selector,.reports-list section{padding:12px}.reports-list h2{font-size:1.25rem}.reports-list h3{font-size:1.1rem}.context-filters{gap:15px}.form-select{font-size:16px}}@media (max-width: 360px){.edutic-reports-module header{padding:.75rem}.edutic-reports-module header h1{font-size:1.1rem}.context-selector,.reports-list section{padding:10px}}body:has(.cookie-banner-visible){padding-bottom:120px}@media (max-width: 768px){body:has(.cookie-banner-visible){padding-bottom:180px}}@media (max-width: 480px){body:has(.cookie-banner-visible){padding-bottom:200px}}
