*,*:before,*:after{box-sizing:border-box}body{margin:0;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,sans-serif;background:#f5f5f7;color:#1d1d1f;line-height:1.5}#root{min-height:100vh}.app{max-width:1200px;margin:0 auto;padding:2rem 1rem}.app__header{margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:1px solid #e5e5e7}.app__title{margin:0 0 1rem;font-size:1.75rem;font-weight:600}.app__main{min-height:200px}.university-selector{max-width:400px}.university-selector__label{display:block;font-size:.875rem;font-weight:500;margin-bottom:.5rem;color:#6e6e73}.university-selector__select{width:100%;padding:.6rem .75rem;font-size:1rem;border:1px solid #d2d2d7;border-radius:8px;background:#fff;cursor:pointer}.university-selector__select:hover{border-color:#0071e3}.university-selector__select:focus{outline:none;border-color:#0071e3;box-shadow:0 0 0 3px #0071e333}.university-selector--loading,.university-selector--error{padding:1rem;color:#6e6e73}.university-selector--error{color:#c41e3a}.dashboard{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 2px 8px #0000000f}.dashboard--empty,.dashboard--loading,.dashboard--error{text-align:center;padding:3rem 2rem;color:#6e6e73}.dashboard--error{color:#c41e3a}.dashboard__header{margin-bottom:1.5rem}.dashboard__title{margin:0;font-size:1.5rem;font-weight:600}.dashboard__metrics{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:1rem;margin-bottom:2rem}.metric-card{display:flex;align-items:flex-start;gap:.75rem;padding:1rem;background:#f5f5f7;border-radius:8px}.metric-card__icon{font-size:1.5rem;line-height:1}.metric-card__content{display:flex;flex-direction:column;gap:.25rem}.metric-card__value{font-size:1.5rem;font-weight:600}.metric-card__title{font-size:.8125rem;color:#6e6e73;line-height:1.3}.export-buttons__title{margin:0 0 .75rem;font-size:1rem;font-weight:600}.export-buttons__error{color:#c41e3a;font-size:.875rem;margin-bottom:.5rem}.export-buttons__grid{display:flex;flex-wrap:wrap;gap:.5rem}.export-buttons__btn{padding:.5rem 1rem;font-size:.875rem;font-weight:500;color:#0071e3;background:#fff;border:1px solid #0071e3;border-radius:6px;cursor:pointer;transition:background .15s,color .15s}.export-buttons__btn:hover:not(:disabled){background:#0071e3;color:#fff}.export-buttons__btn:disabled{opacity:.7;cursor:not-allowed}
