:root{font-family:Inter,Segoe UI,system-ui,sans-serif;color:#1c2433;background:#f5f5f7}*{box-sizing:border-box}body{margin:0;min-height:100vh;background:#f5f5f7}.app-shell{display:grid;grid-template-columns:220px 1fr;min-height:100vh}.sidebar{background:#0f62fe;color:#fff;padding:2rem 1.5rem;display:flex;flex-direction:column;gap:1rem}.sidebar-brand{font-size:1.5rem;font-weight:700;display:flex;flex-direction:column;gap:.25rem}.sidebar-brand small{font-size:.75rem;font-weight:400;opacity:.85}.sidebar nav{display:flex;flex-direction:column;gap:.5rem;margin-top:1rem}.sidebar nav a{color:inherit;text-decoration:none;padding:.4rem .75rem;border-radius:.6rem;display:flex;align-items:center;gap:.5rem}.sidebar nav a.active{background:#ffffff26}.link-icon{font-size:.95rem}.main-content{padding:1.5rem;background:#f5f5f7;display:flex;flex-direction:column;gap:1rem}.page-header{display:flex;justify-content:space-between;align-items:center;gap:1rem;flex-wrap:wrap}.page-header h1{margin:0}.panel{background:#fff;border-radius:1.1rem;padding:1.3rem;box-shadow:0 10px 40px #0f62fe14}.panel-heading{display:flex;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1rem}.panel-heading h2{margin:0;font-size:1.25rem}.grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:1.5rem}.stats{display:flex;flex-direction:column;gap:.6rem}.chips,.chip-row{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:.5rem}.chip{display:inline-flex;padding:.35rem .75rem;border-radius:999px;background:#eef4ff;color:#0f62fe;font-size:.9rem}.users-page{display:grid;grid-template-columns:minmax(0,1fr);gap:1.5rem}.users-table .table-wrapper{max-height:420px;overflow:auto}.table-wrapper{overflow-x:auto;margin-top:.5rem}.table-wrapper table{width:100%;border-collapse:collapse}.table-wrapper th{text-align:left;font-size:.75rem;text-transform:uppercase;letter-spacing:.08em;color:#7a859e;padding-bottom:.4rem}.table-wrapper td{padding:.6rem 0;border-bottom:1px solid #e4e7f0;font-size:.95rem}.table-wrapper tr.selected{background:#eef4ff}.users-search input,.notes-panel input,.notes-panel textarea,.profile-form input{width:100%;border:1px solid #d3d7e0;border-radius:.75rem;padding:.65rem .9rem;font-size:1rem}.users-search{margin-bottom:.8rem}.users-search input{max-width:320px}.sidebar-footer button,.panel-heading button,.note-panel button{cursor:pointer;border:none;border-radius:.7rem;background:#0f62fe;color:#fff;padding:.6rem 1rem;font-weight:600}.note-panel form{display:flex;flex-direction:column;gap:.6rem}.note-panel textarea{resize:vertical}.note-panel .flex{display:flex;gap:1rem;align-items:center}.note-panel .flex a{color:#0f62fe;font-weight:600;text-decoration:none}.sidebar-footer{margin-top:auto}.sidebar-footer button{width:100%;background:#ffffff26;color:#fff;padding:.6rem .75rem;border-radius:.6rem;font-weight:600}.sidebar-legal{margin-top:.65rem;text-align:center;font-size:.75rem;color:#ffffffb3;line-height:1.3}.login-page{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:2rem;background:#f5f5f7}.login-panel{width:100%;max-width:400px;background:#fff;border-radius:1rem;padding:2rem;box-shadow:0 12px 40px #0f62fe14}.login-panel h1{margin:0 0 .4rem}.login-form{display:flex;flex-direction:column;gap:.75rem;margin-top:1rem}.login-form input{border:1px solid #d3d7e0;border-radius:.75rem;padding:.65rem .9rem;font-size:1rem}.login-form button{width:100%;padding:.8rem 1rem;font-weight:600;border-radius:.8rem}.password-field{display:flex;align-items:center;gap:.5rem}.password-field input{flex:1;min-width:0}.password-toggle{border-radius:.75rem;border:1px solid #d3d7e0;background:#eef4ff;color:#0f62fe;padding:.35rem .75rem;cursor:pointer;font-size:.9rem;font-weight:600;transition:background .2s ease,color .2s ease;min-width:2.3rem}.password-toggle:hover{background:#dbe8ff}.profile-page{display:flex;justify-content:center;padding:2rem 0}.profile-panel{width:100%;max-width:520px;background:#fff;border-radius:1rem;padding:2rem;box-shadow:0 12px 40px #0f62fe14}.profile-form{display:flex;flex-direction:column;gap:.75rem}.profile-actions{margin-top:1rem;display:flex;gap:.75rem;flex-wrap:wrap}.profile-actions button{flex:1;min-width:140px}.secondary-button{background:#eef4ff;color:#0f62fe}.message{font-size:.95rem;color:#0f62fe;margin-top:.4rem}.error{color:#d32f2f}.success{color:#2e7d32}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}.modal{background:#fff;border-radius:1rem;padding:2rem;width:90%;max-width:480px;max-height:90vh;overflow-y:auto;box-shadow:0 20px 60px #0000004d}.modal h2{margin:0 0 1.5rem;color:#1e3a5f}.modal .form-group{display:flex;flex-direction:column;gap:.75rem}.modal-actions{margin-top:1.5rem;display:flex;gap:.75rem;flex-wrap:wrap}.modal-actions button{flex:1;min-width:100px}.danger-button{background:#d32f2f;color:#fff}.danger-button:hover{background:#b71c1c}.checkbox-label{display:flex;align-items:center;gap:.5rem;cursor:pointer}.checkbox-label input[type=checkbox]{width:auto;margin:0}.panel-actions{display:flex;gap:.5rem}.form-row{display:flex;flex-wrap:wrap;gap:.75rem;align-items:center}.form-row button,.form-row .checkbox-label{flex:0 0 auto}.form-stack{display:flex;flex-direction:column;gap:.75rem;margin-top:.75rem}.form-stack input,.form-stack textarea,.form-stack select,.form-row input,.form-row textarea,.form-row select{width:100%;border:1px solid #d3d7e0;border-radius:.75rem;padding:.65rem .9rem;font-size:1rem}@media (max-width: 900px){.app-shell{grid-template-columns:1fr}.sidebar{flex-direction:row;align-items:center;justify-content:space-between}.sidebar nav{flex-direction:row;flex-wrap:wrap}.page-header{flex-direction:column;align-items:flex-start}}
