.login-container{min-height:100vh;background:linear-gradient(135deg,#f4f4f4,#e8eaf6);display:flex;justify-content:center;align-items:center;padding:1rem}.login-card{width:100%;max-width:480px;min-width:340px;min-height:520px;background:#fff;border-radius:22px;box-shadow:0 12px 40px #5d0d1226,0 2px 10px #00000014;border:1.5px solid #e0e0e0;overflow:hidden;transition:box-shadow .2s;display:flex;flex-direction:column;justify-content:center;align-items:stretch}.login-header{background-color:#5d0d12;color:#fff;padding:2.5rem 1.5rem 1.5rem;text-align:center;border-bottom:1.5px solid #e0e0e0;position:relative}.login-header .login-logo{font-size:2.2rem;font-family:Georgia,Times New Roman,serif;font-weight:900;letter-spacing:2px;margin-bottom:.5rem;color:#fff;display:block}.login-header h1{font-family:Georgia,Times New Roman,serif;font-size:2rem;margin-bottom:.2rem;letter-spacing:1px;font-weight:700;text-shadow:0 2px 8px rgba(0,0,0,.08)}.login-header p{font-size:1.05rem;opacity:.93;margin-bottom:0}.login-body{padding:2rem 1.8rem}.login-error{background:linear-gradient(90deg,#fde1e1 60%,#fff);color:#5d0d12;border-left:4px solid #5d0d12;font-size:1rem;margin-bottom:1.5rem;padding:1rem 1.2rem;border-radius:8px;font-weight:600;box-shadow:0 2px 8px #5d0d1214}.login-group{margin-bottom:1.5rem}.login-group input{width:100%;padding:1.1rem 1.2rem;border-radius:10px;border:1.5px solid #d1d5db;font-size:1.05rem;background:#f8fafc;transition:border-color .2s,box-shadow .2s;margin-bottom:.2rem}.login-group input::placeholder{color:#999}.login-group input:focus{outline:none;border-color:#5d0d12;box-shadow:0 0 0 2px #5d0d121f;background:#fff}.login-forgot{margin-bottom:1.8rem;text-align:right}.login-forgot a{color:#5d0d12;font-size:.97rem;font-weight:500;text-decoration:none;transition:color .2s}.login-forgot a:hover{color:#83836f}.login-button{width:100%;padding:1.1rem;background-color:#5d0d12;color:#fff;border:none;border-radius:10px;font-size:1.08rem;font-weight:700;letter-spacing:.5px;box-shadow:0 2px 8px #5d0d1226;margin-top:.5rem;transition:all .2s ease}.login-button:hover:not(:disabled){background-color:#4a0a0e;box-shadow:0 4px 16px #5d0d1240}.login-button:disabled{opacity:.7;cursor:not-allowed}.login-footer{margin-top:2.2rem;text-align:center;font-size:1.08rem;color:#888}.login-footer a{color:#5d0d12;font-weight:600;text-decoration:none;transition:color .2s}.login-footer a:hover{color:#83836f}@media(max-width:480px){.login-header h1,.login-header .login-logo{font-size:1.4rem}.login-body{padding:1.2rem}.login-card{max-width:98vw}}.register-container{min-height:100vh;background:linear-gradient(135deg,#f4f4f4,#e8eaf6);display:flex;justify-content:center;align-items:center;padding:1rem;position:relative}.register-card{width:100%;max-width:540px;min-width:340px;min-height:560px;background:#fff;border-radius:28px;box-shadow:0 12px 40px #5d0d1221,0 2px 10px #00000014;border:2.5px solid #5d0d12;overflow:hidden;transition:box-shadow .3s cubic-bezier(.4,2,.6,1);display:flex;flex-direction:column;justify-content:center;align-items:stretch}.register-header{background:linear-gradient(135deg,#5d0d12 0% 100%);color:#fff;padding:2.7rem 1.5rem 1.5rem;text-align:center;border-bottom:2.5px solid #D5CBA0;position:relative;box-shadow:0 2px 12px #5d0d1212}.register-logo{font-size:2.2rem;font-family:Georgia,Times New Roman,serif;font-weight:900;letter-spacing:4px;margin-bottom:.5rem;color:#d5cba0;display:block;text-shadow:0 2px 8px rgba(0,0,0,.13);text-transform:uppercase}.register-header h1{font-family:Georgia,Times New Roman,serif;font-size:2rem;margin-bottom:.2rem;letter-spacing:1.5px;font-weight:700;text-shadow:0 2px 8px rgba(0,0,0,.1);color:#fffbe6}.register-header p{font-size:.95rem;opacity:.9}.register-body{padding:2.2rem 2.2rem 1.5rem;flex:1 1 auto;display:flex;flex-direction:column;justify-content:center}.register-form{display:grid;grid-template-columns:1fr 1fr;gap:1.2rem}.register-group{display:flex;flex-direction:column}.register-group.full{grid-column:span 2}.register-group input{width:100%;padding:1.1rem 1.2rem 1.1rem 2.5rem;border-radius:10px;border:1.5px solid #d1d5db;font-size:1.08rem;background:#f8fafc url('data:image/svg+xml;utf8,<svg fill="%235d0d12" height="18" viewBox="0 0 24 24" width="18" xmlns="http://www.w3.org/2000/svg"><path d="M12 12c2.7 0 8 1.34 8 4v2H4v-2c0-2.66 5.3-4 8-4zm0-2a4 4 0 1 0 0-8 4 4 0 0 0 0 8z"/></svg>') no-repeat .7rem center;background-size:1.2rem 1.2rem;transition:border-color .2s,box-shadow .2s;margin-bottom:.2rem}.register-group input[type=password]{background-image:url('data:image/svg+xml;utf8,<svg fill="%235d0d12" height="18" viewBox="0 0 24 24" width="18" xmlns="http://www.w3.org/2000/svg"><path d="M12 17a2 2 0 1 0 0-4 2 2 0 0 0 0 4zm6-2c0-3.31-2.69-6-6-6s-6 2.69-6 6c0 1.1.9 2 2 2h8c1.1 0 2-.9 2-2z"/></svg>')}.register-group input:focus{outline:none;border-color:#5d0d12}.register-button{grid-column:span 2;margin-top:1.5rem;padding:1.1rem;background:linear-gradient(135deg,#5d0d12 0% 100%);color:#fff;border:none;border-radius:10px;font-size:1.12rem;font-weight:700;letter-spacing:.5px;box-shadow:0 2px 8px #5d0d121a;transition:background .2s,box-shadow .2s,transform .15s;position:relative;overflow:hidden}.register-button:hover{background-color:#470a0f}.register-footer{margin-top:2.2rem;text-align:center;font-size:1.08rem;color:#888;border-top:1px solid #e0e0e0;padding-top:1.2rem;background:linear-gradient(90deg,#f4f4f4 60%,#fff)}.register-footer a{color:#5d0d12}@media(max-width:600px){.register-form{grid-template-columns:1fr}.register-group.full{grid-column:span 1}.register-header h1,.register-logo{font-size:1.2rem}.register-body{padding:1rem}.register-card{max-width:99vw;min-width:unset;min-height:unset;border-radius:12px}.register-container{padding:.5rem}}.forgot-container{min-height:100vh;background-color:#f4f4f4;display:flex;justify-content:center;align-items:center;padding:1rem}.forgot-card{width:100%;max-width:460px;background-color:#fff;border-radius:12px;box-shadow:0 15px 35px #00000026;overflow:hidden}.forgot-header{background-color:#5d0d12;color:#fff;padding:2rem 1.5rem;text-align:center}.forgot-header h1{font-family:Georgia,Times New Roman,serif;font-size:2rem;margin-bottom:.3rem}.forgot-header p{font-size:1.2rem;opacity:.9}.forgot-body{padding:2rem 1.8rem}.forgot-msg{background-color:#e8f5e9;color:#2e7d32;padding:.8rem;border-radius:6px;text-align:center;margin-bottom:1.5rem;font-weight:500}.forgot-msg.error{background-color:#fde1e1;color:#5d0d12}.forgot-group{margin-bottom:1.5rem}.forgot-group input{width:90%;padding:.9rem 1rem;border-radius:10px;border:1px solid #ccc;font-size:1rem;transition:border-color .2s,box-shadow .2s}.forgot-group input:focus{outline:none;border-color:#5d0d12;box-shadow:0 0 0 2px #5d0d121f}.forgot-button{width:100%;padding:.95rem;background-color:#5d0d12;color:#fff;border:none;border-radius:10px;font-size:1.05rem;font-weight:700;transition:background-color .2s ease,box-shadow .2s ease}.forgot-button:hover:not(:disabled){background-color:#4a0a0e;box-shadow:0 4px 12px #5d0d1240}.forgot-button:disabled{opacity:.75;cursor:not-allowed}.forgot-btn-loading{display:flex;align-items:center;justify-content:center;gap:.55rem}.forgot-btn-spinner{width:18px;height:18px;border:3px solid rgba(255,255,255,.35);border-top-color:#fff;border-radius:50%;animation:forgot-spin .75s linear infinite;flex-shrink:0}@keyframes forgot-spin{to{transform:rotate(360deg)}}.forgot-footer{margin-top:2rem;text-align:center;font-size:1.1rem}.forgot-footer a{color:#5d0d12;font-weight:500;text-decoration:none;transition:color .2s}.forgot-footer a:hover{color:#4a0a0e}@media(max-width:480px){.forgot-header h1{font-size:1.6rem}.forgot-body{padding:1.5rem}}.reset-container{min-height:100vh;background-color:#f4f4f4;display:flex;justify-content:center;align-items:center;padding:1rem}.reset-card{width:100%;max-width:480px;background-color:#fff;border-radius:12px;box-shadow:0 15px 35px #00000026;overflow:hidden}.reset-header{background-color:#5d0d12;color:#fff;padding:2rem 1.5rem;text-align:center}.reset-header h1{font-family:Georgia,Times New Roman,serif;font-size:1.9rem;margin-bottom:.3rem}.reset-header p{font-size:1.1rem;opacity:.9}.reset-body{padding:2rem 1.8rem}.reset-info{font-size:.95rem;margin-bottom:1.5rem;color:#444}.reset-msg{padding:.8rem;border-radius:6px;text-align:center;margin-bottom:1.5rem;font-weight:500}.reset-msg.error{background-color:#fde1e1;color:#5d0d12}.reset-msg.success{background-color:#e8f5e9;color:#2e7d32}.reset-group{margin-bottom:1.3rem}.reset-group input{width:90%;padding:.9rem 1rem;border-radius:10px;border:1px solid #ccc;font-size:1rem;transition:border-color .2s,box-shadow .2s}.reset-group input:focus{outline:none;border-color:#5d0d12;box-shadow:0 0 0 2px #5d0d121f}.reset-button{width:100%;padding:.95rem;background-color:#5d0d12;color:#fff;border:none;border-radius:10px;font-size:1.05rem;font-weight:700;margin-top:1rem;transition:background-color .2s ease,box-shadow .2s ease}.reset-button:hover{background-color:#4a0a0e;box-shadow:0 4px 12px #5d0d1240}@media(max-width:480px){.reset-header h1{font-size:1.6rem}.reset-body{padding:1.5rem}}.navbar-wrapper{width:100%;padding:1rem;background-color:#f4f4f4;box-sizing:border-box}.navbar{width:100%;max-width:none;margin:0;background-color:#5d0d12;color:#fff;display:flex;align-items:center;justify-content:space-between;gap:2.5rem;padding:1.1rem 2.5rem;border-radius:14px;box-shadow:0 8px 20px #00000026;font-size:1.13rem;box-sizing:border-box;overflow:visible}.navbar-brand{font-family:Georgia,Times New Roman,serif;font-size:1.65rem;font-weight:700;white-space:nowrap}.navbar-links{list-style:none;display:flex;gap:2.3rem;margin:0;padding:0;font-size:1.08rem}.navbar-links a{color:#fff;text-decoration:none;font-size:1.08rem;font-weight:600;padding:.45rem 1.2rem;border-radius:8px;background:transparent;transition:background .18s,color .18s,box-shadow .18s;position:relative;box-shadow:none}.navbar-links a:hover{background:linear-gradient(90deg,#d5cba0,#fffbe6);color:#7a1117;box-shadow:0 2px 8px #d5cba021;border-bottom:none;text-shadow:0 1px 0 #fff8}.navbar-actions{display:flex;align-items:center;gap:1.7rem}.notification-container{position:relative}.notification-bell{background:#ffffff1f;border:none;color:#fff;width:40px;height:40px;border-radius:50%;font-size:1.2rem;cursor:pointer;display:flex;align-items:center;justify-content:center;position:relative;transition:background .3s ease}.notification-bell:hover{background:#ffffff38}.notification-badge{position:absolute;top:-5px;right:-5px;background:#ef4444;color:#fff;font-size:.7rem;font-weight:700;padding:.15rem .35rem;border-radius:10px;min-width:18px;text-align:center;box-shadow:0 2px 6px #ef444480;animation:pulse 2s infinite}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}.notification-dropdown{position:absolute;top:calc(100% + 10px);right:0;width:380px;max-height:500px;background:#fff;border-radius:12px;box-shadow:0 10px 40px #0003;z-index:1000;overflow:hidden;animation:slideDown .2s ease}.notification-dropdown-header{background:linear-gradient(135deg,#7a1117,#5d0d12);color:#fff;padding:1rem 1.25rem;display:flex;justify-content:space-between;align-items:center}.notification-dropdown-header h3{margin:0;font-size:1.1rem;font-weight:600}.unread-badge{background:#fff3;padding:.25rem .6rem;border-radius:12px;font-size:.75rem;font-weight:600}.notification-dropdown-body{max-height:380px;overflow-y:auto}.notification-dropdown-body::-webkit-scrollbar{width:6px}.notification-dropdown-body::-webkit-scrollbar-track{background:#f1f1f1}.notification-dropdown-body::-webkit-scrollbar-thumb{background:#7a1117;border-radius:3px}.notification-dropdown-body::-webkit-scrollbar-thumb:hover{background:#5d0d12}.notification-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem 1rem;gap:1rem;color:#6b7280}.spinner-small{width:30px;height:30px;border:3px solid #e5e7eb;border-top-color:#7a1117;border-radius:50%;animation:spin .8s linear infinite}.notification-empty{text-align:center;padding:3rem 1.5rem;color:#6b7280}.notification-empty-icon{font-size:3rem;margin-bottom:.5rem}.notification-empty p{margin:0;font-size:.95rem}.notification-list{padding:0;margin:0}.notification-item{display:flex;gap:.75rem;padding:.9rem 1.25rem;cursor:pointer;border-bottom:1px solid #e5e7eb;transition:background .2s ease;position:relative}.notification-item:hover{background:#f9fafb}.notification-item.unread,.notification-item.unread:hover{background:#fef3c7}.notification-icon{font-size:1.5rem;flex-shrink:0;width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:#f3f4f6;border-radius:50%}.notification-content{flex:1;min-width:0}.notification-subject-row{display:flex;align-items:flex-start;justify-content:space-between;gap:.35rem;margin-bottom:.25rem}.notification-subject{font-weight:600;font-size:.9rem;color:#111827;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0}.notification-detail-btn{flex-shrink:0;background:none;border:1px solid #d1d5db;border-radius:4px;color:#6b7280;font-size:.65rem;line-height:1;padding:2px 5px;cursor:pointer;transition:background .15s,color .15s}.notification-detail-btn:hover{background:#7a1117;color:#fff;border-color:#7a1117}.notification-message{font-size:.85rem;color:#6b7280;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.notification-message.expanded{-webkit-line-clamp:unset;display:block;overflow:visible;color:#374151}.notification-detail-panel{margin-top:.5rem;display:flex;flex-wrap:wrap;align-items:center;gap:.5rem}.notification-type-badge{font-size:.7rem;font-weight:600;background:#f3f4f6;color:#7a1117;border:1px solid #fecaca;border-radius:999px;padding:2px 8px;text-transform:uppercase;letter-spacing:.04em}.notification-goto-btn{background:none;border:none;color:#7a1117;font-size:.8rem;font-weight:600;cursor:pointer;padding:0;text-decoration:underline;transition:opacity .15s}.notification-goto-btn:hover{opacity:.75}.notification-time{font-size:.75rem;color:#9ca3af;margin-top:.25rem}.notification-unread-dot{width:8px;height:8px;background:#ef4444;border-radius:50%;flex-shrink:0;margin-top:.5rem}.notification-dropdown-footer{border-top:1px solid #e5e7eb;padding:.75rem 1.25rem;background:#f9fafb}.view-all-btn{width:100%;background:transparent;border:none;color:#7a1117;font-weight:600;font-size:.9rem;cursor:pointer;padding:.5rem;border-radius:6px;transition:background .2s ease}.view-all-btn:hover{background:#7a11171a}.navbar-logout{background:linear-gradient(90deg,#fff,#d5cba0);color:#7a1117;border:2px solid #fff;padding:.55rem 1.25rem;border-radius:999px;font-size:1.05rem;font-weight:700;cursor:pointer;white-space:nowrap;box-shadow:0 2px 8px #d5cba021;transition:all .22s cubic-bezier(.7,.2,.2,1);letter-spacing:.1px;outline:none}.navbar-logout:hover{background:linear-gradient(90deg,#d5cba0,#fff);color:#7a1117;border-color:#d5cba0;box-shadow:0 4px 16px #d5cba038;transform:translateY(-2px) scale(1.04)}@media(max-width:768px){.navbar{flex-direction:column;gap:.9rem;padding:1rem}.navbar-links{flex-direction:column;gap:.8rem;align-items:center}.navbar-actions{width:100%;justify-content:center}.notification-dropdown{width:320px;right:50%;transform:translate(50%)}}@media(max-width:480px){.notification-dropdown{width:calc(100vw - 2rem);left:1rem;right:1rem;transform:none}}.sidebar-header-top{display:flex;align-items:flex-start;justify-content:space-between;gap:.5rem;margin-bottom:.5rem}.sidebar-header-top h1,.sidebar-header-top h2{margin:0;flex:1}.sidebar-bell{flex-shrink:0;margin-top:.1rem}.sidebar-bell .notification-dropdown{left:0;right:auto}@media(max-width:768px){.sidebar-bell .notification-dropdown{left:0;right:auto;width:300px}}.program-head-layout{display:flex;min-height:100vh;background:linear-gradient(135deg,#f5f7fa,#e8ebf0);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica Neue,sans-serif}.program-head-sidebar{width:280px;background:#5d0d12;color:#fff;padding:0;display:flex;flex-direction:column;box-shadow:4px 0 20px #0003;position:sticky;top:0;height:100vh;overflow-y:auto;z-index:100}.sidebar-header{padding:2rem 1.5rem;border-bottom:1px solid rgba(255,255,255,.2);margin-bottom:1.5rem}.sidebar-title{font-size:1.75rem;font-weight:700;margin:0 0 .25rem;letter-spacing:2px;font-family:Georgia,Times New Roman,serif;color:#fff}.sidebar-subtitle{font-size:.8rem;text-transform:uppercase;letter-spacing:1.5px;color:#ffffffb3;margin:0 0 1rem;font-weight:600}.user-info{font-size:.85rem;color:#fffc;margin:0;word-break:break-word;border-top:1px solid rgba(255,255,255,.1);padding-top:.75rem;max-width:240px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sidebar-nav{flex:1;padding:0 .75rem;overflow-y:auto}.nav-section{margin-bottom:2rem}.nav-section:last-child{margin-bottom:1rem}.nav-section-title{font-size:.7rem;text-transform:uppercase;letter-spacing:1.5px;color:#ffffff80;margin:0 0 .75rem .75rem;font-weight:700}.nav-link{display:flex;align-items:center;padding:.85rem 1rem;color:#ffffffd9;text-decoration:none;border-radius:10px;margin-bottom:.5rem;transition:all .3s ease;font-weight:500;font-size:.95rem;gap:.75rem}.nav-link:hover{background:#ffffff26;color:#fff;transform:translate(5px)}.nav-link.active{background:#ffffff40;color:#fff;font-weight:600;border-left:3px solid white;padding-left:calc(1rem - 3px)}.nav-icon{font-size:1.25rem;width:1.5rem;text-align:center;flex-shrink:0}.nav-label{flex:1}.sidebar-footer{padding:1.5rem;border-top:1px solid rgba(255,255,255,.2);background:#0003}.logout-button{width:100%;padding:.85rem 1.25rem;background:#ffffff1a;border:1px solid rgba(255,255,255,.3);color:#fff;border-radius:8px;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .3s ease}.logout-button:hover{background:#fff3;border-color:#ffffff80;transform:translateY(-2px);box-shadow:0 4px 12px #0000004d}@media(max-width:1024px){.program-head-sidebar{width:220px}.nav-section-title{font-size:.65rem}}@media(max-width:768px){.program-head-sidebar{position:relative;width:100%;height:auto}}.program-head-main{flex:1;padding:2.5rem;overflow-y:auto}.program-head-sidebar::-webkit-scrollbar,.program-head-main::-webkit-scrollbar{width:8px}.program-head-sidebar::-webkit-scrollbar-track,.program-head-main::-webkit-scrollbar-track{background:transparent}.program-head-sidebar::-webkit-scrollbar-thumb{background:#fff3;border-radius:4px}.program-head-sidebar::-webkit-scrollbar-thumb:hover{background:#ffffff4d}.program-head-main::-webkit-scrollbar-thumb{background:#ddd;border-radius:4px}.program-head-main::-webkit-scrollbar-thumb:hover{background:#ccc}@media(max-width:1024px){.program-head-sidebar{width:240px}.program-head-main{padding:2rem}.sidebar-title{font-size:1.5rem}.nav-label{font-size:.9rem}}@media(max-width:768px){.program-head-layout{flex-direction:column}.program-head-sidebar{width:100%;height:auto;position:relative;box-shadow:0 4px 20px #00000026}.sidebar-header{padding:1.5rem}.sidebar-title{font-size:1.3rem}.sidebar-nav{display:flex;flex-wrap:wrap;padding:0 1rem;gap:.5rem}.nav-section{flex:1;min-width:200px;margin-bottom:.5rem}.nav-section-title{display:none}.nav-link{flex-direction:column;justify-content:center;text-align:center;padding:.75rem .5rem;margin-bottom:.25rem;gap:.3rem}.nav-link.active{border-left:none;border-bottom:3px solid white;padding-left:.5rem}.nav-icon{font-size:1.5rem;width:auto}.nav-label{font-size:.75rem}.program-head-main{padding:1.5rem}.sidebar-footer{padding:1rem}.logout-button{padding:.7rem 1rem;font-size:.85rem}}@media(max-width:480px){.program-head-layout{height:100vh}.program-head-sidebar{max-height:150px;overflow-x:auto;overflow-y:hidden}.sidebar-header{padding:1rem}.sidebar-title{font-size:1.1rem;margin-bottom:0}.sidebar-subtitle,.user-info{display:none}.sidebar-nav{gap:.25rem}.nav-section{min-width:150px}.nav-link{padding:.5rem;font-size:.7rem}.nav-icon{font-size:1.25rem}.program-head-main{padding:1rem}}@keyframes slideIn{0%{transform:translate(-100%);opacity:0}to{transform:translate(0);opacity:1}}.program-head-sidebar{animation:slideIn .3s ease}.program-head-main{animation:fadeIn .4s ease}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.council-layout{display:flex;min-height:100vh;background:linear-gradient(135deg,#5d0d12,#7a1117);font-family:Segoe UI,-apple-system,BlinkMacSystemFont,Helvetica Neue,sans-serif}.council-sidebar{width:280px;background:#5d0d12;color:#fff;display:flex;flex-direction:column;box-shadow:6px 0 25px #0006;position:sticky;top:0;height:100vh;border-right:2px solid #D5CBA0;overflow-y:auto}.sidebar-header{padding:2rem 1.5rem;border-bottom:1px solid rgba(213,203,160,.3)}.sidebar-header h2{font-family:Georgia,Times New Roman,serif;font-size:1.35rem;font-weight:700;margin:0 0 .5rem;color:#d5cba0;text-shadow:1px 1px 3px rgba(0,0,0,.3)}.user-info{font-size:.85rem;color:#d5cba0cc;margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sidebar-nav{flex:1;padding:1.5rem 0;overflow-y:auto}.nav-link{display:flex;align-items:center;gap:.75rem;padding:1rem 1.5rem;color:#fff;text-decoration:none;font-size:.95rem;font-weight:500;transition:all .3s ease;border-left:4px solid transparent;border-radius:8px}.nav-link:hover{background:linear-gradient(90deg,#d5cba01a,#7a111726);color:#d5cba0;border-left-color:#d5cba0;transform:translate(3px)}.nav-link.active{background:linear-gradient(90deg,#d5cba033,#7a111740);color:#fff;border-left-color:#fff;font-weight:600;box-shadow:inset 4px 0 #fff}.nav-icon{font-size:1.2rem}.sidebar-footer{padding:1.5rem;border-top:1px solid rgba(213,203,160,.3)}.logout-button{width:100%;padding:.75rem 1rem;background:linear-gradient(135deg,#d5cba0,#7a1117);color:#fff;border:none;border-radius:12px;font-size:.95rem;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.5rem;transition:all .3s ease;box-shadow:0 4px 15px #0000004d}.logout-button:hover{background:linear-gradient(135deg,#7a1117,#d5cba0);transform:translateY(-2px);box-shadow:0 6px 18px #0006}.logout-button:active{transform:translateY(0)}.council-main{flex:1;overflow-y:auto;background-color:#fff;border-top-left-radius:16px;border-top-right-radius:16px;padding:2rem;box-shadow:-4px 0 16px #5d0d1226}@media(max-width:1024px){.council-sidebar{width:240px}.sidebar-header h2{font-size:1.15rem}.nav-link{font-size:.9rem;padding:.875rem 1.25rem}}@media(max-width:768px){.council-layout{flex-direction:column}.council-sidebar{width:100%;height:auto;position:static}.sidebar-header{padding:1.5rem 1rem}.sidebar-nav{padding:1rem 0}.nav-link{padding:.75rem 1rem}.sidebar-footer{padding:1rem}.council-main{min-height:calc(100vh - 400px);border-radius:0}}.admin-layout{display:flex;min-height:100vh;background:linear-gradient(135deg,#f9f6ee,#fff);font-family:Segoe UI,-apple-system,BlinkMacSystemFont,Helvetica Neue,sans-serif}.admin-sidebar{width:280px;background:#5d0d12;color:#fff;padding:2rem 0;display:flex;flex-direction:column;box-shadow:4px 0 20px #0003;position:sticky;top:0;height:100vh;overflow-y:auto}.admin-sidebar-header{padding:0 1.5rem 2rem;border-bottom:1px solid rgba(255,255,255,.3);margin-bottom:2rem}.admin-logo{font-size:1.75rem;font-weight:700;margin:0;letter-spacing:1px;font-family:Georgia,Times New Roman,serif}.admin-subtitle{margin:.5rem 0 0;font-size:.85rem;opacity:.85;font-weight:400;color:#d5cba0}.admin-nav{flex:1;padding:0 1rem}.admin-nav-section{margin-bottom:2rem}.admin-nav-title{font-size:.75rem;text-transform:uppercase;letter-spacing:1.5px;color:#d5cba0cc;margin:0 0 1rem .5rem;font-weight:600}.admin-nav-link{display:flex;align-items:center;padding:.85rem 1rem;color:#fff;text-decoration:none;border-radius:12px;margin-bottom:.5rem;transition:all .3s ease;font-weight:500;font-size:.95rem}.admin-nav-link:hover{background:#d5cba033;transform:translate(5px);color:#fff}.admin-nav-link.active{background:linear-gradient(135deg,#7a1117,#d5cba0);color:#fff;font-weight:600;box-shadow:0 4px 12px #0003}.admin-nav-icon{margin-right:.75rem;font-size:1.25rem}.admin-logout-btn{margin:1.5rem 1.5rem 4rem;padding:.85rem 1.25rem;background:linear-gradient(135deg,#d5cba0,#7a1117);color:#fff;border:none;border-radius:12px;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .3s ease;text-align:center;box-shadow:0 4px 12px #0003}.admin-logout-btn:hover{background:linear-gradient(135deg,#7a1117,#d5cba0);transform:translateY(-2px);box-shadow:0 6px 16px #00000040}.admin-main{flex:1;padding:2.5rem;overflow-y:auto;background:#fff;border-radius:12px;box-shadow:0 4px 16px #7a11170d}@media(max-width:1024px){.admin-sidebar{width:240px}.admin-main{padding:2rem}}@media(max-width:768px){.admin-layout{flex-direction:column}.admin-sidebar{width:100%;height:auto;position:relative}.admin-main{padding:1.5rem}.admin-nav-link:hover{transform:none}}.profile-container{min-height:100vh;background:linear-gradient(120deg,#f7f7fa,#e8ebf0 60%,#f9f6e7);display:flex;justify-content:center;align-items:flex-start;padding:3.5rem 1rem 2rem;font-family:Segoe UI,Helvetica Neue,Arial,sans-serif;position:relative;overflow-x:hidden}.profile-container:before{content:"";position:absolute;top:-80px;left:50%;transform:translate(-50%);width:420px;height:180px;background:radial-gradient(ellipse at center,#d5cba0,#fff0 80%);opacity:.18;z-index:0;pointer-events:none;filter:blur(2px)}.profile-card{width:100%;max-width:820px;background:#fff;border-radius:22px;box-shadow:0 10px 40px #5d0d1221,0 2px 8px #d5cba01a;overflow:visible;animation:slideDown .5s cubic-bezier(.7,.2,.2,1);position:relative;z-index:1;border:2.5px solid #5d0d12}.profile-header{width:100%;padding:2.5rem 2.5rem 1.2rem;background:linear-gradient(90deg,#5d0d12 0% 100%);border-radius:22px 22px 0 0;color:#fff;text-align:left;position:relative;z-index:2;box-shadow:0 2px 12px #5d0d121a}.profile-header h1{margin:0;font-size:2.1rem;font-family:Georgia,Times New Roman,serif;font-weight:700;color:#fff;letter-spacing:.5px}.profile-header p{margin:.5rem 0 0;font-size:1.08rem;color:#f9f6e7;font-weight:400;letter-spacing:.1px}.profile-body{padding:2.5rem 2.5rem 2rem;background:transparent;position:relative;z-index:1}.profile-info{background:linear-gradient(90deg,#fff 60%,#f8f6ef);padding:1.5rem 2rem;border-radius:14px;margin-bottom:2.2rem;border-left:5px solid #5d0d12;box-shadow:0 2px 12px #d5cba021;display:flex;flex-direction:column;gap:.5rem}.profile-info p{margin:.5rem 0;font-size:1.08rem;color:#7a1117;display:flex;align-items:center;gap:.7rem;font-weight:500;letter-spacing:.1px}.profile-info strong{color:#7a1117;font-weight:700;font-family:Georgia,Times New Roman,serif;letter-spacing:.2px}.profile-instructions{background:linear-gradient(135deg,#fdfaf0,#f8f2df);border:1px solid #e5d9b0;border-left:5px solid #D5CBA0;border-radius:14px;padding:1.35rem 1.4rem;margin-bottom:1.6rem}.profile-instructions h3{margin:0 0 .7rem;color:#7a1117;font-family:Georgia,Times New Roman,serif;font-size:1.12rem}.profile-steps{margin:0;padding-left:1.25rem;color:#5d0d12;line-height:1.55}.profile-steps li{margin-bottom:.45rem}.profile-steps a{color:#7a1117;font-weight:700;text-decoration:none}.profile-steps a:hover{text-decoration:underline}.profile-email-warning{margin:.9rem 0 0;padding:.75rem .85rem;border-left:4px solid #7A1117;border-radius:8px;background:#fdecec;color:#7a1117;font-size:.9rem;line-height:1.45}.profile-upload-panel{background:#fff;border:1px solid #eadfcd;border-radius:14px;padding:1.2rem;margin-bottom:1.6rem;box-shadow:0 4px 14px #5d0d120f}.profile-group input[type=file]{padding:.8rem;border:2px dashed #7A1117;background:#fcf9f8}.profile-selected-file{margin-top:.75rem;padding:.7rem .85rem;border-radius:10px;background:#f7f2e4;color:#5d0d12;font-size:.95rem}.profile-current-data{background:#fff;border:1px solid #eadfcd;border-radius:14px;padding:1.2rem;box-shadow:0 4px 14px #5d0d120f;margin-bottom:1.4rem}.profile-current-data h3{margin:0 0 1rem;color:#7a1117;font-family:Georgia,Times New Roman,serif;font-size:1.1rem}.profile-data-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(230px,1fr));gap:.8rem}.profile-data-item{border:1px solid #efe6dc;border-radius:10px;padding:.8rem;background:#fffdfa}.profile-data-label{display:block;color:#7a1117;font-size:.78rem;text-transform:uppercase;letter-spacing:.35px;margin-bottom:.2rem;font-weight:700}.profile-data-value{display:block;color:#5d0d12;font-size:.98rem;font-weight:600}.profile-current-data.extraction-result{border-left:5px solid #D5CBA0}.profile-lock-warning{background:linear-gradient(120deg,#fffbe6 60%,#d5cba0);border-left:5px solid #D5CBA0;padding:1.5rem 2rem;border-radius:12px;margin-bottom:2rem;box-shadow:0 2px 12px #d5cba02e;animation:slideDown .3s ease-out;color:#7a1117}.profile-lock-warning-content strong{color:#7a1117;display:block;font-size:1.12rem;margin-bottom:.5rem;font-family:Georgia,Times New Roman,serif}.profile-lock-warning-content p{color:#7a1117;margin:.5rem 0;font-size:1.01rem;line-height:1.6}.profile-message{padding:1.1rem 1.5rem;border-radius:12px;text-align:left;margin-bottom:1.7rem;font-weight:600;font-size:1.08rem;display:flex;align-items:center;gap:.85rem;animation:slideDown .3s ease-out;border-left:5px solid transparent;box-shadow:0 2px 8px #d5cba01a}.profile-message:not(.error){background:linear-gradient(90deg,#f9f6e7,#f7f7fa);color:#7a1117;border-left-color:#d5cba0}.profile-message.error{background:#fde1e1;color:#7a1117;border-left-color:#7a1117}.profile-group{margin-bottom:1.5rem;animation:slideDown .3s ease-out backwards}.profile-group:nth-child(1){animation-delay:.1s}.profile-group:nth-child(2){animation-delay:.15s}.profile-group:nth-child(3){animation-delay:.2s}.profile-group:nth-child(4){animation-delay:.25s}.profile-group:nth-child(5){animation-delay:.3s}.profile-group:nth-child(6){animation-delay:.35s}.profile-group label{display:flex;align-items:center;justify-content:flex-start;margin-bottom:.6rem;font-weight:700;color:#7a1117;font-size:1.05rem;gap:.5rem;letter-spacing:.1px}.locked-badge,.editable-badge{font-size:.88rem;font-weight:700;padding:.35rem .95rem;border-radius:20px;white-space:nowrap;margin-left:.7rem;letter-spacing:.1px}.locked-badge{background:#fbeee6;color:#7a1117;border:1.5px solid #D5CBA0}.editable-badge{background:#f8f6ef;color:#7a1117;border:1.5px solid #D5CBA0}.profile-group input,.profile-group select{width:100%;padding:1.05rem 1.15rem 1.05rem 2.5rem;border-radius:12px;border:2px solid #7A1117;font-size:1.08rem;background-color:#fff;transition:all .3s cubic-bezier(.7,.2,.2,1);font-family:inherit;color:#7a1117;box-shadow:0 1px 4px #d5cba014;position:relative}.profile-group input[type=number]{background-image:url('data:image/svg+xml;utf8,<svg fill="%237A1117" height="18" viewBox="0 0 24 24" width="18" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5z"/></svg>');background-repeat:no-repeat;background-position:.7rem center;background-size:1.1rem}.profile-group select{background-image:url('data:image/svg+xml;utf8,<svg fill="%237A1117" height="18" viewBox="0 0 24 24" width="18" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5z"/></svg>');background-repeat:no-repeat;background-position:.7rem center;background-size:1.1rem}.profile-group input::placeholder{color:#bbb}.profile-group input:focus,.profile-group select:focus{outline:none;border-color:#7a1117;box-shadow:0 0 0 5px #d5cba02e;background-color:#fff}.profile-group select:disabled{background-color:#f5f5f5;color:#999;cursor:not-allowed;opacity:.65}.profile-group input.error,.profile-group select.error{border-color:#c62828;background-color:#fff5f5}.profile-group input.error:focus,.profile-group select.error:focus{box-shadow:0 0 0 5px #c6282821}.profile-group small{display:block;margin-top:.4rem;color:#7a1117;font-size:.92rem;font-style:italic;opacity:.85}.profile-modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#0009;display:flex;align-items:center;justify-content:center;z-index:9999;animation:fadeIn .3s ease-out}.profile-modal-header{background:linear-gradient(135deg,#7a1117,#a31621);color:#fff;padding:1.5rem 2rem;border-radius:14px 14px 0 0}.profile-modal-header h3{margin:0;font-size:1.3rem;font-family:Georgia,Times New Roman,serif}.profile-modal-warning{background:linear-gradient(135deg,#fdf6e3,#f8edd0);border-left:4px solid #d4af37;padding:1rem;border-radius:8px;margin-bottom:1.5rem;color:#7a5c00;font-size:.95rem;line-height:1.6;box-shadow:0 4px 12px #b8860b1f}.profile-modal-warning strong{color:#7a1117}.profile-modal-summary{background:#f9f9f9;border-radius:10px;padding:1.5rem;margin-bottom:1.5rem;border:2px solid #e0e0e0}.profile-modal-item{display:flex;justify-content:space-between;align-items:center;padding:.75rem 0;border-bottom:1px solid #e0e0e0}.profile-modal-item.editable{background:#e8f5e9;margin:.5rem -1rem 0;padding:.75rem 1rem;border-radius:6px;border-bottom:none}.profile-modal-label{font-weight:600;color:#555;font-size:.9rem}.profile-modal-value{color:#7a1117;font-weight:700;font-size:1rem;font-family:Georgia,Times New Roman,serif}.profile-modal-note{background:#f9f6e7;border-left:4px solid #D5CBA0;padding:1rem;border-radius:6px;margin-bottom:1.5rem;color:#7a1117;font-size:.9rem;line-height:1.6}.profile-modal-note strong{color:#0d4420}.profile-modal-question{text-align:center;font-size:1.1rem;font-weight:600;color:#7a1117;margin:1.5rem 0 0;font-family:Georgia,Times New Roman,serif}.profile-modal-actions{display:flex;gap:1rem;padding:1.5rem 2rem 2rem}.profile-modal-actions .profile-button{flex:1;margin-top:0}.profile-group small{display:block;margin-top:.4rem;color:#666;font-size:.85rem;font-style:italic}.profile-button{width:100%;margin-top:1.7rem;padding:1.15rem 0;background:#5d0d12;color:#fff;border:none;border-radius:12px;font-size:1.13rem;font-weight:700;cursor:pointer;transition:all .25s cubic-bezier(.7,.2,.2,1);position:relative;overflow:hidden;box-shadow:0 2px 12px #7a11171a;letter-spacing:.2px}.profile-button:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,#d5cba02e,#ffffff21);transition:left .3s cubic-bezier(.7,.2,.2,1);z-index:1}.profile-button:hover:not(:disabled){transform:translateY(-2px) scale(1.01);box-shadow:0 8px 24px #7a11172e,0 2px 8px #d5cba021}.profile-button:hover:not(:disabled):before{left:100%}.profile-button:active:not(:disabled){transform:translateY(0) scale(.99)}.profile-button:disabled{background:linear-gradient(120deg,#ccc,#bbb);cursor:not-allowed;opacity:.7}.profile-button.secondary{background:#f8f6ef;color:#5d0d12;border:2px solid #5d0d12;font-weight:700}.profile-button.secondary:hover:not(:disabled){background:#f3eedd;border-color:#a31621}.profile-button.primary{background:#5d0d12}.profile-loading{text-align:center;padding:4rem 2rem;font-size:1.1rem;color:#666;animation:pulse 1.5s ease-in-out infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.7}}.profile-modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#000000a6;display:flex;align-items:center;justify-content:center;z-index:9999;animation:fadeIn .2s ease-out}.profile-modal{background:#fff;border-radius:16px;width:100%;max-width:680px;max-height:90vh;overflow-y:auto;box-shadow:0 20px 60px #0000004d;animation:slideUp .3s ease-out}@keyframes slideUp{0%{transform:translateY(40px);opacity:0}to{transform:translateY(0);opacity:1}}.profile-modal-header{background:linear-gradient(135deg,#7a1117,#5d0d12);color:#fff;padding:2rem;border-radius:16px 16px 0 0;position:relative;overflow:hidden}.profile-modal-header:before{content:"";position:absolute;top:-50%;right:-10%;width:200px;height:200px;background:#ffffff0d;border-radius:50%}.profile-modal-header h3{margin:0;font-size:1.5rem;font-family:Georgia,Times New Roman,serif;font-weight:600;position:relative;z-index:1}.profile-modal-body{padding:2rem}.profile-modal-warning{background:linear-gradient(135deg,#fbf4dc,#f3e2b3);border-left:5px solid #b8860b;padding:1.25rem;border-radius:10px;margin-bottom:1.5rem;color:#6a4e00;font-size:.95rem;line-height:1.7;box-shadow:0 6px 18px #b8860b26}.profile-modal-warning strong{color:#7a1117;display:block;margin-bottom:.5rem}.profile-modal-summary{background:linear-gradient(135deg,#f8f9fa,#f0f2f5);border-radius:12px;padding:1.5rem;margin-bottom:1.5rem;border:2px solid #e0e0e0}.profile-modal-item{display:flex;justify-content:space-between;align-items:center;padding:.9rem 0;border-bottom:1px solid #e0e0e0}.profile-modal-item:last-child{border-bottom:none}.profile-modal-item.editable{background:#f9f6e7;margin:.5rem -1rem 0;padding:.9rem 1rem;border-radius:8px;border-bottom:none;border-left:3px solid #D5CBA0}.profile-modal-label{font-weight:600;color:#555;font-size:.9rem;text-transform:uppercase;letter-spacing:.3px}.profile-modal-value{color:#7a1117;font-weight:700;font-size:1.05rem;font-family:Georgia,Times New Roman,serif}.profile-modal-note{background:linear-gradient(135deg,#f9f6e7,#f7f7fa);border-left:5px solid #D5CBA0;padding:1.25rem;border-radius:10px;margin-bottom:1.5rem;color:#7a1117;font-size:.9rem;line-height:1.7;box-shadow:0 4px 12px #d5cba026}.profile-modal-note strong{color:#0d4420;display:block;margin-bottom:.3rem}.profile-modal-question{text-align:center;font-size:1.1rem;font-weight:600;color:#7a1117;margin:2rem 0 1rem;font-family:Georgia,Times New Roman,serif}.profile-modal-actions{display:flex;gap:1rem;padding:1.5rem 2rem 2rem;border-top:1px solid #e0e0e0}.profile-modal-actions .profile-button{flex:1;margin-top:0;font-size:.95rem}.profile-modal-actions .profile-button.secondary{order:1}.profile-modal-actions .profile-button.primary{order:2}@media(min-width:900px){.profile-form-row{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.profile-form-row .profile-group{margin-bottom:0}}@media(max-width:768px){.profile-container{padding:1.5rem .75rem}.profile-card{max-width:100%}.profile-header{padding:2rem 1.5rem}.profile-header h1{font-size:1.6rem}.profile-header p{font-size:.9rem}.profile-body{padding:1.75rem}.profile-group label{font-size:.9rem}.profile-instructions,.profile-upload-panel,.profile-current-data{padding:1rem}.profile-group input,.profile-group select{padding:.85rem .9rem;font-size:.9rem}.profile-button{padding:.9rem;font-size:.95rem}.profile-modal{max-width:90%;max-height:85vh}.profile-modal-header{padding:1.5rem}.profile-modal-header h3{font-size:1.3rem}.profile-modal-body{padding:1.5rem}.profile-modal-actions{flex-direction:column;gap:.75rem;padding:1rem 1.5rem 1.5rem}.profile-modal-actions .profile-button{flex:1}}@media(max-width:480px){.profile-container{padding:1rem .5rem}.profile-header{padding:1.5rem}.profile-header h1{font-size:1.5rem}.profile-body{padding:1.5rem}.profile-info{padding:1rem}.profile-info p{font-size:.9rem;margin:.5rem 0}.profile-group label{font-size:.85rem}.profile-group input,.profile-group select{padding:.8rem;font-size:.9rem}.profile-group small{font-size:.8rem}.profile-button{padding:.85rem;font-size:.9rem;margin-top:1rem}.profile-modal{width:95%;max-height:80vh}.profile-modal-header h3{font-size:1.2rem}.profile-modal-label{font-size:.8rem}.profile-modal-value{font-size:.95rem}.profile-modal-question{font-size:1rem}.profile-modal-actions{flex-direction:column;padding:1rem;gap:.5rem}}.profile-group label:has(+input[required]):after,.profile-group label:has(+select[required]):after{content:" *";color:#7a1117;font-weight:700}.profile-modal::-webkit-scrollbar{width:8px}.modalities-container{max-width:1200px;margin:0 auto;padding:2.5rem 1.5rem;background:linear-gradient(120deg,#f9f6e7,#f7f7fa 60%,#e8ebf0);min-height:100vh;border-radius:18px;box-shadow:0 4px 32px #7a111712}.modalities-header{margin-bottom:2.5rem}.modalities-title{font-family:Georgia,Times New Roman,serif;text-align:center;font-size:2.8rem;color:#5d0d12;margin-bottom:.5rem;font-weight:800;letter-spacing:.5px;text-shadow:0 2px 8px #d5cba02a}.modalities-subtitle{color:#7a1117cc;text-align:center;font-size:1.5rem;margin-bottom:2.2rem;font-weight:500}.modalities-loading{text-align:center;padding:4rem 2rem;font-size:1.1rem;color:#666}.modalities-message{padding:1rem 1.25rem;border-radius:8px;margin-bottom:1.5rem;font-size:.95rem;line-height:1.5;animation:slideDown .3s ease-out}.modalities-message.success{background:linear-gradient(90deg,#f9f6e7,#f7f7fa);color:#7a1117;border-left:4px solid #D5CBA0;box-shadow:0 2px 12px #7a111733;font-size:1.08rem;font-weight:700;letter-spacing:.2px;display:flex;align-items:center;gap:.7rem;animation:fadeOut 5s linear forwards}.profile-complete-msg{background:linear-gradient(90deg,#f9f6e7,#f7f7fa);color:#7a1117;border-left:4px solid #D5CBA0;box-shadow:0 2px 12px #7a11171a;font-size:1.08rem;font-weight:700;letter-spacing:.2px;display:flex;align-items:center;gap:.7rem;animation:fadeOut 5s linear forwards}.modalities-message.error{background-color:#fde1e1;color:#7a1117;border-left:4px solid #7A1117}.modalities-message.info{background:linear-gradient(90deg,#f9f6e7,#f7f7fa);color:#5d0d12;border-left:4px solid #D5CBA0}.profile-warning{background:linear-gradient(135deg,#fff3cd,#ffe69c);border-left:5px solid #ffc107;padding:1.5rem;border-radius:8px;margin-bottom:2rem;box-shadow:0 2px 8px #ffc10733;animation:slideDown .3s ease-out}.profile-warning-title{display:flex;align-items:center;gap:.5rem;font-size:1.1rem;font-weight:600;color:#856404;margin-bottom:.75rem}.profile-warning-icon{font-size:1.5rem}.profile-warning-text{color:#856404;margin:0;line-height:1.6}.modalities-list{list-style:none;padding:0;margin:0;display:grid;gap:2.2rem}.modality-card{background:#fff;border-radius:18px;padding:2.5rem 2.2rem 2rem;box-shadow:0 8px 32px #7a11171a,0 2px 8px #d5cba01a;transition:box-shadow .22s,border .22s,transform .22s;border:2.5px solid #f3eedd;position:relative;overflow:visible}.modality-card:before{content:"";position:absolute;top:0;left:0;width:100%;height:5px;background:linear-gradient(90deg,#7a1117,#d5cba0);border-radius:18px 18px 0 0}.modality-card:hover{transform:translateY(-6px) scale(1.012);box-shadow:0 16px 40px #7a11172e,0 2px 8px #d5cba021;border-color:#7a1117}.modality-card.disabled{opacity:.6;cursor:not-allowed}.modality-card.disabled:hover{transform:none;box-shadow:0 15px 35px #00000026}.modality-name{font-family:Georgia,Times New Roman,serif;font-size:3rem;color:#7a1117;margin-bottom:1.1rem;font-weight:900;letter-spacing:.5px}.modality-description{color:#444;line-height:1.7;margin-bottom:1.35rem;font-size:1.05rem}.modality-requirements{display:flex;align-items:center;gap:.7rem;padding:.85rem 1.2rem;background-color:#f8f6ef;border-radius:8px;margin-bottom:1.7rem}.modality-requirements-label{font-weight:600;color:#7a1117;font-size:1rem}.modality-requirements-value{color:#a31621;font-weight:700;font-size:1.08rem}.modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#0000008c;display:flex;align-items:center;justify-content:center;z-index:999;animation:fadeIn .3s ease-out}.modal-confirm{background:#fff;border-radius:14px;padding:2rem;width:100%;max-width:420px;box-shadow:0 20px 40px #00000040;animation:slideDown .35s ease-out;position:relative;text-align:center}.modal-confirm h3{font-family:Georgia,Times New Roman,serif;font-size:1.4rem;color:#7a1117;margin-bottom:1rem;font-weight:600}.modal-confirm p{color:#555;font-size:.95rem;line-height:1.6;margin-bottom:2rem}.modal-confirm p strong{color:#7a1117}.modal-confirm-actions{display:flex;gap:1rem}.modal-confirm-actions .modality-button{flex:1;margin-top:0;min-height:44px;display:flex;align-items:center;justify-content:center;padding:.85rem 1.5rem;font-size:1rem;line-height:1.2}.modal-confirm-actions .modality-button.secondary{background:#7a1117;color:#fff;border:2px solid #7A1117}.modal-confirm-actions .modality-button.secondary:hover:not(:disabled){background:#670e13;border-color:#670e13}.modality-specific-message{margin:1rem 0;padding:1rem;border-radius:8px;font-weight:500;animation:slideDown .3s ease-out}.modality-specific-message.success{background:linear-gradient(90deg,#f9f6e7,#f7f7fa);color:#7a1117;border-left:4px solid #D5CBA0}.modality-specific-message.error{background:#fde1e1;color:#7a1117;border-left:4px solid #7A1117}.modality-button{width:100%;padding:.85rem 1.5rem;background-color:#5d0d12;color:#fff;border:none;border-radius:10px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 2px 8px #7a11174d;line-height:1.4;min-height:44px;display:flex;align-items:center;justify-content:center}.modality-button:hover:not(:disabled){background-color:#741015;transform:translateY(-2px);box-shadow:0 4px 12px #7a111766}.modality-button:active:not(:disabled){transform:translateY(0)}.modality-button:disabled{background:#9e9e9e;cursor:not-allowed;box-shadow:none;opacity:.7}.modality-button.loading{position:relative;color:transparent}.modality-button.loading:after{content:"";position:absolute;width:20px;height:20px;top:50%;left:50%;margin-left:-10px;margin-top:-10px;border:3px solid rgba(255,255,255,.3);border-radius:50%;border-top-color:#fff;animation:spin .8s linear infinite}.modalities-empty{text-align:center;padding:4rem 2rem;background:#fff;border-radius:12px;box-shadow:0 15px 35px #00000026}.modal-overlay{position:fixed;inset:0;background:#0000008c;display:flex;justify-content:center;align-items:center;z-index:1000;animation:fadeIn .3s ease-out}.modal-detail{background:linear-gradient(120deg,#f9f6e7,#f7f7fa 60%,#e8ebf0);width:100%;max-width:800px;max-height:85vh;overflow-y:auto;border-radius:18px;padding:2.5rem 2rem 2rem;box-shadow:0 12px 40px #7a111721,0 2px 8px #d5cba021;border:2.5px solid #D5CBA0;animation:slideDown .3s ease-out}.modal-detail-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.modal-detail-header h3{font-family:Georgia,Times New Roman,serif;color:#7a1117;font-size:2rem;margin:0;font-weight:900;letter-spacing:.5px;text-shadow:0 2px 8px #d5cba02a}.modal-close-btn{background:transparent;border:none;font-size:1.5rem;cursor:pointer;color:#7a1117}.modal-detail-description{color:#444;line-height:1.7;margin-bottom:1.5rem;font-size:1.08rem}.modal-detail-info{background:#f8f6ef;padding:.85rem 1.2rem;border-radius:8px;margin-bottom:1.7rem;font-weight:600;color:#7a1117;border-left:4px solid #D5CBA0}.modal-detail-list{list-style:none;padding:0;margin-bottom:1.5rem}.modal-detail-list li{background:#fff;padding:1.15rem 1rem;border-radius:10px;margin-bottom:1rem;border-left:4px solid #7A1117;box-shadow:0 2px 8px #7a111733}.modal-detail-list li p{margin:.25rem 0 0;font-size:1rem;color:#444;line-height:1.6}.back-to-modalities-btn{padding:.75rem 1.5rem;background-color:#6c757d;color:#fff;border:none;border-radius:8px;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .3s ease;margin-bottom:2rem;box-shadow:0 2px 6px #6c757d4d}.back-to-modalities-btn:hover{background-color:#5a6268;transform:translateY(-2px);box-shadow:0 4px 10px #6c757d66}.modalities-empty-icon{font-size:4rem;margin-bottom:1rem;opacity:.5}.modalities-empty-text{color:#666;font-size:1.1rem}.documents-section{margin-top:3rem;padding-top:2rem;border-top:2px solid #e0e0e0;animation:fadeIn .5s ease-out}.section-title-modal{font-weight:600;color:#7a1117;font-size:1.1rem;margin-top:1.5rem;margin-bottom:1rem}.doc-format-info{display:block;margin-top:.5rem;color:#888;font-size:.85rem}.modality-type-options{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin:2rem 0}.modality-type-btn{background:#fff;border:3px solid #e0e0e0;border-radius:12px;padding:2rem 1rem;cursor:pointer;transition:all .3s ease;display:flex;flex-direction:column;align-items:center;gap:.75rem;text-align:center}.modality-type-btn:hover:not(:disabled){border-color:#7a1117;transform:translateY(-4px);box-shadow:0 6px 20px #7a111733}.modality-type-btn:disabled{opacity:.5;cursor:not-allowed}.modality-type-btn .type-icon{font-size:3rem}.modality-type-btn .type-label{font-size:1.2rem;font-weight:700;color:#7a1117}.modality-type-btn .type-description{font-size:.85rem;color:#666;line-height:1.4}.modality-type-btn.individual:hover:not(:disabled){background:linear-gradient(135deg,#fff5f5,#ffe5e5)}.modality-type-btn.group:hover:not(:disabled){background:linear-gradient(135deg,#f0f9ff,#e0f2fe)}.modal-group-form{background:linear-gradient(120deg,#f9f6e7,#f7f7fa 60%,#e8ebf0);width:100%;max-width:700px;max-height:85vh;overflow-y:auto;border-radius:18px;padding:2.5rem 2rem 2rem;box-shadow:0 12px 40px #7a111721,0 2px 8px #d5cba021;border:2.5px solid #D5CBA0;animation:slideDown .3s ease-out}.group-form-subtitle{color:#7a1117cc;font-size:1.13rem;font-weight:500;text-align:center;margin-bottom:2rem;line-height:1.6}.student-search-input{width:100%;padding:.75rem 1rem;border:2px solid #e0e0e0;border-radius:8px;font-size:1rem;margin-bottom:1.5rem;transition:border-color .3s ease}.student-search-input:focus{outline:none;border-color:#7a1117}.selected-students-summary{background:#fff;border:2px solid #D5CBA0;border-radius:10px;padding:1.2rem 1rem;margin-bottom:1.7rem;box-shadow:0 2px 8px #d5cba033}.selected-students-summary h4{margin:0 0 .75rem;color:#7a1117;font-size:1.08rem;font-weight:700}.selected-students-summary ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.5rem}.selected-students-summary li{display:flex;justify-content:space-between;align-items:center;background:#f8f6ef;padding:.6rem 1rem;border-radius:8px;font-size:1rem;color:#7a1117;font-weight:600}.selected-students-summary li button{background:#7a1117;color:#fff;border:none;width:28px;height:28px;border-radius:50%;cursor:pointer;font-size:1rem;font-weight:700;transition:background .2s}.selected-students-summary li button:hover{background:#670e13}.eligible-students-list{max-height:400px;overflow-y:auto;border:2px solid #D5CBA0;border-radius:10px;padding:.7rem 1rem;margin-bottom:1.7rem;background:#fff;box-shadow:0 2px 8px #d5cba033}.eligible-students-list::-webkit-scrollbar{width:8px}.eligible-students-list::-webkit-scrollbar-track{background:#f1f1f1;border-radius:4px}.eligible-students-list::-webkit-scrollbar-thumb{background:#7a1117;border-radius:4px}.eligible-students-list::-webkit-scrollbar-thumb:hover{background:#5d0d12}.no-students{text-align:center;padding:2rem;color:#999;font-style:italic}.student-item{display:flex;justify-content:space-between;align-items:center;padding:1.1rem 1rem;border:2px solid #D5CBA0;border-radius:10px;margin-bottom:1rem;cursor:pointer;transition:all .3s ease;background:#f8f6ef}.student-item:hover{background:#fff;border-color:#7a1117}.student-item.selected{background:#f9f6e7;border-color:#7a1117}.student-info h4{margin:0 0 .25rem;font-size:1.08rem;color:#7a1117;font-weight:700}.student-info p{margin:0 0 .25rem;font-size:.95rem;color:#444}.student-info small{font-size:.9rem;color:#d5cba0;font-weight:600}.student-checkbox{width:32px;height:32px;border:2px solid #D5CBA0;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:1.2rem;color:#7a1117;font-weight:700;background:#fff;transition:all .3s ease}.student-item.selected .student-checkbox{background:#7a1117;border-color:#7a1117;color:#fff}.invited-students-list{list-style:none;padding:1rem;margin:1rem 0;background:#f9fafb;border-radius:8px;border-left:4px solid #7A1117}.invited-students-list li{padding:.5rem 0;color:#333;font-size:.95rem}.validation-error-details{background:#fff3cd;border:2px solid #ffc107;border-radius:8px;padding:1rem}.validation-error-header{font-weight:600;color:#856404;margin-bottom:.75rem}.validation-error-list{list-style:none;padding:0;margin:0}.validation-error-item{background:#fff;padding:.75rem;border-radius:6px;margin-bottom:.5rem;border-left:3px solid #ffc107}.validation-error-item strong{display:block;color:#856404;margin-bottom:.25rem}.validation-values{color:#666;font-size:.9rem}@media(max-width:768px){.modality-type-options{grid-template-columns:1fr}.modal-group-form{padding:1.5rem;max-height:90vh}.eligible-students-list{max-height:300px}.student-item{padding:.75rem}}@media(max-width:480px){.modal-group-form{padding:1rem}.student-search-input{font-size:.9rem}.student-info h4{font-size:.95rem}}.modality-warning-box{background-color:#fff3cd;border:1px solid #ffc107;border-radius:8px;padding:1rem;margin-bottom:1rem;color:#856404}.modality-warning-box strong{display:block;font-weight:600;margin-bottom:.5rem}.modality-warning-box p{margin:0;font-size:.95rem;line-height:1.4}@media(max-width:768px){.modalities-container{padding:1.5rem 1rem}.modalities-title{font-size:1.5rem}.modality-card{padding:1.5rem}.modality-name{font-size:2rem;font-weight:900}@media(max-width:480px){.modality-name{font-size:1.5rem;font-weight:900}}.profile-warning{padding:1.25rem}}@media(max-width:480px){.modalities-container{padding:1rem .75rem}.modality-card{padding:1.25rem}.modality-button{padding:.75rem 1rem;font-size:.95rem}}.documents-container{max-width:1000px;margin:0 auto;padding:2rem;background-color:#f4f4f4;min-height:100vh}.documents-error-container{max-width:600px;margin:0 auto;padding:2rem}.documents-error-card{background:#fff;border-radius:12px;padding:2.5rem;box-shadow:0 15px 35px #00000026;text-align:center;animation:slideDown .4s ease-out}.documents-error-icon{font-size:3.5rem;margin-bottom:1rem;opacity:.7;display:block}.documents-error-title{font-family:Georgia,Times New Roman,serif;font-size:1.8rem;color:#7a1117;margin:0 0 1.5rem;font-weight:600;letter-spacing:.5px}.documents-error-message{background-color:#fde1e1;color:#7a1117;padding:1.25rem 1.5rem;border-radius:8px;border-left:4px solid #7A1117;font-size:1rem;line-height:1.6;margin-bottom:2rem}.documents-error-button{padding:.95rem 2rem;background:linear-gradient(135deg,#7a1117,#5d0d12);color:#fff;border:none;border-radius:10px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;position:relative;overflow:hidden}.documents-error-button:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:#fff3;transition:left .3s ease}.documents-error-button:hover{transform:translateY(-2px);box-shadow:0 8px 20px #7a11174d}.documents-error-button:hover:before{left:100%}.documents-error-button:active{transform:translateY(0)}@keyframes slideDown{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media(max-width:768px){.documents-container{padding:1.5rem 1rem}.documents-error-card{padding:1.75rem}.documents-error-icon{font-size:3rem}.documents-error-title{font-size:1.5rem}.documents-error-button{width:100%}}@media(max-width:480px){.documents-container{padding:1rem .75rem}.documents-error-card{padding:1.5rem}.documents-error-icon{font-size:2.5rem}.documents-error-title{font-size:1.3rem;margin-bottom:1rem}.documents-error-message{font-size:.9rem;padding:1rem 1.25rem;margin-bottom:1.5rem}.documents-error-button{width:100%;padding:.85rem 1.5rem;font-size:.9rem}}.documents-container{margin-top:3rem;animation:slideDown .4s ease-out;background:linear-gradient(135deg,#f9f6e7,#f7f7fa 60%,#e8ebf0);border-radius:18px;box-shadow:0 4px 32px #7a111712}.documents-header{background:#5d0d12;color:#fff;padding:2rem 2.5rem 1.5rem;border-radius:18px 18px 0 0;box-shadow:0 8px 32px #7a11171a;display:flex;flex-direction:column;align-items:center}.documents-title{font-family:Georgia,Times New Roman,serif;font-size:2rem;margin:0 0 1.5rem;font-weight:900;letter-spacing:.5px;color:#fff!important;text-shadow:0 2px 8px #7A111733}.documents-progress{margin-top:1.5rem;width:100%;align-items:center;margin-bottom:.75rem}.documents-progress-text{font-size:1rem;font-weight:700;color:#fff}.documents-progress-percentage{font-size:1.1rem;font-weight:900;color:#d5cba0}.documents-progress-bar{width:100%;height:14px;background:#fff3cd;border-radius:10px;overflow:hidden;box-shadow:inset 0 2px 4px #d5cba033}.documents-progress-fill{height:100%;background:linear-gradient(90deg,#d5cba0,#fff);border-radius:10px;transition:width .5s ease;box-shadow:0 2px 6px #d5cba033}.documents-body{background:#fff;border-radius:0 0 18px 18px;padding:2.5rem;box-shadow:0 15px 35px #7a11171a}.documents-message{padding:1.2rem 1.5rem;border-radius:10px;margin-bottom:2rem;font-size:1.08rem;line-height:1.5;animation:slideDown .3s ease-out;font-weight:700;letter-spacing:.2px;display:flex;align-items:center;gap:.7rem}.documents-message.success{background:linear-gradient(90deg,#f9f6e7,#f7f7fa);color:#7a1117;border-left:5px solid #D5CBA0;border-radius:14px;font-size:1.12rem;font-weight:600;box-shadow:0 2px 12px #7a11171a;letter-spacing:.2px;transition:background .2s,box-shadow .2s}.documents-message.success-complete{background:linear-gradient(90deg,#f9f6e7,#f7f7fa);color:#7a1117;border-left:5px solid #D5CBA0;border-radius:14px;font-size:1.12rem;font-weight:900;box-shadow:0 2px 12px #7a11171a;letter-spacing:.2px;transition:background .2s,box-shadow .2s}.documents-message.error{background:#fde1e1;color:#7a1117;border-left:5px solid #7A1117;border-radius:14px;font-size:1.12rem;font-weight:600;box-shadow:0 2px 12px #7a11171a;letter-spacing:.2px;transition:background .2s,box-shadow .2s}.documents-empty{text-align:center;padding:3rem 2rem;color:#999}.documents-empty-icon{font-size:3.5rem;margin-bottom:1rem;opacity:.4}.documents-empty-text{color:#666;font-size:1.08rem}.documents-list{list-style:none;padding:0;margin:0;display:grid;gap:1.8rem}.document-card{background:#fff;border-radius:14px;padding:2rem;border-left:4px solid #7A1117;transition:all .3s ease;box-shadow:0 4px 12px #7a111714}.document-card:hover{background:#f9f6e7;box-shadow:0 8px 24px #7a111721;transform:translateY(-2px)}.document-card.uploaded{background:linear-gradient(90deg,#f8f6ef,#fff);border-left-color:#d5cba0}.document-card-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem;gap:1rem}.document-name{font-family:Georgia,Times New Roman,serif;font-size:1.18rem;color:#7a1117;margin:0 0 .5rem;font-weight:700}.document-type-badge.mandatory{display:inline-block;padding:.3rem .7rem;background:#d5cba0;color:#7a1117;border-radius:12px;font-size:.78rem;font-weight:700;text-transform:uppercase;letter-spacing:.5px;border:1px solid #D5CBA0;margin-left:.5rem}.document-uploaded-badge{display:inline-block;padding:.5rem 1rem;background:#d5cba0;color:#7a1117;border-radius:20px;font-size:.85rem;font-weight:700;box-shadow:0 2px 6px #d5cba033;white-space:nowrap}.document-description{color:#666;line-height:1.6;margin-bottom:1.25rem;font-size:.98rem}.document-requirements{display:flex;gap:2rem;padding:.75rem 1rem;background:#f8f6ef;border-radius:8px;margin-bottom:1.5rem;flex-wrap:wrap}.document-requirement{display:flex;align-items:baseline;gap:.5rem}.document-requirement-label{font-weight:700;color:#7a1117;font-size:.92rem}.document-requirement-value{color:#a31621;font-weight:700}.document-uploaded-info{background:#fff;border:2px solid #D5CBA0;border-radius:10px;padding:1.2rem;margin-top:1rem}.uploaded-info-row{display:flex;align-items:flex-start;gap:.75rem;margin-bottom:.5rem}.uploaded-info-row:last-child{margin-bottom:0}.uploaded-info-label{font-size:.92rem;font-weight:700;color:#7a1117;min-width:120px}.uploaded-info-value{font-size:.92rem;color:#333;flex:1}.uploaded-info-value.notes{font-style:italic;color:#666}.uploaded-status-badge{display:inline-block;padding:.3rem .7rem;border-radius:12px;font-size:.78rem;font-weight:700;text-transform:uppercase}.uploaded-status-badge.accepted{background:linear-gradient(90deg,#d5cba0,#fff);color:#7a1117;border:1px solid #D5CBA0}.uploaded-status-badge.rejected{background-color:#fde1e1;color:#7a1117;border:1px solid #7A1117}.uploaded-status-badge.corrections{background-color:#fff3e0;color:#e65100;border:1px solid #ff9800}.uploaded-status-badge.pending{background-color:#fff3cd;color:#856404;border:1px solid #ffc107}.document-view-button{width:100%;padding:.7rem 1.2rem;background:#5d0d12;color:#fff;border:none;border-radius:8px;font-size:.98rem;font-weight:700;cursor:pointer;transition:all .3s ease;margin-top:.75rem;box-shadow:0 2px 8px #7a111733}.document-view-button:hover:not(:disabled){background:#670e13;transform:translateY(-2px)}.document-view-button:disabled{opacity:.6;cursor:not-allowed}.document-locked-message{margin-top:.75rem;padding:.75rem;background:#fff3cd;border-left:3px solid #D5CBA0;border-radius:6px;color:#856404;font-size:.92rem;font-weight:700;line-height:1.4}.document-reupload-section{margin-top:1rem;padding:1rem;background:#fff3e0;border:2px solid #D5CBA0;border-radius:10px}.document-reupload-message{padding:.75rem;background:#fff;border-left:3px solid #D5CBA0;border-radius:6px;color:#7a1117;font-size:.92rem;font-weight:700;line-height:1.4;margin-bottom:1rem}.document-reupload-section .document-file-input-wrapper{margin-bottom:.75rem}.document-reupload-section .document-upload-button{width:100%;background:#d5cba0;color:#7a1117;font-weight:900}.document-reupload-section .document-upload-button:hover:not(:disabled){background:#c2b68a}.document-edit-request-section{margin-top:1rem}.document-edit-request-trigger{width:100%;padding:.55rem 1rem;background:#5d0d12;color:#fff;border:none;border-radius:8px;font-size:.88rem;font-weight:700;cursor:pointer;transition:all .3s ease;box-shadow:0 2px 8px #7a111733;margin-top:.5rem}.document-edit-request-trigger:hover{background:#670e13;box-shadow:0 4px 12px #7a111740;transform:translateY(-1px)}.document-edit-request-trigger:active{transform:translateY(0)}.document-edit-request-form{padding:1.25rem;background:linear-gradient(135deg,#f9f6e7,#fff);border:2px solid #D5CBA0;border-radius:12px;display:flex;flex-direction:column;gap:.75rem;animation:slideDown .25s ease-out}.document-edit-request-info{margin:0;font-size:.9rem;color:#555;line-height:1.5;padding:.5rem .75rem;background:#fff;border-left:3px solid #D5CBA0;border-radius:0 8px 8px 0}.document-edit-request-textarea{width:100%;min-height:80px;padding:.75rem;border:1.5px solid #D5CBA0;border-radius:8px;font-size:.93rem;font-family:inherit;resize:vertical;transition:border-color .2s,box-shadow .2s;box-sizing:border-box}.document-edit-request-textarea:focus{outline:none;border-color:#7a1117;box-shadow:0 0 0 3px #7a11171a}.document-edit-request-textarea::placeholder{color:#aaa}.document-edit-request-actions{display:flex;justify-content:flex-end;gap:.75rem}.document-edit-request-btn{padding:.55rem 1.25rem;border-radius:8px;font-size:.9rem;font-weight:700;cursor:pointer;border:1.5px solid transparent;transition:background .2s,color .2s,box-shadow .2s}.document-edit-request-btn.cancel{background:#f3f4f6;color:#555;border-color:#d1d5db}.document-edit-request-btn.cancel:hover:not(:disabled){background:#e5e7eb}.document-edit-request-btn.submit{background:linear-gradient(135deg,#7a1117,#d5cba0);color:#fff;border-color:#7a1117;box-shadow:0 2px 8px #7a11171f}.document-edit-request-btn.submit:hover:not(:disabled){background:linear-gradient(135deg,#5d0d12,#c2b68a)}.document-edit-request-btn:disabled{opacity:.5;cursor:not-allowed}.document-edit-request-pending{margin-top:.75rem;padding:.85rem 1rem;background:linear-gradient(135deg,#fffbeb,#fef3c7);border:1.5px solid #f59e0b;border-left:4px solid #f59e0b;border-radius:8px;color:#92400e;font-size:.92rem;font-weight:600;line-height:1.5}.uploaded-status-badge.edit-requested{background:#fef3c7;color:#92400e;border:1px solid #f59e0b}@keyframes slideDown{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.document-upload-section{display:flex;gap:1rem;align-items:center;flex-wrap:wrap}.document-file-input-wrapper{position:relative;flex:1;min-width:250px}.document-file-input{width:100%;padding:.75rem 1rem;border:2px dashed #D5CBA0;border-radius:10px;background:#fff;cursor:pointer;transition:all .3s ease;font-size:.98rem}.document-file-input::-webkit-file-upload-button{background:#7a1117;color:#fff;padding:.5rem 1rem;border:none;border-radius:8px;cursor:pointer;font-weight:700;margin-right:1rem;transition:background .3s ease}.document-file-input::-webkit-file-upload-button:hover{background:#670e13}.document-file-input:hover{border-color:#7a1117;background:#fafafa}.document-file-input:focus{outline:none;border-color:#7a1117;box-shadow:0 0 0 3px #7a111733}.document-upload-button{padding:.75rem 1.5rem;background:#7a1117;color:#fff;border:none;border-radius:10px;font-size:.98rem;font-weight:900;cursor:pointer;transition:all .3s ease;white-space:nowrap;box-shadow:0 2px 8px #7a111733}.document-upload-button:hover:not(:disabled){background:#670e13;transform:translateY(-2px);box-shadow:0 4px 12px #7a111733}.document-upload-button:active:not(:disabled){transform:translateY(0)}.document-upload-button:disabled{background:#9e9e9e;cursor:not-allowed;box-shadow:none;opacity:.7}.document-upload-button.loading{position:relative;color:transparent}.document-upload-button.loading:after{content:"";position:absolute;width:16px;height:16px;top:50%;left:50%;margin-left:-8px;margin-top:-8px;border:3px solid #D5CBA0;border-radius:50%;border-top-color:#7a1117;animation:spin .8s linear infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.9}}@media(max-width:768px){.documents-container{margin-top:2rem}.documents-header{padding:1.25rem 1.5rem}.documents-title{font-size:1.3rem}.documents-body,.document-card{padding:1.5rem}.document-card-header{flex-direction:column;align-items:flex-start}.document-requirements{flex-direction:column;gap:.75rem}.document-upload-section{flex-direction:column;align-items:stretch}.document-file-input-wrapper{min-width:100%}.document-upload-button{width:100%}.uploaded-info-row{flex-direction:column;gap:.25rem}.uploaded-info-label{min-width:auto}}.document-template-section{background:linear-gradient(135deg,#fffbe6,#f5f0d0);border:1.5px solid #D5CBA0;border-radius:12px;padding:1rem 1.25rem;margin:.75rem 0 1rem;animation:slideDown .3s ease-out}.document-template-info{display:flex;align-items:flex-start;gap:.6rem;margin-bottom:.85rem}.document-template-icon{font-size:1.4rem;flex-shrink:0;line-height:1.4}.document-template-text{font-size:.92rem;color:#5d0d12;font-weight:500;line-height:1.5}.document-template-actions{display:flex;gap:.75rem;flex-wrap:wrap}.document-template-button{display:inline-flex;align-items:center;gap:.4rem;padding:.55rem 1.2rem;border:none;border-radius:8px;font-size:.9rem;font-weight:700;cursor:pointer;transition:all .2s ease;letter-spacing:.2px}.document-template-button.preview{background:#fff;color:#5d0d12;border:1.5px solid #5d0d12;box-shadow:0 2px 8px #5d0d1214}.document-template-button.preview:hover:not(:disabled){background:#5d0d12;color:#fff;box-shadow:0 4px 16px #5d0d122e;transform:translateY(-1px)}.document-template-button.download{background:linear-gradient(135deg,#5d0d12,#7a1117);color:#fff;box-shadow:0 2px 12px #7a11172e}.document-template-button.download:hover:not(:disabled){background:linear-gradient(135deg,#7a1117,#961a22);box-shadow:0 4px 20px #7a111747;transform:translateY(-1px)}.document-template-button:disabled{opacity:.6;cursor:not-allowed;transform:none}.documents-template-banner{display:flex;gap:1.1rem;align-items:flex-start;background:linear-gradient(135deg,#fffbe6,#f5f0d0 60%,#e8dfa8);border:2px solid #D5CBA0;border-radius:14px;padding:1.5rem 1.75rem;margin-bottom:2rem;box-shadow:0 4px 20px #7a111714;animation:slideDown .4s ease-out}.documents-template-banner-icon{font-size:2.2rem;flex-shrink:0;line-height:1;filter:drop-shadow(0 2px 4px rgba(0,0,0,.1))}.documents-template-banner-content{flex:1;min-width:0}.documents-template-banner-title{font-family:Georgia,Times New Roman,serif;font-size:1.2rem;font-weight:900;color:#5d0d12;margin:0 0 .3rem;letter-spacing:.3px}.documents-template-banner-subtitle{font-size:.92rem;color:#7a1117cc;margin:0 0 1rem;line-height:1.5}.documents-template-banner-list{display:flex;flex-direction:column;gap:.85rem}.documents-template-banner-item{display:flex;align-items:center;justify-content:space-between;gap:1rem;background:#fffc;border:1px solid #D5CBA088;border-radius:10px;padding:.75rem 1rem;transition:box-shadow .2s ease}.documents-template-banner-item:hover{box-shadow:0 2px 12px #7a11171a}.documents-template-banner-name{font-size:.95rem;font-weight:600;color:#333;flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.documents-template-banner-actions{display:flex;gap:.6rem;flex-shrink:0}@media(max-width:768px){.documents-template-banner{flex-direction:column;padding:1.25rem}.documents-template-banner-item{flex-direction:column;align-items:stretch;gap:.6rem}.documents-template-banner-actions{justify-content:stretch}.documents-template-banner-actions .document-template-button{flex:1;justify-content:center}}@media(max-width:480px){.documents-header{padding:1rem}.documents-body,.document-card{padding:1.25rem}.document-name{font-size:1.1rem}.document-template-actions,.documents-template-banner-actions{flex-direction:column}.document-template-button{width:100%;justify-content:center}}.status-list{list-style:none;padding:2rem 2.5rem;margin:2rem 0;background:#fff;border-radius:18px;box-shadow:0 4px 24px #7a111733;font-family:Georgia,Times New Roman,serif;font-size:1.13rem;color:#222;display:flex;flex-direction:column;gap:1.2rem}.status-list li{padding:.7rem .5rem;border-bottom:1px solid #f2e9d5;display:flex;align-items:center;font-size:1.13rem}.status-list li:last-child{border-bottom:none}.status-list strong{color:#7a1117;font-weight:900;margin-right:.5rem;font-size:1.13rem}.status-current-badge{display:inline-block;padding:.5rem 1.2rem;background:linear-gradient(90deg,#d5cba0,#f9f6e7);color:#7a1117;border-radius:18px;font-size:1.08rem;font-weight:900;margin-left:.5rem;box-shadow:0 2px 8px #d5cba033;border:2px solid #B7A873;letter-spacing:.5px;font-family:Georgia,Times New Roman,serif}.status-header-clean{background:#fff;color:#7a1117;padding:2.5rem 2rem 1.5rem;border-radius:24px 24px 0 0;box-shadow:0 8px 32px #7a111733;margin-bottom:0;display:flex;flex-direction:column;align-items:center;border-bottom:4px solid #D5CBA0}.status-title-clean{font-family:Georgia,Times New Roman,serif;font-size:2.3rem;margin:0;font-weight:900;letter-spacing:1px;text-shadow:0 2px 8px #D5CBA033;color:#7a1117;text-align:center}.status-message-clean{background:#f8f6ef;color:#7a1117;border-left:6px solid #D5CBA0;box-shadow:0 2px 8px #d5cba033;font-size:1.13rem;font-family:Georgia,Times New Roman,serif;font-weight:700;padding:1rem 1.5rem;border-radius:12px;margin-bottom:2rem;display:flex;align-items:center;gap:1rem}.status-message-clean.error{background:#fde1e1;color:#a01820;border-left:6px solid #a01820}.status-message-clean.success{background:#f8f6ef;color:#7a1117;border-left:6px solid #D5CBA0}.status-message-icon{font-size:1.5rem;margin-right:.5rem}.status-container{max-width:1200px;margin:2rem auto;padding:3rem 2rem;background:linear-gradient(135deg,#f9f6e7,#f7f7fa 60%,#e8ebf0);min-height:100vh;border-radius:24px;box-shadow:0 8px 40px #7a11171a}.status-loading{text-align:center;padding:4rem 2rem;font-size:1.1rem;color:#666}.status-error-container{max-width:600px;margin:0 auto;padding:2rem}.status-error-card{background:#fff;border-radius:12px;padding:2.5rem;box-shadow:0 15px 35px #00000026;text-align:center}.status-error-title{font-family:Georgia,Times New Roman,serif;font-size:1.8rem;color:#7a1117;margin-bottom:1.5rem}.status-error-message{background-color:#fde1e1;color:#7a1117;padding:1rem 1.5rem;border-radius:8px;border-left:4px solid #7A1117;font-size:1rem;line-height:1.6}.status-error-icon{font-size:3.5rem;margin-bottom:1rem;opacity:.6}.status-header{background:#5d0d12;color:#fff;padding:3rem 2.5rem 2.5rem;border-radius:24px 24px 0 0;box-shadow:0 12px 40px #7a111721;margin-bottom:0;display:flex;flex-direction:column;align-items:center}.status-title{font-family:Georgia,Times New Roman,serif;font-size:2.7rem;margin:0;font-weight:900;letter-spacing:1px;text-shadow:0 2px 8px #7A111733}.status-main-card{background:#fff;border-radius:0 0 24px 24px;padding:3rem;box-shadow:0 15px 40px #7a111721;margin-bottom:2.5rem;border-top:6px solid #D5CBA0}.status-info-grid{display:grid;gap:2rem;margin-bottom:2rem;grid-template-columns:repeat(auto-fit,minmax(260px,1fr))}.status-info-item{padding-bottom:1.2rem;border-bottom:1.5px solid #e0e0e0;background:#f8f6ef;border-radius:10px;box-shadow:0 2px 8px #d5cba033}.status-label{font-weight:900;color:#5d0d12;font-size:1.08rem;text-transform:uppercase;letter-spacing:.7px;margin-bottom:.5rem;display:block}.status-value{font-size:1.22rem;color:#222;font-weight:700;display:block;letter-spacing:.2px}.status-current-badge{display:inline-block;padding:.6rem 1.4rem;background:linear-gradient(90deg,#d5cba0,#f9f6e7);color:#5d0d12;border-radius:22px;font-size:1.13rem;font-weight:900;margin-top:.5rem;box-shadow:0 2px 12px #d5cba033;border:2px solid #7A1117;letter-spacing:.5px}.status-date{color:#888;font-size:.98rem;font-style:italic}.status-history-section{background:#fff;border-radius:24px;padding:3rem;box-shadow:0 15px 40px #7a111733;margin-top:2.5rem;border-top:6px solid #D5CBA0}.status-history-title{font-family:Georgia,Times New Roman,serif;font-size:1.7rem;color:#5d0d12;margin-bottom:1.7rem;padding-bottom:1.2rem;border-bottom:4px solid #D5CBA0;font-weight:900;letter-spacing:.7px;text-shadow:0 2px 8px #7A111733}.status-history-list{list-style:none;padding:0;margin:0;position:relative}.status-history-list:before{content:"";position:absolute;left:20px;top:0;bottom:0;width:3px;background:linear-gradient(to bottom,#7a1117,#d5cba0)}.status-history-item{position:relative;padding-left:60px;padding-bottom:2rem;margin-bottom:1.5rem}.status-history-item:last-child{padding-bottom:0;margin-bottom:0}.status-history-item:before{content:"";position:absolute;left:11px;top:5px;width:20px;height:20px;border-radius:50%;background:#d5cba0;border:4px solid #fff;box-shadow:0 0 0 2px #5d0d12;z-index:1}.status-history-card{background:#f9f6e7;border-radius:14px;padding:2rem;border-left:6px solid #D5CBA0;transition:all .3s ease;box-shadow:0 4px 16px #d5cba033}.status-history-card:hover{background:#fff;box-shadow:0 8px 24px #5d0d1233;transform:translate(8px)}.status-history-status{font-weight:900;color:#5d0d12;font-size:1.18rem;margin-bottom:.7rem;letter-spacing:.3px}.status-history-description{color:#222;line-height:1.7;margin-bottom:1.2rem;font-size:1.05rem}.status-message{padding:1.2rem 1.5rem;border-radius:10px;margin-bottom:2rem;font-weight:700;animation:slideDown .3s ease-out;font-size:1.08rem;letter-spacing:.2px;display:flex;align-items:center;gap:.7rem}.status-message.success{background:linear-gradient(90deg,#f9f6e7,#f7f7fa);color:#5d0d12;border-left:6px solid #D5CBA0;box-shadow:0 4px 16px #5d0d1233;animation:fadeOut 5s linear forwards;font-size:1.13rem}.status-message.error{background:#fde1e1;color:#5d0d12;border-left:6px solid #5d0d12;box-shadow:0 4px 16px #5d0d1233;font-size:1.13rem}.status-documents-section{margin-top:2rem;background:#fff;border-radius:12px;padding:2rem;box-shadow:0 2px 8px #00000014}.status-section-title{font-size:1.6rem;color:#5d0d12;margin:0 0 1.5rem;font-family:Georgia,Times New Roman,serif;font-weight:900;letter-spacing:.7px;display:flex;align-items:center;gap:.5rem;text-shadow:0 2px 8px #5d0d1233}.status-info-card{background:#fff;border-radius:14px;padding:2rem;box-shadow:0 4px 16px #5d0d1233;margin-bottom:2rem;border-top:4px solid #D5CBA0}.status-info-note{background:#fff3cd;color:#856404;border-left:4px solid #D5CBA0;border-radius:10px;padding:1rem 1.2rem;margin-top:1.2rem;font-size:1.05rem;font-weight:700;box-shadow:0 2px 8px #d5cba033}.status-info-empty{text-align:center;padding:2rem 1rem;color:#999;background:#f8f6ef;border-radius:10px;box-shadow:0 2px 8px #d5cba033}.status-documents-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(170px,1fr));gap:1.5rem;margin-bottom:2.5rem}.status-stat-card{background:#fff;border-radius:16px;padding:2rem 1.5rem;text-align:center;box-shadow:0 4px 16px #5d0d1233;border-left:6px solid #5d0d12;transition:box-shadow .2s}.status-stat-card.success{border-left-color:#7a1117;box-shadow:0 4px 16px #7a111733}.status-stat-card.warning{border-left-color:#d5cba0;box-shadow:0 4px 16px #d5cba033}.status-stat-card.error{border-left-color:#a01820;box-shadow:0 4px 16px #a0182033}.status-stat-number{font-size:2.7rem;font-weight:900;color:#7a1117;margin-bottom:.5rem;text-shadow:0 2px 8px #7A111733}.status-stat-label{font-size:1.05rem;font-weight:700;color:#7a1117;text-transform:uppercase;letter-spacing:.07em}.status-history-meta{display:grid;gap:.75rem;margin-top:1rem;padding-top:1rem;border-top:1px solid #e0e0e0}.status-history-meta-item{display:flex;align-items:baseline;gap:.5rem}.status-history-meta-label{font-weight:600;color:#333;font-size:.85rem}.status-documents-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1rem}.status-stat-card{background:#fff;border-radius:12px;padding:1.5rem;text-align:center;box-shadow:0 2px 8px #d5cba033;border-left:4px solid #D5CBA0}.status-stat-card.success{border-left-color:#7a1117}.status-stat-card.warning{border-left-color:#d5cba0}.status-stat-card.error{border-left-color:#a01820}.status-stat-number{font-size:2.5rem;font-weight:900;color:#7a1117;margin-bottom:.5rem}.status-stat-label{font-size:.95rem;font-weight:700;color:#7a1117;text-transform:uppercase;letter-spacing:.05em}.status-history-meta-value{color:#666;font-size:.9rem}.status-observations{background-color:#fff3cd;padding:1rem;border-radius:6px;margin-top:1rem;border-left:3px solid #ffc107}.status-observations-label{font-weight:600;color:#856404;margin-bottom:.5rem;display:block}.status-observations-text{color:#856404;line-height:1.6;margin:0}.status-history-empty{text-align:center;padding:3rem 2rem;color:#999;font-style:italic;background:#f8f6ef;border-radius:10px;box-shadow:0 2px 8px #d5cba033}.status-history-empty-icon{font-size:3rem;margin-bottom:1rem;opacity:.4}@keyframes fadeOut{0%{opacity:1}90%{opacity:1}to{opacity:0}}@media(max-width:768px){.status-container{padding:1.2rem .5rem;border-radius:12px}.status-header{padding:1.2rem 1rem;border-radius:12px 12px 0 0}.status-title{font-size:1.3rem}.status-main-card,.status-history-section{padding:1.2rem;border-radius:12px}.status-history-title{font-size:1.1rem}.status-history-item{padding-left:40px}.status-history-list:before{left:10px}.status-history-item:before{left:3px;width:12px;height:12px}.status-info-item{padding-bottom:.7rem;border-radius:6px}.status-info-card,.status-stat-card{padding:1rem;border-radius:8px}}@media(max-width:480px){.status-container{padding:.7rem .3rem;border-radius:8px}.status-header{padding:.7rem;border-radius:8px 8px 0 0}.status-main-card,.status-history-section{padding:.7rem;border-radius:8px}.status-value{font-size:.95rem}.status-history-card{padding:.7rem;border-radius:8px}.status-info-item{padding-bottom:.5rem;border-radius:4px}.status-stat-card{padding:.7rem;border-radius:6px}}.cancellation-container{max-width:1000px;margin:2rem auto;padding:3rem 2rem;background:linear-gradient(135deg,#f9f6e7,#f7f7fa 60%,#e8ebf0);border-radius:20px;box-shadow:0 8px 40px #7a11171a}.cancellation-header{text-align:center;margin-bottom:3rem;background:linear-gradient(90deg,#7a1117,#a01820);color:#fff;padding:2.5rem 2rem 2rem;border-radius:20px 20px 0 0;box-shadow:0 8px 32px #7a11171a}.cancellation-header h1{font-size:2.3rem;color:#fff;margin:0;font-family:Georgia,Times New Roman,serif;font-weight:900;letter-spacing:.7px;text-shadow:0 2px 8px #7A111733}.cancellation-header p{color:#f7f7fa;margin-top:.5rem;font-size:1.08rem}.cancellation-message{padding:1.2rem 1.5rem;border-radius:12px;margin-bottom:2rem;font-weight:700;animation:slideDown .3s ease-out;font-size:1.08rem;display:flex;align-items:center;gap:.7rem}.cancellation-message.success{background:linear-gradient(90deg,#f9f6e7,#f7f7fa);color:#7a1117;border-left:6px solid #D5CBA0;box-shadow:0 4px 16px #7a111733}.cancellation-message.error{background:#fde1e1;color:#7a1117;border-left:6px solid #7A1117;box-shadow:0 4px 16px #7a111733}.cancellation-steps{display:flex;justify-content:space-between;margin-bottom:3rem;position:relative;background:#fff;border-radius:16px;box-shadow:0 4px 16px #d5cba033;padding:2rem 1rem}.cancellation-steps:before{content:"";position:absolute;top:30px;left:10%;right:10%;height:2px;background:#d5cba0;z-index:0}.step{flex:1;text-align:center;position:relative;z-index:1}.step-number{width:60px;height:60px;border-radius:50%;background:#fff;border:3px solid #D5CBA0;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem;font-size:1.5rem;font-weight:900;color:#7a1117;transition:all .3s ease;box-shadow:0 2px 8px #d5cba033}.step.active .step-number{border-color:#7a1117;background:#7a1117;color:#fff}.step.completed .step-number{border-color:#d5cba0;background:#d5cba0;color:#7a1117}.step-content h3{font-size:1.15rem;margin:0 0 .5rem;color:#7a1117;font-weight:900;letter-spacing:.3px}.step-content p{font-size:1rem;color:#666;margin:0}.cancellation-form{background:#fff;padding:2.5rem;border-radius:16px;box-shadow:0 4px 16px #7a111733;border-top:4px solid #D5CBA0}.cancellation-form h2{color:#7a1117;margin-top:0;margin-bottom:1.5rem;font-weight:900;font-size:1.4rem}.form-group label{display:block;font-weight:700;color:#7a1117;margin-bottom:.5rem;letter-spacing:.2px}.file-input{width:100%;padding:.75rem;border:2px dashed #7A1117;border-radius:10px;cursor:pointer;transition:all .3s ease;background:#f8f6ef}.file-input:hover{background:#f9f9f9;border-color:#5d0d12}.file-info{margin-top:.75rem;padding:.75rem;background:#d5cba0;color:#7a1117;border-radius:8px;font-size:.95rem;font-weight:700}.btn-primary,.btn-secondary,.btn-danger{padding:.85rem 2rem;border:none;border-radius:10px;font-size:1rem;font-weight:700;cursor:pointer;transition:all .3s ease}.btn-primary{background:linear-gradient(135deg,#7a1117,#5d0d12);color:#fff;box-shadow:0 4px 12px #7a11174d;border:2px solid #D5CBA0}.btn-primary:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px #7a111766}.btn-primary:disabled{opacity:.6;cursor:not-allowed}.btn-secondary{background:#fff;color:#7a1117;border:2px solid #7A1117}.btn-secondary:hover{background:#7a1117;color:#fff}.btn-danger{background:#a01820;color:#fff;box-shadow:0 4px 12px #dc35454d;border:2px solid #D5CBA0}.btn-danger:hover:not(:disabled){background:#7a1117;transform:translateY(-2px)}.btn-danger:disabled{opacity:.6;cursor:not-allowed}.cancellation-confirm{background:#fff;padding:2.5rem;border-radius:16px;box-shadow:0 4px 16px #7a111733;border-top:4px solid #D5CBA0}.cancellation-confirm h2{color:#7a1117;margin-top:0;margin-bottom:1.5rem;font-weight:900;font-size:1.4rem}.confirm-box{background:#fff3cd;border-left:6px solid #D5CBA0;padding:1.5rem;border-radius:10px;margin-bottom:2rem;box-shadow:0 2px 8px #d5cba033}.confirm-box p{margin:.5rem 0;color:#856404}.button-group{display:flex;gap:1rem;justify-content:center}.cancellation-success{background:#fff;padding:3rem 2rem;border-radius:16px;box-shadow:0 4px 16px #7a111733;text-align:center;border-top:4px solid #D5CBA0}.success-icon{font-size:4rem;margin-bottom:1.5rem;color:#7a1117;text-shadow:0 2px 8px #7A111733}.cancellation-success h2{color:#7a1117;margin:0 0 1rem;font-weight:900}.cancellation-success p{color:#666;margin:.5rem 0;font-size:1.1rem}@media(max-width:768px){.cancellation-container{padding:1.5rem;border-radius:12px}.cancellation-header{padding:1.2rem 1rem;border-radius:12px 12px 0 0}.cancellation-steps{flex-direction:column;gap:2rem;padding:1rem .5rem;border-radius:12px}.cancellation-steps:before{display:none}.button-group{flex-direction:column}.btn-primary,.btn-secondary,.btn-danger{width:100%}.cancellation-form,.cancellation-confirm,.cancellation-success{padding:1.2rem;border-radius:12px}}@media(max-width:480px){.cancellation-container{padding:.7rem .3rem;border-radius:8px}.cancellation-header{padding:.7rem;border-radius:8px 8px 0 0}.cancellation-steps{padding:.5rem .2rem;border-radius:8px}.cancellation-form,.cancellation-confirm,.cancellation-success{padding:.7rem;border-radius:8px}}.confirm-modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:9999;animation:confirmFadeIn .2s ease-out}@keyframes confirmFadeIn{0%{opacity:0}to{opacity:1}}@keyframes confirmSlideIn{0%{opacity:0;transform:scale(.92) translateY(-10px)}to{opacity:1;transform:scale(1) translateY(0)}}.confirm-modal{background:#fff;border-radius:16px;width:90%;max-width:440px;box-shadow:0 20px 60px #0000004d;overflow:hidden;animation:confirmSlideIn .25s ease-out}.confirm-modal-header{display:flex;align-items:center;gap:.75rem;padding:1.25rem 1.5rem;border-bottom:1px solid #f0f0f0}.confirm-modal-header.primary{background:#5d0d12}.confirm-modal-header.danger,.confirm-modal-header.warning{background:#5d0d12;color:#fff}.confirm-modal-icon{font-size:1.5rem;line-height:1}.confirm-modal-title{margin:0;font-size:1.1rem;font-weight:700;color:#f0f0f0}.confirm-modal-body{padding:1.25rem 1.5rem}.confirm-modal-message{margin:0;font-size:.95rem;color:#4b5563;line-height:1.6}.confirm-modal-actions{display:flex;gap:.75rem;padding:1rem 1.5rem 1.25rem;justify-content:flex-end}.confirm-modal-btn{padding:.6rem 1.25rem;border-radius:10px;font-size:.9rem;font-weight:600;cursor:pointer;border:none;transition:all .2s ease;min-width:100px}.confirm-modal-btn:disabled{opacity:.6;cursor:not-allowed}.confirm-modal-btn.cancel{background:#d5cba0;color:#7a1117;border:1.5px solid #D5CBA0}.confirm-modal-btn.cancel:hover:not(:disabled){box-shadow:0 4px 12px #d5cba02e}.confirm-modal-btn.confirm.primary{background:#5d0d12;color:#fff;border:2px solid #5d0d12}.confirm-modal-btn.confirm.primary:hover:not(:disabled){background:#7a1117;color:#fff;box-shadow:0 4px 12px #5d0d122e;border-color:#7a1117}.confirm-modal-btn.confirm.danger{background:#5d0d12;color:#fff;border:2px solid #7A1117}.confirm-modal-btn.confirm.danger:hover:not(:disabled){background:#5d0d12;color:#fff;box-shadow:0 4px 12px #7a11172e}.confirm-modal-btn.confirm.warning{background:#5d0d12;color:#fff;border:2px solid #D5CBA0}.confirm-modal-btn.confirm.warning:hover:not(:disabled){background:#7a1117;color:#fff;box-shadow:0 4px 12px #d5cba02e;border-color:#7a1117}@media(max-width:480px){.confirm-modal{width:95%;max-width:none;margin:1rem}.confirm-modal-actions{flex-direction:column-reverse}.confirm-modal-btn{width:100%;text-align:center}}.notifications-page{max-width:1000px;margin:0 auto;padding:2rem 1.5rem;background:#d4af3733;min-height:100vh}.notifications-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;flex-wrap:wrap;gap:1.5rem}.notifications-title-section{display:flex;align-items:center;gap:1rem}.notifications-title-section h1{margin:0;font-size:2rem;color:#fff;font-weight:900}.unread-badge-header{background:#5d0d12;color:#fff;padding:.4rem .9rem;border-radius:20px;font-size:.85rem;font-weight:600}.notifications-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:5rem 1rem;gap:1rem}.spinner{width:50px;height:50px;border:4px solid #e5e7eb;border-top-color:#7a1117;border-radius:50%;animation:spin .8s linear infinite}.notifications-alert{background:#d1fae5;border:1px solid #86efac;color:#065f46;padding:1rem 1.5rem;border-radius:10px;margin-bottom:1.5rem;font-size:.95rem;font-weight:500}.notifications-tabs{display:flex;gap:.5rem;margin-bottom:2rem;border-bottom:2px solid #e5e7eb}.tab{background:transparent;border:none;color:#6b7280;padding:.75rem 1.5rem;font-size:1rem;font-weight:500;cursor:pointer;border-bottom:3px solid transparent;position:relative;bottom:-2px;transition:all .2s}.notifications-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;flex-wrap:wrap;gap:1.5rem;background:#5d0d12;border-radius:18px;box-shadow:0 8px 24px #d5cba021;padding:2rem;border:2px solid #D5CBA0}.notifications-title-section{display:flex;align-items:center;gap:1.2rem;box-shadow:0 2px 8px #00000014}.notifications-title-section h1{margin:0;font-size:2.2rem;color:#fff;font-weight:700;color:#9ca3af}.unread-badge-header{background:#d5cba0;color:#7a1117;padding:.5rem 1.2rem;border-radius:22px;font-size:1rem;font-weight:700;box-shadow:0 2px 8px #7a111733;border:2px solid #7A1117}.empty-state h3{color:#9ca3af}.btn-mark-all{background:#059669;color:#fff;border:none;padding:.7rem 1.3rem;border-radius:8px;font-size:.95rem;font-weight:600;cursor:pointer;transition:background .2s;white-space:nowrap}.btn-mark-all:hover{background:#047857}.notification-item{display:flex;align-items:flex-start;gap:1.2rem;padding:2rem 1.5rem;border-bottom:1px solid #D5CBA0;transition:background .2s;position:relative;background:#fff;border-radius:14px;box-shadow:0 2px 8px #d5cba014}.notification-item:last-child{border-bottom:none}.notification-item:hover{background:#f9f6e7}.notification-item.unread{background:linear-gradient(90deg,#f9f6e7 60%,#fff);border-left:5px solid #D5CBA0;box-shadow:0 4px 16px #d5cba021}.notification-item.unread:hover{background:linear-gradient(90deg,#f9f6e7 80%,#fff)}.notification-icon-container{display:flex;align-items:center;justify-content:center;width:56px;height:56px;background:#f3f4f6;border-radius:50%;font-size:2rem;flex-shrink:0}.notification-body{flex:1;min-width:0}.notification-top{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1rem}.notification-title{margin:0;font-size:1.1rem;font-weight:700;color:#111827;line-height:1.5}.badge-nuevo{background:#d5cba0;color:#7a1117;padding:.3rem .8rem;border-radius:14px;font-size:.78rem;font-weight:700;white-space:nowrap;flex-shrink:0;border:1.5px solid #7A1117;box-shadow:0 2px 8px #d5cba033}.notification-text{margin:0 0 1.5rem;font-size:.95rem;color:#4b5563;line-height:1.6;word-wrap:break-word;word-break:break-word;white-space:pre-wrap}.notification-bottom{display:flex;align-items:center}.notification-time{font-size:.85rem;color:#9ca3af;font-weight:500}.btn-mark-read{position:absolute;top:2rem;right:1.5rem;width:36px;height:36px;border-radius:50%;border:2px solid #d1d5db;background:#fff;color:#6b7280;font-size:1.1rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s;opacity:0}.notification-item:hover .btn-mark-read{opacity:1}.btn-mark-read:hover{border-color:#10b981;color:#10b981;background:#f0fdf4;transform:scale(1.1)}.invitation-actions{display:flex;gap:.75rem;margin-top:1rem;padding-top:1rem;border-top:1px solid #e5e7eb}.btn-accept-invitation{flex:1;background:linear-gradient(135deg,#10b981,#059669);color:#fff;border:none;padding:.7rem 1.2rem;border-radius:8px;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 2px 6px #10b9814d}.btn-accept-invitation:hover:not(:disabled){background:linear-gradient(135deg,#059669,#047857);transform:translateY(-2px);box-shadow:0 4px 12px #10b98166}.btn-accept-invitation:disabled{opacity:.6;cursor:not-allowed;transform:none}.btn-reject-invitation{flex:1;background:#fff;color:#ef4444;border:2px solid #ef4444;padding:.7rem 1.2rem;border-radius:8px;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .3s ease}.btn-reject-invitation:hover:not(:disabled){background:#ef4444;color:#fff;transform:translateY(-2px);box-shadow:0 4px 12px #ef44444d}.btn-reject-invitation:disabled{opacity:.6;cursor:not-allowed;transform:none}@media(max-width:480px){.invitation-actions{flex-direction:column;gap:.5rem}.btn-accept-invitation,.btn-reject-invitation{padding:.6rem 1rem;font-size:.9rem}}@media(max-width:768px){.notifications-page{padding:1rem}.notifications-title-section h1{font-size:1.6rem}.notifications-header{flex-direction:column;align-items:stretch}.btn-mark-all{width:100%}.notification-item{padding:1.5rem 1rem}.notification-main{gap:1rem}.notification-icon{width:48px;height:48px;font-size:1.6rem}.notification-title{font-size:1rem}.notification-text{font-size:.9rem;line-height:1.6}.btn-mark-read{opacity:1;top:1.5rem;right:1rem}}.seminars-page-container{max-width:1100px;margin:0 auto;padding:1.5rem}.seminars-page-header{margin-bottom:1.5rem}.seminars-page-header h2{font-family:Georgia,Times New Roman,serif;color:#7a1117;font-size:1.8rem;font-weight:800;margin:0 0 .5rem}.seminar-message{padding:.8rem 1.2rem;border-radius:8px;font-weight:500;font-size:.95rem;line-height:1.5}.seminar-message.success{background:linear-gradient(90deg,#f9f6e7,#f7f7fa);color:#7a1117;border-left:4px solid #D5CBA0;box-shadow:0 2px 12px #7a111714}.seminar-message.error{background:#fde1e1;color:#7a1117;border-left:4px solid #7A1117;box-shadow:0 2px 12px #7a111714}.seminar-message.info{background:linear-gradient(90deg,#f9f6e7,#f7f7fa);color:#5d0d12;border-left:4px solid #D5CBA0;box-shadow:0 2px 12px #d5cba01f}.modal-seminar{background:#fff;width:100%;max-width:1000px;max-height:85vh;overflow-y:auto;border-radius:14px;padding:1.5rem;box-shadow:0 20px 50px #0000004d;animation:slideDown .35s ease-out;position:relative}.seminar-modal-subtitle{color:#666;font-size:.9rem;margin-bottom:1rem;line-height:1.5;text-align:center}.seminar-modal-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;text-align:center}.seminar-modal-loading .spinner{width:50px;height:50px;border:4px solid rgba(122,17,23,.15);border-top:4px solid #7A1117;border-radius:50%;animation:spin .8s linear infinite;margin-bottom:1rem}.seminar-modal-loading p{color:#666;font-size:1rem;font-weight:500}.seminar-modal-empty{text-align:center;padding:4rem 2rem;background:linear-gradient(135deg,#f9f9f9,#f0f0f0);border-radius:12px;border:2px dashed #e0e0e0}.seminar-modal-empty p{color:#999;font-size:1.1rem;margin:0;font-weight:500}.seminar-table-wrapper{overflow-x:auto;border-radius:12px;box-shadow:0 2px 12px #0000001a;margin-bottom:1rem;animation:slideDown .4s ease-out}.seminar-table{width:100%;border-collapse:collapse;background:#fff}.seminar-table thead{background:linear-gradient(135deg,#7a1117,#5d0d12);color:#fff;font-weight:600;position:sticky;top:0;z-index:10}.seminar-table thead th{padding:.9rem .7rem;text-align:left;font-size:.85rem;letter-spacing:.3px;text-transform:uppercase;border-bottom:3px solid #4a0a0f;font-family:Georgia,Times New Roman,serif;white-space:nowrap}.seminar-table tbody tr{border-bottom:1px solid #e8e8e8;transition:all .3s ease;background:#fff}.seminar-table tbody tr:hover{background:linear-gradient(90deg,#fafafa,#f5f5f5);box-shadow:inset 0 2px 8px #7a111714}.seminar-table tbody tr:last-child{border-bottom:none}.seminar-table td{padding:.9rem .7rem;color:#333;font-size:.85rem;line-height:1.4}.seminar-name{font-weight:600;color:#7a1117;font-size:.9rem;display:block;margin-bottom:.2rem}.seminar-program{color:#999;font-size:.8rem;font-style:italic}.seminar-description{color:#666;max-width:150px;white-space:normal;word-wrap:break-word;font-size:.8rem}.seminar-cost{font-weight:700;color:#7a1117}.text-center{text-align:center}.available-spots{display:inline-block;padding:.5rem .75rem;background:#e8f5e9;color:#2e7d32;border-radius:8px;font-weight:600;font-size:.9rem;border:1px solid #a5d6a7;transition:all .3s ease}.available-spots.full{background:#ffebee;color:#c62828;border-color:#ef9a9a}.seminar-status-badge{display:inline-block;padding:.5rem 1rem;border-radius:20px;font-size:.85rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;transition:all .3s ease}.seminar-status-badge.open{background:linear-gradient(135deg,#f9f6e7,#f7f7fa);color:#7a1117;border:1px solid #D5CBA0}.seminar-status-badge.closed{background:linear-gradient(135deg,#f8d7da,#f5c6cb);color:#721c24;border:1px solid #f1b0b7}.seminar-status-badge.in-progress{background:linear-gradient(135deg,#d1ecf1,#bee5eb);color:#0c5460;border:1px solid #abdde5}.seminar-status-badge.completed{background:linear-gradient(135deg,#e7d4f5,#d9c9ec);color:#5a269e;border:1px solid #cdbbde}.enroll-button{padding:.5rem .9rem;background:linear-gradient(135deg,#7a1117,#5d0d12);color:#fff;border:none;border-radius:8px;font-size:.8rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 2px 8px #7a111733;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;position:relative}.enroll-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 16px #7a111759;background:linear-gradient(135deg,#5d0d12,#4a0a0f)}.enroll-button:active:not(:disabled){transform:translateY(0);box-shadow:0 2px 8px #7a111733}.enroll-button:disabled{background:linear-gradient(135deg,silver,#a8a8a8);cursor:not-allowed;opacity:.7;box-shadow:none}.modal-confirm{background:#fff;border-radius:14px;padding:2rem;width:100%;max-width:420px;box-shadow:0 20px 40px #00000040;animation:slideDown .35s ease-out;position:relative;text-align:center;overflow:hidden}.seminar-confirm-warning{background:linear-gradient(135deg,#fff3cd,#ffe69c);border:2px solid #ffc107;border-radius:10px;padding:1.25rem;margin-bottom:1.5rem;color:#856404;font-weight:500;line-height:1.6;display:flex;align-items:flex-start;gap:.75rem;animation:slideDown .3s ease-out}.seminar-confirm-warning strong{color:#7a5e00;display:block;margin-bottom:.5rem}.seminar-confirm-details{background:linear-gradient(135deg,#f9f9f9,#f5f5f5);border:1px solid #e8e8e8;border-radius:10px;padding:1.5rem;margin-bottom:1.5rem;border-left:5px solid #7A1117}.seminar-confirm-details h4{font-family:Georgia,Times New Roman,serif;font-size:1.3rem;color:#7a1117;margin:0 0 .5rem;font-weight:600}.seminar-confirm-details p{color:#666;margin:0 0 1.25rem;line-height:1.6;font-size:.95rem}.detail-row{display:flex;justify-content:space-between;align-items:center;padding:.75rem 0;border-bottom:1px solid #e0e0e0;font-size:.95rem;color:#555}.detail-row:last-child{border-bottom:none}.detail-row span{color:#666;font-weight:500}.detail-row strong{color:#7a1117;font-weight:700;font-size:1rem}.cost-highlight{background:linear-gradient(135deg,#fff3cd,#ffe69c);padding:.5rem .75rem;border-radius:6px;color:#7a5e00;font-size:1.15rem;display:inline-block}.low-spots{color:#c62828;font-weight:700}.seminar-confirm-question{text-align:center;color:#333;font-size:1rem;font-weight:600;margin:1.5rem 0;padding-top:1rem;border-top:2px solid #e8e8e8;line-height:1.6}@media(max-width:1024px){.modal-seminar{max-width:90%;padding:1.5rem}.seminar-table thead th,.seminar-table td{padding:.8rem .5rem;font-size:.75rem}.seminar-description{max-width:100px}}@media(max-width:768px){.modal-seminar{max-width:95%;padding:1rem;max-height:90vh}.seminar-modal-subtitle{font-size:.85rem;margin-bottom:.75rem}.seminar-table-wrapper{border-radius:8px;margin-bottom:.75rem}.seminar-table thead th{padding:.65rem .4rem;font-size:.65rem;text-transform:capitalize;letter-spacing:.2px}.seminar-table td{padding:.65rem .4rem;font-size:.7rem}.seminar-name{font-size:.8rem;margin-bottom:.15rem}.seminar-program{font-size:.75rem}.seminar-description{max-width:80px;font-size:.7rem}.enroll-button{padding:.4rem .6rem;font-size:.7rem}.seminar-cost{font-size:.75rem}.available-spots{padding:.3rem .5rem;font-size:.7rem}.detail-row{flex-direction:column;align-items:flex-start;padding:.5rem 0}.detail-row strong{display:block;margin-top:.2rem;font-size:.95rem}.seminar-confirm-details{padding:1rem;border-left-width:4px}.seminar-confirm-details h4{font-size:1rem}.cost-highlight{font-size:.95rem;padding:.3rem .5rem}.seminar-confirm-question{font-size:.9rem;margin:.75rem 0;padding-top:.5rem}}@media(max-width:480px){.modal-seminar{padding:.75rem;border-radius:10px}.seminar-modal-subtitle{font-size:.8rem;margin-bottom:.75rem}.seminar-table-wrapper{margin-bottom:.75rem;border-radius:6px}.seminar-table thead th{padding:.5rem .3rem;font-size:.6rem}.seminar-table td{padding:.5rem .3rem;font-size:.65rem}.seminar-name{font-size:.75rem;margin-bottom:.1rem}.seminar-program{font-size:.65rem;margin-top:.1rem}.seminar-description{display:none}.enroll-button{padding:.35rem .5rem;font-size:.65rem}.seminar-cost{font-size:.7rem}.available-spots{padding:.3rem .4rem;font-size:.65rem}.seminar-status-badge{padding:.3rem .6rem;font-size:.6rem}.seminar-confirm-warning{padding:.75rem;margin-bottom:.75rem;font-size:.8rem}.seminar-confirm-details{padding:.75rem;margin-bottom:.75rem}.seminar-confirm-details h4{font-size:.95rem;margin-bottom:.4rem}.seminar-confirm-details p{font-size:.85rem;margin-bottom:.75rem}.detail-row{padding:.4rem 0;font-size:.8rem}.detail-row strong{font-size:.9rem;margin-top:.15rem}.cost-highlight{font-size:.9rem;padding:.3rem .4rem}.seminar-confirm-question{font-size:.85rem;margin:.5rem 0;padding-top:.4rem}.modal-confirm-actions{display:flex;gap:.5rem}.modal-confirm-actions button{font-size:.8rem;padding:.6rem .8rem}}:root{--primary-color: #5d0d12;--secondary-color: #D5CBA0}.fade-in{animation:fadeIn .7s}.large-gold{font-size:4.5rem;color:#d5cba0}.mb-1{margin-bottom:1rem}.mb-half{margin-bottom:.5rem}.mb-12{margin-bottom:1.2rem}.mt-half{margin-top:.5rem}.large-strong{font-size:1.35rem;font-weight:900}.gold-strong{color:#5d0d12;font-weight:600}.strong-gold{color:#5d0d12;font-weight:900}.small-gray{color:#666;font-size:.98rem}.mb-15{margin-bottom:1.5rem}.reload-btn{background:#5d0d12;color:#fff;border-radius:10px;font-weight:900;font-size:1.05rem;padding:.7rem 1.5rem;border:none;box-shadow:0 2px 8px #7a111733}.profile-btn{background:#5d0d12;color:#fff;border-radius:8px;font-weight:900;font-size:.98rem;padding:.65rem 1.25rem;box-shadow:0 2px 8px #7a111733}.rounded-shadow{border-radius:14px;overflow:hidden;box-shadow:0 4px 16px #7a111733}.thead-gradient{background:#5d0d12;color:#fff}.student-row{background:#fff;box-shadow:0 2px 8px #7a111733;border-radius:12px;margin:.5rem 0;transition:background .2s}.badge-shadow{font-weight:900;font-size:.98rem;box-shadow:0 2px 8px #7a111733}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.students-pending-container{max-width:1400px;margin:2rem auto;padding:2.5rem 1.5rem;background:linear-gradient(135deg,#f9f6e7,#f7f7fa 60%,#e8ebf0);border-radius:18px;box-shadow:0 8px 40px #7a11171a}.students-pending-loading{text-align:center;padding:4rem;font-size:1.1rem;color:#666}.students-pending-header{margin-bottom:2rem;padding:2.5rem 2rem 2rem;background:#5d0d12;color:#fff;border-radius:18px 18px 0 0;box-shadow:0 8px 32px #7a11171a;border-bottom:none}.students-pending-message{padding:1rem 1.5rem;border-radius:10px;margin-bottom:1.5rem;font-weight:500}.students-pending-message.error{background:#fde1e1;color:#7a1117;border-left:6px solid #7A1117;box-shadow:0 4px 16px #7a111733;font-weight:700;font-size:1.08rem;margin-bottom:2rem}.students-pending-filters{background:#fff;border-radius:16px;padding:2.5rem 2rem;margin-bottom:2.5rem;box-shadow:0 6px 24px var(--primary-color) 33;display:flex;flex-wrap:wrap;gap:2.5rem;align-items:flex-start}.filter-section{flex:1 1 320px;min-width:320px;display:flex;flex-direction:column;gap:1.2rem}.filter-label{color:var(--primary-color);font-weight:900;font-size:1.08rem;margin-bottom:.3rem;letter-spacing:.5px;display:flex;align-items:center;gap:.5rem}.filter-label:before{content:"🔍";font-size:1.1rem;color:var(--secondary-color);margin-right:.2rem}.filter-section:nth-child(2) .filter-label:before{content:"📝";color:#7a1117}.search-form{display:flex;gap:.75rem;max-width:500px}.search-input{flex:1;padding:.75rem 1rem;border:2px solid var(--secondary-color);border-radius:10px;font-size:1.05rem;background:#f8f6ef;font-weight:600;color:var(--primary-color);transition:border-color .2s,box-shadow .2s}.search-input:focus{outline:none;border-color:#7a1117;box-shadow:0 0 0 3px #7a11171f}.search-button{background:linear-gradient(135deg,#7a1117,#d5cba0);color:#fff;border-radius:10px;font-weight:900;font-size:1.05rem;padding:.75rem 1.5rem;border:none;box-shadow:0 2px 8px #7a111733;transition:background .2s,box-shadow .2s}.search-button:hover{background:#7a1117;color:#d5cba0;transform:translateY(-2px);box-shadow:0 4px 12px #7a11172e}.status-dropdown{width:100%;padding:.75rem 1rem;border:2px solid var(--secondary-color);border-radius:10px;font-size:1.05rem;font-weight:700;color:var(--primary-color);background:#f8f6ef;margin-top:.5rem;min-height:3rem;box-shadow:0 2px 8px var(--primary-color) 33;transition:border-color .2s}.status-dropdown:focus{border-color:#7a1117}.status-dropdown option{font-size:1.05rem;font-weight:600;color:#7a1117;background:#fff;padding:.5rem 1rem}.apply-statuses-button{margin-top:.5rem;background:linear-gradient(135deg,var(--primary-color) 0%,var(--secondary-color) 100%);color:#fff;border:none;border-radius:10px;padding:.5rem 1.2rem;font-weight:900;font-size:1.05rem;box-shadow:0 2px 8px #7a11171f;cursor:pointer;transition:background .2s,box-shadow .2s}.apply-statuses-button:hover{background:var(--primary-color);color:var(--secondary-color);box-shadow:0 4px 12px #7a11172e}.clear-filters-button{background:#f8f6ef;color:var(--primary-color);border:2px solid var(--primary-color);border-radius:10px;font-weight:900;font-size:1.05rem;margin-top:1rem;padding:.5rem 1.2rem;box-shadow:0 2px 8px #7a111733;transition:background .2s,color .2s}.clear-filters-button:hover{background:var(--primary-color);color:#fff}.filters-tip{color:var(--primary-color);font-weight:500;margin-top:.25rem;display:block;font-size:.98rem}.active-filters{background:#f8f6ef;padding:1rem 1.5rem;border-radius:10px;margin-bottom:1.5rem;display:flex;align-items:center;gap:.75rem;flex-wrap:wrap;box-shadow:0 2px 8px #7a111733}.active-filters strong{color:var(--primary-color);font-weight:900}.filter-tag{background:#fff;color:var(--primary-color);border:1.5px solid var(--secondary-color);border-radius:20px;font-weight:900;font-size:1rem;padding:.45rem 1rem;box-shadow:0 2px 8px #7a111733}.results-count{color:var(--primary-color);font-weight:900;font-size:1.05rem;margin-bottom:1rem}.students-pending-empty{background:#fff;border-radius:14px;box-shadow:0 4px 16px #7a111733;padding:4rem 2rem}.students-pending-empty-icon{font-size:4rem;color:var(--primary-color)}.students-pending-empty-text{font-size:1.25rem;color:var(--primary-color);font-weight:700;margin-bottom:.5rem}.students-pending-empty-subtext{color:#666;font-size:1rem}.students-pending-table-container{background:#fff;border-radius:14px;box-shadow:0 4px 16px #7a111733;overflow:hidden}.results-count{color:#7a1117;font-weight:700;font-size:1rem;margin-bottom:1rem}.students-pending-table thead{background:#5d0d12;color:#fff}.students-pending-header.enhanced-header{margin-bottom:2rem;padding:2.7rem 2.2rem 2.2rem;background:#5d0d12;color:#fff;border-radius:22px 22px 0 0;box-shadow:0 10px 36px #7a111721;border-bottom:none;position:relative;overflow:hidden}.students-pending-header .header-content{display:flex;align-items:center;gap:2.2rem}.header-icon-circle{background:linear-gradient(135deg,#fff,#d5cba0);border-radius:50%;width:70px;height:70px;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 18px #7a111733;margin-right:.5rem}.enhanced-title{font-size:2.5rem;color:#fff;margin:0;font-family:Georgia,Times New Roman,serif;font-weight:900;letter-spacing:1px;text-shadow:0 3px 12px #7A111755,0 1px 0 #D5CBA0}.enhanced-subtitle{color:#fffde7;margin-top:.7rem;font-size:1.13rem;font-weight:500;text-shadow:0 1px 0 #7A111733;max-width:700px}.student-name{color:var(--primary-color);font-weight:700}.student-email{color:#666;font-size:.95rem}.modality-name{color:var(--primary-color);font-weight:600;font-size:1rem}.last-updated{color:#666;font-size:.95rem}.status-badge{border-radius:20px;padding:.4rem 1rem;font-size:.9rem;font-weight:700;letter-spacing:.5px;text-transform:uppercase}.status-badge.approved{background:var(--secondary-color);color:var(--primary-color)}.status-badge.corrections{background:#fde1e1;color:#7a1117}.status-badge.in-review{background:#e7f3ff;color:#0c5da5}.status-badge.ready{background:#cfe2ff;color:#084298}.status-badge.cancelled{background:#f8d7da;color:#721c24}.status-badge.pending{background:#fff3cd;color:#856404}.view-profile-button{background:var(--primary-color);color:#fff;border-radius:8px;font-weight:700;font-size:.95rem;padding:.65rem 1.25rem}.view-profile-button:hover{background:#5d0d12;transform:translateY(-2px);box-shadow:0 4px 12px #7a11174d}@media(max-width:768px){.students-pending-container{padding:1rem;border-radius:10px}.students-pending-header{padding:1.2rem 1rem;border-radius:10px 10px 0 0}.students-pending-title{font-size:1.5rem}.students-pending-filters{padding:1.2rem;border-radius:10px}.status-checkboxes{grid-template-columns:1fr}.students-pending-table-container{overflow-x:auto;border-radius:10px}.students-pending-table thead{display:none}.students-pending-table tbody tr{display:block;margin-bottom:1rem;border:1px solid #D5CBA0;border-radius:8px}.students-pending-table td{display:flex;justify-content:space-between;padding:.75rem 1rem;border-bottom:1px solid #f0f0f0}.students-pending-table td:last-child{border-bottom:none}.students-pending-table td:before{content:attr(data-label);font-weight:700;color:#7a1117}}@media(max-width:480px){.students-pending-container{padding:.7rem .3rem;border-radius:6px}.students-pending-header{padding:.7rem;border-radius:6px 6px 0 0}.students-pending-filters{padding:.7rem;border-radius:6px}.students-pending-table-container{border-radius:6px}}.student-profile-header{background:#5d0d12!important;color:#fff;padding:2rem 1.5rem;border-radius:18px 18px 0 0;margin-bottom:2rem}.student-profile-title{font-family:Georgia,Times New Roman,serif;font-size:2rem;margin:0 0 1rem;font-weight:900;letter-spacing:.7px;color:#fff}.student-profile-subtitle{font-size:1.1rem;margin:0;font-weight:600;color:#fff}.student-info-card{background:#fff;border-radius:18px;padding:2rem 1.5rem;margin-bottom:2rem;box-shadow:0 8px 32px #7a11171a;border-top:4px solid #7A1117}.student-info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}.student-info-item{padding:1rem;background-color:#f8f6ef;border-radius:12px;border-left:4px solid #7A1117;box-shadow:0 2px 8px #7a111733}.student-info-label{font-weight:900;color:#7a1117;font-size:.92rem;text-transform:uppercase;letter-spacing:.6px;margin-bottom:.5rem;display:block}.student-info-value{font-size:1.08rem;color:#1a1a2e;font-weight:700}.student-info-value.email{color:#555;font-weight:500;word-break:break-all}.student-info-value.status{display:inline-block;padding:.65rem 1.4rem;background:#5d0d12;color:#fff;border-radius:25px;font-size:.95rem;line-height:1.4;max-width:100%;font-weight:900;box-shadow:0 4px 12px #7a111733}.modality-history-section{background:#fff}.modality-history-list{list-style:none;margin:0;padding:0;display:grid;gap:1rem}.modality-history-item{background:#f8f6ef;border-left:4px solid #7A1117;border-radius:12px;padding:1rem;box-shadow:0 2px 8px #7a11171f}.modality-history-item-header{display:flex;justify-content:space-between;align-items:center;gap:1rem;flex-wrap:wrap;margin-bottom:.6rem}.modality-history-status-badge{display:inline-block;background:#5d0d12;color:#fff;border-radius:999px;padding:.35rem .85rem;font-size:.85rem;font-weight:800}.modality-history-date{color:#666;font-size:.9rem;font-weight:600}.modality-history-description,.modality-history-responsible,.modality-history-observations{margin:.35rem 0;color:#1a1a2e;line-height:1.45}.modality-history-empty{background:#f8f6ef;border-left:4px solid #D5CBA0;border-radius:12px;padding:1rem;color:#5d0d12;font-weight:600}.documents-section{background:#f8f6ef;border-radius:18px;padding:2rem 1.5rem;box-shadow:0 8px 32px #7a11171a;margin-bottom:2rem}.documents-section-title{font-family:Georgia,Times New Roman,serif;font-size:1.5rem;color:#7a1117;margin-bottom:1.2rem;padding-bottom:.7rem;border-bottom:2px solid #D5CBA0;font-weight:900}.documents-empty{text-align:center;padding:3rem 2rem;background-color:#fff3cd;border-radius:10px;border-left:4px solid #ffc107}.documents-empty-icon{font-size:3.5rem;margin-bottom:1rem;opacity:.6}.documents-empty-text{color:#856404;font-size:1.1rem;font-weight:600}.documents-table-wrapper{overflow-x:auto;border-radius:14px;box-shadow:0 4px 16px #7a111733}.documents-table{width:100%;border-collapse:separate;border-spacing:0 .5rem;min-width:900px}.documents-table thead{background:#5d0d12;color:#fff}.documents-table th{padding:1rem 1.2rem;text-align:left;font-family:Georgia,Times New Roman,serif;font-size:.98rem;font-weight:900;text-transform:uppercase;letter-spacing:.5px;white-space:nowrap}.documents-table tbody tr{border-bottom:1px solid #e0e0e0;transition:all .3s ease}.documents-table tbody tr:last-child{border-bottom:none}.documents-table td{padding:1rem 1.2rem;font-size:.98rem;color:#1a1a2e;vertical-align:top;font-weight:700}.doc-status-badge{display:inline-block;padding:.5rem 1rem;border-radius:20px;font-size:.85rem;font-weight:900;text-transform:uppercase;letter-spacing:.3px;white-space:nowrap;box-shadow:0 2px 8px #7a111733}.doc-status-badge.accepted{background:#d5cba0!important;color:#5d0d12!important;border:2px solid #5d0d12!important}.doc-status-badge.rejected{background:#5d0d12!important;color:#fff!important;border:2px solid #5d0d12!important}.doc-status-badge.corrections{background:#d5cba0!important;color:#5d0d12!important;border:2px solid #D5CBA0!important}.doc-status-badge.pending{background:#fff!important;color:#5d0d12!important;border:2px solid #D5CBA0!important}.doc-notes{max-width:300px;color:#666;font-style:italic;line-height:1.5}.doc-notes.empty{color:#999}.doc-date{color:#888;font-size:.9rem;white-space:nowrap}.doc-actions{display:flex;flex-direction:column;gap:.75rem}.doc-btn{padding:.65rem 1.25rem;border:none;border-radius:8px;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .3s ease;white-space:nowrap;box-shadow:0 2px 6px #00000026}.doc-btn-view{background:#5d0d12!important;color:#fff!important;font-weight:900}.doc-btn-view:hover:not(:disabled){background:#7a1117!important;transform:translateY(-2px);box-shadow:0 8px 20px #7a111733}.doc-btn-review{background:#d5cba0!important;color:#5d0d12!important;font-weight:900}.doc-btn-review:hover:not(:disabled){background:#bfae6a!important;color:#5d0d12!important;transform:translateY(-2px);box-shadow:0 8px 20px #d5cba033}.doc-btn-cancel{background:#ccc!important;color:#5d0d12!important;font-weight:900}.doc-btn-cancel:hover:not(:disabled){background:#bdbdbd!important;color:#5d0d12!important;transform:translateY(-2px)}.doc-btn:disabled{background-color:#9e9e9e;cursor:not-allowed;opacity:.6;box-shadow:none}.doc-btn.loading{position:relative;color:transparent}.doc-btn.loading:after{content:"";position:absolute;width:16px;height:16px;top:50%;left:50%;margin-left:-8px;margin-top:-8px;border:3px solid rgba(255,255,255,.3);border-radius:50%;border-top-color:#fff;animation:spin .8s linear infinite}.review-select{width:100%;padding:.75rem 1rem;border:2px solid #ccc;border-radius:8px;font-size:.95rem;background-color:#fff;cursor:pointer;transition:all .3s ease}.review-select:focus{outline:none;border-color:#7a1117;box-shadow:0 0 0 3px #7a11171a}.review-textarea{width:100%;padding:.75rem 1rem;border:2px solid #ccc;border-radius:8px;font-size:.95rem;font-family:inherit;resize:vertical;min-height:100px;transition:all .3s ease}.review-textarea:focus{outline:none;border-color:#7a1117;box-shadow:0 0 0 3px #7a11171a}.review-textarea::placeholder{color:#999;font-style:italic}.review-submit-btn{padding:.85rem 2rem;background-color:#7a1117;color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:700;cursor:pointer;transition:all .3s ease;box-shadow:0 3px 8px #7a11174d}.review-submit-btn:disabled{background-color:#9e9e9e;cursor:not-allowed;opacity:.6;box-shadow:none}.approve-all-section{background:#fff;border-radius:18px;padding:2rem 1.5rem;box-shadow:0 8px 32px #7a11171a;margin-bottom:2rem;border-top:4px solid #7A1117}.card-section-title{font-family:Georgia,Times New Roman,serif;font-size:1.15rem;color:#7a1117;margin:0 0 1.2rem;font-weight:900;padding-bottom:.7rem;border-bottom:2px solid #D5CBA0}.documents-stats-card{background:#fff;border-radius:12px;padding:2rem;margin-bottom:2rem;box-shadow:0 8px 32px #7a11171a;border-top:4px solid #5d0d12}.stat-item.total{background:#5d0d12!important;color:#fff!important}.stat-item.approved,.stat-item.pending{background:#d5cba0!important;color:#5d0d12!important}.stat-item.rejected{background:#5d0d12!important;color:#fff!important}.stat-number{font-size:2.5rem;font-weight:900;margin-bottom:.5rem;letter-spacing:1px;color:inherit;text-shadow:none}.stat-item.total .stat-number,.stat-item.rejected .stat-number{color:#fff!important}.stat-item.approved .stat-number,.stat-item.pending .stat-number{color:#5d0d12!important}} .stat-item.total .stat-number,.stat-item.rejected .stat-number{color:#fff}.stat-item.approved .stat-number,.stat-item.pending .stat-number{color:#5d0d12}.stat-label{font-size:1rem;font-weight:700;text-transform:uppercase;letter-spacing:.5px;opacity:1;color:#5d0d12;margin-top:.5rem}.approve-all-content{display:flex;flex-direction:column;align-items:center;gap:1.5rem}.approve-all-btn{padding:1.25rem 3rem;font-size:1.15rem;font-weight:700;border:none;border-radius:10px;cursor:pointer;transition:all .3s ease;text-transform:uppercase;letter-spacing:.5px;box-shadow:0 4px 12px #0003}.approve-all-btn.enabled{background:linear-gradient(135deg,#7d181d,#7a1117);color:#fff}.approve-all-btn.enabled:hover:not(:disabled){transform:translateY(-3px);box-shadow:0 6px 16px #2196f366}.approve-all-btn.disabled{background-color:#ccc;color:#666;cursor:not-allowed;box-shadow:none}.approve-warning{background-color:#fff3cd;color:#856404;padding:1rem 1.5rem;border-radius:8px;border-left:4px solid #ffc107;font-size:1rem;font-weight:600;text-align:center;animation:pulse 2s infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.8}}.back-button-section{text-align:center}.back-btn{padding:.85rem 2.5rem;background:linear-gradient(135deg,#6c757d,#5a6268);color:#fff;border:none;border-radius:10px;font-size:1rem;font-weight:900;cursor:pointer;transition:all .3s ease;box-shadow:0 3px 8px #6c757d4d}.back-btn:hover{background-color:#5a6268;transform:translateY(-2px);box-shadow:0 5px 12px #6c757d66}@keyframes slideDown{0%{opacity:0;transform:translateY(-15px)}to{opacity:1;transform:translateY(0)}}@media(max-width:1024px){.documents-table{min-width:800px}}@media(max-width:768px){.student-profile-container{padding:1.5rem 1rem}.student-profile-header{padding:1.75rem}.student-profile-title{font-size:1.6rem}.student-info-card,.documents-section,.approve-all-section{padding:1.75rem}.student-info-grid{grid-template-columns:1fr}.documents-section-title{font-size:1.5rem}.documents-table th,.documents-table td{padding:1rem .75rem;font-size:.9rem}.approve-all-btn{width:100%;padding:1.15rem 2rem;font-size:1rem}}@media(max-width:480px){.student-profile-header{padding:1.5rem}.student-profile-title{font-size:1.4rem}.student-info-card,.documents-section,.approve-all-section{padding:1.5rem}.doc-actions{flex-direction:row;flex-wrap:wrap}.doc-btn{flex:1;min-width:120px}.review-panel{padding:1.25rem}}.seminar-list-container{max-width:1450px;margin:0 auto;padding:3rem 2.5rem;animation:fadeInDown .6s cubic-bezier(.34,1.56,.64,1);background:linear-gradient(135deg,#fafbfc,#f0f3f7,#e8ecf1);min-height:100vh}.loading-spinner{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:8rem 2rem;text-align:center;min-height:500px;background:linear-gradient(135deg,white 0%,var(--lighter-bg) 100%);border-radius:20px;box-shadow:var(--shadow-md);border:1px solid var(--border-color)}.spinner{width:70px;height:70px;border:4px solid rgba(122,17,23,.1);border-top:4px solid var(--primary-color);border-right:4px solid var(--accent-light);border-radius:50%;animation:spinAdvanced 1s cubic-bezier(.4,0,.6,1) infinite;margin-bottom:2rem;box-shadow:var(--shadow-glow)}@keyframes spinAdvanced{0%{transform:rotate(0);opacity:1}to{transform:rotate(360deg);opacity:1}}.loading-spinner p{color:var(--text-light);font-size:1.15rem;margin:0;font-weight:600;letter-spacing:1px;text-transform:uppercase}.seminar-list-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:3.5rem;gap:2.5rem;flex-wrap:wrap;background:linear-gradient(135deg,white 0%,var(--lighter-bg) 100%);padding:2.5rem;border-radius:20px;box-shadow:var(--shadow-md);border:1px solid var(--border-color);position:relative;overflow:hidden}.seminar-list-header:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,var(--primary-color),var(--accent-light),var(--primary-color));background-size:200% 100%;animation:gradientShift 3s ease infinite}.seminar-list-title{font-size:2.8rem;color:var(--primary-color);margin:0;font-family:Georgia,Times New Roman,serif;font-weight:700;letter-spacing:-1px;text-shadow:2px 2px 4px rgba(0,0,0,.05);background:linear-gradient(135deg,var(--primary-color) 0%,var(--primary-light) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.seminar-list-subtitle{color:var(--text-light);font-size:1.05rem;margin:.8rem 0 0;font-weight:500;letter-spacing:.5px}.seminar-filters-section{background:linear-gradient(135deg,white 0%,var(--lighter-bg) 100%);border-radius:20px;padding:2.3rem;margin-bottom:3rem;box-shadow:var(--shadow-sm);border:1px solid var(--border-color)}.seminar-filters{display:flex;gap:2rem;flex-wrap:wrap;align-items:flex-end}.filter-group{flex:1;min-width:200px}.filter-group label{display:block;font-weight:700;color:var(--text-dark);margin-bottom:.9rem;font-size:.95rem;letter-spacing:.4px;text-transform:uppercase;color:var(--primary-color)}.form-control{width:100%;padding:1rem 1.2rem;border:2px solid var(--border-color);border-radius:12px;font-size:.95rem;background:#fff;color:var(--text-dark);transition:var(--transition-fast);font-weight:500;box-shadow:var(--shadow-sm)}.form-control:focus{outline:none;border-color:var(--primary-color);box-shadow:0 0 0 5px #7a111726;transform:translateY(-2px)}.seminar-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:2rem;margin-bottom:3.5rem}.stat-card{background:linear-gradient(135deg,white 0%,var(--lighter-bg) 100%);border-radius:18px;padding:2.2rem 2rem;text-align:center;box-shadow:var(--shadow-sm);transition:var(--transition);border:2px solid transparent;border-top:6px solid;position:relative;overflow:hidden;cursor:pointer}.stat-card:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,#fff0,#fffc);pointer-events:none;opacity:0;transition:opacity .3s ease}.stat-card:hover{transform:translateY(-12px);box-shadow:var(--shadow-xl)}.stat-card:hover:before{opacity:1}.stat-number{font-size:3.2rem;font-weight:800;background:linear-gradient(135deg,var(--primary-color) 0%,var(--primary-light) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:.5rem;letter-spacing:-2px}.stat-label{color:var(--text-light);font-size:1.05rem;font-weight:700;letter-spacing:.6px;text-transform:uppercase}.empty-state{text-align:center;padding:6rem 2rem;background:linear-gradient(135deg,white 0%,var(--lighter-bg) 100%);border-radius:20px;box-shadow:var(--shadow-sm);border:2px dashed var(--border-color);position:relative;overflow:hidden}.empty-state:before{content:"";position:absolute;width:500px;height:500px;background:radial-gradient(circle,rgba(122,17,23,.05) 0%,transparent 70%);top:50%;left:50%;transform:translate(-50%,-50%);pointer-events:none}.empty-icon{font-size:5rem;margin-bottom:2rem;animation:float 4s ease-in-out infinite;filter:drop-shadow(0 10px 20px rgba(122,17,23,.15))}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}.empty-state h3{color:var(--text-dark);font-size:2rem;margin:0 0 1rem;font-weight:700;letter-spacing:-.5px}.empty-state p{color:var(--text-light);margin:0 0 3rem;font-size:1.1rem;font-weight:500;line-height:1.7}.seminars-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(380px,1fr));gap:2.5rem;animation:fadeIn .8s ease .3s both}.seminar-card{background:#fff;border-radius:18px;box-shadow:var(--shadow-sm);overflow:hidden;transition:var(--transition);display:flex;flex-direction:column;height:100%;border:1px solid var(--border-color);position:relative;cursor:pointer}.seminar-card:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,rgba(122,17,23,.02) 0%,transparent 100%);pointer-events:none;opacity:0;transition:opacity .3s ease}.seminar-card:hover{transform:translateY(-15px);box-shadow:var(--shadow-xl);border-color:var(--accent-light)}.seminar-card:hover:before{opacity:1}.seminar-card-header{padding:2rem;background:linear-gradient(135deg,var(--primary-dark) 0%,var(--primary-color) 100%);border-bottom:none;display:flex;justify-content:space-between;align-items:flex-start;gap:1.5rem;color:#fff;position:relative;overflow:hidden}.seminar-card-header:after{content:"";position:absolute;top:-50%;right:-50%;width:200px;height:200px;background:radial-gradient(circle,rgba(255,255,255,.2),transparent);border-radius:50%}.seminar-card-header>div{flex:1;min-width:0;position:relative;z-index:1}.seminar-card-title{font-size:1.35rem;color:#fff;margin:0 0 .7rem;font-weight:700;word-break:break-word;letter-spacing:-.5px;line-height:1.3}.seminar-card-description{color:#ffffffde;font-size:.9rem;margin:0;line-height:1.5;max-height:2.8em;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;font-weight:400}.badge{display:inline-block;padding:.6rem 1.2rem;border-radius:20px;font-size:.75rem;font-weight:800;text-transform:uppercase;white-space:nowrap;letter-spacing:1px;box-shadow:0 4px 12px #0003;position:relative;z-index:2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.seminar-card-body{padding:2rem;flex:1}.seminar-info-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.3rem;margin-bottom:2rem}.info-item{display:flex;flex-direction:column;gap:.5rem;background:linear-gradient(135deg,var(--light-bg) 0%,var(--lighter-bg) 100%);padding:1.1rem;border-radius:12px;border-left:4px solid var(--primary-color);transition:var(--transition-fast)}.info-item:hover{transform:translate(4px);box-shadow:var(--shadow-sm)}.info-label{font-size:.8rem;color:var(--text-light);font-weight:700;letter-spacing:.5px;text-transform:uppercase}.info-value{font-size:1.15rem;color:var(--text-dark);font-weight:800;letter-spacing:-.3px}.progress-bar-container{width:100%;height:12px;background:linear-gradient(90deg,var(--light-bg) 0%,var(--border-color) 100%);border-radius:12px;overflow:hidden;margin-bottom:1.8rem;border:1px solid var(--border-color);box-shadow:inset 0 2px 4px #00000014;position:relative}.progress-bar{height:100%;background:linear-gradient(90deg,var(--primary-dark) 0%,var(--primary-light) 100%);border-radius:12px;transition:width .8s cubic-bezier(.34,1.56,.64,1);box-shadow:0 0 10px #7a111766;position:relative;overflow:hidden}.progress-bar:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);animation:shimmer 2s infinite}@keyframes shimmer{0%{transform:translate(-100%)}to{transform:translate(100%)}}.seminar-indicators{display:flex;flex-wrap:wrap;gap:.7rem}.indicator{display:inline-block;padding:.6rem 1rem;border-radius:10px;font-size:.8rem;font-weight:700;white-space:nowrap;letter-spacing:.4px;animation:fadeIn .4s ease;box-shadow:0 2px 6px #0000001a}.indicator.success{background:linear-gradient(135deg,#d5cba033,#d5cba026);color:#7a1117;border-left:4px solid var(--success-color)}.indicator.warning{background:linear-gradient(135deg,#f39c1226,#f1c40f26);color:#d68910;border-left:4px solid var(--warning-color)}.indicator.info{background:linear-gradient(135deg,#3498db26,#2980b926);color:#2980b9;border-left:4px solid var(--info-color)}.seminar-card-footer{padding:1.5rem 2rem;border-top:1px solid var(--border-color);background:linear-gradient(135deg,var(--lighter-bg) 0%,white 100%)}.btn{padding:.95rem 2rem;border:none;border-radius:12px;font-weight:700;font-size:.95rem;cursor:pointer;transition:var(--transition-fast);white-space:nowrap;text-decoration:none;display:inline-block;letter-spacing:.5px;box-shadow:0 4px 10px #00000026;position:relative;overflow:hidden}.btn-sm{padding:.7rem 1.4rem;font-size:.85rem}@media(max-width:1200px){.seminar-list-container{padding:2.5rem 2rem}.seminar-list-title{font-size:2.3rem}.seminars-grid{grid-template-columns:repeat(auto-fill,minmax(340px,1fr));gap:2rem}}@media(max-width:1024px){.seminar-list-container{padding:2rem}.seminar-list-title{font-size:2rem}.seminars-grid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1.8rem}.seminar-stats{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.seminar-list-container{padding:1.5rem}.seminar-list-header{flex-direction:column;padding:1.8rem;gap:1.5rem}.seminar-list-title{font-size:1.8rem}.seminar-list-subtitle{font-size:.95rem}.seminar-filters{flex-direction:column;gap:1rem}.filter-group{width:100%;min-width:unset}.seminar-stats{grid-template-columns:1fr;gap:1.2rem}.seminars-grid{grid-template-columns:1fr;gap:1.5rem}.seminar-card-header,.seminar-card-body{padding:1.5rem}.seminar-info-grid{gap:1rem}.info-item{padding:.9rem}.empty-state{padding:4rem 1.5rem}.empty-icon{font-size:4rem}}@media(max-width:480px){.seminar-list-container{padding:1rem}.seminar-list-header{padding:1.2rem}.seminar-list-title{font-size:1.5rem}.seminar-filters{gap:.8rem}.btn{width:100%;text-align:center}.seminar-stats{grid-template-columns:1fr;gap:1rem}.stat-number{font-size:2.4rem}.seminar-card-header{padding:1.2rem}.seminar-card-title{font-size:1.1rem}.seminar-card-body{padding:1.2rem}.seminar-info-grid{grid-template-columns:1fr;gap:.8rem}.badge{padding:.5rem .9rem;font-size:.65rem}}.loading-spinner{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:6rem 2rem;text-align:center;min-height:400px}.spinner{width:60px;height:60px;border:4px solid var(--light-bg);border-top-color:var(--primary-color);border-right-color:var(--primary-color);border-radius:50%;animation:spin .8s linear infinite;margin-bottom:2rem}@keyframes spin{to{transform:rotate(360deg)}}.loading-spinner p{color:var(--text-light);font-size:1.1rem;margin:0;font-weight:500;letter-spacing:.5px}.seminar-list-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:3rem;gap:2rem;flex-wrap:wrap;background:linear-gradient(135deg,white 0%,var(--light-bg) 100%);padding:2rem;border-radius:15px;box-shadow:var(--shadow-sm)}.seminar-list-title{font-size:2.5rem;color:var(--primary-color);margin:0;font-family:Georgia,Times New Roman,serif;font-weight:700;letter-spacing:-.5px;text-shadow:1px 1px 2px rgba(0,0,0,.05)}.seminar-list-subtitle{color:var(--text-light);font-size:1rem;margin:.75rem 0 0;font-weight:400;letter-spacing:.3px}.seminar-list-header>div{flex:1;min-width:300px}.alert{padding:1.3rem 1.6rem;border-radius:12px;margin-bottom:2rem;font-weight:500;border-left:5px solid;animation:slideInDown .4s cubic-bezier(.4,0,.2,1);letter-spacing:.3px}@keyframes slideInDown{0%{opacity:0;transform:translateY(-15px)}to{opacity:1;transform:translateY(0)}}.alert-success{background:linear-gradient(90deg,#f9f6e7,#f7f7fa);color:#7a1117;border-color:var(--success-color)}.alert-warning{background:linear-gradient(135deg,#fff3cd,#ffeaa7);color:#856404;border-color:var(--warning-color)}.alert-error{background:linear-gradient(135deg,#f8d7da,#f5c6cb);color:#721c24;border-color:var(--danger-color)}.alert-info{background:linear-gradient(135deg,#d1ecf1,#bee5eb);color:#0c5460;border-color:var(--info-color)}.seminar-filters-section{background:#fff;border-radius:15px;padding:2rem;margin-bottom:2.5rem;box-shadow:var(--shadow-sm);border:1px solid var(--border-color)}.seminar-filters{display:flex;gap:1.5rem;flex-wrap:wrap;align-items:flex-end}.filter-group{flex:1;min-width:180px}.filter-group label{display:block;font-weight:600;color:var(--text-dark);margin-bottom:.75rem;font-size:.95rem;letter-spacing:.3px}.form-control{width:100%;padding:.9rem 1rem;border:2px solid var(--border-color);border-radius:10px;font-size:.95rem;background:#fff;color:var(--text-dark);transition:var(--transition);font-weight:500}.form-control:focus{outline:none;border-color:var(--primary-color);box-shadow:0 0 0 4px #7a111726}.form-control:hover:not(:focus){border-color:var(--primary-light)}.seminar-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.8rem;margin-bottom:2.5rem}.stat-card{background:#fff;border-radius:15px;padding:2rem 1.8rem;text-align:center;box-shadow:var(--shadow-sm);transition:var(--transition);border:2px solid transparent;border-top:5px solid;position:relative;overflow:hidden}.stat-card:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,#fff0,#ffffff80);pointer-events:none}.stat-card:hover{transform:translateY(-8px);box-shadow:var(--shadow-lg)}.stat-card.total{border-top-color:var(--primary-color)}.stat-card.success{border-top-color:var(--success-color)}.stat-card.warning{border-top-color:var(--warning-color)}.stat-card.completed{border-top-color:var(--info-color)}.stat-number{font-size:2.8rem;font-weight:700;color:var(--primary-color);margin-bottom:.5rem;letter-spacing:-1px}.stat-label{color:var(--text-light);font-size:1rem;font-weight:600;letter-spacing:.5px}.empty-state{text-align:center;padding:5rem 2rem;background:linear-gradient(135deg,white 0%,var(--light-bg) 100%);border-radius:15px;box-shadow:var(--shadow-sm);border:2px dashed var(--border-color)}.empty-icon{font-size:4.5rem;margin-bottom:1.5rem;animation:float 3s ease-in-out infinite}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-15px)}}.empty-state h3{color:var(--text-dark);font-size:1.8rem;margin:0 0 .75rem;font-weight:700;letter-spacing:-.5px}.empty-state p{color:var(--text-light);margin:0 0 2.5rem;font-size:1.05rem;font-weight:400;line-height:1.6}.seminars-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(360px,1fr));gap:2rem;animation:fadeIn .6s ease .2s both}.seminar-card{background:#fff;border-radius:15px;box-shadow:var(--shadow-sm);overflow:hidden;transition:var(--transition);display:flex;flex-direction:column;height:100%;border:1px solid var(--border-color)}.seminar-card:hover{transform:translateY(-10px);box-shadow:var(--shadow-lg);border-color:var(--primary-light)}.seminar-card-header{padding:1.8rem;background:linear-gradient(135deg,var(--primary-dark) 0%,var(--primary-color) 100%);border-bottom:none;display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;color:#fff}.seminar-card-header>div{flex:1;min-width:0}.seminar-card-title{font-size:1.3rem;color:#fff;margin:0 0 .6rem;font-weight:700;word-break:break-word;letter-spacing:-.3px}.seminar-card-description{color:#ffffffd9;font-size:.9rem;margin:0;line-height:1.5;max-height:2.8em;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;font-weight:400}.badge{display:inline-block;padding:.5rem 1rem;border-radius:25px;font-size:.75rem;font-weight:700;text-transform:uppercase;white-space:nowrap;letter-spacing:.5px;box-shadow:0 2px 8px #00000026}.badge-success{background:linear-gradient(135deg,var(--success-color),#1e7e34);color:#fff}.badge-warning{background:linear-gradient(135deg,var(--warning-color),#e0a800);color:#333}.badge-info{background:linear-gradient(135deg,var(--info-color),#0d6eaa);color:#fff}.badge-error{background:linear-gradient(135deg,var(--danger-color),#c82333);color:#fff}.seminar-card-body{padding:1.8rem;flex:1}.seminar-info-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.2rem;margin-bottom:1.8rem}.info-item{display:flex;flex-direction:column;gap:.4rem;background:var(--light-bg);padding:.9rem;border-radius:10px;border-left:3px solid var(--primary-color)}.info-label{font-size:.85rem;color:var(--text-light);font-weight:600;letter-spacing:.3px}.info-value{font-size:1.1rem;color:var(--text-dark);font-weight:700;letter-spacing:-.3px}.progress-bar-container{width:100%;height:10px;background:var(--light-bg);border-radius:10px;overflow:hidden;margin-bottom:1.5rem;border:1px solid var(--border-color)}.progress-bar{height:100%;background:linear-gradient(90deg,var(--primary-color) 0%,var(--primary-light) 100%);border-radius:10px;transition:width .6s cubic-bezier(.4,0,.2,1);box-shadow:inset 0 1px 3px #0003}.seminar-indicators{display:flex;flex-wrap:wrap;gap:.6rem}.indicator{display:inline-block;padding:.5rem .9rem;border-radius:8px;font-size:.8rem;font-weight:700;white-space:nowrap;letter-spacing:.3px;animation:fadeIn .3s ease}.indicator.success{background:#d5cba033;color:#7a1117;border-left:3px solid var(--success-color)}.indicator.warning{background:#ffc10726;color:#856404;border-left:3px solid var(--warning-color)}.indicator.info{background:#17a2b826;color:#0c5460;border-left:3px solid var(--info-color)}.seminar-card-footer{padding:1.3rem 1.8rem;border-top:1px solid var(--border-color);background:var(--light-bg)}.btn{padding:.85rem 1.8rem;border:none;border-radius:10px;font-weight:700;font-size:.95rem;cursor:pointer;transition:var(--transition);white-space:nowrap;text-decoration:none;display:inline-block;letter-spacing:.4px;box-shadow:0 2px 8px #0000001a}.btn:disabled{opacity:.5;cursor:not-allowed;box-shadow:none}.btn-primary:hover:not(:disabled){transform:translateY(-3px);box-shadow:0 6px 16px #7a111759}.btn-secondary{background:linear-gradient(135deg,#e9ecef,#dee2e6);color:var(--text-dark);border:1px solid var(--border-color)}.btn-secondary:hover:not(:disabled){background:linear-gradient(135deg,#dee2e6,#ced4da);transform:translateY(-3px)}.btn-sm{padding:.65rem 1.3rem;font-size:.85rem}@media(max-width:1024px){.seminar-list-container{padding:2rem}.seminar-list-title{font-size:2rem}.seminars-grid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1.5rem}}@media(max-width:768px){.seminar-list-container{padding:1.5rem}.seminar-list-header{flex-direction:column;padding:1.5rem}.seminar-list-title{font-size:1.8rem}.seminar-list-subtitle{font-size:.9rem}.seminar-filters{flex-direction:column}.filter-group{width:100%;min-width:unset}.seminar-stats{grid-template-columns:repeat(2,1fr);gap:1rem}.seminars-grid{grid-template-columns:1fr}.seminar-card-header,.seminar-card-body{padding:1.3rem}.seminar-info-grid{gap:1rem}.info-item{padding:.75rem}.empty-state{padding:3rem 1.5rem}.empty-icon{font-size:3.5rem}}@media(max-width:480px){.seminar-list-container,.seminar-list-header{padding:1rem}.seminar-list-title{font-size:1.4rem}.seminar-filters{gap:1rem}.btn{width:100%;text-align:center}.seminar-stats{grid-template-columns:1fr;gap:.8rem}.stat-number{font-size:2rem}.seminar-card-header{padding:1rem}.seminar-card-title{font-size:1.1rem}.seminar-card-body{padding:1rem}.seminar-info-grid{grid-template-columns:1fr;gap:.8rem}.badge{padding:.4rem .8rem;font-size:.7rem}}:root{--primary-color: #7A1117;--primary-dark: #5d0d12;--primary-light: #a01820;--secondary-color: #1a4d7a;--accent-gold: #D5CBA0;--card-bg: #fff;--card-shadow: 0 4px 16px #7A111733;--card-radius: 16px;--section-gap: 2rem;--section-padding: 2rem 1.5rem;--badge-shadow: 0 2px 8px #7A111733;--badge-radius: 18px;--table-row-radius: 12px;--table-row-shadow: 0 2px 8px #7A111733;--success-color: #27ae60;--warning-color: #f39c12;--danger-color: #e74c3c;--info-color: #3498db;--light-bg: #f5f7fa;--lighter-bg: #fbfcfd;--border-color: #e1e8ed;--text-dark: #1a1a2e;--text-light: #546e7a;--text-lighter: #90a4ae;--shadow-sm: 0 1px 3px rgba(0, 0, 0, .06);--shadow-md: 0 4px 12px rgba(0, 0, 0, .1);--shadow-lg: 0 12px 28px rgba(0, 0, 0, .12);--shadow-xl: 0 20px 40px rgba(0, 0, 0, .15);--shadow-glow: 0 0 20px rgba(122, 17, 23, .15);--transition: all .35s cubic-bezier(.34, 1.56, .64, 1);--transition-fast: all .2s ease}.seminar-detail-container{max-width:1200px;margin:2rem auto;padding:2.5rem 1.5rem;animation:fadeInDown .6s cubic-bezier(.34,1.56,.64,1);background:linear-gradient(135deg,#f8f6ef,#fafbfc 60%,#e8ebf0);min-height:100vh;border-radius:var(--card-radius);box-shadow:0 8px 40px #7a11171a}.loading-spinner p{color:var(--text-light);font-size:1.1rem;margin:0;font-weight:600;letter-spacing:.8px;text-transform:uppercase}.alert-warning{background:linear-gradient(135deg,#fff3cd,#ffeaa7);color:#856404;border-color:var(--warning-color);box-shadow:0 4px 12px #f39c1233}.seminar-detail-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:var(--section-gap);gap:2rem;flex-wrap:wrap;padding:2rem 1.5rem;background:linear-gradient(90deg,#7a1117,#d5cba0);border-radius:var(--card-radius) var(--card-radius) 0 0;box-shadow:0 8px 32px #7a11171a;border-bottom:none;color:#fff}.seminar-detail-header:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,var(--primary-color),var(--accent-gold),var(--primary-color));background-size:200% 100%;animation:gradientShift 3s ease infinite}.header-back{position:relative;z-index:1}.btn{padding:.9rem 1.8rem;border:none;border-radius:12px;font-weight:700;font-size:.95rem;cursor:pointer;transition:var(--transition-fast);white-space:nowrap;text-decoration:none;display:inline-block;letter-spacing:.5px;box-shadow:0 4px 10px #00000026;position:relative;overflow:hidden}.btn-primary{background:linear-gradient(135deg,var(--primary-color) 0%,var(--primary-dark) 100%);color:#fff}.btn-primary:hover:not(:disabled){transform:translateY(-4px);box-shadow:0 8px 20px #7a111766}.btn-success{background:linear-gradient(135deg,var(--success-color) 0%,#229954 100%);color:#fff}.btn-success:hover:not(:disabled){transform:translateY(-4px);box-shadow:0 8px 20px #27ae6066}.btn-danger{background:linear-gradient(135deg,var(--danger-color) 0%,#c0392b 100%);color:#fff}.btn-danger:hover:not(:disabled){transform:translateY(-4px);box-shadow:0 8px 20px #e74c3c66}.header-title-section{flex:1;min-width:300px;position:relative;z-index:1}.seminar-detail-title{font-size:2rem;color:#fff;margin:0 0 1rem;font-family:Georgia,Times New Roman,serif;font-weight:900;letter-spacing:.7px;text-shadow:0 2px 8px #7A111733}.badge{display:inline-block;padding:.5rem 1.2rem;border-radius:var(--badge-radius);font-size:.95rem;font-weight:900;text-transform:uppercase;white-space:nowrap;letter-spacing:1px;box-shadow:var(--badge-shadow);position:relative;z-index:2;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.badge-success{background:linear-gradient(135deg,var(--success-color),#229954);color:#fff}.badge-warning{background:linear-gradient(135deg,var(--warning-color),#d68910);color:#fff}.badge-info{background:linear-gradient(135deg,var(--info-color),#2980b9);color:#fff}.badge-error{background:linear-gradient(135deg,var(--danger-color),#c0392b);color:#fff}.badge-secondary{background:linear-gradient(135deg,#6c757d,#5a6268);color:#fff}.header-actions{display:flex;gap:1.2rem;flex-wrap:wrap;align-items:center;position:relative;z-index:1}.detail-section{background:var(--card-bg);border-radius:var(--card-radius);padding:var(--section-padding);margin-bottom:var(--section-gap);box-shadow:var(--card-shadow);border:1.5px solid #D5CBA0;animation:fadeIn .8s ease}.detail-section h2{font-size:1.35rem;color:#7a1117;margin:0 0 1.5rem;padding-bottom:1rem;border-bottom:2px solid #D5CBA0;font-weight:900;letter-spacing:.2px;font-family:Georgia,Times New Roman,serif;text-transform:uppercase}.info-card{display:flex;flex-direction:column;gap:1.5rem}.info-row{display:grid;grid-template-columns:180px 1fr;gap:1.2rem;padding:.9rem 0;border-bottom:1px solid #D5CBA0;align-items:center}.info-row:last-child{border-bottom:none}.info-label{font-weight:900;color:#7a1117;font-size:.95rem;letter-spacing:.5px;text-transform:uppercase}.info-value{color:#1a1a2e;font-size:1.08rem;word-break:break-word;font-weight:700;line-height:1.6}.info-rows-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.8rem;margin-top:2rem}.info-rows-grid .info-row{grid-template-columns:1fr;border-bottom:none;padding:1.1rem;background:linear-gradient(135deg,#f8f6ef,#fff);border-radius:12px;border:1.5px solid #D5CBA0;gap:.7rem;border-left:4px solid #7A1117;transition:var(--transition-fast)}.info-rows-grid .info-row:hover{transform:translateY(-2px);box-shadow:0 2px 8px #7a111733;border-color:#a01820}.info-rows-grid .info-label{font-weight:900;color:#7a1117;font-size:.92rem;text-transform:uppercase;letter-spacing:.6px}.info-rows-grid .info-value{color:#1a1a2e;font-weight:900;font-size:1.12rem}.students-table-wrapper{overflow-x:auto;border-radius:var(--card-radius);box-shadow:var(--card-shadow);border:1.5px solid #D5CBA0;margin-bottom:var(--section-gap)}.students-table{width:100%;border-collapse:separate;border-spacing:0 .5rem;background:#fff}.students-table thead{background:linear-gradient(135deg,#7a1117,#d5cba0);color:#fff}.students-table th{padding:1rem 1.2rem;text-align:left;font-weight:900;color:#fff;font-size:.98rem;border-bottom:none;letter-spacing:.5px;text-transform:uppercase}.students-table td{padding:1rem 1.2rem;border-bottom:none;font-size:.98rem;color:#1a1a2e;font-weight:700}.students-table tbody tr{background:#fff;border-radius:var(--table-row-radius);box-shadow:var(--table-row-shadow);transition:background .2s,box-shadow .2s}.students-table tbody tr:hover{background:#f8f6ef;box-shadow:0 4px 12px #7a111733}.students-table td.code{font-weight:900;color:#7a1117;font-family:Courier New,monospace;letter-spacing:.8px}.students-table td.email{color:#666;word-break:break-all;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.students-table td.numeric{text-align:center;font-weight:900;color:#7a1117}.empty-state-small{text-align:center;padding:2.5rem 1.2rem;background:#fff;border-radius:var(--card-radius);color:#7a1117;border:2px dashed #D5CBA0;font-weight:900;font-size:1.08rem;animation:fadeIn .5s ease}.actions-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1.2rem;margin-top:1.5rem}.modal-overlay{position:fixed;inset:0;background:#000000bf;display:flex;align-items:center;justify-content:center;z-index:9999;padding:1rem;animation:fadeIn .3s ease;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.modal-content{background:#fff;border-radius:20px;padding:2.8rem;max-width:600px;width:100%;box-shadow:0 25px 50px #0006;animation:slideUp .4s cubic-bezier(.34,1.56,.64,1);border:2px solid #D5CBA0;position:relative;z-index:10000;color:#1a1a2e;isolation:isolate}@keyframes slideUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}.modal-content h3{font-size:1.5rem;color:#7a1117;margin:0 0 .8rem;font-weight:800;letter-spacing:-.3px;font-family:Georgia,Times New Roman,serif}.modal-content p{color:#333;margin:0 0 1.5rem;line-height:1.6;font-weight:600;font-size:1rem}.modal-textarea{width:100%;padding:1.2rem 1.3rem;border:2px solid var(--border-color);border-radius:12px;font-size:.95rem;font-family:inherit;resize:vertical;margin-bottom:2rem;transition:var(--transition-fast);box-sizing:border-box;color:var(--text-dark);font-weight:500;background:linear-gradient(135deg,white 0%,var(--lighter-bg) 100%)}.modal-textarea:focus{outline:none;border-color:var(--primary-color);box-shadow:0 0 0 5px #7a111726;background:#fff;transform:translateY(-2px)}.modal-textarea:hover:not(:focus){border-color:var(--primary-light);box-shadow:var(--shadow-md)}.modal-textarea:disabled{opacity:.6;cursor:not-allowed}.modal-actions{display:flex;gap:1.2rem;justify-content:flex-end;flex-wrap:wrap;padding-top:1.5rem;border-top:1px solid #D5CBA0;margin-top:.5rem}.modal-actions .btn{padding:.95rem 1.8rem}@media(max-width:1200px){.seminar-detail-container{padding:2.5rem 2rem}.detail-section{padding:2.3rem}.info-rows-grid{grid-template-columns:1fr}}@media(max-width:1024px){.seminar-detail-container{padding:2rem}.seminar-detail-header{flex-direction:column;align-items:flex-start;padding:2rem}.header-title-section,.header-actions{width:100%}.header-actions .btn{flex:1;text-align:center;padding:1rem 1.5rem}.detail-section{padding:2rem}.info-row{grid-template-columns:200px 1fr;gap:1.5rem}.actions-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.seminar-detail-container{padding:1.5rem}.seminar-detail-header{padding:1.5rem;margin-bottom:2.5rem}.seminar-detail-title{font-size:1.8rem}.detail-section{padding:1.8rem;margin-bottom:2rem}.detail-section h2{font-size:1.35rem;margin-bottom:1.5rem}.info-row{grid-template-columns:1fr;gap:.6rem;padding:1.2rem 0}.info-label{font-size:.9rem;color:var(--primary-color);text-transform:uppercase;margin-bottom:.4rem}.info-value{font-size:1rem}.info-rows-grid{grid-template-columns:1fr;gap:1.2rem}.info-rows-grid .info-row{padding:1.3rem}.students-table-wrapper{font-size:.9rem}.students-table th,.students-table td{padding:1rem .9rem}.students-table th{font-size:.85rem}.actions-grid{grid-template-columns:1fr}.modal-content{padding:2rem}.modal-actions{flex-direction:column}.modal-actions .btn{width:100%;text-align:center}.header-actions{flex-direction:column}.header-actions .btn{width:100%}}@media(max-width:480px){.seminar-detail-container{padding:1rem}.seminar-detail-header{padding:1.2rem}.seminar-detail-title{font-size:1.4rem}.detail-section{padding:1.3rem;margin-bottom:1.5rem}.detail-section h2{font-size:1.15rem;margin-bottom:1.2rem}.students-table{font-size:.8rem}.students-table th,.students-table td{padding:.8rem .6rem}.header-title-section,.header-actions{width:100%}.info-rows-grid{grid-template-columns:1fr}.actions-grid{grid-template-columns:1fr;gap:1rem}.btn{padding:.85rem 1.4rem;font-size:.9rem}.modal-content{padding:1.5rem;margin:1rem}.badge{padding:.55rem 1rem;font-size:.7rem}.info-row{border-bottom:none}.loading-spinner{padding:4rem 1rem}}:root{--primary-color: #7A1117;--primary-dark: #5d0d12;--primary-light: #a01820;--secondary-color: #1a4d7a;--accent-gold: #D5CBA0;--accent-light: #D5CBA0;--success-color: #D5CBA0;--warning-color: #f39c12;--danger-color: #e74c3c;--info-color: #3498db;--light-bg: #f5f7fa;--lighter-bg: #fbfcfd;--border-color: #e1e8ed;--text-dark: #1a1a2e;--text-light: #546e7a;--text-lighter: #90a4ae;--shadow-sm: 0 1px 3px rgba(0, 0, 0, .06);--shadow-md: 0 4px 12px rgba(0, 0, 0, .1);--shadow-lg: 0 12px 28px rgba(0, 0, 0, .12);--shadow-xl: 0 20px 40px rgba(0, 0, 0, .15);--shadow-glow: 0 0 20px rgba(122, 17, 23, .15);--transition: all .35s cubic-bezier(.34, 1.56, .64, 1);--transition-fast: all .2s ease}*{box-sizing:border-box}.seminar-form-container{max-width:1200px;margin:0 auto;padding:3rem 2.5rem;animation:fadeInDown .6s cubic-bezier(.34,1.56,.64,1);background:linear-gradient(135deg,#fafbfc,#f0f3f7,#e8ecf1);min-height:100vh}@keyframes fadeInDown{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.form-header{display:flex;align-items:center;gap:2rem;margin-bottom:3.5rem;padding:2.5rem;background:#5d0d12;border-radius:20px;box-shadow:var(--shadow-md);border:1px solid var(--border-color);position:relative;overflow:hidden;flex-wrap:wrap}.form-header:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,var(--primary-color),var(--accent-gold),var(--primary-color));background-size:200% 100%;animation:gradientShift 3s ease infinite}@keyframes gradientShift{0%,to{background-position:0% 0%}50%{background-position:100% 0%}}.btn-back{padding:.95rem 2rem;background:linear-gradient(135deg,#f0f3f7,#e8ecf1);color:var(--text-dark);border:2px solid var(--border-color);border-radius:12px;font-weight:700;font-size:.95rem;cursor:pointer;transition:var(--transition-fast);white-space:nowrap;text-decoration:none;display:inline-flex;align-items:center;gap:.8rem;position:relative;z-index:1;box-shadow:0 4px 10px #0000001a;letter-spacing:.4px}.btn-back:hover{background:linear-gradient(135deg,#e8ecf1,#dfe6ed);border-color:var(--primary-light);transform:translateY(-3px);box-shadow:var(--shadow-md)}.form-title{flex:1;min-width:300px;font-size:2.5rem;color:#fff;margin:0;font-family:Georgia,Times New Roman,serif;font-weight:700;letter-spacing:-1px;-webkit-background-clip:text;background-clip:text;position:relative;z-index:1}.loading-spinner{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:6rem 2rem;text-align:center;min-height:400px;background:linear-gradient(135deg,white 0%,var(--lighter-bg) 100%);border-radius:20px;box-shadow:var(--shadow-md);border:1px solid var(--border-color)}.spinner{width:60px;height:60px;border:4px solid rgba(122,17,23,.1);border-top:4px solid var(--primary-color);border-right:4px solid var(--accent-gold);border-radius:50%;animation:spin 1s cubic-bezier(.4,0,.6,1) infinite;margin-bottom:2rem;box-shadow:var(--shadow-glow)}.loading-spinner p{color:var(--text-light);font-size:1.1rem;margin:0;font-weight:600;letter-spacing:.8px}.alert{padding:1.5rem 1.8rem;border-radius:15px;margin-bottom:2.5rem;font-weight:600;border-left:5px solid;animation:slideInDown .5s cubic-bezier(.34,1.56,.64,1);letter-spacing:.4px;position:relative;overflow:hidden}.alert:before{content:"";position:absolute;top:0;left:0;width:100%;height:2px;background:linear-gradient(90deg,transparent,currentColor,transparent);opacity:.3}@keyframes slideInDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.alert-success{background:linear-gradient(90deg,#f9f6e7,#f7f7fa);color:#7a1117;border-color:var(--success-color);box-shadow:0 2px 12px #7a11171a}.alert-error{background:#fde1e1;color:#7a1117;border-color:var(--danger-color);box-shadow:0 2px 12px #7a11171a}.seminar-form{background:#fff;border-radius:20px;padding:3rem;box-shadow:var(--shadow-md);border:1px solid var(--border-color);animation:fadeIn .8s ease .2s both}.form-section{margin-bottom:3rem}.form-section:last-child{margin-bottom:0}.form-section+.form-section{padding-top:2.5rem;border-top:2px solid var(--border-color)}.form-section h3{font-size:1.5rem;color:var(--primary-color);margin:0 0 1.8rem;padding-bottom:1.2rem;border-bottom:3px solid var(--primary-color);font-weight:700;letter-spacing:-.3px;font-family:Georgia,Times New Roman,serif}.form-group{margin-bottom:2rem}.form-group label{display:block;font-weight:900;color:#7a1117;font-size:1rem;letter-spacing:.6px}.form-group label .required{color:var(--danger-color);margin-left:.4rem;font-size:1.2em}.form-control{width:100%;padding:1.1rem 1.3rem;border:2px solid var(--border-color);border-radius:12px;font-size:.95rem;background:linear-gradient(135deg,white 0%,var(--lighter-bg) 100%);color:var(--text-dark);transition:var(--transition-fast);font-weight:500;box-shadow:var(--shadow-sm);font-family:inherit}.form-control:focus{outline:none;border-color:#7a1117;box-shadow:0 0 0 5px #7a111726;transform:translateY(-2px);background:#fff}.form-control:hover:not(:focus){border-color:var(--primary-light);box-shadow:var(--shadow-md)}.form-control:disabled{opacity:.6;cursor:not-allowed;background:linear-gradient(135deg,var(--light-bg) 0%,var(--lighter-bg) 100%)}.form-control.is-invalid{border-color:var(--danger-color);background:linear-gradient(135deg,#e74c3c0d,#fff)}.form-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.form-group input[type=number],.form-group input[type=text],.form-group input[type=email],.form-group textarea,.form-group select{width:100%}textarea.form-control{resize:vertical;min-height:120px;font-family:inherit}.form-hint{display:block;color:var(--text-light);font-size:.85rem;margin-top:.5rem;font-weight:500}.error-text{display:block;color:var(--danger-color);font-size:.85rem;margin-top:.6rem;font-weight:600;animation:slideInDown .3s ease}.form-info-box{background:linear-gradient(135deg,#7a111714,#7a111708);border:2px solid var(--primary-light);border-radius:15px;padding:2rem;margin-bottom:2.5rem;border-left:5px solid var(--primary-color);position:relative;overflow:hidden;animation:slideInDown .5s ease}.form-info-box:before{content:"";position:absolute;top:0;right:0;width:150px;height:150px;background:radial-gradient(circle,rgba(122,17,23,.1),transparent);border-radius:50%;pointer-events:none}.form-info-box h4{color:var(--primary-color);margin:0 0 1rem;font-size:1.2rem;font-weight:700;letter-spacing:-.3px;position:relative;z-index:1}.form-info-box p{margin:.8rem 0 0;color:var(--text-light);font-size:.95rem;line-height:1.7;font-weight:500;position:relative;z-index:1}.form-info-box ul{margin:1.2rem 0 0;padding-left:2rem;color:var(--text-light);font-weight:500;position:relative;z-index:1}.form-info-box li{margin-bottom:.8rem;line-height:1.6;color:var(--text-light)}.form-info-box li::marker{color:var(--primary-color);font-weight:700}.form-actions{display:flex;gap:1.5rem;justify-content:flex-end;padding-top:2.5rem;border-top:2px solid var(--border-color);flex-wrap:wrap;margin-top:3rem}.btn{padding:1rem 2.2rem;border:none;border-radius:12px;font-weight:700;font-size:.95rem;cursor:pointer;transition:var(--transition-fast);white-space:nowrap;text-decoration:none;display:inline-block;letter-spacing:.5px;box-shadow:0 4px 10px #00000026;position:relative;overflow:hidden}.btn:before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;background:#ffffff80;transform:translate(-50%,-50%);transition:width .6s,height .6s}.btn:active:before{width:300px;height:300px}.btn:disabled{opacity:.5;cursor:not-allowed;box-shadow:none;transform:none}.btn-primary{background:linear-gradient(135deg,#7a1117,#5d0d12);color:#fff;font-weight:900;font-size:1.08rem;box-shadow:0 8px 20px #7a11172e;letter-spacing:.5px}.btn-primary:hover:not(:disabled){background:linear-gradient(135deg,#5d0d12,#7a1117);color:#d5cba0;border:2px solid #7A1117;box-shadow:0 12px 32px #7a111740;transform:translateY(-4px)}.btn-secondary{background:linear-gradient(135deg,#f0f3f7,#e8ecf1);color:var(--text-dark);border:2px solid var(--border-color)}.btn-secondary:hover:not(:disabled){background:linear-gradient(135deg,#e8ecf1,#dfe6ed);transform:translateY(-4px);box-shadow:var(--shadow-md);border-color:var(--primary-light)}@media(max-width:1024px){.seminar-form-container{padding:2.5rem 2rem}.seminar-form{padding:2.5rem}.form-section{margin-bottom:2.5rem}.form-grid{gap:1.5rem}.form-actions{flex-direction:column}.form-actions .btn{width:100%;text-align:center}}@media(max-width:768px){.seminar-form-container{padding:1.5rem}.form-header{flex-direction:column;align-items:flex-start;gap:1.5rem;padding:1.5rem}.form-title{font-size:1.8rem;width:100%}.btn-back{width:100%;text-align:center;justify-content:center}.seminar-form{padding:1.8rem}.form-section h3{font-size:1.25rem;margin-bottom:1.3rem}.form-grid{grid-template-columns:1fr;gap:1.5rem}.form-actions{flex-direction:column;gap:1rem;padding-top:1.8rem;margin-top:2rem}.form-actions .btn{width:100%}.form-info-box{padding:1.5rem;margin-bottom:1.8rem}}@media(max-width:480px){.seminar-form-container{padding:1rem}.form-header{padding:1.2rem}.form-title{font-size:1.4rem}.btn-back{padding:.8rem 1.4rem;font-size:.85rem}.seminar-form{padding:1.2rem}.form-section{margin-bottom:1.8rem}.form-section h3{font-size:1.1rem;margin-bottom:1rem}.form-group{margin-bottom:1.5rem}.form-grid{gap:1rem}.btn{padding:.9rem 1.6rem;font-size:.9rem}.form-info-box{padding:1.2rem}.form-info-box h4{font-size:1.05rem}.form-info-box p{font-size:.9rem}.form-info-box ul{padding-left:1.5rem}.alert{padding:1.2rem 1.5rem;font-size:.9rem}}.premium-filters{background:#f8f6ef;border-radius:14px;box-shadow:0 4px 16px #7a111712;padding:1.2rem 1.5rem;margin-bottom:2.2rem;border:1px solid #D5CBA0}.filter-card{background:#fff;border-radius:12px;box-shadow:0 2px 8px #7a111714;padding:1.1rem 1.2rem 1.2rem;margin-bottom:.5rem;border:1px solid #f7f7fa;display:flex;flex-direction:column;gap:.7rem}.filter-header{display:flex;align-items:center;gap:.5rem;margin-bottom:.3rem}.filter-icon{font-size:1.3rem;color:#d5cba0;text-shadow:0 1px 4px #7A111733}width: 100%; height: 2px; background: linear-gradient(90deg,#D5CBA0 0%,#5d0d12 100%); border-radius: 2px; margin: .7rem 0 .7rem 0; } .premium-active-filters{background:#fff;border-radius:12px;box-shadow:0 2px 8px #7a111714;padding:.7rem 1.2rem;margin-bottom:1.2rem;border:1px solid #D5CBA0;display:flex;flex-wrap:wrap;gap:.7rem;align-items:center}background: #D5CBA0; color: #5d0d12; border-radius: 16px; padding: .35rem 1rem; font-size: .95rem; font-weight: 600; font-family: "Georgia","Times New Roman",serif; box-shadow: 0 2px 8px rgba(122,17,23,.08); display: inline-flex; align-items: center; gap: .4rem; } font-size: 1.1rem; color: #5d0d12; margin-right: .2rem; } .students-pending-filters{display:flex;gap:2.5rem;margin-bottom:2.2rem;flex-wrap:wrap;align-items:flex-end}.filter-section{flex:1;min-width:260px}font-weight: 700; color: #5d0d12; font-size: 1.1rem; margin-bottom: .5rem; display: block; font-family: "Georgia","Times New Roman",serif; } .search-form{display:flex;gap:.7rem;align-items:center}flex: 1; padding: .7rem 1rem; border: 2px solid #D5CBA0; border-radius: 8px; font-size: 1rem; font-weight: 500; color: #5d0d12; background: #f8f6ef; box-shadow: 0 2px 8px rgba(93,13,18,.08); font-family: "Georgia","Times New Roman",serif; transition: border-color .2s; } border-color: #5d0d12; outline: none; } background: #5d0d12; color: #fff; border: none; border-radius: 8px; padding: .7rem 1.2rem; font-weight: 700; font-size: 1rem; box-shadow: 0 2px 8px rgba(93,13,18,.08); cursor: pointer; font-family: "Georgia","Times New Roman",serif; transition: background .2s; } background: #5d0d12; } width: 100%; padding: .75rem 1rem; border: 2px solid #D5CBA0; border-radius: 8px; font-size: 1rem; font-weight: 700; color: #5d0d12; background: #f8f6ef; margin-top: .5rem; min-height: 3rem; box-shadow: 0 2px 8px rgba(93,13,18,.08); font-family: "Georgia","Times New Roman",serif; transition: border-color .2s; } border-color: #5d0d12; outline: none; } color: #5d0d12; font-weight: 500; margin-top: .25rem; display: block; font-size: .95rem; } margin-top: .5rem; background: #5d0d12; color: #fff; border: none; border-radius: 8px; padding: .5rem 1.2rem; font-weight: 700; font-size: 1rem; box-shadow: 0 2px 8px rgba(93,13,18,.08); cursor: pointer; font-family: "Georgia","Times New Roman",serif; transition: background .2s; } background: #5d0d12; } background: #fff; color: #5d0d12; border: 2px solid #D5CBA0; border-radius: 8px; padding: .5rem 1.2rem; font-weight: 700; font-size: 1rem; box-shadow: 0 2px 8px rgba(93,13,18,.08); cursor: pointer; margin-left: 1rem; margin-top: .5rem; font-family: "Georgia","Times New Roman",serif; transition: background .2s; } background: #f8f6ef; } .active-filters{margin-bottom:1.2rem;display:flex;flex-wrap:wrap;gap:.7rem;align-items:center}font-weight: 700; color: #5d0d12; font-size: 1.05rem; font-family: "Georgia","Times New Roman",serif; } background: #D5CBA0; color: #5d0d12; border-radius: 16px; padding: .35rem 1rem; font-size: .95rem; font-weight: 600; font-family: "Georgia","Times New Roman",serif; box-shadow: 0 2px 8px rgba(122,17,23,.08); display: inline-block; } .students-pending-container{max-width:1400px;margin:2rem auto;padding:2.5rem 1.5rem;background:linear-gradient(135deg,#f9f6e7,#f7f7fa 60%,#e8ebf0);border-radius:18px;box-shadow:0 8px 40px #7a11171a}.students-pending-loading{text-align:center;padding:4rem 2rem;font-size:1.1rem;color:#666}.students-pending-header{padding:2.5rem 2rem 2rem;margin-bottom:2rem;background-color:#5d0d12;color:#fff;border-radius:18px 18px 0 0;box-shadow:0 8px 32px #5d0d1226;border-bottom:none}.students-pending-title{font-size:2.3rem;color:#fff;margin:0;font-family:Georgia,Times New Roman,serif;font-weight:900;letter-spacing:.7px;text-shadow:0 2px 8px #7A111733}.students-pending-subtitle{color:#f7f7fa;margin-top:.5rem;font-size:1.08rem}.students-pending-message{padding:1rem 1.25rem;border-radius:8px;margin-bottom:1.5rem;font-size:.95rem;line-height:1.5;animation:slideDown .3s ease-out}font-family: "Georgia","Times New Roman",serif; font-size: 1rem; .students-pending-message.error{background-color:#fde1e1;color:#7a1117;border-left:4px solid #7A1117}.students-pending-message.success{background-color:linear-gradient(90deg,#f9f6e7 0%,#f7f7fa 100%);color:#7a1117;border-left:4px solid #D5CBA0}.students-pending-message.info{background:linear-gradient(90deg,#f9f6e7,#f7f7fa);color:#5d0d12;border-left:4px solid #D5CBA0}.students-pending-empty{background:#fff;border-radius:12px;padding:4rem 2rem;text-align:center;box-shadow:0 15px 35px #00000026;box-shadow:0 2px 8px #7a11171a}.students-pending-empty-icon{font-size:4.5rem;margin-bottom:1.5rem}.students-pending-empty-text{font-size:1.3rem;color:#7a1117;font-weight:600;margin:0}.students-pending-empty-subtext{font-size:1rem;color:#666;margin-top:.5rem}.students-pending-table-container{background:#fff;border-radius:12px;box-shadow:0 15px 35px #00000026;overflow:hidden;animation:fadeIn .4s ease-out}.students-pending-table{width:100%;border-collapse:collapse;box-shadow:0 2px 8px #7a11171a}.students-pending-table thead{background:linear-gradient(135deg,#7a1117,#5d0d12);color:#fff}.students-pending-table th{padding:.95rem 1rem;text-align:left;font-family:Georgia,Times New Roman,serif;font-size:.85rem;font-weight:600;text-transform:uppercase;letter-spacing:.4px;border-bottom:3px solid #5d0d12;white-space:nowrap}.students-pending-table tbody tr{border-bottom:1px solid #e0e0e0;transition:all .3s ease}.students-pending-table tbody tr:hover{background-color:#f9f9f9;transform:scale(1.01);box-shadow:0 2px 8px #7a11171a}.students-pending-table tbody tr:last-child{border-bottom:none}.students-pending-table td{padding:.9rem 1rem;font-size:.9rem;color:#333}font-weight: 600; color: #5d0d12; font-size: 1rem; } .modality-name{color:#555;font-weight:500;font-size:.95rem;max-width:250px;word-break:break-word;overflow-wrap:break-word}.status-badge{display:inline-block;padding:.4rem 1rem;border-radius:20px;font-size:.85rem;font-weight:600;text-transform:uppercase;letter-spacing:.3px}.status-badge.pending{background-color:#fff3cd;color:#856404;border:1px solid #ffc107}.status-badge.in-review{background-color:#d1ecf1;color:#0c5460;border:1px solid #17a2b8}.status-badge.approved{background-color:#f9f6e7;color:#7a1117;border:1px solid #D5CBA0}background-color: #fde1e1; color: #5d0d12; border: 1px solid #5d0d12; } .status-badge.defense{background-color:#f3e5f5;color:#7b1fa2;border:1px solid #9c27b0}.status-badge.graded{background-color:#e0f2f1;color:#00695c;border:1px solid #009688}.status-badge.corrections{background-color:#fff3e0;color:#e65100;border:1px solid #ff9800}padding: .7rem .9rem; background-color: #5d0d12; color: white; border: none; border-radius: 8px; font-size: .85rem; font-weight: 600; cursor: pointer; transition: all .3s ease; box-shadow: 0 2px 6px rgba(93,13,18,.3); white-space: nowrap; margin-left: auto; margin-right: 1rem; } background-color: #5d0d12; transform: translateY(-2px); box-shadow: 0 4px 10px rgba(93,13,18,.4); } .view-profile-button:active{transform:translateY(0)}@media(max-width:1024px){.students-pending-table-container{overflow-x:auto}.students-pending-table{min-width:700px}}@media(max-width:768px){.students-pending-container{padding:1.5rem 1rem}.students-pending-header{padding:1.5rem}.students-pending-title{font-size:1.5rem}.students-pending-table thead{display:none}.students-pending-table tbody tr{display:block;margin-bottom:1rem;border:1px solid #e0e0e0;border-radius:8px;padding:1rem}.students-pending-table td{display:flex;justify-content:space-between;padding:.5rem 0;border:none}.students-pending-table td:before{content:attr(data-label);font-weight:600;color:#7a1117}.view-profile-button{width:100%;margin-top:.5rem}}@media(max-width:480px){.students-pending-header{padding:1.25rem}.students-pending-title{font-size:1.3rem}.students-pending-table th,.students-pending-table td{padding:.7rem .8rem;font-size:.8rem}.view-profile-button{padding:.6rem .7rem;font-size:.75rem}}.modal-overlay{position:fixed;inset:0;background-color:#0009;display:flex;justify-content:center;align-items:center;z-index:1000;animation:fadeIn .2s ease}.modal-content{background:linear-gradient(135deg,#fff,#f9f6ee);border:2px solid #d5cba0;border-radius:16px;width:90%;max-width:600px;max-height:90vh;overflow-y:auto;box-shadow:0 10px 40px #0000004d;animation:slideUp .3s ease;padding:2rem}.modal-content.modal-large{max-width:800px}@keyframes slideUp{0%{transform:translateY(50px);opacity:0}to{transform:translateY(0);opacity:1}}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:0 0 1rem;margin-bottom:1rem;border-bottom:1px solid #e0e0e0;background:transparent}.modal-header h3{font-size:1.5rem;font-weight:700;color:#1a1a1a;margin:0}.modal-close{background:none;border:none;font-size:1.5rem;color:#999;cursor:pointer;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .2s ease}.modal-close:hover{background-color:#f0f0f0;color:#333}.modal-body{padding:0;background:transparent}.modal-body form,.modal-form{background:transparent}.document-info-box{background:#f8f9fa;border-radius:8px;padding:1rem;margin-bottom:1.5rem}.document-info-box h4{font-size:1.1rem;font-weight:600;color:#333;margin:0 0 .5rem}.current-status{font-size:.9rem;color:#666;margin:0}.form-group label{display:block;font-weight:600;color:#333;margin-bottom:.5rem;font-size:.95rem}.form-select,.form-input,.form-textarea{width:100%;padding:.75rem;border:1px solid #ddd;border-radius:8px;font-size:.95rem;font-family:inherit;transition:border-color .2s ease,box-shadow .2s ease}.form-select:focus,.form-input:focus,.form-textarea:focus{outline:none;border-color:#2196f3;box-shadow:0 0 0 3px #2196f31a}.form-textarea{resize:vertical;min-height:100px}.form-hint{display:block;font-size:.85rem;color:#666;margin-top:.5rem}.info-box,.warning-box{padding:1rem;border-radius:8px;margin-bottom:1.5rem;font-size:.9rem}.info-box{background-color:#e3f2fd;color:#1565c0;border-left:4px solid #2196f3}.warning-box{background-color:#fff3cd;color:#856404;border-left:4px solid #ffc107}.warning-box p{margin:0}.error-message{background-color:#fee;color:#c33;padding:.75rem 1rem;border-radius:8px;border-left:4px solid #c33;margin-bottom:1rem;font-size:.9rem}.loading-message{text-align:center;padding:2rem;color:#666;font-size:1rem}.modal-actions{display:flex;justify-content:flex-end;gap:1rem;margin-top:1.5rem;background:transparent}.btn-cancel,.btn-submit{padding:.75rem 1.5rem;border:none;border-radius:8px;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .2s ease}.btn-cancel{background-color:#fff;color:#7a1117;border:1.5px solid #D5CBA0;transition:background .2s,color .2s}.btn-cancel:hover:not(:disabled){background-color:#f9f6ee;color:#7a1117;border-color:#7a1117}.btn-submit{background:linear-gradient(135deg,#7a1117,#5d0d12);color:#fff;box-shadow:0 4px 12px #7a11172e;border:1.5px solid #7A1117;transition:background .2s,color .2s}.btn-submit:hover:not(:disabled){background:linear-gradient(135deg,#5d0d12,#7a1117);color:#fff;transform:translateY(-2px);box-shadow:0 6px 20px #7a111738}.btn-cancel:disabled,.btn-submit:disabled{opacity:.6;cursor:not-allowed}.modality-details{max-height:600px;overflow-y:auto}.detail-section{margin-bottom:2rem}.detail-section:last-child{margin-bottom:0}.detail-section h4,.detail-section h5{font-weight:700;color:#1a1a1a;margin-bottom:1rem}.detail-section h4{font-size:1.5rem}.detail-section h5{font-size:1.2rem;color:#333;border-bottom:2px solid #e0e0e0;padding-bottom:.5rem}.detail-title{font-size:1.8rem;margin-bottom:.5rem}.detail-type,.detail-credits{font-size:.95rem;color:#666;margin:.5rem 0}.detail-type span,.detail-credits span{font-weight:600;color:#333}.detail-description{font-size:.95rem;line-height:1.6;color:#555;text-align:justify}.requirements-list{display:flex;flex-direction:column;gap:1rem}.requirement-item{background:#f8f9fa;border-radius:8px;padding:1rem;border-left:4px solid #2196f3}.requirement-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.requirement-name{font-weight:600;color:#333;font-size:1rem}.requirement-type{background-color:#e3f2fd;color:#1976d2;padding:.25rem .75rem;border-radius:12px;font-size:.8rem;font-weight:600}.requirement-description{font-size:.9rem;color:#666;margin:.5rem 0}.requirement-value{font-size:.85rem;color:#555;margin:.5rem 0 0}.requirement-value strong{color:#2196f3}.documents-list{display:flex;flex-direction:column;gap:1rem}.document-item{background:#f8f9fa;border-radius:8px;padding:1rem;border-left:4px solid #ff9800}.document-item-header{margin-bottom:.5rem}.document-item-name{font-weight:600;color:#333;font-size:1rem;display:flex;align-items:center;gap:.5rem}.mandatory-badge{background-color:#ffebee;color:#c62828;padding:.25rem .5rem;border-radius:12px;font-size:.75rem;font-weight:600}.document-item-description{font-size:.9rem;color:#666;margin:.5rem 0}.document-item-meta{display:flex;gap:1rem;font-size:.85rem;color:#999;margin-top:.5rem}@media(max-width:768px){.modal-content{width:95%;max-height:95vh;padding:1.5rem}.modal-header{padding:0 0 .75rem}.modal-body{padding:0}.modal-actions{flex-direction:column}.btn-cancel,.btn-submit{width:100%}}.approve-all-btn{display:block;margin:2.5rem auto 0;padding:1.25rem 3.5rem;border:none;border-radius:14px;font-size:1.35rem;font-weight:900;background:#7a1117;color:#fff;box-shadow:0 6px 24px #7a11172e;letter-spacing:.5px;transition:all .22s cubic-bezier(.4,0,.2,1);cursor:pointer;text-align:center}.approve-all-btn.enabled:hover{background:#5d0d12;box-shadow:0 10px 32px #7a111747;transform:translateY(-2px) scale(1.04)}.approve-all-btn.disabled{background:#e0e0e0;color:#aaa;cursor:not-allowed;box-shadow:none}.stepper-info-card{background:#fff;border-radius:14px;box-shadow:0 2px 8px #7a111714;padding:2rem 2.5rem;margin-bottom:2rem;border:1px solid #D5CBA0;display:flex;align-items:center;gap:1.5rem;min-height:90px;position:relative}.stepper-info-icon{font-size:2.1rem;color:#7a1117;margin-right:1.2rem;flex-shrink:0}.stepper-info-label{font-size:1.18rem;font-weight:700;color:#7a1117;font-family:Georgia,Times New Roman,serif;letter-spacing:.5px;flex:1}.stepper-info-label.done{color:#7a1117}.stepper-info-icon.done{color:#d5cba0;text-shadow:0 2px 8px #7A111733}.stepper-info-hint{color:#7a1117;background:#f9f6ee;border-radius:8px;padding:.75rem 1rem;font-size:.98rem;border-left:4px solid #7A1117;margin-left:2.5rem;margin-top:.5rem}.council-institutional-card{background:linear-gradient(135deg,#f7f7fa,#e8ebf0);border:2.5px solid #7A1117;border-radius:18px;box-shadow:0 8px 32px #7a11171a;padding:2.5rem 2rem 2rem;margin:2.5rem 0}.institutional-title{color:#7a1117;font-family:Georgia,Times New Roman,serif;font-size:1.5rem;font-weight:700;margin-bottom:2rem;letter-spacing:.5px;text-shadow:0 2px 8px #7A111733}.institutional-step{background:#fff;border-radius:12px;border:1.5px solid #D5CBA0;margin-bottom:1.5rem;padding:1.25rem 1.5rem;display:flex;align-items:center;gap:1.25rem;box-shadow:0 2px 8px #7a111714}.institutional-step.step-done{border-left:6px solid #D5CBA0;background:linear-gradient(90deg,#e8ebf0,#f9f6e7)}.institutional-step.step-pending{border-left:6px solid #ffc107;background:linear-gradient(90deg,#e8ebf0,#fffbe6)}.institutional-icon{font-size:2rem;margin-right:.5rem}.institutional-label{font-size:1.1rem;font-weight:600;color:#7a1117}.institutional-value{color:#7a1117;font-weight:700;margin-left:.5rem}.institutional-hint{color:#7a1117;background:#f9f6ee;border-radius:8px;padding:.75rem 1rem;margin-top:.75rem;font-size:.98rem;border-left:4px solid #ffc107}.institutional-header{display:flex;align-items:center;gap:1.25rem}.institutional-action-btn{background:linear-gradient(135deg,#7a1117,#d5cba0);color:#fff;border:1.5px solid #7A1117;border-radius:8px;font-weight:600;font-size:1rem;padding:.5rem 1.25rem;margin-left:1rem;cursor:pointer;transition:background .2s,color .2s;box-shadow:0 2px 8px #7a111714}.institutional-action-btn:hover{background:linear-gradient(135deg,#5d0d12,#7a1117);color:#fff}.institutional-approve-content{display:flex;flex-direction:column;align-items:flex-start;gap:.75rem}.institutional-approve-btn{background:linear-gradient(135deg,#7a1117,#d5cba0);color:#fff;border:1.5px solid #7A1117;border-radius:8px;font-weight:700;font-size:1.1rem;padding:.7rem 2.2rem;margin-top:.5rem;cursor:pointer;box-shadow:0 2px 8px #7a111714;transition:background .2s,color .2s}.institutional-approve-btn.enabled:hover{background:linear-gradient(135deg,#5d0d12,#d5cba0);color:#fff}.institutional-approve-btn.disabled{background:#e0e0e0;color:#aaa;border:1.5px solid #ccc;cursor:not-allowed}.institutional-warning{color:#dc2626;background:#fffbe6;border-left:4px solid #dc2626;border-radius:8px;padding:.7rem 1rem;font-size:.98rem;margin-top:.5rem}.student-profile-container{max-width:1400px;margin:2rem auto;padding:2.5rem 1.5rem;background:linear-gradient(135deg,#f9f6e7,#f7f7fa 60%,#e8ebf0);border-radius:18px;box-shadow:0 8px 40px #7a11171a;min-height:100vh}.student-profile-loading,.student-profile-error,.student-profile-no-data{text-align:center;padding:4rem 2rem;font-size:1.1rem;color:#666}.student-profile-error{color:#7a1117}.student-profile-header{background:linear-gradient(90deg,#7a1117,#d5cba0);color:#fff;border-radius:18px 18px 0 0;box-shadow:0 8px 32px #7a11171a;padding:2.5rem 2rem 2rem;margin-bottom:2rem;display:flex;flex-direction:column;align-items:flex-start;border-bottom:none}.student-profile-title{font-family:Georgia,Times New Roman,serif;font-size:2.3rem;color:#fff;margin:0;font-weight:900;letter-spacing:.7px;text-shadow:0 2px 8px #7A111733}.student-profile-subtitle{color:#f7f7fa;margin-top:.5rem;font-size:1.08rem;font-weight:600;letter-spacing:.2px;text-shadow:0 1px 4px #7A111733}.student-info-card{background:#fff;border-radius:14px;box-shadow:0 2px 8px #7a111714;padding:2rem 2.5rem;margin-bottom:2rem;border:1px solid #D5CBA0}.student-info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem}.student-info-item{display:flex;flex-direction:column;gap:.5rem}.student-info-label{font-size:.95rem;font-weight:700;color:#7a1117;letter-spacing:.5px;font-family:Georgia,Times New Roman,serif;text-transform:none}.student-info-value{font-size:1.15rem;color:#333;font-weight:600;font-family:Georgia,Times New Roman,serif;text-transform:none}.alert-message{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.5rem;border-radius:10px;margin-bottom:1.5rem;font-weight:500;animation:slideDown .3s ease-out}.alert-message.success{background:linear-gradient(90deg,#f9f6e7,#f7f7fa);color:#7a1117;border-left:4px solid #D5CBA0;box-shadow:0 2px 12px #7a111714}.alert-message.error{background:#fde1e1;color:#7a1117;border-left:4px solid #7A1117;box-shadow:0 2px 12px #7a111714}.alert-close{background:transparent;border:none;font-size:1.2rem;cursor:pointer;color:inherit;padding:0;width:24px;height:24px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:background .2s}.alert-close:hover{background:#0000001a}.card-section-title{font-family:Georgia,Times New Roman,serif;font-size:1.3rem;color:#7a1117;margin:0 0 1.5rem;font-weight:600;padding-bottom:.75rem;border-bottom:2px solid #e0e0e0}.student-info-value.distinction{color:#7a1117;font-weight:700;text-transform:uppercase}.documents-stats-card{background:#fff;border-radius:12px;padding:2rem;margin-bottom:2rem;box-shadow:0 15px 35px #00000026}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1.5rem;margin-top:1rem}.stat-item{text-align:center;padding:1.5rem;border-radius:10px;transition:transform .3s ease}.stat-item:hover{transform:translateY(-4px)}.stat-item.total{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.stat-item.approved{background:linear-gradient(135deg,#d5cba0,#b7a873);color:#5d0d12}.stat-item.pending{background:linear-gradient(135deg,#ffc107,#ff9800);color:#fff}.stat-item.rejected{background:linear-gradient(135deg,#dc3545,#c82333);color:#fff}.stat-number{font-size:2.5rem;font-weight:700;margin-bottom:.5rem;color:#333}.documents-stats-card .stat-number,.documents-stats-card .stat-item .stat-number,.documents-stats-card .stat-label,.documents-stats-card .stat-item .stat-label{color:#fff!important;text-shadow:0 1px 4px rgba(0,0,0,.25)}.stat-label{font-size:.9rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;opacity:.95}.mandatory-badge{display:inline-block;padding:.3rem .7rem;border-radius:12px;font-size:.8rem;font-weight:700;text-transform:uppercase}.mandatory-badge.yes{background:#fff3cd;color:#856404;border:1px solid #ffc107}.mandatory-badge.no{background:#e7f3ff;color:#084298;border:1px solid #0c5da5}.status-description{font-size:.85rem;color:#555;font-style:italic;display:block;max-width:300px;line-height:1.4}.locked-badge{display:inline-block;padding:.5rem 1rem;background:#f9f6e7;color:#7a1117;border-radius:6px;font-size:.85rem;font-weight:600;border:1px solid #D5CBA0}.not-uploaded-text{font-size:.9rem;color:#999;font-style:italic}@media(max-width:768px){.stats-grid{grid-template-columns:repeat(2,1fr)}.stat-number{font-size:2rem}.card-section-title{font-size:1.1rem}}@media(max-width:480px){.stats-grid{grid-template-columns:1fr}.documents-table{font-size:.85rem}.doc-btn{padding:.5rem .8rem;font-size:.85rem}}.student-info-value.email{color:#7a1117;text-decoration:none}.student-info-value.status{color:#fff;font-weight:600}.modality-details-btn-container{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid #000000}.btn-view-modality-details{background-color:#7a1117;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:8px;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 2px 6px #7a11174d}.btn-view-modality-details:hover{background-color:#5d0d12;transform:translateY(-2px);box-shadow:0 4px 10px #7a111766}.council-actions-section{background:#fff;border-radius:12px;padding:2rem;margin-bottom:2rem;box-shadow:0 15px 35px #00000026}.section-title{font-family:Georgia,Times New Roman,serif;font-size:1.4rem;color:#7a1117;margin:0 0 1.5rem;font-weight:600}.council-actions-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem}.council-action-btn{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.75rem;padding:2rem 1.5rem;border:none;border-radius:12px;font-size:1rem;font-weight:700;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #0000001a;min-height:150px}.action-icon{font-size:2.5rem}.action-text{text-align:center;line-height:1.3}.council-action-btn.assign-director{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.council-action-btn.assign-director:hover{transform:translateY(-4px);box-shadow:0 8px 20px #667eea66}.council-action-btn.schedule-defense{background:linear-gradient(135deg,#f093fb,#f5576c);color:#fff}.council-action-btn.schedule-defense:hover{transform:translateY(-4px);box-shadow:0 8px 20px #f5576c66}.council-action-btn.final-evaluation{background:linear-gradient(135deg,#4facfe,#00f2fe);color:#fff}.council-action-btn.final-evaluation:hover{transform:translateY(-4px);box-shadow:0 8px 20px #4facfe66}.documents-section{background:#fff;border-radius:12px;padding:2rem;margin-bottom:2rem;box-shadow:0 15px 35px #00000026}.documents-section-title{font-family:Georgia,Times New Roman,serif;font-size:1.5rem;color:#7a1117;margin:0 0 1.5rem;font-weight:600}.documents-card{background:#fff;border-radius:14px;padding:2rem;box-shadow:0 4px 18px #0000000f;border:1px solid #eee}.documents-card-header{margin-bottom:1.8rem;border-bottom:1px solid #f1f1f1;padding-bottom:1rem}.documents-title{font-size:1.6rem;font-weight:700;color:#5d0d12!important;margin:0}.documents-subtitle{margin-top:.3rem;color:#6b7280;font-size:.95rem}.documents-table{width:100%;border-collapse:separate;border-spacing:0;font-size:.95rem}.documents-table thead th{background:#f8fafc;text-align:left;padding:.9rem;font-weight:600;color:#374151;border-bottom:1px solid #e5e7eb}.documents-table td{padding:.9rem;border-bottom:1px solid #f1f1f1}.documents-table tbody tr:hover{background:#f9fafb}.document-name{font-weight:600;color:#111827}.doc-btn{padding:.45rem .8rem;border-radius:8px;border:none;font-size:.85rem;font-weight:600;cursor:pointer;margin-right:.5rem;transition:all .2s ease}.doc-btn-view{background:#e5e7eb;color:#111827}.doc-btn-view:hover{background:#d1d5db}.doc-btn-review{background:#7a1117;color:#fff}.doc-btn-review:hover{background:#5c0d12}.doc-btn-cancel{background:#f3f4f6;color:#374151}.locked-badge{background:#ecfdf5;color:#065f46;padding:.3rem .6rem;border-radius:6px;font-size:.8rem;font-weight:600}.review-panel{margin-top:1rem;padding:1.5rem;background:linear-gradient(135deg,#f8f6ef,#fff);border-radius:14px;border:2px solid #7A1117;box-shadow:0 4px 16px #7a111733;animation:slideDown .3s ease-out}.review-panel-title{font-family:Georgia,Times New Roman,serif;font-size:1.15rem;color:#7a1117;margin-bottom:1.25rem;font-weight:900}.review-label{display:block;font-weight:700;color:#333;margin-bottom:.5rem;font-size:.9rem}.review-select,.review-textarea{width:100%;padding:.75rem 1rem;border:2px solid #ccc;border-radius:8px;font-size:.95rem;background-color:#fff;cursor:pointer;transition:all .3s ease}.review-submit-btn{margin-top:1rem;padding:.85rem 2rem;border-radius:8px;border:none;background:#7a1117;color:#fff;font-size:1rem;font-weight:700;cursor:pointer;transition:all .3s ease;box-shadow:0 3px 8px #7a11174d}.review-submit-btn:hover:not(:disabled){background:#5d0d12;transform:translateY(-2px);box-shadow:0 5px 12px #7a111766}.documents-empty{text-align:center;padding:2rem;color:#6b7280}.documents-empty-icon{font-size:2rem;margin-bottom:.5rem}.documents-empty{text-align:center;padding:3rem 2rem;background:#f9f9f9;border-radius:12px}.documents-empty-icon{font-size:4rem;margin-bottom:1rem}.documents-empty-text{font-size:1.1rem;color:#666}.documents-table-wrapper{overflow-x:auto}.documents-table{width:100%;border-collapse:collapse;margin-bottom:2rem;font-size:.85rem}.documents-table thead{background:linear-gradient(135deg,#7a1117,#5d0d12);color:#fff}.documents-table th{padding:.8rem 1rem;text-align:left;font-family:Georgia,Times New Roman,serif;font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;white-space:nowrap}.documents-table tbody tr{border-bottom:1px solid #e0e0e0;transition:background-color .2s ease}.documents-table tbody tr:hover{background-color:#f9f9f9}.documents-table td{padding:.8rem 1rem;vertical-align:top}.doc-status-badge{display:inline-block;padding:.3rem .7rem;border-radius:20px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.3px}.doc-status-badge.accepted{background-color:#f9f6e7;color:#7a1117;border:1px solid #D5CBA0}.doc-status-badge.rejected{background-color:#fde1e1;color:#7a1117;border:1px solid #7A1117}.doc-status-badge.corrections{background-color:#fff3e0;color:#e65100;border:1px solid #ff9800}.doc-status-badge.pending{background-color:#fff3cd;color:#856404;border:1px solid #ffc107}.document-name{display:block;max-width:280px;word-break:break-word;overflow-wrap:break-word;font-size:.85rem;font-weight:700;color:#333}.doc-notes{font-size:.8rem;color:#555;max-width:200px;word-break:break-word;overflow-wrap:break-word}.doc-notes.empty{color:#999;font-style:italic}.doc-date{font-size:.8rem;color:#666;max-width:150px;word-break:break-word}.doc-actions{display:flex;gap:.5rem;flex-wrap:wrap}.doc-btn{padding:.5rem .9rem;border:none;border-radius:6px;font-size:.8rem;font-weight:600;cursor:pointer;transition:all .3s ease;white-space:nowrap;min-height:34px;display:flex;align-items:center}.doc-btn-view{background-color:#7a1117;color:#fff;box-shadow:0 2px 6px #7a11174d}.doc-btn-view:hover:not(:disabled){background-color:#5d0d12;transform:translateY(-2px);box-shadow:0 4px 10px #7a111766}.doc-btn-view.loading{opacity:.6;cursor:not-allowed}.doc-btn-review{background-color:#ff9800;color:#fff;box-shadow:0 2px 6px #ff98004d}.doc-btn-review:hover{background-color:#f57c00;transform:translateY(-2px);box-shadow:0 4px 10px #ff980066}.doc-btn-cancel{background-color:#dc3545;color:#fff;box-shadow:0 2px 6px #dc35454d}.doc-btn-cancel:hover{background-color:#c82333;transform:translateY(-2px);box-shadow:0 4px 10px #dc354566}.review-panel{margin-top:1.5rem;padding:1.5rem;background:linear-gradient(135deg,#f8f6ef,#fff);border-radius:14px;border:2px solid #7A1117;box-shadow:0 4px 16px #7a111733;animation:slideDown .3s ease-out}.review-panel-title{font-family:Georgia,Times New Roman,serif;font-size:1.15rem;font-weight:900;color:#7a1117;margin:0 0 1.25rem}.review-form-group{margin-bottom:1.25rem;width:90%}.review-label{display:block;font-size:.9rem;font-weight:700;color:#333;margin-bottom:.5rem}.review-select,.review-textarea{width:100%;padding:.75rem 1rem;border:2px solid #ccc;border-radius:8px;font-size:.95rem;font-family:inherit;background-color:#fff;transition:all .3s ease}.review-select:focus,.review-textarea:focus{outline:none;border-color:#7a1117;box-shadow:0 0 0 3px #7a11171a}.review-textarea{min-height:100px;resize:vertical}.review-submit-btn{background-color:#7a1117;color:#fff;border:none;padding:.85rem 2rem;border-radius:8px;font-size:1rem;font-weight:700;cursor:pointer;transition:all .3s ease;box-shadow:0 3px 8px #7a11174d}.review-submit-btn:hover:not(:disabled){background-color:#5d0d12;transform:translateY(-2px);box-shadow:0 5px 12px #7a111766}.review-submit-btn:disabled{opacity:.6;cursor:not-allowed;background-color:#9e9e9e;box-shadow:none}.approve-all-section{background:#fff;border-radius:12px;padding:2rem;margin-top:2rem;box-shadow:0 4px 16px #00000014;border:1px solid #ebebeb}.stepper-title{font-family:Georgia,Times New Roman,serif;font-size:1.2rem;font-weight:600;color:#7a1117;margin:0 0 1.5rem;padding-bottom:.75rem;border-bottom:2px solid #e0e0e0}.stepper-step{display:flex;flex-direction:column;gap:.5rem;padding:1rem 1.25rem;border-radius:10px;margin-bottom:.75rem;border-left:4px solid transparent;transition:background .25s,border-color .25s,box-shadow .25s;box-shadow:0 1px 4px #0000000d}.stepper-step.step-done{background:linear-gradient(135deg,#f0fdf4,#dcfce7);border-left-color:#22c55e;box-shadow:0 2px 8px #22c55e1f}.stepper-step.step-pending{background:linear-gradient(135deg,#fff7ed,#ffedd5);border-left-color:#f97316;box-shadow:0 2px 8px #f973161a}.step-header{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap;min-height:36px}.step-icon{font-size:1.2rem;flex-shrink:0;width:28px;text-align:center}.step-label{font-weight:600;color:#374151;font-size:.95rem;flex:1;min-width:160px}.step-value{font-weight:400;color:#6b7280;font-style:italic;font-size:.9rem}.step-hint{font-size:.82rem;color:#92400e;margin-left:2.25rem;margin-top:.1rem;padding:.4rem .85rem;background:#fef3c7;border-radius:6px;border:1px solid #fde68a;width:fit-content;line-height:1.4}.step-actions-group{display:flex;gap:.5rem;flex-wrap:wrap;margin-left:auto}.step-action-btn{padding:.42rem 1.15rem;border:none;border-radius:6px;font-size:.82rem;font-weight:600;cursor:pointer;transition:all .2s ease;background:#5d0d12;color:#fff;white-space:nowrap;box-shadow:0 2px 6px #7a111740}.step-action-btn:hover{transform:translateY(-2px);box-shadow:0 4px 10px #7a111759;opacity:.92}.step-action-btn:active{transform:translateY(0)}.step-action-secondary{background:linear-gradient(135deg,#6b7280,#4b5563);box-shadow:0 2px 6px #4b556340}.step-action-secondary:hover{box-shadow:0 4px 10px #4b556359}.step-action-skip{background:linear-gradient(135deg,#f59e0b,#d97706);box-shadow:0 2px 6px #f59e0b40}.step-action-skip:hover{box-shadow:0 4px 10px #f59e0b59}.approve-all-content{max-width:600px;margin:0 auto;text-align:center;padding-top:.5rem}.approve-all-btn{padding:1rem 2.5rem;border:none;border-radius:10px;font-size:1.1rem;font-weight:700;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #00000026}.approve-all-btn.enabled{background:linear-gradient(135deg,#7a1117,#5d0d12);color:#fff}.approve-all-btn.enabled:hover{transform:translateY(-2px);box-shadow:0 6px 20px #7a111766}.approve-all-btn.disabled{background:#ccc;color:#666;cursor:not-allowed}.approve-warning{margin-top:1rem;padding:1rem;background:#fff3cd;color:#856404;border-radius:8px;border-left:4px solid #ffc107;font-size:.9rem}.back-button-section{text-align:center;margin-top:2rem}.back-btn{background:none;border:2px solid #7A1117;color:#7a1117;padding:.75rem 2rem;border-radius:8px;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .3s ease}.back-btn:hover{background-color:#7a1117;color:#fff;transform:translateY(-2px)}@media(max-width:1024px){.documents-table{font-size:.9rem}}@media(max-width:768px){.student-profile-container{padding:1.5rem 1rem}.student-profile-header{padding:1.5rem}.student-profile-title{font-size:1.5rem}.student-info-grid{grid-template-columns:1fr}.documents-table-wrapper{overflow-x:scroll}.documents-table{min-width:600px}.doc-actions{flex-direction:column}.doc-btn{width:100%}.step-header{flex-direction:column;align-items:flex-start;gap:.5rem}.step-actions-group{margin-left:0;width:100%}.step-action-btn{flex:1;text-align:center;justify-content:center}}@media(max-width:480px){.documents-table{min-width:500px;font-size:.75rem}.documents-table th{padding:.6rem .7rem;font-size:.7rem}.documents-table td{padding:.6rem .7rem}.doc-btn{padding:.4rem .7rem;font-size:.7rem;min-height:30px}.document-name{max-width:200px}.doc-notes{max-width:150px;font-size:.7rem}}.cancellation-requests-container{max-width:1400px;margin:0 auto;padding:2rem}.cancellation-requests-header{background:#5d0d12;color:#fff;padding:2.5rem 3rem;border-radius:16px;margin-bottom:2.5rem;box-shadow:0 6px 18px #5d0d122e;border:none;position:relative;overflow:hidden}.cancellation-requests-header h1{font-family:Georgia,Times New Roman,serif;font-size:2.3rem;margin:0 0 .5rem;font-weight:700;letter-spacing:1px;color:#fff;text-shadow:0 2px 8px rgba(122,17,23,.12)}.cancellation-requests-header p{font-size:1.15rem;margin-top:.5rem;opacity:.98;color:#fff;font-family:Georgia,Times New Roman,serif;font-weight:500;letter-spacing:.5px;text-shadow:0 1px 6px rgba(122,17,23,.1)}.cancellation-message{padding:1rem 1.5rem;border-radius:10px;margin-bottom:2rem;font-weight:500;animation:slideDown .3s ease-out}.cancellation-message.success{background:linear-gradient(90deg,#f9f6e7,#f7f7fa);color:#7a1117;border-left:4px solid #D5CBA0;box-shadow:0 2px 12px #7a111714}.cancellation-message.error{background:#fde1e1;color:#7a1117;border-left:4px solid #7A1117;box-shadow:0 2px 12px #7a111714}.council-loading{text-align:center;padding:4rem;font-size:1.1rem;color:#666}.empty-state{background:#fff;border-radius:12px;padding:4rem 2rem;text-align:center;box-shadow:0 4px 12px #0000001a}.empty-icon{font-size:4rem;margin-bottom:1rem}.empty-state p{color:#666;font-size:1.1rem}.requests-table-container{background:#fff;border-radius:12px;box-shadow:0 4px 12px #0000001a;overflow:hidden}.requests-table{width:100%;border-collapse:collapse}.requests-table thead{background:linear-gradient(135deg,#7a1117,#5d0d12);color:#fff}.requests-table th{padding:1.25rem 1.5rem;text-align:left;font-family:Georgia,Times New Roman,serif;font-size:1rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.requests-table tbody tr{border-bottom:1px solid #e0e0e0;transition:background .2s}.requests-table tbody tr:hover{background:#f9f9f9}.requests-table td{padding:1.25rem 1.5rem;color:#333}.requests-table td small{color:#666;font-size:.85rem}.action-buttons{display:flex;gap:.5rem;flex-wrap:wrap}.btn-view-doc,.btn-view-profile,.btn-approve,.btn-reject{padding:.5rem 1rem;border:none;border-radius:8px;font-size:.85rem;font-weight:600;cursor:pointer;transition:all .3s ease;white-space:nowrap}.btn-view-doc{background:#e3f2fd;color:#1976d2;border:1px solid #1976d2}.btn-view-doc:hover{background:#1976d2;color:#fff}.btn-view-profile{background:#f3e5f5;color:#7b1fa2;border:1px solid #7b1fa2}.btn-view-profile:hover{background:#7b1fa2;color:#fff}.btn-approve{background:#f9f6e7;color:#7a1117;border:1px solid #D5CBA0}.btn-approve:hover{background:#d5cba0;color:#5d0d12}.btn-reject{background:#fde1e1;color:#7a1117;border:1px solid #7A1117}.btn-reject:hover{background:#7a1117;color:#fff}.modal-overlay{position:fixed;inset:0;background:#0009;display:flex;justify-content:center;align-items:center;z-index:1000;animation:fadeIn .3s ease-out}.modal{background:#fff;border-radius:16px;width:90%;max-width:500px;max-height:90vh;overflow-y:auto;box-shadow:0 20px 60px #0000004d;animation:slideUp .3s ease-out}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 2rem;border-bottom:2px solid #e0e0e0}.modal-header h2{margin:0;color:#7a1117;font-size:1.5rem;font-family:Georgia,Times New Roman,serif}.modal-close{background:none;border:none;font-size:1.75rem;color:#999;cursor:pointer;transition:color .3s;padding:0;width:32px;height:32px}.modal-close:hover{color:#7a1117}.modal-form{padding:2rem}.form-group{margin-bottom:1.5rem}.form-group label{display:block;font-weight:600;color:#333;margin-bottom:.5rem}.input,.textarea{width:100%;padding:.85rem 1rem;border:2px solid #e0e0e0;border-radius:10px;font-size:.95rem;font-family:inherit;transition:all .3s ease}.input:focus,.textarea:focus{outline:none;border-color:#7a1117;box-shadow:0 0 0 3px #7a11171a}.input:disabled{background:#f5f5f5;color:#666}.textarea{resize:vertical}.modal-actions{display:flex;gap:1rem;justify-content:flex-end;padding:1.5rem 2rem;border-top:1px solid #e0e0e0;background:#f9f9f9}.btn-cancel,.btn-confirm-reject{padding:.85rem 1.75rem;border:none;border-radius:10px;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .3s ease}.btn-cancel{background:#fff;color:#7a1117;border:2px solid #7A1117}.btn-cancel:hover{background:#7a1117;color:#fff}.btn-confirm-reject{background:#dc3545;color:#fff}.btn-confirm-reject:hover{background:#c82333;transform:translateY(-2px)}@media(max-width:1024px){.action-buttons{flex-direction:column}.btn-view-doc,.btn-view-profile,.btn-approve,.btn-reject{width:100%}}@media(max-width:768px){.cancellation-requests-container,.cancellation-requests-header{padding:1.5rem}.cancellation-requests-header h1{font-size:1.5rem}.requests-table-container{overflow-x:auto}.requests-table{min-width:800px}.modal{width:95%}.modal-form{padding:1.5rem}.modal-actions{flex-direction:column}.btn-cancel,.btn-confirm-reject{width:100%}}.defense-proposals-container{max-width:1400px;margin:0 auto;padding:2rem;background-color:#f4f4f4;min-height:100vh}.defense-proposals-loading{text-align:center;padding:4rem 2rem;font-size:1.1rem;color:#666;background:#fff;border-radius:12px;box-shadow:0 15px 35px #00000026}.defense-proposals-header{display:flex;justify-content:space-between;align-items:flex-start;background-color:#5d0d12;color:#fff;padding:2rem 2.5rem;border-radius:12px;margin-bottom:2rem;box-shadow:0 4px 12px #5d0d124d;gap:2rem}.defense-proposals-title{font-family:Georgia,Times New Roman,serif;font-size:2rem;margin:0;font-weight:600}.defense-proposals-subtitle{font-size:1rem;margin-top:.5rem;opacity:.95;line-height:1.4}.back-button{padding:.75rem 1.5rem;background-color:#ffffff26;color:#fff;border:2px solid white;border-radius:8px;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .3s ease;white-space:nowrap;flex-shrink:0}.back-button:hover{background-color:#fff;color:#7a1117;transform:translateY(-2px);box-shadow:0 4px 10px #ffffff4d}.defense-message{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.5rem;border-radius:10px;margin-bottom:2rem;font-weight:500;animation:slideDown .3s ease-out}.defense-message.success{background:linear-gradient(90deg,#f9f6e7,#f7f7fa);color:#7a1117;border-left:4px solid #D5CBA0}.defense-message.error{background:#fde1e1;color:#7a1117;border-left:4px solid #7A1117}.defense-message button{background:transparent;border:none;font-size:1.2rem;cursor:pointer;color:inherit;padding:0;width:24px;height:24px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:background .2s}.defense-message button:hover{background:#0000001a}.defense-proposals-empty{background:#fff;border-radius:12px;padding:4rem 2rem;text-align:center;box-shadow:0 15px 35px #00000026}.empty-icon{font-size:4.5rem;margin-bottom:1.5rem;opacity:.5}.empty-text{font-size:1.3rem;color:#7a1117;font-weight:600;margin:0 0 .5rem}.empty-subtext{font-size:1rem;color:#666;line-height:1.6;max-width:500px;margin:0 auto}.proposals-table-container{background:#fff;border-radius:12px;box-shadow:0 15px 35px #00000026;overflow:hidden;animation:fadeIn .4s ease-out}.proposals-table{width:100%;border-collapse:collapse}.proposals-table thead{background:linear-gradient(135deg,#7a1117,#5d0d12);color:#fff}.proposals-table th{padding:1.25rem 1.5rem;text-align:left;font-family:Georgia,Times New Roman,serif;font-size:1rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;border-bottom:3px solid #5d0d12}.proposals-table tbody tr{border-bottom:1px solid #e0e0e0;transition:all .3s ease}.proposals-table tbody tr:hover{background-color:#f9f9f9;transform:scale(1.005);box-shadow:0 2px 8px #7a11171a}.proposals-table tbody tr:last-child{border-bottom:none}.proposals-table td{padding:1.25rem 1.5rem;font-size:.95rem;color:#333;vertical-align:top}.proposals-table td small{display:block;color:#666;font-size:.85rem;margin-top:.25rem}.student-name{font-weight:600;color:#7a1117;font-size:1.05rem;margin-bottom:.25rem}.program-name{font-weight:500;color:#333;margin-bottom:.25rem}.modality-name{color:#555;font-weight:500}.proposal-date{font-weight:500;color:#333}.review-button{padding:.6rem 1.25rem;background-color:#7a1117;color:#fff;border:none;border-radius:8px;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 2px 6px #7a11174d;white-space:nowrap}.review-button:hover{background-color:#5d0d12;transform:translateY(-2px);box-shadow:0 4px 10px #7a111766}.review-button:active{transform:translateY(0)}@media(max-width:1200px){.proposals-table-container{overflow-x:auto}.proposals-table{min-width:900px}}@media(max-width:768px){.defense-proposals-container{padding:1.5rem 1rem}.defense-proposals-header{flex-direction:column;align-items:stretch;padding:1.5rem}.defense-proposals-title{font-size:1.5rem}.back-button{width:100%;margin-top:1rem}.proposals-table thead{display:none}.proposals-table tbody tr{display:block;margin-bottom:1.5rem;border:1px solid #e0e0e0;border-radius:8px;padding:1rem;box-shadow:0 2px 8px #0000001a}.proposals-table td{display:flex;justify-content:space-between;padding:.75rem 0;border:none}.proposals-table td:before{content:attr(data-label);font-weight:600;color:#7a1117;flex-shrink:0;width:40%}.review-button{width:100%;margin-top:.5rem}}@media(max-width:480px){.defense-proposals-header{padding:1.25rem}.defense-proposals-title{font-size:1.3rem}.proposals-table td{flex-direction:column;align-items:flex-start;padding:.5rem 0}.proposals-table td:before{width:100%;margin-bottom:.25rem}}.calendar-filters-panel{background:linear-gradient(120deg,#fff 80%,#f8e9eb);border:2px solid #7A1117;border-radius:18px;padding:2.2rem 2.2rem 1.7rem;box-shadow:0 6px 32px #7a111721;margin-bottom:28px;font-family:Inter,Segoe UI,Arial,sans-serif;color:#5d0d12;font-size:1.09rem;max-width:560px;transition:box-shadow .2s,border-color .2s}.calendar-filters-panel:hover,.calendar-filters-panel:focus-within{box-shadow:0 10px 40px #7a11172e;border-color:#5d0d12}.calendar-alert-info{display:flex;align-items:center;gap:.7rem;background:#f8e9eb;color:#7a1117;border-radius:8px;padding:.85rem 1.2rem;font-weight:600;font-size:1.04rem;margin-bottom:1.5rem}.calendar-alert-icon{font-size:1.5rem;line-height:1;flex-shrink:0}.calendar-filter-group{margin-bottom:22px;padding-bottom:8px;border-bottom:1px solid #f0e3e5}.calendar-filter-group:last-child{border-bottom:none}.calendar-label{font-weight:700;color:#7a1117;margin-bottom:7px;display:block;letter-spacing:.2px;font-size:1.08em;text-shadow:0 1px 0 #f8e9eb}.calendar-hint{color:#666;font-size:.92em;font-weight:400;margin-left:.3rem}.calendar-input{border:1.5px solid #e6d7da;border-radius:7px;padding:9px 13px;font-size:1em;color:#5d0d12;outline:none;font-family:inherit;margin-top:2px;width:100%;box-sizing:border-box;background:#f9f6f7;transition:border-color .2s,box-shadow .2s;font-weight:500;box-shadow:0 1px 2px #7a111708}.calendar-input:focus{border-color:#7a1117;box-shadow:0 0 0 2px #f8e9eb}.calendar-checkbox-group{margin-bottom:14px}.calendar-checkbox-label{display:flex;align-items:center;gap:8px;font-weight:500;cursor:pointer;color:#5d0d12;border-radius:5px;padding:2px 6px;transition:background .15s}.calendar-checkbox-label:hover{background:#f8e9eb}.calendar-checkbox-input{accent-color:#7A1117;width:18px;height:18px;border-radius:4px;border:1.5px solid #7A1117;transition:box-shadow .15s}.calendar-checkbox-input:focus{box-shadow:0 0 0 2px #f8e9eb}.student-listing-filters-panel{background:linear-gradient(120deg,#fff 80%,#f8e9eb);border:2px solid #7A1117;border-radius:18px;padding:2.2rem 2.2rem 1.7rem;box-shadow:0 6px 32px #7a111721;margin-bottom:28px;font-family:Inter,Segoe UI,Arial,sans-serif;color:#5d0d12;font-size:1.09rem;max-width:560px;transition:box-shadow .2s,border-color .2s}.student-listing-filters-panel:hover,.student-listing-filters-panel:focus-within{box-shadow:0 10px 40px #7a11172e;border-color:#5d0d12}.student-listing-filter-group{margin-bottom:26px;padding-bottom:8px;border-bottom:1px solid #f0e3e5}.student-listing-filter-group:last-child{border-bottom:none}.student-listing-label{font-weight:700;color:#7a1117;margin-bottom:7px;display:block;letter-spacing:.2px;font-size:1.08em;text-shadow:0 1px 0 #f8e9eb}.student-listing-input{border:1.5px solid #e6d7da;border-radius:7px;padding:9px 13px;font-size:1em;color:#5d0d12;outline:none;font-family:inherit;margin-top:2px;width:100%;box-sizing:border-box;background:#f9f6f7;transition:border-color .2s,box-shadow .2s;font-weight:500;box-shadow:0 1px 2px #7a111708}.student-listing-input:focus{border-color:#7a1117;box-shadow:0 0 0 2px #f8e9eb}.student-listing-select{border:1.5px solid #e6d7da;border-radius:8px;padding:12px 16px;font-size:1em;color:#7a1117;outline:none;font-family:inherit;margin-top:2px;width:100%;box-sizing:border-box;background:#fff;transition:border-color .2s,box-shadow .2s;font-weight:600;box-shadow:0 1px 2px #7a111708;appearance:none;text-align:left}.student-listing-select:focus{border-color:#7a1117;box-shadow:0 0 0 2px #f8e9eb}.student-listing-select option{color:#7a1117;background:#fff;font-weight:600}.student-listing-label{font-weight:700;color:#444;margin-bottom:7px;display:block;letter-spacing:.2px;font-size:1.08em;text-shadow:0 1px 0 #f8e9eb;text-transform:uppercase;letter-spacing:1px}.student-listing-checkbox-list{max-height:200px;overflow-y:auto;display:flex;flex-direction:column;gap:8px;padding:2px 0 2px 2px;background:#faf7f8;border-radius:7px;border:1px solid #f0e3e5;box-shadow:0 1px 2px #7a111705}.student-listing-checkbox-label{display:flex;align-items:center;gap:8px;font-weight:500;cursor:pointer;color:#5d0d12;border-radius:5px;padding:2px 6px;transition:background .15s}.student-listing-checkbox-label:hover{background:#f8e9eb}.student-listing-checkbox-input{accent-color:#7A1117;width:18px;height:18px;border-radius:4px;border:1.5px solid #7A1117;transition:box-shadow .15s}.student-listing-checkbox-input:focus{box-shadow:0 0 0 2px #f8e9eb}.student-listing-checkbox-group{margin-bottom:14px}.student-listing-filters-row{display:grid;grid-template-columns:1fr 1fr;gap:1.2rem;margin-top:.5rem}.individual-director-select-multimodal{border:1.5px solid #e6d7da;border-radius:7px;padding:8px 12px;font-size:1em;color:#5d0d12;outline:none;font-family:inherit;margin-top:2px;width:100%;box-sizing:border-box;background:#f9f6f7;transition:border-color .2s;font-weight:500;min-height:44px}.individual-director-select-multimodal:focus{border-color:#7a1117}.individual-director-select-multimodal option{padding:6px 10px}.individual-director-select-hint{font-size:.92em;color:#7a1117;margin-top:6px}.individual-director-label,.individual-director-checkbox-label,.individual-director-select,.individual-director-checkbox-list label,.individual-director-select option{text-transform:none!important}.individual-director-filters-panel{background:#fff;border:1.5px solid #7A1117;border-radius:14px;padding:2rem 2rem 1.5rem;box-shadow:0 4px 24px #7a11171a;margin-bottom:24px;font-family:Inter,Segoe UI,Arial,sans-serif;color:#5d0d12;font-size:1.07rem;max-width:540px}.individual-director-alert{margin-bottom:1.5rem;background:#f8e9eb;color:#7a1117;border-radius:8px;padding:.85rem 1.2rem;font-weight:600;font-size:1.04rem;display:flex;align-items:center;gap:10px}.individual-director-filter-group{margin-bottom:22px}.individual-director-label{font-weight:700;color:#7a1117;margin-bottom:7px;display:block;letter-spacing:.2px}.individual-director-required{color:#b71c1c}.individual-director-select{border:1.5px solid #e6d7da;border-radius:7px;padding:8px 12px;font-size:1em;color:#5d0d12;outline:none;font-family:inherit;margin-top:2px;width:100%;box-sizing:border-box;background:#f9f6f7;transition:border-color .2s;font-weight:500}.individual-director-checkbox-list{display:flex;flex-wrap:wrap;gap:.7rem 1.2rem}.individual-director-checkbox-label{display:flex;align-items:center;gap:7px;font-weight:500;cursor:pointer;color:#5d0d12;background:none;border-radius:5px;padding:2px 6px}.individual-director-checkbox-input{accent-color:#7A1117;width:17px;height:17px;margin-right:5px;border-radius:4px;border:1.5px solid #7A1117}.individual-director-checkbox-group{margin-bottom:14px}.directors-filters-panel{background:#fff;border:1px solid #e6d7da;border-radius:10px;padding:1.5rem 1.5rem 1.2rem;box-shadow:0 2px 12px #7a11170f;margin-bottom:16px;font-family:Inter,Segoe UI,Arial,sans-serif;color:#5d0d12;font-size:1.04rem;max-width:520px}.directors-label{font-weight:700;color:#7a1117;margin-bottom:6px;display:block;letter-spacing:.2px}.directors-search-row{display:flex;gap:10px;margin-bottom:10px}.directors-search-input{border:1.5px solid #e6d7da;border-radius:6px;padding:6px 10px;font-size:1em;color:#5d0d12;outline:none;font-family:inherit;width:100%;box-sizing:border-box;transition:border-color .2s;max-width:220px}.directors-clear-btn{background:#f8e9eb;color:#7a1117;border:1px solid #e6d7da;border-radius:6px;padding:6px 14px;font-weight:600;cursor:pointer;font-size:1em;margin-left:4px}.directors-checkbox-list{max-height:200px;overflow-y:auto;display:flex;flex-direction:column;gap:7px}.directors-checkbox-label{display:flex;align-items:center;gap:7px;font-weight:500;cursor:pointer;color:#5d0d12}.directors-checkbox-input{accent-color:#7A1117;width:17px;height:17px;border-radius:4px;border:1.5px solid #7A1117}.directors-modality-group{margin-bottom:18px}.directors-modality-list{display:flex;flex-wrap:wrap;gap:.7rem 1.2rem}.directors-checkbox-group{margin-bottom:10px}.historical-filters-panel{background:linear-gradient(135deg,#f8f9fa,#e9ecef);padding:1.7rem 1.5rem 1.2rem;border-radius:12px;border:2px solid #e0e0e0;box-shadow:0 2px 12px #7a11170f;margin-bottom:1.5rem;font-family:Inter,Segoe UI,Arial,sans-serif;color:#5d0d12;font-size:1.04rem;max-width:520px;display:flex;flex-direction:column;gap:1.2rem}.historical-alert{background:#d1ecf1;color:#0c5460;border-left:4px solid #17a2b8;padding:1rem 1.2rem;border-radius:8px;font-size:.97rem;display:flex;align-items:center;gap:.7rem;margin-bottom:1.2rem}.historical-icon{font-size:1.5rem;line-height:1;flex-shrink:0}.historical-filter-group{margin-bottom:.7rem;display:flex;flex-direction:column;gap:.5rem}.historical-label{font-size:1rem;font-weight:600;color:#7a1117;display:flex;align-items:center;gap:.4rem;margin-bottom:.2rem;letter-spacing:.2px}.historical-required{color:#b71c1c;font-weight:700;font-size:1.1em}.historical-hint{color:#666;font-size:.92em;font-weight:400;margin-left:.3rem}.historical-select{border:2px solid #ddd;border-radius:8px;font-size:1rem;font-family:inherit;background:#fff;padding:.75rem;transition:all .3s ease;color:#5d0d12;margin-top:2px;width:100%;box-sizing:border-box}.historical-select:focus{outline:none;border-color:#7a1117;box-shadow:0 0 0 3px #7a11171a}.historical-small{color:#666;font-size:.85rem;font-style:italic;display:block;margin-top:.5rem}.reports-page{max-width:1400px;margin:0 auto;padding:2rem;background-color:#f4f4f4;min-height:100vh}.reports-header{background:linear-gradient(135deg,#7a1117,#5d0d12);color:#fff;padding:2.5rem;border-radius:12px;margin-bottom:2rem;box-shadow:0 8px 20px #7a111766;animation:slideDown .3s ease-out}.reports-header h1{font-family:Georgia,Times New Roman,serif;font-size:2.2rem;margin:0 0 .5rem;font-weight:700}.reports-subtitle{font-size:1.05rem;margin:0;opacity:.95}.reports-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:500px;gap:1.5rem;background:#fff;border-radius:12px;box-shadow:0 15px 35px #00000026;padding:3rem}.spinner{width:50px;height:50px;border:4px solid #f3f3f3;border-top:4px solid #7A1117;border-radius:50%;animation:spin 1s linear infinite}.spinner-small{display:inline-block;width:16px;height:16px;border:2px solid rgba(255,255,255,.3);border-top:2px solid white;border-radius:50%;animation:spin .6s linear infinite;vertical-align:middle;margin-right:.5rem}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.reports-loading p{font-size:1.1rem;color:#666;font-weight:500}.reports-alert{padding:1rem 3rem 1rem 1.5rem;border-radius:10px;margin-bottom:1.5rem;font-weight:500;animation:slideDown .3s ease-out;display:flex;align-items:flex-start;gap:1rem;position:relative}.reports-alert span:first-child{font-size:1.5rem;line-height:1;flex-shrink:0}.reports-alert div{flex:1}.reports-alert strong{display:block;margin-bottom:.25rem;font-size:1rem}.reports-alert p{margin:0;font-weight:400;font-size:.95rem}.alert-success{background:linear-gradient(90deg,#f9f6e7,#f7f7fa);color:#7a1117;border-left:4px solid #D5CBA0}.alert-error{background:#fde1e1;color:#7a1117;border-left:4px solid #7A1117}.alert-info{background:#d1ecf1;color:#0c5460;border-left:4px solid #17a2b8;padding:1rem;border-radius:8px;font-size:.95rem}.alert-close{position:absolute;top:1rem;right:1rem;background:transparent;border:none;font-size:1.5rem;color:inherit;cursor:pointer;padding:0;width:24px;height:24px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .2s ease;opacity:.7}.alert-close:hover{background:#0000001a;opacity:1}.reports-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(380px,1fr));gap:1.5rem;margin-bottom:2rem}.report-card{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 15px 35px #00000026;transition:all .3s ease;display:flex;flex-direction:column;gap:1.25rem;border-top:4px solid #7A1117;position:relative;overflow:hidden}.report-card:before{content:"";position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(90deg,#7a1117,#5d0d12)}.report-card:hover{transform:translateY(-6px);box-shadow:0 20px 40px #7a111740}.report-card-header{display:flex;align-items:center;gap:1rem;padding-bottom:1rem;border-bottom:2px solid #e0e0e0}.report-icon{font-size:2.5rem;line-height:1;filter:drop-shadow(0 2px 4px rgba(0,0,0,.15));flex-shrink:0}.report-card-header h3{font-family:Georgia,Times New Roman,serif;margin:0;font-size:1.3rem;color:#7a1117;font-weight:700;flex:1}.report-card-header div{display:flex;flex-direction:column;gap:.5rem;flex:1}.report-badge{display:inline-block;padding:.25rem .75rem;border-radius:12px;font-size:.75rem;font-weight:700;letter-spacing:.5px}.report-badge.rf{background:#7a1117;color:#fff}.report-badge.rf-info{background:#17a2b8;color:#fff}.report-description{color:#666;line-height:1.6;margin:0;font-size:.95rem}.report-stats{display:flex;flex-wrap:wrap;gap:.5rem}.report-stats span{display:inline-flex;align-items:center;padding:.4rem .85rem;background:linear-gradient(135deg,#f5f5f5,#e8e8e8);border-radius:20px;font-size:.85rem;color:#444;font-weight:600;border:1px solid #d0d0d0;transition:all .2s ease}.report-stats span:hover{background:linear-gradient(135deg,#7a1117,#5d0d12);color:#fff;border-color:#7a1117;transform:translateY(-2px)}.report-actions{display:flex;flex-direction:column;gap:.75rem;margin-top:auto}.btn-primary,.btn-secondary,.btn-filters{padding:.85rem 1.25rem;border:none;border-radius:10px;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:.5rem;min-height:44px;font-family:inherit}.btn-primary{background:linear-gradient(135deg,#7a1117,#5d0d12);color:#fff;box-shadow:0 4px 12px #7a11174d}.btn-primary:hover:not(:disabled){background:linear-gradient(135deg,#5d0d12,#7a1117);transform:translateY(-2px);box-shadow:0 6px 20px #7a111766}.btn-primary:active:not(:disabled){transform:translateY(0)}.btn-secondary{background:#fff;color:#7a1117;border:2px solid #7A1117;box-shadow:0 2px 6px #7a111733}.btn-secondary:hover:not(:disabled){background:#7a1117;color:#fff;transform:translateY(-2px);box-shadow:0 4px 10px #7a11174d}.btn-filters{background:#fff;color:#7a1117;border:2px solid #e0e0e0;box-shadow:0 2px 6px #00000014}.btn-filters:hover:not(:disabled){background:#f8f9fa;border-color:#7a1117;color:#5d0d12;transform:translateY(-1px)}.btn-primary:disabled,.btn-secondary:disabled,.btn-filters:disabled{opacity:.6;cursor:not-allowed;transform:none;box-shadow:none}.btn-primary.full-width,.btn-secondary.full-width{width:100%}.filters-panel{background:linear-gradient(135deg,#f8f9fa,#e9ecef);padding:1.5rem;border-radius:10px;border:2px solid #e0e0e0;display:flex;flex-direction:column;gap:1.25rem;animation:slideDown .3s ease-out;box-shadow:inset 0 2px 4px #0000000d;margin-top:1rem}.filter-group{display:flex;flex-direction:column;gap:.5rem}.filter-group label{font-size:.9rem;font-weight:600;color:#333;display:flex;align-items:center;gap:.5rem}.filter-group input[type=number],.filter-group input[type=text],.filter-group input[type=date],.filter-group input[type=datetime-local],.filter-group select{width:100%;padding:.75rem;border:2px solid #ddd;border-radius:8px;font-size:.9rem;font-family:inherit;background:#fff;transition:all .3s ease}.filter-group input[type=number]:focus,.filter-group input[type=text]:focus,.filter-group input[type=date]:focus,.filter-group input[type=datetime-local]:focus,.filter-group select:focus{outline:none;border-color:#7a1117;box-shadow:0 0 0 3px #7a11171a}.filter-group input[type=date]::-webkit-calendar-picker-indicator,.filter-group input[type=datetime-local]::-webkit-calendar-picker-indicator{cursor:pointer;filter:invert(14%) sepia(93%) saturate(2453%) hue-rotate(343deg) brightness(88%) contrast(95%);padding:.25rem;border-radius:4px;transition:all .2s ease}.filter-group input[type=date]::-webkit-calendar-picker-indicator:hover,.filter-group input[type=datetime-local]::-webkit-calendar-picker-indicator:hover{background:#7a11171a}.filter-group small{color:#666;font-size:.85rem;font-style:italic;display:block}.checkbox-group{flex-direction:row;align-items:center}.checkbox-group label{cursor:pointer;-webkit-user-select:none;user-select:none;transition:all .2s ease;padding:.5rem;border-radius:6px;font-weight:500}.checkbox-group label:hover{background:#7a11170d}.checkbox-group input[type=checkbox]{width:18px;height:18px;cursor:pointer;accent-color:#7A1117}.checkbox-list{display:flex;flex-direction:column;gap:.75rem;padding:.75rem;background:#fff;border-radius:8px;border:1px solid #e0e0e0;max-height:300px;overflow-y:auto}.checkbox-list label{display:flex;align-items:center;gap:.75rem;padding:.5rem;border-radius:6px;cursor:pointer;transition:all .2s ease;font-weight:500;color:#555}.checkbox-list label:hover{background:#7a11170d;color:#7a1117}.checkbox-list input[type=checkbox]{width:18px;height:18px;cursor:pointer;accent-color:#7A1117;flex-shrink:0}.reports-footer{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:1.5rem;margin-top:2rem}.reports-info-card{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 15px 35px #00000026;border-top:4px solid #7A1117;transition:all .3s ease}.reports-info-card:hover{transform:translateY(-4px);box-shadow:0 20px 40px #7a111733}.reports-info-card h4{font-family:Georgia,Times New Roman,serif;margin:0 0 1.25rem;color:#7a1117;font-size:1.2rem;font-weight:700;padding-bottom:.75rem;border-bottom:2px solid #e0e0e0}.reports-info-card ul{list-style:none;padding:0;margin:0}.reports-info-card li{padding:.75rem 0 .75rem 1.75rem;color:#666;line-height:1.6;border-bottom:1px solid #f0f0f0;position:relative;transition:all .2s ease}.reports-info-card li:last-child{border-bottom:none}.reports-info-card li:before{content:"•";position:absolute;left:.5rem;color:#7a1117;font-size:1.2rem;font-weight:700}.reports-info-card li:hover{color:#7a1117;padding-left:2rem}@media(max-width:1024px){.reports-grid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr))}}@media(max-width:768px){.reports-page{padding:1.5rem 1rem}.reports-header{padding:1.75rem}.reports-header h1{font-size:1.6rem}.reports-subtitle{font-size:.95rem}.reports-grid{grid-template-columns:1fr}.report-card{padding:1.5rem}.report-icon{font-size:2rem}.report-card-header h3{font-size:1.1rem}.filters-panel{padding:1.25rem}.filter-group input[type=number],.filter-group input[type=text],.filter-group input[type=date],.filter-group input[type=datetime-local],.filter-group select{padding:.65rem;font-size:.85rem}.checkbox-list{padding:.5rem}.checkbox-list label{padding:.4rem;font-size:.85rem}.reports-footer{grid-template-columns:1fr}.reports-info-card{padding:1.5rem}}@media(max-width:480px){.reports-page{padding:1rem .75rem}.reports-header{padding:1.25rem}.reports-header h1{font-size:1.4rem}.report-card{padding:1.25rem}.report-icon{font-size:1.8rem}.report-card-header{flex-direction:column;align-items:flex-start}.report-card-header h3{font-size:1rem}.report-actions{width:100%}.btn-primary,.btn-secondary,.btn-filters{width:100%;padding:.75rem 1rem}.filters-panel{padding:1rem;gap:1rem}.filter-group label{font-size:.85rem}.filter-group input[type=number],.filter-group input[type=text],.filter-group input[type=date],.filter-group input[type=datetime-local],.filter-group select{padding:.6rem;font-size:.85rem}.reports-alert{padding:1rem;font-size:.9rem}.reports-alert span:first-child{font-size:1.2rem}.reports-info-card h4{font-size:1.1rem}.reports-info-card li{font-size:.9rem;padding:.6rem 0 .6rem 1.5rem}}.checkbox-list::-webkit-scrollbar{width:8px}.checkbox-list::-webkit-scrollbar-track{background:#f1f1f1;border-radius:10px}.checkbox-list::-webkit-scrollbar-thumb{background:#7a1117;border-radius:10px}.checkbox-list::-webkit-scrollbar-thumb:hover{background:#5d0d12}.btn-primary:focus,.btn-secondary:focus,.btn-filters:focus,.filter-group input:focus,.filter-group select:focus{outline:2px solid #7A1117;outline-offset:2px}@media(prefers-contrast:high){.report-card{border:2px solid #333}.btn-primary,.btn-secondary,.btn-filters{border:2px solid currentColor}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}.report-card:hover,.btn-primary:hover,.btn-secondary:hover,.btn-filters:hover{transform:none}}.distinction-container{max-width:1400px;margin:0 auto;padding:2rem;background-color:#f4f4f4;min-height:100vh}.distinction-header{display:flex;justify-content:space-between;align-items:flex-start;background-color:#5d0d12;color:#fff;padding:2rem 2.5rem;border-radius:12px;margin-bottom:2rem;box-shadow:0 4px 12px #5d0d124d;gap:2rem}.distinction-header-text h1{font-family:Georgia,Times New Roman,serif;font-size:1.9rem;margin:0 0 .4rem;font-weight:700;letter-spacing:.5px}.distinction-header-text p{font-size:1rem;margin:0;opacity:.9;line-height:1.4}.distinction-counter-badge{background:#fff3;border:2px solid rgba(255,255,255,.5);border-radius:50px;padding:.5rem 1.2rem;font-size:.95rem;font-weight:700;white-space:nowrap;flex-shrink:0;align-self:center}.distinction-message{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.5rem;border-radius:10px;margin-bottom:1.5rem;font-weight:500;animation:slideDown .3s ease-out}.distinction-message.success{background:linear-gradient(90deg,#f9f6e7,#f7f7fa);color:#5d0d12;border-left:4px solid #D5CBA0;box-shadow:0 2px 12px #7a111714}.distinction-message.error{background:#fde1e1;color:#5d0d12;border-left:4px solid #7A1117;box-shadow:0 2px 12px #7a111714}.distinction-message button{background:transparent;border:none;font-size:1.2rem;cursor:pointer;color:inherit;padding:0 .25rem;font-weight:700}.distinction-loading{text-align:center;padding:4rem 2rem;font-size:1.1rem;color:#666;background:#fff;border-radius:12px;box-shadow:0 4px 16px #00000014}.distinction-empty{background:#fff;border-radius:12px;padding:4rem 2rem;text-align:center;box-shadow:0 4px 16px #00000014;border:2px solid #D5CBA0}.distinction-empty-icon{font-size:3.5rem;color:#d5cba0;margin-bottom:1rem}.distinction-empty h3{font-family:Georgia,Times New Roman,serif;font-size:1.3rem;color:#5d0d12;margin:0 0 .5rem}.distinction-empty p{color:#777;font-size:.95rem;margin:0}.distinction-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(680px,1fr));gap:1.5rem}@media(max-width:800px){.distinction-grid{grid-template-columns:1fr}}.distinction-card{background:#fff;border-radius:14px;box-shadow:0 4px 16px #00000014;border:1px solid #e8e8e8;overflow:hidden;transition:box-shadow .25s ease,transform .25s ease;animation:fadeIn .4s ease-out}.distinction-card:hover{box-shadow:0 8px 24px #5d0d121f;transform:translateY(-2px)}.distinction-card.meritoria{border-top:4px solid #c8a415}.distinction-card.laureada{border-top:4px solid #7A1117}.distinction-card-header{padding:1.25rem 1.5rem;background:linear-gradient(135deg,#5d0d12,#7a1117);color:#fff;display:flex;justify-content:space-between;align-items:flex-start;gap:1rem}.distinction-card-student h3{font-family:Georgia,Times New Roman,serif;font-size:1.1rem;margin:0 0 .2rem;font-weight:700}.distinction-card-student p{font-size:.85rem;margin:0;opacity:.85}.distinction-badge{padding:.4rem .9rem;border-radius:50px;font-size:.82rem;font-weight:700;white-space:nowrap;flex-shrink:0;letter-spacing:.3px;text-transform:uppercase}.distinction-badge.meritoria{background:#c8a415;color:#fff;border:2px solid #e6bc18}.distinction-badge.laureada{background:#fff;color:#5d0d12;border:2px solid #D5CBA0}.distinction-card-body{padding:1.25rem 1.5rem}.distinction-info-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.6rem 1.5rem;margin-bottom:1.25rem}.distinction-info-item{display:flex;flex-direction:column;gap:.15rem}.distinction-info-label{font-size:.75rem;font-weight:600;color:#888;text-transform:uppercase;letter-spacing:.4px}.distinction-info-value{font-size:.92rem;color:#222;font-weight:500}.distinction-grade-value{font-size:1.15rem;font-weight:700;color:#5d0d12}.distinction-evaluations-toggle{width:100%;background:#f8f4f4;border:1px solid #e0d5d5;border-radius:8px;padding:.65rem 1rem;font-size:.9rem;color:#5d0d12;font-weight:600;cursor:pointer;text-align:left;display:flex;justify-content:space-between;align-items:center;transition:background .2s;margin-bottom:.5rem}.distinction-evaluations-toggle:hover{background:#f0e8e8}.toggle-arrow{font-size:.75rem;transition:transform .2s}.toggle-arrow.open{transform:rotate(180deg)}.distinction-evaluations-panel{background:#fafafa;border:1px solid #e8e0e0;border-radius:8px;padding:.75rem 1rem;margin-bottom:1rem;display:flex;flex-direction:column;gap:.75rem}.distinction-examiner-item{border-bottom:1px solid #ede8e8;padding-bottom:.65rem}.distinction-examiner-item:last-child{border-bottom:none;padding-bottom:0}.distinction-examiner-name{font-size:.9rem;font-weight:700;color:#333;margin-bottom:.25rem}.distinction-examiner-type{font-size:.78rem;color:#888;margin-bottom:.3rem}.distinction-examiner-row{display:flex;gap:1.5rem;flex-wrap:wrap;font-size:.85rem;color:#555}.distinction-examiner-row span strong{color:#5d0d12}.distinction-observations{font-size:.82rem;color:#666;margin-top:.3rem;font-style:italic;border-left:3px solid #D5CBA0;padding-left:.5rem}.distinction-card-actions{padding:1rem 1.5rem;border-top:1px solid #f0e8e8;display:flex;gap:.75rem;justify-content:flex-end;background:#fdfaf9}.btn-accept-distinction{padding:.65rem 1.4rem;background:linear-gradient(135deg,#7a1117,#5d0d12);color:#fff;border:none;border-radius:8px;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .25s ease;box-shadow:0 2px 6px #5d0d124d}.btn-accept-distinction:hover:not(:disabled){background:linear-gradient(135deg,#5d0d12,#3d080c);transform:translateY(-1px);box-shadow:0 4px 10px #5d0d1266}.btn-reject-distinction{padding:.65rem 1.4rem;background:linear-gradient(135deg,#7a1117,#5d0d12);color:#fff;border:none;border-radius:8px;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .25s ease;box-shadow:0 2px 6px #5d0d124d}.btn-reject-distinction:hover:not(:disabled){background:linear-gradient(135deg,#5d0d12,#3d080c);transform:translateY(-1px);box-shadow:0 4px 10px #5d0d1266}.btn-accept-distinction:disabled,.btn-reject-distinction:disabled{opacity:.55;cursor:not-allowed;transform:none}.distinction-modal-overlay{position:fixed;inset:0;background:#0000008c;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem;animation:fadeIn .2s ease-out}.distinction-modal{background:#fff;border-radius:14px;box-shadow:0 20px 60px #00000040;width:100%;max-width:500px;overflow:hidden;animation:slideDown .25s ease-out}.distinction-modal-header{padding:1.25rem 1.5rem;display:flex;justify-content:space-between;align-items:center}.distinction-modal-header.accept,.distinction-modal-header.reject{background:linear-gradient(135deg,#7a1117,#5d0d12);color:#fff}.distinction-modal-header h2{font-family:Georgia,Times New Roman,serif;font-size:1.1rem;font-weight:700;margin:0}.distinction-modal-close{background:#fff3;border:none;color:#fff;font-size:1.2rem;width:30px;height:30px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;font-weight:700;transition:background .2s}.distinction-modal-close:hover{background:#ffffff59}.distinction-modal-body{padding:1.5rem}.distinction-modal-info{background:#f8f4f4;border-radius:8px;padding:.75rem 1rem;margin-bottom:1.25rem;font-size:.9rem;color:#444}.distinction-modal-info strong{color:#5d0d12}.distinction-modal-body label{display:block;font-size:.88rem;font-weight:600;color:#333;margin-bottom:.4rem}.distinction-modal-body textarea{width:100%;padding:.75rem;border:1.5px solid #d0c0c0;border-radius:8px;font-size:.92rem;font-family:inherit;resize:vertical;min-height:100px;transition:border-color .2s;box-sizing:border-box}.distinction-modal-body textarea:focus{outline:none;border-color:#7a1117;box-shadow:0 0 0 3px #7a11171a}.distinction-modal-footer{padding:1rem 1.5rem;border-top:1px solid #f0e8e8;display:flex;gap:.75rem;justify-content:flex-end}.btn-modal-cancel{padding:.6rem 1.2rem;background:#f0f0f0;color:#555;border:1px solid #ddd;border-radius:8px;font-size:.9rem;font-weight:600;cursor:pointer;transition:background .2s}.btn-modal-cancel:hover{background:#e0e0e0}.btn-modal-confirm-accept{padding:.6rem 1.4rem;background:linear-gradient(135deg,#7a1117,#5d0d12);color:#fff;border:none;border-radius:8px;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .2s}.btn-modal-confirm-accept:hover:not(:disabled){background:linear-gradient(135deg,#5d0d12,#3d080c)}.btn-modal-confirm-reject{padding:.6rem 1.4rem;background:linear-gradient(135deg,#7a1117,#5d0d12);color:#fff;border:none;border-radius:8px;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .2s}.btn-modal-confirm-reject:hover:not(:disabled){background:linear-gradient(135deg,#5d0d12,#3d080c)}.btn-modal-confirm-accept:disabled,.btn-modal-confirm-reject:disabled{opacity:.55;cursor:not-allowed}@keyframes slideDown{0%{opacity:0;transform:translateY(-16px)}to{opacity:1;transform:translateY(0)}}.director-status-select[multiple]{min-height:2.8em;height:auto;background:#fff;border:2px solid #D5CBA0;border-radius:10px;font-size:.95rem;color:#5d0d12;font-weight:600;padding:.85rem 1.25rem;margin-top:.25rem;margin-bottom:.5rem;transition:border-color .2s,box-shadow .2s;box-sizing:border-box}.director-status-select[multiple]:focus{outline:none;border-color:#7a1117;box-shadow:0 0 0 4px #d5cba021}.director-status-select-hint{font-size:.85em;color:#b7a873;margin-top:.2em;margin-bottom:.5em}.director-status-select{width:100%;padding:.85rem 1.25rem;border:2px solid #D5CBA0;border-radius:10px;font-size:.95rem;font-family:Arial,Helvetica,sans-serif;background:#fff;color:#5d0d12;font-weight:600;margin-top:.25rem;margin-bottom:.5rem;transition:border-color .2s,box-shadow .2s}.director-status-select:focus{outline:none;border-color:#7a1117;box-shadow:0 0 0 4px #d5cba021}.director-container{max-width:1600px;margin:0 auto;padding:2.5rem;background:#f8f6ef;min-height:100vh;font-family:Arial,Helvetica,sans-serif}.director-loading{text-align:center;padding:5rem 2rem;font-size:1.2rem;color:#7a1117;font-weight:600;font-family:Georgia,Times New Roman,serif}.director-header{background:#5d0d12;color:#fff;padding:2.5rem 3rem 2.2rem;border-radius:18px 18px 0 0;margin-bottom:2.5rem;box-shadow:0 8px 24px #7a111766;position:relative;overflow:hidden;border-bottom:6px solid #D5CBA0;border-top:4px solid #B7A873}.director-header:before{content:"";position:absolute;top:0;right:0;width:220px;height:220px;background:#d5cba021;border-radius:50%;transform:translate(40%,-40%);box-shadow:0 0 0 8px #d5cba014}.director-header-content{position:relative;z-index:1;border-left:7px solid #D5CBA0;padding-left:2.2rem;background:#ffffff03;border-radius:12px 0 0 12px}.director-title{font-family:Georgia,Times New Roman,serif;font-size:2.3rem;margin:0 0 .2rem;font-weight:700;letter-spacing:-.5px;color:#fff;text-shadow:0 2px 8px rgba(93,13,18,.1),0 1px 0 #B7A873}.director-subtitle{font-size:1.08rem;margin-top:.5rem;opacity:.98;font-weight:400;color:#d5cba0;text-shadow:0 1px 4px rgba(93,13,18,.1)}.director-message{padding:1.25rem 1.75rem;border-radius:12px;margin-bottom:2rem;font-size:.95rem;line-height:1.6;animation:slideDown .4s ease-out;box-shadow:0 4px 12px #0000001a;display:flex;align-items:center;justify-content:space-between}.director-message.error{background:#fde1e1;color:#5d0d12;border-left:5px solid #5d0d12}.director-message.success{background:linear-gradient(90deg,#f9f6e7,#f7f7fa);color:#7a1117;border-left:5px solid #D5CBA0}.director-message button{background:none;border:none;font-size:1.5rem;cursor:pointer;color:inherit;opacity:.7;transition:opacity .2s}.director-message button:hover{opacity:1}.director-filter-panel{background:#fff;border-radius:18px;padding:2.2rem 2.2rem 1.7rem;margin-bottom:2.5rem;box-shadow:0 8px 32px #5d0d1214;border:2.5px solid #D5CBA0;border-top:5px solid #B7A873;border-bottom:5px solid #B7A873;position:relative;overflow:hidden}.director-filter-panel:before{content:"";position:absolute;top:-60px;left:-60px;width:120px;height:120px;background:#d5cba01a;border-radius:50%;z-index:0}.director-filter-panel:after{content:"";position:absolute;bottom:-40px;right:-40px;width:90px;height:90px;background:#5d0d1212;border-radius:50%;z-index:0}} .director-filter-group{margin-bottom:1.5rem;position:relative;z-index:1}.director-filter-group:last-child{margin-bottom:0}.director-filter-label{display:block;font-size:1.01rem;font-weight:700;color:#5d0d12;margin-bottom:.85rem;text-transform:none;letter-spacing:.7px;padding-left:.1rem}.director-search-box{display:flex;gap:1rem;align-items:flex-start;background:#f8f6ef;border-radius:10px;padding:.5rem .7rem;box-shadow:0 2px 8px #d5cba012}.director-input{flex:1;padding:.85rem 1.25rem;border:2px solid #D5CBA0;border-radius:10px;font-size:.97rem;font-family:Arial,Helvetica,sans-serif;transition:all .3s ease;background:#fff;color:#5d0d12;font-weight:500}.director-input:focus{outline:none;border-color:#7a1117;box-shadow:0 0 0 4px #d5cba021}.director-checkbox-group{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:.75rem}.director-checkbox-label{display:flex;align-items:center;padding:.75rem 1.25rem;background:#f8f9fa;border:2px solid #e0e0e0;border-radius:10px;cursor:pointer;transition:all .3s ease;font-size:.9rem;font-weight:500;gap:.5rem}.director-checkbox-label:hover{background:#fff;border-color:#7a1117;transform:translateY(-2px);box-shadow:0 4px 12px #7a111726}.director-checkbox-label.active{background:#d5cba0;border-color:#5d0d12;font-weight:600}.director-checkbox{width:18px;height:18px;cursor:pointer;accent-color:#7A1117}.director-btn{border:none;border-radius:10px;font-weight:600;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);font-family:Arial,Helvetica,sans-serif;display:inline-flex;align-items:center;justify-content:center;gap:.5rem}.director-btn-primary{padding:.85rem 1.75rem;background:#5d0d12;color:#fff;font-size:.95rem;box-shadow:0 4px 12px #7a11174d}.director-btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #7a111766}.director-btn-secondary{padding:.85rem 1.75rem;background:#b7a873;color:#5d0d12;font-size:.95rem;box-shadow:0 4px 12px #0003}.director-btn-secondary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #0000004d}.director-btn-action{background:#7a1117;color:#fff;font-size:.75rem;font-weight:600;box-shadow:0 4px 12px #7a11174d;white-space:nowrap;width:auto;min-height:36px;display:flex;align-items:center;justify-content:center;border:none;border-radius:10px;cursor:pointer;transition:all .3s ease;padding:.55rem 1rem}.director-btn-action:hover{transform:translateY(-2px);box-shadow:0 6px 20px #7a111766}.director-stats-bar{background:#fff;padding:1.25rem 1.75rem;border-radius:12px;margin-bottom:2rem;border:2px solid #e0e0e0;font-weight:600;font-size:.95rem;color:#333;box-shadow:0 4px 12px #00000014}.director-stats-bar strong{color:#7a1117}.director-table-container{background:#fff;border-radius:16px;box-shadow:0 8px 24px #0000001f;overflow:hidden;animation:fadeIn .5s ease-out}.director-table{width:100%;border-collapse:collapse}.director-table thead{background:#5d0d12;color:#fff}.director-table th{padding:1.25rem 1.5rem;text-align:left;font-family:Georgia,Times New Roman,serif;font-size:.9rem;font-weight:700;text-transform:uppercase;letter-spacing:.8px}.director-table tbody tr{border-bottom:1px solid #e0e0e0;transition:all .3s ease}.director-table tbody tr:hover{background:#f8f6ef;transform:scale(1.005);box-shadow:0 4px 12px #5d0d121a}.director-table td{padding:1.25rem 1.5rem;font-size:.9rem;color:#333}.director-table td:first-child{font-weight:600;color:#7a1117;word-break:break-word;max-width:200px}.director-table td:last-child{text-align:left}.director-status-badge{display:inline-block;padding:.4rem .9rem;border-radius:20px;font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.3px;box-shadow:0 2px 8px #00000026}.director-status-badge.info{background:#d5cba0;color:#5d0d12;border:2px solid #5d0d12}.director-status-badge.warning{background:#b7a873;color:#5d0d12;border:2px solid #B7A873}.director-status-badge.success{background:#f9f6e7;color:#7a1117;border:2px solid #D5CBA0}.director-status-badge.error{background:#fde1e1;color:#5d0d12;border:2px solid #5d0d12}.director-status-badge.inactive{background:#f3f3f3;color:#666;border:2px solid #ddd}.director-attention-badge{display:inline-block;margin-top:.25rem;font-size:.75rem;color:#f59e0b;font-weight:700;text-transform:uppercase;letter-spacing:.3px}.director-empty-state{text-align:center;padding:4rem 2rem;color:#999}.director-empty-icon{font-size:3rem;margin-bottom:1rem;opacity:.6}.director-empty-text{font-size:.95rem;line-height:1.6}@media(max-width:1200px){.director-container{padding:2rem}.director-title{font-size:1.8rem}}@media(max-width:768px){.director-container{padding:1.5rem}.director-header{padding:2rem 1.5rem}.director-title{font-size:1.5rem}.director-filter-panel{padding:1.5rem}.director-search-box{flex-direction:column;gap:.5rem}.director-btn-primary,.director-btn-secondary{width:100%}.director-checkbox-group{flex-direction:column}.director-checkbox-label{width:100%}.director-table th{padding:1rem .75rem;font-size:.8rem}.director-table td{padding:1rem .75rem;font-size:.85rem}.director-btn-action{padding:.55rem .8rem;font-size:.75rem}}@media(max-width:480px){.director-container{padding:1rem}.director-header{padding:1.5rem}.director-title{font-size:1.3rem}.director-filter-panel{padding:1rem}.director-input,.director-checkbox-label{font-size:.85rem}.director-table{font-size:.8rem}.director-table th,.director-table td{padding:.75rem .5rem}}.director-propose-defense-section{background:#fff;border-radius:16px;padding:2rem;margin-bottom:2.5rem;box-shadow:0 8px 24px #0000001a;border:1.5px solid #B7A873}.director-propose-defense-block{background:linear-gradient(135deg,#f8f6ef 60%,#fdf6e3);border:2.5px solid #B7A873;border-radius:18px;box-shadow:0 8px 24px #b7a87321;padding:2rem 2.5rem;display:flex;flex-direction:column;align-items:flex-start;gap:1.2rem}.director-propose-defense-header{display:flex;align-items:center;gap:.7rem;font-size:1.25rem;font-family:Georgia,Times New Roman,serif;font-weight:700;color:#5d0d12}.director-propose-defense-icon{font-size:1.5rem}.director-propose-defense-title{font-size:1.15rem;font-weight:700;color:#5d0d12}.director-propose-defense-message{font-size:1rem;color:#222;line-height:1.7}.director-propose-defense-btn{background:#5d0d12;color:#fff;font-family:Georgia,Times New Roman,serif;font-size:1.1rem;font-weight:900;padding:.9rem 2.2rem;border-radius:12px;border:2px solid #B7A873;box-shadow:0 2px 8px #7a111733;transition:background .2s,border .2s,box-shadow .2s;cursor:pointer;margin-top:.5rem;letter-spacing:.03em}.director-propose-defense-btn:disabled{background:#9ca3af;border:2px solid #6b7280;color:#fff;cursor:not-allowed;box-shadow:none}.director-propose-defense-btn:hover:not(:disabled){background:#b7a873;color:#7a1117;border:2px solid #7A1117;box-shadow:0 4px 16px #7a111733}.director-notify-section{display:flex;flex-direction:column;align-items:center;justify-content:center;margin:2.5rem 0 1.5rem;gap:.7rem}.director-notify-btn{background:#1d4ed8;color:#fff;font-family:Georgia,Times New Roman,serif;font-size:1.25rem;font-weight:900;padding:1.1rem 2.5rem;border-radius:18px;border:3px solid #1e3a8a;box-shadow:0 4px 16px #1d4ed833;transition:background .2s,border .2s,box-shadow .2s;cursor:pointer;margin-bottom:.5rem;letter-spacing:.03em}.director-notify-btn.disabled{background:#9ca3af;border:3px solid #6b7280;color:#fff;cursor:not-allowed;box-shadow:none}.director-notify-btn.loading{background:#5d0d12;color:#fff;cursor:wait}.director-notify-warning{color:#dc2626;font-size:.95rem;font-weight:700;text-align:center;margin-top:.2rem;background:#fffbe6;border-radius:8px;padding:.4rem 1rem;border-left:4px solid #dc2626;box-shadow:0 2px 8px #dc262633}.director-profile-container{max-width:1400px;margin:0 auto;padding:2.5rem;background:#f8f6ef;min-height:100vh;font-family:Arial,Helvetica,sans-serif}.director-profile-loading{text-align:center;padding:5rem 2rem;font-size:1.2rem;color:#7a1117;font-weight:600;font-family:Georgia,Times New Roman,serif}.director-profile-header{background:#5d0d12;color:#fff;padding:2.5rem 3rem;border-radius:16px;margin-bottom:2.5rem;box-shadow:0 8px 24px #7a111766;position:relative;overflow:hidden}.director-profile-header:before{content:"";position:absolute;top:0;right:0;width:300px;height:300px;background:#d5cba014;border-radius:50%;transform:translate(50%,-50%)}.director-profile-header-content{position:relative;z-index:1}.director-profile-title{font-family:Georgia,Times New Roman,serif;font-size:2rem;margin:0;font-weight:700;letter-spacing:-.5px}.director-profile-subtitle{font-size:.95rem;margin-top:.5rem;opacity:.95;font-weight:400}.director-profile-actions{display:flex;gap:1rem;margin-top:1.5rem;flex-wrap:wrap}.director-profile-message{padding:1.25rem 1.75rem;border-radius:12px;margin-bottom:2rem;font-size:.95rem;line-height:1.6;animation:slideDown .4s ease-out;box-shadow:0 4px 12px #0000001a;display:flex;align-items:center;justify-content:space-between}.director-profile-message.error{background:#fde1e1;color:#5d0d12;border-left:5px solid #5d0d12}.director-profile-message.success{background:linear-gradient(90deg,#f9f6e7,#f7f7fa);color:#7a1117;border-left:5px solid #D5CBA0}.director-profile-message button{background:none;border:none;font-size:1.5rem;cursor:pointer;color:inherit;opacity:.7;transition:opacity .2s;margin-left:1rem}.director-profile-message button:hover{opacity:1}.director-alert-warning{background:#d5cba0;border:2px solid #B7A873;padding:1.5rem;border-radius:12px;margin-bottom:2rem;box-shadow:0 4px 12px #0000001a}.director-alert-warning h3{margin:0 0 1rem;color:#92400e;font-size:1.1rem;font-weight:700}.director-alert-warning p{margin:0 0 1rem;color:#78350f;font-size:.95rem;line-height:1.6}.director-alert-actions{display:flex;gap:1rem;flex-wrap:wrap}.director-alert-actions button{padding:.75rem 1.5rem;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease;font-size:.9rem}.director-alert-actions .btn-view{background:#5d0d12;color:#fff}.director-alert-actions .btn-approve{background:#b7a873;color:#5d0d12}.director-alert-actions .btn-reject{background:#fde1e1;color:#5d0d12}.director-alert-actions button:hover{transform:translateY(-2px);box-shadow:0 6px 20px #0003}.director-profile-card{background:#f8f6ef;border-radius:18px;padding:2.5rem;margin-bottom:2.5rem;box-shadow:0 8px 24px #5d0d121a;border:2px solid #D5CBA0;position:relative}.director-profile-card-title{font-family:Georgia,Times New Roman,serif;font-size:1.35rem;color:#5d0d12;margin:0 0 1.5rem;font-weight:700;display:flex;align-items:center;gap:.75rem;padding-bottom:.8rem;border-bottom:3px solid #B7A873;letter-spacing:-.5px}.director-profile-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem}.director-profile-item{display:flex;flex-direction:column;gap:.5rem;background:#fff;border-radius:12px;padding:1.2rem 1rem;box-shadow:0 2px 8px #d5cba01a;border:1px solid #e0e0e0}.director-profile-label{font-size:.92rem;font-weight:700;color:#5d0d12;letter-spacing:.2px;margin-bottom:.15rem}.director-profile-value{font-size:1.05rem;color:#92400e;font-weight:600;background:#f8f6ef;border-radius:6px;padding:.25rem .5rem;display:inline-block}.director-profile-description{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid #B7A873}.director-profile-description-title{font-size:.95rem;font-weight:700;color:#5d0d12;margin-bottom:.75rem}.director-profile-description-text{font-size:.98rem;color:#78350f;line-height:1.6;margin:0}.director-documents-section{background:#fff;border-radius:16px;padding:2rem;margin-bottom:2.5rem;box-shadow:0 8px 24px #0000001f;border:1px solid #e0e0e0}.director-documents-title{font-family:Georgia,Times New Roman,serif;font-size:1.3rem;color:#5d0d12;margin:0 0 1.5rem;font-weight:700;display:flex;align-items:center;gap:.75rem;padding-bottom:.8rem;border-bottom:3px solid #e0e0e0}.director-uploaded-docs{margin-bottom:2rem}.director-uploaded-title{font-size:1.1rem;color:#059669;margin:0 0 1rem;font-weight:700}.director-docs-table{width:100%;border-collapse:collapse;font-size:.9rem;margin-bottom:1rem;overflow-x:auto}.director-docs-table thead{background:#5d0d12;color:#fff}.director-docs-table th{padding:1rem;text-align:left;font-weight:700;letter-spacing:.5px;font-size:.8rem}.director-docs-table td{padding:1rem;border-bottom:1px solid #e0e0e0;vertical-align:top}.director-docs-table tbody tr{transition:background-color .2s ease}.director-docs-table tbody tr:hover{background-color:#f9f9f9}.director-docs-table tbody tr:nth-child(2n){background-color:#f9f9f9}.director-doc-name{font-weight:700;color:#333;display:block;margin-bottom:.25rem;word-break:break-word}.director-doc-description{font-size:.8rem;color:#666}.director-doc-mandatory{display:inline-block;background:#fef3c7;color:#92400e;padding:.25rem .6rem;border-radius:4px;font-size:.75rem;font-weight:700;text-align:center}.director-doc-optional{display:inline-block;background:#e5e7eb;color:#4b5563;padding:.25rem .6rem;border-radius:4px;font-size:.75rem;text-align:center}.director-doc-status-badge{display:inline-block;padding:.4rem .9rem;border-radius:20px;font-size:.8rem;font-weight:700;letter-spacing:.3px}.director-doc-status-badge.accepted{background-color:#f9f6e7;color:#7a1117;border:1px solid #D5CBA0}.director-doc-status-badge.rejected{background-color:#fde1e1;color:#5d0d12;border:1px solid #5d0d12}.director-doc-status-badge.corrections{background-color:#b7a873;color:#5d0d12;border:1px solid #B7A873}.director-doc-status-badge.pending{background-color:#d5cba0;color:#5d0d12;border:1px solid #D5CBA0}.director-doc-btn{padding:.6rem 1.2rem;background:#5d0d12;color:#fff;border:none;border-radius:8px;font-size:.8rem;font-weight:600;cursor:pointer;transition:all .3s ease;display:inline-flex;align-items:center;gap:.5rem;min-height:36px}.director-doc-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 12px #7a11174d}.director-doc-btn:disabled{opacity:.6;cursor:not-allowed}.director-doc-actions{display:flex;flex-direction:column;align-items:stretch;gap:.5rem;min-width:180px}.director-doc-file-input{width:100%;font-size:.75rem;color:#5d0d12;border:1px solid #d1d5db;border-radius:8px;background:#fff;padding:.35rem}.director-doc-upload-btn{padding:.55rem .85rem;background:#b7a873;color:#5d0d12;border:none;border-radius:8px;font-size:.8rem;font-weight:700;cursor:pointer;transition:all .25s ease}.director-doc-upload-btn:hover:not(:disabled){filter:brightness(.95);transform:translateY(-1px)}.director-doc-upload-btn:disabled{opacity:.6;cursor:not-allowed;transform:none}.director-pending-upload-row{margin-top:.75rem;display:flex;align-items:center;gap:.75rem}.director-doc-upload-hint{color:#92400e;font-size:.72rem;line-height:1.35;text-align:left}.director-pending-docs{margin-top:1.5rem}.director-pending-title{font-size:1.1rem;color:#dc2626;margin:0 0 1rem;font-weight:700}.director-pending-doc-item{padding:1rem;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;margin-bottom:.75rem;display:flex;justify-content:space-between;align-items:flex-start;gap:1rem}.director-pending-doc-info{flex:1}.director-pending-doc-name{font-weight:700;color:#991b1b;margin-bottom:.25rem;display:flex;align-items:center;gap:.5rem}.director-pending-doc-description{font-size:.85rem;color:#7f1d1d}.director-pending-badge{background:#fee2e2;color:#991b1b;padding:.25rem .75rem;border-radius:4px;font-size:.75rem;font-weight:700;white-space:nowrap}.director-history-section{background:#f8f6ef;border-radius:18px;padding:2.5rem;margin-bottom:2.5rem;box-shadow:0 8px 24px #5d0d121a;border:2px solid #D5CBA0}.director-history-title{font-family:Georgia,Times New Roman,serif;font-size:1.45rem;color:#5d0d12;margin:0 0 1.5rem;font-weight:700;display:flex;align-items:center;gap:.75rem;padding-bottom:.8rem;border-bottom:3px solid #B7A873}.director-history-item{padding:1.2rem 1rem;background:#f8f6ef;border-left:4px solid #5d0d12;border-radius:12px;margin-bottom:1.2rem;box-shadow:0 2px 8px #5d0d1214}.director-history-item-header{display:flex;justify-content:space-between;margin-bottom:.5rem;flex-wrap:wrap;gap:.5rem}.director-history-item-status{font-weight:700;font-size:1rem}.director-history-item-date{color:#b7a873;font-size:.95rem;font-weight:600}.director-history-item-description{font-size:.95rem;color:#7a1117;margin:.5rem 0 0;line-height:1.5;font-weight:600}.director-history-item-observations{margin-top:.5rem;padding:.5rem;background:#fffbe6;border-radius:4px;font-size:.95rem;font-style:italic;color:#92400e;border-left:4px solid #B7A873;font-weight:600}.director-history-item-responsible{margin-top:.5rem;font-size:.95rem;color:#7a1117;font-weight:600}.director-modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.director-modal{background:#fff;border-radius:16px;box-shadow:0 20px 60px #0000004d;max-width:600px;width:100%;max-height:90vh;overflow-y:auto;animation:slideUp .3s ease-out}.director-modal-header{background:linear-gradient(135deg,#7a1117,#5d0d12);color:#fff;padding:2rem;border-radius:16px 16px 0 0;display:flex;justify-content:space-between;align-items:center}.director-modal-header h3{margin:0;font-size:1.3rem;font-family:Georgia,Times New Roman,serif}.director-modal-close{background:#fff3;border:none;color:#fff;font-size:1.5rem;cursor:pointer;width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .2s}.director-modal-close:hover{background:#ffffff4d}.director-modal-body{padding:2rem}.director-form-group{margin-bottom:1.5rem}.director-form-group:last-child{margin-bottom:0}.director-form-label{display:block;font-size:.9rem;font-weight:700;color:#333;margin-bottom:.75rem;letter-spacing:.3px}.director-form-input,.director-form-textarea{width:100%;padding:.85rem 1rem;border:2px solid #ddd;border-radius:8px;font-size:.95rem;font-family:inherit;transition:all .3s ease}.director-form-input:focus,.director-form-textarea:focus{outline:none;border-color:#7a1117;box-shadow:0 0 0 4px #7a11171a}.director-form-textarea{resize:vertical;min-height:120px}.director-form-small{display:block;color:#666;margin-top:.5rem;font-size:.85rem}.director-modal-actions{display:flex;gap:1rem;margin-top:2rem}.director-btn-cancel,.director-btn-submit{flex:1;padding:.85rem 1.5rem;border:none;border-radius:8px;font-weight:700;font-size:.95rem;cursor:pointer;transition:all .3s ease}.director-btn-cancel{background:#5d0d12;color:#fff}.director-btn-cancel:hover{transform:translateY(-2px);box-shadow:0 6px 20px #0003}.director-btn-submit{background:#5d0d12;color:#fff}.director-btn-submit:hover{transform:translateY(-2px);box-shadow:0 6px 20px #7a111766}.director-btn-reject{background:#fde1e1;color:#5d0d12}.director-btn-reject:hover{transform:translateY(-2px);box-shadow:0 6px 20px #dc262666}.director-info-box{padding:1rem;background:#d5cba0;border-left:4px solid #B7A873;border-radius:8px;margin:1rem 0;font-size:.9rem;color:#92400e}.director-info-box p{margin:0}.director-success-animation{text-align:center;padding:2rem}.director-success-icon{font-size:4rem;margin-bottom:1rem;animation:scaleIn .5s ease-out}.director-success-message{font-size:1.2rem;font-weight:700;color:#059669;margin-bottom:.5rem}.director-success-submessage{font-size:.9rem;color:#666}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes slideDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}@media(max-width:1200px){.director-profile-container{padding:2rem}.director-profile-title{font-size:1.6rem}.director-profile-card{padding:1.5rem}}@media(max-width:768px){.director-profile-container{padding:1.5rem}.director-profile-header{padding:2rem 1.5rem}.director-profile-title{font-size:1.35rem}.director-profile-actions{flex-direction:column}.director-profile-actions button{width:100%}.director-profile-grid{grid-template-columns:1fr}.director-docs-table{font-size:.85rem}.director-docs-table th{padding:.75rem .5rem;font-size:.75rem}.director-docs-table td{padding:.75rem .5rem}.director-doc-btn{padding:.5rem .8rem;font-size:.75rem;min-height:32px}.director-doc-actions{min-width:150px}.director-pending-upload-row{flex-direction:column;align-items:stretch}.director-modal{margin:0 1rem}.director-modal-body{padding:1.5rem}}@media(max-width:480px){.director-profile-container{padding:1rem}.director-profile-header{padding:1.5rem}.director-profile-title{font-size:1.2rem}.director-profile-subtitle{font-size:.85rem}.director-alert-actions{flex-direction:column}.director-alert-actions button{width:100%}.director-docs-table{font-size:.8rem;overflow-x:auto}.director-history-item{padding:.75rem}.director-modal-header h3{font-size:1.1rem}.director-modal-actions{flex-direction:column}.director-btn-cancel,.director-btn-submit{width:100%}}.examiner-dashboard-container{max-width:1600px;margin:0 auto;padding:2.5rem;background:linear-gradient(135deg,#f5f5f5,#e8e8e8);min-height:100vh;font-family:Arial,Helvetica,sans-serif}.examiner-loading{text-align:center;padding:5rem 2rem;font-size:1.3rem;color:#7a1117;font-weight:600;font-family:Georgia,Times New Roman,serif}.examiner-header{background:#5d0d12;color:#fff;padding:2.5rem 3rem;border-radius:16px;margin-bottom:2.5rem;box-shadow:0 8px 24px #7a111766;position:relative;overflow:hidden}.examiner-header:before{content:"";position:absolute;top:0;right:0;width:300px;height:300px;background:#ffffff0d;border-radius:50%;transform:translate(50%,-50%)}.examiner-title{font-family:Georgia,Times New Roman,serif;font-size:2.5rem;margin:0;font-weight:700;letter-spacing:-.5px;position:relative;z-index:1}.examiner-subtitle{font-size:1.1rem;margin-top:.75rem;opacity:.95;font-weight:400;position:relative;z-index:1}.examiner-toolbar{display:flex;justify-content:flex-end;margin-bottom:2rem}.examiner-btn{padding:.85rem 1.75rem;border:none;border-radius:10px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 12px #00000026;font-family:Arial,Helvetica,sans-serif}.examiner-btn-primary{background:linear-gradient(135deg,#7a1117,#5d0d12);color:#fff}.examiner-btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #7a111766}.examiner-btn-secondary{background:linear-gradient(135deg,#6c757d,#495057);color:#fff}.examiner-btn-secondary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #6c757d66}.examiner-message{padding:1.25rem 1.75rem;border-radius:12px;margin-bottom:2rem;font-size:1rem;line-height:1.6;animation:examinerSlideIn .4s ease-out;box-shadow:0 4px 12px #0000001a}.examiner-message.error{background:linear-gradient(135deg,#fde1e1,#fcc8c8);color:#7a1117;border-left:5px solid #7A1117}.examiner-message.success{background:linear-gradient(90deg,#f9f6e7,#f7f7fa);color:#7a1117;border-left:5px solid #D5CBA0}.examiner-filter-panel{background:linear-gradient(135deg,#f8f6ef,#d5cba0);border-radius:16px;padding:2.2rem 2rem 2rem;margin-bottom:2.5rem;box-shadow:0 8px 32px #5d0d121a;border:2px solid #B7A873}.examiner-filter-title{font-family:Georgia,Times New Roman,serif;font-size:1.45rem;color:#5d0d12;margin:0 0 1.75rem;font-weight:700;border-bottom:3px solid #B7A873;padding-bottom:.5rem}.examiner-filter-group{margin-bottom:2rem}.examiner-filter-label{display:block;font-size:1rem;font-weight:700;color:#5d0d12;margin-bottom:.75rem;letter-spacing:.5px}.examiner-input{width:100%;padding:.75rem 1rem;border:2px solid #B7A873;border-radius:8px;font-size:.98rem;font-family:Arial,Helvetica,sans-serif;transition:all .3s ease;background:#fff}.examiner-input:focus{outline:none;border-color:#5d0d12;box-shadow:0 0 0 4px #5d0d121a}.examiner-checkbox-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1rem;margin-top:1rem}.examiner-checkbox-label{display:flex;align-items:center;gap:.75rem;padding:1rem 1.25rem;background:#f8f6ef;border:2px solid #B7A873;border-radius:10px;cursor:pointer;transition:all .3s ease;font-size:.98rem;color:#5d0d12}.examiner-checkbox-label:hover{background:#fff;border-color:#5d0d12;transform:translateY(-2px);box-shadow:0 4px 12px #5d0d1221}.examiner-checkbox-label.active{background:linear-gradient(135deg,#d5cba0,#b7a873);border-color:#5d0d12;font-weight:700;color:#5d0d12}.examiner-checkbox{width:20px;height:20px;cursor:pointer;accent-color:#5d0d12}.examiner-filter-actions{display:flex;gap:1.25rem;margin-top:2rem}.examiner-filter-info{margin-top:1.5rem;padding:1.25rem;background:linear-gradient(135deg,#d5cba0,#b7a873);border-left:5px solid #5d0d12;border-radius:8px;font-size:1rem;font-weight:700;color:#5d0d12}.examiner-stats-card{background:#5d0d12;color:#fff;padding:2.5rem 3rem;border-radius:16px;margin-bottom:2.5rem;box-shadow:0 8px 24px #7a111766;display:flex;align-items:center;gap:2rem}.examiner-stats-icon{font-size:4rem;line-height:1}.examiner-stats-content{flex:1}.examiner-stats-number{font-size:3.5rem;font-weight:800;margin-bottom:.5rem;font-family:Georgia,Times New Roman,serif}.examiner-stats-text{font-size:1.2rem;opacity:.95;font-weight:500}.examiner-empty{background:#fff;border-radius:16px;padding:5rem 3rem;text-align:center;box-shadow:0 8px 24px #0000001f}.examiner-empty-icon{font-size:6rem;margin-bottom:2rem;opacity:.6}.examiner-empty-title{font-family:Georgia,Times New Roman,serif;font-size:1.8rem;color:#333;margin:0 0 1rem;font-weight:700}.examiner-empty-text{font-size:1.1rem;color:#666;margin:0 0 2rem;line-height:1.6}.examiner-table-container{background:linear-gradient(135deg,#fffdfa,#f8f6ef);border-radius:22px;box-shadow:0 10px 32px #7a111721,0 2px 8px #b7a8731a;overflow:hidden;animation:examinerFadeIn .5s ease-out;border:2.5px solid #B7A873;margin-bottom:2.5rem}.examiner-table{width:100%;border-collapse:separate;border-spacing:0;font-family:Arial,Helvetica,sans-serif;background:transparent}.examiner-table thead{background:#5d0d12;color:#fff}.examiner-table th{padding:1.25rem 1.5rem;text-align:left;font-family:Georgia,Times New Roman,serif;font-size:1.05rem;font-weight:700;letter-spacing:.8px;border-bottom:3px solid #B7A873;color:#fff;position:sticky;top:0;z-index:2}.examiner-table tbody tr{border-bottom:1.5px solid #e5dec2;transition:all .25s cubic-bezier(.4,0,.2,1);background:transparent}.examiner-table tbody tr:nth-child(2n){background:#f8f6ef}.examiner-table tbody tr:hover{background:linear-gradient(90deg,#fff3cd,#fde68a);transform:scale(1.012);box-shadow:0 6px 18px #7a11171a;z-index:1}.examiner-table td{padding:1.15rem 1.5rem;font-size:1rem;color:#5d0d12;background:transparent;vertical-align:middle;border:none}.examiner-table td:last-child{text-align:center}.examiner-student-name{font-weight:700;color:#7a1117;font-size:1.08rem;font-family:Georgia,Times New Roman,serif;margin-bottom:.2rem;letter-spacing:.2px}.examiner-student-email{font-size:.93rem;color:#8a8a8a;font-style:italic;margin-top:.1rem}.examiner-modality{color:#b7a873;font-weight:700;font-size:1.01rem;font-family:Georgia,Times New Roman,serif;letter-spacing:.2px}.examiner-status-badge{display:inline-block;padding:.5rem 1.25rem;border-radius:25px;font-size:.9rem;font-weight:700;letter-spacing:.5px;box-shadow:0 2px 8px #00000026}.examiner-status-badge.pending{background:linear-gradient(135deg,#fff3cd,#ffeeba);color:#856404;border:2px solid #ffc107}.examiner-status-badge.approved{background:linear-gradient(135deg,#f9f6e7,#f7f7fa);color:#7a1117;border:2px solid #D5CBA0}.examiner-status-badge.in-review{background:linear-gradient(135deg,#d1ecf1,#bee5eb);color:#0c5460;border:2px solid #17a2b8}.examiner-status-badge.rejected{background:linear-gradient(135deg,#fde1e1,#fcc8c8);color:#7a1117;border:2px solid #7A1117}.examiner-action-btn{padding:.6rem 1.2rem;border:none;border-radius:10px;font-size:.85rem;font-weight:600;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 12px #00000026;width:100%;font-family:Arial,Helvetica,sans-serif}.examiner-action-btn.view{background:linear-gradient(135deg,#7a1117,#5d0d12);color:#fff}.examiner-action-btn.review{background:linear-gradient(135deg,#8b5a3c,#6b4423);color:#fff}.examiner-action-btn.evaluate{background:linear-gradient(135deg,#7a1117,#5d0d12);color:#fff}.examiner-action-btn.completed{background:linear-gradient(135deg,#a4a4a4,#888);color:#fff}.examiner-action-btn:hover{transform:translateY(-3px);box-shadow:0 8px 20px #00000040}@keyframes examinerSlideIn{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes examinerFadeIn{0%{opacity:0}to{opacity:1}}@media(max-width:1200px){.examiner-dashboard-container{padding:2rem}.examiner-title{font-size:2rem}}@media(max-width:768px){.examiner-dashboard-container{padding:1.5rem}.examiner-header{padding:2rem 1.5rem}.examiner-title{font-size:1.8rem}.examiner-stats-card{flex-direction:column;text-align:center}.examiner-table-container{overflow-x:auto}.examiner-table{min-width:800px}.examiner-checkbox-grid{grid-template-columns:1fr}}@media(max-width:480px){.examiner-title{font-size:1.5rem}.examiner-filter-panel{padding:1.5rem}}.eval-summary-card{background:linear-gradient(135deg,#f7f7fa,#e8ebf0);border:2.5px solid #7A1117;border-radius:18px;box-shadow:0 8px 32px #7a11171a;padding:2.5rem 2rem 2rem;margin:2.5rem 0 1.5rem;animation:examinerProfileSlideIn .5s}.eval-summary-header{display:flex;align-items:center;gap:.75rem;margin-bottom:2rem;padding-bottom:1rem;border-bottom:2px solid #D5CBA0}.eval-summary-header-icon{font-size:1.6rem}.eval-summary-header h3{color:#7a1117;font-family:Georgia,Times New Roman,serif;font-size:1.4rem;font-weight:700;margin:0;letter-spacing:.5px;text-shadow:0 2px 8px #7A111722}.eval-summary-rubric-title{color:#7a1117;font-family:Georgia,Times New Roman,serif;font-size:1.1rem;font-weight:700;margin-bottom:.9rem;display:flex;align-items:center;gap:.5rem}.eval-summary-rubric-list{display:flex;flex-direction:column;gap:.6rem;margin-bottom:2rem}.eval-summary-criteria-row{background:#fff;border-radius:10px;border:1.5px solid #D5CBA0;padding:.75rem 1.25rem;display:flex;justify-content:space-between;align-items:center;gap:1rem;box-shadow:0 2px 6px #7a11170f;transition:box-shadow .2s}.eval-summary-criteria-row:hover{box-shadow:0 4px 14px #7a11171f}.eval-summary-criteria-label{font-weight:600;color:#374151;font-size:.93rem;flex:1}.eval-summary-criteria-badge{font-weight:700;font-size:.85rem;padding:.25rem .9rem;border-radius:20px;white-space:nowrap;letter-spacing:.3px}.eval-summary-criteria-badge.badge-excellent{background:linear-gradient(135deg,#dcfce7,#bbf7d0);color:#166534;border:1.5px solid #86efac}.eval-summary-criteria-badge.badge-good{background:linear-gradient(135deg,#dbeafe,#bfdbfe);color:#1e40af;border:1.5px solid #93c5fd}.eval-summary-criteria-badge.badge-acceptable{background:linear-gradient(135deg,#fef9c3,#fef08a);color:#854d0e;border:1.5px solid #fde047}.eval-summary-criteria-badge.badge-insufficient{background:linear-gradient(135deg,#fee2e2,#fecaca);color:#991b1b;border:1.5px solid #fca5a5}.eval-summary-details{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1.5rem}.eval-summary-detail-item{background:#fff;border-radius:12px;border:1.5px solid #D5CBA0;padding:1rem 1.25rem;display:flex;flex-direction:column;gap:.35rem;box-shadow:0 2px 8px #7a11170d}.eval-summary-detail-item.full-width{grid-column:1 / -1}.eval-summary-detail-label{font-size:.82rem;font-weight:600;color:#7a1117;font-family:Georgia,Times New Roman,serif;text-transform:uppercase;letter-spacing:.8px}.eval-summary-detail-value{font-size:1.05rem;color:#222;font-weight:500}.eval-summary-grade-value{font-size:1.6rem;font-weight:800;font-family:Georgia,Times New Roman,serif}.eval-summary-grade-value.approved{color:#166534}.eval-summary-grade-value.failed{color:#991b1b}.eval-summary-badge{display:inline-flex;align-items:center;gap:.4rem;padding:.3rem 1rem;border-radius:20px;font-weight:700;font-size:.95rem;letter-spacing:.3px}.eval-summary-badge.badge-approved{background:linear-gradient(135deg,#dcfce7,#bbf7d0);color:#166534;border:1.5px solid #86efac}.eval-summary-badge.badge-failed{background:linear-gradient(135deg,#fee2e2,#fecaca);color:#991b1b;border:1.5px solid #fca5a5}.eval-summary-badge.badge-mention{background:linear-gradient(135deg,#fef9c3,#fde68a);color:#7a1117;border:1.5px solid #D5CBA0}.eval-summary-observations{background:#f9f6ee;border-left:4px solid #D5CBA0;border-radius:0 10px 10px 0;padding:.85rem 1.25rem;font-style:italic;color:#4b5563;line-height:1.6;white-space:pre-wrap}.eval-summary-footer{display:flex;justify-content:space-between;align-items:center;gap:1rem;padding-top:1rem;border-top:1.5px solid #e5e7eb;margin-top:.5rem}.eval-summary-footer-item{display:flex;align-items:center;gap:.4rem;color:#6b7280;font-size:.88rem}.eval-summary-footer-item span.footer-icon{font-size:1rem}.eval-summary-footer-item strong{color:#374151;font-weight:600}@media(max-width:700px){.eval-summary-details{grid-template-columns:1fr}.eval-summary-footer{flex-direction:column;align-items:flex-start}}.examiner-eval-block{background:linear-gradient(135deg,#fffdfa,#f8f6ef 60%,#f9e7c2);border:2.5px solid #B7A873;border-radius:18px;box-shadow:0 8px 24px #b7a87321;padding:2rem 2.5rem;margin:2.5rem 0 1.5rem;display:flex;flex-direction:column;align-items:flex-start;gap:1.2rem}.examiner-eval-icon{font-size:2.2rem;color:#7a1117;margin-bottom:.7rem}.examiner-eval-title{font-size:1.25rem;font-family:Georgia,Times New Roman,serif;font-weight:700;color:#7a1117;margin-bottom:.5rem}.examiner-eval-message{font-size:1rem;color:#222;line-height:1.7;margin-bottom:1.2rem}.examiner-eval-alert{color:#5d0d12;font-weight:700;font-size:1.05rem}.examiner-eval-btn{background:#5d0d12;color:#fff;font-family:Georgia,Times New Roman,serif;font-size:1.1rem;font-weight:900;padding:.9rem 2.2rem;border-radius:12px;border:2px solid #B7A873;box-shadow:0 2px 8px #7a111733;transition:background .2s,border .2s,box-shadow .2s;cursor:pointer;margin-top:.5rem;letter-spacing:.03em}.examiner-eval-btn:disabled{background:#9ca3af;border:2px solid #6b7280;color:#fff;cursor:not-allowed;box-shadow:none}.examiner-eval-btn:hover:not(:disabled){background:#b7a873;color:#7a1117;border:2px solid #7A1117;box-shadow:0 4px 16px #7a111733}.examiner-eval-form{width:100%}.examiner-doc-finalize-block{background:linear-gradient(135deg,#f8f6ef 60%,#fdf6e3);border:2px solid #B7A873;border-radius:16px;box-shadow:0 4px 16px #7a111714;padding:2rem 2.5rem;margin:2.5rem 0 1.5rem;display:flex;flex-direction:column;align-items:flex-start;gap:1.2rem}.examiner-doc-finalize-header{display:flex;align-items:center;gap:.7rem;font-size:1.25rem;font-family:Georgia,Times New Roman,serif;font-weight:700;color:#7a1117}.examiner-doc-finalize-icon{font-size:1.5rem}.examiner-doc-finalize-title{font-size:1.15rem;font-weight:700;color:#7a1117}.examiner-doc-finalize-message{font-size:1rem;color:#222;line-height:1.7}.examiner-doc-finalize-bold{font-weight:700;color:#222;font-size:1.05rem}.examiner-doc-finalize-alert{color:#7a1117;font-weight:700;font-size:1.05rem}.examiner-doc-finalize-btn{background:#7a1117;color:#fff;font-family:Georgia,Times New Roman,serif;font-size:1.1rem;font-weight:900;padding:.9rem 2.2rem;border-radius:12px;border:2px solid #B7A873;box-shadow:0 2px 8px #7a111733;transition:background .2s,border .2s,box-shadow .2s;cursor:pointer;margin-top:.5rem;letter-spacing:.03em}.examiner-doc-finalize-btn:disabled{background:#9ca3af;border:2px solid #6b7280;color:#fff;cursor:not-allowed;box-shadow:none}.examiner-doc-finalize-btn:hover:not(:disabled){background:#b7a873;color:#7a1117;border:2px solid #7A1117;box-shadow:0 4px 16px #7a111733}.examiner-doc-approve{background:linear-gradient(135deg,#fffdfa,#f8f6ef 60%,#f9e7c2);border:2.5px solid #B7A873;border-radius:18px;box-shadow:0 8px 24px #b7a87321;padding:2rem 1.5rem;margin:2rem 0;text-align:center;position:relative;overflow:hidden}.examiner-doc-approve:before{content:"";position:absolute;top:-40px;right:-40px;width:120px;height:120px;background:radial-gradient(circle,#b7a873,#fffdfa 80%);opacity:.13;border-radius:50%;z-index:0}.examiner-doc-approve p{font-size:1.08rem;color:#7a1117;font-weight:700;margin-bottom:1.5rem;font-family:Georgia,Times New Roman,serif;z-index:1}.examiner-doc-approve-btn{padding:1.1rem 2.2rem;background:#5d0d12;color:#fff;border:none;border-radius:12px;font-size:1.15rem;font-weight:800;cursor:pointer;transition:all .3s ease;box-shadow:0 6px 20px #7a111721;letter-spacing:.5px;z-index:1}.examiner-doc-approve-btn:hover:not(:disabled){background:linear-gradient(135deg,#b7a873,#7a1117);color:#fff;transform:translateY(-2px);box-shadow:0 8px 24px #7a11172e}.examiner-doc-approve-btn:disabled{opacity:.6;cursor:not-allowed}.examiner-review-panel{background:linear-gradient(135deg,#fffdfa,#f8f6ef 60%,#f9e7c2);border:2.5px solid #7A1117;border-radius:18px;box-shadow:0 8px 24px #7a111714;padding:2rem 1.5rem;margin-top:1.5rem;margin-bottom:2rem;position:relative;overflow:hidden}.examiner-review-panel:before{content:"";position:absolute;top:-40px;right:-40px;width:120px;height:120px;background:radial-gradient(circle,#b7a873,#fffdfa 80%);opacity:.13;border-radius:50%;z-index:0}.examiner-review-title{font-family:Georgia,Times New Roman,serif;font-size:1.35rem;color:#7a1117;margin:0 0 1.5rem;font-weight:700;z-index:1}.examiner-review-panel .examiner-form-group{margin-bottom:1.5rem;z-index:1}.examiner-review-panel .examiner-form-label{font-size:1rem;font-weight:700;color:#5d0d12;margin-bottom:.75rem}.examiner-review-panel .examiner-form-select,.examiner-review-panel .examiner-form-textarea{width:100%;padding:.75rem 1rem;border:1.5px solid #B7A873;border-radius:8px;font-size:.95rem;font-family:Arial,Helvetica,sans-serif;transition:all .3s ease;background:#fffdfa}.examiner-review-panel .examiner-form-select:focus,.examiner-review-panel .examiner-form-textarea:focus{outline:none;border-color:#7a1117;box-shadow:0 0 0 4px #7a111721}.examiner-review-panel .examiner-form-textarea{min-height:120px;resize:vertical}.examiner-review-panel .examiner-form-submit{width:100%;padding:.9rem 1.5rem;background:linear-gradient(135deg,#7a1117,#b7a873);color:#fff;border:none;border-radius:10px;font-size:1rem;font-weight:700;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #7a111721;margin-top:1rem}.examiner-review-panel .examiner-form-submit:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px #7a11172e}.examiner-review-panel .examiner-form-submit:disabled{opacity:.6;cursor:not-allowed}.examiner-profile-card-modality{background:linear-gradient(135deg,#fffdfa,#f8f6ef 60%,#f9e7c2);border:3px solid #B7A873;box-shadow:0 12px 36px #b7a87321,0 2px 12px #5d0d121a;border-radius:22px;padding:2.5rem 2.2rem 2.2rem;position:relative;overflow:hidden}.examiner-profile-card-modality:before{content:"";position:absolute;top:-60px;right:-60px;width:180px;height:180px;background:radial-gradient(circle,#7a1117,#fffdfa 80%);opacity:.13;border-radius:50%;z-index:0}.examiner-profile-card-modality .examiner-profile-grid-modality{gap:2.2rem;z-index:1}.examiner-profile-card-modality .examiner-profile-label{font-size:.93rem;font-weight:700;color:#b7a873;text-transform:uppercase;letter-spacing:.7px;margin-bottom:.15rem}.examiner-profile-card-modality .examiner-profile-value-strong{color:#7a1117;font-size:1.22rem;font-weight:900;letter-spacing:.3px;text-shadow:0 1px 0 #f8f6ef}.examiner-profile-card-modality .examiner-profile-value{font-size:1.08rem;color:#5d0d12;font-weight:700;letter-spacing:.1px}.examiner-profile-container{max-width:1400px;margin:0 auto;padding:2.5rem;background:linear-gradient(135deg,#f5f5f5,#e8e8e8);min-height:100vh;font-family:Arial,Helvetica,sans-serif}.examiner-profile-loading{text-align:center;padding:5rem 2rem;font-size:1.3rem;color:#5d0d12;font-weight:600;font-family:Georgia,Times New Roman,serif}.examiner-profile-header{background:#5d0d12;color:#fff;padding:2.5rem 3rem;border-radius:16px;margin-bottom:2.5rem;box-shadow:0 8px 24px #7a111766}.examiner-profile-back-btn{padding:.75rem 1.5rem;background:#5d0d12;color:#fff;border:2px solid white;border-radius:8px;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .3s ease;margin-bottom:1.5rem}.examiner-profile-back-btn:hover{background:#5d0d12;color:#fff;transform:translate(-5px)}.examiner-profile-title{font-family:Georgia,Times New Roman,serif;font-size:2.3rem;margin:0;font-weight:700;letter-spacing:-.5px}.examiner-profile-subtitle{font-size:1.1rem;margin-top:.75rem;opacity:.95;font-weight:400}.examiner-profile-message{padding:1.25rem 1.75rem;border-radius:12px;margin-bottom:2rem;font-size:1rem;line-height:1.6;animation:examinerProfileSlideIn .4s ease-out;box-shadow:0 4px 12px #0000001a;display:flex;align-items:center;justify-content:space-between}.examiner-profile-message.error{background:linear-gradient(135deg,#fde1e1,#fcc8c8);color:#7a1117;border-left:5px solid #7A1117}.examiner-profile-message.success{background:linear-gradient(90deg,#f9f6e7,#f7f7fa);color:#7a1117;border-left:5px solid #D5CBA0}.examiner-profile-close-btn{background:transparent;border:none;font-size:1.5rem;cursor:pointer;color:inherit;padding:0;width:30px;height:30px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .2s}.examiner-profile-close-btn:hover{background:#0000001a}.examiner-profile-card{background:#fff;border-radius:14px;padding:1.75rem;margin-bottom:2rem;box-shadow:0 8px 24px #0000001f;border:1.5px solid #e0e0e0}.examiner-profile-card-student{background:linear-gradient(135deg,#fffdfa,#f8f6ef 60%,#f9e7c2);border:3px solid #7A1117;box-shadow:0 12px 36px #5d0d1221,0 2px 12px #b7a8731a;border-radius:22px;padding:2.5rem 2.2rem 2.2rem;position:relative;overflow:hidden}.examiner-profile-card-student:before{content:"";position:absolute;top:-60px;right:-60px;width:180px;height:180px;background:radial-gradient(circle,#b7a873,#fffdfa 80%);opacity:.18;border-radius:50%;z-index:0}.examiner-profile-card-student .examiner-profile-grid-student{gap:2.2rem;z-index:1}.examiner-profile-card-student .examiner-profile-label{font-size:.93rem;font-weight:700;color:#7a1117;text-transform:uppercase;letter-spacing:.7px;margin-bottom:.15rem}.examiner-profile-card-student .examiner-profile-value-strong{color:#5d0d12;font-size:1.22rem;font-weight:900;letter-spacing:.3px;text-shadow:0 1px 0 #f8f6ef}.examiner-profile-card-student .examiner-profile-value{font-size:1.08rem;color:#5d0d12;font-weight:700;letter-spacing:.1px}.examiner-profile-card-student .examiner-profile-value.email{color:#b7a873;font-weight:800;font-size:1.09rem;letter-spacing:.2px}.examiner-profile-card-student .examiner-profile-status{display:inline-block;padding:.5rem 1.3rem;border-radius:22px;font-size:1.08rem;font-weight:900;background:linear-gradient(90deg,#7a1117,#b7a873);color:#fff;border:2.5px solid #B7A873;margin-top:.2rem;box-shadow:0 2px 8px #7a11171a;letter-spacing:.5px;text-shadow:0 1px 0 #5d0d12}.examiner-profile-grid-student{gap:2.2rem}.examiner-profile-value-strong{color:#7a1117;font-size:1.18rem;font-weight:800;letter-spacing:.2px}.examiner-profile-status{display:inline-block;padding:.45rem 1.1rem;border-radius:18px;font-size:1rem;font-weight:700;background:linear-gradient(90deg,#fff3cd,#fde68a);color:#856404;border:2px solid #ffc107;margin-top:.2rem}.examiner-profile-card-title{font-family:Georgia,Times New Roman,serif;font-size:1.7rem;color:#7a1117;margin:0 0 2rem;font-weight:700;display:flex;align-items:center;gap:.75rem;padding-bottom:1rem;border-bottom:3px solid #e0e0e0}.examiner-profile-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.examiner-profile-item{display:flex;flex-direction:column;gap:.5rem}.examiner-profile-label{font-size:.85rem;font-weight:700;color:#666;text-transform:uppercase;letter-spacing:.5px}.examiner-profile-value{font-size:1.1rem;color:#333;font-weight:600}.examiner-profile-value.email{color:#7a1117}.examiner-role-card{background:linear-gradient(135deg,#f0f9ff,#e0f2fe);border:3px solid #7A1117;border-radius:16px;padding:2.5rem;margin-bottom:2.5rem;box-shadow:0 8px 24px #7a111733}.examiner-role-title{font-family:Georgia,Times New Roman,serif;font-size:1.7rem;color:#7a1117;margin:0 0 1.5rem;font-weight:700}.examiner-role-type{font-size:1.3rem;font-weight:700;color:#7a1117;margin-bottom:.75rem}.examiner-role-date{font-size:1rem;color:#666}.examiner-doc-section{background:#fff;border-radius:16px;padding:2.5rem;margin-bottom:2.5rem;box-shadow:0 8px 24px #0000001f;border:2px solid #e0e0e0}.examiner-doc-title{font-family:Georgia,Times New Roman,serif;font-size:1.7rem;color:#7a1117;margin:0 0 2rem;font-weight:700;display:flex;align-items:center;gap:.75rem}.examiner-doc-item{padding:2rem;background:#fff;border:2px solid #e0e0e0;border-radius:12px;margin-bottom:2rem;transition:all .3s ease}.examiner-doc-item:hover{border-color:#7a1117;box-shadow:0 6px 18px #7a111726}.examiner-doc-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;flex-wrap:wrap;gap:1rem}.examiner-doc-name{font-size:1.2rem;font-weight:700;color:#7a1117;font-family:Georgia,Times New Roman,serif}.examiner-doc-type{font-size:.9rem;color:#666;margin-top:.5rem}.examiner-doc-status{display:inline-block;padding:.5rem 1.25rem;border-radius:25px;font-size:.85rem;font-weight:700;text-transform:uppercase;letter-spacing:.5px}.examiner-doc-status.approved{background:#5d0d12;color:#fff;border:2px solid #5d0d12}.examiner-doc-status.pending{background:linear-gradient(135deg,#fff3cd,#ffeeba);color:#856404;border:2px solid #ffc107}.examiner-doc-notes{background:#f8f9fa;padding:1.25rem;border-radius:8px;border-left:4px solid #666;margin-bottom:1.5rem}.examiner-doc-notes strong{display:block;margin-bottom:.5rem;color:#333}.examiner-my-verdict-card{background:linear-gradient(135deg,#fffdf6,#fcf7ea);border:1px solid #d9c995;border-left:4px solid #b7a873;border-radius:10px}.examiner-my-verdict-title{color:#7a1117;font-family:Georgia,Times New Roman,serif;font-size:1.02rem;letter-spacing:.01em}.examiner-my-verdict-loading,.examiner-my-verdict-empty{margin-top:.5rem;color:#555;font-size:.92rem}.examiner-my-verdict-content{margin-top:.6rem;display:grid;gap:.5rem}.examiner-my-verdict-row{color:#3f3f46;font-size:.92rem;line-height:1.45}.examiner-my-verdict-row strong{display:inline;margin-right:.25rem;color:#5d0d12}.examiner-my-verdict-rubric-block{margin-top:.45rem;padding:.65rem .8rem;border:1px solid #eadfbc;border-radius:8px;background:#fff}.examiner-my-verdict-rubric-list{margin:.4rem 0 0;padding:0;list-style:none;display:grid;gap:.35rem}.examiner-my-verdict-rubric-item{font-size:.88rem;color:#4b5563;padding:.3rem .5rem;border-radius:6px;background:#fafaf9;border:1px solid #f0ebe0}.examiner-my-verdict-rubric-item span{color:#7a1117}.examiner-my-verdict-rubric-item strong{color:#1f2937;margin-left:.2rem}.examiner-doc-actions{display:flex;gap:1rem;flex-wrap:wrap}.examiner-doc-btn{padding:.6rem 1.2rem;border:none;border-radius:10px;font-size:.85rem;font-weight:600;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 12px #00000026;font-family:Arial,Helvetica,sans-serif}.examiner-doc-btn.view{background:linear-gradient(135deg,#7a1117,#5d0d12);color:#fff}.examiner-doc-btn.review{background:linear-gradient(135deg,#8b5a3c,#6b4423);color:#fff}.examiner-doc-btn.cancel{background:linear-gradient(135deg,#7a1117,#5d0d12);color:#fff}.examiner-doc-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px #00000040}.examiner-doc-btn:disabled{opacity:.6;cursor:not-allowed}.examiner-review-panel{margin-top:1.5rem;padding:1.25rem;background:#f8f9fa;border-radius:12px;border-left:5px solid #7A1117}.examiner-review-title{font-size:1.2rem;font-weight:700;color:#5d0d12;margin:0 0 1.5rem;font-family:Georgia,Times New Roman,serif}.examiner-form-group{margin-bottom:1.5rem}.examiner-form-label{display:block;font-size:1rem;font-weight:700;color:#333;margin-bottom:.75rem}.examiner-form-select,.examiner-form-textarea{width:100%;padding:.75rem 1rem;border:1px solid #ddd;border-radius:8px;font-size:.9rem;font-family:Arial,Helvetica,sans-serif;transition:all .3s ease}.examiner-form-select:focus,.examiner-form-textarea:focus{outline:none;border-color:#5d0d12;box-shadow:0 0 0 4px #7a11171a}.examiner-form-textarea{min-height:120px;resize:vertical}.examiner-form-submit{width:100%;padding:.9rem 1.5rem;background:#5d0d12;color:#fff;border:none;border-radius:10px;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .3s ease}.examiner-form-submit:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px #7a111766}.examiner-form-submit:disabled{opacity:.6;cursor:not-allowed}.examiner-eval-section{background:#fff;border-radius:16px;padding:2rem;margin-bottom:2.5rem;box-shadow:0 8px 24px #0000001f;border:2px solid #e0e0e0}.examiner-eval-empty{text-align:center;padding:3rem 2rem}.examiner-eval-icon{font-size:4rem;margin-bottom:1.5rem}.examiner-eval-title{font-family:Georgia,Times New Roman,serif;font-size:1.5rem;color:#333;margin:0 0 1rem;font-weight:700}.examiner-eval-text{font-size:1.1rem;color:#666;margin-bottom:2rem;line-height:1.6}.examiner-eval-completed{background:linear-gradient(135deg,#ffeaa7,#fdcb6e);border:3px solid #F9CA24;border-radius:16px;padding:2.5rem 2rem;text-align:center}.examiner-eval-completed-icon{font-size:5rem;margin-bottom:1.5rem}.examiner-eval-completed-title{font-family:Georgia,Times New Roman,serif;font-size:2rem;color:#5d0d12;margin:0 0 .75rem;font-weight:700}.examiner-eval-completed-text{font-size:1rem;color:#7a1117}.examiner-form-actions{display:flex;gap:1.25rem;margin-top:2rem}@keyframes examinerProfileSlideIn{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@media(max-width:1200px){.examiner-profile-container{padding:2rem}}@media(max-width:768px){.examiner-profile-container{padding:1.5rem}.examiner-profile-header{padding:2rem 1.5rem}.examiner-profile-title{font-size:1.8rem}.examiner-profile-grid{grid-template-columns:1fr}.examiner-doc-actions{flex-direction:column}.examiner-doc-btn{width:100%}.examiner-form-actions{flex-direction:column}.examiner-my-verdict-rubric-item{font-size:.85rem}.examiner-rubric-table{overflow-x:auto}.examiner-rubric-header,.examiner-rubric-row{min-width:600px}.examiner-decision-options{gap:.75rem}}@media(max-width:480px){.examiner-profile-title{font-size:1.5rem}.examiner-profile-card{padding:1.5rem}}.examiner-rubric-section{margin-bottom:2rem;z-index:1}.examiner-rubric-title{font-family:Georgia,Times New Roman,serif;font-size:1.15rem;font-weight:700;color:#7a1117;margin:0 0 .3rem}.examiner-rubric-subtitle{font-size:.92rem;color:#555;margin:0 0 1.2rem}.examiner-rubric-table{width:100%;border:2px solid #B7A873;border-radius:12px;overflow:hidden;background:#fff}.examiner-rubric-header{display:grid;grid-template-columns:2.5fr repeat(4,1fr);background:linear-gradient(135deg,#7a1117,#5d0d12);color:#fff;font-weight:700;font-size:.85rem;text-align:center}.examiner-rubric-header .examiner-rubric-col-aspect{padding:.85rem 1rem;text-align:left;font-family:Georgia,Times New Roman,serif;font-size:.95rem;border-right:1px solid rgba(255,255,255,.2)}.examiner-rubric-header .examiner-rubric-col-grade{padding:.85rem .5rem;display:flex;align-items:center;justify-content:center;border-right:1px solid rgba(255,255,255,.15);font-size:.82rem;letter-spacing:.02em}.examiner-rubric-header .examiner-rubric-col-grade:last-child{border-right:none}.examiner-rubric-row{display:grid;grid-template-columns:2.5fr repeat(4,1fr);border-bottom:1px solid #e5dfc9;transition:background .2s}.examiner-rubric-row:last-child{border-bottom:none}.examiner-rubric-row:hover{background:#fdf8ee}.examiner-rubric-row .examiner-rubric-col-aspect{padding:1rem;border-right:1px solid #e5dfc9}.examiner-rubric-aspect-label{font-weight:700;color:#7a1117;font-size:.95rem;margin-bottom:.3rem;font-family:Georgia,Times New Roman,serif}.examiner-rubric-aspect-desc{font-size:.82rem;color:#555;line-height:1.45}.examiner-rubric-row .examiner-rubric-col-grade{display:flex;align-items:center;justify-content:center;padding:.75rem .5rem;border-right:1px solid #e5dfc9}.examiner-rubric-row .examiner-rubric-col-grade:last-child{border-right:none}.examiner-rubric-radio-label{display:flex;align-items:center;justify-content:center;cursor:pointer;position:relative}.examiner-rubric-radio-label input[type=radio]{position:absolute;opacity:0;width:0;height:0}.examiner-rubric-radio-custom{width:22px;height:22px;border:2px solid #B7A873;border-radius:50%;display:inline-block;position:relative;transition:all .2s;background:#fff}.examiner-rubric-radio-label input[type=radio]:checked+.examiner-rubric-radio-custom{border-color:#7a1117;background:#7a1117}.examiner-rubric-radio-label input[type=radio]:checked+.examiner-rubric-radio-custom:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:10px;height:10px;border-radius:50%;background:#fff}.examiner-rubric-radio-label:hover .examiner-rubric-radio-custom{border-color:#7a1117;box-shadow:0 0 0 3px #7a11171a}.examiner-rubric-grade-mobile{display:none}@media(max-width:640px){.examiner-rubric-header{display:none}.examiner-rubric-row{display:flex;flex-direction:column;padding:1rem;gap:.5rem}.examiner-rubric-row .examiner-rubric-col-aspect{border-right:none;padding:0;margin-bottom:.5rem}.examiner-rubric-row .examiner-rubric-col-grade{border-right:none;justify-content:flex-start;padding:.25rem 0}.examiner-rubric-grade-mobile{display:inline;margin-left:.5rem;font-size:.88rem;color:#444}}.examiner-decision-options{display:flex;flex-direction:column;gap:1rem;margin-top:.5rem}.examiner-decision-option{display:flex;align-items:flex-start;gap:.85rem;padding:1.1rem 1.3rem;border:2px solid #d4ceb8;border-radius:12px;background:#fff;cursor:pointer;transition:all .25s ease;position:relative}.examiner-decision-option:hover{border-color:#b7a873;background:#fdf8ee}.examiner-decision-option.selected.accepted{border-color:#15803d;background:linear-gradient(135deg,#f0fdf4,#dcfce7);box-shadow:0 2px 12px #15803d1f}.examiner-decision-option.selected.corrections{border-color:#d97706;background:linear-gradient(135deg,#fffbeb,#fef3c7);box-shadow:0 2px 12px #d977061f}.examiner-decision-option.selected.rejected{border-color:#dc2626;background:linear-gradient(135deg,#fef2f2,#fecaca);box-shadow:0 2px 12px #dc26261f}.examiner-decision-option input[type=radio]{position:absolute;opacity:0;width:0;height:0}.examiner-decision-icon{font-size:1.4rem;flex-shrink:0;margin-top:.1rem}.examiner-decision-text{display:flex;flex-direction:column;gap:.25rem}.examiner-decision-text strong{font-size:1rem;color:#333;font-family:Georgia,Times New Roman,serif}.examiner-decision-text span{font-size:.85rem;color:#666;line-height:1.45}.examiner-edit-request-alert{display:flex;align-items:flex-start;gap:.75rem;padding:1rem 1.25rem;background:linear-gradient(135deg,#fffbeb,#fef3c7);border:2px solid #f59e0b;border-left:5px solid #f59e0b;border-radius:10px;margin-bottom:1.5rem;animation:examinerProfileSlideIn .4s ease-out}.examiner-edit-request-alert-icon{font-size:1.4rem;flex-shrink:0;margin-top:2px}.examiner-edit-request-alert-content strong{display:block;color:#92400e;font-size:1rem;margin-bottom:.25rem}.examiner-edit-request-alert-content p{margin:0;color:#a16207;font-size:.9rem;line-height:1.4}.examiner-doc-item.has-edit-request{border-color:#f59e0b;border-left:5px solid #f59e0b;background:linear-gradient(135deg,#fffefb,#fffbeb,#fff)}.examiner-doc-status.edit-requested{background:linear-gradient(135deg,#fef3c7,#fde68a);color:#92400e;border:2px solid #f59e0b}.examiner-edit-request-inline{background:linear-gradient(135deg,#f9f6e7,#fff);border:2px solid #D5CBA0;border-radius:12px;padding:1.25rem;margin-bottom:1.25rem;display:flex;flex-direction:column;gap:.75rem}.examiner-edit-request-inline-header{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:.5rem}.examiner-edit-request-inline-badge{background:#7a1117;color:#fff;padding:.3rem .9rem;border-radius:20px;font-size:.82rem;font-weight:700;letter-spacing:.3px}.examiner-edit-request-inline-date{font-size:.82rem;color:#888}.examiner-edit-request-inline-reason{background:#fff;padding:.75rem 1rem;border-left:4px solid #D5CBA0;border-radius:0 8px 8px 0;font-size:.93rem;color:#4b5563;line-height:1.5}.examiner-edit-request-inline-reason strong{color:#374151}.examiner-edit-request-inline-requester{font-size:.85rem;color:#666}.examiner-edit-request-votes-summary{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem;font-size:.88rem;color:#555}.examiner-edit-vote-chip{display:inline-block;padding:.2rem .7rem;border-radius:12px;font-size:.8rem;font-weight:600}.examiner-edit-vote-chip.approved{background:#dcfce7;color:#166534;border:1px solid #86efac}.examiner-edit-vote-chip.rejected{background:#fee2e2;color:#991b1b;border:1px solid #fca5a5}.examiner-edit-vote-trigger{width:100%;padding:.65rem 1rem;background:#5d0d12;color:#fff;border:none;border-radius:8px;font-size:.92rem;font-weight:700;cursor:pointer;transition:all .3s ease;box-shadow:0 2px 8px #7a111733}.examiner-edit-vote-trigger:hover{background:#670e13;transform:translateY(-1px);box-shadow:0 4px 12px #7a111740}.examiner-edit-vote-form{background:#fff;border:1.5px solid #D5CBA0;border-radius:10px;padding:1.25rem;display:flex;flex-direction:column;gap:.85rem;animation:examinerProfileSlideIn .3s ease-out}.examiner-edit-vote-form-title{margin:0;font-size:1rem;font-family:Georgia,Times New Roman,serif;color:#7a1117;font-weight:700}.examiner-edit-vote-options{display:flex;flex-direction:column;gap:.6rem}.examiner-edit-vote-option{display:flex;align-items:flex-start;gap:.75rem;padding:.85rem 1rem;border:2px solid #e5e7eb;border-radius:10px;cursor:pointer;transition:all .2s;background:#fafafa}.examiner-edit-vote-option:hover{border-color:#d5cba0;background:#f9f6e7}.examiner-edit-vote-option.selected.approve{border-color:#22c55e;background:#f0fdf4}.examiner-edit-vote-option.selected.reject{border-color:#ef4444;background:#fef2f2}.examiner-edit-vote-option input[type=radio]{display:none}.examiner-edit-vote-option-icon{font-size:1.2rem;flex-shrink:0;margin-top:2px}.examiner-edit-vote-option div{display:flex;flex-direction:column;gap:.15rem}.examiner-edit-vote-option div strong{font-size:.95rem;color:#333}.examiner-edit-vote-option div span{font-size:.82rem;color:#666}.examiner-edit-vote-notes label{display:block;font-size:.88rem;font-weight:600;color:#555;margin-bottom:.35rem}.examiner-edit-vote-notes textarea{width:100%;padding:.65rem;border:1.5px solid #D5CBA0;border-radius:8px;font-size:.9rem;font-family:inherit;resize:vertical;box-sizing:border-box;transition:border-color .2s,box-shadow .2s}.examiner-edit-vote-notes textarea:focus{outline:none;border-color:#7a1117;box-shadow:0 0 0 3px #7a11171a}.examiner-edit-vote-actions{display:flex;justify-content:flex-end;gap:.75rem;margin-top:.25rem}.examiner-edit-vote-btn{padding:.55rem 1.25rem;border-radius:8px;font-size:.9rem;font-weight:700;cursor:pointer;border:1.5px solid transparent;transition:all .2s}.examiner-edit-vote-btn.cancel{background:#f3f4f6;color:#555;border-color:#d1d5db}.examiner-edit-vote-btn.cancel:hover:not(:disabled){background:#e5e7eb}.examiner-edit-vote-btn.submit{background:linear-gradient(135deg,#7a1117,#d5cba0);color:#fff;border-color:#7a1117;box-shadow:0 2px 8px #7a11171f}.examiner-edit-vote-btn.submit:hover:not(:disabled){background:linear-gradient(135deg,#5d0d12,#c2b68a)}.examiner-edit-vote-btn:disabled{opacity:.5;cursor:not-allowed}.examiner-edit-request-resolved{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1rem}.examiner-edit-resolved-item{display:flex;flex-wrap:wrap;align-items:center;gap:.75rem;padding:.6rem 1rem;border-radius:8px;font-size:.85rem}.examiner-edit-resolved-item.approved{background:#f0fdf4;border:1px solid #86efac}.examiner-edit-resolved-item.rejected{background:#fef2f2;border:1px solid #fca5a5}.examiner-edit-resolved-badge{font-weight:700}.examiner-edit-resolved-reason{color:#555}.examiner-edit-resolved-date{color:#888;font-size:.8rem;margin-left:auto}.admin-page{max-width:1400px;margin:0 auto}.admin-loading{text-align:center;padding:4rem;font-size:1.1rem;color:#666}.admin-page-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:2px solid #e0e0e0}.admin-page-title{font-size:2rem;color:#7a1117;margin:0;font-family:Georgia,Times New Roman,serif;font-weight:700}.admin-page-subtitle{color:#666;margin:.5rem 0 0;font-size:1rem}.admin-btn-primary{padding:.85rem 1.75rem;background:linear-gradient(135deg,#7a1117,#5d0d12);color:#fff;border:none;border-radius:10px;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #7a11174d;white-space:nowrap}.admin-btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #7a111766}.admin-btn-secondary{padding:.85rem 1.75rem;background:#fff;color:#7a1117;border:2px solid #7A1117;border-radius:10px;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .3s ease}.admin-btn-secondary:hover{background:#7a1117;color:#fff}.admin-btn-edit{padding:.5rem 1rem;background:#e8f5e9;color:#2e7d32;border:1px solid #2e7d32;border-radius:8px;font-size:.85rem;font-weight:600;cursor:pointer;transition:all .3s ease}.admin-btn-edit:hover{background:#2e7d32;color:#fff}.admin-btn-delete{padding:.5rem 1rem;background:#fde1e1;color:#7a1117;border:1px solid #7A1117;border-radius:8px;font-size:.85rem;font-weight:600;cursor:pointer;transition:all .3s ease}.admin-btn-delete:hover{background:#7a1117;color:#fff}.admin-btn-action{padding:.65rem 1.25rem;background:#7a1117;color:#fff;border:none;border-radius:8px;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .3s ease}.admin-btn-action:hover{background:#5d0d12;transform:translateY(-1px)}.admin-message{padding:1rem 1.5rem;border-radius:10px;margin-bottom:1.5rem;font-weight:500;animation:slideDown .3s ease-out}.admin-message.success{background:linear-gradient(90deg,#f9f6e7,#f7f7fa);color:#7a1117;border-left:4px solid #D5CBA0}.admin-message.error{background:#fde1e1;color:#7a1117;border-left:4px solid #7A1117}.admin-cards-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(380px,1fr));gap:1.5rem}.admin-card{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 4px 12px #00000014;transition:all .3s ease}.admin-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #7a111726}.admin-card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px solid #e0e0e0}.admin-card-title{font-size:1.25rem;color:#7a1117;margin:0;font-weight:700;font-family:Georgia,Times New Roman,serif}.admin-card-body{margin-top:1rem}.admin-card-label{font-size:.85rem;color:#666;font-weight:600;margin-bottom:.75rem;text-transform:uppercase;letter-spacing:.5px}.admin-card-info{margin-bottom:1.5rem}.admin-card-info p{color:#666;margin-bottom:1rem;line-height:1.6;font-size:.95rem}.admin-card-meta{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1.5rem}.admin-card-meta-item{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.admin-card-meta-item strong{color:#333;font-size:.9rem;min-width:140px;font-weight:600}.admin-card-actions{display:grid;grid-template-columns:1fr 1fr;gap:.75rem;margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid #e0e0e0}.admin-card-actions button{width:100%;padding:.75rem 1rem;font-size:.9rem;font-weight:600;border-radius:8px;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:.5rem;white-space:nowrap}.admin-card-actions .admin-btn-edit{background:#e8f5e9;color:#2e7d32;border:1px solid #2e7d32}.admin-card-actions .admin-btn-edit:hover{background:#2e7d32;color:#fff;transform:translateY(-2px);box-shadow:0 4px 8px #2e7d324d}.admin-card-actions .admin-btn-delete{background:#fde1e1;color:#7a1117;border:1px solid #7A1117}.admin-card-actions .admin-btn-delete:hover{background:#7a1117;color:#fff;transform:translateY(-2px);box-shadow:0 4px 8px #7a11174d}.admin-card-actions .admin-btn-action{background:linear-gradient(135deg,#7a1117,#5d0d12);color:#fff;border:none}.admin-card-actions .admin-btn-action:hover{transform:translateY(-2px);box-shadow:0 4px 12px #7a111766}.admin-tags{display:flex;flex-wrap:wrap;gap:.5rem}.admin-tag{display:inline-block;padding:.5rem 1rem;background:linear-gradient(135deg,#f5f5f5,#e8e8e8);color:#444;border-radius:6px;font-size:.85rem;font-weight:600;border:1px solid #d0d0d0}.admin-card-meta-item .admin-tag{margin:0}.admin-text-muted{color:#999;font-style:italic;font-size:.9rem}.admin-modal-overlay{position:fixed;inset:0;background:#0009;display:flex;justify-content:center;align-items:center;z-index:1000;animation:fadeIn .3s ease-out}.admin-modal{background:#fff;border-radius:16px;width:90%;max-width:600px;max-height:90vh;overflow-y:auto;box-shadow:0 20px 60px #0000004d;animation:slideUp .3s ease-out}.admin-modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 2rem;border-bottom:2px solid #e0e0e0}.admin-modal-header h2{margin:0;color:#7a1117;font-size:1.5rem;font-family:Georgia,Times New Roman,serif}.admin-modal-close{background:none;border:none;font-size:1.75rem;color:#999;cursor:pointer;transition:color .3s;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center}.admin-modal-close:hover{color:#7a1117}.admin-modal-actions{display:flex;gap:1rem;justify-content:flex-end;padding:1.5rem 2rem;border-top:1px solid #e0e0e0;background:#f9f9f9}.admin-form{padding:2rem}.admin-form-group{margin-bottom:1.5rem}.admin-label{display:block;font-weight:600;color:#333;margin-bottom:.5rem;font-size:.95rem}.admin-input,.admin-select,.admin-textarea{width:100%;padding:.85rem 1rem;border:2px solid #e0e0e0;border-radius:10px;font-size:.95rem;transition:all .3s ease;font-family:inherit}.admin-input:focus,.admin-select:focus,.admin-textarea:focus{outline:none;border-color:#7a1117;box-shadow:0 0 0 3px #7a11171a}.admin-textarea{resize:vertical;min-height:100px}.admin-checkbox-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:.75rem;max-height:300px;overflow-y:auto;padding:1rem;border:2px solid #e0e0e0;border-radius:10px;background:#f9f9f9}.admin-checkbox-label{display:flex;align-items:center;gap:.5rem;cursor:pointer;padding:.5rem;border-radius:6px;transition:background .2s}.admin-checkbox-label:hover{background:#fff}.admin-checkbox{width:18px;height:18px;cursor:pointer;accent-color:#7A1117}.admin-table-container{background:#fff;border-radius:12px;box-shadow:0 4px 12px #00000014;overflow:hidden}.admin-table{width:100%;border-collapse:collapse}.admin-table thead{background:linear-gradient(135deg,#7a1117,#5d0d12);color:#fff}.admin-table th{padding:1.25rem 1.5rem;text-align:left;font-weight:600;text-transform:uppercase;letter-spacing:.5px;font-size:.85rem}.admin-table tbody tr{border-bottom:1px solid #e0e0e0;transition:background .2s}.admin-table tbody tr:hover{background:#f9f9f9}.admin-table td{padding:1.25rem 1.5rem;color:#333}.admin-table-actions{display:flex;gap:.5rem;flex-wrap:wrap}.admin-status-badge{display:inline-block;padding:.4rem 1rem;border-radius:20px;font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.5px}.admin-status-badge.active{background:#f9f6e7;color:#7a1117}.admin-status-badge.inactive{background:#fde1e1;color:#7a1117}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.admin-filters{background:#fff;border-radius:12px;padding:1.5rem;margin-bottom:2rem;box-shadow:0 2px 8px #00000014}.filter-section{margin-bottom:1rem}.filter-section:last-child{margin-bottom:0}.filter-label{display:block;font-weight:600;color:#333;margin-bottom:.75rem;font-size:.95rem}.search-form{display:flex;gap:.75rem;max-width:600px}.search-input{flex:1;padding:.75rem 1rem;border:2px solid #e0e0e0;border-radius:8px;font-size:.95rem;transition:all .3s ease}.search-input:focus{outline:none;border-color:#7a1117;box-shadow:0 0 0 3px #7a11171a}.search-button{padding:.75rem 1.5rem;background:linear-gradient(135deg,#7a1117,#5d0d12);color:#fff;border:none;border-radius:8px;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .3s ease;white-space:nowrap}.search-button:hover{transform:translateY(-2px);box-shadow:0 4px 12px #7a11174d}.clear-filters-button{padding:.75rem 1.5rem;background:#f5f5f5;color:#7a1117;border:2px solid #7A1117;border-radius:8px;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .3s ease;margin-top:1rem}.clear-filters-button:hover{background:#7a1117;color:#fff}.active-filters{background:#e8f5e9;padding:1rem 1.5rem;border-radius:8px;margin-bottom:1.5rem;display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.active-filters strong{color:#2e7d32}.filter-tag{display:inline-block;padding:.4rem .85rem;background:#fff;color:#2e7d32;border:1px solid #2e7d32;border-radius:20px;font-size:.85rem;font-weight:600}.results-count{margin-bottom:1rem;color:#666;font-size:.95rem;font-weight:600}@media(max-width:768px){.admin-page-header{flex-direction:column;gap:1rem}.admin-cards-grid,.admin-card-actions{grid-template-columns:1fr}.admin-modal{width:95%;max-height:95vh}.admin-form{padding:1.5rem}.admin-checkbox-grid{grid-template-columns:1fr}.admin-table-container{overflow-x:auto}.admin-table-actions{flex-direction:column}}@media(min-width:1200px){.admin-cards-grid{grid-template-columns:repeat(auto-fill,minmax(420px,1fr))}}.admin-message,.alert-message,.profile-message,.examiner-profile-message,.director-profile-message,.documents-message,.students-pending-message,.status-message,.modalities-message,.modality-specific-message,.notifications-alert,.cancellation-message,.reports-alert,.director-success-message,.director-propose-defense-message,[role=alert]{scroll-margin-top:110px}
