@import"https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap";@import"https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600;700;800&display=swap";#plus-container{position:fixed;top:0;left:0;width:100vw;height:100vh;overflow:hidden;z-index:-1;background:linear-gradient(135deg,#00184f,#001a58,#00184f)}.gradient-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(ellipse at top left,rgba(255,133,0,.08) 0%,transparent 50%),radial-gradient(ellipse at bottom right,rgba(163,31,52,.08) 0%,transparent 50%);pointer-events:none}.plus{position:absolute;font-weight:700;-webkit-user-select:none;user-select:none;pointer-events:none}.plus-large{animation:subtlePulse 8s ease-in-out infinite;text-shadow:0 0 30px currentColor;font-weight:300}@keyframes subtlePulse{0%,to{opacity:.15;transform:scale(1) rotate(var(--rotation, 0deg))}50%{opacity:.25;transform:scale(1.05) rotate(calc(var(--rotation, 0deg) + 5deg))}}.plus-medium{animation:floatPlus 6s ease-in-out infinite alternate;opacity:.4;text-shadow:0 0 20px currentColor;font-weight:400}@keyframes floatPlus{0%{transform:translateY(0) translate(0) rotate(0);opacity:.3}50%{transform:translateY(-30px) translate(15px) rotate(180deg);opacity:.5}to{transform:translateY(-15px) translate(-10px) rotate(360deg);opacity:.35}}.plus-small{animation:gentleFloat 10s ease-in-out infinite;opacity:.25;font-weight:300}@keyframes gentleFloat{0%,to{transform:translateY(0) rotate(0);opacity:.2}25%{transform:translateY(-20px) rotate(90deg);opacity:.35}50%{transform:translateY(-10px) rotate(180deg);opacity:.25}75%{transform:translateY(-25px) rotate(270deg);opacity:.3}}.accent-circle{position:absolute;border-radius:50%;border:2px solid rgba(255,133,0,.1);background:radial-gradient(circle,rgba(163,31,52,.05) 0%,transparent 70%);animation:rotateCircle 12s linear infinite;pointer-events:none}@keyframes rotateCircle{0%{transform:rotate(0) scale(1);opacity:.15}50%{transform:rotate(180deg) scale(1.1);opacity:.25}to{transform:rotate(360deg) scale(1);opacity:.15}}.mit-logo{position:absolute;top:20px;left:20px;width:120px;height:auto;z-index:1;opacity:.95;filter:drop-shadow(0 0 15px rgba(255,255,255,.4));animation:logoGlow 4s ease-in-out infinite}@keyframes logoGlow{0%,to{filter:drop-shadow(0 0 15px rgba(255,255,255,.4))}50%{filter:drop-shadow(0 0 25px rgba(255,133,0,.5))}}@media (max-width: 768px){.plus-large{font-size:4rem!important}.plus-medium{font-size:2rem!important}.plus-small{font-size:1rem!important}.accent-circle{width:60px!important;height:60px!important}}@media (prefers-reduced-motion: reduce){.plus,.accent-circle,.mit-logo{animation:none!important}.gradient-overlay{opacity:.5}}.auth-layout{position:relative;width:100%;min-height:100vh;display:flex;align-items:center;justify-content:center;overflow:visible;padding:2rem 0;color:#fff;box-sizing:border-box}#plus-container{position:fixed;top:0;left:0;width:100%;height:100%;z-index:-1}.auth-content{position:relative;z-index:2;display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;max-width:100%;padding:0 1rem;box-sizing:border-box;margin:auto;background:none!important;-webkit-backdrop-filter:none;backdrop-filter:none;box-shadow:none}.auth-logo{width:150px;height:auto;margin-bottom:2rem;display:block;margin-left:auto;margin-right:auto;opacity:.95;filter:drop-shadow(0 0 10px rgba(255,255,255,.3))}.auth-form{display:flex;flex-direction:column;gap:1rem;background:#a31f34;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);padding:2rem;border-radius:12px;max-width:450px;width:100%;color:#fff;box-shadow:0 8px 30px #0006;box-sizing:border-box;margin:0 auto;min-height:auto;height:auto}.auth-form h2{margin:0 0 .5rem;text-align:center;font-size:1.75rem;color:#fff;font-weight:600}.auth-form input[type=email],.auth-form input[type=password],.auth-form input[type=text]{width:100%;box-sizing:border-box;padding:.75rem 1rem;margin-bottom:1rem;border:1px solid rgba(255,255,255,.2);border-radius:6px;background:#ffffff1a;color:#fff;font-size:.95rem;outline:none;transition:all .2s ease}.auth-form input::placeholder{color:#ffffff80}.auth-form input:focus{border-color:#f57c00;background:#ffffff26}.auth-footer{margin-top:1.5rem;padding-top:1rem;border-top:1px solid rgba(255,255,255,.1);text-align:center;font-size:.9rem;color:#ffffffd9}.auth-footer a{color:#f57c00;text-decoration:none;font-weight:600;transition:all .2s ease}.auth-footer a:hover{color:#ff9800;text-decoration:underline}.error-text{color:#ff5252;font-weight:500;font-size:.9rem;margin:.5rem 0;text-align:center}.success-text{color:#4caf50;font-weight:500;font-size:.9rem;margin:.5rem 0;text-align:center}.reset-link{color:#f57c00;cursor:pointer;text-decoration:underline;font-size:.9rem;transition:all .2s ease}.reset-link:hover{color:#ff9800}@media (max-width: 768px){.auth-layout{padding:1.5rem 0;align-items:flex-start}.auth-content{padding:0 .5rem;margin:0}.auth-form{padding:1.5rem;max-width:calc(100% - 1rem)}.auth-logo{width:120px;margin-bottom:1.5rem}.auth-form input[type=email],.auth-form input[type=password],.auth-form input[type=text]{font-size:16px!important}}@media (max-width: 480px){.auth-layout{padding:1rem 0}.auth-content{padding:0 .25rem}.auth-form{padding:1.25rem;max-width:calc(100% - .5rem)}.auth-form h2{font-size:1.5rem}.auth-logo{width:100px;margin-bottom:1rem}.auth-footer{font-size:.85rem}}@media (max-width: 380px){.auth-form{padding:1rem}.auth-form h2{font-size:1.4rem}.auth-form input[type=email],.auth-form input[type=password],.auth-form input[type=text]{padding:.65rem .85rem}}.universal-btn{border:none;border-radius:8px;padding:.75em 1.5em;cursor:pointer;font-weight:600;font-size:1rem;transition:background-color .3s ease;font-family:Poppins,sans-serif;margin:auto}.universal-btn.primary{background-color:#ffb600;color:#fff;text-align:center;margin-bottom:.5rem}.universal-btn.primary:hover{background-color:#ff8500}.universal-btn.secondary{background-color:#00c1c1;color:#fff;margin:.5rem}.universal-btn.secondary:hover{background-color:#02aaaa}.universal-btn:disabled{opacity:.6;cursor:not-allowed}.login-page-logo{width:150px;height:auto;margin-bottom:2rem;opacity:.95;filter:drop-shadow(0 0 10px rgba(255,255,255,.3));display:block}.input-group{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1rem}.input-label{color:#fff;font-size:.9rem;font-weight:500;margin-bottom:.25rem}.login-copyright{text-align:center;color:#ffffffb3;font-size:.85rem;margin-top:1.5rem;padding-top:1rem;border-top:1px solid rgba(255,255,255,.1);width:100%;max-width:450px}.signup-btn.student{background-color:#00c1c1}.signup-btn.student:hover{background-color:#02aaaa}.signup-btn.employer{background-color:#ffb600}.signup-btn.employer:hover{background-color:#ff8500}.error-msg{color:#ff5252;background-color:#ff52521a;padding:.5em;border-radius:6px;text-align:center}.success-msg{color:#4caf50;background-color:#4caf501a;padding:.5em;border-radius:6px;text-align:center}.reset-link{margin-top:.75rem;font-size:.9rem;text-align:center;color:#ffb600;cursor:pointer;text-decoration:underline}.reset-link:hover{color:#ef6c00}.forgot-password-container{text-align:right;margin-top:-8px;margin-bottom:16px;font-family:Poppins,sans-serif}.forgot-password-link{background:none;border:none;color:#fff;font-size:13px;cursor:pointer;padding:0;text-decoration:none;transition:color .2s ease;font-family:Poppins,sans-serif}.forgot-password-link:hover{color:#a31f34;text-decoration:underline}.reset-description{color:#fff;font-size:14px;margin-bottom:20px;line-height:1.5;font-family:Poppins,sans-serif}.success-message{background-color:#d4edda;border:1px solid #c3e6cb;color:#155724;padding:12px;border-radius:4px;margin-bottom:16px;font-size:14px;font-family:Poppins,sans-serif}.error-message{background:#fee2e2;border:2px solid #fca5a5;color:#991b1b;padding:14px 16px;border-radius:8px;margin-bottom:16px;display:flex;align-items:center;gap:10px;font-size:14px;font-weight:500;animation:shake .4s ease}@keyframes shake{0%,to{transform:translate(0)}10%,30%,50%,70%,90%{transform:translate(-5px)}20%,40%,60%,80%{transform:translate(5px)}}.error-icon{font-size:18px;flex-shrink:0}.back-to-login{text-align:center;margin-top:16px;font-family:Poppins,sans-serif}.link-btn{background:none;border:none;color:#fff;font-size:14px;cursor:pointer;padding:8px;text-decoration:none;transition:color .2s ease}.link-btn:hover{color:#fff;text-decoration:underline}.signup-options{margin-top:24px;text-align:center}.signup-options p{color:#fff;font-size:14px;margin-bottom:12px;font-family:Poppins,sans-serif}.signup-buttons{display:flex;gap:12px;justify-content:center}.signup-btn{flex:1;padding:10px 16px;border:1px solid #ddd;border-radius:4px;background:#fff;cursor:pointer;font-size:14px;transition:all .2s ease;font-family:Poppins,sans-serif;color:#fff}.signup-btn.student{border-color:#00c1c1}.signup-btn.employer{border-color:#ffb600}.signup-btn.employer:hover{background-color:#ff8500;color:#fff;border-color:#ff8500}.account-type-selector{display:flex;gap:16px;margin-bottom:20px;justify-content:center}.radio-label{display:flex;align-items:center;gap:8px;cursor:pointer;padding:10px 20px;border:2px solid #ddd;border-radius:4px;transition:all .2s ease}.radio-label:hover{border-color:#999}.radio-label input[type=radio]{cursor:pointer}.radio-label input[type=radio]:checked+span{font-weight:600}.radio-label:has(input[type=radio]:checked){border-color:#2563eb;background-color:#eff6ff}.radio-label span{font-size:14px;color:#333}.name-fields{display:flex;gap:12px;margin-bottom:16px}.name-fields input{flex:1;margin-bottom:0!important}.login-redirect{text-align:center;margin-top:20px}.login-redirect p{color:#f0f0f0;font-size:14px;margin-bottom:8px}.title{height:300px;overflow-y:auto;border:1px solid #ccc;padding:10px}.auth-form button[disabled]{opacity:.7;cursor:not-allowed;position:relative}.auth-form button[disabled]:after{content:"";position:absolute;right:15px;top:50%;transform:translateY(-50%);width:16px;height:16px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:translateY(-50%) rotate(360deg)}}@media (max-width: 768px){.login-page-logo{width:120px}.login-copyright{font-size:.75rem}}.signup-form{background:#a31f34;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);padding:2.5rem;border-radius:20px;max-width:500px;width:100%;color:#fff;position:relative;z-index:1;margin:0 auto;box-shadow:0 8px 30px #0006;box-sizing:border-box;min-height:auto;height:auto;left:auto;right:auto;transform:none;font-family:Poppins,sans-serif}.signup-form h2{text-align:center;margin-bottom:.5rem;font-size:1.75rem;color:#fff;font-weight:600}.signup-form .signup-subtitle{text-align:center;font-size:.9rem;color:#ffffffb3;margin-bottom:2rem}.signup-form .error-message{background-color:#f8d7daf2;border:1px solid rgba(245,198,203,.8);color:#721c24;padding:.75rem 1rem;border-radius:8px;margin-bottom:1.5rem;font-size:.875rem;text-align:center;font-weight:500}.signup-form .field-label{display:block;font-size:.9rem;color:#ffffffd9;margin-bottom:.5rem;font-weight:500;text-align:left}.signup-form .title-section{margin-bottom:1.5rem}.signup-form .title-dropdown{position:relative;width:100%}.signup-form .title-box{background-color:#fff;border:1px solid #00000020;border-radius:6px;padding:.75rem 1rem;cursor:pointer;display:flex;justify-content:space-between;align-items:center;transition:all .2s ease;color:#000c;-webkit-user-select:none;user-select:none;font-size:.95rem}.signup-form .title-box:hover{border-color:#fff6}.signup-form .title-box.selected{background-color:#fff;color:#000;border-color:#000;font-weight:600}.signup-form .dropdown-arrow{font-size:.8rem;color:#000000b3;transition:transform .2s ease;flex-shrink:0;margin-left:.5rem}.signup-form .dropdown-arrow.up{transform:rotate(180deg)}.signup-form .dropdown-list{position:absolute;top:105%;left:0;width:100%;background:#1e1e1efa;border:1px solid rgba(255,255,255,.2);border-radius:6px;box-shadow:0 8px 20px #00000080;max-height:200px;overflow-y:auto;z-index:1000;margin-top:.25rem}.signup-form .dropdown-item{padding:.75rem 1rem;transition:all .2s ease;color:#fff;cursor:pointer;-webkit-user-select:none;user-select:none;font-size:.95rem}.signup-form .dropdown-item:hover{background:#f57c00;color:#fff}.signup-form .dropdown-item:first-child{border-top-left-radius:6px;border-top-right-radius:6px}.signup-form .dropdown-item:last-child{border-bottom-left-radius:6px;border-bottom-right-radius:6px}.signup-form .name-fields{display:flex;flex-direction:column;gap:1rem;margin-bottom:1.5rem}.signup-form .name-field-group{display:flex;flex-direction:column}.signup-form .name-field-group .field-label{margin-bottom:.5rem}.signup-form .name-fields input{width:100%;margin-bottom:0!important;box-sizing:border-box}.signup-form input[type=url],.signup-form input[type=text],.signup-form input[type=email],.signup-form input[type=password]{width:100%;box-sizing:border-box;padding:.75rem 1rem;border:1px solid rgba(255,255,255,.2);border-radius:6px;background:#fff;color:#000;font-size:.95rem;transition:all .2s ease}.signup-form .input-group{margin-bottom:1.5rem}.signup-form .input-group .field-label{margin-bottom:.5rem}.signup-form .input-group input{margin-bottom:0}.signup-form input::placeholder{color:#000}.signup-form input:focus{outline:none;border-color:#f57c00;background:#fff}.signup-form button[type=submit]{width:100%;padding:.75rem 2rem;margin-top:.5rem;border-radius:6px;background:#f57c00;color:#fff;font-size:1rem;border:none;cursor:pointer;font-weight:500;transition:all .3s ease}.signup-form button[type=submit]:hover{background:#ff9800;transform:translateY(-1px);box-shadow:0 4px 12px #f57c0066}.signup-form button[type=submit]:active{transform:translateY(0)}.signup-form .login-redirect{margin-top:2rem;padding-top:1.5rem;border-top:1px solid rgba(255,255,255,.1);text-align:center}.signup-form .login-redirect p{font-size:.9rem;margin-bottom:.5rem;color:#ffffffd9}.signup-form .link-btn{background:none;border:none;color:#f57c00;font-size:.9rem;cursor:pointer;padding:0;text-decoration:none;transition:all .2s ease;font-weight:600}.signup-form .link-btn:hover{color:#ff9800;text-decoration:underline}.signup-form .scrollable-item{padding:.75rem 1rem;margin-bottom:.5rem;border-radius:6px;cursor:pointer;transition:all .2s ease;color:#fff0;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);font-size:.95rem}.signup-form .scrollable-item:hover{background:#f57c0033;border-color:#f57c004d}.signup-form .scrollable-item.selected{background-color:#f57c00;color:#0000;font-weight:600;border:1px solid #ef6c00}.signup-form .dropdown-list::-webkit-scrollbar{width:8px}.signup-form .dropdown-list::-webkit-scrollbar-track{background:#ffffff0d;border-radius:4px}.signup-form .dropdown-list::-webkit-scrollbar-thumb{background:#f57c0080;border-radius:4px}.signup-form .dropdown-list::-webkit-scrollbar-thumb:hover{background:#f57c00b3}@media (max-width: 768px){.signup-form{padding:2rem;width:calc(100% - 1rem);max-width:calc(100% - 1rem)}.signup-form h2{font-size:1.5rem}.signup-form .signup-subtitle{font-size:.85rem}.signup-form .dropdown-list{max-height:150px}}@media (max-width: 500px){.signup-form{padding:1.5rem;width:calc(100% - 1rem);max-width:calc(100% - 1rem);border-radius:16px}.signup-form h2{font-size:1.4rem}.signup-form .signup-subtitle{font-size:.8rem;margin-bottom:1.5rem}.signup-form .name-fields{grid-template-columns:1fr;gap:0}.signup-form .name-fields input{margin-bottom:1.5rem!important}.signup-form input[type=text],.signup-form input[type=email],.signup-form input[type=password],.signup-form input[type=url]{font-size:16px;padding:.7rem .9rem}.signup-form .field-label{font-size:.85rem}.signup-form .title-box,.signup-form .dropdown-item{padding:.7rem .9rem;font-size:16px}.signup-form .dropdown-list{max-height:180px}.signup-form button[type=submit]{padding:.7rem 1.5rem;font-size:.95rem}.signup-form .login-redirect{margin-top:1.5rem;padding-top:1.25rem}.signup-form .login-redirect p,.signup-form .link-btn{font-size:.85rem}}@media (max-width: 380px){.signup-form{padding:1.25rem;width:calc(100% - .5rem);max-width:calc(100% - .5rem)}.signup-form h2{font-size:1.3rem}.signup-form .error-message{font-size:.8rem;padding:.65rem .85rem}.signup-form input[type=text],.signup-form input[type=email],.signup-form input[type=password],.signup-form input[type=url]{padding:.65rem .85rem}}.auth-layout-container{display:flex;justify-content:center;align-items:center;min-height:100vh;padding:2rem 1rem;box-sizing:border-box;overflow:visible}.signup-form:before{display:none}.signup-form .extra-info-wrapper{margin-top:1.5rem;margin-bottom:1.5rem}.signup-form .extra-info-wrapper .field-label{margin-bottom:.5rem}.signup-form textarea{width:100%;min-height:130px;padding:.9rem 1rem;border-radius:6px;border:1px solid rgba(255,255,255,.2);background:#fff;color:#000;font-size:.95rem;resize:vertical;transition:border .2s ease,background .2s ease;box-sizing:border-box}.signup-form textarea::placeholder{color:#0009}.signup-form textarea:focus{outline:none;border-color:#f57c00;background:#ffffff26}@media (max-width: 500px){.signup-form textarea{font-size:16px;padding:.75rem .9rem}}@media (min-width: 1024px){.signup-form{max-width:750px;padding:3.5rem 4rem;border-radius:24px}.signup-form h2{font-size:2rem}.signup-form .signup-subtitle{font-size:1rem}.signup-form .input-group input,.signup-form input[type=text],.signup-form input[type=email],.signup-form input[type=password],.signup-form input[type=url],.signup-form textarea{font-size:1rem;padding:.9rem 1.1rem}.signup-form button[type=submit]{font-size:1.1rem;padding:.9rem 2.2rem}}.dashboard-container{position:relative;z-index:1;min-height:100vh;padding:2rem;max-width:1200px;margin:0 auto}.dashboard-header{background:#0009;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);border:2px solid rgba(255,133,0,.2);border-radius:16px;padding:1.5rem 2rem;margin-bottom:2rem;display:flex;justify-content:space-between;align-items:center;box-shadow:0 8px 32px #0006;transition:all .3s ease}.dashboard-header:hover{border-color:#ff850066;box-shadow:0 12px 40px #ff850033}.dashboard-logo{width:140px;opacity:.95;filter:drop-shadow(0 0 10px rgba(255,255,255,.3));transition:all .3s ease}.dashboard-logo:hover{filter:drop-shadow(0 0 15px rgba(255,133,0,.5));transform:scale(1.05)}.logout-btn{padding:.75rem 1.75rem;background:#a31f34;color:#fff;border:2px solid rgba(255,133,0,.3);border-radius:10px;font-size:.95rem;cursor:pointer;font-weight:600;transition:all .3s ease;box-shadow:0 4px 15px #a31f344d;margin:1rem 0}.logout-btn:hover{background:#8b1929;border-color:#ff850099;color:#fff;transform:translateY(-2px);box-shadow:0 6px 20px #a31f3480}.profile-section{background:#00000080;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);border:2px solid rgba(255,133,0,.3);border-radius:20px;padding:2.5rem;margin-bottom:2rem;text-align:center;box-shadow:0 10px 40px #0006;transition:all .3s ease}.profile-section:hover{border-color:#ff850080;box-shadow:0 15px 50px #ff850033}.profile-pic-container{position:relative;text-align:center;margin-bottom:1.5rem}.profile-pic{width:150px;height:150px;border-radius:50%;overflow:hidden;background:#ffffff1a;display:inline-block;object-fit:cover;border:4px solid rgba(255,133,0,.5);box-shadow:0 8px 24px #ff85004d;transition:all .3s ease}.profile-pic:hover{border-color:#ff8500cc;box-shadow:0 12px 32px #ff850080;transform:scale(1.05)}.upload-label{display:inline-block;margin-top:1rem;font-size:.95rem;cursor:pointer;color:#ff8500;font-weight:500;transition:all .3s ease;padding:.5rem 1rem;border-radius:8px;background:#ff85001a;border:1px solid rgba(255,133,0,.3)}.upload-label:hover{color:#fff;background:#ff85004d;border-color:#ff850080;transform:translateY(-2px)}.upload-error{color:#ff6b6b;font-size:.85rem;margin-top:.5rem;background:#ff6b6b1a;padding:.5rem;border-radius:6px}.profile-section h2{margin:1rem 0 .5rem;font-size:1.8rem;color:#fff;font-weight:600;text-shadow:0 2px 10px rgba(0,0,0,.3)}.role-tag{background:#ff850033;color:#ff8500;padding:.4rem 1.2rem;border-radius:25px;font-size:.9rem;display:inline-block;margin-top:.5rem;border:1px solid rgba(255,133,0,.3);font-weight:500}.profile-form{text-align:left}.profile-form>div,.profile-form>section{background:#0006;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:2rem;margin-bottom:1.5rem;box-shadow:0 8px 32px #0000004d;transition:all .3s ease}.profile-form>div:hover,.profile-form>section:hover{background:#00000080;border-color:#ff85004d;transform:translateY(-2px);box-shadow:0 12px 40px #ff850033}.section-title{color:#ff8500;font-size:1.3rem;margin:0 0 1.5rem;padding-bottom:.75rem;border-bottom:2px solid rgba(255,133,0,.3);font-weight:600}.section-block h3{color:#ff8500;font-size:1.2rem;margin-bottom:1.5rem;padding-bottom:.75rem;border-bottom:2px solid rgba(255,133,0,.2);font-weight:600}.form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem 2rem;margin-bottom:1.5rem}.form-grid-vertical{display:flex;flex-direction:column;gap:1.5rem}.profile-form label{display:block;font-size:1.1rem;color:#fff;margin-bottom:.6rem;font-weight:500}.profile-form input,.profile-form select{width:100%;box-sizing:border-box;padding:.85rem 1.1rem;border:2px solid rgba(255,255,255,.2);border-radius:10px;background:#ffffff1a;color:#fff;font-size:.95rem;transition:all .3s ease;font-weight:400}.profile-form input::placeholder{color:#ffffff80}.profile-form select option{background:#00184f;color:#fff;padding:.5rem}.profile-form input:focus,.profile-form select:focus{outline:none;border-color:#ff8500;background:#ffffff26;box-shadow:0 0 0 4px #ff850033}.profile-form input:disabled,.profile-form select:disabled{background:#ffffff0d;color:#ffffff80;cursor:not-allowed;border-color:#ffffff1a}.profile-form textarea{width:100%;box-sizing:border-box;padding:.85rem 1.1rem;border:2px solid rgba(255,255,255,.2);border-radius:10px;background:#ffffff1a;color:#fff;font-size:.95rem;min-height:120px;resize:vertical;font-family:Poppins,sans-serif;transition:all .3s ease}.profile-form textarea::placeholder{color:#ffffff80}.profile-form textarea:focus{outline:none;border-color:#ff8500;background:#ffffff26;box-shadow:0 0 0 4px #ff850033}.profile-form textarea:disabled{background:#ffffff0d;color:#ffffff80;cursor:not-allowed}.multi-input{display:grid;grid-template-columns:1fr 1fr 1fr;gap:1rem;margin-bottom:1rem}.checkbox-group{display:flex;flex-direction:column;gap:1rem;margin-top:.75rem}.checkbox-label{display:flex;align-items:center;gap:10rem;font-size:1.95rem;color:#fff;cursor:pointer;padding:1.5rem;border-radius:8px;background:#ffffff08}.checkbox-label input[type=checkbox]{margin-right:5rem;width:20px;height:20px;accent-color:#FF8500;flex-shrink:0}.skill-item{background:#ffffff14;padding:1.5rem;border-radius:12px;margin-bottom:1rem;border:1px solid rgba(255,133,0,.2);transition:all .3s ease}.skill-item:hover{background:#ffffff14;border-color:#ff850066;transform:translate(5px)}.skill-input-group{display:flex;gap:1rem;align-items:center;margin-bottom:1rem}.skill-name-input{flex:1;padding:.85rem 1.1rem;border:2px solid rgba(255,255,255,.2);border-radius:10px;background:#ffffff1a;color:#fff;font-size:.95rem;box-sizing:border-box;transition:all .3s ease}.skill-name-input:focus{outline:none;border-color:#ff8500;background:#ffffff26;box-shadow:0 0 0 4px #ff850033}.skill-name-input:disabled{background:#ffffff0d;color:#ffffff80;cursor:not-allowed;border-color:#ffffff1a}.remove-skill-btn{padding:.6rem 1rem;background:#a31f3433;color:#ff6b6b;border:2px solid rgba(163,31,52,.4);border-radius:10px;cursor:pointer;font-size:1rem;font-weight:600;transition:all .3s ease;flex-shrink:0}.remove-skill-btn:hover{background:#a31f3466;border-color:#a31f34;color:#fff;transform:scale(1.05)}.skill-level-container{display:flex;flex-direction:column;gap:.75rem}.skill-level-label{color:#fff;font-size:.95rem;font-weight:500}.skill-level-label strong{color:#ff8500;margin-left:.5rem}.skill-slider{width:100%;height:10px;border-radius:5px;background:#fff;outline:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer;opacity:.8;transition:opacity .3s ease}.skill-slider:hover{opacity:1}.skill-slider:disabled{cursor:not-allowed;opacity:.3}.skill-slider::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:24px;height:24px;border-radius:50%;background:#fff;border:3px solid #FF8500;cursor:pointer;box-shadow:0 2px 8px #ff850080;transition:all .3s ease}.skill-slider::-moz-range-thumb{width:24px;height:24px;border-radius:50%;background:#fff;border:3px solid #FF8500;cursor:pointer;box-shadow:0 2px 8px #ff850080;transition:all .3s ease}.skill-slider:not(:disabled)::-webkit-slider-thumb:hover{background:#ff8500;border-color:#fff;transform:scale(1.2);box-shadow:0 4px 12px #ff8500b3}.skill-slider:not(:disabled)::-moz-range-thumb:hover{background:#ff8500;border-color:#fff;transform:scale(1.2);box-shadow:0 4px 12px #ff8500b3}.add-btn{padding:.75rem 1.5rem;border-radius:10px;background:#ff850033;color:#ff8500;font-size:.95rem;border:2px solid rgba(255,133,0,.4);cursor:pointer;font-weight:600;transition:all .3s ease;margin-top:.75rem}.add-btn:hover{background:#ff85004d;border-color:#ff8500;color:#fff;transform:translateY(-2px);box-shadow:0 4px 15px #ff85004d}.form-buttons{margin-top:2.5rem;padding-top:2rem;border-top:2px solid rgba(255,133,0,.2);display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.form-buttons button{padding:1rem 2.5rem;border-radius:12px;background:#ff8500;color:#fff;font-size:1rem;border:none;cursor:pointer;font-weight:600;transition:all .3s ease;min-width:160px;box-shadow:0 4px 15px #ff85004d}.form-buttons button:hover{background:#ff8500;transform:translateY(-2px);box-shadow:0 6px 20px #ff850080}.form-buttons button[variant=secondary]{background:transparent;border:2px solid rgba(255,255,255,.3);color:#fff}.form-buttons button[variant=secondary]:hover{border-color:#ff8500;background:#ff85001a;color:#ff8500}.status-indicator{padding:12px 20px;border-radius:12px;margin-top:1rem;font-size:.95rem;font-weight:600;display:inline-flex;align-items:center;gap:10px;border:2px solid transparent;box-shadow:0 4px 12px #0000001a}.status-pending{background:#fbbf2433;color:#fbbf24;border-color:#fbbf2466}.status-approved{background:#10b98133;color:#10b981;border-color:#10b98166}.status-rejected{background:#ef444433;color:#ef4444;border-color:#ef444466}.pending-approval-box,.approval-box.approved,.approval-box.rejected{padding:2rem;border-radius:16px;border:2px solid transparent;margin:2rem 0;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 8px 24px #0003}.pending-approval-box{background:#fbbf2426;border-color:#fbbf2466}.pending-approval-box h3{color:#fbbf24;margin-top:0;font-size:1.3rem}.approval-box.approved{background:#10b98126;border-color:#10b98166}.approval-box.approved h3{color:#10b981;margin-top:0;font-size:1.3rem}.approval-box.rejected{background:#ef444426;border-color:#ef444466}.approval-box.rejected h3{color:#ef4444;margin-top:0;font-size:1.3rem}.rejection-reason{background:#7f1d1d33;padding:1rem 1.25rem;border-radius:10px;margin:1rem 0;font-style:italic;border-left:4px solid #ef4444;color:#fca5a5}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000c;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;z-index:9999;animation:fadeIn .3s ease}.access-denied-modal{background:#000000e6;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:2px solid rgba(239,68,68,.4);border-radius:20px;padding:3rem;max-width:500px;width:90%;text-align:center;box-shadow:0 20px 60px #00000080;animation:slideUp .3s ease}.modal-icon-error{font-size:72px;margin-bottom:1.5rem}.access-denied-modal h2{color:#ef4444;margin:0 0 1rem;font-size:1.8rem;font-weight:700}.access-denied-modal p{color:#fffc;line-height:1.6;margin:0 0 1rem}.modal-subtext{font-size:.9rem;color:#fff9;font-style:italic}.modal-close-button{margin-top:2rem;padding:1rem 2.5rem;background:#a31f34;color:#fff;border:none;border-radius:12px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #a31f3466}.modal-close-button:hover{transform:translateY(-2px);box-shadow:0 6px 20px #a31f3499}@media (max-width: 768px){.dashboard-container{padding:1.5rem}.form-grid{grid-template-columns:1fr;gap:1.5rem}.multi-input{grid-template-columns:1fr}.profile-pic{width:120px;height:120px}.dashboard-logo{width:110px}.dashboard-header{flex-direction:column;gap:1rem;padding:1.5rem}.logout-btn{width:100%}.profile-section h2{font-size:1.5rem}.skill-input-group{flex-direction:column}.remove-skill-btn{width:100%}.profile-form>div,.profile-form>section{padding:1.5rem}}@media (max-width: 480px){.dashboard-container{padding:1rem}.form-buttons{flex-direction:column}.form-buttons button{width:100%;min-width:unset}.dashboard-header{padding:1rem}.profile-section{padding:1.5rem}}:root{--font-main: "Poppins", sans-serif}*,*:before,*:after{box-sizing:border-box;font-family:var(--font-main)}html,body{width:100%;max-width:100%;overflow-x:hidden;margin:0;padding:0;font-family:var(--font-main);font-weight:400}#root{width:100%;max-width:100%;overflow-x:hidden;margin:0 auto}.home-title{color:#fff;font-size:1.5rem;font-weight:600;margin:2rem 0;text-shadow:2px 2px 4px rgba(0,0,0,.3)}.students-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem;justify-content:center;align-items:stretch;width:100%;margin:2rem auto;padding:0 2rem;box-sizing:border-box}@media (min-width: 1400px){.students-grid{grid-template-columns:repeat(6,1fr);padding:0 2rem}}.profile-card{display:flex;flex-direction:column;background:linear-gradient(135deg,#ffb600,#ff8500);border-radius:16px;padding:1.25rem;box-shadow:0 4px 12px #a31f3426;transition:all .3s ease;width:100%;height:480px;margin:0 auto;box-sizing:border-box;overflow:hidden;word-break:break-word;border:2px solid #A31F34}.profile-card:hover{transform:translateY(-4px);box-shadow:0 8px 20px #a31f3440;cursor:pointer;border-color:#ff8500}.profile-card.color-blue{background:linear-gradient(135deg,#00c1c1,#02aaaa);border:2px solid #007777}.profile-card.color-blue:hover{border-color:#00c1c1;box-shadow:0 8px 20px #00c1c140}.profile-card.color-blue .profile-card-header-centered{border-bottom:1px solid rgba(0,119,119,.3)}.profile-card.color-blue .profile-avatar-centered{border:3px solid #007777}.profile-card.color-blue .info-icon{color:#077}.profile-card.color-orange{background:linear-gradient(135deg,#ffb600,#ff8500);border:2px solid #A31F34}.profile-card.color-orange:hover{border-color:#ff8500;box-shadow:0 8px 20px #a31f3440}.profile-card.color-orange .profile-card-header-centered{border-bottom:1px solid rgba(163,31,52,.3)}.profile-card.color-orange .profile-avatar-centered{border:3px solid #A31F34}.profile-card.color-orange .info-icon{color:#a31f34}.profile-card.color-bordeaux{background:#a31f34;border:2px solid #4a0f18}.profile-card.color-bordeaux:hover{border-color:#8b2635;box-shadow:0 8px 20px #8b263540}.profile-card.color-bordeaux .profile-card-header-centered{border-bottom:1px solid rgba(74,15,24,.3)}.profile-card.color-bordeaux .profile-avatar-centered{border:3px solid #A31F34}.profile-card.color-bordeaux .info-icon{color:#4a0f18}.profile-card-header-centered{display:flex;flex-direction:column;align-items:center;margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px solid rgba(163,31,52,.3);text-align:center;flex-shrink:0}.profile-avatar-centered{width:90px;height:90px;border-radius:50%;object-fit:cover;border:3px solid #A31F34;margin-bottom:.75rem;transition:border-color .3s;box-shadow:0 2px 8px #00000026}.profile-card:hover .profile-avatar-centered{border-color:#fff;transform:scale(1.05)}.profile-name-centered{font-size:1.1rem;font-weight:600;color:#fff;margin:0 0 .35rem;line-height:1.3;text-align:center;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;word-wrap:break-word;text-shadow:1px 1px 2px rgba(0,0,0,.2)}.profile-title{font-weight:500;color:#2d1810;word-wrap:break-word;font-size:.85rem;line-height:1.3}.profile-card-body{display:flex;flex-direction:column;gap:.65rem;width:100%;overflow-y:auto;overflow-x:hidden;flex:1;padding-right:.4rem;scrollbar-width:thin;scrollbar-color:rgba(163,31,52,.5) transparent}.profile-card-body::-webkit-scrollbar{width:5px}.profile-card-body::-webkit-scrollbar-thumb{background:#a31f3480;border-radius:10px}.profile-card-body::-webkit-scrollbar-thumb:hover{background:#a31f34b3}.profile-info-row{display:flex;align-items:flex-start;gap:.5rem;font-size:.85rem;color:#2d1810;padding:.35rem 0;flex-wrap:wrap}.info-icon{font-size:1.1rem;flex-shrink:0;width:22px;display:flex;align-items:center;justify-content:center;color:#a31f34}.info-text{flex:1;color:#2d1810;font-weight:500;font-size:.85rem;word-break:break-word;overflow-wrap:break-word;line-height:1.4}.home-page{position:relative;min-height:100vh;overflow-x:hidden;overflow-y:auto}.home-overlay{position:relative;z-index:2;color:#fff;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#fff;min-height:100vh;display:flex;flex-direction:column}.home-content{width:100%;margin:0 auto;padding:2rem 1.5rem;text-align:center;box-sizing:border-box}@media (max-width: 639px){.home-content{width:95%;max-width:100%;padding:1.5rem 1rem}.home-title{font-size:1.5rem;margin:1.5rem 0}}.results-info{text-align:center;font-size:.95rem;color:#fff;margin:1.5rem 0 1rem;font-weight:500;text-shadow:1px 1px 3px rgba(0,0,0,.3)}.pagination-container{display:flex;flex-direction:column;align-items:center;gap:1rem;margin:2rem auto;padding:1rem;width:100%;max-width:100%;box-sizing:border-box;overflow-x:hidden}.pagination-controls{display:flex;justify-content:center;align-items:center;gap:.4rem;flex-wrap:wrap;width:100%;max-width:100%}.pagination-btn{padding:.6rem 1rem;background:linear-gradient(135deg,#a31f34,#8b1929);color:#fff;border:2px solid #A31F34;border-radius:8px;font-weight:600;font-size:.85rem;cursor:pointer;transition:all .3s ease;box-shadow:0 2px 8px #a31f3440;white-space:nowrap;flex-shrink:0}.pagination-btn:hover:not(:disabled){background:linear-gradient(135deg,#ff8500,#ffb600);border-color:#ff8500;transform:translateY(-2px);box-shadow:0 4px 12px #ff850059}.pagination-btn:disabled{opacity:.4;cursor:not-allowed;background:#ccc;border-color:#999}.page-indicator{font-size:.95rem;font-weight:600;color:#fff;text-shadow:1px 1px 3px rgba(0,0,0,.3);margin-bottom:.5rem}.page-numbers{display:flex;gap:.35rem;align-items:center;flex-wrap:wrap;justify-content:center}.page-number{padding:.45rem .7rem;background:#fff;color:#010f35;border:2px solid #00C1C1;border-radius:6px;font-weight:600;cursor:pointer;transition:all .3s ease;min-width:32px;font-size:.85rem;flex-shrink:0}.page-number:hover{background:#d8eafe;transform:translateY(-2px);box-shadow:0 2px 8px #00c1c14d}.page-number.active{background:linear-gradient(135deg,#00c1c1,#0099a8);color:#fff;border-color:#00c1c1;box-shadow:0 2px 8px #00c1c166}.page-ellipsis{color:#fff;font-weight:700;padding:0 .4rem;text-shadow:1px 1px 3px rgba(0,0,0,.3);font-size:.85rem}@media (max-width: 768px){.pagination-container{gap:.75rem;padding:1rem .5rem}.pagination-controls{gap:.35rem}.pagination-btn{padding:.5rem .85rem;font-size:.8rem}.page-numbers{gap:.3rem}.page-number{padding:.4rem .6rem;min-width:28px;font-size:.8rem}.page-indicator,.results-info{font-size:.85rem}}@media (max-width: 480px){.pagination-container{gap:.75rem;padding:.75rem .5rem}.pagination-controls{flex-direction:column;width:100%;gap:.6rem}.pagination-btn{width:85%;max-width:160px;font-size:.75rem}.page-numbers{order:2;width:100%}.results-info,.page-indicator{font-size:.8rem}}.dashboard-container{background:#a31f34;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);padding:1.5rem 2rem 3rem;border-radius:16px;max-width:900px;width:90%;color:#fff;margin:2rem auto;box-shadow:0 6px 20px #e6818159;text-align:center;transition:all .3s ease;overflow-x:hidden}@media (max-width: 768px){.dashboard-container{width:95%;max-width:100%;padding:1.25rem 1.25rem 2.5rem;margin:1.5rem auto}.form-grid,.multi-input{grid-template-columns:1fr;width:100%}.logout-btn{position:static;transform:none;margin:1.5rem auto 0;width:100%}}@media (max-width: 480px){.dashboard-container{padding:1rem 1rem 2rem;width:95%;max-width:100%}.form-buttons{flex-direction:column;gap:.6rem}.form-buttons button{width:100%}}.form-grid,.multi-input{width:100%;max-width:100%;overflow-x:hidden}.profile-form input,.profile-form select,.profile-form textarea{width:100%;max-width:100%;box-sizing:border-box}img,.mit-logo,.dashboard-logo{max-width:100%;height:auto;display:block}.flex,.grid{min-width:0;max-width:100%;overflow-x:hidden}.filter-modal{left:50%;transform:translate(-50%) translateY(-50%);max-width:95%;width:95%}@media (max-width: 600px){.filter-modal{padding:20px;width:95%;max-height:85vh}}.navbar{display:flex;justify-content:space-between;align-items:center;background-color:#12083b;color:#fff;padding:.75em 2em;box-shadow:0 2px 6px #0000004d;font-family:Poppins,sans-serif;position:fixed;top:0;left:0;right:0;width:100%;z-index:1000}.navbar-left{display:flex;align-items:center;flex:1;min-width:0}.navbar-center{position:absolute;left:50%;transform:translate(-50%);pointer-events:none}.navbar-center img{pointer-events:auto}.navbar-logo{width:100px;cursor:pointer}.navbar-right{display:flex;align-items:center;gap:10px;flex:1;justify-content:flex-end;min-width:0}body{padding-top:70px}.navbar-right button{margin:0;white-space:nowrap}.navbar-title{font-size:1.25rem}.navbar-right a{margin-left:1.5em;color:#fff;text-decoration:none;font-weight:500}.navbar-right a:hover{color:orange}.navbar-home-link{color:#fff;text-decoration:none;font-weight:500;margin-left:20px;transition:color .3s ease;white-space:nowrap}.navbar-home-link:hover{color:#fbbf24}.navbar-loading{color:#ffffffb3;font-size:14px}.navbar-user-info{display:inline-block;margin-right:15px;vertical-align:middle}.navbar-status-badge{padding:4px 8px;border-radius:12px;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.navbar-status-badge.pending{background:#fef3c7;color:#92400e}.navbar-status-badge.approved{background:#d1fae5;color:#065f46}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000b3;display:flex;align-items:center;justify-content:center;z-index:9999;animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.access-denied-modal{background:#fff;border-radius:16px;padding:40px;max-width:500px;width:90%;text-align:center;box-shadow:0 20px 60px #0000004d;animation:slideUp .3s ease}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.modal-icon-error{font-size:64px;margin-bottom:20px}.access-denied-modal h2{color:#991b1b;margin:0 0 16px;font-size:28px}.access-denied-modal p{color:#4b5563;line-height:1.6;margin:0 0 12px;font-size:15px}.modal-subtext{font-size:13px;color:#6b7280;font-style:italic;margin-bottom:24px}.modal-actions-row{display:flex;gap:12px;justify-content:center;margin-top:24px}.modal-button-primary{padding:12px 24px;background:#00c1c1;color:#fff;border:none;border-radius:8px;font-size:15px;font-weight:600;cursor:pointer;transition:all .3s ease}.modal-button-primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #7f1d1d66;background:#02aaaa}.modal-button-secondary{padding:12px 24px;background:#ffb600;color:#fff;border:none;border-radius:8px;font-size:15px;font-weight:600;cursor:pointer;transition:all .3s ease}.modal-button-secondary:hover{background:#ff8500}@media (max-width: 1024px){.navbar{padding:.75em 1em}.navbar-logo{width:70px}.navbar-user-info{font-size:13px;margin-right:8px}.navbar-right button{padding:8px 16px;font-size:13px}.navbar-right{gap:8px}}@media (max-width: 768px){.navbar{padding:.5em}.navbar-logo{width:50px}.navbar-user-info{font-size:11px;margin-right:6px;max-width:100px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.navbar-status-badge{font-size:8px;padding:2px 4px}.navbar-right{gap:5px}.navbar-right button{padding:6px 8px;font-size:11px;border-radius:6px;max-width:70px;overflow:hidden;text-overflow:ellipsis}.navbar-home-link{font-size:12px;margin-left:8px}.modal-actions-row{flex-direction:column}.modal-button-primary,.modal-button-secondary{width:100%}}@media (max-width: 480px){.navbar{padding:.4em .3em}.navbar-logo{width:40px}.navbar-user-info{font-size:10px;margin-right:4px;max-width:70px}.navbar-right{gap:4px}.navbar-right button{padding:5px 6px;font-size:10px;border-radius:5px;max-width:60px}.navbar-home-link{display:none}}@media (max-width: 380px){.navbar-logo{width:35px}.navbar-user-info{font-size:9px;max-width:50px}.navbar-right button{padding:4px 5px;font-size:9px;max-width:50px}.navbar-status-badge{display:none}}.loader-container{display:flex;justify-content:center;align-items:center;height:100%}.spinner{border:5px solid #f3f3f3;border-top:5px solid orange;border-radius:50%;width:50px;height:50px;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.filter-modal-backdrop{position:fixed;top:0;left:0;right:0;bottom:0;background:#010f35d9;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);z-index:9998;animation:fadeInBackdrop .3s ease}@keyframes fadeInBackdrop{0%{opacity:0;-webkit-backdrop-filter:blur(0px);backdrop-filter:blur(0px)}to{opacity:1;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}}.filter-modal{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);background:#fff;border-radius:16px;padding:1.5rem;max-width:700px;width:90%;max-height:90vh;overflow-y:auto;box-shadow:0 20px 60px #0000004d;z-index:9999;animation:slideInFilter .4s cubic-bezier(.34,1.56,.64,1);border:2px solid var(--color-turquoise)}@keyframes slideInFilter{0%{opacity:0;transform:translate(-50%,-45%) scale(.95)}to{opacity:1;transform:translate(-50%,-50%) scale(1)}}.filter-modal::-webkit-scrollbar{width:10px}.filter-modal::-webkit-scrollbar-track{background:var(--color-light-blue);border-radius:8px;margin:5px}.filter-modal::-webkit-scrollbar-thumb{background:var(--color-turquoise);border-radius:8px;border:2px solid var(--color-light-blue)}.filter-modal::-webkit-scrollbar-thumb:hover{background:#0099a8}.filter-modal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;padding-bottom:.75rem;border-bottom:2px solid rgba(0,193,193,.3)}.filter-modal-header h2{color:var(--color-deep-blue);margin:0;font-size:1.8rem;font-weight:700;letter-spacing:.5px}.modal-close-btn{background:var(--color-turquoise);border:2px solid transparent;color:#fff;font-size:1.5rem;cursor:pointer;width:36px;height:36px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .3s ease;font-weight:700;box-shadow:0 4px 10px #0000001a}.modal-close-btn:hover{background:#00e5e5;transform:rotate(90deg)}.filter-modal-body{display:flex;flex-direction:column;gap:1rem}.filter-group{display:flex;flex-direction:column;gap:.5rem}.filter-label{color:var(--color-deep-blue);font-weight:700;font-size:1rem;letter-spacing:.3px;margin-bottom:.25rem}.filter-select,.skill-search-input,.smart-search-input{width:100%;padding:.6rem .8rem;border-radius:8px;border:1px solid rgba(0,193,193,.4);background:#fff;color:var(--color-deep-blue);font-size:.95rem;font-weight:500;outline:none;transition:all .3s ease;box-shadow:none}.filter-select:focus,.skill-search-input:focus,.smart-search-input:focus{border-color:var(--color-turquoise);box-shadow:0 0 0 3px #00c1c11a}.filter-select option{background:#fff;color:var(--color-deep-blue);padding:.5rem}.skill-search-input::placeholder,.smart-search-input::placeholder{color:#010f3580;font-size:.9rem}.filter-actions{display:flex;gap:.5rem;margin-bottom:.25rem}.select-all-btn,.deselect-all-btn{flex:1;padding:.5rem .8rem;border-radius:8px;border:1px solid var(--color-turquoise);background:#00c1c11a;color:var(--color-turquoise);font-size:.85rem;font-weight:600;cursor:pointer;transition:all .3s ease}.select-all-btn:hover{background:var(--color-turquoise);color:#fff}.deselect-all-btn:hover{background:#00c1c133}.filter-modal .checkbox-group{display:flex;flex-direction:column;gap:.5rem;background:#f0f7ff;padding:.8rem;border-radius:8px;border:1px solid rgba(0,193,193,.3);max-height:150px;overflow-y:auto}.filter-modal .checkbox-label{display:flex;align-items:center;gap:.5rem;cursor:pointer;color:var(--color-deep-blue);font-size:.9rem;font-weight:500;padding:.4rem;border-radius:6px;transition:all .2s ease;background:#fff;border:1px solid transparent}.filter-modal .checkbox-label:hover{background:#e0fafa;border-color:#00c1c14d}.filter-modal .checkbox-label input[type=checkbox]{width:18px;height:18px;cursor:pointer;accent-color:var(--color-turquoise)}.filter-modal .checkbox-label span{flex:1}.skill-search-container{display:flex;gap:.5rem;align-items:stretch}.skill-search-input{flex:1}.add-skill-btn{background:var(--color-turquoise);color:#fff;border:none;padding:.6rem 1.2rem;border-radius:8px;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .3s ease;white-space:nowrap}.add-skill-btn:hover:not(:disabled){background:#008b8b;transform:translateY(-1px)}.add-skill-btn:disabled{background:#ccc;cursor:not-allowed}.skill-feedback-message{color:#fff;background:var(--color-turquoise);padding:.5rem;border-radius:6px;font-size:.9rem;font-weight:600;text-align:center;margin-top:.5rem;animation:fadeInBackdrop .3s ease}.skill-suggestions{background:#fff;border-radius:8px;margin-top:.25rem;max-height:150px;overflow-y:auto;border:1px solid var(--color-turquoise);box-shadow:0 4px 12px #0000001a}.skill-suggestion-item{padding:.6rem .8rem;cursor:pointer;color:var(--color-deep-blue);font-size:.9rem;font-weight:500;border-bottom:1px solid #f0f0f0;transition:all .2s ease}.skill-suggestion-item:last-child{border-bottom:none}.skill-suggestion-item:hover{background:#e0fafa;color:var(--color-turquoise)}.selected-skills{display:flex;flex-direction:column;gap:.75rem;margin-top:.5rem}.skill-item-modal{background:#f8fbff;padding:.8rem 1rem;border-radius:10px;border:1px solid var(--color-turquoise);transition:all .3s ease}.skill-item-modal:hover{background:#edf6ff;border-color:#008b8b}.skill-info{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.skill-name{color:var(--color-turquoise);font-weight:700;font-size:1rem;letter-spacing:.3px}.remove-skill-btn{background:#fff;border:1px solid var(--color-turquoise);color:var(--color-turquoise);cursor:pointer;font-size:1rem;width:28px;height:28px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .3s ease;font-weight:700}.remove-skill-btn:hover{background:var(--color-turquoise);color:#fff}.skill-level-control{display:flex;align-items:center;gap:.75rem;margin-bottom:.25rem}.skill-slider{flex:1;height:6px;border-radius:3px;background:#e2e8f0;outline:none;-webkit-appearance:none;cursor:pointer}.skill-slider::-webkit-slider-thumb{-webkit-appearance:none;width:20px;height:20px;border-radius:50%;background:var(--color-turquoise);cursor:pointer;border:3px solid white;box-shadow:0 1px 4px #0000004d;transition:all .25s ease}.skill-slider::-webkit-slider-thumb:hover{background:#008b8b;transform:scale(1.1)}.skill-slider::-moz-range-thumb{width:20px;height:20px;border-radius:50%;background:var(--color-turquoise);cursor:pointer;border:3px solid white;box-shadow:0 1px 4px #0000004d;transition:all .25s ease}.skill-slider::-moz-range-track{height:6px;border-radius:3px;background:#e2e8f0}.skill-level-display{color:#fff;font-size:.85rem;font-weight:600;min-width:90px;text-align:center;padding:.4rem .6rem;background:var(--color-turquoise);border-radius:6px;border:none}.slider-labels{display:flex;justify-content:space-between;padding:0 2px;margin-top:.25rem}.slider-label{color:#fff;font-size:1.75rem;font-weight:600;width:10%;text-align:center;-webkit-user-select:none;user-select:none;opacity:.7}.slider-label:hover{color:var(--color-turquoise);opacity:1}@media (max-width: 768px){.slider-label{font-size:.6rem;width:8%}}@media (max-width: 480px){.slider-label{font-size:.5rem;width:10%}}.filter-modal-footer{display:flex;gap:.75rem;margin-top:1.5rem;padding-top:1rem;border-top:1px solid rgba(0,193,193,.3)}.clear-filters-btn,.apply-filters-btn{flex:1;padding:.7rem 1rem;border-radius:8px;border:none;cursor:pointer;font-size:1rem;font-weight:600;transition:all .3s ease}.clear-filters-btn{background:#fff;color:var(--color-turquoise);border:2px solid var(--color-turquoise)}.clear-filters-btn:hover{background:#f0fafa}.apply-filters-btn{background:var(--color-turquoise);color:#fff}.apply-filters-btn:hover{background:#008b8b;transform:translateY(-2px)}@media (max-width: 1024px){.filter-modal{max-width:650px;padding:1.25rem}}@media (max-width: 768px){.filter-modal{width:95%;padding:1rem;max-height:95vh;border-radius:12px}.filter-modal-header h2{font-size:1.5rem}.modal-close-btn{width:32px;height:32px;font-size:1.2rem}.filter-modal-body{gap:.8rem}.filter-label{font-size:.95rem}.filter-modal-footer{margin-top:1rem}}@media (max-width: 480px){.filter-modal{width:96%;padding:1rem .8rem}.filter-modal-header h2{font-size:1.3rem}.skill-search-container{flex-direction:column}.add-skill-btn{width:100%}.filter-modal-footer{flex-direction:column}}.students-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem;justify-content:center;align-items:stretch;width:100%;margin:2rem auto;padding:0 1rem;box-sizing:border-box}@media (min-width: 1400px){.students-grid{grid-template-columns:repeat(5,1fr);padding:0 2rem}}@media (max-width: 1399px) and (min-width: 1024px){.students-grid{grid-template-columns:repeat(3,1fr);padding:0 2rem}}@media (max-width: 1023px) and (min-width: 640px){.students-grid{grid-template-columns:repeat(2,1fr);gap:1.25rem;padding:0 1.5rem;max-width:800px}}@media (max-width: 639px){.students-grid{grid-template-columns:1fr;gap:1rem;width:95%;margin:1.5rem auto;padding:0 1rem}}.profile-card{display:flex;flex-direction:column;background:linear-gradient(135deg,#00c1c1,#02aaaa);border-radius:12px;padding:1.25rem;box-shadow:0 4px 12px #0000001f;transition:all .3s ease;width:100%;height:420px;margin:0 auto;box-sizing:border-box;overflow:hidden;word-break:break-word;font-family:Poppins,sans-serif;border:2px solid transparent}.profile-card:hover{transform:translateY(-4px);box-shadow:0 8px 20px #00000026;cursor:pointer}.profile-card.color-blue{background:linear-gradient(135deg,#00c1c1,#02aaaa);border-color:#077}.profile-card.color-blue:hover{border-color:#00c1c1}.profile-card.color-blue .profile-card-header-centered{border-bottom-color:#ffffff4d}.profile-card.color-blue:hover .profile-avatar-centered{border-color:#fff}.profile-card.color-blue .skill-tag-inline{background:#fff3;color:#003d3d}.profile-card.color-blue .skill-tag-inline:hover{background:#ffffff4d}.profile-card.color-orange{background:linear-gradient(135deg,#ffb600,#ff8500);border-color:#a31f34}.profile-card.color-orange:hover{border-color:#ff8500}.profile-card.color-orange .profile-card-header-centered{border-bottom-color:#a31f344d}.profile-card.color-orange:hover .profile-avatar-centered{border-color:#fff}.profile-card.color-orange .skill-tag-inline{background:#a31f3433;color:#5a0f18}.profile-card.color-orange .skill-tag-inline:hover{background:#a31f344d}.profile-card.color-bordeaux{background:linear-gradient(135deg,#a31f34,#8b1929);border-color:#4a0f18}.profile-card.color-bordeaux:hover{border-color:#a31f34}.profile-card.color-bordeaux .profile-card-header-centered{border-bottom-color:#ffffff4d}.profile-card.color-bordeaux:hover .profile-avatar-centered{border-color:#fff}.profile-card.color-bordeaux .skill-tag-inline{background:#fff3;color:#2a0a10}.profile-card.color-bordeaux .skill-tag-inline:hover{background:#ffffff4d}.profile-card-header-centered{display:flex;flex-direction:column;align-items:center;margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px solid rgba(255,255,255,.3);text-align:center;flex-shrink:0}.profile-avatar-centered{width:100px;height:100px;border-radius:50%;object-fit:cover;border:3px solid rgba(255,255,255,.5);margin-bottom:.75rem;transition:all .3s ease;box-shadow:0 2px 8px #00000026}.profile-card:hover .profile-avatar-centered{transform:scale(1.05)}.profile-name-centered{font-size:1.5rem;font-weight:600;color:#fff;margin:0 0 .35rem;line-height:1.3;text-align:center;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;word-wrap:break-word;text-shadow:1px 1px 2px rgba(0,0,0,.2)}.profile-title{font-weight:400;color:#fffffff2;word-wrap:break-word;font-size:.8rem;line-height:1.3}.profile-card-body{display:flex;flex-direction:column;gap:.6rem;width:100%;overflow-y:auto;overflow-x:hidden;flex:1;padding-right:.35rem;scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.3) transparent}.profile-card-body::-webkit-scrollbar{width:4px}.profile-card-body::-webkit-scrollbar-thumb{background:#ffffff4d;border-radius:10px}.profile-card-body::-webkit-scrollbar-thumb:hover{background:#ffffff80}.profile-info-row{display:flex;align-items:flex-start;gap:.5rem;font-size:.8rem;color:#fff;padding:.35rem 0;flex-wrap:wrap}.info-icon{font-size:1rem;flex-shrink:0;width:20px;display:flex;align-items:center;justify-content:center}.info-text{flex:1;color:#fffffff2;font-weight:500;font-size:.8rem;word-break:break-word;overflow-wrap:break-word;line-height:1.4;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.skills-inline{display:flex;flex-wrap:nowrap;gap:.35rem;flex:1;overflow-x:auto;overflow-y:hidden;white-space:nowrap;padding-bottom:2px;scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.3) transparent}.skills-inline::-webkit-scrollbar{height:3px}.skills-inline::-webkit-scrollbar-thumb{background:#ffffff4d;border-radius:4px}.skill-tag-inline{background:#fff3;color:#000c;padding:.3rem .6rem;border-radius:8px;font-size:.75rem;font-weight:500;line-height:1;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;max-width:90px;flex-shrink:0;transition:all .2s ease}.skill-tag-inline:hover{background:#ffffff4d;transform:scale(1.03)}.profile-social-links-inline{display:flex;gap:.5rem;flex:1;align-items:center;flex-wrap:wrap;margin-top:auto}@media (max-width: 639px){.profile-card{height:400px;padding:1rem}.profile-avatar-centered{width:80px;height:80px}.profile-name-centered{font-size:.95rem}.profile-info-row{font-size:.75rem}.skill-tag-inline{font-size:.7rem;padding:.25rem .5rem}}@media (min-width: 640px) and (max-width: 1023px){.profile-card{height:410px}}.profile-card.loading{opacity:.6;pointer-events:none}.profile-card.expanded{transform:scale(1.02);height:auto;max-width:600px;padding:2rem;z-index:10;box-shadow:0 12px 40px #0003}@keyframes fadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}:root{--color-deep-blue: #010F35;--color-deep-blue-sub: #00184F;--color-bordeaux: #A31F34;--color-orange: #FF8500;--color-orange-sub: #FFB600;--color-turquoise: #00C1C1;--color-light-blue: #D8EAFE;--font-main: "Poppins", sans-serif}*{font-family:Poppins,sans-serif!important;box-sizing:border-box}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#010f35d9;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);display:flex;align-items:center;justify-content:center;z-index:10001;padding:1rem;overflow-y:auto;animation:fadeInModal .4s ease-out}@keyframes fadeInModal{0%{opacity:0;-webkit-backdrop-filter:blur(0px);backdrop-filter:blur(0px)}to{opacity:1;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}}.modal-content{background:#fff;border-radius:16px;max-width:800px;width:100%;max-height:95vh;overflow-y:auto;box-shadow:0 30px 80px #0000004d;border:2px solid var(--color-turquoise);animation:slideUpModal .5s cubic-bezier(.34,1.56,.64,1);position:relative}@keyframes slideUpModal{0%{opacity:0;transform:translateY(60px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.modal-content{scroll-behavior:smooth;scrollbar-width:thin;scrollbar-color:var(--color-turquoise) var(--color-light-blue)}.modal-content::-webkit-scrollbar{width:10px}.modal-content::-webkit-scrollbar-track{background:var(--color-light-blue);border-radius:8px;margin:5px}.modal-content::-webkit-scrollbar-thumb{background:var(--color-turquoise);border-radius:8px;border:2px solid var(--color-light-blue)}.modal-content::-webkit-scrollbar-thumb:hover{background:#0099a8}.nav-button{position:absolute;top:50%;transform:translateY(-50%);background:#010f35b3;color:#fff;border:2px solid var(--color-orange);border-radius:50%;width:50px;height:50px;font-size:1.8rem;line-height:1;cursor:pointer;z-index:10002;transition:all .3s ease;box-shadow:0 4px 15px #0000004d;display:flex;align-items:center;justify-content:center;opacity:.8}.nav-button:hover:not(:disabled){background:var(--color-orange);border-color:var(--color-turquoise);transform:translateY(-50%) scale(1.1);opacity:1}.nav-button:disabled{cursor:not-allowed;opacity:.3;border-color:#555;background:#333}.nav-left{left:20px}.nav-right{right:20px}.close-btn{position:absolute;top:1rem;right:1rem;background:var(--color-bordeaux);color:#fff;border:2px solid var(--color-orange);border-radius:50%;width:35px;height:35px;font-size:1.4rem;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 10px #0003;z-index:10;display:flex;align-items:center;justify-content:center}.close-btn:hover{background:var(--color-orange);border-color:var(--color-bordeaux);transform:rotate(90deg)}.modal-header{text-align:center;padding:1.2rem 1.2rem .8rem;background:var(--color-bordeaux);border-bottom:3px solid #8B1929;position:relative}.modal-avatar{width:90px;height:90px;border-radius:50%;object-fit:cover;border:4px solid white;margin:0 auto .6rem;transition:all .4s ease;box-shadow:0 5px 15px #0003;position:relative;z-index:1;display:block}.modal-avatar:hover{transform:scale(1.05);border-color:var(--color-light-blue)}.modal-header h2{font-size:1.6rem;font-weight:700;color:#fff;margin:0 0 .25rem;position:relative;z-index:1}.modal-gender{font-size:.9rem;color:#eee;opacity:.9;font-style:italic;font-weight:400}.modal-cohort{font-size:1rem;color:var(--color-orange-sub);font-weight:700;text-transform:uppercase;letter-spacing:.5px;margin-top:.25rem}.modal-body{padding:1rem;color:var(--color-deep-blue);font-size:.9rem}.modal-section{margin-bottom:.8rem;padding:.9rem;background:#f0f7ff;border-radius:12px;border:1px solid rgba(0,193,193,.3);transition:all .3s ease}.modal-section:hover{background:#e0f0ff;border-color:var(--color-turquoise)}.modal-section h3{font-size:1.2rem;font-weight:700;color:var(--color-deep-blue);display:flex;align-items:center;gap:.5rem;margin-bottom:.6rem;text-transform:uppercase;letter-spacing:.5px}.modal-section h3:before{content:"";width:5px;height:20px;background:var(--color-turquoise);border-radius:3px}.modal-section p{line-height:1.5;color:var(--color-deep-blue);margin-bottom:.4rem}.modal-section strong{color:#008b8b;font-weight:600;font-size:large}.email-link{color:var(--color-turquoise);text-decoration:none;transition:all .3s ease;padding:.1rem .3rem;border-radius:4px;background:#00c1c11a}.email-link:hover{color:#fff;background:var(--color-turquoise);text-decoration:none}.skills-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:1.5rem;padding:.6rem;background:#fff;border-radius:10px;border:1px solid rgba(0,193,193,.2)}.skill-list-item{background:var(--color-light-blue);color:var(--color-deep-blue);border-radius:8px;padding:.5rem .7rem;display:flex;justify-content:space-between;align-items:center;font-weight:600;transition:all .3s ease;border:1px solid rgba(0,193,193,.3)}.skill-list-item:hover{background:#cce0ff;border-color:var(--color-turquoise)}.skill-list-name{font-size:.85rem;text-align:left;color:var(--color-deep-blue);font-weight:500}.skill-list-level{font-size:.7rem;font-weight:700;padding:.15rem .4rem;border-radius:12px;text-transform:uppercase;background:#fff;color:var(--color-turquoise);border:1px solid var(--color-turquoise)}.skill-level-1,.skill-level-beginner{color:#d97706;border-color:#fbbf24}.skill-level-2,.skill-level-intermediate{color:#2563eb;border-color:#3b82f6}.skill-level-3,.skill-level-advanced{color:#059669;border-color:#10b981}.skill-level-4,.skill-level-expert{color:#7c3aed;border-color:#8b5cf6}.education-list,.experience-list{display:flex;flex-direction:column;gap:.6rem;margin-top:.5rem}.education-item,.experience-item{background:#fff;padding:.7rem;border-radius:8px;border-left:4px solid var(--color-turquoise);transition:all .3s ease;box-shadow:0 2px 5px #0000000d}.education-item:hover,.experience-item:hover{background:var(--color-light-blue)}.education-item p,.experience-item p{margin-bottom:.2rem;font-size:1.1rem}.currently-seeking-block{margin-top:.8rem}.currently-seeking-list,.current-occupation-list,.languages-list,.interests-list{display:flex;flex-wrap:wrap;gap:.4rem;margin-top:.4rem;justify-content:center;align-items:center}.seeking-tag,.occupation-tag,.language-tag,.interest-tag{padding:.3rem .7rem;border-radius:20px;font-weight:600;font-size:.75rem;transition:all .3s ease;border:1px solid transparent}.seeking-tag,.occupation-tag{background:#e0fafa;color:#008b8b;border-color:#00c1c1}.language-tag{background:var(--color-light-blue);color:var(--color-deep-blue-sub);border-color:#baccdf}.interest-tag{background:#f0fdfa;color:var(--color-turquoise);border-color:var(--color-turquoise)}.profile-social-links-inline{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.8rem;justify-content:center;align-items:center}.social-link{padding:.5rem .8rem;border-radius:8px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;cursor:pointer;transition:all .3s ease;font-size:.8rem;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;color:#fff;border:none}.social-link.linkedin{background:#0077b5}.social-link.github{background:#24292e}.social-link.portfolio{background:var(--color-turquoise)}.social-link:hover{transform:translateY(-2px);opacity:.9}.no-link,.no-data{color:#666;opacity:.7;font-style:italic;font-size:.8rem}@media (max-width: 768px){.modal-overlay{padding:0}.nav-button{width:40px;height:40px;font-size:1.5rem;left:10px;right:10px}.modal-content{border-radius:0;max-height:100vh;border:none}.modal-header{padding:1rem}.modal-avatar{width:70px;height:70px}.modal-header h2{font-size:1.4rem}.modal-body{padding:1rem}.modal-section{padding:.75rem}.skills-list{grid-template-columns:1fr}.profile-social-links-inline{flex-direction:column}.social-link{width:100%}.modal-nav{position:absolute;top:50%;right:20px;transform:translateY(-50%);display:flex;flex-direction:column;gap:1rem;z-index:50}.nav-btn{background:var(--color-deep-blue);color:#fff;border:none;font-size:1.4rem;padding:8px 12px;border-radius:8px;cursor:pointer;opacity:.9}.nav-btn:disabled{opacity:.3;cursor:not-allowed}}.search-bar-container{display:flex;gap:12px;align-items:center;max-width:800px;margin:0 auto 2rem}.search-bar{flex:1;position:relative;display:flex;align-items:center}.search-bar input{width:100%;padding:12px 42px 12px 12px;border-radius:12px;border:1px solid rgba(255,255,255,.2);background:#ffffff1a;color:#fff;font-size:1rem;outline:none;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all .3s ease}.search-bar input::placeholder{color:#fff9}.search-bar input:focus{border-color:#4a90e299;background:#ffffff26;box-shadow:0 0 0 3px #4a90e233}.search-icon{position:absolute;right:10px;background:none;border:none;font-size:1.2rem;color:#fffc;cursor:pointer;transition:transform .2s ease,color .2s ease}.search-icon:hover{color:#4a90e2;transform:scale(1.15)}.filter-button{padding:12px 24px;border-radius:12px;border:1px solid rgba(255,255,255,.2);background:#ffffff1a;color:#fff;cursor:pointer;font-size:1rem;font-weight:500;display:flex;align-items:center;gap:6px;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);white-space:nowrap}.filter-button:hover{background:#fff3;transform:translateY(-2px);box-shadow:0 4px 12px #0003}.filter-button.active{background:#4a90e24d;border-color:#4a90e280}.filter-badge{background:#4a90e2;border-radius:50%;width:20px;height:20px;display:flex;align-items:center;justify-content:center;font-size:.8rem;font-weight:700;animation:pulse 2s infinite}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}@media (max-width: 600px){.search-bar-container{flex-direction:column;width:100%}.filter-button{width:100%;justify-content:center}.search-bar{width:100%}}*{font-family:Poppins,sans-serif!important}:root{--mit-bordeaux: #A31F34;--mit-orange: #FFB118;--white: #ffffff;--overlay-dark: rgba(0, 0, 0, .5)}.mit-slideshow-wrapper{width:100%;max-width:1120px;margin:1.8rem auto;padding:0 1rem;box-sizing:border-box}.mit-slideshow{position:relative;width:100%;background:var(--mit-bordeaux);color:var(--white);border-radius:14px;overflow:hidden;min-height:400px;box-shadow:0 8px 28px #00000073}.slides-viewport{position:relative;width:100%;height:400px;overflow:hidden}.slide{position:absolute;width:100%;height:100%;top:0;left:0;transition:transform .6s cubic-bezier(.4,0,.2,1),opacity .5s ease;opacity:0;pointer-events:none}.slide.active{opacity:1;pointer-events:auto;z-index:2}.nav-btn{position:absolute;top:50%;transform:translateY(-50%);width:42px;height:42px;border-radius:50%;border:2px solid rgba(255,255,255,.2);background:#ffffff1a;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:30;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);color:#fff;transition:transform .2s ease,background .2s ease}.nav-btn:hover{transform:translateY(-50%) scale(1.08);background:#ffffff26}.nav-btn.prev{left:16px}.nav-btn.next{right:16px}.dots{position:absolute;bottom:16px;left:50%;transform:translate(-50%);display:flex;gap:8px;z-index:40}.dot{width:10px;height:10px;border-radius:50%;background:#ffffff4d;border:2px solid rgba(255,255,255,.5);cursor:pointer;transition:all .3s ease}.dot:hover{background:#ffffff80}.dot.active{width:29px;border-radius:6px;background:var(--mit-orange);border-color:#ffffffe6}.quote-layout{grid-template-columns:1fr 1fr;gap:2.4rem;position:relative}.quote-left{display:flex;align-items:center;justify-content:center}.quote-image-wrap{width:100%;max-width:360px}.quote-portrait{width:100%;height:auto;object-fit:cover;border-radius:0;box-shadow:none;filter:none}.quote-right{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:19px}.quote-content-box{max-width:416px}.quote-mark{font-size:4rem;line-height:.8;font-weight:700;color:var(--white);margin-bottom:13px;text-shadow:2px 2px 6px rgba(0,0,0,.3)}.quote-text{font-size:1.44rem;line-height:1.5;font-weight:400;margin-bottom:19px;color:var(--white);text-shadow:2px 2px 6px rgba(0,0,0,.5)}.highlighted-word{color:var(--mit-orange);font-weight:600}.quote-author-info{background:#000000b3;padding:16px 22px;border-radius:8px;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-left:3px solid var(--mit-orange)}.author-name{font-size:.88rem;font-weight:700;color:var(--mit-orange);margin-bottom:5px}.author-title{font-size:.72rem;font-weight:400;color:#ffffffe6;line-height:1.5}.slide-inner{width:100%;height:100%;display:grid;align-items:center;padding:32px 48px;box-sizing:border-box}.mission-layout{grid-template-columns:1fr 1fr;gap:2.4rem}.mission-left{color:var(--white);max-width:480px}.mission-heading{font-size:1.92rem;font-weight:800;margin-bottom:.4rem;color:var(--white)}.mission-subheading{font-size:1.04rem;font-weight:700;color:var(--mit-orange);margin-bottom:1rem}.mission-description{font-size:.8rem;line-height:1.7;color:#fffffff2;margin-bottom:1rem}.mission-vision{font-size:.8rem;line-height:1.6;color:#ffffffe6;font-style:italic;border-left:3px solid var(--mit-orange);padding-left:.8rem}.mission-right{display:flex;align-items:center;justify-content:center}.student-image-wrap{position:relative;width:100%;max-width:360px;display:flex;align-items:center;justify-content:center}.student-shape{position:absolute;right:-8%;width:80%;height:80%;background:#00000026;border-radius:50%;filter:blur(1px);box-shadow:inset 0 -24px 48px #0000004d;z-index:1}.student-image{position:relative;z-index:2;width:100%;height:auto;object-fit:cover;filter:grayscale(100%) contrast(.95);border-radius:6px;box-shadow:0 10px 29px #00000080}.pillar-layout{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;max-width:560px;margin:0 auto}.pillar-icon{width:80px;height:80px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2.4rem;margin-bottom:1.2rem;box-shadow:0 8px 24px #0000004d}.pillar-title{font-size:1.6rem;font-weight:800;margin-bottom:.8rem;color:var(--white)}.pillar-desc{font-size:.88rem;line-height:1.7;color:#fffffff2;max-width:480px}@media (max-width: 1024px){.mission-layout,.quote-layout{gap:1.6rem}.slide-inner{padding:24px 32px}.mission-heading{font-size:1.6rem}.quote-text{font-size:1.2rem}.quote-mark{font-size:3.2rem}.student-image-wrap,.quote-image-wrap{max-width:280px}.nav-btn{width:38px;height:38px}.nav-btn.prev{left:12px}.nav-btn.next{right:12px}}@media (max-width: 768px){.mit-slideshow-wrapper{padding:0 .6rem;margin:1.2rem auto}.mit-slideshow{min-height:360px}.slides-viewport{height:360px}.slide-inner{padding:24px 20px 40px;height:100%;display:flex;align-items:center;justify-content:center}.quote-left,.mission-right{display:none!important}.mission-layout,.quote-layout{grid-template-columns:1fr;gap:0;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center}.mission-left,.quote-right{max-width:100%;width:100%}.quote-right{align-items:center}.quote-content-box{max-width:100%}.mission-heading{font-size:1.28rem;margin-bottom:.64rem}.mission-subheading{font-size:.92rem;margin-bottom:.8rem}.mission-description{font-size:.74rem;line-height:1.6;margin-bottom:.8rem}.mission-vision{font-size:.74rem;line-height:1.6;border-left:none;border-top:2px solid var(--mit-orange);padding-left:0;padding-top:.64rem}.quote-mark{font-size:2.4rem;margin-bottom:10px}.quote-text{font-size:1rem;line-height:1.45;margin-bottom:16px}.quote-author-info{padding:13px 16px;width:100%;max-width:320px}.author-name{font-size:.8rem}.author-title{font-size:.68rem}.pillar-title{font-size:1.36rem}.pillar-desc{font-size:.8rem;line-height:1.6}.pillar-icon{width:68px;height:68px;font-size:2.16rem}.nav-btn{width:34px;height:34px}.nav-btn.prev{left:8px}.nav-btn.next{right:8px}.dots{bottom:12px;gap:6px}.dot{width:8px;height:8px}.dot.active{width:24px}}@media (max-width: 480px){.mit-slideshow-wrapper{padding:0 .4rem;margin:.8rem auto}.mit-slideshow{min-height:320px;border-radius:10px}.slides-viewport{height:320px}.slide-inner{padding:20px 14px 36px}.mission-heading{font-size:1.12rem;margin-bottom:.48rem}.mission-subheading{font-size:.84rem;margin-bottom:.64rem}.mission-description{font-size:.68rem;line-height:1.55;margin-bottom:.64rem}.mission-vision{font-size:.68rem;line-height:1.55;padding-top:.56rem}.quote-mark{font-size:2rem;margin-bottom:8px}.quote-text{font-size:.88rem;line-height:1.4;margin-bottom:13px}.quote-author-info{padding:11px 13px;max-width:100%}.author-name{font-size:.74rem}.author-title{font-size:.64rem;line-height:1.4}.pillar-title{font-size:1.2rem;margin-bottom:.64rem}.pillar-desc{font-size:.72rem;line-height:1.55;padding:0 4px}.pillar-icon{width:60px;height:60px;font-size:1.84rem;margin-bottom:.96rem}.nav-btn{width:30px;height:30px}.nav-btn svg{width:14px;height:14px}.nav-btn.prev{left:6px}.nav-btn.next{right:6px}.dots{bottom:10px;gap:5px}.dot{width:6px;height:6px}.dot.active{width:19px}}@media (max-width: 380px){.mit-slideshow-wrapper{padding:0 .32rem}.mit-slideshow{min-height:304px}.slides-viewport{height:304px}.slide-inner{padding:18px 12px 34px}.mission-heading{font-size:1rem}.mission-subheading{font-size:.76rem}.mission-description,.mission-vision{font-size:.64rem;line-height:1.5}.quote-mark{font-size:1.76rem}.quote-text{font-size:.8rem;line-height:1.35}.author-name{font-size:.68rem}.author-title{font-size:.6rem}.pillar-title{font-size:1.08rem}.pillar-desc{font-size:.66rem}.pillar-icon{width:52px;height:52px;font-size:1.6rem}.nav-btn{width:27px;height:27px}.nav-btn svg{width:13px;height:13px}}
