:root{--colorVerde:#4caf50;--colorAmarillo:#ffeb3b;--colorNav:var(--colorVerde);--verde-muy-oscuro:#2e7d32;--verde-oscuro:#388e3c;--verde-medio:#4caf50;--verde-claro:#66bb6a;--verde-muy-claro:#81c784;--verde-pastel:#c8e6c9;--verde-transparente:#4caf501a;--verde-hover:#4caf5014;--amarillo-oscuro:#f57f17;--amarillo-medio:#ffeb3b;--amarillo-claro:#fff59d;--amarillo-muy-claro:#fff9c4;--amarillo-pastel:#fffde7;--amarillo-transparente:#ffeb3b1a;--azul-acento:#2196f3;--naranja-acento:#ff9800;--text-primary:#1b5e20;--text-secondary:#2e7d32;--text-dark:#2c3e50;--text-light:#6c757d;--text-muted:#95a5a6;--text-white:#fff;--background-white:#fff;--background-light:#f8f9fa;--background-verde-suave:#f1f8e9;--background-amarillo-suave:#fffef7;--border-light:#0000000d;--border-medium:#0000001a;--border-verde:#4caf504d;--shadow-light:#00000014;--shadow-medium:#00000026;--shadow-verde:#4caf5033;--shadow-verde-hover:#4caf504d;--error-red:#e74c3c;--error-red-hover:#c0392b;--success-green:var(--verde-medio);--warning-yellow:var(--amarillo-oscuro);--gradient-verde:linear-gradient(135deg,var(--verde-medio),var(--verde-oscuro));--gradient-amarillo:linear-gradient(135deg,var(--amarillo-medio),var(--amarillo-oscuro));--gradient-verde-amarillo:linear-gradient(135deg,var(--verde-medio),var(--amarillo-medio));--gradient-background:linear-gradient(135deg,var(--background-light),var(--background-verde-suave))}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.loading-container{align-items:center;background:linear-gradient(180deg,#f0f4f8,#e0e8f0);display:flex;justify-content:center;min-height:100vh}.loading-content{align-items:center;display:flex;flex-direction:column;gap:20px}.spinner-large{animation:spin 1s linear infinite;border:4px solid #e1e5e9;border-radius:50%;border-top-color:#667eea;height:50px;width:50px}.loading-message{color:#666;font-size:16px;font-weight:500;margin:0;text-align:center}.access-denied{align-items:center;background:linear-gradient(180deg,#f0f4f8,#e0e8f0);display:flex;flex-direction:column;justify-content:center;min-height:100vh;padding:20px;text-align:center}.access-denied h2{color:#e74c3c;font-size:32px;margin-bottom:16px}.access-denied p{color:#666;font-size:18px;max-width:400px}.header{background:var(--verde-muy-oscuro);border-bottom:1px solid var(--border-light);box-shadow:0 2px 20px var(--shadow-light);color:var(--text-primary);overflow:visible;padding:12px 32px;position:relative;transition:all .3s ease;z-index:1000}.dropdown{z-index:1100}.admin-dropdown{z-index:1050}.nav{align-items:center;display:flex;justify-content:space-between;min-height:60px;position:relative;width:100%}.nav-overlay{background:#00000040;inset:0;opacity:0;pointer-events:none;position:fixed;transition:opacity .25s ease;z-index:900}.nav-overlay.show{opacity:1;pointer-events:auto}.logo{align-items:center;display:flex;flex-shrink:0}.university-logo{filter:drop-shadow(0 2px 4px var(--shadow-light));height:45px;transition:all .3s ease;width:auto}.university-logo:hover{filter:drop-shadow(0 4px 8px var(--shadow-medium));transform:scale(1.05)}.nav-links{align-items:center;display:flex;gap:10px}.pill-link{--pill-border:var(--border-verde);align-items:center;background:linear-gradient(180deg,#0000,#ffffff08);border:1px solid var(--pill-border);border-radius:999px;color:var(--text-white);display:inline-flex;font-weight:600;letter-spacing:.2px;padding:10px 16px;position:relative;text-decoration:none;transition:background .25s ease,color .25s ease,transform .12s ease,box-shadow .25s ease,border-color .25s ease}.pill-link .pill-label{position:relative;z-index:1}.pill-link .pill-underline{background:linear-gradient(90deg,#0000,var(--amarillo-medio),#0000);bottom:6px;height:2px;left:14px;opacity:0;position:absolute;right:14px;transform:translateY(4px);transition:opacity .25s ease,transform .25s ease}.pill-link:hover{background:var(--verde-hover);border-color:var(--verde-claro);box-shadow:0 4px 12px var(--shadow-verde);color:var(--amarillo-medio);transform:translateY(-1px)}.pill-link:hover .pill-underline{opacity:1;transform:translateY(0)}.pill-link.active{background:var(--verde-transparente);border-color:var(--verde-medio);color:var(--text-white)}.pill-link.active .pill-underline{opacity:1;transform:translateY(0)}.user-info{align-items:flex-end;display:flex;flex-direction:column;margin-right:12px}.name,.user-info .name{color:var(--text-white);font-size:15px;letter-spacing:.9px;max-width:400px;overflow:hidden;text-overflow:ellipsis;transition:all .3s ease;white-space:nowrap}.current-role,.name,.user-info .name{font-weight:600;text-transform:capitalize}.current-role{font-size:.75rem;margin-top:2px;opacity:.9}.admin-nav-dropdown{display:inline-block;position:relative}.admin-nav-button{align-items:center;background:linear-gradient(135deg,var(--verde-medio),var(--verde-oscuro));border:2px solid var(--verde-claro);border-radius:20px;box-shadow:0 4px 15px var(--shadow-verde);color:#fff;cursor:pointer;display:flex;font-size:14px;font-weight:700;gap:12px;min-width:160px;overflow:hidden;padding:12px 18px;position:relative;text-decoration:none;transition:all .25s ease;white-space:nowrap}.admin-nav-button:before{background:linear-gradient(90deg,#0000,#ffffff38,#0000);content:"";inset:0;position:absolute;transform:translateX(-100%);transition:transform .5s ease}.admin-nav-button:hover:before{transform:translateX(100%)}.admin-nav-button:hover{box-shadow:0 6px 20px var(--shadow-verde-hover);transform:translateY(-1px)}.admin-icon{font-size:18px}.dropdown-arrow{font-size:12px;transition:transform .3s ease}.dropdown-arrow.open{transform:rotate(180deg)}.admin-dropdown{animation:adminDropdownSlideIn .35s cubic-bezier(.34,1.56,.64,1) forwards;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:var(--background-white);border:1px solid var(--border-verde);border-radius:18px;box-shadow:0 20px 60px var(--shadow-medium);left:0;max-height:min(60vh,520px);min-width:320px;opacity:0;overflow:hidden;overflow:auto;padding:10px 8px;position:absolute;top:calc(100% + 12px);transform:translateY(-15px) scale(.95)}.admin-dropdown:before{background:var(--gradient-verde);content:"";height:4px;left:0;position:absolute;right:0;top:0}@keyframes adminDropdownSlideIn{to{opacity:1;transform:translateY(0) scale(1)}}.admin-items{display:block}.admin-dropdown-item{align-items:center;border:1px solid #0000;border-radius:12px;color:var(--text-dark)!important;display:flex;font-size:14px;font-weight:600;gap:12px;margin:6px 8px;overflow:hidden;padding:12px 16px;position:relative;text-decoration:none;transition:all .2s ease}.admin-dropdown-item:hover{background:var(--verde-transparente);border-color:var(--verde-claro);box-shadow:0 4px 14px var(--shadow-verde);color:var(--verde-oscuro);transform:translateX(6px)}.admin-dropdown-item.active{background:linear-gradient(135deg,var(--verde-transparente),var(--background-light));border-color:var(--verde-medio);color:var(--verde-oscuro)}.admin-item-icon{flex-shrink:0;font-size:18px;text-align:center;width:26px}.admin-item-content{display:flex;flex:1 1;flex-direction:column}.admin-item-label{color:inherit;font-size:14px;font-weight:700}.admin-dropdown-divider{background:linear-gradient(90deg,#0000,var(--border-verde),#0000);height:1px;margin:8px}.header-right{flex-shrink:0}.header-right,.profile{align-items:center;display:flex;gap:12px}.profile{position:relative}.avatar{background:linear-gradient(#fff,#fff) padding-box,var(--gradient-verde) border-box;border:2px solid #0000;border-radius:50%;box-shadow:0 2px 8px var(--shadow-light);cursor:pointer;height:42px;object-fit:cover;transition:all .3s ease;width:42px}.avatar:hover{box-shadow:0 4px 16px var(--shadow-verde-hover);transform:scale(1.05)}.avatar-fallback{align-items:center;background:linear-gradient(#fff,#fff) padding-box,var(--gradient-verde) border-box;border:2px solid #0000;border-radius:50%;box-shadow:0 2px 8px var(--shadow-light);color:var(--verde-oscuro);cursor:pointer;display:inline-flex;font-weight:800;height:42px;justify-content:center;letter-spacing:.5px;width:42px}.dropdown{animation:slideInDown .35s cubic-bezier(.34,1.56,.64,1);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#fffffff2;border:1px solid var(--border-light);border-radius:16px;box-shadow:0 20px 40px var(--shadow-medium);max-width:360px;min-width:320px;overflow:hidden;padding:0;position:absolute;right:0;top:55px}@keyframes slideInDown{0%{opacity:0;transform:translateY(-20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.dropdown-header{align-items:flex-start;background:var(--gradient-background);border-bottom:1px solid var(--border-light);display:flex;gap:16px;padding:20px;position:relative}.dropdown-header:before{background:var(--gradient-verde);content:"";height:3px;left:0;position:absolute;right:0;top:0}.dropdown-avatar{flex-shrink:0;object-fit:cover}.dropdown-avatar,.dropdown-avatar-fallback{border:3px solid #fff;border-radius:50%;box-shadow:0 4px 12px var(--shadow-medium);height:56px;width:56px}.dropdown-avatar-fallback{align-items:center;background:linear-gradient(#fff,#fff) padding-box,var(--gradient-verde) border-box;color:var(--verde-oscuro);display:flex;font-weight:800;justify-content:center}.dropdown-info{flex:1 1;min-width:0}.dropdown-name{color:var(--text-primary);font-size:16px;font-weight:700;letter-spacing:.3px;margin-bottom:6px;text-transform:capitalize;word-break:break-word}.dropdown-email{color:var(--text-light);font-size:13px;font-weight:500;margin-bottom:12px;word-break:break-word}.current-role-display{align-items:center;display:flex;gap:8px;margin-top:8px}.role-label{color:var(--text-light);font-size:.75rem;font-weight:500}.current-role-badge{border-radius:12px;font-size:.7rem;font-weight:600;letter-spacing:.3px;padding:3px 8px;text-transform:capitalize}.role-selector{margin:12px 0;padding:0}.role-selector-header{align-items:center;background:var(--verde-transparente);border-bottom:1px solid var(--border-verde);border-radius:8px 8px 0 0;color:var(--verde-medio);display:flex;font-size:.85rem;font-weight:600;gap:8px;padding:8px 16px}.role-selector-icon{font-size:.9rem}.role-options{background:var(--background-light);border-radius:0 0 8px 8px;padding:4px}.role-option{align-items:center;background:#0000;border:2px solid #0000;border-radius:6px;color:var(--text-dark);cursor:pointer;display:flex;font-size:.85rem;font-weight:500;gap:10px;margin-bottom:2px;padding:10px 12px;text-align:left;transition:all .2s ease;width:100%}.role-option:hover:not(:disabled){background:var(--background-white);box-shadow:0 2px 8px var(--shadow-light);transform:translateY(-1px)}.role-option:disabled{cursor:default;opacity:1}.role-option.active{background:var(--background-white);box-shadow:0 2px 8px var(--shadow-light);font-weight:600}.role-indicator{border-radius:50%;flex-shrink:0;height:8px;width:8px}.role-name{flex:1 1;text-transform:capitalize}.role-check{color:var(--verde-medio);font-size:.9rem;font-weight:700}.dropdown-divider{background:var(--border-light);height:1px;margin:8px 0}.dropdown-button{align-items:center;background:#0000;border:none;border-radius:8px;color:var(--text-dark);cursor:pointer;display:flex;font-size:.9rem;font-weight:600;gap:10px;margin-bottom:2px;padding:12px 20px;text-align:left;text-decoration:none;transition:all .2s ease;width:100%}.dropdown-button:hover{background:var(--verde-hover);color:var(--text-primary);transform:translateX(4px)}.dropdown-button.logout-button{border-top:1px solid var(--border-light);color:var(--error-red);margin-top:4px}.dropdown-button.logout-button:hover{background:#e74c3c1a;color:var(--error-red-hover)}.dropdown-button.admin-button{background:var(--verde-transparente);border:1px solid var(--border-verde);color:var(--verde-medio);margin:4px 8px}.dropdown-button.admin-button:hover{background:var(--gradient-verde);box-shadow:0 4px 12px var(--shadow-verde);color:#fff;transform:translateX(0) translateY(-1px)}.hamburger{background:var(--verde-transparente);border:0;border-radius:8px;cursor:pointer;display:flex;flex-direction:column;gap:4px;padding:8px;transition:all .3s ease}.hamburger:focus-visible{outline:2px solid var(--amarillo-medio);outline-offset:2px}.hamburger:hover{background:var(--verde-hover);transform:scale(1.05)}.hamburger .line{background:linear-gradient(90deg,var(--text-white));border-radius:2px;height:2.5px;transition:all .3s cubic-bezier(.68,-.55,.265,1.55);width:24px}.hamburger.open .line:first-child{background:var(--text-white);transform:rotate(45deg) translate(5px,5px)}.hamburger.open .line:nth-child(2){opacity:0;transform:scale(0)}.hamburger.open .line:nth-child(3){background:var(--text-white);transform:rotate(-45deg) translate(7px,-6px)}@supports (padding:max(0px)){.header{padding-left:max(12px,env(safe-area-inset-left));padding-right:max(12px,env(safe-area-inset-right))}}@media (max-width:768px){.header{padding:12px 20px}.nav{align-items:stretch;min-height:60px}.nav,.nav-links.mobile{flex-direction:column;position:relative}.nav-links.mobile{gap:0;margin-top:50px;max-height:0;opacity:0;overflow:hidden;transition:all .4s cubic-bezier(.34,1.56,.64,1);width:100%;z-index:1000}.nav-links.mobile.show{-webkit-overflow-scrolling:touch;max-height:calc(100vh - 110px);opacity:1;overflow-y:auto;padding:16px 0 24px}.nav-links.mobile .pill-link{background:linear-gradient(180deg,#ffffff0f,#ffffff05);border:1px solid var(--border-verde);border-radius:14px;box-shadow:0 2px 10px var(--shadow-light);justify-content:center;margin:6px 16px;padding:14px 16px;width:calc(100% - 32px)}.nav-links.mobile .pill-link:active{filter:brightness(1.05);transform:translateY(0)}.nav-links.mobile .pill-link .pill-underline{display:none}.header-right{right:0;width:auto}.header-right,.logo{height:60px;position:absolute;top:0}.logo{left:0}.avatar-fallback,.profile .avatar{height:36px;width:36px}.avatar-fallback{font-size:12px}.name,.user-info{display:none}.dropdown{min-width:280px;right:-10px;top:50px;width:280px}.admin-dropdown{background:var(--background-verde-suave);border:1px solid var(--border-verde);border-radius:12px;box-shadow:0 4px 20px var(--shadow-verde);margin-top:12px;max-height:none;opacity:1;overflow:visible;padding:12px;position:static;transform:none;width:100%}.admin-items{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(auto-fit,minmax(130px,1fr))}.admin-dropdown-divider{display:none}.admin-dropdown-item{align-items:center;background:var(--background-white);border:1px solid var(--border-verde);border-radius:14px;box-shadow:0 2px 8px var(--shadow-light);display:flex;flex-direction:column;gap:8px;justify-content:center;margin:0;padding:14px 12px;text-align:center;transition:transform .12s ease,box-shadow .2s ease}.admin-dropdown-item:active{transform:scale(.98)}.admin-item-icon{font-size:22px;width:auto}.admin-item-label{font-size:13px;font-weight:700}.login-button-mobile{background:var(--gradient-verde);border:1px solid var(--border-verde);border-radius:14px;box-shadow:0 6px 20px var(--shadow-verde-hover);color:#fff!important;display:block;font-weight:800;letter-spacing:.3px;margin:10px 16px 0;padding:14px 18px;text-align:center}}@media (min-width:769px){.nav-links.mobile{display:none}.nav-links.desktop{align-items:center;display:flex;flex:1 1;gap:12px;justify-content:center;margin-left:90px}.nav-links.desktop.align-left{justify-content:flex-start}.nav-links.desktop.align-right{justify-content:flex-end}.admin-nav-dropdown:hover .admin-dropdown{opacity:1;transform:translateY(0);visibility:visible}}.login-button{background:var(--gradient-verde);border-radius:10px;box-shadow:0 2px 8px var(--shadow-verde);color:#fff;font-size:15px;font-weight:700;letter-spacing:.3px;padding:10px 20px;text-decoration:none;transition:all .25s ease}.login-button:hover{background:linear-gradient(135deg,var(--verde-oscuro),var(--verde-muy-oscuro));box-shadow:0 6px 20px var(--shadow-verde-hover);transform:translateY(-2px)}:root{--f-grad-start:#667eea;--f-grad-end:#764ba2;--f-bg:#0b1020}.footer{background:radial-gradient(120% 150% at 50% -20%,#667eea2e,#0000 60%),#0b1020;background:radial-gradient(120% 150% at 50% -20%,#667eea2e,#0000 60%),var(--f-bg);border-top:1px solid #ffffff14;box-shadow:0 -8px 24px #00000040;color:#e5e7eb;width:100%}.f-wrap{margin:0 auto;max-width:1200px;padding:16px clamp(16px,2vw,24px)}.brandline{background:linear-gradient(90deg,#667eea,#764ba2);background:linear-gradient(90deg,var(--f-grad-start),var(--f-grad-end));border-radius:999px;height:4px;margin-bottom:12px;opacity:.95;width:100%}.f-main{align-items:center;display:flex;flex-wrap:wrap;gap:12px;justify-content:space-between}.brand{display:flex;flex-direction:column;gap:2px}.u-name{color:#f9fafb;font-size:clamp(14px,1.8vw,16px);font-weight:800;letter-spacing:.3px}.u-slogan{color:#cbd5e1;font-size:clamp(12px,1.5vw,13px)}.meta{background:#0f172a;border:1px solid #ffffff0f;border-radius:999px;color:#9ca3af;font-size:12px;font-weight:700;letter-spacing:.2px;padding:6px 10px}@media (max-width:480px){.meta{text-align:left;width:100%}}:root{--page-max:1200px;--page-gutter:clamp(16px,3vw,28px)}.courses-page{display:flex;justify-content:center;padding-inline:clamp(16px,3vw,28px);padding-inline:var(--page-gutter)}.courses-page .courses-container{margin-inline:auto;max-width:none!important;padding:0;width:min(1200px,100%);width:min(var(--page-max),100%)}.courses-container{color:#1f2937;margin:0 auto;max-width:96%;padding:clamp(16px,2vw,28px)}.header-combo{align-items:flex-start;border-bottom:2px solid #e5e7eb;display:flex;flex-wrap:wrap;gap:24px;justify-content:space-between;margin-bottom:24px;padding-bottom:20px}.hc-left{flex:1 1 420px;min-width:0}.page-title{color:#0f5fb8;font-size:clamp(24px,3vw,32px);font-weight:700;letter-spacing:.2px;margin:0 0 8px}.page-subtitle{color:#6b7280;font-size:clamp(14px,1.5vw,16px);line-height:1.5;margin:0}.mobile-title{display:none}.hc-right{display:flex;flex:0 1 clamp(260px,30vw,500px);flex-direction:column;gap:12px;min-width:0}.search-wrapper{min-width:0;position:relative;width:100%}.search-icon{font-size:18px;left:14px;pointer-events:none;position:absolute;top:50%;transform:translateY(-50%);z-index:1}.search-input{background:#fff;border:2px solid #e5e7eb;border-radius:12px;box-sizing:border-box;font-size:15px;max-width:100%;padding:12px 16px 12px 44px;transition:all .2s ease;width:100%}.search-input:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a;outline:none}.view-toggle{align-items:center;display:flex;flex-wrap:wrap;gap:8px;justify-content:flex-end}.vt-label{color:#4b5563;font-size:13px;font-weight:700}.view-toggle .vt-btn{background:#fff;border:1px solid #e5e7eb;border-radius:10px;cursor:pointer;font-size:13px;font-weight:700;padding:8px 12px;transition:all .2s ease}.view-toggle .vt-btn[aria-pressed=true]{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.stats-bar{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:16px;box-shadow:0 6px 24px #0000001a;display:flex;gap:24px;justify-content:center;margin-bottom:24px;padding:20px 24px}.stat-item{display:flex;flex-direction:column;gap:4px}.stat-number{color:#fff;font-size:clamp(24px,3vw,32px);font-weight:800;line-height:1}.stat-label{color:#fffffff2;font-size:13px;font-weight:600;letter-spacing:.05em;text-transform:uppercase}.courses-list{margin-bottom:24px}.courses-list.grid-cards{grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}.courses-list.list-rows{background:#f6f8fb;border:1px solid #e5e7eb;border-radius:10px;gap:0!important;overflow:visible;padding-top:0;position:relative}.list-header-row{grid-column-gap:8px;grid-row-gap:4px;align-items:center;background:#f1f5f9;border:1px solid #e5e7eb;border-bottom:0;border-radius:10px 10px 0 0;color:#4b5563;column-gap:8px;display:grid;font-size:12px;font-weight:700;letter-spacing:.03em;padding:10px 12px;row-gap:4px;text-transform:uppercase}.list-header-row.student{grid-template-columns:minmax(220px,1.3fr) 120px minmax(280px,2fr) 140px 120px 140px max-content}.list-header-row.admin{grid-template-columns:minmax(0,1.2fr) 110px minmax(0,2fr) 120px 110px 110px 110px max-content}.list-header-row.generic{grid-template-columns:minmax(220px,1.3fr) 120px minmax(280px,2fr) 160px 140px 120px max-content}.lh-col{color:#4b5563;font-size:11.5px;font-weight:700;line-height:1.2;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.lh-actions{text-align:right}.list-header-row+.course-row.compact-row{border-top:none!important;border-top-left-radius:0;border-top-right-radius:0}.course-row.compact-row{grid-column-gap:8px;grid-row-gap:4px;align-items:center;background:#0000;border-bottom:1px solid #e5e7eb;border-radius:0!important;box-shadow:none!important;column-gap:8px;display:grid;padding:8px 10px;row-gap:4px;transition:background .15s ease}.courses-list.list-rows .course-row.compact-row.student{cursor:pointer;grid-template-columns:minmax(220px,1.3fr) 120px minmax(280px,2fr) 140px 120px 140px max-content}.courses-list.list-rows .course-row.compact-row.admin{cursor:pointer;grid-template-columns:minmax(0,1.2fr) 110px minmax(0,2fr) 120px 110px 110px 110px max-content}.course-row.compact-row:hover{background:#eef6ff!important}.course-row.compact-row:last-child{border-bottom:none}.compact-col--code,.compact-col--date,.compact-col--desc,.compact-col--name,.compact-col--progress,.compact-col--status{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.compact-col--name{color:#1f2937;font-weight:700}.compact-col--code{color:#6b7280;font-weight:600}.compact-col--desc{color:#4b5563}.compact-col--date{color:#6b7280;font-size:13px}.compact-col--progress{font-weight:800;text-align:center}.compact-col--actions{align-items:flex-end;display:flex;flex-direction:column;gap:6px;white-space:nowrap}.status-badge{border-radius:999px;display:inline-block;font-size:13px;font-weight:700;padding:6px 12px}.status-badge.blue{background:#dbeafe;border:1px solid #93c5fd;color:#1e40af}.status-badge.green,.status-badge.success{background:#d1fae5;border:1px solid #6ee7b7;color:#065f46}.status-badge.red{background:#fee2e2;border:1px solid #fca5a5;color:#991b1b}.status-badge.orange{background:#fed7aa;border:1px solid #fdba74;color:#92400e}.status-badge.gray{background:#f3f4f6;border:1px solid #d1d5db;color:#4b5563}.status-badge.xs{font-size:12px;padding:4px 8px;white-space:nowrap}.btn-sm{border-radius:8px!important;font-size:12.5px!important;padding:6px 10px!important;white-space:nowrap}.row-enter-btn{background:#10b981;border:none;border-radius:10px;color:#fff;cursor:pointer;font-size:13px;font-weight:800;padding:9px 14px;transition:all .2s ease}.row-enter-btn:hover{background:#059669;box-shadow:0 4px 12px #10b9814d;transform:translateY(-1px)}.row-enter-btn.outline{background:#0000;border:1px solid #93c5fd;color:#2563eb}.row-enter-btn.outline:hover{background:#eff6ff;box-shadow:0 3px 10px #2563eb26}.exam-holder{position:relative}.exam-pop{border:1px solid #e5e7eb;border-radius:10px;box-shadow:0 12px 24px #0000001f;max-width:min(90vw,360px);position:absolute;right:0;top:120%;width:320px;z-index:5}.exam-card,.exam-pop{background:#fff;padding:10px}.exam-card{border:1px dashed #e5e7eb;border-radius:12px;color:#1f2937;font-size:14px;line-height:1.4}.exam-card-header{align-items:flex-start;display:flex;flex-wrap:wrap;gap:8px;justify-content:space-between}.exam-card-header-left{align-items:center;display:flex;flex-wrap:wrap;font-weight:700;gap:8px}.exam-emoji{font-size:16px;line-height:1}.exam-badge,.exam-title{font-weight:700}.exam-badge{background:#eef2ff;border-radius:999px;color:#3730a3;font-size:12px;margin-left:6px;padding:2px 8px}.exam-card-right{align-items:center;display:flex;gap:8px}.exam-error{color:#b91c1c;font-size:13px;font-weight:600}.exam-extra{font-size:12px;line-height:1.4;margin-top:6px;text-align:right;word-break:break-word}.exam-extra,.exam-mode{color:#9ca3af}.exam-card.loading .exam-skel-bar{animation:exam-skel 1.2s infinite;background:linear-gradient(90deg,#f3f4f6 25%,#f9fafb 50%,#f3f4f6 75%);background-size:400% 100%;border-radius:6px;height:12px;width:140px}@keyframes exam-skel{0%{background-position:200% 0}to{background-position:-200% 0}}.pill-ok{background:#d1fae5;border:1px solid #6ee7b7;border-radius:999px;color:#065f46;font-size:12px;font-weight:700;padding:6px 12px}.course-card{background:linear-gradient(135deg,#f8f9fa,#e9ecef 50%,#f1f8e9);border:1px solid #e5e7eb;border-radius:16px;display:flex;gap:20px;overflow:hidden;padding:20px;position:relative;transition:all .3s ease}.course-card:hover{border-color:#cbd5e1;box-shadow:0 12px 38px #00000014;transform:translateY(-2px)}.course-card.clickable{cursor:pointer}.course-card.clickable:active{transform:translateY(0)}.course-card.featured{border-color:#fbbf24;box-shadow:0 0 0 2px #fbbf2426}.course-card.inactive{background:#f9fafb;opacity:.65}.featured-badge,.inactive-badge{border-radius:999px;font-size:12px;font-weight:700;left:16px;letter-spacing:.3px;padding:6px 12px;position:absolute;top:16px;z-index:2}.featured-badge{background:#fef3c7;border:1px solid #fbbf24;color:#92400e}.inactive-badge{background:#fee2e2;border:1px solid #fca5a5;color:#991b1b}.cr-media{flex-shrink:0;width:220px}.course-image{border-radius:12px;box-shadow:0 4px 12px #00000014;height:160px;overflow:hidden;position:relative;width:100%}.course-image img{height:100%;object-fit:cover;transition:transform .3s ease;width:100%}.course-card:hover .course-image img{transform:scale(1.05)}.course-overlay{background:linear-gradient(180deg,#0000 50%,#0000004d);inset:0;position:absolute}.cr-main{display:flex;flex:1 1;flex-direction:column;gap:12px;min-width:0}.course-meta{gap:10px}.course-meta,.title-row{align-items:center;display:flex;flex-wrap:wrap}.title-row{gap:8px;min-width:0}.course-title{color:#1f2937;font-size:clamp(18px,2vw,22px);font-weight:700;line-height:1.3;margin:0}.course-code{background:#f3f4f6;border:1px solid #e5e7eb;border-radius:6px;color:#6b7280;font-size:13px;font-weight:600;padding:4px 10px}.course-description{-webkit-box-orient:vertical;-webkit-line-clamp:3;line-clamp:3;color:#4b5563;display:-webkit-box;font-size:14px;line-height:1.6;margin:0;overflow:hidden;word-break:break-word}.course-details{display:flex;flex-wrap:wrap;gap:24px}.detail-item{align-items:center;display:flex;gap:6px}.detail-label{color:#6b7280;font-size:13px}.detail-value{color:#1f2937;font-size:13px;font-weight:700}.course-stats{display:flex;flex-wrap:wrap;gap:16px}.stat{align-items:center;color:#4b5563;display:flex;font-size:13px;font-weight:500;gap:6px}.stat .icon{font-size:16px}.student-info{display:flex;flex-direction:column;gap:12px}.enrollment-details{display:flex;flex-wrap:wrap;gap:24px}.enroll-status-inline{margin-top:6px}.student-progress .progress-header{color:#1f2937;display:flex;font-size:13px;font-weight:700;justify-content:space-between;margin-bottom:6px}.progress-label{color:#6b7280;font-weight:600}.progress-percentage{font-weight:800}.progress-bar{background:#e5e7eb;border-radius:999px;box-shadow:inset 0 1px 2px #0000000d;height:10px;overflow:hidden;width:220px}.progress-fill{background:linear-gradient(90deg,#3b82f6,#8b5cf6);border-radius:999px;display:block;height:100%;transition:width .4s ease}.progress-bar.xs{height:6px;width:100%}.progress-bar.xs .progress-fill{background:linear-gradient(90deg,#3b82f6,#8b5cf6);border-radius:999px;height:100%;transition:width .4s ease}.compact-progress{align-items:flex-start;display:flex;flex-direction:column;gap:4px}.compact-progress .progress-number{font-size:13px;font-weight:800;line-height:1}.final-grade{align-items:center;display:flex;gap:8px}.grade-label{color:#6b7280;font-size:13px;font-weight:600}.grade-value{font-size:20px;font-weight:800}.grade-value.passed{color:#10b981}.grade-value.failed{color:#ef4444}.cr-aside{align-items:center;display:flex;flex-direction:column;flex-shrink:0;gap:14px;width:200px}.course-status{width:100%}.status-indicator{border-radius:10px;display:block;font-size:12px;font-weight:800;letter-spacing:.5px;padding:10px 16px;text-align:center;text-transform:uppercase;width:83%}.status-indicator.active{background:#d1fae5;border:1px solid #6ee7b7;color:#065f46}.status-indicator.inactive{background:#fee2e2;border:1px solid #fca5a5;color:#991b1b}.course-actions{display:flex;flex-direction:column;gap:8px;width:100%}.enroll-btn{border:none;border-radius:10px;cursor:pointer;font-size:14px;font-weight:700;padding:12px 20px;text-align:center;transition:all .2s ease;width:100%}.enroll-btn:disabled{cursor:not-allowed;opacity:.5}.admin-btn{background:#3b82f6;color:#fff}.admin-btn:hover:not(:disabled){background:#2563eb;box-shadow:0 4px 12px #3b82f64d;transform:translateY(-1px)}.admin-btn.outline{background:#0000;border:2px solid #3b82f6;color:#2563eb}.admin-btn.outline:hover{background:#eff6ff;box-shadow:0 3px 10px #2563eb2e}.teacher-btn{background:#8b5cf6;color:#fff}.teacher-btn:hover:not(:disabled){background:#7c3aed;box-shadow:0 4px 12px #8b5cf64d;transform:translateY(-1px)}.student-btn{background:#10b981;color:#fff}.student-btn:hover:not(:disabled){background:#059669;box-shadow:0 4px 12px #10b9814d;transform:translateY(-1px)}.circle-progress{align-items:center;display:flex;flex-direction:column;gap:8px;margin-bottom:8px}.circle-wrap{height:90px;position:relative;width:90px}.ring{transform:rotate(-90deg)}.circle-center{font-size:18px;font-weight:800;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.circle-caption{color:#46494e;font-size:12px;font-weight:700;letter-spacing:.5px;text-transform:uppercase}.pagination{align-items:center;border-radius:14px;box-shadow:0 2px 8px #0000000a;display:flex;justify-content:space-between;padding:20px 24px}.pagination,.pagination-btn{background:#fff;border:1px solid #e5e7eb}.pagination-btn{border-radius:10px;color:#1f2937;cursor:pointer;font-size:14px;font-weight:700;padding:12px 24px;transition:all .2s ease}.pagination-btn:hover:not(:disabled){background:#f9fafb;border-color:#3b82f6;transform:translateY(-1px)}.pagination-btn:disabled{cursor:not-allowed;opacity:.4}.pagination-info{align-items:center;display:flex;flex-direction:column;gap:4px}.pagination-info>span{color:#1f2937;font-weight:700}.total-courses{color:#6b7280;font-size:13px;font-weight:600}.error-container,.no-results{background:#fff;border:1px dashed #e5e7eb;border-radius:16px;padding:60px 24px;text-align:center}.error-icon,.no-results-icon{font-size:64px;margin-bottom:16px}.error-container h3,.no-results h3{color:#1f2937;font-size:24px;font-weight:700;margin:0 0 8px}.error-container p,.no-results p{color:#6b7280;font-size:15px;margin:0 0 24px}.no-results-action,.retry-btn{background:#3b82f6;border:none;border-radius:10px;color:#fff;cursor:pointer;font-size:14px;font-weight:700;padding:12px 24px;transition:all .2s ease}.no-results-action:hover,.retry-btn:hover{background:#2563eb;box-shadow:0 4px 12px #3b82f64d;transform:translateY(-1px)}.error-container{border:1px solid #fee2e2}.error-container h3{color:#ef4444}@media (max-width:1280px){.hc-right{flex-basis:clamp(240px,40vw,360px)}}@media (max-width:1024px){.header-combo{flex-direction:column;gap:16px}.hc-right{width:100%}.search-wrapper{min-width:100%}.stats-bar{flex-wrap:wrap;gap:16px}.course-card{flex-direction:column;gap:16px}.cr-media{width:100%}.course-image{height:200px}.cr-aside{align-items:flex-start;flex-direction:row;justify-content:space-between;width:100%}.circle-progress{flex-direction:row;gap:12px}.course-actions{flex:1 1;flex-direction:row;justify-content:flex-end}.enroll-btn{min-width:140px;width:auto}}@media (max-width:768px){.courses-container{padding:16px}.page-title{font-size:24px}.page-subtitle{font-size:14px}.stats-bar{flex-direction:column;gap:12px;padding:16px}.stat-item{align-items:center;flex-direction:row;justify-content:space-between}.course-card{padding:16px}.course-title{font-size:18px}.course-details,.course-stats,.enrollment-details{flex-direction:column;gap:10px}.cr-aside{align-items:stretch;flex-direction:column}.circle-progress{flex-direction:row;justify-content:center}.course-actions{flex-direction:column}.enroll-btn{width:100%}.pagination{flex-direction:column;gap:16px}.pagination-btn{width:100%}.row-progress{min-width:160px}}@media (max-width:480px){.courses-container{padding:12px}.header-combo{padding-bottom:16px}.page-title{font-size:20px}.search-input{font-size:14px;padding:10px 12px 10px 40px}.course-card{gap:12px;padding:12px}.course-image{height:160px}.course-title{font-size:16px}.error-container,.no-results{padding:40px 16px}.error-icon,.no-results-icon{font-size:48px}.error-container h3,.no-results h3{font-size:20px}}@media (max-width:640px){.hc-left{display:none!important}.mobile-title{display:block}.header-combo{align-items:stretch;gap:12px}.hc-right{flex:1 1 100%;width:100%}.search-wrapper{min-width:0;width:100%}.stats-bar{display:none!important}.vt-label{display:none}}@media (max-width:1100px){.courses-list.list-rows .course-row.compact-row.student{grid-template-columns:minmax(0,1.2fr) 100px minmax(0,2fr) 110px 110px 110px max-content}.courses-list.list-rows .course-row.compact-row.admin{grid-template-columns:minmax(0,1.2fr) 100px minmax(0,2fr) 110px 100px 100px 100px max-content}.list-header-row.student{grid-template-columns:minmax(0,1.2fr) 100px minmax(0,2fr) 110px 110px 110px max-content}.list-header-row.admin{grid-template-columns:minmax(0,1.2fr) 100px minmax(0,2fr) 110px 100px 100px 100px max-content}.list-header-row.generic{grid-template-columns:minmax(0,1.2fr) 100px minmax(0,2fr) 140px 110px 100px max-content}}@media (max-width:900px){.courses-list.list-rows{background:#0000;border:none;border-radius:0}.course-row.compact-row{border-bottom:1px solid #e5e7eb;grid-template-columns:1fr!important;padding:12px;row-gap:6px}.list-header-row{display:none}}@media (max-width:680px){.courses-list.list-rows .course-row.compact-row.student{grid-row-gap:6px;align-items:start;display:grid!important;grid-template-areas:"name    actions" "code    actions" "desc    desc" "progress status" "date    date";grid-template-columns:1fr auto;row-gap:6px}.courses-list.list-rows .course-row.compact-row.student .compact-col--name{grid-area:name}.courses-list.list-rows .course-row.compact-row.student .compact-col--code{grid-area:code}.courses-list.list-rows .course-row.compact-row.student .compact-col--desc{grid-area:desc}.courses-list.list-rows .course-row.compact-row.student .compact-col--progress{font-weight:800;grid-area:progress;text-align:left}.courses-list.list-rows .course-row.compact-row.student .compact-col--status{grid-area:status}.courses-list.list-rows .course-row.compact-row.student .compact-col--date{grid-area:date}.courses-list.list-rows .course-row.compact-row.student .compact-col--actions{display:flex;flex-direction:column;gap:6px;grid-area:actions;justify-self:end}.compact-progress .progress-number{font-size:12.5px}.progress-bar.xs{width:180px}.courses-list.list-rows .course-row.compact-row.admin{grid-row-gap:6px;display:grid!important;grid-template-columns:1fr;row-gap:6px}.courses-list.list-rows .course-row.compact-row.admin .compact-col--actions{flex-direction:row;justify-content:flex-end}.exam-holder{position:static}.exam-pop{bottom:12px;left:12px;max-width:none;position:fixed;right:12px;top:auto;width:auto;z-index:50}}@media (max-width:420px){.courses-list.list-rows .course-row.compact-row.student{grid-template-areas:"name" "code" "desc" "progress" "status" "actions" "date";grid-template-columns:1fr}.courses-list.list-rows .course-row.compact-row.student .compact-col--actions{flex-direction:row;gap:8px;justify-self:stretch}.btn-sm{width:100%}}.courses-list.grid-cards .course-card{grid-gap:0;display:grid;gap:0;grid-template-columns:1fr;grid-template-rows:140px 1fr auto;min-height:360px;overflow:hidden;padding:0}.courses-list.grid-cards .course-card .cr-media{width:100%}.courses-list.grid-cards .course-card .course-image{border-radius:0;box-shadow:none;height:140px}.courses-list.grid-cards .course-card .cr-main{gap:10px;padding:12px 14px 10px}.courses-list.grid-cards .course-card .cr-aside{align-items:stretch;flex-direction:column;gap:10px;padding:10px 14px 14px;width:100%}.inline-progress{display:flex;flex-direction:column;gap:6px}.inline-progress-top{align-items:center;color:#334155;display:flex;font-size:13px;font-weight:700;gap:10px;justify-content:space-between}.progress-bar.inline{background:#e5e7eb;border-radius:999px;box-shadow:inset 0 1px 2px #0000000d;height:10px;overflow:hidden;width:100%}.grid-actions{grid-gap:10px;display:grid;gap:10px;grid-template-columns:1fr}.grid-actions.split{grid-template-columns:1fr 1fr}.exam-split-btn{background:#0000!important;border:2px solid #93c5fd!important;color:#0f5fb8!important}.exam-split-btn:hover:not(:disabled){background:#eff6ff!important;box-shadow:0 3px 10px #2563eb26!important;transform:translateY(-1px)}@media (max-width:640px){.courses-list.grid-cards{grid-template-columns:1fr}}.courses-list.grid-cards{grid-gap:16px;align-items:stretch;display:grid;gap:16px;grid-template-columns:repeat(auto-fill,minmax(290px,1fr))}.courses-list.grid-cards .course-card.pro-card{background:#fff;border:1px solid #e5e7eb;border-radius:18px;box-shadow:0 6px 20px #1118270f;display:flex;flex-direction:column;min-height:380px;overflow:hidden;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.courses-list.grid-cards .course-card.pro-card:hover{border-color:#cbd5e1;box-shadow:0 14px 40px #1118271a;transform:translateY(-2px)}.courses-list.grid-cards .course-card.pro-card.clickable:active{transform:translateY(0)}.corner-pill{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#0f5fb8eb;border:1px solid #ffffff59;border-radius:999px;color:#fff;font-size:11px;font-weight:900;letter-spacing:.08em;padding:6px 10px;position:absolute;right:14px;top:14px;z-index:2}.courses-list.grid-cards .pro-media .course-image{border-radius:0;box-shadow:none;height:150px}.courses-list.grid-cards .pro-media img{transform:none!important}.courses-list.grid-cards .course-card.pro-card:hover .pro-media img{transform:scale(1.03)!important}.courses-list.grid-cards .pro-body{display:flex;flex-direction:column;gap:10px;padding:12px 14px 10px}.courses-list.grid-cards .pro-title-row{align-items:flex-start;display:flex;gap:10px;justify-content:space-between}.courses-list.grid-cards .course-title{-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#0f172a;display:-webkit-box;font-size:16px;font-weight:800;line-height:1.25;margin:0;overflow:hidden}.hc-filters{align-items:center;display:flex;flex-wrap:nowrap;gap:12px}.hc-filters .search-wrapper{flex:1 1 320px;min-width:220px}.hc-filters .type-filter{flex:0 0 auto;min-width:120px}@media (max-width:640px){.hc-filters{align-items:stretch;flex-direction:column}.hc-filters .search-wrapper,.hc-filters .type-filter{min-width:0;width:100%}}.courses-list.grid-cards .course-code{background:#f1f5f9;border:1px solid #e5e7eb;font-size:12px;white-space:nowrap}.courses-list.grid-cards .course-description{-webkit-line-clamp:3;line-clamp:3;color:#475569;font-size:13.5px;line-height:1.45;margin:0}.pro-status-line{align-items:center;display:flex;gap:10px;justify-content:space-between}.grade-pill{border:1px solid;border-radius:999px;font-size:12px;font-weight:900;padding:4px 10px;white-space:nowrap}.grade-pill.ok{background:#d1fae5;border-color:#6ee7b7;color:#065f46}.grade-pill.bad{background:#fee2e2;border-color:#fca5a5;color:#991b1b}.pro-chips{grid-gap:10px;display:grid;gap:10px;grid-template-columns:1fr 1fr;margin-top:2px}.pro-chip{background:#f8fafc;border:1px solid #e5e7eb;border-radius:12px;display:flex;flex-direction:column;gap:2px;min-width:0;padding:10px}.pro-chip-k{color:#64748b;font-size:11px;font-weight:900;letter-spacing:.02em;text-transform:uppercase}.pro-chip-v{color:#0f172a;font-size:13px;font-weight:800;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.courses-list.grid-cards .pro-footer{background:linear-gradient(180deg,#fff,#fbfdff);border-top:1px solid #eef2f7;display:flex;flex-direction:column;gap:12px;margin-top:auto;padding:12px 14px 14px}.courses-list.grid-cards .inline-progress-top{color:#334155;font-size:12.5px}.courses-list.grid-cards .progress-bar.inline{height:9px}.courses-list.grid-cards .grid-actions{grid-gap:10px;display:grid;gap:10px;grid-template-columns:1fr}.courses-list.grid-cards .grid-actions.split{grid-template-columns:1fr 1fr}.courses-list.grid-cards .access-split-btn,.courses-list.grid-cards .exam-split-btn{min-width:0;width:100%}.courses-list.grid-cards .exam-split-btn{background:#eff6ff!important;border:1px solid #bfdbfe!important;color:#1d4ed8!important}.courses-list.grid-cards .exam-split-btn:hover:not(:disabled){background:#dbeafe!important;box-shadow:0 8px 18px #2563eb2e!important}.pro-actions-row{display:flex;flex-direction:column;gap:10px}.pro-actions{grid-gap:10px;display:grid;gap:10px;grid-template-columns:1fr 1fr}.pro-actions .enroll-btn{width:100%}@media (max-width:640px){.courses-list.grid-cards,.pro-chips{grid-template-columns:1fr}}.type-filter-select{background:#fff;border:1px solid #e5e7eb;border-radius:12px;cursor:pointer;font-weight:700;height:40px;padding:0 12px}.type-filter-select:focus{border-color:#2e7d32;box-shadow:0 0 0 3px #2e7d3226;outline:none}@media (max-width:640px){.courses-page{padding-inline:12px}.courses-container{max-width:100%!important;padding:12px!important}.header-combo{border-bottom-width:1px;gap:10px;margin-bottom:12px;padding-bottom:12px}.mobile-title .page-title{font-size:18px;line-height:1.15;margin:0 0 4px}.mobile-title .page-subtitle{font-size:12.8px;line-height:1.25}.hc-right{flex:1 1 100%;gap:8px}.hc-filters{grid-gap:8px;align-items:stretch;display:grid;gap:8px;grid-template-columns:1fr 132px}.hc-filters .search-wrapper,.hc-filters .type-filter{min-width:0!important;width:100%}.search-input{border-radius:12px;border-width:1px;font-size:14px;padding:10px 12px 10px 40px}.search-icon{font-size:16px;left:12px}.type-filter-select{border-radius:12px;font-size:13px;height:40px;padding:0 10px}.view-toggle{gap:8px;justify-content:flex-start}.vt-label{display:none!important}.view-toggle .vt-btn{border-radius:10px;flex:1 1 auto;font-size:12.5px;min-width:0;padding:8px 10px}.view-toggle{flex-wrap:nowrap}}@media (max-width:360px){.hc-filters{grid-template-columns:1fr}.view-toggle{flex-wrap:wrap}.view-toggle .vt-btn{flex:1 1 48%}}@media (max-width:640px){.courses-list{margin-bottom:16px}}.home{display:flex;flex-direction:column;height:100%;overflow-x:hidden;padding:30px 0;position:relative;width:100%}.home:before{height:100%;left:0;top:0;width:100%}.home:after,.home:before{content:"";pointer-events:none;position:fixed;z-index:-1}.home:after{animation:float 20s ease-in-out infinite;height:200%;left:-50%;top:-50%;width:200%}@keyframes float{0%,to{transform:translateY(0) rotate(0deg)}50%{transform:translateY(-20px) rotate(180deg)}}@media (max-width:768px){.home{padding:20px 0}}@media (max-width:480px){.home{padding:15px 0}}:root{--login-bg:#f6f8fb;--login-white:#fff;--login-text:#1f2937;--login-muted:#6b7280;--login-border:#e5e7eb;--login-green:#64c98c;--login-green-dark:#4fa671;--login-label-green:#52a875;--login-pink:#ff8a98;--login-danger:#dc2626;--login-warning:#d97706;--login-shadow:0 15px 35px #0000000f}#root,body,html{min-height:100%}body{margin:0}.login-page{background:#fff;color:#1f2937;color:var(--login-text);min-height:100vh;overflow-x:hidden}.login-layout{background:#f6f8fb;background:var(--login-bg);display:flex;flex-direction:column-reverse;min-height:100vh}.login-visual-panel{animation:fadeInLeft .8s ease-out forwards;background:#fff;box-shadow:10px 0 40px #00000008;color:#1f2937;display:flex;flex-direction:column;overflow:hidden;padding:clamp(1rem,2vw,2rem);position:relative;width:100%;z-index:10}.login-visual-orb{border-radius:9999px;filter:blur(80px);opacity:1;pointer-events:none;position:absolute;z-index:0}.login-visual-orb.orb-one{background:#dcfce799;height:400px;left:-10%;top:-10%;width:400px}.login-visual-orb.orb-two{background:#f0fdfacc;bottom:10%;height:300px;right:-10%;width:300px}.login-visual-center,.login-visual-footer,.login-visual-header{position:relative;z-index:2}.login-visual-header{align-items:center;animation:fadeInDown .8s ease-out forwards;animation-delay:.1s;display:none;min-height:72px;opacity:0}.login-visual-header-logo{flex-shrink:0;height:clamp(56px,5vw,70px);object-fit:contain;width:auto}.login-visual-header-text{display:flex;flex-direction:column;justify-content:center;margin-left:1rem}.login-visual-header-text h1,.login-visual-header-text h2{letter-spacing:-.02em;line-height:1.1;margin:0}.login-visual-header-text h1{color:#1f2937;font-size:clamp(1.1rem,1.2vw,1.35rem);font-weight:700}.login-visual-header-text h2{color:#52a875;color:var(--login-label-green);font-size:clamp(1rem,1.05vw,1.2rem);font-weight:600}.login-visual-center{animation:scaleIn 1s ease-out forwards;animation-delay:.3s;flex:1 1 auto;margin:clamp(1rem,2vh,2rem) 0;min-height:clamp(280px,55vh,760px);opacity:0}.login-visual-center,.login-visual-circle-wrap{align-items:center;display:flex;justify-content:center;position:relative}.login-visual-circle-wrap{aspect-ratio:1/1;height:auto;width:clamp(18rem,34vw,34rem)}.login-visual-shape{border-radius:9999px;opacity:.8;position:absolute;transform:rotate(-45deg);z-index:0}.shape-one{background:#fb923c;height:clamp(1rem,1.6vw,1.8rem);left:-10%;top:18%;width:clamp(4rem,7vw,7.5rem)}.shape-two{background:#facc15;bottom:18%;height:clamp(1rem,1.8vw,2rem);left:-4%;width:clamp(5rem,9vw,10rem)}.shape-three{background:#f59e0b;height:clamp(1rem,1.6vw,1.8rem);right:-7%;top:24%;width:clamp(4rem,7vw,7.5rem)}.login-visual-circle{background:#fff;box-shadow:0 25px 50px #00000026;padding:clamp(.45rem,.9vw,.85rem);z-index:1}.login-visual-circle,.login-visual-slider{border-radius:50%;height:100%;position:relative;width:100%}.login-visual-slider{background:#f9fafb;overflow:hidden}.login-visual-slide{height:100%;inset:0;object-fit:cover;object-position:center;opacity:0;position:absolute;transition:opacity 1s ease;width:100%}.login-visual-slide.active{opacity:1}.login-visual-footer{align-items:flex-end;animation:fadeInUp .8s ease-out forwards;animation-delay:.5s;display:flex;justify-content:center;min-height:64px;opacity:0;padding-bottom:.5rem}.login-visual-footer p{color:#9ca3af;font-size:.75rem;font-weight:500;margin:0;text-align:center}.login-form-panel{background-color:#f6f8fb;background-color:var(--login-bg);background-image:radial-gradient(#e5e7eb 1px,#0000 0);background-size:24px 24px;min-height:100vh;padding:clamp(1rem,2vw,2rem);position:relative}.login-form-mobile-brand,.login-form-panel{display:flex;flex-direction:column;width:100%}.login-form-mobile-brand{align-items:center;animation:fadeInDown .8s ease-out forwards;animation-delay:.1s;justify-content:center;margin-bottom:2rem;opacity:0;z-index:20}.login-form-mobile-logo{height:5rem;margin-bottom:.75rem;object-fit:contain;width:auto}.login-form-mobile-brand h1{color:#1f2937;font-size:1.5rem;font-weight:700;letter-spacing:-.02em;line-height:1.2;margin:0;text-align:center}.login-form-spacer{display:none;height:4rem;width:100%}.login-form-center{align-items:center;display:flex;flex:1 1;justify-content:center;position:relative;width:100%;z-index:20}.login-form-card{animation:fadeInUp .8s ease-out forwards;animation-delay:.2s;background:#fff;border-radius:2rem;box-shadow:0 15px 35px #0000000f;box-shadow:var(--login-shadow);max-width:380px;opacity:0;padding:1.5rem;width:100%}.login-form-title-wrap{font-size:1.125rem;margin-bottom:2rem;text-align:center}.login-form-title{color:#1f2937;display:inline-block;font-weight:600;position:relative}.login-form-title-line{background:#64c98c;background:var(--login-green);border-radius:999px;bottom:-.5rem;height:3px;left:50%;position:absolute;transform:translateX(-50%);width:2rem}.login-form{display:flex;flex-direction:column;gap:1.25rem}.login-alert{border-radius:.875rem;font-size:.92rem;padding:.85rem 1rem}.login-alert-error{background:#fef2f2;border:1px solid #fecaca;color:#991b1b}.login-field{display:flex;flex-direction:column}.login-field label{color:#52a875;color:var(--login-label-green);font-size:.875rem;font-weight:600;letter-spacing:.02em;margin-bottom:.35rem}.login-field input{background-color:initial;border:none;border-bottom:2px solid #e5e7eb;color:#374151;font-size:.9rem;padding:.5rem 0;transition:border-color .3s ease,opacity .3s ease;width:100%}.login-field input::placeholder{color:#d1d5db}.login-field input:focus{border-bottom-color:#52a875;border-bottom-color:var(--login-label-green);outline:none}.login-field input:disabled{cursor:not-allowed;opacity:.7}.login-field input.input-error{border-bottom-color:#dc2626;border-bottom-color:var(--login-danger)}.login-field-error{color:#dc2626;color:var(--login-danger);font-size:.82rem;margin-top:.45rem}.login-field-label-row{align-items:center;display:flex;gap:.75rem;justify-content:space-between;margin-bottom:.2rem}.caps-warning{align-items:center;color:#f59e0b;display:inline-flex;font-size:10px;font-weight:500;gap:.25rem;opacity:0;transform:translateY(2px);transition:opacity .3s ease,transform .3s ease,visibility .3s ease;visibility:hidden;white-space:nowrap}.caps-warning.visible{opacity:1;transform:translateY(0);visibility:visible}.login-password-wrap{position:relative;width:100%}.login-password-wrap input{padding-right:2.5rem}.password-hidden-style{font-family:Georgia,Times New Roman,serif;letter-spacing:.2em}.toggle-password-btn{align-items:center;background:#0000;border:none;color:#9ca3af;cursor:pointer;display:inline-flex;justify-content:center;padding:.25rem;position:absolute;right:.15rem;top:50%;transform:translateY(-50%);transition:color .25s ease}.toggle-password-btn:hover:not(:disabled){color:#64c98c;color:var(--login-green)}.toggle-password-btn:focus{outline:none}.toggle-password-btn:disabled{cursor:not-allowed;opacity:.65}.login-submit-btn{background:#64c98c;background:var(--login-green);border:none;border-radius:.85rem;box-shadow:0 12px 24px #64c98c4d;color:#fff;cursor:pointer;font-size:1rem;font-weight:500;margin-top:.8rem;padding:.9rem 1rem;transition:background .3s ease,transform .3s ease,box-shadow .3s ease;width:100%}.login-submit-btn:hover:not(:disabled){background:#4fa671;background:var(--login-green-dark);transform:translateY(-2px)}.login-submit-btn:disabled{cursor:not-allowed;opacity:.8}.login-submit-loading{align-items:center;display:inline-flex;gap:.7rem;justify-content:center}.login-spinner{animation:spin .8s linear infinite;border:2px solid #ffffff59;border-radius:50%;border-top-color:#fff;height:18px;width:18px}.login-help-link-wrap{padding-top:.5rem;text-align:center}.login-help-link{color:#6b7280;font-size:.875rem;font-weight:500;text-decoration:underline;transition:color .25s ease}.login-help-link:hover{color:#ff8a98;color:var(--login-pink)}.login-form-footer{align-items:center;animation:fadeInUp .8s ease-out forwards;animation-delay:.4s;display:flex;flex-direction:column;gap:.9rem;justify-content:flex-end;min-height:5rem;opacity:0;padding-bottom:.5rem;width:100%;z-index:20}.login-socials{color:#9ca3af;display:flex;gap:1.5rem}.login-socials a{align-items:center;color:inherit;display:inline-flex;justify-content:center;transition:color .25s ease,transform .25s ease}.login-socials a:hover{color:#4b5563;transform:scale(1.1)}.login-contact{align-items:center;color:#6b7280;display:flex;flex-direction:column;font-size:.75rem;font-weight:500;justify-content:center}.login-contact-item{align-items:center;display:flex;gap:.45rem;text-align:center}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInLeft{0%{opacity:0;transform:translateX(-30px)}to{opacity:1;transform:translateX(0)}}@keyframes fadeInRight{0%{opacity:0;transform:translateX(30px)}to{opacity:1;transform:translateX(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@media (min-width:1024px){.login-layout{flex-direction:row;min-height:100vh}.login-visual-panel{border-bottom-right-radius:2rem;border-right:1px solid #f3f4f6;border-top-right-radius:2rem;min-height:100vh;padding:clamp(2rem,2.8vw,3.2rem);width:58%}.login-form-panel{min-height:100vh;padding:clamp(2rem,2.4vw,3rem);width:42%}.login-visual-header{display:flex}.login-form-mobile-brand{display:none}.login-form-spacer{display:block}.login-form-card{max-width:400px;padding:1.75rem 2rem 2rem}.login-form-title-wrap{text-align:left}.login-form-title-line{left:0;transform:none}}@media (min-width:768px) and (max-width:1023px){.login-layout{flex-direction:column-reverse}.login-visual-panel{min-height:42vh;padding:1.5rem}.login-visual-header{display:none}.login-visual-center{margin:.75rem 0 1rem;min-height:320px}.login-visual-circle-wrap{width:clamp(16rem,42vw,24rem)}.login-visual-footer{min-height:56px}.login-form-panel{min-height:58vh;padding:1.5rem}}@media (max-width:767px){.login-form-panel,.login-visual-panel{padding:1rem}.login-visual-panel{min-height:auto}.login-visual-center{margin:.5rem 0 1rem;min-height:240px}.login-visual-circle-wrap{width:clamp(13.5rem,68vw,18rem)}.login-form-card{border-radius:1.5rem;max-width:100%;padding:1.25rem}.login-form-title-wrap{margin-bottom:1.8rem}.login-form-title{font-size:1.05rem}.login-field-label-row{align-items:flex-start;flex-direction:column;gap:.3rem}.caps-warning{white-space:normal}.login-form-mobile-brand h1{font-size:1.35rem}.login-contact{font-size:.72rem}.login-socials{gap:1rem}}@media (max-width:480px){.login-visual-center{min-height:220px}.login-visual-circle-wrap{width:clamp(12rem,78vw,15rem)}.login-field input{font-size:16px}.login-submit-btn{font-size:.98rem;padding:.95rem 1rem}}@media (prefers-reduced-motion:reduce){.login-form-card,.login-form-footer,.login-form-mobile-brand,.login-visual-center,.login-visual-footer,.login-visual-header,.login-visual-panel{animation:none!important;opacity:1!important}.caps-warning,.login-socials a,.login-submit-btn,.login-visual-slide,.toggle-password-btn{transition:none!important}}:root{--help-bg:#f6f8fb;--help-card:#fff;--help-text:#1f2937;--help-muted:#6b7280;--help-border:#f3f4f6;--help-shadow:0 15px 35px #0000000f;--help-green:#64c98c;--help-green-dark:#4fa671;--help-label-green:#52a875;--help-pink:#ff8a98}*{box-sizing:border-box}.help-page-shell{background:#f6f8fb;background:var(--help-bg);min-height:100vh}.help-page{background-color:#f6f8fb;background-color:var(--help-bg);background-image:radial-gradient(#e5e7eb 1px,#0000 0);background-size:24px 24px;color:#1f2937;color:var(--help-text);display:flex;flex-direction:column;min-height:100vh;overflow-x:hidden;position:relative}.help-navbar{backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);background:#fffffff5;border-bottom:1px solid #f3f4f6;box-shadow:0 1px 2px #00000008;position:sticky;top:0;z-index:50}.help-navbar-inner{justify-content:space-between;margin:0 auto;max-width:72rem;padding:1rem 1.5rem}.help-brand,.help-navbar-inner{align-items:center;display:flex;gap:1rem}.help-brand{min-width:0}.help-brand-logo{flex-shrink:0;height:40px;object-fit:contain;width:auto}.help-brand-text{border-left:2px solid #f3f4f6;display:none;flex-direction:column;justify-content:center;padding-left:1rem}.help-brand-kicker{color:#9ca3af;font-size:10px;font-weight:700;letter-spacing:.18em;line-height:1;margin-bottom:.25rem;text-transform:uppercase}.help-brand-title{color:#1f2937;font-size:1rem;font-weight:700;letter-spacing:-.02em;line-height:1}.help-navbar-actions{flex-shrink:0}.help-login-btn{align-items:center;background:#64c98c;background:var(--help-green);border-radius:9999px;box-shadow:0 8px 20px #64c98c47;color:#fff;display:inline-flex;font-size:.9rem;font-weight:700;gap:.5rem;padding:.72rem 1.25rem;text-decoration:none;transition:background .25s ease,transform .25s ease,box-shadow .25s ease}.help-login-btn:hover{background:#4fa671;background:var(--help-green-dark);box-shadow:0 10px 24px #64c98c52;transform:translateY(-1px)}.help-login-btn-text-mobile{display:inline}.help-login-btn-text-desktop{display:none}.help-main{animation:helpFadeInUp .8s ease-out both;flex:1 1;margin:0 auto;max-width:64rem;padding:3rem 1.5rem;position:relative;width:100%;z-index:10}.help-hero{margin-bottom:3rem;text-align:center}.help-title{color:#111827;font-size:clamp(1.9rem,4vw,2.5rem);font-weight:800;letter-spacing:-.03em;margin:0 0 .75rem}.help-subtitle{color:#6b7280;font-weight:500;margin:0}.help-topbar{align-items:center;display:flex;flex-direction:column;gap:1rem;justify-content:space-between;margin-bottom:1.5rem}.help-results{color:#9ca3af;font-size:.92rem;font-weight:500}.help-results span{color:#6b7280;font-weight:700}.help-topbar-actions{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center}.help-pill-btn{background:#fff;border:1px solid #e5e7eb;border-radius:9999px;box-shadow:0 1px 2px #00000008;color:#4b5563;cursor:pointer;font-size:.78rem;font-weight:700;padding:.7rem 1rem;transition:background .25s ease,border-color .25s ease,transform .25s ease}.help-pill-btn:hover{background:#f9fafb;border-color:#d1d5db;transform:translateY(-1px)}.help-faq-list{display:flex;flex-direction:column;gap:1rem}.help-faq-item{background:#fff;border:1px solid #f9fafb;border-radius:1.25rem;box-shadow:0 15px 35px #0000000f;box-shadow:var(--help-shadow);overflow:hidden}.help-faq-toggle{align-items:center;background:#0000;border:0;cursor:pointer;display:flex;gap:1rem;justify-content:space-between;padding:1.25rem 1.5rem;text-align:left;width:100%}.help-faq-question{color:#1f2937;font-size:1rem;font-weight:700;margin:0;padding-right:1rem}.help-faq-icon{color:#52a875;color:var(--help-label-green);display:inline-flex;flex-shrink:0;transition:transform .3s ease}.help-faq-icon.open{transform:rotate(180deg)}.help-faq-content{background:#fff;max-height:0;opacity:0;overflow:hidden;padding:0 1.5rem;transition:max-height .4s ease,opacity .4s ease,padding .4s ease}.help-faq-content.open{max-height:5000px;opacity:1;padding-bottom:1.5rem;padding-top:.25rem}.help-faq-answer{color:#4b5563;font-size:.95rem;line-height:1.8}.help-faq-answer p:first-child{margin-top:0}.help-faq-answer p:last-child{margin-bottom:0}.help-faq-answer h4,.help-faq-answer h5{color:#1f2937;margin:1rem 0 .55rem}.help-faq-answer ol,.help-faq-answer ul{margin:.65rem 0;padding-left:1.3rem}.help-faq-answer li{margin-bottom:.45rem}.help-faq-answer code{background:#f1f5f9;border-radius:6px;color:#334155;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,Liberation Mono,monospace;font-size:.92em;padding:2px 6px}.help-orb-bottom{background:#dcfce766;border-radius:9999px;bottom:-10%;filter:blur(100px);height:400px;pointer-events:none;position:absolute;right:-5%;width:400px;z-index:0}@keyframes helpFadeInUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@media (min-width:640px){.help-brand-text{display:flex}.help-login-btn-text-mobile{display:none}.help-login-btn-text-desktop{display:inline}.help-topbar{flex-direction:row}}@media (max-width:639px){.help-navbar-inner{padding-left:1rem;padding-right:1rem}.help-main{padding:2rem 1rem}.help-faq-toggle{padding:1rem}.help-faq-content{padding-left:1rem;padding-right:1rem}.help-faq-content.open{padding-bottom:1rem}}
/*# sourceMappingURL=main.bc8d7663.css.map*/