.loading-spinner-container{display:flex;justify-content:center;align-items:center;padding:2rem}.loading-spinner{display:inline-block;position:relative}.loading-spinner-small{width:24px;height:24px}.loading-spinner-medium{width:40px;height:40px}.loading-spinner-large{width:56px;height:56px}.spinner-ring{box-sizing:border-box;display:block;position:absolute;border:2px solid transparent;border-top-color:#3b82f6;border-radius:50%;animation:spinner-rotate 1.2s cubic-bezier(.5,0,.5,1) infinite}.loading-spinner-small .spinner-ring{width:24px;height:24px;border-width:2px}.loading-spinner-medium .spinner-ring{width:40px;height:40px;border-width:3px}.loading-spinner-large .spinner-ring{width:56px;height:56px;border-width:4px}.spinner-ring:nth-child(1){animation-delay:-.45s}.spinner-ring:nth-child(2){animation-delay:-.3s}.spinner-ring:nth-child(3){animation-delay:-.15s}.spinner-ring:nth-child(4){animation-delay:0s}@keyframes spinner-rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}[data-theme=dark] .spinner-ring{border-top-color:#8b5cf6}[data-theme=black] .spinner-ring{border-top-color:#d4af37}.admin-feed{background:white;border-radius:16px;padding:2rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;border:1px solid rgba(0,0,0,.05)}.admin-feed-form{margin-bottom:2.5rem;padding-bottom:2rem;border-bottom:2px solid #f1f5f9}.admin-feed-form-header{margin-bottom:1.25rem}.admin-feed-form-header h3{font-size:1.25rem;font-weight:700;color:#1e293b;margin:0 0 .5rem;letter-spacing:-.025em}.admin-feed-form-header p{font-size:.875rem;color:#64748b;margin:0;line-height:1.5}.admin-feed-input-wrapper{position:relative;margin-bottom:.75rem}.admin-feed-input{width:100%;padding:1rem 1.25rem;border:2px solid #e2e8f0;border-radius:12px;font-size:.95rem;font-family:inherit;resize:vertical;min-height:120px;transition:all .2s ease;background:#fafbfc;color:#1e293b;line-height:1.6}.admin-feed-input:focus{outline:none;border-color:#3b82f6;background:white;box-shadow:0 0 0 4px #3b82f61a,0 4px 6px -1px #0000000d}.admin-feed-input:disabled{background-color:#f8fafc;cursor:not-allowed;opacity:.7}.admin-feed-input::placeholder{color:#94a3b8}.admin-feed-input-footer{display:flex;justify-content:flex-end;margin-top:.5rem}.admin-feed-char-count{font-size:.75rem;color:#94a3b8;font-weight:500}.admin-feed-form-actions{display:flex;justify-content:flex-end;margin-top:1rem}.admin-feed-submit-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:linear-gradient(135deg,#3b82f6 0%,#2563eb 100%);color:#fff;border:none;border-radius:10px;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .2s ease;box-shadow:0 2px 4px #3b82f633}.admin-feed-submit-btn:hover:not(:disabled){background:linear-gradient(135deg,#2563eb 0%,#1d4ed8 100%);box-shadow:0 4px 8px #3b82f64d;transform:translateY(-1px)}.admin-feed-submit-btn:active:not(:disabled){transform:translateY(0)}.admin-feed-submit-btn:disabled{opacity:.6;cursor:not-allowed;transform:none}.admin-feed-spinner{width:14px;height:14px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .6s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.admin-feed-submit-btn svg{width:16px;height:16px}.admin-feed-messages{display:flex;flex-direction:column;gap:1.25rem}.admin-feed-message{display:flex;gap:1rem;padding:1.5rem;background:#fafbfc;border-radius:12px;border:1px solid #e2e8f0;transition:all .2s ease;position:relative;overflow:hidden}.admin-feed-message-pinned{border-color:#fbbf24;background:linear-gradient(to right,#fffbeb 0%,#fafbfc 5%);box-shadow:0 2px 8px #fbbf2433}.admin-feed-pin-indicator,.admin-feed-unpin-indicator{position:absolute;top:.75rem;right:.75rem;display:flex;align-items:center;justify-content:center;z-index:1;width:20px;height:20px}.admin-feed-pin-indicator{color:#fbbf24}.admin-feed-unpin-indicator{color:#94a3b8;opacity:0}.admin-feed-pin-indicator svg,.admin-feed-unpin-indicator svg{width:100%;height:100%}.admin-feed-message:before{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;background:linear-gradient(180deg,#3b82f6 0%,#8b5cf6 100%);opacity:0;transition:opacity .2s ease}.admin-feed-message:hover{box-shadow:0 4px 12px #00000014,0 2px 4px #0000000a;border-color:#cbd5e1;transform:translateY(-1px)}.admin-feed-message:hover:before{opacity:1}.admin-feed-message-avatar{flex-shrink:0;width:48px;height:48px;border-radius:12px;background:linear-gradient(135deg,#3b82f6 0%,#8b5cf6 100%);display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:.875rem;letter-spacing:.05em;box-shadow:0 2px 8px #3b82f64d;overflow:hidden;position:relative}.admin-feed-avatar-img{width:100%;height:100%;object-fit:cover;border-radius:12px}.admin-feed-message-body{flex:1;min-width:0}.admin-feed-message-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:.75rem;gap:1rem}.admin-feed-message-author{display:flex;flex-direction:column;gap:.25rem;flex:1;min-width:0}.admin-feed-author-name{font-weight:700;color:#1e293b;font-size:.95rem;letter-spacing:-.01em;line-height:1.4;display:block}.admin-feed-author-name span{font-weight:400;color:#64748b;font-size:.875rem}.admin-feed-author-position{font-size:.8125rem;color:#64748b;font-weight:500;margin-top:.375rem;display:block;line-height:1.5}.admin-feed-author-company{color:#8b5cf6;font-weight:600}.admin-feed-message-time{font-size:.8125rem;color:#94a3b8;white-space:nowrap;font-weight:500;flex-shrink:0;display:flex;align-items:center;gap:.5rem}.admin-feed-datetime-full{font-size:.75rem;color:#94a3b8;font-weight:400;margin-left:.25rem}.admin-feed-edited-indicator{font-size:.75rem;color:#64748b;font-style:italic;font-weight:400}.admin-feed-message-content{color:#334155;line-height:1.7;white-space:pre-wrap;word-wrap:break-word;font-size:.9375rem;margin-bottom:.75rem}.admin-feed-message-actions{display:flex;align-items:center;gap:.5rem;margin-top:.5rem;padding-top:.75rem;border-top:1px solid #e2e8f0}.admin-feed-reactions{display:flex;align-items:center;gap:.25rem;margin-right:auto}.admin-feed-like-btn,.admin-feed-dislike-btn{display:flex;align-items:center;gap:.375rem;padding:.375rem .625rem;background:transparent;border:1px solid #e5e7eb;border-radius:8px;color:#64748b;cursor:pointer;transition:all .2s ease;font-size:.8125rem;font-weight:500}.admin-feed-like-btn:hover:not(:disabled){background:#dcfce7;border-color:#22c55e;color:#16a34a}.admin-feed-like-btn.active{background:#dcfce7;border-color:#22c55e;color:#16a34a}.admin-feed-dislike-btn:hover:not(:disabled){background:#fee2e2;border-color:#ef4444;color:#dc2626}.admin-feed-dislike-btn.active{background:#fee2e2;border-color:#ef4444;color:#dc2626}.admin-feed-like-btn:disabled,.admin-feed-dislike-btn:disabled{opacity:.5;cursor:not-allowed}.admin-feed-like-btn svg,.admin-feed-dislike-btn svg{width:16px;height:16px}.admin-feed-pin-btn{display:flex;align-items:center;justify-content:center;padding:.5rem;background:transparent;border:1px solid #e5e7eb;border-radius:8px;color:#64748b;cursor:pointer;transition:all .2s ease;min-width:36px;height:36px}.admin-feed-pin-btn:hover:not(:disabled){background:#fef3c7;border-color:#fbbf24;color:#f59e0b}.admin-feed-pin-btn:disabled{opacity:.5;cursor:not-allowed}.admin-feed-pin-btn svg{width:16px;height:16px}.admin-feed-edit-btn,.admin-feed-delete-btn{display:flex;align-items:center;justify-content:center;padding:.5rem;background:transparent;border:1px solid #e5e7eb;border-radius:8px;color:#64748b;cursor:pointer;transition:all .2s ease;min-width:36px;height:36px}.admin-feed-edit-btn:hover:not(:disabled){background:#dbeafe;border-color:#3b82f6;color:#2563eb}.admin-feed-delete-btn:hover:not(:disabled){background:#fee2e2;border-color:#ef4444;color:#dc2626}.admin-feed-edit-btn:disabled,.admin-feed-delete-btn:disabled{opacity:.5;cursor:not-allowed}.admin-feed-edit-btn svg,.admin-feed-delete-btn svg{width:14px;height:14px}.admin-feed-edit-form{margin-top:.75rem;padding-top:.75rem;border-top:1px solid #e2e8f0}.admin-feed-edit-input{width:100%;padding:.75rem;border:2px solid #e2e8f0;border-radius:8px;font-size:.875rem;font-family:inherit;resize:vertical;min-height:80px;transition:all .2s ease;background:#fafbfc;color:#1e293b;line-height:1.5;margin-bottom:.75rem}.admin-feed-edit-input:focus{outline:none;border-color:#3b82f6;background:white;box-shadow:0 0 0 3px #3b82f61a}.admin-feed-edit-input:disabled{background-color:#f8fafc;cursor:not-allowed;opacity:.7}.admin-feed-edit-actions{display:flex;justify-content:flex-end;gap:.5rem}.admin-feed-edit-cancel{padding:.5rem 1rem;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:8px;color:#64748b;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease}.admin-feed-edit-cancel:hover:not(:disabled){background:#e2e8f0;color:#475569}.admin-feed-edit-cancel:disabled{opacity:.6;cursor:not-allowed}.admin-feed-edit-save{padding:.5rem 1rem;background:linear-gradient(135deg,#3b82f6 0%,#2563eb 100%);border:none;border-radius:8px;color:#fff;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s ease;box-shadow:0 2px 4px #3b82f633}.admin-feed-edit-save:hover:not(:disabled){background:linear-gradient(135deg,#2563eb 0%,#1d4ed8 100%);box-shadow:0 4px 8px #3b82f64d;transform:translateY(-1px)}.admin-feed-edit-save:disabled{opacity:.6;cursor:not-allowed;transform:none}.admin-feed-replies-toggle{display:inline-flex;align-items:center;padding:.5rem .75rem;background:transparent;border:none;border-radius:8px;color:#3b82f6;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease;text-decoration:underline;text-underline-offset:2px;margin-right:.5rem}.admin-feed-replies-toggle:hover{color:#2563eb;background:#eff6ff}.admin-feed-reply-btn{display:inline-flex;align-items:center;gap:.375rem;padding:.5rem .75rem;background:none;border:1px solid #e2e8f0;border-radius:8px;color:#64748b;font-size:.8125rem;font-weight:500;cursor:pointer;transition:all .2s ease}.admin-feed-reply-btn:hover{background:#f8fafc;border-color:#cbd5e1;color:#475569}.admin-feed-reply-btn svg{width:14px;height:14px}.admin-feed-reply-count{font-weight:600;color:#8b5cf6}.admin-feed-reply-form{margin-top:.75rem;padding-top:.75rem;border-top:1px solid #e2e8f0}.admin-feed-reply-input{width:100%;padding:.75rem;border:2px solid #e2e8f0;border-radius:8px;font-size:.875rem;font-family:inherit;resize:vertical;min-height:60px;transition:all .2s ease;background:#fafbfc;color:#1e293b;line-height:1.5}.admin-feed-reply-input:focus{outline:none;border-color:#3b82f6;background:white;box-shadow:0 0 0 3px #3b82f61a}.admin-feed-reply-input:disabled{background-color:#f8fafc;cursor:not-allowed;opacity:.7}.admin-feed-reply-actions{display:flex;justify-content:flex-end;gap:.5rem;margin-top:.5rem}.admin-feed-reply-cancel{padding:.5rem 1rem;background:#f1f5f9;color:#64748b;border:none;border-radius:8px;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease}.admin-feed-reply-cancel:hover:not(:disabled){background:#e2e8f0;color:#475569}.admin-feed-reply-cancel:disabled{opacity:.6;cursor:not-allowed}.admin-feed-reply-submit{padding:.5rem 1rem;background:linear-gradient(135deg,#3b82f6 0%,#2563eb 100%);color:#fff;border:none;border-radius:8px;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s ease;box-shadow:0 2px 4px #3b82f633}.admin-feed-reply-submit:hover:not(:disabled){background:linear-gradient(135deg,#2563eb 0%,#1d4ed8 100%);box-shadow:0 4px 8px #3b82f64d;transform:translateY(-1px)}.admin-feed-reply-submit:disabled{opacity:.6;cursor:not-allowed;transform:none}.admin-feed-replies{margin-top:1rem;padding-left:1.5rem;border-left:2px solid #e2e8f0;display:flex;flex-direction:column;gap:.75rem}.admin-feed-reply{display:flex;gap:.75rem;padding:.75rem;background:#f8fafc;border-radius:8px;border:1px solid #e2e8f0}.admin-feed-reply-avatar{flex-shrink:0;width:32px;height:32px;border-radius:8px;background:linear-gradient(135deg,#8b5cf6 0%,#6366f1 100%);display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:.75rem;letter-spacing:.05em;box-shadow:0 2px 4px #8b5cf633;overflow:hidden;position:relative}.admin-feed-reply-body{flex:1;min-width:0}.admin-feed-reply-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:.5rem;gap:1rem}.admin-feed-reply-author{display:flex;flex-direction:column;gap:.125rem;flex:1;min-width:0}.admin-feed-empty{text-align:center;padding:4rem 2rem;color:#64748b}.admin-feed-empty-icon{margin:0 auto 1.5rem;width:64px;height:64px;border-radius:16px;background:linear-gradient(135deg,#f1f5f9 0%,#e2e8f0 100%);display:flex;align-items:center;justify-content:center;color:#94a3b8}.admin-feed-empty h3{font-size:1.125rem;font-weight:700;color:#475569;margin:0 0 .5rem}.admin-feed-empty p{font-size:.9375rem;color:#64748b;margin:0}.admin-feed-loading{text-align:center;padding:4rem 2rem;color:#64748b;font-size:.9375rem}[data-theme=dark] .admin-feed{background:linear-gradient(135deg,rgba(30,41,59,.95) 0%,rgba(15,23,42,.95) 100%);box-shadow:0 4px 6px -1px #0000004d,0 2px 4px -1px #0003,0 0 0 1px #8b5cf633;border-color:#8b5cf633}[data-theme=dark] .admin-feed-form{border-bottom-color:#8b5cf633}[data-theme=dark] .admin-feed-form-header h3{color:#e2e8f0}[data-theme=dark] .admin-feed-form-header p{color:#94a3b8}[data-theme=dark] .admin-feed-input{background:rgba(15,23,42,.6);border-color:#8b5cf64d;color:#e2e8f0}[data-theme=dark] .admin-feed-input:focus{border-color:#8b5cf6;background:rgba(15,23,42,.8);box-shadow:0 0 0 4px #8b5cf633,0 4px 6px -1px #0000004d}[data-theme=dark] .admin-feed-input:disabled{background-color:#0f172a66}[data-theme=dark] .admin-feed-input::placeholder{color:#64748b}[data-theme=dark] .admin-feed-char-count{color:#64748b}[data-theme=dark] .admin-feed-submit-btn{background:linear-gradient(135deg,#8b5cf6 0%,#6366f1 100%);box-shadow:0 2px 4px #8b5cf64d,0 0 0 1px #8b5cf633}[data-theme=dark] .admin-feed-submit-btn:hover:not(:disabled){background:linear-gradient(135deg,#7c3aed 0%,#5b21b6 100%);box-shadow:0 4px 8px #8b5cf666,0 0 0 1px #8b5cf64d}[data-theme=dark] .admin-feed-message{background:rgba(15,23,42,.6);border-color:#8b5cf633}[data-theme=dark] .admin-feed-message-pinned{border-color:#fbbf2480;background:linear-gradient(to right,rgba(251,191,36,.1) 0%,rgba(15,23,42,.6) 5%);box-shadow:0 2px 8px #fbbf2433}[data-theme=dark] .admin-feed-pin-indicator{color:#fbbf24}[data-theme=dark] .admin-feed-unpin-indicator{color:#64748b;opacity:0}[data-theme=dark] .admin-feed-pin-btn:hover{background:rgba(251,191,36,.2);border-color:#fbbf2480;color:#fbbf24}[data-theme=dark] .admin-feed-like-btn,[data-theme=dark] .admin-feed-dislike-btn{border-color:#8b5cf64d;color:#94a3b8}[data-theme=dark] .admin-feed-like-btn:hover:not(:disabled){background:rgba(34,197,94,.2);border-color:#22c55e80;color:#4ade80}[data-theme=dark] .admin-feed-like-btn.active{background:rgba(34,197,94,.2);border-color:#22c55e80;color:#4ade80}[data-theme=dark] .admin-feed-dislike-btn:hover:not(:disabled){background:rgba(239,68,68,.2);border-color:#ef444480;color:#f87171}[data-theme=dark] .admin-feed-dislike-btn.active{background:rgba(239,68,68,.2);border-color:#ef444480;color:#f87171}[data-theme=dark] .admin-feed-message:before{background:linear-gradient(180deg,#8b5cf6 0%,#6366f1 100%)}[data-theme=dark] .admin-feed-message:hover{border-color:#8b5cf666;box-shadow:0 4px 12px #8b5cf633,0 2px 4px #0000004d}[data-theme=dark] .admin-feed-message-avatar{background:linear-gradient(135deg,#8b5cf6 0%,#6366f1 100%);box-shadow:0 2px 8px #8b5cf666}[data-theme=dark] .admin-feed-author-name{color:#e2e8f0}[data-theme=dark] .admin-feed-author-name span,[data-theme=dark] .admin-feed-author-position{color:#94a3b8}[data-theme=dark] .admin-feed-author-company{color:#a78bfa;font-weight:600}[data-theme=dark] .admin-feed-message-time,[data-theme=dark] .admin-feed-datetime-full{color:#64748b}[data-theme=dark] .admin-feed-message-content{color:#cbd5e1}[data-theme=dark] .admin-feed-empty-icon{background:linear-gradient(135deg,rgba(30,41,59,.8) 0%,rgba(15,23,42,.8) 100%);color:#64748b;border:1px solid rgba(139,92,246,.2)}[data-theme=dark] .admin-feed-empty h3{color:#cbd5e1}[data-theme=dark] .admin-feed-empty p,[data-theme=dark] .admin-feed-loading{color:#94a3b8}[data-theme=dark] .admin-feed-message-actions{border-top-color:#8b5cf633}[data-theme=dark] .admin-feed-replies-toggle{color:#818cf8}[data-theme=dark] .admin-feed-replies-toggle:hover{color:#a78bfa;background:rgba(139,92,246,.1)}[data-theme=dark] .admin-feed-reply-btn{border-color:#8b5cf64d;color:#94a3b8}[data-theme=dark] .admin-feed-reply-btn:hover{background:rgba(139,92,246,.1);border-color:#8b5cf666;color:#cbd5e1}[data-theme=dark] .admin-feed-reply-count{color:#a78bfa}[data-theme=dark] .admin-feed-reply-form{border-top-color:#8b5cf633}[data-theme=dark] .admin-feed-reply-input{background:rgba(15,23,42,.6);border-color:#8b5cf64d;color:#e2e8f0}[data-theme=dark] .admin-feed-reply-input:focus{border-color:#8b5cf6;background:rgba(15,23,42,.8);box-shadow:0 0 0 3px #8b5cf633}[data-theme=dark] .admin-feed-reply-cancel{background:rgba(15,23,42,.6);color:#94a3b8}[data-theme=dark] .admin-feed-reply-cancel:hover:not(:disabled){background:rgba(139,92,246,.15);color:#cbd5e1}[data-theme=dark] .admin-feed-reply-submit{background:linear-gradient(135deg,#8b5cf6 0%,#6366f1 100%);box-shadow:0 2px 4px #8b5cf64d}[data-theme=dark] .admin-feed-reply-submit:hover:not(:disabled){background:linear-gradient(135deg,#7c3aed 0%,#5b21b6 100%);box-shadow:0 4px 8px #8b5cf666}[data-theme=dark] .admin-feed-replies{border-left-color:#8b5cf64d}[data-theme=dark] .admin-feed-reply{background:rgba(15,23,42,.6);border-color:#8b5cf633}[data-theme=dark] .admin-feed-reply-avatar{background:linear-gradient(135deg,#8b5cf6 0%,#6366f1 100%);box-shadow:0 2px 4px #8b5cf64d}[data-theme=black] .admin-feed{background:linear-gradient(135deg,#000000 0%,#1a1a1a 100%);box-shadow:0 4px 6px -1px #00000080,0 2px 4px -1px #0000004d,0 0 0 1px #d4af3733;border-color:#d4af3733}[data-theme=black] .admin-feed-form{border-bottom-color:#d4af3733}[data-theme=black] .admin-feed-form-header h3{color:#d4af37;text-shadow:0 0 10px rgba(212,175,55,.3)}[data-theme=black] .admin-feed-form-header p{color:#a0a0a0}[data-theme=black] .admin-feed-input{background:rgba(0,0,0,.6);border-color:#d4af374d;color:#d4af37}[data-theme=black] .admin-feed-input:focus{border-color:#d4af37;background:rgba(0,0,0,.8);box-shadow:0 0 0 4px #d4af3733,0 4px 6px -1px #00000080}[data-theme=black] .admin-feed-input:disabled{background-color:#0006}[data-theme=black] .admin-feed-input::placeholder{color:#666}[data-theme=black] .admin-feed-char-count{color:#666}[data-theme=black] .admin-feed-submit-btn{background:linear-gradient(135deg,#d4af37 0%,#b8941f 100%);color:#000;box-shadow:0 2px 4px #d4af3766,0 0 0 1px #d4af374d;font-weight:700}[data-theme=black] .admin-feed-submit-btn:hover:not(:disabled){background:linear-gradient(135deg,#b8941f 0%,#9a7a1a 100%);box-shadow:0 4px 8px #d4af3780,0 0 0 1px #d4af3766,0 0 20px #d4af374d}[data-theme=black] .admin-feed-submit-btn svg{filter:brightness(0)}[data-theme=black] .admin-feed-spinner{border-color:#0000004d;border-top-color:#000}[data-theme=black] .admin-feed-message{background:linear-gradient(135deg,rgba(0,0,0,.6) 0%,rgba(26,26,26,.6) 100%);border-color:#d4af3733}[data-theme=black] .admin-feed-pin-indicator{color:#d4af37}[data-theme=black] .admin-feed-unpin-indicator{color:#666;opacity:0}[data-theme=black] .admin-feed-message:before{background:linear-gradient(180deg,#d4af37 0%,#b8941f 100%)}[data-theme=black] .admin-feed-message:hover{border-color:#d4af3766;box-shadow:0 4px 12px #d4af3733,0 2px 4px #00000080}[data-theme=black] .admin-feed-message-avatar{background:linear-gradient(135deg,#d4af37 0%,#b8941f 100%);color:#000;box-shadow:0 2px 8px #d4af3766;font-weight:700}[data-theme=black] .admin-feed-author-name{color:#d4af37;text-shadow:0 0 10px rgba(212,175,55,.3)}[data-theme=black] .admin-feed-author-name span,[data-theme=black] .admin-feed-author-position{color:#a0a0a0;text-shadow:none}[data-theme=black] .admin-feed-author-company{color:#d4af37;font-weight:600;text-shadow:0 0 8px rgba(212,175,55,.2)}[data-theme=black] .admin-feed-message-time,[data-theme=black] .admin-feed-datetime-full{color:#666}[data-theme=black] .admin-feed-message-content{color:#d4af37}[data-theme=black] .admin-feed-empty-icon{background:linear-gradient(135deg,rgba(0,0,0,.8) 0%,rgba(26,26,26,.8) 100%);color:#666;border:1px solid rgba(212,175,55,.2)}[data-theme=black] .admin-feed-empty h3{color:#d4af37;text-shadow:0 0 10px rgba(212,175,55,.3)}[data-theme=black] .admin-feed-empty p,[data-theme=black] .admin-feed-loading{color:#a0a0a0}[data-theme=black] .admin-feed-message-actions{border-top-color:#d4af3733}[data-theme=black] .admin-feed-replies-toggle{color:#d4af37}[data-theme=black] .admin-feed-replies-toggle:hover{color:#b8941f;background:rgba(212,175,55,.1)}[data-theme=black] .admin-feed-reply-btn{border-color:#d4af374d;color:#666}[data-theme=black] .admin-feed-reply-btn:hover{background:rgba(212,175,55,.1);border-color:#d4af3766;color:#d4af37}[data-theme=black] .admin-feed-reply-count{color:#d4af37}[data-theme=black] .admin-feed-like-btn,[data-theme=black] .admin-feed-dislike-btn{border-color:#d4af374d;color:#666}[data-theme=black] .admin-feed-like-btn:hover:not(:disabled){background:rgba(34,197,94,.2);border-color:#22c55e80;color:#4ade80}[data-theme=black] .admin-feed-like-btn.active{background:rgba(34,197,94,.2);border-color:#22c55e80;color:#4ade80}[data-theme=black] .admin-feed-dislike-btn:hover:not(:disabled){background:rgba(239,68,68,.2);border-color:#ef444480;color:#f87171}[data-theme=black] .admin-feed-dislike-btn.active{background:rgba(239,68,68,.2);border-color:#ef444480;color:#f87171}[data-theme=black] .admin-feed-reply-form{border-top-color:#d4af3733}[data-theme=black] .admin-feed-reply-input{background:rgba(0,0,0,.6);border-color:#d4af374d;color:#d4af37}[data-theme=black] .admin-feed-reply-input:focus{border-color:#d4af37;background:rgba(0,0,0,.8);box-shadow:0 0 0 3px #d4af3733}[data-theme=black] .admin-feed-reply-cancel{background:rgba(0,0,0,.6);color:#666}[data-theme=black] .admin-feed-reply-cancel:hover:not(:disabled){background:rgba(212,175,55,.15);color:#d4af37}[data-theme=black] .admin-feed-reply-submit{background:linear-gradient(135deg,#d4af37 0%,#b8941f 100%);color:#000;box-shadow:0 2px 4px #d4af3766}[data-theme=black] .admin-feed-reply-submit:hover:not(:disabled){background:linear-gradient(135deg,#b8941f 0%,#9a7a1a 100%);box-shadow:0 4px 8px #d4af3780}[data-theme=black] .admin-feed-replies{border-left-color:#d4af374d}[data-theme=black] .admin-feed-reply{background:linear-gradient(135deg,rgba(0,0,0,.6) 0%,rgba(26,26,26,.6) 100%);border-color:#d4af3733}[data-theme=black] .admin-feed-reply-avatar{background:linear-gradient(135deg,#d4af37 0%,#b8941f 100%);color:#000;box-shadow:0 2px 4px #d4af3766}.dashboard{max-width:1200px;margin:0 auto;padding:2rem}@media (max-width: 768px){.dashboard{padding:1rem;max-width:100%}.stats-grid{grid-template-columns:1fr;gap:1rem}.dashboard h1{font-size:1.5rem}.dashboard h2{font-size:1.25rem}}@media (min-width: 769px) and (max-width: 1024px){.dashboard{padding:1.5rem;max-width:95%}.stats-grid{grid-template-columns:repeat(2,1fr)}}.dashboard h1{margin-bottom:2rem;color:#1e3a8a}.dashboard h2{margin-bottom:1.5rem;color:#1e3a8a}[data-theme=dark] .dashboard h1,[data-theme=dark] .dashboard h2{color:#e2e8f0}.stats-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-bottom:3rem}.stat-card[style*="grid-column: span 2"]{background:linear-gradient(135deg,#acbaf7 0%,#4cffac 100%);color:#fff}.stat-card[style*="grid-column: span 2"] .stat-icon{font-size:3rem;opacity:.9}.stat-card[style*="grid-column: span 2"] .stat-content h3,.stat-card[style*="grid-column: span 2"] .stat-value{color:#fff}.stat-card[style*="grid-column: span 2"] .stat-detail{color:#ffffffe6}.stat-card[style*="grid-column: span 2"] .progress-bar{background-color:#ffffff4d}.stat-card{background:white;padding:1.5rem;border-radius:12px;box-shadow:0 2px 8px #0000001a;display:flex;align-items:center;gap:1rem;transition:transform .2s,box-shadow .2s}.stat-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.stat-icon{width:40px;height:40px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.stat-icon .icon{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.stat-icon .icon:before{content:"";display:block;width:100%;height:100%;background-size:contain;background-repeat:no-repeat;background-position:center;filter:brightness(0) saturate(100%) invert(27%) sepia(95%) saturate(1352%) hue-rotate(213deg) brightness(95%) contrast(90%);opacity:.8}[data-theme=dark] .stat-icon .icon:before{filter:brightness(0) invert(1);opacity:.9}.stat-icon .icon-dashboard:before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%231e3a8a' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='3' width='7' height='7'/%3E%3Crect x='14' y='3' width='7' height='7'/%3E%3Crect x='14' y='14' width='7' height='7'/%3E%3Crect x='3' y='14' width='7' height='7'/%3E%3C/svg%3E")}.stat-icon .icon-companies:before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%231e3a8a' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M17 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2'/%3E%3Ccircle cx='9' cy='7' r='4'/%3E%3Cpath d='M23 21v-2a4 4 0 0 0-3-3.87'/%3E%3Cpath d='M16 3.13a4 4 0 0 1 0 7.75'/%3E%3C/svg%3E")}.stat-icon .icon-users:before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%231e3a8a' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M17 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2'/%3E%3Ccircle cx='9' cy='7' r='4'/%3E%3Cpath d='M23 21v-2a4 4 0 0 0-3-3.87'/%3E%3Cpath d='M16 3.13a4 4 0 0 1 0 7.75'/%3E%3C/svg%3E")}.stat-icon .icon-trials:before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%231e3a8a' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cpolyline points='12 6 12 12 16 14'/%3E%3C/svg%3E")}.stat-icon .icon-frameworks:before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%231e3a8a' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='3' width='18' height='18' rx='2'/%3E%3Cpath d='M3 9h18M9 3v18'/%3E%3C/svg%3E")}.stat-icon .icon-access-requests:before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%231e3a8a' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M9 5H7a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2V7a2 2 0 0 0-2-2h-2M9 5a2 2 0 0 0 2 2h2a2 2 0 0 0 2-2M9 5a2 2 0 0 1 2-2h2a2 2 0 0 1 2 2'/%3E%3C/svg%3E")}.stat-icon .icon-controls:before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%231e3a8a' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='11' width='18' height='11' rx='2' ry='2'/%3E%3Cpath d='M7 11V7a5 5 0 0 1 10 0v4'/%3E%3C/svg%3E")}.stat-icon .icon-policies:before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%231e3a8a' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z'/%3E%3Cpolyline points='14 2 14 8 20 8'/%3E%3Cline x1='16' y1='13' x2='8' y2='13'/%3E%3Cline x1='16' y1='17' x2='8' y2='17'/%3E%3Cpolyline points='10 9 9 9 8 9'/%3E%3C/svg%3E")}.stat-icon .icon-documents:before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%231e3a8a' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z'/%3E%3Cpolyline points='14 2 14 8 20 8'/%3E%3Cline x1='16' y1='13' x2='8' y2='13'/%3E%3Cline x1='16' y1='17' x2='8' y2='17'/%3E%3C/svg%3E")}.stat-icon .icon-risks:before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%231e3a8a' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M10.29 3.86L1.82 18a2 2 0 0 0 1.71 3h16.94a2 2 0 0 0 1.71-3L13.71 3.86a2 2 0 0 0-3.42 0z'/%3E%3Cline x1='12' y1='9' x2='12' y2='13'/%3E%3Cline x1='12' y1='17' x2='12.01' y2='17'/%3E%3C/svg%3E")}.stat-icon .icon-assets:before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%231e3a8a' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21 16V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l7-4A2 2 0 0 0 21 16z'/%3E%3Cpolyline points='3.27 6.96 12 12.01 20.73 6.96'/%3E%3Cline x1='12' y1='22.08' x2='12' y2='12'/%3E%3C/svg%3E")}.stat-icon .icon-incidents:before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%231e3a8a' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cline x1='12' y1='8' x2='12' y2='12'/%3E%3Cline x1='12' y1='16' x2='12.01' y2='16'/%3E%3C/svg%3E")}.stat-icon .icon-vendors:before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%231e3a8a' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M17 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2'/%3E%3Ccircle cx='9' cy='7' r='4'/%3E%3Cpath d='M23 21v-2a4 4 0 0 0-3-3.87'/%3E%3Cpath d='M16 3.13a4 4 0 0 1 0 7.75'/%3E%3C/svg%3E")}.stat-icon .icon-companies:before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%231e3a8a' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M17 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2'/%3E%3Ccircle cx='9' cy='7' r='4'/%3E%3Cpath d='M23 21v-2a4 4 0 0 0-3-3.87'/%3E%3Cpath d='M16 3.13a4 4 0 0 1 0 7.75'/%3E%3C/svg%3E")}.stat-icon .icon-users:before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%231e3a8a' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M17 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2'/%3E%3Ccircle cx='9' cy='7' r='4'/%3E%3Cpath d='M23 21v-2a4 4 0 0 0-3-3.87'/%3E%3Cpath d='M16 3.13a4 4 0 0 1 0 7.75'/%3E%3C/svg%3E")}.stat-icon .icon-trials:before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%231e3a8a' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cpolyline points='12 6 12 12 16 14'/%3E%3C/svg%3E")}[data-theme=dark] .stat-icon .icon-dashboard:before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23e2e8f0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='3' width='7' height='7'/%3E%3Crect x='14' y='3' width='7' height='7'/%3E%3Crect x='14' y='14' width='7' height='7'/%3E%3Crect x='3' y='14' width='7' height='7'/%3E%3C/svg%3E")}[data-theme=dark] .stat-icon .icon-companies:before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23e2e8f0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M17 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2'/%3E%3Ccircle cx='9' cy='7' r='4'/%3E%3Cpath d='M23 21v-2a4 4 0 0 0-3-3.87'/%3E%3Cpath d='M16 3.13a4 4 0 0 1 0 7.75'/%3E%3C/svg%3E")}[data-theme=dark] .stat-icon .icon-users:before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23e2e8f0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M17 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2'/%3E%3Ccircle cx='9' cy='7' r='4'/%3E%3Cpath d='M23 21v-2a4 4 0 0 0-3-3.87'/%3E%3Cpath d='M16 3.13a4 4 0 0 1 0 7.75'/%3E%3C/svg%3E")}[data-theme=dark] .stat-icon .icon-trials:before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23e2e8f0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cpolyline points='12 6 12 12 16 14'/%3E%3C/svg%3E")}[data-theme=dark] .stat-icon .icon-frameworks:before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23e2e8f0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='3' width='18' height='18' rx='2'/%3E%3Cpath d='M3 9h18M9 3v18'/%3E%3C/svg%3E")}[data-theme=dark] .stat-icon .icon-access-requests:before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23e2e8f0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M9 5H7a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2V7a2 2 0 0 0-2-2h-2M9 5a2 2 0 0 0 2 2h2a2 2 0 0 0 2-2M9 5a2 2 0 0 1 2-2h2a2 2 0 0 1 2 2'/%3E%3C/svg%3E")}[data-theme=dark] .stat-icon .icon-controls:before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23e2e8f0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='11' width='18' height='11' rx='2' ry='2'/%3E%3Cpath d='M7 11V7a5 5 0 0 1 10 0v4'/%3E%3C/svg%3E")}[data-theme=dark] .stat-icon .icon-policies:before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23e2e8f0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z'/%3E%3Cpolyline points='14 2 14 8 20 8'/%3E%3Cline x1='16' y1='13' x2='8' y2='13'/%3E%3Cline x1='16' y1='17' x2='8' y2='17'/%3E%3Cpolyline points='10 9 9 9 8 9'/%3E%3C/svg%3E")}[data-theme=dark] .stat-icon .icon-documents:before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23e2e8f0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z'/%3E%3Cpolyline points='14 2 14 8 20 8'/%3E%3Cline x1='16' y1='13' x2='8' y2='13'/%3E%3Cline x1='16' y1='17' x2='8' y2='17'/%3E%3C/svg%3E")}[data-theme=dark] .stat-icon .icon-risks:before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23e2e8f0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M10.29 3.86L1.82 18a2 2 0 0 0 1.71 3h16.94a2 2 0 0 0 1.71-3L13.71 3.86a2 2 0 0 0-3.42 0z'/%3E%3Cline x1='12' y1='9' x2='12' y2='13'/%3E%3Cline x1='12' y1='17' x2='12.01' y2='17'/%3E%3C/svg%3E")}[data-theme=dark] .stat-icon .icon-assets:before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23e2e8f0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21 16V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l7-4A2 2 0 0 0 21 16z'/%3E%3Cpolyline points='3.27 6.96 12 12.01 20.73 6.96'/%3E%3Cline x1='12' y1='22.08' x2='12' y2='12'/%3E%3C/svg%3E")}[data-theme=dark] .stat-icon .icon-incidents:before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23e2e8f0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cline x1='12' y1='8' x2='12' y2='12'/%3E%3Cline x1='12' y1='16' x2='12.01' y2='16'/%3E%3C/svg%3E")}[data-theme=dark] .stat-icon .icon-vendors:before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23e2e8f0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M17 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2'/%3E%3Ccircle cx='9' cy='7' r='4'/%3E%3Cpath d='M23 21v-2a4 4 0 0 0-3-3.87'/%3E%3Cpath d='M16 3.13a4 4 0 0 1 0 7.75'/%3E%3C/svg%3E")}[data-theme=dark] .stat-icon .icon-companies:before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23e2e8f0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M17 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2'/%3E%3Ccircle cx='9' cy='7' r='4'/%3E%3Cpath d='M23 21v-2a4 4 0 0 0-3-3.87'/%3E%3Cpath d='M16 3.13a4 4 0 0 1 0 7.75'/%3E%3C/svg%3E")}[data-theme=dark] .stat-icon .icon-users:before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23e2e8f0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M17 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2'/%3E%3Ccircle cx='9' cy='7' r='4'/%3E%3Cpath d='M23 21v-2a4 4 0 0 0-3-3.87'/%3E%3Cpath d='M16 3.13a4 4 0 0 1 0 7.75'/%3E%3C/svg%3E")}[data-theme=dark] .stat-icon .icon-trials:before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23e2e8f0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cpolyline points='12 6 12 12 16 14'/%3E%3C/svg%3E")}.stat-content{flex:1}.stat-content h3{font-size:.875rem;color:#6b7280;margin-bottom:.5rem;text-transform:uppercase;letter-spacing:.05em}.stat-value{font-size:2rem;font-weight:700;color:#1e3a8a;margin-bottom:.25rem}.stat-detail{font-size:.875rem;color:#6b7280}.progress-bar{width:100%;height:8px;background:#e5e7eb;border-radius:4px;overflow:hidden;margin:.5rem 0}.progress-fill{height:100%;background:linear-gradient(90deg,#3b82f6,#2563eb);transition:width .3s}.dashboard-info{background:white;padding:2rem;border-radius:12px;box-shadow:0 2px 8px #0000001a}.dashboard-info h2{color:#1e3a8a;margin-bottom:1rem}.dashboard-info p{color:#4b5563;line-height:1.6;margin-bottom:1rem}.dashboard-info ul{list-style:none;padding:0}.dashboard-info li{padding:.75rem 0;border-bottom:1px solid #e5e7eb;color:#4b5563}.dashboard-info li:last-child{border-bottom:none}.dashboard-info strong{color:#1e3a8a}.dashboard-loading,.dashboard-error{text-align:center;padding:3rem;color:#6b7280}.status-badge.status-not_implemented{background-color:#fee2e2;color:#991b1b}.status-badge.status-partially_implemented{background-color:#fef3c7;color:#92400e}.status-badge.status-implemented{background-color:#dbeafe;color:#1e40af}.status-badge.status-verified{background-color:#d1fae5;color:#065f46}.status-badge.status-due_soon{background-color:#fef3c7;color:#b45309;font-weight:600}.status-badge.status-review_needed{background-color:#fde68a;color:#92400e}.status-badge.status-overdue{background-color:#fee2e2;color:#991b1b;font-weight:700;border:2px solid #dc2626}.status-badge.status-draft{background-color:#fef3c7;color:#92400e}.status-badge.status-approved{background-color:#d1fae5;color:#065f46}[data-theme=dark] .status-badge.status-implemented,[data-theme=dark] .status-badge.status-approved{background:rgba(16,185,129,.2);color:#6ee7b7;border:1px solid rgba(16,185,129,.3)}[data-theme=dark] .status-badge.status-draft{background:rgba(251,191,36,.2);color:#fde047;border:1px solid rgba(251,191,36,.3)}[data-theme=dark] .status-badge.status-open{background:rgba(239,68,68,.2);color:#fca5a5;border:1px solid rgba(239,68,68,.3)}[data-theme=dark] .status-badge.status-treated{background:rgba(16,185,129,.2);color:#6ee7b7;border:1px solid rgba(16,185,129,.3)}[data-theme=dark] .status-badge.status-in_progress{background:rgba(59,130,246,.2);color:#93c5fd;border:1px solid rgba(59,130,246,.3)}[data-theme=dark] .dashboard h1{color:#e2e8f0}[data-theme=dark] .stat-card{background:linear-gradient(135deg,#1e293b 0%,#0f172a 100%);border:1px solid rgba(139,92,246,.2);box-shadow:0 2px 8px #0000004d}[data-theme=dark] .stat-card:hover{box-shadow:0 4px 12px #8b5cf64d;border-color:#8b5cf666}[data-theme=dark] .stat-content h3{color:#94a3b8}[data-theme=dark] .stat-value{color:#e2e8f0}[data-theme=dark] .stat-detail{color:#94a3b8}[data-theme=dark] .progress-bar{background:rgba(139,92,246,.2)}[data-theme=dark] .framework-progress-bar-container{background:rgba(139,92,246,.2)!important}[data-theme=dark] .framework-progress-bar-fill{background:#3b82f6!important;box-shadow:0 0 20px #3b82f666,0 0 40px #3b82f633 inset!important}[data-theme=dark] .dashboard-info{background:linear-gradient(135deg,#1e293b 0%,#0f172a 100%);border:1px solid rgba(139,92,246,.2);box-shadow:0 2px 8px #0000004d}[data-theme=dark] .dashboard-info h2{color:#e2e8f0}[data-theme=dark] .dashboard-info p,[data-theme=dark] .dashboard-info li{color:#cbd5e1}[data-theme=dark] .dashboard-info li{border-bottom-color:#8b5cf633}[data-theme=dark] .dashboard-info strong{color:#c4b5fd}[data-theme=dark] .dashboard-loading,[data-theme=dark] .dashboard-error{color:#94a3b8}[data-theme=dark] .actions-tracker-section h2,[data-theme=dark] .actions-tracker-section [style*="color: #1e3a8a"]{color:#e2e8f0!important}[data-theme=dark] .actions-tracker-section [style*="background: white"][style*="padding: 2rem"]{background:linear-gradient(135deg,#1e293b 0%,#0f172a 100%)!important;border:1px solid rgba(139,92,246,.2)!important;box-shadow:0 2px 8px #0000004d!important;color:#94a3b8!important}[data-theme=dark] .actions-tracker-section [style*="background: white"][style*="borderRadius: 12px"][style*=boxShadow]{background:linear-gradient(135deg,#1e293b 0%,#0f172a 100%)!important;border:1px solid rgba(139,92,246,.2)!important;box-shadow:0 2px 8px #0000004d!important}[data-theme=dark] .actions-tracker-section [style*="background: #f9fafb"],[data-theme=dark] .actions-tracker-section [style*="background: rgb(249, 250, 251)"],[data-theme=dark] .actions-tracker-section thead tr{background:rgb(8 14 43 / 22%)!important}[data-theme=dark] .actions-tracker-section thead th{background:rgb(8 14 43 / 22%)!important;color:#c4b5fd!important;border-bottom:2px solid rgba(139,92,246,.3)!important}[data-theme=dark] .actions-tracker-section thead th[style*="color: #1e3a8a"]{color:#c4b5fd!important;background:rgb(8 14 43 / 22%)!important}[data-theme=dark] .actions-tracker-section thead tr[style*="background: #f9fafb"],[data-theme=dark] .actions-tracker-section thead tr[style*="background: rgb(249, 250, 251)"]{background:rgb(8 14 43 / 22%)!important}[data-theme=dark] .actions-tracker-section thead tr[style*="background: #f9fafb"] th,[data-theme=dark] .actions-tracker-section thead tr[style*="background: rgb(249, 250, 251)"] th{background:rgb(8 14 43 / 22%)!important;color:#c4b5fd!important}[data-theme=dark] .actions-tracker-section table thead tr th{background:rgb(8 14 43 / 22%)!important;color:#c4b5fd!important;border-bottom:2px solid rgba(139,92,246,.3)!important}[data-theme=dark] .actions-tracker-section table thead tr{background:rgb(8 14 43 / 22%)!important}[data-theme=dark] .actions-tracker-section [style*="borderBottom: 2px solid #e5e7eb"]{border-bottom-color:#8b5cf64d!important}[data-theme=dark] .actions-tracker-section [style*="background: #f9fafb"][style*=borderBottom],[data-theme=dark] .actions-tracker-section [style*="background: rgb(249, 250, 251)"][style*=borderBottom]{background:rgb(8 14 43 / 22%)!important;border-bottom-color:#8b5cf64d!important}[data-theme=dark] .actions-tracker-section [style*="color: #374151"]{color:#cbd5e1!important}[data-theme=dark] .actions-tracker-section [style*="color: #6b7280"]{color:#94a3b8!important}[data-theme=dark] .actions-tracker-section [style*="borderBottom: 1px solid #e5e7eb"]{border-bottom-color:#8b5cf61a!important}[data-theme=dark] .actions-tracker-section tr:hover,[data-theme=dark] .actions-tracker-section [style*="background-color: #f9fafb"],[data-theme=dark] .actions-tracker-section [style*="background-color: rgb(249, 250, 251)"]{background-color:#080e2b38!important}[data-theme=dark] .actions-tracker-section [style*="backgroundColor: #1e3a8a"]{background:linear-gradient(135deg,#8b5cf6 0%,#6366f1 100%)!important}[data-theme=dark] .actions-tracker-section [style*="backgroundColor: #1e40af"]{background:linear-gradient(135deg,#7c3aed 0%,#4f46e5 100%)!important}[data-theme=dark] .actions-tracker-section [style*="color: #d32f2f"]{color:#f87171!important}[data-theme=dark] .actions-tracker-section select.framework-select-top{color:#e2e8f0;background:rgba(15,23,42,.6);border:1px solid rgba(139,92,246,.3);border-radius:8px;backdrop-filter:blur(10px);transition:all .3s ease}[data-theme=dark] .actions-tracker-section select.framework-select-top:hover,[data-theme=dark] .actions-tracker-section select.framework-select-top:focus{background:rgba(15,23,42,.8);border-color:#8b5cf699;box-shadow:0 0 0 3px #8b5cf633,0 0 15px #8b5cf64d}[data-theme=black] .actions-tracker-section select.framework-select-top{color:#d4af37;background:rgba(0,0,0,.6);border:1px solid rgba(212,175,55,.3);border-radius:8px;backdrop-filter:blur(10px);transition:all .3s ease}[data-theme=black] .actions-tracker-section select.framework-select-top:hover,[data-theme=black] .actions-tracker-section select.framework-select-top:focus{background:rgba(0,0,0,.8);border-color:#d4af3799;box-shadow:0 0 0 3px #d4af3733,0 0 15px #d4af374d}[data-theme=black] .actions-tracker-section select.framework-select-top option{background:#1a1a1a;color:#d4af37}[data-theme=dark] .actions-tracker-section table{color:#e2e8f0}[data-theme=dark] .actions-tracker-section thead{background:rgb(8 14 43 / 22%);border-bottom:2px solid rgba(139,92,246,.3)}[data-theme=dark] .actions-tracker-section th{color:#c4b5fd}[data-theme=dark] .actions-tracker-section tbody tr{border-bottom:1px solid rgba(139,92,246,.1)}[data-theme=dark] .actions-tracker-section tbody tr:hover{background:rgb(8 14 43 / 22%)}[data-theme=dark] .actions-tracker-section tbody td{color:#cbd5e1}[data-theme=dark] .actions-tracker-section button{background:none;background-color:transparent;color:#c4b5fd}[data-theme=dark] .actions-tracker-section button:hover{background:none;background-color:transparent;color:#a78bfa}[data-theme=dark] .actions-tracker-section .action-status-badge{border:1px solid!important;box-shadow:0 0 8px #8b5cf633!important;border-radius:4px!important;font-weight:600!important}[data-theme=dark] .actions-tracker-section .action-status-badge:hover{box-shadow:0 0 12px #8b5cf666!important}[data-theme=dark] .actions-tracker-section .action-status-badge[style*="rgba(239, 68, 68"],[data-theme=dark] .actions-tracker-section .action-status-badge[style*="rgba(239,68,68"]{border-color:#ef44444d!important;box-shadow:0 0 8px #ef444433!important}[data-theme=dark] .actions-tracker-section .action-status-badge[style*="rgba(245, 158, 11"],[data-theme=dark] .actions-tracker-section .action-status-badge[style*="rgba(245,158,11"],[data-theme=dark] .actions-tracker-section .action-status-badge[style*="rgba(251, 191, 36"],[data-theme=dark] .actions-tracker-section .action-status-badge[style*="rgba(251,191,36"]{border-color:#f59e0b4d!important;box-shadow:0 0 8px #f59e0b33!important}[data-theme=dark] .actions-tracker-section .action-status-badge[style*="rgba(16, 185, 129"],[data-theme=dark] .actions-tracker-section .action-status-badge[style*="rgba(16,185,129"]{border-color:#10b9814d!important;box-shadow:0 0 8px #10b98133!important}[data-theme=dark] .actions-tracker-section .action-status-badge[style*="rgba(59, 130, 246"],[data-theme=dark] .actions-tracker-section .action-status-badge[style*="rgba(59,130,246"]{border-color:#3b82f64d!important;box-shadow:0 0 8px #3b82f633!important}[data-theme=dark] .actions-tracker-section .action-status-badge[style*="rgba(139, 92, 246"],[data-theme=dark] .actions-tracker-section .action-status-badge[style*="rgba(139,92,246"]{border-color:#8b5cf64d!important;box-shadow:0 0 8px #8b5cf633!important}[data-theme=dark] .actions-tracker-section .action-status-badge[style*="background-color: #fee2e2"],[data-theme=dark] .actions-tracker-section .action-status-badge[style*="background-color:#fee2e2"],[data-theme=dark] .actions-tracker-section .action-status-badge[style*="backgroundColor: #fee2e2"],[data-theme=dark] .actions-tracker-section .action-status-badge[style*="backgroundColor:#fee2e2"]{background:rgba(239,68,68,.2)!important;color:#fca5a5!important;border-color:#ef44444d!important;box-shadow:0 0 8px #ef444433!important}[data-theme=dark] .actions-tracker-section .action-status-badge[style*="background-color: #fee2e2"]:hover,[data-theme=dark] .actions-tracker-section .action-status-badge[style*="background-color:#fee2e2"]:hover,[data-theme=dark] .actions-tracker-section .action-status-badge[style*="backgroundColor: #fee2e2"]:hover,[data-theme=dark] .actions-tracker-section .action-status-badge[style*="backgroundColor:#fee2e2"]:hover{box-shadow:0 0 12px #ef444466!important}[data-theme=dark] .actions-tracker-section .action-status-badge[style*="background-color: #fef3c7"],[data-theme=dark] .actions-tracker-section .action-status-badge[style*="background-color:#fef3c7"],[data-theme=dark] .actions-tracker-section .action-status-badge[style*="backgroundColor: #fef3c7"],[data-theme=dark] .actions-tracker-section .action-status-badge[style*="backgroundColor:#fef3c7"],[data-theme=dark] .actions-tracker-section .action-status-badge[style*="background-color: #fed7aa"],[data-theme=dark] .actions-tracker-section .action-status-badge[style*="background-color:#fed7aa"],[data-theme=dark] .actions-tracker-section .action-status-badge[style*="backgroundColor: #fed7aa"],[data-theme=dark] .actions-tracker-section .action-status-badge[style*="backgroundColor:#fed7aa"],[data-theme=dark] .actions-tracker-section .action-status-badge[style*="background-color: #fde68a"],[data-theme=dark] .actions-tracker-section .action-status-badge[style*="background-color:#fde68a"],[data-theme=dark] .actions-tracker-section .action-status-badge[style*="backgroundColor: #fde68a"],[data-theme=dark] .actions-tracker-section .action-status-badge[style*="backgroundColor:#fde68a"]{background:rgba(245,158,11,.2)!important;color:#fcd34d!important;border-color:#f59e0b4d!important;box-shadow:0 0 8px #f59e0b33!important}[data-theme=dark] .actions-tracker-section .action-status-badge[style*="background-color: #fef3c7"]:hover,[data-theme=dark] .actions-tracker-section .action-status-badge[style*="background-color:#fef3c7"]:hover,[data-theme=dark] .actions-tracker-section .action-status-badge[style*="backgroundColor: #fef3c7"]:hover,[data-theme=dark] .actions-tracker-section .action-status-badge[style*="backgroundColor:#fef3c7"]:hover,[data-theme=dark] .actions-tracker-section .action-status-badge[style*="background-color: #fed7aa"]:hover,[data-theme=dark] .actions-tracker-section .action-status-badge[style*="background-color:#fed7aa"]:hover,[data-theme=dark] .actions-tracker-section .action-status-badge[style*="backgroundColor: #fed7aa"]:hover,[data-theme=dark] .actions-tracker-section .action-status-badge[style*="backgroundColor:#fed7aa"]:hover,[data-theme=dark] .actions-tracker-section .action-status-badge[style*="background-color: #fde68a"]:hover,[data-theme=dark] .actions-tracker-section .action-status-badge[style*="background-color:#fde68a"]:hover,[data-theme=dark] .actions-tracker-section .action-status-badge[style*="backgroundColor: #fde68a"]:hover,[data-theme=dark] .actions-tracker-section .action-status-badge[style*="backgroundColor:#fde68a"]:hover{box-shadow:0 0 12px #f59e0b66!important}[data-theme=dark] .actions-tracker-section .action-status-badge[style*="background-color: #d1fae5"],[data-theme=dark] .actions-tracker-section .action-status-badge[style*="background-color:#d1fae5"],[data-theme=dark] .actions-tracker-section .action-status-badge[style*="backgroundColor: #d1fae5"],[data-theme=dark] .actions-tracker-section .action-status-badge[style*="backgroundColor:#d1fae5"]{background:rgba(16,185,129,.2)!important;color:#6ee7b7!important;border-color:#10b9814d!important;box-shadow:0 0 8px #10b98133!important}[data-theme=dark] .actions-tracker-section .action-status-badge[style*="background-color: #d1fae5"]:hover,[data-theme=dark] .actions-tracker-section .action-status-badge[style*="background-color:#d1fae5"]:hover,[data-theme=dark] .actions-tracker-section .action-status-badge[style*="backgroundColor: #d1fae5"]:hover,[data-theme=dark] .actions-tracker-section .action-status-badge[style*="backgroundColor:#d1fae5"]:hover{box-shadow:0 0 12px #10b98166!important}[data-theme=dark] .actions-tracker-section .action-status-badge[style*="background-color: #dbeafe"],[data-theme=dark] .actions-tracker-section .action-status-badge[style*="background-color:#dbeafe"],[data-theme=dark] .actions-tracker-section .action-status-badge[style*="backgroundColor: #dbeafe"],[data-theme=dark] .actions-tracker-section .action-status-badge[style*="backgroundColor:#dbeafe"]{background:rgba(59,130,246,.2)!important;color:#93c5fd!important;border-color:#3b82f64d!important;box-shadow:0 0 8px #3b82f633!important}[data-theme=dark] .actions-tracker-section .action-status-badge[style*="background-color: #dbeafe"]:hover,[data-theme=dark] .actions-tracker-section .action-status-badge[style*="background-color:#dbeafe"]:hover,[data-theme=dark] .actions-tracker-section .action-status-badge[style*="backgroundColor: #dbeafe"]:hover,[data-theme=dark] .actions-tracker-section .action-status-badge[style*="backgroundColor:#dbeafe"]:hover{box-shadow:0 0 12px #3b82f666!important}[data-theme=dark] .actions-tracker-section .action-status-badge[style*="background-color: #e0e7ff"],[data-theme=dark] .actions-tracker-section .action-status-badge[style*="background-color:#e0e7ff"],[data-theme=dark] .actions-tracker-section .action-status-badge[style*="backgroundColor: #e0e7ff"],[data-theme=dark] .actions-tracker-section .action-status-badge[style*="backgroundColor:#e0e7ff"]{background:rgba(245,158,11,.2)!important;color:#fcd34d!important;border-color:#f59e0b4d!important;box-shadow:0 0 8px #f59e0b33!important}[data-theme=dark] .actions-tracker-section .action-status-badge[style*="background-color: #e0e7ff"]:hover,[data-theme=dark] .actions-tracker-section .action-status-badge[style*="background-color:#e0e7ff"]:hover,[data-theme=dark] .actions-tracker-section .action-status-badge[style*="backgroundColor: #e0e7ff"]:hover,[data-theme=dark] .actions-tracker-section .action-status-badge[style*="backgroundColor:#e0e7ff"]:hover{box-shadow:0 0 12px #f59e0b66!important}[data-theme=dark] .actions-tracker-section .action-status-badge[style*="background-color: #e5e7eb"],[data-theme=dark] .actions-tracker-section .action-status-badge[style*="background-color:#e5e7eb"],[data-theme=dark] .actions-tracker-section .action-status-badge[style*="backgroundColor: #e5e7eb"],[data-theme=dark] .actions-tracker-section .action-status-badge[style*="backgroundColor:#e5e7eb"]{background:rgba(139,92,246,.2)!important;color:#c4b5fd!important;border-color:#8b5cf64d!important;box-shadow:0 0 8px #8b5cf633!important}[data-theme=dark] .actions-tracker-section .action-status-badge[style*="background-color: #e5e7eb"]:hover,[data-theme=dark] .actions-tracker-section .action-status-badge[style*="background-color:#e5e7eb"]:hover,[data-theme=dark] .actions-tracker-section .action-status-badge[style*="backgroundColor: #e5e7eb"]:hover,[data-theme=dark] .actions-tracker-section .action-status-badge[style*="backgroundColor:#e5e7eb"]:hover{box-shadow:0 0 12px #8b5cf666!important}[data-theme=dark] .actions-tracker-section .action-status-badge[style*="color: #991b1b"],[data-theme=dark] .actions-tracker-section .action-status-badge[style*="color:#991b1b"]{color:#fca5a5!important}[data-theme=dark] .actions-tracker-section .action-status-badge[style*="color: #92400e"],[data-theme=dark] .actions-tracker-section .action-status-badge[style*="color:#92400e"],[data-theme=dark] .actions-tracker-section .action-status-badge[style*="color: #9a3412"],[data-theme=dark] .actions-tracker-section .action-status-badge[style*="color:#9a3412"],[data-theme=dark] .actions-tracker-section .action-status-badge[style*="color: #b45309"],[data-theme=dark] .actions-tracker-section .action-status-badge[style*="color:#b45309"]{color:#fcd34d!important}[data-theme=dark] .actions-tracker-section .action-status-badge[style*="color: #065f46"],[data-theme=dark] .actions-tracker-section .action-status-badge[style*="color:#065f46"]{color:#6ee7b7!important}[data-theme=dark] .actions-tracker-section .action-status-badge[style*="color: #1e40af"],[data-theme=dark] .actions-tracker-section .action-status-badge[style*="color:#1e40af"],[data-theme=dark] .actions-tracker-section .action-status-badge[style*="color: #3730a3"],[data-theme=dark] .actions-tracker-section .action-status-badge[style*="color:#3730a3"]{color:#93c5fd!important}[data-theme=dark] .actions-tracker-section .action-status-badge[style*="color: #374151"],[data-theme=dark] .actions-tracker-section .action-status-badge[style*="color:#374151"]{color:#c4b5fd!important}[data-theme=dark] .actions-tracker-section .action-status-badge[style*="background-color: rgba(239, 68, 68"],[data-theme=dark] .actions-tracker-section .action-status-badge[style*="background-color:rgba(239, 68, 68"],[data-theme=dark] .actions-tracker-section .action-status-badge[style*="backgroundColor: rgba(239, 68, 68"],[data-theme=dark] .actions-tracker-section .action-status-badge[style*="backgroundColor:rgba(239, 68, 68"]{border-color:#ef44444d!important;box-shadow:0 0 8px #ef444433!important}[data-theme=dark] .actions-tracker-section .action-status-badge[style*="background-color: rgba(245, 158, 11"],[data-theme=dark] .actions-tracker-section .action-status-badge[style*="background-color:rgba(245, 158, 11"],[data-theme=dark] .actions-tracker-section .action-status-badge[style*="backgroundColor: rgba(245, 158, 11"],[data-theme=dark] .actions-tracker-section .action-status-badge[style*="backgroundColor:rgba(245, 158, 11"]{border-color:#f59e0b4d!important;box-shadow:0 0 8px #f59e0b33!important}[data-theme=dark] .actions-tracker-section .action-status-badge[style*="background-color: rgba(16, 185, 129"],[data-theme=dark] .actions-tracker-section .action-status-badge[style*="background-color:rgba(16, 185, 129"],[data-theme=dark] .actions-tracker-section .action-status-badge[style*="backgroundColor: rgba(16, 185, 129"],[data-theme=dark] .actions-tracker-section .action-status-badge[style*="backgroundColor:rgba(16, 185, 129"]{border-color:#10b9814d!important;box-shadow:0 0 8px #10b98133!important}[data-theme=dark] .actions-tracker-section .action-status-badge[style*="background-color: rgba(59, 130, 246"],[data-theme=dark] .actions-tracker-section .action-status-badge[style*="background-color:rgba(59, 130, 246"],[data-theme=dark] .actions-tracker-section .action-status-badge[style*="backgroundColor: rgba(59, 130, 246"],[data-theme=dark] .actions-tracker-section .action-status-badge[style*="backgroundColor:rgba(59, 130, 246"]{border-color:#3b82f64d!important;box-shadow:0 0 8px #3b82f633!important}[data-theme=dark] .actions-tracker-section .action-status-badge[style*="background-color: rgba(139, 92, 246"],[data-theme=dark] .actions-tracker-section .action-status-badge[style*="background-color:rgba(139, 92, 246"],[data-theme=dark] .actions-tracker-section .action-status-badge[style*="backgroundColor: rgba(139, 92, 246"],[data-theme=dark] .actions-tracker-section .action-status-badge[style*="backgroundColor:rgba(139, 92, 246"]{border-color:#8b5cf64d!important;box-shadow:0 0 8px #8b5cf633!important}[data-theme=dark] .actions-tracker-section .action-status-badge[style*="color: #fca5a5"],[data-theme=dark] .actions-tracker-section .action-status-badge[style*="color:#fca5a5"]{box-shadow:0 0 8px #ef444433!important}[data-theme=dark] .actions-tracker-section .action-status-badge[style*="color: #fcd34d"],[data-theme=dark] .actions-tracker-section .action-status-badge[style*="color:#fcd34d"]{box-shadow:0 0 8px #f59e0b33!important}[data-theme=dark] .actions-tracker-section .action-status-badge[style*="color: #6ee7b7"],[data-theme=dark] .actions-tracker-section .action-status-badge[style*="color:#6ee7b7"]{box-shadow:0 0 8px #10b98133!important}[data-theme=dark] .actions-tracker-section .action-status-badge[style*="color: #93c5fd"],[data-theme=dark] .actions-tracker-section .action-status-badge[style*="color:#93c5fd"]{box-shadow:0 0 8px #3b82f633!important}[data-theme=dark] .actions-tracker-section .action-status-badge[style*="color: #c4b5fd"],[data-theme=dark] .actions-tracker-section .action-status-badge[style*="color:#c4b5fd"]{box-shadow:0 0 8px #8b5cf633!important}[data-theme=dark] .risk-management-section h2{color:#e2e8f0}[data-theme=dark] .risk-summary>div{background:linear-gradient(135deg,#1e293b 0%,#0f172a 100%);border:1px solid rgba(139,92,246,.2);box-shadow:0 2px 4px #0000004d}[data-theme=dark] .risk-summary>div>div:first-child{color:#94a3b8}[data-theme=dark] .risk-summary>div>div:last-child{color:#e2e8f0}.actions-tracker-section{margin-top:2.5rem}.actions-tracker-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.actions-tracker-filter-toggle{padding:.5rem 1rem;background:none;background-color:transparent;border:1px solid #e2e8f0;border-radius:6px;color:#475569;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s}.actions-tracker-filter-toggle:hover{border-color:#cbd5e1;color:#1e293b}.actions-tracker-filters{margin-bottom:1rem;padding:1rem;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px}.actions-tracker-filter-row{display:flex;gap:1rem;margin-bottom:.75rem;flex-wrap:wrap}.actions-tracker-filter-row:last-child{margin-bottom:0}.actions-tracker-filter-group{display:flex;flex-direction:column;gap:.25rem;min-width:150px}.actions-tracker-filter-group label{font-size:.75rem;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.5px}.actions-tracker-filter-select{padding:.5rem;border:1px solid #e2e8f0;border-radius:6px;background:white;color:#1e293b;font-size:.875rem;cursor:pointer;transition:all .2s}.actions-tracker-filter-select:hover{border-color:#cbd5e1}.actions-tracker-filter-select:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.actions-tracker-reset-btn{padding:.5rem 1rem;background:none;background-color:transparent;border:1px solid #e2e8f0;border-radius:6px;color:#64748b;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s;align-self:flex-end}.actions-tracker-reset-btn:hover{border-color:#cbd5e1;color:#475569;background:#f1f5f9}.actions-tracker-title{font-size:1.75rem;font-weight:700;color:#1e293b;margin:0;letter-spacing:-.02em}.actions-tracker-controls{display:flex;align-items:center;gap:1rem}.actions-tracker-label{font-size:.875rem;color:#64748b;font-weight:500;display:flex;align-items:center;gap:.5rem}.actions-tracker-select{padding:.5rem 2rem .5rem .75rem;border-radius:8px;border:1px solid #e2e8f0;background:white;color:#1e293b;font-size:.875rem;font-weight:500;cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23475569' d='M6 9L1 4h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .5rem center}.actions-tracker-select:hover{border-color:#cbd5e1;box-shadow:0 1px 3px #0000001a}.actions-tracker-select:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.actions-tracker-container{overflow:hidden}.actions-tracker-table-wrapper{overflow-x:auto}.actions-tracker-table{width:100%;border-collapse:collapse;font-size:.875rem}.actions-tracker-table-header{background:linear-gradient(180deg,#f8fafc 0%,#f1f5f9 100%);border-bottom:2px solid #e2e8f0}.actions-tracker-table-header th{padding:1rem 1.25rem;text-align:left;font-weight:600;color:#475569;font-size:.75rem;text-transform:uppercase;letter-spacing:.05em;white-space:nowrap}.actions-tracker-row{border-bottom:1px solid #f1f5f9}.actions-tracker-row:hover{background-color:#f8fafc}.actions-tracker-row:last-child{border-bottom:none}.actions-tracker-cell{padding:1.125rem 1.25rem;color:#334155;vertical-align:middle}.actions-tracker-module{font-weight:600;color:#64748b;font-size:.8125rem;text-transform:uppercase;letter-spacing:.025em}.actions-tracker-title-cell{font-weight:500;color:#1e293b;max-width:400px}.actions-tracker-owner-cell{color:#64748b;font-weight:400}.actions-tracker-status-cell{padding:.875rem 1.25rem}.actions-tracker-due-cell{color:#64748b;white-space:nowrap}.actions-tracker-overdue{color:#dc2626!important;font-weight:600}.actions-tracker-actions-cell{white-space:nowrap}.actions-tracker-fix-btn{padding:.5rem 1rem;background-color:#3b82f6;color:#fff;border:none;border-radius:8px;font-size:.875rem;font-weight:500;cursor:pointer;white-space:nowrap;transition:all .2s}.actions-tracker-fix-btn:hover{background-color:#2563eb;box-shadow:0 2px 4px #3b82f64d}.actions-tracker-fix-btn:active{box-shadow:0 1px 2px #3b82f633}.action-status-badge{display:inline-flex;align-items:center;padding:.375rem .875rem;border-radius:12px;font-size:.8125rem;font-weight:600;border:1px solid rgba(0,0,0,.1);white-space:nowrap;box-shadow:0 1px 2px #0000000d}.action-status-badge:hover{box-shadow:0 2px 4px #0000001a}.actions-tracker-pagination{display:flex;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;border-top:1px solid #e2e8f0;background:#fafbfc}.actions-tracker-pagination-left{display:flex;flex-direction:column;gap:.5rem}.actions-tracker-pagination-info{color:#64748b;font-size:.875rem;font-weight:500}.actions-tracker-items-per-page{display:flex;align-items:center;gap:.5rem}.actions-tracker-label-small{font-size:.75rem;color:#64748b;font-weight:400}.actions-tracker-page-size-btn{padding:.125rem .5rem;border:none;background:transparent;color:#64748b;font-size:.75rem;font-weight:400;cursor:pointer;border-radius:4px}.actions-tracker-page-size-btn:hover{background:#f1f5f9;color:#475569}.actions-tracker-page-size-btn.active{background:#e2e8f0;color:#1e293b;font-weight:600}.actions-tracker-page-size-separator{color:#cbd5e1;font-size:.75rem;padding:0 .25rem;user-select:none}.actions-tracker-pagination-controls{display:flex;align-items:center;gap:.75rem}.actions-tracker-pagination-btn{padding:.5rem 1rem;border-radius:8px;border:1px solid #e2e8f0;background:none;background-color:transparent;color:#475569;font-size:.875rem;font-weight:500;cursor:pointer;min-width:80px}.actions-tracker-pagination-btn:hover:not(:disabled){background:none;background-color:transparent;border-color:#cbd5e1;color:#1e293b;box-shadow:none}.actions-tracker-pagination-btn:disabled{background:none;background-color:transparent;color:#94a3b8;cursor:not-allowed;opacity:.6}.actions-tracker-pagination-page{color:#64748b;font-size:.875rem;font-weight:500;padding:0 .5rem}[data-theme=dark] .actions-tracker-title{color:#e2e8f0}[data-theme=dark] .actions-tracker-label{color:#94a3b8}[data-theme=dark] .actions-tracker-select{background:rgba(15,23,42,.6);border-color:#8b5cf64d;color:#e2e8f0;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23c4b5fd' d='M6 9L1 4h10z'/%3E%3C/svg%3E")}[data-theme=dark] .actions-tracker-select:hover{border-color:#8b5cf680;background:rgba(15,23,42,.8)}[data-theme=dark] .actions-tracker-select:focus{border-color:#8b5cf699;box-shadow:0 0 0 3px #8b5cf633}[data-theme=dark] .actions-tracker-table-header{background:rgba(8,14,43,.4);border-bottom-color:#8b5cf64d}[data-theme=dark] .actions-tracker-table-header th{color:#c4b5fd}[data-theme=dark] .actions-tracker-row{border-bottom-color:#8b5cf61a}[data-theme=dark] .actions-tracker-row:hover{background-color:#080e2b66}[data-theme=dark] .actions-tracker-cell{color:#cbd5e1}[data-theme=dark] .actions-tracker-module{color:#94a3b8}[data-theme=dark] .actions-tracker-title-cell{color:#e2e8f0}[data-theme=dark] .actions-tracker-owner-cell,[data-theme=dark] .actions-tracker-due-cell{color:#94a3b8}[data-theme=dark] .actions-tracker-overdue{color:#f87171!important}[data-theme=dark] .actions-tracker-pagination{border-top-color:#8b5cf633;background:rgba(8,14,43,.3)}[data-theme=dark] .actions-tracker-pagination-info{color:#94a3b8}[data-theme=dark] .actions-tracker-pagination-btn{background:rgba(15,23,42,.6);border-color:#8b5cf64d;color:#cbd5e1}[data-theme=dark] .actions-tracker-pagination-btn:hover:not(:disabled){background:rgba(15,23,42,.8);border-color:#8b5cf680;color:#e2e8f0}[data-theme=dark] .actions-tracker-pagination-btn:disabled{background:rgba(8,14,43,.4);color:#64748b}[data-theme=dark] .actions-tracker-pagination-page,[data-theme=dark] .actions-tracker-label-small,[data-theme=dark] .actions-tracker-page-size-btn{color:#94a3b8}[data-theme=dark] .actions-tracker-page-size-btn:hover{background:none;background-color:transparent;color:#cbd5e1}[data-theme=dark] .actions-tracker-page-size-btn.active{background:none;background-color:transparent;color:#c4b5fd;font-weight:600}[data-theme=dark] .actions-tracker-page-size-separator{color:#8b5cf666}[data-theme=dark] .actions-tracker-filter-toggle{border-color:#8b5cf64d;color:#c4b5fd}[data-theme=dark] .actions-tracker-filter-toggle:hover{border-color:#8b5cf680;color:#e2e8f0;background:rgba(15,23,42,.3)}[data-theme=dark] .actions-tracker-filters{background:rgba(15,23,42,.4);border-color:#8b5cf633}[data-theme=dark] .actions-tracker-filter-group label{color:#94a3b8}[data-theme=dark] .actions-tracker-filter-select{background:rgba(15,23,42,.6);border-color:#8b5cf64d;color:#e2e8f0}[data-theme=dark] .actions-tracker-filter-select:hover{border-color:#8b5cf680}[data-theme=dark] .actions-tracker-filter-select:focus{border-color:#8b5cf699;box-shadow:0 0 0 3px #8b5cf633}[data-theme=dark] .actions-tracker-reset-btn{border-color:#8b5cf64d;color:#94a3b8}[data-theme=dark] .actions-tracker-reset-btn:hover{border-color:#8b5cf680;color:#c4b5fd;background:rgba(15,23,42,.6)}.actions-tracker-section .empty-state{background:white;padding:3rem 2rem;border-radius:16px;box-shadow:0 1px 3px #0000001a;text-align:center;color:#64748b;border:1px solid #e2e8f0}[data-theme=dark] .actions-tracker-section .empty-state{background:linear-gradient(135deg,#1e293b 0%,#0f172a 100%);border-color:#8b5cf633;color:#94a3b8}[data-theme=black] .actions-tracker-section .empty-state{background:linear-gradient(135deg,#000000 0%,#1a1a1a 100%);border-color:#d4af374d;color:#d4af37}[data-theme=dark] .actions-tracker-overdue{color:#f87171}[data-theme=dark] .actions-tracker-fix-btn{background:linear-gradient(135deg,#8b5cf6 0%,#6366f1 100%);color:#fff;border:1px solid rgba(139,92,246,.3)}[data-theme=dark] .actions-tracker-fix-btn:hover{background:linear-gradient(135deg,#7c3aed 0%,#4f46e5 100%);box-shadow:0 2px 8px #8b5cf666}[data-theme=dark] .actions-tracker-fix-btn:active{box-shadow:0 1px 4px #8b5cf64d}[data-theme=dark] .risk-management-section h2,[data-theme=dark] .risk-management-section h3,[data-theme=dark] .risk-management-section [style*="color: #1e3a8a"]{color:#e2e8f0!important}[data-theme=dark] .risk-management-section [style*="background: white"][style*="padding: 2rem"],[data-theme=dark] .risk-register-matrix,[data-theme=dark] .risk-management-section [style*="background: white"][style*="padding: 2rem"][style*="borderRadius: 12px"]{background:linear-gradient(135deg,#1e293b 0%,#0f172a 100%)!important;border:1px solid rgba(139,92,246,.2)!important;box-shadow:0 2px 8px #0000004d!important}[data-theme=dark] .risk-management-section [style*="background: #e5e7eb"]{background:rgba(139,92,246,.2)!important}[data-theme=dark] .risk-management-section [style*="border: 2px solid #1e3a8a"]{border-color:#8b5cf666!important}[data-theme=dark] .risk-management-section [style*="background: #f9fafb"],[data-theme=dark] .risk-management-section [style*="background: rgb(249, 250, 251)"]{background:rgb(8 14 43 / 22%)!important}[data-theme=dark] .risk-management-section [style*="background: #d1fae5"]{background:rgba(16,185,129,.2)!important}[data-theme=dark] .risk-management-section [style*="background: #fef3c7"]{background:rgba(245,158,11,.2)!important}[data-theme=dark] .risk-management-section [style*="background: #fee2e2"]{background:rgba(239,68,68,.2)!important}[data-theme=dark] .risk-management-section [style*="color: #1e3a8a"][style*=fontSize],[data-theme=dark] .risk-management-section [style*="color: #1e3a8a"][style*=fontWeight],[data-theme=dark] .risk-management-section [style*="color: #1e3a8a"]{color:#c4b5fd!important}[data-theme=dark] .risk-management-section [style*="display: grid"][style*="gridTemplateColumns: 60px"]{background:rgba(139,92,246,.2)!important;border:2px solid rgba(139,92,246,.4)!important}[data-theme=dark] .risk-management-section [style*="background: #f9fafb"][style*="display: flex"],[data-theme=dark] .risk-management-section [style*="background: rgb(249, 250, 251)"][style*="display: flex"],[data-theme=dark] .risk-management-section [style*="background: #f9fafb"][style*="padding: 0.5rem"],[data-theme=dark] .risk-management-section [style*="background: rgb(249, 250, 251)"][style*="padding: 0.5rem"]{background:rgb(8 14 43 / 22%)!important}[data-theme=dark] .risk-management-section [style*="background: #d1fae5"][style*="width: 80px"]{background:rgba(16,185,129,.25)!important}[data-theme=dark] .risk-management-section [style*="background: #fef3c7"][style*="width: 80px"]{background:rgba(245,158,11,.25)!important}[data-theme=dark] .risk-management-section [style*="background: #fee2e2"][style*="width: 80px"]{background:rgba(239,68,68,.25)!important}[data-theme=dark] .risk-management-section [style*="color: #1e3a8a"][style*="fontSize: 0.875rem"],[data-theme=dark] .risk-management-section [style*="color: #1e3a8a"][style*="fontSize: 1.25rem"]{color:#c4b5fd!important}[data-theme=dark] .risk-management-section [style*="color: #6b7280"]{color:#94a3b8!important}[data-theme=dark] .risk-management-section [style*="color: #1e3a8a"][style*="fontWeight: bold"][style*="fontSize: 0.875rem"]{color:#c4b5fd!important}[data-theme=dark] .risk-management-section [style*="background: #fee2e2"][style*="width: 20px"]{background:rgba(239,68,68,.3)!important;border-color:#ef444480!important}[data-theme=dark] .risk-management-section [style*="background: #fef3c7"][style*="width: 20px"]{background:rgba(245,158,11,.3)!important;border-color:#f59e0b80!important}[data-theme=dark] .risk-management-section [style*="background: #d1fae5"][style*="width: 20px"]{background:rgba(16,185,129,.3)!important;border-color:#10b98180!important}[data-theme=dark] .risk-management-section [style*="fontSize: 0.875rem"][style*="color: #1e3a8a"]{color:#cbd5e1!important}[data-theme=dark] .risk-management-section [style*="background: white"]{background:linear-gradient(135deg,#1e293b 0%,#0f172a 100%)!important}[data-theme=dark] .risk-management-section [style*="background: white"][style*=padding],[data-theme=dark] .risk-management-section [style*="background: white"][style*=boxShadow]{background:linear-gradient(135deg,#1e293b 0%,#0f172a 100%)!important;border:1px solid rgba(139,92,246,.2)!important;box-shadow:0 2px 8px #0000004d!important}[data-theme=dark] .risk-management-section [style*="display: grid"][style*="gridTemplateColumns: 60px"] *{color:inherit}[data-theme=dark] .risk-management-section [style*="display: grid"][style*="gridTemplateColumns: 60px"] [style*="background: #f9fafb"],[data-theme=dark] .risk-management-section [style*="display: grid"][style*="gridTemplateColumns: 60px"] [style*="background: rgb(249, 250, 251)"]{background:rgb(8 14 43 / 22%)!important}[data-theme=dark] .risk-management-section [style*="display: grid"][style*="gridTemplateColumns: 60px"] [style*="background: #e5e7eb"]{background:rgba(139,92,246,.2)!important}[data-theme=dark] .risk-management-section [style*="display: grid"][style*="gridTemplateColumns: 60px"] [style*="border: 2px solid #1e3a8a"]{border-color:#8b5cf666!important}[data-theme=dark] .risk-summary>div{background:linear-gradient(135deg,#1e293b 0%,#0f172a 100%);border:1px solid rgba(139,92,246,.2);box-shadow:0 2px 4px #0000004d}[data-theme=dark] .risk-summary>div>div:first-child{color:#94a3b8}[data-theme=dark] .risk-summary>div>div:last-child{color:#e2e8f0}[data-theme=dark] .risk-register-matrix{background:linear-gradient(135deg,#1e293b 0%,#0f172a 100%);border:1px solid rgba(139,92,246,.2);box-shadow:0 2px 8px #0000004d}[data-theme=dark] .risk-register-matrix h3{color:#e2e8f0}.risk-summary-card{background:white;padding:1rem;border-radius:8px;box-shadow:0 2px 4px #0000001a}.risk-summary-label{font-size:.875rem;color:#6b7280;margin-bottom:.5rem}.risk-summary-value{font-size:2rem;font-weight:700}.risk-summary-total{color:#1e3a8a}.risk-summary-critical{color:#dc2626}.risk-summary-high{color:#f59e0b}.risk-summary-medium{color:#fbbf24}.risk-summary-low{color:#10b981}.risk-summary-open{color:#3b82f6}[data-theme=dark] .risk-summary-card{background:linear-gradient(135deg,#1e293b 0%,#0f172a 100%);border:1px solid rgba(139,92,246,.2);box-shadow:0 2px 4px #0000004d}[data-theme=dark] .risk-summary-label{color:#94a3b8}[data-theme=dark] .risk-summary-total{color:#c4b5fd}[data-theme=dark] .risk-summary-critical{color:#f87171}[data-theme=dark] .risk-summary-high{color:#fbbf24}[data-theme=dark] .risk-summary-medium{color:#fcd34d}[data-theme=dark] .risk-summary-low{color:#34d399}[data-theme=dark] .risk-summary-open{color:#60a5fa}[data-theme=dark] .risk-register-matrix>div>div:first-child{color:#c4b5fd!important}[data-theme=dark] .risk-register-matrix>div>div:last-child>div:first-child{color:#c4b5fd!important}[data-theme=dark] .risk-register-matrix [style*="background: #f9fafb"],[data-theme=dark] .risk-register-matrix [style*="background: rgb(249, 250, 251)"]{background:rgb(8 14 43 / 22%)!important}[data-theme=dark] .risk-register-matrix [style*="background: #e5e7eb"]{background:rgba(139,92,246,.2)!important}[data-theme=dark] .risk-register-matrix [style*="border: 2px solid #1e3a8a"]{border-color:#8b5cf666!important}[data-theme=dark] .risk-register-matrix [style*="color: #1e3a8a"]{color:#c4b5fd!important}[data-theme=dark] .risk-register-matrix [style*="background: #d1fae5"]{background:rgba(16,185,129,.2)!important}[data-theme=dark] .risk-register-matrix [style*="background: #fef3c7"]{background:rgba(245,158,11,.2)!important}[data-theme=dark] .risk-register-matrix [style*="background: #fee2e2"]{background:rgba(239,68,68,.2)!important}[data-theme=dark] .risk-register-matrix [style*="color: #1e3a8a"][style*=fontSize]{color:#c4b5fd!important}[data-theme=dark] .stat-card[style*="grid-column: span 2"]{background:linear-gradient(135deg,#1e293b 0%,#0f172a 50%,#1e1b4b 100%)!important;border:1px solid rgba(139,92,246,.3)!important;box-shadow:0 8px 32px #0006,0 0 0 1px #8b5cf633 inset!important}[data-theme=dark] .stat-card[style*="grid-column: span 2"] h3{color:#e2e8f0!important}[data-theme=dark] .stat-card[style*="grid-column: span 2"] h3[style*="color: #1e293b"],[data-theme=dark] .stat-card[style*="grid-column: span 2"] [style*="color: #1e293b"][style*="fontSize: 1.5rem"],[data-theme=dark] .stat-card[style*="grid-column: span 2"] [style*="color: #1e293b"][style*="fontWeight: 700"],[data-theme=dark] .stat-card[style*="grid-column: span 2"] [style*="color: #1e293b"][style*="letterSpacing: 0.5px"],[data-theme=dark] .stat-card[style*="grid-column: span 2"] h3{color:#fff!important}[data-theme=dark] .stat-card[style*="grid-column: span 2"] [style*="color: #1e293b"]{color:#e2e8f0!important}[data-theme=dark] .stat-card[style*="grid-column: span 2"] [style*="color: #64748b"]{color:#94a3b8!important}[data-theme=dark] .stat-card[style*="grid-column: 1 / -1"],[data-theme=dark] .stat-card[style*="background: linear-gradient(135deg, #f8fafc"]{background:linear-gradient(135deg,#1e293b 0%,#0f172a 50%,#1e1b4b 100%)!important;border:1px solid rgba(139,92,246,.3)!important;box-shadow:0 8px 32px #0006,0 0 0 1px #8b5cf633 inset!important}[data-theme=dark] .stat-card[style*="background: linear-gradient(135deg, #f8fafc"] [style*="background: radial-gradient(circle, rgba(59, 130, 246"]{background:radial-gradient(circle,rgba(139,92,246,.15) 0%,transparent 70%)!important}[data-theme=dark] .stat-card[style*="background: linear-gradient(135deg, #f8fafc"] [style*="background: linear-gradient(135deg, #3b82f6"]{background:linear-gradient(135deg,#8b5cf6 0%,#6366f1 100%)!important;box-shadow:0 4px 16px #8b5cf666,0 0 0 1px #8b5cf633 inset!important}[data-theme=dark] .stat-card[style*="background: linear-gradient(135deg, #f8fafc"] [style*="background: #e2e8f0"]{background:rgba(139,92,246,.2)!important;border:1px solid rgba(139,92,246,.3)!important;box-shadow:0 2px 8px #0003 inset,0 0 20px #8b5cf61a!important}[data-theme=dark] .stat-card[style*="background: linear-gradient(135deg, #f8fafc"] [style*="background: #ffffff"]{background:rgba(139,92,246,.3)!important;box-shadow:0 0 8px #8b5cf680!important}[data-theme=dark] .stat-card[style*="background: linear-gradient(135deg, #f8fafc"] [style*="color: #475569"]{color:#94a3b8!important}[data-theme=dark] .stat-card[style*="background: linear-gradient(135deg, #f8fafc"] [style*="color: #10b981"]{color:#34d399!important}[data-theme=dark] .stat-card[style*="grid-column: span 2"] [style*="background: #e2e8f0"]{background:rgba(139,92,246,.2)!important;border:1px solid rgba(139,92,246,.3)!important}[data-theme=dark] .stat-card[style*="grid-column: span 2"] [style*="background: linear-gradient(135deg, #3b82f6"]{background:linear-gradient(135deg,#8b5cf6 0%,#6366f1 100%)!important;box-shadow:0 4px 16px #8b5cf666,0 0 0 1px #8b5cf633 inset!important}[data-theme=dark] .stat-card[style*="grid-column: span 2"] [style*="background: radial-gradient"]{background:radial-gradient(circle,rgba(139,92,246,.15) 0%,transparent 70%)!important}[data-theme=dark] .stat-card[style*="grid-column: span 2"] [style*="color: #475569"],[data-theme=dark] .stat-card[style*="grid-column: span 2"] [style*="color: #64748b"]{color:#94a3b8!important}[data-theme=dark] .stat-card[style*="grid-column: span 2"] [style*="border-top: 1px solid rgba(59, 130, 246"]{border-top-color:#8b5cf64d!important}.framework-status-card{background:white!important;border:1px solid #e5e7eb!important;box-shadow:0 1px 3px #0000001a!important}[data-theme=dark] .framework-status-card{background:linear-gradient(135deg,#1e293b 0%,#0f172a 100%)!important;border:1px solid rgba(139,92,246,.2)!important;box-shadow:0 2px 8px #0000004d!important}.framework-implementation-title{color:#1e3a8a!important}[data-theme=dark] .framework-implementation-title{color:#e2e8f0!important}[data-theme=dark] .framework-status-card [style*="color: #6b7280"]{color:#94a3b8!important}[data-theme=dark] .framework-status-card [style*="color: #1e3a8a"]{color:#c4b5fd!important}[data-theme=dark] .framework-status-card [style*="border-top: 1px solid #e5e7eb"]{border-top-color:#8b5cf633!important}.framework-breakdown{background:#f9fafb!important;border:1px solid #e5e7eb!important}[data-theme=dark] .framework-breakdown{background:rgb(8 14 43 / 22%)!important;border:1px solid rgba(139,92,246,.2)!important}[data-theme=dark] .framework-breakdown [style*="color: #6b7280"]{color:#94a3b8!important}[data-theme=dark] .framework-breakdown [style*="color: #1e3a8a"]{color:#c4b5fd!important}[data-theme=dark] .stat-card[style*="grid-column: span 2"] [style*="background: rgba(59, 130, 246, 0.08)"]{background:rgba(139,92,246,.15)!important;border:1px solid rgba(139,92,246,.25)!important}[data-theme=dark] .stat-card[style*="grid-column: span 2"] [style*="color: #64748b"]{color:#94a3b8!important}[data-theme=dark] .stat-card[style*="grid-column: span 2"] [style*="color: #1e293b"]{color:#e2e8f0!important}[data-theme=black] .framework-breakdown{background:rgba(0,0,0,.4)!important;border:1px solid rgba(212,175,55,.3)!important}[data-theme=black] .framework-breakdown [style*="color: #64748b"],[data-theme=black] .framework-breakdown [style*="color:#64748b"]{color:#d4af37!important}[data-theme=black] .framework-breakdown [style*="color: rgb(127, 127, 129)"],[data-theme=black] .framework-breakdown [style*="color:rgb(127, 127, 129)"]{color:gold!important}[data-theme=black] .framework-breakdown [style*="background: rgba(59, 130, 246, 0.08)"],[data-theme=black] .framework-breakdown [style*="background:rgba(59, 130, 246, 0.08)"],[data-theme=black] .stat-card[style*="grid-column: span 2"] [style*="background: rgba(59, 130, 246, 0.08)"],[data-theme=black] .stat-card[style*="grid-column: span 2"] [style*="background:rgba(59, 130, 246, 0.08)"]{background:rgba(212,175,55,.15)!important;border:1px solid rgba(212,175,55,.3)!important}[data-theme=black] .stat-card[style*="grid-column: span 2"] [style*="border: 1px solid rgba(59, 130, 246, 0.15)"],[data-theme=black] .stat-card[style*="grid-column: span 2"] [style*="border:1px solid rgba(59, 130, 246, 0.15)"]{border-color:#d4af374d!important}[data-theme=black] .framework-status-card [style*="color: #64748b"],[data-theme=black] .framework-status-card [style*="color:#64748b"],[data-theme=black] .framework-status-card [style*="color: #475569"],[data-theme=black] .framework-status-card [style*="color:#475569"]{color:#d4af37!important}[data-theme=black] .framework-status-card [style*="color: rgb(127, 127, 129)"],[data-theme=black] .framework-status-card [style*="color:rgb(127, 127, 129)"],[data-theme=black] .framework-status-card [style*="color: #10b981"],[data-theme=black] .framework-status-card [style*="color:#10b981"]{color:gold!important}[data-theme=black] .framework-status-card [style*="border-top: 1px solid rgba(59, 130, 246"],[data-theme=black] .framework-status-card [style*="border-top:1px solid rgba(59, 130, 246"]{border-top-color:#d4af374d!important}[data-theme=black] .progress-bar{background:rgba(212,175,55,.2)!important}[data-theme=black] .progress-fill{background:linear-gradient(90deg,#d4af37 0%,#ffd700 100%)!important;box-shadow:0 0 10px #d4af3780!important}[data-theme=black] .framework-progress-bar-container{background:rgba(212,175,55,.2)!important}[data-theme=black] .framework-progress-bar-fill{background:linear-gradient(90deg,#d4af37 0%,#ffd700 100%)!important;box-shadow:0 0 20px #d4af3799,0 0 40px #d4af374d inset!important}[data-theme=black] .progress-fill[style*="backgroundColor: #ef4444"],[data-theme=black] .progress-fill[style*="backgroundColor:#ef4444"],[data-theme=black] .progress-fill[style*="backgroundColor: #dc2626"],[data-theme=black] .progress-fill[style*="backgroundColor:#dc2626"],[data-theme=black] .progress-fill[style*="backgroundColor: #f59e0b"],[data-theme=black] .progress-fill[style*="backgroundColor:#f59e0b"],[data-theme=black] .progress-fill[style*="backgroundColor: #d97706"],[data-theme=black] .progress-fill[style*="backgroundColor:#d97706"],[data-theme=black] .progress-fill[style*="backgroundColor: #10b981"],[data-theme=black] .progress-fill[style*="backgroundColor:#10b981"],[data-theme=black] .progress-fill[style*="backgroundColor: #059669"],[data-theme=black] .progress-fill[style*="backgroundColor:#059669"]{background:linear-gradient(90deg,#d4af37 0%,#ffd700 100%)!important;box-shadow:0 0 10px #d4af3780!important}[data-theme=black] .status-badge{border:1px solid rgba(212,175,55,.4)!important}[data-theme=black] .status-badge.status-implemented,[data-theme=black] .status-badge.status-approved{background:rgba(212,175,55,.2)!important;color:gold!important;border:1px solid rgba(212,175,55,.4)!important}[data-theme=black] .status-badge.status-review_needed,[data-theme=black] .status-badge.status-draft{background:rgba(212,175,55,.15)!important;color:#d4af37!important;border:1px solid rgba(212,175,55,.3)!important}[data-theme=black] .status-badge.status-not_implemented,[data-theme=black] .status-badge.status-overdue{background:rgba(212,175,55,.1)!important;color:#d4af37!important;border:1px solid rgba(212,175,55,.3)!important}[data-theme=black] .stat-card[style*="grid-column: span 2"] [style*="background: linear-gradient(135deg, #ef4444"],[data-theme=black] .stat-card[style*="grid-column: span 2"] [style*="background:linear-gradient(135deg, #ef4444"],[data-theme=black] .stat-card[style*="grid-column: span 2"] [style*="background: linear-gradient(135deg, #f59e0b"],[data-theme=black] .stat-card[style*="grid-column: span 2"] [style*="background:linear-gradient(135deg, #f59e0b"],[data-theme=black] .stat-card[style*="grid-column: span 2"] [style*="background: linear-gradient(135deg, #10b981"],[data-theme=black] .stat-card[style*="grid-column: span 2"] [style*="background:linear-gradient(135deg, #10b981"]{background:linear-gradient(135deg,#d4af37 0%,#ffd700 100%)!important}[data-theme=black] .actions-tracker-section [style*="background-color: #fee2e2"],[data-theme=black] .actions-tracker-section [style*="background-color:#fee2e2"],[data-theme=black] .actions-tracker-section [style*="backgroundColor: #fee2e2"],[data-theme=black] .actions-tracker-section [style*="backgroundColor:#fee2e2"]{background:rgba(212,175,55,.1)!important;color:#d4af37!important;border:1px solid rgba(212,175,55,.3)!important}[data-theme=black] .actions-tracker-section [style*="background-color: #fef3c7"],[data-theme=black] .actions-tracker-section [style*="background-color:#fef3c7"],[data-theme=black] .actions-tracker-section [style*="backgroundColor: #fef3c7"],[data-theme=black] .actions-tracker-section [style*="backgroundColor:#fef3c7"]{background:rgba(212,175,55,.15)!important;color:#d4af37!important;border:1px solid rgba(212,175,55,.3)!important}[data-theme=black] .actions-tracker-section [style*="background-color: #d1fae5"],[data-theme=black] .actions-tracker-section [style*="background-color:#d1fae5"],[data-theme=black] .actions-tracker-section [style*="backgroundColor: #d1fae5"],[data-theme=black] .actions-tracker-section [style*="backgroundColor:#d1fae5"],[data-theme=black] .actions-tracker-section [style*="background-color: #dbeafe"],[data-theme=black] .actions-tracker-section [style*="background-color:#dbeafe"],[data-theme=black] .actions-tracker-section [style*="backgroundColor: #dbeafe"],[data-theme=black] .actions-tracker-section [style*="backgroundColor:#dbeafe"]{background:rgba(212,175,55,.2)!important;color:gold!important;border:1px solid rgba(212,175,55,.4)!important}[data-theme=black] .actions-tracker-section [style*="background-color: #fed7aa"],[data-theme=black] .actions-tracker-section [style*="background-color:#fed7aa"],[data-theme=black] .actions-tracker-section [style*="backgroundColor: #fed7aa"],[data-theme=black] .actions-tracker-section [style*="backgroundColor:#fed7aa"],[data-theme=black] .actions-tracker-section [style*="background-color: #e0e7ff"],[data-theme=black] .actions-tracker-section [style*="background-color:#e0e7ff"],[data-theme=black] .actions-tracker-section [style*="backgroundColor: #e0e7ff"],[data-theme=black] .actions-tracker-section [style*="backgroundColor:#e0e7ff"]{background:rgba(212,175,55,.15)!important;color:#d4af37!important;border:1px solid rgba(212,175,55,.3)!important}[data-theme=black] .actions-tracker-section [style*="background-color: #e5e7eb"],[data-theme=black] .actions-tracker-section [style*="background-color:#e5e7eb"],[data-theme=black] .actions-tracker-section [style*="backgroundColor: #e5e7eb"],[data-theme=black] .actions-tracker-section [style*="backgroundColor:#e5e7eb"]{background:rgba(212,175,55,.1)!important;color:#d4af37!important;border:1px solid rgba(212,175,55,.3)!important}[data-theme=black] .actions-tracker-section [style*="color: #991b1b"],[data-theme=black] .actions-tracker-section [style*="color:#991b1b"],[data-theme=black] .actions-tracker-section [style*="color: #92400e"],[data-theme=black] .actions-tracker-section [style*="color:#92400e"],[data-theme=black] .actions-tracker-section [style*="color: #9a3412"],[data-theme=black] .actions-tracker-section [style*="color:#9a3412"]{color:#d4af37!important}[data-theme=black] .actions-tracker-section [style*="color: #065f46"],[data-theme=black] .actions-tracker-section [style*="color:#065f46"],[data-theme=black] .actions-tracker-section [style*="color: #1e40af"],[data-theme=black] .actions-tracker-section [style*="color:#1e40af"],[data-theme=black] .actions-tracker-section [style*="color: #3730a3"],[data-theme=black] .actions-tracker-section [style*="color:#3730a3"]{color:gold!important}[data-theme=black] .actions-tracker-section [style*="color: #374151"],[data-theme=black] .actions-tracker-section [style*="color:#374151"]{color:#d4af37!important}[data-theme=black] .actions-tracker-section .action-status-badge{border:1px solid rgba(212,175,55,.3)!important}[data-theme=black] .actions-tracker-section .action-status-badge[style*="background-color: #fee2e2"],[data-theme=black] .actions-tracker-section .action-status-badge[style*="background-color:#fee2e2"],[data-theme=black] .actions-tracker-section .action-status-badge[style*="backgroundColor: #fee2e2"],[data-theme=black] .actions-tracker-section .action-status-badge[style*="backgroundColor:#fee2e2"]{background:rgba(212,175,55,.1)!important;color:#d4af37!important;border:1px solid rgba(212,175,55,.3)!important}[data-theme=black] .actions-tracker-section .action-status-badge[style*="background-color: #fef3c7"],[data-theme=black] .actions-tracker-section .action-status-badge[style*="background-color:#fef3c7"],[data-theme=black] .actions-tracker-section .action-status-badge[style*="backgroundColor: #fef3c7"],[data-theme=black] .actions-tracker-section .action-status-badge[style*="backgroundColor:#fef3c7"],[data-theme=black] .actions-tracker-section .action-status-badge[style*="background-color: #fed7aa"],[data-theme=black] .actions-tracker-section .action-status-badge[style*="background-color:#fed7aa"],[data-theme=black] .actions-tracker-section .action-status-badge[style*="backgroundColor: #fed7aa"],[data-theme=black] .actions-tracker-section .action-status-badge[style*="backgroundColor:#fed7aa"],[data-theme=black] .actions-tracker-section .action-status-badge[style*="background-color: #fde68a"],[data-theme=black] .actions-tracker-section .action-status-badge[style*="background-color:#fde68a"],[data-theme=black] .actions-tracker-section .action-status-badge[style*="backgroundColor: #fde68a"],[data-theme=black] .actions-tracker-section .action-status-badge[style*="backgroundColor:#fde68a"]{background:rgba(212,175,55,.15)!important;color:#d4af37!important;border:1px solid rgba(212,175,55,.3)!important}[data-theme=black] .actions-tracker-section .action-status-badge[style*="background-color: #d1fae5"],[data-theme=black] .actions-tracker-section .action-status-badge[style*="background-color:#d1fae5"],[data-theme=black] .actions-tracker-section .action-status-badge[style*="backgroundColor: #d1fae5"],[data-theme=black] .actions-tracker-section .action-status-badge[style*="backgroundColor:#d1fae5"],[data-theme=black] .actions-tracker-section .action-status-badge[style*="background-color: #dbeafe"],[data-theme=black] .actions-tracker-section .action-status-badge[style*="background-color:#dbeafe"],[data-theme=black] .actions-tracker-section .action-status-badge[style*="backgroundColor: #dbeafe"],[data-theme=black] .actions-tracker-section .action-status-badge[style*="backgroundColor:#dbeafe"],[data-theme=black] .actions-tracker-section .action-status-badge[style*="background-color: #e0e7ff"],[data-theme=black] .actions-tracker-section .action-status-badge[style*="background-color:#e0e7ff"],[data-theme=black] .actions-tracker-section .action-status-badge[style*="backgroundColor: #e0e7ff"],[data-theme=black] .actions-tracker-section .action-status-badge[style*="backgroundColor:#e0e7ff"]{background:rgba(212,175,55,.2)!important;color:gold!important;border:1px solid rgba(212,175,55,.4)!important}[data-theme=black] .actions-tracker-section .action-status-badge[style*="background-color: #e5e7eb"],[data-theme=black] .actions-tracker-section .action-status-badge[style*="background-color:#e5e7eb"],[data-theme=black] .actions-tracker-section .action-status-badge[style*="backgroundColor: #e5e7eb"],[data-theme=black] .actions-tracker-section .action-status-badge[style*="backgroundColor:#e5e7eb"]{background:rgba(212,175,55,.1)!important;color:#d4af37!important;border:1px solid rgba(212,175,55,.3)!important}[data-theme=black] .actions-tracker-section .action-status-badge[style*="color: #991b1b"],[data-theme=black] .actions-tracker-section .action-status-badge[style*="color:#991b1b"],[data-theme=black] .actions-tracker-section .action-status-badge[style*="color: #92400e"],[data-theme=black] .actions-tracker-section .action-status-badge[style*="color:#92400e"],[data-theme=black] .actions-tracker-section .action-status-badge[style*="color: #9a3412"],[data-theme=black] .actions-tracker-section .action-status-badge[style*="color:#9a3412"],[data-theme=black] .actions-tracker-section .action-status-badge[style*="color: #b45309"],[data-theme=black] .actions-tracker-section .action-status-badge[style*="color:#b45309"]{color:#d4af37!important}[data-theme=black] .actions-tracker-section .action-status-badge[style*="color: #065f46"],[data-theme=black] .actions-tracker-section .action-status-badge[style*="color:#065f46"],[data-theme=black] .actions-tracker-section .action-status-badge[style*="color: #1e40af"],[data-theme=black] .actions-tracker-section .action-status-badge[style*="color:#1e40af"],[data-theme=black] .actions-tracker-section .action-status-badge[style*="color: #3730a3"],[data-theme=black] .actions-tracker-section .action-status-badge[style*="color:#3730a3"]{color:gold!important}[data-theme=black] .actions-tracker-section .action-status-badge[style*="color: #374151"],[data-theme=black] .actions-tracker-section .action-status-badge[style*="color:#374151"]{color:#d4af37!important}[data-theme=black] .actions-tracker-section .action-fix-button{background:linear-gradient(135deg,#d4af37 0%,#ffd700 100%)!important;color:#000!important;border:none!important;box-shadow:0 4px 15px #d4af3766,inset 0 1px #ffffff4d!important}[data-theme=black] .actions-tracker-section .action-status-badge[style*="#fee2e2"],[data-theme=black] .actions-tracker-section .action-status-badge[style*="#fef3c7"],[data-theme=black] .actions-tracker-section .action-status-badge[style*="#fed7aa"],[data-theme=black] .actions-tracker-section .action-status-badge[style*="#fde68a"],[data-theme=black] .actions-tracker-section .action-status-badge[style*="#e5e7eb"]{background:rgba(212,175,55,.15)!important;color:#d4af37!important;border:1px solid rgba(212,175,55,.3)!important}[data-theme=black] .actions-tracker-section .action-status-badge[style*="#d1fae5"],[data-theme=black] .actions-tracker-section .action-status-badge[style*="#dbeafe"],[data-theme=black] .actions-tracker-section .action-status-badge[style*="#e0e7ff"]{background:rgba(212,175,55,.2)!important;color:gold!important;border:1px solid rgba(212,175,55,.4)!important}[data-theme=black] .actions-tracker-section .action-status-badge[style*="#991b1b"],[data-theme=black] .actions-tracker-section .action-status-badge[style*="#92400e"],[data-theme=black] .actions-tracker-section .action-status-badge[style*="#9a3412"],[data-theme=black] .actions-tracker-section .action-status-badge[style*="#b45309"]{color:#d4af37!important}[data-theme=black] .actions-tracker-section .action-status-badge[style*="#065f46"],[data-theme=black] .actions-tracker-section .action-status-badge[style*="#1e40af"],[data-theme=black] .actions-tracker-section .action-status-badge[style*="#3730a3"]{color:gold!important}[data-theme=black] .actions-tracker-section .action-status-badge:not([style*="#fee2e2"]):not([style*="#fef3c7"]):not([style*="#fed7aa"]):not([style*="#fde68a"]):not([style*="#e5e7eb"]){background:rgba(212,175,55,.2)!important;color:gold!important;border:1px solid rgba(212,175,55,.4)!important}[data-theme=black] .actions-tracker-section .action-fix-button:hover{background:linear-gradient(135deg,#ffd700 0%,#d4af37 100%)!important;color:#000!important;transform:translateY(-2px)!important;box-shadow:0 6px 20px #d4af3799,inset 0 1px #fff6!important}[data-theme=black] .actions-tracker-section .action-fix-button[style*="background-color: #1e3a8a"],[data-theme=black] .actions-tracker-section .action-fix-button[style*="background-color:#1e3a8a"],[data-theme=black] .actions-tracker-section .action-fix-button[style*="backgroundColor: #1e3a8a"],[data-theme=black] .actions-tracker-section .action-fix-button[style*="backgroundColor:#1e3a8a"],[data-theme=black] .actions-tracker-section .action-fix-button[style*="background-color: #1e40af"],[data-theme=black] .actions-tracker-section .action-fix-button[style*="background-color:#1e40af"],[data-theme=black] .actions-tracker-section .action-fix-button[style*="backgroundColor: #1e40af"],[data-theme=black] .actions-tracker-section .action-fix-button[style*="backgroundColor:#1e40af"]{background:linear-gradient(135deg,#d4af37 0%,#ffd700 100%)!important;color:#000!important;box-shadow:0 4px 15px #d4af3766,inset 0 1px #ffffff4d!important}[data-theme=black] .actions-tracker-section button[style*="backgroundColor: #1e3a8a"],[data-theme=black] .actions-tracker-section button[style*="backgroundColor:#1e3a8a"]{background:linear-gradient(135deg,#d4af37 0%,#ffd700 100%)!important;color:#000!important;border:none!important;box-shadow:0 4px 15px #d4af3766,inset 0 1px #ffffff4d!important}[data-theme=black] .actions-tracker-section button[style*="backgroundColor: #1e40af"],[data-theme=black] .actions-tracker-section button[style*="backgroundColor:#1e40af"]{background:linear-gradient(135deg,#ffd700 0%,#d4af37 100%)!important;color:#000!important;box-shadow:0 6px 20px #d4af3799,inset 0 1px #fff6!important}[data-theme=black] .actions-tracker-section button:hover{background:linear-gradient(135deg,#ffd700 0%,#d4af37 100%)!important;color:#000!important;transform:translateY(-2px)!important;box-shadow:0 6px 20px #d4af3799,inset 0 1px #fff6!important}[data-theme=black] .actions-tracker-section button[style*="backgroundColor: #1e3a8a"],[data-theme=black] .actions-tracker-section button[style*="backgroundColor:#1e3a8a"]{background:none!important;background-color:transparent!important;color:#d4af37!important;border:none!important;box-shadow:none!important}[data-theme=black] .actions-tracker-section button[style*="backgroundColor: #1e40af"],[data-theme=black] .actions-tracker-section button[style*="backgroundColor:#1e40af"]{background:none!important;background-color:transparent!important;color:#d4af37!important;box-shadow:none!important}[data-theme=black] .actions-tracker-section button:hover{background:none!important;background-color:transparent!important;color:gold!important;transform:none!important;box-shadow:none!important}[data-theme=black] .actions-tracker-section span[style*="backgroundColor: #fee2e2"],[data-theme=black] .actions-tracker-section span[style*="backgroundColor:#fee2e2"],[data-theme=black] .actions-tracker-section span[style*="backgroundColor: #fef3c7"],[data-theme=black] .actions-tracker-section span[style*="backgroundColor:#fef3c7"],[data-theme=black] .actions-tracker-section span[style*="backgroundColor: #fed7aa"],[data-theme=black] .actions-tracker-section span[style*="backgroundColor:#fed7aa"],[data-theme=black] .actions-tracker-section span[style*="backgroundColor: #fde68a"],[data-theme=black] .actions-tracker-section span[style*="backgroundColor:#fde68a"]{background:rgba(212,175,55,.15)!important;color:#d4af37!important;border:1px solid rgba(212,175,55,.3)!important}[data-theme=black] .actions-tracker-section span[style*="backgroundColor: #d1fae5"],[data-theme=black] .actions-tracker-section span[style*="backgroundColor:#d1fae5"],[data-theme=black] .actions-tracker-section span[style*="backgroundColor: #dbeafe"],[data-theme=black] .actions-tracker-section span[style*="backgroundColor:#dbeafe"],[data-theme=black] .actions-tracker-section span[style*="backgroundColor: #e0e7ff"],[data-theme=black] .actions-tracker-section span[style*="backgroundColor:#e0e7ff"]{background:rgba(212,175,55,.2)!important;color:gold!important;border:1px solid rgba(212,175,55,.4)!important}[data-theme=black] .actions-tracker-section span[style*="backgroundColor: #e5e7eb"],[data-theme=black] .actions-tracker-section span[style*="backgroundColor:#e5e7eb"]{background:rgba(212,175,55,.1)!important;color:#d4af37!important;border:1px solid rgba(212,175,55,.3)!important}[data-theme=black] .actions-tracker-section span[style*="color: #991b1b"],[data-theme=black] .actions-tracker-section span[style*="color:#991b1b"],[data-theme=black] .actions-tracker-section span[style*="color: #92400e"],[data-theme=black] .actions-tracker-section span[style*="color:#92400e"],[data-theme=black] .actions-tracker-section span[style*="color: #9a3412"],[data-theme=black] .actions-tracker-section span[style*="color:#9a3412"],[data-theme=black] .actions-tracker-section span[style*="color: #b45309"],[data-theme=black] .actions-tracker-section span[style*="color:#b45309"]{color:#d4af37!important}[data-theme=black] .actions-tracker-section span[style*="color: #065f46"],[data-theme=black] .actions-tracker-section span[style*="color:#065f46"],[data-theme=black] .actions-tracker-section span[style*="color: #1e40af"],[data-theme=black] .actions-tracker-section span[style*="color:#1e40af"],[data-theme=black] .actions-tracker-section span[style*="color: #3730a3"],[data-theme=black] .actions-tracker-section span[style*="color:#3730a3"]{color:gold!important}[data-theme=black] .actions-tracker-section span[style*="color: #374151"],[data-theme=black] .actions-tracker-section span[style*="color:#374151"]{color:#d4af37!important}.people-computers-section{margin-bottom:3rem}.people-computers-section h2{margin-bottom:1.5rem;color:#1e3a8a;font-size:1.5rem;font-weight:700}[data-theme=dark] .people-computers-section h2{color:#e2e8f0}.people-computers-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}@media (max-width: 1024px){.people-computers-grid{grid-template-columns:1fr}}.summary-card{background:white;border-radius:16px;padding:2rem;box-shadow:0 4px 12px #00000014;transition:transform .2s,box-shadow .2s;border:1px solid #e5e7eb}.summary-card:hover{transform:translateY(-2px);box-shadow:0 8px 20px #0000001f}[data-theme=dark] .summary-card{background:linear-gradient(135deg,#1e293b 0%,#0f172a 100%);border:1px solid rgba(139,92,246,.2);box-shadow:0 4px 12px #0000004d}[data-theme=dark] .summary-card:hover{box-shadow:0 8px 20px #8b5cf633;border-color:#8b5cf666}.summary-card-header{display:flex;align-items:flex-start;gap:1rem;margin-bottom:1.5rem;padding-bottom:1.5rem;border-bottom:2px solid #e5e7eb}[data-theme=dark] .summary-card-header{border-bottom-color:#8b5cf64d}.summary-card-icon{width:56px;height:56px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#3b82f6 0%,#2563eb 100%);border-radius:12px;flex-shrink:0}[data-theme=dark] .summary-card-icon{background:linear-gradient(135deg,#8b5cf6 0%,#6366f1 100%);box-shadow:0 4px 12px #8b5cf64d}.summary-card-icon .stat-icon{width:32px;height:32px;display:flex;align-items:center;justify-content:center}.summary-card-icon .stat-icon .icon{width:100%;height:100%;display:flex;align-items:center;justify-content:center;filter:brightness(0) invert(1)}.summary-card-icon .stat-icon .icon-users:before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M17 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2'/%3E%3Ccircle cx='9' cy='7' r='4'/%3E%3Cpath d='M23 21v-2a4 4 0 0 0-3-3.87'/%3E%3Cpath d='M16 3.13a4 4 0 0 1 0 7.75'/%3E%3C/svg%3E")}.summary-card-icon .stat-icon .icon-assets:before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21 16V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l7-4A2 2 0 0 0 21 16z'/%3E%3Cpolyline points='3.27 6.96 12 12.01 20.73 6.96'/%3E%3Cline x1='12' y1='22.08' x2='12' y2='12'/%3E%3C/svg%3E")}.summary-card-title h3{font-size:1.5rem;font-weight:700;color:#1e3a8a;margin:0 0 .25rem}[data-theme=dark] .summary-card-title h3{color:#e2e8f0}.summary-card-subtitle{font-size:.875rem;color:#6b7280;margin:0}[data-theme=dark] .summary-card-subtitle{color:#94a3b8}.summary-card-content{display:flex;flex-direction:column;gap:1.25rem}.summary-stat-row{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.summary-stat-item{display:flex;flex-direction:column}.summary-stat-label{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:#6b7280;margin-bottom:.5rem}[data-theme=dark] .summary-stat-label{color:#94a3b8}.summary-stat-value{font-size:1.75rem;font-weight:700;color:#1e3a8a;display:flex;align-items:baseline;gap:.5rem}[data-theme=dark] .summary-stat-value{color:#e2e8f0}.summary-stat-positive{color:#10b981}[data-theme=dark] .summary-stat-positive{color:#34d399}.summary-stat-warning{color:#f59e0b}[data-theme=dark] .summary-stat-warning{color:#fbbf24}.summary-stat-neutral{color:#6b7280}[data-theme=dark] .summary-stat-neutral{color:#94a3b8}.summary-stat-percentage{font-size:.875rem;font-weight:500;opacity:.8}.summary-badge{display:inline-block;padding:.5rem 1rem;border-radius:8px;font-size:.875rem;font-weight:600;text-align:center}.summary-badge-info{background:#dbeafe;color:#1e40af}[data-theme=dark] .summary-badge-info{background:rgba(59,130,246,.2);color:#93c5fd;border:1px solid rgba(59,130,246,.3)}.summary-breakdown{margin-top:.5rem;padding-top:1.25rem;border-top:1px solid #e5e7eb}[data-theme=dark] .summary-breakdown{border-top-color:#8b5cf633}.summary-breakdown-title{font-size:.875rem;font-weight:600;color:#374151;margin-bottom:.75rem;text-transform:uppercase;letter-spacing:.05em}[data-theme=dark] .summary-breakdown-title{color:#cbd5e1}.summary-breakdown-list{display:flex;flex-direction:column;gap:.5rem}.summary-breakdown-item{display:flex;justify-content:space-between;align-items:center;padding:.5rem .75rem;background:#f9fafb;border-radius:8px;transition:background .2s}[data-theme=dark] .summary-breakdown-item{background:rgba(139,92,246,.1);border:1px solid rgba(139,92,246,.2)}.summary-breakdown-item:hover{background:#f3f4f6}[data-theme=dark] .summary-breakdown-item:hover{background:rgba(139,92,246,.15)}.summary-breakdown-label{font-size:.875rem;color:#374151;font-weight:500}[data-theme=dark] .summary-breakdown-label{color:#cbd5e1}.summary-breakdown-value{font-size:.875rem;font-weight:700;color:#1e3a8a}[data-theme=dark] .summary-breakdown-value{color:#c4b5fd}.summary-security-measures{margin-top:.5rem;padding-top:1.25rem;border-top:1px solid #e5e7eb}[data-theme=dark] .summary-security-measures{border-top-color:#8b5cf633}.summary-security-title{font-size:.875rem;font-weight:600;color:#374151;margin-bottom:.75rem;text-transform:uppercase;letter-spacing:.05em}[data-theme=dark] .summary-security-title{color:#cbd5e1}.summary-security-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem}.summary-security-item{display:flex;flex-direction:column;padding:.75rem;background:#f9fafb;border-radius:8px;border:1px solid #e5e7eb}[data-theme=dark] .summary-security-item{background:rgba(139,92,246,.1);border-color:#8b5cf633}.summary-security-label{font-size:.75rem;font-weight:600;color:#6b7280;margin-bottom:.25rem;text-transform:uppercase;letter-spacing:.05em}[data-theme=dark] .summary-security-label{color:#94a3b8}.summary-security-value{font-size:1.25rem;font-weight:700;color:#1e3a8a;display:flex;align-items:baseline;gap:.5rem}[data-theme=dark] .summary-security-value{color:#e2e8f0}.summary-security-percentage{font-size:.75rem;font-weight:500;opacity:.7}.summary-breakdown button{margin-top:.75rem;padding:.5rem 1rem;background:transparent;border:1px solid #e5e7eb;border-radius:6px;color:#3b82f6;font-size:.875rem;font-weight:500;cursor:pointer;width:100%;transition:all .2s}.summary-breakdown button:hover{background:#f3f4f6;border-color:#3b82f6}[data-theme=dark] .summary-breakdown button{border-color:#8b5cf64d;color:#c4b5fd}[data-theme=dark] .summary-breakdown button:hover{background:rgba(139,92,246,.1);border-color:#8b5cf680}@media (max-width: 768px){.people-computers-section h2{font-size:1.25rem}.summary-card{padding:1.5rem}.summary-card-title h3{font-size:1.25rem}.summary-stat-value{font-size:1.5rem}.summary-security-grid{grid-template-columns:1fr}}@keyframes shimmer{0%{transform:translate(-100%)}to{transform:translate(100%)}}.admin-dashboard{max-width:1400px}.admin-stats-section{margin-bottom:2rem}.admin-section-title{font-size:1rem;font-weight:600;margin-bottom:1rem;color:#475569;display:flex;align-items:center;gap:.5rem}.admin-section-title:before{content:"";width:4px;height:16px;background:linear-gradient(135deg,#6366f1 0%,#8b5cf6 100%);border-radius:2px}[data-theme=dark] .admin-section-title{color:#cbd5e1}[data-theme=dark] .admin-section-title:before{background:linear-gradient(135deg,#8b5cf6 0%,#a78bfa 100%)}[data-theme=black] .admin-section-title{color:#e4e4e7}[data-theme=black] .admin-section-title:before{background:linear-gradient(135deg,#d4af37 0%,#f4d03f 100%)}.admin-stats-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}@media (max-width: 1200px){.admin-stats-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.admin-stats-grid{grid-template-columns:1fr}}.admin-stat-card{background:white;border-radius:16px;padding:1.5rem;display:flex;align-items:flex-start;gap:1rem;box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f;border:1px solid #e5e7eb;transition:all .2s ease;position:relative;overflow:hidden}.admin-stat-card:hover{box-shadow:0 4px 12px #00000026;transform:translateY(-2px);border-color:#c7d2fe}[data-theme=dark] .admin-stat-card{background:rgba(30,41,59,.9);border-color:#8b5cf633;box-shadow:0 4px 16px #0000004d}[data-theme=dark] .admin-stat-card:hover{border-color:#8b5cf666;box-shadow:0 8px 24px #8b5cf633}[data-theme=black] .admin-stat-card{background:rgba(20,20,20,.95);border-color:#d4af3733;box-shadow:0 4px 16px #00000080}[data-theme=black] .admin-stat-card:hover{border-color:#d4af3766;box-shadow:0 8px 24px #d4af3726}.admin-stat-icon{width:56px;height:56px;border-radius:14px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.admin-stat-icon.companies{background:linear-gradient(135deg,#6366f1 0%,#4f46e5 100%);color:#fff}.admin-stat-icon.users{background:linear-gradient(135deg,#10b981 0%,#059669 100%);color:#fff}.admin-stat-icon.frameworks{background:linear-gradient(135deg,#8b5cf6 0%,#7c3aed 100%);color:#fff}.admin-stat-icon.access-requests{background:linear-gradient(135deg,#f59e0b 0%,#d97706 100%);color:#fff}.admin-stat-icon.trials{background:linear-gradient(135deg,#06b6d4 0%,#0891b2 100%);color:#fff}.admin-stat-icon.notifications{background:linear-gradient(135deg,#ec4899 0%,#db2777 100%);color:#fff}.admin-stat-icon svg{width:28px;height:28px}.admin-stat-content{flex:1;min-width:0}.admin-stat-value{font-size:2rem;font-weight:700;color:#1e293b;line-height:1.2;margin-bottom:.25rem}[data-theme=dark] .admin-stat-value{color:#f1f5f9}[data-theme=black] .admin-stat-value{color:#fafafa}.admin-stat-secondary{font-size:1rem;font-weight:400;color:#64748b}[data-theme=dark] .admin-stat-secondary{color:#94a3b8}[data-theme=black] .admin-stat-secondary{color:#a1a1aa}.admin-stat-label{font-size:.875rem;font-weight:500;color:#64748b;text-transform:uppercase;letter-spacing:.5px}[data-theme=dark] .admin-stat-label{color:#94a3b8}[data-theme=black] .admin-stat-label{color:#a1a1aa}.admin-stat-detail{font-size:.8125rem;color:#94a3b8;margin-top:.25rem}[data-theme=dark] .admin-stat-detail{color:#64748b}[data-theme=black] .admin-stat-detail{color:#71717a}.admin-stat-badge{position:absolute;top:1rem;right:1rem;font-size:.75rem;font-weight:600;padding:.25rem .75rem;border-radius:999px}.admin-stat-badge.warning{background:#fef3c7;color:#92400e}[data-theme=dark] .admin-stat-badge.warning{background:rgba(245,158,11,.2);color:#fbbf24}[data-theme=black] .admin-stat-badge.warning{background:rgba(212,175,55,.2);color:#d4af37}.admin-stat-badge.info{background:#dbeafe;color:#1e40af}[data-theme=dark] .admin-stat-badge.info{background:rgba(59,130,246,.2);color:#60a5fa}[data-theme=black] .admin-stat-badge.info{background:rgba(212,175,55,.15);color:#d4af37}.admin-stat-badge.success{background:#d1fae5;color:#065f46}[data-theme=dark] .admin-stat-badge.success{background:rgba(16,185,129,.2);color:#34d399}[data-theme=black] .admin-stat-badge.success{background:rgba(34,197,94,.2);color:#4ade80}.admin-feed-section{background:white;border-radius:16px;padding:1.5rem;box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f;border:1px solid #e5e7eb}[data-theme=dark] .admin-feed-section{background:rgba(30,41,59,.9);border-color:#8b5cf633;box-shadow:0 4px 16px #0000004d}[data-theme=black] .admin-feed-section{background:rgba(20,20,20,.95);border-color:#d4af3733;box-shadow:0 4px 16px #00000080}.admin-frameworks-list-container{display:flex;flex-direction:column;gap:.75rem}.admin-framework-item{display:flex;justify-content:space-between;align-items:center;padding:.75rem;background:#f8fafc;border-radius:8px;transition:all .2s ease}.admin-framework-item:hover{background:#f1f5f9;transform:translate(2px)}[data-theme=dark] .admin-framework-item{background:rgba(30,41,59,.6);border:1px solid rgba(139,92,246,.1)}[data-theme=dark] .admin-framework-item:hover{background:rgba(30,41,59,.8);border-color:#8b5cf633}[data-theme=black] .admin-framework-item{background:rgba(20,20,20,.6);border:1px solid rgba(212,175,55,.1)}[data-theme=black] .admin-framework-item:hover{background:rgba(20,20,20,.8);border-color:#d4af3733}.admin-framework-item-left{display:flex;align-items:center;gap:.5rem}.admin-framework-rank{font-weight:600;color:#64748b;font-size:.875rem}[data-theme=dark] .admin-framework-rank{color:#94a3b8}[data-theme=black] .admin-framework-rank{color:#a1a1aa}.admin-framework-name{font-weight:500;color:#1e293b;font-size:.9375rem}[data-theme=dark] .admin-framework-name{color:#e2e8f0}[data-theme=black] .admin-framework-name{color:#fafafa}.admin-framework-count{font-weight:600;color:#1e293b;font-size:.875rem}[data-theme=dark] .admin-framework-count{color:#cbd5e1}[data-theme=black] .admin-framework-count{color:#e4e4e7}.admin-stat-progress-bar{width:100%;height:6px;background:#e5e7eb;border-radius:3px;overflow:hidden;margin-top:.75rem}[data-theme=dark] .admin-stat-progress-bar{background:rgba(139,92,246,.1)}[data-theme=black] .admin-stat-progress-bar{background:rgba(212,175,55,.1)}.admin-stat-progress-fill{height:100%;border-radius:3px;transition:width .3s ease;box-shadow:0 1px 3px #0003}.admin-server-info-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}@media (max-width: 768px){.admin-server-info-grid{grid-template-columns:1fr}}.admin-server-info-item{display:flex;flex-direction:column}.admin-server-info-label{font-size:.75rem;color:#94a3b8;margin-bottom:.25rem;font-weight:500}[data-theme=dark] .admin-server-info-label{color:#64748b}[data-theme=black] .admin-server-info-label{color:#71717a}.admin-server-info-value{font-weight:600;color:#1e293b;font-size:.9375rem}[data-theme=dark] .admin-server-info-value{color:#e2e8f0}[data-theme=black] .admin-server-info-value{color:#fafafa}.admin-cpu-cores-card{overflow:hidden}.admin-cpu-cores-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(100px,1fr));gap:.5rem}@media (min-width: 768px){.admin-cpu-cores-grid{grid-template-columns:repeat(auto-fill,minmax(90px,1fr))}}.admin-cpu-core-item{background:#f1f5f9;border-radius:6px;padding:.5rem;text-align:center}[data-theme=dark] .admin-cpu-core-item{background:rgba(139,92,246,.1)}[data-theme=black] .admin-cpu-core-item{background:rgba(212,175,55,.1)}.admin-cpu-core-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.25rem}.admin-cpu-core-label{font-size:.6875rem;color:#64748b;font-weight:500}[data-theme=dark] .admin-cpu-core-label{color:#94a3b8}[data-theme=black] .admin-cpu-core-label{color:#a1a1aa}.admin-cpu-core-usage{font-size:.75rem;font-weight:700}.admin-cpu-core-bar{height:4px;background:#e2e8f0;border-radius:2px;overflow:hidden;margin-bottom:.25rem}[data-theme=dark] .admin-cpu-core-bar{background:rgba(139,92,246,.2)}[data-theme=black] .admin-cpu-core-bar{background:rgba(212,175,55,.2)}.admin-cpu-core-fill{height:100%;border-radius:2px;transition:width .3s ease}.admin-cpu-core-speed{font-size:.625rem;color:#94a3b8}[data-theme=dark] .admin-cpu-core-speed{color:#64748b}[data-theme=black] .admin-cpu-core-speed{color:#71717a}.admin-network-list{display:flex;flex-direction:column;gap:.375rem}.admin-network-item{display:flex;justify-content:space-between;align-items:center;padding:.375rem .5rem;background:#f1f5f9;border-radius:6px;font-size:.8125rem}[data-theme=dark] .admin-network-item{background:rgba(139,92,246,.1)}[data-theme=black] .admin-network-item{background:rgba(212,175,55,.1)}.admin-network-name{font-weight:600;color:#1e293b}[data-theme=dark] .admin-network-name{color:#e2e8f0}[data-theme=black] .admin-network-name{color:#fafafa}.admin-network-addresses{color:#64748b;font-family:Monaco,Menlo,monospace;font-size:.75rem}[data-theme=dark] .admin-network-addresses{color:#94a3b8}[data-theme=black] .admin-network-addresses{color:#a1a1aa}.admin-stats-refreshing-indicator{display:flex;align-items:center;gap:.5rem;font-size:.75rem;color:#6366f1;font-weight:500}.admin-stats-refresh-icon{animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}[data-theme=dark] .admin-stats-refreshing-indicator{color:#a78bfa}[data-theme=black] .admin-stats-refreshing-indicator{color:#d4af37}.admin-stat-value,.admin-stat-detail,.admin-stat-progress-fill{transition:all .3s ease}.admin-stat-progress-fill{transition:width .5s ease,background-color .3s ease}.admin-activity-feed{margin-top:1.5rem}.admin-activity-title{font-size:1rem;font-weight:600;margin-bottom:1rem;color:#475569;display:flex;align-items:center;gap:.5rem}.admin-activity-title:before{content:"";width:4px;height:16px;background:linear-gradient(135deg,#6366f1 0%,#8b5cf6 100%);border-radius:2px}[data-theme=dark] .admin-activity-title{color:#cbd5e1}[data-theme=dark] .admin-activity-title:before{background:linear-gradient(135deg,#8b5cf6 0%,#a78bfa 100%)}[data-theme=black] .admin-activity-title{color:#e4e4e7}[data-theme=black] .admin-activity-title:before{background:linear-gradient(135deg,#d4af37 0%,#f4d03f 100%)}.admin-activity-container{background:white;border-radius:12px;padding:1rem;border:1px solid #e5e7eb;box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f;display:flex;flex-direction:column;gap:.5rem}[data-theme=dark] .admin-activity-container{background:rgba(30,41,59,.9);border-color:#8b5cf633;box-shadow:0 4px 16px #0000004d}[data-theme=black] .admin-activity-container{background:rgba(20,20,20,.95);border-color:#d4af3733;box-shadow:0 4px 16px #00000080}.admin-activity-item{display:flex;gap:.75rem;padding:.625rem;border-radius:8px;background:#f8fafc;border:1px solid #f1f5f9;transition:all .2s ease;position:relative}.admin-activity-item:hover{background:#f1f5f9;border-color:#e2e8f0;transform:translateY(-1px);box-shadow:0 2px 8px #0000000d}[data-theme=dark] .admin-activity-item{background:rgba(30,41,59,.5);border-color:#8b5cf61a}[data-theme=dark] .admin-activity-item:hover{background:rgba(30,41,59,.7);border-color:#8b5cf633;box-shadow:0 4px 12px #8b5cf61a}[data-theme=black] .admin-activity-item{background:rgba(20,20,20,.5);border-color:#d4af371a}[data-theme=black] .admin-activity-item:hover{background:rgba(20,20,20,.7);border-color:#d4af3733;box-shadow:0 4px 12px #d4af371a}.admin-activity-avatar{width:32px;height:32px;border-radius:50%;background:linear-gradient(135deg,#6366f1 0%,#8b5cf6 100%);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:.75rem;flex-shrink:0;box-shadow:0 2px 8px #6366f14d;overflow:hidden;position:relative}.admin-activity-avatar-img{width:100%;height:100%;object-fit:cover;border-radius:50%}.admin-activity-avatar span{position:relative;z-index:1}[data-theme=dark] .admin-activity-avatar{background:linear-gradient(135deg,#8b5cf6 0%,#a78bfa 100%);box-shadow:0 2px 8px #8b5cf666}[data-theme=black] .admin-activity-avatar{background:linear-gradient(135deg,#d4af37 0%,#f4d03f 100%);color:#1a1a1a;box-shadow:0 2px 8px #d4af3766}.admin-activity-content{flex:1;min-width:0;display:flex;flex-direction:column;gap:.375rem}.admin-activity-header{display:flex;justify-content:space-between;align-items:center;gap:.75rem}.admin-activity-user{font-weight:600;color:#1e293b;font-size:.875rem}[data-theme=dark] .admin-activity-user{color:#e2e8f0}[data-theme=black] .admin-activity-user{color:#fafafa}.admin-activity-time{font-size:.75rem;color:#94a3b8;font-weight:500;white-space:nowrap}[data-theme=dark] .admin-activity-time{color:#64748b}[data-theme=black] .admin-activity-time{color:#71717a}.admin-activity-action{display:flex;align-items:center;gap:.5rem;color:#64748b;font-size:.8125rem}[data-theme=dark] .admin-activity-action{color:#94a3b8}[data-theme=black] .admin-activity-action{color:#a1a1aa}.admin-activity-icon{display:flex;align-items:center;justify-content:center;width:16px;height:16px;color:#6366f1;flex-shrink:0}[data-theme=dark] .admin-activity-icon{color:#a78bfa}[data-theme=black] .admin-activity-icon{color:#d4af37}.admin-activity-text{flex:1;min-width:0}.admin-activity-meta{display:flex;align-items:center;gap:.375rem;font-size:.75rem;color:#94a3b8;margin-top:.25rem}[data-theme=dark] .admin-activity-meta{color:#64748b}[data-theme=black] .admin-activity-meta{color:#71717a}.admin-activity-meta svg{width:12px;height:12px;opacity:.6}.admin-activity-load-more{display:flex;flex-direction:column;align-items:center;gap:.75rem;padding:1.5rem 1rem 1rem;border-top:1px solid #e5e7eb;margin-top:.5rem}[data-theme=dark] .admin-activity-load-more{border-top-color:#8b5cf633}[data-theme=black] .admin-activity-load-more{border-top-color:#d4af3733}.admin-activity-view-more-btn{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:linear-gradient(135deg,#6366f1 0%,#8b5cf6 100%);color:#fff;border:none;border-radius:10px;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s ease;box-shadow:0 2px 8px #6366f14d}.admin-activity-view-more-btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px #6366f166}.admin-activity-view-more-btn:active{transform:translateY(0)}.admin-activity-view-more-btn svg{width:16px;height:16px;transition:transform .2s ease}.admin-activity-view-more-btn:hover svg{transform:translateY(2px)}[data-theme=dark] .admin-activity-view-more-btn{background:linear-gradient(135deg,#8b5cf6 0%,#a78bfa 100%);box-shadow:0 2px 8px #8b5cf666}[data-theme=dark] .admin-activity-view-more-btn:hover{box-shadow:0 4px 12px #8b5cf680}[data-theme=black] .admin-activity-view-more-btn{background:linear-gradient(135deg,#d4af37 0%,#f4d03f 100%);color:#1a1a1a;box-shadow:0 2px 8px #d4af3766}[data-theme=black] .admin-activity-view-more-btn:hover{box-shadow:0 4px 12px #d4af3780}.admin-activity-load-info{font-size:.75rem;color:#94a3b8;font-weight:500}[data-theme=dark] .admin-activity-load-info{color:#64748b}[data-theme=black] .admin-activity-load-info{color:#71717a}.admin-activity-max-reached{display:flex;align-items:center;gap:.75rem;padding:1.25rem 1rem;margin-top:.5rem;border-top:1px solid #e5e7eb;background:#f8fafc;border-radius:0 0 12px 12px;color:#64748b;font-size:.875rem}[data-theme=dark] .admin-activity-max-reached{border-top-color:#8b5cf633;background:rgba(30,41,59,.5);color:#94a3b8}[data-theme=black] .admin-activity-max-reached{border-top-color:#d4af3733;background:rgba(20,20,20,.5);color:#a1a1aa}.admin-activity-max-reached svg{width:20px;height:20px;flex-shrink:0;color:#6366f1}[data-theme=dark] .admin-activity-max-reached svg{color:#a78bfa}[data-theme=black] .admin-activity-max-reached svg{color:#d4af37}.admin-activity-max-reached span{flex:1}.process-tree-node{font-family:Consolas,Monaco,Courier New,monospace;font-size:.875rem}.process-tree-item{transition:background-color .2s}.process-tree-item:hover{background-color:#3b82f61a!important}[data-theme=dark] .process-tree-node{color:#e2e8f0}[data-theme=dark] .process-tree-item:hover{background-color:#3b82f633!important}[data-theme=dark] .process-tree-node span{color:#e2e8f0!important}[data-theme=black] .process-tree-node{color:#fafafa}[data-theme=black] .process-tree-item:hover{background-color:#d4af3733!important}[data-theme=black] .process-tree-node span{color:#fafafa!important}
