.ad-layout{display:flex;min-height:100vh;background:#f0f6ff;font-family:Sora,Segoe UI,sans-serif;color:#0d1f3c}.ad-sidebar{width:220px;min-height:100vh;background:#fff;border-right:1px solid #e0edf9;display:flex;flex-direction:column;flex-shrink:0}.ad-logo{padding:18px 20px 16px;border-bottom:1px solid #e0edf9;display:flex;flex-direction:column;gap:6px}.ad-logo img{height:36px;width:auto;object-fit:contain;display:block;margin-left:-40px}.ad-logo-sub{font-size:.72rem;color:#9aabbc}.ad-nav-group{padding:20px 0 0}.ad-nav-label{font-size:.65rem;font-weight:700;color:#9aabbc;text-transform:uppercase;letter-spacing:.08em;padding:0 20px 8px}.ad-nav{display:flex;flex-direction:column;gap:2px;padding:0 10px}.ad-nav-item{display:flex;align-items:center;gap:8px;background:none;border:none;text-align:left;padding:9px 14px;font-size:.85rem;font-family:inherit;color:#5a7a9a;cursor:pointer;border-radius:8px;transition:background .15s,color .15s}.ad-nav-item:hover{background:#f0f5fb;color:#0d1f3c}.ad-nav-item.active{background:#1a6fd4;color:#fff;font-weight:600}.ad-badge{margin-left:auto;background:#e07b1a;color:#fff;font-size:.68rem;font-weight:700;border-radius:10px;padding:1px 7px;min-width:18px;text-align:center}.ad-main{flex:1;overflow-y:auto}.ad-content{padding:40px 44px 60px}.ad-header{margin-bottom:32px}.ad-title{font-size:1.75rem;font-weight:700;color:#0d1f3c;margin:0 0 4px;letter-spacing:-.03em}.ad-subtitle{font-size:.85rem;color:#5a7a9a}.ad-stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:28px}.ad-stat-card{background:#fff;border:1px solid #e0edf9;border-radius:14px;padding:22px 20px;display:flex;flex-direction:column;gap:4px;transition:transform .2s,box-shadow .2s}.ad-stat-card:hover{transform:translateY(-2px);box-shadow:0 6px 20px #1a6fd417}.ad-stat-label{font-size:.7rem;font-weight:700;color:#9aabbc;text-transform:uppercase;letter-spacing:.07em}.ad-stat-value{font-size:2rem;font-weight:700;color:#0d1f3c;line-height:1.1;letter-spacing:-.03em}.ad-stat-sub{font-size:.78rem;font-weight:600;margin-top:2px}.ad-stat-sub--green{color:#0e9e6e}.ad-stat-sub--orange{color:#e07b1a}.ad-stat-sub--blue{color:#1a6fd4}.ad-stat-sub--muted{color:#9aabbc}.ad-dashboard-cols{display:grid;grid-template-columns:1fr 340px;gap:20px;align-items:start}.ad-roles-cols{display:grid;grid-template-columns:1fr 1fr;gap:20px;align-items:stretch;margin-bottom:20px}.ad-roles-cols .ad-section{display:flex;flex-direction:column;max-height:320px}.ad-table-scroll{flex:1;overflow-y:auto;min-height:0}.ad-table-scroll::-webkit-scrollbar{width:4px}.ad-table-scroll::-webkit-scrollbar-track{background:transparent}.ad-table-scroll::-webkit-scrollbar-thumb{background:#d0e3f7;border-radius:4px}.ad-section{background:#fff;border:1px solid #e0edf9;border-radius:16px;overflow:hidden;margin-bottom:20px}.ad-section-header{display:flex;align-items:center;justify-content:space-between;padding:18px 22px 14px;border-bottom:1px solid #e0edf9}.ad-section-title{font-size:.95rem;font-weight:700;color:#0d1f3c;margin:0}.ad-section-count{font-size:.8rem;font-weight:600;color:#e07b1a}.ad-table{width:100%;border-collapse:collapse;font-size:.875rem}.ad-table th{background:transparent;color:#9aabbc;font-weight:700;font-size:.7rem;text-transform:uppercase;letter-spacing:.07em;padding:10px 22px;text-align:left;border-bottom:1px solid #e0edf9}.ad-table td{padding:13px 22px;color:#0d1f3c;border-bottom:1px solid #f0f5fb;vertical-align:middle}.ad-table tr:last-child td{border-bottom:none}.ad-table tr:hover td{background:#f8fbff}.ad-empty{color:#9aabbc;font-style:italic;text-align:center;padding:24px!important}.ad-avatar{width:34px;height:34px;border-radius:50%;background:#e0edf9;color:#3a5a8a;font-size:.72rem;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0}.ad-user-cell{display:flex;align-items:center;gap:10px}.ad-user-name{font-weight:600;font-size:.875rem;color:#0d1f3c;line-height:1.2}.ad-user-email{font-size:.75rem;color:#9aabbc;margin-top:1px}.ad-role-badge,.ad-status-badge{display:inline-block;padding:3px 10px;border-radius:20px;font-size:.7rem;font-weight:700;letter-spacing:.04em}.ad-role--student{background:#def;color:#1a6fd4}.ad-role--company{background:#ede8ff;color:#6d4ce1}.ad-role--coordinator{background:#e0f7ef;color:#0e9e6e}.ad-role--admin{background:#fef0dd;color:#e07b1a}.ad-status--active{background:#e0f7ef;color:#0e9e6e}.ad-status--pending{background:#fef0dd;color:#e07b1a}.ad-status--deactivated{background:#f0f5fb;color:#9aabbc}.ad-btn{padding:7px 16px;border:none;border-radius:8px;font-size:.8rem;font-weight:700;font-family:inherit;cursor:pointer;transition:opacity .15s,transform .15s}.ad-btn:hover{opacity:.88;transform:translateY(-1px)}.ad-btn--approve{background:linear-gradient(135deg,#0e9e6e,#1ab87e);color:#fff;box-shadow:0 3px 10px #0e9e6e47}.ad-btn--reject{background:transparent;color:#5a7a9a;border:1px solid #d0e3f7}.ad-btn--reject:hover{background:#f0f5fb;border-color:#aab8cc}.ad-btn--primary{background:linear-gradient(135deg,#1a6fd4,#2d9cdb);color:#fff;box-shadow:0 4px 14px #1a6fd44d}.ad-actions{display:flex;gap:8px;align-items:center}.ad-select{padding:6px 10px;border:1px solid #d0e3f7;border-radius:8px;font-size:.8rem;font-family:inherit;background:#f8fbff;color:#0d1f3c;cursor:pointer;outline:none;transition:border-color .15s}.ad-select:focus{border-color:#1a6fd4}.ad-filters{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:20px;align-items:center}.ad-filters-count{margin-left:auto;font-size:.78rem;color:#9aabbc;font-weight:500;white-space:nowrap}.ad-form-desc{font-size:.82rem;color:#1a6fd4;line-height:1.6;margin-bottom:14px}.ad-filter-btn{padding:6px 16px;border:1px solid #d0e3f7;border-radius:20px;background:#fff;color:#5a7a9a;font-size:.8rem;font-family:inherit;font-weight:500;cursor:pointer;transition:all .15s}.ad-filter-btn:hover{border-color:#1a6fd4;color:#1a6fd4;background:#f0f6ff}.ad-filter-btn.active{background:#1a6fd4;border-color:#1a6fd4;color:#fff;font-weight:700}.ad-filter-sep{width:1px;height:20px;background:#d0e3f7}.ad-audit-row{display:flex;align-items:flex-start;gap:14px;padding:14px 22px;border-bottom:1px solid #f0f5fb}.ad-audit-row:last-child{border-bottom:none}.ad-audit-icon{width:28px;height:28px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:.7rem;font-weight:700;border:1px solid currentColor}.ad-audit-icon--green{color:#0e9e6e;background:#e0f7ef;border-color:#a3e4be}.ad-audit-icon--blue{color:#1a6fd4;background:#def;border-color:#b8d8f8}.ad-audit-icon--red{color:#c0392b;background:#fde8e6;border-color:#f5b8b2}.ad-audit-icon--orange{color:#e07b1a;background:#fef0dd;border-color:#fcd5a4}.ad-audit-icon--gray{color:#9aabbc;background:#f0f5fb;border-color:#d0e3f7}.ad-audit-body{flex:1;min-width:0}.ad-audit-action{font-size:.83rem;font-weight:600;color:#0d1f3c}.ad-audit-sub{font-size:.75rem;color:#6a88aa;margin-top:1px}.ad-audit-time{font-size:.72rem;color:#9aabbc;white-space:nowrap;flex-shrink:0}.ad-audit-footer{padding:12px 22px;border-top:1px solid #f0f5fb}.ad-audit-footer button{width:100%;padding:8px;background:transparent;border:1px solid #d0e3f7;border-radius:8px;font-size:.8rem;font-family:inherit;color:#5a7a9a;cursor:pointer;transition:background .15s}.ad-audit-footer button:hover{background:#f0f5fb}.ad-assign-form{display:flex;flex-direction:column;gap:12px;padding:18px 22px 22px}.ad-assign-form .ad-input{max-width:480px}.ad-assign-form .ad-btn{align-self:flex-start}.ad-input{padding:9px 14px;border:1px solid #d0e3f7;border-radius:8px;font-size:.875rem;font-family:inherit;color:#0d1f3c;background:#f8fbff;outline:none;flex:1;transition:border-color .15s}.ad-input:focus{border-color:#1a6fd4}.ad-standalone-section{margin-bottom:20px}.ad-toast{position:fixed;bottom:28px;right:28px;padding:14px 22px;border-radius:10px;font-size:.875rem;font-weight:600;color:#fff;box-shadow:0 6px 24px #00000024;animation:ad-slide-up .25s ease;z-index:999}.ad-toast--success{background:linear-gradient(135deg,#0e9e6e,#1ab87e)}.ad-toast--error{background:linear-gradient(135deg,#c0392b,#e05a3a)}@keyframes ad-slide-up{0%{transform:translateY(16px);opacity:0}to{transform:translateY(0);opacity:1}}.ad-loading{color:#9aabbc;font-style:italic;padding:20px 0}.dark .ad-layout{background:#0d1117;color:#e2e8f0}.dark .ad-sidebar{background:#111827;border-color:#1e2d40}.dark .ad-logo{border-color:#1e2d40}.dark .ad-logo-name{color:#e2e8f0}.dark .ad-nav-item{color:#7a9ab8}.dark .ad-nav-item:hover{background:#1e2d40;color:#e2e8f0}.dark .ad-nav-item.active{background:#1a6fd4;color:#fff}.dark .ad-title{color:#e2e8f0}.dark .ad-subtitle{color:#7a9ab8}.dark .ad-stat-card{background:#111827;border-color:#1e2d40}.dark .ad-stat-value{color:#e2e8f0}.dark .ad-section{background:#111827;border-color:#1e2d40}.dark .ad-section-title{color:#e2e8f0}.dark .ad-section-header{border-color:#1e2d40}.dark .ad-table th{color:#5a7a9a;border-color:#1e2d40}.dark .ad-table td{color:#cdd8e8;border-color:#1a2535}.dark .ad-table tr:hover td{background:#161f2e}.dark .ad-avatar{background:#1e2d40;color:#7ab3e0}.dark .ad-user-name{color:#e2e8f0}.dark .ad-user-email{color:#5a7a9a}.dark .ad-input{background:#161f2e;border-color:#1e2d40;color:#e2e8f0}.dark .ad-input:focus{border-color:#1a6fd4}.dark .ad-select{background:#161f2e;border-color:#1e2d40;color:#e2e8f0}.dark .ad-filter-btn{background:#111827;border-color:#1e2d40;color:#7a9ab8}.dark .ad-filter-btn:hover{background:#1e2d40;color:#e2e8f0;border-color:#2a4060}.dark .ad-filter-btn.active{background:#1a6fd4;border-color:#1a6fd4;color:#fff}.dark .ad-btn--reject{background:transparent;border-color:#1e2d40;color:#7a9ab8}.dark .ad-btn--reject:hover{background:#1e2d40}.dark .ad-audit-row{border-color:#1a2535}.dark .ad-audit-action{color:#e2e8f0}.dark .ad-audit-sub{color:#5a7a9a}.dark .ad-audit-footer{border-color:#1a2535}.dark .ad-audit-footer button{background:transparent;border-color:#1e2d40;color:#7a9ab8}.dark .ad-audit-footer button:hover{background:#1e2d40}@media (max-width: 768px){.lp-nav-links,.lp-nav-actions{display:none!important}.lp-hamburger{display:flex!important}}.lp-mobile-menu{display:none;flex-direction:column;gap:6px;position:fixed;top:68px;left:0;right:0;background:#fff;border-bottom:1px solid #d0e3f7;padding:16px 20px 20px;z-index:99;box-shadow:0 8px 24px #00000014}.lp-mobile-menu.open{display:flex}.dark .lp-mobile-menu{background:#111827;border-color:#1e2d40}.lp-mobile-menu a,.lp-mobile-menu button{padding:11px 14px;border-radius:8px;font-size:15px;font-weight:500;color:#3a5a8a;text-decoration:none;background:transparent;border:none;cursor:pointer;font-family:inherit;text-align:left;transition:background .15s}.lp-mobile-menu a:hover,.lp-mobile-menu button:hover{background:#f0f5fb}.dark .lp-mobile-menu a,.dark .lp-mobile-menu button{color:#cbd5e1}.dark .lp-mobile-menu a:hover,.dark .lp-mobile-menu button:hover{background:#1e2d40}.lp-mobile-menu .lp-mobile-divider{height:1px;background:#e0edf9;margin:6px 0}.dark .lp-mobile-menu .lp-mobile-divider{background:#1e2d40}.lp-mobile-menu .lp-mobile-btn-primary{background:linear-gradient(135deg,#1a6fd4,#2d9cdb);color:#fff!important;font-weight:700!important;text-align:center}@media (max-width: 1024px){.lp-hero-grid{grid-template-columns:1fr!important;gap:40px!important}.lp-hero-carousel{display:flex;justify-content:center}}@media (max-width: 768px){.lp-hero-section{padding:90px 1.25rem 50px!important}.lp-hero-btns{flex-direction:column!important}.lp-hero-btns a{justify-content:center;width:100%;box-sizing:border-box}}@media (max-width: 768px){.lp-section-pad{padding:60px 1.25rem!important}}@media (max-width: 1024px){.lp-two-col{grid-template-columns:1fr!important;gap:36px!important}.lp-feature-grid{grid-template-columns:1fr 1fr!important}}@media (max-width: 480px){.lp-feature-grid{grid-template-columns:1fr!important}}@media (max-width: 480px){.lp-cta-btns{flex-direction:column!important;align-items:stretch!important}.lp-cta-btns a{justify-content:center!important;text-align:center}}@media (max-width: 900px){.lp-footer-grid{grid-template-columns:1fr 1fr!important;gap:28px!important}}@media (max-width: 480px){.lp-footer-grid{grid-template-columns:1fr!important}.lp-footer-bottom{flex-direction:column!important;text-align:center;gap:6px!important}}@media (max-width: 1024px){.ad-sidebar{width:180px}.ad-content{padding:28px 24px 50px}.ad-stats-grid{grid-template-columns:1fr 1fr}.ad-dashboard-cols,.ad-roles-cols{grid-template-columns:1fr}}@media (max-width: 768px){.ad-layout{flex-direction:column}.ad-sidebar{width:100%;min-height:unset;border-right:none;border-bottom:1px solid #e0edf9;flex-direction:row;align-items:center;padding:0 16px;height:56px;overflow:hidden;transition:height .3s ease;position:relative;z-index:50}.dark .ad-sidebar{border-color:#1e2d40}.ad-sidebar.open{height:auto;flex-direction:column;align-items:flex-start;padding:16px}.ad-logo{border-bottom:none;padding:0;flex:1}.ad-logo-sub{display:none}.ad-sidebar.open .ad-logo{border-bottom:1px solid #e0edf9;padding-bottom:14px;margin-bottom:6px;width:100%}.dark .ad-sidebar.open .ad-logo{border-color:#1e2d40}.ad-nav-group{display:none;padding:0;width:100%}.ad-sidebar.open .ad-nav-group{display:block}.ad-sidebar-toggle{display:flex!important;align-items:center;justify-content:center;width:36px;height:36px;background:none;border:1px solid #d0e3f7;border-radius:8px;cursor:pointer;flex-shrink:0;color:#5a7a9a}.dark .ad-sidebar-toggle{border-color:#1e2d40;color:#7a9ab8}.ad-content{padding:20px 16px 40px}.ad-stats-grid{grid-template-columns:1fr 1fr;gap:12px}.ad-dashboard-cols,.ad-roles-cols{grid-template-columns:1fr}.ad-stat-value{font-size:1.5rem}}@media (max-width: 480px){.ad-stats-grid{grid-template-columns:1fr 1fr}.ad-table th,.ad-table td{padding:10px 14px}.ad-title{font-size:1.4rem}.ad-filters{gap:6px}.ad-filter-btn{padding:5px 12px;font-size:.75rem}}@media (max-width: 768px){.ad-col-institution,.ad-col-date{display:none}.ad-table{table-layout:fixed;width:100%}.ad-table th:first-child,.ad-table td:first-child{width:45%}.ad-table th:nth-child(2),.ad-table td:nth-child(2){width:30%}.ad-table th:last-child,.ad-table td:last-child{width:25%}.ad-actions{flex-direction:column;gap:4px}.ad-btn{padding:5px 8px;font-size:.72rem;width:100%;text-align:center}.ad-section{overflow-x:hidden}}.lp-companies-badge-mobile{display:none}@media (max-width: 1024px){.lp-companies-badge-mobile{display:inline-block;width:fit-content;background:#ede8ff;color:#6d4ce1;border-radius:20px;padding:4px 12px;font-size:13px;font-weight:600;margin-bottom:18px;border:1px solid #c9bbf5}.lp-companies-badge-desktop{display:none!important}}@media (max-width: 768px){.lp-darkmode-mobile{display:flex!important;align-items:center;justify-content:center;width:36px;height:36px;border-radius:8px;border:1px solid #d0e3f7;background:transparent;cursor:pointer;flex-shrink:0;margin-left:auto}.ad-col-role{display:none}.dark .lp-darkmode-mobile{border-color:#374151}nav{padding:0 6px!important}.lp-hamburger{margin-left:8px!important}}html.dark,html.dark body,html.dark #root{background-color:#111827;color:#f9fafb;min-height:100%}body{margin:0;font-family:Sora,Segoe UI,sans-serif}
