@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&family=Outfit:wght@400;600;700;800&display=swap";
:root{--color-bg:#0f0e17;--color-bg-2:#16152a;--color-bg-3:#1e1b4b;--color-surface:#1e1d35;--color-surface-2:#252444;--color-border:#6366f133;--color-border-strong:#6366f166;--indigo-500:#6366f1;--indigo-600:#4f46e5;--indigo-700:#4338ca;--violet-500:#8b5cf6;--violet-600:#7c3aed;--green-400:#34d399;--green-500:#10b981;--yellow-400:#fbbf24;--red-400:#f87171;--red-500:#ef4444;--blue-400:#60a5fa;--text-primary:#f1f5f9;--text-secondary:#94a3b8;--text-muted:#64748b;--sidebar-w:260px;--radius-sm:8px;--radius-md:12px;--radius-lg:16px;--radius-xl:24px;--shadow-sm:0 1px 3px #0000004d, 0 1px 2px #0003;--shadow-md:0 4px 16px #0006;--shadow-lg:0 8px 32px #00000080;--shadow-glow:0 0 20px #6366f14d;--glass-bg:#1e1d35b3;--glass-border:#6366f133;--glass-blur:blur(12px)}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px}body{background:var(--color-bg);color:var(--text-primary);background-image:radial-gradient(at 20% 20%,#6366f114 0%,#0000 50%),radial-gradient(at 80% 80%,#8b5cf60f 0%,#0000 50%);min-height:100vh;font-family:Inter,system-ui,sans-serif;line-height:1.6}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}input,textarea,select{font-family:inherit}button{cursor:pointer;font-family:inherit}.app-layout{min-height:100vh;display:flex}.main-content{margin-left:var(--sidebar-w);flex:1;min-width:0;padding:2rem;transition:margin .3s}.sidebar{width:var(--sidebar-w);background:var(--glass-bg);height:100vh;-webkit-backdrop-filter:var(--glass-blur);backdrop-filter:var(--glass-blur);border-right:1px solid var(--glass-border);z-index:100;flex-direction:column;display:flex;position:fixed;top:0;left:0;overflow:hidden}.sidebar-logo{border-bottom:1px solid var(--color-border);padding:1.5rem 1.25rem 1rem}.sidebar-logo h1{background:linear-gradient(135deg, var(--indigo-500), var(--violet-500));-webkit-text-fill-color:transparent;letter-spacing:-.02em;-webkit-background-clip:text;background-clip:text;font-family:Outfit,sans-serif;font-size:1.1rem;font-weight:800}.sidebar-logo span{color:var(--text-muted);text-transform:uppercase;letter-spacing:.1em;margin-top:2px;font-size:.7rem;font-weight:500;display:block}.sidebar-nav{flex:1;padding:1rem .75rem;overflow-y:auto}.nav-section-label{text-transform:uppercase;letter-spacing:.12em;color:var(--text-muted);padding:.75rem .5rem .4rem;font-size:.65rem;font-weight:700}.nav-item{border-radius:var(--radius-sm);color:var(--text-secondary);cursor:pointer;text-align:left;background:0 0;border:none;align-items:center;gap:.75rem;width:100%;padding:.65rem .75rem;font-size:.875rem;font-weight:500;text-decoration:none;transition:all .2s;display:flex}.nav-item:hover{color:var(--text-primary);background:#6366f11f;transform:translate(2px)}.nav-item.active{color:#a5b4fc;border-left:3px solid var(--indigo-500);background:linear-gradient(135deg,#6366f140,#8b5cf626)}.nav-item .nav-icon{text-align:center;width:20px;font-size:1.1rem}.nav-badge{background:var(--indigo-600);color:#fff;border-radius:20px;margin-left:auto;padding:2px 7px;font-size:.65rem;font-weight:700}.sidebar-footer{border-top:1px solid var(--color-border);color:var(--text-muted);text-align:center;padding:1rem;font-size:.72rem}.page-header{justify-content:space-between;align-items:center;margin-bottom:2rem;display:flex}.page-title{color:var(--text-primary);font-family:Outfit,sans-serif;font-size:1.75rem;font-weight:700}.page-subtitle{color:var(--text-secondary);margin-top:.25rem;font-size:.875rem}.card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);padding:1.5rem;transition:border-color .2s,transform .2s}.card:hover{border-color:var(--color-border-strong)}.card-glass{background:var(--glass-bg);-webkit-backdrop-filter:var(--glass-blur);backdrop-filter:var(--glass-blur);border:1px solid var(--glass-border);border-radius:var(--radius-lg);padding:1.5rem}.stats-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-bottom:2rem;display:grid}.stat-card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);cursor:default;align-items:center;gap:1rem;padding:1.25rem 1.5rem;transition:all .25s;display:flex}.stat-card:hover{border-color:var(--indigo-500);box-shadow:var(--shadow-glow);transform:translateY(-2px)}.stat-icon{border-radius:var(--radius-md);flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;font-size:1.5rem;display:flex}.stat-info h3{font-family:Outfit,sans-serif;font-size:1.75rem;font-weight:700;line-height:1}.stat-info p{color:var(--text-secondary);margin-top:3px;font-size:.8rem}.btn{border-radius:var(--radius-sm);cursor:pointer;white-space:nowrap;border:none;align-items:center;gap:.5rem;padding:.6rem 1.25rem;font-size:.875rem;font-weight:600;transition:all .2s;display:inline-flex}.btn-primary{background:linear-gradient(135deg, var(--indigo-600), var(--violet-600));color:#fff}.btn-primary:hover{filter:brightness(1.15);box-shadow:var(--shadow-glow);transform:translateY(-1px)}.btn-secondary{color:#a5b4fc;background:#6366f126;border:1px solid #6366f14d}.btn-secondary:hover{background:#6366f140}.btn-ghost{color:var(--text-secondary);border:1px solid var(--color-border);background:0 0}.btn-ghost:hover{border-color:var(--indigo-500);color:var(--text-primary)}.btn-danger{color:#fca5a5;background:#ef444426;border:1px solid #ef44444d}.btn-danger:hover{background:#ef444440}.btn-success{color:#6ee7b7;background:#10b98126;border:1px solid #10b9814d}.btn-success:hover{background:#10b98140}.btn-sm{padding:.4rem .85rem;font-size:.8rem}.btn-lg{padding:.85rem 2rem;font-size:1rem}.btn-icon{border-radius:var(--radius-sm);padding:.5rem}.form-group{flex-direction:column;gap:.4rem;display:flex}.form-label{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.05em;font-size:.8rem;font-weight:600}.form-label .required{color:var(--red-400);margin-left:2px}.form-input,.form-select,.form-textarea{background:var(--color-bg-2);border:1px solid var(--color-border);border-radius:var(--radius-sm);color:var(--text-primary);width:100%;padding:.65rem .875rem;font-size:.9rem;transition:border-color .2s,box-shadow .2s}.form-input:focus,.form-select:focus,.form-textarea:focus{border-color:var(--indigo-500);outline:none;box-shadow:0 0 0 3px #6366f133}.form-input::placeholder{color:var(--text-muted)}.form-select{appearance:none;cursor:pointer}.form-textarea{resize:vertical;min-height:80px}.form-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;display:grid}.form-section-title{text-transform:uppercase;letter-spacing:.1em;color:var(--indigo-500);border-bottom:1px solid var(--color-border);margin-top:.5rem;margin-bottom:.75rem;padding-bottom:.5rem;font-size:.75rem;font-weight:700}.badge{border-radius:20px;align-items:center;gap:.3rem;padding:3px 10px;font-size:.72rem;font-weight:600;display:inline-flex}.badge-green{color:var(--green-400);background:#10b98126}.badge-red{color:var(--red-400);background:#ef444426}.badge-yellow{color:var(--yellow-400);background:#fbbf2426}.badge-blue{color:var(--blue-400);background:#60a5fa26}.badge-indigo{color:#a5b4fc;background:#6366f126}.table-wrapper{border-radius:var(--radius-lg);border:1px solid var(--color-border);overflow-x:auto}.table{border-collapse:collapse;width:100%;font-size:.875rem}.table thead{background:var(--color-bg-3);z-index:1;position:sticky;top:0}.table th{text-align:left;text-transform:uppercase;letter-spacing:.08em;color:var(--text-secondary);border-bottom:1px solid var(--color-border);white-space:nowrap;padding:.875rem 1rem;font-size:.72rem;font-weight:700}.table td{color:var(--text-primary);vertical-align:middle;border-bottom:1px solid #6366f114;padding:.875rem 1rem}.table tbody tr:hover{background:#6366f10f}.table tbody tr:last-child td{border-bottom:none}.avatar{object-fit:cover;border:2px solid var(--color-border);background:var(--color-bg-3);width:40px;height:40px;color:var(--indigo-500);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:1rem;font-weight:700;display:flex}.avatar-sm{width:32px;height:32px;font-size:.8rem}.avatar-lg{border-width:3px;width:80px;height:80px;font-size:2rem}.avatar-xl{border-width:3px;border-color:var(--indigo-500);width:120px;height:120px;box-shadow:var(--shadow-glow);font-size:3rem}.personal-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1rem;display:grid}.personal-card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);cursor:pointer;flex-direction:column;gap:.75rem;padding:1.25rem;transition:all .25s;display:flex;position:relative;overflow:hidden}.personal-card:before{content:"";background:linear-gradient(90deg, var(--indigo-500), var(--violet-500));opacity:0;height:3px;transition:opacity .2s;position:absolute;top:0;left:0;right:0}.personal-card:hover{border-color:var(--indigo-500);box-shadow:var(--shadow-md);transform:translateY(-3px)}.personal-card:hover:before{opacity:1}.personal-card-header{align-items:center;gap:.875rem;display:flex}.personal-card-info h3{font-size:.95rem;font-weight:600}.personal-card-info p{color:var(--text-secondary);font-size:.78rem}.personal-card-meta{color:var(--text-muted);justify-content:space-between;align-items:center;font-size:.78rem;display:flex}.personal-card-actions{gap:.5rem;margin-top:auto;display:flex}.modal-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;background:#000000b3;justify-content:center;align-items:center;padding:1rem;animation:.2s fadeIn;display:flex;position:fixed;inset:0}.modal{background:var(--color-surface);border:1px solid var(--color-border-strong);border-radius:var(--radius-xl);width:100%;max-width:640px;max-height:90vh;box-shadow:var(--shadow-lg);animation:.25s slideUp;overflow-y:auto}.modal-lg{max-width:900px}.modal-xl{max-width:1100px}.modal-header{border-bottom:1px solid var(--color-border);background:var(--color-surface);z-index:1;justify-content:space-between;align-items:center;padding:1.5rem;display:flex;position:sticky;top:0}.modal-title{font-size:1.1rem;font-weight:700}.modal-body{padding:1.5rem}.modal-footer{border-top:1px solid var(--color-border);justify-content:flex-end;gap:.75rem;padding:1.25rem 1.5rem;display:flex}.tabs{background:var(--color-bg-2);border-radius:var(--radius-md);border:1px solid var(--color-border);gap:.25rem;margin-bottom:1.5rem;padding:.25rem;display:flex}.tab{border-radius:var(--radius-sm);color:var(--text-secondary);cursor:pointer;background:0 0;border:none;flex:1;justify-content:center;align-items:center;gap:.4rem;padding:.6rem 1rem;font-size:.85rem;font-weight:600;transition:all .2s;display:flex}.tab.active{background:linear-gradient(135deg, var(--indigo-600), var(--violet-600));color:#fff;box-shadow:var(--shadow-sm)}.tab:not(.active):hover{color:var(--text-primary);background:#6366f11a}.filters-bar{flex-wrap:wrap;align-items:center;gap:.75rem;margin-bottom:1.25rem;display:flex}.search-input-wrapper{flex:1;min-width:220px;position:relative}.search-input-wrapper .icon{color:var(--text-muted);pointer-events:none;position:absolute;top:50%;left:.75rem;transform:translateY(-50%)}.search-input-wrapper .form-input{padding-left:2.5rem}.photo-upload{cursor:pointer;border-radius:50%;width:120px;height:120px;position:relative}.photo-upload input[type=file]{opacity:0;cursor:pointer;z-index:2;border-radius:50%;position:absolute;inset:0}.photo-upload-preview{border:3px dashed var(--color-border-strong);background:var(--color-bg-2);width:100%;height:100%;color:var(--text-muted);text-align:center;border-radius:50%;flex-direction:column;justify-content:center;align-items:center;gap:.25rem;font-size:.72rem;transition:border-color .2s,background .2s;display:flex;overflow:hidden}.photo-upload:hover .photo-upload-preview{border-color:var(--indigo-500);background:#6366f114}.photo-upload-preview img{object-fit:cover;border-radius:50%;width:100%;height:100%}.timeline{flex-direction:column;gap:0;display:flex}.timeline-item{gap:1rem;display:flex;position:relative}.timeline-line{flex-direction:column;align-items:center;display:flex}.timeline-dot{background:var(--indigo-500);border:2px solid var(--color-bg);z-index:1;border-radius:50%;flex-shrink:0;width:12px;height:12px;margin-top:4px}.timeline-connector{background:var(--color-border);flex:1;width:2px;margin:2px 0}.timeline-content{flex:1;padding-bottom:1.25rem}.timeline-content h4{font-size:.875rem;font-weight:600}.timeline-content p{color:var(--text-secondary);font-size:.8rem}.timeline-content .date{color:var(--text-muted);margin-top:2px;font-size:.75rem}.empty-state{text-align:center;color:var(--text-muted);padding:4rem 2rem}.empty-state-icon{opacity:.5;margin-bottom:1rem;font-size:4rem}.empty-state h3{color:var(--text-secondary);margin-bottom:.5rem;font-size:1.1rem;font-weight:600}.empty-state p{font-size:.875rem}.spinner{border:3px solid var(--color-border);border-top-color:var(--indigo-500);border-radius:50%;width:24px;height:24px;animation:.7s linear infinite spin}.toast-container{z-index:9999;flex-direction:column;gap:.5rem;display:flex;position:fixed;bottom:1.5rem;right:1.5rem}.toast{border-radius:var(--radius-md);min-width:280px;box-shadow:var(--shadow-lg);align-items:center;gap:.75rem;padding:.875rem 1.25rem;font-size:.875rem;font-weight:500;animation:.3s slideInRight;display:flex}.toast-success{background:var(--color-surface);border:1px solid var(--green-500);color:var(--green-400)}.toast-error{background:var(--color-surface);border:1px solid var(--red-500);color:var(--red-400)}.toast-info{background:var(--color-surface);border:1px solid var(--indigo-500);color:#a5b4fc}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInRight{0%{opacity:0;transform:translate(20px)}to{opacity:1;transform:translate(0)}}@keyframes spin{to{transform:rotate(360deg)}}@media (max-width:768px){:root{--sidebar-w:0px}.sidebar{transition:transform .3s;transform:translate(-100%)}.sidebar.open{transform:translate(0);box-shadow:4px 0 32px #00000080}.main-content{margin-left:0;padding:4rem 1rem 1rem}.hamburger-btn,.sidebar-close-btn{display:flex}}@media (min-width:769px){.hamburger-btn,.sidebar-close-btn,.sidebar-overlay{display:none}}.hamburger-btn{z-index:200;background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);cursor:pointer;width:42px;height:42px;box-shadow:var(--shadow-md);flex-direction:column;justify-content:center;align-items:center;gap:5px;padding:0;transition:all .2s;display:none;position:fixed;top:.875rem;left:.875rem}.hamburger-btn:hover{border-color:var(--indigo-500);background:#6366f11a}.hamburger-btn span{background:var(--text-secondary);border-radius:2px;width:18px;height:2px;transition:all .2s;display:block}.sidebar-close-btn{border:1px solid var(--color-border);border-radius:var(--radius-sm);cursor:pointer;width:32px;height:32px;color:var(--text-secondary);z-index:10;background:#6366f11a;flex-shrink:0;justify-content:center;align-items:center;font-size:.9rem;display:none;position:absolute;top:.875rem;right:.875rem}.sidebar-overlay{-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);z-index:99;background:#000000a6;animation:.2s fadeIn;position:fixed;inset:0}.module-section{border-radius:var(--radius-md);border:1px solid #0000;margin-bottom:.25rem;transition:border-color .2s;overflow:hidden}.module-section.module-active{background:#6366f10a;border-color:#6366f133}.module-header{cursor:pointer;border-radius:var(--radius-sm);background:0 0;border:none;justify-content:space-between;align-items:center;width:100%;padding:.65rem .75rem;transition:background .2s;display:flex}.module-header:hover{background:#6366f11a}.module-header-active{background:#6366f114}.module-header-left{align-items:center;gap:.6rem;display:flex}.module-icon{border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;font-size:.9rem;display:flex}.module-label{color:var(--text-primary);font-size:.875rem;font-weight:600}.module-active-dot{border-radius:50%;flex-shrink:0;width:6px;height:6px}.module-chevron{color:var(--text-muted);flex-shrink:0;font-size:.8rem;line-height:1;transition:transform .25s}.module-body{padding:0 .25rem .5rem;animation:.2s expandDown}@keyframes expandDown{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.module-dashboard{border-bottom:1px solid var(--color-border);gap:.4rem;margin-bottom:.25rem;padding:.5rem .5rem .6rem;display:flex}.module-stat{border:1px solid var(--color-border);border-radius:var(--radius-sm);background:#0003;flex:1;align-items:center;gap:.4rem;min-width:0;padding:.4rem .5rem;display:flex}.module-stat-icon{flex-shrink:0;font-size:1rem}.module-stat-value{color:var(--stat-color,var(--indigo-500));font-family:Outfit,sans-serif;font-size:1rem;font-weight:700;line-height:1}.module-stat-label{color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;margin-top:2px;font-size:.6rem;line-height:1}.module-items{flex-direction:column;gap:.15rem;padding:0 .25rem;display:flex}.module-item{border-radius:var(--radius-sm);color:var(--text-secondary);border-left:2px solid #0000;align-items:center;gap:.6rem;padding:.5rem .6rem;font-size:.82rem;font-weight:500;text-decoration:none;transition:all .15s;display:flex}.module-item:hover{color:var(--text-primary);border-left-color:var(--mod-color,var(--indigo-500));background:#6366f11a;padding-left:.8rem}.module-item-active{color:#a5b4fc;border-left-color:var(--mod-color,var(--indigo-500));background:#6366f11f;font-weight:600}.module-item-active:hover{background:#6366f12e}.module-item-icon{text-align:center;flex-shrink:0;width:18px;font-size:.9rem}.sidebar{overflow:hidden auto}@media (max-width:768px){.sidebar-logo{padding-top:3.5rem}.module-stat-value{font-size:.9rem}.module-dashboard{flex-wrap:wrap}}@media (max-width:640px){.page-header{flex-direction:column;align-items:flex-start;gap:.75rem}.page-title{font-size:1.25rem}.stats-grid{grid-template-columns:repeat(2,1fr)}.stat-card{padding:1rem}.stat-info h3{font-size:1.4rem}.tabs{flex-wrap:wrap;gap:.3rem}.tab{flex:unset;padding:.5rem .6rem;font-size:.75rem}.form-grid{grid-template-columns:1fr}.table th,.table td{padding:.65rem .75rem;font-size:.8rem}}.checklist-item{border-radius:var(--radius-sm);border:1px solid var(--color-border);cursor:pointer;background:var(--color-surface);align-items:center;gap:.75rem;padding:.75rem 1rem;transition:all .2s;display:flex}.checklist-item:hover{border-color:var(--indigo-500);background:#6366f10d}.checklist-item.checked{border-color:var(--green-500);background:#10b98114}.checklist-item input[type=checkbox]{accent-color:var(--indigo-500);cursor:pointer;width:18px;height:18px}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:var(--color-bg)}::-webkit-scrollbar-thumb{background:var(--color-border-strong);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--indigo-500)}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-between{justify-content:space-between}.gap-1{gap:.25rem}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.w-full{width:100%}.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.mt-4{margin-top:1rem}.mb-4{margin-bottom:1rem}.text-sm{font-size:.875rem}.text-xs{font-size:.75rem}.text-muted{color:var(--text-muted)}.text-secondary{color:var(--text-secondary)}.text-right{text-align:right}.font-bold{font-weight:700}.font-semibold{font-weight:600}.truncate{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.divider{border:none;border-top:1px solid var(--color-border);margin:1rem 0}.grid-2{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.grid-3{grid-template-columns:1fr 1fr 1fr;gap:1rem;display:grid}
