.login-container{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;justify-content:center;min-height:100vh}.login-container .login-card{background:#fff;border-radius:12px;box-shadow:0 10px 25px #0000001a;max-width:400px;padding:2rem;width:100%}.login-container .login-card .login-header{margin-bottom:2rem;text-align:center}.login-container .login-card .login-header h1{color:#333;font-size:1.8rem;margin-bottom:.5rem}.login-container .login-card .login-header p{color:#666;font-size:.9rem}.login-container .login-card .login-form .form-group{margin-bottom:1.5rem}.login-container .login-card .login-form .form-group label{color:#333;display:block;font-weight:500;margin-bottom:.5rem}.login-container .login-card .login-form .form-group input{border:1px solid #ddd;border-radius:6px;font-size:1rem;padding:.75rem;transition:border-color .3s;width:100%}.login-container .login-card .login-form .form-group input:focus{border-color:#667eea;outline:none}.login-container .login-card .login-form .login-button{background:#667eea;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:1rem;font-weight:500;padding:.75rem;transition:background .3s;width:100%}.login-container .login-card .login-form .login-button:hover{background:#5a6fd8}.login-container .login-card .login-form .login-button:disabled{background:#ccc;cursor:not-allowed}.login-container .login-card .login-error{background:#fee;border-radius:6px;color:#c33;font-size:.9rem;margin-top:1rem;padding:.75rem;text-align:center}.admin-header{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border-bottom:1px solid #f1f5f9;box-shadow:0 2px 20px #00000014;display:flex;justify-content:space-between;padding:1rem 2rem;position:relative;z-index:10}.admin-header .header-left h1{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#3b82f6,#1d4ed8);-webkit-background-clip:text;background-clip:text;color:#1e293b;font-size:1.625rem;font-weight:700;margin:0}.admin-header .header-right .header-actions{align-items:center;display:flex;gap:.75rem}.admin-header .header-right .header-actions button{align-items:center;background:none;border:none;border-radius:10px;cursor:pointer;display:flex;gap:.5rem;overflow:hidden;padding:.625rem;position:relative;transition:all .3s ease}.admin-header .header-right .header-actions button:before{background:linear-gradient(90deg,#0000,#3b82f61a,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .5s;width:100%}.admin-header .header-right .header-actions button:hover{background:#f8fafc;box-shadow:0 4px 12px #0000001a;transform:translateY(-1px)}.admin-header .header-right .header-actions button:hover:before{left:100%}.admin-header .header-right .header-actions button:active{transform:translateY(0)}.admin-header .header-right .header-actions .logout-button,.admin-header .header-right .header-actions .theme-toggle{color:#64748b}.admin-header .header-right .header-actions .logout-button:hover,.admin-header .header-right .header-actions .theme-toggle:hover{color:#3b82f6}.admin-header .header-right .header-actions .language-toggle{border:1px solid #e2e8f0;color:#64748b;font-weight:600;padding:.625rem 1rem}.admin-header .header-right .header-actions .language-toggle:hover{border-color:#3b82f6;color:#3b82f6}.admin-header .header-right .header-actions .user-info{align-items:center;background:linear-gradient(135deg,#f8fafc,#e2e8f0);border:1px solid #e2e8f0;border-radius:12px;color:#334155;display:flex;font-size:.875rem;font-weight:600;gap:.75rem;padding:.625rem 1.25rem;transition:all .3s ease}.admin-header .header-right .header-actions .user-info:hover{border-color:#3b82f6;box-shadow:0 4px 12px #0000001a;transform:translateY(-1px)}body.dark-theme .admin-header{background:#1e293bf2;border-bottom-color:#334155;box-shadow:0 2px 20px #0000004d}body.dark-theme .admin-header .header-left h1{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#60a5fa,#3b82f6);-webkit-background-clip:text;background-clip:text}body.dark-theme .admin-header .header-actions button:hover{background:#334155}body.dark-theme .admin-header .header-actions .language-toggle{border-color:#475569}body.dark-theme .admin-header .header-actions .language-toggle:hover{border-color:#60a5fa;color:#60a5fa}body.dark-theme .admin-header .header-actions .user-info{background:linear-gradient(135deg,#334155,#475569);border-color:#475569;color:#e2e8f0}body.dark-theme .admin-header .header-actions .user-info:hover{border-color:#60a5fa}.admin-sidebar{background:linear-gradient(180deg,#fff,#f8fafc);border-right:1px solid #e2e8f0;box-shadow:4px 0 20px #00000014;height:100vh;overflow-y:auto;transition:all .3s ease;width:280px}.admin-sidebar .sidebar-nav{padding:1.5rem 0}.admin-sidebar .sidebar-nav .sidebar-section{margin-bottom:.5rem}.admin-sidebar .sidebar-nav .sidebar-section .section-header{align-items:center;border-left:3px solid #0000;border-radius:0 12px 12px 0;cursor:pointer;display:flex;justify-content:space-between;margin:0 .5rem;padding:.875rem 1.5rem;transition:all .3s ease}.admin-sidebar .sidebar-nav .sidebar-section .section-header.expanded,.admin-sidebar .sidebar-nav .sidebar-section .section-header:hover{background:#f1f5f9;border-left-color:#3b82f6}.admin-sidebar .sidebar-nav .sidebar-section .section-header .section-title{align-items:center;color:#334155;display:flex;font-size:.875rem;font-weight:600;gap:.75rem}.admin-sidebar .sidebar-nav .sidebar-section .sub-items .sub-item{border-radius:0 8px 8px 0;color:#64748b;cursor:pointer;font-size:.8125rem;margin:.125rem .5rem;padding:.75rem 1.5rem .75rem 3.25rem;position:relative;transition:all .3s ease}.admin-sidebar .sidebar-nav .sidebar-section .sub-items .sub-item:before{background:#cbd5e1;border-radius:50%;content:"";height:4px;left:2.5rem;position:absolute;top:50%;transform:translateY(-50%);transition:all .3s ease;width:4px}.admin-sidebar .sidebar-nav .sidebar-section .sub-items .sub-item:hover{background:#f1f5f9;color:#334155;transform:translateX(4px)}.admin-sidebar .sidebar-nav .sidebar-section .sub-items .sub-item:hover:before{background:#3b82f6}.admin-sidebar .sidebar-nav .sidebar-section .sub-items .sub-item.active{background:#3b82f6;box-shadow:0 2px 8px #3b82f64d;color:#fff}.admin-sidebar .sidebar-nav .sidebar-section .sub-items .sub-item.active:before{background:#fff}body.dark-theme .admin-sidebar{background:linear-gradient(180deg,#1e293b,#0f172a);border-right-color:#334155;box-shadow:4px 0 20px #0003}body.dark-theme .admin-sidebar .sidebar-section .section-header{color:#e2e8f0}body.dark-theme .admin-sidebar .sidebar-section .section-header.expanded,body.dark-theme .admin-sidebar .sidebar-section .section-header:hover{background:#334155;border-left-color:#60a5fa}body.dark-theme .admin-sidebar .sidebar-section .section-header .section-title{color:#e2e8f0}body.dark-theme .admin-sidebar .sidebar-section .sub-items .sub-item{color:#94a3b8}body.dark-theme .admin-sidebar .sidebar-section .sub-items .sub-item:before{background:#475569}body.dark-theme .admin-sidebar .sidebar-section .sub-items .sub-item:hover{background:#334155;color:#f1f5f9}body.dark-theme .admin-sidebar .sidebar-section .sub-items .sub-item:hover:before{background:#60a5fa}body.dark-theme .admin-sidebar .sidebar-section .sub-items .sub-item.active{background:#3b82f6;box-shadow:0 2px 8px #3b82f666;color:#fff}body.dark-theme .admin-sidebar .sidebar-section .sub-items .sub-item.active:before{background:#fff}.admin-layout{background:#f8fafc;display:flex;flex-direction:column;height:100vh}.admin-layout .layout-content{display:flex;flex:1 1;overflow:hidden}.admin-layout .main-content{background:linear-gradient(135deg,#f8fafc,#e2e8f0);flex:1 1;overflow-y:auto;padding:2rem}body.dark-theme .admin-layout{background:#0f172a}body.dark-theme .admin-layout .main-content{background:linear-gradient(135deg,#0f172a,#1e293b)}.user-management .page-header{margin-bottom:2.5rem}.user-management .page-header h1{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#3b82f6,#1d4ed8);-webkit-background-clip:text;background-clip:text;font-size:2.25rem;font-weight:700;letter-spacing:-.025em;margin-bottom:.5rem}.user-management .page-header p{color:#64748b;font-size:1.125rem;font-weight:400}.user-management .users-content .users-stats{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));margin-bottom:2.5rem}.user-management .users-content .users-stats .stat-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(135deg,#fff,#f8fafc);border:1px solid #fffc;border-radius:20px;box-shadow:0 4px 25px #00000014;overflow:hidden;padding:2rem;position:relative;transition:all .4s cubic-bezier(.4,0,.2,1)}.user-management .users-content .users-stats .stat-card:before{background:linear-gradient(90deg,#3b82f6,#8b5cf6);content:"";height:3px;left:0;position:absolute;right:0;top:0}.user-management .users-content .users-stats .stat-card:hover{box-shadow:0 20px 40px #00000026;transform:translateY(-8px)}.user-management .users-content .users-stats .stat-card .stat-value{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#1e293b,#475569);-webkit-background-clip:text;background-clip:text;font-size:3rem;font-weight:800;line-height:1;margin-bottom:.5rem}.user-management .users-content .users-stats .stat-card .stat-label{color:#64748b;font-size:1rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase}.user-management .users-content .users-table-container{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(135deg,#fff,#f8fafc);border:1px solid #fffc;border-radius:24px;box-shadow:0 4px 25px #00000014;overflow:hidden;transition:all .3s ease}.user-management .users-content .users-table-container:hover{box-shadow:0 8px 35px #0000001f}.user-management .users-content .users-table-container .table-header{align-items:center;background:#f8fafccc;border-bottom:1px solid #f1f5f9;display:flex;justify-content:space-between;padding:1.75rem 2rem}.user-management .users-content .users-table-container .table-header h2{color:#1e293b;font-size:1.5rem;font-weight:700;letter-spacing:-.025em;margin:0}.user-management .users-content .users-table-container .table-header .table-actions{align-items:center;display:flex;gap:1rem}.user-management .users-content .users-table-container .users-table{border-collapse:collapse;width:100%}.user-management .users-content .users-table-container .users-table td,.user-management .users-content .users-table-container .users-table th{border-bottom:1px solid #f1f5f9;padding:1.25rem 1.5rem;text-align:left;transition:all .3s ease}.user-management .users-content .users-table-container .users-table th{background:#f8fafccc;border-bottom:2px solid #e2e8f0;color:#475569;font-size:.875rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase}.user-management .users-content .users-table-container .users-table td{color:#475569;font-weight:500}.user-management .users-content .users-table-container .users-table tr{transition:all .3s ease}.user-management .users-content .users-table-container .users-table tr:hover{background:#f1f5f999;transform:scale(1.002)}.user-management .users-content .users-table-container .users-table tr:last-child td{border-bottom:none}.user-management .users-content .users-table-container .users-table .user-actions{display:flex;gap:.5rem}.user-management .users-content .users-table-container .users-table .user-actions button{align-items:center;border:none;border-radius:12px;cursor:pointer;display:flex;justify-content:center;overflow:hidden;padding:.625rem;position:relative;transition:all .3s cubic-bezier(.4,0,.2,1)}.user-management .users-content .users-table-container .users-table .user-actions button:before{background:linear-gradient(90deg,#0000,#ffffff4d,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .5s;width:100%}.user-management .users-content .users-table-container .users-table .user-actions button:hover{box-shadow:0 6px 20px #00000026;transform:translateY(-2px)}.user-management .users-content .users-table-container .users-table .user-actions button:hover:before{left:100%}.user-management .users-content .users-table-container .users-table .user-actions button.view-btn{background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:#fff}.user-management .users-content .users-table-container .users-table .user-actions button.view-btn:hover{box-shadow:0 6px 20px #3b82f666}.user-management .users-content .users-table-container .users-table .user-actions button.edit-btn{background:linear-gradient(135deg,#10b981,#059669);color:#fff}.user-management .users-content .users-table-container .users-table .user-actions button.edit-btn:hover{box-shadow:0 6px 20px #10b98166}.user-management .users-content .users-table-container .users-table .plan-badge{border:2px solid #0000;border-radius:20px;font-size:.8rem;font-weight:700;letter-spacing:.05em;padding:.5rem 1rem;text-transform:uppercase}.user-management .users-content .users-table-container .users-table .plan-badge.free{background:linear-gradient(135deg,#f8fafc,#e2e8f0);border-color:#e2e8f0;color:#475569}.user-management .users-content .users-table-container .users-table .plan-badge.silver{background:linear-gradient(135deg,silver,#a8a8a8);border-color:silver;color:#1e293b}.user-management .users-content .users-table-container .users-table .plan-badge.gold{background:linear-gradient(135deg,gold,#daa520);border-color:gold;color:#1e293b}.user-management .users-content .users-table-container .users-table .status-badge{border-radius:20px;font-size:.8rem;font-weight:700;letter-spacing:.05em;padding:.5rem 1rem;text-transform:uppercase}.user-management .users-content .users-table-container .users-table .status-badge.active{background:linear-gradient(135deg,#d1fae5,#a7f3d0);color:#065f46}.user-management .users-content .users-table-container .users-table .status-badge.inactive{background:linear-gradient(135deg,#fee2e2,#fecaca);color:#991b1b}.user-management .users-content .pagination{align-items:center;background:#f8fafccc;border-top:1px solid #f1f5f9;display:flex;justify-content:space-between;padding:1.5rem 2rem}.user-management .users-content .pagination .pagination-info{color:#64748b;font-size:.9rem;font-weight:600}.user-management .users-content .pagination .pagination-controls{display:flex;gap:.75rem}.user-management .users-content .pagination .pagination-controls button{background:linear-gradient(135deg,#fff,#f8fafc);border:1px solid #e2e8f0;border-radius:12px;color:#475569;cursor:pointer;font-weight:600;overflow:hidden;padding:.75rem 1.25rem;position:relative;transition:all .3s cubic-bezier(.4,0,.2,1)}.user-management .users-content .pagination .pagination-controls button:before{background:linear-gradient(90deg,#0000,#3b82f61a,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .5s;width:100%}.user-management .users-content .pagination .pagination-controls button:hover:not(:disabled){background:linear-gradient(135deg,#3b82f6,#1d4ed8);border-color:#3b82f6;box-shadow:0 6px 20px #3b82f64d;color:#fff;transform:translateY(-2px)}.user-management .users-content .pagination .pagination-controls button:hover:not(:disabled):before{left:100%}.user-management .users-content .pagination .pagination-controls button:disabled{background:#f1f5f9;color:#cbd5e1;cursor:not-allowed;transform:none}body.dark-theme .user-management .page-header h1{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#60a5fa,#3b82f6);-webkit-background-clip:text}body.dark-theme .user-management .page-header p{color:#cbd5e1}body.dark-theme .user-management .users-content .users-stats .stat-card{background:linear-gradient(135deg,#1e293b,#334155);border:1px solid #ffffff1a}body.dark-theme .user-management .users-content .users-stats .stat-card .stat-value{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#f1f5f9,#cbd5e1);-webkit-background-clip:text}body.dark-theme .user-management .users-content .users-stats .stat-card .stat-label{color:#94a3b8}body.dark-theme .user-management .users-content .users-table-container{background:linear-gradient(135deg,#1e293b,#334155);border:1px solid #ffffff1a}body.dark-theme .user-management .users-content .users-table-container .table-header{background:#1e293bcc;border-bottom-color:#334155}body.dark-theme .user-management .users-content .users-table-container .table-header h2{color:#f1f5f9}body.dark-theme .user-management .users-content .users-table-container .users-table th{background:#1e293bcc;border-bottom-color:#334155;color:#e2e8f0}body.dark-theme .user-management .users-content .users-table-container .users-table td{border-bottom-color:#334155;color:#cbd5e1}body.dark-theme .user-management .users-content .users-table-container .users-table tr:hover{background:#33415599}body.dark-theme .user-management .users-content .users-table-container .pagination{background:#1e293bcc;border-top-color:#334155}body.dark-theme .user-management .users-content .users-table-container .pagination .pagination-info{color:#94a3b8}body.dark-theme .user-management .users-content .users-table-container .pagination button{background:linear-gradient(135deg,#334155,#475569);border-color:#475569;color:#e2e8f0}body.dark-theme .user-management .users-content .users-table-container .pagination button:disabled{background:#334155;color:#64748b}.search-box{align-items:center;display:flex;position:relative}.search-box svg{color:#64748b;left:1rem;position:absolute;z-index:2}.search-box input{background:linear-gradient(135deg,#fff,#f8fafc);border:1px solid #e2e8f0;border-radius:14px;font-size:.9rem;font-weight:500;padding:.875rem 1rem .875rem 2.75rem;position:relative;transition:all .3s cubic-bezier(.4,0,.2,1);width:300px}.search-box input:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a,0 4px 20px #0000001a;outline:none;transform:translateY(-1px)}.search-box input::placeholder{color:#94a3b8}.plan-select{background:#0000;border:2px solid #0000;border-radius:20px;cursor:pointer;font-size:.8rem;font-weight:700;letter-spacing:.05em;padding:.5rem 1rem;text-transform:uppercase;transition:all .3s ease}.plan-select:focus{box-shadow:0 0 0 3px #3b82f61a;outline:none}.plan-select.free{background:linear-gradient(135deg,#f8fafc,#e2e8f0);color:#475569}.plan-select.free:hover{border-color:#e2e8f0;transform:translateY(-1px)}.plan-select.silver{background:linear-gradient(135deg,silver,#a8a8a8);color:#1e293b}.plan-select.silver:hover{border-color:silver;transform:translateY(-1px)}.plan-select.gold{background:linear-gradient(135deg,gold,#daa520);color:#1e293b}.plan-select.gold:hover{border-color:gold;transform:translateY(-1px)}.status-toggle{border:none;border-radius:20px;cursor:pointer;font-size:.8rem;font-weight:700;letter-spacing:.05em;padding:.5rem 1rem;text-transform:uppercase;transition:all .3s cubic-bezier(.4,0,.2,1)}.status-toggle:hover{box-shadow:0 4px 15px #0003;transform:translateY(-2px)}.status-toggle.active{background:linear-gradient(135deg,#d1fae5,#a7f3d0);color:#065f46}.status-toggle.inactive{background:linear-gradient(135deg,#fee2e2,#fecaca);color:#991b1b}.no-data{padding:4rem 2rem}.no-data p{font-size:1.1rem;font-weight:500;margin:0}body.dark-theme .search-box input{background:linear-gradient(135deg,#334155,#475569);border-color:#475569;color:#e2e8f0}body.dark-theme .search-box input:focus{border-color:#60a5fa;box-shadow:0 0 0 3px #60a5fa33}body.dark-theme .search-box input::placeholder{color:#94a3b8}body.dark-theme .plan-select.free{background:linear-gradient(135deg,#475569,#334155);color:#e2e8f0}body.dark-theme .plan-select.free:hover{border-color:#64748b}body.dark-theme .status-toggle.active{background:linear-gradient(135deg,#065f46,#047857);color:#d1fae5}body.dark-theme .status-toggle.inactive{background:linear-gradient(135deg,#991b1b,#dc2626);color:#fee2e2}body.dark-theme .no-data{color:#94a3b8}.user-detail .detail-sections{grid-gap:2rem;display:grid;gap:2rem;margin-top:2rem}.user-detail .detail-section{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(135deg,#fff,#f8fafc);border:1px solid #fffc;border-radius:20px;box-shadow:0 4px 25px #00000014;padding:2rem;transition:all .3s ease}.user-detail .detail-section:hover{box-shadow:0 8px 35px #0000001f;transform:translateY(-2px)}.user-detail .detail-section h3{border-bottom:3px solid;border-image:linear-gradient(135deg,#3b82f6,#8b5cf6) 1;color:#1e293b;font-size:1.25rem;font-weight:700;letter-spacing:-.025em;margin-bottom:1.5rem;padding-bottom:.75rem}.user-detail .info-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.user-detail .info-item{align-items:center;border-bottom:1px solid #f1f5f9;display:flex;justify-content:space-between;padding:1rem 0;transition:all .3s ease}.user-detail .info-item:hover{background:#f1f5f980;border-radius:12px;margin:0 -1rem;padding:1rem}.user-detail .info-item:last-child{border-bottom:none}.user-detail .info-item label{color:#475569;font-size:.9rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase}.user-detail .info-item span{color:#1e293b;font-size:.95rem;font-weight:600}.user-detail .sessions-list .session-item{grid-gap:1.5rem;align-items:center;border-bottom:1px solid #f1f5f9;border-radius:12px;display:grid;gap:1.5rem;grid-template-columns:120px 1fr 100px 120px;padding:1rem;transition:all .3s ease}.user-detail .sessions-list .session-item:hover{background:#f1f5f9cc;transform:translateX(4px)}.user-detail .sessions-list .session-item:last-child{border-bottom:none}.user-detail .sessions-list .session-item .session-type{color:#475569;font-size:.9rem;font-weight:600;text-transform:capitalize}.user-detail .sessions-list .session-item .session-time{color:#64748b;font-size:.85rem;font-weight:500}.user-detail .sessions-list .session-item .session-duration{color:#3b82f6;font-size:.9rem;font-weight:700}.user-detail .sessions-list .session-item .session-status{border-radius:20px;font-size:.8rem;font-weight:700;letter-spacing:.05em;padding:.5rem 1rem;text-align:center;text-transform:uppercase}.user-detail .sessions-list .session-item .session-status.completed{background:linear-gradient(135deg,#d1fae5,#a7f3d0);color:#065f46}.user-detail .sessions-list .session-item .session-status.incomplete{background:linear-gradient(135deg,#fef3c7,#fde68a);color:#92400e}body.dark-theme .user-detail .detail-section{background:linear-gradient(135deg,#1e293b,#334155);border:1px solid #ffffff1a}body.dark-theme .user-detail .detail-section h3{color:#f1f5f9}body.dark-theme .user-detail .info-item{border-bottom-color:#334155}body.dark-theme .user-detail .info-item:hover{background:#33415599}body.dark-theme .user-detail .info-item label{color:#cbd5e1}body.dark-theme .user-detail .info-item span{color:#f1f5f9}body.dark-theme .user-detail .sessions-list .session-item{border-bottom-color:#334155}body.dark-theme .user-detail .sessions-list .session-item:hover{background:#334155cc}body.dark-theme .user-detail .sessions-list .session-item .session-type{color:#cbd5e1}body.dark-theme .user-detail .sessions-list .session-item .session-time{color:#94a3b8}body.dark-theme .user-detail .sessions-list .session-item .session-status.completed{background:linear-gradient(135deg,#065f46,#047857);color:#d1fae5}body.dark-theme .user-detail .sessions-list .session-item .session-status.incomplete{background:linear-gradient(135deg,#92400e,#b45309);color:#fef3c7}.back-button{align-items:center;background:linear-gradient(135deg,#3b82f6,#1d4ed8);border:none;border-radius:14px;box-shadow:0 4px 20px #3b82f64d;color:#fff;cursor:pointer;display:inline-flex;font-size:.95rem;font-weight:600;gap:.75rem;margin-bottom:2rem;overflow:hidden;padding:1rem 1.5rem;position:relative;transition:all .4s cubic-bezier(.4,0,.2,1)}.back-button:before{background:linear-gradient(90deg,#0000,#fff3,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .5s;width:100%}.back-button:hover{box-shadow:0 8px 30px #3b82f666;transform:translateX(-4px) translateY(-2px)}.back-button:hover:before{left:100%}.back-button:active{transform:translateX(-2px) translateY(0)}body.dark-theme .back-button{background:linear-gradient(135deg,#60a5fa,#3b82f6)}.user-management-container{animation:fadeInUp .6s cubic-bezier(.4,0,.2,1)}.payment-management-container{height:100%;padding:20px}.payment-list .page-header{margin-bottom:30px}.payment-list .page-header h1{font-size:24px;font-weight:600;margin-bottom:8px}.payment-list .page-header p{color:#666;font-size:14px}.filters-section{align-items:center;display:flex;flex-wrap:wrap;gap:20px;margin-bottom:20px}.filters-section .search-box{flex:1 1;min-width:250px;position:relative}.filters-section .search-box input{border:1px solid #ddd;border-radius:6px;font-size:14px;padding:10px 10px 10px 35px;width:100%}.filters-section .search-box input:focus{border-color:#007bff;outline:none}.filters-section .search-box svg{color:#666;left:10px;position:absolute;top:50%;transform:translateY(-50%)}.filters-section .filter-controls{display:flex;flex-wrap:wrap;gap:10px}.filters-section .filter-controls input,.filters-section .filter-controls select{background:#fff;border:1px solid #ddd;border-radius:6px;font-size:14px;padding:10px}.filters-section .filter-controls input:focus,.filters-section .filter-controls select:focus{border-color:#007bff;outline:none}.payments-table-container{background:#fff;border-radius:8px;box-shadow:0 1px 3px #0000001a;overflow:hidden}.payments-table{border-collapse:collapse;width:100%}.payments-table th{background:#f8f9fa;color:#333;font-weight:600;text-align:left}.payments-table td,.payments-table th{border-bottom:1px solid #dee2e6;font-size:14px;padding:12px 16px}.payments-table tr:last-child td{border-bottom:none}.payments-table tr:hover{background:#f8f9fa}.user-info .user-name{font-weight:500;margin-bottom:2px}.user-info .user-email{color:#666;font-size:12px}.plan-badge,.status-badge{border-radius:12px;font-size:12px;font-weight:500;padding:4px 8px;text-transform:capitalize}.plan-badge.free{background:#e3f2fd;color:#1976d2}.plan-badge.silver{background:#f3e5f5;color:#7b1fa2}.plan-badge.gold{background:#fff3e0;color:#f57c00}.status-badge.completed{background:#e8f5e8;color:#2e7d32}.status-badge.pending{background:#fff3e0;color:#f57c00}.status-badge.failed{background:#ffebee;color:#c62828}.amount{font-size:14px;font-weight:600}.billing-period{color:#666;font-size:12px;text-transform:capitalize}.payment-actions{display:flex;gap:8px}.payment-actions button{border:none;border-radius:4px;cursor:pointer;padding:6px;transition:background-color .2s}.payment-actions button.view-btn{background:#e3f2fd;color:#1976d2}.payment-actions button.view-btn:hover{background:#bbdefb}.payment-actions button.approve-btn{background:#e8f5e8;color:#2e7d32}.payment-actions button.approve-btn:hover{background:#c8e6c9}.payment-actions button.reject-btn{background:#ffebee;color:#c62828}.payment-actions button.reject-btn:hover{background:#ffcdd2}.revenue-stats .stats-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-bottom:30px}.revenue-stats .stat-card{background:#fff;border-radius:8px;box-shadow:0 1px 3px #0000001a;padding:20px;text-align:center}.revenue-stats .stat-card .stat-value{font-size:24px;font-weight:700;margin-bottom:8px}.revenue-stats .stat-card .stat-label{color:#666;font-size:14px}.revenue-stats .stat-card.revenue .stat-value{color:#2e7d32}.revenue-stats .stat-card.payments .stat-value{color:#1976d2}.revenue-stats .stat-card.completed .stat-value{color:#f57c00}.revenue-stats .stat-card.avg-amount .stat-value{color:#7b1fa2}.plan-breakdown{background:#fff;border-radius:8px;box-shadow:0 1px 3px #0000001a;margin-bottom:20px;padding:20px}.plan-breakdown h3{font-size:18px;margin-bottom:15px}.plan-breakdown .plan-stats{grid-gap:15px;display:grid;gap:15px;grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}.plan-breakdown .plan-stat{border:1px solid #e0e0e0;border-radius:6px;padding:15px;text-align:center}.plan-breakdown .plan-stat .plan-name{font-weight:600;margin-bottom:5px;text-transform:capitalize}.plan-breakdown .plan-stat .plan-revenue{color:#2e7d32;font-size:18px;font-weight:700;margin-bottom:3px}.plan-breakdown .plan-stat .plan-count{color:#666;font-size:12px}.chart-placeholder{background:#fff;border-radius:8px;box-shadow:0 1px 3px #0000001a;padding:20px}.chart-placeholder h3{font-size:18px;margin-bottom:15px}.chart-placeholder .placeholder-content{align-items:center;background:#f8f9fa;border:2px dashed #dee2e6;border-radius:6px;display:flex;height:200px;justify-content:center}.chart-placeholder .placeholder-content p{color:#666;font-style:italic}.pagination{align-items:center;border-top:1px solid #dee2e6;display:flex;justify-content:space-between;padding:20px}.pagination .pagination-info{color:#666;font-size:14px}.pagination .pagination-controls{display:flex;gap:10px}.pagination .pagination-controls button{background:#fff;border:1px solid #ddd;border-radius:4px;cursor:pointer;padding:8px 16px}.pagination .pagination-controls button:hover:not(:disabled){background:#f8f9fa}.pagination .pagination-controls button:disabled{cursor:not-allowed;opacity:.5}.no-data{color:#666;padding:40px;text-align:center}.loading-container{height:200px}.dark-theme .chart-placeholder,.dark-theme .payments-table-container,.dark-theme .plan-breakdown,.dark-theme .stat-card{background:#2d3748;color:#fff}.dark-theme .payments-table th{background:#4a5568;color:#fff}.dark-theme .payments-table td{border-color:#4a5568}.dark-theme .payments-table tr:hover{background:#4a5568}.dark-theme .filters-section input,.dark-theme .filters-section select{background:#4a5568;border-color:#718096;color:#fff}.dark-theme .filters-section input:focus,.dark-theme .filters-section select:focus{border-color:#63b3ed}.dark-theme .chart-placeholder .placeholder-content{background:#4a5568;border-color:#718096}.system-analytics{animation:fadeInUp .6s cubic-bezier(.4,0,.2,1);margin:0 auto;max-width:1400px;padding:2rem}.system-analytics .analytics-header{margin-bottom:3rem;text-align:center}.system-analytics .analytics-header h1{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#3b82f6,#1d4ed8);-webkit-background-clip:text;background-clip:text;font-size:2.5rem;font-weight:800;letter-spacing:-.025em;margin-bottom:.75rem}.system-analytics .analytics-header p{color:#64748b;font-size:1.2rem;font-weight:400;line-height:1.6;margin:0 auto;max-width:600px}.system-analytics .analytics-tabs{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(135deg,#fff,#f8fafc);border:1px solid #fffc;border-radius:16px;box-shadow:0 4px 25px #00000014;display:flex;gap:.5rem;margin-bottom:2.5rem;padding:.5rem}.system-analytics .analytics-tabs .tab-button{background:#0000;border:none;border-radius:12px;color:#64748b;cursor:pointer;flex:1 1;font-weight:700;overflow:hidden;padding:1.25rem 1.5rem;position:relative;transition:all .4s cubic-bezier(.4,0,.2,1)}.system-analytics .analytics-tabs .tab-button:before{background:linear-gradient(90deg,#0000,#3b82f61a,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .5s;width:100%}.system-analytics .analytics-tabs .tab-button:hover{background:#3b82f60d;color:#3b82f6;transform:translateY(-2px)}.system-analytics .analytics-tabs .tab-button.active{background:linear-gradient(135deg,#3b82f6,#1d4ed8);box-shadow:0 8px 25px #3b82f64d;color:#fff;transform:translateY(-2px)}.system-analytics .analytics-tabs .tab-button.active:before{left:100%}.general-stats .period-selector,.usage-analytics .period-selector{margin-bottom:2.5rem}.general-stats .period-selector .period-buttons,.usage-analytics .period-selector .period-buttons{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(135deg,#fff,#f8fafc);border:1px solid #fffc;border-radius:16px;box-shadow:0 4px 25px #00000014;display:flex;gap:.5rem;padding:.5rem}.general-stats .period-selector .period-buttons .period-button,.usage-analytics .period-selector .period-buttons .period-button{background:#0000;border:none;border-radius:12px;color:#64748b;cursor:pointer;flex:1 1;font-weight:600;overflow:hidden;padding:1rem 1.25rem;position:relative;transition:all .4s cubic-bezier(.4,0,.2,1)}.general-stats .period-selector .period-buttons .period-button:before,.usage-analytics .period-selector .period-buttons .period-button:before{background:linear-gradient(90deg,#0000,#10b9811a,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .5s;width:100%}.general-stats .period-selector .period-buttons .period-button:hover,.usage-analytics .period-selector .period-buttons .period-button:hover{background:#10b9810d;color:#10b981;transform:translateY(-2px)}.general-stats .period-selector .period-buttons .period-button.active,.usage-analytics .period-selector .period-buttons .period-button.active{background:linear-gradient(135deg,#10b981,#059669);box-shadow:0 6px 20px #10b9814d;color:#fff;transform:translateY(-2px)}.general-stats .period-selector .period-buttons .period-button.active:before,.usage-analytics .period-selector .period-buttons .period-button.active:before{left:100%}.general-stats .metrics-grid,.usage-analytics .metrics-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin-bottom:2.5rem}.general-stats .stat-card,.usage-analytics .stat-card{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(135deg,#fff,#f8fafc);border:1px solid #fffc;border-radius:20px;box-shadow:0 4px 25px #00000014;display:flex;gap:1.5rem;overflow:hidden;padding:2rem;position:relative;transition:all .4s cubic-bezier(.4,0,.2,1)}.general-stats .stat-card:before,.usage-analytics .stat-card:before{background:linear-gradient(90deg,#3b82f6,#8b5cf6);content:"";height:4px;left:0;position:absolute;right:0;top:0}.general-stats .stat-card.stat-card--blue:before,.usage-analytics .stat-card.stat-card--blue:before{background:linear-gradient(90deg,#3b82f6,#1d4ed8)}.general-stats .stat-card.stat-card--green:before,.usage-analytics .stat-card.stat-card--green:before{background:linear-gradient(90deg,#10b981,#059669)}.general-stats .stat-card.stat-card--purple:before,.usage-analytics .stat-card.stat-card--purple:before{background:linear-gradient(90deg,#8b5cf6,#7c3aed)}.general-stats .stat-card.stat-card--orange:before,.usage-analytics .stat-card.stat-card--orange:before{background:linear-gradient(90deg,#f59e0b,#d97706)}.general-stats .stat-card:hover,.usage-analytics .stat-card:hover{border-color:#3b82f6;box-shadow:0 20px 40px #00000026;transform:translateY(-8px)}.general-stats .stat-card .stat-icon,.usage-analytics .stat-card .stat-icon{align-items:center;border-radius:16px;box-shadow:0 8px 20px #00000026;color:#fff;display:flex;flex-shrink:0;height:70px;justify-content:center;width:70px}.stat-card--blue .general-stats .stat-card .stat-icon,.stat-card--blue .usage-analytics .stat-card .stat-icon{background:linear-gradient(135deg,#3b82f6,#1d4ed8)}.stat-card--green .general-stats .stat-card .stat-icon,.stat-card--green .usage-analytics .stat-card .stat-icon{background:linear-gradient(135deg,#10b981,#059669)}.stat-card--purple .general-stats .stat-card .stat-icon,.stat-card--purple .usage-analytics .stat-card .stat-icon{background:linear-gradient(135deg,#8b5cf6,#7c3aed)}.stat-card--orange .general-stats .stat-card .stat-icon,.stat-card--orange .usage-analytics .stat-card .stat-icon{background:linear-gradient(135deg,#f59e0b,#d97706)}.general-stats .stat-card .stat-content,.usage-analytics .stat-card .stat-content{flex:1 1}.general-stats .stat-card .stat-content h3,.usage-analytics .stat-card .stat-content h3{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#1e293b,#475569);-webkit-background-clip:text;background-clip:text;font-size:2.5rem;font-weight:800;line-height:1;margin:0 0 .5rem}.general-stats .stat-card .stat-content p,.usage-analytics .stat-card .stat-content p{color:#64748b;font-size:1rem;font-weight:700;letter-spacing:.05em;margin:0;text-transform:uppercase}.general-stats .stat-card .stat-content .stat-trend,.usage-analytics .stat-card .stat-content .stat-trend{align-items:center;display:flex;font-size:.9rem;font-weight:700;gap:.5rem;margin-top:.75rem}.general-stats .stat-card .stat-content .stat-trend.positive,.usage-analytics .stat-card .stat-content .stat-trend.positive{color:#10b981}.general-stats .stat-card .stat-content .stat-trend.negative,.usage-analytics .stat-card .stat-content .stat-trend.negative{color:#ef4444}.general-stats .stat-card .stat-content .stat-subtitle,.usage-analytics .stat-card .stat-content .stat-subtitle{color:#94a3b8;font-size:.85rem;font-weight:500;margin-top:.5rem}.general-stats .analytics-grid,.usage-analytics .analytics-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:2fr 1fr;margin-bottom:2.5rem}.general-stats .analytics-grid .full-width,.usage-analytics .analytics-grid .full-width{grid-column:1/-1}.general-stats .analytics-card,.usage-analytics .analytics-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(135deg,#fff,#f8fafc);border:1px solid #fffc;border-radius:20px;box-shadow:0 4px 25px #00000014;padding:2rem;transition:all .4s cubic-bezier(.4,0,.2,1)}.general-stats .analytics-card:hover,.usage-analytics .analytics-card:hover{box-shadow:0 12px 35px #0000001f;transform:translateY(-4px)}.general-stats .analytics-card .card-header,.usage-analytics .analytics-card .card-header{align-items:center;display:flex;gap:.75rem;margin-bottom:1.5rem}.general-stats .analytics-card .card-header h3,.usage-analytics .analytics-card .card-header h3{color:#1e293b;font-size:1.4rem;font-weight:700;letter-spacing:-.025em;margin:0}.general-stats .analytics-card .card-header svg,.usage-analytics .analytics-card .card-header svg{color:#3b82f6}.general-stats .chart-placeholder,.general-stats .distribution-chart-placeholder,.general-stats .growth-chart-placeholder,.usage-analytics .chart-placeholder,.usage-analytics .distribution-chart-placeholder,.usage-analytics .growth-chart-placeholder{align-items:center;background:linear-gradient(135deg,#f8fafc,#e2e8f0);border:2px dashed #e2e8f0;border-radius:16px;display:flex;height:250px;justify-content:center;transition:all .3s ease}.general-stats .chart-placeholder.large,.general-stats .distribution-chart-placeholder.large,.general-stats .growth-chart-placeholder.large,.usage-analytics .chart-placeholder.large,.usage-analytics .distribution-chart-placeholder.large,.usage-analytics .growth-chart-placeholder.large{height:350px}.general-stats .chart-placeholder p,.general-stats .distribution-chart-placeholder p,.general-stats .growth-chart-placeholder p,.usage-analytics .chart-placeholder p,.usage-analytics .distribution-chart-placeholder p,.usage-analytics .growth-chart-placeholder p{color:#64748b;font-size:1.2rem;font-weight:500;text-align:center}.general-stats .chart-placeholder:hover,.general-stats .distribution-chart-placeholder:hover,.general-stats .growth-chart-placeholder:hover,.usage-analytics .chart-placeholder:hover,.usage-analytics .distribution-chart-placeholder:hover,.usage-analytics .growth-chart-placeholder:hover{background:linear-gradient(135deg,#f1f5f9,#e2e8f0);border-color:#3b82f6}.general-stats .growth-stats,.usage-analytics .growth-stats{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:1fr 1fr;margin-top:1.5rem}.general-stats .growth-stats .growth-stat,.usage-analytics .growth-stats .growth-stat{background:linear-gradient(135deg,#fff,#f8fafc);border:1px solid #e2e8f0;border-radius:12px;padding:1.5rem;text-align:center;transition:all .3s ease}.general-stats .growth-stats .growth-stat:hover,.usage-analytics .growth-stats .growth-stat:hover{box-shadow:0 6px 20px #0000001a;transform:translateY(-2px)}.general-stats .growth-stats .growth-stat .label,.usage-analytics .growth-stats .growth-stat .label{color:#64748b;display:block;font-size:.9rem;font-weight:600;letter-spacing:.05em;margin-bottom:.5rem;text-transform:uppercase}.general-stats .growth-stats .growth-stat .value,.usage-analytics .growth-stats .growth-stat .value{color:#3b82f6;display:block;font-size:1.75rem;font-weight:800}.general-stats .distribution-stats,.usage-analytics .distribution-stats{display:flex;flex-direction:column;gap:1rem}.general-stats .distribution-stats .plan-stat,.usage-analytics .distribution-stats .plan-stat{align-items:center;background:linear-gradient(135deg,#fff,#f8fafc);border:1px solid #e2e8f0;border-radius:12px;display:flex;justify-content:space-between;padding:1.25rem;transition:all .3s ease}.general-stats .distribution-stats .plan-stat:hover,.usage-analytics .distribution-stats .plan-stat:hover{box-shadow:0 4px 15px #0000001a;transform:translateX(4px)}.general-stats .distribution-stats .plan-stat .plan-badge,.usage-analytics .distribution-stats .plan-stat .plan-badge{border-radius:20px;box-shadow:0 2px 8px #00000026;color:#fff;font-size:.8rem;font-weight:700;letter-spacing:.05em;padding:.5rem 1rem;text-transform:uppercase}.general-stats .distribution-stats .plan-stat .plan-badge.free,.usage-analytics .distribution-stats .plan-stat .plan-badge.free{background:linear-gradient(135deg,#6b7280,#4b5563)}.general-stats .distribution-stats .plan-stat .plan-badge.silver,.usage-analytics .distribution-stats .plan-stat .plan-badge.silver{background:linear-gradient(135deg,#9ca3af,#6b7280)}.general-stats .distribution-stats .plan-stat .plan-badge.gold,.usage-analytics .distribution-stats .plan-stat .plan-badge.gold{background:linear-gradient(135deg,#f59e0b,#d97706)}.general-stats .distribution-stats .plan-stat .plan-count,.usage-analytics .distribution-stats .plan-stat .plan-count{color:#1e293b;font-size:1.1rem;font-weight:800}.general-stats .system-metrics .metric-row,.usage-analytics .system-metrics .metric-row{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.general-stats .system-metrics .metric-row .metric,.usage-analytics .system-metrics .metric-row .metric{align-items:center;background:linear-gradient(135deg,#fff,#f8fafc);border:1px solid #e2e8f0;border-radius:12px;display:flex;gap:1rem;padding:1.5rem;transition:all .3s ease}.general-stats .system-metrics .metric-row .metric:hover,.usage-analytics .system-metrics .metric-row .metric:hover{box-shadow:0 6px 20px #0000001a;transform:translateY(-2px)}.general-stats .system-metrics .metric-row .metric svg,.usage-analytics .system-metrics .metric-row .metric svg{color:#3b82f6;flex-shrink:0}.general-stats .system-metrics .metric-row .metric span,.usage-analytics .system-metrics .metric-row .metric span{color:#64748b;flex:1 1;font-size:.95rem;font-weight:600}.general-stats .system-metrics .metric-row .metric strong,.usage-analytics .system-metrics .metric-row .metric strong{color:#1e293b;font-size:1.2rem;font-weight:800}.usage-analytics .usage-overview{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));margin-bottom:2.5rem}.usage-analytics .usage-overview .usage-card{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(135deg,#fff,#f8fafc);border:1px solid #fffc;border-radius:16px;box-shadow:0 4px 25px #00000014;display:flex;gap:1.5rem;padding:2rem;transition:all .4s cubic-bezier(.4,0,.2,1)}.usage-analytics .usage-overview .usage-card:hover{box-shadow:0 15px 35px #00000026;transform:translateY(-6px)}.usage-analytics .usage-overview .usage-card .usage-icon{align-items:center;background:linear-gradient(135deg,#3b82f6,#1d4ed8);border-radius:14px;box-shadow:0 6px 20px #3b82f64d;color:#fff;display:flex;height:60px;justify-content:center;width:60px}.usage-analytics .usage-overview .usage-card .usage-content h3{color:#1e293b;font-size:2rem;font-weight:800;line-height:1;margin:0 0 .25rem}.usage-analytics .usage-overview .usage-card .usage-content p{color:#64748b;font-size:.95rem;font-weight:600;letter-spacing:.05em;margin:0;text-transform:uppercase}.usage-analytics .charts-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:2fr 1fr}.usage-analytics .charts-grid .full-width{grid-column:1/-1}.usage-analytics .chart-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(135deg,#fff,#f8fafc);border:1px solid #fffc;border-radius:20px;box-shadow:0 4px 25px #00000014;padding:2rem;transition:all .4s cubic-bezier(.4,0,.2,1)}.usage-analytics .chart-card:hover{box-shadow:0 12px 35px #0000001f;transform:translateY(-4px)}.usage-analytics .chart-card .chart-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:1.5rem}.usage-analytics .chart-card .chart-header h4{color:#1e293b;font-size:1.3rem;font-weight:700;letter-spacing:-.025em;margin:0}.usage-analytics .chart-card .chart-header svg{color:#64748b}.usage-analytics .chart-legend{display:flex;gap:1.5rem;margin-top:1.5rem}.usage-analytics .chart-legend .legend-item{align-items:center;color:#64748b;display:flex;font-size:.9rem;font-weight:600;gap:.5rem}.usage-analytics .chart-legend .legend-item .legend-color{border-radius:50%;box-shadow:0 2px 6px #0003;height:14px;width:14px}.usage-analytics .chart-legend .legend-item .legend-color.blue{background:linear-gradient(135deg,#3b82f6,#1d4ed8)}.usage-analytics .chart-legend .legend-item .legend-color.green{background:linear-gradient(135deg,#10b981,#059669)}.usage-analytics .plan-distribution{display:flex;flex-direction:column;gap:1rem}.usage-analytics .plan-distribution .plan-item{align-items:center;border-bottom:1px solid #f1f5f9;display:flex;justify-content:space-between;padding:1rem 0;transition:all .3s ease}.usage-analytics .plan-distribution .plan-item:last-child{border-bottom:none}.usage-analytics .plan-distribution .plan-item:hover{transform:translateX(4px)}.usage-analytics .plan-distribution .plan-item .plan-label{border-radius:20px;box-shadow:0 2px 8px #00000026;color:#fff;font-size:.8rem;font-weight:700;letter-spacing:.05em;padding:.5rem 1rem;text-transform:uppercase}.usage-analytics .plan-distribution .plan-item .plan-label.free{background:linear-gradient(135deg,#6b7280,#4b5563)}.usage-analytics .plan-distribution .plan-item .plan-label.silver{background:linear-gradient(135deg,#9ca3af,#6b7280)}.usage-analytics .plan-distribution .plan-item .plan-label.gold{background:linear-gradient(135deg,#f59e0b,#d97706)}.usage-analytics .plan-distribution .plan-item .plan-value{color:#1e293b;font-size:1.1rem;font-weight:800}.usage-analytics .activity-stats{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));margin-top:1.5rem}.usage-analytics .activity-stats .activity-metric{background:linear-gradient(135deg,#fff,#f8fafc);border:1px solid #e2e8f0;border-radius:12px;padding:1.5rem;text-align:center;transition:all .3s ease}.usage-analytics .activity-stats .activity-metric:hover{box-shadow:0 6px 20px #0000001a;transform:translateY(-2px)}.usage-analytics .activity-stats .activity-metric span{color:#64748b;display:block;font-size:.9rem;font-weight:600;letter-spacing:.05em;margin-bottom:.5rem;text-transform:uppercase}.usage-analytics .activity-stats .activity-metric strong{color:#3b82f6;display:block;font-size:1.3rem;font-weight:800}.loading-container{align-items:center;display:flex;flex-direction:column;gap:1.5rem;height:300px;justify-content:center}.loading-container .loading-spinner{animation:spin 1s linear infinite;border:3px solid #e2e8f0;border-radius:50%;border-top-color:#3b82f6;height:50px;width:50px}.loading-container div{color:#64748b;font-size:1.1rem;font-weight:500}.no-data{align-items:center;background:linear-gradient(135deg,#f8fafc,#e2e8f0);border:2px dashed #e2e8f0;border-radius:16px;color:#64748b;display:flex;font-size:1.2rem;font-weight:500;height:200px;justify-content:center}body.dark-theme .system-analytics .analytics-tabs{background:linear-gradient(135deg,#1e293b,#334155);border:1px solid #ffffff1a}body.dark-theme .system-analytics .analytics-tabs .tab-button.active{box-shadow:0 8px 25px #3b82f666}body.dark-theme .system-analytics .period-buttons{background:linear-gradient(135deg,#1e293b,#334155);border:1px solid #ffffff1a}body.dark-theme .system-analytics .period-buttons .period-button.active{box-shadow:0 6px 20px #10b98166}body.dark-theme .analytics-card,body.dark-theme .chart-card,body.dark-theme .stat-card,body.dark-theme .usage-card{background:linear-gradient(135deg,#1e293b,#334155);border:1px solid #ffffff1a}body.dark-theme .analytics-card:hover,body.dark-theme .chart-card:hover,body.dark-theme .stat-card:hover,body.dark-theme .usage-card:hover{box-shadow:0 12px 35px #0000004d}body.dark-theme .stat-card .stat-content h3{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#f1f5f9,#cbd5e1);-webkit-background-clip:text}body.dark-theme .activity-stats .activity-metric,body.dark-theme .chart-placeholder,body.dark-theme .distribution-chart-placeholder,body.dark-theme .distribution-stats .plan-stat,body.dark-theme .growth-chart-placeholder,body.dark-theme .growth-stats .growth-stat,body.dark-theme .system-metrics .metric{background:linear-gradient(135deg,#334155,#475569);border-color:#475569}body.dark-theme .activity-stats .activity-metric .plan-count,body.dark-theme .activity-stats .activity-metric .value,body.dark-theme .activity-stats .activity-metric strong,body.dark-theme .distribution-stats .plan-stat .plan-count,body.dark-theme .distribution-stats .plan-stat .value,body.dark-theme .distribution-stats .plan-stat strong,body.dark-theme .growth-stats .growth-stat .plan-count,body.dark-theme .growth-stats .growth-stat .value,body.dark-theme .growth-stats .growth-stat strong,body.dark-theme .system-metrics .metric .plan-count,body.dark-theme .system-metrics .metric .value,body.dark-theme .system-metrics .metric strong{color:#f1f5f9}body.dark-theme .no-data{background:linear-gradient(135deg,#334155,#475569);border-color:#475569;color:#cbd5e1}@media(max-width:1024px){.system-analytics{padding:1.5rem}.analytics-grid,.charts-grid{grid-template-columns:1fr!important}.metrics-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}}@media(max-width:768px){.system-analytics .analytics-header h1{font-size:2rem}.system-analytics .analytics-tabs{flex-direction:column}.metrics-grid{grid-template-columns:1fr}.usage-overview{grid-template-columns:repeat(2,1fr)!important}.growth-stats{grid-template-columns:1fr!important}.stat-card{flex-direction:column;gap:1rem;text-align:center}}@media(max-width:480px){.system-metrics .metric-row,.usage-overview{grid-template-columns:1fr!important}.chart-legend{flex-direction:column;gap:.75rem}}.ai-monitoring{margin:0 auto;max-width:1400px;padding:2rem}.ai-monitoring .monitoring-header{margin-bottom:2rem;text-align:center}.ai-monitoring .monitoring-header h1{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#8b5cf6,#ec4899);-webkit-background-clip:text;font-size:2.5rem;font-weight:700;margin-bottom:.5rem}.ai-monitoring .monitoring-header p{color:var(--text-secondary);font-size:1.1rem;margin:0 auto;max-width:600px}.ai-monitoring .monitoring-tabs{background:var(--card-bg);border:1px solid var(--border-color);border-radius:12px;display:flex;gap:.5rem;margin-bottom:2rem;padding:.5rem}.ai-monitoring .monitoring-tabs .tab-button{background:#0000;border:none;border-radius:8px;color:var(--text-secondary);cursor:pointer;flex:1 1;font-weight:600;padding:1rem 1.5rem;transition:all .3s ease}.ai-monitoring .monitoring-tabs .tab-button:hover{background:var(--hover-bg);color:var(--text-primary)}.ai-monitoring .monitoring-tabs .tab-button.active{background:linear-gradient(135deg,#8b5cf6,#ec4899);box-shadow:0 4px 15px #8b5cf64d;color:#fff}.ai-costs .period-selector,.ai-usage .period-selector{margin-bottom:2rem}.ai-costs .period-selector .period-buttons,.ai-usage .period-selector .period-buttons{background:var(--card-bg);border:1px solid var(--border-color);border-radius:12px;display:flex;gap:.5rem;padding:.5rem}.ai-costs .period-selector .period-buttons .period-button,.ai-usage .period-selector .period-buttons .period-button{background:#0000;border:none;border-radius:8px;color:var(--text-secondary);cursor:pointer;flex:1 1;font-weight:500;padding:.75rem 1rem;transition:all .3s ease}.ai-costs .period-selector .period-buttons .period-button:hover,.ai-usage .period-selector .period-buttons .period-button:hover{background:var(--hover-bg);color:var(--text-primary)}.ai-costs .period-selector .period-buttons .period-button.active,.ai-usage .period-selector .period-buttons .period-button.active{background:linear-gradient(135deg,#8b5cf6,#ec4899);box-shadow:0 2px 10px #8b5cf64d;color:#fff}.ai-costs .metrics-grid,.ai-usage .metrics-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));margin-bottom:2rem}.ai-costs .stat-card,.ai-usage .stat-card{align-items:center;background:var(--card-bg);border:1px solid var(--border-color);border-radius:16px;display:flex;gap:1rem;overflow:hidden;padding:1.5rem;position:relative;transition:all .3s ease}.ai-costs .stat-card:before,.ai-usage .stat-card:before{background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));content:"";height:3px;left:0;position:absolute;right:0;top:0}.ai-costs .stat-card.stat-card--purple:before,.ai-usage .stat-card.stat-card--purple:before{background:linear-gradient(135deg,#8b5cf6,#ec4899)}.ai-costs .stat-card.stat-card--blue:before,.ai-usage .stat-card.stat-card--blue:before{background:linear-gradient(135deg,#3b82f6,#1d4ed8)}.ai-costs .stat-card.stat-card--green:before,.ai-usage .stat-card.stat-card--green:before{background:linear-gradient(135deg,#10b981,#059669)}.ai-costs .stat-card.stat-card--orange:before,.ai-usage .stat-card.stat-card--orange:before{background:linear-gradient(135deg,#f59e0b,#d97706)}.ai-costs .stat-card:hover,.ai-usage .stat-card:hover{border-color:var(--primary-color);box-shadow:0 12px 25px #00000026;transform:translateY(-4px)}.ai-costs .stat-card .stat-icon,.ai-usage .stat-card .stat-icon{align-items:center;border-radius:12px;color:#fff;display:flex;flex-shrink:0;height:60px;justify-content:center;width:60px}.stat-card--purple .ai-costs .stat-card .stat-icon,.stat-card--purple .ai-usage .stat-card .stat-icon{background:linear-gradient(135deg,#8b5cf6,#ec4899)}.stat-card--blue .ai-costs .stat-card .stat-icon,.stat-card--blue .ai-usage .stat-card .stat-icon{background:linear-gradient(135deg,#3b82f6,#1d4ed8)}.stat-card--green .ai-costs .stat-card .stat-icon,.stat-card--green .ai-usage .stat-card .stat-icon{background:linear-gradient(135deg,#10b981,#059669)}.stat-card--orange .ai-costs .stat-card .stat-icon,.stat-card--orange .ai-usage .stat-card .stat-icon{background:linear-gradient(135deg,#f59e0b,#d97706)}.ai-costs .stat-card .stat-content,.ai-usage .stat-card .stat-content{flex:1 1}.ai-costs .stat-card .stat-content h3,.ai-usage .stat-card .stat-content h3{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,var(--text-primary),var(--primary-color));-webkit-background-clip:text;font-size:2rem;font-weight:700;margin:0 0 .25rem}.ai-costs .stat-card .stat-content p,.ai-usage .stat-card .stat-content p{color:var(--text-secondary);font-size:.9rem;font-weight:600;margin:0}.ai-costs .stat-card .stat-content .stat-subtitle,.ai-usage .stat-card .stat-content .stat-subtitle{color:var(--text-tertiary);font-size:.8rem;margin-top:.25rem}.ai-costs .charts-grid,.ai-usage .charts-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:2fr 1fr;margin-bottom:2rem}.ai-costs .charts-grid .full-width,.ai-usage .charts-grid .full-width{grid-column:1/-1}.ai-costs .chart-card,.ai-usage .chart-card{background:var(--card-bg);border:1px solid var(--border-color);border-radius:16px;padding:1.5rem;transition:all .3s ease}.ai-costs .chart-card:hover,.ai-usage .chart-card:hover{box-shadow:0 8px 20px #0000001a;transform:translateY(-2px)}.ai-costs .chart-card .chart-header,.ai-usage .chart-card .chart-header{align-items:center;display:flex;gap:.5rem;margin-bottom:1rem}.ai-costs .chart-card .chart-header h3,.ai-usage .chart-card .chart-header h3{color:var(--text-primary);font-size:1.2rem;font-weight:600;margin:0}.ai-costs .chart-card .chart-header svg,.ai-usage .chart-card .chart-header svg{color:var(--primary-color)}.ai-costs .chart-placeholder,.ai-usage .chart-placeholder{align-items:center;background:var(--bg-secondary);border:2px dashed var(--border-color);border-radius:12px;display:flex;flex-direction:column;height:200px;justify-content:center}.ai-costs .chart-placeholder p,.ai-usage .chart-placeholder p{color:var(--text-secondary);font-size:1.1rem;margin-bottom:1rem;text-align:center}.ai-costs .chart-legend,.ai-usage .chart-legend{display:flex;gap:1rem}.ai-costs .chart-legend .legend-item,.ai-usage .chart-legend .legend-item{align-items:center;color:var(--text-secondary);display:flex;font-size:.8rem;gap:.5rem}.ai-costs .chart-legend .legend-item .legend-color,.ai-usage .chart-legend .legend-item .legend-color{border-radius:50%;height:12px;width:12px}.ai-costs .chart-legend .legend-item .legend-color.purple,.ai-usage .chart-legend .legend-item .legend-color.purple{background:#8b5cf6}.ai-costs .chart-legend .legend-item .legend-color.blue,.ai-usage .chart-legend .legend-item .legend-color.blue{background:#3b82f6}.ai-costs .chart-legend .legend-item .legend-color.green,.ai-usage .chart-legend .legend-item .legend-color.green{background:#10b981}.ai-costs .model-distribution,.ai-usage .model-distribution{display:flex;flex-direction:column;gap:.75rem}.ai-costs .model-distribution .model-item,.ai-usage .model-distribution .model-item{align-items:center;background:var(--bg-primary);border:1px solid var(--border-color);border-radius:8px;display:flex;justify-content:space-between;padding:.75rem;transition:all .3s ease}.ai-costs .model-distribution .model-item:hover,.ai-usage .model-distribution .model-item:hover{background:var(--hover-bg);transform:translateX(4px)}.ai-costs .model-distribution .model-item .model-label,.ai-usage .model-distribution .model-item .model-label{color:var(--text-primary);font-family:Courier New,monospace;font-size:.9rem;font-weight:600}.ai-costs .model-distribution .model-item .model-value,.ai-usage .model-distribution .model-item .model-value{background:var(--bg-secondary);border-radius:6px;color:var(--primary-color);font-size:.8rem;font-weight:700;padding:.25rem .5rem}.ai-costs .top-users-list,.ai-usage .top-users-list{display:flex;flex-direction:column;gap:.75rem}.ai-costs .top-users-list .user-item,.ai-usage .top-users-list .user-item{align-items:center;background:var(--bg-primary);border:1px solid var(--border-color);border-radius:8px;display:flex;gap:1rem;padding:1rem;transition:all .3s ease}.ai-costs .top-users-list .user-item:hover,.ai-usage .top-users-list .user-item:hover{box-shadow:0 4px 12px #0000001a;transform:translateX(4px)}.ai-costs .top-users-list .user-item .user-rank,.ai-usage .top-users-list .user-item .user-rank{align-items:center;background:linear-gradient(135deg,#8b5cf6,#ec4899);border-radius:50%;color:#fff;display:flex;flex-shrink:0;font-size:.8rem;font-weight:700;height:32px;justify-content:center;width:32px}.ai-costs .top-users-list .user-item .user-info,.ai-usage .top-users-list .user-item .user-info{flex:1 1}.ai-costs .top-users-list .user-item .user-info .user-name,.ai-usage .top-users-list .user-item .user-info .user-name{color:var(--text-primary);font-weight:600;margin-bottom:.25rem}.ai-costs .top-users-list .user-item .user-info .user-email,.ai-usage .top-users-list .user-item .user-info .user-email{color:var(--text-secondary);font-size:.8rem}.ai-costs .top-users-list .user-item .user-stats,.ai-usage .top-users-list .user-item .user-stats{display:flex;font-size:.8rem;gap:1rem}.ai-costs .top-users-list .user-item .user-stats .user-messages,.ai-usage .top-users-list .user-item .user-stats .user-messages{background:#3b82f61a;border-radius:4px;color:#3b82f6;font-weight:600;padding:.25rem .5rem}.ai-costs .top-users-list .user-item .user-stats .user-tokens,.ai-usage .top-users-list .user-item .user-stats .user-tokens{background:#10b9811a;border-radius:4px;color:#10b981;font-weight:600;padding:.25rem .5rem}.ai-costs .top-users-list .user-item .user-plan,.ai-usage .top-users-list .user-item .user-plan{border-radius:20px;color:#fff;flex-shrink:0;font-size:.8rem;font-weight:600;padding:.25rem .75rem}.ai-costs .top-users-list .user-item .user-plan.free,.ai-usage .top-users-list .user-item .user-plan.free{background:#6b7280}.ai-costs .top-users-list .user-item .user-plan.silver,.ai-usage .top-users-list .user-item .user-plan.silver{background:#9ca3af}.ai-costs .top-users-list .user-item .user-plan.gold,.ai-usage .top-users-list .user-item .user-plan.gold{background:#f59e0b}.ai-costs .cost-overview{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-bottom:2rem}.ai-costs .cost-overview .cost-card{align-items:center;background:var(--card-bg);border:1px solid var(--border-color);border-radius:16px;display:flex;gap:1rem;overflow:hidden;padding:1.5rem;position:relative;transition:all .3s ease}.ai-costs .cost-overview .cost-card.primary{background:linear-gradient(135deg,#8b5cf6,#ec4899);color:#fff}.ai-costs .cost-overview .cost-card.primary h3,.ai-costs .cost-overview .cost-card.primary p{color:#fff}.ai-costs .cost-overview .cost-card.primary .cost-trend{color:#ffffffe6}.ai-costs .cost-overview .cost-card:hover{box-shadow:0 12px 25px #00000026;transform:translateY(-4px)}.ai-costs .cost-overview .cost-card .cost-icon{align-items:center;background:#8b5cf61a;border-radius:12px;color:#8b5cf6;display:flex;flex-shrink:0;height:60px;justify-content:center;width:60px}.cost-card.primary .ai-costs .cost-overview .cost-card .cost-icon{background:#fff3;color:#fff}.ai-costs .cost-overview .cost-card .cost-content{flex:1 1}.ai-costs .cost-overview .cost-card .cost-content h3{font-size:2rem;font-weight:700;margin:0 0 .25rem}.ai-costs .cost-overview .cost-card .cost-content p{font-size:.9rem;font-weight:600;margin:0;opacity:.9}.ai-costs .cost-overview .cost-card .cost-content .cost-trend{align-items:center;display:flex;font-size:.8rem;font-weight:600;gap:.25rem;margin-top:.5rem}.ai-costs .cost-overview .cost-card .cost-content .cost-trend.positive{color:#10b981}.ai-costs .cost-overview .cost-card .cost-content .cost-trend.negative{color:#ef4444}.ai-costs .cost-analysis{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:2fr 1fr;margin-bottom:2rem}.ai-costs .cost-analysis .analysis-card{background:var(--card-bg);border:1px solid var(--border-color);border-radius:16px;padding:1.5rem;transition:all .3s ease}.ai-costs .cost-analysis .analysis-card:hover{box-shadow:0 8px 20px #0000001a;transform:translateY(-2px)}.ai-costs .cost-analysis .analysis-card .card-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:1rem}.ai-costs .cost-analysis .analysis-card .card-header h3{color:var(--text-primary);font-size:1.2rem;font-weight:600;margin:0}.ai-costs .cost-analysis .analysis-card .card-header svg{color:var(--text-secondary)}.ai-costs .cost-analysis .cost-breakdown{display:flex;flex-direction:column;gap:1rem}.ai-costs .cost-analysis .cost-breakdown .breakdown-item .breakdown-info{align-items:center;display:flex;justify-content:space-between;margin-bottom:.5rem}.ai-costs .cost-analysis .cost-breakdown .breakdown-item .breakdown-info .plan-badge{border-radius:20px;color:#fff;font-size:.8rem;font-weight:600;padding:.25rem .75rem}.ai-costs .cost-analysis .cost-breakdown .breakdown-item .breakdown-info .plan-badge.free{background:#6b7280}.ai-costs .cost-analysis .cost-breakdown .breakdown-item .breakdown-info .plan-badge.silver{background:#9ca3af}.ai-costs .cost-analysis .cost-breakdown .breakdown-item .breakdown-info .plan-badge.gold{background:#f59e0b}.ai-costs .cost-analysis .cost-breakdown .breakdown-item .breakdown-info .breakdown-cost{color:var(--text-primary);font-size:1.1rem;font-weight:700}.ai-costs .cost-analysis .cost-breakdown .breakdown-item .breakdown-bar{background:var(--bg-secondary);border-radius:4px;height:8px;margin-bottom:.5rem;overflow:hidden}.ai-costs .cost-analysis .cost-breakdown .breakdown-item .breakdown-bar .bar-fill{border-radius:4px;height:100%;position:relative;transition:width .3s ease}.ai-costs .cost-analysis .cost-breakdown .breakdown-item .breakdown-bar .bar-fill.free{background:linear-gradient(90deg,#6b7280,#9ca3af)}.ai-costs .cost-analysis .cost-breakdown .breakdown-item .breakdown-bar .bar-fill.silver{background:linear-gradient(90deg,#9ca3af,#d1d5db)}.ai-costs .cost-analysis .cost-breakdown .breakdown-item .breakdown-bar .bar-fill.gold{background:linear-gradient(90deg,#f59e0b,#fbbf24)}.ai-costs .cost-analysis .cost-breakdown .breakdown-item .breakdown-bar .bar-fill:after{animation:shimmer 2s infinite;background:linear-gradient(90deg,#0000,#ffffff4d,#0000);bottom:0;content:"";left:0;position:absolute;right:0;top:0}.ai-costs .cost-analysis .cost-breakdown .breakdown-item .breakdown-stats{color:var(--text-secondary);display:flex;font-size:.8rem;justify-content:space-between}.ai-costs .cost-analysis .cost-breakdown .breakdown-item .breakdown-stats .percentage{color:var(--primary-color);font-weight:700}.ai-costs .cost-analysis .optimization-tips{display:flex;flex-direction:column;gap:1rem}.ai-costs .cost-analysis .optimization-tips .tip-item{background:var(--bg-primary);border:1px solid var(--border-color);border-radius:8px;display:flex;gap:1rem;padding:1rem;transition:all .3s ease}.ai-costs .cost-analysis .optimization-tips .tip-item:hover{background:var(--hover-bg);transform:translateX(4px)}.ai-costs .cost-analysis .optimization-tips .tip-item .tip-icon{align-items:center;background:linear-gradient(135deg,#8b5cf6,#ec4899);border-radius:8px;color:#fff;display:flex;flex-shrink:0;font-size:1.5rem;height:40px;justify-content:center;width:40px}.ai-costs .cost-analysis .optimization-tips .tip-item .tip-content h4{color:var(--text-primary);font-size:1rem;font-weight:600;margin:0 0 .5rem}.ai-costs .cost-analysis .optimization-tips .tip-item .tip-content p{color:var(--text-secondary);font-size:.9rem;line-height:1.4;margin:0}.ai-costs .savings-section .savings-card{background:var(--card-bg);border:1px solid var(--border-color);border-radius:16px;padding:1.5rem;transition:all .3s ease}.ai-costs .savings-section .savings-card:hover{box-shadow:0 8px 20px #0000001a;transform:translateY(-2px)}.ai-costs .savings-section .savings-card .savings-header{align-items:center;display:flex;gap:.5rem;margin-bottom:1rem}.ai-costs .savings-section .savings-card .savings-header h3{color:var(--text-primary);font-size:1.2rem;font-weight:600;margin:0}.ai-costs .savings-section .savings-card .savings-header svg{color:#10b981}.ai-costs .savings-section .savings-card .savings-content .savings-metric{margin-bottom:1.5rem;text-align:center}.ai-costs .savings-section .savings-card .savings-content .savings-metric .metric-value{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#10b981,#059669);-webkit-background-clip:text;display:block;font-size:2.5rem;font-weight:700;margin-bottom:.5rem}.ai-costs .savings-section .savings-card .savings-content .savings-metric .metric-label{color:var(--text-secondary);font-size:.9rem}.ai-costs .savings-section .savings-card .savings-content .savings-progress .progress-bar{background:var(--bg-secondary);border-radius:4px;height:8px;margin-bottom:.5rem;overflow:hidden}.ai-costs .savings-section .savings-card .savings-content .savings-progress .progress-bar .progress-fill{background:linear-gradient(90deg,#10b981,#34d399);border-radius:4px;height:100%;position:relative}.ai-costs .savings-section .savings-card .savings-content .savings-progress .progress-bar .progress-fill:after{animation:shimmer 2s infinite;background:linear-gradient(90deg,#0000,#ffffff4d,#0000);bottom:0;content:"";left:0;position:absolute;right:0;top:0}.ai-costs .savings-section .savings-card .savings-content .savings-progress .progress-labels{color:var(--text-secondary);display:flex;font-size:.8rem;justify-content:space-between}@keyframes shimmer{0%{transform:translateX(-100%)}to{transform:translateX(100%)}}.dark-theme .ai-monitoring .monitoring-tabs .tab-button.active{box-shadow:0 4px 15px #8b5cf666}.dark-theme .ai-monitoring .period-buttons .period-button.active{box-shadow:0 2px 10px #8b5cf666}.dark-theme .analysis-card,.dark-theme .chart-card,.dark-theme .cost-card,.dark-theme .savings-card,.dark-theme .stat-card{background:var(--card-bg-dark);border-color:var(--border-color-dark)}.dark-theme .analysis-card:hover,.dark-theme .chart-card:hover,.dark-theme .cost-card:hover,.dark-theme .savings-card:hover,.dark-theme .stat-card:hover{box-shadow:0 8px 25px #0003}@media(max-width:1024px){.ai-monitoring{padding:1rem}.charts-grid,.cost-analysis{grid-template-columns:1fr!important}.metrics-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}}@media(max-width:768px){.ai-monitoring .monitoring-header h1{font-size:2rem}.ai-monitoring .monitoring-tabs{flex-direction:column}.metrics-grid{grid-template-columns:1fr}.cost-overview{grid-template-columns:1fr!important}.top-users-list .user-item{flex-direction:column;gap:.5rem;text-align:center}.top-users-list .user-item .user-stats{justify-content:center}.breakdown-stats{flex-direction:column;gap:.25rem;text-align:center}}@media(max-width:480px){.ai-costs .cost-analysis,.ai-usage .charts-grid{grid-template-columns:1fr!important}.tip-item{flex-direction:column;text-align:center}.tip-item .tip-icon{align-self:center}}.motivation-system{margin:0 auto;max-width:1200px;padding:2rem}.motivation-system .motivation-header{margin-bottom:2rem;text-align:center}.motivation-system .motivation-header h1{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#ff6b6b,#4ecdc4);-webkit-background-clip:text;font-size:2.5rem;font-weight:700;margin-bottom:.5rem}.motivation-system .motivation-header p{color:var(--text-secondary);font-size:1.1rem;margin:0 auto;max-width:600px}.message-list-container .motivation-stats{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-bottom:2rem}.message-list-container .motivation-stats .stat-card{align-items:center;background:var(--card-bg);border:1px solid var(--border-color);border-radius:16px;display:flex;gap:1rem;overflow:hidden;padding:1.5rem;position:relative;transition:all .3s ease}.message-list-container .motivation-stats .stat-card:before{content:"";height:4px;left:0;position:absolute;right:0;top:0}.message-list-container .motivation-stats .stat-card.motivation-stat-total:before{background:linear-gradient(135deg,#667eea,#764ba2)}.message-list-container .motivation-stats .stat-card.motivation-stat-active:before{background:linear-gradient(135deg,#4ecdc4,#44a08d)}.message-list-container .motivation-stats .stat-card.motivation-stat-inactive:before{background:linear-gradient(135deg,#ff6b6b,#c44d58)}.message-list-container .motivation-stats .stat-card:hover{box-shadow:0 12px 25px #00000026;transform:translateY(-4px)}.message-list-container .motivation-stats .stat-card .stat-icon{align-items:center;border-radius:12px;color:#fff;display:flex;flex-shrink:0;height:60px;justify-content:center;width:60px}.motivation-stat-total .message-list-container .motivation-stats .stat-card .stat-icon{background:linear-gradient(135deg,#667eea,#764ba2)}.motivation-stat-active .message-list-container .motivation-stats .stat-card .stat-icon{background:linear-gradient(135deg,#4ecdc4,#44a08d)}.motivation-stat-inactive .message-list-container .motivation-stats .stat-card .stat-icon{background:linear-gradient(135deg,#ff6b6b,#c44d58)}.message-list-container .motivation-stats .stat-card .stat-content h3{color:var(--text-primary);font-size:2rem;font-weight:700;margin:0 0 .25rem}.message-list-container .motivation-stats .stat-card .stat-content p{color:var(--text-secondary);font-size:.9rem;font-weight:600;margin:0}.message-list-container .motivation-actions{align-items:center;background:var(--card-bg);border:1px solid var(--border-color);border-radius:12px;display:flex;justify-content:space-between;margin-bottom:2rem;padding:1.5rem}.message-list-container .motivation-actions .actions-left h2{color:var(--text-primary);font-size:1.5rem;font-weight:600;margin:0}.message-list-container .motivation-actions .actions-right{align-items:center;display:flex;gap:1rem}.message-list-container .motivation-actions .actions-right .status-filter{background:var(--bg-primary);border:1px solid var(--border-color);border-radius:8px;color:var(--text-primary);font-size:.9rem;min-width:150px;padding:.75rem 1rem}.message-list-container .motivation-actions .actions-right .add-message-btn{align-items:center;background:linear-gradient(135deg,#ff6b6b,#4ecdc4);border:none;border-radius:8px;color:#fff;cursor:pointer;display:flex;font-weight:600;gap:.5rem;padding:.75rem 1.5rem;transition:all .3s ease}.message-list-container .motivation-actions .actions-right .add-message-btn:hover{box-shadow:0 4px 15px #ff6b6b4d;transform:translateY(-2px)}.message-list-container .messages-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(400px,1fr));margin-bottom:2rem}.message-list-container .messages-grid .message-card{background:var(--card-bg);border:1px solid var(--border-color);border-radius:12px;padding:1.5rem;position:relative;transition:all .3s ease}.message-list-container .messages-grid .message-card:hover{border-color:var(--primary-color);box-shadow:0 8px 25px #0000001a;transform:translateY(-4px)}.message-list-container .messages-grid .message-card .message-header{align-items:flex-start;display:flex;justify-content:space-between;margin-bottom:1rem}.message-list-container .messages-grid .message-card .message-header .message-title{color:var(--text-primary);flex:1 1;font-size:1.2rem;font-weight:600;line-height:1.4;margin:0 1rem 0 0}.message-list-container .messages-grid .message-card .message-header .message-actions{display:flex;gap:.5rem}.message-list-container .messages-grid .message-card .message-header .message-actions button{align-items:center;border:none;border-radius:6px;cursor:pointer;display:flex;height:32px;justify-content:center;transition:all .3s ease;width:32px}.message-list-container .messages-grid .message-card .message-header .message-actions button.status-btn.active{background:#4ecdc41a;color:#4ecdc4}.message-list-container .messages-grid .message-card .message-header .message-actions button.status-btn.active:hover{background:#4ecdc4;color:#fff}.message-list-container .messages-grid .message-card .message-header .message-actions button.status-btn.inactive{background:#ff6b6b1a;color:#ff6b6b}.message-list-container .messages-grid .message-card .message-header .message-actions button.status-btn.inactive:hover{background:#ff6b6b;color:#fff}.message-list-container .messages-grid .message-card .message-header .message-actions button.edit-btn{background:#667eea1a;color:#667eea}.message-list-container .messages-grid .message-card .message-header .message-actions button.edit-btn:hover{background:#667eea;color:#fff}.message-list-container .messages-grid .message-card .message-header .message-actions button.delete-btn{background:#ef44441a;color:#ef4444}.message-list-container .messages-grid .message-card .message-header .message-actions button.delete-btn:hover{background:#ef4444;color:#fff}.message-list-container .messages-grid .message-card .message-content{color:var(--text-secondary);line-height:1.6;margin-bottom:1rem;max-height:120px;overflow:hidden;position:relative;white-space:pre-wrap}.message-list-container .messages-grid .message-card .message-content:after{background:linear-gradient(#0000,var(--card-bg));bottom:0;content:"";height:40px;left:0;position:absolute;right:0}.message-list-container .messages-grid .message-card .message-footer{align-items:center;border-top:1px solid var(--border-color);display:flex;justify-content:space-between;padding-top:1rem}.message-list-container .messages-grid .message-card .message-footer .status-badge{border-radius:20px;font-size:.8rem;font-weight:600;padding:.25rem .75rem}.message-list-container .messages-grid .message-card .message-footer .status-badge.active{background:#4ecdc41a;color:#4ecdc4}.message-list-container .messages-grid .message-card .message-footer .status-badge.inactive{background:#ff6b6b1a;color:#ff6b6b}.message-list-container .messages-grid .message-card .message-footer .message-date{color:var(--text-tertiary);font-size:.8rem}.message-list-container .motivation-empty{background:var(--card-bg);border:2px dashed var(--border-color);border-radius:16px;color:var(--text-secondary);padding:4rem 2rem;text-align:center}.message-list-container .motivation-empty svg{margin-bottom:1rem;opacity:.5}.message-list-container .motivation-empty p{font-size:1.1rem;margin-bottom:1.5rem}.message-list-container .motivation-empty .add-first-message{background:linear-gradient(135deg,#ff6b6b,#4ecdc4);border:none;border-radius:8px;color:#fff;cursor:pointer;font-weight:600;padding:.75rem 1.5rem;transition:all .3s ease}.message-list-container .motivation-empty .add-first-message:hover{box-shadow:0 4px 15px #ff6b6b4d;transform:translateY(-2px)}.message-form-container{margin:0 auto;max-width:800px}.message-form-container .form-header{align-items:center;display:flex;gap:1rem;margin-bottom:2rem}.message-form-container .form-header .back-btn{align-items:center;background:var(--card-bg);border:1px solid var(--border-color);border-radius:8px;color:var(--text-primary);cursor:pointer;display:flex;gap:.5rem;padding:.75rem 1rem;transition:all .3s ease}.message-form-container .form-header .back-btn:hover{background:var(--hover-bg);transform:translateX(-2px)}.message-form-container .form-header h2{align-items:center;color:var(--text-primary);display:flex;font-size:1.5rem;font-weight:600;gap:.5rem;margin:0}.message-form-container .motivation-form{background:var(--card-bg);border:1px solid var(--border-color);border-radius:16px;margin-bottom:2rem;padding:2rem}.message-form-container .motivation-form .form-group{margin-bottom:1.5rem}.message-form-container .motivation-form .form-group label{color:var(--text-primary);display:block;font-size:.9rem;font-weight:600;margin-bottom:.5rem}.message-form-container .motivation-form .form-group input,.message-form-container .motivation-form .form-group textarea{background:var(--bg-primary);border:1px solid var(--border-color);border-radius:8px;color:var(--text-primary);font-family:inherit;font-size:1rem;padding:.75rem 1rem;transition:all .3s ease;width:100%}.message-form-container .motivation-form .form-group input:focus,.message-form-container .motivation-form .form-group textarea:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a;outline:none}.message-form-container .motivation-form .form-group input.error,.message-form-container .motivation-form .form-group textarea.error{border-color:#ef4444;box-shadow:0 0 0 3px #ef44441a}.message-form-container .motivation-form .form-group textarea{line-height:1.5;min-height:120px;resize:vertical}.message-form-container .motivation-form .form-group .error-message{color:#ef4444;display:block;font-size:.8rem;margin-top:.25rem}.message-form-container .motivation-form .form-group.checkbox-group .checkbox-label{align-items:center;cursor:pointer;display:flex;font-weight:400;gap:.75rem;margin-bottom:.5rem}.message-form-container .motivation-form .form-group.checkbox-group .checkbox-label input{margin:0;width:auto}.message-form-container .motivation-form .form-group.checkbox-group .checkbox-label .checkmark{border:2px solid var(--border-color);border-radius:4px;height:18px;position:relative;transition:all .3s ease;width:18px}.message-form-container .motivation-form .form-group.checkbox-group .checkbox-label .checkmark:after{border:solid #fff;border-width:0 2px 2px 0;content:"";height:10px;left:4px;opacity:0;position:absolute;top:1px;transform:rotate(45deg);transition:opacity .3s ease;width:6px}.message-form-container .motivation-form .form-group.checkbox-group .checkbox-label input:checked+.checkmark{background:#4ecdc4;border-color:#4ecdc4}.message-form-container .motivation-form .form-group.checkbox-group .checkbox-label input:checked+.checkmark:after{opacity:1}.message-form-container .motivation-form .form-group.checkbox-group .checkbox-help{color:var(--text-tertiary);font-size:.8rem;font-style:italic;margin:0}.message-form-container .motivation-form .form-actions{display:flex;gap:1rem;justify-content:flex-end;margin-top:2rem}.message-form-container .motivation-form .form-actions button{border:none;border-radius:8px;cursor:pointer;font-weight:600;padding:.75rem 1.5rem;transition:all .3s ease}.message-form-container .motivation-form .form-actions button.cancel-btn{background:var(--bg-secondary);border:1px solid var(--border-color);color:var(--text-secondary)}.message-form-container .motivation-form .form-actions button.cancel-btn:hover{background:var(--hover-bg)}.message-form-container .motivation-form .form-actions button.save-btn{align-items:center;background:linear-gradient(135deg,#ff6b6b,#4ecdc4);color:#fff;display:flex;gap:.5rem}.message-form-container .motivation-form .form-actions button.save-btn:hover:not(:disabled){box-shadow:0 4px 15px #ff6b6b4d;transform:translateY(-2px)}.message-form-container .motivation-form .form-actions button.save-btn:disabled{cursor:not-allowed;opacity:.6}.message-form-container .message-preview{background:var(--card-bg);border:1px solid var(--border-color);border-radius:16px;padding:1.5rem}.message-form-container .message-preview h3{color:var(--text-primary);font-size:1.2rem;font-weight:600;margin:0 0 1rem}.message-form-container .message-preview .preview-card{background:var(--bg-primary);border:1px solid var(--border-color);border-radius:8px;padding:1rem}.message-form-container .message-preview .preview-card .preview-header{align-items:flex-start;display:flex;justify-content:space-between;margin-bottom:1rem}.message-form-container .message-preview .preview-card .preview-header h4{color:var(--text-primary);flex:1 1;font-size:1.1rem;font-weight:600;margin:0 1rem 0 0}.message-form-container .message-preview .preview-card .preview-header .preview-status{border-radius:20px;font-size:.8rem;font-weight:600;padding:.25rem .75rem}.message-form-container .message-preview .preview-card .preview-header .preview-status.active{background:#4ecdc41a;color:#4ecdc4}.message-form-container .message-preview .preview-card .preview-header .preview-status.inactive{background:#ff6b6b1a;color:#ff6b6b}.message-form-container .message-preview .preview-card .preview-content{color:var(--text-secondary);line-height:1.6;white-space:pre-wrap}.motivation-loading{align-items:center;display:flex;flex-direction:column;gap:1rem;height:300px;justify-content:center}.motivation-loading .loading-spinner{animation:spin 1s linear infinite;border:3px solid var(--border-color);border-radius:50%;border-top:3px solid #ff6b6b;height:40px;width:40px}.motivation-pagination{align-items:center;border-top:1px solid var(--border-color);display:flex;justify-content:space-between;margin-top:2rem;padding-top:1rem}.motivation-pagination .pagination-info{color:var(--text-secondary);font-size:.9rem}.motivation-pagination .pagination-controls{display:flex;gap:.5rem}.motivation-pagination .pagination-controls button{background:var(--card-bg);border:1px solid var(--border-color);border-radius:6px;color:var(--text-primary);cursor:pointer;padding:.5rem 1rem;transition:all .3s ease}.motivation-pagination .pagination-controls button:hover:not(:disabled){background:var(--hover-bg)}.motivation-pagination .pagination-controls button:disabled{cursor:not-allowed;opacity:.5}.dark-theme .motivation-system .message-card,.dark-theme .motivation-system .message-preview,.dark-theme .motivation-system .motivation-form,.dark-theme .motivation-system .stat-card{background:var(--card-bg-dark);border-color:var(--border-color-dark)}.dark-theme .motivation-system .add-message-btn,.dark-theme .motivation-system .save-btn{box-shadow:0 4px 15px #ff6b6b66}@media(max-width:768px){.motivation-system{padding:1rem}.messages-grid,.motivation-stats{grid-template-columns:1fr!important}.motivation-actions{align-items:stretch!important;flex-direction:column;gap:1rem}.motivation-actions .actions-right{justify-content:space-between}.message-header{flex-direction:column;gap:1rem}.message-header .message-actions{align-self:flex-end}.form-actions{flex-direction:column}.motivation-pagination{flex-direction:column;gap:1rem;text-align:center}}@media(max-width:480px){.message-form-container .form-header{align-items:flex-start;flex-direction:column;gap:1rem}.message-form-container .motivation-form{padding:1rem}}.reporting-module{margin:0 auto;max-width:1400px;padding:2rem}.reporting-module .reporting-header{margin-bottom:3rem;text-align:center}.reporting-module .reporting-header h1{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#6366f1,#8b5cf6 50%,#ec4899);-webkit-background-clip:text;font-size:2.8rem;font-weight:800;letter-spacing:-.5px;margin-bottom:.5rem}.reporting-module .reporting-header p{color:var(--text-secondary);font-size:1.2rem;line-height:1.6;margin:0 auto;max-width:600px}.reporting-module .reporting-content{display:flex;flex-direction:column;gap:2.5rem}.report-generator-card{background:var(--card-bg);border:1px solid var(--border-color);border-radius:20px;overflow:hidden;padding:2.5rem;position:relative;transition:all .4s ease}.report-generator-card:before{background:linear-gradient(135deg,#6366f1,#8b5cf6,#ec4899);content:"";height:4px;left:0;position:absolute;right:0;top:0}.report-generator-card:hover{box-shadow:0 20px 40px #00000026;transform:translateY(-5px)}.report-generator-card .generator-header{align-items:center;display:flex;gap:1.5rem;margin-bottom:2.5rem}.report-generator-card .generator-header .header-icon{align-items:center;background:linear-gradient(135deg,#6366f1,#8b5cf6);border-radius:16px;color:#fff;display:flex;flex-shrink:0;height:70px;justify-content:center;width:70px}.report-generator-card .generator-header .header-content h2{color:var(--text-primary);font-size:1.8rem;font-weight:700;margin:0 0 .5rem}.report-generator-card .generator-header .header-content p{color:var(--text-secondary);font-size:1rem;line-height:1.5;margin:0}.report-generator-card .generator-form .form-section{background:var(--bg-primary);border:1px solid var(--border-color);border-radius:12px;margin-bottom:2.5rem;padding:1.5rem}.report-generator-card .generator-form .form-section .section-header{align-items:center;display:flex;gap:.75rem;margin-bottom:1.5rem}.report-generator-card .generator-form .form-section .section-header h3{color:var(--text-primary);font-size:1.2rem;font-weight:600;margin:0}.report-generator-card .generator-form .form-section .section-header svg{color:#6366f1}.report-generator-card .generator-form .form-section .type-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.report-generator-card .generator-form .form-section .type-grid .type-option input[type=radio]{display:none}.report-generator-card .generator-form .form-section .type-grid .type-option input[type=radio]:checked+label{background:linear-gradient(135deg,#6366f10d,#8b5cf60d);border-color:#6366f1;box-shadow:0 4px 15px #6366f133}.report-generator-card .generator-form .form-section .type-grid .type-option input[type=radio]:checked+label:before{opacity:1}.report-generator-card .generator-form .form-section .type-grid .type-option label{border:2px solid var(--border-color);border-radius:12px;cursor:pointer;display:flex;flex-direction:column;gap:.75rem;overflow:hidden;padding:1.5rem;position:relative;transition:all .3s ease}.report-generator-card .generator-form .form-section .type-grid .type-option label:before{background:linear-gradient(135deg,#6366f1,#8b5cf6);content:"";height:3px;left:0;opacity:0;position:absolute;right:0;top:0;transition:opacity .3s ease}.report-generator-card .generator-form .form-section .type-grid .type-option label:hover{border-color:#6366f1;transform:translateY(-2px)}.report-generator-card .generator-form .form-section .type-grid .type-option label svg{align-self:flex-start;color:#6366f1}.report-generator-card .generator-form .form-section .type-grid .type-option label span{color:var(--text-primary);font-size:1rem;font-weight:600}.report-generator-card .generator-form .form-section .type-grid .type-option label small{color:var(--text-secondary);font-size:.8rem;line-height:1.4}.report-generator-card .generator-form .form-section .quick-selection{align-items:center;display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:1.5rem}.report-generator-card .generator-form .form-section .quick-selection span{color:var(--text-secondary);font-size:.9rem;font-weight:600;white-space:nowrap}.report-generator-card .generator-form .form-section .quick-selection .quick-buttons{display:flex;flex-wrap:wrap;gap:.5rem}.report-generator-card .generator-form .form-section .quick-selection .quick-buttons button{background:var(--card-bg);border:1px solid var(--border-color);border-radius:6px;color:var(--text-primary);cursor:pointer;font-size:.8rem;font-weight:500;padding:.5rem 1rem;transition:all .3s ease}.report-generator-card .generator-form .form-section .quick-selection .quick-buttons button:hover{background:var(--hover-bg);border-color:#6366f1;color:#6366f1}.report-generator-card .generator-form .form-section .date-inputs{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:1fr 1fr}@media(max-width:768px){.report-generator-card .generator-form .form-section .date-inputs{grid-template-columns:1fr}}.report-generator-card .generator-form .form-section .date-inputs .input-group label{color:var(--text-primary);display:block;font-size:.9rem;font-weight:600;margin-bottom:.5rem}.report-generator-card .generator-form .form-section .date-inputs .input-group input{background:var(--bg-primary);border:1px solid var(--border-color);border-radius:8px;color:var(--text-primary);font-size:1rem;padding:.75rem 1rem;transition:all .3s ease;width:100%}.report-generator-card .generator-form .form-section .date-inputs .input-group input:focus{border-color:#6366f1;box-shadow:0 0 0 3px #6366f11a;outline:none}.report-generator-card .generator-form .generate-button{align-items:center;background:linear-gradient(135deg,#6366f1,#8b5cf6);border:none;border-radius:12px;color:#fff;cursor:pointer;display:flex;font-size:1rem;font-weight:600;gap:.75rem;justify-content:center;padding:1rem 2rem;transition:all .3s ease;width:100%}.report-generator-card .generator-form .generate-button:hover:not(:disabled){box-shadow:0 8px 25px #6366f166;transform:translateY(-2px)}.report-generator-card .generator-form .generate-button:disabled{cursor:not-allowed;opacity:.6}.report-viewer-card{background:var(--card-bg);border:1px solid var(--border-color);border-radius:20px;overflow:hidden;padding:2.5rem;position:relative;transition:all .4s ease}.report-viewer-card:before{background:linear-gradient(135deg,#10b981,#059669);content:"";height:4px;left:0;position:absolute;right:0;top:0}.report-viewer-card:hover{box-shadow:0 20px 40px #00000026;transform:translateY(-5px)}.report-viewer-card .viewer-header{align-items:flex-start;border-bottom:1px solid var(--border-color);display:flex;justify-content:space-between;margin-bottom:2.5rem;padding-bottom:1.5rem}.report-viewer-card .viewer-header .header-main{align-items:flex-start;display:flex;gap:1rem}.report-viewer-card .viewer-header .header-main svg{color:#10b981;flex-shrink:0;margin-top:.25rem}.report-viewer-card .viewer-header .header-main h2{color:var(--text-primary);font-size:1.5rem;font-weight:700;margin:0 0 .5rem}.report-viewer-card .viewer-header .header-main p{color:var(--text-secondary);font-size:.9rem;margin:0}.report-viewer-card .viewer-header .header-actions{display:flex;gap:.75rem}.report-viewer-card .viewer-header .header-actions .export-button{align-items:center;background:var(--bg-primary);border:1px solid var(--border-color);border-radius:8px;color:var(--text-primary);cursor:pointer;display:flex;font-size:.9rem;font-weight:500;gap:.5rem;padding:.75rem 1.25rem;transition:all .3s ease}.report-viewer-card .viewer-header .header-actions .export-button:hover{background:var(--hover-bg);border-color:#10b981;color:#10b981}.report-viewer-card .viewer-header .header-actions .export-button.secondary{background:linear-gradient(135deg,#10b981,#059669);border:none;color:#fff}.report-viewer-card .viewer-header .header-actions .export-button.secondary:hover{background:linear-gradient(135deg,#059669,#047857);box-shadow:0 4px 15px #10b9814d;transform:translateY(-2px)}.report-viewer-card .report-content .summary-section{margin-bottom:2.5rem}.report-viewer-card .report-content .summary-section h3{color:var(--text-primary);font-size:1.3rem;font-weight:600;margin:0 0 1.5rem}.report-viewer-card .report-content .summary-section .summary-stats{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.report-viewer-card .report-content .summary-section .summary-stats .stat-card{align-items:center;background:var(--bg-primary);border:1px solid var(--border-color);border-radius:12px;display:flex;gap:1.25rem;padding:1.5rem;transition:all .3s ease}.report-viewer-card .report-content .summary-section .summary-stats .stat-card:hover{box-shadow:0 8px 20px #0000001a;transform:translateY(-3px)}.report-viewer-card .report-content .summary-section .summary-stats .stat-card .stat-icon{align-items:center;background:linear-gradient(135deg,#10b981,#059669);border-radius:12px;color:#fff;display:flex;flex-shrink:0;height:60px;justify-content:center;width:60px}.report-viewer-card .report-content .summary-section .summary-stats .stat-card .stat-content .stat-value{color:var(--text-primary);font-size:1.8rem;font-weight:700;line-height:1;margin-bottom:.25rem}.report-viewer-card .report-content .summary-section .summary-stats .stat-card .stat-content .stat-label{color:var(--text-primary);font-size:.95rem;font-weight:600;margin-bottom:.25rem}.report-viewer-card .report-content .summary-section .summary-stats .stat-card .stat-content .stat-subtitle{color:var(--text-secondary);font-size:.8rem}.report-viewer-card .report-content .detailed-section h3{color:var(--text-primary);font-size:1.3rem;font-weight:600;margin:0 0 1.5rem}.report-viewer-card .report-content .detailed-section .data-table{border:1px solid var(--border-color);border-radius:12px;overflow-x:auto}.report-viewer-card .report-content .detailed-section .data-table table{background:var(--bg-primary);border-collapse:collapse;min-width:600px;width:100%}.report-viewer-card .report-content .detailed-section .data-table table td,.report-viewer-card .report-content .detailed-section .data-table table th{border-bottom:1px solid var(--border-color);padding:1rem;text-align:left}.report-viewer-card .report-content .detailed-section .data-table table th{background:var(--card-bg);color:var(--text-primary);font-size:.9rem;font-weight:600;letter-spacing:.5px;text-transform:uppercase}.report-viewer-card .report-content .detailed-section .data-table table td{color:var(--text-secondary);font-size:.9rem}.report-viewer-card .report-content .detailed-section .data-table table tr:hover{background:var(--hover-bg)}.report-viewer-card .report-content .detailed-section .data-table table tr:last-child td{border-bottom:none}.reporting-loading{align-items:center;display:flex;flex-direction:column;gap:1.5rem;height:300px;justify-content:center}.reporting-loading .loading-spinner{animation:spin 1s linear infinite;border:3px solid var(--border-color);border-radius:50%;border-top:3px solid #6366f1;height:50px;width:50px}.reporting-loading .loading-text{color:var(--text-secondary);font-size:1.1rem}.dark-theme .report-generator-card,.dark-theme .report-viewer-card{background:var(--card-bg-dark);border-color:var(--border-color-dark)}.dark-theme .report-generator-card .generator-form .form-section,.dark-theme .report-viewer-card .generator-form .form-section{background:var(--bg-primary-dark);border-color:var(--border-color-dark)}.dark-theme .generate-button{box-shadow:0 4px 15px #6366f166}@media(max-width:1024px){.reporting-module{padding:1.5rem}.summary-stats,.type-grid{grid-template-columns:1fr!important}}@media(max-width:768px){.reporting-module{padding:1rem}.reporting-header h1{font-size:2.2rem!important}.report-generator-card,.report-viewer-card{padding:1.5rem!important}.generator-header{flex-direction:column;gap:1rem!important;text-align:center}.viewer-header{flex-direction:column;gap:1rem}.viewer-header .header-actions{justify-content:center;width:100%}.date-inputs{grid-template-columns:1fr!important}.quick-selection{align-items:flex-start!important;flex-direction:column}}@media(max-width:480px){.reporting-header h1{font-size:1.8rem!important}.type-option label{padding:1rem!important}.stat-card{text-align:center}.header-actions,.stat-card{flex-direction:column}}.system-health-dashboard{background:var(--bg-primary);margin:0 auto;max-width:1800px;min-height:100vh;padding:2rem}.system-health-dashboard .dashboard-header{align-items:flex-start;border-bottom:2px solid var(--border-color);display:flex;justify-content:space-between;margin-bottom:2.5rem;padding-bottom:1.5rem}.system-health-dashboard .dashboard-header .header-content h1{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#ef4444,#f59e0b 30%,#10b981 70%,#3b82f6);-webkit-background-clip:text;font-size:2.8rem;font-weight:800;letter-spacing:-.5px;margin-bottom:.5rem}.system-health-dashboard .dashboard-header .header-content p{color:var(--text-secondary);font-size:1.2rem;line-height:1.6;margin:0;max-width:600px}.system-health-dashboard .dashboard-header .header-controls{align-items:flex-end;display:flex;flex-direction:column;gap:1rem}.system-health-dashboard .dashboard-header .header-controls .refresh-info{align-items:flex-end;display:flex;flex-direction:column;gap:.5rem}.system-health-dashboard .dashboard-header .header-controls .refresh-info .last-refresh{color:var(--text-secondary);font-family:Courier New,monospace;font-size:.9rem}.system-health-dashboard .dashboard-header .header-controls .refresh-info .auto-refresh-toggle{align-items:center;color:var(--text-secondary);cursor:pointer;display:flex;font-size:.8rem;gap:.5rem}.system-health-dashboard .dashboard-header .header-controls .refresh-info .auto-refresh-toggle input{display:none}.system-health-dashboard .dashboard-header .header-controls .refresh-info .auto-refresh-toggle .toggle-slider{background:var(--border-color);border-radius:8px;height:16px;position:relative;transition:all .3s ease;width:32px}.system-health-dashboard .dashboard-header .header-controls .refresh-info .auto-refresh-toggle .toggle-slider:before{background:#fff;border-radius:50%;content:"";height:12px;left:2px;position:absolute;top:2px;transition:all .3s ease;width:12px}.system-health-dashboard .dashboard-header .header-controls .refresh-info .auto-refresh-toggle input:checked+.toggle-slider{background:#10b981}.system-health-dashboard .dashboard-header .header-controls .refresh-info .auto-refresh-toggle input:checked+.toggle-slider:before{transform:translateX(16px)}.system-health-dashboard .dashboard-header .header-controls .refresh-button{background:linear-gradient(135deg,#3b82f6,#1d4ed8);border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:.9rem;font-weight:600;padding:.75rem 1.5rem;transition:all .3s ease}.system-health-dashboard .dashboard-header .header-controls .refresh-button:hover{box-shadow:0 4px 15px #3b82f666;transform:translateY(-2px)}.system-health-dashboard .dashboard-content{display:flex;flex-direction:column;gap:2rem}.system-health-dashboard .dashboard-content .health-overview-section .health-status-overview{background:var(--card-bg);border:1px solid var(--border-color);border-radius:16px;padding:2rem;transition:all .3s ease}.system-health-dashboard .dashboard-content .health-overview-section .health-status-overview:hover{box-shadow:0 8px 30px #00000026;transform:translateY(-2px)}.system-health-dashboard .dashboard-content .health-overview-section .health-status-overview .status-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:2rem}.system-health-dashboard .dashboard-content .health-overview-section .health-status-overview .status-header .status-badge{align-items:center;border-radius:25px;display:flex;font-size:.9rem;font-weight:600;gap:.5rem;padding:.75rem 1.5rem}.system-health-dashboard .dashboard-content .health-overview-section .health-status-overview .status-header .status-metrics .uptime-metric{align-items:center;color:var(--text-secondary);display:flex;font-family:Courier New,monospace;font-size:.9rem;gap:.5rem}.system-health-dashboard .dashboard-content .health-overview-section .health-status-overview .system-metrics-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-bottom:2rem}.system-health-dashboard .dashboard-content .health-overview-section .health-status-overview .system-metrics-grid .system-metric-card{background:var(--bg-primary);border:1px solid var(--border-color);border-radius:12px;padding:1.5rem;transition:all .3s ease}.system-health-dashboard .dashboard-content .health-overview-section .health-status-overview .system-metrics-grid .system-metric-card:hover{box-shadow:0 4px 15px #0000001a;transform:translateY(-2px)}.system-health-dashboard .dashboard-content .health-overview-section .health-status-overview .system-metrics-grid .system-metric-card .metric-header{align-items:center;display:flex;gap:.75rem;margin-bottom:1rem}.system-health-dashboard .dashboard-content .health-overview-section .health-status-overview .system-metrics-grid .system-metric-card .metric-header .metric-icon{align-items:center;background:linear-gradient(135deg,#3b82f6,#1d4ed8);border-radius:10px;color:#fff;display:flex;height:40px;justify-content:center;width:40px}.system-health-dashboard .dashboard-content .health-overview-section .health-status-overview .system-metrics-grid .system-metric-card .metric-header .metric-label{color:var(--text-primary);flex:1 1;font-size:.9rem;font-weight:600}.system-health-dashboard .dashboard-content .health-overview-section .health-status-overview .system-metrics-grid .system-metric-card .metric-header .metric-trend{font-size:1.2rem}.system-health-dashboard .dashboard-content .health-overview-section .health-status-overview .system-metrics-grid .system-metric-card .metric-value{font-size:2rem;font-weight:700;margin-bottom:.5rem}.system-health-dashboard .dashboard-content .health-overview-section .health-status-overview .system-metrics-grid .system-metric-card .metric-value .metric-unit{color:var(--text-secondary);font-size:1rem}.system-health-dashboard .dashboard-content .health-overview-section .health-status-overview .infrastructure-status h3{color:var(--text-primary);font-size:1.2rem;font-weight:600;margin:0 0 1rem}.system-health-dashboard .dashboard-content .health-overview-section .health-status-overview .infrastructure-status .infrastructure-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}.system-health-dashboard .dashboard-content .health-overview-section .health-status-overview .infrastructure-status .infrastructure-grid .infra-item{align-items:center;background:var(--bg-primary);border:1px solid var(--border-color);border-radius:8px;display:flex;gap:.75rem;padding:1rem;transition:all .3s ease}.system-health-dashboard .dashboard-content .health-overview-section .health-status-overview .infrastructure-status .infrastructure-grid .infra-item.healthy{border-left:4px solid #10b981}.system-health-dashboard .dashboard-content .health-overview-section .health-status-overview .infrastructure-status .infrastructure-grid .infra-item.critical{border-left:4px solid #ef4444}.system-health-dashboard .dashboard-content .health-overview-section .health-status-overview .infrastructure-status .infrastructure-grid .infra-item:hover{background:var(--hover-bg)}.system-health-dashboard .dashboard-content .health-overview-section .health-status-overview .infrastructure-status .infrastructure-grid .infra-item span{color:var(--text-primary);flex:1 1;font-size:.9rem;font-weight:600}.system-health-dashboard .dashboard-content .health-overview-section .health-status-overview .infrastructure-status .infrastructure-grid .infra-item .status-dot{border-radius:50%;height:8px;width:8px}.healthy .system-health-dashboard .dashboard-content .health-overview-section .health-status-overview .infrastructure-status .infrastructure-grid .infra-item .status-dot{background:#10b981}.critical .system-health-dashboard .dashboard-content .health-overview-section .health-status-overview .infrastructure-status .infrastructure-grid .infra-item .status-dot{background:#ef4444}.system-health-dashboard .dashboard-content .metrics-section .live-metrics-monitor{background:var(--card-bg);border:1px solid var(--border-color);border-radius:16px;padding:2rem;transition:all .3s ease}.system-health-dashboard .dashboard-content .metrics-section .live-metrics-monitor:hover{box-shadow:0 8px 30px #00000026;transform:translateY(-2px)}.system-health-dashboard .dashboard-content .metrics-section .live-metrics-monitor .monitor-header{align-items:center;display:flex;gap:.75rem;margin-bottom:2rem}.system-health-dashboard .dashboard-content .metrics-section .live-metrics-monitor .monitor-header h3{color:var(--text-primary);flex:1 1;font-size:1.3rem;font-weight:600;margin:0}.system-health-dashboard .dashboard-content .metrics-section .live-metrics-monitor .monitor-header .live-indicator{align-items:center;background:#ef4444;border-radius:20px;color:#fff;display:flex;font-size:.8rem;font-weight:600;gap:.5rem;padding:.5rem 1rem}.system-health-dashboard .dashboard-content .metrics-section .live-metrics-monitor .monitor-header .live-indicator .pulse-dot{animation:pulse 2s infinite;background:#fff;border-radius:50%;height:8px;width:8px}.system-health-dashboard .dashboard-content .metrics-section .live-metrics-monitor .metrics-gauges{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));margin-bottom:2rem}.system-health-dashboard .dashboard-content .metrics-section .live-metrics-monitor .metrics-gauges .live-metric-gauge{text-align:center}.system-health-dashboard .dashboard-content .metrics-section .live-metrics-monitor .metrics-gauges .live-metric-gauge .gauge-header{align-items:center;display:flex;gap:.5rem;justify-content:center;margin-bottom:1rem}.system-health-dashboard .dashboard-content .metrics-section .live-metrics-monitor .metrics-gauges .live-metric-gauge .gauge-header .gauge-label{color:var(--text-primary);font-size:.9rem;font-weight:600}.system-health-dashboard .dashboard-content .metrics-section .live-metrics-monitor .metrics-gauges .live-metric-gauge .gauge-container{height:120px;margin-bottom:1rem;position:relative}.system-health-dashboard .dashboard-content .metrics-section .live-metrics-monitor .metrics-gauges .live-metric-gauge .gauge-container .gauge-background{background:var(--bg-primary);border-radius:60px 60px 0 0;height:100%;overflow:hidden;position:relative;width:100%}.system-health-dashboard .dashboard-content .metrics-section .live-metrics-monitor .metrics-gauges .live-metric-gauge .gauge-container .gauge-background .gauge-fill{border-radius:60px 60px 0 0;bottom:0;left:0;position:absolute;right:0;transition:height .5s ease}.system-health-dashboard .dashboard-content .metrics-section .live-metrics-monitor .metrics-gauges .live-metric-gauge .gauge-container .gauge-value{color:var(--text-primary);font-size:1.5rem;font-weight:700;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.system-health-dashboard .dashboard-content .metrics-section .live-metrics-monitor .metrics-gauges .live-metric-gauge .gauge-footer{color:var(--text-secondary);display:flex;font-size:.8rem;justify-content:space-between}.system-health-dashboard .dashboard-content .metrics-section .live-metrics-monitor .metrics-history h4{color:var(--text-primary);font-size:1rem;font-weight:600;margin:0 0 1rem}.system-health-dashboard .dashboard-content .metrics-section .live-metrics-monitor .metrics-history .history-chart .chart-container{background:var(--bg-primary);border:1px solid var(--border-color);border-radius:8px;height:80px;position:relative}.system-health-dashboard .dashboard-content .metrics-section .live-metrics-monitor .metrics-history .history-chart .chart-container .history-point{background:#3b82f6;border-radius:50%;height:6px;position:absolute;transform:translate(-50%,50%);transition:all .3s ease;width:6px}.system-health-dashboard .dashboard-content .metrics-section .live-metrics-monitor .metrics-history .history-chart .chart-container .history-point:hover{background:#ef4444;height:10px;width:10px}.system-health-dashboard .dashboard-content .analytics-section{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:1fr 1fr}@media(max-width:1200px){.system-health-dashboard .dashboard-content .analytics-section{grid-template-columns:1fr}}.system-health-dashboard .dashboard-content .incidents-section .incident-tracking-system{background:var(--card-bg);border:1px solid var(--border-color);border-radius:16px;padding:2rem;transition:all .3s ease}.system-health-dashboard .dashboard-content .incidents-section .incident-tracking-system:hover{box-shadow:0 8px 30px #00000026;transform:translateY(-2px)}.system-health-dashboard .dashboard-content .incidents-section .incident-tracking-system .system-header{align-items:center;display:flex;gap:.75rem;margin-bottom:1.5rem}.system-health-dashboard .dashboard-content .incidents-section .incident-tracking-system .system-header h3{color:var(--text-primary);flex:1 1;font-size:1.3rem;font-weight:600;margin:0}.system-health-dashboard .dashboard-content .incidents-section .incident-tracking-system .system-header .active-users{align-items:center;background:var(--bg-primary);border-radius:20px;color:var(--text-secondary);display:flex;font-size:.9rem;gap:.5rem;padding:.5rem 1rem}.system-health-dashboard .dashboard-content .incidents-section .incident-tracking-system .incidents-summary{margin-bottom:2rem}.system-health-dashboard .dashboard-content .incidents-section .incident-tracking-system .incidents-summary .summary-stats{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(4,1fr)}.system-health-dashboard .dashboard-content .incidents-section .incident-tracking-system .incidents-summary .summary-stats .summary-stat{border-radius:8px;padding:1rem;text-align:center;transition:all .3s ease}.system-health-dashboard .dashboard-content .incidents-section .incident-tracking-system .incidents-summary .summary-stats .summary-stat.critical{background:#ef44441a;border:1px solid #ef44444d}.system-health-dashboard .dashboard-content .incidents-section .incident-tracking-system .incidents-summary .summary-stats .summary-stat.high{background:#f59e0b1a;border:1px solid #f59e0b4d}.system-health-dashboard .dashboard-content .incidents-section .incident-tracking-system .incidents-summary .summary-stats .summary-stat.medium{background:#eab3081a;border:1px solid #eab3084d}.system-health-dashboard .dashboard-content .incidents-section .incident-tracking-system .incidents-summary .summary-stats .summary-stat.low{background:#84cc161a;border:1px solid #84cc164d}.system-health-dashboard .dashboard-content .incidents-section .incident-tracking-system .incidents-summary .summary-stats .summary-stat:hover{transform:translateY(-2px)}.system-health-dashboard .dashboard-content .incidents-section .incident-tracking-system .incidents-summary .summary-stats .summary-stat .stat-count{display:block;font-size:2rem;font-weight:700;margin-bottom:.25rem}.critical .system-health-dashboard .dashboard-content .incidents-section .incident-tracking-system .incidents-summary .summary-stats .summary-stat .stat-count{color:#ef4444}.high .system-health-dashboard .dashboard-content .incidents-section .incident-tracking-system .incidents-summary .summary-stats .summary-stat .stat-count{color:#f59e0b}.medium .system-health-dashboard .dashboard-content .incidents-section .incident-tracking-system .incidents-summary .summary-stats .summary-stat .stat-count{color:#eab308}.low .system-health-dashboard .dashboard-content .incidents-section .incident-tracking-system .incidents-summary .summary-stats .summary-stat .stat-count{color:#84cc16}.system-health-dashboard .dashboard-content .incidents-section .incident-tracking-system .incidents-summary .summary-stats .summary-stat .stat-label{color:var(--text-secondary);font-size:.8rem;font-weight:600}.system-health-dashboard .dashboard-content .incidents-section .incident-tracking-system .incidents-list .incident-item{align-items:center;background:var(--bg-primary);border-left:4px solid #0000;border-radius:8px;display:flex;gap:1rem;margin-bottom:.75rem;padding:1.25rem;transition:all .3s ease}.system-health-dashboard .dashboard-content .incidents-section .incident-tracking-system .incidents-list .incident-item:hover{background:var(--hover-bg);transform:translateX(4px)}.system-health-dashboard .dashboard-content .incidents-section .incident-tracking-system .incidents-list .incident-item .incident-severity{align-items:center;display:flex;gap:.5rem;min-width:100px}.system-health-dashboard .dashboard-content .incidents-section .incident-tracking-system .incidents-list .incident-item .incident-severity .severity-label{font-size:.8rem;font-weight:700}.system-health-dashboard .dashboard-content .incidents-section .incident-tracking-system .incidents-list .incident-item .incident-content{flex:1 1}.system-health-dashboard .dashboard-content .incidents-section .incident-tracking-system .incidents-list .incident-item .incident-content .incident-source{color:var(--text-primary);font-size:.9rem;font-weight:600;letter-spacing:.5px;margin-bottom:.25rem;text-transform:uppercase}.system-health-dashboard .dashboard-content .incidents-section .incident-tracking-system .incidents-list .incident-item .incident-content .incident-description{color:var(--text-secondary);font-size:.9rem;margin-bottom:.5rem}.system-health-dashboard .dashboard-content .incidents-section .incident-tracking-system .incidents-list .incident-item .incident-content .incident-meta{align-items:center;color:var(--text-tertiary);display:flex;font-size:.8rem;gap:.5rem}.system-health-dashboard .dashboard-content .incidents-section .incident-tracking-system .incidents-list .incident-item .incident-count{border-radius:12px;color:#fff;font-size:.9rem;font-weight:700;min-width:40px;padding:.5rem .75rem;text-align:center}.system-health-dashboard .dashboard-content .incidents-section .incident-tracking-system .incidents-list .no-incidents{color:var(--text-secondary);padding:3rem 2rem;text-align:center}.system-health-dashboard .dashboard-content .incidents-section .incident-tracking-system .incidents-list .no-incidents svg{margin-bottom:1rem;opacity:.5}.system-health-dashboard .dashboard-content .incidents-section .incident-tracking-system .incidents-list .no-incidents p{font-size:1.1rem;margin:0}.database-health-panel{background:var(--card-bg);border:1px solid var(--border-color);border-radius:16px;padding:2rem;transition:all .3s ease}.database-health-panel:hover{box-shadow:0 8px 30px #00000026;transform:translateY(-2px)}.database-health-panel .panel-header{align-items:center;display:flex;gap:.75rem;margin-bottom:2rem}.database-health-panel .panel-header h3{color:var(--text-primary);flex:1 1;font-size:1.3rem;font-weight:600;margin:0}.database-health-panel .panel-header .status-badge{border-radius:20px;font-size:.8rem;font-weight:600;padding:.5rem 1rem}.database-health-panel .panel-header .status-badge.healthy{background:#10b9811a;border:1px solid #10b9814d;color:#10b981}.database-health-panel .panel-header .status-badge.critical{background:#ef44441a;border:1px solid #ef44444d;color:#ef4444}.database-health-panel .no-data{color:var(--text-secondary);padding:2rem;text-align:center}.database-health-panel .database-overview{margin-bottom:1.5rem}.database-health-panel .database-overview .overview-stats{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}.database-health-panel .database-overview .overview-stats .stat-card{align-items:center;background:var(--bg-primary);border:1px solid var(--border-color);border-radius:12px;display:flex;gap:1rem;padding:1.5rem;transition:all .3s ease}.database-health-panel .database-overview .overview-stats .stat-card:hover{box-shadow:0 4px 15px #0000001a;transform:translateY(-2px)}.database-health-panel .database-overview .overview-stats .stat-card svg{color:#3b82f6}.database-health-panel .database-overview .overview-stats .stat-card .stat-content .stat-value{color:var(--text-primary);font-size:1.5rem;font-weight:700;margin-bottom:.25rem}.database-health-panel .database-overview .overview-stats .stat-card .stat-content .stat-label{color:var(--text-secondary);font-size:.8rem;font-weight:600}.database-health-panel .largest-table{align-items:center;background:#f59e0b1a;border:1px solid #f59e0b4d;border-radius:8px;color:#f59e0b;display:flex;font-size:.9rem;gap:.5rem;margin-bottom:1.5rem;padding:1rem}.database-health-panel .largest-table strong{color:var(--text-primary)}.database-health-panel .table-size-analysis h4{color:var(--text-primary);font-size:1.1rem;font-weight:600;margin:0 0 1rem}.database-health-panel .table-size-analysis .table-size-list .table-size-item{align-items:center;background:var(--bg-primary);border-radius:8px;display:flex;gap:1rem;margin-bottom:.75rem;padding:1rem;transition:all .3s ease}.database-health-panel .table-size-analysis .table-size-list .table-size-item:hover{background:var(--hover-bg)}.database-health-panel .table-size-analysis .table-size-list .table-size-item .table-info{flex:1 1}.database-health-panel .table-size-analysis .table-size-list .table-size-item .table-info .table-name{color:var(--text-primary);font-family:Courier New,monospace;font-size:.9rem;font-weight:600;margin-bottom:.25rem}.database-health-panel .table-size-analysis .table-size-list .table-size-item .table-info .table-stats{color:var(--text-secondary);display:flex;font-size:.8rem;gap:1rem}.database-health-panel .table-size-analysis .table-size-list .table-size-item .table-info .table-stats span{background:var(--bg-secondary);border-radius:4px;padding:.25rem .5rem}.database-health-panel .table-size-analysis .table-size-list .table-size-item .size-bar{background:var(--border-color);border-radius:4px;flex:2 1;height:8px;overflow:hidden}.database-health-panel .table-size-analysis .table-size-list .table-size-item .size-bar .size-fill{border-radius:4px;height:100%;transition:width .3s ease}.performance-analytics{background:var(--card-bg);border:1px solid var(--border-color);border-radius:16px;padding:2rem;transition:all .3s ease}.performance-analytics:hover{box-shadow:0 8px 30px #00000026;transform:translateY(-2px)}.performance-analytics .analytics-header{align-items:center;display:flex;gap:.75rem;margin-bottom:2rem}.performance-analytics .analytics-header h3{color:var(--text-primary);font-size:1.3rem;font-weight:600;margin:0}.performance-analytics .performance-metrics{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:1fr;margin-bottom:2rem}.performance-analytics .performance-metrics .performance-metric{background:var(--bg-primary);border:1px solid var(--border-color);border-radius:8px;padding:1.25rem;transition:all .3s ease}.performance-analytics .performance-metrics .performance-metric:hover{box-shadow:0 4px 15px #0000001a;transform:translateY(-2px)}.performance-analytics .performance-metrics .performance-metric .metric-header{align-items:center;display:flex;gap:.75rem;margin-bottom:1rem}.performance-analytics .performance-metrics .performance-metric .metric-header .metric-label{color:var(--text-primary);flex:1 1;font-size:.9rem;font-weight:600}.performance-analytics .performance-metrics .performance-metric .metric-header .metric-status{align-items:center;border-radius:50%;display:flex;font-size:.8rem;font-weight:700;height:20px;justify-content:center;width:20px}.performance-analytics .performance-metrics .performance-metric .metric-header .metric-status.optimal{background:#10b9811a;color:#10b981}.performance-analytics .performance-metrics .performance-metric .metric-header .metric-status.suboptimal{background:#f59e0b1a;color:#f59e0b}.performance-analytics .performance-metrics .performance-metric .metric-value{color:var(--text-primary);font-size:1.8rem;font-weight:700;margin-bottom:.5rem}.performance-analytics .performance-metrics .performance-metric .metric-range{color:var(--text-secondary);font-size:.8rem}.performance-analytics .system-insights h4{color:var(--text-primary);font-size:1.1rem;font-weight:600;margin:0 0 1rem}.performance-analytics .system-insights .insights-list{display:flex;flex-direction:column;gap:.75rem}.performance-analytics .system-insights .insights-list .insight-item{align-items:center;border-radius:8px;display:flex;font-size:.9rem;gap:.75rem;padding:1rem}.performance-analytics .system-insights .insights-list .insight-item.warning{background:#f59e0b1a;border:1px solid #f59e0b4d;color:#f59e0b}.performance-analytics .system-insights .insights-list .insight-item.info{background:#3b82f61a;border:1px solid #3b82f64d;color:#3b82f6}.performance-analytics .system-insights .insights-list .insight-item.success{background:#10b9811a;border:1px solid #10b9814d;color:#10b981}@keyframes pulse{0%{opacity:1}50%{opacity:.5}to{opacity:1}}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.system-health-loading{align-items:center;display:flex;flex-direction:column;gap:1.5rem;height:400px;justify-content:center}.system-health-loading .loading-spinner{animation:spin 1s linear infinite;border:4px solid var(--border-color);border-radius:50%;border-top:4px solid #ef4444;height:60px;width:60px}.system-health-loading .loading-text{color:var(--text-secondary);font-size:1.2rem}.dark-theme .system-health-dashboard{background:var(--bg-primary-dark)}.dark-theme .database-health-panel,.dark-theme .health-status-overview,.dark-theme .incident-tracking-system,.dark-theme .live-metrics-monitor,.dark-theme .performance-analytics{background:var(--card-bg-dark);border-color:var(--border-color-dark)}.dark-theme .incident-item,.dark-theme .infra-item,.dark-theme .insight-item,.dark-theme .live-metric-gauge .gauge-background,.dark-theme .performance-metric,.dark-theme .stat-card,.dark-theme .system-metric-card,.dark-theme .table-size-item{background:var(--bg-primary-dark);border-color:var(--border-color-dark)}@media(max-width:1400px){.system-health-dashboard{padding:1.5rem}}@media(max-width:1024px){.dashboard-header{flex-direction:column;gap:1.5rem}.dashboard-header,.dashboard-header .header-controls{align-items:stretch!important}.system-metrics-grid{grid-template-columns:repeat(2,1fr)!important}.metrics-gauges{grid-template-columns:repeat(3,1fr)!important}.summary-stats{grid-template-columns:repeat(2,1fr)!important}}@media(max-width:768px){.system-health-dashboard{padding:1rem}.dashboard-header .header-content h1{font-size:2.2rem!important}.system-metrics-grid{grid-template-columns:1fr!important}.metrics-gauges{grid-template-columns:repeat(2,1fr)!important}.analytics-section,.infrastructure-grid,.overview-stats,.summary-stats{grid-template-columns:1fr!important}}@media(max-width:480px){.dashboard-header .header-content h1{font-size:1.8rem!important}.metrics-gauges{grid-template-columns:1fr!important}.monitor-header,.panel-header,.status-header,.system-header{align-items:flex-start!important;flex-direction:column;gap:1rem}}*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#fafafa;color:#333;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;transition:background-color .3s,color .3s}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}body.dark-theme{background:#1a1a1a!important;color:#fff!important}body.dark-theme .login-container{background:linear-gradient(135deg,#2d3748,#4a5568)!important}body.dark-theme .login-container .login-card{background:#2d3748!important;color:#fff!important}body.dark-theme .login-container .login-card .login-header h1,body.dark-theme .login-container .login-card .login-header p{color:#fff!important}body.dark-theme .login-container .login-card .form-group label{color:#e2e8f0!important}body.dark-theme .login-container .login-card .form-group input{background:#4a5568!important;border-color:#718096!important;color:#fff!important}body.dark-theme .login-container .login-card .form-group input::placeholder{color:#a0aec0!important}body.dark-theme .login-container .login-card .form-group input:focus{border-color:#4299e1!important}body.dark-theme .login-container .login-card .login-button{background:#4299e1!important;color:#fff!important}body.dark-theme .login-container .login-card .login-button:hover{background:#3182ce!important}body.dark-theme .admin-header{background:#2d3748!important;border-bottom-color:#4a5568!important}body.dark-theme .admin-header .header-left h1{color:#fff!important}body.dark-theme .admin-header .header-actions button{color:#e2e8f0!important}body.dark-theme .admin-header .header-actions button:hover{background:#4a5568!important}body.dark-theme .admin-header .header-actions .user-info{background:#4a5568!important;color:#fff!important}body.dark-theme .admin-sidebar{background:#2d3748!important;border-right-color:#4a5568!important}body.dark-theme .admin-sidebar .sidebar-section .section-header{color:#e2e8f0!important}body.dark-theme .admin-sidebar .sidebar-section .section-header.expanded,body.dark-theme .admin-sidebar .sidebar-section .section-header:hover{background:#4a5568!important}body.dark-theme .admin-sidebar .sidebar-section .sub-items .sub-item{color:#cbd5e0!important}body.dark-theme .admin-sidebar .sidebar-section .sub-items .sub-item:hover{background:#4a5568!important;color:#fff!important}body.dark-theme .admin-sidebar .sidebar-section .sub-items .sub-item.active{background:#4299e1!important;color:#fff!important}body.dark-theme .main-content{background:#1a1a1a!important;color:#fff!important}body.dark-theme .user-management .page-header h1,body.dark-theme .user-management .page-header p{color:#fff!important}body.dark-theme .user-management .users-stats .stat-card{background:#2d3748!important;color:#fff!important}body.dark-theme .user-management .users-stats .stat-card .stat-value{color:#4299e1!important}body.dark-theme .user-management .users-stats .stat-card .stat-label{color:#cbd5e0!important}body.dark-theme .user-management .users-table-container{background:#2d3748!important}body.dark-theme .user-management .users-table-container .table-header{border-bottom-color:#4a5568!important}body.dark-theme .user-management .users-table-container .table-header h2{color:#fff!important}body.dark-theme .user-management .users-table-container .table-header input{background:#4a5568!important;border-color:#718096!important;color:#fff!important}body.dark-theme .user-management .users-table-container .table-header input::placeholder{color:#a0aec0!important}body.dark-theme .user-management .users-table-container .users-table th{background:#4a5568!important;border-bottom-color:#718096!important;color:#fff!important}body.dark-theme .user-management .users-table-container .users-table td{border-bottom-color:#4a5568!important;color:#e2e8f0!important}body.dark-theme .user-management .users-table-container .pagination{background:#4a5568!important;border-top-color:#718096!important}body.dark-theme .user-management .users-table-container .pagination .pagination-info{color:#cbd5e0!important}body.dark-theme .user-management .users-table-container .pagination button{background:#2d3748!important;border-color:#4a5568!important;color:#fff!important}body.dark-theme .user-management .users-table-container .pagination button:disabled{background:#4a5568!important;color:#718096!important}body.dark-theme .user-management .users-table-container .pagination button:hover:not(:disabled){background:#4299e1!important;border-color:#4299e1!important}.text-center{text-align:center}.mb-1{margin-bottom:1rem}.mb-2{margin-bottom:2rem}.mt-1{margin-top:1rem}.mt-2{margin-top:2rem}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:4px}body.dark-theme ::-webkit-scrollbar-track{background:#2d3748}body.dark-theme ::-webkit-scrollbar-thumb{background:#4a5568}.send-notification{animation:fadeInUp .6s cubic-bezier(.4,0,.2,1);padding:2rem}.send-notification .page-header{margin-bottom:2.5rem}.send-notification .page-header h1{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#3b82f6,#1d4ed8);-webkit-background-clip:text;background-clip:text;font-size:2.25rem;font-weight:700;letter-spacing:-.025em;margin:0 0 .5rem}.send-notification .page-header p{color:#64748b;font-size:1.125rem;font-weight:400;line-height:1.6;margin:0}.send-notification__layout{grid-gap:2rem;align-items:start;display:grid;gap:2rem;grid-template-columns:1fr 400px}@media(max-width:1200px){.send-notification__layout{grid-template-columns:1fr}}.send-notification__form{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(135deg,#fff,#f8fafc);border:1px solid #fffc;border-radius:20px;box-shadow:0 4px 25px #00000014;padding:2.5rem;transition:all .3s ease}.send-notification__form:hover{box-shadow:0 8px 35px #0000001f}.send-notification__form .send-notification__section{margin-bottom:2.5rem}.send-notification__form .send-notification__section h3{align-items:center;border-bottom:3px solid;border-image:linear-gradient(135deg,#3b82f6,#8b5cf6) 1;color:#1e293b;display:flex;font-size:1.25rem;font-weight:700;gap:.75rem;letter-spacing:-.025em;margin:0 0 1.5rem;padding-bottom:.75rem}.send-notification__form .send-notification__row{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:1fr 1fr}@media(max-width:768px){.send-notification__form .send-notification__row{grid-template-columns:1fr}}.send-notification__form .send-notification__group{margin-bottom:1.5rem}.send-notification__form .send-notification__group label{color:#475569;display:block;font-size:.9rem;font-weight:600;letter-spacing:.05em;margin-bottom:.75rem;text-transform:uppercase}.send-notification__form .send-notification__group input,.send-notification__form .send-notification__group select,.send-notification__form .send-notification__group textarea{background:linear-gradient(135deg,#fff,#f8fafc);border:2px solid #e2e8f0;border-radius:14px;color:#475569;font-family:inherit;font-size:.95rem;padding:1rem 1.25rem;transition:all .3s cubic-bezier(.4,0,.2,1);width:100%}.send-notification__form .send-notification__group input:focus,.send-notification__form .send-notification__group select:focus,.send-notification__form .send-notification__group textarea:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a,0 4px 20px #0000001a;outline:none;transform:translateY(-1px)}.send-notification__form .send-notification__group input::placeholder,.send-notification__form .send-notification__group select::placeholder,.send-notification__form .send-notification__group textarea::placeholder{color:#94a3b8}.send-notification__form .send-notification__group textarea{line-height:1.5;min-height:120px;resize:vertical}.send-notification__form .send-notification__group .send-notification__char-count{color:#94a3b8;font-size:.8rem;font-weight:500;margin-top:.5rem;text-align:right}.send-notification__form .send-notification__group small{color:#64748b;display:block;font-size:.8rem;line-height:1.4;margin-top:.5rem}.send-notification__form .send-notification__audience-selector,.send-notification__form .send-notification__type-selector{grid-gap:.75rem;display:grid;gap:.75rem;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));margin-top:.5rem}.send-notification__form .send-notification__option{cursor:pointer;position:relative}.send-notification__form .send-notification__option input{cursor:pointer;opacity:0;position:absolute}.send-notification__form .send-notification__option input:checked+.send-notification__option-content{background:#3b82f61a;border-color:#3b82f6;box-shadow:0 4px 15px #3b82f633;color:#3b82f6;transform:translateY(-2px)}.send-notification__form .send-notification__option .send-notification__option-content{align-items:center;background:linear-gradient(135deg,#fff,#f8fafc);border:2px solid #e2e8f0;border-radius:12px;display:flex;flex-direction:column;font-size:.8rem;font-weight:600;gap:.5rem;letter-spacing:.05em;padding:1.25rem .75rem;text-align:center;text-transform:uppercase;transition:all .3s cubic-bezier(.4,0,.2,1)}.send-notification__form .send-notification__option .send-notification__option-content:hover{border-color:#3b82f6;box-shadow:0 4px 15px #0000001a;transform:translateY(-2px)}.send-notification__form .send-notification__checkbox{align-items:center;color:#475569;cursor:pointer;display:flex;font-weight:600;gap:.75rem;padding:.75rem 0}.send-notification__form .send-notification__checkbox input{transform:scale(1.2);width:auto}.send-notification__summary{background:linear-gradient(135deg,#fff,#f8fafc);border:2px solid #e2e8f0;border-radius:20px;box-shadow:0 4px 25px #00000014;padding:2rem}.send-notification__summary .send-notification__summary-item{align-items:center;border-bottom:1px solid #f1f5f9;display:flex;justify-content:space-between;padding:1rem 0}.send-notification__summary .send-notification__summary-item:last-child{border-bottom:none}.send-notification__summary .send-notification__summary-item .send-notification__summary-label{color:#475569;font-size:.9rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase}.send-notification__summary .send-notification__summary-item .send-notification__summary-value{font-size:.95rem;font-weight:600}.send-notification__summary .send-notification__summary-item .send-notification__summary-value .send-notification__type-indicator{align-items:center;border-radius:20px;color:#fff;display:flex;font-size:.8rem;font-weight:700;gap:.5rem;letter-spacing:.05em;padding:.5rem 1rem;text-transform:uppercase}.send-notification__summary .send-notification__summary-item .send-notification__summary-value.send-notification__importance--low{color:#27ae60}.send-notification__summary .send-notification__summary-item .send-notification__summary-value.send-notification__importance--medium{color:#f39c12}.send-notification__summary .send-notification__summary-item .send-notification__summary-value.send-notification__importance--high{color:#e74c3c}.send-notification__summary .send-notification__summary-item .send-notification__summary-value.send-notification__importance--critical{color:#c0392b;font-weight:800}.send-notification__actions{border-top:2px solid #f1f5f9;display:flex;gap:1rem;justify-content:flex-end;margin-top:2rem;padding-top:2rem}.send-notification__actions button{align-items:center;border:none;border-radius:14px;cursor:pointer;display:flex;font-size:.95rem;font-weight:700;gap:.75rem;overflow:hidden;padding:1rem 2rem;position:relative;transition:all .4s cubic-bezier(.4,0,.2,1)}.send-notification__actions button:before{background:linear-gradient(90deg,#0000,#ffffff4d,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .5s;width:100%}.send-notification__actions button:hover:not(:disabled){box-shadow:0 8px 25px #00000026;transform:translateY(-3px)}.send-notification__actions button:hover:not(:disabled):before{left:100%}.send-notification__actions button.send-notification__preview{background:linear-gradient(135deg,#fff,#f8fafc);border:2px solid #e2e8f0;color:#475569}.send-notification__actions button.send-notification__preview:hover:not(:disabled){background:linear-gradient(135deg,#f1f5f9,#e2e8f0);border-color:#3b82f6;color:#3b82f6}.send-notification__actions button.send-notification__preview:disabled{cursor:not-allowed;opacity:.5;transform:none}.send-notification__actions button.send-notification__send{background:linear-gradient(135deg,#3b82f6,#1d4ed8);box-shadow:0 4px 20px #3b82f64d;color:#fff}.send-notification__actions button.send-notification__send:hover:not(:disabled){background:linear-gradient(135deg,#1d4ed8,#1e40af);box-shadow:0 8px 30px #3b82f666}.send-notification__actions button.send-notification__send:disabled{cursor:not-allowed;opacity:.6;transform:none}.send-notification__preview-panel{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(135deg,#fff,#f8fafc);border:1px solid #fffc;border-radius:20px;box-shadow:0 4px 25px #00000014;padding:2.5rem;position:-webkit-sticky;position:sticky;top:2rem;transition:all .3s ease}.send-notification__preview-panel:hover{box-shadow:0 8px 35px #0000001f}.send-notification__preview-panel h3{color:#1e293b;font-size:1.5rem;font-weight:700;letter-spacing:-.025em;margin:0 0 1rem}.send-notification__preview-panel .send-notification__preview-description{color:#64748b;font-size:.95rem;line-height:1.6;margin-bottom:1.5rem}.send-notification__preview{background:linear-gradient(135deg,#fff,#f8fafc);border-left:6px solid;border-radius:16px;box-shadow:0 4px 20px #0000001a;margin-bottom:2rem;padding:2rem;transition:all .3s ease}.send-notification__preview:hover{box-shadow:0 6px 25px #00000026;transform:translateY(-2px)}.send-notification__preview.send-notification__preview--info{border-left-color:#3498db}.send-notification__preview.send-notification__preview--warning{border-left-color:#f39c12}.send-notification__preview.send-notification__preview--security{border-left-color:#e74c3c}.send-notification__preview.send-notification__preview--update{border-left-color:#9b59b6}.send-notification__preview.send-notification__preview--system{border-left-color:#2ecc71}.send-notification__preview .send-notification__preview-header{align-items:center;display:flex;gap:.75rem;margin-bottom:1rem}.send-notification__preview .send-notification__preview-header .send-notification__preview-icon{align-items:center;display:flex}.send-notification__preview .send-notification__preview-header .send-notification__preview-title{color:#1e293b;flex:1 1;font-size:1.1rem;font-weight:700}.send-notification__preview .send-notification__preview-header .send-notification__importance-badge{border-radius:20px;font-size:.75rem;font-weight:800;letter-spacing:.05em;padding:.5rem 1rem;text-transform:uppercase}.send-notification__preview .send-notification__preview-header .send-notification__importance-badge.send-notification__importance-badge--low{background:linear-gradient(135deg,#e8f5e8,#d4efdf);color:#27ae60}.send-notification__preview .send-notification__preview-header .send-notification__importance-badge.send-notification__importance-badge--medium{background:linear-gradient(135deg,#fff3cd,#fdebd0);color:#856404}.send-notification__preview .send-notification__preview-header .send-notification__importance-badge.send-notification__importance-badge--high{background:linear-gradient(135deg,#f8d7da,#fadbd8);color:#721c24}.send-notification__preview .send-notification__preview-header .send-notification__importance-badge.send-notification__importance-badge--critical{background:linear-gradient(135deg,#f5e6e8,#f2d7d5);color:#c53030}.send-notification__preview .send-notification__preview-message{color:#475569;font-size:.95rem;line-height:1.6;margin-bottom:1rem}.send-notification__preview .send-notification__preview-footer{border-top:1px solid #f1f5f9;color:#64748b;display:flex;font-size:.8rem;justify-content:space-between;padding-top:1rem}.send-notification__preview .send-notification__preview-footer .send-notification__preview-audience{font-weight:700}.send-notification__tips{background:linear-gradient(135deg,#fff,#f8fafc);border:2px solid #e2e8f0;border-radius:16px;box-shadow:0 4px 15px #0000000d;padding:2rem}.send-notification__tips h4{color:#1e293b;font-size:1.1rem;font-weight:700;letter-spacing:-.025em;margin:0 0 1rem}.send-notification__tips ul{color:#64748b;font-size:.9rem;line-height:1.6;margin:0;padding-left:1.25rem}.send-notification__tips ul li{margin-bottom:.5rem}body.dark-theme .send-notification .page-header h1{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#60a5fa,#3b82f6);-webkit-background-clip:text}body.dark-theme .send-notification .page-header p{color:#cbd5e1}body.dark-theme .send-notification__form{background:linear-gradient(135deg,#1e293b,#334155);border:1px solid #ffffff1a}body.dark-theme .send-notification__form .send-notification__section h3{color:#f1f5f9}body.dark-theme .send-notification__form .send-notification__group label{color:#cbd5e1}body.dark-theme .send-notification__form .send-notification__group input,body.dark-theme .send-notification__form .send-notification__group select,body.dark-theme .send-notification__form .send-notification__group textarea{background:linear-gradient(135deg,#334155,#475569);border-color:#475569;color:#e2e8f0}body.dark-theme .send-notification__form .send-notification__group input:focus,body.dark-theme .send-notification__form .send-notification__group select:focus,body.dark-theme .send-notification__form .send-notification__group textarea:focus{border-color:#60a5fa;box-shadow:0 0 0 3px #60a5fa33}body.dark-theme .send-notification__form .send-notification__group input::placeholder,body.dark-theme .send-notification__form .send-notification__group select::placeholder,body.dark-theme .send-notification__form .send-notification__group textarea::placeholder{color:#94a3b8}body.dark-theme .send-notification__form .send-notification__option .send-notification__option-content{background:linear-gradient(135deg,#334155,#475569);border-color:#475569;color:#cbd5e1}body.dark-theme .send-notification__form .send-notification__option .send-notification__option-content:hover{border-color:#60a5fa}body.dark-theme .send-notification__form .send-notification__checkbox{color:#cbd5e1}body.dark-theme .send-notification__summary{background:linear-gradient(135deg,#1e293b,#334155);border-color:#475569}body.dark-theme .send-notification__summary .send-notification__summary-item{border-bottom-color:#334155}body.dark-theme .send-notification__summary .send-notification__summary-item .send-notification__summary-label{color:#cbd5e1}body.dark-theme .send-notification__summary .send-notification__summary-item .send-notification__summary-value{color:#e2e8f0}body.dark-theme .send-notification__actions{border-top-color:#334155}body.dark-theme .send-notification__actions .send-notification__preview{background:linear-gradient(135deg,#334155,#475569);border-color:#475569;color:#e2e8f0}body.dark-theme .send-notification__actions .send-notification__preview:hover:not(:disabled){background:linear-gradient(135deg,#475569,#64748b);border-color:#60a5fa;color:#60a5fa}body.dark-theme .send-notification__preview-panel{background:linear-gradient(135deg,#1e293b,#334155);border:1px solid #ffffff1a}body.dark-theme .send-notification__preview-panel h3{color:#f1f5f9}body.dark-theme .send-notification__preview-panel .send-notification__preview-description{color:#94a3b8}body.dark-theme .send-notification__preview{background:linear-gradient(135deg,#1e293b,#334155)}body.dark-theme .send-notification__preview .send-notification__preview-header .send-notification__preview-title{color:#f1f5f9}body.dark-theme .send-notification__preview .send-notification__preview-message{color:#cbd5e1}body.dark-theme .send-notification__preview .send-notification__preview-footer{border-top-color:#334155}body.dark-theme .send-notification__tips{background:linear-gradient(135deg,#1e293b,#334155);border-color:#475569}body.dark-theme .send-notification__tips h4{color:#f1f5f9}body.dark-theme .send-notification__tips ul{color:#cbd5e1}@media(max-width:768px){.send-notification{padding:1.5rem}.send-notification__form{padding:2rem}.send-notification__actions{flex-direction:column}.send-notification__audience-selector,.send-notification__type-selector{grid-template-columns:repeat(2,1fr)}}.notification-history{animation:fadeInUp .6s cubic-bezier(.4,0,.2,1);padding:2rem}.notification-history .page-header{margin-bottom:2.5rem}.notification-history .page-header h1{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#3b82f6,#1d4ed8);-webkit-background-clip:text;background-clip:text;font-size:2.25rem;font-weight:700;letter-spacing:-.025em;margin:0 0 .5rem}.notification-history .page-header p{color:#64748b;font-size:1.125rem;font-weight:400;line-height:1.6;margin:0}.notification-history .notification-history__loading{align-items:center;color:#64748b;display:flex;flex-direction:column;justify-content:center;padding:4rem 2rem}.notification-history .notification-history__loading .notification-history__spinner{animation:notificationSpin 1s linear infinite;border:3px solid #e2e8f0;border-left-color:#3b82f6;border-radius:50%;height:3rem;margin-bottom:1.5rem;width:3rem}.notification-history .notification-history__loading p{font-size:1rem;font-weight:500;margin:0}@keyframes notificationSpin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.notification-stats{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));margin-bottom:2.5rem}.notification-stats .notification-stat{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(135deg,#fff,#f8fafc);border:1px solid #fffc;border-radius:20px;box-shadow:0 4px 25px #00000014;display:flex;gap:1.25rem;overflow:hidden;padding:2rem;position:relative;transition:all .4s cubic-bezier(.4,0,.2,1)}.notification-stats .notification-stat:before{background:linear-gradient(90deg,#3b82f6,#8b5cf6);content:"";height:3px;left:0;position:absolute;right:0;top:0}.notification-stats .notification-stat:hover{box-shadow:0 20px 40px #00000026;transform:translateY(-8px)}.notification-stats .notification-stat .notification-stat__icon{align-items:center;border-radius:14px;color:#fff;display:flex;flex-shrink:0;height:3.5rem;justify-content:center;width:3.5rem}.notification-stats .notification-stat .notification-stat__icon svg{filter:brightness(0) invert(1)}.notification-stats .notification-stat.notification-stat--total .notification-stat__icon{background:linear-gradient(135deg,#3498db,#2980b9)}.notification-stats .notification-stat.notification-stat--sent .notification-stat__icon{background:linear-gradient(135deg,#2ecc71,#27ae60)}.notification-stats .notification-stat.notification-stat--scheduled .notification-stat__icon{background:linear-gradient(135deg,#f39c12,#e67e22)}.notification-stats .notification-stat.notification-stat--recipients .notification-stat__icon{background:linear-gradient(135deg,#9b59b6,#8e44ad)}.notification-stats .notification-stat .notification-stat__content{flex:1 1}.notification-stats .notification-stat .notification-stat__content .notification-stat__value{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#1e293b,#475569);-webkit-background-clip:text;background-clip:text;display:block;font-size:2.25rem;font-weight:800;line-height:1;margin-bottom:.25rem}.notification-stats .notification-stat .notification-stat__content .notification-stat__label{color:#64748b;font-size:.875rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase}.notification-filters{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(135deg,#fff,#f8fafc);border:1px solid #fffc;border-radius:20px;box-shadow:0 4px 25px #00000014;margin-bottom:2rem;padding:2rem}.notification-filters .notification-filters__header{align-items:center;display:flex;justify-content:space-between;margin-bottom:1.5rem}.notification-filters .notification-filters__header h3{align-items:center;color:#1e293b;display:flex;font-size:1.25rem;font-weight:700;gap:.75rem;letter-spacing:-.025em;margin:0}.notification-filters .notification-filters__header .notification-filters__export{align-items:center;background:linear-gradient(135deg,#3b82f6,#1d4ed8);border:none;border-radius:12px;color:#fff;cursor:pointer;display:flex;font-size:.9rem;font-weight:600;gap:.5rem;overflow:hidden;padding:.875rem 1.5rem;position:relative;transition:all .3s cubic-bezier(.4,0,.2,1)}.notification-filters .notification-filters__header .notification-filters__export:before{background:linear-gradient(90deg,#0000,#fff3,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .5s;width:100%}.notification-filters .notification-filters__header .notification-filters__export:hover{box-shadow:0 6px 20px #3b82f666;transform:translateY(-2px)}.notification-filters .notification-filters__header .notification-filters__export:hover:before{left:100%}.notification-filters .notification-filters__controls{grid-gap:1rem;align-items:end;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(160px,1fr))}.notification-filters .notification-filters__controls input,.notification-filters .notification-filters__controls select{background:linear-gradient(135deg,#fff,#f8fafc);border:2px solid #e2e8f0;border-radius:12px;color:#475569;font-size:.9rem;font-weight:500;padding:.875rem 1rem;transition:all .3s cubic-bezier(.4,0,.2,1)}.notification-filters .notification-filters__controls input:focus,.notification-filters .notification-filters__controls select:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a,0 4px 20px #0000001a;outline:none;transform:translateY(-1px)}.notification-filters .notification-filters__controls input::placeholder,.notification-filters .notification-filters__controls select::placeholder{color:#94a3b8}.notification-filters .notification-filters__controls .notification-filters__clear{background:linear-gradient(135deg,#fff,#f8fafc);border:2px solid #e2e8f0;border-radius:12px;color:#475569;cursor:pointer;font-size:.9rem;font-weight:600;padding:.875rem 1.5rem;transition:all .3s cubic-bezier(.4,0,.2,1)}.notification-filters .notification-filters__controls .notification-filters__clear:hover{background:linear-gradient(135deg,#f1f5f9,#e2e8f0);border-color:#3b82f6;color:#3b82f6;transform:translateY(-1px)}.notification-table{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(135deg,#fff,#f8fafc);border:1px solid #fffc;border-radius:20px;box-shadow:0 4px 25px #00000014;margin-bottom:2rem;overflow:hidden;transition:all .3s ease}.notification-table:hover{box-shadow:0 8px 35px #0000001f}.notification-table .notification-table__content{border-collapse:collapse;width:100%}.notification-table .notification-table__content td,.notification-table .notification-table__content th{border-bottom:1px solid #f1f5f9;padding:1.25rem 1.5rem;text-align:left;transition:all .3s ease}.notification-table .notification-table__content th{background:#f8fafccc;border-bottom:2px solid #e2e8f0;color:#475569;font-size:.8rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase}.notification-table .notification-table__content td{color:#475569;font-size:.9rem;font-weight:500}.notification-table .notification-table__content tr{transition:all .3s ease}.notification-table .notification-table__content tr:hover{background:#f1f5f999;transform:scale(1.002)}.notification-table .notification-table__content tr:last-child td{border-bottom:none}.notification-table .notification-table__content .notification-table__title strong{color:#1e293b;display:block;font-size:.95rem;font-weight:600;margin-bottom:.375rem}.notification-table .notification-table__content .notification-table__title small{color:#64748b;display:block;font-size:.8rem;line-height:1.4}.notification-table .notification-table__content .notification-table__date small{color:#94a3b8;display:block;font-size:.75rem;margin-top:.25rem}.notification-table .notification-table__content .notification-table__count,.notification-table .notification-table__content .notification-table__rate{font-size:.95rem;font-weight:700;text-align:center}.notification-table .notification-table__content .notification-table__rate{color:#3b82f6}.notification-badge{border:2px solid #0000;border-radius:20px;display:inline-block;font-size:.75rem;font-weight:700;letter-spacing:.05em;padding:.5rem 1rem;text-transform:uppercase}.notification-badge--type.notification-badge--info{background:linear-gradient(135deg,#d6eaf8,#aed6f1);color:#2c3e50}.notification-badge--type.notification-badge--warning{background:linear-gradient(135deg,#fcf3cd,#f9e79f);color:#856404}.notification-badge--type.notification-badge--security{background:linear-gradient(135deg,#f8d7da,#f5b7b1);color:#721c24}.notification-badge--type.notification-badge--update{background:linear-gradient(135deg,#e8d7f8,#d2b4de);color:#4a235a}.notification-badge--type.notification-badge--system{background:linear-gradient(135deg,#d1f2eb,#a3e4d7);color:#145a32}.notification-badge--importance.notification-badge--low{background:linear-gradient(135deg,#e8f5e8,#d4efdf);color:#27ae60}.notification-badge--importance.notification-badge--medium{background:linear-gradient(135deg,#fff3cd,#fdebd0);color:#856404}.notification-badge--importance.notification-badge--high{background:linear-gradient(135deg,#f8d7da,#fadbd8);color:#721c24}.notification-badge--importance.notification-badge--critical{background:linear-gradient(135deg,#f5e6e8,#f2d7d5);color:#c53030}.notification-badge--status.notification-badge--sent{background:linear-gradient(135deg,#d1f2eb,#a3e4d7);color:#145a32}.notification-badge--status.notification-badge--scheduled{background:linear-gradient(135deg,#fcf3cd,#f9e79f);color:#856404}.notification-badge--target{background:linear-gradient(135deg,#e8f4fd,#d4e6f1);color:#2c3e50;font-weight:700}.notification-actions{display:flex;gap:.5rem}.notification-actions .notification-action{align-items:center;border:none;border-radius:12px;cursor:pointer;display:flex;justify-content:center;overflow:hidden;padding:.625rem;position:relative;transition:all .3s cubic-bezier(.4,0,.2,1)}.notification-actions .notification-action:before{background:linear-gradient(90deg,#0000,#ffffff4d,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .5s;width:100%}.notification-actions .notification-action:hover{box-shadow:0 6px 20px #00000026;transform:translateY(-2px)}.notification-actions .notification-action:hover:before{left:100%}.notification-actions .notification-action.notification-action--view{background:linear-gradient(135deg,#d6eaf8,#aed6f1);color:#2c3e50}.notification-actions .notification-action.notification-action--view:hover{background:linear-gradient(135deg,#aed6f1,#85c1e9)}.notification-actions .notification-action.notification-action--delete{background:linear-gradient(135deg,#f8d7da,#f5b7b1);color:#721c24}.notification-actions .notification-action.notification-action--delete:hover{background:linear-gradient(135deg,#f5b7b1,#f1948a)}.notification-empty{color:#64748b;padding:4rem 2rem;text-align:center}.notification-empty .notification-empty__icon{margin-bottom:1.5rem;opacity:.7}.notification-empty .notification-empty__icon svg{height:4rem;width:4rem}.notification-empty h3{color:#475569;font-size:1.5rem;font-weight:700;letter-spacing:-.025em;margin:0 0 .75rem}.notification-empty p{color:#64748b;font-size:1rem;line-height:1.6;margin:0 auto;max-width:400px}.notification-pagination{align-items:center;background:linear-gradient(135deg,#fff,#f8fafc);border:1px solid #fffc;border-radius:20px;box-shadow:0 4px 25px #00000014;display:flex;justify-content:space-between;padding:1.5rem 2rem}.notification-pagination .notification-pagination__info{color:#64748b;font-size:.9rem;font-weight:600}.notification-pagination .notification-pagination__controls{align-items:center;display:flex;gap:.5rem}.notification-pagination .notification-pagination__controls .notification-pagination__button{background:linear-gradient(135deg,#fff,#f8fafc);border:2px solid #e2e8f0;border-radius:12px;color:#475569;cursor:pointer;font-size:.9rem;font-weight:600;min-width:3rem;overflow:hidden;padding:.75rem 1rem;position:relative;transition:all .3s cubic-bezier(.4,0,.2,1)}.notification-pagination .notification-pagination__controls .notification-pagination__button:before{background:linear-gradient(90deg,#0000,#3b82f61a,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .5s;width:100%}.notification-pagination .notification-pagination__controls .notification-pagination__button:hover:not(:disabled){background:linear-gradient(135deg,#3b82f6,#1d4ed8);border-color:#3b82f6;box-shadow:0 6px 20px #3b82f64d;color:#fff;transform:translateY(-2px)}.notification-pagination .notification-pagination__controls .notification-pagination__button:hover:not(:disabled):before{left:100%}.notification-pagination .notification-pagination__controls .notification-pagination__button.notification-pagination__button--active{background:linear-gradient(135deg,#3b82f6,#1d4ed8);border-color:#3b82f6;color:#fff}.notification-pagination .notification-pagination__controls .notification-pagination__button:disabled{background:#f1f5f9;color:#cbd5e1;cursor:not-allowed;transform:none}.notification-pagination .notification-pagination__controls .notification-pagination__ellipsis{color:#94a3b8;font-weight:600;padding:0 .5rem}body.dark-theme .notification-history .page-header h1{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#60a5fa,#3b82f6);-webkit-background-clip:text}body.dark-theme .notification-history .page-header p{color:#cbd5e1}body.dark-theme .notification-history .notification-history__loading{color:#94a3b8}body.dark-theme .notification-stats .notification-stat{background:linear-gradient(135deg,#1e293b,#334155);border:1px solid #ffffff1a}body.dark-theme .notification-stats .notification-stat .notification-stat__value{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#f1f5f9,#cbd5e1);-webkit-background-clip:text}body.dark-theme .notification-stats .notification-stat .notification-stat__label{color:#94a3b8}body.dark-theme .notification-filters{background:linear-gradient(135deg,#1e293b,#334155);border:1px solid #ffffff1a}body.dark-theme .notification-filters .notification-filters__header h3{color:#f1f5f9}body.dark-theme .notification-filters .notification-filters__controls input,body.dark-theme .notification-filters .notification-filters__controls select{background:linear-gradient(135deg,#334155,#475569);border-color:#475569;color:#e2e8f0}body.dark-theme .notification-filters .notification-filters__controls input:focus,body.dark-theme .notification-filters .notification-filters__controls select:focus{border-color:#60a5fa;box-shadow:0 0 0 3px #60a5fa33}body.dark-theme .notification-filters .notification-filters__controls input::placeholder,body.dark-theme .notification-filters .notification-filters__controls select::placeholder{color:#94a3b8}body.dark-theme .notification-filters .notification-filters__controls .notification-filters__clear{background:linear-gradient(135deg,#334155,#475569);border-color:#475569;color:#e2e8f0}body.dark-theme .notification-filters .notification-filters__controls .notification-filters__clear:hover{background:linear-gradient(135deg,#475569,#64748b);border-color:#60a5fa;color:#60a5fa}body.dark-theme .notification-table{background:linear-gradient(135deg,#1e293b,#334155);border:1px solid #ffffff1a}body.dark-theme .notification-table .notification-table__content th{background:#1e293bcc;border-bottom-color:#334155;color:#e2e8f0}body.dark-theme .notification-table .notification-table__content td{border-bottom-color:#334155;color:#cbd5e1}body.dark-theme .notification-table .notification-table__content tr:hover{background:#33415599}body.dark-theme .notification-table .notification-table__content .notification-table__title strong{color:#f1f5f9}body.dark-theme .notification-empty{color:#94a3b8}body.dark-theme .notification-empty h3{color:#e2e8f0}body.dark-theme .notification-pagination{background:linear-gradient(135deg,#1e293b,#334155);border:1px solid #ffffff1a}body.dark-theme .notification-pagination .notification-pagination__info{color:#94a3b8}body.dark-theme .notification-pagination .notification-pagination__button{background:linear-gradient(135deg,#334155,#475569);border-color:#475569;color:#e2e8f0}body.dark-theme .notification-pagination .notification-pagination__button:disabled{background:#334155;color:#64748b}@media(max-width:768px){.notification-history{padding:1.5rem}.notification-stats{grid-template-columns:repeat(2,1fr)}.notification-filters__controls{grid-template-columns:1fr!important}.notification-pagination{flex-direction:column;gap:1rem;text-align:center}.notification-table__content{display:block;overflow-x:auto}}.notification-management{background:var(--bg-primary);min-height:100vh}
/*# sourceMappingURL=main.7c121f0f.css.map*/