*{box-sizing:border-box;padding:0;margin:0}body,html{max-width:100vw;overflow-x:hidden;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{background:linear-gradient(135deg,#667eea,#764ba2);min-height:100vh;color:#333}body.dashboard-page{background:#f5f7fa}a{color:inherit;text-decoration:none}.container{max-width:1200px;margin:0 auto;padding:2rem}.card{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 10px 25px rgba(0,0,0,.1);margin:2rem 0}.button{background:#667eea;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:8px;font-size:1rem;cursor:pointer;transition:background .2s;margin:.5rem}.button:hover{background:#5568d3}.button:disabled{background:#ccc;cursor:not-allowed}.button-secondary{background:#6c757d}.button-secondary:hover{background:#5a6268}.button-danger{background:#dc3545}.button-danger:hover{background:#c82333}.input{width:100%;padding:.75rem;border:2px solid #e0e0e0;border-radius:8px;font-size:1rem;margin:.5rem 0;transition:border-color .2s}.input:focus{outline:none;border-color:#667eea}.form-group{margin:1rem 0}.label{display:block;margin-bottom:.5rem;font-weight:500}.error{color:#dc3545}.error,.success{margin:.5rem 0;font-size:.9rem}.success{color:#28a745}.dashboard-container{display:flex;min-height:100vh;background:#f5f7fa}.dashboard-sidebar{width:260px;background:#fff;box-shadow:2px 0 8px rgba(0,0,0,.1);position:fixed;height:100vh;overflow-y:auto;z-index:100}.dashboard-sidebar-header{padding:1.5rem;border-bottom:1px solid #e5e7eb}.dashboard-sidebar-header h2{margin:0;font-size:1.25rem;color:#1f2937}.dashboard-sidebar-nav{padding:1rem 0}.nav-item{display:flex;align-items:center;padding:.75rem 1.5rem;color:#6b7280;text-decoration:none;transition:all .2s;cursor:pointer;border-left:3px solid transparent}.nav-item:hover{background:#f9fafb;color:#667eea}.nav-item.active{background:#f3f4f6;color:#667eea;border-left-color:#667eea;font-weight:500}.nav-item-icon{margin-right:.75rem;width:20px;text-align:center}.dashboard-content{margin-left:260px;flex:1 1;padding:2rem;min-height:100vh;position:relative}.dashboard-top-bar{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.dashboard-title{font-size:1.75rem;color:#1f2937;margin:0;font-weight:600}.dashboard-user-info{display:flex;align-items:center;gap:0;padding:0;background:transparent;border-radius:0;box-shadow:none}.dashboard-user-avatar{width:36px;height:36px;border-radius:50%;object-fit:cover;border:2px solid #e5e7eb;background:#667eea;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:600;font-size:.875rem}.dashboard-user-name{font-weight:500;color:#1f2937;font-size:.875rem}.profile-dropdown-container{position:relative}.profile-dropdown{position:absolute;top:calc(100% + .5rem);right:0;background:#fff;border-radius:8px;box-shadow:0 4px 12px rgba(0,0,0,.15);min-width:160px;z-index:1000;overflow:hidden}.profile-dropdown-item{display:block;width:100%;text-align:left;padding:.75rem 1rem;border:none;background:transparent;color:#1f2937;text-decoration:none;cursor:pointer;transition:background-color .2s;font-size:.875rem}.profile-dropdown-item:hover{background-color:#f3f4f6}.profile-dropdown-item[style*="color: #dc2626"]:hover{background-color:#fee2e2;color:#991b1b}.toast{position:fixed;bottom:1rem;right:1rem;left:1rem;padding:.75rem 1rem;border-radius:8px;box-shadow:0 4px 12px rgba(0,0,0,.15);z-index:1000;animation:slideIn .3s ease-out;max-width:320px;font-weight:500;font-size:.875rem;margin-left:auto;margin-right:0}@media (max-width:640px){.toast{max-width:calc(100% - 2rem);right:1rem;left:1rem;margin-left:0;margin-right:0}}.dashboard-section{background:#fff;border-radius:12px;box-shadow:0 1px 3px rgba(0,0,0,.1);padding:2rem;margin-bottom:2rem}.dashboard-section h2{margin:0 0 1.5rem;font-size:1.5rem;color:#1f2937;border-bottom:2px solid #e5e7eb;padding-bottom:.75rem}.info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:1rem;gap:1rem}.info-item{padding:1rem;background:#f9fafb;border-radius:8px}.info-item strong{display:block;color:#6b7280;font-size:.875rem;margin-bottom:.25rem;text-transform:uppercase;letter-spacing:.05em}.info-item span{color:#1f2937;font-size:1rem}.user-profile-section{padding:1.5rem;border-top:1px solid #e5e7eb;background:#f9fafb}.user-profile-info{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}.user-avatar{width:48px;height:48px;border-radius:50%;object-fit:cover;border:2px solid #e5e7eb;background:#667eea;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:600;font-size:1.125rem}.user-details{flex:1 1;min-width:0}.user-name{font-weight:600;color:#1f2937;font-size:.875rem;margin-bottom:.25rem}.user-email,.user-name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.user-email{font-size:.75rem;color:#6b7280}.toast-success{background-color:#10b981;color:#fff}.toast-error{background-color:#ef4444;color:#fff}.toast-info{background-color:#3b82f6;color:#fff}@keyframes slideIn{0%{transform:translateX(100%);opacity:0}to{transform:translateX(0);opacity:1}}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;z-index:1000;animation:fadeIn .2s ease-out}.modal{background:#fff;border-radius:12px;padding:2rem;max-width:500px;width:90%;max-height:90vh;overflow-y:auto;box-shadow:0 20px 25px -5px rgba(0,0,0,.1);animation:scaleIn .2s ease-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes scaleIn{0%{transform:scale(.95);opacity:0}to{transform:scale(1);opacity:1}}.modal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:2px solid #e5e7eb}.modal-header h3{margin:0;font-size:1.5rem;color:#1f2937}.modal-close{background:none;border:none;font-size:1.5rem;color:#6b7280;cursor:pointer;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:background .2s}.modal-close:hover{background:#f3f4f6}.modal-footer{display:flex;gap:1rem;justify-content:flex-end;margin-top:1.5rem;padding-top:1rem;border-top:2px solid #e5e7eb}.search-input{width:100%;padding:.75rem;border:2px solid #e5e7eb;border-radius:8px;font-size:1rem;margin-bottom:1rem;transition:border-color .2s}.search-input:focus{outline:none;border-color:#667eea}.collapsible-header{display:flex;justify-content:space-between;align-items:center;cursor:pointer;padding:1rem;background:#f9fafb;border-radius:8px;margin-bottom:1rem;transition:background .2s}.collapsible-header:hover{background:#f3f4f6}.collapsible-content{overflow:hidden;transition:max-height .3s ease-out}.badge{display:inline-block;padding:.25rem .75rem;border-radius:12px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.badge-success{background:#d1fae5;color:#065f46}.badge-warning{background:#fef3c7;color:#92400e}.badge-info{background:#dbeafe;color:#1e40af}.action-buttons{display:flex;gap:.5rem;flex-wrap:wrap}.action-button{padding:.5rem 1rem;font-size:.875rem;margin:0;border-radius:6px;transition:all .2s}.action-button-small{padding:.375rem .75rem;font-size:.8125rem}@media (max-width:768px){.dashboard-sidebar{width:100%;height:auto;position:relative}.dashboard-content{margin-left:0}.modal{width:95%;padding:1.5rem}}