.brand-logo{flex-shrink:0;object-fit:contain}.main-header{background-color:#fff;border-bottom:1px solid #e2e8f0;position:sticky;top:0;z-index:50}.header-container{max-width:80rem;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem}@media(min-width:640px){.header-container{padding-left:1.5rem;padding-right:1.5rem}}@media(min-width:1024px){.header-container{padding-left:2rem;padding-right:2rem}}.header-content{display:flex;justify-content:space-between;align-items:center;height:5rem;gap:1rem}.header-brand{display:flex;align-items:center;gap:.75rem;text-decoration:none;white-space:nowrap;flex-shrink:0}.brand-name{font-size:1.5rem;font-weight:900;color:#0f172a;letter-spacing:-.025em;line-height:1}.brand-highlight{color:#7c3aed}.header-actions{display:flex;align-items:center;gap:.75rem;flex-shrink:0}@media(min-width:768px){.header-actions{gap:1.5rem}}.profile-link{display:flex;align-items:center;gap:.5rem;color:#64748b;text-decoration:none;font-weight:700;transition:all .2s}.profile-link:hover{color:#7c3aed}.profile-avatar{width:2.25rem;height:2.25rem;border-radius:9999px;object-fit:cover;border:2px solid #f5f3ff;transition:all .2s}.profile-link:hover .profile-avatar{border-color:#7c3aed}.profile-placeholder{padding:.5rem;background-color:#f8fafc;border-radius:.75rem}.profile-label{display:none;font-size:.875rem}@media(min-width:768px){.profile-label{display:block}}.logout-button{padding:.625rem;background-color:#f8fafc;color:#94a3b8;border-radius:.75rem;border:none;cursor:pointer;transition:all .2s}.logout-button:hover{color:#f43f5e;background-color:#fff1f2}.page-layout{min-height:100vh;display:flex;flex-direction:column;background-color:#f8fafc80}.layout-main{flex:1;padding-top:2.5rem;padding-bottom:2.5rem}.layout-container{max-width:80rem;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem;width:100%}@media(min-width:640px){.layout-container{padding-left:1.5rem;padding-right:1.5rem}}@media(min-width:1024px){.layout-container{padding-left:2rem;padding-right:2rem}}.login-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:#f8fafc;padding:24px;position:relative;overflow:hidden;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.login-page__bubble{position:absolute;border-radius:9999px;filter:blur(40px)}.login-page__bubble--top{top:-10%;left:-10%;width:40%;height:40%;background:#818cf84d}.login-page__bubble--bottom{bottom:-10%;right:-10%;width:40%;height:40%;background:#22d3ee40}.login-card{position:relative;z-index:1;max-width:420px;width:100%;background:#fff;padding:40px;border-radius:32px;box-shadow:0 24px 60px #0f172a14;border:1px solid rgba(255,255,255,.9)}.login-card__header{text-align:center}.login-card__logo{display:flex;justify-content:center;margin-bottom:24px}.login-card__title{font-size:32px;font-weight:900;color:#0f172a;letter-spacing:-.03em}.login-card__title-highlight{color:#7c3aed}.login-card__subtitle{margin-top:12px;font-size:14px;color:#64748b;font-weight:500}.login-card__error{margin-top:24px;background:#fef2f2;color:#b91c1c;padding:12px 16px;border-radius:16px;font-size:14px;font-weight:700;display:flex;align-items:center;gap:12px;border:1px solid #fee2e2}.login-card__error-icon{width:20px;height:20px;flex-shrink:0}.login-form{margin-top:32px;display:flex;flex-direction:column;gap:12px}.login-field{position:relative}.login-field__icon{position:absolute;inset-block:0;left:12px;display:flex;align-items:center;pointer-events:none;color:#94a3b8}.login-field__icon-svg{width:20px;height:20px}.login-field__input{width:100%;padding:14px 16px 14px 44px;background:#f8fafc;border-radius:16px;border:2px solid transparent;font-weight:600;font-size:14px;color:#0f172a;outline:none;transition:border-color .15s ease,background .15s ease,box-shadow .15s ease}.login-field__input::placeholder{color:#94a3b8}.login-field__input:focus{border-color:#e9d5ff;background:#fff;box-shadow:0 0 0 1px #7c3aed14}.login-field--with-toggle .login-field__input--with-toggle{padding-right:44px}.login-field__toggle{position:absolute;inset-block:0;right:8px;display:flex;align-items:center;border:none;background:transparent;color:#94a3b8;cursor:pointer;padding:0 4px}.login-field__toggle:hover{color:#7c3aed}.login-submit{margin-top:16px;width:100%;display:flex;align-items:center;justify-content:center;padding:14px 16px;background:#7c3aed;color:#fff;font-size:16px;font-weight:800;border-radius:16px;border:none;cursor:pointer;box-shadow:0 18px 40px #7c3aed59;transition:background .15s ease,transform .1s ease,box-shadow .15s ease,opacity .15s ease}.login-submit:hover{background:#6d28d9}.login-submit:active{transform:scale(.97);box-shadow:0 10px 25px #7c3aed4d}.login-submit:disabled{opacity:.6;cursor:default;box-shadow:none}.login-submit__spinner{width:24px;height:24px;animation:login-spinner .7s linear infinite}@keyframes login-spinner{to{transform:rotate(360deg)}}.login-switch{margin-top:24px;text-align:center}.login-switch__button{border:none;background:none;font-size:14px;font-weight:700;color:#94a3b8;cursor:pointer;transition:color .15s ease}.login-switch__button:hover{color:#7c3aed}@media(max-width:480px){.login-card{padding:28px 20px}.login-card__title{font-size:28px}}.auth-header{text-align:center}.auth-title{font-size:2.25rem;font-weight:900;color:#0f172a;letter-spacing:-.025em}.auth-subtitle{margin-top:.75rem;color:#64748b;font-weight:500;font-size:.875rem}.alert{display:flex;align-items:center;gap:.75rem;padding:1rem;border-radius:1rem;font-size:.875rem;font-weight:700;border-width:1px;border-style:solid}.alert-error{background-color:#fff1f2;color:#e11d48;border-color:#ffe4e6}.alert-success{flex-direction:column;background-color:#ecfdf5;color:#059669;border-color:#d1fae5;padding:1.5rem;border-radius:1.5rem;text-align:center}.auth-form{margin-top:2rem}.input-icon{position:absolute;height:100%;left:0;padding-left:1rem;display:flex;align-items:center;pointer-events:none;color:#94a3b8}.auth-input{display:block;width:100%;padding:1rem 1rem 1rem 3rem;background-color:#f8fafc;border:2px solid transparent;border-radius:1rem;color:#0f172a;font-weight:600;transition:all .2s}.auth-input:focus{outline:none;border-color:#ede9fe;background-color:#fff}.btn-primary,.btn-secondary{width:100%;padding:1rem;border-radius:1rem;font-weight:700;font-size:1.125rem;cursor:pointer;transition:all .2s;border:none;display:flex;justify-content:center;align-items:center}.btn-primary{background-color:#7c3aed;color:#fff;margin-top:1rem}.btn-primary:active{transform:scale(.95)}.btn-secondary{background-color:#f1f5f9;color:#475569;text-decoration:none}.btn-secondary:hover{background-color:#e2e8f0}.auth-footer{text-align:center;margin-top:1.5rem}.back-link{display:inline-flex;align-items:center;gap:.5rem;font-size:.875rem;font-weight:700;color:#94a3b8;text-decoration:none;transition:color .2s}.back-link:hover{color:#7c3aed}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.page-wrapper{min-height:100vh;display:flex;align-items:center;justify-content:center;background-color:#f8fafc;padding:1.5rem;position:relative;overflow:hidden}.blob{position:absolute;width:40%;height:40%;border-radius:50%;filter:blur(64px);z-index:1}.blob-top{top:-10%;left:-10%;background-color:#ede9fe80}.blob-bottom{bottom:-10%;right:-10%;background-color:#cffafe66}.auth-card{max-width:28rem;width:100%;background-color:#fff;padding:2.5rem;border-radius:3rem;box-shadow:0 10px 25px -5px #0000000d;position:relative;z-index:10;border:1px solid #ffffff}.auth-header{text-align:center;margin-bottom:2rem}.logo-container{display:flex;justify-content:center;margin-bottom:1.5rem}.auth-title{font-size:2.25rem;font-weight:900;color:#0f172a}.auth-title .highlight{color:#7c3aed}.auth-subtitle{margin-top:.75rem;color:#64748b;font-size:.875rem}.alert{display:flex;align-items:center;gap:.75rem;padding:1rem;border-radius:1rem;font-size:.875rem;font-weight:700}.alert-error{background-color:#fff1f2;color:#e11d48;border:1px solid #ffe4e6;margin-bottom:1rem}.alert-success{flex-direction:column;background-color:#ecfdf5;color:#059669;border:1px solid #d1fae5;padding:1.5rem;border-radius:2rem;text-align:center;gap:1rem}.auth-form{display:flex;flex-direction:column;gap:1rem}.input-group{position:relative}.input-icon{position:absolute;left:0;padding-left:1rem;display:flex;align-items:center;color:#94a3b8;pointer-events:none}.input-group:focus-within .input-icon{color:#7c3aed}.auth-input{width:100%;padding:1rem 1rem 1rem 3rem;background-color:#f8fafc;border:2px solid transparent;border-radius:1rem;font-weight:600;transition:all .2s}.auth-input.has-right-icon{padding-right:3rem}.auth-input:focus{outline:none;background-color:#fff;border-color:#ede9fe}.toggle-password{position:absolute;inset-block:0;right:8px;display:flex;align-items:center;border:none;background:transparent;color:#94a3b8;cursor:pointer;padding:0 4px}.toggle-password:hover{color:#7c3aed}.btn-primary{width:100%;padding:1rem;margin-top:1rem;background-color:#7c3aed;color:#fff;border:none;border-radius:1rem;font-weight:700;font-size:1.125rem;cursor:pointer;transition:all .2s}.btn-primary:hover:not(:disabled){background-color:#6d28d9}.btn-primary:active:not(:disabled){transform:scale(.95)}.btn-primary:disabled{opacity:.5;cursor:not-allowed}.icon-loading{width:1.5rem;height:1.5rem;animation:spin 1s linear infinite}.animate-success{animation:zoomIn .3s ease-out}@keyframes zoomIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.delete-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:120;display:flex;align-items:center;justify-content:center;background-color:#0f172a99;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);padding:1.5rem;animation:fade-in .3s ease}.delete-modal-card{background-color:#fff;border-radius:3rem;padding:2.5rem;max-width:28rem;width:100%;box-shadow:0 25px 50px -12px #00000040;display:flex;flex-direction:column;gap:2rem;text-align:center;border:1px solid #f1f5f9;animation:zoom-in .2s ease}.delete-modal-icon-wrapper{width:5rem;height:5rem;background-color:#fff1f2;color:#e11d48;border-radius:9999px;display:flex;align-items:center;justify-content:center;margin-left:auto;margin-right:auto;box-shadow:inset 0 2px 4px #0000000d}.delete-modal-icon{width:2.5rem;height:2.5rem}.delete-modal-text{display:flex;flex-direction:column;gap:1rem}.delete-modal-title{font-size:1.5rem;font-weight:900;color:#0f172a;letter-spacing:-.025em;line-height:1.25}.delete-modal-target{color:#e11d48;font-size:1.125rem}.delete-modal-description{color:#64748b;font-weight:500;line-height:1.625}.delete-modal-actions{display:flex;gap:1rem}.delete-modal-btn{flex:1;padding-top:1rem;padding-bottom:1rem;border-radius:1.25rem;font-weight:700;border:none;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center;gap:.5rem}.delete-modal-btn:active{transform:scale(.95)}.delete-modal-btn--cancel{background-color:#f1f5f9;color:#475569}.delete-modal-btn--cancel:hover{background-color:#e2e8f0}.delete-modal-btn--confirm{background-color:#e11d48;color:#fff;box-shadow:0 10px 15px -3px #e11d481a}.delete-modal-btn--confirm:hover{background-color:#be123c}.delete-modal-btn--confirm:disabled{opacity:.5;cursor:not-allowed}.admin-page{display:flex;flex-direction:column;gap:3rem;animation:admin-fade-in .3s ease-out}@keyframes admin-fade-in{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.admin-header{display:flex;flex-direction:column;gap:1rem}@media(min-width:768px){.admin-header{flex-direction:row;align-items:center;justify-content:space-between}}.admin-header__titles{display:flex;flex-direction:column;gap:.25rem}.admin-header__title{font-size:2.25rem;font-weight:900;color:#0f172a;letter-spacing:-.03em}.admin-header__subtitle{color:#64748b;font-weight:500}.admin-header__actions{display:flex;gap:.75rem}.admin-header__button{display:inline-flex;align-items:center;gap:.5rem;border-radius:1rem;font-weight:700;font-size:.875rem;padding:.9rem 1.4rem;border:1px solid transparent;cursor:pointer;text-decoration:none;transition:background .15s ease,color .15s ease,border-color .15s ease,box-shadow .15s ease,transform .1s ease}.admin-header__button-icon{width:20px;height:20px}.admin-header__button--secondary{background:#fff;color:#64748b;border-color:#e2e8f0;box-shadow:0 10px 25px #0f172a0d}.admin-header__button--secondary:hover{color:#7c3aed;border-color:#e9d5ff}.admin-header__button--primary{background:#0f172a;color:#fff;box-shadow:0 18px 40px #0f172a59}.admin-header__button--primary:hover{background:#7c3aed}.admin-header__button:active{transform:scale(.97)}.admin-alert{display:flex;align-items:center;gap:.75rem;padding:1rem 1.25rem;border-radius:1.25rem;font-weight:700;border:1px solid transparent}.admin-alert--error{background:#fef2f2;color:#b91c1c;border-color:#fee2e2}.admin-alert__icon{width:20px;height:20px}.admin-alert__close{margin-left:auto;border:none;background:transparent;padding:4px;border-radius:.5rem;cursor:pointer;transition:background .15s ease}.admin-alert__close:hover{background:#fee2e2}.admin-alert__close-icon{width:16px;height:16px}.admin-modal{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a66;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;padding:1.5rem;z-index:100}.admin-modal__content{background:#fff;border-radius:2.5rem;max-width:680px;width:100%;box-shadow:0 24px 60px #0f172a1f;display:flex;flex-direction:column;max-height:85vh;border:1px solid #e2e8f0}.admin-modal__header{padding:2rem;border-bottom:1px solid #e5e7eb;display:flex;align-items:center;justify-content:space-between;background:#f8fafc}.admin-modal__title{font-size:1.5rem;font-weight:900;color:#0f172a}.admin-modal__subtitle{font-size:.75rem;text-transform:uppercase;letter-spacing:.2em;color:#94a3b8;font-weight:800}.admin-modal__close{border-radius:1rem;border:1px solid #e2e8f0;background:#fff;padding:.6rem;cursor:pointer;color:#94a3b8;box-shadow:0 10px 25px #0f172a0f;transition:color .15s ease,background .15s ease}.admin-modal__close:hover{color:#f43f5e}.admin-modal__close-icon{width:24px;height:24px}.admin-modal__body{padding:2rem;overflow-y:auto;display:flex;flex-direction:column;gap:1rem}.admin-modal__empty{padding:5rem 0;text-align:center;color:#cbd5f5;font-weight:700;font-style:italic}.admin-student-card{padding:1.25rem;background:#fff;border-radius:1.75rem;border:1px solid #e5e7eb;display:flex;align-items:center;justify-content:space-between;gap:1rem;transition:border-color .15s ease,box-shadow .15s ease}.admin-student-card:hover{border-color:#ddd6fe;box-shadow:0 16px 30px #0f172a0f}.admin-student-card__info{display:flex;align-items:center;gap:1rem}.admin-student-card__avatar{width:48px;height:48px;border-radius:1rem;object-fit:cover;box-shadow:0 6px 15px #0f172a1f}.admin-student-card__avatar--placeholder{background:#f1f5f9;display:flex;align-items:center;justify-content:center;color:#cbd5f5}.admin-student-card__avatar-icon{width:24px;height:24px}.admin-student-card__name{font-weight:700;color:#0f172a}.admin-student-card__email{font-size:.625rem;text-transform:uppercase;letter-spacing:.2em;color:#94a3b8;font-weight:800}.admin-student-card__button{background:#f8fafc;color:#475569;padding:.7rem 1.25rem;border-radius:.9rem;font-size:.75rem;font-weight:700;display:inline-flex;align-items:center;gap:.4rem;border:none;text-decoration:none;box-shadow:0 8px 18px #0f172a0d;transition:background .15s ease,color .15s ease,transform .1s ease}.admin-student-card__button:hover{background:#7c3aed;color:#fff;transform:translateY(-1px)}.admin-student-card__button-icon{width:14px;height:14px}.admin-main-grid{display:grid;grid-template-columns:1fr;gap:2rem}@media(min-width:1024px){.admin-main-grid{grid-template-columns:minmax(0,2fr) minmax(0,1fr)}}.admin-card{border-radius:2.5rem;border:1px solid #e2e8f0;box-shadow:0 18px 40px #0f172a0f;background:#fff}.admin-card--groups{padding:2.5rem;display:flex;flex-direction:column;gap:2rem}.admin-card--summary{padding:2.5rem;background:#7c3aed;color:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:1.5rem;box-shadow:0 24px 60px #4c1d9566}.admin-card--diagnostic,.admin-card--trajectory{margin-top:2rem}.admin-card__title{font-weight:900;color:#0f172a;font-size:1.15rem;display:flex;align-items:center;gap:.75rem}.admin-card__title-icon{width:24px;height:24px;color:#7c3aed}.admin-group-form{display:flex;gap:1rem}.admin-group-form__input{flex:1;border-radius:1.25rem;padding:.9rem 1.5rem;border:2px solid transparent;background:#f8fafc;font-size:.875rem;font-weight:700;color:#0f172a;outline:none;transition:border-color .15s ease,background .15s ease,box-shadow .15s ease}.admin-group-form__input::placeholder{color:#94a3b8}.admin-group-form__input:focus{background:#fff;border-color:#e9d5ff;box-shadow:0 0 0 1px #7c3aed1f}.admin-group-form__submit{border-radius:1.25rem;border:none;background:#7c3aed;color:#fff;font-weight:700;padding:0 1.75rem;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;min-width:90px;box-shadow:0 18px 40px #7c3aed59;transition:background .15s ease,transform .1s ease,box-shadow .15s ease,opacity .15s ease}.admin-group-form__submit:hover{background:#6d28d9}.admin-group-form__submit:active{transform:scale(.97)}.admin-group-form__submit:disabled{opacity:.5;cursor:default;box-shadow:none}.admin-group-form__spinner{width:20px;height:20px;animation:admin-spinner .7s linear infinite}@keyframes admin-spinner{to{transform:rotate(360deg)}}.admin-groups{padding-top:1rem;display:flex;flex-direction:column;gap:1rem}.admin-groups__subtitle{font-size:.625rem;text-transform:uppercase;letter-spacing:.2em;color:#94a3b8;font-weight:800}.admin-groups__list{display:grid;gap:.75rem}.admin-group-card{padding:1.5rem;background:#f8fafc;border-radius:1.75rem;border:1px solid transparent;display:flex;flex-direction:column;gap:1.5rem;transition:border-color .15s ease,background .15s ease,box-shadow .15s ease}.admin-group-card:hover{background:#fff;border-color:#e2e8f0;box-shadow:0 16px 30px #0f172a0f}.admin-group-card__header{display:flex;align-items:center;justify-content:space-between}.admin-group-card__title-wrapper{display:flex;align-items:center;gap:.5rem}.admin-group-card__title-button{border:none;background:transparent;padding:0;display:inline-flex;align-items:center;gap:.5rem;font-size:1.1rem;font-weight:900;color:#0f172a;cursor:pointer;letter-spacing:-.02em;transition:color .15s ease}.admin-group-card__title-button:hover{color:#7c3aed}.admin-group-card__title-icon{width:20px;height:20px;color:#cbd5e1;transition:transform .15s ease}.admin-group-card__title-button:hover .admin-group-card__title-icon{transform:translate(3px)}.admin-group-card__delete{border:none;background:transparent;padding:.4rem;border-radius:.5rem;cursor:pointer;color:#cbd5e1;transition:color .15s ease,background .15s ease}.admin-group-card__delete:hover{color:#f43f5e;background:#fff1f2}.admin-group-card__delete-icon{width:16px;height:16px}.admin-group-card__badge{font-size:.625rem;font-weight:800;text-transform:uppercase;letter-spacing:.2em;color:#94a3b8;background:#fff;padding:.25rem .8rem;border-radius:999px;box-shadow:0 4px 10px #0f172a0f}.admin-group-card__monitors{display:flex;flex-direction:column;gap:.75rem}.admin-group-card__monitors-label{font-size:.625rem;text-transform:uppercase;letter-spacing:.2em;color:#94a3b8;font-weight:800}.admin-group-card__monitors-list{display:flex;flex-wrap:wrap;gap:.5rem}.admin-monitor-chip{font-size:.625rem;font-weight:700;padding:.4rem .8rem;border-radius:.9rem;border:1px solid #e2e8f0;background:#fff;color:#94a3b8;cursor:pointer;transition:border-color .15s ease,background .15s ease,color .15s ease,box-shadow .15s ease}.admin-monitor-chip:hover{border-color:#e9d5ff}.admin-monitor-chip--active{background:#0f172a;border-color:#0f172a;color:#fff;box-shadow:0 12px 30px #0f172a66}.admin-summary__icon-wrapper{width:96px;height:96px;border-radius:999px;background:#ffffff1f;display:flex;align-items:center;justify-content:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.admin-summary__icon{width:48px;height:48px}.admin-summary__content{display:flex;flex-direction:column;gap:.25rem}.admin-summary__number{font-size:3.5rem;font-weight:900}.admin-summary__label{font-size:.75rem;text-transform:uppercase;letter-spacing:.2em;font-weight:800;opacity:.7}.admin-summary__button{border-radius:1.25rem;background:#fff;color:#7c3aed;padding:.95rem 2.5rem;font-weight:900;text-decoration:none;box-shadow:0 20px 40px #0f172a40;transition:background .15s ease,transform .1s ease,box-shadow .15s ease}.admin-summary__button:hover{background:#f5f3ff}.admin-summary__button:active{transform:scale(.97)}.admin-diagnostic__header{padding:2.5rem;border-bottom:1px solid #e5e7eb;background:#f8fafc;display:flex;align-items:center;justify-content:space-between}.admin-diagnostic__header-left{display:flex;align-items:center;gap:1.5rem}.admin-diagnostic__icon-wrapper{width:64px;height:64px;border-radius:1.5rem;background:#f97316;color:#fff;display:flex;align-items:center;justify-content:center;box-shadow:0 18px 40px #fb923c73}.admin-diagnostic__icon{width:32px;height:32px}.admin-diagnostic__title{font-size:1.3rem;font-weight:900;color:#0f172a}.admin-diagnostic__subtitle{color:#64748b;font-weight:500}.admin-diagnostic__grid{padding:2.5rem;display:grid;grid-template-columns:1fr;gap:2rem}@media(min-width:768px){.admin-diagnostic__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(min-width:1024px){.admin-diagnostic__grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.admin-diagnostic-card{background:#f8fafc;border-radius:2rem;border:1px solid #e5e7eb;padding:2rem;display:flex;flex-direction:column;justify-content:space-between;gap:1.5rem;transition:background .15s ease,box-shadow .15s ease,transform .1s ease}.admin-diagnostic-card:hover{background:#fff;box-shadow:0 18px 40px #0f172a14}.admin-diagnostic-card__group{font-size:.625rem;text-transform:uppercase;letter-spacing:.2em;font-weight:800;color:#f59e0b;margin-bottom:.25rem}.admin-diagnostic-card__title{font-size:1.1rem;font-weight:800;color:#0f172a}.admin-diagnostic-card__progress{margin-top:1rem;display:flex;align-items:center;gap:.5rem}.admin-diagnostic-card__progress-bar{flex:1;height:8px;border-radius:999px;background:#e2e8f0;overflow:hidden}.admin-diagnostic-card__progress-fill{height:100%;background:#10b981;border-radius:999px}.admin-diagnostic-card__progress-label{font-size:.75rem;font-weight:800;color:#94a3b8}.admin-diagnostic-card__button{margin-top:1.5rem;width:100%;padding:.9rem 1rem;border-radius:1rem;font-size:.875rem;font-weight:800;display:inline-flex;align-items:center;justify-content:center;gap:.75rem;border:none;cursor:pointer;transition:background .15s ease,color .15s ease,box-shadow .15s ease,transform .1s ease,opacity .15s ease}.admin-diagnostic-card__button--primary{background:#0f172a;color:#fff}.admin-diagnostic-card__button--primary:hover{background:#7c3aed}.admin-diagnostic-card__button--secondary{background:#fef3c7;color:#92400e}.admin-diagnostic-card__button--secondary:hover{background:#fde68a}.admin-diagnostic-card__button:disabled{opacity:.4;cursor:default;box-shadow:none}.admin-diagnostic-card__button-icon{width:20px;height:20px}.admin-diagnostic-card__button-icon--spinner{animation:admin-spinner .7s linear infinite}.admin-trajectory__header{padding:2.5rem;border-bottom:1px solid #e9d5ff;display:flex;align-items:center;gap:1.5rem;background:#f5f3ff}.admin-trajectory__icon-wrapper{width:64px;height:64px;border-radius:1.5rem;background:#7c3aed;display:flex;align-items:center;justify-content:center;color:#fff;box-shadow:0 18px 40px #7c3aed73}.admin-trajectory__icon{width:32px;height:32px}.admin-trajectory__title{font-size:1.3rem;font-weight:900;color:#0f172a}.admin-trajectory__subtitle{color:#64748b;font-weight:500}.admin-trajectory__grid{padding:2.5rem;display:grid;grid-template-columns:1fr;gap:3rem}@media(min-width:1024px){.admin-trajectory__grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.admin-trajectory__column{display:flex;flex-direction:column;gap:1.5rem}.admin-trajectory__step-label{font-size:.625rem;font-weight:800;text-transform:uppercase;letter-spacing:.2em;color:#94a3b8}.admin-trajectory__groups{display:grid;gap:.75rem}.admin-trajectory__group{padding:.85rem 1.1rem;border-radius:1rem;border:2px solid #e2e8f0;background:#fff;color:#94a3b8;font-weight:700;text-align:left;cursor:pointer;transition:border-color .15s ease,background .15s ease,color .15s ease,box-shadow .15s ease}.admin-trajectory__group:hover{border-color:#e5e7eb}.admin-trajectory__group--active{border-color:#7c3aed;background:#f5f3ff;color:#7c3aed;box-shadow:0 12px 30px #7c3aed33}.admin-trajectory__rounds{display:grid;gap:.5rem}.admin-trajectory__round{padding:.8rem 1rem;border-radius:1rem;display:flex;align-items:center;gap:.75rem;border:none;background:transparent;font-size:.9rem;font-weight:700;cursor:pointer;color:#64748b;transition:background .15s ease,color .15s ease}.admin-trajectory__round:hover{background:#f8fafc}.admin-trajectory__round--selected{background:#f5f3ff;color:#7c3aed}.admin-trajectory__round-icon{width:24px;height:24px;color:#e2e8f0;flex-shrink:0}.admin-trajectory__round-icon--selected{color:#7c3aed}.admin-trajectory__rounds-empty{text-align:center;padding:3rem 1rem;font-size:.9rem;color:#cbd5f5;font-style:italic}.admin-trajectory__students{border:1px solid #e2e8f0;border-radius:2rem;background:#fff;box-shadow:inset 0 0 0 1px #f8fafc;max-height:400px;overflow-y:auto}.admin-trajectory__student-row{padding:1rem 1.25rem;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #f8fafc;transition:background .15s ease}.admin-trajectory__student-row:last-child{border-bottom:none}.admin-trajectory__student-row:hover{background:#f8fafc}.admin-trajectory__student-name{font-size:.95rem;font-weight:700;color:#374151;margin-right:1rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.admin-trajectory__student-button{border-radius:.9rem;border:none;padding:.6rem;cursor:pointer;transition:background .15s ease,color .15s ease,opacity .15s ease}.admin-trajectory__student-button--primary{background:#0f172a;color:#fff}.admin-trajectory__student-button--primary:hover{background:#7c3aed}.admin-trajectory__student-button--existing{background:#dcfce7;color:#15803d}.admin-trajectory__student-button--existing:hover{background:#16a34a;color:#fff}.admin-trajectory__student-button--loading{background:#f1f5f9;color:#94a3b8}.admin-trajectory__student-button:disabled{opacity:.4;cursor:default}.admin-trajectory__student-button-icon{width:20px;height:20px}.admin-trajectory__student-button-icon--spinner{animation:admin-spinner .7s linear infinite}.users-page{display:flex;flex-direction:column;gap:2.5rem;padding-bottom:5rem;animation:fade-in .5s ease}.users-header{display:flex;align-items:center;justify-content:space-between}.users-header__left{display:flex;align-items:center;gap:1rem}.users-back-btn{padding:.75rem;background-color:#fff;border-radius:1rem;border:1px solid #f1f5f9;color:#94a3b8;box-shadow:0 1px 3px #0000001a;transition:all .2s ease}.users-back-btn:hover{color:#7c3aed}.users-header__text{display:flex;flex-direction:column}.users-header__title{font-size:1.875rem;font-weight:900;color:#0f172a;letter-spacing:-.05em;line-height:1}.users-header__subtitle{color:#64748b;font-weight:500;margin-top:.25rem}.users-toolbar{background-color:#fff;padding:1.5rem;border-radius:2rem;border:1px solid #f1f5f9;box-shadow:0 1px 3px #0000001a;display:flex;flex-direction:column;gap:1rem;align-items:center}@media(min-width:768px){.users-toolbar{flex-direction:row}}.users-search-wrapper{position:relative;flex:1;width:100%}.users-search-icon{position:absolute;left:1rem;top:50%;transform:translateY(-50%);width:1.25rem;height:1.25rem;color:#cbd5e1}.users-search-input{width:100%;background-color:#f8fafc;border:none;border-radius:1rem;padding:1rem 1rem 1rem 3rem;font-size:.875rem;font-weight:700;outline:none;transition:all .2s ease}.users-search-input:focus{box-shadow:0 0 0 2px #7c3aed}.users-filters{display:flex;gap:.5rem;width:100%;overflow-x:auto;padding-bottom:.5rem}@media(min-width:768px){.users-filters{width:auto;padding-bottom:0}}.users-filter-btn{padding:1rem 1.5rem;border-radius:1rem;font-size:.75rem;font-weight:900;text-transform:uppercase;letter-spacing:.1em;white-space:nowrap;border:none;background-color:#f8fafc;color:#94a3b8;cursor:pointer;transition:all .2s ease}.users-filter-btn:hover{background-color:#f1f5f9}.users-filter-btn--active-all{background-color:#7c3aed;color:#fff;box-shadow:0 10px 15px -3px #7c3aed33}.users-filter-btn--active-unallocated{background-color:#f43f5e;color:#fff;box-shadow:0 10px 15px -3px #f43f5e33}.users-filter-btn--active-group{background-color:#f59e0b;color:#fff;box-shadow:0 10px 15px -3px #f59e0b33}.users-loading{display:flex;justify-content:center;padding:5rem 0}.users-loading-spinner{width:2.5rem;height:2.5rem;animation:spin 1s linear infinite;color:#7c3aed}.users-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}@media(min-width:768px){.users-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.users-grid{grid-template-columns:repeat(3,1fr)}}.user-card{background-color:#fff;padding:2rem;border-radius:2.5rem;border:1px solid #f1f5f9;box-shadow:0 1px 3px #0000001a;display:flex;flex-direction:column;justify-content:space-between;transition:all .2s ease}.user-card:hover{box-shadow:0 20px 25px -5px #0000001a;transform:translateY(-.25rem)}.user-card__main{display:flex;flex-direction:column;gap:1.5rem}.user-card__info{display:flex;align-items:center;gap:1rem}.user-avatar-wrapper{position:relative}.user-avatar-img{width:3.5rem;height:3.5rem;border-radius:1rem;object-fit:cover}.user-avatar-placeholder{width:3.5rem;height:3.5rem;background-color:#f8fafc;border-radius:1rem;display:flex;align-items:center;justify-content:center;color:#e2e8f0}.user-role-badge{position:absolute;bottom:-.25rem;right:-.25rem;width:1.25rem;height:1.25rem;border-radius:9999px;border:2px solid white;display:flex;align-items:center;justify-content:center;color:#fff}.user-role-badge--admin{background-color:#0f172a}.user-role-badge--monitor{background-color:#7c3aed}.user-role-badge--student{background-color:#10b981}.user-card__name{font-weight:700;color:#0f172a}.user-card__email{font-size:10px;color:#94a3b8;font-weight:700;text-transform:uppercase;letter-spacing:.1em}.user-card__details{display:flex;flex-direction:column;gap:.75rem}.user-detail-row{display:flex;align-items:center;justify-content:space-between;font-size:10px;font-weight:900;text-transform:uppercase;letter-spacing:.1em;color:#cbd5e1}.user-detail-row__value{color:#0f172a}.user-detail-row__value--assigned{color:#7c3aed}.user-detail-row__value--unassigned{color:#f43f5e}.user-card__actions{padding-top:2rem;display:flex;flex-direction:column;gap:.75rem}.user-role-actions{display:flex;gap:.5rem}.user-action-btn{flex:1;padding:.5rem;border-radius:.75rem;font-size:10px;font-weight:900;border:none;cursor:pointer;transition:all .2s ease}.user-action-btn--promote{background-color:#f5f3ff;color:#7c3aed}.user-action-btn--promote:hover{background-color:#7c3aed;color:#fff}.user-action-btn--demote{background-color:#fff1f2;color:#e11d48}.user-action-btn--demote:hover{background-color:#e11d48;color:#fff}.user-group-select{width:100%;background-color:#f8fafc;border:none;border-radius:.75rem;padding:.75rem 1rem;font-size:10px;font-weight:900;color:#475569;outline:none}.user-group-select:focus{box-shadow:0 0 0 2px #7c3aed}.user-admin-shield{text-align:center;padding:.75rem;background-color:#f8fafc;border-radius:.75rem;font-size:10px;font-weight:900;color:#cbd5e1;text-transform:uppercase;letter-spacing:.1em}.users-empty{grid-column:span 1 / -1;text-align:center;padding:5rem 0;background-color:#fff;border:2px dashed #f1f5f9;border-radius:3rem}.users-empty__content{display:flex;flex-direction:column;align-items:center;gap:1rem}.users-empty__icon{color:#e2e8f0}.users-empty__text{color:#94a3b8;font-weight:700;text-transform:uppercase;font-size:.75rem;letter-spacing:.1em}.toast-notification{position:fixed;bottom:1.5rem;right:1.5rem;z-index:100;padding:1.25rem;border-radius:1.5rem;box-shadow:0 25px 50px -12px #00000040;display:flex;align-items:center;gap:1rem;animation:slide-in-right .3s ease-out;color:#fff}.toast--success{background-color:#059669}.toast--error{background-color:#e11d48}.toast-icon{width:1.5rem;height:1.5rem;flex-shrink:0}.toast-message{font-size:.875rem;font-weight:700;letter-spacing:-.025em}.toast-close-btn{margin-left:1rem;padding:.375rem;border-radius:.5rem;background-color:#fff3;border:none;color:#fff;cursor:pointer;transition:background-color .2s;display:flex;align-items:center;justify-content:center}.toast-close-btn:hover{background-color:#ffffff4d}.icon-tiny{width:1rem;height:1rem}@keyframes slide-in-right{0%{transform:translate(2.5rem);opacity:0}to{transform:translate(0);opacity:1}}.round-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:120;display:flex;align-items:center;justify-content:center;background-color:#0f172a99;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);padding:1.5rem;animation:fade-in .3s ease}.round-modal-card{background-color:#fff;border-radius:3rem;padding:2.5rem;max-width:28rem;width:100%;box-shadow:0 25px 50px -12px #00000040;display:flex;flex-direction:column;gap:2rem;text-align:center;border:1px solid #f1f5f9;animation:zoom-in .2s ease}.round-modal-icon-wrapper{width:5rem;height:5rem;background-color:#fff1f2;color:#e11d48;border-radius:9999px;display:flex;align-items:center;justify-content:center;margin-left:auto;margin-right:auto;box-shadow:inset 0 2px 4px #0000000d}.round-modal-icon{width:2.5rem;height:2.5rem}.round-modal-text{display:flex;flex-direction:column;gap:1rem}.round-modal-title{font-size:1.5rem;font-weight:900;color:#0f172a;letter-spacing:-.025em;line-height:1.25}.round-modal-target{color:#e11d48;font-size:1.125rem}.round-modal-description{color:#64748b;font-weight:500;line-height:1.625}.round-modal-actions{display:flex;gap:1rem}.round-modal-btn{flex:1;padding-top:1rem;padding-bottom:1rem;border-radius:1.25rem;font-weight:700;border:none;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center;gap:.5rem}.round-modal-btn:active{transform:scale(.95)}.round-modal-btn--cancel{background-color:#f1f5f9;color:#475569}.round-modal-btn--cancel:hover{background-color:#e2e8f0}.round-modal-btn--confirm{background-color:#e11d48;color:#fff;box-shadow:0 10px 15px -3px #e11d481a}.round-modal-btn--confirm:hover{background-color:#be123c}.round-modal-btn--confirm:disabled{opacity:.5;cursor:not-allowed}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:110;display:flex;align-items:center;justify-content:center;background-color:#0f172a66;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);padding:1.5rem;animation:fade-in .2s ease-out}.modal-card{background-color:#fff;border-radius:3rem;padding:2.5rem;max-width:28rem;width:100%;box-shadow:0 25px 50px -12px #00000040;display:flex;flex-direction:column;gap:2rem;text-align:center;border:1px solid #f1f5f9;animation:zoom-in .2s ease-out}.modal-icon-wrapper{width:5rem;height:5rem;background-color:#ecfdf5;color:#10b981;border-radius:9999px;display:flex;align-items:center;justify-content:center;margin-left:auto;margin-right:auto}.modal-icon{width:2.5rem;height:2.5rem}.modal-text{display:flex;flex-direction:column;gap:.75rem}.modal-title{font-size:1.5rem;font-weight:900;color:#0f172a;letter-spacing:-.025em}.modal-description{color:#64748b;font-weight:500}.modal-actions{display:flex;gap:1rem}.modal-btn{flex:1;padding-top:1rem;padding-bottom:1rem;border-radius:1.25rem;font-weight:700;border:none;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center;gap:.5rem}.modal-btn--secondary{background-color:#f1f5f9;color:#475569}.modal-btn--secondary:hover{background-color:#e2e8f0}.modal-btn--primary{background-color:#10b981;color:#fff;box-shadow:0 10px 15px -3px #10b9811a}.modal-btn--primary:hover{background-color:#059669}.modal-btn--primary:disabled{opacity:.5;cursor:not-allowed}.spinner-sm{width:1.25rem;height:1.25rem;animation:spin 1s linear infinite}@keyframes zoom-in{0%{transform:scale(.95);opacity:0}to{transform:scale(1);opacity:1}}.tasks-queue{display:flex;flex-direction:column;gap:2rem}.tasks-queue-title{font-size:1.25rem;font-weight:900;color:#1e293b;display:flex;align-items:center;gap:.75rem;margin-left:.5rem}.tasks-container{background-color:#fff;border-radius:3rem;border:1px solid #f1f5f9;box-shadow:0 10px 25px -5px #0000000d,0 8px 10px -6px #0000000d;overflow:hidden;min-height:600px;display:flex;flex-direction:column}.tasks-header{padding:2rem;border-bottom:1px solid #f8fafc;background-color:#f5f3ff4d}.tasks-subtitle{font-size:.875rem;color:#4c1d95;font-weight:500}.tasks-list{flex:1;overflow-y:auto}.task-item{padding:1.5rem;border-bottom:1px solid #f8fafc;transition:all .2s}.task-item:hover{background-color:#f8fafc80}.round-name{font-size:10px;font-weight:900;color:#94a3b8;text-transform:uppercase;letter-spacing:.05em}.task-action-btn{background-color:#7c3aed;color:#fff;padding:.75rem 1.5rem;border-radius:.75rem;font-size:.75rem;font-weight:900;border:none;cursor:pointer;transition:all .2s;box-shadow:0 10px 15px -3px #7c3aed33}.task-action-btn:active{transform:scale(.95)}.task-action-btn--active{background-color:#0f172a;box-shadow:none}.expanded-task-content{margin-top:1.5rem;display:flex;flex-direction:column;gap:1rem;animation:slide-down .3s ease-out}.task-textarea{width:100%;border-radius:1.25rem;border:none;background-color:#f8fafc;padding:1.5rem;font-size:.875rem;font-weight:600;height:10rem;box-shadow:inset 0 2px 4px #0000000d;transition:all .2s;outline:none}.task-textarea:focus{box-shadow:0 0 0 2px #7c3aed}.task-submit-btn{width:100%;padding-top:1rem;padding-bottom:1rem;background-color:#7c3aed;color:#fff;border-radius:1.25rem;font-size:.75rem;font-weight:900;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.75rem;transition:all .2s;box-shadow:0 10px 15px -3px #7c3aed33}.task-submit-btn:hover{background-color:#6d28d9}.approval-queue{display:flex;flex-direction:column;gap:2rem}.approval-queue-title{font-size:1.25rem;font-weight:900;color:#1e293b;display:flex;align-items:center;gap:.75rem;margin-left:.5rem}.title-icon{width:1.5rem;height:1.5rem}.icon-emerald{color:#059669}.approval-container{background-color:#fff;border-radius:3rem;border:1px solid #f1f5f9;box-shadow:0 10px 25px -5px #0000000d,0 8px 10px -6px #0000000d;overflow:hidden;min-height:600px;display:flex;flex-direction:column}.approval-header{padding:2rem;border-bottom:1px solid #f8fafc;background-color:#f8fafc80}.approval-subtitle{font-size:.875rem;color:#64748b;font-weight:500}.approval-list{flex:1;overflow-y:auto}.approval-item{padding:1.5rem;border-bottom:1px solid #f8fafc;transition:all .2s}.approval-item:hover{background-color:#f8fafc80}.item-header{display:flex;align-items:center;justify-content:space-between;gap:1rem}.item-info{display:flex;align-items:center;gap:1rem;flex:1;min-width:0}.avatar-wrapper{width:3rem;height:3rem;background-color:#f1f5f9;border-radius:1.25rem;display:flex;align-items:center;justify-content:center;flex-shrink:0;border:1px solid #e2e8f0;overflow:hidden;box-shadow:inset 0 2px 4px #0000000d}.avatar-img{width:100%;height:100%;object-fit:cover}.avatar-placeholder{color:#cbd5e1;width:1.5rem;height:1.5rem}.item-details{min-width:0}.student-name{font-weight:900;color:#0f172a;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.round-name{font-size:10px;font-weight:900;color:#8b5cf6;text-transform:uppercase;letter-spacing:.1em}.item-actions{display:flex;align-items:center;gap:.5rem}.expand-btn{padding:.75rem;border-radius:.75rem;border:none;background:transparent;color:#94a3b8;cursor:pointer;transition:all .2s}.expand-btn--active{background-color:#0f172a;color:#fff}.expand-btn:hover:not(.expand-btn--active){background-color:#f1f5f9}.chevron-icon{width:1.25rem;height:1.25rem;transition:transform .3s}.chevron-icon--rotated{transform:rotate(180deg)}.approve-btn{background-color:#ecfdf5;color:#047857;padding:.75rem 1.25rem;border-radius:.75rem;font-size:.75rem;font-weight:900;border:1px solid #d1fae5;cursor:pointer;transition:all .2s;box-shadow:0 1px 2px #0000000d}.approve-btn:hover{background-color:#059669;color:#fff}.approve-btn:active{transform:scale(.95)}.expanded-content{margin-top:2rem;display:flex;flex-direction:column;gap:1.5rem;animation:slide-down .3s ease-out}.report-content-card{padding:2rem;background-color:#fff;border:1px solid #f1f5f9;border-radius:2rem;font-size:.875rem;color:#475569;line-height:1.625;font-style:italic;white-space:pre-wrap;box-shadow:inset 0 2px 4px #0000000d;font-weight:500}.refinement-section{display:flex;flex-direction:column;gap:1rem}.refinement-label{font-size:10px;font-weight:900;color:#94a3b8;text-transform:uppercase;letter-spacing:.2em;margin-left:.5rem}.refinement-textarea{width:100%;border-radius:1.25rem;border:none;background-color:#f8fafc;padding:1.5rem;font-size:.875rem;font-weight:600;height:7rem;box-shadow:0 10px 25px -5px #0000000d;transition:all .2s;outline:none}.refinement-textarea:focus{box-shadow:0 0 0 2px #7c3aed}.refine-submit-btn{width:100%;padding-top:1rem;padding-bottom:1rem;background-color:#0f172a;color:#fff;border-radius:1.25rem;font-size:.75rem;font-weight:900;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.75rem;transition:all .2s;box-shadow:0 10px 25px -5px #0000000d}.refine-submit-btn:hover{background-color:#7c3aed}.refine-submit-btn:disabled{opacity:.5}.empty-state{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:5rem 2.5rem;text-align:center;gap:1rem;opacity:.3}.empty-icon-wrapper{width:5rem;height:5rem;background-color:#f8fafc;border-radius:9999px;display:flex;align-items:center;justify-content:center;transition:transform .5s ease}.approval-list:hover .empty-icon-wrapper{transform:scale(1.1)}.empty-icon{width:2.5rem;height:2.5rem;color:#94a3b8}.empty-text{font-size:1.125rem;font-weight:900;color:#94a3b8;text-transform:uppercase;letter-spacing:-.025em}.spinner-xs{width:1.25rem;height:1.25rem;animation:spin 1s linear infinite}.icon-xs{width:1.25rem;height:1.25rem}@keyframes slide-down{0%{transform:translateY(-1rem);opacity:0}to{transform:translateY(0);opacity:1}}.monitor-page{display:flex;flex-direction:column;gap:3rem;padding-bottom:6rem;position:relative;animation:fade-in .5s ease}.monitor-header{display:flex;flex-direction:column;gap:1.5rem}@media(min-width:768px){.monitor-header{flex-direction:row;align-items:center;justify-content:space-between}}.monitor-header__titles{display:flex;flex-direction:column}.monitor-header__title{font-size:2.25rem;font-weight:900;color:#0f172a;letter-spacing:-.025em;line-height:1}.monitor-header__subtitle{color:#64748b;font-weight:500;margin-top:.5rem}.monitor-header__refresh{padding:1rem;background-color:#fff;border:1px solid #e2e8f0;border-radius:1rem;color:#94a3b8;display:flex;align-items:center;gap:.5rem;font-weight:700;font-size:.875rem;cursor:pointer;box-shadow:0 4px 6px -1px #0000001a;transition:all .2s ease}.monitor-header__refresh:hover{color:#7c3aed;border-color:#f5f3ff}.monitor-header__refresh-icon{width:1.25rem;height:1.25rem}.monitor-grid{display:grid;grid-template-columns:1fr;gap:2.5rem}@media(min-width:1024px){.monitor-grid{grid-template-columns:repeat(2,1fr)}}.monitor-grid__left{display:flex;flex-direction:column;gap:3rem}.monitor-section{display:flex;flex-direction:column;gap:2rem}.monitor-section__title{font-size:1.25rem;font-weight:900;color:#1e293b;display:flex;align-items:center;gap:.75rem;margin-left:.5rem}.monitor-section__title-icon{width:1.5rem;height:1.5rem}.monitor-section__title-icon--violet{color:#7c3aed}.monitor-section__title-icon--rose{color:#e11d48}.monitor-card{background-color:#fff;padding:2.5rem;border-radius:3rem;border:1px solid #f1f5f9;box-shadow:0 4px 6px -1px #0000001a;display:flex;flex-direction:column;gap:2rem}.monitor-card__header{display:flex;align-items:center;justify-content:space-between}.monitor-card__group-name{font-weight:900;color:#0f172a;font-size:1.5rem;letter-spacing:-.025em}.monitor-card__toggle-btn{padding:.75rem;border-radius:1rem;border:1px solid #f1f5f9;background-color:#fff;color:#94a3b8;cursor:pointer;box-shadow:0 4px 6px -1px #0000001a;transition:all .2s ease}.monitor-card__toggle-btn--active{background-color:#0f172a;color:#fff;border-color:#0f172a}.monitor-card__toggle-btn:hover:not(.monitor-card__toggle-btn--active){color:#7c3aed;border-color:#f5f3ff}.monitor-form{background-color:#f8fafc;padding:2rem;border-radius:2rem;display:flex;flex-direction:column;gap:1rem;border:1px solid #f1f5f9;box-shadow:inset 0 2px 4px #0000000d;animation:zoom-in-95 .2s ease}.monitor-form__header{display:flex;align-items:center;justify-content:space-between;padding:0 .25rem}.monitor-form__subtitle{font-size:.75rem;font-weight:900;color:#94a3b8;text-transform:uppercase;letter-spacing:.05em}.monitor-form__alert{font-size:10px;font-weight:900;color:#f43f5e;text-transform:uppercase;display:flex;align-items:center;gap:.25rem;animation:pulse 2s infinite}.monitor-form__alert-icon{width:.75rem;height:.75rem}.monitor-form__input{width:100%;border-radius:1rem;padding:1rem 1.5rem;border:none;background-color:#fff;box-shadow:0 4px 6px -1px #0000001a;font-weight:700;outline:none}.monitor-form__input:focus{box-shadow:0 0 0 2px #7c3aed}.monitor-form__field{display:flex;flex-direction:column;gap:.5rem}.monitor-form__label{font-size:10px;font-weight:900;color:#cbd5e1;text-transform:uppercase;margin-left:.25rem}.monitor-form__submit{width:100%;background-color:#7c3aed;color:#fff;font-weight:900;padding:1.25rem;border-radius:1rem;border:none;cursor:pointer;box-shadow:0 10px 15px -3px #7c3aed33;transition:all .2s ease}.monitor-form__submit:hover:not(:disabled){background-color:#6d28d9}.monitor-form__submit:active:not(:disabled){transform:scale(.95)}.monitor-form__submit:disabled{opacity:.3;filter:grayscale(1);cursor:not-allowed}.monitor-rounds-list{display:flex;flex-direction:column;gap:1rem}.monitor-round-card{padding:1.5rem;border-radius:1.875rem;border:1px solid transparent;transition:all .2s ease}.monitor-round-card--completed{background-color:#ecfdf5;border-color:#d1fae5;opacity:.7}.monitor-round-card--review{background-color:#fff;border-color:#fde68a;box-shadow:0 4px 6px -1px #0000001a}.monitor-round-card--active{background-color:#f8fafc}.monitor-round-card__main{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.monitor-round-card__info{display:flex;flex-direction:column}.monitor-round-card__title-row{display:flex;align-items:center;gap:.5rem}.monitor-round-card__name{font-weight:900;color:#0f172a;font-size:1.125rem;letter-spacing:-.025em}.monitor-round-card__delete{padding:.375rem;color:#cbd5e1;border:none;background:transparent;cursor:pointer;transition:color .2s ease}.monitor-round-card__delete:hover{color:#f43f5e}.monitor-round-card__meta{font-size:10px;font-weight:700;color:#94a3b8;margin-top:.125rem}.monitor-status-badge{font-size:10px;font-weight:900;padding:.375rem .75rem;border-radius:9999px;text-transform:uppercase;display:flex;align-items:center;gap:.5rem}.monitor-status-badge--completed{background-color:#d1fae5;color:#047857}.monitor-status-badge--review{background-color:#fef3c7;color:#b45309}.monitor-status-badge--active{background-color:#e2e8f0;color:#475569}.monitor-round-card__footer{padding-top:1rem;border-top:1px solid #f1f5f9;display:flex;justify-content:flex-end}.monitor-round-card__action-btn{background-color:#0f172a;color:#fff;padding:.75rem 1.5rem;border-radius:.75rem;font-size:.75rem;font-weight:900;border:none;cursor:pointer;display:flex;align-items:center;gap:.5rem;box-shadow:0 4px 6px -1px #0000001a;transition:all .2s ease}.monitor-round-card__action-btn:hover:not(:disabled){background-color:#7c3aed}.monitor-round-card__action-btn:disabled{opacity:.3;cursor:not-allowed}.monitor-empty-state{padding:2.5rem 0;text-align:center;color:#cbd5e1;font-weight:700;font-style:italic;background-color:#f8fafc;border-radius:1.875rem;border:1px dashed #e2e8f0}.monitor-collection-card{background-color:#fff;border-radius:3rem;border:1px solid #f1f5f9;box-shadow:0 4px 6px -1px #0000001a;overflow:hidden}.monitor-collection-card__header{padding:2rem;border-bottom:1px solid #f8fafc;background-color:#fef2f24d}.monitor-collection-card__subtitle{font-size:.875rem;color:#991b1b;font-weight:500}.monitor-collection-list{display:flex;flex-direction:column}.monitor-collection-list>*+*{border-top:1px solid #f8fafc}.monitor-collection-group{padding:2rem;display:flex;flex-direction:column;gap:1.5rem}.monitor-collection-group__header{display:flex;align-items:center;gap:.5rem}.monitor-collection-group__label{font-size:10px;font-weight:900;color:#94a3b8;text-transform:uppercase;letter-spacing:.05em}.monitor-collection-group__name{font-size:.875rem;font-weight:900;color:#0f172a}.monitor-collection-grid{display:grid;grid-template-columns:1fr;gap:1rem}@media(min-width:768px){.monitor-collection-grid{grid-template-columns:repeat(2,1fr)}}.monitor-student-pending-card{padding:1rem;background-color:#f8fafc;border-radius:1.25rem;border:1px solid #f1f5f9;display:flex;align-items:center;justify-content:space-between;transition:all .2s ease}.monitor-student-pending-card:hover{border-color:#fecaca}.monitor-student-pending-card__info{display:flex;align-items:center;gap:.75rem;min-width:0}.monitor-student-avatar{width:2.5rem;height:2.5rem;background-color:#fff;border-radius:.75rem;display:flex;align-items:center;justify-content:center;color:#cbd5e1;border:1px solid #f1f5f9;box-shadow:0 1px 3px #0000001a;flex-shrink:0;overflow:hidden}.monitor-student-avatar__img{width:100%;height:100%;object-fit:cover}.monitor-student-pending-card__details{min-width:0}.monitor-student-pending-card__name{font-size:.875rem;font-weight:700;color:#0f172a;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.monitor-student-pending-card__tags{display:flex;gap:.375rem;margin-top:.25rem;flex-wrap:wrap}.monitor-tag{font-size:8px;font-weight:900;padding:.125rem .375rem;border-radius:.25rem;text-transform:uppercase}.monitor-tag--rose{background-color:#ffe4e6;color:#be123c}.monitor-tag--violet{background-color:#ede9fe;color:#6d28d9}.monitor-tag--amber{background-color:#fef3c7;color:#b45309}.monitor-student-pending-card__send-btn{padding:.5rem;background-color:#fff;color:#e11d48;border-radius:.5rem;border:none;cursor:pointer;box-shadow:0 1px 3px #0000001a;opacity:0;transition:all .2s ease}.monitor-student-pending-card:hover .monitor-student-pending-card__send-btn{opacity:1}.monitor-student-pending-card__send-btn:hover{background-color:#e11d48;color:#fff}.monitor-all-clear{padding:5rem 0;text-align:center;display:flex;flex-direction:column;align-items:center;gap:1rem}.monitor-all-clear__icon-wrapper{width:4rem;height:4rem;background-color:#ecfdf5;color:#10b981;border-radius:9999px;display:flex;align-items:center;justify-content:center}.monitor-all-clear__text{color:#94a3b8;font-weight:700;text-transform:uppercase;font-size:.75rem;letter-spacing:.05em}@keyframes zoom-in-95{0%{transform:scale(.95);opacity:0}to{transform:scale(1);opacity:1}}.monitor-header__actions{display:flex;align-items:center;gap:.75rem}.btn-toggle{display:flex;align-items:center;gap:.5rem;padding:1rem;border-radius:1rem;font-weight:700;font-size:.875rem;cursor:pointer;transition:all .2s;background-color:#fff;color:#94a3b8;border:1px solid #e2e8f0;box-shadow:0 4px 6px -1px #0000000d}.btn-toggle:hover{color:#050505;border-color:#ede9fe}.btn-toggle--active{background-color:#7c3aed;color:#fff;border-color:#7c3aed}.monitor-header__refresh{display:flex;align-items:center;gap:.5rem;padding:1rem;background-color:#0f172a;color:#fff;border-radius:1rem;border:none;font-weight:700;cursor:pointer;transition:all .2s}.monitor-header__refresh:hover{background-color:#7c3aed}.feedback-section{margin-top:2rem}.feedback-section__title{font-size:1.25rem;font-weight:900;color:#1e293b;display:flex;align-items:center;gap:.75rem;margin-left:.5rem;margin-bottom:2rem}.feedback-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}@media(min-width:768px){.feedback-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.feedback-grid{grid-template-columns:repeat(3,1fr)}}.feedback-card{background-color:#fff;padding:2rem;border-radius:2.5rem;border:1px solid #f1f5f9;box-shadow:0 4px 6px -1px #0000000d;display:flex;flex-direction:column;justify-content:space-between;transition:all .3s}.feedback-card:hover{box-shadow:0 20px 25px -5px #0000001a;transform:translateY(-2px)}.feedback-card__header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem}.feedback-card__icon-wrapper{padding:.75rem;background-color:#fffbeb;color:#d97706;border-radius:1rem}.feedback-card__date{font-size:.625rem;font-weight:900;color:#cbd5e1;text-transform:uppercase;letter-spacing:.1em}.feedback-card__title{font-size:1.25rem;font-weight:900;color:#0f172a;line-height:1.2;transition:color .2s}.feedback-card:hover .feedback-card__title{color:#7c3aed}.feedback-card__text{color:#64748b;font-weight:500;font-size:.875rem;margin-top:.75rem;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.feedback-card__footer{padding-top:1.5rem;margin-top:1.5rem;border-top:1px solid #f8fafc}.btn-view-report{width:100%;padding:.75rem;background-color:#0f172a;color:#fff;border-radius:.75rem;font-size:.75rem;font-weight:900;text-align:center;text-decoration:none;display:flex;align-items:center;justify-content:center;transition:all .2s}.btn-view-report:hover{background-color:#7c3aed}.feedback-empty{grid-column:1 / -1;padding:8rem 0;background-color:#fff;border-radius:3rem;border:2px dashed #e2e8f0;display:flex;flex-direction:column;align-items:center;text-align:center;gap:1rem}.feedback-empty__icon-container{width:4rem;height:4rem;background-color:#f8fafc;color:#cbd5e1;border-radius:50%;display:flex;align-items:center;justify-content:center}.feedback-empty__title{color:#0f172a;font-weight:900}.feedback-empty__subtitle{color:#64748b;font-size:.875rem;font-weight:500;max-width:400px}.icon-md{width:1.5rem;height:1.5rem}.icon-lg{width:2rem;height:2rem}.text-amber{color:#f59e0b}.animate-slide-down{animation:slideDown .7s ease-out}@keyframes slideDown{0%{opacity:0;transform:translateY(-24px)}to{opacity:1;transform:translateY(0)}}.mentoring-section{background-color:#fff;border-radius:3rem;border:1px solid #f1f5f9;padding:2rem;display:flex;flex-direction:column;gap:2rem;position:relative;overflow:hidden}@media(min-width:768px){.mentoring-section{padding:2.5rem}}.section-header{display:flex;align-items:center;justify-content:space-between;gap:1rem}.header-info{display:flex;align-items:center;gap:1rem}.header-icon-wrapper{width:3rem;height:3rem;background-color:#f5f3ff;color:#7c3aed;border-radius:1rem;display:flex;align-items:center;justify-content:center}.section-desc{font-size:.75rem;font-weight:700;color:#94a3b8}.status-badge{padding:.5rem 1rem;border-radius:9999px;font-size:10px;font-weight:900;text-transform:uppercase;letter-spacing:.1em;display:flex;align-items:center;gap:.5rem}.status-badge--success{background-color:#ecfdf5;color:#047857}.status-badge--pending{background-color:#fef3c7;color:#b45309}.requirement-alert{padding:1rem;background-color:#fffbeb;border:1px solid #fef3c7;border-radius:1rem;display:flex;align-items:flex-start;gap:.75rem;color:#92400e;font-size:.875rem;font-weight:500}.alert-icon{width:1.25rem;height:1.25rem;flex-shrink:0;margin-top:.125rem}.monitors-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}@media(min-width:768px){.monitors-grid{grid-template-columns:repeat(2,1fr)}}.mentor-card{padding:1.5rem;border-radius:2rem;display:flex;flex-direction:column;gap:1rem;border:1px solid transparent;background-color:#f8fafc;transition:all .2s}.mentor-card:hover{border-color:#ede9fe}.mentor-card--submitted{background-color:#ecfdf54d;border-color:#d1fae5}.card-top{display:flex;justify-content:space-between;align-items:center}.mentor-info{display:flex;align-items:center;gap:.75rem}.mentor-avatar{width:2.5rem;height:2.5rem;background-color:#fff;border-radius:.75rem;display:flex;align-items:center;justify-content:center;color:#cbd5e1;box-shadow:0 1px 2px #0000000d;border:1px solid #f1f5f9}.mentor-name{font-weight:900;color:#0f172a}.mini-badge{background-color:#d1fae5;color:#047857;padding:.25rem .75rem;border-radius:9999px;font-size:10px;font-weight:900;text-transform:uppercase;letter-spacing:.1em;display:flex;align-items:center;gap:.375rem}.card-form{display:flex;flex-direction:column;gap:1rem}.mentor-textarea{width:100%;border-radius:1.25rem;border:none;padding:1rem;font-size:.875rem;font-weight:500;height:6rem;background-color:#fff;box-shadow:inset 0 2px 4px #0000000d;transition:all .2s;outline:none}.mentor-textarea:focus{box-shadow:0 0 0 2px #ede9fe}.mentor-submit-btn{background-color:#0f172a;color:#fff;padding-top:.75rem;padding-bottom:.75rem;border-radius:.75rem;font-size:.75rem;font-weight:900;border:none;cursor:pointer;transition:all .2s;box-shadow:0 4px 6px -1px #0000001a}.mentor-submit-btn:hover{background-color:#7c3aed}.mentor-submit-btn:active{transform:scale(.95)}.submitted-msg{font-size:.75rem;color:#94a3b8;font-style:italic;text-align:center;padding-top:1rem;padding-bottom:1rem}.quality-section{background-color:#fff;border-radius:3rem;border:1px solid #f1f5f9;padding:2rem;display:flex;flex-direction:column;gap:2rem}@media(min-width:768px){.quality-section{padding:2.5rem}}.quality-section--submitted{display:block}.submitted-msg{text-align:center;padding:3rem;background-color:#ecfdf5;color:#047857;font-weight:900;border-radius:2rem;border:1px solid #d1fae5;display:flex;flex-direction:column;align-items:center;gap:.75rem}.icon-lg{width:3rem;height:3rem}.icon-sm{width:1.25rem;height:1.25rem}.section-header{display:flex;align-items:center;gap:1rem}.header-icon-wrapper{width:3rem;height:3rem;border-radius:1rem;display:flex;align-items:center;justify-content:center}.icon-bg-amber{background-color:#fef3c7;color:#d97706}.header-text{display:flex;flex-direction:column}.section-title{font-size:1.5rem;font-weight:900;color:#0f172a;letter-spacing:-.025em}.section-subtitle{font-size:.75rem;font-weight:700;color:#94a3b8;text-transform:uppercase;letter-spacing:.1em}.section-form{display:flex;flex-direction:column;gap:2rem}.form-card{padding:2rem;border-radius:2.5rem;display:flex;flex-direction:column;gap:1.5rem;border:1px solid transparent;box-shadow:0 1px 2px #0000000d}.card-emerald{background-color:#ecfdf580;border-color:#d1fae5}.card-rose{background-color:#fef2f280;border-color:#fee2e2}.card-slate{background-color:#f8fafccc;border-color:#f1f5f9}.card-header{display:flex;justify-content:space-between;align-items:center}.card-label-wrapper{display:flex;align-items:center;gap:.5rem}.card-label{font-size:.75rem;font-weight:900;text-transform:uppercase;letter-spacing:.1em}.label-emerald{color:#047857}.label-rose{color:#be123c}.label-slate{color:#64748b}.icon-text-emerald{color:#059669}.icon-text-rose{color:#e11d48}.icon-text-slate{color:#64748b}.score-text{font-size:2.25rem;font-weight:900}.text-emerald{color:#059669}.text-rose{color:#e11d48}.range-input{width:100%;height:.5rem;border-radius:.5rem;-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer}.range-emerald{background-color:#d1fae5}.range-rose{background-color:#fee2e2}.range-emerald::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;height:1.25rem;width:1.25rem;border-radius:9999px;background:#059669}.range-rose::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;height:1.25rem;width:1.25rem;border-radius:9999px;background:#e11d48}.form-textarea{width:100%;background-color:#fff;border:none;border-radius:1.25rem;padding:1.25rem;font-size:.875rem;font-weight:500;height:6rem;box-shadow:inset 0 2px 4px #0000000d;outline:none;transition:all .2s}.form-textarea--tall{height:8rem}.focus-emerald:focus{box-shadow:0 0 0 2px #d1fae5}.focus-rose:focus{box-shadow:0 0 0 2px #fee2e2}.focus-violet:focus{box-shadow:0 0 0 2px #ede9fe}.submit-btn{width:100%;background-color:#0f172a;color:#fff;padding-top:1.25rem;padding-bottom:1.25rem;border-radius:1.25rem;font-weight:900;border:none;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center;gap:.75rem;box-shadow:0 10px 15px -3px #0000001a}.submit-btn:hover{background-color:#7c3aed}.submit-btn:active{transform:scale(.98)}@keyframes animate-zoom{0%{transform:scale(.95);opacity:0}to{transform:scale(1);opacity:1}}.peers-section{display:flex;flex-direction:column;gap:2rem}.peers-header{display:flex;align-items:center;gap:1rem;padding-left:.5rem;padding-right:.5rem}.icon-box{width:3rem;height:3rem;background-color:#ecfeff;color:#0891b2;border-radius:1rem;display:flex;align-items:center;justify-content:center}.icon-md{width:1.75rem;height:1.75rem}.icon-xs{width:1rem;height:1rem}.peers-title{font-size:1.5rem;font-weight:900;color:#0f172a;letter-spacing:-.025em}.peers-grid{display:grid;gap:1.5rem}.peer-card{background-color:#fff;border-radius:3rem;border:1px solid #f1f5f9;padding:2rem;display:flex;flex-direction:column;gap:1.5rem;transition:all .2s}@media(min-width:768px){.peer-card{padding:2.5rem}}.peer-card:hover{border-color:#cffafe}.peer-info{display:flex;align-items:center;gap:1rem}.peer-initial{width:3rem;height:3rem;background-color:#f8fafc;border-radius:1rem;display:flex;align-items:center;justify-content:center;color:#94a3b8;font-weight:900;font-size:1.125rem;border:1px solid #f1f5f9;box-shadow:inset 0 2px 4px #0000000d}.peer-name{font-size:1.25rem;font-weight:700;color:#0f172a}.peer-textarea{width:100%;background-color:#f8fafc;border:none;border-radius:2rem;padding:1.5rem;height:10rem;color:#334155;font-weight:500;transition:all .2s;box-shadow:inset 0 2px 4px #0000000d;outline:none}.peer-textarea:focus{box-shadow:0 0 0 2px #cffafe}.peer-submit-btn{width:100%;background-color:#0f172a;color:#fff;padding-top:1.25rem;padding-bottom:1.25rem;border-radius:1.25rem;font-weight:900;border:none;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center;gap:.5rem;box-shadow:0 4px 6px -1px #0000001a}.peer-submit-btn:hover{background-color:#0891b2}.peer-submit-btn:active{transform:scale(.95)}.empty-tasks-msg{padding:4rem;text-align:center;background-color:#fff;border:1px solid #f1f5f9;border-radius:3rem;color:#cbd5e1;font-weight:900;text-transform:uppercase;letter-spacing:.2em;font-style:italic}.reports-aside{width:100%;flex-shrink:0;order:2;display:flex;flex-direction:column;gap:2rem}@media(min-width:1024px){.reports-aside{width:20rem;order:1}}.aside-header{display:flex;align-items:center;gap:.75rem;padding-left:.5rem}.icon-header{width:1.5rem;height:1.5rem}.icon-violet{color:#7c3aed}.icon-tiny{width:.75rem;height:.75rem}.aside-title{font-size:1.5rem;font-weight:900;color:#0f172a;letter-spacing:-.025em}.timeline{position:relative;margin-left:1rem;display:flex;flex-direction:column;gap:2rem}.timeline-line{position:absolute;top:0;right:0;bottom:0;left:0;margin-left:.5rem;height:100%;width:.125rem;background-color:#f1f5f9}.timeline-item{position:relative;display:flex;align-items:flex-start}.timeline-dot{position:absolute;left:0;margin-top:.375rem;width:1rem;height:1rem;border-radius:9999px;border:4px solid #ffffff;box-shadow:0 4px 6px -1px #0000001a;transition:all .2s;z-index:10}.timeline-item:hover .timeline-dot{transform:scale(1.25)}.dot-latest{background-color:#7c3aed;box-shadow:0 0 0 2px #f5f3ff}.dot-old{background-color:#cbd5e1;box-shadow:0 0 0 2px #f8fafc}.timeline-content{margin-left:2.5rem;width:100%;transition:transform .2s}.timeline-item:hover .timeline-content{transform:translate(.25rem)}.timeline-card{display:block;padding:1.25rem;background-color:#fff;border:1px solid #f1f5f9;border-radius:1.5rem;text-decoration:none;transition:all .2s}.timeline-card:hover{box-shadow:0 20px 25px -5px #0000001a;border-color:#ede9fe}.card-date{display:flex;align-items:center;gap:.5rem;font-size:10px;font-weight:900;color:#94a3b8;text-transform:uppercase;letter-spacing:.1em;margin-bottom:.375rem}.card-title{font-size:.875rem;font-weight:900;color:#0f172a;letter-spacing:-.025em;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.card-footer{margin-top:.75rem;display:flex;align-items:center;gap:.25rem;font-size:10px;font-weight:900;color:#7c3aed;text-transform:uppercase;letter-spacing:.05em}.footer-arrow{transition:transform .2s}.timeline-item:hover .footer-arrow{transform:translate(.25rem)}.timeline-empty{margin-left:2.5rem;padding:1.5rem;background-color:#f8fafc;border-radius:1rem;border:2px dashed #f1f5f9;font-size:.75rem;color:#94a3b8;font-weight:700;font-style:italic;line-height:1.625}.student-page{max-width:80rem;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem;overflow-x:hidden;animation:fade-in .7s ease}@media(min-width:768px){.student-page{padding-left:1.5rem;padding-right:1.5rem}}.student-layout{display:flex;flex-direction:column;gap:2.5rem}@media(min-width:1024px){.student-layout{flex-direction:row;gap:4rem}}.student-main{flex:1;order:1;display:flex;flex-direction:column;gap:2.5rem}@media(min-width:1024px){.student-main{order:2}}.student-welcome{display:flex;flex-direction:column;gap:.5rem}.student-welcome__title{font-size:1.875rem;font-weight:900;color:#0f172a;letter-spacing:-.025em}@media(min-width:768px){.student-welcome__title{font-size:2.25rem}}.student-welcome__subtitle{color:#64748b;font-weight:500}.student-no-rounds{background-color:#fff;border-radius:3rem;border:2px dashed #e2e8f0;padding:3rem;text-align:center;display:flex;flex-direction:column;gap:1.5rem;box-shadow:0 10px 25px -5px #0000000d;transition:border-color .2s ease}@media(min-width:768px){.student-no-rounds{padding:5rem}}.student-no-rounds:hover{border-color:#ddd6fe}.student-no-rounds__icon-wrapper{width:6rem;height:6rem;background-color:#f8fafc;border-radius:9999px;display:flex;align-items:center;justify-content:center;margin-left:auto;margin-right:auto;transition:transform .5s ease}.student-no-rounds:hover .student-no-rounds__icon-wrapper{transform:scale(1.1)}.student-no-rounds__icon{width:3rem;height:3rem;color:#cbd5e1}.student-no-rounds:hover .student-no-rounds__icon{color:#a78bfa}.student-no-rounds__content{max-width:28rem;margin-left:auto;margin-right:auto;display:flex;flex-direction:column;gap:.75rem}.student-no-rounds__title{font-size:1.5rem;font-weight:900;color:#1e293b;letter-spacing:-.025em}.student-no-rounds__subtitle{color:#64748b;font-weight:500;line-height:1.625}.student-round-container{display:flex;flex-direction:column;gap:2.5rem}.student-status-banner{padding:2rem;border-radius:2.5rem;border:2px solid transparent;display:flex;flex-direction:column;gap:1.5rem;box-shadow:0 10px 25px -5px #0000000d;transition:all .5s ease}@media(min-width:768px){.student-status-banner{flex-direction:row;align-items:center;justify-content:space-between}}.student-status-banner--pending{background-color:#ecfdf5;border-color:#d1fae5;color:#064e3b}.student-status-banner--review{background-color:#fffbeb;border-color:#fef3c7;color:#78350f}.student-status-banner--active{background-color:#f5f3ff;border-color:#ede9fe;color:#4c1d95}.student-status-banner__content{display:flex;align-items:center;gap:1.5rem}.student-status-banner__icon-wrapper{width:4rem;height:4rem;background-color:#fff;border-radius:1.5rem;display:flex;align-items:center;justify-content:center;box-shadow:0 10px 25px -5px #0000000d;flex-shrink:0}.student-status-banner__icon-wrapper svg{width:2rem;height:2rem}.student-status-banner--pending .student-status-banner__icon-wrapper{color:#10b981}.student-status-banner--review .student-status-banner__icon-wrapper{color:#d97706}.student-status-banner--active .student-status-banner__icon-wrapper{color:#7c3aed}.student-status-banner__label{font-weight:900;font-size:.875rem;text-transform:uppercase;letter-spacing:.1em;opacity:.6;margin-bottom:.25rem}.student-status-banner__title{font-size:1.25rem;font-weight:700;letter-spacing:-.025em}.student-round-actions{display:flex;flex-direction:column;gap:2.5rem;animation:slide-in-from-top-4 .5s ease}.student-loading{min-height:60vh;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem}.student-loading__icon{width:3rem;height:3rem;animation:spin 1s linear infinite;color:#7c3aed}.student-loading__text{color:#94a3b8;font-weight:700;animation:pulse 2s infinite}@keyframes slide-in-from-top-4{0%{transform:translateY(-1rem);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.report-page{max-width:56rem;margin-left:auto;margin-right:auto;display:flex;flex-direction:column;gap:2rem;padding-bottom:5rem;animation:fade-in-zoom .7s ease}.report-loading,.report-error{min-height:100vh;display:flex;align-items:center;justify-content:center;color:#94a3b8;font-weight:700}.report-actions{display:flex;align-items:center;justify-content:space-between;padding:0 1rem}@media(min-width:768px){.report-actions{padding:0}}.report-back-btn{display:flex;align-items:center;gap:.5rem;color:#94a3b8;font-weight:700;text-decoration:none;transition:all .2s ease}.report-back-btn:hover{color:#7c3aed;transform:translate(-.25rem)}.report-action-group{display:flex;gap:1rem}.report-btn{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;border-radius:1rem;font-weight:700;border:none;cursor:pointer;transition:all .2s ease}.report-btn--white{background-color:#fff;border:1px solid #e2e8f0;color:#475569;box-shadow:0 4px 6px -1px #0000000d}.report-btn--white:hover{background-color:#f8fafc}.report-btn--primary{background-color:#7c3aed;color:#fff;font-weight:900;box-shadow:0 10px 15px -3px #7c3aed33}.report-btn--primary:hover{background-color:#6d28d9}.report-btn:active{transform:scale(.95)}.report-container{background-color:#fff;border:2px solid #f1f5f9;border-radius:3.5rem;box-shadow:0 4px 6px -1px #0000000d;padding:3rem;display:flex;flex-direction:column;gap:4rem}@media(min-width:768px){.report-container{padding:6rem}}.report-header{display:flex;flex-direction:column;gap:2rem;border-bottom:1px solid #f8fafc;padding-bottom:3rem}@media(min-width:768px){.report-header{flex-direction:row;justify-content:space-between;align-items:flex-start}}.report-header__brand{display:flex;align-items:center;gap:1.25rem}.report-header__title{font-size:2.25rem;font-weight:900;color:#0f172a;letter-spacing:-.05em;line-height:1}.report-header__title--highlight{color:#7c3aed}.report-header__subtitle{color:#94a3b8;font-weight:700;text-transform:uppercase;letter-spacing:.3em;font-size:10px;margin-top:.25rem}.report-header__meta{text-align:center;display:flex;flex-direction:column;gap:.25rem}@media(min-width:768px){.report-header__meta{text-align:right}}.report-header__badge{display:inline-block;padding:.375rem 1rem;background-color:#f5f3ff;color:#6d28d9;font-size:10px;font-weight:900;border-radius:9999px;text-transform:uppercase;letter-spacing:.1em;margin-bottom:.75rem;border:1px solid #ede9fe}.report-header__id{font-size:10px;color:#cbd5e1;font-weight:700;text-transform:uppercase;letter-spacing:.1em}.report-header__date{font-size:1rem;color:#0f172a;font-weight:900}.report-info-grid{display:grid;grid-template-columns:1fr;gap:2rem}@media(min-width:768px){.report-info-grid{grid-template-columns:repeat(2,1fr)}}.report-info-card{background-color:#f8fafc;padding:2.5rem;border-radius:2.5rem;border:1px solid #f1f5f9;box-shadow:inset 0 2px 4px #0000000d}.report-info-card__label{font-size:10px;font-weight:900;color:#cbd5e1;text-transform:uppercase;letter-spacing:.1em;display:block;margin-bottom:1rem}.report-info-card__value{font-size:1.875rem;font-weight:900;color:#0f172a;letter-spacing:-.025em;line-height:1}.report-info-card__subvalue{color:#64748b;font-weight:700;margin-top:.25rem}.report-section{display:flex;flex-direction:column;gap:2rem}.report-section__title{font-size:1.5rem;font-weight:900;color:#0f172a;display:flex;align-items:center;gap:1rem}.report-section__title-bar{width:.375rem;height:2.5rem;background-color:#7c3aed;border-radius:9999px;box-shadow:0 4px 6px -1px #7c3aed4d}.report-content{color:#334155;font-size:1.25rem;line-height:1.625;white-space:pre-wrap;font-weight:500}.report-evolution-card{background-color:#f5f3ff;padding:3rem;border-radius:3rem;border:1px solid #ede9fe;position:relative;overflow:hidden;box-shadow:inset 0 2px 4px #0000000d;display:flex;flex-direction:column;gap:2rem}.report-evolution-card__sparkle{position:absolute;top:2rem;right:2rem;color:#ddd6fe;width:4rem;height:4rem;opacity:.3}.report-evolution-card__title{font-size:1.5rem;font-weight:900;color:#4c1d95;position:relative;z-index:10}.report-evolution-content{color:#5b21b6;font-size:1.125rem;line-height:1.625;white-space:pre-wrap;font-weight:700;font-style:italic;position:relative;z-index:10}.report-footer{padding-top:5rem;border-top:1px solid #f1f5f9;margin-top:3rem;display:flex;flex-direction:column;align-items:center;text-align:center;gap:1.5rem}.report-footer__text{display:flex;flex-direction:column;gap:.5rem}.report-footer__disclaimer{color:#94a3b8;font-weight:900;font-size:.75rem;text-transform:uppercase;letter-spacing:.4em}.report-footer__note{font-size:10px;color:#cbd5e1;font-weight:500;font-style:italic}@media print{.report-page{padding:0;margin:0;max-width:100%}.report-container{box-shadow:none;border:none;padding:0}}.profile-page{max-width:56rem;margin-left:auto;margin-right:auto;display:flex;flex-direction:column;gap:2.5rem;animation:fade-in .5s ease}.profile-header{display:flex;flex-direction:column;gap:.5rem}.profile-header__title{font-size:1.875rem;font-weight:800;color:#0f172a;letter-spacing:-.025em}.profile-header__subtitle{color:#64748b;font-weight:500}.profile-content{display:grid;grid-template-columns:1fr;gap:2.5rem}@media(min-width:1024px){.profile-content{grid-template-columns:repeat(3,1fr)}}.profile-sidebar{display:flex;flex-direction:column;gap:1.5rem}.profile-photo-card{background-color:#fff;padding:2rem;border-radius:2.5rem;border:1px solid #f1f5f9;box-shadow:0 20px 25px -5px #0000000d;display:flex;flex-direction:column;align-items:center}.profile-photo-wrapper{position:relative;cursor:pointer}.profile-photo-img{width:8rem;height:8rem;border-radius:9999px;object-fit:cover;border:4px solid #f5f3ff;box-shadow:0 10px 15px -3px #0000001a;transition:all .2s ease}.profile-photo-wrapper:hover .profile-photo-img{border-color:#7c3aed}.profile-photo-placeholder{width:8rem;height:8rem;border-radius:9999px;background-color:#f8fafc;border:4px solid #f1f5f9;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.profile-photo-wrapper:hover .profile-photo-placeholder{background-color:#f1f5f9}.profile-photo-placeholder-icon{width:2.5rem;height:2.5rem;color:#cbd5e1}.profile-photo-overlay{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;opacity:0;background-color:#0003;border-radius:9999px;transition:opacity .2s ease}.profile-photo-wrapper:hover .profile-photo-overlay{opacity:1}.profile-photo-overlay-icon{color:#fff;width:1.5rem;height:1.5rem}.profile-user-name{margin-top:1rem;font-size:1.25rem;font-weight:700;color:#0f172a}.profile-user-role{font-size:10px;font-weight:900;color:#7c3aed;text-transform:uppercase;letter-spacing:.1em;background-color:#f5f3ff;padding:.25rem .75rem;border-radius:9999px;margin-top:.5rem}.profile-resume-card{background-color:#fff;padding:1.5rem;border-radius:1.5rem;border:1px solid #f1f5f9;box-shadow:0 1px 3px #0000001a;display:flex;flex-direction:column;gap:1rem}.profile-resume-card__title{font-weight:700;color:#1e293b;display:flex;align-items:center;gap:.5rem;font-size:.875rem;text-transform:uppercase;letter-spacing:.05em}.profile-resume-card__title-icon{width:1rem;height:1rem;color:#7c3aed}.profile-resume-uploader{border:2px dashed #f1f5f9;border-radius:1rem;padding:1.5rem;text-align:center;cursor:pointer;transition:all .2s ease}.profile-resume-uploader:hover{border-color:#ddd6fe;background-color:#f5f3ff4d}.profile-resume-status{display:flex;flex-direction:column;align-items:center}.profile-resume-status__icon-wrapper{width:3rem;height:3rem;background-color:#ecfdf5;border-radius:.75rem;display:flex;align-items:center;justify-content:center;margin-bottom:.5rem}.profile-resume-status__icon{color:#059669;width:1.5rem;height:1.5rem}.profile-resume-status--success .profile-resume-status__text{color:#059669}.profile-resume-status--empty .profile-resume-status__text{color:#94a3b8}.profile-resume-status__text{font-size:.75rem;font-weight:700}.profile-resume-status__icon--upload{color:#cbd5e1;width:2rem;height:2rem;margin-bottom:.5rem}.profile-resume-uploader:hover .profile-resume-status__icon--upload{color:#a78bfa}.profile-main{grid-column:span 1;display:flex;flex-direction:column;gap:1.5rem}@media(min-width:1024px){.profile-main{grid-column:span 2}}.profile-info-card{background-color:#fff;padding:2.5rem;border-radius:2.5rem;border:1px solid #f1f5f9;box-shadow:0 1px 3px #0000001a;display:flex;flex-direction:column;gap:2rem}.profile-info-field{display:flex;flex-direction:column;gap:.5rem}.profile-info-label{font-size:.875rem;font-weight:700;color:#94a3b8;text-transform:uppercase;letter-spacing:.1em}.profile-info-label--with-icon{display:flex;align-items:center;gap:.5rem}.profile-info-label-icon{width:1rem;height:1rem}.profile-info-textarea{width:100%;background-color:#f8fafc;border:none;border-radius:1rem;padding:1rem;color:#0f172a;font-weight:500;outline:none;transition:all .2s ease}.profile-info-textarea:focus{box-shadow:0 0 0 2px #7c3aed}.profile-info-textarea--small{height:7rem}.profile-info-textarea--large{height:10rem}.profile-info-footer{display:flex;justify-content:flex-end}.profile-save-btn{display:flex;align-items:center;gap:.5rem;background-color:#7c3aed;color:#fff;padding:1rem 2rem;border-radius:1rem;font-weight:700;border:none;cursor:pointer;transition:all .2s ease}.profile-save-btn:hover{box-shadow:0 10px 15px -3px #7c3aed33}.profile-save-btn:active{transform:scale(.95)}.profile-save-btn:disabled{opacity:.5}.profile-security-card{background-color:#0f172a;padding:2.5rem;border-radius:2.5rem;color:#fff;box-shadow:0 20px 25px -5px #0000001a;display:flex;flex-direction:column;gap:2rem}.profile-security-header{display:flex;align-items:center;gap:.75rem}.profile-security-header-icon{width:1.5rem;height:1.5rem;color:#10b981}.profile-security-title{font-size:1.25rem;font-weight:700}.profile-security-grid{display:grid;grid-template-columns:1fr;gap:2rem}@media(min-width:768px){.profile-security-grid{grid-template-columns:repeat(2,1fr)}}.profile-security-field{background-color:#ffffff1a;padding:1.25rem;border-radius:1rem;display:flex;flex-direction:column;gap:1rem}.profile-security-field-label{display:flex;align-items:center;gap:.5rem;font-size:.75rem;font-weight:900;color:#94a3b8;text-transform:uppercase}.profile-security-field-label-icon{width:.75rem;height:.75rem}.profile-security-email{font-weight:700;font-size:1.125rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.profile-password-input-wrapper{position:relative}.profile-password-input{width:100%;background-color:#ffffff0d;border:none;border-bottom:1px solid rgba(255,255,255,.2);padding:.5rem 2.5rem .5rem .5rem;color:#fff;font-weight:500;outline:none;transition:border-color .2s ease}.profile-password-input:focus{border-color:#10b981}.profile-password-toggle{position:absolute;right:.5rem;top:50%;transform:translateY(-50%);background:transparent;border:none;color:#ffffff80;cursor:pointer}.profile-password-toggle:hover{color:#fff}.profile-password-submit-btn{width:100%;display:flex;align-items:center;justify-content:center;gap:.5rem;background-color:#10b981;color:#fff;padding:.75rem;border-radius:.75rem;font-weight:700;font-size:.75rem;text-transform:uppercase;border:none;cursor:pointer;transition:all .2s ease}.profile-password-submit-btn:hover:not(:disabled){background-color:#059669}.profile-password-submit-btn:active:not(:disabled){transform:scale(.95)}.profile-password-submit-btn:disabled{opacity:.3}.profile-security-note{font-size:.75rem;color:#94a3b8;font-weight:500;font-style:italic}.monitor-report-page{max-width:56rem;margin-left:auto;margin-right:auto;display:flex;flex-direction:column;gap:2rem;padding-bottom:5rem;animation:fade-in-zoom .7s ease}.monitor-report-loading,.monitor-report-error{min-height:50vh;display:flex;align-items:center;justify-content:center;font-weight:700;color:#94a3b8}.monitor-report-actions{display:flex;align-items:center;justify-content:space-between}.monitor-report-back-btn{display:flex;align-items:center;gap:.5rem;color:#94a3b8;font-weight:700;text-decoration:none;transition:all .2s ease}.monitor-report-back-btn:hover{color:#ea580c;transform:translate(-.25rem)}.monitor-report-print-btn{display:flex;align-items:center;gap:.5rem;background-color:#f97316;color:#fff;padding:.75rem 1.5rem;border-radius:1rem;border:none;cursor:pointer;font-weight:700;box-shadow:0 10px 15px -3px #f9731633;transition:all .2s ease}.monitor-report-print-btn:hover{background-color:#ea580c}.monitor-report-container{background-color:#fff;border:2px solid #fff7ed;border-radius:3rem;box-shadow:0 25px 50px -12px #0000001a;padding:3rem;display:flex;flex-direction:column;gap:4rem}@media(min-width:768px){.monitor-report-container{padding:5rem}}.monitor-report-header{display:flex;flex-direction:column;gap:2rem;border-bottom:1px solid #fff7ed;padding-bottom:3rem}@media(min-width:768px){.monitor-report-header{flex-direction:row;justify-content:space-between;align-items:flex-start}}.monitor-report-header__brand{display:flex;align-items:center;gap:1rem}.monitor-report-icon-wrapper{width:4rem;height:4rem;background-color:#f97316;border-radius:1.875rem;display:flex;align-items:center;justify-content:center;color:#fff;box-shadow:0 10px 15px -3px #f973164d}.monitor-report-title{font-size:1.875rem;font-weight:900;color:#0f172a;letter-spacing:-.05em;line-height:1}.monitor-report-title--highlight{color:#f97316}.monitor-report-subtitle{color:#94a3b8;font-weight:700;text-transform:uppercase;letter-spacing:.2em;font-size:10px;margin-top:.25rem}.monitor-report-meta{text-align:center}@media(min-width:768px){.monitor-report-meta{text-align:right}}.monitor-report-badge{display:inline-block;padding:.25rem .75rem;background-color:#ffedd5;color:#c2410c;font-size:10px;font-weight:900;border-radius:9999px;text-transform:uppercase;letter-spacing:.1em;margin-bottom:.5rem}.monitor-report-date{font-size:.875rem;color:#0f172a;font-weight:700}.monitor-report-target-card{background-color:#f8fafc80;padding:2rem;border-radius:2rem;border:1px solid #fff7ed}.monitor-report-target-label{font-size:10px;font-weight:900;color:#cbd5e1;text-transform:uppercase;letter-spacing:.1em;display:block;margin-bottom:.5rem}.monitor-report-target-name{font-size:1.5rem;font-weight:900;color:#0f172a}.monitor-report-section{display:flex;flex-direction:column;gap:1.5rem;position:relative}.monitor-report-sparkle{position:absolute;top:0;right:0;color:#ffedd5;width:5rem;height:5rem;opacity:.4}.monitor-report-section-title{font-size:1.5rem;font-weight:900;color:#0f172a;display:flex;align-items:center;gap:.75rem;position:relative;z-index:10}.monitor-report-title-bar{width:.5rem;height:2rem;background-color:#f97316;border-radius:9999px}.monitor-report-content{color:#334155;font-size:1.125rem;line-height:1.625;white-space:pre-wrap;font-weight:500;position:relative;z-index:10}.monitor-report-footer{padding-top:4rem;border-top:1px solid #f8fafc;margin-top:3rem;display:flex;flex-direction:column;align-items:center;text-align:center;gap:1rem}.monitor-report-footer-text{display:flex;flex-direction:column;gap:.25rem}.monitor-report-footer-disclaimer{color:#94a3b8;font-weight:700;font-size:.75rem;text-transform:uppercase;letter-spacing:.1em}.monitor-report-footer-note{font-size:10px;color:#cbd5e1;font-style:italic}@keyframes fade-in-zoom{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.trajectory-page{max-width:64rem;margin-left:auto;margin-right:auto;display:flex;flex-direction:column;gap:2.5rem;padding-bottom:6rem;animation:fade-in-zoom-long 1s ease}.trajectory-loading,.trajectory-error{min-height:100vh;display:flex;align-items:center;justify-content:center;gap:.75rem;font-weight:700;color:#94a3b8}.trajectory-actions{display:flex;align-items:center;justify-content:space-between;padding:0 1rem}.trajectory-back-btn{display:flex;align-items:center;gap:.5rem;color:#94a3b8;font-weight:700;text-decoration:none;transition:all .2s ease}.trajectory-back-btn:hover{color:#7c3aed;transform:translate(-.25rem)}.trajectory-print-btn{background-color:#7c3aed;color:#fff;padding:1rem 2.5rem;border-radius:1.5rem;border:none;cursor:pointer;font-weight:900;display:flex;align-items:center;gap:.75rem;box-shadow:0 10px 15px -3px #7c3aed33;transition:all .2s ease}.trajectory-print-btn:hover{background-color:#6d28d9;box-shadow:0 25px 50px -12px #7c3aed33}.trajectory-print-btn:active{transform:scale(.95)}.trajectory-container{background-color:#fff;border:12px solid rgba(245,243,255,.5);border-radius:4rem;box-shadow:0 10px 25px -5px #0000000d;padding:4rem;display:flex;flex-direction:column;gap:5rem;position:relative;overflow:hidden}@media(min-width:768px){.trajectory-container{padding:6rem}}.trajectory-bg-sparkle{position:absolute;top:5rem;right:5rem;color:#f5f3ff;width:10rem;height:10rem;opacity:.2;pointer-events:none}.trajectory-header{display:flex;flex-direction:column;gap:2.5rem;border-bottom:2px solid #f8fafc;padding-bottom:4rem}@media(min-width:768px){.trajectory-header{flex-direction:row;justify-content:space-between;align-items:flex-start}}.trajectory-header__brand{display:flex;align-items:center;gap:1.5rem}.trajectory-icon-wrapper{width:6rem;height:6rem;background-color:#7c3aed;border-radius:2.5rem;display:flex;align-items:center;justify-content:center;color:#fff;box-shadow:0 25px 50px -12px #7c3aed33}.trajectory-title{font-size:3rem;font-weight:900;color:#0f172a;letter-spacing:-.05em;line-height:1.1}.trajectory-title--highlight{color:#7c3aed}.trajectory-subtitle{color:#94a3b8;font-weight:700;text-transform:uppercase;letter-spacing:.3em;font-size:10px;margin-top:1rem}.trajectory-header__meta{text-align:center}@media(min-width:768px){.trajectory-header__meta{text-align:right}}.trajectory-meta-label{font-size:.875rem;font-weight:900;color:#cbd5e1;text-transform:uppercase;letter-spacing:.1em;margin-bottom:.5rem}.trajectory-meta-id{font-size:1.875rem;font-weight:900;color:#0f172a}.trajectory-meta-date{font-size:.875rem;color:#7c3aed;font-weight:700;margin-top:.5rem}.trajectory-summary-grid{display:grid;grid-template-columns:1fr;gap:2rem}@media(min-width:768px){.trajectory-summary-grid{grid-template-columns:repeat(3,1fr)}}.trajectory-summary-card{background-color:#f8fafccc;padding:2.5rem;border-radius:3rem;border:1px solid #f1f5f9;position:relative;overflow:hidden;box-shadow:inset 0 2px 4px #0000000d}.trajectory-summary-card--dark{background-color:#7c3aed;color:#fff;box-shadow:0 10px 15px -3px #7c3aed33}.trajectory-summary-card__bg-icon{position:absolute;bottom:-1rem;right:-1rem;width:6rem;height:6rem;opacity:.1}.trajectory-summary-card:hover .trajectory-summary-card__bg-icon{opacity:.2}.trajectory-summary-card--dark:hover .trajectory-summary-card__bg-icon{transform:rotate(12deg);opacity:.2}.trajectory-summary-card__label{font-size:10px;font-weight:900;color:#cbd5e1;text-transform:uppercase;letter-spacing:.2em;display:block;margin-bottom:1rem}.trajectory-summary-card--dark .trajectory-summary-card__label{color:#fff9}.trajectory-summary-card__value{font-size:1.875rem;font-weight:900;color:#0f172a;letter-spacing:-.025em;line-height:1.1}.trajectory-summary-card--dark .trajectory-summary-card__value{color:#fff}.trajectory-summary-card__subvalue{font-size:.875rem;font-weight:700;color:#64748b;margin-top:.5rem}.trajectory-summary-card--dark .trajectory-summary-card__subvalue{color:#fffc}.trajectory-article{display:flex;flex-direction:column;gap:3rem}.trajectory-article__divider{display:flex;align-items:center;gap:1.5rem}.trajectory-article__divider-line{height:1px;flex:1;background-color:#f1f5f9}.trajectory-article__divider-text{font-size:11px;font-weight:900;color:#cbd5e1;text-transform:uppercase;letter-spacing:.4em;white-space:nowrap}.trajectory-article__body{padding:0 1rem}@media(min-width:768px){.trajectory-article__body{padding:0 2.5rem}}.trajectory-article__content{color:#334155;font-size:1.5rem;line-height:1.7;white-space:pre-wrap;font-weight:500}.trajectory-article__content:first-letter{font-size:4.5rem;font-weight:900;color:#7c3aed;margin-right:1rem;float:left;line-height:1}.trajectory-footer{padding-top:5rem;border-top:1px solid #f1f5f9;margin-top:5rem;display:flex;flex-direction:column;align-items:center;text-align:center;gap:1.5rem}.trajectory-footer__text{max-width:32rem;display:flex;flex-direction:column;gap:.75rem}.trajectory-footer__label{color:#94a3b8;font-weight:900;font-size:10px;text-transform:uppercase;letter-spacing:.4em}.trajectory-footer__note{font-size:11px;color:#94a3b8;line-height:1.625;font-style:italic}.course-report-page{max-width:64rem;margin-left:auto;margin-right:auto;display:flex;flex-direction:column;gap:2.5rem;padding-bottom:6rem;animation:fade-in-zoom-long 1s ease}.course-report-loading,.course-report-error{padding:2.5rem;text-align:center;font-weight:700;color:#94a3b8}.course-report-actions{display:flex;align-items:center;justify-content:space-between;padding:0 1rem}.course-report-back-btn{display:flex;align-items:center;gap:.5rem;color:#94a3b8;font-weight:700;text-decoration:none;transition:all .2s ease}.course-report-back-btn:hover{color:#d97706;transform:translate(-.25rem)}.course-report-print-btn{background-color:#f59e0b;color:#fff;padding:1rem 2rem;border-radius:1.875rem;font-weight:700;display:flex;align-items:center;gap:.5rem;border:none;cursor:pointer;transition:all .2s ease}.course-report-print-btn:hover{box-shadow:0 25px 50px -12px #f59e0b33}.course-report-container{background-color:#fff;border:12px solid rgba(254,252,232,.3);border-radius:4rem;box-shadow:0 25px 50px -12px #00000040;padding:4rem;display:flex;flex-direction:column;gap:5rem;position:relative}@media(min-width:768px){.course-report-container{padding:6rem}}.course-report-bg-sparkle{position:absolute;top:5rem;right:5rem;color:#fef3c7;width:10rem;height:10rem;opacity:.2;pointer-events:none}.course-report-header{display:flex;flex-direction:column;gap:2.5rem;border-bottom:2px solid #f8fafc;padding-bottom:4rem}@media(min-width:768px){.course-report-header{flex-direction:row;justify-content:space-between;align-items:center}}.course-report-header__brand{display:flex;align-items:center;gap:1.5rem}.course-report-icon-wrapper{width:6rem;height:6rem;background-color:#f59e0b;border-radius:2.5rem;display:flex;align-items:center;justify-content:center;color:#fff;box-shadow:0 25px 50px -12px #f59e0b33}.course-report-title{font-size:3rem;font-weight:900;color:#0f172a;letter-spacing:-.05em;line-height:1.1}.course-report-title--highlight{color:#d97706}.course-report-subtitle{color:#94a3b8;font-weight:700;text-transform:uppercase;letter-spacing:.3em;font-size:10px;margin-top:1rem}.course-report-header__meta{text-align:center}@media(min-width:768px){.course-report-header__meta{text-align:right}}.course-report-meta-round{font-size:1.875rem;font-weight:900;color:#0f172a}.course-report-meta-date{font-size:.875rem;color:#f59e0b;font-weight:700;margin-top:.5rem}.course-report-meta-badge{display:inline-block;margin-top:1rem;padding:.5rem 1rem;background-color:#fef3c7;color:#92400e;border-radius:9999px;font-weight:900;font-size:.75rem;text-transform:uppercase;letter-spacing:.1em}.course-report-stats{display:grid;grid-template-columns:1fr;gap:2.5rem}@media(min-width:768px){.course-report-stats{grid-template-columns:repeat(2,1fr)}}.course-report-stat-card{padding:2.5rem;border-radius:3rem;border:1px solid transparent;position:relative;overflow:hidden}.course-report-stat-card--emerald{background-color:#ecfdf5cc;border-color:#d1fae5}.course-report-stat-card--rose{background-color:#fef2f2cc;border-color:#fee2e2}.course-report-stat-card__bg-icon{position:absolute;bottom:-1rem;right:-1rem;width:8rem;height:8rem;opacity:.2}.course-report-stat-card--emerald .course-report-stat-card__bg-icon{color:#d1fae5}.course-report-stat-card--rose .course-report-stat-card__bg-icon{color:#fee2e2}.course-report-stat-card__label{font-size:10px;font-weight:900;text-transform:uppercase;letter-spacing:.1em;display:block;margin-bottom:1rem}.course-report-stat-card--emerald .course-report-stat-card__label{color:#10b981}.course-report-stat-card--rose .course-report-stat-card__label{color:#f43f5e}.course-report-stat-card__value{font-size:4.5rem;font-weight:900;line-height:1}.course-report-stat-card--emerald .course-report-stat-card__value{color:#059669}.course-report-stat-card--rose .course-report-stat-card__value{color:#e11d48}.course-report-stat-card__note{font-size:.875rem;font-weight:700;margin-top:.5rem}.course-report-stat-card--emerald .course-report-stat-card__note{color:#10b981}.course-report-stat-card--rose .course-report-stat-card__note{color:#f43f5e}.course-report-article{display:flex;flex-direction:column;gap:3rem}.course-report-article__divider{display:flex;align-items:center;gap:1rem}.course-report-article__divider-line{height:2px;flex:1;background-color:#f8fafc}.course-report-article__divider-text{font-size:10px;font-weight:900;color:#cbd5e1;text-transform:uppercase;letter-spacing:.5em;white-space:nowrap}.course-report-article__content{color:#334155;font-size:1.5rem;line-height:1.6;white-space:pre-wrap;font-weight:500;font-family:serif}.course-report-suggestions{display:flex;flex-direction:column;gap:2.5rem}.course-report-suggestions__title{font-size:1.5rem;font-weight:900;color:#0f172a;display:flex;align-items:center;gap:.75rem}.course-report-suggestions__title-icon{width:1.5rem;height:1.5rem;color:#f59e0b}.course-report-suggestions__grid{display:grid;grid-template-columns:1fr;gap:1.5rem}@media(min-width:768px){.course-report-suggestions__grid{grid-template-columns:repeat(2,1fr)}}.course-report-suggestion-card{background-color:#f8fafc;padding:1.5rem;border-radius:1.875rem;border:1px solid #f1f5f9;color:#475569;font-size:.875rem;font-style:italic;font-weight:500}.course-report-footer{padding-top:5rem;border-top:2px solid #f8fafc;margin-top:5rem;display:flex;flex-direction:column;align-items:center;text-align:center;gap:1.5rem}.course-report-footer__label{color:#94a3b8;font-weight:700;font-size:.75rem;text-transform:uppercase;letter-spacing:.3em}@media print{.course-report-page{padding:0;margin:0;max-width:100%}.course-report-container{padding:0;border:none;box-shadow:none}}@keyframes fade-in-zoom-long{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.student-details-page{display:flex;flex-direction:column;gap:2.5rem;padding-bottom:5rem;animation:fade-in .5s ease}.student-details-loading{min-height:60vh;display:flex;align-items:center;justify-content:center}.student-details-loading__icon{width:2.5rem;height:2.5rem;animation:spin 1s linear infinite;color:#7c3aed}.student-details-empty{text-align:center;padding:5rem 0}.student-details-empty__title{font-size:1.5rem;font-weight:900;color:#cbd5e1}.student-details-empty__link{margin-top:1rem;display:inline-block;color:#7c3aed;font-weight:700;text-decoration:underline}.student-details-header{display:flex;align-items:center;gap:1rem}.student-details-back-btn{padding:.75rem;background-color:#fff;border-radius:1rem;border:1px solid #f1f5f9;color:#94a3b8;box-shadow:0 1px 3px #0000001a;transition:all .2s ease}.student-details-back-btn:hover{color:#7c3aed}.student-details-header__text{display:flex;flex-direction:column}.student-details-header__title{font-size:1.875rem;font-weight:900;color:#0f172a;letter-spacing:-.05em;line-height:1}.student-details-header__subtitle{color:#64748b;font-weight:500;margin-top:.25rem}.student-details-grid{display:grid;grid-template-columns:1fr;gap:2.5rem}@media(min-width:1024px){.student-details-grid{grid-template-columns:repeat(3,1fr)}}.student-details-sidebar{display:flex;flex-direction:column;gap:1.5rem}.student-details-profile-card{background-color:#fff;padding:2.5rem;border-radius:3rem;border:1px solid #f1f5f9;box-shadow:0 20px 25px -5px #0000000d;display:flex;flex-direction:column;align-items:center;text-align:center}.student-details-avatar-wrapper{position:relative;margin-bottom:1.5rem}.student-details-avatar{width:8rem;height:8rem;border-radius:2.5rem;object-fit:cover;box-shadow:0 25px 50px -12px #00000040;border:4px solid #f5f3ff}.student-details-avatar-placeholder{width:8rem;height:8rem;background-color:#f8fafc;border-radius:2.5rem;display:flex;align-items:center;justify-content:center;color:#e2e8f0;border:2px dashed #e2e8f0}.student-details-profile-name{font-size:1.5rem;font-weight:900;color:#0f172a;line-height:1.25}.student-details-profile-email{display:flex;align-items:center;gap:.5rem;margin-top:.5rem;color:#94a3b8;font-weight:700;font-size:.875rem}.student-details-profile-badge{margin-top:1.5rem;padding:.375rem 1rem;background-color:#f5f3ff;color:#7c3aed;font-size:10px;font-weight:900;text-transform:uppercase;letter-spacing:.1em;border-radius:9999px}.student-details-resume-card{background-color:#0f172a;padding:2rem;border-radius:2.5rem;color:#fff;display:flex;flex-direction:column;gap:1.5rem}.student-details-resume-title{font-weight:700;font-size:.875rem;text-transform:uppercase;letter-spacing:.1em;color:#94a3b8;display:flex;align-items:center;gap:.5rem}.student-details-resume-btn{width:100%;background-color:#7c3aed;color:#fff;padding:1rem;border-radius:1rem;font-weight:900;font-size:.875rem;display:flex;align-items:center;justify-content:center;gap:.75rem;border:none;cursor:pointer;transition:all .2s ease;box-shadow:0 10px 15px -3px #0003}.student-details-resume-btn:hover{background-color:#8b5cf6}.student-details-resume-empty{padding:1.5rem;border:2px dashed #334155;border-radius:1.875rem;text-align:center;color:#64748b;font-size:.75rem;font-weight:700;font-style:italic}.student-details-main{grid-column:span 1;display:flex;flex-direction:column;gap:2rem}@media(min-width:1024px){.student-details-main{grid-column:span 2}}.student-details-info-section{background-color:#fff;padding:2.5rem;border-radius:3rem;border:1px solid #f1f5f9;box-shadow:0 1px 3px #0000001a;display:flex;flex-direction:column;gap:2rem}.student-details-info-field{display:flex;flex-direction:column;gap:.5rem}.student-details-info-field--border{padding-top:1.5rem;border-top:1px solid #f8fafc}.student-details-info-label{font-size:10px;font-weight:900;color:#cbd5e1;text-transform:uppercase;letter-spacing:.1em;display:flex;align-items:center;gap:.5rem}.student-details-info-text{color:#334155;line-height:1.625;font-weight:500}.student-details-history{display:flex;flex-direction:column;gap:1.5rem}.student-details-history__title{font-size:1.25rem;font-weight:900;color:#0f172a;display:flex;align-items:center;gap:.75rem;margin-left:.5rem}.student-details-history__icon-wrapper{width:2.5rem;height:2.5rem;background-color:#fffbeb;border-radius:.75rem;display:flex;align-items:center;justify-content:center;color:#d97706}.student-details-reports-list{display:grid;gap:1rem}.student-details-report-item{padding:1.5rem;background-color:#fff;border:1px solid #f1f5f9;border-radius:2rem;display:flex;align-items:center;justify-content:space-between;text-decoration:none;transition:all .2s ease}.student-details-report-item:hover{box-shadow:0 20px 25px -5px #0000001a}.student-details-report-item--trajectory{border-color:#ede9fe}.student-details-report-item__content{display:flex;align-items:center;gap:1.25rem}.student-details-report-icon{width:3rem;height:3rem;border-radius:1rem;display:flex;align-items:center;justify-content:center;color:#fff;box-shadow:0 1px 3px #0000001a}.student-details-report-icon--trajectory{background-color:#7c3aed;box-shadow:0 10px 15px -3px #7c3aed33}.student-details-report-icon--default{background-color:#0f172a}.student-details-report-name{font-weight:900;color:#0f172a;transition:color .2s ease}.student-details-report-item:hover .student-details-report-name{color:#7c3aed}.student-details-report-date{display:flex;align-items:center;gap:.5rem;font-size:10px;font-weight:900;color:#cbd5e1;text-transform:uppercase;letter-spacing:.1em;margin-top:.25rem}.student-details-report-arrow{width:1.5rem;height:1.5rem;color:#e2e8f0;transition:all .2s ease}.student-details-report-item:hover .student-details-report-arrow{color:#7c3aed;transform:translate(.25rem)}.student-details-reports-empty{padding:4rem 0;text-align:center;background-color:#f8fafc;border:2px dashed #f1f5f9;border-radius:3rem}.student-details-reports-empty__text{color:#cbd5e1;font-weight:700;font-style:italic}@keyframes spin{to{transform:rotate(360deg)}}@keyframes fade-in{0%{opacity:0}to{opacity:1}}
