.auth-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);max-width:380px;box-shadow:var(--shadow-sm);padding:14px 16px}.auth-card-header{color:var(--text-secondary);align-items:center;gap:8px;margin-bottom:10px;font-size:13px;display:flex}.auth-card-icon{flex-shrink:0;justify-content:center;align-items:center;width:18px;height:18px;display:flex}.auth-card-task{color:var(--text-primary);word-break:break-word;margin-bottom:12px;font-size:14px;line-height:1.5}.auth-card-task strong{font-weight:600}.auth-card-meta{flex-wrap:wrap;gap:8px;margin-bottom:12px;display:flex}.auth-card-tag{background:var(--border-light);color:var(--text-secondary);border-radius:10px;padding:2px 8px;font-size:11px}.auth-card-tag.risk-high{color:#e65100;background:#fff3e0}.auth-card-tag.risk-critical{color:#c62828;background:#fce4ec}.auth-card-actions{gap:8px;display:flex}.auth-card-btn{border-radius:var(--radius-sm);cursor:pointer;border:1px solid var(--border);background:var(--surface);color:var(--text-primary);transition:all var(--transition);flex:1;padding:7px 0;font-size:13px;font-weight:500}.auth-card-btn:hover{background:var(--surface-hover)}.auth-card-btn:disabled{opacity:.5;cursor:not-allowed}.auth-card-btn.approve{color:#fff;background:#1a73e8;border-color:#1a73e8}.auth-card-btn.approve:hover{background:#1557b0}.auth-card-status{text-align:center;color:var(--text-secondary);padding:6px 0;font-size:13px}.auth-card-status.approved{color:#2e7d32}.auth-card-status.rejected{color:#c62828}.auth-card-error{color:#c62828;text-align:center;margin-top:8px;font-size:12px}@media (width<=480px){.auth-card{max-width:100%;padding:12px}.auth-card-actions{flex-direction:column}}
