.dashboard-page h1{font-size:24px;font-weight:600;margin-bottom:25px}.summary-bar{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:16px;margin-bottom:30px}.summary-item{background:#fff;border:1px solid #ddd;border-radius:10px;padding:16px;display:flex;flex-direction:column;gap:6px}.summary-label{font-size:14px;color:#6b7280}.summary-value{font-size:20px;font-weight:700;color:#111827}.system-controls{background:#fff;border:1px solid #ddd;border-radius:10px;padding:24px;margin-top:20px}.system-controls h2{font-size:20px;font-weight:600;margin-bottom:20px}.service-table{width:100%;border-collapse:collapse}.service-table th,.service-table td{padding:14px;border-bottom:1px solid #eee;text-align:center;font-size:14px}.service-table th{background:#f3f4f6;font-weight:600;color:#374151}.status-cell{display:flex;align-items:center;justify-content:center;gap:8px}.status-dot{width:12px;height:12px;border-radius:50%}.status-online{background:#22c55e}.status-offline{background:#ef4444}.status-loading{background:#eab308}.build-btn,.restart-btn,.logs-btn{padding:8px 14px;border-radius:6px;border:none;cursor:pointer;font-size:14px;color:#fff;transition:background .2s}.build-btn{background:#3b82f6}.build-btn:hover{background:#2563eb}.restart-btn{background:#f97316}.restart-btn:hover{background:#ea580c}.logs-btn{background:#6b7280}.logs-btn:hover{background:#4b5563}.btn-loading{opacity:.6;cursor:default}.modal-backdrop{position:fixed;inset:0;background:#00000073;display:flex;align-items:center;justify-content:center;z-index:999}.modal{background:#fff;width:600px;max-height:80vh;overflow-y:auto;border-radius:12px;padding:20px;box-shadow:0 6px 20px #00000026}.modal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.modal-header h3{font-size:18px;font-weight:600}.modal-close{background:transparent;border:none;font-size:20px;cursor:pointer}.modal-body{max-height:60vh;overflow-y:auto}.logs-content{background:#111827;color:#e5e7eb;padding:16px;border-radius:8px;white-space:pre-wrap;font-family:monospace;font-size:13px}.users-page{padding:30px;color:#222;font-family:Inter,sans-serif}.users-page h1{font-size:28px;margin-bottom:20px;font-weight:600}.users-filters{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.add-user-btn{background:#4a6cf7;color:#fff;padding:10px 16px;border:none;border-radius:6px;cursor:pointer;font-weight:500;transition:.2s}.add-user-btn:hover{background:#3d5be0}.users-table{width:100%;border-collapse:collapse;background:#fff;border-radius:8px;overflow:hidden}.users-table th{background:#f5f6fa;padding:12px;text-align:left;font-weight:600;font-size:14px;border-bottom:1px solid #e5e7eb}.users-table td{padding:12px;border-bottom:1px solid #f0f0f0;font-size:14px}.users-table tr:hover{background:#fafafa}.user-actions button{margin-right:6px;padding:6px 10px;border-radius:6px;border:none;cursor:pointer;font-size:13px;transition:.2s}.edit-btn{background:#ffe08a}.edit-btn:hover{background:#ffd76a}.unban-btn{background:#4caf50;color:#fff}.unban-btn:hover{background:#3e8e41}.improved-modal{width:550px}.modal-title{margin-bottom:20px;font-size:22px;font-weight:600}.modal-form .form-grid{display:grid;grid-template-columns:1fr 1fr;gap:15px}.form-group label{display:block;margin-bottom:6px;font-weight:500}.form-group input,.form-group select{width:100%;padding:8px 10px;border:1px solid #ccc;border-radius:6px}.btn-primary{background:#4a6cf7;color:#fff;padding:10px 16px;border-radius:6px;border:none;cursor:pointer}.btn-primary:hover{background:#3d5be0}.reports-page{padding:30px;color:#222;font-family:Inter,sans-serif}.reports-page h1{font-size:28px;margin-bottom:20px;font-weight:600}.reports-filters{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.reports-table{width:100%;border-collapse:collapse;background:#fff;border-radius:8px;overflow:hidden}.reports-table th{background:#f5f6fa;padding:12px;text-align:left;font-weight:600;font-size:14px;border-bottom:1px solid #e5e7eb}.reports-table td{padding:12px;border-bottom:1px solid #f0f0f0;font-size:14px}.reports-table tr:hover{background:#fafafa}.report-actions button{margin-right:6px;padding:6px 10px;border-radius:6px;border:none;cursor:pointer;font-size:13px;transition:.2s}.resolve-btn{background:#4caf50;color:#fff}.resolve-btn:hover{background:#3e8e41}.modal{background:#fff;padding:25px;border-radius:10px;width:420px;max-width:90%;animation:fadeIn .2s ease}.modal h2{margin-bottom:20px;font-size:22px;font-weight:600}.modal p{margin-bottom:10px;font-size:14px}.modal-actions{margin-top:20px;display:flex;justify-content:flex-end;gap:10px}.photos-page{padding:30px;color:#222;font-family:Inter,sans-serif}.photos-page h1{font-size:28px;margin-bottom:20px;font-weight:600}.photos-filters{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.filters-left{display:flex;gap:12px}.filters-left input,.filters-left select{padding:8px 12px;border:1px solid #ccc;border-radius:6px;font-size:14px}.photos-table{width:100%;border-collapse:collapse;background:#fff;border-radius:8px;overflow:hidden}.photos-table th{background:#f5f6fa;padding:12px;text-align:left;font-weight:600;font-size:14px;border-bottom:1px solid #e5e7eb}.photos-table td{padding:12px;border-bottom:1px solid #f0f0f0;font-size:14px}.photos-table tr:hover{background:#fafafa}.photo-thumb{width:60px;height:60px;object-fit:cover;border-radius:6px;cursor:pointer;transition:.2s}.photo-thumb:hover{transform:scale(1.05)}.photo-actions button{margin-right:6px;padding:6px 10px;border-radius:6px;border:none;cursor:pointer;font-size:13px;transition:.2s}.modal.photo-modal{background:#fff;padding:25px;border-radius:10px;width:500px;max-width:95%;animation:fadeIn .2s ease}.modal.photo-modal h2{margin-bottom:15px;font-size:22px;font-weight:600}.photo-full{width:100%;border-radius:8px;margin-bottom:15px;object-fit:contain}.modqueue-page{padding:30px;color:#222;font-family:Inter,sans-serif}.modqueue-page h1{font-size:28px;margin-bottom:20px;font-weight:600}.modqueue-filters{margin-bottom:20px}.modqueue-filters select{padding:8px 12px;border:1px solid #ccc;border-radius:6px;font-size:14px}.bulk-bar{background:#f5f6fa;padding:12px 15px;border-radius:8px;margin-bottom:15px;display:flex;align-items:center;gap:12px;border:1px solid #e5e7eb}.bulk-bar span{font-weight:600}.modqueue-table{width:100%;border-collapse:collapse;background:#fff;border-radius:8px;overflow:hidden}.modqueue-table th{background:#f5f6fa;padding:12px;text-align:left;font-weight:600;font-size:14px;border-bottom:1px solid #e5e7eb}.modqueue-table td{padding:12px;border-bottom:1px solid #f0f0f0;font-size:14px}.modqueue-table tr:hover{background:#fafafa}.mq-thumb{width:60px;height:60px;object-fit:cover;border-radius:6px;cursor:pointer;transition:.2s}.mq-thumb:hover{transform:scale(1.05)}.flag-ai,.flag-reported,.flag-pending{display:inline-block;padding:4px 8px;border-radius:6px;font-size:12px;margin-right:6px;color:#fff}.flag-ai{background:#ff6b6b}.flag-reported{background:#f0ad4e}.flag-pending{background:#4a6cf7}.mq-actions button{margin-right:6px;padding:6px 10px;border-radius:6px;border:none;cursor:pointer;font-size:13px;transition:.2s}.view-btn{background:#e5e7eb}.view-btn:hover{background:#d5d7da}.approve-btn{background:#4caf50;color:#fff}.approve-btn:hover{background:#3e8e41}.reject-btn{background:#ff9800;color:#fff}.reject-btn:hover{background:#e68900}.delete-btn{background:#d9534f;color:#fff}.delete-btn:hover{background:#c64542}.ban-btn{background:#ff6b6b;color:#fff}.ban-btn:hover{background:#e85a5a}.pagination{margin-top:20px;display:flex;gap:8px}.pagination button{padding:8px 12px;border:1px solid #ccc;background:#fff;border-radius:6px;cursor:pointer;transition:.2s}.pagination button:hover{background:#f0f0f0}.pagination .active{background:#4a6cf7;color:#fff;border-color:#4a6cf7}.modal-backdrop{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000073;display:flex;justify-content:center;align-items:center;z-index:50}.modal.mq-modal{background:#fff;padding:25px;border-radius:10px;width:500px;max-width:95%;animation:fadeIn .2s ease}.modal.mq-modal h2{margin-bottom:15px;font-size:22px;font-weight:600}.mq-full{width:100%;border-radius:8px;margin-bottom:15px;object-fit:contain}.modal-actions{margin-top:15px;display:flex;justify-content:flex-end;gap:10px}.btn-secondary{background:#e5e7eb;padding:10px 16px;border-radius:6px;border:none;cursor:pointer}.btn-secondary:hover{background:#d5d7da}@keyframes fadeIn{0%{opacity:0;transform:scale(.97)}to{opacity:1;transform:scale(1)}}.settings-page h1{font-size:26px;margin-bottom:25px}.settings-section{margin-bottom:40px}.settings-section h2{font-size:20px;margin-bottom:15px;color:#111827}.settings-card{background:#fff;border:1px solid #ddd;border-radius:10px;padding:20px;margin-bottom:20px}.settings-card h3{margin-bottom:15px;font-size:18px}.form-grid{display:grid;grid-template-columns:180px 1fr;gap:12px 20px;margin-bottom:20px}.form-grid label{font-weight:500;color:#374151;padding-top:8px}.form-grid input{padding:10px;border:1px solid #ddd;border-radius:6px}.primary-btn{background:#3b82f6;color:#fff;padding:10px 16px;border:none;border-radius:6px;cursor:pointer}.primary-btn:hover{background:#2563eb}.danger-btn{background:#ef4444;color:#fff;padding:6px 12px;border:none;border-radius:6px;cursor:pointer}.danger-btn:hover{background:#dc2626}.admin-list li{display:flex;justify-content:space-between;padding:8px 0;border-bottom:1px solid #eee}.twofa-row{display:flex;justify-content:space-between;align-items:center}.switch{position:relative;width:50px;height:26px}.switch input{display:none}.slider{position:absolute;inset:0;background:#ccc;border-radius:26px;transition:.3s}.slider:before{content:"";position:absolute;width:22px;height:22px;left:2px;top:2px;background:#fff;border-radius:50%;transition:.3s}input:checked+.slider{background:#3b82f6}input:checked+.slider:before{transform:translate(24px)}.maintenance-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:12px}.maintenance-grid button{padding:10px;border-radius:6px;border:none;background:#6b7280;color:#fff;cursor:pointer}.maintenance-grid button:hover{background:#4b5563}.login-wrapper{display:flex;justify-content:center;align-items:center;min-height:100vh;background:#f3f4f6;padding:20px}.login-card{background:#fff;border:1px solid #ddd;border-radius:10px;padding:32px;width:100%;max-width:380px;box-shadow:0 4px 12px #0000000d}.login-card h1{font-size:22px;font-weight:600;margin-bottom:20px;color:#111827}.login-card input{width:100%;padding:12px;margin-bottom:14px;border:1px solid #ddd;border-radius:8px;font-size:14px}.login-card button{width:100%;padding:12px;background:#3b82f6;border:none;border-radius:8px;color:#fff;font-size:15px;cursor:pointer;transition:background .2s}.login-card button:hover{background:#2563eb}.login-error{color:#ef4444;margin-top:10px;font-size:14px}.notfound-wrapper{display:flex;justify-content:center;align-items:center;min-height:70vh;padding:20px}.notfound-card{background:#fff;border:1px solid #ddd;border-radius:10px;padding:40px;max-width:500px;text-align:center;box-shadow:0 4px 12px #0000000d}.notfound-card h1{font-size:24px;font-weight:600;margin-bottom:15px;color:#111827}.notfound-card p{font-size:16px;color:#6b7280}.admin-layout{display:flex;min-height:100vh;background:#f3f4f6}.sidebar{width:240px;background:#1f2937;color:#fff;padding:24px 20px;display:flex;flex-direction:column;gap:14px}.sidebar h2{font-size:20px;margin-bottom:10px}.sidebar a{color:#e5e7eb;text-decoration:none;padding:8px 0;font-size:15px}.sidebar a:hover{color:#fff}.main-content{flex:1;display:flex;flex-direction:column}.top-header{background:#fff;border-bottom:1px solid #ddd;padding:16px 24px;display:flex;justify-content:space-between;align-items:center}.top-header h1{font-size:22px;font-weight:600}.page-content{padding:30px}.subscriptions-page{padding:24px}.subscriptions-page h1{font-size:20px;font-weight:600;margin-bottom:16px}.subscriptions-table{width:100%;border-collapse:collapse;font-size:14px}.subscriptions-table th,.subscriptions-table td{padding:12px 8px;border-bottom:1px solid #e5e5e5;text-align:left}.subscriptions-table th{font-weight:600;color:#444}.subscriptions-table td button{color:#2563eb;cursor:pointer;background:none;border:none;padding:0}.subscriptions-table td button:hover{text-decoration:underline}.slideover-container{position:fixed;inset:0;z-index:50;pointer-events:none}.slideover-backdrop{position:absolute;inset:0;background:#0006;opacity:0;transition:opacity .25s ease}.slideover-backdrop.open{opacity:1;pointer-events:auto}.slideover-panel{position:absolute;top:0;right:0;height:100vh;background:#fff;box-shadow:-2px 0 10px #0000001a;transform:translate(100%);transition:transform .3s ease;overflow-y:auto;pointer-events:auto}@media(max-width:640px){.slideover-panel{width:100%}}@media(min-width:641px)and (max-width:1024px){.slideover-panel{width:75%}}@media(min-width:1025px){.slideover-panel{width:460px}}.slideover-panel.open{transform:translate(0)}.slideover-header{padding:24px;border-bottom:1px solid #e5e5e5;display:flex;justify-content:space-between;align-items:center}.slideover-header-title{font-size:16px;font-weight:600}.slideover-close{background:none;border:none;font-size:20px;cursor:pointer}.slideover-tabs{display:flex;border-bottom:1px solid #e5e5e5}.slideover-tab{padding:12px 16px;font-size:14px;background:none;border:none;cursor:pointer;color:#666}.slideover-tab.active{color:#000;font-weight:600;border-bottom:2px solid #000}.slideover-content{padding:24px;overflow-y:auto;flex:1}.action-block{border:1px solid #e5e5e5;padding:16px;border-radius:6px;margin-bottom:24px}.action-block h3{font-size:15px;font-weight:600;margin-bottom:12px}.action-block button{background:#2563eb;color:#fff;padding:8px 14px;border-radius:4px;border:none;cursor:pointer;font-size:14px}.action-block button:hover{background:#1e4fcf}.action-block .danger{background:#dc2626}.action-block .danger:hover{background:#b91c1c}.billing-history{font-size:14px}.billing-history-item{padding:12px 0;border-bottom:1px solid #e5e5e5}.billing-history-item:last-child{border-bottom:none}.billing-history-label{font-weight:600;margin-right:6px}
