@import "https://fonts.googleapis.com/css2?family=DM+Sans:wght@300;400;500;600;700&display=swap";
*{box-sizing:border-box;margin:0;padding:0}.college-predictor-page{color:#1f2937;background:linear-gradient(135deg,#f0f2f8 0%,#dce3f0 50%,#c8d2e6 100%);min-height:100vh;font-family:DM Sans,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.predictor-header{color:#fff;background:linear-gradient(135deg,#022256 0%,#0a2f6e 100%);padding:160px 40px 0}.header-content{justify-content:space-between;align-items:center;gap:40px;max-width:1280px;margin:0 auto;display:flex}.header-left{flex:1;max-width:480px;padding-bottom:30px}.header-title{letter-spacing:-.3px;margin-bottom:12px;font-size:1.4rem;font-weight:500;line-height:1.3}.header-title strong{font-weight:800}.header-divider{background:#0ca5ff;border-radius:2px;width:60px;height:3px;margin-bottom:14px}.header-subtitle{opacity:.85;font-size:.95rem;font-weight:300;line-height:1.6}.header-right{flex:none;align-items:flex-end;display:flex}.header-hero-img{object-fit:contain;width:auto;max-height:200px}@media (max-width:768px){.header-content{text-align:center;flex-direction:column}.header-left{max-width:100%}.header-divider{margin-left:auto;margin-right:auto}.header-right{display:none}}.predictor-container{max-width:1320px;margin:0 auto;padding:30px 20px 0}.predictor-body{grid-template-columns:1fr 3fr;align-items:start;gap:28px;display:grid}.sidebar{max-height:calc(100vh - 120px);position:sticky;top:100px;overflow-y:auto}.input-panel{background:#fff;border-radius:12px;padding:28px 24px;box-shadow:0 4px 12px #00000014}.input-form{flex-direction:column;gap:20px;display:flex}.form-title{color:#022256;letter-spacing:-.3px;margin-bottom:4px;font-size:1.25rem;font-weight:700}.form-grid{flex-direction:column;gap:16px;display:flex}.form-group{flex-direction:column;gap:6px;display:flex}.form-group label{color:#374151;letter-spacing:.2px;font-size:.85rem;font-weight:600}.form-control{color:#1f2937;background-color:#f9fafb;border:2px solid #e5e7eb;border-radius:8px;padding:10px 12px;font-family:inherit;font-size:.9rem;transition:all .25s}.form-control:focus{background-color:#fff;border-color:#3049b9;outline:none;box-shadow:0 0 0 3px #3049b91a}.form-control.is-invalid{background-color:#fef2f2;border-color:#ef4444}.error-message{color:#ef4444;font-size:.8rem;font-weight:500}.btn-predict{color:#fff;cursor:pointer;text-transform:uppercase;letter-spacing:.8px;background:linear-gradient(135deg,#3049b9 0%,#022256 100%);border:none;border-radius:10px;width:100%;padding:13px 24px;font-family:inherit;font-size:1rem;font-weight:700;transition:all .3s;box-shadow:0 4px 14px #3049b959}.btn-predict:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px #3049b973}.btn-predict:active:not(:disabled){transform:translateY(0)}.btn-predict:disabled{opacity:.7;cursor:not-allowed}.main-content{min-width:0}.error-container{text-align:center;background:#fef2f2;border:1px solid #fecaca;border-radius:12px;margin-bottom:24px;padding:20px 24px}.error-text{color:#dc2626;margin-bottom:4px;font-weight:600}.error-subtext{color:#6b7280;font-size:.9rem}.loading-container{background:#fff;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;gap:20px;padding:80px 20px;display:flex;box-shadow:0 4px 12px #00000014}.spinner{border:4px solid #e5e7eb;border-top-color:#3049b9;border-radius:50%;width:48px;height:48px;animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.loading-container p{color:#6b7280;font-size:1rem;font-weight:500}.results-container{flex-direction:column;display:flex}.prediction-summary{background:#fff;border-radius:12px;padding:24px 28px;box-shadow:0 4px 12px #00000014}.summary-title{color:#022256;margin-bottom:18px;font-size:1.15rem;font-weight:700}.summary-grid{grid-template-columns:repeat(3,1fr);gap:16px;display:grid}.summary-item{text-align:center;background:#f9fafb;border:1px solid #f3f4f6;border-radius:10px;padding:18px 16px;transition:all .3s}.summary-item:hover{background:#f3f4f6;transform:translateY(-2px);box-shadow:0 4px 12px #0000000f}.summary-count{margin-bottom:4px;font-size:2.2rem;font-weight:700;line-height:1}.summary-label{color:#6b7280;text-transform:uppercase;letter-spacing:.5px;margin-bottom:12px;font-size:.82rem;font-weight:600}.summary-bar-container{background:#e5e7eb;border-radius:3px;height:5px;overflow:hidden}.summary-bar{border-radius:3px;height:100%;transition:width .6s}.all-results-section{background:#fff;border-radius:12px;padding:24px 28px;box-shadow:0 4px 12px #00000014}.all-results-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;margin-bottom:16px;display:flex}.all-results-title{color:#022256;font-size:1.15rem;font-weight:700}.results-legend{flex-wrap:wrap;gap:16px;display:flex}.legend-item{-webkit-user-select:none;user-select:none;cursor:pointer;border:1.5px solid #0000;border-radius:999px;align-items:center;gap:6px;padding:4px 10px;transition:all .2s;display:flex}.legend-item:hover{background:#f3f4f6}.legend-item--active{background:#f0f4ff;border-color:#d1d5db}.legend-item--active .legend-text{color:#1f2937;font-weight:700}.legend-dot{border-radius:50%;flex-shrink:0;width:10px;height:10px;transition:all .2s}.legend-text{color:#6b7280;white-space:nowrap;font-size:.78rem;font-weight:500;transition:all .2s}.institute-filter{border-top:1px solid #f3f4f6;border-bottom:1px solid #f3f4f6;flex-wrap:wrap;align-items:center;gap:12px;margin-bottom:20px;padding:14px 0 18px;display:flex}.institute-filter-label{color:#6b7280;text-transform:uppercase;letter-spacing:.5px;white-space:nowrap;font-size:.8rem;font-weight:700}.institute-filter-buttons{flex-wrap:wrap;gap:8px;display:flex}.filter-btn{cursor:pointer;letter-spacing:.3px;color:#374151;background:#fff;border:2px solid #d1d5db;border-radius:999px;padding:6px 18px;font-family:inherit;font-size:.82rem;font-weight:600;transition:all .2s}.filter-btn:hover{color:#022256;background:#f0f4ff;border-color:#3049b9}.filter-btn.active{color:#fff;background:linear-gradient(135deg,#022256 0%,#3049b9 100%);border-color:#0000;box-shadow:0 2px 8px #02225640}.filter-btn.active:hover{color:#fff;background:linear-gradient(135deg,#011840 0%,#2538a0 100%)}.colleges-scroll-container{scrollbar-width:thin;scrollbar-color:#d1d5db transparent;max-height:calc(100vh - 200px);padding-right:6px;overflow-y:auto}.colleges-scroll-container::-webkit-scrollbar{width:6px}.colleges-scroll-container::-webkit-scrollbar-track{background:0 0}.colleges-scroll-container::-webkit-scrollbar-thumb{background-color:#d1d5db;border-radius:3px}.colleges-grid{grid-template-columns:1fr;gap:18px;padding:4px 0;display:grid}.college-card{background:#f9fafb;border:1px solid #e5e7eb;border-left-width:4px;border-radius:12px;padding:20px;transition:all .3s;overflow:hidden}.college-card:hover{border-color:#d1d5db;transform:translateY(-3px);box-shadow:0 8px 24px #0000001a}.college-card.safe{border-left-color:#10b981}.college-card.target{border-left-color:#f59e0b}.college-card.dream{border-left-color:#ef4444}.card-header{border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:14px;padding-bottom:14px;display:flex}.card-title-section{flex:1;min-width:0}.college-name{color:#022256;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-bottom:3px;font-size:.98rem;font-weight:700;line-height:1.35;display:-webkit-box;overflow:hidden}.college-program{color:#6b7280;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:.8rem;line-height:1.3;display:-webkit-box;overflow:hidden}.card-probability{text-align:center;background:#f3f4f6;border-radius:10px;flex-shrink:0;min-width:64px;padding:8px 12px}.probability-value{color:#022256;margin-bottom:2px;font-size:1.4rem;font-weight:700;line-height:1.1;display:block}.probability-label{color:#6b7280;text-transform:uppercase;letter-spacing:.8px;font-size:.65rem;font-weight:600;display:block}.card-history-table{margin-bottom:14px}.history-header{color:#374151;text-transform:uppercase;letter-spacing:.5px;margin-bottom:8px;font-size:.75rem;font-weight:700}.ranks-table{border-collapse:collapse;width:100%;font-size:.82rem}.ranks-table thead tr{background-color:#f3f4f6}.ranks-table th{text-align:left;color:#374151;text-transform:uppercase;letter-spacing:.4px;border-bottom:2px solid #e5e7eb;padding:6px 10px;font-size:.72rem;font-weight:700}.ranks-table td{color:#4b5563;border-bottom:1px solid #f3f4f6;padding:5px 10px}.ranks-table tbody tr:last-child td{border-bottom:none}.ranks-table tbody tr:hover{background-color:#f9fafb}.ranks-table td:first-child{color:#022256;font-weight:600}.ranks-table td:last-child{color:#374151;text-align:right;font-weight:600}.ranks-table th:last-child{text-align:right}.probability-bar{background:#e5e7eb;border-radius:3px;height:6px;margin-bottom:14px;overflow:hidden}.probability-fill{border-radius:3px;height:100%;transition:width .6s}.card-details{background:#f0f4ff;border:1px solid #dce3f0;border-radius:8px;margin-bottom:12px;padding:14px 16px;animation:.3s slideDown}@keyframes slideDown{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.details-header{color:#022256;text-transform:uppercase;letter-spacing:.5px;margin-bottom:8px;font-size:.78rem;font-weight:700}.details-message{color:#475569;font-size:.85rem;line-height:1.5}.visit-link{color:#3049b9;align-items:center;gap:4px;margin-top:8px;font-size:.88rem;font-weight:700;text-decoration:none;transition:color .2s;display:inline-flex}.visit-link:hover{color:#022256;text-decoration:underline}.card-footer{justify-content:center;display:flex}.btn-details{color:#022256;cursor:pointer;text-transform:uppercase;letter-spacing:.5px;background:#fff;border:2px solid #022256;border-radius:8px;padding:7px 18px;font-family:inherit;font-size:.78rem;font-weight:700;transition:all .25s}.btn-details:hover{color:#fff;background:#022256;box-shadow:0 2px 8px #02225640}.no-results{text-align:center;background:#f9fafb;border:2px dashed #e5e7eb;border-radius:12px;padding:50px 20px}.no-results h3{color:#374151;margin-bottom:6px;font-size:1.2rem;font-weight:700}.no-results p{color:#6b7280;font-size:.9rem}.pagination-wrapper{border-top:1px solid #f3f4f6;justify-content:center;margin-top:24px;padding-top:20px;display:flex}.pagination-wrapper ul{margin:0;padding:0;list-style:none}.pagination__container{cursor:pointer;flex-wrap:wrap;justify-content:center;align-items:center;gap:4px;padding:0;list-style:none;display:flex}.pagination__container a{color:#3049b9;border-radius:8px;padding:8px 12px;font-size:.88rem;font-weight:500;text-decoration:none;transition:all .2s}.pagination--li{display:inline-block}.pagination--a{color:#3049b9;border-radius:8px;padding:6px 12px;font-weight:500;text-decoration:none;transition:all .2s;display:inline-block}.pagination--a:hover{color:#022256;background-color:#f0f4ff}.pagination__link{font-size:.88rem;font-weight:700}.pagination__link:hover{background-color:#f0f4ff}.pagination__link--disabled a{color:#d1d5db;cursor:not-allowed}.pagination__link--active a{background:linear-gradient(135deg,#022256 0%,#3049b9 100%);border-radius:8px;box-shadow:0 2px 6px #02225633;color:#fff!important}.predictor-disclaimer{text-align:center;color:#64748b;background:#f8fafc;border-top:1px solid #e2e8f0;margin-top:40px;padding:28px 20px;font-size:.85rem;line-height:1.6}.disclaimer-content{max-width:720px;margin:0 auto}.disclaimer-content p{margin-bottom:2px}@media (max-width:992px){.predictor-body{grid-template-columns:1fr;gap:20px}.sidebar{max-height:none;position:static;overflow-y:visible}.form-grid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:14px;display:grid}.colleges-scroll-container{max-height:none;overflow-y:visible}}@media (max-width:768px){.predictor-header{padding:70px 16px 20px}.header-title{font-size:1.6rem}.header-subtitle{font-size:.92rem}.predictor-container{padding:16px 14px 0}.input-panel{padding:20px 18px}.form-grid{grid-template-columns:1fr;gap:12px}.prediction-summary,.all-results-section{padding:18px 16px}.summary-grid{grid-template-columns:repeat(3,1fr);gap:10px}.summary-count{font-size:1.6rem}.summary-label{font-size:.7rem}.colleges-grid{grid-template-columns:1fr;gap:14px}.all-results-header{flex-direction:column;align-items:flex-start}.results-legend{gap:10px}}@media (max-width:480px){.predictor-header{padding:60px 12px 16px}.header-title{font-size:1.35rem}.predictor-container{padding:12px 10px 0}.input-panel,.prediction-summary,.all-results-section{border-radius:10px;padding:16px 14px}.summary-grid{grid-template-columns:1fr;gap:10px}.summary-item{text-align:left;flex-direction:row;align-items:center;gap:12px;padding:14px;display:flex}.summary-count{min-width:48px;margin-bottom:0;font-size:1.5rem}.summary-label{flex:1;margin-bottom:0}.summary-bar-container{flex-shrink:0;width:60px}.card-header{flex-direction:column;gap:10px}.card-probability{text-align:left;align-self:flex-start;align-items:center;gap:6px;padding:6px 10px;display:flex}.probability-value{font-size:1.1rem}.college-card{padding:16px}.institute-filter{flex-direction:column;align-items:flex-start;gap:8px}.form-group label{font-size:.82rem}.form-control{padding:9px 10px;font-size:.88rem}}@media print{.sidebar,.btn-predict,.btn-details,.institute-filter,.pagination-wrapper{display:none}.predictor-body{grid-template-columns:1fr}.college-card{page-break-inside:avoid;box-shadow:none;border:1px solid #ccc}}.summary-subtitle{color:#64748b;text-align:center;margin-bottom:16px;font-size:.85rem}.summary-item.clickable{cursor:pointer}.summary-item.faded{opacity:.5}.summary-item.active{transform:scale(1.02)}.footer-copyright{color:#94a3b8;margin-top:12px}.filters-row{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;margin-bottom:24px;display:flex}.search-input-container{position:relative}.search-input{background-color:#fff;border:1px solid #e2e8f0;border-radius:8px;outline:none;width:280px;padding:10px 16px 10px 40px;font-size:.95rem;transition:border-color .2s,box-shadow .2s}.search-input:focus{border-color:#3b82f6!important;box-shadow:0 0 0 3px #3b82f61a!important}.search-icon{position:absolute;top:50%;left:12px;transform:translateY(-50%)}.college-card-predicted{background:#fff;border-radius:12px;padding:0;overflow:hidden}.predictor-container-full{max-width:1320px;margin:0 auto;padding:30px 20px 0}.main-content-full{width:100%}.predictor-header-compact{padding:100px 40px 20px}.predictor-header-compact .header-title{color:#fff;font-size:2.5rem}.predictor-header-compact .header-subtitle{max-width:800px;margin:0 auto;font-size:1rem}.filters-card{z-index:10;background:#fff;margin-top:-50px;position:relative}.filters-panel,.filters-panel .MuiAutocomplete-root,.filters-card .MuiAutocomplete-root,.filters-panel .MuiOutlinedInput-root,.filters-card .MuiOutlinedInput-root{background:#fff}.filters-panel .MuiOutlinedInput-root:hover .MuiOutlinedInput-notchedOutline,.filters-card .MuiOutlinedInput-root:hover .MuiOutlinedInput-notchedOutline{border-color:#0ca5ff}.filters-panel .MuiOutlinedInput-root.Mui-focused .MuiOutlinedInput-notchedOutline,.filters-card .MuiOutlinedInput-root.Mui-focused .MuiOutlinedInput-notchedOutline{border-color:#0284c7}.search-filter .MuiAutocomplete-root{background:#fff}.search-filter .MuiOutlinedInput-root{background:#fff;padding-left:8px!important}.results-table-section{margin-top:16px}@media (max-width:992px){.predictor-container-full{padding:20px 16px 0}.filters-panel,.filters-card{padding:16px!important}}@media (max-width:768px){.predictor-container-full{padding:16px 12px 0}.predictor-header-compact{padding:130px 16px 20px}.predictor-header-compact .header-title{font-size:1.5rem}.predictor-header-compact .header-subtitle{font-size:.9rem}.filters-card{margin-top:-40px}.filters-panel .MuiBox-root,.filters-card .MuiBox-root{flex-direction:column}.filters-panel .MuiAutocomplete-root,.filters-panel .MuiTextField-root,.filters-panel .MuiButton-root,.filters-card .MuiAutocomplete-root,.filters-card .MuiTextField-root,.filters-card .MuiButton-root{flex:100%!important;width:100%!important;min-width:100%!important}.results-table-section .MuiTable-root{white-space:nowrap;display:block;overflow-x:auto}}.no-results-initial{margin-top:0}.summary-item-safe{background-color:#f9fafb}.summary-item-safe.active{border-color:#10b981;box-shadow:0 4px 12px #10b98133}.summary-count-safe{color:#10b981}.summary-bar-safe{background-color:#10b981}.summary-item-target{background-color:#f9fafb}.summary-item-target.active{border-color:#f59e0b;box-shadow:0 4px 12px #f59e0b33}.summary-count-target{color:#f59e0b}.summary-bar-target{background-color:#f59e0b}.summary-item-dream{background-color:#f9fafb}.summary-item-dream.active{border-color:#ef4444;box-shadow:0 4px 12px #ef444433}.summary-count-dream{color:#ef4444}.summary-bar-dream{background-color:#ef4444}.summary-bucket-label{color:#374151;text-transform:none;margin-bottom:12px;font-size:.9rem;font-weight:700}.summary-metrics{justify-content:space-evenly;align-items:center;margin-bottom:12px;display:flex}.summary-metric-group{text-align:center}.summary-divider{background-color:#e5e7eb;width:1px;height:40px}.legend-dot-all{background-color:#6b7280}.legend-dot-all.legend-dot--active{transform:scale(1.3);box-shadow:0 0 0 3px #6b728033}.legend-dot-safe{background-color:#10b981}.legend-dot-safe.legend-dot--active{transform:scale(1.3);box-shadow:0 0 0 3px #10b98133}.legend-dot-target{background-color:#f59e0b}.legend-dot-target.legend-dot--active{transform:scale(1.3);box-shadow:0 0 0 3px #f59e0b33}.legend-dot-dream{background-color:#ef4444}.legend-dot-dream.legend-dot--active{transform:scale(1.3);box-shadow:0 0 0 3px #ef444433}
.CollegeContent-module__-CX1qq__collegeContentCard{cursor:pointer;background-color:#fff;border-radius:15px;width:100%;height:auto;margin-bottom:10px;padding:20px}.CollegeContent-module__-CX1qq__collegeLogoContainer{text-align:center;box-shadow:none;border:1px solid #e5e5e5;border-radius:8px;max-width:80px}.CollegeContent-module__-CX1qq__collegeLogo{border-radius:8px;width:100%;max-width:80px;height:auto;padding:5px}.CollegeContent-module__-CX1qq__collegeName{color:#032b5b;font-size:16px;font-weight:600}.CollegeContent-module__-CX1qq__collegeLocation{color:#032b5b;margin-left:5px;font-size:13px;font-weight:400}.CollegeContent-module__-CX1qq__collegeScholarShipAvailable{color:#3b900a;background-color:#e8ffe0;border-radius:53px;padding:2px 12px;font-size:12px;display:none}.CollegeContent-module__-CX1qq__locationIcon{width:2%;height:auto}.CollegeContent-module__-CX1qq__collegeEstablishmentYear,.CollegeContent-module__-CX1qq__collegeInstituteType,.CollegeContent-module__-CX1qq__collegeCourseHeader{color:#032b5b;font-size:14px;font-weight:500}.CollegeContent-module__-CX1qq__collegeCourses{color:#000;font-size:14px;font-weight:400}.CollegeContent-module__-CX1qq__collegeMoreDetails{text-align:end}@media screen and (max-width:768px){.CollegeContent-module__-CX1qq__collegeLogoContainer{text-align:start}.CollegeContent-module__-CX1qq__collegeLogo{text-align:start;width:100%;height:auto;margin-bottom:10px}.CollegeContent-module__-CX1qq__collegeScholarShipAvailable{margin-bottom:10px}.CollegeContent-module__-CX1qq__collegeMoreDetails{text-align:start;margin-top:10px}}@media screen and (min-width:768px) and (max-width:1199px){.CollegeContent-module__-CX1qq__collegeCol{align-self:center;padding:0}}
