@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";@import"https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap";:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}*{margin:0;padding:0;box-sizing:border-box;font-family:Poppins,sans-serif}.admin-login-container{min-height:100vh;width:100vw;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#1a1a1a,#2d2d2d,#1a1a1a);padding:20px;position:fixed;inset:0;overflow:auto}.admin-login-card{background:#fff;border-radius:24px;box-shadow:0 20px 60px #0000004d;padding:48px;width:100%;max-width:480px;animation:slideUp .5s ease-out;position:relative;z-index:1}.admin-login-header{text-align:center;margin-bottom:40px}.admin-icon{display:inline-flex;padding:16px;background:linear-gradient(135deg,#7f1d1d,#991b1b);border-radius:16px;margin-bottom:24px;color:#fff}.admin-login-header h1{font-size:32px;font-weight:700;color:#1a1a1a;margin:0 0 8px}.admin-login-header p{color:#666;font-size:16px;margin:0}.admin-login-form{display:flex;flex-direction:column;gap:24px}.input-with-icon{position:relative;display:flex;align-items:center}.input-with-icon svg{position:absolute;right:16px;color:#999;pointer-events:none;z-index:1}.input-with-icon input{width:100%;padding:14px 48px 14px 16px;border:2px solid #e5e5e5;border-radius:12px;font-size:16px;transition:all .3s ease;outline:none;background:#fff}.input-with-icon input:focus{border-color:#7f1d1d;box-shadow:0 0 0 4px #7f1d1d1a}.forgot-password-container{display:flex;justify-content:flex-end;margin-top:-12px}.forgot-password-link{background:none;border:none;color:#7f1d1d;font-size:14px;font-weight:600;cursor:pointer;padding:0;text-decoration:none;transition:color .2s ease}.forgot-password-link:hover{color:#991b1b;text-decoration:underline}.admin-login-btn{width:100%;padding:16px;background:linear-gradient(135deg,#7f1d1d,#991b1b);color:#fff;border:none;border-radius:12px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #7f1d1d4d}.admin-login-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px #7f1d1d66}.admin-login-btn:active:not(:disabled){transform:translateY(0)}.admin-login-btn:disabled{opacity:.6;cursor:not-allowed}.back-to-login-btn{width:100%;padding:16px;background:#f5f5f5;color:#333;border:none;border-radius:12px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s ease}.back-to-login-btn:hover{background:#e5e5e5}.error-message{background:#fee2e2;border:2px solid #fca5a5;color:#991b1b;padding:16px;border-radius:12px;display:flex;align-items:center;gap:12px;font-size:14px;font-weight:500}.error-message:before{content:"⚠";font-size:20px}.success-message{background:#d1fae5;border:#00C1C1;color:#02aaaa;padding:16px;border-radius:12px;display:flex;align-items:center;gap:12px;font-size:14px;font-weight:500}.success-message:before{content:"✓";font-size:20px;font-weight:700}@media(max-width:640px){.admin-login-card{padding:32px 24px}.admin-login-header h1{font-size:28px}}.admin-layout{display:flex;min-height:100vh;background:transparent!important}.mobile-menu-toggle{display:none;position:fixed;top:16px;left:16px;z-index:1000;padding:12px;background:linear-gradient(135deg,#7f1d1d,#991b1b);border:none;border-radius:12px;color:#fff;cursor:pointer;box-shadow:0 4px 12px #7f1d1d4d}.admin-sidebar{width:280px;background:linear-gradient(180deg,#1a1a1a,#2d2d2d,#1a1a1a);color:#fff;display:flex;flex-direction:column;position:fixed;height:100vh;left:0;top:0;box-shadow:4px 0 20px #0000001a;z-index:100;transition:transform .3s ease}.sidebar-header{padding:32px 24px;border-bottom:1px solid rgba(255,255,255,.1)}.admin-logo{width:56px;height:56px;background:linear-gradient(135deg,#7f1d1d,#991b1b);border-radius:16px;display:flex;align-items:center;justify-content:center;margin-bottom:16px}.sidebar-header h1{font-size:24px;font-weight:700;margin:0;color:#fff}.sidebar-nav{flex:1;padding:24px 16px;display:flex;flex-direction:column;gap:8px;overflow-y:auto}.nav-item{display:flex;align-items:center;gap:12px;padding:14px 16px;background:transparent;border:none;border-radius:12px;color:#d1d5db;font-size:15px;font-weight:500;cursor:pointer;transition:all .2s ease;text-align:left;width:100%}.nav-item:hover{background:#ffffff1a;color:#fff}.nav-item.active{background:linear-gradient(135deg,#7f1d1d,#991b1b);color:#fff;box-shadow:0 4px 12px #7f1d1d4d}.sidebar-footer{padding:24px 16px;border-top:1px solid rgba(255,255,255,.1)}.logout-btn{display:flex;align-items:center;gap:12px;padding:14px 16px;background:linear-gradient(135deg,#7f1d1d,#991b1b);border:none;border-radius:12px;color:#fff;font-size:15px;font-weight:600;cursor:pointer;transition:all .3s ease;width:100%;box-shadow:0 4px 12px #7f1d1d4d}.logout-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #7f1d1d66}.logout-btn:active{transform:translateY(0)}.admin-main{flex:1;margin-left:280px;min-height:100vh;width:calc(100% - 280px)}@media(min-width:1920px){.admin-sidebar{width:320px}.admin-main{margin-left:320px;width:calc(100% - 320px)}.sidebar-header{padding:40px 28px}.sidebar-nav{padding:28px 20px}.nav-item{font-size:16px;padding:16px 18px}}@media(min-width:1200px)and (max-width:1919px){.admin-sidebar{width:280px}.admin-main{margin-left:280px;width:calc(100% - 280px)}}@media(min-width:992px)and (max-width:1199px){.admin-sidebar{width:240px}.admin-main{margin-left:240px;width:calc(100% - 240px)}.sidebar-header{padding:24px 20px}.admin-logo{width:48px;height:48px}.sidebar-header h1{font-size:20px}}@media(min-width:768px)and (max-width:991px){.mobile-menu-toggle{display:block}.admin-sidebar{transform:translate(-100%);width:280px}.admin-sidebar.open{transform:translate(0)}.admin-main{margin-left:0;width:100%;padding-top:60px}.admin-layout:before{content:"";position:fixed;inset:0;background:#00000080;opacity:0;pointer-events:none;transition:opacity .3s ease;z-index:99}.admin-layout.sidebar-open:before{opacity:1;pointer-events:all}}@media(max-width:767px){.mobile-menu-toggle{display:block}.admin-sidebar{transform:translate(-100%);width:280px}.admin-sidebar.open{transform:translate(0)}.admin-main{margin-left:0;width:100%;padding-top:60px}.sidebar-header{padding:24px 20px}.admin-logo{width:48px;height:48px}.sidebar-header h1{font-size:20px}.nav-item{font-size:14px;padding:12px 14px}.admin-layout:before{content:"";position:fixed;inset:0;background:#00000080;opacity:0;pointer-events:none;transition:opacity .3s ease;z-index:99}.admin-layout.sidebar-open:before{opacity:1;pointer-events:all}}@media(max-width:480px){.admin-sidebar{width:260px}}.main-dashboard{padding:32px;max-width:1400px;margin:0 auto;width:100%}.dashboard-header h1{font-size:clamp(28px,5vw,36px);font-weight:700;color:#1a1a1a;margin:0 0 8px}.dashboard-header p{color:#666;font-size:clamp(14px,2vw,16px);margin:0}.stat-content{display:flex;justify-content:space-between;align-items:center;gap:16px}.stat-label{font-size:clamp(12px,2vw,14px);color:#666;margin:0 0 8px;font-weight:500}.stat-value{font-size:clamp(28px,5vw,36px);font-weight:700;color:#1a1a1a;margin:0}.stat-icon{width:64px;height:64px;border-radius:16px;display:flex;align-items:center;justify-content:center;color:#fff;flex-shrink:0}.quick-actions h2{font-size:clamp(20px,4vw,24px);font-weight:700;color:#1a1a1a;margin:0 0 24px}.actions-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:24px}.action-card h3{font-size:clamp(18px,3vw,20px);font-weight:700;color:#1a1a1a;margin:0 0 8px}.action-card p{color:#666;font-size:clamp(13px,2vw,14px);margin:0;line-height:1.5}@media(min-width:1920px){.main-dashboard{padding:48px;max-width:1800px}.stats-grid{grid-template-columns:repeat(3,1fr);gap:32px}.actions-grid{grid-template-columns:repeat(2,1fr);gap:32px}}@media(min-width:1200px)and (max-width:1919px){.main-dashboard{padding:40px}.stats-grid{grid-template-columns:repeat(3,1fr)}}@media(min-width:768px)and (max-width:991px){.main-dashboard{padding:24px}.stats-grid,.actions-grid{grid-template-columns:repeat(2,1fr);gap:20px}.stat-icon{width:56px;height:56px}}@media(max-width:767px){.main-dashboard{padding:20px 16px}.stats-grid{grid-template-columns:1fr;gap:16px;margin-bottom:32px}.stat-card{padding:20px}.stat-icon{width:56px;height:56px}.quick-actions{margin-top:32px}.actions-grid{grid-template-columns:1fr;gap:16px}.action-card{padding:24px}.action-icon{width:64px;height:64px}}.student-manager{padding:32px;max-width:1600px;margin:0 auto;width:100%}.student-manager-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:32px;gap:20px}.student-manager-header-text{flex:1}.student-manager-header h1{font-size:clamp(28px,5vw,36px);font-weight:700;color:#1a1a1a;margin:0 0 8px}.student-manager-header p{color:#666;font-size:clamp(14px,2vw,16px);margin:0}.add-student-btn{padding:14px 24px;background:linear-gradient(135deg,#7f1d1d,#991b1b);color:#fff;border:none;border-radius:12px;font-size:16px;font-weight:600;cursor:pointer;display:flex;align-items:center;gap:8px;transition:all .3s ease;box-shadow:0 4px 12px #7f1d1d4d;white-space:nowrap}.search-box{flex:1;min-width:250px;position:relative;display:flex;align-items:center}@media(min-width:1920px){.student-manager{padding:48px}}@media(min-width:1200px)and (max-width:1919px){.student-manager{padding:40px}}@media(min-width:768px)and (max-width:991px){.student-manager{padding:24px}.student-manager-controls{padding:20px}.search-box{min-width:200px}.filter-select{min-width:150px}}@media(max-width:767px){.student-manager{padding:20px 16px}.student-manager-header{flex-direction:column;align-items:stretch}.add-student-btn{width:100%;justify-content:center}.student-manager-controls{flex-direction:column;padding:20px}.search-box{min-width:100%}.filter-select{width:100%}}.student-table-wrapper{overflow-x:auto;-webkit-overflow-scrolling:touch}.student-table{width:100%;border-collapse:collapse;min-width:800px}.student-table thead tr th{padding:16px;text-align:left;font-size:14px;font-weight:600;color:#fff;text-transform:uppercase;letter-spacing:.5px;white-space:nowrap}.student-name{display:flex;align-items:center;gap:12px;min-width:200px}.student-avatar{width:40px;height:40px;border-radius:50%;background:linear-gradient(135deg,#7f1d1d,#991b1b);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:14px;text-transform:uppercase;flex-shrink:0}.status-badge{display:inline-block;padding:6px 12px;border-radius:20px;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;white-space:nowrap}.action-buttons{display:flex;gap:8px;flex-wrap:nowrap}.action-btn{padding:8px;border:none;border-radius:8px;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;flex-shrink:0}.no-students h3{font-size:clamp(18px,3vw,20px);font-weight:700;color:#1a1a1a;margin:0 0 8px}.no-students p{color:#666;font-size:clamp(13px,2vw,14px);margin:0}@media(max-width:767px){.student-table{min-width:600px}.student-table thead tr th,.student-table tbody td{padding:12px;font-size:13px}.student-avatar{width:36px;height:36px;font-size:12px}.student-name{min-width:150px}.action-btn{padding:6px}.no-students{padding:60px 20px}}.main-dashboard{padding:32px;max-width:1400px;margin:0 auto;font-family:Poppins,sans-serif}.dashboard-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px;gap:16px}.dashboard-header{margin-bottom:32px}.dashboard-header h1{font-size:36px;font-weight:700;color:#1a1a1a;margin:0 0 8px}.dashboard-header p{color:#666;font-size:16px;margin:0}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:24px;margin-bottom:48px}.stat-card{background:#fff;border-radius:16px;box-shadow:0 4px 12px #00000014;padding:24px;transition:all .3s ease}.stat-card:hover{box-shadow:0 8px 24px #0000001f;transform:translateY(-4px)}.stat-content{display:flex;justify-content:space-between;align-items:center}.stat-info{flex:1}.stat-label{font-size:14px;color:#666;margin:0 0 8px;font-weight:500}.stat-value{font-size:36px;font-weight:700;color:#1a1a1a;margin:0}.stat-icon{width:64px;height:64px;border-radius:16px;display:flex;align-items:center;justify-content:center;color:#fff}.stat-icon-primary{background:linear-gradient(135deg,#7f1d1d,#991b1b)}.stat-icon-secondary{background:#ff8500}.stat-icon-success{background:#00c1c1}.quick-actions{margin-top:48px}.quick-actions h2{font-size:24px;font-weight:700;color:#1a1a1a;margin:0 0 24px}.actions-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:24px}.action-card{background:#fff;border-radius:16px;box-shadow:0 4px 12px #00000014;padding:32px;text-align:left;border:none;cursor:pointer;transition:all .3s ease;display:flex;flex-direction:column;align-items:flex-start}.action-card:hover{box-shadow:0 8px 24px #0000001f;transform:translateY(-4px)}.action-icon{width:80px;height:80px;border-radius:16px;display:flex;align-items:center;justify-content:center;margin-bottom:20px;transition:transform .3s ease}.action-card:hover .action-icon{transform:scale(1.1)}.action-students .action-icon{background:linear-gradient(135deg,#7f1d1d,#991b1b);color:#fff}.action-employers .action-icon{background:#ff8500;color:#fff}.action-card h3{font-size:20px;font-weight:700;color:#1a1a1a;margin:0 0 8px}.action-card p{color:#666;font-size:14px;margin:0;line-height:1.5}@media(max-width:768px){.main-dashboard{padding:20px}.dashboard-header h1{font-size:28px}.stats-grid,.actions-grid{grid-template-columns:1fr}.dashboard-top{text-align:center;margin-bottom:24px}.dashboard-mit-logo{position:absolute;top:20px;left:20px;width:1%;height:auto;z-index:1;opacity:.9}.dashboard-title{font-size:26px;font-weight:700;color:#1a1a1a}.dashboard-mit-logo{width:70px}.dashboard-title{font-size:22px}}: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;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;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(min-width:481px)and (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:row;gap:.6rem}.form-buttons button{width:40%}}.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;font-size:15px}.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;inset:0;background:#000000b3;display:flex;align-items:center;justify-content:center;z-index:9999;animation:fadeIn .3s ease}.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}.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}#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}}.filter-modal-backdrop{position:fixed;inset: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.1rem;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:450px;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: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:400;color:#fffffff2;word-wrap:break-word;font-size:.8rem;line-height:1.3}.profile-card-body{display:flex;flex-direction:column;gap:1.9rem;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-overlays{position:fixed;inset:0;background:#010f35e6;display:flex;align-items:center;justify-content:center;z-index:10001;padding:1rem;overflow-y:hidden;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-contents{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-contents{scroll-behavior:smooth;scrollbar-width:thin;scrollbar-color:var(--color-turquoise) var(--color-light-blue)}.modal-contents::-webkit-scrollbar{width:8px}.modal-contents::-webkit-scrollbar-track{background:var(--color-light-blue);border-radius:8px}.modal-contents::-webkit-scrollbar-thumb{background:var(--color-turquoise);border-radius:8px}.nav-buttons{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-buttons:hover:not(:disabled){background:var(--color-orange);border-color:var(--color-turquoise);transform:translateY(-50%) scale(1.1);opacity:1}.nav-buttons:disabled{cursor:not-allowed;opacity:.3;border-color:#555;background:#333}.nav-lefts{left:20px}.nav-rights{right:20px}.close-btns{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-btns:hover{background:var(--color-orange);border-color:var(--color-bordeaux);transform:rotate(90deg)}.modal-headers{text-align:center;padding:1.2rem 1.2rem .8rem;background:var(--color-bordeaux);border-bottom:3px solid #8B1929;position:relative}.modal-avatars{width:150px;height:150px;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-avatars:hover{transform:scale(1.05);border-color:var(--color-light-blue)}.modal-headers h2{font-size:1.6rem;font-weight:700;color:#fff;margin:0 0 .25rem;position:relative;z-index:1}.modal-genders{font-size:.9rem;color:#eee;opacity:.9;font-style:italic;font-weight:400}.modal-cohorts{font-size:1rem;color:var(--color-orange-sub);font-weight:700;text-transform:uppercase;letter-spacing:.5px;margin-top:.25rem}.modal-progresss{font-size:.85rem;color:#fffc;font-weight:500;margin-top:.5rem;font-style:italic}.header-contacts{margin-top:1rem;padding-top:1rem;border-top:1px solid rgba(255,255,255,.2)}.header-contacts .email-links{display:inline-flex;align-items:center;gap:.5rem;color:#fff;text-decoration:none;padding:.5rem 1rem;background:#ffffff1a;border-radius:6px;transition:all .2s ease;font-size:.9rem}.header-contacts .email-links:hover{background:#ff850033;transform:translateY(-1px)}.modal-bodys{padding:1.5rem;color:var(--color-deep-blue);font-size:.9rem}.modal-sections{margin-bottom:.5rem;padding:.9rem;background:#f0f7ff;border-radius:12px;border:1px solid rgba(0,193,193,.3);transition:all .3s ease}.modal-sections:hover{background:#e0f0ff;border-color:var(--color-turquoise)}.modal-sections 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-sections h3:before{content:"";width:5px;height:20px;background:var(--color-turquoise);border-radius:3px}.modal-sections p{line-height:1.5;color:var(--color-deep-blue);margin-bottom:.4rem}.modal-sections strong{color:#008b8b;font-weight:600;font-size:large}.email-links{color:var(--color-turquoise);text-decoration:none;transition:all .3s ease;padding:.1rem .3rem;border-radius:4px;background:#00c1c11a}.email-links:hover{color:#fff;background:var(--color-turquoise)}.collapsible-sections{margin-bottom:.5rem;border:1px solid rgba(0,0,0,.1);border-radius:8px;overflow:hidden;transition:all .3s ease}.collapsible-sections:hover{border-color:#f57c004d;box-shadow:0 2px 8px #0000000d}.section-headers{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.25rem;background:linear-gradient(135deg,#f8f9fa,#e9ecef);cursor:pointer;-webkit-user-select:none;user-select:none;transition:all .2s ease}.section-headers:hover{background:linear-gradient(135deg,#e9ecef,#dee2e6)}.section-headers:active{transform:scale(.99)}.section-headers h3{margin:0;font-size:1rem;font-weight:600;color:#2c3e50;display:flex;align-items:center;gap:.5rem}.section-headers .arrows{font-size:.8rem;color:#ff8500;transition:transform .3s ease;font-weight:700}.section-headers .arrows.opens{transform:rotate(180deg)}.section-contents{padding:1.25rem;background:#fff;animation:slideDown .3s ease}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.collapsible-sections:has(.arrows.opens){border-color:#f57c0066;box-shadow:0 4px 12px #f57c001a}.section-contents>*:last-child{margin-bottom:0}.section-contents>p{margin-bottom:.75rem}.section-contents .education-items,.section-contents .experience-items{margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px solid rgba(0,0,0,.05)}.section-contents .education-items:last-child,.section-contents .experience-items:last-child{margin-bottom:0;padding-bottom:0;border-bottom:none}.skills-lists{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-items{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-items:hover{background:#cce0ff;border-color:var(--color-turquoise)}.skill-list-names{font-size:.85rem;text-align:left;color:var(--color-deep-blue);font-weight:500}.skill-list-levels{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-1s,.skill-level-beginners{color:#d97706;border-color:#fbbf24}.skill-level-2s,.skill-level-intermediates{color:#2563eb;border-color:#3b82f6}.skill-level-3s,.skill-level-advanceds{color:#059669;border-color:#10b981}.skill-level-4s,.skill-level-experts{color:#7c3aed;border-color:#8b5cf6}.skill-level-defaults{color:var(--color-turquoise);border-color:var(--color-turquoise)}.education-lists,.experience-lists{display:flex;flex-direction:column;gap:.6rem;margin-top:.5rem}.education-items,.experience-items{padding:.7rem;border-radius:8px;transition:all .3s ease;box-shadow:0 2px 5px #0000000d}.education-items p,.experience-items p{margin-bottom:.2rem;font-size:1.1rem}.currently-seeking-blocks{margin-top:.8rem}.currently-seeking-lists,.current-occupation-lists,.languages-lists,.interests-lists{display:flex;flex-wrap:wrap;gap:.4rem;margin-top:.4rem;justify-content:center;align-items:center}.seeking-tags,.occupation-tags,.language-tags,.interest-tags{padding:.3rem .7rem;border-radius:20px;font-weight:600;font-size:.75rem;transition:all .3s ease;border:1px solid transparent}.seeking-tags,.occupation-tags{background:#e0fafa;color:#008b8b;border-color:#00c1c1}.language-tags{background:var(--color-light-blue);color:var(--color-deep-blue-sub);border-color:#baccdf}.interest-tags{background:#f0fdfa;color:var(--color-turquoise);border-color:var(--color-turquoise)}.profile-social-links-inlines{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.8rem;justify-content:center;align-items:center}.social-links{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-links.linkedins{background:#0077b5}.social-links.githubs{background:#24292e}.social-links.portfolios{background:var(--color-turquoise)}.social-links:hover{transform:translateY(-2px);opacity:.9}.no-links,.no-datas{color:#666;opacity:.7;font-style:italic;font-size:.8rem}@media(max-width:768px){.modal-overlays{padding:0;align-items:flex-end}.modal-contents{max-height:100vh;height:100%;border-radius:0;border:none;display:flex;flex-direction:column}.nav-buttons{top:auto;bottom:20px;transform:none;width:45px;height:45px;font-size:1.4rem;position:fixed}.nav-buttons:hover:not(:disabled){transform:scale(1.1)}.nav-lefts{left:15px}.nav-rights{right:15px}.modal-bodys{padding:1rem 1rem 5rem;font-size:.85rem}.modal-headers{padding:1rem .5rem}.modal-avatars{width:90px;height:90px;border-width:3px}.modal-headers h2{font-size:1.3rem}.modal-cohorts{font-size:.85rem}.modal-sections{padding:.75rem;margin-bottom:.6rem}.modal-sections h3{font-size:1rem}.education-items p,.experience-items p{font-size:.9rem}.skills-lists{grid-template-columns:1fr 1fr;gap:.5rem}.skill-list-items{flex-direction:column;align-items:flex-start;gap:.2rem}.skill-list-names{font-size:.75rem}.skill-list-levels{font-size:.6rem}.profile-social-links-inlines{flex-direction:row;width:100%}.social-links{flex:1;font-size:.7rem;padding:.6rem .2rem;white-space:nowrap}.section-headers{padding:.875rem 1rem}.section-headers h3{font-size:.9rem}.section-contents{padding:1rem}.collapsible-sections{margin-bottom:.75rem}}@media(max-width:380px){.section-headers{padding:.75rem .875rem}.section-headers h3{font-size:.85rem;gap:.4rem}.section-contents,.modal-bodys{padding:.875rem}}@media(min-width:1024px){.section-headers{padding:1.25rem 1.5rem}.section-headers h3{font-size:1.1rem;gap:.75rem}.section-contents{padding:1.5rem}.modal-bodys{padding:2rem}.collapsible-sections{margin-bottom:1rem}}.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}}.student-table-container{background:#fff;border-radius:16px;box-shadow:0 4px 12px #00000014;overflow:hidden}.student-table{width:100%;border-collapse:collapse}.student-table thead{background:linear-gradient(135deg,#7f1d1d,#991b1b)}.student-table thead tr th{padding:16px;text-align:left;font-size:14px;font-weight:600;color:#fff;text-transform:uppercase;letter-spacing:.5px}.student-table tbody tr{border-bottom:1px solid #f3f4f6;transition:background-color .2s ease}.student-table tbody tr:hover{background-color:#fafafa}.student-table tbody tr:last-child{border-bottom:none}.student-table tbody td{padding:16px;font-size:14px;color:#333}.student-name{display:flex;align-items:center;gap:12px}.student-avatar{width:40px;height:40px;border-radius:50%;background:linear-gradient(135deg,#7f1d1d,#991b1b);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:14px;text-transform:uppercase}.student-email{color:#666}.status-badge{display:inline-block;padding:6px 12px;border-radius:20px;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.status-visible{background:#d1fae5;color:#065f46}.status-hidden{background:#f3f4f6;color:#6b7280}.action-buttons{display:flex;gap:8px}.action-btn{padding:8px;border:none;border-radius:8px;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center}.action-visibility{background:#f3f4f6;color:#6b7280}.action-visibility:hover{background:#e5e7eb;color:#374151}.action-edit{background:#dbeafe;color:#1e40af}.action-edit:hover{background:#bfdbfe;color:#1e3a8a}.action-delete{background:#fee2e2;color:#dc2626}.action-delete:hover{background:#fecaca;color:#b91c1c}.no-students{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:80px 20px;background:#fff;border-radius:16px;box-shadow:0 4px 12px #00000014}.no-students svg{color:#d1d5db;margin-bottom:16px}.no-students h3{font-size:20px;font-weight:700;color:#1a1a1a;margin:0 0 8px}.no-students p{color:#666;font-size:14px;margin:0}@media(max-width:1024px){.student-table-container{overflow-x:auto}.student-table{min-width:900px}}.modal-overlay{position:fixed;inset:0;background:#0009;display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px;animation:fadeIn .2s ease-out;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.modal-content{background:#fff;border-radius:16px;box-shadow:0 20px 60px #0000004d;width:100%;max-width:800px;max-height:90vh;overflow-y:auto;animation:slideUp .3s ease-out}.modal-large{max-width:1000px}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:24px 32px;border-bottom:2px solid #f3f4f6;position:sticky;top:0;background:#fff;z-index:10;border-radius:16px 16px 0 0}.modal-header h2{font-size:24px;font-weight:700;color:#1a1a1a;margin:0}.modal-close-btn{background:#7f1d1d;border:none;padding:8px;cursor:pointer;color:#fff;transition:all .2s ease;border-radius:8px;display:flex;align-items:center;justify-content:center}.modal-close-btn:hover{background:#f3f4f6;color:#1a1a1a;transform:rotate(90deg)}.modal-form{padding:32px;display:flex;flex-direction:column;gap:32px}.form-section{display:flex;flex-direction:column;gap:20px;padding:24px;background:#fafafa;border-radius:12px;border:2px solid #f3f4f6}.section-title{font-size:18px;font-weight:700;color:#1a1a1a;margin:0 0 12px;padding-bottom:12px;border-bottom:2px solid #e5e5e5}.form-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px}.form-group{display:flex;flex-direction:column;gap:8px}.form-group label{font-size:14px;font-weight:600;color:#333}.form-group .required{color:#dc2626}.form-group input,.form-group select,.form-group textarea{padding:12px 16px;border:2px solid #e5e5e5;border-radius:8px;font-size:14px;transition:all .3s ease;outline:none;background:#fff;font-family:inherit}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:#7f1d1d;box-shadow:0 0 0 4px #7f1d1d1a}.form-group input.error{border-color:#dc2626}.error-message{font-size:12px;color:#dc2626;font-weight:500}.checkbox-label{display:flex;align-items:center;gap:12px;cursor:pointer;padding:12px;border:2px solid #e5e5e5;border-radius:8px;transition:all .2s ease;background:#fff}.checkbox-label:hover{background:#fafafa;border-color:#d1d5db}.checkbox-label input[type=checkbox]{width:20px;height:20px;cursor:pointer;accent-color:#7f1d1d;margin:0}.checkbox-label span{font-size:14px;color:#333;font-weight:500}.checkbox-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:12px}.checkbox-item{display:flex;align-items:center;gap:8px;padding:10px 12px;border:2px solid #e5e5e5;border-radius:8px;cursor:pointer;transition:all .2s ease;background:#fff}.checkbox-item:hover{background:#fafafa;border-color:#d1d5db}.checkbox-item input[type=checkbox]{width:18px;height:18px;cursor:pointer;accent-color:#7f1d1d;margin:0}.checkbox-item span{font-size:13px;color:#333;font-weight:500}.skills-section{display:flex;flex-direction:column;gap:12px;padding:16px;background:#fafafa;border-radius:12px;border:2px solid #f3f4f6}.skill-item{display:flex;align-items:center;gap:12px;padding:12px 16px;background:#fff;border-radius:8px;border:2px solid #e5e5e5}.skill-name{flex:1;font-size:14px;font-weight:600;color:#1a1a1a}.skill-select{padding:10px 12px;border:2px solid #e5e5e5;border-radius:8px;font-size:14px;background:#fff;cursor:pointer;transition:border-color .2s ease}.skill-select:focus{border-color:#7f1d1d;box-shadow:0 0 0 3px #7f1d1d1a}.skill-remove-btn{padding:8px;background:#fee2e2;color:#dc2626;border:none;border-radius:6px;cursor:pointer;transition:all .2s ease}.skill-remove-btn:hover{background:#fecaca;transform:scale(1.1)}.add-skill-row{display:flex;gap:12px;margin-top:8px}.add-skill-input{flex:1;padding:12px 14px;border:2px solid #e5e5e5;border-radius:8px;font-size:14px;background:#fff}.add-skill-btn{padding:12px 16px;background:#7f1d1d;color:#fff;border:none;border-radius:8px;cursor:pointer;font-size:14px;font-weight:600;transition:background .2s ease,transform .2s ease}.add-skill-btn:hover{background:#991b1b;transform:translateY(-2px)}.btn-add{display:flex;align-items:center;justify-content:center;gap:8px;padding:12px 20px;background:#f3f4f6;color:#333;border:2px solid #e5e5e5;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease}.btn-add:hover{background:#e5e7eb;border-color:#d1d5db;transform:translateY(-1px)}.btn-add svg{flex-shrink:0}.items-list{display:flex;flex-direction:column;gap:8px;margin-top:12px}.list-item{display:flex;justify-content:space-between;align-items:center;gap:12px;padding:12px 16px;background:#fff;border:2px solid #e5e5e5;border-radius:8px;transition:all .2s ease}.list-item:hover{border-color:#d1d5db;box-shadow:0 2px 8px #0000000d}.item-content{flex:1;display:flex;flex-direction:column;gap:4px}.item-content strong{font-size:14px;font-weight:600;color:#1a1a1a}.item-content p{font-size:12px;color:#666;margin:0}.skill-level-display{display:flex;align-items:center;gap:12px;margin-top:8px}.level-badge{display:inline-block;padding:4px 10px;background:linear-gradient(135deg,#7f1d1d,#991b1b);color:#fff;border-radius:12px;font-size:11px;font-weight:600;white-space:nowrap}.btn-remove{padding:8px;background:#fee2e2;color:#dc2626;border:none;border-radius:6px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;flex-shrink:0}.btn-remove:hover{background:#fecaca;transform:scale(1.1)}.modal-actions{display:flex;gap:12px;border-top:2px solid #f3f4f6;position:sticky;bottom:0;background:#fff;margin:-32px -32px 0;padding:24px 32px;border-radius:0 0 16px 16px}.btn{flex:1;padding:14px 24px;border:none;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center}.btn-primary{background:linear-gradient(135deg,#7f1d1d,#991b1b);color:#fff;box-shadow:0 4px 12px #7f1d1d4d}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #7f1d1d66}.btn-primary:active{transform:translateY(0)}.btn-secondary{background:#f3f4f6;color:#333;border:2px solid #e5e5e5}.btn-secondary:hover{background:#e5e7eb;border-color:#d1d5db}@media(max-width:768px){.modal-content{max-width:100%;max-height:100vh;border-radius:0}.modal-large{max-width:100%}.modal-header,.modal-form{padding:20px}.form-section{padding:16px}.form-row,.checkbox-grid{grid-template-columns:1fr}.modal-actions{flex-direction:column;margin:-20px -20px 0;padding:20px}.btn{width:100%}.section-title{font-size:16px}}.modal-content::-webkit-scrollbar{width:8px}.modal-content::-webkit-scrollbar-track{background:#f3f4f6}.modal-content::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:4px}.modal-content::-webkit-scrollbar-thumb:hover{background:#9ca3af}.approval-modal-enhanced{max-width:700px;font-family:Poppins,sans-serif}.employer-info-card{background:linear-gradient(135deg,#fafafa,#fff);border:2px solid #e5e5e5;border-radius:16px;padding:28px;margin-bottom:24px}.info-header{display:flex;align-items:center;gap:16px;margin-bottom:28px;padding-bottom:24px;border-bottom:2px solid #f3f4f6}.org-avatar{width:64px;height:64px;border-radius:16px;background:linear-gradient(135deg,#7f1d1d,#991b1b);color:#fff;display:flex;align-items:center;justify-content:center;font-size:28px;font-weight:700;flex-shrink:0;box-shadow:0 4px 12px #7f1d1d33}.org-details{flex:1}.org-details h3{font-size:22px;font-weight:700;color:#1a1a1a;margin:0 0 4px}.org-field{font-size:14px;color:#666;margin:0}.status-pill{padding:8px 16px;border-radius:20px;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;white-space:nowrap}.info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:20px}.info-item{display:flex;gap:12px;align-items:flex-start}.info-item svg{color:#7f1d1d;flex-shrink:0;margin-top:2px}.info-item>div{flex:1;display:flex;flex-direction:column;gap:4px}.info-label{font-size:11px;font-weight:600;color:#999;text-transform:uppercase;letter-spacing:.5px}.info-value{font-size:14px;font-weight:500;color:#1a1a1a;word-break:break-word}.info-link{font-size:14px;font-weight:600;color:#7f1d1d;text-decoration:none;transition:all .2s ease}.info-link:hover{color:#991b1b;text-decoration:underline}.approval-actions-new{background:#fafafa;border:2px solid #e5e5e5;border-radius:16px;padding:28px}.action-prompt{font-size:16px;font-weight:600;color:#1a1a1a;margin:0 0 20px;text-align:center}.action-buttons-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.action-btn-new{display:flex;align-items:center;gap:16px;padding:24px 20px;border:3px solid;border-radius:16px;background:#fff;cursor:pointer;transition:all .3s ease;text-align:left}.action-btn-new svg{flex-shrink:0}.action-btn-new>div{display:flex;flex-direction:column;gap:4px}.btn-title{font-size:18px;font-weight:700;display:block}.btn-subtitle{font-size:13px;font-weight:500;opacity:.8;display:block}.approve-btn{border-color:#10b981;color:#10b981}.approve-btn:hover{background:linear-gradient(135deg,#10b981,#059669);color:#fff;transform:translateY(-4px);box-shadow:0 8px 20px #10b9814d}.reject-btn{border-color:#ef4444;color:#ef4444}.reject-btn:hover{background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff;transform:translateY(-4px);box-shadow:0 8px 20px #ef44444d}.action-confirmation{background:#fff;border:2px solid #e5e5e5;border-radius:16px;padding:32px;text-align:center}.confirmation-icon{width:80px;height:80px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 24px}.approve-icon{background:linear-gradient(135deg,#d1fae5,#a7f3d0);color:#10b981}.reject-icon{background:linear-gradient(135deg,#fee2e2,#fecaca);color:#ef4444}.action-confirmation h4{font-size:22px;font-weight:700;color:#1a1a1a;margin:0 0 12px}.action-confirmation p{font-size:15px;color:#666;line-height:1.6;margin:0 0 28px}.checkbox-option{display:flex;align-items:flex-start;gap:12px;padding:16px;background:#fafafa;border:2px solid #e5e5e5;border-radius:12px;cursor:pointer;transition:all .2s ease;text-align:left;margin-bottom:24px}.checkbox-option:hover{background:#f3f4f6;border-color:#d1d5db}.checkbox-option input[type=checkbox]{width:20px;height:20px;cursor:pointer;accent-color:#10b981;margin:2px 0 0;flex-shrink:0}.checkbox-content{display:flex;flex-direction:column;gap:4px;flex:1}.checkbox-title{font-size:14px;font-weight:600;color:#1a1a1a}.checkbox-description{font-size:12px;color:#666}.rejection-textarea{width:100%;padding:14px 16px;border:2px solid #e5e5e5;border-radius:12px;font-size:14px;font-family:Poppins,sans-serif;resize:vertical;transition:all .3s ease;outline:none;background:#fff}.rejection-textarea:focus{border-color:#ef4444;box-shadow:0 0 0 4px #ef44441a}.char-count{font-size:12px;color:#999;font-weight:500;margin-top:8px;display:block}.btn-success{background:linear-gradient(135deg,#10b981,#059669);color:#fff;box-shadow:0 4px 12px #10b9814d;display:flex;align-items:center;gap:8px}.btn-success:hover{transform:translateY(-2px);box-shadow:0 6px 20px #10b98166}.btn-success:active{transform:translateY(0)}.btn-danger{background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff;box-shadow:0 4px 12px #ef44444d;display:flex;align-items:center;gap:8px}.btn-danger:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px #ef444466}.btn-danger:active:not(:disabled){transform:translateY(0)}.btn-danger:disabled{opacity:.5;cursor:not-allowed;transform:none}@media(max-width:768px){.approval-modal-enhanced{max-width:100%}.employer-info-card{padding:20px}.info-header{flex-wrap:wrap;margin-bottom:20px;padding-bottom:20px}.org-avatar{width:56px;height:56px;font-size:24px}.org-details h3{font-size:18px}.info-grid{grid-template-columns:1fr;gap:16px}.approval-actions-new{padding:20px}.action-buttons-grid{grid-template-columns:1fr;gap:12px}.action-btn-new{padding:20px 16px}.btn-title{font-size:16px}.btn-subtitle{font-size:12px}.action-confirmation{padding:24px 20px}.confirmation-icon{width:64px;height:64px}.action-confirmation h4{font-size:18px}.action-confirmation p{font-size:14px}.array-section{background:#fff;border:2px solid #e5e5e5;border-radius:12px;padding:16px;margin-bottom:12px;display:flex;flex-direction:column;gap:12px}.array-section .form-row input,.array-section .form-row select{padding:12px 14px;border:2px solid #e5e5e5;border-radius:8px;font-size:14px;background:#fff}.array-section .form-row input:focus,.array-section .form-row select:focus{border-color:#7f1d1d;box-shadow:0 0 0 3px #7f1d1d1a}.array-section button{align-self:flex-end;padding:8px 14px;background:#fee2e2;color:#dc2626;border:none;border-radius:8px;font-size:13px;font-weight:600;cursor:pointer;transition:all .2s ease}.array-section button:hover{background:#fecaca;transform:scale(1.05)}.modal-form>button[type=button]{width:fit-content;padding:10px 18px;background:#f3f4f6;color:#333;border:2px solid #e5e5e5;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease;margin-bottom:6px}.modal-form>button[type=button]:hover{background:#e5e7eb;border-color:#d1d5db;transform:translateY(-2px)}.section-title{font-size:18px;font-weight:700;margin:20px 0 10px;color:#333;border-left:4px solid #7f1d1d;padding-left:8px}.array-item{background:#fff;border:2px solid #e5e7eb;border-radius:10px;padding:14px 16px;margin-bottom:12px;display:flex;flex-direction:column;gap:6px;box-shadow:0 2px 6px #0000000d}.array-item strong{font-size:14px;color:#374151;font-weight:600}.array-item button{align-self:flex-end;background:#fee2e2;color:#b91c1c;border:none;padding:6px 14px;border-radius:6px;font-weight:600;font-size:13px;cursor:pointer;transition:all .2s ease}.array-item button:hover{background:#fecaca;transform:scale(1.05)}.add-array-btn{background:#f3f4f6;border:2px solid #e5e7eb;padding:10px 16px;border-radius:8px;font-size:14px;font-weight:600;color:#374151;cursor:pointer;transition:.2s ease;margin-bottom:18px}.add-array-btn:hover{background:#e5e7eb;border-color:#d1d5db;transform:translateY(-2px)}.skill-row{display:flex;justify-content:space-between;align-items:center}.skill-row select{padding:6px 10px;border:2px solid #e5e7eb;border-radius:8px;font-size:14px;background:#fff}.skill-row select:focus{border-color:#7f1d1d;box-shadow:0 0 0 3px #7f1d1d26}}.modal-overlay{position:fixed;inset:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}.modal-content{background:#fff;border-radius:8px;box-shadow:0 4px 6px #0000001a;max-width:700px;width:95%;max-height:90vh;overflow-y:auto}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:20px;border-bottom:1px solid #e5e5e5}.modal-header h2{margin:0;font-size:1.5rem;color:#333}.close-btn{background:none;border:none;font-size:2rem;color:#666;cursor:pointer;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:all .2s ease}.close-btn:hover{background-color:#f0f0f0;color:#333}.close-btn:active{background-color:#e0e0e0}.modal-body{padding:20px}.upload-container{text-align:center;padding:40px;border:2px dashed #ddd;border-radius:8px;transition:border-color .3s ease}.upload-container:hover{border-color:#999}.upload-container p{color:#666;font-size:.9rem;margin-top:10px}.loading-spinner-container{text-align:center;padding:40px}.loading-spinner-container p{color:#666;font-size:1rem;margin-top:10px}.stats-grid{display:grid;grid-template-columns:1fr 1fr;gap:15px;margin-bottom:20px}.stat-card-new{background:#e6fffa;border:1px solid #b2f5ea;padding:15px;border-radius:8px}.stat-card-new h3{margin:0;color:#285e61;font-size:1.8rem}.stat-card-new p{margin:5px 0 0;color:#319795;font-size:.9rem}.stat-card-skipped{background:#fff5f5;border:1px solid #feb2b2;padding:15px;border-radius:8px}.stat-card-skipped h3{margin:0;color:#9b2c2c;font-size:1.8rem}.stat-card-skipped p{margin:5px 0 0;color:#e53e3e;font-size:.9rem}.skipped-details-container{margin-bottom:20px}.skipped-toggle-btn{background:none;border:none;color:#666;text-decoration:underline;cursor:pointer;font-size:.9rem;padding:5px 0}.skipped-toggle-btn:hover{color:#333}.skipped-list{max-height:100px;overflow-y:auto;background:#f8f9fa;padding:10px;margin-top:5px;border-radius:4px;font-size:.85rem}.skipped-list div{color:#666;padding:2px 0}.modal-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:20px}.cancel-btn{background-color:#f5f5f5;color:#333;border:1px solid #ddd;padding:10px 20px;border-radius:6px;cursor:pointer;font-size:1rem;transition:all .2s ease}.cancel-btn:hover{background-color:#e5e5e5}.add-student-btn{background-color:#4caf50;color:#fff;border:none;padding:10px 20px;border-radius:6px;cursor:pointer;font-size:1rem;transition:all .2s ease}.add-student-btn:hover:not(:disabled){background-color:#45a049}.add-student-btn:disabled{opacity:.5;cursor:not-allowed}.processing-container{text-align:center;padding:30px}.processing-container p{margin-top:15px;color:#333}.progress-bar-container{width:100%;height:8px;background:#eee;border-radius:4px;margin-top:10px;overflow:hidden}.progress-bar-fill{height:100%;background:#4caf50;border-radius:4px;transition:width .3s ease}.loading-spinner{border:4px solid #f3f3f3;border-top:4px solid #4caf50;border-radius:50%;width:40px;height:40px;animation:spin 1s linear infinite;margin:0 auto}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.complete-container{text-align:center;padding:20px}.complete-icon{color:#4caf50;font-size:3rem;margin-bottom:10px}.complete-container h3{margin:10px 0;color:#333}.complete-container p{color:#666;margin:10px 0}.download-btn-full{width:100%;margin-top:20px}.download-btn-credentials,.close-btn-full{width:100%;margin-top:10px}.student-manager{padding:32px;max-width:1600px;margin:0 auto;font-family:Poppins,sans-serif}.student-manager-loading,.student-manager-error{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px;gap:16px}.student-manager-error p{color:#dc2626;font-size:16px;font-weight:500}.student-manager-error button{padding:12px 24px;background:linear-gradient(135deg,#7f1d1d,#991b1b);color:#fff;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease}.student-manager-error button:hover{transform:translateY(-2px);box-shadow:0 4px 12px #7f1d1d4d}.student-manager-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:32px;flex-wrap:wrap;gap:16px}.student-manager-header h1{font-size:36px;font-weight:700;color:#1a1a1a;margin:0 0 8px}.student-manager-header p{color:#666;font-size:16px;margin:0}.add-student-btn{padding:14px 24px;background:linear-gradient(135deg,#7f1d1d,#991b1b);color:#fff;border:none;border-radius:12px;font-size:16px;font-weight:600;cursor:pointer;display:flex;align-items:center;gap:8px;transition:all .3s ease;box-shadow:0 4px 12px #7f1d1d4d}.add-student-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #7f1d1d66}.add-student-btn:active{transform:translateY(0)}.student-manager-controls{background:#fff;border-radius:16px;box-shadow:0 4px 12px #00000014;padding:24px;margin-bottom:24px;display:flex;gap:16px;flex-wrap:wrap}.search-box{flex:1;min-width:280px;position:relative;display:flex;align-items:center}.search-box svg{position:absolute;left:16px;color:#999;pointer-events:none}.search-box input{width:100%;padding:14px 16px 14px 48px;border:2px solid #e5e5e5;border-radius:12px;font-size:16px;transition:all .3s ease;outline:none}.search-box input:focus{border-color:#7f1d1d;box-shadow:0 0 0 4px #7f1d1d1a}.filter-select{padding:14px 16px;border:2px solid #e5e5e5;border-radius:12px;font-size:16px;background:#fff;cursor:pointer;transition:all .3s ease;outline:none;min-width:180px}.filter-select:focus{border-color:#7f1d1d;box-shadow:0 0 0 4px #7f1d1d1a}@media(max-width:768px){.student-manager{padding:20px}.student-manager-header{flex-direction:column;align-items:flex-start}.student-manager-header h1{font-size:28px}.add-student-btn{width:100%;justify-content:center}.student-manager-controls{flex-direction:column}.search-box{min-width:100%}.filter-select{width:100%}}.employer-table-container{background:#fff;border-radius:16px;box-shadow:0 4px 12px #00000014;overflow:hidden}.employer-table{width:100%;border-collapse:collapse}.employer-table thead{background:linear-gradient(135deg,#d97706,#f59e0b)}.employer-table thead tr th{padding:16px;text-align:left;font-size:14px;font-weight:600;color:#fff;text-transform:uppercase;letter-spacing:.5px}.employer-table tbody tr{border-bottom:1px solid #f3f4f6;transition:background-color .2s ease}.employer-table tbody tr:hover{background-color:#fafafa}.employer-table tbody tr:last-child{border-bottom:none}.employer-table tbody td{padding:16px;font-size:14px;color:#333}.employer-org{display:flex;align-items:center;gap:12px}.employer-avatar{width:40px;height:40px;border-radius:50%;background:linear-gradient(135deg,#d97706,#f59e0b);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:14px;text-transform:uppercase}.employer-email{color:#666}.no-employers{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:80px 20px;background:#fff;border-radius:16px;box-shadow:0 4px 12px #00000014}.no-employers svg{color:#d1d5db;margin-bottom:16px}.no-employers h3{font-size:20px;font-weight:700;color:#1a1a1a;margin:0 0 8px}.no-employers p{color:#666;font-size:14px;margin:0}@media(max-width:1024px){.employer-table-container{overflow-x:auto}.employer-table{min-width:800px}}.employer-manager{padding:32px;max-width:1600px;margin:0 auto;font-family:Poppins,sans-serif}.employer-manager-loading,.employer-manager-error{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px;gap:16px}.employer-manager-error p{color:#dc2626;font-size:16px;font-weight:500}.employer-manager-error button{padding:12px 24px;background:linear-gradient(135deg,#7f1d1d,#991b1b);color:#fff;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease}.employer-manager-error button:hover{transform:translateY(-2px);box-shadow:0 4px 12px #7f1d1d4d}.employer-manager-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:32px;flex-wrap:wrap;gap:16px}.employer-manager-header h1{font-size:36px;font-weight:700;color:#1a1a1a;margin:0 0 8px}.employer-manager-header p{color:#666;font-size:16px;margin:0}.employer-manager-controls{background:#fff;border-radius:16px;box-shadow:0 4px 12px #00000014;padding:24px;margin-bottom:24px;display:flex;gap:16px;flex-wrap:wrap}@media(max-width:768px){.employer-manager{padding:20px}.employer-manager-header h1{font-size:28px}.employer-manager-controls{flex-direction:column}}*{margin:0;padding:0;box-sizing:border-box}:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;padding:0;min-width:320px;min-height:100vh;width:100%;overflow-x:hidden;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#fafafa}#root{width:100%;min-height:100vh}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}h1{font-size:2.2em;line-height:2.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;cursor:pointer;transition:border-color .25s}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}.loading-spinner{width:48px;height:48px;border:4px solid #f3f4f6;border-top-color:#7f1d1d;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.admin-layout{width:100%;min-height:100vh}@media(prefers-color-scheme:light){:root{color:#213547;background-color:transparent!important}a:hover{color:#747bff}button{background-color:#f9f9f9}}@media(prefers-color-scheme:dark){:root{color-scheme:light dark;color:#ffffffde;background-color:#242424}button{background-color:#1a1a1a}button:hover{border-color:#646cff}}
