@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}body{font-family:Inter,system-ui,sans-serif;background:#f6faf3;color:#111827;min-height:100vh;-webkit-font-smoothing:antialiased}.header{background:#fff;border-bottom:1px solid #E5E7EB;padding:0 24px;height:60px;display:flex;align-items:center;justify-content:space-between;position:sticky;top:0;z-index:10}.header-logo{display:flex;align-items:center;gap:10px;font-weight:700;font-size:15px;color:#111827}.header-logo-dot{width:28px;height:28px;background:linear-gradient(135deg,#14532d,#16a34a);border-radius:8px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:14px}.container{max-width:900px;margin:0 auto;padding:32px 24px}.tabs{display:flex;gap:4px;background:#fff;border:1px solid #E5E7EB;border-radius:12px;padding:4px;margin-bottom:24px;width:fit-content}.tab{padding:7px 18px;border-radius:9px;border:none;background:transparent;font-size:13px;font-weight:500;color:#6b7280;cursor:pointer;display:flex;align-items:center;gap:6px;transition:all .15s}.tab.active{background:#16a34a;color:#fff;font-weight:600}.tab-count{background:#ffffff40;border-radius:10px;padding:1px 6px;font-size:11px}.tab:not(.active) .tab-count{background:#f3f4f6;color:#6b7280}.user-list{display:flex;flex-direction:column;gap:12px}.user-card{background:#fff;border:1px solid #E5E7EB;border-radius:14px;padding:18px 20px;display:flex;align-items:flex-start;gap:14px}.avatar{width:44px;height:44px;border-radius:50%;object-fit:cover;background:#e5e7eb;flex-shrink:0}.avatar-placeholder{width:44px;height:44px;border-radius:50%;background:linear-gradient(135deg,#14532d,#16a34a);display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:16px;flex-shrink:0}.user-info{flex:1;min-width:0}.user-top{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-bottom:4px}.username{font-weight:600;font-size:14px;color:#111827}.badge{display:inline-flex;align-items:center;padding:2px 8px;border-radius:20px;font-size:11px;font-weight:600;text-transform:capitalize}.badge-creator{background:#ecfdf5;color:#065f46;border:1px solid #A7F3D0}.badge-brand{background:#eff6ff;color:#1e40af;border:1px solid #BFDBFE}.badge-pending{background:#fffbeb;color:#92400e;border:1px solid #FDE68A}.badge-active{background:#f0fdf4;color:#166534;border:1px solid #BBF7D0}.badge-rejected{background:#fff1f2;color:#9f1239;border:1px solid #FECDD3}.user-meta{font-size:12px;color:#6b7280;display:flex;flex-wrap:wrap;gap:12px;margin-top:4px}.user-meta span{display:flex;align-items:center;gap:4px}.rejection-note{margin-top:8px;font-size:12px;color:#9f1239;background:#fff1f2;border:1px solid #FECDD3;border-radius:8px;padding:6px 10px}.actions{display:flex;gap:8px;flex-shrink:0;align-items:flex-start}.btn{padding:7px 14px;border-radius:9px;border:none;font-size:13px;font-weight:600;cursor:pointer;display:flex;align-items:center;gap:5px;transition:opacity .15s,transform .1s;white-space:nowrap}.btn:active{transform:scale(.97)}.btn:disabled{opacity:.5;cursor:not-allowed}.btn-approve{background:#16a34a;color:#fff}.btn-approve:hover:not(:disabled){opacity:.88}.btn-reject{background:#fff1f2;color:#9f1239;border:1px solid #FECDD3}.btn-reject:hover:not(:disabled){background:#ffe4e6}.btn-outline{background:transparent;color:#6b7280;border:1px solid #E5E7EB}.btn-outline:hover{background:#f9fafb}.overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000059;display:flex;align-items:center;justify-content:center;z-index:100;padding:16px}.modal{background:#fff;border-radius:16px;padding:24px;width:100%;max-width:420px;box-shadow:0 20px 60px #0000001f}.modal h3{font-size:16px;font-weight:700;margin-bottom:8px}.modal p{font-size:13px;color:#6b7280;margin-bottom:16px}.modal textarea{width:100%;border:1px solid #D1D5DB;border-radius:10px;padding:10px 12px;font-size:13px;font-family:inherit;resize:none;outline:none;transition:border-color .15s;margin-bottom:16px}.modal textarea:focus{border-color:#16a34a}.modal-actions{display:flex;gap:8px;justify-content:flex-end}.login-wrap{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:24px;background:#f6faf3}.login-card{background:#fff;border:1px solid #E5E7EB;border-radius:20px;padding:36px 32px;width:100%;max-width:380px;box-shadow:0 4px 24px #0000000f}.login-logo{display:flex;align-items:center;gap:10px;margin-bottom:28px}.login-logo-dot{width:36px;height:36px;background:linear-gradient(135deg,#14532d,#16a34a);border-radius:10px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:18px}.login-card h1{font-size:18px;font-weight:700;margin-bottom:4px}.login-card p{font-size:13px;color:#6b7280;margin-bottom:24px}.field{margin-bottom:16px}.field label{display:block;font-size:12px;font-weight:600;color:#374151;margin-bottom:6px}.field input{width:100%;border:1px solid #D1D5DB;border-radius:10px;padding:10px 12px;font-size:14px;font-family:inherit;outline:none;transition:border-color .15s}.field input:focus{border-color:#16a34a}.btn-primary{width:100%;background:linear-gradient(135deg,#14532d,#16a34a);color:#fff;padding:12px;border:none;border-radius:10px;font-size:14px;font-weight:600;cursor:pointer;transition:opacity .15s}.btn-primary:hover{opacity:.9}.btn-primary:disabled{opacity:.5;cursor:not-allowed}.empty{text-align:center;padding:64px 24px;color:#9ca3af;font-size:14px}.spinner{width:20px;height:20px;border:2px solid #E5E7EB;border-top-color:#16a34a;border-radius:50%;animation:spin .7s linear infinite;margin:48px auto}@keyframes spin{to{transform:rotate(360deg)}}.error-banner{background:#fff1f2;border:1px solid #FECDD3;color:#9f1239;border-radius:10px;padding:10px 14px;font-size:13px;margin-bottom:16px}
