.auth-container{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#667eea,#764ba2);padding:2rem 1rem}.auth-box{width:100%;max-width:450px;background:#fff;border-radius:16px;padding:2.5rem;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.auth-header{text-align:center;margin-bottom:2rem}.auth-header h1{font-size:2rem;font-weight:700;color:#1e293b;margin-bottom:.5rem}.auth-header p{color:#64748b;font-size:.875rem}.auth-form{display:flex;flex-direction:column;gap:1.5rem}.input-wrapper{position:relative}.input-icon{position:absolute;left:1rem;top:50%;transform:translateY(-50%);color:#94a3b8;font-size:1.125rem}.input-wrapper input{width:100%;padding:.875rem 1rem .875rem 3rem;border:1px solid #e2e8f0;border-radius:8px;font-size:.875rem;transition:all .2s}.input-wrapper input:focus{outline:none;border-color:#4f46e5;box-shadow:0 0 0 3px #4f46e51a}.toggle-password{position:absolute;right:1rem;top:50%;transform:translateY(-50%);background:none;border:none;padding:0;cursor:pointer;color:#94a3b8;font-size:1.125rem;transition:color .2s}.toggle-password:hover{color:#64748b}.auth-button{width:100%;padding:.875rem;background:#4f46e5;color:#fff;border:none;border-radius:8px;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s;margin-top:.5rem}.auth-button:hover:not(:disabled){background:#4338ca}.auth-button:disabled{opacity:.6;cursor:not-allowed}.auth-footer{text-align:center;margin-top:1.5rem}.auth-footer p{color:#64748b;font-size:.875rem}.auth-footer a{color:#4f46e5;font-weight:600;text-decoration:none;transition:color .2s}.auth-footer a:hover{color:#4338ca}@media(max-width:480px){.auth-box{padding:2rem 1.5rem}.auth-header h1{font-size:1.75rem}}.sidebar{position:fixed;left:0;top:0;bottom:0;width:280px;background:#1e293b;color:#fff;display:flex;flex-direction:column;transition:transform .3s ease;z-index:1000}.sidebar.closed{transform:translate(-280px)}.sidebar-header{padding:2rem 1.5rem;border-bottom:1px solid rgba(255,255,255,.1)}.sidebar-header h2{font-size:1.5rem;font-weight:700;margin:0;color:#fff}.sidebar-nav{flex:1;padding:1.5rem 0;overflow-y:auto}.sidebar-link{display:flex;align-items:center;gap:1rem;padding:.875rem 1.5rem;color:#cbd5e1;text-decoration:none;transition:all .2s;font-weight:500}.sidebar-link:hover{background:#ffffff0d;color:#fff}.sidebar-link.active{background:#4f46e5;color:#fff;border-left:4px solid #818cf8}.sidebar-icon{font-size:1.25rem}.sidebar-label{font-size:.875rem}.sidebar-footer{padding:1.5rem;border-top:1px solid rgba(255,255,255,.1)}.logout-button{display:flex;align-items:center;gap:1rem;width:100%;padding:.875rem 1rem;background:transparent;border:1px solid rgba(255,255,255,.2);border-radius:8px;color:#cbd5e1;cursor:pointer;transition:all .2s;font-weight:500}.logout-button:hover{background:#ef44441a;border-color:#ef4444;color:#fecaca}.sidebar-toggle{position:fixed;top:1.5rem;left:1rem;z-index:1001;display:none;align-items:center;justify-content:center;width:40px;height:40px;background:#fff;border:1px solid #e2e8f0;border-radius:8px;cursor:pointer;box-shadow:0 2px 4px #0000001a;transition:all .2s}.sidebar-toggle:hover{background:#f8fafc}.sidebar-toggle svg{font-size:1.25rem;color:#1e293b}@media(max-width:768px){.sidebar{transform:translate(-280px)}.sidebar.open{transform:translate(0)}.sidebar-toggle{display:flex}}.notifications-dropdown{position:relative}.notifications-button{position:relative;background:transparent;border:none;cursor:pointer;padding:8px;border-radius:8px;transition:all .3s ease;display:flex;align-items:center;justify-content:center;color:#64748b}.notifications-button:hover{background:#f1f5f9;color:#4f46e5}.notifications-badge{position:absolute;top:4px;right:4px;background:#ef4444;color:#fff;font-size:10px;font-weight:600;min-width:18px;height:18px;border-radius:9px;display:flex;align-items:center;justify-content:center;padding:0 4px;box-shadow:0 2px 4px #0000001a}.notifications-menu{position:absolute;top:calc(100% + 8px);right:0;width:380px;max-height:500px;background:#fff;border-radius:12px;box-shadow:0 10px 40px #00000026;z-index:1000;display:flex;flex-direction:column;animation:slideDown .2s ease}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.notifications-header{padding:16px 20px;border-bottom:1px solid #e2e8f0;display:flex;align-items:center;justify-content:space-between}.notifications-header h3{font-size:18px;font-weight:600;color:#1e293b;margin:0}.notifications-actions{display:flex;align-items:center;gap:8px}.mark-all-read{font-size:12px;color:#4f46e5;background:transparent;border:none;cursor:pointer;padding:4px 8px;border-radius:4px;transition:all .2s}.mark-all-read:hover{background:#eef2ff}.close-button{background:transparent;border:none;cursor:pointer;padding:4px;border-radius:4px;display:flex;align-items:center;justify-content:center;color:#64748b;transition:all .2s}.close-button:hover{background:#f1f5f9;color:#1e293b}.notifications-list{flex:1;overflow-y:auto;max-height:400px}.notifications-list::-webkit-scrollbar{width:6px}.notifications-list::-webkit-scrollbar-track{background:#f1f5f9}.notifications-list::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:3px}.notifications-list::-webkit-scrollbar-thumb:hover{background:#94a3b8}.notification-item{padding:16px 20px;border-bottom:1px solid #f1f5f9;cursor:pointer;transition:all .2s;display:flex;gap:12px;position:relative}.notification-item:last-child{border-bottom:none}.notification-item:hover{background:#f8fafc}.notification-item.unread{background:#eef2ff}.notification-item.unread:hover{background:#e0e7ff}.notification-icon{font-size:24px;width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:#f1f5f9;border-radius:8px;flex-shrink:0}.notification-content{flex:1;min-width:0}.notification-content h4{font-size:14px;font-weight:600;color:#1e293b;margin:0 0 4px}.notification-content p{font-size:13px;color:#64748b;margin:0 0 6px;line-height:1.5;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.notification-time{font-size:11px;color:#94a3b8}.unread-indicator{width:8px;height:8px;background:#4f46e5;border-radius:50%;position:absolute;top:20px;right:12px}.notifications-loading{padding:40px 20px;text-align:center;color:#64748b}.spinner{width:32px;height:32px;border:3px solid #e2e8f0;border-top-color:#4f46e5;border-radius:50%;animation:spin .8s linear infinite;margin:0 auto 12px}.no-notifications{padding:60px 20px;text-align:center;color:#94a3b8}.no-notifications svg{color:#cbd5e1;margin-bottom:12px}.no-notifications p{font-size:14px;margin:0}.view-all-link{display:block;text-align:center;padding:14px 20px;color:#4f46e5;font-size:14px;font-weight:500;text-decoration:none;border-top:1px solid #e2e8f0;transition:all .2s}.view-all-link:hover{background:#f8fafc;color:#4338ca}@media(max-width:768px){.notifications-menu{width:calc(100vw - 32px);right:-100px}}.header{background:#fff;border-bottom:1px solid #e2e8f0;padding:1.25rem 2rem;position:sticky;top:0;z-index:100}.header-content{display:flex;justify-content:space-between;align-items:center;max-width:1400px}.header-left{flex:1}.page-title{font-size:1.5rem;font-weight:700;color:#1e293b;margin:0}.header-right{display:flex;align-items:center;gap:1.5rem}.notification-button{position:relative;display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:transparent;border:none;border-radius:8px;cursor:pointer;transition:background .2s}.notification-button:hover{background:#f1f5f9}.notification-button svg{font-size:1.25rem;color:#64748b}.notification-badge{position:absolute;top:4px;right:4px;width:18px;height:18px;background:#ef4444;color:#fff;font-size:.625rem;font-weight:700;border-radius:50%;display:flex;align-items:center;justify-content:center}.user-menu{position:relative}.user-menu-trigger{display:flex;align-items:center;gap:.75rem;padding:.5rem;border-radius:8px;cursor:pointer;transition:background .2s}.user-menu-trigger:hover{background:#f1f5f9}.user-avatar{width:40px;height:40px;background:linear-gradient(135deg,#4f46e5,#7c3aed);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff}.user-avatar svg{font-size:1.25rem}.user-info{display:flex;flex-direction:column}.user-name{font-size:.875rem;font-weight:600;color:#1e293b}.user-role{font-size:.75rem;color:#64748b;text-transform:capitalize}.dropdown-icon{font-size:1rem;color:#64748b;transition:transform .2s}.dropdown-icon.open{transform:rotate(180deg)}.user-dropdown{position:absolute;top:calc(100% + 8px);right:0;min-width:200px;background:#fff;border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 10px 40px #0000001a;overflow:hidden;z-index:1000;animation:dropdownFadeIn .2s ease-out}@keyframes dropdownFadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.dropdown-item{display:flex;align-items:center;gap:12px;width:100%;padding:12px 16px;background:transparent;border:none;cursor:pointer;transition:background .2s;font-size:.875rem;font-weight:500;color:#1e293b;text-align:left}.dropdown-item:hover{background:#f8fafc}.dropdown-item svg{font-size:1.125rem;color:#64748b}.dropdown-item.logout{color:#dc2626;border-top:1px solid #e2e8f0}.dropdown-item.logout svg{color:#dc2626}.dropdown-item.logout:hover{background:#fef2f2}@media(max-width:768px){.header{padding:1rem 1rem 1rem 3.5rem}.page-title{font-size:1.25rem}.user-info{display:none}}.stats-card{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 1px 3px #0000001a;transition:all .3s}.stats-card:hover{transform:translateY(-4px);box-shadow:0 4px 12px #00000026}.stats-card-content{display:flex;flex-direction:column;gap:1rem}.stats-card-header{display:flex;justify-content:space-between;align-items:flex-start}.stats-card-title{font-size:.875rem;font-weight:600;color:#64748b;margin:0;text-transform:uppercase;letter-spacing:.05em}.stats-card-icon{width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:1.5rem}.stats-icon-blue{background:#dbeafe;color:#2563eb}.stats-icon-green{background:#d1fae5;color:#059669}.stats-icon-purple{background:#e9d5ff;color:#9333ea}.stats-icon-orange{background:#fed7aa;color:#ea580c}.stats-card-body{display:flex;flex-direction:column;gap:.5rem}.stats-card-value{font-size:2rem;font-weight:700;color:#1e293b;line-height:1;margin:0}.stats-card-trend{font-size:.75rem;font-weight:600;display:flex;align-items:center;gap:.25rem}.trend-up{color:#059669}.trend-down{color:#dc2626}@media(max-width:768px){.stats-card{padding:1.25rem}.stats-card-value{font-size:1.75rem}}.dashboard-container{display:flex;flex-direction:column;gap:2rem}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem}.charts-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:1.5rem}.chart-card{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 1px 3px #0000001a}.chart-title{font-size:1.125rem;font-weight:700;color:#1e293b;margin-bottom:1.5rem}.activity-list{display:flex;flex-direction:column;gap:1rem}.activity-item{display:flex;gap:1rem;padding:1rem;border-radius:8px;transition:background .2s}.activity-item:hover{background:#f8fafc}.activity-icon{width:40px;height:40px;border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:1.125rem;flex-shrink:0}.activity-icon.blue{background:#dbeafe;color:#2563eb}.activity-icon.green{background:#d1fae5;color:#059669}.activity-icon.purple{background:#e9d5ff;color:#9333ea}.activity-icon.orange{background:#fed7aa;color:#ea580c}.activity-content{flex:1}.activity-title{font-size:.875rem;font-weight:600;color:#1e293b;margin:0 0 .25rem}.activity-time{font-size:.75rem;color:#94a3b8;margin:0}@media(max-width:1200px){.charts-grid{grid-template-columns:1fr}}@media(max-width:768px){.stats-grid,.charts-grid{grid-template-columns:1fr}.chart-card{padding:1rem}}.table-container{overflow-x:auto}.table{width:100%;border-collapse:collapse}.table thead{background:#f8fafc;border-bottom:2px solid #e2e8f0}.table th{padding:1rem 1.5rem;text-align:left;font-size:.75rem;font-weight:700;color:#64748b;text-transform:uppercase;letter-spacing:.05em}.table tbody tr{border-bottom:1px solid #e2e8f0;transition:background .2s}.table tbody tr:hover{background:#f8fafc}.table tbody tr.clickable{cursor:pointer}.table td{padding:1rem 1.5rem;font-size:.875rem;color:#1e293b}.table-actions{white-space:nowrap}.action-buttons{display:flex;gap:.5rem}.action-button{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border:none;border-radius:6px;cursor:pointer;transition:all .2s;font-size:1rem}.action-button.view{background:#dbeafe;color:#2563eb}.action-button.view:hover{background:#bfdbfe}.action-button.edit{background:#dbeafe;color:#2563eb}.action-button.edit:hover{background:#bfdbfe}.action-button.delete{background:#fee2e2;color:#dc2626}.action-button.delete:hover{background:#fecaca}.action-button.ban{background:#fed7aa;color:#ea580c}.action-button.ban:hover{background:#fdba74}.action-button.unban{background:#d1fae5;color:#059669}.action-button.unban:hover{background:#a7f3d0}.table-loading,.table-empty{padding:3rem 2rem;text-align:center;color:#64748b}.user-cell{display:flex;align-items:center;gap:.75rem}.user-avatar-small{width:32px;height:32px;background:linear-gradient(135deg,#4f46e5,#7c3aed);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:600;font-size:.875rem}.category-cell{display:flex;align-items:center;gap:.5rem}.category-icon{color:#64748b;font-size:1rem}@media(max-width:768px){.table th,.table td{padding:.75rem 1rem;font-size:.8125rem}.action-button{width:28px;height:28px;font-size:.875rem}}.pagination-container{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-top:1px solid #e2e8f0}.pagination-info{font-size:.875rem;color:#64748b}.pagination{display:flex;gap:.5rem;align-items:center}.pagination-button{display:flex;align-items:center;justify-content:center;min-width:36px;height:36px;padding:0 .75rem;background:#fff;border:1px solid #e2e8f0;border-radius:6px;font-size:.875rem;font-weight:500;color:#475569;cursor:pointer;transition:all .2s}.pagination-button:hover:not(:disabled){background:#f8fafc;border-color:#cbd5e1}.pagination-button.active{background:#4f46e5;border-color:#4f46e5;color:#fff}.pagination-button:disabled{opacity:.4;cursor:not-allowed}.pagination-ellipsis{color:#94a3b8;padding:0 .25rem}@media(max-width:768px){.pagination-container{flex-direction:column;gap:1rem;padding:1rem}.pagination-info{order:2}.pagination{order:1}.pagination-button{min-width:32px;height:32px;font-size:.8125rem}}.modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:2000;padding:1rem;animation:fadeIn .2s ease-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.modal-content{background:#fff;border-radius:12px;width:100%;max-height:90vh;overflow-y:auto;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;animation:slideUp .3s ease-out}@keyframes slideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.modal-small{max-width:400px}.modal-medium{max-width:600px}.modal-large{max-width:800px}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid #e2e8f0}.modal-title{font-size:1.25rem;font-weight:700;color:#1e293b;margin:0}.modal-close{display:flex;align-items:center;justify-content:center;width:32px;height:32px;background:transparent;border:none;border-radius:6px;cursor:pointer;transition:background .2s}.modal-close:hover{background:#f1f5f9}.modal-close svg{font-size:1.25rem;color:#64748b}.modal-body{padding:1.5rem}.modal-actions{display:flex;justify-content:flex-end;gap:.75rem;margin-top:1.5rem}.modal-message{color:#475569;line-height:1.6}.modal-message p{margin-bottom:1rem}.modal-message p:last-child{margin-bottom:0}.warning-text{color:#dc2626;font-weight:600;font-size:.875rem}@media(max-width:768px){.modal-content{max-width:100%;max-height:100vh;border-radius:0}.modal-header,.modal-body{padding:1rem}}.users-container{display:flex;flex-direction:column;gap:1.5rem}.back-button{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:transparent;border:1px solid #e2e8f0;border-radius:8px;color:#64748b;cursor:pointer;font-size:.875rem;font-weight:600;transition:all .2s}.back-button:hover{background:#f8fafc;border-color:#cbd5e1}.back-button svg{font-size:1rem}.user-avatar-small{position:relative;width:40px;height:40px;border-radius:50%;overflow:hidden;background:linear-gradient(135deg,#4f46e5,#7c3aed);display:flex;align-items:center;justify-content:center;color:#fff;font-weight:600;font-size:16px}.user-avatar-small img{width:100%;height:100%;object-fit:cover}.avatar-fallback{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#4f46e5,#7c3aed);color:#fff;font-weight:600;font-size:16px}.user-cell{display:flex;align-items:center;gap:12px}.user-info-cell{display:flex;flex-direction:column;gap:2px}.user-name{font-weight:600;color:#1e293b}.user-fullname{font-size:.75rem;color:#64748b}.user-stats-cell{display:flex;gap:12px;align-items:center}.stat-item{display:inline-flex;align-items:center;gap:4px;padding:4px 8px;background:#f8fafc;border-radius:6px;font-size:.875rem;font-weight:500;color:#64748b}.profile-header{background:#fff;border-radius:16px;overflow:hidden;margin-bottom:2rem;box-shadow:0 2px 8px #0000000d}.profile-cover{width:100%;height:250px;overflow:hidden;background:linear-gradient(135deg,#667eea,#764ba2);position:relative}.profile-cover img{width:100%;height:100%;object-fit:cover}.cover-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.5rem;font-weight:600}.profile-info-section{padding:0 2rem 2rem;position:relative}.profile-avatar-container{display:flex;justify-content:center;margin-top:-80px;margin-bottom:1.5rem}.profile-avatar{width:160px;height:160px;border-radius:50%;border:6px solid white;background:linear-gradient(135deg,#4f46e5,#7c3aed);overflow:hidden;box-shadow:0 8px 24px #00000026;position:relative}.profile-avatar img{width:100%;height:100%;object-fit:cover}.avatar-fallback-large{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:4rem;font-weight:700;background:linear-gradient(135deg,#4f46e5,#7c3aed)}.profile-details{text-align:center;max-width:800px;margin:0 auto}.profile-name-section{margin-bottom:1.5rem}.profile-username{font-size:2rem;font-weight:700;color:#1e293b;margin-bottom:.5rem}.profile-fullname{font-size:1.25rem;color:#64748b;margin-bottom:.75rem}.profile-bio{font-size:1rem;color:#475569;line-height:1.6;margin-bottom:1.5rem;padding:0 2rem}.profile-meta{display:flex;justify-content:center;gap:2rem;flex-wrap:wrap;margin-bottom:1.5rem}.meta-item{display:flex;align-items:center;gap:.5rem;color:#64748b;font-size:.95rem}.meta-item svg{color:#94a3b8}.social-media-links{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid #e2e8f0}.social-media-links h3{font-size:1rem;color:#64748b;margin-bottom:1rem}.social-links{display:flex;justify-content:center;gap:1rem;flex-wrap:wrap}.social-links a{padding:.5rem 1rem;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;color:#4f46e5;text-decoration:none;font-size:.875rem;font-weight:500;transition:all .2s}.social-links a:hover{background:#4f46e5;color:#fff;transform:translateY(-2px)}.stats-section{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-bottom:2rem}.stat-card{background:#fff;border-radius:16px;padding:2rem;display:flex;align-items:center;gap:1.5rem;box-shadow:0 2px 8px #0000000d;transition:transform .2s,box-shadow .2s}.stat-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001a}.stat-icon{width:60px;height:60px;background:linear-gradient(135deg,#4f46e5,#7c3aed);border-radius:12px;display:flex;align-items:center;justify-content:center;color:#fff}.stat-icon svg{font-size:1.75rem}.stat-info h3{font-size:2rem;font-weight:700;color:#1e293b;margin-bottom:.25rem}.stat-info p{font-size:.875rem;color:#64748b;font-weight:500}.user-images-section{background:#fff;border-radius:16px;padding:2rem;box-shadow:0 2px 8px #0000000d}.section-title{display:flex;align-items:center;gap:.75rem;font-size:1.5rem;font-weight:700;color:#1e293b;margin-bottom:1.5rem}.section-title svg{color:#4f46e5}.user-images-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1.5rem}.user-image-item{background:#f8fafc;border-radius:12px;overflow:hidden;transition:transform .2s,box-shadow .2s;cursor:pointer}.user-image-item:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001a}.user-image-item .image-thumbnail{width:100%;height:200px;overflow:hidden;background:#e2e8f0}.user-image-item .image-thumbnail img{width:100%;height:100%;object-fit:cover;transition:transform .3s}.user-image-item:hover .image-thumbnail img{transform:scale(1.05)}.user-image-item .image-info{padding:1rem}.user-image-item .image-info h4{font-size:1rem;font-weight:600;color:#1e293b;margin-bottom:.5rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.user-image-item .image-stats{display:flex;gap:1rem;font-size:.875rem;color:#64748b}.user-image-item .image-stats span{display:flex;align-items:center;gap:.25rem}@media(max-width:768px){.profile-cover{height:180px}.profile-avatar{width:120px;height:120px}.avatar-fallback-large{font-size:3rem}.profile-username{font-size:1.5rem}.profile-fullname{font-size:1rem}.profile-meta{flex-direction:column;gap:.75rem;align-items:center}.stats-section{grid-template-columns:1fr}.user-images-grid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:1rem}.user-image-item .image-thumbnail{height:150px}}.loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;gap:1rem}.spinner{width:48px;height:48px;border:4px solid #e2e8f0;border-top-color:#4f46e5;border-radius:50%;animation:spin .8s linear infinite}.empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;gap:1rem;color:#94a3b8}.empty-state svg{color:#cbd5e1}.empty-state p{font-size:1.125rem;color:#64748b}.category-form{display:flex;flex-direction:column;gap:1.5rem}.move-modal-content{display:flex;flex-direction:column;gap:1rem}.move-modal-content p{color:#475569;margin:0}.form-select{width:100%;padding:.75rem;border:1px solid #e2e8f0;border-radius:8px;font-size:.875rem;font-family:inherit;background:#fff;cursor:pointer;transition:all .2s}.form-select:focus{outline:none;border-color:#4f46e5;box-shadow:0 0 0 3px #4f46e51a}.thumbnail-preview{position:relative;width:100%;max-width:300px;margin-bottom:1rem;border-radius:12px;overflow:hidden;box-shadow:0 2px 8px #0000001a}.thumbnail-preview img{width:100%;height:200px;object-fit:cover;display:block}.remove-thumbnail-button{position:absolute;top:8px;right:8px;width:32px;height:32px;background:#ef4444e6;color:#fff;border:none;border-radius:50%;font-size:24px;line-height:1;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center}.remove-thumbnail-button:hover{background:#dc2626;transform:scale(1.1)}.file-input{width:100%;padding:.75rem;border:2px dashed #e2e8f0;border-radius:8px;font-size:.875rem;cursor:pointer;transition:all .2s}.file-input:hover{border-color:#4f46e5;background:#f8fafc}.help-text{margin-top:.5rem;font-size:.75rem;color:#64748b}.category-thumbnail-cell{position:relative;width:60px;height:60px;border-radius:8px;overflow:hidden;background:#f8fafc}.category-thumbnail-cell img{width:100%;height:100%;object-fit:cover}.thumbnail-fallback{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;font-size:1.5rem}.category-name{font-weight:600;color:#1e293b}.images-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem;padding:1.5rem}.image-item{border-radius:12px;overflow:hidden;background:#fff;border:1px solid #e2e8f0;transition:all .3s}.image-item:hover{box-shadow:0 8px 16px #0000001a;transform:translateY(-4px)}.image-thumbnail{position:relative;overflow:hidden;aspect-ratio:4/3}.image-thumbnail img{width:100%;height:100%;object-fit:cover;transition:transform .3s}.image-item:hover .image-thumbnail img{transform:scale(1.05)}.image-overlay{position:absolute;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;gap:.5rem;opacity:0;transition:opacity .3s}.image-item:hover .image-overlay{opacity:1}.overlay-button{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:#fff;border:none;border-radius:8px;cursor:pointer;font-size:1.125rem;color:#1e293b;transition:all .2s}.overlay-button:hover{transform:scale(1.1)}.overlay-button.delete{background:#ef4444;color:#fff}.image-details{padding:1rem}.image-title{font-size:.875rem;font-weight:600;color:#1e293b;margin:0 0 .5rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.image-category{font-size:.75rem;color:#64748b;margin:0 0 .25rem}.image-uploader{font-size:.75rem;color:#94a3b8;margin:0}@media(max-width:768px){.images-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem;padding:1rem}}@media(max-width:480px){.images-grid{grid-template-columns:1fr}}.upload-container{max-width:800px;margin:0 auto}.upload-form{display:flex;flex-direction:column;gap:2rem}.form-section{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 1px 3px #0000001a}.form-section h3{font-size:1.125rem;font-weight:700;color:#1e293b;margin:0 0 1.5rem}.drop-zone{border:2px dashed #cbd5e1;border-radius:12px;padding:3rem 2rem;text-align:center;cursor:pointer;transition:all .3s;background:#f8fafc}.drop-zone:hover{border-color:#4f46e5;background:#f1f5f9}.drop-icon{font-size:3rem;color:#cbd5e1;margin-bottom:1rem}.drop-zone p{color:#64748b;font-size:.875rem;margin:.5rem 0}.drop-hint{color:#94a3b8;font-size:.75rem}.preview-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:1rem;margin-top:1.5rem}.preview-item{position:relative;aspect-ratio:1;border-radius:8px;overflow:hidden;border:2px solid #e2e8f0}.preview-item img{width:100%;height:100%;object-fit:cover}.remove-button{position:absolute;top:.5rem;right:.5rem;width:28px;height:28px;background:#ef4444e6;color:#fff;border:none;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:1rem;transition:all .2s}.remove-button:hover{background:#dc2626;transform:scale(1.1)}.upload-progress{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 1px 3px #0000001a}.progress-bar{width:100%;height:12px;background:#e2e8f0;border-radius:6px;overflow:hidden;margin-bottom:1rem}.progress-fill{height:100%;background:linear-gradient(90deg,#4f46e5,#7c3aed);border-radius:6px;transition:width .3s}.upload-progress p{text-align:center;color:#64748b;font-size:.875rem;font-weight:600;margin:0}.form-actions{display:flex;justify-content:flex-end;gap:1rem}@media(max-width:768px){.form-section{padding:1.5rem}.drop-zone{padding:2rem 1rem}.preview-grid{grid-template-columns:repeat(auto-fill,minmax(100px,1fr))}.form-actions{flex-direction:column-reverse}.form-actions .button{width:100%}}.like-button{display:inline-flex;align-items:center;gap:6px;padding:8px 14px;background:transparent;border:2px solid #e5e7eb;border-radius:50px;cursor:pointer;transition:all .3s ease;font-size:14px;font-weight:500;color:#6b7280;position:relative;overflow:hidden}.like-button:hover{border-color:#ef4444;color:#ef4444;transform:translateY(-2px);box-shadow:0 4px 12px #ef444433}.like-button.liked{background:linear-gradient(135deg,#ef4444,#dc2626);border-color:#ef4444;color:#fff}.like-button.liked:hover{background:linear-gradient(135deg,#dc2626,#b91c1c);transform:translateY(-2px);box-shadow:0 6px 16px #ef44444d}.like-button:active{transform:translateY(0)}.like-button.loading{opacity:.6;cursor:not-allowed}.like-button.animate .like-icon{animation:heartBeat .3s ease}.like-icon{width:18px;height:18px;transition:all .3s ease}.like-icon.filled{fill:currentColor;stroke:currentColor}.like-count{font-size:14px;font-weight:600;min-width:20px;text-align:center}@keyframes heartBeat{0%{transform:scale(1)}25%{transform:scale(1.3)}50%{transform:scale(1)}75%{transform:scale(1.2)}to{transform:scale(1)}}.like-button:before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;background:#ef44444d;transform:translate(-50%,-50%);transition:width .6s,height .6s}.like-button:active:before{width:100px;height:100px}.like-button.compact{padding:6px 10px;font-size:12px}.like-button.compact .like-icon{width:16px;height:16px}.like-button.compact .like-count{font-size:12px}.like-button.large{padding:12px 20px;font-size:16px}.like-button.large .like-icon{width:22px;height:22px}.like-button.large .like-count{font-size:16px}.favorites-page{padding:24px}.page-title-section{display:flex;align-items:center;gap:16px}.page-icon{width:40px;height:40px;color:#ef4444}.page-subtitle{color:#6b7280;font-size:14px;margin-top:4px}.favorites-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:24px;margin-top:24px}.favorite-card{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 2px 8px #00000014;transition:all .3s ease}.favorite-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001f}.image-wrapper{position:relative;width:100%;padding-bottom:75%;overflow:hidden;background:#f3f4f6}.image-wrapper img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.favorite-card:hover .image-wrapper img{transform:scale(1.05)}.image-overlay{position:absolute;inset:0;background:linear-gradient(to bottom,#0000,#0006);opacity:0;transition:opacity .3s ease;display:flex;align-items:flex-end;padding:16px}.favorite-card:hover .image-overlay{opacity:1}.image-actions{display:flex;gap:8px}.favorite-info{padding:16px}.image-title{font-size:16px;font-weight:600;color:#1f2937;margin-bottom:8px;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.image-description{font-size:13px;color:#6b7280;line-height:1.5;margin-bottom:12px}.image-meta{display:flex;gap:16px;margin-bottom:12px;padding-top:12px;border-top:1px solid #f3f4f6}.meta-item{display:flex;align-items:center;gap:6px;font-size:13px;color:#6b7280}.meta-item svg{width:14px;height:14px}.uploader-info{display:flex;align-items:center;gap:10px}.uploader-avatar{width:32px;height:32px;border-radius:50%;overflow:hidden;background:#e5e7eb}.uploader-avatar img{width:100%;height:100%;object-fit:cover}.avatar-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;font-weight:600;font-size:14px}.uploader-name{font-size:13px;color:#374151;font-weight:500}.empty-state{text-align:center;padding:80px 20px}.empty-icon{width:80px;height:80px;color:#d1d5db;margin:0 auto 24px}.empty-state h3{font-size:20px;color:#374151;margin-bottom:8px}.empty-state p{color:#6b7280;margin-bottom:24px;font-size:15px}.button-primary{display:inline-block;padding:12px 24px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;text-decoration:none;border-radius:8px;font-weight:600;transition:transform .2s ease}.button-primary:hover{transform:translateY(-2px)}.loading-container{text-align:center;padding:80px 20px}.spinner{width:48px;height:48px;border:4px solid #f3f4f6;border-top-color:#667eea;border-radius:50%;animation:spin 1s linear infinite;margin:0 auto 16px}.loading-container p{color:#6b7280;font-size:15px}@media(max-width:1024px){.favorites-grid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:20px}}@media(max-width:768px){.favorites-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:16px}.favorites-page{padding:16px}}@media(max-width:480px){.favorites-grid{grid-template-columns:1fr}.page-title-section{flex-direction:column;align-items:flex-start;gap:12px}}.reports-page{padding:24px}.stats-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:20px;margin:24px 0}.stat-card{background:#fff;padding:24px;border-radius:12px;box-shadow:0 2px 8px #00000014;border-left:4px solid}.stat-card.warning{border-left-color:#f59e0b}.stat-card.info{border-left-color:#3b82f6}.stat-card.success{border-left-color:#10b981}.stat-card.danger{border-left-color:#ef4444}.stat-value{font-size:32px;font-weight:700;color:#1f2937;margin-bottom:8px}.stat-label{font-size:14px;color:#6b7280;font-weight:500}.filters{display:flex;gap:12px}.filter-select{padding:10px 16px;border:2px solid #e5e7eb;border-radius:8px;font-size:14px;background:#fff;cursor:pointer;transition:border-color .2s}.filter-select:focus{outline:none;border-color:#3b82f6}.type-badge{display:inline-block;padding:4px 12px;border-radius:12px;font-size:12px;font-weight:600}.type-badge.image{background:#dbeafe;color:#1e40af}.type-badge.user{background:#fce7f3;color:#9f1239}.badge{display:inline-block;padding:4px 12px;border-radius:12px;font-size:12px;font-weight:600}.badge-warning{background:#fef3c7;color:#92400e}.badge-info{background:#dbeafe;color:#1e40af}.badge-success{background:#d1fae5;color:#065f46}.badge-danger{background:#fee2e2;color:#991b1b}.user-cell{display:flex;align-items:center;gap:8px}.action-button.view{background:#3b82f6;color:#fff}.action-button.view:hover{background:#2563eb}.report-detail{max-height:70vh;overflow-y:auto}.detail-section{margin-bottom:24px;padding-bottom:24px;border-bottom:1px solid #e5e7eb}.detail-section:last-child{border-bottom:none}.detail-section h3{font-size:16px;font-weight:600;color:#1f2937;margin-bottom:16px}.detail-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:16px}.detail-item{display:flex;flex-direction:column;gap:4px}.detail-label{font-size:12px;color:#6b7280;font-weight:500}.report-description{background:#f9fafb;padding:16px;border-radius:8px;line-height:1.6;color:#374151}.user-info{display:flex;align-items:center;gap:12px;padding:16px;background:#f9fafb;border-radius:8px}.user-avatar{width:48px;height:48px;border-radius:50%;overflow:hidden;flex-shrink:0;background:#e5e7eb}.user-avatar img{width:100%;height:100%;object-fit:cover}.avatar-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;font-weight:600;font-size:18px}.user-name{font-weight:600;color:#1f2937;margin-bottom:2px}.user-email{font-size:14px;color:#6b7280}.user-status{font-size:13px;color:#6b7280;margin-top:4px}.reported-image{display:flex;gap:16px;align-items:flex-start;padding:16px;background:#f9fafb;border-radius:8px}.reported-image img{width:120px;height:120px;object-fit:cover;border-radius:8px;flex-shrink:0}.image-info{display:flex;flex-direction:column;gap:8px}.image-info strong{color:#1f2937;font-size:15px}.image-info span{color:#6b7280;font-size:13px}.deleted-content{padding:16px;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;color:#991b1b;text-align:center}.admin-notes{margin-top:12px;padding:12px;background:#eff6ff;border-left:3px solid #3b82f6;border-radius:4px}.admin-notes strong{display:block;margin-bottom:8px;color:#1e40af;font-size:14px}.admin-notes p{color:#1f2937;line-height:1.6}.modal-actions{display:flex;gap:12px;justify-content:flex-end;padding-top:20px;border-top:1px solid #e5e7eb;margin-top:24px}.button{display:inline-flex;align-items:center;gap:8px;padding:10px 20px;border:none;border-radius:8px;font-weight:600;font-size:14px;cursor:pointer;transition:all .2s}.button-info{background:#3b82f6;color:#fff}.button-info:hover{background:#2563eb}.button-success:hover{background:#059669}.button-danger:hover{background:#dc2626}.button:disabled{opacity:.6;cursor:not-allowed}@media(max-width:768px){.reports-page{padding:16px}.stats-cards{grid-template-columns:repeat(2,1fr);gap:12px}.filters{flex-direction:column}.filter-select{width:100%}.detail-grid{grid-template-columns:1fr}.reported-image{flex-direction:column}.reported-image img{width:100%;height:200px}.modal-actions{flex-direction:column}.button{width:100%;justify-content:center}}.notifications-content{margin-top:24px}.header-title{display:flex;align-items:center;gap:16px}.header-title h1{margin:0 0 4px}.unread-count{font-size:14px;color:#64748b;font-weight:400}.header-actions{display:flex;gap:12px}.notifications-filters{background:#fff;padding:20px;border-radius:12px;margin-bottom:24px;box-shadow:0 1px 3px #0000001a}.filter-group{margin-bottom:16px}.filter-group:last-child{margin-bottom:0}.filter-group label{display:flex;align-items:center;gap:8px;font-size:14px;font-weight:500;color:#1e293b;margin-bottom:12px}.filter-buttons{display:flex;gap:8px;flex-wrap:wrap}.filter-buttons button{padding:8px 16px;border:1px solid #e2e8f0;background:#fff;border-radius:8px;font-size:14px;cursor:pointer;transition:all .2s;color:#64748b}.filter-buttons button:hover{background:#f8fafc;border-color:#cbd5e1}.filter-buttons button.active{background:#4f46e5;color:#fff;border-color:#4f46e5}.notifications-list-page{display:flex;flex-direction:column;gap:12px}.notification-card{background:#fff;padding:20px;border-radius:12px;box-shadow:0 1px 3px #0000001a;display:flex;gap:16px;transition:all .2s;border:2px solid transparent}.notification-card.unread{border-color:#4f46e5;background:#eef2ff}.notification-card .notification-icon{width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:24px;flex-shrink:0}.notification-body{flex:1;min-width:0}.notification-header{display:flex;align-items:center;gap:12px;margin-bottom:8px}.notification-header h3{font-size:16px;font-weight:600;color:#1e293b;margin:0}.unread-badge{background:#4f46e5;color:#fff;font-size:11px;font-weight:600;padding:2px 8px;border-radius:4px}.notification-body p{font-size:14px;color:#64748b;line-height:1.6;margin:0 0 8px}.notification-time{font-size:12px;color:#94a3b8}.notification-actions{display:flex;gap:8px;align-items:flex-start}.notification-actions .action-button{width:36px;height:36px;border:none;background:#f1f5f9;border-radius:8px;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#64748b;transition:all .2s}.notification-actions .action-button:hover{background:#e2e8f0;color:#1e293b}.notification-actions .action-button.delete:hover{background:#fee2e2;color:#ef4444}.loading-state,.empty-state{text-align:center;padding:80px 20px;color:#94a3b8}.empty-state svg{color:#cbd5e1;margin-bottom:16px}.empty-state h3{font-size:20px;color:#475569;margin:0 0 8px}.empty-state p{font-size:14px;margin:0}.spinner{width:40px;height:40px;border:4px solid #e2e8f0;border-top-color:#4f46e5;border-radius:50%;animation:spin .8s linear infinite;margin:0 auto 16px}@media(max-width:768px){.header-actions{flex-direction:column;width:100%}.header-actions button{width:100%}.notification-card{flex-direction:column}.notification-actions{flex-direction:row;justify-content:flex-end}}.settings-page{max-width:1000px;margin:0 auto}.settings-page .page-header{margin-bottom:32px}.settings-page .page-header h1{font-size:32px;font-weight:700;color:#1f2937;margin-bottom:8px}.settings-page .page-header p{color:#6b7280;font-size:16px}.alert{display:flex;align-items:center;gap:12px;padding:16px 20px;border-radius:12px;margin-bottom:24px;font-weight:500;animation:slideIn .3s ease}.alert svg{width:20px;height:20px;flex-shrink:0}.alert-success{background:#d1fae5;color:#065f46;border:1px solid #6ee7b7}.alert-error{background:#fee2e2;color:#991b1b;border:1px solid #fca5a5}@keyframes slideIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.settings-tabs{display:flex;gap:8px;margin-bottom:32px;border-bottom:2px solid #e5e7eb;overflow-x:auto}.tab-button{display:flex;align-items:center;gap:8px;padding:12px 24px;background:none;border:none;border-bottom:3px solid transparent;color:#6b7280;font-weight:500;cursor:pointer;transition:all .2s;white-space:nowrap;margin-bottom:-2px}.tab-button svg{width:18px;height:18px}.tab-button:hover{color:#4f46e5;background:#f9fafb}.tab-button.active{color:#4f46e5;border-bottom-color:#4f46e5}.settings-content{background:#fff;border-radius:16px;padding:32px;box-shadow:0 1px 3px #0000001a}.settings-form{display:flex;flex-direction:column;gap:32px}.form-section{display:flex;flex-direction:column;gap:20px}.form-section h2{font-size:20px;font-weight:600;color:#1f2937;margin-bottom:4px;padding-bottom:12px;border-bottom:2px solid #e5e7eb}.form-group{display:flex;flex-direction:column;gap:8px}.form-group label{display:flex;align-items:center;gap:8px;font-weight:500;color:#374151;font-size:14px}.form-group label svg{width:16px;height:16px;color:#6b7280}.form-group input[type=text],.form-group input[type=email],.form-group input[type=password],.form-group input[type=url],.form-group textarea{padding:12px 16px;border:2px solid #e5e7eb;border-radius:8px;font-size:15px;transition:all .2s;font-family:inherit}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#4f46e5;box-shadow:0 0 0 3px #4f46e51a}.form-group small{color:#6b7280;font-size:13px}.image-upload-group{display:grid;grid-template-columns:1fr 1fr;gap:24px}.upload-item{display:flex;flex-direction:column;gap:12px}.upload-item>label{font-weight:600;color:#374151;font-size:14px}.avatar-upload-wrapper{display:flex;flex-direction:column;align-items:center;gap:16px}.avatar-preview-large{width:150px;height:150px;border-radius:50%;overflow:hidden;border:4px solid #e5e7eb;background:#f9fafb}.avatar-preview-large img{width:100%;height:100%;object-fit:cover}.avatar-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.cover-upload-wrapper{display:flex;flex-direction:column;gap:12px}.cover-preview{width:100%;height:200px;border-radius:12px;overflow:hidden;border:2px solid #e5e7eb;background:#f9fafb}.cover-preview img{width:100%;height:100%;object-fit:cover}.cover-placeholder{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#9ca3af;gap:8px}.cover-placeholder svg{opacity:.5}.cover-placeholder p{font-size:14px}.upload-actions{display:flex;flex-direction:column;align-items:center;gap:8px}.upload-button{display:inline-flex;align-items:center;gap:8px;padding:10px 20px;background:#4f46e5;color:#fff;border:none;border-radius:8px;font-weight:500;cursor:pointer;transition:all .2s;font-size:14px}.upload-button:hover{background:#4338ca;transform:translateY(-1px);box-shadow:0 4px 12px #4f46e54d}.upload-button svg{width:16px;height:16px}.upload-hint{font-size:12px;color:#6b7280;text-align:center}.color-picker-wrapper{display:flex;align-items:center;gap:12px}.color-picker-wrapper input[type=color]{width:60px;height:40px;border:2px solid #e5e7eb;border-radius:8px;cursor:pointer;padding:4px}.color-picker-wrapper input[type=color]::-webkit-color-swatch-wrapper{padding:0}.color-picker-wrapper input[type=color]::-webkit-color-swatch{border:none;border-radius:4px}.color-picker-wrapper span{font-family:Courier New,monospace;font-weight:600;color:#374151;text-transform:uppercase}.security-info{display:flex;flex-direction:column;gap:16px}.info-card{display:flex;gap:16px;padding:20px;background:#f9fafb;border:2px solid #e5e7eb;border-radius:12px}.info-card svg{color:#4f46e5;flex-shrink:0}.info-card h3{font-size:16px;font-weight:600;color:#1f2937;margin-bottom:4px}.info-card p{font-size:14px;color:#6b7280;line-height:1.6}.form-actions{display:flex;justify-content:flex-end;padding-top:24px;border-top:2px solid #e5e7eb}.btn-primary{display:inline-flex;align-items:center;gap:8px;padding:12px 32px;background:#4f46e5;color:#fff;border:none;border-radius:10px;font-weight:600;font-size:15px;cursor:pointer;transition:all .2s}.btn-primary:hover:not(:disabled){background:#4338ca;transform:translateY(-2px);box-shadow:0 10px 25px #4f46e54d}.btn-primary:disabled{opacity:.6;cursor:not-allowed}.btn-primary svg{width:18px;height:18px}@media(max-width:768px){.settings-content{padding:20px}.image-upload-group{grid-template-columns:1fr}.settings-tabs{gap:4px}.tab-button{padding:10px 16px;font-size:14px}.tab-button span{display:none}.tab-button svg{width:20px;height:20px}.settings-page .page-header h1{font-size:24px}.form-section h2{font-size:18px}.avatar-preview-large{width:120px;height:120px}.cover-preview{height:150px}}@media(max-width:480px){.settings-content{padding:16px}.form-group input,.form-group textarea{font-size:14px}.btn-primary{width:100%;justify-content:center}}.layout{display:flex;min-height:100vh;background-color:#f5f7fa}.main-content{flex:1;margin-left:280px;transition:margin-left .3s ease}@media(max-width:768px){.main-content{margin-left:0}}.page-container{padding:2rem;max-width:1400px;margin:0 auto}.page-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.page-header h1{font-size:2rem;font-weight:700;color:#1e293b;margin:0}.page-toolbar{display:flex;gap:1rem;margin-bottom:2rem;flex-wrap:wrap}.page-content{background:#fff;border-radius:12px;box-shadow:0 1px 3px #0000001a;overflow:hidden}.button{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;border:none;border-radius:8px;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s;font-family:inherit}.button:disabled{opacity:.5;cursor:not-allowed}.button-primary{background:#4f46e5;color:#fff}.button-primary:hover:not(:disabled){background:#4338ca}.button-secondary{background:#e2e8f0;color:#475569}.button-secondary:hover:not(:disabled){background:#cbd5e1}.button-danger{background:#ef4444;color:#fff}.button-danger:hover:not(:disabled){background:#dc2626}.button-success{background:#10b981;color:#fff}.button-success:hover:not(:disabled){background:#059669}.button-warning{background:#f59e0b;color:#fff}.button-warning:hover:not(:disabled){background:#d97706}.search-box{position:relative;flex:1;max-width:400px}.search-box input{width:100%;padding:.75rem 1rem .75rem 2.5rem;border:1px solid #e2e8f0;border-radius:8px;font-size:.875rem;transition:all .2s}.search-box input:focus{outline:none;border-color:#4f46e5;box-shadow:0 0 0 3px #4f46e51a}.search-icon{position:absolute;left:.75rem;top:50%;transform:translateY(-50%);color:#94a3b8}.filter-box{position:relative;min-width:200px}.filter-box select{width:100%;padding:.75rem 2.5rem;border:1px solid #e2e8f0;border-radius:8px;font-size:.875rem;cursor:pointer;background:#fff;transition:all .2s}.filter-box select:focus{outline:none;border-color:#4f46e5;box-shadow:0 0 0 3px #4f46e51a}.filter-icon{position:absolute;left:.75rem;top:50%;transform:translateY(-50%);color:#94a3b8;pointer-events:none}.loading-container,.empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;color:#64748b}.spinner{width:40px;height:40px;border:4px solid #e2e8f0;border-top-color:#4f46e5;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;font-size:.875rem;font-weight:600;color:#1e293b}.form-group input,.form-group textarea,.form-group select{width:100%;padding:.75rem;border:1px solid #e2e8f0;border-radius:8px;font-size:.875rem;font-family:inherit;transition:all .2s}.form-group input:focus,.form-group textarea:focus,.form-group select:focus{outline:none;border-color:#4f46e5;box-shadow:0 0 0 3px #4f46e51a}.form-group textarea{resize:vertical;min-height:100px}.error-message{padding:.75rem 1rem;background:#fee2e2;color:#dc2626;border-radius:8px;font-size:.875rem;margin-bottom:1rem}.success-message{padding:.75rem 1rem;background:#d1fae5;color:#059669;border-radius:8px;font-size:.875rem;margin-bottom:1rem}.role-badge,.status-badge{display:inline-block;padding:.25rem .75rem;border-radius:9999px;font-size:.75rem;font-weight:600;text-transform:uppercase}.role-badge.admin{background:#dbeafe;color:#1e40af}.role-badge.user{background:#e0e7ff;color:#4338ca}.status-badge.active{background:#d1fae5;color:#059669}.status-badge.banned{background:#fee2e2;color:#dc2626}@media(max-width:768px){.page-container{padding:1rem}.page-header{flex-direction:column;align-items:flex-start;gap:1rem}.page-toolbar{flex-direction:column}.search-box,.filter-box{max-width:100%;width:100%}}*{margin:0;padding:0;box-sizing:border-box}:root{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.6;font-weight:400;color-scheme:light;color:#1e293b;background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;min-height:100vh}#root{min-height:100vh}a{color:#4f46e5;text-decoration:none;transition:color .2s}a:hover{color:#4338ca}button,input,textarea,select{font-family:inherit}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#f1f5f9}::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#94a3b8}
