@import "https://fonts.googleapis.com/css2?family=Raleway:wght@400;700&display=swap";.app{flex-direction:column;min-height:100vh;display:flex}.auth-container{background:linear-gradient(135deg,#bb29bb 0%,#93328e 100%);justify-content:center;align-items:center;min-height:100vh;display:flex}.auth-card{text-align:center;background:#fff;border-radius:12px;max-width:400px;padding:3rem;box-shadow:0 10px 40px #0000001a}.auth-logo{width:auto;height:60px;margin-bottom:2rem}.auth-card h1{color:#00205b;margin-bottom:.5rem;font-family:Raleway,sans-serif;font-size:2rem;font-weight:700}.auth-card p{color:#666;margin-bottom:2rem}.auth-note{color:#999;margin-top:2rem;margin-bottom:0;font-size:.875rem}.app-header{color:#fff;background:linear-gradient(135deg,#bb29bb 0%,#93328e 100%);padding:1.5rem 2rem;box-shadow:0 2px 8px #0000001a}.header-content{z-index:1;justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;display:flex;position:relative}.header-logo-title{align-items:center;gap:1.5rem;display:flex}.header-logo{width:auto;height:40px}.header-subtitle{border-left:2px solid #ffffff4d;flex-direction:column;align-items:flex-start;padding-left:1.5rem;display:flex}.subtitle-text{color:#fffffff2;letter-spacing:.5px;font-family:Raleway,sans-serif;font-size:.95rem;font-weight:400}.app-main{flex:1;width:100%;max-width:1200px;margin:0 auto;padding:2rem}.btn-primary{color:#fff;cursor:pointer;background:linear-gradient(135deg,#bb29bb 0%,#93328e 100%);border:none;border-radius:8px;padding:.75rem 2rem;font-family:Raleway,sans-serif;font-size:1rem;font-weight:700;transition:transform .2s,box-shadow .2s}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 4px 12px #bb29bb66}.btn-primary:active{transform:translateY(0)}.btn-secondary{color:#fff;cursor:pointer;background:#fff3;border:1px solid #ffffff4d;border-radius:6px;padding:.5rem 1.5rem;font-size:.875rem;font-weight:500;transition:background .2s}.btn-secondary:hover{background:#ffffff4d}@media (width<=768px){.app-main,.app-header{padding:1rem}.header-logo{height:32px}.header-logo-title{gap:1rem}.header-subtitle{padding-left:1rem}.subtitle-text{font-size:.85rem}.auth-logo{height:50px}}.school-selector{background:#fff;border-radius:12px;margin-bottom:2rem;padding:2rem;box-shadow:0 2px 8px #0000001a}.school-selector h2{color:#00205b;margin-bottom:1.5rem;font-family:Raleway,sans-serif;font-size:1.25rem;font-weight:700}.school-selector form{align-items:flex-end;gap:1rem;display:flex}.form-group{flex-direction:column;flex:1;display:flex}.form-group label{color:#00205b;margin-bottom:.5rem;font-family:Raleway,sans-serif;font-size:.875rem;font-weight:700}.form-group input,.form-group select{border:1px solid #ddd;border-radius:6px;padding:.75rem;font-size:1rem;transition:border-color .2s}.form-group input:focus,.form-group select:focus{border-color:#bb29bb;outline:none}.form-group input::placeholder{color:#aaa}@media (width<=768px){.school-selector form{flex-direction:column;align-items:stretch}.school-selector .btn-primary{width:100%}}.data-viewer{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 2px 8px #0000001a}.contact-filters{background:linear-gradient(#f9f9f9,#fff);border-bottom:2px solid #e0e0e0;padding:1.5rem 2rem}.filters-header{flex-direction:column;gap:1rem;display:flex}.filters-title{color:#00205b;margin:0 0 .5rem;font-family:Raleway,sans-serif;font-size:1.125rem;font-weight:700}.filters-description{color:#666;margin:0;font-size:.875rem;line-height:1.5}.filters-description code,.filters-help-text code{color:#93328e;background:#e8e8e8;border-radius:3px;padding:.15rem .4rem;font-family:Courier New,monospace;font-size:.85rem}.filters-toggle{color:#fff;cursor:pointer;white-space:nowrap;background:linear-gradient(135deg,#bb29bb 0%,#93328e 100%);border:none;border-radius:6px;justify-content:center;align-self:flex-start;align-items:center;gap:.5rem;padding:.625rem 1.25rem;font-family:Raleway,sans-serif;font-size:.875rem;font-weight:600;transition:transform .2s,box-shadow .2s;display:flex}.filters-toggle:hover{transform:translateY(-1px);box-shadow:0 4px 12px #bb29bb4d}.filters-toggle:active{transform:translateY(0)}.toggle-icon{font-size:.75rem;transition:transform .3s}.toggle-icon.expanded{transform:rotate(180deg)}.filters-content{border-top:1px solid #e0e0e0;margin-top:1.25rem;padding-top:1.25rem;animation:.3s slideDown}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.filters-help-text{color:#666;margin:0 0 1rem;font-size:.875rem;font-style:italic;line-height:1.5}.filters-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1rem;display:grid}.filter-checkbox{cursor:pointer;color:#333;align-items:center;gap:.5rem;font-size:.875rem;display:flex}.filter-checkbox input[type=checkbox]{cursor:pointer;accent-color:#bb29bb;width:18px;height:18px}.filter-checkbox code{color:#93328e;background:#e8e8e8;border-radius:3px;padding:.15rem .4rem;font-family:Courier New,monospace;font-size:.85rem}.tabs{background:#f9f9f9;border-bottom:1px solid #e0e0e0;display:flex}.tab{color:#666;cursor:pointer;background:0 0;border:none;border-bottom:3px solid #0000;flex:1;padding:1rem;font-size:1rem;font-weight:500;transition:all .2s}.tab:hover{color:#333;background:#f0f0f0}.tab.active{color:#bb29bb;background:#fff;border-bottom-color:#bb29bb;font-weight:700}.student-search{background:#f9f9f9;border-bottom:1px solid #e0e0e0;padding:1rem 2rem}.student-search-input{border:2px solid #e0e0e0;border-radius:8px;width:100%;padding:.75rem 1rem;font-family:Raleway,sans-serif;font-size:1rem;transition:border-color .2s}.student-search-input:focus{border-color:#bb29bb;outline:none}.student-search-input::placeholder{color:#999}.data-count{color:#666;border-bottom:1px solid #f0f0f0;padding:1rem 2rem;font-size:.875rem}.cards-container{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem;max-height:600px;padding:2rem;display:grid;overflow-y:auto}.loading,.error,.no-data{text-align:center;color:#666;padding:3rem;font-size:1.125rem}.error{color:#d32f2f}@media (width<=768px){.cards-container{grid-template-columns:1fr;padding:1rem}.tabs{overflow-x:auto}.tab{white-space:nowrap;min-width:100px}}.card{background:#fff;border:1px solid #e0e0e0;border-radius:8px;transition:transform .2s,box-shadow .2s;overflow:hidden}.card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.card-header{color:#fff;background:linear-gradient(135deg,#bb29bb 0%,#93328e 100%);justify-content:space-between;align-items:center;padding:1rem;display:flex}.card-header h3{margin:0;font-family:Raleway,sans-serif;font-size:1.125rem;font-weight:700}.card-badge{text-transform:uppercase;letter-spacing:.5px;background:#fff3;border-radius:12px;padding:.25rem .75rem;font-size:.75rem;font-weight:500}.badge-class{background:#00b5e24d}.badge-group{background:#ff9e1b4d}.badge-year{background:#2ecc714d}.card-body{padding:1rem}.card-row{border-bottom:1px solid #f5f5f5;gap:.5rem;padding:.5rem 0;display:flex}.card-row:last-child{border-bottom:none}.card-label{color:#00205b;min-width:120px;font-family:Raleway,sans-serif;font-size:.875rem;font-weight:700}.card-value{color:#333;word-break:break-word;flex:1;font-size:.875rem}.students-section{border-top:2px solid #e0e0e0;margin-top:1rem;padding-top:1rem}.students-header{color:#00205b;margin:0 0 1rem;font-family:Raleway,sans-serif;font-size:1rem;font-weight:700}.student-relationship{background:#f9f9f9;border:1px solid #e8e8e8;border-radius:6px;margin-bottom:1rem;padding:.75rem}.student-relationship:last-child{margin-bottom:0}.student-name{color:#93328e;border-bottom:1px solid #e0e0e0;margin-bottom:.75rem;padding-bottom:.5rem;font-family:Raleway,sans-serif;font-size:.95rem;font-weight:700}.relationship-details{flex-direction:column;display:flex}.relationship-details .card-row{padding:.35rem 0}.relationship-details .card-label{min-width:180px}.relationship-divider{background:#d0d0d0;height:1px;margin:.5rem 0}.ingestion-message{margin-top:.25rem;padding:.5rem 0;font-family:Raleway,sans-serif;font-size:.8rem}.ingestion-yes{color:#27ae60}.ingestion-no{color:#e74c3c}.modal-overlay{z-index:1000;background:#00000080;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.modal-content{background:#fff;border-radius:12px;flex-direction:column;width:100%;max-width:800px;max-height:85vh;animation:.3s modalSlideIn;display:flex;box-shadow:0 8px 32px #0003}@keyframes modalSlideIn{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.modal-header{background:linear-gradient(#f9f9f9,#fff);border-bottom:2px solid #e0e0e0;border-radius:12px 12px 0 0;justify-content:space-between;align-items:flex-start;padding:1.5rem;display:flex}.modal-title{color:#00205b;flex-direction:column;gap:.25rem;margin:0;font-family:Raleway,sans-serif;font-size:1.5rem;font-weight:700;display:flex}.modal-count{color:#93328e;font-size:1rem;font-weight:500}.modal-close{color:#666;cursor:pointer;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;width:32px;height:32px;padding:0;font-size:2rem;line-height:1;transition:background .2s,color .2s;display:flex}.modal-close:hover{color:#333;background:#f0f0f0}.modal-search{border-bottom:1px solid #e0e0e0;padding:1rem 1.5rem}.search-input{border:2px solid #e0e0e0;border-radius:8px;width:100%;padding:.75rem 1rem;font-family:Raleway,sans-serif;font-size:1rem;transition:border-color .2s}.search-input:focus{border-color:#bb29bb;outline:none}.search-input::placeholder{color:#999}.modal-body{flex:1;padding:1.5rem;overflow-y:auto}.student-item{background:#f9f9f9;border:1px solid #e8e8e8;border-radius:6px;margin-bottom:.75rem;padding:1rem;transition:background .2s,border-color .2s}.student-item:hover{background:#f5f5f5;border-color:#d0d0d0}.student-item:last-child{margin-bottom:0}.student-item-name{color:#93328e;margin-bottom:.5rem;font-family:Raleway,sans-serif;font-size:1rem;font-weight:700}.student-item-id{gap:.5rem;font-size:.875rem;display:flex}.student-item-label{color:#00205b;min-width:80px;font-family:Raleway,sans-serif;font-weight:700}.student-item-value{color:#333}.load-more-button{color:#fff;cursor:pointer;background:linear-gradient(135deg,#bb29bb 0%,#93328e 100%);border:none;border-radius:6px;width:100%;margin-top:1rem;padding:.75rem;font-family:Raleway,sans-serif;font-size:.875rem;font-weight:600;transition:transform .2s,box-shadow .2s}.load-more-button:hover{transform:translateY(-1px);box-shadow:0 4px 12px #bb29bb4d}.load-more-button:active{transform:translateY(0)}.no-results{text-align:center;color:#666;padding:3rem 1rem;font-family:Raleway,sans-serif;font-size:1rem}.modal-body::-webkit-scrollbar{width:8px}.modal-body::-webkit-scrollbar-track{background:#f1f1f1;border-radius:4px}.modal-body::-webkit-scrollbar-thumb{background:#bb29bb;border-radius:4px}.modal-body::-webkit-scrollbar-thumb:hover{background:#93328e}@media (width<=768px){.modal-content{max-height:90vh}.modal-header{padding:1rem}.modal-title{font-size:1.25rem}.modal-count{font-size:.875rem}.modal-search,.modal-body{padding:1rem}}.school-info{background:#fff;border-left:4px solid #bb29bb;border-radius:8px;margin-bottom:1.5rem;padding:1rem 1.5rem;box-shadow:0 1px 3px #0000000d}.school-info h3{color:#00205b;margin:0 0 .75rem;font-family:Raleway,sans-serif;font-size:1.125rem;font-weight:700}.school-info-item{align-items:baseline;gap:.5rem;display:flex}.school-info-label{color:#666;font-family:Raleway,sans-serif;font-size:.875rem;font-weight:600}.school-info-value{color:#333;font-size:.875rem}@media (width<=768px){.school-info{padding:.875rem 1.25rem}.school-info h3{font-size:1rem}}.spinner-container{flex-direction:column;grid-column:1/-1;justify-content:center;align-items:center;gap:1rem;min-height:300px;padding:3rem;display:flex}.spinner{width:50px;height:50px;position:relative}.spinner-ring{border:6px solid #0000;border-radius:50%;width:100%;height:100%;animation:2s cubic-bezier(.5,0,.5,1) infinite spin;position:absolute;top:0;left:0}.spinner-ring:first-child{border-top-color:#bb29bb;animation-delay:-.45s}.spinner-ring:nth-child(2){border-top-color:#93328e;animation-delay:-.3s}.spinner-ring:nth-child(3){border-top-color:#00205b;animation-delay:-.15s}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.spinner-message{color:#00205b;margin:0;font-family:Raleway,sans-serif;font-size:.875rem;font-weight:600}*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#333;background-color:#f5f5f5;font-family:Raleway,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}
